aarongustafson + ajax 58
A List Apart: Issue 261
june 2008 by aarongustafson
In this issue we rethink CSS layout and peer into the power of prototyping.
Bookmarks
CSS
CSS_layout
a-list-apart
prototyping
AJAX
JavaScript
webdesign
june 2008 by aarongustafson
Google AJAX Language API
march 2008 by aarongustafson
Google introduces a translation API for Ajax. I wonder if it could be useful on the server-side.
Bookmarks
Google
translation
internationalization
i18n
api
ajax
language
javascript
webservices
march 2008 by aarongustafson
Easy! Designs, LLC - Web Design, Development
december 2007 by aarongustafson
Finally redesigned... (it only took me 5 years)
Bookmarks
design
web
ajax
javascript
studio
webdesign
css
html
inspiration
blog
december 2007 by aarongustafson
Protoscript
september 2007 by aarongustafson
jQuery-based language for quickly prototyping standard online behaviors. Developed by Yahoo!'s Bill Scott.
Bookmarks
protoscript
javascript
jQuery
Bill_Scott
ajax
prototype
programming
yui
september 2007 by aarongustafson
Prototype 1.6.0 release candidate
august 2007 by aarongustafson
Lots of great additions and cleanups in this release!
Bookmarks
prototype
javascript_library
javascript
library
ajax
framework
programming
web
august 2007 by aarongustafson
Objectified: Custom element methods in Prototype
june 2007 by aarongustafson
Andrew extends the Prototype's Element to great effect.
Bookmarks
JavaScript
Prototype
programming
tutorial
documentation
web
ajax
june 2007 by aarongustafson
Google Gears API Developer's Guide
june 2007 by aarongustafson
Should be interesting to see how this stack's up against Adobe's Apollo.
Bookmarks
Google
Google_Gears
Documentation
API
javascript
offline
development
googlegears
ajax
june 2007 by aarongustafson
Google AJAX Feed API
april 2007 by aarongustafson
A nice clean way to access RSS and Atom feeds via Ajax.
Bookmarks
javascript
google
rss
atom
feeds
ajax
api
april 2007 by aarongustafson
Apollo downloads released
march 2007 by aarongustafson
The first Apollo beta is out and you can now start playing with Flex-based desktop apps using the SDK or extension for Flex Builder. The beta with support for HTML/CSS/JS-based apps is forthcoming.
Bookmarks
apollo
javascript
desktop
adobe
flash
programming
ajax
development
march 2007 by aarongustafson
The JavaScript knowledge gap
february 2007 by aarongustafson
James waxes on the history of JS programming and the state of things now.
Bookmarks
javascript
ajax
programming
webdev
article
reference
commentary
february 2007 by aarongustafson
Prototype has a new home
january 2007 by aarongustafson
That's right, the famed JS library is growing up and needed some new digs.
Bookmarks
prototype
javascript
dom_scripting
ajax
framework
library
programming
web2.0
january 2007 by aarongustafson
Bulletproof Ajax
november 2006 by aarongustafson
The site for the forthcoming book by Jeremy Keith.
Bookmarks
ajax
javascript
jeremy_keith
book
programming
web
scripting
november 2006 by aarongustafson
Endless Pageless: No Pagination
november 2006 by aarongustafson
Using Ajax to append more results to a search results page. More brilliant thinking from Pete and the rest of the Unspace team.
Bookmarks
ajax
javascript
search
pagination
usability
webdesign
rails
ui
november 2006 by aarongustafson
Letting the server know the extent of JS support
october 2006 by aarongustafson
I'm not sure how much I like his implementation (being more of a progressive enhancement fan), but the logic is something I've considered building in PHP for quite some time.
Bookmarks
ruby_on_rails
javascript
ajax
cookies
rails
accessibility
programming
rubyonrails
design
october 2006 by aarongustafson
Really easy field validation with Prototype
october 2006 by aarongustafson
This is very similar to the validation mechanism I use -- I may incorporate some bells and whistles when I get the time.
Bookmarks
validation
javascript
prototype
ajax
forms
programming
library
october 2006 by aarongustafson
Event Delegation versus Event Handling
october 2006 by aarongustafson
Smart. I don't know why I hadn't thought of this.
Bookmarks
javascript
events
event_handling
event_delegation
programming
ajax
delegation
tutorial
october 2006 by aarongustafson
Bulletproof Ajax
october 2006 by aarongustafson
Jeremy's forthcoming book (which I am having the pleasure of tech editing) has a home on Amazon. Can we improve on that cover shot at all?
Bookmarks
ajax
jeremy_keith
bulletproof_ajax
book
amazon
october 2006 by aarongustafson
Mouse wheel programming in JavaScript
september 2006 by aarongustafson
I never thought of using the mouse wheel...
Bookmarks
javascript
events
mouse_wheel
mouse
programming
scrollwheel
ajax
development
reference
september 2006 by aarongustafson
Go forth and API
august 2006 by aarongustafson
Cameron shows you how to make Apache act as a proxy for your asynchronous calls.
Bookmarks
ajax
javascript
apache
api
web2.0
programming
howto
mashup
august 2006 by aarongustafson
2007 SXSW Interactive Panel Proposal Picker (Round One)
august 2006 by aarongustafson
I've got two proposals in the mix there: "The Future of JavaScript" and "Ruining the User Experience." If you'd like to see me speak again, I'd appreciate a vote ;-)
Bookmarks
self-promotion
sxsw_interactive_2007
sxswi
sxsw2006
javascript
ajax
web2.0
conference
css
design
austin
august 2006 by aarongustafson
How to Make Your AJAX Applications Accessible - 40 Tutorials and Articles
july 2006 by aarongustafson
If accessibility is important to you, consider reading some of these articles.
Bookmarks
ajax
accessibility
javascript
tutorial
web2.0
webdesign
programming
july 2006 by aarongustafson
Dabble DB
june 2006 by aarongustafson
One word sums it up: brilliant. Watch the video.
Bookmarks
database
application
spreadsheet
web2.0
tools
collaboration
software
ajax
june 2006 by aarongustafson
Speeding up Prototype’s Selector
june 2006 by aarongustafson
I'm glad Sylvain did this. I stopped using $$() for simple queries because it was so friggin' slow.
Bookmarks
prototype
javascript
ajax
optimization
prototype.js
performance
selector
june 2006 by aarongustafson
Prototype.js Documentation
june 2006 by aarongustafson
Not quite sure why I hadn't bookmarked this yet, I use it all the time.
Bookmarks
prototype
javascript
ajax
reference
programming
documentation
library
june 2006 by aarongustafson
window.onload (again)
june 2006 by aarongustafson
The search continues for a better way to fire your scripts.
Bookmarks
javascript
domcontentloaded
onload
ajax
dom
programming
webdev
event
june 2006 by aarongustafson
Prototype Window Class
june 2006 by aarongustafson
Interesting... will have to investigate how accessible something like this is though.
Bookmarks
javascript
prototype
modal
ajax
window
library
design
web
june 2006 by aarongustafson
15 Days Of jQuery
june 2006 by aarongustafson
Helpful tutorials for working with jQuery.
Bookmarks
jquery
javascript
ajax
tutorial
programming
library
june 2006 by aarongustafson
Yahoo! User Interface Library Beta 2
may 2006 by aarongustafson
Tons of new stuff. Very cool.
Bookmarks
user_interface
yahoo!
javascript
ajax
library
css
design
webdev
may 2006 by aarongustafson
Dojo.Storage
may 2006 by aarongustafson
Offline access and permanent, client-side storage. Oh my.
Bookmarks
dojo
storage
flash
javascript
dom_scripting
ajax
web2.0
browser
may 2006 by aarongustafson
Comet
april 2006 by aarongustafson
AJAX's server-side sibling
Bookmarks
comet
ajax
web
scripting
javascript
programming
webdev
april 2006 by aarongustafson
DOM Builder
april 2006 by aarongustafson
Dan succeeds in extricating the tedium from building DOM nodes.
Bookmarks
dom_scripting
javascript
dom
ajax
webdev
development
web
html
april 2006 by aarongustafson
Faster DOM Queries
april 2006 by aarongustafson
Dean never ceases to amaze me.
Bookmarks
dom_scripting
javascript
dom
xpath
ajax
programming
optimization
performance
april 2006 by aarongustafson
Lightbox JS v2.0
march 2006 by aarongustafson
Lightbox has come a long way. Kudos to Lokesh.
Bookmarks
dom_scripting
javascript
image_gallery
ajax
webdesign
photos
web2.0
design
lightbox
march 2006 by aarongustafson
Selenium on Rails
march 2006 by aarongustafson
Testing enhancements for Rails
Bookmarks
ruby_on_rails
testing
rails
selenium
rubyonrails
ruby
ajax
javascript
march 2006 by aarongustafson
A List Apart: Issue 213
march 2006 by aarongustafson
Nick makes a case for getting out of the way and I get you going on Ajax.
Bookmarks
usability
ajax
dom_scripting
design
webdesign
html
standards
march 2006 by aarongustafson
Mapping Prototype
march 2006 by aarongustafson
Thanks Jonathan, this helps a lot.
Bookmarks
prototype
javascript
ajax
reference
cheatsheet
programming
prototype.js
march 2006 by aarongustafson
Painless JavaScript Using Prototype
february 2006 by aarongustafson
Let there be documantation!
Bookmarks
javascript
dom_scripting
prototype
ajax
tutorial
programming
howto
library
february 2006 by aarongustafson
ASK - AJAX Source Kit
february 2006 by aarongustafson
A usable Ajax library
Bookmarks
ajax
javascript
usability
library
web2.0
development
february 2006 by aarongustafson
JavaScript + ActiveRecord
february 2006 by aarongustafson
Make ActiveRecord calls directly in JavaScript. Interestign thought for a progressive enhancement.
Bookmarks
ruby_on_rails
javascript
ajax
rails
activerecord
programming
ruby
database
february 2006 by aarongustafson
Future of Web Apps Podcasts
february 2006 by aarongustafson
Check back for the podcasts to be released.
Bookmarks
carson_workshops
future_of_web_apps
podcasts
web2.0
conference
ajax
events
design
february 2006 by aarongustafson
TinyMCE - WYSIWYG Textarea
december 2005 by aarongustafson
2.0 just released
Bookmarks
javascript
wysiwyg
html
editor
ajax
web
opensource
december 2005 by aarongustafson
moo.fx - smooth effects
december 2005 by aarongustafson
moo.fx, a superlightweight javascript effects library
Bookmarks
javascript
library
effects
ajax
webdesign
css
web
design
december 2005 by aarongustafson
phpBMS - Business Management Suite
october 2005 by aarongustafson
A possible replacement for my aging copy of QuickBooks?
Bookmarks
business
client
billing
php
opensource
ajax
software
cms
october 2005 by aarongustafson
The window.onload Problem - Solved!
september 2005 by aarongustafson
A great way to run scripts before all of your images have loaded
Bookmarks
dom
javascript
scripting
onload
programming
ajax
webdev
web
september 2005 by aarongustafson
del.icio.us direc.tor: Delivering A High-Performance AJAX Web Service Broker
august 2005 by aarongustafson
Very cool different way to browse del.icio.us
Bookmarks
api
del.icio.us
ajax
javascript
xml
tools
delicious
web
august 2005 by aarongustafson
related tags
37signals ⊕ a-list-apart ⊕ accessibility ⊕ activerecord ⊕ adobe ⊕ aggregator ⊕ ahah ⊕ ajax ⊖ amazon ⊕ animation ⊕ apache ⊕ api ⊕ apollo ⊕ application ⊕ article ⊕ atom ⊕ austin ⊕ basecamp ⊕ billing ⊕ Bill_Scott ⊕ blog ⊕ book ⊕ Bookmarks ⊕ browser ⊕ bulletproof_ajax ⊕ business ⊕ carson_workshops ⊕ cheatsheet ⊕ client ⊕ cms ⊕ code ⊕ collaboration ⊕ comet ⊕ commentary ⊕ conference ⊕ cookies ⊕ css ⊕ CSS_layout ⊕ culture ⊕ database ⊕ debugging ⊕ del.icio.us ⊕ delegation ⊕ delicious ⊕ design ⊕ desktop ⊕ development ⊕ documentation ⊕ dojo ⊕ dom ⊕ domcontentloaded ⊕ dom_scripting ⊕ editor ⊕ effects ⊕ event ⊕ events ⊕ event_delegation ⊕ event_handling ⊕ feeds ⊕ firefox ⊕ flash ⊕ forms ⊕ framework ⊕ fun ⊕ funny ⊕ future_of_web_apps ⊕ google ⊕ googlegears ⊕ Google_Gears ⊕ homepage ⊕ howto ⊕ html ⊕ humor ⊕ i18n ⊕ image_gallery ⊕ inspiration ⊕ internationalization ⊕ javascript ⊕ javascript_library ⊕ jeremy_keith ⊕ jquery ⊕ json ⊕ language ⊕ library ⊕ lightbox ⊕ mashup ⊕ memory ⊕ memory_leaks ⊕ microformats ⊕ modal ⊕ mouse ⊕ mouse_wheel ⊕ netvibes ⊕ news ⊕ offline ⊕ onload ⊕ oop ⊕ opensource ⊕ optimization ⊕ pagination ⊕ performance ⊕ photos ⊕ php ⊕ plugin ⊕ podcasts ⊕ portal ⊕ programming ⊕ protoscript ⊕ prototype ⊕ prototype.js ⊕ prototyping ⊕ rails ⊕ reference ⊕ rss ⊕ ruby ⊕ rubyonrails ⊕ ruby_on_rails ⊕ scripting ⊕ scrollwheel ⊕ search ⊕ selector ⊕ selenium ⊕ self-promotion ⊕ social ⊕ software ⊕ spreadsheet ⊕ standards ⊕ statistics ⊕ stats ⊕ storage ⊕ studio ⊕ sxsw2006 ⊕ sxswi ⊕ sxsw_interactive_2007 ⊕ testing ⊕ tips ⊕ tools ⊕ translation ⊕ tutorial ⊕ ui ⊕ unobtrusive ⊕ usability ⊕ user_interface ⊕ validation ⊕ web ⊕ web2.0 ⊕ webdesign ⊕ webdev ⊕ webservices ⊕ window ⊕ wysiwyg ⊕ xhtml ⊕ xml ⊕ xmlhttprequest ⊕ xpath ⊕ yahoo! ⊕ yui ⊕Copy this bookmark: