A couple of weeks ago, my company hosted a small code camp for, and by, our own developers. The topic was mobile development. We had 3 sessions: Windows Phone 7, Android, and iOS. I gave the talk on Windows Phone 7 development.
A random Twitterizer developer that emailed me was attempting to pull data for multiple users all in background threads, but noticed that his requests started to be rejected by Twitter. I proposed that it was possibly a spam countermeasure by the Twitter API, and that he needed to throttle his requests. He had no idea [...]
Every developer has a list of applications or tools they rely on heavily for development … this is mine.
Last night I was playing around and ended up creating a new project to the small collection of example applications for the Twitterizer library. I ended up working around a complaint that a lot of desktop application developers have about implementing OAuth: PIN-Based authentication.
So, I may have signed up to speak at the Tallahassee Code Camp in October. In fact, that is exactly what I did.
I love Linq and I love a challenge. The place there the two doth meet is a special place.
Today, a co-worker hit me up with a Linq question and I would like to share it.
I’ve been spending some time lately writing test case for the Twitterizer library, my pet project. To ensure that all of the publicly accessible classes are marked as serializable, I whipped up a test case that uses reflection to check any class that inherits from a common interface, but also performs a binary serialization [...]
It’s true. I’ve created my first WordPress plugin. For Twitterizer support, I set up a Campfire chat room. I’ve used them before and they’re pretty great, but I was a little dismayed to see that the guest URL would change if I (or any other admin) disabled and re-enabled guest access for the room. [...]
In this second part (there was no official first part) of my ongoing series of posts, I’ll be showing you a pattern for detecting html tags in a close-to-fail-proof way.
A few minutes ago I came across a blog post that converts a url string to a link in javascript, using regular expression search and replace. I set out to understand the pattern, but ended up writing my own pattern, just because I’m like that.






