public marks

PUBLIC MARKS from fredbird with tags javascript & css

November 2006

Amberjack: Site Tour Creator - Simple. Free. Open Source.

by 28 others
Amberjack is a lightweight Open Source library, enabling webmasters to create cool site tours. By guiding your site visitors, Amberjack tours can greatly improve the usability of your website. The Amberjack JavaScript library is lightweight (~4K), stable, LGPL licensed, browser compatible, set up in 2 minutes & super-easy to customize. Best of all, nothing must be installed or learned. Use the Tour Wizard to create great looking and helpful tours for your site or intranet application.

December 2005

Robert’s talk » The Ultimate getElementsByClassName

by 5 others
To get all a elements in the document with a “info-links” class. getElementsByClassName(document, "a", "info-links"); To get all div elements within the element named “container”, with a “col” class. getElementsByClassName(document.getElementById("container"), "div", "col"); To get all elements within in the document with a “click-me” class. getElementsByClassName(document, "*", "click-me");

November 2005

Behaviour : Using CSS selectors to apply Javascript behaviours

by 27 others
That's why I came up with Behaviour - my solution to unobtrusive javascript behaviours. Behaviour lets you use CSS selectors to specify elements to add javascript events to. This means that instead of writing:

September 2005

fredbird.org | Some CSS-related javascript utility functions

by 2 others
Quelques functions javascript pour manipuler les attributs class des objets DOM

July 2005

Behaviour : Using CSS selectors to apply Javascript behaviours

by 27 others (via)
AJAX (asynchronous javascript and xml) has been getting a lot of press lately. It is seen as a way to add desktop-application functionality to html pages. Things like Drag and drop, Fluid animations and Dynamic page updates. It's great to see public uptake of these technologies - but it worries me to see the influx of <SCRIPT> tags and onclick attributes into webpages.

June 2005

Simon Willison: getElementsBySelector()

by 2 others (via)
Inspired by Andy, I decided to have a crack at something I've been thinking about trying for a long time. document.getElementsBySelector is a javascript function which takes a standard CSS style selector and returns an array of elements objects from the document that match that selector.

May 2005

TiddlyWiki - a reusable non-linear personal web notebook

by 12 others (via)
Welcome to the improved ThirdVersion of TiddlyWiki, an experimental MicroContent WikiWikiWeb built by JeremyRuston. It's written in HTML, CSS and JavaScript to run on any modern browser without needing any ServerSide logic. It allows anyone to create personal SelfContained hypertext documents that can be posted to any web server, sent by email or kept on a USB thumb drive to make a WikiOnAStick.

domCollapse

by 3 others
domCollapse allows you to collapse and expand parts of page by clicking other parts of a page. To identify a trigger element, you add the class "trigger" to it as an attribute. This will automatically collapse the next following element in the document tree.

Showing and Hiding a DIV using CSS and Javascript

by 8 others
There are many situations encountered when designing a webpage where showing and hiding a div using a link is useful.

HoverHelp

by 7 others
Small script to easily display hover tool tips You can attach a popup to anything by simply giving it a class of 'hasHelp' and an id. Then adding the help text to a blockquote and giving that a class of 'helpContents' and an id of 'xxxHelp' where xxx is the id of the element it's related to.

April 2005

January 2005

fredbird's TAGS related to tag javascript

aide +   ajax +   blog +   calendrier +   class +   css +   date +   dev +   dev-theory +   dom +   effect +   extension +   file +   firefox +   form +   framework +   good-practice +   has:feed +   html +   httpRequest +   jQuery +   lang:en +   lang:fr +   library +   license:cc +   license:gpl +   license:pd +   list +   mozilla +   open-source +   php +   reference +   resource +   ressource +   sofwtare +   sort +   source-code +   spell +   style +   tech +   textarea +   tool +   tools +   tutorial +   type:article +   type:wiki +   usb +   user-interface +   validation +   w3c +   web-app +   web-design +   web-dev +   wiki +   xhtml +   xml +   xmlhttprequest +   xul +