DOS Batch Programming
Tutorial for programming MS BAT files
Monday, June 27, 2005
Saturday, June 25, 2005
Blogger Help : How do I post pictures?
Blogger Help : How do I post pictures?
Blogger has now started with adding images in blogs... by adding them from your local computer
Blogger has now started with adding images in blogs... by adding them from your local computer
Monday, June 20, 2005
Javascript Shell Bookmarklet
Web Development Bookmarklets
Check the Shell bookmarklet...
It is amazing...
It lets you treat the textarea as a shell, where you can type "javascript" commands and observe the changes from where the bookmarklet was created!!!!
eg changing all the images source to empty...
Check the Shell bookmarklet...
It is amazing...
It lets you treat the textarea as a shell, where you can type "javascript" commands and observe the changes from where the bookmarklet was created!!!!
eg changing all the images source to empty...
for (i in document.images) {
document.images[i].src = '';
}
Tuesday, June 14, 2005
Tuesday, June 07, 2005
Monday, June 06, 2005
Dive Into Greasemonkey
Dive Into Greasemonkey
Greasemonkey is now turning out to be the next best extension to Firefox after webdeveloper.
Greasemonkey allows users, to use simple javascripts that use DHTML and DOM to change the way a website behaves.
And if you think you are a JavaScript freak, here is an online book on Writing scripts for Greasemonkey
Greasemonkey is now turning out to be the next best extension to Firefox after webdeveloper.
Greasemonkey allows users, to use simple javascripts that use DHTML and DOM to change the way a website behaves.
And if you think you are a JavaScript freak, here is an online book on Writing scripts for Greasemonkey
Wednesday, June 01, 2005
Subscribe to:
Posts (Atom)