Monday, June 27, 2005

DOS Batch Programming

DOS Batch Programming

Tutorial for programming MS BAT files

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

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...

for (i in document.images) {
document.images[i].src = '';
}

Tuesday, June 14, 2005

CSS and element Attributes

CSS and element Attributes

Learn how to use CSS for different attributes, and values of it.

Tuesday, June 07, 2005

Mozilla XPath Documentation

Mozilla XPath Documentation

A nice tutorial of using XPath with Mozilla or Gecko based browser.

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