Weekend Links – Facebook Instant Messenger, Developer’s Work Environment, CSS Lists, MooTools Snippely, Regular Expressions

By  on  

Facebook To Launch Instant Messaging Service

I think Facebook IM could take a huge chunk of AOL's IM users, especially the younger crowd. AOL really has nothing to integrate with, while integrating Facebook IM with their profiles service could be extremely useful. Leaving AIM wont break my heart.

http://www.techcrunch.com/2008/03/14/facebook-to-launch-instant-messaging-service/

http://www.coedmagazine.com/tech/6723

Creating a Great Workplace For Developers

This place sounds like an awesome place to work. A four day week sounds great to me! So does sending employees to top conferences! Make sure to read the comments here too.

http://hedgehoglab.com/about/blog/2008/03/06/creating-a-great-workplace-for-developers/

The Amazing LI: Using CSS and Unordered Lists

I've made it clear that I think that oftentimes lists are used when they don't need to be. Why use a bunch of UL/LI code when you can simply use CSS' "display:block;"? I don't get it.

http://bitsonewmedia.com/permalink/the_amazing_li

MooTools Snippely!

MooTools developers Tom and Valerio have created a sweet Adobe AIR-based program to save and organize code snippets for later use. It's extremely useful and fun to use -- try it!

http://blog.mootools.net/2008/3/15/snippely

Solving Algebraic Equations Using Regular Expressions

Using RegEx's to solve algebraic equations is a novel idea -- I don't know if I'd use this, but I'd never seen this before.

http://blog.stevenlevithan.com/archives/algebra-with-regexes

Recent Features

Incredible Demos

  • By
    DWRequest: MooTools 1.2 AJAX Listener & Message Display

    Though MooTools 1.2 is in its second beta stage, its basic syntax and theory changes have been hashed out. The JavaScript library continues to improve and become more flexible. Fellow DZone Zone Leader Boyan Kostadinov wrote a very useful article detailing how you can add a...

  • By
    Chris Coyier’s Favorite CodePen Demos

    David asked me if I'd be up for a guest post picking out some of my favorite Pens from CodePen. A daunting task! There are so many! I managed to pick a few though that have blown me away over the past few months. If you...

Discussion

  1. Thanks for the link.

  2. I was wondering if you saw that article about lists. Too funny… We should create a website sometime where every single element on the entire site is a list item, just as a mockery.

  3. That’d be hilarious. I mean no disrespect to list users — I simply don’t see the need for them.

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