I'm a great believer that any tool that enhances communication has profound effects in terms of how people can learn from each other, and how they can achieve the kind of freedoms that they're interested in.
Bill Gates
Web Design example Web Design example Web Design character

Web Development Tips & Tricks

Mootools Javascript Scrollbar - Ipad Friendly

Where possible we avoid in-page scrolling as it adds an extra level of complexity which non-savvy users may find difficult to use. Despite this, we do occasionally come across...



View Mootools Javascript Scrollbar - Ipad Friendly

Display latest tweets and YouTube posts

Have you ever seen latest twitter posts or youtube videos on websites and wondered how this is done? This blog gives you the code so that you are able to include your latest social media feeds using PHP.

View Display latest tweets and YouTube posts

Smooth ajax content loading

AJAX is often used to directly insert HTML from another location (for example a Database) into the users current page. Due to the nature of the internet there will always be a delay between requesting the new data up to the point that it has been rendered. Managing this delay correctly will ensure that your content loads smoothly.

View Smooth ajax content loading

Mootools event toggling

This article expands on and highlights the solution given to a problem outlined in stackflow.

View Mootools event toggling

Styling a CSS button

To display a HTML button without any kind of styling is risky to say the least. Browsers render buttons differently and they certainly do not care if their button fits within your intended site's look and feel.

View Styling a CSS button

Round corners

As most browsers have adopted the border-radius property (bar Internet Explorer), it is the best way to achieve rounded corners on objects, and much easier than using lots of tiny images as was once the best option.

View Round corners

Pseudo white border on buttons

As usual, Internet Explorer complicates things again by adding a 1px border inside styled buttons with a background image. This obviously looks odd! Here's how we fix it.

View Pseudo white border on buttons

HTACCESS 301 redirect

Use the following example to re-direct site aliases using 301 redirects.

View HTACCESS 301 redirect