• RSS
  • Print this article!
  • Digg
  • del.icio.us
  • DZone
  • Facebook
  • Mixx
  • Google Bookmarks
  • Design Float
  • Reddit
  • StumbleUpon
  • Technorati
  • Live
  • TwitThis

Archive

Archive for the ‘HTML’ Category

Tips to Build a Better Newsletter

September 10th, 2009
Comments Off

Newsletters unfortunately are a necessary evil.  Developers hate them and marketers love them.  Here is a couple tips to help you through your next newsletter.

Read more…

Beginners Guide to jQuery Sorting Part 2

September 3rd, 2009

In the last tutorial we covered how to reorder a list by dragging and dropping.  In this tutorial we will show how to save the order of the list via Ajax.

Read more…

Beginners Guide to jQuery Sorting

September 1st, 2009

Beginners might often steer away from trying to reorder lists by dragging and dropping.  The thought of doing something like that sounds daunting.  Luckily jQuery has made it relatively simple. Here is a tutorial on how to make a list sortable.

Read more…

Speeding Up Page Loading for JavaScript Heavy Sites

August 26th, 2009

JavaScript libraries help enhance our websites.  Unfortunately they also slow down the page loading process. Here is a little tip to help speed up your page loads, while keeping those fantastic libraries you love so much.

Read more…

A Quick Way to Use Page Scrolling to Reveal an Image

August 14th, 2009
Comments Off

From time to time you may see a website that reveals some image in the background when the user scrolls.  More times than not it displays advertising.  We’re going to create a super quick and easy web page that reveals an image as the user scrolls down.

Read more…

Author: Shawn Categories: CSS, Front End Development, HTML, How to Tags: ,

How to Create a 3D Tag Cloud in jQuery

August 10th, 2009

With browsers rendering JavaScript faster than ever before, it’s a great opportunity to get creative with jQuery.  This tutorial will show how to create a scrolling 3D tag cloud…it’s not as difficult as you might think.

Read more…

Author: Shawn Categories: CSS, Front End Development, HTML, Javascript Tags: , ,

Styling Drop Down Boxes with jQuery

August 6th, 2009

One problem with HTML forms is it is hard to style the elements to fit into your design.  The tutorial will show you how to style the hardest of them all, the select box.

Read more…

Contributing to the Death of IE6

August 4th, 2009

IE6 as every developer knows is a real pain. The website killie6.com has given an easy solution to help drive people away from using IE6.  Here is my spin on killie6’s module.

Read more…

How To Build an Animated Header in jQuery

July 30th, 2009

Why not give a little flair to your header.  This tutorial will show you how to animate your header’s background image using jQuery to give your website that little extra something.

Read more…

How to Build a CSS Image Viewer the Clever Way

July 25th, 2009

Image Viewers are fairly common on websites now-a-days. Most use some form of JavaScript to change images, some use Flash. This is a problem if the user doesn’t have either enabled on their browser.  In this tutorial we’ll cover how to create an image viewer with only using CSS and HTML.

Read more…