Posted on February 10th, 2010 by Rocky Jaiswal
JavaScript libraries/frameworks have gained a lot of popularity lately. A small though significant reason for the development / adoption of these libraries has been the large number of browsers, even writing a small piece of JavaScript which works on IE6, IE7, IE8, Firefox 2, 3+ and Chrome can be pain, on the other hand inclusion [...]
Filed under: jQuery | No Comments »
Posted on February 8th, 2010 by Rajneesh
soapUI is a free, open-source desktop application specifically designed to inspect, develope, invoke and test WSDL or REST based web services.In this blog I have tried to introduce the tool and list some of its most useful features.In my successive blogs I will dig deeper and try to explain how it can be used to [...]
Filed under: Testing, Tools, Web Services | No Comments »
Posted on February 7th, 2010 by Anurag Shrivastava
In our times, the salaries at IIM Campus Placements grab the headlines and we draw satisfaction with how many Indians are in the Forbes billionaire list. In the mad race of outsmarting others in profession, the professionalism has taken a backseat. As society interacts with the professionals, we are confronted with situations that make us [...]
Filed under: Uncategorized | No Comments »
Posted on February 5th, 2010 by Sri
Over the past few days I was going through the Zend Framework reference docs and I found myself pleasantly surprised with all that the latest version of this web application framework provides. My first thought was to just acknowledge the speed in which PHP as a technology has been maturing. Out of the many new [...]
Filed under: PHP, TDD | 2 Comments »
Posted on February 1st, 2010 by Richa Singhal
Recently, I came up with a requirement where I had to dynamically load a language set (English/ Dutch/German/ French/ Hindi etc.) based on the locale for which our Flex application was running. And I found out that solution to this is using localization of languages. Along with that I also successfully embedded a free font [...]
Filed under: Flex, UI, Usability | 1 Comment »