CubeCart: The Best CubeCart Mods
March 11th, 2008Since 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.
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.
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.
![]()
This small icon set includes the following:
Shopping Cart Icon Series
SSL Lock Icon …
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.
![]()
This small set features:
Shopping …
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 …
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. …
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 …
FireFox displays an ugly dotted border around links (all linked elements in fact):

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