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
    Convert XML to JSON with JavaScript

    If you follow me on Twitter, you know that I've been working on a super top secret mobile application using Appcelerator Titanium.  The experience has been great:  using JavaScript to create easy to write, easy to test, native mobile apps has been fun.  My...

  • By
    9 Mind-Blowing Canvas Demos

    The <canvas> element has been a revelation for the visual experts among our ranks.  Canvas provides the means for incredible and efficient animations with the added bonus of no Flash; these developers can flash their awesome JavaScript skills instead.  Here are nine unbelievable canvas demos that...

Incredible Demos

  • By
    9 Incredible CodePen Demos

    CodePen is a treasure trove of incredible demos harnessing the power of client side languages.   The client side is always limited by what browsers provide us but the creativity and cleverness of developers always pushes the boundaries of what we think the front end can do.  Thanks to CSS...

  • By
    CSS Triangles

    I was recently redesigning my website and wanted to create tooltips.  Making that was easy but I also wanted my tooltips to feature the a triangular pointer.  I'm a disaster when it comes to images and the prospect of needing to make an image for...

Discussion

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