July 2006 - Posts
FireFox 2.x is already out in Beta state but I didn't feel OK to download the 'beta' version for various reasons and one of them is 'extensions'.I am not sure whether extensions are backward compatible or not.I believe they are not because majority of
Read More...
Being a web developer is pain in ass.atleast 30-40% of time you waste to make your page compatible with IE and Non-IE browsers and its a big part if you are working on a medium size applicaton. One of the several difference between IE and FireFox is capturing
Read More...
Code snippet if ( (oldSelectedDiv!="")&&(document.getElementById(oldSelectedDiv))!null ){ document.getElementById(oldSelectedDiv).style.background="White"; document.getElementById(oldSelectedDiv).style.color="Black"; } Error: missing ) after condition
Read More...
An intresting read . On a related note Inside GooglePlex
Read More...
My class Mysql to JSON is ranked 8th this week in Top Downloaded Class section.Its pretty good I guess because it was recently published on php classes website.Since this page is changed every week so I have taken a snapshot as a proof :D Tagged: JSON
Read More...
This morning Asif came up with an intresting post about famous 404 File not found error but many of us would not be aware of history of that error code.You would be surprised to know that 404 was actually room number on 4rth floor of CERN office where
Read More...
Mysql2JSON is my first ever attempt to do something practically for open source programmers.Yesterday i got email from phpclasses ' editor about approval of my "class" and I am very happy about it.I have submitted my class for websites like freshmeat
Read More...
Some good stuff i found via Symbian newsletter: http://www.symbian.com/developer/books/pdf/Getting_Started_final.pdf http://www.symbian.com/developer/books/pdf/Signing_Tips.pdf http://www.symbian.com/developer/books/pdf/Coding_Tips.pdf Tagged: Symbia
Read More...