A new project (that @willvrny was working on) which incorporates a user logging process and a custom user area brought with it a few new challenges.
Category Archives: Web Development
Get the parent slug of a post in WordPress
I’ve been doing a little more WordPress (v2.9.2) hacking as a new project required a little more CMS-like control over a website than WordPress by default provides. As a result I’ve resorted to extending WordPress and the results have been pretty encouraging already. I have to say, for the record, that the WordPress team has [...]
Do I need to hire a separate SEO company?
While there are obvious merits to employing a specialist to perform a specialist task such as Search Engine Optimisation (SEO), it does not have to be your only option if your internet marketing objectives include better website rankings in search engines and more online referrals from prospective clients. The primary role of a SEO company [...]
Add/Remove www using mod_rewrite and .htaccess
URL uniformity is important for Search Engine Optimisation (SEO) reasons because to a search engine, http://www.artofsimplicity.co.uk, is not necessarily the same website as http://artofsimplicity.co.uk and often they can be treated differently and attain different rankings. Where this becomes a problem is if you are engaged in SEO practices to improve your overall Search Engine Ranking [...]
In Brief: Google SERP Positioning
There is no short answer to the question of “how do I get on the first page of Google”, but nevertheless I’ll attempt to give you the long and short of it. If you would like a more in-depth explanation on the technology Google uses to rank pages, you can find a slightly more detailed [...]
WordPress Auto-Upgrade Problems
As a little memo to myself and for anyone else who is having trouble getting the WordPress automatic upgrade feature working, particularly if your on a Linux (CentOS 5) VPS with 1and1. I have great admiration for the WordPress auto-upgrade feature particularly as it saves you loads of time especially if you administer a number [...]
Connect remotely to MSSQL with PHP on CentOS 5
For some time now I’ve been looking for a solution for projects that are using PHP but are connecting to a remote Microsoft SQL Server database. As many already know, the webmasters ideal (or at least mine) is a LAMP stack which, for those that are not sure, is Linux, Apache, MySQL and PHP. Why [...]
Moving WordPress Installations
If you are managing lots of WordPress installations for different clients, or any other content management system for that matter (eg. Joomla!, Drupal etc.), you need a way to deploy changes quickly and easily.
Retrieving your most recent Twitter Information
During a recent project I needed a script to retrieve some real-time data from a Twitter account and display the results on the homepage. After a quick search I came across a helpful PHP script by Joost de Valk. Much of the code below is based on his original script, so all credit to him.
Inserting an exported MySQL dump via Command Line
If you are a developer, no doubt you have a local development environment in which you build your website projects, testing every function, every change to make sure that once it’s ready to go live, you can upload the files and in preparation for launch. Once you get a few projects under your belt, and [...]
