CSS

One issue I haven't seen discussed much is the impact of touchscreens on how we design web pages. The most obvious...
Click here to see the demo. When writing code I always try to keep things simple and with smartphones, this is a really...
This page is an experiment in embedding code in a single Drupal page. Usually, in Drupal you would put jquery code in a...
Here's a little demonstration of photo tagging ala facebook, flickr, etc. done with just CSS. When you hover over a...
This page features an accordion which contains 3 Views, each of which displays a list of articles tagged with the...
Here is a demo page showing how to make one page a a Drupal site look different from the rest. One way to do this would...
One of the frustrating things about Web images is that they are often too small. There are several ways to deal with...
Here is a pretty basic Web page - some tabs and a content area. When the user clicks a tab, some content loads into the...
A while back I made a demo of an image magnifier on a stand-alone web page. Now I'm going to implement the same...
Click here to see the demo. When writing code I always try to keep things simple and with smartphones, this is a really...
I ran into a little problem with links in the content that was loaded into the page with jQuery. It turns out that...
This page is an experiment in embedding code in a single Drupal page. Usually, in Drupal you would put jquery code in a...
Here is a simple demonstration of jquery-powered animation. We'll start with the simplest type of animation - panning....
Another demonstration of jquery-powered animation. This one is zooming. In our first example, panning, the jquery...
If you go to one of my Magnifier pages, you will see, between the title and the image, the link "Back to Magnifier...
This page features an accordion which contains 3 Views, each of which displays a list of articles tagged with the...

Magnifier Gallery

Drupal

Trying to describe Drupal is a bit like the old blind men and the elephant story. But anyway you look at it, Drupal is...
One thing many will want to do is add a block of Google AdSense ads to their Drupal sites. There are some modules...
A while back I made a demo of an image magnifier on a stand-alone web page. Now I'm going to implement the same...
Now that I've got my Image Magnifier content type I want to make a list with links to the images I upload to it. For...
Now that I've got Views giving me a list of links to Magnifier nodes that I've put into a Block on the home page, I...
You know the story. You build a Drupal site. It's amazing. Then the client asks for 2 simple features to be added. And...
Here is a gallery site in Drupal that displays a Views grid of photos on the front page. It actually displayed fairly...
This page is an experiment in embedding code in a single Drupal page. Usually, in Drupal you would put jquery code in a...
Here's a little demonstration of photo tagging ala facebook, flickr, etc. done with just CSS. When you hover over a...
Here is a simple demonstration of jquery-powered animation. We'll start with the simplest type of animation - panning....