Monday 20 August 2012

HTML5 Validation Demo

With up to date browsers and HTML5 we can now have simple, quick and easy form validation which we can implement with minimal effort and also style with CSS.




Friday 17 August 2012

Create a simple drop down menu with CSS and jQuery

Today we are going to create a very simple drop down menu using HTML, CSS and jQuery, which can be used on desktop or mobile projects.

This will be our end result, but how do we make it?? Lets get started.







Tuesday 14 August 2012

Convert a Photoshop Image to CSS3 Code

There is now a really cool and easy way to convert an image you make in Photoshop to CSS3 code in a couple of simple steps.

www.css3ps.com has a little plugin for Photoshop which does just this.  Head on over there now and check it out, download and install and then lets get cracking!!


Monday 13 August 2012

How to Centre Stuff With HTML and CSS


Making your content go where you want it can be one of the most challenging things about web design, and there is no simple way of doing it. Ideally you would have "postion:center;" and the text or image or block would fit nicely in the middle of the page or the section, but we don't have this... yet.

So how do you centre stuff?? Here are 2 quick examples to show you and for you to bookmark and learn for later use..