2011/03/07

Sony Ericsson Xperia Neo

Sony Ericsson XPeria Neo

Sony Ericsson will be release new Xperia series, Xperia Neo is the one of another Xperia series.
Sony Ericsson Xperia Neo will be use Android OS " Gingerbread".Sony Ericsson Xperia Neo using LED backlit LCD for the screen and Sony Mobile BRAVIA Engine for their capacitive touch screen.
Sony Ericcson Xperia Neo has screen 3.7 inches, it will be better for showing 16 milliom color. Sony Ericsson give 8 megapixel camera in their smart phone and many feature like autofocus, LED flash, Video calling, touch focus, geo tagging, face and smile detection.
So don't forget to wait Sony Ericsson Xperia with Gingerbread OS (V 2.3).

Specification :
- GSM 850/900/1800/1900
- HSDPA 850/1900/2100
- 116 x 57 x 13 mm, 126 gram
- LED-backlit LCD screen
- Capacitive screen, 16 million color, 480 x 854 pixels, 3,7 inches
- Scratch-resistant surface
- Accelerometer sensor for auto rotate
- Multi touch input method
- Sony Mobile BRAVIA Engine
- Proximity sensor for auto turn-off
- Timescape UI
- 8 MP camera, 3264 x 2448 pixels, autofocus, LED Flash
- video calling
- touch focus
- geo-tagging
- Face and smile detection
- Video 720@30 fps, continous autofocus, video light
- 320 MB memory, Micro SD 32 GB, 8 GB Included
- Wi-Fi 802.11 b/g/n, DLNA, bluetooth v2.1 with A2DP
- Qualcomm MSM8255 Snapdragon 1 GHz processor
- Android OS v2.3 (Gingerbread)
- SNS Integration
- HDMI port
- MP4/H.264/WMV player
- MP3/WMA/WMV/WAV/eAAC+ player
- TrackID music recognition
- Organizer, Document viewer, Adobe Flash 10.1 support
- Voice memo/dial commands
- Predictive text input
- Li-iion 1500 mAh

2011/03/01

Simple Lesson : Using ADO in VB .net

First Step :
We must add reference for Microsoft Activex Data Object.Go to
menu add reference in Project-> Add Reference



after that choose Tab Com and choose Microsoft ActiveX Data Objects Library.

















After this step we can try to VB .net code.

Second Step :
Add Imports statement ADODB

Imports ADODB

After Imports ADODB then we try to connect database.The first step is we declaration
variable for connect to database.

Dim con As New ADODB.Connection

After declaration we can open connection database using connection String.
Example we have database name Employee with user:'admin' and password:'admin' and we connect via ODBC.
so we create connection string like this :

Dim ConnectionString as string

ConnectionString="Persist Security Info=False;UID=admin;pwd=admin;DSN=admin";


After define Connection String we can open connection with con variable.

con.Open ConnectionString,null,null,0

2011/02/24

Five Easy Steps to Setting Up a Wireless Printer

With wireless networks becoming the norm in network computing both at home and in offices, it is not surprising that these users of wireless networks are now turning as well to setting up a wireless printer to address whatever printing needs that they may have. After all, since wireless printers do not require Ethernet or local area network cables, it is more economical to install them instead of laying out meters upon meters of network cables either at home or in the office.
Setting up a wireless printer is not a complicated matter to accomplish. It can take as short as five steps to get the whole thing done.

Step #1: The Location of the Wireless Printer.

Since more than one computer would be making use of the wireless printer. It makes sense to figure out the best place to put it. The wireless printer should be set up at a place at home or in the office that is accessible to everyone and where there is ample space for paper, printer ink and other such paraphernalia.

Step #2: Bluetooth or Wi-Fi?

There are two connectivity choices when it comes to setting up a wireless printer, and these two choices are none other than Bluetooth or Wi-Fi. Most new computers and printers nowadays are equipped with either Bluetooth or Wi-Fi capacities, but if not, it is easy to get a wireless card that can be plugged using a USB port. The only difference is that Bluetooth printers has a smaller range than Wi-Fi.

Step #3: Enable Printer Sharing

The server computer’s operating system must be informed that the printer that will be added to its network is a wireless printer. In Windows Vista, this is done by accessing the network settings in the Control Panel and then activating file and printer sharing in the local area network settings.

Step #4: Share the Printer.

The other computers on the network must also be set up for using the wireless printer. To do this in Windows Vista, open the Control Panel in the classic view and then open Printers. Right click on the printer that is going to be shared, and then open Properties. In Properties, check the box that allows the printer to be a shared device.

Step #5: Continuous Troubleshooting

Wireless networks are prone to interruptions, and so it is important for whoever it is that is maintaining the wireless network at home or at the office to keep the connections to the wireless printer active. Nothing is more irritating that setting up a wireless printer and then encountering numerous glitches afterwards.

Article Source: http://www.articlesbase.com/hardware-articles/five-easy-steps-to-setting-up-a-wireless-printer-363994.html

Author: James Kara Murat
About the Author

About the Author:

This Article is written by James Kara Murat from PrintCountry.com, the contributor of PrintCountry Printer Reviews. More information on the subject is at Five Easy Steps to Setting up A Wireless Printer, and related resources can be found at PrintCountry FAQ.