» Web Development
-
Google Gears for offline apps
By vinu on May 31st, 2007 | No Comments
Google has released a beta version of Google Gears which is an open source browser extension which enables web applications to provide offline functionality using following JavaScript APIs. Here’s what you ca... -
Getting started with Aptana and Yahoo UI - Aptana
By vinu on December 14th, 2006 | 2 Comments
Want to create cool Web2.0 UI’s? You can use Apatana to create these using the Yahoo UI Library. Aptana provides you the IDE to create UI components with YUI and provides you with code complete facilities to do th... -
Php UTF-8 Charsets
By vinu on September 13th, 2006 | 2 Comments
An interesing article which explains what can go wrong when you’re handing UTF-8 character sets in PHP. The current versions of PHP do mangle up UTF-8 characters when you use the built in string functions in PHP. ... -
Aptana - IDE for HTML CSS and Javascript
By vinu on August 4th, 2006 | 2 Comments
Looking around for a good IDE to code HTML, CSS and Javascript? Look no further… Aptana is a robust, JavaScript-focused IDE for building dynamic web applications. Highlights include the following featu... -
Five common PHP database problems
By vinu on August 2nd, 2006 | No Comments
IBM has an interesting article which outlines some common database problems which PHP programmers encounter. “Discover five common database problems that occur in PHP applications — including database schema... -
Optimizing PHP objects
By vinu on July 26th, 2006 | No Comments
Justin Silverton has some tips over at his blog on how to improve performance of OO PHP code. “The following tips can help in optimizing object-orientated PHP. 1. Initialise all variables before use. 2. Dereferenc... -
Flash remoting: Create an image gallery using PHP and Flash
By vinu on July 26th, 2006 | No Comments
Heard about Flash remoting? It’s a method for Flash to communicate with a web application server. Here’s how Macromedia defines Flash remoting: “Macromedia Flash Remoting MX provides the connection betw... -
Five Best Next Generation PHP Frameworks
By vinu on June 16th, 2006 | 2 Comments
An interesting read from PHP Magazine on the next generation Frameworks for PHP. “Gone are the days of coding entire PHP applications from scratch. The five forerunners for the next generation of PHP frameworks are... -
Damien Katz: Error codes or Exceptions? Why is Reliable Software so Hard?
By vinu on June 15th, 2006 | No Comments
Here’s an interesting read on error handling. “Very little software really gets error handling right. Even many critical, backend server systems tend to break under heavy loads. And the vast majority of end-u... -
Force a download on the browser
By vinu on June 9th, 2006 | 2 Comments
Here’s a piece of code which will force download a pdf instead of showing it inline in the browser. < ?php header('Pragma: public'); header('Last-Modified: '.gmdate('D, d M Y H:i:s') . ' GMT'); header('Cache-Contro...





