Custom Search

Multiple File Handling:-

FoxPro allows more than one table to be opened at a time and upto 225 tables can be opened at a time. Every table is help in a separate work area. A work area is simply a place were FoxPro keeps track of a single table and all the related information.

Setting Relationships:-

Relationships can be established between two or more tables at the command level with the use of Set Relation command. The set relation command draws a relationship between a key field which is common to two or more tables. The table in the work area must be indexed as the field or expression used to link the files, before the set relation command can be used.

Queries in FoxPro are nothing but the questions put to FoxPro above the data stored in tables which FoxPro answers in form of subset of a record that need the condition specified by the query. The most common reason for designing queries is to select desired fields of the record from the tables. Create query and RQBE stands for Relational Query by example.

Continue Reading >>Multiple File Handling and Setting Relationships in FoxPro

With this simple yet powerful registry tweak you can pop-up a Dialog box displaying any message you want just before the user is going to logon. This is mainly useful to effectively display the company's private policy or any other important notice you want to mention to the users of your PC.Legal Notice dialog box during system startup in Windows XP
Follow the steps below to Display it on your PC:


1. Click Start, then click Run.. and type regedit, and then click OK.
This opens Registry Editor Window.Windows Registry Editor
2. From the left-pane of the Registry Editor go to the following Registry Key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\WinLogonHKEY_LOCAL_MACHINE-SOFTWARE-Microsoft-WindowsNT-CurrentVersion-WinLogon
3. In the right-pane, Create New String Value with the Value name LegalNoticeCaption and edit its 'Value data' with the caption you want to set for your dialog box.Windows logon LegalNoticeCaption
4. Now, Create another String Value with the Value name LegalNoticeText and edit the Value data with the text message you want to display in the dialog box.Enter Legal Notice Text Value data in registry editor
5. Close the Registry Editor and Restart your PC for the changes to take effect.

That's it!! From now onwards during the system startup you can see a dialog box displaying the message you have previously set.

Note: To disable the legal notice dialog box and retrieve your previous settings, either set the value data of both the Strings created to blank/null (preferable) or you can just delete them.disable legalNotice during system startup in Window Registry

Hope this helps...

Try it yourself and let me know if you face any difficulty.

Continue Reading >>How To Display Legal Notice Dialog Box During System Startup in Windows

