Wednesday, July 28, 2010

Google SMS for your phone

How to search google using SMS in India:



In India, internet on mobile is still not so common and in that case when you need to make search on google, How do you go about it ? Thanks to Google SMS service which is availble for many countries including India, now you can type in your query and send sms to recieve updates on your mobile phone.

For example :

  • If you want to search on iPad waiting time. Just type in iPad Waiting Time
  • and Send an SMS to 9-77-33-00000

The advantage of this service is that you need not to pay 5 rs an SMS like you do for special numbers. It only costs you local sms charges so you can anytime use it get cricket scores when away from TV, or Indian Railways train schedules, movie show times etc.

Get cricket scores, Indian Railways train schedules & ticket status, horoscopes, movie showtimes, restaurant information and more ...all through SMS on your phone.

Best of all, you don't pay a premium charge for any of this, just the price of a standard SMS.

Try it out! Simply send your search query by SMS to 9-77-33-00000and we'll send you results back by SMS immediately.

Tuesday, July 27, 2010

Unicode Character for the Indian Rupee

Proposed Unicode Character for the Indian Rupee:





The Indian Government has proposed to the Unicode Consortium that the Unicode character code U+0971 be assigned for the new Rupee symbol. This was revealed in a presentation by D. Udaya Kumar who is is best known as the designer of our new currency symbol.

It may take several months for the Consortium to include the new symbol in the standard character set but once that is done, you should be able to type Rupee using the standard keyboard without requiring any special fonts.

For instance, Microsoft Word users can insert any Unicode character in a document by typing the character code followed by the Alt+x key. In the case of Rupee, they’ll have to type 0971 followed by Alt+x. Currently this combination will output an unused Devanagri character that the Indian government has proposed to replace with the new Rupee symbol.

Monday, July 26, 2010

File Extensions

Common file extensions that are good to know, organized by file format:

Text Files

.docWord Document
.docxWord Open XML Document
.logLog File
.msgOutlook Mail Message
.pagesPages Document
.rtfRich Text Format File
.txtPlain Text File
.wpdWordPerfect Document
.wpsMicrosoft Works Word Processor Document

Data Files

.accdbAccess 2007 Database File
.blgWindows Binary Performance Log File
.csvComma Separated Values File
.datData File
.efxeFax Document
.pdbProgram Database
.ppsPowerPoint Slide Show
.pptPowerPoint Presentation
.pptxPowerPoint Open XML Presentation
.sdbOpenOffice.org Base Database File
.sdfStandard Data File
.sqlStructured Query Language Data
.vcfvCard File
.wksWorks Spreadsheet
.xlsExcel Spreadsheet
.xlsxMicrosoft Excel Open XML Spreadsheet
.xmlXML File

Image Files

Raster Image Files

.bmpBitmap Image File
.gifGraphical Interchange Format File
.jpgJPEG Image File
.pngPortable Network Graphic
.psdPhotoshop Document
.pspimagePaintShop Photo Pro Image
.thmThumbnail Image File
.tifTagged Image File
.yuvYUV Encoded Image File

Vector Image Files

.aiAdobe Illustrator File
.drwDrawing File
.epsEncapsulated PostScript File
.psPostScript File
.svgScalable Vector Graphics File

3D Image Files

.3dmRhino 3D Model

Page Layout Files

.inddAdobe InDesign File
.pctPicture File
.pdfPortable Document Format File
.qxdQuarkXPress Document
.qxpQuarkXPress Project File
.relsOpen Office XML Relationships File

Audio Files

.aacAdvanced Audio Coding File
.aifAudio Interchange File Format
.iffInterchange File Format
.mp3MP3 Audio File
.mpaMPEG-2 Audio File
.raReal Audio File
.wavWAVE Audio File
.wmaWindows Media Audio File

Video Files

.3g23GPP2 Multimedia File
.3gp3GPP Multimedia File
.asfAdvanced Systems Format File
.asxMicrosoft ASF Redirector File
.aviAudio Video Interleave File
.flvFlash Video File
.movApple QuickTime Movie
.mp4MPEG-4 Video File
.mpgMPEG Video File
.rmReal Media File
.swfFlash Movie
.vobDVD Video Object File
.wmvWindows Media Video File

Web Files

.aspActive Server Page
.cerInternet Security Certificate
.csrCertificate Signing Request File
.cssCascading Style Sheet
.htmHypertext Markup Language File
.htmlHypertext Markup Language File
.jsJavaScript File
.jspJava Server Page
.phpHypertext Preprocessor File
.rssRich Site Summary
.xhtmlExtensible Hypertext Markup Language File

Font Files

.fntWindows Font File
.fonGeneric Font File
.otfOpenType Font
.ttfTrueType Font

Plugin Files

.8biPhotoshop Plug-in
.pluginMac OS X Plug-in
.xllExcel Add-In File

System Files

.cabWindows Cabinet File
.cplWindows Control Panel
.curWindows Cursor
.dllDynamic Link Library
.dmpWindows Memory Dump
.drvDevice Driver
.keySecurity Key
.lnkFile Shortcut
.sysWindows System File

Settings Files

