Building a simple “Anti Adblock” script

Posted September 5th, 2009 in Monetisation, Tutorials

AdBlock detector tutorial

There seems to be a growing trend amongst webmasters of adding so called “anti adblock” scripts to their site to disable access to users using adblocking software. A lot of these scripts however require lots of javascript or server side code, in this blog post we’ll highlight a way of detecting adblocking software in just a few lines of javascript!

5 ways to optimize your webpages

Posted September 2nd, 2009 in Articles, Web Design

Optimize your web pages

Even though internet connection speeds are increasing faster than ever there is still no excuse not to optimize your webpages to make them load even quicker and provide content faster than ever. In this blog post we’ll highlight 5 ways which can help reduce the file size of your webpages and make them load faster providing a much better user experience for visitors.

Ultra simple jQuery tabs

Posted August 31st, 2009 in Tutorials, Web Design

jQuery tabs

Tabs are perhaps one of the most popular layouts used in web design today – particular in sidebars. In this tutorial we’ll be using the jQuery library to build an ultra simple tabbed layout in less than 20 lines of javascript!