Posted on January 31st, 2011 by Tarun Sapra
Wolfram|Alpha is a well known computation knowledge engine. Recently with the release of it’s API version 2.0 it’s offering free development account with up to 2000 API calls per month. The API is implemented in a standard REST protocol using HTTP GET method.
Filed under: Blog, Java | 1 Comment »
Posted on January 30th, 2011 by Gaurav Srivastava
We all know the advantage of having Singleton ModelLocator. In this blog, i will share my experience working on ‘Prototype’ ModelLocator. Sometime back, i faced an issue while updating the view/components, which were binded to an ArrayCollection. This ArrayCollection was a public property in ‘Singleton’ ModelLocator. A TabNavigator with 2 tabs for instance, each tab [...]
Filed under: Flex | No Comments »
Posted on January 29th, 2011 by jthakur
While working on my current project I came across some interesting concepts about User Centered Analysis and Design. The ultimate goal of any designer should always be a “actual user” friendly design. What is the use of a shiny and good looking e-commerce website when it does not have proper navigation to shop through. So [...]
Filed under: Architecture, Design Patterns, Designing, General, Project Management, Usability, User Centered Analysis Process | No Comments »
Posted on January 26th, 2011 by Shankar Jha
There is a lot of buzz all around – ‘WebSocket is quicker’. But why WebSocket is quicker? As you read this blog this question should get answered. When we say quicker comparison is with? When we say WebSocket is quicker the comparison is always with HTTP. So before we start discussing WebSocket protocol let us [...]
Filed under: HTML, HTML5, Java | 1 Comment »
Posted on January 18th, 2011 by Paritosh Ranjan
We were having problems in most of the design discussions we did as a team. We couldn’t get out of the discussion with everyone’s consensus on the selected design. In the end, people still nagged about the loopholes in the design or kept proposing a better design. One day we came across “Designing Using CRC Cards” in [...]
Filed under: Agile, Architecture, Designing, Extreme Programming | 4 Comments »