Monday, March 14, 2011

How to search keyword for specific site

suppose your search key word is : JAVA
and you want to search this keyword for site : www.mastermoin.com, in state of whole google seach

type search string as  :  site:mastermoin.com JAVA



Tuesday, March 1, 2011

How to make Full Touch Application

Download any jar application

Open it in to winrar

Find META-INF directory and open MANIFEST.MF into any text editor (notepad)

and append following contain in it

------------------------------------------------------

TOUCHSCREEN:true
NUMPAD:true
MIDlet-Touch-Support:true
SCREEN_WIDTH:240
SCREEN_HEIGHT:320
------------------------------------------------------

Save this contain and close text editor and update archive in winrar

enjoy your touch application