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
    How I Stopped WordPress Comment Spam

    I love almost every part of being a tech blogger:  learning, preaching, bantering, researching.  The one part about blogging that I absolutely loathe:  dealing with SPAM comments.  For the past two years, my blog has registered 8,000+ SPAM comments per day.  PER DAY.  Bloating my database...

  • By
    Create Namespaced Classes with MooTools

    MooTools has always gotten a bit of grief for not inherently using and standardizing namespaced-based JavaScript classes like the Dojo Toolkit does.  Many developers create their classes as globals which is generally frowned up.  I mostly disagree with that stance, but each to their own.  In any event...

Incredible Demos

  • By
    Rotate Elements with CSS Transformations

    I've gone on a million rants about the lack of progress with CSS and how I'm happy that both JavaScript and browser-specific CSS have tried to push web design forward. One of those browser-specific CSS properties we love is CSS transformations. CSS transformations...

  • By
    Camera and Video Control with HTML5

    Client-side APIs on mobile and desktop devices are quickly providing the same APIs.  Of course our mobile devices got access to some of these APIs first, but those APIs are slowly making their way to the desktop.  One of those APIs is the getUserMedia API...

Discussion

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