<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>techencoder &#187; Programming</title>
	<atom:link href="http://techencoder.com/index.php/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://techencoder.com</link>
	<description>Technical ideas in a human readable format</description>
	<lastBuildDate>Wed, 01 Feb 2012 17:19:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>		<item>
		<title>Music for Programming</title>
		<link>http://techencoder.com/index.php/2012/01/music-for-programming/</link>
		<comments>http://techencoder.com/index.php/2012/01/music-for-programming/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 05:31:55 +0000</pubDate>
		<dc:creator>r.claypool</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://techencoder.com/?p=1284</guid>
		<description><![CDATA[Buy it here.]]></description>
			<content:encoded><![CDATA[<p><iframe width="420" height="315" src="http://www.youtube.com/embed/867wjv3WOJY" frameborder="0" allowfullscreen></iframe></p>
<p>Buy it <a href="http://amzn.com/B001GQKQEC">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://techencoder.com/index.php/2012/01/music-for-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HG Style Template</title>
		<link>http://techencoder.com/index.php/2011/01/hg-style-template/</link>
		<comments>http://techencoder.com/index.php/2011/01/hg-style-template/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 04:15:22 +0000</pubDate>
		<dc:creator>r.claypool</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Mercurial]]></category>
		<category><![CDATA[quick tip]]></category>

		<guid isPermaLink="false">http://techencoder.com/?p=1239</guid>
		<description><![CDATA[The hg red-bean guide has examples to customize the output of Mecurial. It&#8217;s easy to create your own. Here&#8217;s one of mine &#8230; # This template prints the files included in each changeset. changeset = &#34;{node&#124;short}: {desc}\n{files}\n&#34; file = &#34; {file}\n&#34; Which formats the output like this &#8230; e9f2c463e105: increment version for push setup.py &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>The hg red-bean guide <a href='http://hgbook.red-bean.com/read/customizing-the-output-of-mercurial.html'>has examples</a> to customize the output of Mecurial.  It&#8217;s easy to create your own.</p>
<p>Here&#8217;s one of mine &#8230;</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># This template prints the files included in each changeset.</span>
changeset = <span style="color: #ff0000;">&quot;{node|short}: {desc}<span style="color: #000099; font-weight: bold;">\n</span>{files}<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span>
<span style="color: #c20cb9; font-weight: bold;">file</span> = <span style="color: #ff0000;">&quot;  {file}<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span></pre></div></div>

<p>Which formats the output like this &#8230;</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">e9f2c463e105: increment version <span style="color: #000000; font-weight: bold;">for</span> push
  setup.py
&nbsp;
98c2272ab7ff: apparently sdist was broken.
repair MANIFEST to include ez_setup properly
  MANIFEST
  MANIFEST.in
  setup.py</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://techencoder.com/index.php/2011/01/hg-style-template/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress on Linux: The uploaded file could not be moved</title>
		<link>http://techencoder.com/index.php/2010/11/wordpress-on-linux-the-uploaded-file-could-not-be-moved/</link>
		<comments>http://techencoder.com/index.php/2010/11/wordpress-on-linux-the-uploaded-file-could-not-be-moved/#comments</comments>
		<pubDate>Sun, 28 Nov 2010 06:26:06 +0000</pubDate>
		<dc:creator>r.claypool</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[quick tip]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://techencoder.com/?p=1229</guid>
		<description><![CDATA[Getting this error? The uploaded file could not be moved to /usr/local/apache2/htdocs/your-site/wp-content/uploads. Most of the advice you will find is about file and folder permissions, but this error is also displayed if your file is too big. Two MB is the default setting in php.ini for upload_max_filesize, so if this is your problem, just increase [...]]]></description>
			<content:encoded><![CDATA[<p>Getting this error?</p>
<p><code>The uploaded file could not be moved to /usr/local/apache2/htdocs/your-site/wp-content/uploads.</code></p>
<p>Most <a href="http://wordpress.org/support/topic/media-upload-problem-the-uploaded-file-could-not-be-moved-to-error">of the advice</a> you will find is about file and folder permissions, but this error is also displayed if your file is too big.</p>
<p>Two MB is the default setting in php.ini for <code>upload_max_filesize</code>, so if this is your problem, just increase the value and restart apache.</p>
<p>Happy Programming!</p>
]]></content:encoded>
			<wfw:commentRss>http://techencoder.com/index.php/2010/11/wordpress-on-linux-the-uploaded-file-could-not-be-moved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GIS Q&amp;A</title>
		<link>http://techencoder.com/index.php/2010/07/gis-qa/</link>
		<comments>http://techencoder.com/index.php/2010/07/gis-qa/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 20:33:16 +0000</pubDate>
		<dc:creator>r.claypool</dc:creator>
				<category><![CDATA[GIS Links]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[StackOverflow]]></category>

		<guid isPermaLink="false">http://techencoder.com/?p=1215</guid>
		<description><![CDATA[GIS Stack Exchange started a private Beta today and opens to the public in one week. 8/1/2010 Update: Now open.]]></description>
			<content:encoded><![CDATA[<p><a href="http://gis.stackexchange.com"><img class="alignnone size-full wp-image-1216" title="gis-stack-exchange" src="http://techencoder.com/wp-content/uploads/2010/07/gis-stack-exchange.png" alt="GIS Stack Exchange" width="281" height="56" /></a></p>
<p><a href="http://gis.stackexchange.com">GIS Stack Exchange</a> started a private Beta today and opens to the public in one week.</p>
<p><em>8/1/2010 Update: Now open.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://techencoder.com/index.php/2010/07/gis-qa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Delete Multiple Builds in Hudson</title>
		<link>http://techencoder.com/index.php/2010/06/how-to-delete-multiple-builds-in-hudson/</link>
		<comments>http://techencoder.com/index.php/2010/06/how-to-delete-multiple-builds-in-hudson/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 04:35:40 +0000</pubDate>
		<dc:creator>r.claypool</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Hudson]]></category>
		<category><![CDATA[Jenkins]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[quick tip]]></category>

		<guid isPermaLink="false">http://techencoder.com/?p=1201</guid>
		<description><![CDATA[Hudson is great for managing scheduled builds, but after a while the artifacts start to take up a considerable amount of space. Deleting them one by one is possible, but Hudson will do this for you: Note that this works retroactively. If you have 300 old builds and set the job to keep just 20, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://hudson-ci.org"><img class="alignnone size-full wp-image-1203" title="hudson-butler" src="http://techencoder.com/wp-content/uploads/2010/06/hudson-butler.png" alt="" width="96" height="96" /></a></p>
<p>Hudson <a href="http://stackoverflow.com/questions/616149/how-and-why-do-i-set-up-a-c-build-machine/616230#616230">is great</a> for managing scheduled builds, but after a while the artifacts start to take up a considerable amount of space.</p>
<p>Deleting them one by one is possible, but Hudson will do this for you:</p>
<p><img class="aligncenter size-full wp-image-1202" title="discard-old-builds" src="http://techencoder.com/wp-content/uploads/2010/06/discard-old-builds.png" alt="" width="562" height="147" /></p>
<p>Note that this works retroactively.  If you have 300 old builds and set the job to keep just 20, the next build will delete 281 builds.</p>
]]></content:encoded>
			<wfw:commentRss>http://techencoder.com/index.php/2010/06/how-to-delete-multiple-builds-in-hudson/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing Mercurial (hg) into Adobe Flash Builder 4 (standalone installation)</title>
		<link>http://techencoder.com/index.php/2010/05/mecurial-and-flash-builder-4/</link>
		<comments>http://techencoder.com/index.php/2010/05/mecurial-and-flash-builder-4/#comments</comments>
		<pubDate>Wed, 05 May 2010 20:23:09 +0000</pubDate>
		<dc:creator>r.claypool</dc:creator>
				<category><![CDATA[Flash / Flex]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Eclipse Plug-ins]]></category>
		<category><![CDATA[Flash Builder 4]]></category>
		<category><![CDATA[Mercurial]]></category>

		<guid isPermaLink="false">http://techencoder.com/?p=1158</guid>
		<description><![CDATA[Flash Builder, Eclipse and Mercurial (Hg) are all new in my world, and I couldn&#8217;t find any instructions on getting them to play nicely together. If you are in the same boat, read on &#8230; These instructions are based on a stand alone installation of Flex Builder, but I suppose they are about the same [...]]]></description>
			<content:encoded><![CDATA[<p>Flash Builder, Eclipse and <a title="Mercurial Project Home" href="http://mercurial.selenic.com/">Mercurial (Hg)</a> are all new in my world, and I couldn&#8217;t find any instructions on getting them to play nicely together.  If you are in the same boat, read on &#8230;</p>
<h3><img class="aligncenter size-full wp-image-1160" title="FlashBuilder_and_Mercurial" src="http://techencoder.com/wp-content/uploads/2010/05/FlashBuilder_and_Mercurial.png" alt="" width="231" height="55" /><span id="more-1158"></span></h3>
<p><em>These instructions are based on a stand alone installation of Flex Builder, but I suppose they are about the same even if you are using the Flex Builder Eclipse plug-in.</em></p>
<ol>
<li>Click Help &gt; Install New Software &#8230;</li>
<p><img class="size-full wp-image-1165" title="FlexBuilder4_with_Hg_1" src="http://techencoder.com/wp-content/uploads/2010/05/FlexBuilder4_with_Hg_1.png" alt="" width="306" height="78" /></p>
<li>Click &#8216;Available Software Sites&#8217;</li>
<p><img class="size-full wp-image-1159" title="'Available Software Sites' Link" src="http://techencoder.com/wp-content/uploads/2010/05/FlexBuilder4_with_Hg_2.png" alt="" width="569" height="184" /></p>
<li>Click Add<img class="alignnone size-full wp-image-1167" title="'Add Avaiable Software' dialog" src="http://techencoder.com/wp-content/uploads/2010/05/FlexBuilder4_with_Hg_3.png" alt="" width="793" height="184" /></li>
<li>Enter a name and the url (<a title="Mercurial Eclipse Plug-in URL" href="http://hge.javaforge.com/hgeclipse">http://hge.javaforge.com/hgeclipse</a>), click OK</li>
<p><img class="alignnone size-full wp-image-1170" title="Add URL" src="http://techencoder.com/wp-content/uploads/2010/05/FlexBuilder4_with_Hg_4b.png" alt="" width="408" height="128" /></p>
<li>Click OK again to close the parent window and select &#8216;Mercurial Eclipse&#8217; in the &#8216;Work with&#8217; drop-down list.</li>
<p><img class="alignnone size-full wp-image-1169" title="FlexBuilder4_with_Hg_6" src="http://techencoder.com/wp-content/uploads/2010/05/FlexBuilder4_with_Hg_6.png" alt="Drop Down List Selection" width="601" height="218" /></p>
<li>Select HgEclipse and click Next, Next, Next, Finish</li>
<p><img class="alignnone size-full wp-image-1171" title="Selection" src="http://techencoder.com/wp-content/uploads/2010/05/FlexBuilder4_with_Hg_7.png" alt="" width="601" height="291" /></p>
<li>Now open a project.  Right click the project, select Team &gt; Share Project &#8230;</li>
<p><img class="alignnone size-full wp-image-1172" title="FlexBuilder4_with_Hg_13" src="http://techencoder.com/wp-content/uploads/2010/05/FlexBuilder4_with_Hg_13.png" alt="Team &gt; Share Project ..." width="412" height="295" /></p>
<li>Choose Mercurial (obviously) &#8230; click Next, Next, whatever, to finish the selections.</li>
<p><img class="alignnone size-full wp-image-1173" title="Repository Type Selection" src="http://techencoder.com/wp-content/uploads/2010/05/FlexBuilder4_with_Hg_14.png" alt="" width="389" height="214" /></p>
<li>Finished!  You should now see the Mercurial commands in the Team menu.</li>
<p><img class="alignnone size-full wp-image-1176" title="The Team menu using Mercurial" src="http://techencoder.com/wp-content/uploads/2010/05/FlexBuilder4_with_Hg_16.png" alt="" width="507" height="425" /></p>
<p>P.S.  Mercurial ROCKS !!!!  I&#8217;ve used VSS, Perforce, TFS and Subverion.  Subversion has always been my favorite, but Mercurial easily takes first place now.  The DVCS model is <a title="HG Init" href="http://hginit.com/">much better</a>.</ol>
]]></content:encoded>
			<wfw:commentRss>http://techencoder.com/index.php/2010/05/mecurial-and-flash-builder-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>401.x errors on IIS: Authentication Required</title>
		<link>http://techencoder.com/index.php/2010/03/iis-authentication-required/</link>
		<comments>http://techencoder.com/index.php/2010/03/iis-authentication-required/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 13:15:48 +0000</pubDate>
		<dc:creator>r.claypool</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[quick tip]]></category>

		<guid isPermaLink="false">http://techencoder.com/?p=1128</guid>
		<description><![CDATA[Quick Tip: Is your site suddenly requesting a user name and password? Most likely this is triggered by insufficient file system permissions. The error logs at %SYSTEMROOT%\System32\LogFiles\W3SVC###\*.log will narrow down your search and give the substatus and Win32 error codes for each HTTP 401. David Wang has a great write up about this on his [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://techencoder.com/wp-content/uploads/2010/03/iis-authentiction-required.png"><img class="aligncenter size-full wp-image-1129" title="iis-authentiction-required" src="http://techencoder.com/wp-content/uploads/2010/03/iis-authentiction-required-watermarked.png" alt="iis-authentiction-required" width="600" height="169" /></a></p>
<p><em>Quick Tip: <strong>Is your site suddenly requesting a user name and password?</strong></em></p>
<p>Most likely this is triggered by insufficient file system permissions.  The error logs at<br />
<code>%SYSTEMROOT%\System32\LogFiles\W3SVC###\*.log</code> will narrow down your search and give the <code>substatus</code> and <code>Win32</code><br />
error codes for each HTTP 401.  </p>
<p>David Wang has <a href="http://blogs.msdn.com/b/david.wang/archive/2005/07/14/howto-diagnose-iis-401-access-denied.aspx">a great write up</a> about this on his blog.  Check it out for more details.</p>
]]></content:encoded>
			<wfw:commentRss>http://techencoder.com/index.php/2010/03/iis-authentication-required/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>T-SQL: Cannot drop the index because it does not exist or you do not have permission.</title>
		<link>http://techencoder.com/index.php/2010/02/tsql-cannot-drop-theindex/</link>
		<comments>http://techencoder.com/index.php/2010/02/tsql-cannot-drop-theindex/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 12:20:43 +0000</pubDate>
		<dc:creator>r.claypool</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[quick tip]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://techencoder.com/?p=1085</guid>
		<description><![CDATA[Quick tip:&#160;&#160; The table name and index name are required to drop an index, otherwise SQL Server will return an error. e.g. DROP INDEX &#91;dbo&#93;.&#91;IX_MyIndex&#93; fails with &#8230; Msg 3701, Level 11, State 6, Line XX Cannot drop the index 'dbo.IX_MyIndex', because it does not exist or you do not have permission. However, DROP INDEX [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://techencoder.com/wp-content/uploads/2010/02/database.jpg"><img src="http://techencoder.com/wp-content/uploads/2010/02/database.jpg" alt="database" title="database" width="600" height="153" class="aligncenter size-full wp-image-1123" /></a></p>
<p><strong>Quick tip:</strong>&nbsp;&nbsp; The table name <em>and</em> index name are required to drop an index, otherwise SQL Server will return an error.</p>
<p>e.g.</p>

<div class="wp_syntax"><div class="code"><pre class="tsql" style="font-family:monospace;"><span style="color: #0000FF;">DROP</span> <span style="color: #0000FF;">INDEX</span> <span style="color: #808080;">&#91;</span>dbo<span style="color: #808080;">&#93;</span>.<span style="color: #808080;">&#91;</span>IX_MyIndex<span style="color: #808080;">&#93;</span></pre></div></div>

<p> fails with &#8230;</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">Msg 3701, Level 11, State 6, Line XX
Cannot drop the index 'dbo.IX_MyIndex', 
because it does not exist or you do not have permission.</pre></div></div>

<p>However,</p>

<div class="wp_syntax"><div class="code"><pre class="tsql" style="font-family:monospace;"><span style="color: #0000FF;">DROP</span> <span style="color: #0000FF;">INDEX</span> <span style="color: #808080;">&#91;</span>dbo<span style="color: #808080;">&#93;</span>.<span style="color: #808080;">&#91;</span>MyTable<span style="color: #808080;">&#93;</span>.<span style="color: #808080;">&#91;</span>IX_MyIndex<span style="color: #808080;">&#93;</span></pre></div></div>

<p> will work fine if it exists and you have sufficient permissions.   (Use <code>Select user_name()</code> to determine your user context, which will help to verify the permissions being used.)</p>
]]></content:encoded>
			<wfw:commentRss>http://techencoder.com/index.php/2010/02/tsql-cannot-drop-theindex/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Intellisense for NAnt Build Files (VS 2005 and 2008)</title>
		<link>http://techencoder.com/index.php/2010/01/vs-intellisense-for-nant/</link>
		<comments>http://techencoder.com/index.php/2010/01/vs-intellisense-for-nant/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 05:05:06 +0000</pubDate>
		<dc:creator>r.claypool</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[NAnt]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://techencoder.com/?p=1050</guid>
		<description><![CDATA[Step 1. Make VS recognize a .build file as an XML file. Right-click a .build file in the &#8220;Solution Explorer&#8221; and select &#8220;Open With &#8230;&#8221; In the &#8220;Open With&#8221; dialog, select &#8220;XML Editor&#8221; and &#8220;Set as Default&#8221; Step 2: Enable intellisense for .build files. Get the schema file for NAnt: Version 0.86 Beta 1 is at [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://techencoder.com/wp-content/uploads/2010/01/nant.jpg" alt="nant" title="nant" width="600" height="106" class="aligncenter size-full wp-image-1100" /></p>
<h4>Step 1. Make VS recognize a .build file as an XML file.</h4>
<div>
<ol>
<li>Right-click a .build file in the &#8220;Solution Explorer&#8221; and select &#8220;Open With &#8230;&#8221;</li>
<li>In the &#8220;Open With&#8221; dialog, select &#8220;XML Editor&#8221; and &#8220;Set as Default&#8221;</li>
</ol>
<p><img class="aligncenter size-full wp-image-1053" title="vs-2005-2008-open-with-dialog" src="http://techencoder.com/wp-content/uploads/2010/01/vs-2005-2008-open-with-dialog.png" alt="vs-2005-2008-open-with-dialog" width="600" height="244" /></div>
<h4>Step 2: Enable intellisense for .build files.</h4>
<p>Get the schema file for NAnt:</p>
<ul>
<li>Version 0.86 Beta 1 is at <a title="XSD Schema for NAnt" href="http://nant.sf.net/release/0.86-beta1/nant.xsd" target="_blank">http://nant.sf.net/release/0.86-beta1/nant.xsd</a></li>
<li>Version 0.85 is at <a title="XSD Schema for NAnt" href="http://nant.sf.net/release/0.86-beta1/nant.xsd" target="_blank">http://nant.sf.net/release/0.85/nant.xsd</a></li>
</ul>
<p>Copy it to the &#8220;<em>xml\Schemas</em>&#8221; subdirectory of your VS installation:</p>
<div>
<ul>
<li>Note that you can check this path via <em>Tools &gt; Options &gt; Text Editor &gt; XML &gt; Miscellaneous</em></li>
</ul>
<p><img class="aligncenter size-full wp-image-1066" title="schema-location-option" src="http://techencoder.com/wp-content/uploads/2010/01/schema-location-option.png" alt="schema-location-option" width="600" height="347" /></div>
<div>Specify the schema to use within Visual Studio:</div>
<div>
<ul>
<li>Open the file so that it appears in a Visual Studio editor window.</li>
<li>Click the file&#8217;s editor window (to activate it) and specify the schema to use (within the &#8220;Properties&#8221; window).<br />
<img class="aligncenter size-full wp-image-1057" title="change-schema-properties" src="http://techencoder.com/wp-content/uploads/2010/01/change-schema-properties.png" alt="change-schema-properties" width="600" height="148" /></li>
</ul>
<ul>
<li>Note that this dialog has changed from VS 2005 to 2008:</li>
</ul>
<p style="text-align: center;"><img class="size-full wp-image-1058" title="xsd-schemas-vs-2005" src="http://techencoder.com/wp-content/uploads/2010/01/xsd-schemas-vs-2005.png" alt="Visual Studio 2005" width="600" height="231" /><br />
(VS 2005)</p>
<p><img class="size-full wp-image-1059" title="xsd-schemas-vs-2008" src="http://techencoder.com/wp-content/uploads/2010/01/xsd-schemas-vs-2008.png" alt="Visual Studio 2008" width="600" height="235" /><br />
(VS 2008)</p>
<p>If all of that is not enough,  make sure to <strong>enter an xmlns and make sure it is equal to the xmlns specified in the XSD schema</strong>. </p>
<p>
!!!!! Even though the schema is available at <a title="NANT XML Schema" href="http://nant.sourceforge.net/release/0.86-beta1/nant.xsd" target="_blank">http://nant.sf.net/release/0.86-beta1/nant.xsd</a> and <a title="NANT XML Schema" href="http://nant.sourceforge.net/release/0.86-beta1/nant.xsd" target="_blank">http://nant.sourceforge.net/release/0.86-beta1/nant.xsd</a>, you must reference the former url in your build file because it is the one referenced in nant.xsd. !!!!!</p>
<p>Here is an example of what I mean:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;project</span> <span style="color: #000066;">xmlns</span>=<span style="color: #ff0000;">&quot;http://nant.sf.net/release/0.86-beta1/nant.xsd&quot;</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;MyProject&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
  <span style="color: #808080; font-style: italic;">&lt;!-- stuff here --&gt;</span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/project<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>Hope that helps someone.  Happy Programming!</p></div>
<hr/>
<div xmlns:cc="http://creativecommons.org/ns#" about="http://www.flickr.com/photos/kubina/521327318/">
Attribution: The <a href='http://www.flickr.com/photos/kubina/521327318/'>ant photo</a> in this post is used with permission (<a rel="license" href="http://creativecommons.org/licenses/by-sa/2.0/">CC BY-SA 2.0</a>) by <a rel="cc:attributionURL" href="http://www.flickr.com/photos/kubina/">Jeff Kubina</a></div>
]]></content:encoded>
			<wfw:commentRss>http://techencoder.com/index.php/2010/01/vs-intellisense-for-nant/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Getting DataTables to work with ASP.Net MVC</title>
		<link>http://techencoder.com/index.php/2009/12/getting-datatables-to-work-with-asp-net-mvc/</link>
		<comments>http://techencoder.com/index.php/2009/12/getting-datatables-to-work-with-asp-net-mvc/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 07:13:12 +0000</pubDate>
		<dc:creator>r.claypool</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[ASP.Net MVC]]></category>
		<category><![CDATA[DataTables]]></category>

		<guid isPermaLink="false">http://techencoder.com/?p=1041</guid>
		<description><![CDATA[Want to get jQuery DataTables to work in an ASP.Net MVC project ??? Here is a demo project in C# that should get you started.  If I find the time, I&#8217;ll post details on how this was put together (but I think most developers will benefit more from running and stepping through the source code [...]]]></description>
			<content:encoded><![CDATA[<p>Want to get jQuery <a href="http://www.datatables.net/">DataTables</a> to work in an ASP.Net MVC project ???</p>
<p>Here is a <a href="http://techencoder.com/wp-content/uploads/2009/12/ASP.Net-MVC-and-DataTables-Demo.zip">demo project</a> in C# that should get you started.  If I find the time, I&#8217;ll post details on how this was put together (but I think most developers will benefit more from running and stepping through the source code anyway).</p>
<p>Hope this helps someone.  Happy Programming!</p>
]]></content:encoded>
			<wfw:commentRss>http://techencoder.com/index.php/2009/12/getting-datatables-to-work-with-asp-net-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

