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

  • By
    CSS Animations Between Media Queries

    CSS animations are right up there with sliced bread. CSS animations are efficient because they can be hardware accelerated, they require no JavaScript overhead, and they are composed of very little CSS code. Quite often we add CSS transforms to elements via CSS during...

  • By
    5 Ways that CSS and JavaScript Interact That You May Not Know About

    CSS and JavaScript:  the lines seemingly get blurred by each browser release.  They have always done a very different job but in the end they are both front-end technologies so they need do need to work closely.  We have our .js files and our .css, but...

Incredible Demos

  • By
    Redacted Font

    Back when I created client websites, one of the many things that frustrated me was the initial design handoff.  It would always go like this: Work hard to incorporate client's ideas, dream up awesome design. Create said design, using Lorem Ipsum text Send initial design concept to the client...

  • By
    Animated Progress Bars Using MooTools: dwProgressBar

    I love progress bars. It's important that I know roughly what percentage of a task is complete. I've created a highly customizable MooTools progress bar class that animates to the desired percentage. The Moo-Generated XHTML This DIV structure is extremely simple and can be controlled...

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!