Created
April 27, 2010 01:03
-
-
Save visnup/380174 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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