Articles tagged with: Development

Building a Wordpress 3 Mobilizer plugin

Summary: Building a Wordpress 3 Mobilizer plugin, detailing the process, requirements, and challenges faced, plus the full source code for the plugin.


Book Review: The Art of Readable Code

Summary: 'The Art of Readable Code' is a book that emphasizes the importance of writing code that is easy to read and understand. It provides advice on minimizing time taken to understand code, consistent style, fixing bad names instead of commenting, and more. The book also covers topics such as testing, code cleaning, refactoring, and creating reusable components.


Using Google Analytics for Mobile and fixing a lang not set problem

Summary: Using Google Analytics for Mobile.


Building a micro-stats logger in PHP

Summary: A tutorial on building a micro-stats logger in PHP as an alternative to Google Analytics, detailing the process of creating a system for testing stats on a Wordpress blog.


Hardening and speeding up a Wordpress blog

Summary: Tips on how to optimize and secure a Wordpress blog.