Behind the veil of Colorado's premier Interactive Agency

Author Archive

strtotime <3 Ryan Hadley

Friday, August 29th, 2008

This is a love story for a php built in function.  strtotime().  I’m sure other languages/frameworks have a similar function, but I’m mostly familiar with php.

Here is an example of it’s coolness:

echo date(”m/d/Y h:i:s”, strtotime(’last week’)) . “\n”;

08/22/2008 09:12:18

Or how about:

echo date(”m/d/Y h:i:s”, strtotime(’next tuesday’)) . “\n”;

09/02/2008 12:00:00

Read the rest of this entry »

Indigio Blog Wordle Ryan Hadley

Monday, June 23rd, 2008

Read the rest of this entry »

Gravatars now supported. Ryan Hadley

Friday, June 13th, 2008

I know this is soooo last year, but I just found out about Gravatars.  So I hacked* our Wordpress theme to support them.

For those who don’t know, a gravatar is an avatar that you register with a speicific email address through http://en.gravatar.com/.

So when you participate in a comunity that supports gravatars, your specific one will show next to your contribution.

So go register your avatar now and then post a comment here to show it off.

* (sorry creative team, I used tables for layout because my css-foo is lacking)

PHP is a framework? Ryan Hadley

Monday, June 9th, 2008

I ran in to an interesting read this morning at sitepoint.  The general idea I got from the post is that PHP handles common web development tasks for you (HTTP Headers, Query String parsing, Post Data parsing, etc) and is therefore a framework.

“So the next time you’re on the lookout for a PHP framework to build your killer app on, consider using the best framework of them all: PHP. It will give you the freedom to achieve what you want, how you want, with results.”

Read the rest of this entry »

The End Is Nigh Ryan Hadley

Sunday, June 8th, 2008

Not the end of the world, the end of the internet.  The issue is no net neutrality.  No rules at all about what ISPs can or can’t do with your traffic.  Most people have probably seen this scary image of a possible reality:

Read the rest of this entry »