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.New VPS running
I’ve switched this site and the others that I host over to running on a Dreamhost VPS. After some tinkering with settings and caching, I’ve got the site running much faster and more securely. If you notice any problems either … Continue reading
Cloud-Based Development Environment
Keeping development environments in sync between two locations can be challenging. One solution might be to switch to a cloud-based environment using DropBox. Netbeans is an IDE that works very well, as it has ftp/sftp support and git/svn integration. Netbeans … Continue reading
Simple WordPress Twitter follower count snippet
Updated version for API v1.1 Following on the idea from this post, sometimes a full-blown Twitter plugin is too much. Luckily Twitter has a rich API that is ripe for the taking of information. The API console is of great … Continue reading
Simple WordPress Twitter feed code snippet
Updated version for API v1.1 Sometimes a Twitter plugin is just the right fit for a site, other times it just might be overkill. If all that’s need is a simple list of recent Twitter posts this solution might be … Continue reading
WordPress 3.4 wp_get_theme – new function for retrieving theme data
Another new addition to 3.4 is the deprecation of the get_theme_data function, this function was used pull data from the header of a theme’s stylesheet. This function was useful for outputting theme data in a repeatable way. The new function … Continue reading
