Posts tagged JavaScript
Simple AJAX Twitter Like Hash URI
0Someone asked me how to create websites like Twitter URI. Yap, some sites I’ve create using URI hash to fetch content, so visitors can fetch the page using the hash tag on the URI.
now, take a look at Twitter URI structure below : (more…)
YM! Spy, see yahoo messenger online status and their display picture.
0
Hi all.. Just release YM! Spy. web based program to see yahoo messenger online status and their display picture.
Program Name : YM! Spy v1.00 BETA
Program Language : PHP, JavaScript
Requirement : Webserver, PHP curl module. (more…)
Searching Something in Google Via JavaScript
2Ever try to find a file in Google but all you can found just an article that discusses a file / something to do with the file?
A lot of ways can be used with certain keywords. (also known as “dork.”)
Actually, this trick only come from ordinary dork utilized from the server directories which not given the index file, the only difference from this tutorial just combine with JavaScript.
for example, to find a song from google:
javascript:var x=prompt("Search song with google:\n\nNote: Limit each word with a dot\nExample: Heal.The.World", "");window.location='http://www.google.com/search?hl=en&q='+encodeURIComponent('intitle:"index.of" (mp4|mp3|avi) ')+x+encodeURIComponent(' -asp -htm -html -cf -jsp -php')+'&btnG=Google+Search'; (more…)



