Browse by Tags
All Tags »
Javascript (RSS)
We also have Javascript based MVC now!
Read More...
If you are a fan of PHP(like me) and pretty much used to of its useful functions and want to use similar things in Javascript as well, I would like tell you about a project which is trying to bridge gap between javascript and php programmers. PHP.JS is
Read More...
IE7/8 is being more annoying than previous versions. document.cookie returns nothing on IE7 and 8 even if you enabled cookies in all zones. *missing old IE6 days*
Read More...
IE8 has finally been released . Unlike previous version(s), it's now CSS2 complaint. IE8 also has passed ACID2 Test. IE8 has come up with lots of new useful stuff for both developers and end-users like Activities ,improved AJAX experienced. Apart from
Read More...
Many of you would have used Generics in . NET or Java. It's a pretty cool feature, reminds me days when I was struggling to figure out C++ templates. Since Javascript has been evolving a lot in Web 2.0 world, there is a continuous change in future Javascript
Read More...
To fetch query String variables in server side languages is pretty common but it's not common to fetch queryString values in javascript. For instance you have a URL like http//site.com/file.html?v=1&t=3 , i order to process this request you don't
Read More...
It seems that Sun is pretty much serious to give a solid response to Microsoft's Silverlight . From register : Sun Microsystems is working on interoperability between design tools from Adobe Systems and its upcoming JavaFX tools for application developers
Read More...
Few days back Official Perl website redirected users to porn.com which later got fixed. Finally guys at O’Reilly found out that it all happened due to remote Javascripting. NAT says: It only took three things to turn perl.com into porn.com: (1) the advertiser's
Read More...
It's always difficult for developers like me who have ZERO knowledge about graphics and designing to make a good HTML layout. Backend developers like me always use to leave on mercy of designers to split images and then make a theme. So many times I face
Read More...
John Resig, the creator of jQuery giving a lecture of writing a good Javascript library to googlers. A must see video for those who are interested to become a serious Javascript programmar. He also revealed new FireFox extension library FUEL for 3.x versions
Read More...
Jhon Resign, the creator of JQuery who works at Mozilla shares inside story about Javascript 1.8. What do you think about heavy changes in Javascript? is it getting easier or more difficult? :-)
Read More...
Yahoo Developers have come up with a tool to check the performance of your website. A good attempt though it doesn't sound much useful when it gets integrated with FireBug because most of the things are already being checked by Firebug but the interesting
Read More...
This is such a lovely tool and I am sure it would be very helpful. Meet JSON EDITOR , A Tree based approach to understand the entire JSON Schema and debugging your JSON data. Technorati tags: Javascript , JSON
Read More...
This is something which every web2.0 wants to be provided in Web browsers and people have been using different techniques to store data on client side like using hidden flash applets or by using Mozilla's API to store data by calling XP Components. Neil
Read More...
If you are planing to become a serious Javascript developer rather a guy who can just VALIDATE forms with the help of JS then I think you should take advice of Mr. Dustin Diaz , the UI engineer at Google who shares valuable tips which can help you to
Read More...