Changing the URL of the root WordPress Multisite site

February 3, 2013 » Wordpress »

The multisite installation I am working with at the minute has nothing on the root URL, and a site added which is live and fully functional. The task emerged to change the root URL of the installation, so I set about seeing how this could be done with minimal effect on the live site. It [...]

Displaying HTML5 elements correctly in older versions of IE

February 1, 2013 » HTML5 »

As you are probably aware, HTML5 and older version of IE do not get on together. Chances are, your beautiful site you have just finished developing will look like a car crash when you load it up in Internet Explorer. The below snippets should fix this for you. Javascript createElement You will need to insert [...]

WordPress plugin Contact Form 7 “Submission was referred to as spam”

January 30, 2013 » Wordpress »

I am working on a WordPress Multisite setup with numerous plug-ins installed. Contact Form 7 is being used to power the contact forms on multiple locations on the site. For those of you who haven’t come across this before; it is a simple, but flexible plug-in to provide customisable contact forms on WordPress. Everything was [...]

Magento 404 errors after server migration

January 23, 2013 » Magento »

In development it becomes a necessity on numerous occasions to move from one server to another; from localhost to live, staging to live, you get the drift. Moving a Magento installation can be very troublesome. More often than not the error that rears it’s ugly head is the dreaded 404 pages that appear either on [...]

Find an item in a list of objects in VB.NET

October 3, 2012 » .NET »

As you know, Microsoft’s .NET development environment is very powerful, yet in some cases the syntax for what appears to be a simple task can be tedious. The example code within this entry is VB.NET. Let’s assume you have a List of animal objects where he animal object contains 2 properties; name and colour. The [...]

Filezilla converting files into 1 long line of code

September 20, 2012 » Software »

This morning I came across a rather annoying and troublesome issue that I had never encountered before. I was working on fixing some bugs on a live website and thus was editing the files through Filezilla using Notepad++. The issue arose when I was saving the files and they were automatically reuploaded. Filezilla would compact [...]

20 free social media icon sets that meet the new Twitter branding guidelines

September 11, 2012 » Graphics »

Twitter recently released a guide to their logo and brand. Within the document, they set out a number of rules and regulations to follow when creating links to Twitter accounts. I am sure many of you will agree that Twitter has shot itself in the foot with this new decision. The web is saturated with [...]

Managing the displaying of errors, notices and warnings when working with PHP

September 11, 2012 » PHP »

Turning off all errors in PHP is very simple. Inserting the code below at the top of your file will do this. On the contrary you may want to display all errors available. This is extremely helpful during development work and will assist with any problems you may have by displaying the stack trace of [...]

  1. 1
  2. 2
  3. 3
  4. 4