1 0

Trollify Your JavaScript

September 19, 2011

With a bit of time to spare, I wrote a little script that swaps out images on a webpage with a list of urls you specify.

Get the source here

Leave a Comment

Awesome App: Visits (Mac)

September 15, 2011

Visits is an awesome little utility shows you how many visits your site is getting. From the App Store:

See your site’s traffic without moving a finger. Visits allows you to, at a glance, see how your site is performing. Pulls all the important data from Google Analytics and gives you hour by hour breakdown of your traffic. In addition, it shows your top content, top referrals and search keywords for the day.

Buy now in the App Store.

Leave a Comment

Insanely small Javascript Countdown Clock

September 12, 2011

A while back, @n9nemedia challenged me to make a super short Javascript countdown clock. A few iterations later, I bring you this:

Leave a Comment

HTTP Basic Auth for NodeJS

September 11, 2011

After searching around available modules, I could not find a straight up simple HTTP basic authentication library. Every one I found was either really old and broken, or part of a very large library that included its own server. Since the spec for basic authentication is pretty straight forward, I just re-implemented it.

To install: npm install basic-auth

Usage:

You can grab the source here.

Leave a Comment