<?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>Creative in Code</title>
	<atom:link href="http://creativeincode.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://creativeincode.wordpress.com</link>
	<description>another developers blog</description>
	<lastBuildDate>Mon, 29 Nov 2010 17:09:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='creativeincode.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Creative in Code</title>
		<link>http://creativeincode.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://creativeincode.wordpress.com/osd.xml" title="Creative in Code" />
	<atom:link rel='hub' href='http://creativeincode.wordpress.com/?pushpress=hub'/>
		<item>
		<title>&#8220;Access Denied&#8221; Error Message When You Call a Web Service While Anonymous Authentication Is Turned Off</title>
		<link>http://creativeincode.wordpress.com/2010/11/29/access-denied-error-message-when-you-call-a-web-service-while-anonymous-authentication-is-turned-off/</link>
		<comments>http://creativeincode.wordpress.com/2010/11/29/access-denied-error-message-when-you-call-a-web-service-while-anonymous-authentication-is-turned-off/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 17:09:20 +0000</pubDate>
		<dc:creator>jasongill09</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://creativeincode.wordpress.com/?p=40</guid>
		<description><![CDATA[Recently created a web service on a seperate server and when I tried to access the service, I received the following error: The request failed with HTTP status 401: Access Denied. Description: An unhandled exception occurred during the execution of the current Web request. Please review the stack trace for more information about the error [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativeincode.wordpress.com&amp;blog=10190019&amp;post=40&amp;subd=creativeincode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently created a web service on a seperate server and when I tried to access the service, I received the following error:</p>
<p>The request failed with HTTP status 401: Access Denied.</p>
<p>Description: An unhandled exception occurred during the execution of the current Web request. Please review the stack trace for more information about the error and where it originated in the code.</p>
<p>Exception Details: System.Net.WebException: The request failed with HTTP status 401: Access Denied.</p>
<p>The problem was that my application was using the NETWORK SERVICE account to access the web service which isn&#8217;t going to work. Instead I created a domain-level service account and used that to access the web service.</p>
<pre>//Create an instance of the CredentialCache class.
CredentialCache cache = new CredentialCache();

// Add a NetworkCredential instance to CredentialCache.
// Negotiate for NTLM or Kerberos authentication.
cache.Add( new Uri(myProxy.Url), "Negotiate", new NetworkCredential("UserName", "Password", "Domain")); 

//Assign CredentialCache to the Web service Client Proxy(myProxy) Credetials property.
myProxy.Credentials = cache;</pre>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/creativeincode.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/creativeincode.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/creativeincode.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/creativeincode.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/creativeincode.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/creativeincode.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/creativeincode.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/creativeincode.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/creativeincode.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/creativeincode.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/creativeincode.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/creativeincode.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/creativeincode.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/creativeincode.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativeincode.wordpress.com&amp;blog=10190019&amp;post=40&amp;subd=creativeincode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://creativeincode.wordpress.com/2010/11/29/access-denied-error-message-when-you-call-a-web-service-while-anonymous-authentication-is-turned-off/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/941c976187363bb3361ef1455a704831?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jasongill09</media:title>
		</media:content>
	</item>
		<item>
		<title>Convert YouTube video to mp3</title>
		<link>http://creativeincode.wordpress.com/2010/01/05/convert-youtube-video-to-mp3/</link>
		<comments>http://creativeincode.wordpress.com/2010/01/05/convert-youtube-video-to-mp3/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 16:57:01 +0000</pubDate>
		<dc:creator>jasongill09</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://creativeincode.wordpress.com/?p=35</guid>
		<description><![CDATA[I was searching for a way to get the audio (mp3) from a YouTube video and stumbled across this little gem &#8211; http://www.video2mp3.net/ In a nutshell, if you search for a video on YouTube or any other video website, just paste the URL in to the input field and away you go. It will convert [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativeincode.wordpress.com&amp;blog=10190019&amp;post=35&amp;subd=creativeincode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was searching for a way to get the audio (mp3) from a YouTube video and stumbled across this little gem &#8211; <a title="Video 2 mp3 convertor" href="http://www.video2mp3.net/" target="_blank">http://www.video2mp3.net/</a></p>
<p>In a nutshell, if you search for a video on YouTube or any other video website, just paste the URL in to the input field and away you go. It will convert the video into an mp3 file which you can download and save locally.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/creativeincode.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/creativeincode.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/creativeincode.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/creativeincode.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/creativeincode.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/creativeincode.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/creativeincode.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/creativeincode.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/creativeincode.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/creativeincode.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/creativeincode.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/creativeincode.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/creativeincode.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/creativeincode.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativeincode.wordpress.com&amp;blog=10190019&amp;post=35&amp;subd=creativeincode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://creativeincode.wordpress.com/2010/01/05/convert-youtube-video-to-mp3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/941c976187363bb3361ef1455a704831?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jasongill09</media:title>
		</media:content>
	</item>
		<item>
		<title>MSDeploy skip Thumbs.db files using a wildcard</title>
		<link>http://creativeincode.wordpress.com/2009/12/09/msdeploy-skip-thumbs-db-files-using-a-wildcard/</link>
		<comments>http://creativeincode.wordpress.com/2009/12/09/msdeploy-skip-thumbs-db-files-using-a-wildcard/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 17:16:46 +0000</pubDate>
		<dc:creator>jasongill09</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[msdeploy]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://creativeincode.wordpress.com/?p=29</guid>
		<description><![CDATA[I use MSDeploy for one system which syncs/replicates content from staging to several production environments. However whenever the sync script tried to copy content it would often encounter a problem with a Thumbs.db file (which comes out of thin air) and throw its toys out of the pram. The easiest way to fix this was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativeincode.wordpress.com&amp;blog=10190019&amp;post=29&amp;subd=creativeincode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I use MSDeploy for one system which syncs/replicates content from staging to several production environments. However whenever the sync script tried to copy content it would often encounter a problem with a Thumbs.db file (which comes out of thin air) and throw its toys out of the pram.</p>
<p>The easiest way to fix this was to skip any files with filename &#8216;Thumbs&#8217; in it. Using the below snippet elivated the problem, wooohooo!</p>
<p>-skip:ObjectName=filePath,absolutePath=&#8221;.*\\Thumbs.*&#8221;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/creativeincode.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/creativeincode.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/creativeincode.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/creativeincode.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/creativeincode.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/creativeincode.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/creativeincode.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/creativeincode.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/creativeincode.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/creativeincode.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/creativeincode.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/creativeincode.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/creativeincode.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/creativeincode.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativeincode.wordpress.com&amp;blog=10190019&amp;post=29&amp;subd=creativeincode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://creativeincode.wordpress.com/2009/12/09/msdeploy-skip-thumbs-db-files-using-a-wildcard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/941c976187363bb3361ef1455a704831?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jasongill09</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Firebug to learn jQuery</title>
		<link>http://creativeincode.wordpress.com/2009/12/07/using-firebug-to-learn-jquery/</link>
		<comments>http://creativeincode.wordpress.com/2009/12/07/using-firebug-to-learn-jquery/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 16:43:37 +0000</pubDate>
		<dc:creator>jasongill09</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jquerify]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[selectorgadget]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://creativeincode.wordpress.com/?p=24</guid>
		<description><![CDATA[Stumbled across this useful video tutorial by Dave Ward and Craig Shoemaker that shows how to use Firebug (web dev plugin for Firefox) to help you learn jQuery. It also brought to my attention two additional tools; jQuerify and SelectorGadget. The cool thing is you can apply these changes to any website, not just the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativeincode.wordpress.com&amp;blog=10190019&amp;post=24&amp;subd=creativeincode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Stumbled across <a href="http://encosia.com/2009/09/21/updated-see-how-i-used-firebug-to-learn-jquery/" target="_blank">this useful video tutorial</a> by Dave Ward and Craig Shoemaker that shows how to use Firebug (web dev plugin for Firefox) to help you learn jQuery. It also brought to my attention two additional tools; jQuerify and SelectorGadget.</p>
<p>The cool thing is you can apply these changes to any website, not just the ones you have source code access to <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Enjoy.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/creativeincode.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/creativeincode.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/creativeincode.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/creativeincode.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/creativeincode.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/creativeincode.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/creativeincode.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/creativeincode.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/creativeincode.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/creativeincode.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/creativeincode.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/creativeincode.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/creativeincode.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/creativeincode.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativeincode.wordpress.com&amp;blog=10190019&amp;post=24&amp;subd=creativeincode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://creativeincode.wordpress.com/2009/12/07/using-firebug-to-learn-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/941c976187363bb3361ef1455a704831?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jasongill09</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding e-mail verification on ASP.NET MVC using Membership Framework</title>
		<link>http://creativeincode.wordpress.com/2009/11/23/adding-e-mail-verification-on-asp-net-mvc-using-membership-framework/</link>
		<comments>http://creativeincode.wordpress.com/2009/11/23/adding-e-mail-verification-on-asp-net-mvc-using-membership-framework/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 12:56:16 +0000</pubDate>
		<dc:creator>jasongill09</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://creativeincode.wordpress.com/?p=21</guid>
		<description><![CDATA[Was recently looking for something to help me do this. I found this useful blog entry.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativeincode.wordpress.com&amp;blog=10190019&amp;post=21&amp;subd=creativeincode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Was recently looking for something to help me do this.</p>
<p>I found this useful blog <a href="http://weblogs.manas.com.ar/smedina/2008/11/28/adding-e-mail-verification-on-aspnet-mvc-using-membership-framework/" target="_self">entry</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/creativeincode.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/creativeincode.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/creativeincode.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/creativeincode.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/creativeincode.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/creativeincode.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/creativeincode.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/creativeincode.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/creativeincode.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/creativeincode.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/creativeincode.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/creativeincode.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/creativeincode.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/creativeincode.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativeincode.wordpress.com&amp;blog=10190019&amp;post=21&amp;subd=creativeincode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://creativeincode.wordpress.com/2009/11/23/adding-e-mail-verification-on-asp-net-mvc-using-membership-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/941c976187363bb3361ef1455a704831?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jasongill09</media:title>
		</media:content>
	</item>
		<item>
		<title>Arrgh&#8230;I&#8217;ve lost my Windows taskbar</title>
		<link>http://creativeincode.wordpress.com/2009/11/10/arrgh-ive-lost-my-windows-taskbar/</link>
		<comments>http://creativeincode.wordpress.com/2009/11/10/arrgh-ive-lost-my-windows-taskbar/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 16:31:46 +0000</pubDate>
		<dc:creator>jasongill09</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[taskbar]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://creativeincode.wordpress.com/?p=17</guid>
		<description><![CDATA[This is a common problem with Windows XP, where the taskbar just disappears.  Most people think they have to go through the pain staking process of closing down all their applications and rebooting their machines&#8230; but you don&#8217;t! How to restore the taskbar 1. Hold down CTRL + Alt + Delete on your keyboard to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativeincode.wordpress.com&amp;blog=10190019&amp;post=17&amp;subd=creativeincode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is a common problem with Windows XP, where the taskbar just disappears.  Most people think they have to go through the pain staking process of closing down all their applications and rebooting their machines&#8230; but you don&#8217;t!</p>
<p><strong>How to restore the taskbar</strong></p>
<p>1. Hold down CTRL + Alt + Delete on your keyboard to bring up Windows Task Manager</p>
<p>2. Under the Applications tab close all of your Windows Explorer tasks by selecting the task one by one and selecting End Task</p>
<p>3. Once you have successfully closed your Windows Explorer tasks, choose File &gt; New Task (Run) (or you could hold down the Windows key + R button on your keyboard)</p>
<p>4. You should now see a Run window appear, type in &#8216;explorer&#8217; in the text window and press OK.</p>
<p>Wallah! Your taskbar is restored!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/creativeincode.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/creativeincode.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/creativeincode.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/creativeincode.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/creativeincode.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/creativeincode.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/creativeincode.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/creativeincode.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/creativeincode.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/creativeincode.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/creativeincode.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/creativeincode.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/creativeincode.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/creativeincode.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativeincode.wordpress.com&amp;blog=10190019&amp;post=17&amp;subd=creativeincode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://creativeincode.wordpress.com/2009/11/10/arrgh-ive-lost-my-windows-taskbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/941c976187363bb3361ef1455a704831?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jasongill09</media:title>
		</media:content>
	</item>
		<item>
		<title>Programming books for sale</title>
		<link>http://creativeincode.wordpress.com/2009/11/05/programming-books/</link>
		<comments>http://creativeincode.wordpress.com/2009/11/05/programming-books/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 21:07:51 +0000</pubDate>
		<dc:creator>jasongill09</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3DS Max]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[for sale]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[vb.net]]></category>
		<category><![CDATA[visual basic]]></category>

		<guid isPermaLink="false">http://creativeincode.wordpress.com/?p=13</guid>
		<description><![CDATA[Selling some programming books I have lying around that I don&#8217;t use anymore. In very good condition, almost new. Check them out on Amazon &#8211; seller account &#8216;creativeincode_books&#8217; &#160; 3DS MAX 6 Fundamentals (Fundamentals (New Riders)) [Paperback] by Boardman, Ted Beginning ASP 3.0 (Programmer to Programmer) [Paperback] by Buser, David Beginning JavaScript (Programmer to Programmer) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativeincode.wordpress.com&amp;blog=10190019&amp;post=13&amp;subd=creativeincode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Selling some programming books I have lying around that I don&#8217;t use anymore. In very good condition, almost new.</p>
<p>Check them out on Amazon &#8211; seller account &#8216;creativeincode_books&#8217;</p>
<p>&nbsp;</p>
<p><a href="http://www.amazon.co.uk/gp/product/0735713855" target="_blank">3DS MAX 6 Fundamentals (Fundamentals (New Riders)) [Paperback] by Boardman, Ted</a></p>
<p><a href="http://www.amazon.co.uk/gp/product/0764543636" target="_blank">Beginning ASP 3.0 (Programmer to Programmer) [Paperback] by Buser, David</a></p>
<p><a href="http://www.amazon.co.uk/gp/product/0764555871" target="_blank">Beginning JavaScript (Programmer to Programmer) by Wilton, Paul</a></p>
<p><a href="http://www.amazon.co.uk/gp/product/0072229691" target="_blank">How to Do Everything with Macromedia Flash X by Blake, Bonnie</a></p>
<p><a href="http://www.amazon.co.uk/gp/product/0596003080" target="_blank">VB.NET Language in a Nutshell (In a Nutshell (O&#8217;Reilly)) by Roman, Steven</a></p>
<p><a href="http://www.amazon.co.uk/gp/product/0596003862" target="_blank">Learning Visual Basic .NET [Paperback] by Liberty, Jesse</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/creativeincode.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/creativeincode.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/creativeincode.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/creativeincode.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/creativeincode.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/creativeincode.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/creativeincode.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/creativeincode.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/creativeincode.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/creativeincode.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/creativeincode.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/creativeincode.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/creativeincode.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/creativeincode.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativeincode.wordpress.com&amp;blog=10190019&amp;post=13&amp;subd=creativeincode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://creativeincode.wordpress.com/2009/11/05/programming-books/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/941c976187363bb3361ef1455a704831?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jasongill09</media:title>
		</media:content>
	</item>
		<item>
		<title>Dual boot Windows XP and Windows 7 from 2 hard drives</title>
		<link>http://creativeincode.wordpress.com/2009/11/03/dual-boot-windows-xp-and-windows-7-from-2-hard-drives/</link>
		<comments>http://creativeincode.wordpress.com/2009/11/03/dual-boot-windows-xp-and-windows-7-from-2-hard-drives/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 00:33:00 +0000</pubDate>
		<dc:creator>jasongill09</dc:creator>
				<category><![CDATA[PC]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[dual boot]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://creativeincode.wordpress.com/?p=8</guid>
		<description><![CDATA[I recently blogged about carrying out a dual-boot install of Windows 7 Ultimate on my personal desktop PC. My current setup is Windows XP Professional on a 75GB HD and now Windows 7 Ultimate running on a separate 75GB HD. I realise it&#8217;s probably overkill having such large disks used for operating systems but I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativeincode.wordpress.com&amp;blog=10190019&amp;post=8&amp;subd=creativeincode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently blogged about carrying out a dual-boot <a title="Windows 7 install " href="http://wp.me/pGKT9-3" target="_self">install of Windows 7 Ultimate</a> on my personal desktop PC.</p>
<p>My current setup is Windows XP Professional on a 75GB HD and now Windows 7 Ultimate running on a separate 75GB HD. I realise it&#8217;s probably overkill having such large disks used for operating systems but I got a good deal on HD&#8217;s when I built the PC&#8230;so what the heck!</p>
<p><strong>Why dual-boot?</strong></p>
<p>I wasn&#8217;t sure how good Windows 7 would be (let&#8217;s face it, if Vista was anything to go by then I would be switching back to XP pretty soon) and I was happy with what I was getting from XP so rather than replace XP I wanted to be able to try the new OS and check all the hype from myself. So if like me you want to &#8216;test&#8217; before you switch then carefully follow the instructions below.</p>
<p><strong>How to set up</strong></p>
<p>I already had Windows XP installed which makes the process easier but there are other people who have blogged on how to install XP on a system already running Windows 7 or Vista.</p>
<p>1. First things first, make sure the HD (hard drive) you want to install Windows 7 on has been formatted. The easiest way to do this is to open My Computer &gt; Right click the drive you wish to format &gt; Choose &#8216;Format&#8217;. Ensure you carry out full formatting process and not quick format.</p>
<p>2. Next step is to place the Windows 7 boot CD/DVD in the PC&#8217;s CD/DVD drive.</p>
<p>3. Now restart your PC.</p>
<p>4. Enter the BIOS menu by pressing the appropriate F key on your keyboard. For me this was F10.</p>
<p>5. The Boot menu should now appear (blue screen). Choose to boot from your CD/DVD drive.</p>
<p>6. Now carefully follow the instructions on-screen.</p>
<p>7. When you are prompted to choose &#8216;type of installation&#8217;, ensure you choose &#8216;Custom&#8217; and choose the correct drive you wish to install Windows 7 to. Always double-check because the last thing you&#8217;d want is to overwrite your Windows XP installation.</p>
<p>8. Carefully follow the instructions on-screen until installation is complete.</p>
<p>9. When you restart your PC you will notice that you will be prompted to either use &#8216;Windows 7&#8242; or &#8216;Previous version of Windows&#8217;. We have dual-boot mode&#8230;woohoo!</p>
<p>That wasn&#8217;t so hard now was it!</p>
<p>Go get a cup of tea and enjoy being able to dual-boot Windows XP and Windows 7.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/creativeincode.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/creativeincode.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/creativeincode.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/creativeincode.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/creativeincode.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/creativeincode.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/creativeincode.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/creativeincode.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/creativeincode.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/creativeincode.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/creativeincode.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/creativeincode.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/creativeincode.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/creativeincode.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativeincode.wordpress.com&amp;blog=10190019&amp;post=8&amp;subd=creativeincode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://creativeincode.wordpress.com/2009/11/03/dual-boot-windows-xp-and-windows-7-from-2-hard-drives/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/941c976187363bb3361ef1455a704831?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jasongill09</media:title>
		</media:content>
	</item>
		<item>
		<title>Installed Windows 7 Ultimate</title>
		<link>http://creativeincode.wordpress.com/2009/10/31/installed-windows-7-ultimate/</link>
		<comments>http://creativeincode.wordpress.com/2009/10/31/installed-windows-7-ultimate/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 16:06:03 +0000</pubDate>
		<dc:creator>jasongill09</dc:creator>
				<category><![CDATA[PC]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[dual boot]]></category>
		<category><![CDATA[ultimate]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://creativeincode.wordpress.com/?p=3</guid>
		<description><![CDATA[Just installed Windows 7 Ultimate on my desktop PC. So far so good. I was a bit at first reluctant due to Microsoft&#8217;s previous OS release and to be honest XP did exactly what I wanted so why change, right?  A few colleagues who had installed Vista and changed over to Windows 7 said that the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativeincode.wordpress.com&amp;blog=10190019&amp;post=3&amp;subd=creativeincode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just installed Windows 7 Ultimate on my desktop PC. So far so good. I was a bit at first reluctant due to Microsoft&#8217;s previous OS release and to be honest XP did exactly what I wanted so why change, right?  A few colleagues who had installed Vista and changed over to Windows 7 said that the new OS was much much better and highly recommended the switch. Having not previously installed Vista for the reasons they changed to 7, I thought I&#8217;d better install Windows 7 on a new partition/hard drive&#8230; just incase it wasn&#8217;t as good as the hype.</p>
<p>So far I&#8217;m impressed. Everything seems to be working OK, no performance issues and was pretty quick to install. It also managed to download and install all the hardware drivers for me which was very handy.</p>
<p><strong>Dual boot</strong></p>
<p>I decided to install Windows 7 on a second 75GB hard drive (as I had a second spare HD sitting in my PC) and still have XP on a seperate HD.</p>
<p>I will blog about how I did this later.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/creativeincode.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/creativeincode.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/creativeincode.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/creativeincode.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/creativeincode.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/creativeincode.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/creativeincode.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/creativeincode.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/creativeincode.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/creativeincode.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/creativeincode.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/creativeincode.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/creativeincode.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/creativeincode.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=creativeincode.wordpress.com&amp;blog=10190019&amp;post=3&amp;subd=creativeincode&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://creativeincode.wordpress.com/2009/10/31/installed-windows-7-ultimate/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/941c976187363bb3361ef1455a704831?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jasongill09</media:title>
		</media:content>
	</item>
	</channel>
</rss>
