Ask Questions & Get Answers at ibibo sawaal
     Powered by Bixee Crawl
Results 1 - 15 of about 19575 sawaal for "stored"
Sort by: Recency | Relevancy

i have account in hotmail and want to ge a copy of it comes automatically in rediff, by pop3 mail how is that possible?

The Mail Storage Access API is the common interface to the mail store for all processes. The POP3 service, the SMTP delivery service for POP3, and the POP3 Server Administrator use the API to access the mail store.The mail store uses the file system for storage. The mail store is typically located on the same server as the POP3 service, but it should be located on a different local or network volume

Posted in Computers & Technology by Abhisek at 10:23 AM on June 21, 2008

How Do Computers Store Variables?

at least a cursory understanding of what the computer is doing "behind the scenes". Since were talking about variables in this chapter, its important to understand how a computer stores the information in variables.type typical size descriptionshort 2 bytes stores a short i.e., small integerint 4 bytes stores an integerlong 4 bytes stores a long i.e., large integerfloat 4 bytes stores a floating

Posted in Computers & Technology by shepherd at 2:14 PM on May 08, 2008

What does data source file stores?

File store configuration attributesThe log file, permanent store file and temporary store file make up a file store. You preserve appropriate amount of space within these three files so at the beginning of the log file are overwritten by new records and this process repeats. Subsequently data is written to the permanent store file and temporary store file, although extremely short-lived data

Posted in Computers & Technology by kash at 6:52 PM on May 03, 2008
Tags ms word

what is session in php?

A PHP session variable is used to store information about, or change settings for a user session. Session variables hold information about one single user, and are available to all pages in one application....A PHP session variable is used to store information about, or change settings for a user session. Session variables hold information about one single user, and are available to all pages in one

Posted in Computers & Technology by blogger01 at 1:01 PM on May 23, 2008
Tags session, php

What is a system.ini file?

well;The system.ini and win.ini files are two files required by Microsoft Windows. They store configuration information for Windows system settings. Other applications may also use their own .ini files to store settings and preferences. However, most .ini files have been replaced by the Windows registry in recent versions of Windows. The registry can be written to by most applications to store

Posted in Computers & Technology by ekta mehra at 10:55 PM on June 23, 2008
Tags file

What is the effect of changing the registry key values by using registry editor ..?

user makes changes to Control Panel settings, file associations, system policies, or most installed software, the changes are reflected and stored in the registry. The registry also provides a window was introduced to tidy up the profusion of per-program INI files that had previously been used to store configuration settings for Windows programs.[1...] These files tended to be scattered all over the system

Posted in Computers & Technology by Rohit Iyer at 5:54 PM on June 12, 2008

What is the reason of the refresh operation in dynamic RAMs ?

for information on bits. The transistor acts as a switch that lets the control circuitry on the memory chip read the capacitor or change its state.capacitorA capacitor stores electrons in computer memory cells. The memory must then be refreshed or flip-flopped.A capacitor is like a small bucket that is able to store electrons. To store a 1 in the memory cell, the bucket is filled with electrons. To store a 0

Posted in Computers & Technology by Nawraj at 8:47 AM on June 26, 2008

What are the differences between PICT, TIFF, and JPEG images?

has not been updated since 1992 and is now owned by Adobe. It can store an image and data tag in the one file. TIFF also stores files with virtually no compression and therefore is good for storing compatible with multiple platforms than PICT images are and can be compressed of uncompressed. TIFF compression can be done using JPEG, LZW, or ZIP compression techniques. Only bitmap data can be stored in a

Posted in Computers & Technology by Devjit .. at 6:38 AM on June 25, 2008

please answer,that what is meaning of pop up blocker and cookies on internet.

pop-up windows. The pop-up blocker can be told to remember these sites so pop-up windows are allowed to launch. This information is stored on your computer in whats known as a " to induce a client to store information about itself which can subsequently be called up by the Web server when required. This might be information which the user has supplied about themselves

Posted in Computers & Technology by sameer at 11:49 PM on July 02, 2008
Tags

i am planning 2 buy acer 5920 in 2 3 days so finnaly tell me guys overall its a good deal na?

...] [ Specifications...]Category: Laptops[ Read Buying guide...]Brand: AcerPrice Range: Rs. 33500 to 37199 User Rating: ssssss Expert Rating: ssssssss Online Stores: 2 StoresLocal Stores: 5 Stores V-Tech Systems F-5,2:3,Sector-7,Sanpada ,Mumbai, Maharashtra,India - 400705s s s s s[ 0 store reviews...] Rs. 36899 Frequently changing price. Please contact seller to know the current price.Microtech.Biz Isha Vasyam,Near SBI

Posted in Computers & Technology by varun dave at 4:29 PM on July 03, 2008

How can i encrypt and decrypt my web address in asp.net?

Well Harshl , This step shows you how to encrypt a connection string in the Web.config file, first with the machine store and then with the user store.Using DPAPI with the Machine Store to Encrypt a Connection String in Web.configBy default, the DataProtectionConfigurationProvider is configured to use DPAPI with the machine store.To encrypt the connectionStrings section in Web.config 1. Create a new Web

Posted in Computers & Technology by Harshil at 3:24 AM on July 18, 2008
Tags

sometimes i copied a file from cd to my pc? i saw some thumbs.db file? what exactly is mean thumbs.db?

well Aryan, Windows stores thumbnails of graphics files in the Thumbs.db file, including the following formats: JPEG, BMP, GIF, TIF, PDF, and HTML.Each thumbnail created in a directory is represented will have a Thumbs.db file.Windows XP Media Center Edition also creates ehthumbs.db which holds previews of video files. Starting with Windows Vista, however, thumbnails are stored in a centralized location

Posted in Computers & Technology by Aryan Gusain at 2:23 PM on June 19, 2008

click and mortar store

well sid, Click-and-mortar describes a store that exists online and in the physical world. Barnes and Noble is an example of a click-and-mortar store.this is taken from source http://www.webopedia.com/TERM/ c/cli ck-and-mortar.htm...Click-and-mortar describes a store that exists online and in the physical world Barnes and Noble is an example of a click-and-mortar store.Retailing in the digital age

Posted in Computers & Technology by Sid at 7:41 PM on May 29, 2008

Is it sometimes good to keep "cookies"? internet ones lol

Cookies have some beneficial things. For example, when you log on to certain sites, did you ever notice that when you return again you do not have to sign on the next time? Thats because it stored advertisements because it may be something targeted towards your buying habits....Cookie - A special text file that a Web server places on a visitors computer. A cookie may store information about your visit at a

Posted in Computers & Technology by KABIR RIBAK at 12:16 AM on September 05, 2008

What is a variable?

but processing data. data plays main role in programming. so we have to store that data while we are processing data. variable is nothing but memory point. we store particular data type by declaring variable like within the subprogram, function or procedure it was defined in. A global variable can be used by the entire program....A variable is a place to store a piece of information. Just as you might store a

Posted in Computers & Technology by rocky singh at 2:10 PM on June 26, 2008
Tags variable
Refine By Date
Refine By Categories
sawaal signature
sawaal free visiting card