Monthly Archives: March 2010

Social Media End Game

From Tom Johnson’s When Social Media Becomes Hollow post, the emphasis is mine: It’s not that I dislike Twitter or blogging or podcasting or Facebook or the infinite number of new social sites. For me, it’s the idea that social … Continue reading

Posted in Posts | 7 Comments

PHP Tip: Spaces Are Not empty()

It can be really easy to get tripped up by PHP’s empty and isset functions. I just came across a bug in some code that was using empty() to check for something so I thought this was a good time … Continue reading

Posted in Posts | Tagged , | 3 Comments

Recommended Reading: Simon Willison

If you are into web tech then Simon Willison should be on your reading list. His list of links and commentary are a filtering system that I rely on for finding out about other interesting things that are going on. … Continue reading

Posted in Posts | Tagged , | 4 Comments

Database Powered CSS in WordPress Themes

A popular ability in WordPress themes is to add custom CSS driven by options. This brings up a common question, how should the theme inject custom CSS? I’ll outline three different approaches on how to do this. These aren’t new, … Continue reading

Posted in Posts | Tagged , , , , | 37 Comments

Utah Attorney General Mark Shurtleff – 4th Amendment vs. 10th Amendment

I’ve never met Mark Shurtleff, the Attorney General for the state of Utah, but lately he’s shown up in news items that I’ve read. Earlier it was over HB 150, a bill to provide warrantless data request powers to the … Continue reading

Posted in Posts | Tagged , , , , , | 2 Comments

Contributing to WordPress

Inspired by Brad Fitzpatrick’s post here is a reminder about how to contribute to WordPress – http://codex.wordpress.org/Contributing_to_WordPress. As a bonus check out How does code make it into WordPress – http://codex.wordpress.org/How_does_code_make_it_into_WordPress.

Posted in Posts | Tagged | Leave a comment

PHP Helpers: curl_http_request

cURL is one very handy program and library, I love having access to in PHP. It has a ton of options though, and I can never seem to remember to flip the right knobs without reviewing the options list. 99% … Continue reading

Posted in Posts | Tagged , , , | 4 Comments

Samuel James Seymour and the Lincoln Assassination

Seven or eight years ago Sarah and I were watching old episodes of I’ve Got a Secret from the 1950s. One specific guest stood out and gave me the chills – Samuel James Seymour, he was in Ford’s Theater the … Continue reading

Posted in Posts | Tagged , , | 3 Comments

Silverlight Only at Utah Code Camp

I got an email announcing an upcoming Utah Code Camp, scheduled for the last Saturday of this month. So I headed over to utahcodecamp.com and got this: A giant black screen with small icon at the top center that said … Continue reading

Posted in Posts | Tagged , | 15 Comments

mod_ping, Maybe I Should Have Called It PubSubHubbub

ReadWriteWeb has an article about Google potentially using PuSH to get updates into the search index. I knew this idea sounded familiar so I went hunting through some of my old posts and found – Apache Module Idea mod_ping from … Continue reading

Posted in Posts | Tagged , | 5 Comments