This registry tweak lets you add your own application to the shortcut menu that shows up when you right click with your mouse on the Start Menu. By default most of the computers have options like Open, Explore, Search/Find added to this menu.start menu right click options Now, with this tweak you can make new additions to this menu with the applications you want.
(As we have been working with registry in all these registry tweaks, let's try to add Registry Editor as one of the options)

1. Click Start, and then click Run... and type regedit or regedt32.exe and Press OK.Run command to for registry editor_regedit or regedt32.exeNow we have our Registry Editor Window.

2. From the left pane of the Registry Editor, go the the following registry key HKEY_CLASSES_ROOT\Directory\ShellHKEY_CLASSES_ROOT-Directory-Shell
3. Now, create a new Subkey under Shell by right clicking on Shell and selecting New -> KeyNew Sub-key in registry under Directory_ShellName the Sub-key with the application you are going to add. In this case as we are adding Registry Editor, so let's name it 'Registry Editor'New sub key created in Registry Editor under Shell named Registry Editor
4. Right click on the new 'Registry Editor' key we have just created and choose New -> Key to create yet another key named 'Command'Command sub-key in Registry Editor under Shell key
5. Now, move to the right pane and double click on the (default) String value under Command Sub-key and change the Value data by entering the complete path of the application you want to add.

In this case, as we are adding registry editor the path is
C:\WINDOWS\regedit.exeValue data of default string value
6. Close the Registry Editor and press F5 to refresh.

That's it!! Now, when right clicked on Start Menu, we can find a new option named Registry Editor added to it (when clicked on it, Registry Editor window opens)Customize right click option on start menu
Likewise, you can add any application you want to shown up following the steps above.
Try it yourself and drop a comment if you need any help.

Continue Reading >>Windows Registry Tweak To Customize The Right-Click

Are you getting annoyed with the balloon tips that display in the Notification Area and wish to turn it off on your Windows PC ??
If the answer is Yes, then you have come to the right place to know how to get rid of it. A simple registry tweak is all required to get your task done.

Follow the steps below to disable all balloon tips in the notification area for your computer.


1. Click Start, and then click Run... and type regedit or regedt32.exe in the Open field and press OK.run command to access registry editorThis opens the registry editor window.

2. From the left-pane of the registry editor window, navigate to the following Sub-key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AdvancedRegistry Editor Advanced key
3. Now, Right-Click with your mouse on the right pane and select New DWORD Value, and then name it EnableBalloonTipshow to create new DWORD Value in windows registry editor
4. Make sure that its value data is set to 0 in hexadecimal mode(if not, double click the entry and edit value data)Chage Value data of DWORD Value EnableBalloonTips
5. Close the registry editor and restart your PC for the changes to take effect.

Note:
To retrieve the original settings, either set the value data of EnableBalloonTips to 1 or just delete the EnableBalloonTips DWORD value created.

Hope this helps...
Try it yourself and post in your valuable comments

Continue Reading >>Windows Registry Tweak To Disable All Balloon Tips In The Notification Area

This is generally due to a Virus string that is created in the RUN registry Key that has a ‘Value data’ pointing to shutdown the PC.

Generally the shutdown timer is set is zero in these types of viruses, so that there is less chance for the user to abort the shutdown process. In case if the shutdown timer is not set or set to few seconds, you can quickly abort the shutdown process as given below:


1. Go to Start --> Run... and type Shutdown -a and press OKRun Command to abort shutdown process
2. This aborts the shutdown command initiated earlier. Now, you can easily access the registry editor and remove the Virus string.

But when the timer is set to zero, you can't abort the shutdown process initiated as the system shutdowns as soon as it has started. So, to make that virus string doesn't run during startup, you have to Start the system in Safe Mode as shown below:

1. Start your system and Press F8 Key which will take you to the windows Startup Menu

2. From the list of choices, highlight the appropriate "Safe Mode" using Up or Down arrow keys and then press ENTER

3. If you have a dual-boot or multiple-boot system, choose the installation that you need to access using the arrow keys, and then press ENTER.

4. As you have started the system in Safe Mode, you have access to only basic files and drivers (mouse, monitor, keyboard, mass storage, base video, default system services, and no network connections) which eliminates the possibility of loading the Virus String and helps to eliminate the Virus string easily.

Here is the How you can eliminate that Virus string from the registry :
(same is the process if you have successfully aborted the shutdown process in normal startup mode)

1. Click Start, and then click Run and type regedit (or) regedt32.exe and press OK. Run Command to Open Registry EditorThis will take you to the registry Editor.

2. From the left-pane of the Registry Editor, locate the Registry key "Run" following the path
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
Virus string in Windows Registry Editor_Run Registry Key
3. Now in the right-pane you can find a String Value named Virus (or similar) with the Value data %windir%\system32\shutdown.exe -s -f -t 0000 which is initiating the shutdown process during startup.

All you have to do is the right click with your mouse on that String Value and select delete (Choose Yes when asked to confirm value delete)Delete Virus String that shutdowns computer
4. Close the registry editor window and restart you PC.

That's it!! You have successfully deleted the Virus string that shutdowns your PC every time Windows starts.

Hope this helps...

Continue Reading >>Troubleshooting computers that shutdown every time Windows starts

The other day when I was installing Mozilla Firefox 3.5.1, I came to know that both my Norton Add-ons - Norton IPS 1.0 & Norton Toolbar 3.5 are not Compatible with this version of Firefox. Even after using the 'Check Now' option for compatible versions, there is no use as no compatible versions are made available by 'Norton from Symantec' Norton Add-ons Incompatible in Firefox 3_5_1
Now that's bad @ Symantec for not being compatible with the latest version of the most widely used browser. Norton Symantec Add-ons disabled in firefox 3.5.1
Anyways, being a bit lazy 'Norton from Symantec' woke up late after this issue has been buzzed in the mozilla support forums and provided a Hotfix to enable Norton Toolbar only in Firefox 3.5.1 leaving Norton IPS 1.0 still incompatibleNorton IPS 1.0 incompatible with Firefox
Hope Symantec Corporation takes this as a wake up call and comes with a fix to this issue included in its LiveUpdate soon.

Continue Reading >>Norton Add-ons Incompatible with Firefox 3.5.1

IP source routing is a mechanism that allows the sender to specify the path or route in a network which the network traffic should take to reach the destination.

It is completely legitimate if you use this IP source routing mechanism to discover the TCP/IP addresses of routers within a network. However, a malicious user can use source routing to learn more about a network and target it for an attack. With the IP Source Routing data hijacked, the attackers host can use the information to easily masquerade as a trusted host or client due to which disabling IP Source routing is considered as a common security measure.

Now, let's dive into the actual process of How To Disable IP Source Routing in Windows.


1. Go to Start-->Run... and type regedit or regedt32.exe and click OK.run command to open windows registryThis opens the Registry Editor window

2. From the left pane of the Registry Editor navigate to the System key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters

Disable Source Routing edit registry DWORD Value3. Now create a new DWORD value with the Value name 'DisableIPSourceRouting' and set its value data to 2 which disables the source routing completely (recommended for best security).

The other variants of the value data are:
      0 - enables source routing
      1 - disables source routing when IP forwarding is also enabled

4. Close the Registry editor and Restart Windows.

That's it!! You have successfully modified the system registry settings to disable the IP Source Routing.

Hope this helps...
Try it yourself and post in your comments.

Continue Reading >>How To Disable IP Source Routing in Windows

Using the power of social media monetization you can start making money on most used social media and social networking sites like Facebook, Twitter and YouTube without ever being spammy, tricky or salesy.

Writer and consultant in the areas of social media and Google Adwords - Perry Belcher is in a giving mood and prepared a special 17 page free PDF report revealing the 3 big ways to monetize social media that help in your efforts to make money online starting from today.

Grab this free copy of "How To Monetize Social Media" Special Report by Perry Blecher that explains step-by-step how to monetize social media and social networking to attract customers and bring true value to the products you promote online.

Hope you like his special report. :)

