<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>iPav!</title>
	<atom:link href="http://pavsaund.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pavsaund.wordpress.com</link>
	<description>my coding blog...</description>
	<lastBuildDate>Mon, 23 Jan 2012 11:59:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pavsaund.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>iPav!</title>
		<link>http://pavsaund.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pavsaund.wordpress.com/osd.xml" title="iPav!" />
	<atom:link rel='hub' href='http://pavsaund.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Bifrost &#8211; A little background</title>
		<link>http://pavsaund.wordpress.com/2012/01/22/bifrost-a-little-background/</link>
		<comments>http://pavsaund.wordpress.com/2012/01/22/bifrost-a-little-background/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 00:22:55 +0000</pubDate>
		<dc:creator>pavsaund</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[bifrost]]></category>
		<category><![CDATA[cqrs]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[knockoutjs]]></category>

		<guid isPermaLink="false">https://pavsaund.wordpress.com/?p=166</guid>
		<description><![CDATA[In this past year at work, we’ve been in the process of developing a new platform from the bottom up with new functionality. One of the goals was to move away from an old unmaintainable solution to a new maintainable solution based on expected coding standards, and of course to meet the business&#8217; needs about [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavsaund.wordpress.com&amp;blog=7581920&amp;post=166&amp;subd=pavsaund&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In this past year at work, we’ve been in the process of developing a new platform from the bottom up with new functionality. One of the goals was to move away from an old unmaintainable solution to a new maintainable solution based on expected coding standards, and of course to meet the business&#8217; needs about scalability and rapid feature development. With an overloaded domain, responsibilities were mingling with each other and business rules and validation was all over the place. Based on our needs, we felt it was that CQRS was the way to go. <a href="http://en.wikipedia.org/wiki/CQRS">CQRS </a>has been the talk in the <a href="http://en.wikipedia.org/wiki/Domain_driven_design">DDD </a>community for a while, and this pattern was something we could really relate to. In comes <a href="https://github.com/dolittlestudios/bifrost">Bifrost</a>!</p>
<p>Originally a helper-project for <a href="http://www.ingebrigtsen.info/">Einar Ingebrigtsen</a>, we decided to leverage and contribute to Bifrost as an open sourced platform for web-app development. At it&#8217;s very heart Bifrost adheres to CQRS and is taking it &#8220;to the next level&#8221; by delivering a platform to deliver rich web applications.</p>
<div class="wp-caption aligncenter" style="width: 322px"><a title="CQRS Overview, based on a MVC application" href="http://www.ingebrigtsen.info/Bifrost/documentation/Overview.html"><img src="http://www.ingebrigtsen.info/Bifrost/documentation/Figures/CQRS_Overview.png" alt="" width="312" height="379" /></a><p class="wp-caption-text">Basic archtecture with an MVC application frontend - from Bifrost docs</p></div>
<p>Because of the way Bifrost as a platform was conceived, it has evolved in parallel with the product we are building. As project needs arise, amendments are made in Bifrost. This enables steady, controlled development on Bifrost without introducing features (too far) ahead of time. Though this is a good way of driving the project forward, it isn&#8217;t building out all the aspects of Bifrost. On the plus side, the platform is well-tested, thought through, and works well (with some known limitations and needed improvements).</p>
<p>On the web aspect of things Bifrost supports ASP.NET MVC and works well with the framework. Validation and binding of commands is something that just works, and I&#8217;m sure it&#8217;s something that people will appreciate. The next natural step is to actually not depend on MVC, and build out the client-side aspect of the platform. For this <a href="http://knockoutjs.com">Knockoutjs </a>comes in handy.</p>
<p>Knockoutjs is a JavaScript library that adheres to the <a title="MVVM" href="http://en.wikipedia.org/wiki/Model_View_ViewModel">MVVM </a>pattern, which can be traced back to WPF and Silverlight. This allows the view (html) and viewModel (data, behaviour, commands) to be separate, sharable pieces of code. What this gives us is a clear way to bind our Query data from the server to a UI, and allow commands to be fired back into the system.</p>
<p>Bifrost has its implementation of CQRS quite well done already, and with it  you can go in and whip up a great app with what&#8217;s there now, but you&#8217;re going to get little, to no help in regards to client-side features. There&#8217;s a clear focus on developing for the client-side aspect of things as well, which will enable Bifrost as an application platform. It&#8217;s a great convention-based platform that can solve many business needs, and its future looks bright :)</p>
<p>I hope to write more about the different aspects of Bifrost in the coming weeks. Until then, here&#8217;s some further reading:</p>
<ul>
<li><a href="http://www.ingebrigtsen.info/">Einar Ingebrigtsens blog</a></li>
<li>Bifrost:  <a href="https://github.com/dolittlestudios/bifrost">https://github.com/dolittlestudios/bifrost</a></li>
<li><a href="http://codebetter.com/gregyoung/2010/02/16/cqrs-task-based-uis-event-sourcing-agh/">CQRS, Task Based UIs, Event Sourcing agh!</a> &#8211; Greg Young</li>
<li>DDD: <a href="http://domaindrivendesign.org/">http://domaindrivendesign.org/</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pavsaund.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pavsaund.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pavsaund.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pavsaund.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pavsaund.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pavsaund.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pavsaund.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pavsaund.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pavsaund.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pavsaund.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pavsaund.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pavsaund.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pavsaund.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pavsaund.wordpress.com/166/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavsaund.wordpress.com&amp;blog=7581920&amp;post=166&amp;subd=pavsaund&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pavsaund.wordpress.com/2012/01/22/bifrost-a-little-background/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6b4d61696e5fa1a28a8542503731bac7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pavsaund</media:title>
		</media:content>

		<media:content url="http://www.ingebrigtsen.info/Bifrost/documentation/Figures/CQRS_Overview.png" medium="image" />
	</item>
		<item>
		<title>2012, how about this year?</title>
		<link>http://pavsaund.wordpress.com/2012/01/11/2012-how-about-this-yea/</link>
		<comments>http://pavsaund.wordpress.com/2012/01/11/2012-how-about-this-yea/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 22:45:20 +0000</pubDate>
		<dc:creator>pavsaund</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[bifrost]]></category>
		<category><![CDATA[cqrs]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[marathon]]></category>
		<category><![CDATA[nnug]]></category>

		<guid isPermaLink="false">http://pavsaund.wordpress.com/?p=154</guid>
		<description><![CDATA[2011 has been hectic, to say the least. Full of enriching life-experiences (personal and professional). I had a few goals for the past year: my health, family, profession. Some things worked out quite well, other things&#8230;not so well (so what&#8217;s new?). A friend of mine is going on about his big hairy goal. It&#8217;s intimidating and inspiring. Here [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavsaund.wordpress.com&amp;blog=7581920&amp;post=154&amp;subd=pavsaund&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>2011 has been hectic, to say the least. Full of enriching life-experiences (personal and professional). I had a few goals for the past year: my health, family, profession. Some things worked out quite well, other things&#8230;not so well (so what&#8217;s new?).</p>
<p>A friend of mine is going on about his <a title="big hairy goal" href="http://www.geekrider.com/" target="_blank">big hairy goal</a>. It&#8217;s intimidating and inspiring. Here are some things I&#8217;m hoping to dive into this coming year:</p>
<ul>
<li>JavaScript</li>
<li><a title="Norwegian .NET User Group " href="http://nnug.no/Avdelinger/Vestfold/" target="_blank">Norwegian .NET User Group</a></li>
<li><a title="Bifrost - CQRS for the rest of us" href="http://bifrost.codeplex.com/" target="_blank">Bifrost &#8211; CQRS for the rest of us</a></li>
<li><a title="Oslo Marathon" href="http://www.oslomaraton.no/" target="_blank">Oslo Marathon</a></li>
</ul>
<p>Not necessarily in that order.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pavsaund.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pavsaund.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pavsaund.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pavsaund.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pavsaund.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pavsaund.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pavsaund.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pavsaund.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pavsaund.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pavsaund.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pavsaund.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pavsaund.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pavsaund.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pavsaund.wordpress.com/154/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavsaund.wordpress.com&amp;blog=7581920&amp;post=154&amp;subd=pavsaund&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pavsaund.wordpress.com/2012/01/11/2012-how-about-this-yea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6b4d61696e5fa1a28a8542503731bac7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pavsaund</media:title>
		</media:content>
	</item>
		<item>
		<title>ASP.NET MVC 3 RTM Released!</title>
		<link>http://pavsaund.wordpress.com/2011/01/13/asp-net-mvc-3-rtm-released/</link>
		<comments>http://pavsaund.wordpress.com/2011/01/13/asp-net-mvc-3-rtm-released/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 14:37:35 +0000</pubDate>
		<dc:creator>pavsaund</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[asp.net mvc]]></category>

		<guid isPermaLink="false">http://pavsaund.wordpress.com/?p=150</guid>
		<description><![CDATA[Here are the download links for ASP.NET MVC 3 RTM: Web platform installer Microsoft Download Center Be sure to read the release notes for the breaking changes since Release Candidate 2<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavsaund.wordpress.com&amp;blog=7581920&amp;post=150&amp;subd=pavsaund&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here are the download links for ASP.NET MVC 3 RTM:</p>
<p style="padding-left:30px;"><a title="Web Platform Installer" href="http://www.microsoft.com/web/gallery/install.aspx?appid=MVC3">Web platform installer</a></p>
<p style="padding-left:30px;"><a title="Microsoft Download Center" href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=d2928bc1-f48c-4e95-a064-2a455a22c8f6">Microsoft Download Center</a></p>
<p>Be sure to read the release notes for the breaking changes since Release Candidate 2</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pavsaund.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pavsaund.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pavsaund.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pavsaund.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pavsaund.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pavsaund.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pavsaund.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pavsaund.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pavsaund.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pavsaund.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pavsaund.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pavsaund.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pavsaund.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pavsaund.wordpress.com/150/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavsaund.wordpress.com&amp;blog=7581920&amp;post=150&amp;subd=pavsaund&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pavsaund.wordpress.com/2011/01/13/asp-net-mvc-3-rtm-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6b4d61696e5fa1a28a8542503731bac7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pavsaund</media:title>
		</media:content>
	</item>
		<item>
		<title>JScript Editor Extensions for Visual Studio</title>
		<link>http://pavsaund.wordpress.com/2010/11/26/jscript-editor-extensions-for-visual-studio/</link>
		<comments>http://pavsaund.wordpress.com/2010/11/26/jscript-editor-extensions-for-visual-studio/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 22:54:22 +0000</pubDate>
		<dc:creator>pavsaund</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[intellisense]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[JScript Editor Extensions]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://pavsaund.wordpress.com/?p=137</guid>
		<description><![CDATA[Microsoft have done a really good job by giving developers a great environment to do their work in; namely the Visual Studio suite with all its variants. This IDE&#8217;s intellisense is one of its strongest points, but anyone that&#8217;s tried to write javascript code has probably felt a bit lost. Intellisense, brace-highlighting, current variable highlighting, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavsaund.wordpress.com&amp;blog=7581920&amp;post=137&amp;subd=pavsaund&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Microsoft have done a really good job by giving developers a great environment to do their work in; namely the Visual Studio suite with all its variants. This IDE&#8217;s intellisense is one of its strongest points, but anyone that&#8217;s tried to write javascript code has probably felt a bit lost.</p>
<p>Intellisense, brace-highlighting, current variable highlighting, code comments&#8230;all gone&#8230;.until now!</p>
<p><a title="Microsoft Corp on msdn" href="http://visualstudiogallery.msdn.microsoft.com/en-us/site/profile?userName=Microsoft+Corp" target="_blank">Microsoft Corp</a> has just released <a title="JScript Editor Extensions" href="http://visualstudiogallery.msdn.microsoft.com/en-us/872d27ee-38c7-4a97-98dc-0d8a431cc2ed" target="_blank">JScript Editor Extensions</a>, a Visual Studio extension that enables all of the above, along with code outlines. I admit it&#8217;s nothing revolutionary compared to other well-established web-IDE&#8217;s, but it&#8217;s still great to have extended tooling support within Visual Studio itself.</p>
<p>Here&#8217;s a look at what the IDE looks like with bracing support and outlining. Notice the collapsed &#8216;complete&#8217; and &#8216;success&#8217; functions</p>
<div id="attachment_143" class="wp-caption aligncenter" style="width: 346px"><a href="http://pavsaund.files.wordpress.com/2010/11/jscript-editor-extensions-1.jpg"><img class="size-full wp-image-143 " title="jscript-editor-extensions" src="http://pavsaund.files.wordpress.com/2010/11/jscript-editor-extensions-1.jpg?w=497" alt=""   /></a><p class="wp-caption-text">Brace-highlighting, collapsible code</p></div>
<p style="text-align:center;">&nbsp;</p>
<p>&nbsp;</p>
<p>Head over to the <a title="Visual Studio Gallery" href="http://visualstudiogallery.msdn.microsoft.com/en-us" target="_blank">Visual Studio Gallery</a> and try out <a title="JScript Editor Extensions" href="http://visualstudiogallery.msdn.microsoft.com/en-us/872d27ee-38c7-4a97-98dc-0d8a431cc2ed" target="_blank">JScript Editor Extensions</a>.</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pavsaund.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pavsaund.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pavsaund.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pavsaund.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pavsaund.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pavsaund.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pavsaund.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pavsaund.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pavsaund.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pavsaund.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pavsaund.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pavsaund.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pavsaund.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pavsaund.wordpress.com/137/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavsaund.wordpress.com&amp;blog=7581920&amp;post=137&amp;subd=pavsaund&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pavsaund.wordpress.com/2010/11/26/jscript-editor-extensions-for-visual-studio/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6b4d61696e5fa1a28a8542503731bac7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pavsaund</media:title>
		</media:content>

		<media:content url="http://pavsaund.files.wordpress.com/2010/11/jscript-editor-extensions-1.jpg" medium="image">
			<media:title type="html">jscript-editor-extensions</media:title>
		</media:content>
	</item>
		<item>
		<title>Interactive jQuery tester</title>
		<link>http://pavsaund.wordpress.com/2010/10/22/interactive-jquery-tester/</link>
		<comments>http://pavsaund.wordpress.com/2010/10/22/interactive-jquery-tester/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 22:12:55 +0000</pubDate>
		<dc:creator>pavsaund</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://pavsaund.wordpress.com/?p=119</guid>
		<description><![CDATA[Interactive jQuery tester I dug this link up the other day, and thought I&#8217;d spread the love :) If you&#8217;ve ever had debugging issues with your jQuery selectors. Or would like to experiment a bit then the Interactive jQuery tester is a great solution. You paste your HTML, then type in the selectors. The elements [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavsaund.wordpress.com&amp;blog=7581920&amp;post=119&amp;subd=pavsaund&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1>Interactive jQuery tester</h1>
<p>I dug this link up the other day, and thought I&#8217;d spread the love :)</p>
<p>If you&#8217;ve ever had debugging issues with your jQuery selectors. Or would like to experiment a bit then the <a title="Interactive jQuery tester" href="http://www.woods.iki.fi/interactive-jquery-tester.html" target="_blank">Interactive jQuery tester</a> is a great solution. You paste your HTML, then type in the selectors. The elements that are actually selected are then highlighted, which gives instant feedback.</p>
<p>Hope you find this as useful as  I have in the past.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pavsaund.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pavsaund.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pavsaund.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pavsaund.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pavsaund.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pavsaund.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pavsaund.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pavsaund.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pavsaund.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pavsaund.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pavsaund.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pavsaund.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pavsaund.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pavsaund.wordpress.com/119/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavsaund.wordpress.com&amp;blog=7581920&amp;post=119&amp;subd=pavsaund&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pavsaund.wordpress.com/2010/10/22/interactive-jquery-tester/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6b4d61696e5fa1a28a8542503731bac7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pavsaund</media:title>
		</media:content>
	</item>
		<item>
		<title>msdnlive oslo; Computer Jedi!</title>
		<link>http://pavsaund.wordpress.com/2010/10/22/msdnlive-oslo-computer-jedi/</link>
		<comments>http://pavsaund.wordpress.com/2010/10/22/msdnlive-oslo-computer-jedi/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 21:53:52 +0000</pubDate>
		<dc:creator>pavsaund</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[appfabric]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[ie9]]></category>
		<category><![CDATA[wp7]]></category>

		<guid isPermaLink="false">http://pavsaund.wordpress.com/?p=123</guid>
		<description><![CDATA[Computer Jedi.. .. is what greeted us when we registered for the MSDNLive event in oslo yesterday (21. October).  With a focus on guiding and inspiring the attendees to unlock their potential, along the lines of Luke and Obi-Wan, the scene was set for the day&#8217;s sessions. The show was opened by the Community Marketing Manager [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavsaund.wordpress.com&amp;blog=7581920&amp;post=123&amp;subd=pavsaund&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1>Computer Jedi..</h1>
<p>.. is what greeted us when we registered for the <a title="msdn live oslo" href="http://msdntechnet.no/msdn-oslo-program" target="_blank">MSDNLive event in oslo</a> yesterday (21. October).  With a focus on guiding and inspiring the attendees to unlock their potential, along the lines of Luke and Obi-Wan, the scene was set for the day&#8217;s sessions.</p>
<p>The show was opened by the Community Marketing Manager in Microsoft Norway; <a title="@petriw" href="http://twitter.com/petriw" target="_blank">Petri Wilhelmsen</a> and Microsoft Architect <a href="http://twitter.com/borge3000" target="_blank">Børge Lund</a>.<span id="more-123"></span></p>
<h2>it&#8217;s all in the clouds</h2>
<p>There was a strong focus on cloud computing and appfabric in the first sessions. <a title="@olavtoll" href="http://twitter.com/#!/olavtoll" target="_blank">Olav Tollefsen</a> dived into the hands-on experience of creating and deploying an MVC2 project to azure, as well as going into SQL Azure and tables/blobs. <a href="http://twitter.com/borge3000" target="_blank">Børge Lund</a> talked about Windows server AppFabric, which turned out to be an extremely interesting topic.</p>
<h2>calling out for web standards</h2>
<p><a title="@follesoe" href="http://twitter.com/follesoe" target="_blank">Jonas Follesoe</a>, Microsoft MVP, concluded the day with 2 excellent sessions on Windows Phone 7 and HTML5/IE9. He made some great points of diffusing the HTML5 buzzword; emphasizing how it shouldn&#8217;t become the new &#8220;Web 2.0&#8243;, but used as a correct term with other new standards like CSS3 / SVG.</p>
<blockquote><p><a title="RT by @follesoe" href="http://twitter.com/#!/follesoe/statuses/28055757074" target="_blank">Be forward-compatible!</a></p></blockquote>
<p>Jonas mentioned strategies of enhancing the user experience for users with browsers with advanced capabilities, but not compromising the experience for existing users. Instead of using graceful degradation for older browsers, use it for <strong>current</strong> browsers. This is quite easily accomplished with browser <strong>feature detection </strong>instead of user agent sniffing.</p>
<h2>where to get more info?</h2>
<p>Videos of the talks from msdnlive are going to be published <a title="Downloads from msdn live oslo" href="http://msdntechnet.no/msdn-oslo-nedlastinger" target="_blank">here</a>, so keep an eye out for upcoming content.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pavsaund.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pavsaund.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pavsaund.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pavsaund.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pavsaund.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pavsaund.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pavsaund.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pavsaund.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pavsaund.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pavsaund.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pavsaund.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pavsaund.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pavsaund.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pavsaund.wordpress.com/123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavsaund.wordpress.com&amp;blog=7581920&amp;post=123&amp;subd=pavsaund&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pavsaund.wordpress.com/2010/10/22/msdnlive-oslo-computer-jedi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6b4d61696e5fa1a28a8542503731bac7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pavsaund</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft PDC &#8217;09 Videos</title>
		<link>http://pavsaund.wordpress.com/2009/11/28/microsoft-pdc-09-videos/</link>
		<comments>http://pavsaund.wordpress.com/2009/11/28/microsoft-pdc-09-videos/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 23:45:40 +0000</pubDate>
		<dc:creator>pavsaund</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[pdc]]></category>
		<category><![CDATA[streaming]]></category>

		<guid isPermaLink="false">http://pavsaund.wordpress.com/?p=107</guid>
		<description><![CDATA[Some of you might know that Microsoft recently held its yearly Professional Developer Conference (PDC) in LA. They had an awesome lineup of &#8220;stars&#8221; lined up to talk about the latest microsft technologies, as well as  shedding some light as to the direction in which the technology is progressing. I wasn&#8217;t one of the lucky [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavsaund.wordpress.com&amp;blog=7581920&amp;post=107&amp;subd=pavsaund&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-109 alignleft" title="pdc09_logo" src="http://pavsaund.files.wordpress.com/2009/11/pdc09_logo.png?w=497" alt=""   />Some of you might know that Microsoft recently held its yearly <a href="http://microsoftpdc.com" target="_blank">Professional Developer Conference (PDC)</a> in LA. They had an awesome lineup of &#8220;stars&#8221; lined up to talk about the latest microsft technologies, as well as  shedding some light as to the direction in which the technology is progressing.</p>
<p>I wasn&#8217;t one of the lucky to be there, but I got to watch the live-stream of the keynotes and some of the <a href="http://channel9.msdn.com/" target="_blank">Channel 9</a> live stuff. Also, another GREAT feature is that most (if not all) the talks are <a href="http://microsoftpdc.com/Videos" target="_blank">available for viewing </a>on the PDC site.</p>
<p>Some of the big stuff that was released were:</p>
<ul>
<li> <a href="http://www.microsoft.com/office/2010/en/default.aspx" target="_blank">Office 2010 beta</a></li>
<li><a href="http://www.microsoft.com/visualstudio/en-us/products/2010/default.mspx" target="_blank">Visual Studio 2010 Beta 2</a></li>
<li><a href="http://silverlight.net/getstarted/silverlight-4-beta/" target="_blank">Silverlight 4 Beta</a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkID=157068" target="_blank">ASP.NET MVC 2 Beta</a></li>
<li><a href="http://sharepoint2010.microsoft.com/Pages/default.aspx" target="_blank">Sharepoint 2010 Beta</a></li>
</ul>
<p>So, lots of videos on exciting topics, including stuff on C# 4.0, Windows 7 and more&#8230; <a href="http://microsoftpdc.com/Videos" target="_blank">Check them out.</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pavsaund.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pavsaund.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pavsaund.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pavsaund.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pavsaund.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pavsaund.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pavsaund.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pavsaund.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pavsaund.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pavsaund.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pavsaund.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pavsaund.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pavsaund.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pavsaund.wordpress.com/107/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavsaund.wordpress.com&amp;blog=7581920&amp;post=107&amp;subd=pavsaund&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pavsaund.wordpress.com/2009/11/28/microsoft-pdc-09-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6b4d61696e5fa1a28a8542503731bac7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pavsaund</media:title>
		</media:content>

		<media:content url="http://pavsaund.files.wordpress.com/2009/11/pdc09_logo.png" medium="image">
			<media:title type="html">pdc09_logo</media:title>
		</media:content>
	</item>
		<item>
		<title>Google wave invites</title>
		<link>http://pavsaund.wordpress.com/2009/11/28/google-wave-invites/</link>
		<comments>http://pavsaund.wordpress.com/2009/11/28/google-wave-invites/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 23:04:02 +0000</pubDate>
		<dc:creator>pavsaund</dc:creator>
				<category><![CDATA[webstuff]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google wave]]></category>

		<guid isPermaLink="false">http://pavsaund.wordpress.com/?p=105</guid>
		<description><![CDATA[So it seems that Google is spreading the fun and has spread around a couple of invites for Google Wave. Drop me a line if you&#8217;re interested..it&#8217;s first come first serve  so.. :)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavsaund.wordpress.com&amp;blog=7581920&amp;post=105&amp;subd=pavsaund&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So it seems that Google is spreading the fun and has spread around a couple of invites for <a href="https://wave.google.com/wave/" target="_blank">Google Wave</a>.</p>
<p>Drop me a line if you&#8217;re interested..it&#8217;s first come first serve  so.. :)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pavsaund.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pavsaund.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pavsaund.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pavsaund.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pavsaund.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pavsaund.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pavsaund.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pavsaund.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pavsaund.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pavsaund.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pavsaund.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pavsaund.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pavsaund.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pavsaund.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavsaund.wordpress.com&amp;blog=7581920&amp;post=105&amp;subd=pavsaund&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pavsaund.wordpress.com/2009/11/28/google-wave-invites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6b4d61696e5fa1a28a8542503731bac7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pavsaund</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft Facebook SDK now officially supported</title>
		<link>http://pavsaund.wordpress.com/2009/11/10/microsoft-facebook-sdk-now-officially-supported/</link>
		<comments>http://pavsaund.wordpress.com/2009/11/10/microsoft-facebook-sdk-now-officially-supported/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 21:34:29 +0000</pubDate>
		<dc:creator>pavsaund</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[winforms]]></category>

		<guid isPermaLink="false">http://pavsaund.wordpress.com/?p=93</guid>
		<description><![CDATA[The Microsoft SDK for Facebook Platform has reached version 3.0 and is now officially supported by the Facebook Development Team. The team recently announced this on their dev-blog, which is great news for all .NET developers wanting to develop applications against the Facebook Platform. ..This SDK contains rich social features and offers something for almost [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavsaund.wordpress.com&amp;blog=7581920&amp;post=93&amp;subd=pavsaund&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://team.silverlight.net/announcement/announcing-the-new-microsoft-sdk-for-facebook-platform/" target="_blank">Microsoft SDK for Facebook Platform</a> has reached version 3.0 and is now officially supported by the Facebook Development Team. The team <a href="http://developers.facebook.com/news.php?blog=1&amp;story=334" target="_blank">recently announced</a> this on their dev-blog, which is great news for all .NET developers wanting to develop applications against the <a href="http://developers.facebook.com/" target="_blank">Facebook Platform</a>.</p>
<blockquote><p>..This SDK contains rich social features and offers something for almost any kind of Facebook developer who is building with Microsoft technology, whether you&#8217;re implementing Facebook Connect or are building a Web-based or desktop application&#8230;</p></blockquote>
<p>Microsoft has also supplied a great <a href="http://msdn.microsoft.com/en-us/windows/ee388574.aspx" target="_blank">SDK Overview</a> that will get you started with facebook development in technologies like Silverlight, WinForms, WebForms /ASP.Net, ASP.Net MVC. There are several examples along with the documentation that should be more than sufficient to get the ball rolling.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pavsaund.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pavsaund.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pavsaund.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pavsaund.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pavsaund.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pavsaund.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pavsaund.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pavsaund.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pavsaund.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pavsaund.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pavsaund.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pavsaund.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pavsaund.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pavsaund.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavsaund.wordpress.com&amp;blog=7581920&amp;post=93&amp;subd=pavsaund&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pavsaund.wordpress.com/2009/11/10/microsoft-facebook-sdk-now-officially-supported/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6b4d61696e5fa1a28a8542503731bac7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pavsaund</media:title>
		</media:content>
	</item>
		<item>
		<title>Share your url to Twitter</title>
		<link>http://pavsaund.wordpress.com/2009/11/05/share-your-url-to-twitter/</link>
		<comments>http://pavsaund.wordpress.com/2009/11/05/share-your-url-to-twitter/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 23:11:42 +0000</pubDate>
		<dc:creator>pavsaund</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://pavsaund.wordpress.com/?p=85</guid>
		<description><![CDATA[So, you&#8217;ve written that great article, you&#8217;ve shared it to your friends on facebook, and you&#8217;re looking to spread the word even further. Through Twittter, your url can reach entire diffrent audiences than Facebook sharing. Getting those first few important re-tweets on Twitter will start to spread your new blogpost like wildfire. If Twitter is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavsaund.wordpress.com&amp;blog=7581920&amp;post=85&amp;subd=pavsaund&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://twiter.com" target="_blank"><img class="alignright size-full wp-image-86" title="twitter_logo_resize" src="http://pavsaund.files.wordpress.com/2009/11/twitter_logo_resize.png?w=497" alt="twitter logo"   /></a></p>
<p>So, you&#8217;ve written that great article, you&#8217;ve <a href="http://pavsaund.wordpress.com/2009/10/22/sharing-links-to-facebook">shared it to your friends on facebook</a>, and you&#8217;re looking to spread the word even further. Through <a href="http://www.twitter.com">Twittter</a>, your url can reach entire diffrent audiences than Facebook sharing. Getting those first few important re-tweets on Twitter will start to spread your new blogpost like wildfire.</p>
<p>If Twitter is still a great mystery to you, I&#8217;d recommend <a href="http://hanselman.com">Scott Hanselman&#8217;s</a> <a href="http://www.hanselman.com/blog/HowToTwitterFirstStepsAndATwitterGlossary.aspx">introduction to twitter</a>. You may also be interested in reading Twitter&#8217;s own brief <a href="http://twitter.com/about#about">&#8220;about us&#8221;</a> page.</p>
<h3>Time to get our hands dirty</h3>
<p>It&#8217;s extremely simple to send an update to twitter using their public share url like so:</p>
<blockquote><p><a href="http://twitter.com/home?status=Currently reading http://pavsaund.wordpress.com/2009/11/04/share-your-url-to-twitter-share/" target="_blank">http://twitter.com/home?status=Currently reading http://pavsaund.wordpress.com/2009/11/04/share-your-url-to-twitter-share</a></p></blockquote>
<p>So now you know how to do it, there&#8217;s no reason not to just add a tweet this icon! <a href="http://twitter.com/home?status=Currently reading http://pavsaund.wordpress.com/2009/11/04/share-your-url-to-twitter-share" target="_blank"><img class="alignnone size-full wp-image-87" title="twitter" src="http://pavsaund.files.wordpress.com/2009/11/twitter.gif?w=497" alt="tweet this"   /></a></p></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pavsaund.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pavsaund.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pavsaund.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pavsaund.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pavsaund.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pavsaund.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pavsaund.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pavsaund.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pavsaund.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pavsaund.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pavsaund.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pavsaund.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pavsaund.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pavsaund.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pavsaund.wordpress.com&amp;blog=7581920&amp;post=85&amp;subd=pavsaund&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pavsaund.wordpress.com/2009/11/05/share-your-url-to-twitter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6b4d61696e5fa1a28a8542503731bac7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pavsaund</media:title>
		</media:content>

		<media:content url="http://pavsaund.files.wordpress.com/2009/11/twitter_logo_resize.png" medium="image">
			<media:title type="html">twitter_logo_resize</media:title>
		</media:content>

		<media:content url="http://pavsaund.files.wordpress.com/2009/11/twitter.gif" medium="image">
			<media:title type="html">twitter</media:title>
		</media:content>
	</item>
	</channel>
</rss>