.cfgConfiguration File
.iniWindows Initialization File
.keychainMac OS X Keychain File
.prfOutlook Profile File

Executable Files

.appMac OS X Application
.batDOS Batch File
.cgiCommon Gateway Interface Script
.comDOS Command File
.exeWindows Executable File
.pifProgram Information File
.vbVBScript File
.wsWindows Script

Compressed Files

.7z7-Zip Compressed File
.debDebian Software Package
.gzGnu Zipped Archive
.pkgMac OS X Installer Package
.rarWinRAR Compressed Archive
.sitStuffit Archive
.sitxStuffit X Archive
.tar.gzTarball File
.zipZipped File
.zipxExtended Zip File

Encoded Files

.binMacbinary Encoded File
.hqxBinHex 4.0 Encoded File
.mimMulti-Purpose Internet Mail Message File
.uueUuencoded File

Developer Files

.cC/C++ Source Code File
.cppC++ Source Code File
.csVisual C# Source Code File
.dtdDocument Type Definition File
.javaJava Source Code File
.plPerl Script

Backup Files

.bakBackup File
.bupBackup File
.ghoNorton Ghost Backup File
.oriOriginal File
.tmpTemporary File

Disk Files

.dmgMac OS X Disk Image
.isoDisc Image File
.toastToast Disc Image
.vcdVirtual CD

Game Files

.gamSaved Game File
.nesNintendo (NES) ROM File
.romN64 Game ROM File
.savSaved Game

Misc Files

.dbxOutlook Express E-mail Folder
.msiWindows Installer Package
.partPartially Downloaded File
.torrentBitTorrent File


Sunday, July 25, 2010

Command Prompt

Chat With Command Prompt:

If you want a private chat with a friend or client on you Network, you don't need to download any fancy program!
All you need is your friends IP address and Command Prompt.
Firstly, open Notepad and enter:

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

Now save this as "Messenger.bat".
Open the .bat file and in Command Prompt you should see:

MESSENGER

User:
After "User" type the IP address of the computer you want to contact.
After this, you should see this:
Message:
Now type in the message you wish to send.

Before you press "Enter" it should look like this:

MESSENGER
User: 255.125.14.10
Message: Hi

Now all you need to do is press "Enter", and start chatting!

Monday, July 19, 2010

Ice-Cream Hard-Disk

Mint Hard – The Ice-Cream Hard-Disk:







Mint Pass, a Korean tech company, revealed one of the craziest hard-disk concepts I’ve ever seen.

Named Mint-Hard, their new gadget will be shaped like an ice-cream and will be used as an external hard-drive. Users will be able to stock data on the ice-cream part of the device, while the stick is actually a USB-stick that can be used to transfer data.

Mint Pass plans to release its ice-cream hard-disk in the following flavors/sizes:

Chocolate (120Gb HD/ 8Gb Flash)

Strawberry (80Gb HD/ 4Gb Flash)

Vanilla (60Gb HD/ 2Gb Flash)

via Mint Pass

Saturday, July 17, 2010

The Mysterious Dancers

The Mysterious Scissors Dancers of Peru:


Performed in the central and southern highlands of Peru, the Scissors Dance is a traditional event that tests the physical and spiritual strength of the participants.

Westerners usually regard “La Danza de las Tijeras” as a physical test where two men have to prove their dexterity and resistance to pain, but to the people of the Andes, this dance is a sacred ritual. The dancers, called danzaq, perform difficult stunts and leaps, called atipanakuy, accompanied by the music of a violin, a harp and the sound of the scissors they each hold in their hands. So much about not playing with scissors, right?

The origin of the danzaq and their Scissors Dance is shrouded in mystery, but some anthropologists believe they appeared in 1524, during the rebellion against Spanish colonial rule. According to old Spanish chronicles, Huancas (pre-Hispanic deities) possessed the bodies of indigenous young men, allowing them to perform an impossible-looking dance signaling the return of the Old Gods to vanquish the Christian God of the Spanish. As we all know, that didn’t happen, but the tradition of the Scissors Dance was kept alive by the Andean people.

It’s almost impossible to believe someone can accomplish this kind of acrobatic moves, while handling a pair of scissors made out of two individual sheets of metal, 25 cm each, but the danzaq do much more. To show spiritual superiority, they go through a series of challenges that include sticking sharp objects through their bodies, eating glass or walking on fire. The Scissors Dance is sometimes performed continuously for hours, until one of the competitors proves his superiority.

The best Scissors Dances can be witnessed in Ayacucho, Apurimac, Arequipa, Huancavelica and Lima.














Friday, July 16, 2010

Automated Agriculture

Latest technology in Automated Agriculture:

That’s right folks, if you were lucky enough to stumble across this article, you have the privilege of seeing the latest technology in automated agriculture at work. This invaluable tool comes all the way from Belarus, a country that apparently spares no effort when it comes to investing in new technology.

This revolutionary agricultural device is a state-of-the-art cucumber harvester that uses the newly discovered power of people on their bellies. That’s right, people sitting on their bellies being pulled by a tractor. It’s simple and effective and I for one can’t wait to get my hands on one, cucumber harvesting will never be the same again.