Indepth: CSS3 – All about borders

Posted September 7th, 2009 in Articles, Tutorials, Web Design

CSS3: All about borders

Following on from our previous article about the changes in background properties in CSS3, we’re now going to look at the changes and new features of borders in CSS3. Things to look forward to include the ability to easily create rounded corners and using images for borders. Plus – how to add drop shadows to elements using just CSS!

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!