Continue Reading >>Social Media Monetization Special Report by Perry Blecher

Nowadays people advertise their business online with the help of a wide range of internet marketing tools. Through these marketing tools the user can boost their visibility of business online. Though this method needs patience it produces some fruitful results. Users can also avail internet marketing tools at lowest cost possible.

Internet marketing tools improves the user’s website and promotes them systematically. Let us go through some of the low cost internet marketing tools.

Internet Marketing Software

There is software available which specializes in internet marketing program. These programs catch the attention of the traffic and help to provide suitable information to the internet surfer. It also trims down the keywords and helps to track down the visitors of the user’s site and create a link to other various sites. These programs are very cheap which provides the user with many facilities.

Website Packages

This is also one of the internet marketing tools which offers the user with technical help such as getting their domain, designing their website, configure and upload their various files and complaining traffics. All these advantages are available in website packages which the user can take benefit of at any time.

e-books

Another affordable internet marketing tool is the E-books. By upgrading an e-book on the site more people visit your site for more information.

SEO Tools

Internet marketing is not complete without the SEO tools. Search engines play a key role as the powerhouse in marketing. This low cost standard SEO internet marketing tools helps to generate traffic to the site and facilitates visitors to get precise information.

Continue Reading >>Low Cost Internet Marketing Tools

VerveEarth is a unique map based navigation system where in bloggers can pin their blog content to a country, city or neighborhood on the map. The founders, Clayton and Brad have recently launched VerveEarth beta bundled with some cool features with the mission to bring bloggers from around the world and organize them by geography, so that they are just a single click away of each other.

Just zoom in to your favorite destination on the map, and you can find many blogs pinned by bloggers. You can explore their blogs, share content with them, write on their wall, add the blog to your favorites and be their fan. All these can be done without having to leave VerveEarth or open a new tab because the newly introduced minibrowser feature allows you to view the blog in it original form and do all other stuff under the same VerveEarth landing page.

You can stay connected with your favorite blogs with the VerveEarth Widget that can show the bloggers you chose as your favorite and it can also be added to your blog just by embedding a small piece of code. The widget can also be customized to offers you quick access to some of the top blogs on any chosen topic.

There is also VerveEarth Blogger Chat option that is made available partnering with meebo where you can chat with fellow blogger that have joined VerveEarth chatroom.

