my lifestream

I like the idea behind the friendfeed widget but wanted to customize it a bit. Here is an easy way to produce a lifestream feed for your website using a little bit of code. code to display the feed script src=”http://friendfeed.com/embed/widget/openelements?v=3&num=4&hide_logo=0&hide_comments_likes=0&hide_subscribe=0&width=330″ type=”text/javascript” Using CSS code, the thought bubble expands when the feed is finished loading. CSS for styling (works on modern browsers) .friendfeed Read more [...]

Bing Twitter maps

Bing maps recently added the ability to add custom Twitter feeds into their maps, it’s called Bing Twitter maps. The map uses Silverlight 3 by default, but the nice part about it is this: If you don’t have Silverlight installed, the map falls back to plain Javascript, which is recognized by all web browsers.  I took Microsoft up on their offer and plugged my Twitter feed into their maps.  The code is super easy to implement and add to your own site. HTML code: <iframe src=”http://www.bing.com/twitter/maps/embed?version=1.0&eid=769766769&user=exposedelements” Read more [...]