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 »

AddThis Social Bookmark Button

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 »

AddThis Social Bookmark Button