Category: Scripting

25

Mar

A tooltip fader for images

Visit webhike.de/scripts/dd/moofilm.html MooFilm is a nice tooltip fader for images. MooFilm opens a info-pane while the cursor is moved over a image. Some of the features are “Adjustable SlideIn/SlideOut effects”, “Link identification”, “The appearance can be defined in a stylesheet”, “onShow, beforeShow and onHide events”.

17

Mar

CSS Styled Scrollbar with Mootools

Visit solutoire.com/2008/03/10/mootools-css-styled-scrollbar Do you know that you can use Mootools to style your Scrollbar? No? Here you can find out how to do it. So give your scrollbars a nice style :-)

26

Feb

jQuery Cycle - a lightweight slideshow

Visit malsup.com/jquery/cycle/ WOW… this is a really cool one if you like lightweight slideshows . How does it work? “The plugin provides a method called cycle which is invoked on a container element. Each child element of the container becomes a “slide”. Options control how and when the slides are transitioned.”

25

Feb

mootools blackbox

Visit labs.hostsen.net/stuff/blackbox/ This little Javascript class (written with MooTools) will turn a simple unordered image list into a magnificent slideshow. All with the fade in and fade out effects!

25

Feb

Do a CSS PopUp Without Opening a New Window

Visit www.pat-burt.com/web-development/how-to-do-a-css-popup-without-opening-a-new-window/ A tutoral in which you learn on how to open a “lightbox-style” popup window. You find the needed code and the javascript file there.

19

Feb

jQuery for Designers

Visit jqueryfordesigners.com A great blog with really helpful tutorials to learn “how easy it is to apply web interaction using jQuery”.

15

Feb

Suckerfish HoverLightbox Redux

Visit mondaybynoon.com/2007/02/19/suckerfish-hoverlightbox-redux/ This is a great way to combine the suckerfish dropdown menu with a sort of picture gallery.

13

Feb

jPOP Framework

Visit www.sacratee.com/jpop/ Here is what the developer say: “POP is a PHP RIA framework that will help you rapidly develop interactive, smooth, and reliable web applications. Without knowing a drop of Javscript or how Ajax works, and even just a working knowledge of PHP, you can transform your web page into a complete Rich Internet Application. Unlike others, jPOP doesn’t take over your entire website, it simply blends in with whatever else is there. Also, coding in jPOP is efficient, with as much power packed into each line as possible. This results in streamlined, and highly maintainable code.

12

Feb

A simple PHP shopping cart - How to

Visit www.thewatchmakerproject.com/journal/276/building-a-simple-php-shopping-cart Here you learn how you can build your own simple shopping cart solution with PHP.