<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Noob Flash</title>
	
	<link>http://www.noobflash.com</link>
	<description>Digital Creation News &amp; Tutorials</description>
	<lastBuildDate>Sat, 06 Mar 2010 03:23:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/NoobFlash" /><feedburner:info uri="noobflash" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license><item>
		<title>The type initializer for ‘Microsoft.SqlServer.Management.Dmf.PolicyStore’ threw an exception</title>
		<link>http://feedproxy.google.com/~r/NoobFlash/~3/0DYCWfS3H7g/</link>
		<comments>http://www.noobflash.com/the-type-initializer-for-microsoft-sqlserver-management-dmf-policystore-threw-an-exception/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 03:23:59 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Error]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.noobflash.com/?p=297</guid>
		<description>The Problem
I recently formatted my hard drive and reinstalled Windows 7.  As a developer, I use Microsoft Visual Studio 2010 RC as well as Microsoft SQL Server 2008.  I installed VS 2010 RC first, then SQL Server 2008.  Ever since I have had one error after another when using SQL Server.  The most obvious error [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/NoobFlash?a=0DYCWfS3H7g:tobQN15wYtA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/NoobFlash?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/NoobFlash?a=0DYCWfS3H7g:tobQN15wYtA:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/NoobFlash?i=0DYCWfS3H7g:tobQN15wYtA:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/NoobFlash?a=0DYCWfS3H7g:tobQN15wYtA:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/NoobFlash?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/NoobFlash?a=0DYCWfS3H7g:tobQN15wYtA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/NoobFlash?i=0DYCWfS3H7g:tobQN15wYtA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/NoobFlash?a=0DYCWfS3H7g:tobQN15wYtA:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/NoobFlash?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/NoobFlash/~4/0DYCWfS3H7g" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.noobflash.com/the-type-initializer-for-microsoft-sqlserver-management-dmf-policystore-threw-an-exception/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.noobflash.com/the-type-initializer-for-microsoft-sqlserver-management-dmf-policystore-threw-an-exception/</feedburner:origLink></item>
		<item>
		<title>How to Preload Images with CSS</title>
		<link>http://feedproxy.google.com/~r/NoobFlash/~3/efAv7JlnUNQ/</link>
		<comments>http://www.noobflash.com/how-to-preload-images-with-css/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 07:07:30 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.noobflash.com/?p=246</guid>
		<description>This is a simple way to preload a few images using only CSS.

#imagePreload {
       display: inline;
       height: 0px;
       width: 0px;
       background-image: url(imagePath1.extension);
       background-image: url(imagePath2.extension);
  [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/NoobFlash?a=efAv7JlnUNQ:tXg1rD-Lv2M:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/NoobFlash?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/NoobFlash?a=efAv7JlnUNQ:tXg1rD-Lv2M:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/NoobFlash?i=efAv7JlnUNQ:tXg1rD-Lv2M:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/NoobFlash?a=efAv7JlnUNQ:tXg1rD-Lv2M:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/NoobFlash?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/NoobFlash?a=efAv7JlnUNQ:tXg1rD-Lv2M:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/NoobFlash?i=efAv7JlnUNQ:tXg1rD-Lv2M:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/NoobFlash?a=efAv7JlnUNQ:tXg1rD-Lv2M:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/NoobFlash?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/NoobFlash/~4/efAv7JlnUNQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.noobflash.com/how-to-preload-images-with-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.noobflash.com/how-to-preload-images-with-css/</feedburner:origLink></item>
		<item>
		<title>Gordon: Open Source Project Enables Flash on the iPhone</title>
		<link>http://feedproxy.google.com/~r/NoobFlash/~3/ERffWwDWKkg/</link>
		<comments>http://www.noobflash.com/gordon-open-source-project-enables-flash-on-the-iphone/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 19:01:26 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.noobflash.com/?p=236</guid>
		<description>How is this possible you ask?  Magic? Witchcraft? Positive Thinking? Actually, it&amp;#8217;s an open source project called Gordon.  Gordon is an open source Flash™ runtime written in pure JavaScript.  If embeded into the html page correctly, Gordon enables the iPhone to render the swf content using JavaScript.
So what does this mean for the average iPhone [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/NoobFlash?a=ERffWwDWKkg:3HV20SgVI5c:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/NoobFlash?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/NoobFlash?a=ERffWwDWKkg:3HV20SgVI5c:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/NoobFlash?i=ERffWwDWKkg:3HV20SgVI5c:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/NoobFlash?a=ERffWwDWKkg:3HV20SgVI5c:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/NoobFlash?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/NoobFlash?a=ERffWwDWKkg:3HV20SgVI5c:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/NoobFlash?i=ERffWwDWKkg:3HV20SgVI5c:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/NoobFlash?a=ERffWwDWKkg:3HV20SgVI5c:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/NoobFlash?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/NoobFlash/~4/ERffWwDWKkg" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.noobflash.com/gordon-open-source-project-enables-flash-on-the-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.noobflash.com/gordon-open-source-project-enables-flash-on-the-iphone/</feedburner:origLink></item>
		<item>
		<title>NoobFlash Mobile</title>
		<link>http://feedproxy.google.com/~r/NoobFlash/~3/hrOrvzVH8G0/</link>
		<comments>http://www.noobflash.com/noobflash-mobile/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 05:45:48 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[NoobFlash]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.noobflash.com/noobflash-mobile/</guid>
		<description>We just activated a mobile skin so you can have easy access to NoobFlash content on the go! Check it out! Just browse to http://www.noobflash.com on your iPhone or other touch screen mobile device. Enjoy!&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/NoobFlash?a=hrOrvzVH8G0:wCKCtDvgeSU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/NoobFlash?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/NoobFlash?a=hrOrvzVH8G0:wCKCtDvgeSU:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/NoobFlash?i=hrOrvzVH8G0:wCKCtDvgeSU:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/NoobFlash?a=hrOrvzVH8G0:wCKCtDvgeSU:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/NoobFlash?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/NoobFlash?a=hrOrvzVH8G0:wCKCtDvgeSU:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/NoobFlash?i=hrOrvzVH8G0:wCKCtDvgeSU:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/NoobFlash?a=hrOrvzVH8G0:wCKCtDvgeSU:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/NoobFlash?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/NoobFlash/~4/hrOrvzVH8G0" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.noobflash.com/noobflash-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.noobflash.com/noobflash-mobile/</feedburner:origLink></item>
		<item>
		<title>Flash Compile Error 1009</title>
		<link>http://feedproxy.google.com/~r/NoobFlash/~3/fff6SE68A98/</link>
		<comments>http://www.noobflash.com/flash-compile-error-1009/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 14:41:42 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.noobflash.com/?p=227</guid>
		<description>TypeError: Error #1009: Cannot access a property or method of a null object reference
This error typically means that you have a variable that is being used to reference a property or method of an object, but it does not actually contain an object.  You&amp;#8217;ll most likely need to search through your code to find [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/NoobFlash?a=fff6SE68A98:TumOsuAQl4E:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/NoobFlash?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/NoobFlash?a=fff6SE68A98:TumOsuAQl4E:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/NoobFlash?i=fff6SE68A98:TumOsuAQl4E:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/NoobFlash?a=fff6SE68A98:TumOsuAQl4E:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/NoobFlash?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/NoobFlash?a=fff6SE68A98:TumOsuAQl4E:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/NoobFlash?i=fff6SE68A98:TumOsuAQl4E:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/NoobFlash?a=fff6SE68A98:TumOsuAQl4E:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/NoobFlash?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/NoobFlash/~4/fff6SE68A98" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.noobflash.com/flash-compile-error-1009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.noobflash.com/flash-compile-error-1009/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 1.225 seconds -->
