Just Joined Who’s Web
I just had the opportunity to join Who's Web, a nice Web 2.0 website that uses Google maps and loads of ajax.
The website, now in beta stage, does not have a great amount of functionality, but it allows users to post their name, photo, and website. In essence, you would use this website to get in touch with fellow programmers in your area.
Who's Web - Web 2.0 Talent
Feature detection via JavaScript is a client side best practice and for all the right reasons, but unfortunately that same functionality hasn't been available within CSS. What we end up doing is repeating the same properties multiple times with each browser prefix. Yuck. Another thing we...
For maximum performance, we all know we must put our assets on CDN (another domain). Along with those assets are custom web fonts. Unfortunately custom web fonts via CDN (or any cross-domain font request) don't work in Firefox or Internet Explorer (correctly so, by spec) though...
Once concept I'm very fond of is lazy loading. Lazy loading defers the loading of resources (usually images) until they are needed. Why load stuff you never need if you can prevent it, right? I've created LazyLoad, a customizable MooTools plugin that...