Author Archive

Where to find Jquery resources

June 17, 2010

jQuery’s website, where you can download the jquery functions and find loads of useful plugins. An excellent blog to help get you from jQuery beginner to intermediate and on to advanced.You can also filter posts by skill level. One page cheat sheet printout with quick references to all of the jQuery library. Lacking Inspiration? Check [...]

Tags:
Posted in javascript | No Comments »

Drupal questionnaires

June 10, 2010

Build Questionnaires and surveys with drupal module Webform. One project I recently worked involved building questionnaries that the clients employees could complete as part of an interview process. Once an interview is completed a radar graph would be shown to show an instant response or feedback about the interview. I used Drupals webform module for [...]

Tags: , ,
Posted in Drupal | No Comments »

Create a simple image gallery in Drupal 6 using CCK and Views

June 7, 2010

James Tombs provides a good step by step tutorial about creating an image gallery in Drupal. Check it out http://jamestombs.co.uk/2009-03-18/create-a-simple-image-gallery-in-drupal-6-using-cck-and-views/996

Tags: , ,
Posted in mysql, php, Programming | No Comments »

See CSS3 in action

June 4, 2010

Load this page http://css3please.com/ in different browsers and see how the new CSS3 features work and do not work depending on your browser. http://css3please.com/

Tags:
Posted in CSS, Web Design | No Comments »

New CSS3 features by browser checklist

June 4, 2010

CSS3 features are now being supported by more and more browsers everyday. This site gives you a good breakdown of which features are currently implemented for each browser. http://www.findmebyip.com/litmus/

Tags: , ,
Posted in CSS, Web Design | No Comments »

How HTML 5 link prefetching can make your site load faster with one line of code.

June 3, 2010

One of the lesser-known jewels of HTML 5 is link prefetching. The idea is to extend the time-honored concept of image preloading to HTML content (and without any messy AJAX code). Here’s how it works: You add a line like this to your page: <link rel=”next” href=”page2.html”> Then the browser automatically downloads page2.html in a [...]

Tags: , , ,
Posted in Programming, SEO, Web Design | No Comments »