Archives by date

You are browsing the site archives by date.

Web SQL Proxy in Sencha Touch 2.1

Web SQL Proxy in Sencha Touch 2.1

In the previous post, we discussed about Sencha Touch 2.1 including support for Web SQL. Web SQL is a data storage mechanism that enables storing data in SQL databases. The webkit browsers use SQLite database for this purpose. In this […]

Web SQL support in Sencha Touch 2.1

It’s really surprising of Sencha Touch 2.1 to introduce support Web SQL feature. Web SQL enables creating and maintaining databases in the client. We can store hierarchical data in web sql databases. Browsers like Safari and Chrome provide an SQLlite […]

Groovy 2.0 and static type checking

A common sentiment echoed by developers of Groovy is that Groovy being a dynamically-typed language, makes them catch the syntax errors on type-safety only during runtime. The answer to that is Test Driven Development. Unfortunately a majority do not use […]

Yii

A framework that we are using currently for a project is Yii. It expands to Yes It Is :). It’s an MVC-based PHP framework. Before beginning the project a number of frameworks were taken into consideration. Grails, Node JS etc., […]

Postman – REST Client

Postman – REST Client

One of the very useful tools I got introduced to, recently is Postman. Postman is a REST client application available in the Chrome Web Store. You can install the application in Chrome browser. Postman is very useful to test/monitor requests […]