Weekend Links – MooTools Cheat Sheet, Google / Digg Acquisition, PHP Twitter API, Bot Detection, CSS Support In Email Clients

By  on  

MooTools 1.2 Cheat Sheet

As you know, MooTools 1.2 was officially released this week. As great as the online documentation is, wouldn't you rather have an all-on-one-sheet reference card? Of course. If you're a Moo programmer, you must download this cheat sheet.

http://mediavrog.net/blog/2008/06/11/mootools/mootools-12-cheat-sheet/

Is Google About To Swallow Up Digg?

Yet another Digg rumor. The site has to sell at some point, so why not Google? Kevin Rose, as much as it's his baby, needs to sell his site before the Web 2.0 phase and the Digg community blows over.

http://valleywag.com/5016035/is-google-about-to-swallow-up-digg

PHP Twitter API Client

I've been putting off joining Twitter for quite a while because of the obession that seems to come with creating the account. When I do sign up, I'll use this PHP Twitter API to pull my current Twitter status into this site.

http://lab.arc90.com/2008/06/php_twitter_api_client.php

Bot Detection with PHP

Recognizing bots is an important part of statistical tracking. If you aren't using Google Analytics or another stat-tracking program, you can monitor bot visits using this script.

http://www.insanevisions.com/article/214/Bot-Detection-with-PHP/

CSS Support in Email Clients

I do a fair amount of email templates for customers and they can be a pain when it comes to the CSS rendering. This chart serves as a great guide as to what properties each client covers.

http://www.campaignmonitor.com/css/

Recent Features

  • By
    7 Essential JavaScript Functions

    I remember the early days of JavaScript where you needed a simple function for just about everything because the browser vendors implemented features differently, and not just edge features, basic features, like addEventListener and attachEvent.  Times have changed but there are still a few functions each developer should...

  • 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

  • By
    Create Twitter-Style Dropdowns Using MooTools

    Twitter does some great stuff with JavaScript. What I really appreciate about what they do is that there aren't any epic JS functionalities -- they're all simple touches. One of those simple touches is the "Login" dropdown on their homepage. I've taken...

  • By
    MooTools Gone Wild: Element Flashing

    If you're like me and lay awake in bed at night, you've flipped on the TV and seen the commercials: misguided, attention-starved college girls fueled by alcohol ruining their futures by flashing lame camera-men on Spring Break. Why do they do it? Attention...

Discussion

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