<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" xml:lang="en" xml:base="http://blog.birdherd.com/wp-atom.php">
	<title type="text">BirdHerd Blog</title>
	<subtitle type="text">BirdHerd makes it easy for groups, teams and brands to update a single Twitter account.</subtitle>

	<updated>2010-04-14T12:29:00Z</updated>
	<generator uri="http://wordpress.org/" version="2.9.1">WordPress</generator>

	<link rel="alternate" type="text/html" href="http://blog.birdherd.com" />
	<id>http://blog.birdherd.com/feed/atom/</id>
	

			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/birdherd" /><feedburner:info uri="birdherd" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>birdherd</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><entry>
		<author>
			<name>Colin</name>
					</author>
		<title type="html"><![CDATA[BirdHerd heading to Chirp!]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/birdherd/~3/PMBHxYQJwJQ/" />
		<id>http://blog.birdherd.com/?p=58</id>
		<updated>2010-04-14T12:29:00Z</updated>
		<published>2010-04-14T12:27:47Z</published>
		<category scheme="http://blog.birdherd.com" term="Uncategorized" />		<summary type="html"><![CDATA[BirdHerd is heading down to San Francisco for Chirp, Twitter&#8217;s first ever developer conference. Looks like there will be some great technical talks, and I&#8217;m stoked to see more about how Twitter is using Hadoop and Pig for big data analysis, something I&#8217;ve been working on recently.

For BirdHerd, I&#8217;m especially interested to see developments around [...]]]></summary>
		<content type="html" xml:base="http://blog.birdherd.com/uncategorized/birdherd-heading-to-chirp/">&lt;p&gt;BirdHerd is heading down to San Francisco for &lt;a href="http://chirp.twitter.com"&gt;Chirp&lt;/a&gt;, Twitter&amp;#8217;s first ever developer conference. Looks like there will be some great technical talks, and I&amp;#8217;m stoked to see more about how Twitter is using &lt;a href="http://hadoop.apache.org/"&gt;Hadoop&lt;/a&gt; and &lt;a href="http://hadoop.apache.org/pig/"&gt;Pig&lt;/a&gt; for big data analysis, something I&amp;#8217;ve been working on recently.&lt;/p&gt;

&lt;p&gt;For BirdHerd, I&amp;#8217;m especially interested to see developments around the &amp;#8220;contributors api&amp;#8221;. Exciting times for sure. If you&amp;#8217;re at Chirp, and would like to learn more about BirdHerd, &lt;a href="http://twitter.com/cbrumelle"&gt;ping me&lt;/a&gt; on Twitter!&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/birdherd?a=PMBHxYQJwJQ:hn2nifgxqF0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/birdherd?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/birdherd/~4/PMBHxYQJwJQ" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://blog.birdherd.com/uncategorized/birdherd-heading-to-chirp/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://blog.birdherd.com/uncategorized/birdherd-heading-to-chirp/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://blog.birdherd.com/uncategorized/birdherd-heading-to-chirp/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Colin</name>
					</author>
		<title type="html"><![CDATA[How to display your tweets on your blog]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/birdherd/~3/sAarlNXrnVg/" />
		<id>http://blog.birdherd.com/?p=43</id>
		<updated>2010-02-09T01:42:03Z</updated>
		<published>2010-02-07T01:16:26Z</published>
		<category scheme="http://blog.birdherd.com" term="Code" />		<summary type="html"><![CDATA[There are many ways to display your tweets on your blog, but for the BirdHerd blog, we modified a jQuery plugin to suck our recent Tweets into our WordPress sidebar. The original plugin, Tweet! can be found here, but we found a couple small glitches in the regex that is used to create links in [...]]]></summary>
		<content type="html" xml:base="http://blog.birdherd.com/code/how-to-display-your-tweets-on-your-blog/">&lt;p&gt;There are many ways to display your tweets on your blog, but for the BirdHerd blog, we modified a &lt;a href="http://jquery.com"&gt;jQuery&lt;/a&gt; plugin to suck our recent Tweets into our WordPress sidebar. The original plugin, Tweet! can be &lt;a href="http://tweet.seaofclouds.com"&gt;found here&lt;/a&gt;, but we found a couple small glitches in the regex that is used to create links in the tweet-to-html conversion. There was also a bunch of extra features that we just didn&amp;#8217;t need, so we rolled a stripped down &amp;#8220;TweetLite&amp;#8221; plugin with the fixes.&lt;/p&gt;

&lt;p&gt;You can &lt;a href="http://gist.github.com/298772"&gt;grab it here if desired&lt;/a&gt; or &lt;a href="http://blog.birdherd.com/code/how-to-display-your-tweets-on-your-blog/"&gt;click here&lt;/a&gt; to see it in it&amp;#8217;s entirety. &lt;span id="more-43"&gt;&lt;/span&gt;&lt;/p&gt;

&lt;script src="http://gist.github.com/298772.js?file=jQueryTweetLite.js"&gt;&lt;/script&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/birdherd?a=sAarlNXrnVg:drxEUbzTz1k:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/birdherd?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/birdherd/~4/sAarlNXrnVg" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://blog.birdherd.com/code/how-to-display-your-tweets-on-your-blog/#comments" thr:count="1" />
		<link rel="replies" type="application/atom+xml" href="http://blog.birdherd.com/code/how-to-display-your-tweets-on-your-blog/feed/atom/" thr:count="1" />
		<thr:total>1</thr:total>
	<feedburner:origLink>http://blog.birdherd.com/code/how-to-display-your-tweets-on-your-blog/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Colin</name>
					</author>
		<title type="html"><![CDATA[Why BirdHerd]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/birdherd/~3/ZQcY6cpMUck/" />
		<id>http://blog.birdherd.com/?p=19</id>
		<updated>2010-02-09T02:19:38Z</updated>
		<published>2010-02-01T22:55:25Z</published>
		<category scheme="http://blog.birdherd.com" term="General News" />		<summary type="html"><![CDATA[I built BirdHerd because I needed a way for the many startups I work with to use Twitter effectively.

In the past, we always just shared a common password, but this became troublesome when a team member would leave and we&#8217;d have to change the password, and then we&#8217;d have to tell everyone what the new [...]]]></summary>
		<content type="html" xml:base="http://blog.birdherd.com/news/why-birdherd/">&lt;p&gt;I built &lt;strong&gt;BirdHerd&lt;/strong&gt; because I needed a way for the many startups I work with to use Twitter effectively.&lt;/p&gt;

&lt;p&gt;In the past, we always just shared a common password, but this became troublesome when a team member would leave and we&amp;#8217;d have to change the password, and then we&amp;#8217;d have to tell everyone what the new password is. Or someone would forget the password, reset it it to something new, and effectively lock everyone out. Needless to say, this was not ideal, and had the undesired effect of causing people to &lt;strong&gt;not&lt;/strong&gt; update the group Twitter account as often as they could.&lt;/p&gt;

&lt;p&gt;Next, I started looking at a few existing Twitter tools, but I definitely wanted something that would&lt;strong&gt; work from any client or device&lt;/strong&gt;. Our team members use TweetDeck, HootSuite, &lt;span class="caps"&gt;SMS &lt;/span&gt;and the Twitter web site, and I knew that if they had to log into a different web app to update the group account (like other group Twitter tool &lt;a href="http://cotweet.com" target="_blank"&gt;CoTweet&lt;/a&gt; forces you to do), the updates wouldn&amp;#8217;t flow as fast as they could/should. I also wanted to use &lt;strong&gt;oAuth to manage passwords safely&lt;/strong&gt;. Most importantly, I wanted to be able to both &lt;strong&gt;communicate publicly&lt;/strong&gt; by posting messages from the Twitter account, but I also wanted to be able to send a &lt;strong&gt;private group message&lt;/strong&gt; to all my team members (through a DM).&lt;/p&gt;

&lt;p&gt;I couldn&amp;#8217;t find such a tool, and so, with a firm belief that there had to be a better way, BirdHerd was born &amp;#8211; and now it&amp;#8217;s here! I hope it makes using Twitter with your group or team easy. It has for us!&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/birdherd?a=ZQcY6cpMUck:48WUlRoyl9E:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/birdherd?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/birdherd/~4/ZQcY6cpMUck" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://blog.birdherd.com/news/why-birdherd/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://blog.birdherd.com/news/why-birdherd/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://blog.birdherd.com/news/why-birdherd/</feedburner:origLink></entry>
	</feed><!-- Dynamic page generated in 0.328 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-07-27 21:28:59 --><!-- Compression = gzip -->
