Advanced CSS Selectors

Moving beyond HTML, Class and ID selector there are some more CSS tools in the CSS toolkit. These selectors are part of the CSS2 specification. None of your fancy CSS3 here, so you can be assured of good browser support. Relational Selectors Relational Selectors allow the designer to target content based on the relation of…

Read More

HTML5 Canvas Snow Storm

It is getting to that time of year again. Digging around in the attic I found an old-fashion Flash/Actionscript snow storm. Oh Happy days … but as it is 2011 what we really need is a HTML5 snowstorm. http://www.mustbebuilt.co.uk/demo/html5/canvas-snow.html Here is breakdown of the code. First you need a canvas. To use this canvas element…

Read More

MySQLi Cheatsheet

Project after project connecting to databases. What I need is a cheatsheet for the PHP MySQLi extension to cover the most common querying scenarios. Here we go: Give me one record Give me the whole lot One row from user input using prepare When you have variables coming via $_POST or $_GET ($_GET in this…

Read More

Adobe Edge ‘ Post Flash’ Animations

Adobe Edge, available in beta, is a ‘post Flash’ animation tool. It generates animations constructed with web standards HTML5, CSS3 and Javascript (mainly piggy backing on jQuery). The interface is very familiar to Adobe After Effects in terms of the timeline and property keyframes. In terms of functionality it has the lightweight options for adding…

Read More