How to Exclude Photos from a WordPress Gallery

We often use WordPress’s in-built “Gallery” function to display all of the photographs we’ve added to a WordPress post or page. This is done by adding the Gallery shortcode, into a WordPress post or page (after, of course, having added some pictures to that post!): [gallery] Sometimes, though, you don’t want to include all your …

Read more

How to Find & Replace in MySQL

Sometimes, we need to find and replace certain strings or pieces of data in MySQL on the fly, for example if we’ve changed a Top Level domain (TLD) and want to update a bunch of links all in one go. For those times, the following command can be issued: The code from the Gist above …

Read more

How Do You Pronounce “MySQL”?

We sometimes talk on the telephone with various technology companies, and their representatives. Two camps, both alike in dignity The people on the telephone fall into one of two camps: technical and non-technical. Nobody, however, seems to be sure exactly how to pronounce the abbreviation “MySQL”. The people who made and host MySQL have been …

Read more

WordPress Extensions

We often install the Open source (free, and developed by a community of programmers, rather than one, paid, team) Content Management System (CMS), WordPress. WordPress was originally a blogging platform developed by Matt Mullenweg, but, in its short history, the software, which runs on (also Open source) PHP and MySQL, has developed into far more …

Read more

How To Remove Microsoft Word Formatting From a WordPress Post

It is not a good idea to copy directly from Word Processing software, such as Microsoft Word, into WordPress’s visual editor directly, as word processors add lots of styling information which gets copied across, and you may well find that your website’s styles and fonts are not respected in your document! When you do copy …

Read more

What’s in a Font?

When dealing with clients new and old, in web design, our client, and the people who visit their websites, can usually fall into one of two categories: 1) those who have a favourite font (or fonts) they like in websites; and 2) those who don’t notice fonts… or don’t think they do. When we ask …

Read more

Installing XCache on Amazon EC2

We’ve been benchmarking Amazon EC2 server instances for some highly complicated PHP applications over the past week. During this time, we’ve discovered that XCache is perhaps the best opcode caching product for our purposes. If anyone would like a walkthrough for installing XCache on an Amazon EC2 instance, simply leave a comment below and we …

Read more