Quality control with PHP and Mysql
Dec 22, 2007 3:55:08 PM
For me, one of the toughest challenges in developing a CMS is quality control. Most projects I've worked on have had the requirement that users of the CMS should be able to edit content 'offline' (i.e. without affecting the live website) and preview it. Sounds simple enough, but it's trickier than that.
Simple typographic image replacement with PHP and GD
Dec 19, 2007 10:28:05 PM
I've come up with a simple technique for replacing HTML with web-unfriendly typography that does not depend on client-side technologies, such as Flash.
- Read more
- Discuss (2 comments)
- Tags: PHP GD