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

Posted in Aside, Linux, tech | Tagged , | Comments Off on Server Migration – Part 2

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

Posted in guides, tech, wordpress | Tagged , , | 20 Comments

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

Posted in guides, tech, wordpress | Tagged , , , | 47 Comments

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

Posted in Internet, tech, wordpress | Tagged , , , , | Comments Off on WordPress, Caching, and Compression

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

Posted in tech | Tagged , | Comments Off on Slightly Updated Look