Archive for April, 2008

PHP & Templating

Friday, April 18th, 2008 Posted in Programming | No Comments »

Probably one of the cool features of php for novice developers is a possibility to mix code and design elements in one file. It's let you start writing your scripts ... Read more..

How index can boost database performance

Monday, April 14th, 2008 Posted in Programming, mysql | No Comments »

Adding indexes to your tables is a great method to boost your application performance. Index helps database engine to quickly find requested data and performing efficient sorting and grouping operations. Read more..

Let’s start blogging

Friday, April 11th, 2008 Posted in Uncategorized | No Comments »

I decided to use this page for publishing all interesting topics which i am working on. Hope some of this articles will help you solve your problems. Read more..