Firefox

Spread Firefox Affiliate Button

Friday, April 30, 2010

Integrating virtual keyboards in Google search

Integrating virtual keyboards in Google search


You’ve spilled coffee on your keyboard. The a, e, i, o, u, and r keys have stopped working. Now try to search Google for the nearest computer repair shop. The pain of typing on this broken keyboard is similar to what many people searching in non-English languages feel when trying to type today. Typing searches on keyboards not designed for your languages can be frustrating, even impossible.

Our user research has shown that many people are more comfortable formulating search queries in their own language but have difficulty typing these queries into Google. (Try typing नमस्ते on a keyboard with English letters.) To overcome the difficulty they face in typing in their local language scripts, some people have resorted to copying and pasting from other sites and from online translation tools. But there’s an easier way — a virtual, or “on-screen” keyboard, lets you type directly in your local language script in an easy and consistent manner, no matter where you are or what computer you’re using.

Virtual keyboards let people type directly in their local language script and don't require any additional software.

Last year, to make text input easy for people across the globe, we introduced a virtual keyboard API through code.google.com. This allowed developers to enable virtual keyboards on any text field or text area in their webpages. Today, we are taking this effort one step further by integrating virtual keyboards into Google search in 35 languages.

A virtual keyboard on www.google.am to input Armenian text (the query term is [armenia])

If you use Google search in one of the languages listed below, you’ll see a small keyboard icon show up next to the search field, on both the Google homepage and search results page. Clicking on that keyboard icon brings up a virtual keyboard in your language. You can input text by either clicking on the on-screen keyboard or pressing the corresponding key.

How to Create a Bootable Pen Drive

What if you don’t have a DVD writer or CD writer to format your Windows which is installed on yourPC and suddenly if it gets affected with virus? What do you do? Buying a DVD writer would be the only option to you but let me tell you that to recognize a particular Dvd writer older versions ofmotherboard requires the drivers to be installed. The only resort to you is boot from a USB Flash drive and the process of making a Flash Drive bootable is listed below.

What you need?

To start with you should have a pen drive with minimum of 4 GB and more for Windows 7 and 2 GB for Windows XP if you want to make a bootable USB Flash Drive. Other requirements includes installed Windows 7 or XP or XP Service Pack 2 DVD (CD of XP/ SP2 also acceptable) and if you don’t have such disk then you should create one. There are also limitations on which a particular flash drive will work or not, the prime factors are flash drive maximum capacity and speed of copying. Speed of copying isn’t a big factor but formatting would be very slow if copying speed is slow and keeping all those in mind USB 2.0 would be perfectly preferred. So total a Windows XPbootable CD, USB Pen Drive of atleast 4GB will do it.

Procedure
1. Format your Flash Drive
The first step towards creating a bootable Flash Drive is formatting your Pen Drive. by default the windows, Windows 7 will format you Pen Drive in FAT format but ensure that it been formatted in FAT file system.

bootable pen drive

Formatting Pen Drive

Once the Pen drive formatting is over move to next step.

2. Download WinToFlash free]. Once the download is complete you need to install the program and run it. The software is of size 6.7 MB and doesn’t take 2 mins to download it.

3. As soon as you launch the program installed, you would get the following screen.

bootable pen drive

4. Now enter the windows file path where the ISO of windows lies and in the next tab provide the USBdrive address.

5. Click on Next will take you to further 1 step to complete the procedure.

Wednesday, April 28, 2010

Sunday, April 25, 2010

8085 instruction set

enjoy

hey this is my home made calculator


this is my calculator hmm not so good looking but koi na chalta hai

Saturday, April 24, 2010

interfacing of various devices with 8085

hey chk out dis for interfacing with 8085

8085 Paper Presentation slides,ppt

Check out this... a basic to advance info of 8085 microprocesser

RECYCLE BIN RENAME

RECYCLE BIN RENAME

When you right click on the recycle bin unlike other icons, the rename option is not displayed in the pop-up menu. But you can do it by editing the registry file. For that proceedure is as follows:

Go to the Start Menu Press Run then type regedit.
Now go to the location by expanding the ‘+’ signs.
“HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E/ShellFolder/}”
Once you reach there double click the “Attributes” icon.
Then change the data from “40 01 00 20? to “50 01 00 20?.
Now double click “Call For Attributes” icon and change the value data to 0.

Now you can go back to your desktop and right click the recycle bin to see the rename option. Click it and name the recycle bin to whatever you want and if you want to further lock it so that nobody will change it you can again make the values same as earliar.

Configuring Ad-Hoc Network



Share data between laptops using integrated wifi cards – without using Access Points

Step-1 : Open Network settings, select Wireless adapter
Step-2 : Right click >properties


Step-3 : Click on Wireless Networks Tab > Advance
- you will find three radio button options >select computer-to-computer [ad-hoc] network only

Step-4 : Click Add button
Step-5 : Type SSID Ex: master , keep Network Authentication - open and Data
Encryption – disabled
Step-6 : to access your system from another laptop search for wireless networks
Step-7 : connect with network found “master”

Share your folders or drives without additional infrastructure.

For quick access use Static IP configuration on wireless adapters

Ex: First laptop (configured as Ad-hoc)


IP : 192.168.50.1
Subnet : 255.255.255.0

Second laptop (joined with Ad-hoc)

IP : 192.168.50.2
Subnet : 255.255.255.0

Microsoft Office 2003 to 2007 compatibility

Microsoft Office 2003 to 2007 compatibility

Problem while opening .docx/.xlsx/.pptx file in microsoft office 2003:

How to use this pack!!!!!

Step -1: download this pack, save it in Drive.
Step -2: install it (few clicks requried)
Step -3: double click any .docx/.xlsx/.pptx file, it will display "File conversion process" and your 2007 format file is now open as readonly in 2003.
Step -4: save as this file to drive or directory you want to store.

Get this pack at:

http://www.microsoft.com/downloads/details.aspx?familyid=941b3470-3ae9-4aee-8f43-c6bb74cd1466&displaylang=en

Friday, April 23, 2010

THE NEXT TECHNICAL BLOG

THIS IS MY FIRST BLOG

Disabling USB Port using Registry File:
1.In the Notepad Copy the below code and save the File as Disable.reg
2.HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]
“Start”=dword:00000004
3.Double click the Disable.reg file it will ask confirmation message select Yes when prompt.

Now your USB Port stops working that you can check by inserting pen drive.


Enabling Usb port using Registry File:

1.In the Notepad Copy the below code and save the File as Enable.reg
2.HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]
“Start”=dword:00000003

3.Double click the Enable.reg file it will ask confirmation message select Yes when prompt.
Now your USB Port start working again.