Replace document.write using MooTools
july 2009 by ohskylab
"Maybe you want to use AJAX to load a script that requires the use of document.write. But after teh page has loaded document.write tends to destroy the universe without even asking first! Solution: Replace document.write!"
javascript
ajax
dom
optimization
performance
mootools
july 2009 by ohskylab
cabel.name drafts: FancyZoom 1.1
february 2008 by ohskylab
Javascript to zoom images inline
javascript
zoom
web
dom
february 2008 by ohskylab
DOMAssistant, the modular lightweight JavaScript library, with CSS selectors and AJAX
december 2007 by ohskylab
"The idea of DOMAssistant is to provide a simpler and more consistent way to script against the Document Object Model (DOM) in web browsers."
javascript
dom
development
web
unobtrusive
library
december 2007 by ohskylab
Usability enhancements with JavaScript « AlastairC
september 2007 by ohskylab
AlastairC's collection of worthwhile DOM-based enhancements.
javascript
usability
web
jquery
dom
september 2007 by ohskylab
Opera developer tools - Opera Developer Community
march 2007 by ohskylab
"Opera now includes a developer console that can be added into the browser with many new features. The developer console includes new tools including DOM inspector, JavaScript inspector, CSS editor and HTTP header inspector."
opera
css
tools
javascript
dom
web
qa
march 2007 by ohskylab
jQuery Star Rating Super Interface!
january 2007 by ohskylab
"A fully degradable plugin that creates the Star Rating interface based on a simple form structure."
jquery
plugin
rating
javascript
dom
ajax
january 2007 by ohskylab
Unspace - Attributes > Classes: Custom DOM Attributes for Fun and Profit
january 2007 by ohskylab
"We are averse to using one of the most powerful features of XHTML: the ability to extend the nodes we use with customized, semantically meaningful attributes."
javascript
dom
prototype
xhtml
css
ajax
scripting
january 2007 by ohskylab
Video Presentation: Douglas Crockford on the “Theory of the DOM” - The Web Standards Project
october 2006 by ohskylab
"Each are half an hour long, and - having been in the training myself - I must say they taught me more about JavaScript and the DOM than a lot of books and hours of researching why something just didn’t work."
javascript
dom
video
tutorials
web
october 2006 by ohskylab
jQuery: Blog: » jQuery 1.0
august 2006 by ohskylab
"The brand new jQuery 1.0". Hurrah!
jquery
javascript
web
unobtrusive
dom
scripting
august 2006 by ohskylab
jQuery tests
august 2006 by ohskylab
"A list of various jQuery tests I’ve thrown together for my own education using jQuery. They are here to be used, abused, stolen, and reused."
javascript
jquery
web
dom
scripting
august 2006 by ohskylab
A Base Class for JavaScript Inheritance
june 2006 by ohskylab
"A JavaScript class (Base.js) that I hope eases the pain of JavaScript OO. It’s a simple class and extends the Object object by adding two instance methods and one class method."
oop
library
ajax
inheritance
javascript
web
scripting
dom
june 2006 by ohskylab
Use AJAX scripting responsibly | 456 Berea Street
june 2006 by ohskylab
"The key is to use scripting to add value for those who can take advantage of it without causing problems for those who, for whatever reason, cannot."
ajax
web
dom
scripting
javascript
accessibility
june 2006 by ohskylab
arc90 lab : tools : Unobtrusive Sidenotes
may 2006 by ohskylab
"A simple mix of Javascript and CSS that makes it ridiculously easy to incorporate sidenotes into your web pages or blogs."
css
javascript
sidenotes
web
dom
scripting
unobtrusive
may 2006 by ohskylab
Juicy Studio: Making Ajax Work with Screen Readers
may 2006 by ohskylab
"The accessibility community is understandably concerned about the accessibility of client-side scripting, in particular using Asynchronous JavaScript and XML (Ajax) to produce Rich Internet Applications."
ajax
dom
scripting
web
accessibility
screenreaders
may 2006 by ohskylab
jQuery: New Wave Javascript
may 2006 by ohskylab
"A new type of Javascript library. It is not a huge, bloated, framework promising the best in AJAX - nor is just a set of needlessly complex enhancements - jQuery is designed to change the way that you write Javascript."
javascript
ajax
library
programming
dom
scripting
web
may 2006 by ohskylab
Toggle (show/hide) elements in a Definition List
may 2006 by ohskylab
"Using a Definiton List and the DOM to create a nice FAQ page where clicking on the DTs (the questions) "toggles" the associated DDs (the answers)."
ajax
css
javascript
dom
scripting
web
effects
interface
lists
navigation
may 2006 by ohskylab
Iceweb 2006: Speaking notes and usability-test results (Joe Clark)
may 2006 by ohskylab
"Ajax accessibility. I knew nothing about it, so I ran some user tests and presented original research."
accessibility
ajax
screenreaders
usability
web
37signals
dom
scripting
joe
clark
may 2006 by ohskylab
AJAX and Screenreaders: When Can it Work? [JavaScript & DHTML Tutorials]
may 2006 by ohskylab
"For all of the excitement and hype, still very little has been said on the subject of AJAX and accessibility.
accessibility
ajax
javascript
dom
scripting
screenreaders
usability
ia
web
may 2006 by ohskylab
Latest Accessibility News on Accessify | AJAX, Accessibility & Screen Readers
may 2006 by ohskylab
"Although many of us web professionals just 'kinda know' that AJAX is bad for web accessibility, when pushed many would not be able to say exactly why or how certain screen readers cope with content that's been changed using AJAX (or using DOM Scripting m
web
dom
scripting
ajax
accessibility
usability
ia
screenreaders
may 2006 by ohskylab
Accessify Forum: Off-site links. Is rel="external" useful?
may 2006 by ohskylab
"Does the attribute/value set rel="external" provide a useful addition to navigation for those who might make use of other instances of the rel attribute? Or is it simply a case that it uses the rel convention without actually adding anything substantial
web
links
javascript
dom
scripting
accessibility
may 2006 by ohskylab
getElementsByClassName Deluxe Edition | Muffin Research Labs
may 2006 by ohskylab
"My version has a few subtle differences up it’s sleeve."
dom
scripting
javascript
unobtrusive
web
may 2006 by ohskylab
GreyBox demo
april 2006 by ohskylab
A pop-up window that doesn't suck.
css
web
dom
interface
javascript
popups
scripts
april 2006 by ohskylab
Vivabit | The Web's Bollocks | Introducing DOM Builder
april 2006 by ohskylab
"It’s always seemed a bit wrong and dirty to use innerHTML to manipulate or add content to a page. It’s not a standard (more of an agreement between browser manufacturers) and it doesn’t work on some browsers with certain mime-types while the core p
ajax
dom
javascript
standards
web
xhtml
april 2006 by ohskylab
From DHTML to DOM scripting - an hands-on example of how to replace outdated JavaScript techniques.
march 2006 by ohskylab
"The article takes a normal web development task of creating a dynamic web page with a tabbed interface, a popping-up product shot and a slide show and shows two ways of reaching the same result"
accessibility
web
scripting
javascript
dom
march 2006 by ohskylab
AjaxLibraries
march 2006 by ohskylab
"Survey of AJAX/JavaScript Libraries"
ajax
web
javascript
dom
framework
march 2006 by ohskylab
DOMinclude - Kissing Pop-Ups good-bye
march 2006 by ohskylab
"If JavaScript is available the linked file gets shown in a new layer - if it is an image just as the image, if not inside an IFRAME. DOMinclude automatically positions the popup where the original link is and adds a text prefix to the original link telli
javascript
unobtrusive
dom
web
march 2006 by ohskylab
DOM Scripting: Hijax
march 2006 by ohskylab
"Progressive enhancement automatically guarantees graceful degradation. I was concerned that developers who agreed with this principle when it came to CSS or DOM Scripting, cast it aside as soon as Ajax was involved."
hijax
ajax
web
javascript
scripting
dom
march 2006 by ohskylab
Onload image fades without Flash | clagnut/sandbox
october 2005 by ohskylab
for large filesize images.
javascript
css
images
image
web
dom
effects
october 2005 by ohskylab
/my/cssQuery/
september 2005 by ohskylab
cssQuery() is a powerful cross-browser JavaScript function that enables querying of a DOM document using CSS selectors. All CSS1 and CSS2 selectors are allowed plus quite a few CSS3 selectors.
javascript
css
dom
web
ajax
library
september 2005 by ohskylab
Simon Willison: Executing JavaScript on page load
august 2005 by ohskylab
"In my work with unobtrusive JavaScript, I've found that by far the most common action I take is "registering" a script to be executed once the page has finished loading. There are a number of ways of doing this"
javascript
onload
dom
web
programming
development
ajax
events
multiple
unobtrusive
xhtml
august 2005 by ohskylab
MochiKit – A lightweight Javascript library
august 2005 by ohskylab
"A highly documented and well tested, suite of JavaScript libraries that will help you get shit done, fast."
javascript
ajax
programming
library
web
framework
unobtrusive
dom
ui
august 2005 by ohskylab
Out of Hanwell
august 2005 by ohskylab
"Check all your JavaScript source code for common mistakes without actually running the script or opening the web page."
javascript
programming
tools
lint
development
testing
web
ajax
dom
scripting
august 2005 by ohskylab
JavaScript Cheat Sheet - JavaScript - ILoveJackDaniels.com
august 2005 by ohskylab
"The JavaScript cheat sheet is designed to act as a reminder and reference sheet, listing methods and functions of JavaScript. It includes reference material for regular expressions in JavaScript, as well as a short guide to the XMLHttpRequest object."
ajax
cheatsheet
dom
javascript
reference
resources
web
programming
august 2005 by ohskylab
Thinking and Making
july 2005 by ohskylab
"Best Practices: Implementing javascript for rich internet applications"
dom
css
javascript
web
unobtrusive
ajax
july 2005 by ohskylab
particletree · Preview Your Links with Unobtrusive JavaScript
july 2005 by ohskylab
"Inspired by the TargetAlert Firefox extension that "provides visual cues for the destinations of hyperlinks" and Christian Heilmann’s Image previews with DOM JavaScript, we wrote a simple set of unobtrusive JavaScript functions to find links on a page
dom
javascript
css
usability
design
links
unobtrusive
icons
web
xhtml
july 2005 by ohskylab
bobbyvandersluis.com | Unobtrusive Flash Objects (UFO) v1.0
july 2005 by ohskylab
"UFO is a DOM script that detects and embeds Flash objects. It contains several features and best practice techniques that other scripts currently don't have."
accessibility
flash
unobtrusive
dom
web
july 2005 by ohskylab
Textarea tools
may 2005 by ohskylab
"Small collection of tools for use with textareas (or input fields)."
javascript
css
textarea
forms
web
dom
may 2005 by ohskylab
[brothercake] Docking boxes (dbx)
may 2005 by ohskylab
"animated drag 'n' drop, snap-to-grid, and show/hide-contents functionality to any group of elements"
javascript
css
web
dom
docking
boxes
may 2005 by ohskylab
[brothercake] domFunction [was:domReady]
april 2005 by ohskylab
"An easy-to-use helper script, that allows other DOM scripting to run before window.onload"
javascript
dom
web
onload
programming
april 2005 by ohskylab
The Form Assembly
april 2005 by ohskylab
"The Form Builder is a tool for creating standard compliant web forms. It integrates the wForms extension and relies on a set of technologies like XML, XMLHttpRequest, XSLT and DOM (a.k.a Ajax) to provide a seamless single-screen experience."
javascript
ajax
forms
dom
css
web
design
accessibility
xhtml
xforms
usability
april 2005 by ohskylab
HoverHelp
april 2005 by ohskylab
"Small script to easily display hover tool tips"
javascript
css
tooltips
dom
web
usability
april 2005 by ohskylab
Adactio: Journal - Gotta keep 'em separated
april 2005 by ohskylab
"If you are adding a usability enhancement to a site, is it ever okay to deliberately exclude a specific browser from receiving those enhancements?"
css
dom
javascript
article
web
browsers
april 2005 by ohskylab
JavaScript Shell
april 2005 by ohskylab
"A command-line interface for JavaScript and DOM."
javascript
shell
programming
web
dom
bookmarklet
april 2005 by ohskylab
Web Browser Standards Support
april 2005 by ohskylab
"This document will summarize the level of support for standard web technologies by popular web browsers. It deals primarily with the Internet Explorer, Firefox/Netscape/Mozilla, and Opera web browsers, with focus on the HTML, CSS and DOM technologies."
css
dom
standards
web
html
xhtml
browsers
charts
reference
april 2005 by ohskylab
Tales On The TrimPath ‽ JavaScript Breakpoints
april 2005 by ohskylab
"A simple debugging tool for JavaScript that lets you set breakpoints in your code"
javascript
programming
dom
debugging
bugs
web
april 2005 by ohskylab
Show and Hide Layers
april 2005 by ohskylab
"This code swaps the visibility of layer content. The layers can be positioned absolute or inline, even in table cells. Internet Explorer 4+, Netscape 4, Netscape 6+/Mozilla and Opera can all show and hide layers."
javascript
css
web
xhtml
dom
april 2005 by ohskylab
resize test
april 2005 by ohskylab
resizable textareas
javascript
css
web
textarea
usability
xhtml
dom
forms
april 2005 by ohskylab
related tags
37signals ⊕ accessibility ⊕ accesskeys ⊕ ajax ⊕ api ⊕ applications ⊕ article ⊕ bookmarklet ⊕ boxes ⊕ browser ⊕ browsers ⊕ bugs ⊕ charts ⊕ cheatsheet ⊕ checkbox ⊕ clark ⊕ cms ⊕ code ⊕ collapsible ⊕ comments ⊕ corners ⊕ css ⊕ debugging ⊕ design ⊕ development ⊕ docking ⊕ dom ⊖ drag ⊕ drop ⊕ effects ⊕ events ⊕ firefox ⊕ flash ⊕ forms ⊕ framework ⊕ gallery ⊕ gtd ⊕ hacks ⊕ hijax ⊕ howto ⊕ html ⊕ ia ⊕ icons ⊕ image ⊕ images ⊕ inheritance ⊕ interface ⊕ interviews ⊕ ivy ⊕ java ⊕ javascript ⊕ joe ⊕ johnresig ⊕ jquery ⊕ layout ⊕ library ⊕ lightbox ⊕ links ⊕ lint ⊕ lists ⊕ maven ⊕ memoryleak ⊕ menus ⊕ microsoft ⊕ mootools ⊕ mozilla ⊕ multiple ⊕ navigation ⊕ onload ⊕ oop ⊕ opacity ⊕ opera ⊕ optimization ⊕ performance ⊕ photography ⊕ plugin ⊕ popups ⊕ productivity ⊕ programming ⊕ prototype ⊕ qa ⊕ radio ⊕ rating ⊕ reference ⊕ resources ⊕ rows ⊕ rubyonrails ⊕ screenreaders ⊕ scripting ⊕ scripts ⊕ select ⊕ semantics ⊕ shell ⊕ sidenotes ⊕ simonwillison ⊕ slashdot ⊕ snippets ⊕ software ⊕ standards ⊕ tables ⊕ templates ⊕ testing ⊕ text ⊕ textarea ⊕ tips ⊕ tools ⊕ tooltips ⊕ tutorials ⊕ ui ⊕ unobtrusive ⊕ usability ⊕ utilities ⊕ video ⊕ web ⊕ weblogs ⊕ wordpress ⊕ xforms ⊕ xhtml ⊕ xml ⊕ yahoo ⊕ yui ⊕ zoom ⊕Copy this bookmark: