Home » Style & Scripts

In this post i would like to explain about how to build PHP application in Google App Engine. In this PHP application used jquery mobile and CURL library to read the feeds and hosting for free using google app engine. How to Build PHP application in Google App Engine | Anil Labs In my previous post i have explain about steps to implement and hosting...

 

Hi, In this post i am goig to explain about How to build virtual keyboard for your web application using google api. I got an request from users how to type hindi words in the web page. By using this code we can easily build the application your own language. ( Google support few languages ). How to build virtual keyboard for your web application |...

 

Hi friends, in this post i am going to explain about how to convert feeds to html using javascript and php. Just provide feed url and get the list of entries and description from the feeds. In my previous post explained about steps to implement and hosting your website in google app engine for free.I have placed the Javascript code in google app engine...

 

In this post i would like to explain about Simple JavaScript date validation.  We can  check dates with individual drop down boxes for day, month and year. In the validation part we have to check with first year , next  month and next day. In this we may not get the correct validations. Simple JavaScript validation for dates | Anil Labs

 

Hi friends, in this post i would like to explain about Multi-language support for web application with MySql and PHP. I got many requests from users to multi-language using google translator is fine but the grammar is not properly established. So we can avoid and easily implement using mysql and php. Multi-language support for web application with MySql...