Category Archives: Javascript

javascript scripts and tips

Impress Your Clients and Friends with these Jquery Scripts and Javascripts

I frequently send myself emails containing interesting finds of the day from my 9-5 job to my home office.  Today’s a snow day and I decided to post some of the older email links here. JQuery Mega Menu – Amazon like menu that expands with multiple columns of links. Ajax Page Fetcher – Insert content [...]

Posted in Javascript | Leave a comment

Need a Lightbox Script? See Floatbox – The Premier Javascript Windowing System

I’ve downloaded and played with just about every lightbox script available.  My favorite lightbox script was greybox (at the time of this posting their site was down, http://orangoo.com/labs/GreyBox/). Greybox is nice, easy to use and it’s free!  Then I found Floatbox and I don’t think I will ever use another lightbox script again. Floatbox is [...]

Posted in Javascript | Leave a comment

Create a Scrolling DIV

Here’s a simple Javascript that creates a scrolling DIV, http://javascript.internet.com/miscellaneous/scroll-div-horizontal.html. With a little editing you can create a carousel effect like Amazon.com uses to display products. You need to keep the copyright information in the Javascript code to use the script on your site. It is FREE!

Posted in Javascript | Leave a comment