<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Digijustin.com &#187; Technology</title>
	<atom:link href="http://digijustin.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://digijustin.com</link>
	<description>My Thoughts and Other Things</description>
	<lastBuildDate>Thu, 09 Sep 2010 23:45:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom:link rel='hub' href='http://digijustin.com/?pushpress=hub'/>
		<item>
		<title>New Fun Inside of Facebook&#8217;s C# SDK</title>
		<link>http://digijustin.com/2010/08/02/new-fun-inside-of-facebooks-c-sdk/</link>
		<comments>http://digijustin.com/2010/08/02/new-fun-inside-of-facebooks-c-sdk/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 20:37:00 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook SDK]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://digijustin.com/?p=204</guid>
		<description><![CDATA[Two weeks ago Facebook released their own C# SDK for developers to use. I downloaded it right off the bat but noticed that it had a few holes in it [...]]]></description>
			<content:encoded><![CDATA[<p>Two weeks ago Facebook released their own <a href="http://developers.facebook.com/blog/post/395" target="_blank">C# SDK</a> for developers to use. I downloaded it right off the bat but noticed that it had a few holes in it but did give a clean way to call their new <a href="http://developers.facebook.com/docs/api" target="_blank">Graph API</a>.</p>
<p>One of the most glaring issues was that it can&#8217;t authenticate fully. I looked all over Google for it and finally found out that it&#8217;s an issue with the cookie that Facebook itself writes. The first key in the cookie is <em>access_token</em> and that passes the token from Facebook that allows you to make calls on behalf of the logged in user. Well the cookie&#8217;s value itself is one big string wrapped inside of quotation marks so the key is <strong>&#8220;access_token</strong> rather than <strong>access_token</strong>. This caused some hairpulling on my part but now that it is coded for it, it is working like a charm.</p>
<p>So the code should read like this if you&#8217;re using C#:</p>
<pre>GetFacebookCookieValue("\"access_token")</pre>
<p>Hope that helps anyone who ran into that as I did.</p>
]]></content:encoded>
			<wfw:commentRss>http://digijustin.com/2010/08/02/new-fun-inside-of-facebooks-c-sdk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Good Service vs GoDaddy&#8217;s Service</title>
		<link>http://digijustin.com/2010/03/29/good-service-vs-godaddys-service/</link>
		<comments>http://digijustin.com/2010/03/29/good-service-vs-godaddys-service/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 16:20:59 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[Off Topic]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[service]]></category>

		<guid isPermaLink="false">http://digijustin.com/?p=181</guid>
		<description><![CDATA[A few days ago I was working on a project for a client here at work. I had a situation where I just needed to create a simple web service [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago I was working on a project for a client here at work. I had a situation where I just needed to create a simple web service that made a call to ExactTarget&#8217;s API. Was pretty easy and had it working flawlessly on my local computer within a couple of hours. I pushed it up to our site on GoDaddy to test and received an error. I found out that there is an assembly that the ExactTarget code needs to work and that it needed to run with elevated trust. Well apparently GoDaddy doesn&#8217;t allow for that.</p>
<p>So in my nerd rage, <a href="http://twitter.com/digijustin/status/11004648133" target="_blank">I posted to Twitter</a> that I was upset:</p>
<blockquote><p>Is @<a rel="nofollow" href="http://twitter.com/Godaddy">GoDaddy</a> really an  ASP.NET host or do they pretend to be? Anything I try to do mildly  difficult, their shared hosting fails on.</p>
</blockquote>
<p>I had seen that GoDaddy was pretty quick on their responses that day but not with my message. The next day, I did receive a message from them asking what my issue/question was and I promptly responded. I still haven&#8217;t heard back.</p>
<p>But what was interesting to me about this was that not long after my response to GoDaddy, I received a message from <a href="http://twitter.com/WinHost" target="_blank">WinHost</a>:</p>
<blockquote><p>@<a rel="nofollow" href="http://twitter.com/digijustin">digijustin</a> What  was it that GoDaddy had issues with doing?</p>
</blockquote>
<p>I was pretty impressed and responded quickly and they even responded back saying that they could in fact do with GoDaddy couldn&#8217;t. Cool. Score one for them and hang another zero for GoDaddy.</p>
<p>Right after my response to <a href="http://twitter.com/WinHost" target="_blank">WinHost</a>, I received another Tweet. This time from <a href="http://twitter.com/Discountasp" target="_blank">DiscountASP</a> to tell me that they too support what I was trying to do.</p>
<p>I was really impressed with these 2 hosts that they would jump in to help me out while GoDaddy left me hanging. I didn&#8217;t end up needing a Windows solution as the PHP option I was chasing ended up working but still time after time, GoDaddy fails me every time I try to do something that deviates from easy.</p>
<p>Next time I need a Windows host, I will have an easier time looking in the direction of <a href="http://winhost.com/" target="_blank">WinHost</a> and <a href="http://discountasp.net/" target="_blank">DiscountASP</a> before I even think about GoDaddy.</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://digijustin.com/2010/03/29/good-service-vs-godaddys-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Do You Code?</title>
		<link>http://digijustin.com/2010/02/01/how-do-you-code/</link>
		<comments>http://digijustin.com/2010/02/01/how-do-you-code/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 23:59:49 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://digijustin.com/?p=165</guid>
		<description><![CDATA[I consider myself a decent programmer but I know that there is a ton more to learn and no one programmer will ever know everything as programming is evolving all [...]]]></description>
			<content:encoded><![CDATA[<p>I consider myself a decent programmer but I know that there is a ton more to learn and no one programmer will ever know everything as programming is evolving all the time. But occasionally, programmers come across a decision on how to program a certain site/job. As a C# developer, I always prefer to code in C# but does it make sense to not always do what you&#8217;re comfortable in?</p>
<p>For example, if I have a site that I need to create and server isn&#8217;t an issue, do I do it in what I&#8217;m good at with C# or do I try coding it in PHP?</p>
<p>I guess my question is &#8220;would you rather be better at one thing or pretty good at a few things?&#8221; What is better for you?</p>
]]></content:encoded>
			<wfw:commentRss>http://digijustin.com/2010/02/01/how-do-you-code/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My Thoughts on the iPad Announcement Party</title>
		<link>http://digijustin.com/2010/01/27/my-thoughts-on-the-ipad-announcement-party/</link>
		<comments>http://digijustin.com/2010/01/27/my-thoughts-on-the-ipad-announcement-party/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 20:20:53 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[iSlate]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[Steve Jobs]]></category>
		<category><![CDATA[Tablet]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://digijustin.com/?p=161</guid>
		<description><![CDATA[Well there it is. The iPad is born and while I&#8217;m impressed with the product, it&#8217;s still just what I thought it would be, a big iPod Touch. I was [...]]]></description>
			<content:encoded><![CDATA[<p>Well there it is. The iPad is born and while I&#8217;m impressed with the product, it&#8217;s still just what I thought it would be, a big iPod Touch. I was really disappointed in that they didn&#8217;t really go over anything that <a href="http://digijustin.com/2010/01/27/todays-apple-announcement-including-my-rumors/" target="_blank">I wanted</a> in terms of the iTunes update, AT&amp;T exclusivity, 4.0 update.</p>
<p>They have made a great new product that will be really useful in schools I feel. But I have a hard time thinking that most people with an iPhone or iPod Touch will find it necessary to get an iPad. Seems like one extra thing to carry around and it won&#8217;t even fit in a pocket.</p>
<p>I absolutely loved the MLB app as well as the Need for Speed game demo. They both looked solid. The video quality on the MLB app seems like a must have for any baseball fan.</p>
<p>I also liked the iBook app. While I&#8217;m not that much of a book reader, I can see that this is Apple&#8217;s answer to the Kindle and will probably cause Amazon to make some changes. The book store is really nice.</p>
<p>But I still can&#8217;t get over the disappointment of really nothing else coming out. I don&#8217;t have iWork so I&#8217;m a bit biased there as I don&#8217;t care about that. But I guess most of the rumors other than the iPad were just that. Cool stuff but nothing materialized.</p>
]]></content:encoded>
			<wfw:commentRss>http://digijustin.com/2010/01/27/my-thoughts-on-the-ipad-announcement-party/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Today&#8217;s Apple Announcement Including My Rumors</title>
		<link>http://digijustin.com/2010/01/27/todays-apple-announcement-including-my-rumors/</link>
		<comments>http://digijustin.com/2010/01/27/todays-apple-announcement-including-my-rumors/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 17:11:28 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[iSlate]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[Steve Jobs]]></category>
		<category><![CDATA[Tablet]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://digijustin.com/?p=154</guid>
		<description><![CDATA[So today is the big Apple announcement of the super, over-hyped Tablet, iSlate, iPad, iHypeMachine&#8230; I&#8217;m actually less concerned over that as I already have an iPhone and an iPod [...]]]></description>
			<content:encoded><![CDATA[<p>So today is the big Apple announcement of the super, over-hyped Tablet, iSlate, iPad, iHypeMachine&#8230; I&#8217;m actually less concerned over that as I already have an iPhone and an iPod Touch. What is super interesting to me is the iPhone exclusivity coming to an end. As a iPhone jailbreaker with T-Mobile, I would love to hear that I can&#8217;t unjailbreak my iPhone and not have to worry about it bricking anymore.</p>
<p>I am also curious as to the rumors of the iPhone 4.0 software being announced. I&#8217;m hoping that it includes the ability for apps to run in the background. That is something huge and I&#8217;m okay with taking a hit to the battery if that&#8217;s what it takes. I have a charger that I use everyday.</p>
<p>There&#8217;s also the tablet. As I mentioned earlier, I&#8217;m not really all that interested in it but I am curious as to what it will be other than a huge iPod Touch.</p>
<p>So as to my rumors about the event:</p>
<ul>
<li>The tablet of course will be announced. It will essentially be a huge iPod Touch with at data plan and GPS. I agree with the other rumors that it will need a contract with Verizon for 3G connectivity. I don&#8217;t think AT&amp;T will be a provider for this.</li>
<li>Apple will move away from AT&amp;T and open its iPhone to multiple carriers but only announce a partnership with Verizon today for the iPhone and the tablet.</li>
<li>Announcement of iPhone/iPod 4.0 firmware update. This will include background apps and better memory usage.</li>
<li>Twitter will go down about 28 minutes into the announcement. Facebook will soon follow.</li>
<li>New Macbook Pros will be announced using the new Intel i5 and i7 chips. Usual upgrade of features while staying at current prices.</li>
<li>Updated iTunes.</li>
<li>Updated Apple TV firmware update.</li>
</ul>
<p>Those are a few of my ideas/wishes. I guess I&#8217;ll find out if I&#8217;m right or wrong in an hour or so. What do you think?</p>
]]></content:encoded>
			<wfw:commentRss>http://digijustin.com/2010/01/27/todays-apple-announcement-including-my-rumors/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Why you should give up coding for IE6</title>
		<link>http://digijustin.com/2010/01/04/why-you-should-give-up-coding-for-ie6/</link>
		<comments>http://digijustin.com/2010/01/04/why-you-should-give-up-coding-for-ie6/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 19:25:40 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://digijustin.com/?p=143</guid>
		<description><![CDATA[Lately there has been a lot of talk about whether or not to have web sites support Internet Explorer 6. Personally I think we should get rid of it NOW. [...]]]></description>
			<content:encoded><![CDATA[<p>Lately there has been a lot of talk about whether or not to have web sites support Internet Explorer 6. Personally I think we should get rid of it NOW. Out with the old, in with the new is how the phrase goes. Well in my mind, there is only one way to make users who haven&#8217;t yet switch to make the switch: force them.</p>
<p>We can easily get the browser info when a visitor comes to your site so I say if it&#8217;s IE6, tell them they can&#8217;t view the site until they get a real browser *COUGH FireFox COUGH* and try viewing your site again correctly. Or if that&#8217;s a bit too harsh, still code for something better than IE6 and give visitors a message to upgrade and show them the crappy version of your site.</p>
<p>Nothing will change until it is forced onto people. They will stay with IE6 because they are scared to upgrade, too lazy or some other asinine reason. Well enough! If everyone stops making sites that work in IE6, people will change. Plain and simple. Please join me in my crusade to rid the Internet of this horrible beast. Then maybe we can move to get rid of IE in general but that&#8217;s a rant for another time.</p>
]]></content:encoded>
			<wfw:commentRss>http://digijustin.com/2010/01/04/why-you-should-give-up-coding-for-ie6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gearing up for WWDC Today</title>
		<link>http://digijustin.com/2009/06/08/gearing-up-for-wwdc-today/</link>
		<comments>http://digijustin.com/2009/06/08/gearing-up-for-wwdc-today/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 16:43:08 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[wwdc]]></category>

		<guid isPermaLink="false">http://digijustin.com/?p=138</guid>
		<description><![CDATA[Today is the first day of the WWDC in San Francisco and the web world is all abuzz about what might come out.  I&#8217;m really looking forward to hearing what [...]]]></description>
			<content:encoded><![CDATA[<p>Today is the first day of the WWDC in San Francisco and the web world is all abuzz about what might come out.  I&#8217;m really looking forward to hearing what they have to announce as I have recently joined the ranks as a Mac user.  I still have my Blackberry Curve and I love it but the iPhones are just so damn sexy that I want one of them too.</p>
<p>Hopefully today they announce a way for me to get one.  I doubt it but I can dream right?  I just read a <a href="http://claytonmorris.squarespace.com/home/2009/6/7/iphone-3gs-missing-from-local-apple-store.html" target="_blank">rumor</a> that the new iPhones might just be available today after the keynote so that would be pretty cool.  With all the buzz surronding this, I can&#8217;t tell what might happen.  I guess I&#8217;ll just have to wait and see what the next 2+ hours brings.</p>
<p>Let me know what you think and I&#8217;m surely going to post my thoughts post-keynote as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://digijustin.com/2009/06/08/gearing-up-for-wwdc-today/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Phoenix .NET User Group Experience</title>
		<link>http://digijustin.com/2009/03/11/phoenix-net-user-group-experience/</link>
		<comments>http://digijustin.com/2009/03/11/phoenix-net-user-group-experience/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 17:09:48 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Phoenix .NET User Group]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://digijustin.com/?p=135</guid>
		<description><![CDATA[Last night I was lucky enough to attend my first Phoenix .NET User Group meeting and enjoyed it.  Microsoft is nice enough to let them use a room in their [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I was lucky enough to attend my first Phoenix .NET User Group meeting and enjoyed it.  Microsoft is nice enough to let them use a room in their Phoenix office and gave away a keyboard/mouse set, a web cam, and a few books.</p>
<p><a title="Tim Rayburn" href="http://timrayburn.net/" target="_blank">Tim Rayburn</a> started it off with an <a title="Intro to WCF Services" href="http://timrayburn.net/blog/intro-to-wcf-for-the-az-net-user-group/" target="_blank">Intro to WCF Services</a> and for a guy who has barely touched these, it was very informative.  Tim did an excellent job presenting and made it easy to follow along.</p>
<p><a title="Rob Paveza" href="http://geekswithblogs.net/robp/" target="_blank">Rob Paveza</a> followed up with a discussion on a <a title="Coming Soon: Facebook Controls for ASP.NET" href="http://geekswithblogs.net/robp/archive/2009/02/25/coming-soon-facebook-controls-for-asp.net.aspx" target="_blank">new Facebook API</a> that he has developed.  I worked with Rob at Terralever and know that he does an awesome job whenever he has the chance to run wild in code and from the looks of it, this isn&#8217;t any different.  It&#8217;s not released as of yet but it will be found <a title="Facebook UI" href="http://facebookui.codeplex.com/" target="_blank">here</a> by the end of the week so check it out.</p>
<p>Thanks to <a title="Scott Cate" href="http://scottcate.com/" target="_blank">Scott Cate</a> and <a title="Rob Bagby" href="http://blogs.msdn.com/bags/" target="_blank">Rob Bagby</a> for helping out with this.  I hope to check out a few more of these in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://digijustin.com/2009/03/11/phoenix-net-user-group-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Twitter the Digg Killer?</title>
		<link>http://digijustin.com/2009/02/11/is-twitter-the-digg-killer/</link>
		<comments>http://digijustin.com/2009/02/11/is-twitter-the-digg-killer/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 23:57:31 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Digg]]></category>
		<category><![CDATA[Digg Killer]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://digijustin.com/?p=129</guid>
		<description><![CDATA[For the longest time, all I heard about was whether or not some up-and-coming site would be the &#8220;Digg-Killer&#8221;. And site after site failed at that. But in my mind, [...]]]></description>
			<content:encoded><![CDATA[<p>For the longest time, all I heard about was whether or not some up-and-coming site would be the &#8220;Digg-Killer&#8221;.  And site after site failed at that.  But in my mind, we&#8217;ve had it around for a while now.  Twitter.  At around the time I really got into Twitter, I began to cut my time with Digg.  I don&#8217;t really know why.  I was an avid Digg user. I used it constantly.</p>
<p>But as Digg began to have articles that I didn&#8217;t care about take over the front page, I grew less and less interested.  But I also noticed that articles that I did care about started to show up in my Twitter stream.  As I found a good group of people to follow that were interesting to me and from them, I got the news and articles that were important to me.  I didn&#8217;t need Digg and all of its LOLCATS pictures that I see as a waste.</p>
<p>I also started to find that most of the Digg stories that I clicked on came from the same group of sites.  So I just took out the middleman.  I still think that Digg is a great idea but now, I know that an article is really good if it&#8217;s re-tweeted to me by multiple Twitter friends.  I&#8217;ve removed the politics behind the front page of Digg by following people who I trust will submit interesting stories to me.</p>
<p>What do you think?  Am I completely off here?  I&#8217;d love to hear what you have to say.</p>
]]></content:encoded>
			<wfw:commentRss>http://digijustin.com/2009/02/11/is-twitter-the-digg-killer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My Thoughts on the Future of Twitter</title>
		<link>http://digijustin.com/2009/01/26/my-thoughts-on-the-future-of-twitter/</link>
		<comments>http://digijustin.com/2009/01/26/my-thoughts-on-the-future-of-twitter/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 05:07:01 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Micro-blogging]]></category>
		<category><![CDATA[Plurk]]></category>
		<category><![CDATA[Pownce]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[SocialThing]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://digijustin.com/?p=117</guid>
		<description><![CDATA[You can&#8217;t do anything online these days without hearing about Twitter.  I&#8217;ve written a few posts about it in the past (found here) and I have to admit that I [...]]]></description>
			<content:encoded><![CDATA[<p>You can&#8217;t do anything online these days without hearing about Twitter.  I&#8217;ve written a few posts about it in the past (found <a title="Digijustin | Twitter" href="http://digijustin.com/tag/twitter/">here</a>) and I have to admit that I am impressed with how it has been &#8220;blowing up&#8221; the past couple of months.  I have had discussions with friends and co-workers about the staying power of Twitter and wanted to share my thoughts with everyone else.</p>
<p>Twitter is a force; an unstoppable force I feel right now.  The only thing standing in its way is itself.  With its huge growth, it has hard times with big events that come with a lot of tweets at the same time.  For example, at the Macworld conference, Twitter experienced a few &#8220;Fail Whales&#8221; for a couple of hours.  The same with CES that same week.  Other times, it goes down without much of a reason.  But other than that, I really don&#8217;t see anything or anyone getting in their way.</p>
<p>I wrote a <a href="http://digijustin.com/2008/09/15/twitter-plurk-pownce-whats-the-difference/">post</a> comparing Twitter, Plurk and Pownce a few months back and since then Pownce has bowed out of the battle.  Plurk is still just a blip on the radar.  I have an account but don&#8217;t really ever use it.  It seemed like a good idea but I never could catch on.  Too many of my friends were on Twitter already and like most people I thought, &#8220;Do I need this twice?&#8221;</p>
<p>Twitter is not going away any time soon.  I have heard others say that they don&#8217;t expect to be on it in 2-3 years time but when I hear that, I can&#8217;t help but to think &#8220;what will you be on?&#8221;  To me, Twitter just has that &#8220;it&#8221; quality and will soon be mainstream.  I mean, even my mom has an account <img src='http://digijustin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I can&#8217;t think of anything taking its spot.</p>
<p>It&#8217;s one of those things I see people realizing how they lived without before it existed.  Kind of like me with my DVR, I don&#8217;t know how I ever was without it.  I feel the same about Twitter.  I have met a ton of people and learned a lot of interesting things in the time I have used it.  I think that Twitter has the power to be around for a while and only grow stronger, probably with the assistance of a bigger company buying them out.  I just hope that They stay true to their initial idea and only imporove upon their infrastructure and stop all of the &#8220;Fail Whales&#8221;.  Twitter can be a big force like a Google if it plays its cards right.  I guess only time will see.</p>
]]></content:encoded>
			<wfw:commentRss>http://digijustin.com/2009/01/26/my-thoughts-on-the-future-of-twitter/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
