Category Archives: Uncategorized

Managing Inspiration

Inspiration – an unconscious burst of creativity that we all require during our busy, creative and deadline-looming days. Typically I would start a new project and gain my inspiration from research based on the project or searching my list of bookmarks … Continue reading

Flex 3 default background colour

If you would like to change the default ‘blue’ of your Flex movie as it preloads: Select Project > Properties > Flex Compiler and under the Additional compiler arguments add ‘-default-background-color #yourcolour’. So if you want a plain white background … Continue reading

Positioning a background image at the foot of the page

If you need to position a background image at the foot of a page you will realise its pretty tricky to align it right at the bottom. Add the following to your stylesheet and hey presto! html { min-height: 100%; … Continue reading

ASCII Entities with Entity Names

ASCII Entities with Entity Names Result Description Entity Name Entity Number " quotation mark &quot; &#34; ‘ apostrophe  &apos; (does not work in IE) &#39; & ampersand &amp; &#38; < less-than &lt; &#60; > greater-than &gt; &#62; ISO 8859-1 Symbol … Continue reading