PHP & Templating

April 18th, 2008 admin 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 very fast.
However when complexity of your scripts grows it’s become too hard to change design of your pages. Known solve of this problem is a design templates. Read the rest of this entry »

Bookmark and Share

How index can boost database performance

April 14th, 2008 admin 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 the rest of this entry »

Bookmark and Share

Let’s start blogging

April 11th, 2008 admin 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.

Bookmark and Share