See you soon on VerveEarth and also don't forget to add me to your favorites. Here is the direct link to my blog location on VerveEarth
http://www.verveearth.com/dest/user/20062

Hope this helps...

Your comments are always appreciated.

Continue Reading >>Bloggers on the map @ VerveEarth

PC Fixer by Digital Support TechnologyThe Digital Support Technology has introduced a unique computer repair utility - "PC Fixer" which fixes all your computer maladies with its efficient, safe and easy to use tools. It has basic modules like Install, Fix, Optimize, Secure, and Data recovery.

The other truly heartening feature PC Fixer provides is the Live Tech Support, where in you can connect online to a PC expert and get your problem repaired remotely. How often you can find real customer service in today's marketplace for free?? Moreover all the support associates involved in the Live Help are
Microsoft Certified Desktop Support Technicians who are patient, understanding and very professional at work with excellent communication skills. So, despite being technologically non savvy on computers you will be pampered in the Live Help with proper care.

PC Fixer Overview - Digital Support TechnologyAnd coming to the other useful features PC fixer provides,
--> 'Checkup' can check your system for all the error and fix the ones you selected.

--> 'System Info' gives the detailed General configuration, Software and hardware installed on you PC

--> 'TuneUp' consist of Disk Defragment, Registry Cleanup and Starup/IE AddOn enable disable tools that can fine tune your system to improve its performance.

And at any point if you are unsure of what to do, with a click of your mouse you can connect to LIVE SUPPORT and let the experts fix the problem for you. The experts can fix CD/DVD drive, remove virus/malware, tuneup computer, install software, setup device/network, resolve internet issues and recover corrupted files.

PC fixer is ideal software for those who are not so familiar with technology and terms involved in it. The latest version available is PC Fixer version 2.6 which comes with an incredibly small setup size of 1.22MB

Inspite of performing such vital functions, the PC fixer comes free of cost!

Click Here To Download PC Fixer

Here is the Video Tutorial of how to use PC Fixer


Hope this helps...

Try it yourself and post in your valuable comments.

Continue Reading >>Fix Computer Problems for FREE @PC Fixer

Motorola has unveiled a highly intriguing model, the Motorola ROKR ZN50 which comes with amazing features and functionality. Motorola ROKR ZN50 is unique as it is the 1st slider touch screen phone by Motorola. The phone comes with a sleek design and red-blue accents like that of the Nokia Music Xpress phones. The phone features a 3.2 TFT touch display screen with an aspect ratio of 16:9 and resolution of 240 x 427 pixels. The screen comes with auto adjust mode for landscape and portrait.Motorola ROKR ZN50 Slider touch screen phoneMotorola ROKR ZN50 has an amazing 3 mega pixel camera with auto focus shooter for still and professional photography. The phone has an inbuilt GPS receiver and comes with bundles of software which help you to use GPS system for complete road guidance. Motorola ROKR ZN50 has the latest version Bluetooth 2.1 for faster, safer and easier data transfers. It also comes with other latest technologies like GPRS and EDGE for one touch internet.

Some other key features of Motorola ROKR ZN50 include:
  • 4 GB of inbuilt memory and expandable upto 16 GB via microSD slot
  • Mini USB connection for rapid data transfer
  • Amazing battery life which plays upto 30 hours of non-stop music
  • Inbuilt Sensor which enables to change the tracks with shake
  • Bluetooth headset Stereo Support Available
  • TV tuner for watching live TV channels on your phone

Motorola ROKR ZN50 is yet to hit the international market but is currently available only in Korean market. The official international price is yet to be declared.

Continue Reading >>Motorola ROKR ZN50 - First ever slider touchscreen phone from Motorola

Middleware itself is a tricky word that describes itself to some extent. The name itself gives a clue that it is a link between two or more objects. Middleware is unique software which connects either series of applications or parts of the applications. Its function is like glue which hold together network and the computers connected to that network. Middleware can be used for a single application or for an entire server.

Middleware has several applications, it can be also thought of as an adaptive device that connects a new printer to an old computer and vice-versa. The software enables communication link between the devices which enable their functionality. Commonly used Middleware packages include Distributed Computing Environment and Common Object Broker Architecture.
netweave middlewareThe most commonly used application software for connection of nodes in the industries and organizations is NetWeave. NetWeave is the broadbased type of middleware that is used for interconnection between various systems of companies. It is commonly preferred by most of the companies due to its unique features like high performance, scalability, dependability and data veracity. This features help to provide a smoother and safer interface between the nodes and increase the overall performance.

