Skip to content

Instantly share code, notes, and snippets.

@ryanbillingsley
Created April 5, 2011 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanbillingsley/904030 to your computer and use it in GitHub Desktop.
Save ryanbillingsley/904030 to your computer and use it in GitHub Desktop.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Collections.ObjectModel;
using System.Net;
using System.Xml.Linq;
namespace WpfApplication1
{
/// <summary>
/// Interaction logic for MainWindow.xaml
/// </summary>
public partial class MainWindow : Window
{
public MainWindow()
{
InitializeComponent();
Loaded+=new RoutedEventHandler(MainWindow_Loaded);
}
void MainWindow_Loaded(object sender, RoutedEventArgs e)
{
tweetList.ItemsSource = _tweets;
}
private ObservableCollection<Tweet> _tweets = new ObservableCollection<Tweet>();
private void getTweets_Click(object sender, RoutedEventArgs e){
WebClient client = new WebClient();
client.DownloadStringCompleted += (s,ea) =>
{
XDocument doc = XDocument.Parse(ea.Result);
XNamespace ns = "http://www.w3.org/2005/Atom";
var items = from item in doc.Descendants("entry")
select new Tweet()
{
Title = item.Element(ns + "title").Value,
Image = new Uri((from XElement xe in item.Descendants(ns + "link")
where xe.Attribute("type").Value == "image/png"
select xe.Attribute("href").Value).First<string>()),
Link = new Uri((from XElement xe in item.Descendants(ns + "link")
where xe.Attribute("type").Value == "image/html"
select xe.Attribute("href").Value).First<string>())
};
foreach (Tweet t in items)
{
_tweets.Add(t);
}
};
client.DownloadStringAsync(new Uri("http://search.twitter.com/search.atom?q=wpf"));
}
}
}
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns:google="http://base.google.com/ns/1.0" xml:lang="en-US" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns="http://www.w3.org/2005/Atom" xmlns:twitter="http://api.twitter.com/">
<id>tag:search.twitter.com,2005:search/wpf</id>
<link type="text/html" href="http://search.twitter.com/search?q=wpf" rel="alternate"/>
<link type="application/atom+xml" href="http://search.twitter.com/search.atom?q=wpf" rel="self"/>
<title>wpf - Twitter Search</title>
<link type="application/opensearchdescription+xml" href="http://search.twitter.com/opensearch.xml" rel="search"/>
<link type="application/atom+xml" href="http://search.twitter.com/search.atom?q=wpf&amp;since_id=55316663561760768" rel="refresh"/>
<twitter:warning>since_id removed for pagination.</twitter:warning>
<updated>2011-04-05T17:11:34Z</updated>
<openSearch:itemsPerPage>15</openSearch:itemsPerPage>
<link type="application/atom+xml" href="http://search.twitter.com/search.atom?max_id=55316663561760768&amp;page=2&amp;q=wpf" rel="next"/>
<entry>
<id>tag:search.twitter.com,2005:55316663561760768</id>
<published>2011-04-05T17:11:34Z</published>
<link type="text/html" href="http://twitter.com/two_under/statuses/55316663561760768" rel="alternate"/>
<title>WPF + PRISM = happy. I'm so glad we switched platforms.</title>
<content type="html">&lt;b&gt;WPF&lt;/b&gt; + PRISM = happy. I&amp;apos;m so glad we switched platforms.</content>
<updated>2011-04-05T17:11:34Z</updated>
<link type="image/png" href="http://a3.twimg.com/profile_images/1267217149/MattAndBrenda.small_normal.jpg" rel="image"/>
<twitter:geo>
</twitter:geo>
<twitter:metadata>
<twitter:result_type>recent</twitter:result_type>
</twitter:metadata>
<twitter:source>&lt;a href=&quot;http://www.tweetdeck.com&quot; rel=&quot;nofollow&quot;&gt;TweetDeck&lt;/a&gt;</twitter:source>
<twitter:lang>en</twitter:lang>
<author>
<name>two_under (Matt Usher)</name>
<uri>http://twitter.com/two_under</uri>
</author>
</entry>
<entry>
<id>tag:search.twitter.com,2005:55316489477177344</id>
<published>2011-04-05T17:10:53Z</published>
<link type="text/html" href="http://twitter.com/evanhutnick/statuses/55316489477177344" rel="alternate"/>
<title>RT @mvalkov: A ton of new features have just landed in #Telerik RadRichTexBox for #Silverlight &amp; #WPF with 2011.Q1 http://bit.ly/fInprQ</title>
<content type="html">RT &lt;a href=&quot;http://twitter.com/mvalkov&quot;&gt;@mvalkov&lt;/a&gt;: A ton of new features have just landed in &lt;a href=&quot;http://search.twitter.com/search?q=%23Telerik&quot; onclick=&quot;pageTracker._setCustomVar(2, 'result_type', 'recent', 3);pageTracker._trackPageview('/intra/hashtag/#Telerik');&quot;&gt;#Telerik&lt;/a&gt; RadRichTexBox for &lt;a href=&quot;http://search.twitter.com/search?q=%23Silverlight&quot; onclick=&quot;pageTracker._setCustomVar(2, 'result_type', 'recent', 3);pageTracker._trackPageview('/intra/hashtag/#Silverlight');&quot;&gt;#Silverlight&lt;/a&gt; &amp;amp; &lt;a href=&quot;http://search.twitter.com/search?q=%23WPF&quot; onclick=&quot;pageTracker._setCustomVar(2, 'result_type', 'recent', 3);pageTracker._trackPageview('/intra/hashtag/#WPF');&quot;&gt;#&lt;b&gt;WPF&lt;/b&gt;&lt;/a&gt; with 2011.Q1 &lt;a href=&quot;http://bit.ly/fInprQ&quot;&gt;http://bit.ly/fInprQ&lt;/a&gt;</content>
<updated>2011-04-05T17:10:53Z</updated>
<link type="image/png" href="http://a3.twimg.com/profile_images/1218218762/a34ef632-eef9-48c8-be04-70da43536d34_normal.png" rel="image"/>
<twitter:geo>
</twitter:geo>
<twitter:metadata>
<twitter:result_type>recent</twitter:result_type>
</twitter:metadata>
<twitter:source>&lt;a href=&quot;http://www.metrotwit.com/&quot; rel=&quot;nofollow&quot;&gt;MetroTwit&lt;/a&gt;</twitter:source>
<twitter:lang>en</twitter:lang>
<author>
<name>evanhutnick (Evan Hutnick)</name>
<uri>http://twitter.com/evanhutnick</uri>
</author>
</entry>
<entry>
<id>tag:search.twitter.com,2005:55316375832510464</id>
<published>2011-04-05T17:10:26Z</published>
<link type="text/html" href="http://twitter.com/spebaker/statuses/55316375832510464" rel="alternate"/>
<title>Never underestimate the power of nature and the skill of photography - http://ow.ly/4peWK</title>
<content type="html">Never underestimate the power of nature and the skill of photography - &lt;a href=&quot;http://ow.ly/4peWK&quot;&gt;http://ow.ly/4peWK&lt;/a&gt;</content>
<updated>2011-04-05T17:10:26Z</updated>
<link type="image/png" href="http://a0.twimg.com/profile_images/1101268031/n1163370304_30121661_2416_normal.jpg" rel="image"/>
<twitter:geo>
</twitter:geo>
<twitter:metadata>
<twitter:result_type>recent</twitter:result_type>
</twitter:metadata>
<twitter:source>&lt;a href=&quot;http://www.hootsuite.com&quot; rel=&quot;nofollow&quot;&gt;HootSuite&lt;/a&gt;</twitter:source>
<twitter:lang>en</twitter:lang>
<author>
<name>spebaker (Spencer Baker)</name>
<uri>http://twitter.com/spebaker</uri>
</author>
</entry>
<entry>
<id>tag:search.twitter.com,2005:55315841520111616</id>
<published>2011-04-05T17:08:18Z</published>
<link type="text/html" href="http://twitter.com/neflection/statuses/55315841520111616" rel="alternate"/>
<title>WPF 2011&#12398;&#35506;&#38988;&#26354;&#12522;&#12473;&#12488;ktkr</title>
<content type="html">&lt;b&gt;WPF&lt;/b&gt; 2011&#12398;&#35506;&#38988;&#26354;&#12522;&#12473;&#12488;ktkr</content>
<updated>2011-04-05T17:08:18Z</updated>
<link type="image/png" href="http://a2.twimg.com/profile_images/1083960168/srt10coupe08_021600_w800_bi_normal.jpg" rel="image"/>
<twitter:geo>
</twitter:geo>
<twitter:metadata>
<twitter:result_type>recent</twitter:result_type>
</twitter:metadata>
<twitter:source>&lt;a href=&quot;http://mixi.jp/promotion.pl?id=voice_twitter&quot; rel=&quot;nofollow&quot;&gt; mixi &#12508;&#12452;&#12473; &lt;/a&gt;</twitter:source>
<twitter:lang>pl</twitter:lang>
<author>
<name>neflection (neflection)</name>
<uri>http://twitter.com/neflection</uri>
</author>
</entry>
<entry>
<id>tag:search.twitter.com,2005:55315024041881600</id>
<published>2011-04-05T17:05:04Z</published>
<link type="text/html" href="http://twitter.com/stackappbot/statuses/55315024041881600" rel="alternate"/>
<title>@Zybroxz Stack Overflow post http://bit.ly/hKROqh Double clicking on WPF datagrid WITH RowDetailsTemplate</title>
<content type="html">&lt;a href=&quot;http://twitter.com/Zybroxz&quot;&gt;@Zybroxz&lt;/a&gt; Stack Overflow post &lt;a href=&quot;http://bit.ly/hKROqh&quot;&gt;http://bit.ly/hKROqh&lt;/a&gt; Double clicking on &lt;b&gt;WPF&lt;/b&gt; datagrid WITH RowDetailsTemplate</content>
<updated>2011-04-05T17:05:04Z</updated>
<link type="image/png" href="http://a3.twimg.com/profile_images/1035018377/phead_crop_normal.jpg" rel="image"/>
<twitter:geo>
</twitter:geo>
<twitter:metadata>
<twitter:result_type>recent</twitter:result_type>
</twitter:metadata>
<twitter:source>&lt;a href=&quot;http://stackoftwits.com&quot; rel=&quot;nofollow&quot;&gt;The Stack of Twits&lt;/a&gt;</twitter:source>
<twitter:lang>en</twitter:lang>
<author>
<name>stackappbot (StackApp Bot)</name>
<uri>http://twitter.com/stackappbot</uri>
</author>
</entry>
<entry>
<id>tag:search.twitter.com,2005:55314141036036097</id>
<published>2011-04-05T17:01:33Z</published>
<link type="text/html" href="http://twitter.com/RobKovach999/statuses/55314141036036097" rel="alternate"/>
<title>RT ~ To all WPF's Check out my gal pal @ReaLLisaMarie aka TNA Knockout's Tara's ~ Web of gifts from her ebay store ~ http://bit.ly/gMBPFF</title>
<content type="html">RT ~ To all &lt;b&gt;WPF&lt;/b&gt;&amp;apos;s Check out my gal pal &lt;a href=&quot;http://twitter.com/ReaLLisaMarie&quot;&gt;@ReaLLisaMarie&lt;/a&gt; aka TNA Knockout&amp;apos;s Tara&amp;apos;s ~ Web of gifts from her ebay store ~ &lt;a href=&quot;http://bit.ly/gMBPFF&quot;&gt;http://bit.ly/gMBPFF&lt;/a&gt;</content>
<updated>2011-04-05T17:01:33Z</updated>
<link type="image/png" href="http://a3.twimg.com/profile_images/1251389473/YuGiOh__normal.png" rel="image"/>
<twitter:geo>
</twitter:geo>
<twitter:metadata>
<twitter:result_type>recent</twitter:result_type>
</twitter:metadata>
<twitter:source>&lt;a href=&quot;http://twitter.com/&quot;&gt;web&lt;/a&gt;</twitter:source>
<twitter:lang>en</twitter:lang>
<author>
<name>RobKovach999 (Robert W. Kovach)</name>
<uri>http://twitter.com/RobKovach999</uri>
</author>
</entry>
<entry>
<id>tag:search.twitter.com,2005:55312918102806528</id>
<published>2011-04-05T16:56:41Z</published>
<link type="text/html" href="http://twitter.com/len_tyai/statuses/55312918102806528" rel="alternate"/>
<title>RT @mvalkov: A ton of new features have just landed in #Telerik RadRichTexBox for #Silverlight &amp; #WPF with 2011.Q1 http://bit.ly/fInprQ</title>
<content type="html">RT &lt;a href=&quot;http://twitter.com/mvalkov&quot;&gt;@mvalkov&lt;/a&gt;: A ton of new features have just landed in &lt;a href=&quot;http://search.twitter.com/search?q=%23Telerik&quot; onclick=&quot;pageTracker._setCustomVar(2, 'result_type', 'recent', 3);pageTracker._trackPageview('/intra/hashtag/#Telerik');&quot;&gt;#Telerik&lt;/a&gt; RadRichTexBox for &lt;a href=&quot;http://search.twitter.com/search?q=%23Silverlight&quot; onclick=&quot;pageTracker._setCustomVar(2, 'result_type', 'recent', 3);pageTracker._trackPageview('/intra/hashtag/#Silverlight');&quot;&gt;#Silverlight&lt;/a&gt; &amp;amp; &lt;a href=&quot;http://search.twitter.com/search?q=%23WPF&quot; onclick=&quot;pageTracker._setCustomVar(2, 'result_type', 'recent', 3);pageTracker._trackPageview('/intra/hashtag/#WPF');&quot;&gt;#&lt;b&gt;WPF&lt;/b&gt;&lt;/a&gt; with 2011.Q1 &lt;a href=&quot;http://bit.ly/fInprQ&quot;&gt;http://bit.ly/fInprQ&lt;/a&gt;</content>
<updated>2011-04-05T16:56:41Z</updated>
<link type="image/png" href="http://a0.twimg.com/profile_images/1111247930/n503815719_945807_2151_1_normal.jpg" rel="image"/>
<twitter:geo>
</twitter:geo>
<twitter:metadata>
<twitter:result_type>recent</twitter:result_type>
</twitter:metadata>
<twitter:source>&lt;a href=&quot;http://www.metrotwit.com/&quot; rel=&quot;nofollow&quot;&gt;MetroTwit&lt;/a&gt;</twitter:source>
<twitter:lang>en</twitter:lang>
<author>
<name>len_tyai (Ivy)</name>
<uri>http://twitter.com/len_tyai</uri>
</author>
</entry>
<entry>
<id>tag:search.twitter.com,2005:55312699151757313</id>
<published>2011-04-05T16:55:49Z</published>
<link type="text/html" href="http://twitter.com/aston_carter/statuses/55312699151757313" rel="alternate"/>
<title>New #job: WPF Developer - City of London Location: City of London Salary: GBP60k - GBP90k .. http://tinyurl.com/5u6g5ak #jobs #hiring</title>
<content type="html">New &lt;a href=&quot;http://search.twitter.com/search?q=%23job&quot; onclick=&quot;pageTracker._setCustomVar(2, 'result_type', 'recent', 3);pageTracker._trackPageview('/intra/hashtag/#job');&quot;&gt;#job&lt;/a&gt;: &lt;b&gt;WPF&lt;/b&gt; Developer - City of London Location: City of London Salary: GBP60k - GBP90k .. &lt;a href=&quot;http://tinyurl.com/5u6g5ak&quot;&gt;http://tinyurl.com/5u6g5ak&lt;/a&gt; &lt;a href=&quot;http://search.twitter.com/search?q=%23jobs&quot; onclick=&quot;pageTracker._setCustomVar(2, 'result_type', 'recent', 3);pageTracker._trackPageview('/intra/hashtag/#jobs');&quot;&gt;#jobs&lt;/a&gt; &lt;a href=&quot;http://search.twitter.com/search?q=%23hiring&quot; onclick=&quot;pageTracker._setCustomVar(2, 'result_type', 'recent', 3);pageTracker._trackPageview('/intra/hashtag/#hiring');&quot;&gt;#hiring&lt;/a&gt;</content>
<updated>2011-04-05T16:55:49Z</updated>
<link type="image/png" href="http://a0.twimg.com/profile_images/198326318/AC_tn_normal.png" rel="image"/>
<twitter:geo>
</twitter:geo>
<twitter:metadata>
<twitter:result_type>recent</twitter:result_type>
</twitter:metadata>
<twitter:source>&lt;a href=&quot;http://www.broadbean.com&quot; rel=&quot;nofollow&quot;&gt;Adcourier&lt;/a&gt;</twitter:source>
<twitter:lang>en</twitter:lang>
<author>
<name>aston_carter (Aston Carter)</name>
<uri>http://twitter.com/aston_carter</uri>
</author>
</entry>
<entry>
<id>tag:search.twitter.com,2005:55311621500829697</id>
<published>2011-04-05T16:51:32Z</published>
<link type="text/html" href="http://twitter.com/mvalkov/statuses/55311621500829697" rel="alternate"/>
<title>A ton of new features have just landed in #Telerik RadRichTexBox for #Silverlight &amp; #WPF with 2011.Q1 http://bit.ly/fInprQ</title>
<content type="html">A ton of new features have just landed in &lt;a href=&quot;http://search.twitter.com/search?q=%23Telerik&quot; onclick=&quot;pageTracker._setCustomVar(2, 'result_type', 'recent', 3);pageTracker._trackPageview('/intra/hashtag/#Telerik');&quot;&gt;#Telerik&lt;/a&gt; RadRichTexBox for &lt;a href=&quot;http://search.twitter.com/search?q=%23Silverlight&quot; onclick=&quot;pageTracker._setCustomVar(2, 'result_type', 'recent', 3);pageTracker._trackPageview('/intra/hashtag/#Silverlight');&quot;&gt;#Silverlight&lt;/a&gt; &amp;amp; &lt;a href=&quot;http://search.twitter.com/search?q=%23WPF&quot; onclick=&quot;pageTracker._setCustomVar(2, 'result_type', 'recent', 3);pageTracker._trackPageview('/intra/hashtag/#WPF');&quot;&gt;#&lt;b&gt;WPF&lt;/b&gt;&lt;/a&gt; with 2011.Q1 &lt;a href=&quot;http://bit.ly/fInprQ&quot;&gt;http://bit.ly/fInprQ&lt;/a&gt;</content>
<updated>2011-04-05T16:51:32Z</updated>
<link type="image/png" href="http://a0.twimg.com/profile_images/725374104/LinkedIn_normal.png" rel="image"/>
<twitter:geo>
</twitter:geo>
<twitter:metadata>
<twitter:result_type>recent</twitter:result_type>
</twitter:metadata>
<twitter:source>&lt;a href=&quot;http://www.metrotwit.com/&quot; rel=&quot;nofollow&quot;&gt;MetroTwit&lt;/a&gt;</twitter:source>
<twitter:lang>en</twitter:lang>
<author>
<name>mvalkov (Mike Valkov)</name>
<uri>http://twitter.com/mvalkov</uri>
</author>
</entry>
<entry>
<id>tag:search.twitter.com,2005:55309992378642432</id>
<published>2011-04-05T16:45:04Z</published>
<link type="text/html" href="http://twitter.com/stackappbot/statuses/55309992378642432" rel="alternate"/>
<title>@Zybroxz Stack Overflow post http://bit.ly/hZCI0L WPF How to refresh data on the Main Form MainWindow.xaml</title>
<content type="html">&lt;a href=&quot;http://twitter.com/Zybroxz&quot;&gt;@Zybroxz&lt;/a&gt; Stack Overflow post &lt;a href=&quot;http://bit.ly/hZCI0L&quot;&gt;http://bit.ly/hZCI0L&lt;/a&gt; &lt;b&gt;WPF&lt;/b&gt; How to refresh data on the Main Form MainWindow.xaml</content>
<updated>2011-04-05T16:45:04Z</updated>
<link type="image/png" href="http://a3.twimg.com/profile_images/1035018377/phead_crop_normal.jpg" rel="image"/>
<twitter:geo>
</twitter:geo>
<twitter:metadata>
<twitter:result_type>recent</twitter:result_type>
</twitter:metadata>
<twitter:source>&lt;a href=&quot;http://stackoftwits.com&quot; rel=&quot;nofollow&quot;&gt;The Stack of Twits&lt;/a&gt;</twitter:source>
<twitter:lang>en</twitter:lang>
<author>
<name>stackappbot (StackApp Bot)</name>
<uri>http://twitter.com/stackappbot</uri>
</author>
</entry>
<entry>
<id>tag:search.twitter.com,2005:55309906370240512</id>
<published>2011-04-05T16:44:43Z</published>
<link type="text/html" href="http://twitter.com/iKasInt/statuses/55309906370240512" rel="alternate"/>
<title>New #job: C# WPF GUI DEVELOPER- PRIME SERVICES Location: City of London Salary: GBP500 - GBP650 .. http://tinyurl.com/6yqvep9 #jobs #hiring</title>
<content type="html">New &lt;a href=&quot;http://search.twitter.com/search?q=%23job&quot; onclick=&quot;pageTracker._setCustomVar(2, 'result_type', 'recent', 3);pageTracker._trackPageview('/intra/hashtag/#job');&quot;&gt;#job&lt;/a&gt;: C# &lt;b&gt;WPF&lt;/b&gt; GUI DEVELOPER- PRIME SERVICES Location: City of London Salary: GBP500 - GBP650 .. &lt;a href=&quot;http://tinyurl.com/6yqvep9&quot;&gt;http://tinyurl.com/6yqvep9&lt;/a&gt; &lt;a href=&quot;http://search.twitter.com/search?q=%23jobs&quot; onclick=&quot;pageTracker._setCustomVar(2, 'result_type', 'recent', 3);pageTracker._trackPageview('/intra/hashtag/#jobs');&quot;&gt;#jobs&lt;/a&gt; &lt;a href=&quot;http://search.twitter.com/search?q=%23hiring&quot; onclick=&quot;pageTracker._setCustomVar(2, 'result_type', 'recent', 3);pageTracker._trackPageview('/intra/hashtag/#hiring');&quot;&gt;#hiring&lt;/a&gt;</content>
<updated>2011-04-05T16:44:43Z</updated>
<link type="image/png" href="http://a0.twimg.com/profile_images/1167670700/London_Logo_normal.JPG" rel="image"/>
<twitter:geo>
</twitter:geo>
<twitter:metadata>
<twitter:result_type>recent</twitter:result_type>
</twitter:metadata>
<twitter:source>&lt;a href=&quot;http://www.broadbean.com&quot; rel=&quot;nofollow&quot;&gt;Adcourier&lt;/a&gt;</twitter:source>
<twitter:lang>en</twitter:lang>
<author>
<name>iKasInt (Ikas International)</name>
<uri>http://twitter.com/iKasInt</uri>
</author>
</entry>
<entry>
<id>tag:search.twitter.com,2005:55308507708272641</id>
<published>2011-04-05T16:39:10Z</published>
<link type="text/html" href="http://twitter.com/Starsratrescue/statuses/55308507708272641" rel="alternate"/>
<title>SRR New Store! Look what I just found at the Shopping Mall on Facebook http://t.co/I8eonzT via @Payvment</title>
<content type="html">SRR New Store! Look what I just found at the Shopping Mall on Facebook &lt;a href=&quot;http://t.co/I8eonzT&quot;&gt;http://t.co/I8eonzT&lt;/a&gt; via &lt;a href=&quot;http://twitter.com/Payvment&quot;&gt;@Payvment&lt;/a&gt;</content>
<updated>2011-04-05T16:39:10Z</updated>
<link type="image/png" href="http://a0.twimg.com/profile_images/546938493/Maximus_normal.jpg" rel="image"/>
<twitter:geo>
</twitter:geo>
<twitter:metadata>
<twitter:result_type>recent</twitter:result_type>
</twitter:metadata>
<twitter:source>&lt;a href=&quot;http://twitter.com/tweetbutton&quot; rel=&quot;nofollow&quot;&gt;Tweet Button&lt;/a&gt;</twitter:source>
<twitter:lang>en</twitter:lang>
<author>
<name>Starsratrescue (Stars Rat Rescue)</name>
<uri>http://twitter.com/Starsratrescue</uri>
</author>
</entry>
<entry>
<id>tag:search.twitter.com,2005:55308264216342528</id>
<published>2011-04-05T16:38:12Z</published>
<link type="text/html" href="http://twitter.com/jonasvdaa/statuses/55308264216342528" rel="alternate"/>
<title>Internship update - Today was easy to summarize: fun and frustrating. It started out as a war with WPF to... http://tumblr.com/xhq208e1ah</title>
<content type="html">Internship update - Today was easy to summarize: fun and frustrating. It started out as a war with &lt;b&gt;WPF&lt;/b&gt; to... &lt;a href=&quot;http://tumblr.com/xhq208e1ah&quot;&gt;http://tumblr.com/xhq208e1ah&lt;/a&gt;</content>
<updated>2011-04-05T16:38:12Z</updated>
<link type="image/png" href="http://a2.twimg.com/profile_images/1244907162/vem91lkR_normal" rel="image"/>
<twitter:geo>
</twitter:geo>
<twitter:metadata>
<twitter:result_type>recent</twitter:result_type>
</twitter:metadata>
<twitter:source>&lt;a href=&quot;http://www.tumblr.com/&quot; rel=&quot;nofollow&quot;&gt;Tumblr&lt;/a&gt;</twitter:source>
<twitter:lang>en</twitter:lang>
<author>
<name>jonasvdaa (Jonas)</name>
<uri>http://twitter.com/jonasvdaa</uri>
</author>
</entry>
<entry>
<id>tag:search.twitter.com,2005:55307310653911041</id>
<published>2011-04-05T16:34:25Z</published>
<link type="text/html" href="http://twitter.com/eBC_Jobs_SW/statuses/55307310653911041" rel="alternate"/>
<title>Chico: Software Engineer Cocoa, Carbon, C++, Win32, WPF, Multimedia - (Nevada City) http://bit.ly/hiXpLi #eBC #Jobs</title>
<content type="html">Chico: Software Engineer Cocoa, Carbon, C++, Win32, &lt;b&gt;WPF&lt;/b&gt;, Multimedia - (Nevada City) &lt;a href=&quot;http://bit.ly/hiXpLi&quot;&gt;http://bit.ly/hiXpLi&lt;/a&gt; &lt;a href=&quot;http://search.twitter.com/search?q=%23eBC&quot; onclick=&quot;pageTracker._setCustomVar(2, 'result_type', 'recent', 3);pageTracker._trackPageview('/intra/hashtag/#eBC');&quot;&gt;#eBC&lt;/a&gt; &lt;a href=&quot;http://search.twitter.com/search?q=%23Jobs&quot; onclick=&quot;pageTracker._setCustomVar(2, 'result_type', 'recent', 3);pageTracker._trackPageview('/intra/hashtag/#Jobs');&quot;&gt;#Jobs&lt;/a&gt;</content>
<updated>2011-04-05T16:34:25Z</updated>
<link type="image/png" href="http://a1.twimg.com/profile_images/786566113/eBayClassifiedsWeb_73x73_normal.png" rel="image"/>
<twitter:geo>
</twitter:geo>
<twitter:metadata>
<twitter:result_type>recent</twitter:result_type>
</twitter:metadata>
<twitter:source>&lt;a href=&quot;http://twitterfeed.com&quot; rel=&quot;nofollow&quot;&gt;twitterfeed&lt;/a&gt;</twitter:source>
<twitter:lang>es</twitter:lang>
<author>
<name>eBC_Jobs_SW (eBC Jobs Southwest)</name>
<uri>http://twitter.com/eBC_Jobs_SW</uri>
</author>
</entry>
<entry>
<id>tag:search.twitter.com,2005:55305587973562369</id>
<published>2011-04-05T16:27:34Z</published>
<link type="text/html" href="http://twitter.com/eggheadcafepost/statuses/55305587973562369" rel="alternate"/>
<title>WPF-TreeView mit LinqExtension-Methode AsHierarchy http://eggheadcafe.com/a.ashx?id=60045</title>
<content type="html">&lt;b&gt;WPF&lt;/b&gt;-TreeView mit LinqExtension-Methode AsHierarchy &lt;a href=&quot;http://eggheadcafe.com/a.ashx?id=60045&quot;&gt;http://eggheadcafe.com/a.ashx?id=60045&lt;/a&gt;</content>
<updated>2011-04-05T16:27:34Z</updated>
<link type="image/png" href="http://a3.twimg.com/sticky/default_profile_images/default_profile_2_normal.png" rel="image"/>
<twitter:geo>
</twitter:geo>
<twitter:metadata>
<twitter:result_type>recent</twitter:result_type>
</twitter:metadata>
<twitter:source>&lt;a href=&quot;http://www.eggheadcafe.com&quot; rel=&quot;nofollow&quot;&gt;EggHeadCafe&lt;/a&gt;</twitter:source>
<twitter:lang>en</twitter:lang>
<author>
<name>eggheadcafepost (Dexter Dotnetsky)</name>
<uri>http://twitter.com/eggheadcafepost</uri>
</author>
</entry>
</feed>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment