Showing posts with label javascript. Show all posts
Showing posts with label javascript. Show all posts

Monday, March 26, 2007

A javascript based image gallery


This is a javascript based image gallery that displays larger versions of thumbnail images dynamically when the mouse hovers over them.

Friday, March 23, 2007

AJAX your photography site

With AJAX you can update the content on your pages automatically — every day and every hour without changing the page itself.

The example below is just a starting point in AJAXing your site.

Thursday, March 22, 2007

"Image Reflection" effect using javascript


You can find a lot of advice regarding color schemes, layouts, and other suggestons from "web design gurus" - they are about design.

Naturally, we should follow basic design criteria, but the fact is, nobody but us, can make our sites very individual, very personal, and very different.

Visual or special effects can be good, bad, or ugly. Interesting visuals, or special effects that don't override content but complement it, are good.

Reflection.js is a cross platform script which allows you to add reflections to images on your web pages.

Tuesday, March 20, 2007

ThickBox by Cody Lindley and Image Gallery using ThickBox

ThickBox is a webpage UI dialog widget written in JavaScript on top of the jQuery library.

"With ThickBox, and not unlike Lightbox in order to view a full sized image with a caption, all you have to do is create a link, add the image path (src value) to the link, provide a title value, and then give the link a class name of "thickbox"..."

How to Implement ThickBox http://codylindley.com/thickbox/