Auto Resize Images with MODx (Plugin)

29th
Apr
modx icon

A MODx plugin to automatically resize images placed inside documents (pages). It searches content for image elements that have the width or height specified, compares it to the current image size and then scales accordingly.

It saves images to the MODx Cache and improves the quality of images and the speed of the page(s).

Redirect Old Domain Names with Apache htaccess File

14th
Apr
apache icon

How to redirect entire domains and single pages to new or mirrored web sites with new domain names. Easy domain name redirections without the Apache rewrite module.

MODx – Wayfinder Incorrect Order (menu index)

9th
Mar
modx icon

If you’re using an older version of MySQL then the MODx Wayfinder snippet might fail to order your navigation correctly (regardless of your menu indexes). Here’s one solution.

Magento Admin (Dashboard) Login Not Working Locally

3rd
Mar
magento icon

If you can’t log into Magento, when developing or testing locally, you will need to perform a few minor changes to have access to the Magento admin backend.

Checking (and unchecking) all Checkboxes with JQuery

4th
Feb
javascript icon

How to easily check or uncheck all textboxes with JQuery

KDE Default Cursor After Installing Kubuntu on Ubuntu

17th
Jan
ubuntu icon

How to change the cursor theme back to default after installing Kubuntu from Ubuntu.

jQuery: Set the default selected OPTION of a HTML SELECT list

2nd
Dec
javascript icon

How to set the default OPTION in a SELECT list with the jQuery framework.

SEO Friendly Web Design

19th
Nov
search-engine-optimisation icon

SEO Friendly Web Design, some important tips on designing and developing a website to be Search Engine Friendly (SEF).

MODx – Include Page Content Snippet

5th
Nov
modx icon

A quick and easy snippet to include a MODx page’s content in another page.

Advent ADE 300N Driver Download – Windows

3rd
Nov
drivers icon

Windows Driver for the Advent ADE 300N USB Camera

Thunderbird: Import Profile Settings

28th
Oct
email icon

After downloading Thunderbird I wanted to import all of my email accounts and settings from my C: partition to my new Windows 7 partition. Heres how…

Duplicate Table MySQL

21st
Oct
databases icon

I was needed in duplicating an entire table that retained the same attributes and properties with exactly the same rows and columns of data via a MySQL query.

Recursive Directory Scan/Mapping PHP Function

15th
Oct
php icon

Here’s a quick and simple function I thought I’d share. It recursively scans and maps from a set directory to an array in PHP.

Determing Login State (MODx)

15th
Sep
modx icon

I came to a bit of a road block when trying to determine whether a user is logged in or not with WebLoginPE on MODx. This is a quick and dirty snippet for determining a users login state.

Editing Files Remotely in Linux with gEdit and Others

20th
Aug
ubuntu icon

The flexibility of the Nautilus file manager on GNOME allows you to easily access remote filesystems via FTP as if it was mounted as a local directory. Firing up gEdit got me thinking “Can I use gEdit’s file browser to edit remote files?”. Yes you can and in theory you should be able to open and edit any remote files with any application on Linux.

Regional Inlinks (from Yahoo!)

20th
Aug
search-engine-optimisation icon

I stumbled across this accidentally but I noticed the number of inlinks reported by Yahoo! Site Explorer decreased when using the UK and Ireland version.

Changing MODx Managers Document Tree View Nodes

14th
Aug
modx icon

A small niggle I found with MODx was the document tree view that’s displayed in the left hand side of the manager. It displays the “resources” title (aka the page title) which is bit confusing like shown below. After a quick browse through the source I changed it to display the resources alias.

Whats Next for SEO?

3rd
Aug
search-engine-optimisation icon

The era of meta spamming has been over for a long time now thanks to the introduction of Google. The emphasis for a while now has been on votes (or inlinks) but “What’s next?”. That’s a pretty ignorant question I know as there are always new factors being taken into consideration and implemented by the major search engines.

GIMP Crashes on Windows Vista

29th
Jul
gimp icon

As a Linux user I was quite surprised to see GIMP crash on Windows Vista when using certain features like “Colourise”. I’ve never had a problem with GIMP on various Linux distributions so I wasn’t sure if there was a bug in the Windows build or something up with Windows in general. With no updates available and nothing on Google I started thinking it was something to do with Windows and permissions.

HTML Country List for Select Drop Down

25th
Jul
websitedevelopment icon

A list of countries for using in select drop-down lists in HTML forms.

Image Formats and Saving Images for Websites

23rd
Jul
gimp icon

I was recently asked (by my girlfriend who’s learning HTML) what image formats to use on websites. After trying to explain things such as transparency in GIFs I thought it would be best just to write it up.

PHP URL Rewriting Without Apache and mod_rewrite

15th
Jul
php icon

Recently I was put in a situation where I had created a dynamic site that, prior to launch, needed Search Engine Friendly (SEF) URL’s. Without any admin access to the IIS server I was working on, no IIS modules/filters and extremely limited access in the control panel I came up with a method of URL rewriting purely in PHP without Apache and mod_rewrite.

5 Essential Web Development Addons for Firefox

12th
Jul
websitedevelopment icon

Firefox excels when it comes to addons and there is over 121 million on the official website. Shifting through them I’ve come up with 5 essential addons for web development that are available cross-platform, some you’ve probably heard of but nevertheless important to put down.

Search Engine Friendly (SEF) & Search Engine Optimisation (SEO): The Difference

2nd
Jul
search-engine-optimisation icon

As a website developer I was confusing the practice of SEO with what I like to term SEF (Search Engine Friendly), something which I believe is a common misconception out there. I thought I would help define the clear differences by writing this as it’s something of great interest to me at the moment.

Embedding Flash with valid XHTML Strict

2nd
Jul
websitedevelopment icon

A quick example on embedding Flash objects in valid XHTML Strict.