CSS External Link Images
Posted on | December 20, 2012 | 1 Comment
Some websites with external links have a small image or icon to indicate that the link will lead them to an external webpage. Here is a simple CSS trick to show an html entity indicating an external link:
Faux-Overlay
Posted on | October 10, 2012 | No Comments
In a previous post I demonstrated a CSS Only Image Zoom. In this post I will explain how to do a CSS only overlay using the CSS3 box-shadow effect to focus the users’ attention onto the element being hovered on.
Read more
Speed up your website with these htaccess rules
Posted on | July 23, 2012 | 1 Comment
There are plenty of things to do during development to speed up a website (front-end caching, database caching, css sprite sheets, minifying javascript and css files, the list goes on), but the easiest optimisation is to include the following lines into your .htaccess file.
Zend Framework Custom View Helper to add Default Meta Content
Posted on | July 17, 2012 | 2 Comments
This post will share a custom View Helper that will check for your application adding empty meta details, and if there are, populating the values with default values from the application config.ini file.
Read more
CSS Only Image Zoom
Posted on | July 12, 2012 | No Comments
This is a nice simple effect that is used on a damned lot of websites: The image zoom!
Screenshot
Basically, move your mouse over the image to see a larger image.
There are two approaches to this:
- Have two images – one small, one large – and hide the large image the user hovers over it
- Have one large image, use CSS to make it appear smaller, and show the full size image when the user hovers over it
In this post, we will investigate the first method.
Read more
Pseudo classes :before and :after in IE6-7
Posted on | July 5, 2012 | 3 Comments
Fortunately, there is an alternative.
Read more
HTML Nandos
Posted on | June 5, 2012 | No Comments
Have just spent 3 weeks in Cyprus as a belated honeymoon with my wife (who else do you go on honeymoon with, d’uh) and driving around we saw this:
Track pages that do not exist with Google Analytics
Posted on | May 3, 2012 | No Comments
Read more
What is the Zend Framework?
Posted on | April 27, 2012 | 2 Comments
Read more
Create an AS3 Flash “Click the Balloons” Game
Posted on | April 25, 2012 | 10 Comments
In this tutorial, you’ll learn how to create a simple point and click game. The objective is simple: Do not let any balloons go over the top of the screen!
Read more