August 14th, 2009
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.
August 4th, 2009
As a Linux user browsing the web you probably have respect and understanding for the importance of both cross-browser and cross-platform compatibility. When developing a site the first thing you should aim for is your project adhering to standards…
August 3rd, 2009
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.
July 29th, 2009
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.
July 25th, 2009
A list of countries for using in select drop-down lists in HTML forms.
July 23rd, 2009
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.
July 15th, 2009
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.
July 12th, 2009
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.
July 2nd, 2009
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.
July 2nd, 2009
A quick example on embedding Flash objects in valid XHTML Strict.
June 30th, 2009
In this reference we’re going to look at how to “decrypt” (or more accurately “collide”) MD5 and SHA1 hashes by creating a resource of pre-hashed words.
June 29th, 2009
Providing you know SQL you can perform SQL injections on websites that perform unescaped queries. In this reference we’ll use a hands on approach and start by performing our own basic injections based on website user input and then looking into prevention methods.
May 26th, 2009
After setting the Windows hard drive as the primary boot device I set out to not only read the Linux filesystem (ext3) with all my work but to also continue it in Apache under Windows which, to my surprise, was actually very easy. By the end of this reference you should be able to use your Linux filesystem within Windows and use Apache to read and use the website related content off your Linux filesystem.
May 21st, 2009
chmod (short for change mode) is a shell command for Linux (and other Unix-like systems) for changing file and directory permissions. With Linux being a popular server solution it is an important command to learn and understand especially for the likes of website development on Linux based HTTP servers.