<?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>Justin&#039;s Blog</title>
	<atom:link href="http://spazzarama.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://spazzarama.wordpress.com</link>
	<description></description>
	<lastBuildDate>Sat, 28 Jan 2012 23:49:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='spazzarama.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Justin&#039;s Blog</title>
		<link>http://spazzarama.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://spazzarama.wordpress.com/osd.xml" title="Justin&#039;s Blog" />
	<atom:link rel='hub' href='http://spazzarama.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Where to download Tools/SDK/Developer Runtime for Silverlight 4.0.60831.0</title>
		<link>http://spazzarama.wordpress.com/2012/01/11/where-to-download-toolssdkdeveloper-runtime-for-silverlight-4-0-60831-0/</link>
		<comments>http://spazzarama.wordpress.com/2012/01/11/where-to-download-toolssdkdeveloper-runtime-for-silverlight-4-0-60831-0/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 06:17:56 +0000</pubDate>
		<dc:creator>Justin S.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[client environments]]></category>
		<category><![CDATA[microsoft download]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://spazzarama.wordpress.com/?p=424</guid>
		<description><![CDATA[With the release of Silverlight 5 it is of course now difficult to find a download for the latest Silverlight 4 Developer Runtime for those of us developing for restricted client environments (again). Silverlight 4 Developer Runtime 4.0.60831.0 http://silverlight.dlservice.microsoft.com/download/D/C/2/DC2D5838-9138-4D25-AA92-52F61F7C51E6/runtime/Silverlight_Developer.exe Silverlight 4 Runtime 4.0.60831.0 http://silverlight.dlservice.microsoft.com/download/D/C/2/DC2D5838-9138-4D25-AA92-52F61F7C51E6/runtime/Silverlight.exe Silverlight 4 SDK 4.0.60310.0, April 2011 Update http://download.microsoft.com/download/B/9/B/B9BDD218-6974-4816-A309-0FC85A105521/sdk/silverlight_sdk.exe (from here: http://www.microsoft.com/download/en/details.aspx?id=15636). [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spazzarama.wordpress.com&amp;blog=6424859&amp;post=424&amp;subd=spazzarama&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://spazzarama.wordpress.com/2012/01/11/where-to-download-toolssdkdeveloper-runtime-for-silverlight-4-0-60831-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Spazzarama</media:title>
		</media:content>
	</item>
		<item>
		<title>MonoTouch: Auto scroll UITextField or other views hidden by keyboard</title>
		<link>http://spazzarama.wordpress.com/2011/09/07/monotouch-auto-scroll-uitextfield-or-other-views-hidden-by-keyboard/</link>
		<comments>http://spazzarama.wordpress.com/2011/09/07/monotouch-auto-scroll-uitextfield-or-other-views-hidden-by-keyboard/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 13:56:55 +0000</pubDate>
		<dc:creator>Justin S.</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[MonoTouch]]></category>
		<category><![CDATA[UIKeyboard.WillHideNotification]]></category>
		<category><![CDATA[UIKeyboard.WillShowNotification]]></category>
		<category><![CDATA[UIScrollView]]></category>
		<category><![CDATA[UITextField]]></category>

		<guid isPermaLink="false">http://spazzarama.wordpress.com/?p=400</guid>
		<description><![CDATA[Here is a snippet that I use in my base view controller class to handle scrolling views that would be hidden by the keyboard when it appears. Any view within a UIScrollView can be made to scroll automatically to be visible when the keyboard appears over it. This is based on the following Apple documentation [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spazzarama.wordpress.com&amp;blog=6424859&amp;post=400&amp;subd=spazzarama&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://spazzarama.wordpress.com/2011/09/07/monotouch-auto-scroll-uitextfield-or-other-views-hidden-by-keyboard/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Spazzarama</media:title>
		</media:content>
	</item>
		<item>
		<title>C# &#8211; Screen capture and Overlays for Direct3D 9, 10 and 11 using API Hooks</title>
		<link>http://spazzarama.wordpress.com/2011/03/14/c-screen-capture-and-overlays-for-direct3d-9-10-and-11-using-api-hooks/</link>
		<comments>http://spazzarama.wordpress.com/2011/03/14/c-screen-capture-and-overlays-for-direct3d-9-10-and-11-using-api-hooks/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 05:20:40 +0000</pubDate>
		<dc:creator>Justin S.</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Direct3D]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[DirectX]]></category>
		<category><![CDATA[EasyHook]]></category>
		<category><![CDATA[Hook]]></category>
		<category><![CDATA[Screen Capture]]></category>
		<category><![CDATA[Screenshot]]></category>

		<guid isPermaLink="false">http://spazzarama.wordpress.com/?p=358</guid>
		<description><![CDATA[So it&#8217;s been almost a year and I have finally got around to finishing a new version of my screen capture project that supports Direct3D 9, 10, and 11! This solution still uses SlimDX for the Direct3D API wrapper along with EasyHook to perform the remote process hooking and IPC between the host process and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spazzarama.wordpress.com&amp;blog=6424859&amp;post=358&amp;subd=spazzarama&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://spazzarama.wordpress.com/2011/03/14/c-screen-capture-and-overlays-for-direct3d-9-10-and-11-using-api-hooks/feed/</wfw:commentRss>
		<slash:comments>84</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Spazzarama</media:title>
		</media:content>

		<media:content url="http://spazzarama.files.wordpress.com/2011/03/d3d9_blobs_overlayandcapture.png?w=300" medium="image">
			<media:title type="html">D3D9 Blobs Overlay and Capture</media:title>
		</media:content>

		<media:content url="http://spazzarama.files.wordpress.com/2011/03/d3d10_cubemapgs_overlay.png?w=300" medium="image">
			<media:title type="html">D3D10 CubeMapGS Overlay</media:title>
		</media:content>

		<media:content url="http://spazzarama.files.wordpress.com/2011/03/d3d10_cubemapgs_capture.png?w=300" medium="image">
			<media:title type="html">D3D10 CubeMapGS Capture</media:title>
		</media:content>

		<media:content url="http://spazzarama.files.wordpress.com/2011/03/d3d11_subd11_capture.png?w=300" medium="image">
			<media:title type="html">D3D11 SubD11 Capture</media:title>
		</media:content>

		<media:content url="http://spazzarama.files.wordpress.com/2011/03/zip.png" medium="image">
			<media:title type="html">Download</media:title>
		</media:content>
	</item>
		<item>
		<title>Where to download Tools/SDK/Developer Runtime for Silverlight 4.0.50524.0</title>
		<link>http://spazzarama.wordpress.com/2011/01/11/where-to-download-toolssdkdeveloper-runtime-for-silverlight-4-0-50524-0/</link>
		<comments>http://spazzarama.wordpress.com/2011/01/11/where-to-download-toolssdkdeveloper-runtime-for-silverlight-4-0-50524-0/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 07:03:26 +0000</pubDate>
		<dc:creator>Justin S.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://spazzarama.wordpress.com/?p=350</guid>
		<description><![CDATA[This one is for anyone who has had to deal with Company Standard Operating Environments (SOE&#8217;s), and the red tape involved with deploying updates to applications such as Silverlight. We have been working on a Silverlight 4 application, and along the way our development environment had its Silverlight Tools and Runtime updated to a more [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spazzarama.wordpress.com&amp;blog=6424859&amp;post=350&amp;subd=spazzarama&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://spazzarama.wordpress.com/2011/01/11/where-to-download-toolssdkdeveloper-runtime-for-silverlight-4-0-50524-0/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Spazzarama</media:title>
		</media:content>
	</item>
		<item>
		<title>MonoTouch &#8211; UIView with curved border and shadow</title>
		<link>http://spazzarama.wordpress.com/2011/01/08/monotouch-uiview-with-curved-border-and-shadow/</link>
		<comments>http://spazzarama.wordpress.com/2011/01/08/monotouch-uiview-with-curved-border-and-shadow/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 15:16:02 +0000</pubDate>
		<dc:creator>Justin S.</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[MonoTouch]]></category>
		<category><![CDATA[UIView]]></category>

		<guid isPermaLink="false">http://spazzarama.wordpress.com/?p=338</guid>
		<description><![CDATA[Giving a UIView a curved border and then adding a drop shadow is much easier than I first thought it would be, but as with anything with iOS development it took some time to work out. Here is a UIView descendant &#8220;UIViewBordered&#8221;: To test just place a UIViewBordered view as a subview of the main [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spazzarama.wordpress.com&amp;blog=6424859&amp;post=338&amp;subd=spazzarama&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://spazzarama.wordpress.com/2011/01/08/monotouch-uiview-with-curved-border-and-shadow/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Spazzarama</media:title>
		</media:content>

		<media:content url="http://spazzarama.files.wordpress.com/2011/01/uiviewbordered.png" medium="image">
			<media:title type="html">UIViewBordered</media:title>
		</media:content>
	</item>
		<item>
		<title>C# – Screen capture with Direct3D 9 API Hooks</title>
		<link>http://spazzarama.wordpress.com/2010/03/29/screen-capture-with-direct3d-api-hooks/</link>
		<comments>http://spazzarama.wordpress.com/2010/03/29/screen-capture-with-direct3d-api-hooks/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 08:54:39 +0000</pubDate>
		<dc:creator>Justin S.</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Direct3D]]></category>
		<category><![CDATA[EasyHook]]></category>
		<category><![CDATA[Hook]]></category>
		<category><![CDATA[Screen Capture]]></category>
		<category><![CDATA[Screenshot]]></category>

		<guid isPermaLink="false">http://spazzarama.wordpress.com/?p=310</guid>
		<description><![CDATA[Since investigating screen capture techniques for Direct3D applications a year ago I have wanted to look into hooking the Direct3D API to utilise the much faster GetBackBuffer for my screen captures. Well here it is at last – a mostly managed C# solution providing easy and safe hooking of the Direct3D 9 API thanks to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spazzarama.wordpress.com&amp;blog=6424859&amp;post=310&amp;subd=spazzarama&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://spazzarama.wordpress.com/2010/03/29/screen-capture-with-direct3d-api-hooks/feed/</wfw:commentRss>
		<slash:comments>81</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Spazzarama</media:title>
		</media:content>

		<media:content url="http://spazzarama.files.wordpress.com/2010/03/downloaddirect3d9hook_r2.png" medium="image">
			<media:title type="html">Download Direct3D9 Hook r2</media:title>
		</media:content>
	</item>
		<item>
		<title>Happy 1st Blog Birthday!!!</title>
		<link>http://spazzarama.wordpress.com/2010/02/25/happy-1st-birthday/</link>
		<comments>http://spazzarama.wordpress.com/2010/02/25/happy-1st-birthday/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 13:27:32 +0000</pubDate>
		<dc:creator>Justin S.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://spazzarama.wordpress.com/?p=281</guid>
		<description><![CDATA[Yeah, what the title says, its now been a year since starting this thing There&#8217;s been a steady stream of visitors over the past year and hopefully I will have many more bits and pieces to post in the coming year. With the upcoming April release of VS 2010, SharePoint 2010, and .NET 4.0 there [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spazzarama.wordpress.com&amp;blog=6424859&amp;post=281&amp;subd=spazzarama&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://spazzarama.wordpress.com/2010/02/25/happy-1st-birthday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Spazzarama</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint 2007 &#8211; List Type Id&#8217;s</title>
		<link>http://spazzarama.wordpress.com/2009/10/01/sharepoint-list-type-ids/</link>
		<comments>http://spazzarama.wordpress.com/2009/10/01/sharepoint-list-type-ids/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 00:39:06 +0000</pubDate>
		<dc:creator>Justin S.</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://spazzarama.wordpress.com/?p=242</guid>
		<description><![CDATA[For mostly my own future reference here is a table of List Type Id&#8217;s found within SharePoint: List Id List Description 100 Generic list 101 Document library 102 Survey 103 Links list 104 Announcements list 105 Contacts list 106 Events list 107 Tasks list 108 Discussion board 109 Picture library 110 Data sources 111 Site template [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spazzarama.wordpress.com&amp;blog=6424859&amp;post=242&amp;subd=spazzarama&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://spazzarama.wordpress.com/2009/10/01/sharepoint-list-type-ids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Spazzarama</media:title>
		</media:content>
	</item>
		<item>
		<title>C# – Enable / Disable DWM Composition (Aero)</title>
		<link>http://spazzarama.wordpress.com/2009/09/30/enable-or-disable-dwm-composition-aero/</link>
		<comments>http://spazzarama.wordpress.com/2009/09/30/enable-or-disable-dwm-composition-aero/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 22:56:35 +0000</pubDate>
		<dc:creator>Justin S.</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Screen Capture]]></category>
		<category><![CDATA[Screenshot]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://spazzarama.wordpress.com/?p=233</guid>
		<description><![CDATA[As a follow up for C# &#8211; Screen capture with Direct3D, here is how to enable and disable composition (Aero) on Windows Vista and Windows 7. If you are attempting to capture screen contents on Vista/Windows 7 without using DWM (e.g. BitBlt or the Direct3D approach linked above) &#8211; it is necessary to first disable [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spazzarama.wordpress.com&amp;blog=6424859&amp;post=233&amp;subd=spazzarama&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://spazzarama.wordpress.com/2009/09/30/enable-or-disable-dwm-composition-aero/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Spazzarama</media:title>
		</media:content>
	</item>
		<item>
		<title>Development Tools &#8211; NDepend</title>
		<link>http://spazzarama.wordpress.com/2009/09/07/tools-ndepend/</link>
		<comments>http://spazzarama.wordpress.com/2009/09/07/tools-ndepend/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 14:06:28 +0000</pubDate>
		<dc:creator>Justin S.</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Development Tools]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://spazzarama.wordpress.com/?p=205</guid>
		<description><![CDATA[I have been playing with NDepend for the past week or so, and have found it to be a useful addition to an Architect&#8217;s/Developer&#8217;s artillery for larger more complex projects. NDepend is a static code analysis tool written by Patrick Smacchia (C# MVP) that simplifies managing a large/complex .NET code base. Whether you are responsible [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spazzarama.wordpress.com&amp;blog=6424859&amp;post=205&amp;subd=spazzarama&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://spazzarama.wordpress.com/2009/09/07/tools-ndepend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Spazzarama</media:title>
		</media:content>

		<media:content url="http://spazzarama.files.wordpress.com/2009/09/ndependmetrics.png?w=300" medium="image">
			<media:title type="html">NDepend Metrics</media:title>
		</media:content>

		<media:content url="http://spazzarama.files.wordpress.com/2009/09/ndependcqlresults1.png?w=300" medium="image">
			<media:title type="html">NDepend CQL Results</media:title>
		</media:content>
	</item>
	</channel>
</rss>
