Posted on January 23, 2012 in Development with 0 comments.
If you are a developer and have not come across symbolic links before, then you need to read this blog post. Symbolic links are extremely useful if you hate copying and pasting duplicate files and folders in different places/projects. So what exactly are they? Simply speaking, they are a virtual link or shortcut between a [...]
Continue Reading →
Posted on January 19, 2012 in Development with 2 comments.
There are times when you want to display a list of WordPress posts (or even custom post types) on a page and not have them paginated into multiple different WordPress pages. For example, you may be creating an archive page and instead of showing just the latest 10 posts in your category, you want to [...]
Continue Reading →
Posted on January 16, 2012 in General with 2 comments.
It can safely be said, that for the first time in history I have a personal website that doesn’t have a section which displays a “coming soon” sign on it. This website has been through many iterations in the past and every time it has never been complete. I’ve been working extremely hard over the [...]
Continue Reading →
Posted on January 15, 2012 in Development with 0 comments.
I recently built my email contact form on this website and thought I would share with you the method which I used to escape input to the PHP mail() function in order to avoid security vulnerabilities on your own contact form. You may think that the mail() function is a relatively safe function and data [...]
Continue Reading →
Posted on January 3, 2012 in Life with 1 comment.
I spent a bit of time towards the end of last year coming up with New Years resolutions in all areas of my life. They ranged from activities I want to start, things I want to learn and areas in my life that need improvement. Throughout writing my resolutions, I started thinking about all the [...]
Continue Reading →