Category Archives: tech
Server Migration – Part 2
I’ve finished the server migration and everything was successful and only maybe 30-45 minutes of downtime. The old computer I’m using for a server got an upgrade while I was migrating as well. A little faster processor and doubled the … Continue reading
WordPress Theme Developers Tip – Call Dynamic CSS the Right Way
This solution should no longer be used. After further research and reading other’s suggestions, the ideal solution is to just output the css directly to the head section of your code. While developing my Techozoic theme, I’ve progressed from adding … Continue reading
WordPress Theme Options Framework Ver 2
An updated version of my Theme Options Framework rewritten for optimization. Reduced the number of calls to database by reducing the number of entries added to database. Also included a simple style.php file and header.php file to show how to use the options on an external file. Continue reading
WordPress, Caching, and Compression
After reading an interesting article dealing with optimizing your WordPress blog I decided to optimize mine. I detail how I cut page load times in half by simply enabling caching and compression in an Apache web server. Continue reading
Slightly Updated Look
As you can tell I’ve updated a few parts of my blog, namely the nice tabbed interface for the sidebar, and going with one sidebar split into two columns at the bottom. Tell me what you think of it, I always appreciate feedback. Continue reading
