Responsive Font Sizing for WordPress

Introducing FlowType.JS WP, the WordPress plugin that automagically resizes fonts for different browser viewports. This is a lightweight plugin. The plugin  enqueues FlowType.JS into WordPress so that page text can be configured to shrink or grow to fit the width of the parent container that holds the text. The plugin can be downloaded from GitHub. Install … Read more

Make WordPress Theme Headers Shrink on Scroll

WordPress Code Snippet

Modern web design favors a top-fixed masthead that shrinks when a page is scrolled downwards. The masthead, also known as the header, is the top of the page that contains the brand logo and navigation bar. Makes sense to keep the header visible at all times and make the header shrink while the page is … Read more

WordPress, PHP, Suhosin, Out of Memory and Execution Timeouts

PHP Logo

Suhosin is a security patch for PHP. WordPress is a CMS that needs PHP for execution. Suhosin can be a real mean so-and-so who stops WordPress scripts executing fully. If you get PHP out of memory errors or max execution time errors even after you have increased the max_execution_time and the memory_limit in php.ini then … Read more

We Are Moving Downloads to GitHub

Octocat GitHub Love

We are in the process of moving our plugin, script and other downloads to Github. We host some files on SourceForge, some on our own server and some in the WordPress SVN repository. This means our downloads are spread around the web with no real central management policy. Good for posterity and accessibility but bad … Read more