Sunday, July 12, 2025

Posts Tagged ‘JavaScript Frameworks’

Nov
09

Prototype Marquee

Post Categories: DevelopmentJavascriptPrototype |Posted on November 9th, 2008

While developing a website for a client, I was tasked with creating text that would fade in and out continuously. I figured that use case would be useful for many websites so I decided to create a class. It turns out the class is useful for cases where any html content has to be shown and hidden. The class is called Marquee.

I wrote several methods for controlling the Marquee class. Although I didn’t implement them for my current use case, I though they would be useful in the future. Methods included are

  • load
  • append
  • start
  • stop
  • clear
  • empty
  • next
  • previous
The class also accepts various options for configuring the Marquee and its messages. Last, I thought it would useful to monitor the different states of the Marquee so it allows several events to be observed. These are:
  • start
  • stop
  • change
  • before
  • after
You can find examples and the project page.

Tags: ,

6 Comments »
Oct
15

Prototype Growler

Post Categories: Development |Posted on October 15th, 2008

After a few days work, I am sharing with everyone my first (and surely not the last) prototypejs class. It allows you to easily provide notifications on your website similar to the Growl on the Mac OS.

This exists as a plugin for MooTools and jQuery but I didn’t see one for Prototype so I decided to provide one for the community.

Growler Project Page and Examples

Tags: , ,

5 Comments »

Search

  • Article Categories

  • 2008 © kevinandre. All rights reserved.
    Powered by WordPress
    190 spam comments
    blocked by
    Akismet