Skip to content

Instantly share code, notes, and snippets.

@huned
Forked from visnup/jqcon notes
Created April 27, 2010 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huned/381123 to your computer and use it in GitHub Desktop.
Save huned/381123 to your computer and use it in GitHub Desktop.
steve souders
9%/91% backend / frontend
site speed => google page rank
google webmaster tools, yslow, page speed
webpagetest.org
video, screenshot timeline
overwrite document.write
html5 iframe
increase browser disk cache
progressive rendering
browserscope
o'reilly velocity
mobile appcache
robert duffy
james senior
jquery-tmpl
script type=text/html
marc grabanski
jquery bbq
colorbox
date range picker
jquery crop
jqgrid
noswfupload
mike taylor
regressive enhancement
html5shiv
rick waldron
workers have no access to the dom directly
postMessage(string)
window.onmessage =
jquery.hive
pollen js
json path
bocoup
paul irish
!function() { }()
(function(window, document, undefined) {
})(this, document); for minification
$.getScripts
yehuda katz
composability
trigger events
staticmatic - haml, sass, helpers
$.event.special.tabactivate = {
_default: function(e) { }
};
selector
steve smith
$.fx.speeds._default = $.browser.ie ? 0 : 200;
build user confidence
!nunemaker (steve smith)
everything is evented
paul bakaus
vanilla html != canvas
innerHTML + $('*', container)
.live
click-through map using canvas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment