- Homepage
Recent POSTs
-
BarCampBirmingham’s in Full Swing!
I’m down here at the Innovation Depot in Birmingham, AL for BarCampBirmingham, and even though I was a little late I’m really digging what I’ve seen so far. There’s a really tech-savvy crowd here today, with a lot of really new and interesting topics (mobile web, twitter for business, and even some other WordPress developers). …
-
Jeremiah Owyang: The Design Process
Whoops – it would be nice to actually have an article here, huh? I just finished Jeremiah Owyang’s new blog design, and I have an article on his blog detailing the process and why I did some of the things that I did. You can check it out here!
-
PodCampNashville was a BLAST! (#pcn09)
So, by far, today’s PodCampNashville was one of the most fun events that I’ve been to in the last while. I made a lot of new connections, but the best part was hanging out at the after party and just reveling in the “real life” of things. Sure, we all met online, but it’s a…
-
Displaying Future Posts in WordPress
If you do like I do and schedule posts ahead of time (especially on the podcast), there’s a way inside of WordPress to show your readers what posts are coming up next: <?php $my_query = new WP_Query(‘post_status=future&order=DESC&showposts=5’); if ($my_query->have_posts()) { while ($my_query->have_posts()) : $my_query->the_post(); ?> <?php the_date(); ?> – <?php the_title(); ?> …
-
WordPress Tip: iTunes Integration via last.fm
So, you’ve got a personal blog and want to integrate your iTunes playlist into WordPress, but don’t just want to say that you’re listening to a CD – you want to display the album art too? WordPress has a few solutions that work great. The easiest way to do that is by utilizing the “scrobbler”…
