daily minutia on Twitter

  • http://twitpic.com/mr4a - Someone had a little fun with the monkey display. 32 mins ago
  • @storytlr There was a combination of Twitter downtime and and a Gnip upgrade over the last 36 hours. You should be ok now. DM me for help. 1 hr ago
  • Yay! They just replaced the broken anntenae on the marble snail on Pearl Street. I grew up playing on those animals. 1 hr ago
  • Enjoying lunch conversation with my coworkers and taking advantage of the gorgeous weather in Boulder. 3 hrs ago
  • @joshlarson I believe it is true that your nose is the only part of your body that continues to grow your entire life. 5 hrs ago
  • More updates...

I'm Ingrid Alongi, a developer in Boulder, Colorado. I'm currently a software engineer at Gnip. My world is now all about API integration. Diving into Google's data visualization API now. Previously, at OneRiot, I wrote web applications using Java/Wicket/CSS. I've also got a side project where I use CodeIgniter for PHP and absolutely love it. Diving into JQuery next.

I've been in the web development/interactive agency world for almost 10 years, with most of my experience in building database-driven web applications (PHP, ColdFusion) for consumer facing clients (e-commerce, email marketing, advertising, cms, etc.). Lots of strategy, lots of driving traffic back the web site types of stuff. Oh, and managing an amazing team of develoers.

I'm an electronic music snob, ex national level cyclist, I play violin and cello, and have an MA in Women's Studies. You can contact me at ialongi at yahoo . com.

Help in Isolation: How I Finished my First Wordpress Plugin

September 12, 2008, 3:20pm by electromute

Or “How I finished my first Wordpress plugin without being a total n00b”

One common issue when you are working with a new technology or api for the first time is figuring out the best practices and snags. Sure, once you have been writing code for over 10 years, you can pretty much hang in any language. However, it doesn’t mean what you are going to write is any good. The biggest problem is that engineers tend to re-invent the wheel. My friend Tobias and I were having a conversation about this when he mentioned this book “Dreaming in Code” which illustrates this issue very well.

I recently wrote my first Wordpress plugin for Me.dium. It’s not released in the wild yet, but I have it here on my blog (on the right, under the MyBlogLog widget). I pull in an RSS feed of Me.dium’s hot search terms. The feed is cached in order to reduce load on Me.dium’s servers. You can also configure the number of terms to show as well as whether or not to show the descriptions. The plugin itself is very simple, but the value I got was in the process of writing it.

So, how did I write a solid PHP plugin in a room full of Java Engineers who may not even know what Wordpress is? I decided to work as collaboratively as possible, even in isolation. I tried to keep to my motto–If you have to force it or it’s too hard, you are doing something wrong.

First I set out to ask some experts. I sent an email out to some Wordpress hot shots asking how to approach certain problems from a strategic perspective. How is it best to store settings? What level of configuration is too much to ask for users?

Not everyone answered my email, but Alex King did. He saved me hours of research work by letting me know about the settings table (duh!).

I went on a hike with some buddies, including Alex from Gnip who helped me consider the best time to parse and store my xml. My tunnel vision was so focused on storing the data that I couldn’t see that there was a better way to store it. My original plan for storage seems completely absurd now–what was I thinking? More hours of work saved with a simple conversation.

I also posed my question on seesmic:


Wordpress Plugin developers out there

Anyway, the point is I had a ton of fun and the process ended up being quite collaborative, even though I was working somewhat in isolation. I am happy to write a more technical blog post as per my usual, but wanted to share this higher level thought process.

ps. Special thanks to Jud for pointing out that there was NOT a for loop bug in my Windows PHP install, but that I was missing a $ in the middle comparator. SRSLY!

Tags: , , ,

   Read More »




Me.dium launches Social Search

July 14, 2008, 9:17am by electromute

Me.dium launched its social search alpha last week amongst some very positive and exciting press. I’ve had the privilege of working on this product for the past few months and it was great to see it launch so nicely.

It’s not hard to see why we’ve gotten so much positive feedback–the search results are both interesting, relevant and useful to me as a surfer. For instance, one of the biggest problems I have is when I am trying to find Javascript or CSS help on the web is that I get the feeling the solutions are dated. While these results still may be relevant, I really want to know what the new and latest tricks are. I don’t need an IE5 CSS hack, I’m looking to make sure IE7 is working properly.

Me.dium will continue to refine its search algorithm. Although the standard search results are combined with Yahoo! Search BOSS, I find the “I feel social” searches most interesting and relevant. Give it a try and enjoy!

Tags: ,

   Read More »