tutorials

Keyboard Navigation for EasySlider and SudoSlider

keyboard

Looking for instructions for SudoSlider?

EasySlider is pretty awesome. You just chuck it in, tell it what container to slide with and you're all good to go. It's definitely my go-to slider when working on new projects. When implementing it on a recent project there was only one thing missing: Keyboard navigation. I'm a huge fan of keyboard navigation, probably just because I'm really lazy and I'm always impressed when I can move things about using my arrow keys. Luckily for me, keyboard navigation is super simple to add, and Alen kindly provides the non-minified code so we can hack away and customise to our liking!
 
Continue Reading

Read Tutorial
Posted in tutorials | Leave a comment |
tutorials

[DotNetNuke] Add a logout button to the HouseMenu Admin Menu

tutorial

The one thing I hate about the HouseMenu SkinObject for DNN is that there's no native logout method without typing in /Logoff.aspx. Here's a quick little jQuery snippet that will add a logout button to your admin menu.
 
Continue Reading

Read Tutorial
Posted in tutorials | 2 Comments |
tutorials

ZenCart: Adding Category and Description to Featured Products Centerbox

zcFeaturedProductsCrop

I'll show you how to edit your featured_products.php file to add the description and category name of the products in your featured products box.

Read Tutorial
Posted in tutorials | Tagged | Leave a comment |
tutorials

WordPress: Conditional Post Type Function

customposttypes

Use get_post_type inside your loop to create custom displays for different post types.

Read Tutorial
Posted in tutorials | Tagged , , | Leave a comment |
tutorials

Zenpressed Mod – Thumbnails for Multimedia (mp3/flv)

zenthumbs

This is a mod that will make Zenpressed show thumbnails for FLV and MP3 formats.

Read Tutorial
Posted in tutorials | Tagged , , | Leave a comment |