5 must have firefox addons for every web developer
Being a web developer there are some tools which I need and use on daily basis. Here are 5 such addons I think every web developer should install on their firefox.
1- Web developer toolbar
Home: http://chrispederick.com/work/web-developer/
Install: https://addons.mozilla.org/en-US/firefox/addon/60
This addon adds a toolbar and a menu to firefox. The toolbar contains several mini tools in it to [...]
Read the rest of this entry >>
Another flaw in IE : 10,000 sites compromised
In my previous post I discussed about the security flaws and other shortcomings in IE. Incidentally, the same day a news article appeared on BBC News which reported about a new security vulnerability found in IE7. ( Thanks to Jyotsna for passing this news).
The article describes about a new security hole found in IE7 exploiting [...]
Read the rest of this entry >>
When will you stop using IE?
I am tired of making web applications work on IE. I can understand the frustration of this guy who created a pie chart for breakdown of time spent in web development. Making an application work on IE takes most of the time. Be it the issue of setting innerHTML of select or setting innerhtml or [...]
Read the rest of this entry >>
Internet Explorer innerHTML problem while adding rows in table with javascript
If you are a web developer and work with js/AJAX, surely you would have faced a situation like this.
I had a table in a page. What i had to do was create rows in javascript and set the innerhtml of table to the rows created. Something like this-
var x=""; var tableContents="
<tbody>"; for(var i=0;i<5;i++) { [...]
Read the rest of this entry >>

