o7th Web Design Articles

Design and Development Articles

effective design

Proof Positive That My Site’s Faster Than Yours

We finally have the proof that the o7th Web Design Site Rendering Engine is faster than a static website. We finished up our Export module this morning, so we could export the entire site into static HTML files.  We setup the exported site on the same server running the SRE, enabled some GZip compression, and [...]

, , , , ,

Dynamic Parameterized Queries

In my mind there is no more efficient method to programming and development that organizing your code into re-usable chunks. Any time you can re-use something you have already developed, it should be placed in an include file (php, and classic asp) and called when the chunk of code is needed.

, , , , , ,