Home » Archive

Articles in the Javascript Category

Javascript, Linux, PHP »

[25 May 2009 | View Comments | 16 views]
jQuery and Me…

I use mootools for all JS related tasks. Mootools is good library but has very limited support and few plugin available on net (most of you are not agree of this but it’s my openion based on 2 year exp with mootools) .
So I decided to move on to another framework. There is many JS toolkits available.
Dojo
jQuery
Prototype
YUI
etc.. much much more
But these are key players. I selected jQuery among these frameworks.. Why? because It has gr8 support good community and top of all, has rich plug-in directory.
To go through jQuery I …

Javascript »

[26 Feb 2009 | View Comments | 2 views]

Yesterday I got stuck into a serious issue! I generally use Firefox (with my favorite firebug & webdeveloper toolbar) for development. I developed a small game in which I was using JSON to get data from server and mootools js library for Ajax. The system was working well on Firefox but got stuck on IE7. Even after wasting 2 hours I got nothing. The bad thing about IE is, that it doesn’t have support for developers. I also searched IE official add on site but nothing found.
Finally I found a …