CubeCart: The Best CubeCart Mods

March 11th, 2008

Since CubeCart V3’s release, a number of both free and commercial mods (modifications) have surfaced. In this article, I’ll be highlighting the best of these mods.

Miscellaneous Small Icon Set 2 (14 Free Icons)

February 21st, 2008

Here are some more totally free icons. Do what you like with them. I have included the PhotoShop PSD Source File for you guys to play around with.

Free Icons (Icon Set 2)

This small icon set includes the following:

Shopping Cart Icon Series
SSL Lock Icon …

Small eCommerce Icon Set (4 Free Icons)

February 18th, 2008

Sadly, I’m not a graphics designer. However, I do like to play around with PhotoShop now and again (don’t we all?). Everyone loves free stuff: So, here are 4 totally “free” icons for you to enjoy.

Free eCommerce Shopping Cart Icon Set

This small set features:

Shopping …

jQuery From Scratch: A Beginner’s Guide

February 16th, 2008

So what exactly is jQuery? jQuery is a concise JavaScript library. The author’s state that jQuery aims to “change” the way we write JavaScript. I like to think of jQuery as a tool that allows us to simplify JavaScript code. This ‘Getting Started Guide’ is intended …

Cookies With jQuery - Designing Collapsible Layouts

February 12th, 2008

The ability to set and read cookies is a very useful feature of many programming languages. Fortunately, JavaScript has this functionality. Klaus Hartl released a cookie plugin last year for jQuery. What I particularly like about this plugin is the simple syntax - synonymous with jQuery. …

Text Resizing With jQuery

February 6th, 2008

Ever wondered how to allow visitors to increase or decrease the text size (font size) on your website? I’m going to show you how - using jQuery (a great JavaScript library).
CSS Font Size
Firstly, we should consider the various methods of specifying a font size using CSS. 4 CSS attributes …

Remove Dotted Borders From Links In FireFox

February 3rd, 2008

FireFox displays an ugly dotted border around links (all linked elements in fact):

Remove FireFox Dotted Border From Links

You can easily prevent FireFox from displaying this border by adding the following CSS style sheet, or within the <style> tags on your …

Suckerfish With jQuery

February 1st, 2008

A List Apart published a great article in November 2003 by Patrick Griffiths and Dan Webb. The article demonstrates the code and techniques involved in creating lightweight, accessible, standards-compliant Suckerfish Dropdown Menus. The procedue outlined in the published article applies the :hover pseudo class to …