Just Joined Who’s Web

By  on  

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

Recent Features

  • By
    CSS @supports

    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...

  • By
    Serving Fonts from CDN

    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...

Incredible Demos

Discussion

    Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!