efficient web 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 [...]
YUI Compressor Windows GUI
Well, I finally broke down and decided I was sick and tired of having to type in a command prompt what I needed done with the YUI Compressor for my CSS and javascripts. This is sort-of a beta version, but I would like to know if anyone comes across any bugs in it… maybe someday [...]
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.