Member since Apr 13, 2009, follows 0 people, 0 public groups, 198 public bookmarks (204 total).
More »
Tags
| Recent Tags: |
|
|---|---|
| Top Tags: |
|
More »
Recent Bookmarks and Annotations
- The Spanner - Detecting browsers javascript hacks on 2009-05-27
- cocoaforge • View topic - clickable notifications with applescript on 2009-05-26
- Hawk Wings - Plug-ins for Apple Mail on 2009-05-26
-
The Sea of Ideas » Defer document.write on 2009-05-23
-
(function() {
var _write = document.write;
document.write = function(t) {
t = '<!--##DEFER'+t+'DEFER##-->';
return 'v'=='v' ? _write(t) : _write.call(document, t);
}
})();
function resolve() {
document.body.innerHTML = document.body.innerHTML.replace(/<!--##DEFER(.+)DEFER##-->/g, '$1');
}
-
-
Best Practices for Speeding Up Your Web Site on 2009-05-22
-
80% of the end-user response time is spent on the front-end. Most of this time is tied up in downloading all the components in the page: images, stylesheets, scripts, Flash, etc. Reducing the number of components in turn reduces the number of HTTP requests required to render the page. This is the key to faster pages.
-
- AJAX File Browser on 2009-05-22
- YUI Library Examples: ImageCropper Control (beta): Simple Crop Interface on 2009-05-22
- Yahoo! UI Library: YUI Loader Utility on 2009-05-22
-
Dojo Goodness, Part 7 (Injecting Dojo After Page Load) - O'Reilly ONLamp Blog on 2009-05-22
-
/protect our handiwork within the scope of an anonymous function...
(function() {
//load Dojo (after the page's onload event has already occurred)
djConfig = {afterOnLoad : true, require:['dojo.date','dojo.cookie']};
var e = document.createElement("script");
e.type = "text/javascript";
e.src= "http://o.aolcdn.com/dojo/1.1/dojo/dojo.xd.js";
document.getElementsByTagName("head")[0].appendChild(e);
/* Whenever Dojo has loaded, go about your business. */
})()-
Matt Ouellette on 2009-05-22
Nice little trick
-
-
- Ajaxian » modules.js: A New Stand-alone JavaScript Module Loader on 2009-05-22
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo