window.fbAsyncInit = function() {
FB.init({appId: '157328919608', status: true, cookie: true, xfbml: true});
};
(function() {
var e = document.createElement('script');
e.async = true;
e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
document.getElementById('fb-root').appendChild(e);
}());
A new version of TotalFinder has been released. This version gives us dual-pane support along with some nice tweaks (such as tabs now actually being Chrome-alike tabs)
The developers of TinyMCE bring us Plupload, a highly usable upload handler: “Using Plupload one can upload multiple files using Google Gears, Silverlight, Flash, BrowserPlus or HTML5. Flexible configuration allows you to choose all or only some of these upload “runtimes” with fallback in the order you specify.”