jQuery hover & addClass for your website
Today I thought I’d share a little jQuery tutorial. I came across something that I needed to do where you hover one element and another element replicates a hover class. So if I were to hover over a...
View ArticleBrowser SVG Detection
In Kim's post today he shows you a simple, neat javascript method to detect browser support for SVG graphics and how to provide appropriate fallbacks. Continue reading →The post Browser SVG Detection...
View ArticleSimple Implied Consent EU Cookie Law Banner with JavaScript
Comply with the EU Cookie Law using our simple JavaScript banner that follows the same 'implied consent' format as the ICO and the BBC. Continue reading →The post Simple Implied Consent EU Cookie Law...
View ArticleResponsive Video using fitvids.js
Completely fluid, Responsive Video, simply using FitVids.js Continue reading →
View ArticleHow to sanitise URL’s when using GET requests
A quick web design tutorial for you all this week. Yesterday I was dealing with a search form that was having to use GET to send its information when submitted. The issue I was having though was that...
View ArticleFade parts of your html page as you scroll using JQuery
This week, Claire takes us through how to fade in parts of your website as you scroll down the page. Continue reading →
View ArticleFade in your Website using jquery
This week, Claire demonstrates how you can create a nice page fade-in effect using JQuery Continue reading →
View ArticleWeb Design jQuery tutorial: Tabbed panels
This week Kim shows how to create a simple solution to organising web page content using jQuery tabbed panels Continue reading →
View ArticleHow to detect IE6 browsers/users on your website
In this week's video tutorial we share a simple jQuery solution for detecting and warning IE6 users to update their browser. Continue reading →
View ArticleWeb Design Tip: JQuery Prev Function
In today's post Kim describes how to give a navigation link a fade effect without affecting the link text using jQuery's Prev function Continue reading →
View ArticleWeb Design Tutorial: JQuery Sliding Info Panel
Today Kim goes through a tutorial to create a simple sliding information panel overlay using jQuery Continue reading →
View ArticleWeb Design Tips – jQuery hover intent
Todays Dan goes through a simple jQuery plugin to add to your website to stop any unintentional mouse hover actions. Continue reading →
View ArticleWeb Design Tutorial – Clear Form script
Today Dan goes through a tutorial on how to add a clear or rest button to your website's form. Continue reading →
View ArticleWeb Design dynamic menu class swapper
In this week's post, Dan looks at a great jQuery method for dynamically swapping classes in a website navigation. Continue reading →
View ArticleWeb Design Tutorial – Selecting an Option Using JavaScript
In this week's web design video blog James shares a simple but effective JavaScript/JQuery technique for selecting Form Options with links. Continue reading →
View ArticleWeb Design Tutorial – Christmas Countdown using Jquery
This week Luci puts the spotlight on a great little jQuery plugin found on GitHub that shows an animated countdown! Continue reading →
View ArticleDragging web design into the future
This week Steve introduces a slick non-jQuery javascript component that adds draggable functionality for mobile and desktop. Continue reading →
View ArticleJquery Show/Hide Toggle for Web Designs
This week Luci shows how easy it is to use jQuery's built in toggle() function. Continue reading →
View ArticleUsing jQuery to help style tables – Web design Tutorial
Dan provides a few resources to help you with the inevitable task of styling tables on your website. Continue reading →
View ArticleHow to use AJAX to send website forms
AJAX seems to have a reputation for being really difficult. A bit like PHP, really. Now, when you get right down to the nitty gritty it’s not exactly simple. However you can dip your toes in quite...
View Article