Author Archives: Jeremy Clark

About Jeremy Clark

Small town IT worker with interests in all things technological and technical. Biggest interests are in web development especially the WordPress publishing platform and the community supporting it. Currently developing and maintain the free WordPress theme Techozoic. I'm also always available for hire.

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

Comment Problem Fixed

If anyone has tried to comment and couldn’t the problem is now fixed. While cleaning my database I accidentally deleted a needed field in the comment table. No big deal I readded it and now up and going again. So … Continue reading

Posted in Aside | Comments Off on Comment Problem Fixed

WordPress Theme Dev Tip – Dynamic Stylesheets

A dynamic stylesheet using php is a powerful thing, when accompanied by a user options page it can really make a theme. I’ve recently done this to my Techozoic theme, and I’m going to share how this works and some time saving tips. Continue reading

Posted in tips, wordpress | Tagged , , | 6 Comments

Dynamic Stylesheets using PHP

Recently while doing some work on my theme for WordPress I came across a very helpful idea. Using PHP in a stylesheet to make it more dynamic. The basic idea is to use PHP variables and define certain elements that repeat in various places such as a color code to make it easily changeable by only having to change one line instead of searching for and replacing multiple times. Other examples are fonts, images, widths, even whole sections of code could be shown or hidden with the use of variables and an if statement. Continue reading

Posted in Internet, tips | Tagged , , , | 7 Comments

Firefox 4 Mockups

Mozilla has starting thinking about Firefox 4 and with their new mock ups have starting throwing ideas around. There are two different versions as of now, tabs below address bar and one with the tabs above the address bar. Continue reading

Posted in Internet | Tagged , , | Comments Off on Firefox 4 Mockups