A few different people have asked me recently how I created the activity stream/life stream you see in the sidebar of Dented Reality. It’s actually really simple, and all it does is load up the feeds from a few different locations, combine them in date order and then output them on my page using an HTML “UL” (unordered list). Based on the source of each feed, it also adds a CSS class to each list element (LI) so that I can add an appropriate icon. Here’s the complete code that I use, and then I’ll explain some parts of it, and some of what makes it tick: (more…)
#twitterproxy
2 New Projects
I forgot to mention that I have 2 relatively new projects launched in the Projects section of this site:
- TwitterProxy: Which allows you to do some cool filtering on your Twitter status feed (and then use it for whatever you want), and
- Gravatar Shortcode: A quick WordPress plugin that gives you a shortcode that you can use to inject a Gravatar into your Pages or Posts.
Check them out and let me know what you think.