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: jquery
Posted in javascript |
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: drupal, module, questionnaire
Posted in Drupal |
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: drupal, image gallery, tutorial
Posted in mysql, php, Programming |
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: css3
Posted in CSS, Web Design |
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: css3, html5, Web Design
Posted in CSS, Web Design |
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: html5, optimise, SEO, speed
Posted in Programming, SEO, Web Design |