GREEN CLOUDS ON OUR PLANET

One of the most simplest definition one can give about cloud computing is that “they are basically computers on the Internet”. Even dating back to the primitive ages, computing was carried out using three levels of computing resources, Infrastructure; Platform and Applications.Fingers, stones or sticks were used as infrastucture to carry out simple applications like…

PhoneGap and jQuery Mobile

PhoneGap PhoneGap is an open-source mobile development framework developed by Nitobi Software. PhoneGap lets developers use web technologies to develop apps for iOS, Android, Blackberry, WebOS ,Symbian and Bada. PhoneGap doesnt require knowledge in Objective-C/Java, it allows developers to develop applications in Javascript, HTML and CSS. What PhoneGap does is “bridge the gap” (hence the…

Cucumber Basics

Behavior Driven Development (BDD) is an agile software Development technique that encourages collaboration between developers, QA team, non-technical persons in software development. RSpec and cucumber are the BDD tools for Ruby developers. 1. Cucumber Cucumber works with Ruby, Java, .Net, Flex or web applications written in any language. It has been translated to over 30…

Optimizing PHP code

Optimising code is always remians to be a tough thing when we come across sites having high traffic as website load time is critical value that determines the success of your website.Even though we have so many options or techniques to minimise the speed load issue,Database performance tuning,reducing Bandwidth etc, it still needs more attention…