<?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/"
	>

<channel>
	<title>Research &#38; Development for 3D &#38; the Web</title>
	<atom:link href="http://davegoosem.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://davegoosem.net/blog</link>
	<description>A little research &#38; development blog for 3D Modelling, Animation and Web Technologies</description>
	<lastBuildDate>Fri, 06 Apr 2012 09:19:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Importing ASCX Controls in ASP.NET</title>
		<link>http://davegoosem.net/blog/web-development/web-programming/importing-ascx-controls-aspnet/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=importing-ascx-controls-aspnet</link>
		<comments>http://davegoosem.net/blog/web-development/web-programming/importing-ascx-controls-aspnet/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 09:10:36 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://davegoosem.net/blog/?p=1626</guid>
		<description><![CDATA[Just a very quick one on how this is done in ASP.NET. Firstly, the difference between an ".aspx" and an ".ascx" file. An ".aspx" (Active Server Page Extended) file is a source code file for a webpage (often called a “webform”) written in ASP.NET. These pages can contain HTML tags and as such can be read by your browser which an ASCX file cannot. An ".ascx" file or a 'Web User control' in ASP.NET ends with the extension .ascx. They can be used in an ASP.NET page by registering them Read more [...]]]></description>
		<wfw:commentRss>http://davegoosem.net/blog/web-development/web-programming/importing-ascx-controls-aspnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Displaying ASPX files and .LESS in Orchard CMS</title>
		<link>http://davegoosem.net/blog/web-development/orchard/displaying-aspx-files-orchard-cms/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=displaying-aspx-files-orchard-cms</link>
		<comments>http://davegoosem.net/blog/web-development/orchard/displaying-aspx-files-orchard-cms/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 11:09:48 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Orchard]]></category>
		<category><![CDATA[ASPX]]></category>
		<category><![CDATA[CMS]]></category>

		<guid isPermaLink="false">http://davegoosem.net/blog/?p=1615</guid>
		<description><![CDATA[Add this web.config file into the directory to get both .less and regular .aspx files to be displayed in the Orchard CMS. xml version="1.0" encoding="UTF-8"?&#62; &#60;configuration&#62; &#60;appSettings&#62; &#60;add key="webpages:Enabled" value="false" /&#62; &#60;/appSettings&#62; &#60;system.web&#62; &#60;httpHandlers&#62; &#60;add type="dotless.Core.LessCssHttpHandler, dotless.Core" validate="false" path="*.LESS" verb="*" /&#62; &#60;add path="*" verb="*" type="System.Web.StaticFileHandler" /&#62; &#60;add Read more [...]]]></description>
		<wfw:commentRss>http://davegoosem.net/blog/web-development/orchard/displaying-aspx-files-orchard-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning jQuery &#8211; Lesson 1 Notes</title>
		<link>http://davegoosem.net/blog/web-development/jquery/learning-jquery-lesson-1-notes/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=learning-jquery-lesson-1-notes</link>
		<comments>http://davegoosem.net/blog/web-development/jquery/learning-jquery-lesson-1-notes/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 13:11:55 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://davegoosem.net/blog/?p=1609</guid>
		<description><![CDATA[Decided to learn JQuery the old fashioned way by doing lessons from a text book called "Learning jQuery, Third Edition". Here are my notes from first lesson: You need to download and place the latest jQuery source into your site root somewhere. You can get this latest jQuery file from the website here. You need to reference this in the head of your page along with your style sheet etc as per normal. An example might be: &#60;head&#62; &#60;meta charset="utf-8"&#62; &#60;title&#62;Your Title Read more [...]]]></description>
		<wfw:commentRss>http://davegoosem.net/blog/web-development/jquery/learning-jquery-lesson-1-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing /en/ language option from Sitecore URLs</title>
		<link>http://davegoosem.net/blog/web-development/sitecore/removing-en-language-option-sitecore-urls/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=removing-en-language-option-sitecore-urls</link>
		<comments>http://davegoosem.net/blog/web-development/sitecore/removing-en-language-option-sitecore-urls/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 06:17:03 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Sitecore]]></category>

		<guid isPermaLink="false">http://davegoosem.net/blog/?p=1603</guid>
		<description><![CDATA[Open the web.config file and find the following: &#8216;languageEmbedding&#8217; &#8211; set it to &#8216;never&#8217;. By default it seems to be set to &#8216;asNeeded&#8217;. Do this like so: languageEmbedding=&#8221;never&#8221; That&#8217;s it. No more annoying duplicate page entries in your Google Analytics and things like that.]]></description>
		<wfw:commentRss>http://davegoosem.net/blog/web-development/sitecore/removing-en-language-option-sitecore-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excluding Sitecore items from Search Results</title>
		<link>http://davegoosem.net/blog/web-development/sitecore/excluding-sitecore-items-search-results/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=excluding-sitecore-items-search-results</link>
		<comments>http://davegoosem.net/blog/web-development/sitecore/excluding-sitecore-items-search-results/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 10:15:31 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Sitecore]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[Lucene]]></category>
		<category><![CDATA[searching]]></category>

		<guid isPermaLink="false">http://davegoosem.net/blog/?p=1481</guid>
		<description><![CDATA[Excluding Sitecore items from your search results in Sitecore using Lucene Lets say you want to exclude a particular item from being displayed in your search results when searching in your Sitecore site. This can be done by adding a couple of lines to your web.config file. Do a search for: "Sitecore.Search.Crawlers.DatabaseCrawler, Sitecore.Kernel" It's possible to add templates or IDs of  items of which should be included to the index or excluded from it. Lets say you want to exclude all Read more [...]]]></description>
		<wfw:commentRss>http://davegoosem.net/blog/web-development/sitecore/excluding-sitecore-items-search-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

