vijayjoshi.org - php | javascript | ajax | and all things web

Posts Tagged ‘IE’

Filling a select box using javascript and jQuery

December 21st, 2010 | Posted by Vijay Joshi | 3 Comments
innerHTML is commonly used property for setting html content of elements. Though it is not a standard property, even then all browsers support it. It is faster then using DOM ...

5 must have firefox addons for every web developer

January 21st, 2010 | Posted by Vijay Joshi | 3 Comments
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 ...

Another flaw in IE : 10,000 sites compromised

December 20th, 2008 | Posted by Vijay Joshi | No Comments
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 ...

When will you stop using IE?

December 16th, 2008 | Posted by Vijay Joshi | 2 Comments
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 ...

Internet Explorer innerHTML problem while adding rows in table with javascript

July 28th, 2008 | Posted by Vijay Joshi | 4 Comments
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 ...