11 month ago
deusx : TechnoTarget » AJAX, DHTML and JavaScript Libraries - "Here’s a collection of Ajax, Javascript and DHTML Libraries."
# copy
13 month ago
deusx : Ajaxian » replaceHTML for when innerHTML dogs you down - "Steven Levithan, of RegexPal, ran into some performance issues with innerHTML due to the fact that "every keydown event potentially triggers the destruction and creation of thousands of elements" so he started to look into it."
# copy
14 month ago
Simon Willison : YUI-based Image Cropper Widget - YUI-based Image Cropper Widget. Nice implementation of a useful widget.
deusx : Julien Lecomte’s Blog » YUI-based Image Cropper Widget - "I wrote a YUI-based image cropper widget that allows you to easily select which region of an image you’d like to crop"
Richard Rutter : YUI-based Image Cropper Widget - Could be very handy.
# copy
15 month ago
deusx : Detect when an element has scrolled into view - "You have an element in the DOM sitting somewhere below the fold (see above the fold), and you’d like to know when it has breached through the bottom threshold of your screen as a user is scrolling down a page."
# copy
18 month ago
Richard Rutter : How to build a simple calendar with JavaScript - There’s more to come.
# copy
19 month ago
deusx : Making dynamic static pages | ianloic.com - I'd totally forgotten that FeedBurner now offers JSON renderings of RSS feeds. I should use this if I ever revamp to a new portal-of-me homepage.
# copy
20 month ago
deusx : XML.com: XUL-Enhanced Web Apps - Umm... sure, if you want your web app to look and behave *entirely* different under Mozilla versus other browsers.
# copy
24 month ago
deusx : storage.html - JotSpot Wiki (dojomanual) - "Imagine if web applications could store megabytes of data on the client-side, in the browser, both persistently and securely. No server needed."
# copy
24 month ago
deusx : Real-Time 3D in Javascript - "This is demonstration of rendering arbitrary triangles (relatively fast) with javascript/DOM/css (no images, flash, canvas tags or java applets)."
Simon Willison : Real-Time 3D in Javascript - Really cunning trick based around CSS polygons.
# copy
24 month ago
deusx : YUI: DragDrop Nested targets - "Basically, all I am doing is setting a var (lastTarget) onDragOver to the element that we are over. Then in the onDragDrop function, I am checking to see if the id that is returned matches the id that is stored in lastTarget. If it is, display the text i
# copy
24 month ago
deusx : DoubleClick Edit Example - "Double click on any item that says it's editable."
# copy
24 month ago
deusx : Jack Slocum's Blog - DomHelper - Create Elements using DOM, HTML fragments and Templates - "The DomHelper class in the 0.32.2 release provides a layer of abstraction from DOM and transparently supports creating elements via DOM or using HTML fragments. It also has the ability to create HTML fragment templates from your DOM building code."
# copy
24 month ago
deusx : youngpup.net - Say Hello to Halfnote - "Halfnote is a simple, fast, and secure notepad that I have been wanting for my own personal use. You can use it too."
Rod Begbie : youngpup.net - Say Hello to Halfnote - Rather spiffy browser-based TODO.TXT from Aaron "Greasemonkey" Boodman. Minimal, secure, distributed, and AJAXtastic. [via] #
# copy
25 month ago
Isofarro : Event Delegation versus Event Handling - Christian Heilmann presents some working code examples and an explanation over Event Delegation. Its the difference between assigning the same event handler to hundreds of links versus assigning the event handler to one parent node.
deusx : Event Delegation versus Event Handling - how to create quicker web apps - "all you need to do is to set one event handler on a main element, and use the getTarget() method of the library of your choice. Compare the event target to what you want to react to and off you go"
Paul Hammond : Event Delegation versus Event Handling - how to create quicker web apps - all you need to do is to set one event handler on a main element, and use the getTarget() method of the library of your choice. Compare the event target to what you want to react to and off you go
Simon Willison : Event Delegation versus Event Handling - Nice summary of this important DOM technique.
# copy
25 month ago
deusx : throbber - "The browser throbbing can be a subtle expected queue, and it’s the only thing visible across tabs, so it can be nice to be able to toggle it on and off. This method uses a hidden iframe, which increases load across the server but achieves the des
Paul Hammond : throbber - This method uses a hidden iframe, which increases load across the server but achieves the desired effect
# copy
26 month ago
deusx : jQuery: Blog: jQuery 1.0 - "Here's a fun fact. jQuery 1.0 has been released nearly one year after it was first conceived as a post in my weblog. Funny how those things work."
Paul Hammond : jQuery: Blog: » jQuery 1.0 - A lot of bugs fixed, a ton of new features, and a complete overhaul of how the jQuery development process is run.
# copy
27 month ago
Simon Willison : Carousel Component - Documentation - Bill Scott's latest widget.
deusx : Carousel Component - Documentation - "The carousel component manages a list of content (HTML UL and LI elements) that can be displayed horizontally or vertically. The content can be scrolled back and forth with or without animation."
bmilleare : Carousel Component
# copy
28 month ago
philgyford : SIMILE | Timeline | Documentation - DHTML thing for creating nice scrollable timelines. (via Yoz)
# copy
29 month ago
deusx : Ajaxio Demo - "The purpose of this experiment is to see if a Visio-type of tool could be developed in a web browser."
# copy
29 month ago
wearehugh : Juicy Studio: Making Ajax Work with Screen Readers
Isofarro : Making Ajax Work with Screen Readers - Gez, in collaboration with Steve Faulkner dig into how screen readers work, detailing the workings of a screen reader's virtual buffer mode. This is an encouraging step towards getting Ajax applications working with screen readers. Its a recommended read
# copy
29 month ago
deusx : subModal Javascript Windows - "This is a small set of enhancements based on the original subModal with ideas taken from Lightbox Gone Wild"
# copy
29 month ago
Rod Begbie : YUI Tetris! - Tetris implemented in XHTML and Javascript, thanks to Yahoo's javascript UI libraries. [via] #
deusx : YUI Tetris! - "Using a combination of the Event Utility and the DOM Collection utility, I was able to roll out perhaps the sweetest piece of eye candy I’ve ever built."
# copy
30 month ago
wearehugh : Accessible DHTML - MDC
veen : Accessible DHTML - Mozilla Developer Center - "Role" and "State" metadata in Ajax applications.
# copy