All the types of middleware have the same purpose that is to allow multiple computers to perform multi tasks across the network or to perform complex actions across the network. For example, some middleware are used for linking of the database system to the web server. This allows the users to access the database via Web Browser. In certain complex computers the demand applications are run with the help of middleware. The perfect example for this application is an application server where large forms of middleware is required for demand applications.

Another field where the middleware is used extensively is the online gaming environment where the server constantly requires number of middleware for providing a smoother interface between nodes. Online gaming server require high-definition, high-resolution, graphic-intense presentations which the traditional server are not able to provide especially for multiplayer but middleware helps to bridge the in virtual reality and reality.

Middleware is the best method so far used in the modern technology for providing a smoother and safer communication link between servers and their clients.

Continue Reading >>What is middleware?

Sony computers have recently launched a new computer in their JS series - 'The Sony Vaio JS35GJ' which is loaded with amazing high technology features and provides you with an advanced computing environment. The computer comes with a brilliant LCD display screen of 20.1 inches by which you can get tuned into some great multimedia entertainment. The wide screen comes with an excellent resolution of 1680 x 1050 (WSXGA+). The sleek Glossary black finish gives the Sony Vaio JS35GJ a rich and stylish looks.


Sony Vaio JS35GJ comes with a high performance Windows Vista Operating system of 64-bit for enhanced computing environment and high graphic support. This fully fledged machine uses the latest technology Intel Core 2 Duo Processor E7000 (2.80) for providing you with some outstanding performance and a secure platform for execution of various applications. The Sony Vaio JS35GJ uses Intel P43 Chipset for faster smoother interface and comes with a Process system Bus of 1066 Mhz and 3 MB Cache memory.The main memory of Sony Vaio JS35GJ comprises of 4 GB RAM of type DDR2 which are attached in the two SO-DIMM slots. The computer facilitates a large storage capacity of 500 GB for data storage with hard disk speed of 7200 rpm.

Sony Vaio JS35GJ is loaded with some other useful features like
  • NVIDIA GeForce 9300M Graphic Card or running high end graphic applications
  • 5 USB 2.0 slots
  • Memory Card slot for connecting your memory card directly
  • Wi-Fi for fast and secure wireless internet
  • 1.3 MP Frontal Camera and microphone for easy video and audio chatting
  • 8.5 kg of weight (of main unit)

Sony Vaio JS35GJ computer is available at MRP of 74,990 INR.

Continue Reading >>Sony Vaio VGC-JS35GJ Notebook PC

Sony computers have recently added a new notebook to their Sony SR series, the Sony Vaio SR43G. The notebook comes in three elegant colors - fresh candid white, gold and black. This amazing laptop comes with a unique cylindrical design and an amazing isolated keyboard for easy data input. The Sony Vaio SR43G has a switch function button which lets you shuffle and switch over your favorite function and provides you with one touch easy access. Sony Vaio SR43G has an excellent wide Display screen of 33.8 cms of type TFT. The amazing display screen provides you with Bright LED display during dark or bad lights. This incredible laptop uses the windows vista 32-bit service pack 1 operating system. The Processor technology used is Intel Core 2 Duo Processor T6500 (2.10 GHz). The chipset used by Sony Vaio SR43G is Mobile Intel GM45 Express Chipset for a smoother hardware and software interface.

Work faster and safer with Sony Vaio SR43G as it comes with an amazing Processor System Bus of 800 MHz and Memory Bus of 800 MHz. The Cache memory is 2 MB which helps you to retrieve your recent files at incredibly faster speed. The Sony Vaio SR43G features a Pre-installed 2GB SDRAM of type DDR2 which is installed into 2 SO DIMM slot. The huge 320 GB Hard Drive lets you store mass volume of data at the speed of 5400 rpm.

Sony Vaio SR43G is bundled with other key features like
* Frontal Camera of resolution 1280 x 1024 for easy video chatting
* High definition Intel sound chip for enhanced music quality
* Long Battery Life of 3.5 hours
* Intel Wi-Fi of type link 5100 for easy wireless internet connectivity

Sony Vaio SR43G comes with an incredibly portable weight of 1.95 kg (including battery) and it is priced at 59,990INR.

Continue Reading >>Sony Vaio VGN-SR43G

It happens quite often that you want to delete a non-required file and it does not get deleted by normal method. When you try removing it by the normal delete method a message saying 'Error Deleting File or Folder' pops out saying that it cannot delete the file as the file is already in use. In such case you need to make sure that the file is not being used by some other program or it is not write protected.
The other variants of this error message include:

Cannot delete file: Access is denied
There has been a sharing violation.
The source or destination file may be in use.
The file is in use by another program or user.
Make sure the disk is not full or write-protected and that the file is not currently in use.

If your are certain that the file is not write protected then here is the how you can safely delete the file:


1. Go to Start-->Run... and type CMD (or) COMMAND and press OK which open the command prompt window. Leave it open and make sure you close all other running applications.

2. Go to Run dialog box again and type TASKMGR.EXE and press OK to access the task manager. (alternatively you can also use the keyboard shortcut Ctrl+Alt+Del to go to task manager)
Now go to Processes tab and End Process named 'explorer.exe' by right clicking on it and choosing End Process.

3. Shuffle back to Command prompt without closing the task manager window. (Use Keyboard shortcut Alt+Tab). Now using DEL command, delete the file.

Syntax:
--> At the command prompt if you are in the same directory as of the file you wanted to delete, just give the following command at the command prompt

DEL    (filename).(extension)

--> And if you are in the other directory, you have to specify the entire path of the file to delete it.

DEL   (path of the file)\(filename).(extension)

For example, if you want to delete a file named 'movie.flv' in your G: drive, and at the command prompt you are in the C: drive then the syntax to delete the file is

DEL    G:\movie.flv

4. Now, use Alt+Tab to go back to Task Manager and from the file menu choose New Task(Run...) and type explorer.exe and click OK in order to restart your Windows shell.That's it!! You have successfully removed the unwanted file from your PC.

If you find the above method of deleting the file a bit difficult, then you have to use an amazing software called 'Unlocker' which can easily kill the processes that are using the file and unlock the file so that you can easily delete or edit it.

To know more about this Unlocker Software, check out my previous post @ How-To Overcome 'Problem Ejecting USB Mass Storage Device' error
where I have clearly explained how it works.

Hope this helps...

Try it yourself and post in your valuable comments.

Continue Reading >>How to Delete Undeletable Files in Windows

qosmio x305 laptop review Introducing the Qosmio X305 gaming laptop from Toshiba loaded with some exception graphics for hard-core gaming with immersive music quality. The Toshiba Qosmio X305 gaming laptop comes with exceptional graphic performance which amplifies the 3D experience. The high graphic NVIDIA GetForce 9800M card offers you with splendid video editing with incredibly fast frame rates.

This amazing laptop comes with a Dual card set-up NVIDIA Graphic Card which can be extended upto 1 GB of type DDR3. For an exponential increase in the physical power process the laptop comes with high end applications like NVIDIA PhyX.Toshiba qosmio x305 gaming laptop open viewThe Stunning Toshiba Qosmio X305 comes with an unmatched Intel Core 2 Duo Quad and extreme multi-threading technologies which provides with most interactive experiences. The high processor lets you experience the intense multimedia applications, high quality HD video and Rich digital content at high resolution. Experience the improved multi tasking experience with high quality performance with new enhanced features of Toshiba Qosmio X305.

Toshiba Qosmio X305 features premium Harman / kardon sound system and bright 17 inches high glass TFT widescreen which provides you with a high theatrical experience. The screen comes with a brilliant resolution of 1680 x 1050 of type WSXGA+ which offers you with amazing color saturation and high quality images.

The Toshiba Qosmio X305 gaming machine is loaded with other high-endfeatures like:
--> Massive 320 GB SATA Hard disk with speed of 7200 rpm
--> S/P DIF and REGZA Link HDMI ports for advanced connectivity
--> 4 GB for DDR3 RAM for enjoying full throttle action without any glitch
--> Ultra speed gaming mouse for 2400 DPI
--> USB docking station for quick connectivity of PC devices with single USB port
--> Amazing gaming body which provides with a True gaming experience and amazing battery life and much more.

