Category Archives: WEB 2.0

All about web 2.0 developement

HTML Select list of US States

I was working on my project and i needed a select list of US states. I googled and found the list here.
But this was not what i was looking for. I needed the list with US state names as values. So i created the list and thought it would be nice to share with people [...]

Also posted in javascript | Tagged , | Leave a comment

Irresistable Web Development Tools

Web development and Firefox are like synonyms for me. I cannot think of developing a web page without Firefox. Professionally i am a middleware guy but my interest force me to do HTML+CSS and javascript. I developed my first website www.mdakia.com using firefox and fell in love with the open source browser. Firefox is very [...]

Posted in WEB 2.0 | Tagged | Leave a comment

Attaching information to a dom node using javascript

I had a requirement in my project where i had to attach some information to a dom node using javascript.
I created some checkboxes using DOM’s createElement method. Now the task was to assign userId information to each checkbox.
I knew that i can’t use the userId attribute for the “input” tag.

1
<input id="chk1" type="checkbox" />

The above code [...]

Also posted in javascript | Tagged , | 1 Comment

What is WEB 2.0 ?

Now a days everyone related to web development use a word which i think is very difficult to define. The word is WEB 2.0.
Web 2.0 ??
Web 2.0 is a trend in the use of www and webdesign that aims to enhance creativity, information sharing, and, most notably, collaboration among users. Web 2.0 is a [...]

Posted in WEB 2.0 | Tagged , | Leave a comment