Hash Passwords With PHP 5.5

Almost every PHP developer would have to build an application that relies on a user login. This will involve the user of the website having a Username and Password which is stored in the database so they can login into your website. As passwords are stored in the database it is important that you hash these… Continue reading Hash Passwords With PHP 5.5

Sketching and Your Design Workflow

Once you’ve finished working with your content – great news! You get to start thinking about the actual design. But not so fast – don’t jump onto a computer straight away. If you talk to designers, most of them will tell you that it’s a massive part of their workflow to firstly sketch out any… Continue reading Sketching and Your Design Workflow

Making a jQuery Countdown Timer

When building a coming soon or event page, you find yourself in search for a good way to display the remaining time. A countdown gives the feel of urgency, and combined with an email field will yield more signups for your newsletter. Today we are going to build a neat jQuery plugin for displaying a countdown timer.… Continue reading Making a jQuery Countdown Timer