Mark’s Site

Pensieve for coding and golf :-)

Archives for the ‘1.3. Good Practice Coding’ Category

Performance Friendly PHP

By admin • Jun 12th, 2008 • Category: 1.3. Good Practice Coding

As you grow into programming, you can pick up some poor habits along the way. These habits produce the same output, but when used in large projects could end up causing some performance headaches in the long run, causing you to get mentally spanked for not paying attention when reading this article!
So to save your [...]



Staging Environments

By admin • May 1st, 2008 • Category: 1.3. Good Practice Coding

It’s so important to have a separate staging environment, so you can make changes (major or minor) and test the results BEFORE releasing to your live server.



Lightweight Documentation

By admin • Apr 30th, 2008 • Category: 1.3. Good Practice Coding

This article explains the importance of lightweight documentation.



Central Configuration

By admin • Apr 11th, 2008 • Category: 1.3. Good Practice Coding

What is configuration data? Why should I use it and more importantly, HOW do I make my configuration central for all my application’s pages to access? This article discusses the importance of central configuration data for your application.