CS Cart Displaying a subcategories list as a multicolumn list with images

No comments March 16th, 2012

Create the categories.post.php file in the /controllers/common directory with the following content:

get_var('subcategories');

        $subcat = fn_get_subcategories($_REQUEST['category_id']);
        foreach($subcat as $k => $v) {
            $subcat[$k]['main_pair'] = fn_get_image_pairs($v['category_id'], 'category', 'M', true, true);
        }
        $view->assign('subcategories', $subcat);
}
?>

Continue reading…

7 Free CSS Editors, Which Is the Best? You Choose.

No comments March 3rd, 2011

Simple CSS

Features :Simple CSS allows you to easily create Cascading Style Sheets from scratch, and/or modify existing ones, using a familiar point-and-click interface. Compatabile with Mac, Windows and Linux.
Download: Simple CSS Download Page.

Continue reading…

21 Amazing CSS Techniques You Should Know

No comments March 3rd, 2011

1. Cross Browser CSS SlideShow

Amazing demonstration of how to create a cross browser image gallery  using just CSS.

Continue reading…

Jquery tabs turotials

No comments March 3rd, 2011

Here are exceptional group of jquery tabs tutorials that we are sure it will attract and enhance your web designing skills and experience.

1.Slick Tabbed Content Area using CSS & jQuery

The Demo

Visit the tutorial

Continue reading…

Amazing jQuery Plugins & Tutorials

No comments March 2nd, 2011

jQuery is slowly becoming ubiquitous in the web development arena all due to its easy to learn, easy to use and easy to extend nature. Here are 30+ fresh and amazing jQuery plugins and tutorials which i have hand-picked from jQuery articles or plugins published in last 30 days on the interwebs. If you are looking for latest on jQuery, then this is a must read for you. Continue reading…

jQuery Image Gallery/Slideshow Plugins

No comments March 2nd, 2011

Image galleries and slideshows provide a good user experience and make viewing images more pleasant and intuitive on your website. With the advent of powerful JavaScript frameworks like jQuery, Prototype, Mootools etc., the quality of JavaScript based image galleries and slideshows have improved dramatically.

As these frameworks are getting popular day by day, more and more web developers are coming out with new and creative ideas every day. Here are 21 brilliant jQuery plugins which you can easily use to create an image gallery/slideshow for your website. Continue reading…

36 Eye-Catching Jquery Navigation Menus

No comments March 2nd, 2011

1.jQuery Tabbed Interface / Tabbed Structure Menu Tutorial

Tabbed Interface or Tabbed Structure Menu is getting really famous in web design & development. This tutorial will show you how to build your own tabbed Interface using jQuery with slideDown/slideUp effect. Be sure to check out the demo, you definitely will like it.

jquery-tabbed-interface

Preview || Download

Continue reading…

23 jQuery Fade in Fade out Effect

Comments Off March 2nd, 2011

1. Jquery Fade In.Fade Out

This jQuery will show you some simple effects that you can use to spice up your websites. Its real simple to use and implement. The effect fades an element to 30% on arrival of the website, then when you hover over it, it fades to 100%. The effect can be assigned to basically anything in a website whether it be an image, text, a link or even a div.

Fade in and Fade out Effect

Demo

Continue reading…

25 Incredible jQuery Slider Tutorials and Plugins

No comments March 2nd, 2011

1. Create Beautiful jQuery slider tutorial

Create Beautiful jQuery slider tutorial

Continue reading…

Jquery slide out and drawer effect

No comments November 5th, 2010

Apple downloads drawer sample

The effect is commonly known as an ‘accordion’ and it’s usually used to slide up, or down blocks of content to expose new blocks.

The Apple web site is a great demonstration of this effect in action, where the mouse settles on the title of the ’section’ and the associated links are exposed. What makes this effect particularly cool, is that the drawers maintain a fixed height and slide between restricted area.

This tutorial will walk through how to create your own simple plugin, and then replicate the Apple downloads drawers using the very excellent Accordion plugin. Continue reading…