If you’re a professional developer or even if programming is a hobby for you, having some software to manage the bits of code you use regularly can be very time saving. I’d hate to know how much time I’ve wasted through having to find a code snippet I’ve used before that I know is on [...]
Category Archives: Development
New site almost ready!
Over the past few months I’ve been working on a new little app. Yes a few months is a long time to spend on a ‘little’ app but I’ve been working on it by myself and only in my spare time, also my designing skills definitely aren’t on par with my development skills so designing stuff takes [...]
Setting up Postmark with NameCheap
If you run any sort of web app, the chances are you’ll be sending out some sort of transactional email. Whether it’s account verification, password reminders or something else most web based applications do it these days. You may have come across the problem where your perfectly nice emails get marked as spam so the [...]
Easily get javascript libraries using Script SRC
When developing a new site I always like to make sure I use the latest release of my javascript library hosted by Google. Then I just update it to a local version before the site goes live. Today I came across a great little site that lets you get the links to the latest versions [...]
Website Statistics
A very important part of running a website is keeping track of how many users you’ve had and where they’re coming from. This helps you work out ways that you can improve your traffic and the quality of that traffic. Before you can analyse your web stats you need some software to collect that information. [...]