Go non-stop gaming with the Toshiba Qosmio X305 which is available at a starting price of $1,399 (USD).

Continue Reading >>Toshiba Qosmio X305 - For the ultimate gaming experience

Acer Aspire One D250, the amazing low cost ultra portable netbook from Acer is loaded with some great features for easy computing. The netbook offers you with great balance of features without a pinch in your pocket. It comes with a bright LCD display screen of 10 inches that provides you with unmatched clarity and sharpness. It comes with a resolution of 1024 x 600. This glossy netbook offers you with bright contrast and good color under medium light.
Acer Aspire One D250 netbook reviewThe sleek design and space saving design of Acer Aspire One D250 makes it incredibly portable to carry. It is comes with a rigid slid design which makes it look quite sturdy and strong. The plus point of the Acer Aspire One D250 design is that it provides easy access for updates. When you flip the notebook open you can find easy access to panels for hard drive, RAM and mini-PCIs card slot. With the mini-PCIs card slot you can get faster connectivity to wireless internet.

The keyboard of Acer Aspire One D250 is virtually identical to its previous Aspire One 150 series. The cramped keyboard comes with a strong surface which makes it flexible to operate. Though the keyboard is small and placed compactly the keys still provide the users with an amazing interface for speedy typing.

The other prime features of the Acer Aspire One D250 include:
->Windows XP 32 bit OS
->Intel Atom 1.60 GHz Processor
->1 GB RAM of type DDR2
->Mass Internal Storage of 160 GB
->Intel GMA 950 Graphics
->3 USB 2.0 ports
->Wi-Fi for wireless internet connectivity
->0.3 mega pixels VGA web camera for easy video conference.

The Acer Aspire One D250 weights only 2.4 lbs which makes it an ideal portable companion and has a long battery life of upto 3 hrs. This amazing notebook is priced at astonishing low price of around $329 (USD).

Buy Acer Aspire One D250 10.1-Inch Netbook from Amazon


Watch the CNET review on Acer Aspire One D250

Continue Reading >>Acer Aspire One D250

As you know, Phishing is any attempt to mislead people into disclosing their confidential information such as Social Security Numbers(SSN) and log-in info such as username and password using legitimate looking fake websites, e-mail or instant messages.

Here is another attempt of phishing you should beware of, which is intended to steal your Yahoo! Mail login info. This fake web page is designed is such a way that its look and feel are almost identical to the legitimate Yahoo! mail login web page.
The important check that can tell you whether you are on the legitimate Yahoo! web page or not is the domain on which the web page you are using is based. All the web pages relating to yahoo should be based on "yahoo.com" domain, whether it might be Yahoo!Mail, Yahoo! Messenger, Yahoo! Groups or Yahoo! News. For example, "yahoo.login.com" is not a legitimate Yahoo! page on the "yahoo.com" domain, but "login.yahoo.com" is a legitimate Yahoo! page because it includes "yahoo.com" domain in the URL. Likewise you can notice that all the legitimate Yahoo! web pages are based on "yahoo.com" domain only.

The URL of the phishing web page above is http://yahooads-offer.tk (Do not visit this web page) which can never belong to Yahoo!.

To ensure safety of your confidential information as it is sent over the internet, its better to use Ultimate antivirus and password security software like Norton Internet security 2009 or Norton 360

I personally recommend Norton Internet Security 2009 from Symantec as it has automatically detected this fraudulent web page and recommended not to visit it as soon as I have landed on the web page

Hope this helps...
To ensure the safety of your friends do share this!

Continue Reading >>Fake Yahoo! Mail Web Page For Phishing

Samsung introduces the company's first 12 megapixel camera phone with a full touch screen, the Samsung M8910 Pixon 12. The phone is loaded with high end features like smart-auto mode which automatically detects the proper scene mode to use based on the subject and it comes with an amazing 28mm wide lens for high quality indoor photography. With the touch screen focus system users can actually track the objects as they move and adjusts its focus and frame settings likewise.

Samsung M8910 Pixon12 comes with an excellent 12 mega pixel camera with feature like Power LED flash, Touch autofocus tracking, Geo-tagging, face, smile and blink detection for setting focus on subject, wide dynamic range and Smart Auto mode for zooming on objects, autofocus and xenon flash these amazing features provides the users with an amazing professional photography.

