Category Archives: Tech
How to create a Facebook fan page for your business
Go to www.facebook.com and click the Create a Page link below the sign up form
Choose your category (most likely from Local or Brand, Product or Organisation, then enter the name of your page. Don’t worry too much as once you have 25 fans you can choose a custom page url e.g. www.facebook.com/company-name.
N.B. Make sure [...]
CSS Clip
The CSS clip property is one of the least understood CSS properties, andtherefore one of the least used.
For a start clip only works on absolutely positioned elements, so if you plan on using it you will need to make a mental note of this when thinking about page layout. It works by only showing a [...]
Easy Slider and YouTube embeds
One of my favourite javascript sliders is CSS Globe’s Easy Slider. It is easy to implement, can hold any sort of content, and displays nicely when JavaScript is turned off.
The only problem arises when YouTube videos are embedded in the slider. For the purposes of this article I am using a bit of text with [...]