Category Archives: HTML/CSS
Recreate the 3D slider effect from the Android home page
I think I’ve mentioned on here before that once in a while I’ll see an effect on a web page and I’ll become obsessed with how it was down. The latest thing to catch my attention is the 3D slide … Continue reading
Why I used the Flexible Box Model in my blog redesign
This week I redesigned my blog and I decided to used the CSS3 flexible box model to control the positioning of most of the elements. If you’ve taken a look at it, the flexible box model is a great addition … Continue reading
Build a vertical scrolling shooter game with HTML5 canvas – Part 6
Part 1 – Game Basics Part 2 – Graphics and Lasers Part 3 – Laser Hit Test Part 4 – Ship Hit Test and Score Part 5 – Player Lives and Continue Button Part 6 – Font fixes and Start … Continue reading
Build a vertical scrolling shooter game with HTML5 canvas – Part 5
Part 1 – Game Basics Part 2 – Graphics and Lasers Part 3 – Laser Hit Test Part 4 – Ship Hit Test and Score Part 5 – Player Lives and Continue Button Part 6 – Font fixes and Start … Continue reading
Build a vertical scrolling shooter game with HTML5 canvas – Part 4
Part 1 – Game Basics Part 2 – Graphics and Lasers Part 3 – Laser Hit Test Part 4 – Ship Hit Test and Score Part 5 – Player Lives and Continue Button Part 6 – Font fixes and Start … Continue reading
Build a vertical scrolling shooter game with HTML5 canvas – Part 3
Part 1 – Game Basics Part 2 – Graphics and Lasers Part 3 – Laser Hit Test Part 4 – Ship Hit Test and Score Part 5 – Player Lives and Continue Button Part 6 – Font fixes and Start … Continue reading
Build a vertical scrolling shooter game with HTML5 canvas – Part 2
Part 1 – Game Basics Part 2 – Graphics and Lasers Part 3 – Laser Hit Test Part 4 – Ship Hit Test and Score Part 5 – Player Lives and Continue Button Part 6 – Font fixes and Start … Continue reading
Build a vertical scrolling shooter game with HTML5 canvas – Part 1
Part 1 – Game Basics Part 2 – Graphics and Lasers Part 3 – Laser Hit Test Part 4 – Ship Hit Test and Score Part 5 – Player Lives and Continue Button Part 6 – Font fixes and Start … Continue reading
Sometimes it’s the simpler things (Or how jQuery has warped my brain)
I was reading an interview on .net magazine with Dan Cederholm, the creator of Dribbble among other things. Dan runs a studio called SimpleBits and after reading the interview, I went to his site to check it out. For some … Continue reading
The CSS3 Flexible Box Module is going to make positioning a lot easier….when we can use it in all browsers
I’d say a majority of websites are center aligned now and it’s probably the way it’s going to be for as long as I can see, at least until we stop designing for the monitors and browsers we are now. … Continue reading