Samsung M8910 Pixon12 has a both 2G and 3G network. The 2G network is of the type GSM 900/GSM 1800/GSM 1900/GSM 850 and the 3G has HSDPA 2100/HSDPA 900. This stylish phone also supports high end technology like GPRS of Class 10 and EDGE of Class 10 for high speed internet connectivity. Samsung M8910 Pixon12 comes with a built in GPS receiver and GPS software for detailed road assistance to the users.

Samsung M8910 Pixon12 has a bright TFT touch display screen for enhanced user interface. The display screen is of type Graphical and AMOLED capacitive with 16M colors. The Dimensions of the screen are 108.0 x 53.0 x 13.8. The Samsung M8910 Pixon12 is loaded with other key features like speed of 7.2 Mbps of HSDPA for faster internet browsing, Voice Dialing and Voice Memo facility, TV out connection, Mini USB connection and excellent storage capacity of 150 GB!

Inspite of having such high end cutting technology the phone comes with incredible light weight of 120 grams only that offers the users with amazing portability. The Samsung M8910 Pixon 12 is yet to hit the markets in the coming months and officially its price is not declared yet.

Continue Reading >>Samsung M8910 Pixon12

The blooming technology has taken deep roots in every field nowadays. It is impossible for anyone to imagine a world without high computing environment. It is the worst nightmare for any organization to imagine its functioning without high end automated systems. In management field the computer plays a vital role directly or indirectly. At all the 3 levels of management i.e. operational level, Middle Level and High level wide use of computers is made. Let us see how the computer is essential for the levels of management

In Operational level of any organization there are thousands of transactions to be performed daily. The transactions carried out help to improve the routine business activity and affect the overall performance of any organization. The transactions may include calculations, summarizing or sorting of data. Most of the organizations have automated computer systems for handling their transactions. The use of computers drastically increases the speed at which the transactions occur and provide greater accuracy. The main advantage is that the computers can be programmed and changed from time to time with change in activities.

The middle level management benefits the most by the use of computers and automated systems. The computer helps the manager to take crucial decisions and helps in solving problems. With computers the manager can take better decisions and can draw conclusions with help of precise data in no time. Preparing daily reports in graphical format makes it easier for the manager. The rise and the falls in employee’s performance can be easily traced with several automated systems.

In most of the companies the top level management uses the executive information systems which are structured and automated tracking systems. These systems provide the top level management with rapid access to timely information. The major advantage is that the systems provides the top level management with effective updates of slightest changes in the working conditions and abreast them with what is happening in the major areas.

Continue Reading >>Importance of computer systems in today's management world

Nokia has recently launched a new classic stylish cell phone, the Nokia 6208. Nokia 6208 is an attractive and intelligent mobile which is loaded which high end feature that enables the users with easy writing and messaging capabilities. The phone features a high computing environment with user friendly interface.

Nokia 6208 comes with an excellent bright TFT display screen of 2.4 inches with a resolution of 320 x 240 and it has a capacity of displaying upto 16.7 Million different colors. The amazing touch display screen allows the users to easily input data via key mat or pen input.

Nokia 6208 has an amazing 3.2 mega pixel inbuilt camera for crisp clear high quality images. The camera of Nokia 6208 features 8 x digital zoom for close ups and distant photography. The dual LED flash lights up the clarity of images in cloudy weather conditions. The camera comes with brilliant features like auto white balance adjustment, full screen viewfinder, dedicated camera key, and landscape orientation, numerous types of capture modes, direct printing and sharing images.

That’s not all! Nokia 6208 comes with bundles of other features like Video recording with 4 x digital zoom, amazing Nokia music player for playing mp3, AAC, eAAC and WMA files, integrated Virtual FM radio, high speed web browsing, Opera mini browser for a faster and safer browsing experience, Push to talk and push to email features for quick navigation, Bluetooth connectivity, Mobile Transfer Protocol Support, Support for 3G and 22 MB of built in memory with an  extendability up to  8 GB.

Inspite of having such high computing features the Nokia 6208 is priced at Rs.12,000(INR) and weights only 120.1 grams!

Continue Reading >>Nokia 6208 - A Stylish Classic Cell Phone