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 [...]
Category Archives: Development
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. [...]
Free WYSIWYG editors
As a developer, there will inevitably be a time when you have to use a WYSIWYG editor in one of your projects. There are a huge range of these editors that all have good and bad bits and that all have different price ranges. In this roundup, I’ve decided to only include the ones that [...]