Tag: PHP

In the previous 2 weeks, we’ve looked at how to use CSS shorthand to reduce the size of your stylesheets, and how to speed up the development of HTML pages.
In this week’s quick and dirty set of tips, we’re going to look briefly at optimizing PHP code.
Increasing Site Performance In PHP
Unlike optimizing your CSS code, [...]

Tags: , ,

PhpMyAdmin is a great program for managing MySQL databases and is included in most web hosting control panels. But what turning a client loose in there? Scary.
Does the thought of letting a client manage their database through phpMyAdmin make you tremble in fear?
If you need to let a client edit their own databases—add and remove [...]

Tags: , , ,
Back to top