<?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>Travis J. Gosselin</title>
	<atom:link href="http://travisgosselin.com/blog/Index.php?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://travisgosselin.com/blog</link>
	<description>&#34;I do not fear computers, I fear the lack of them&#34; (Isaac Asimov).</description>
	<lastBuildDate>Sun, 29 Apr 2012 21:55:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HTML5 Placeholder Attribute</title>
		<link>http://travisgosselin.com/blog/?p=337</link>
		<comments>http://travisgosselin.com/blog/?p=337#comments</comments>
		<pubDate>Sun, 29 Apr 2012 21:51:40 +0000</pubDate>
		<dc:creator>travis</dc:creator>
				<category><![CDATA[HTML & CSS]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://travisgosselin.com/blog/?p=337</guid>
		<description><![CDATA[
When creating web forms it is often nice to throw in a hint as to what should be entered into the field. This is a nice nuance that adds a nice level of interaction to your site. Previously you would have had to use JavaScript and click events to remove the hinting text from the [...]]]></description>
		<wfw:commentRss>http://travisgosselin.com/blog/?feed=rss2&amp;p=337</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS &amp; !important Declarations</title>
		<link>http://travisgosselin.com/blog/?p=335</link>
		<comments>http://travisgosselin.com/blog/?p=335#comments</comments>
		<pubDate>Mon, 23 Apr 2012 15:46:33 +0000</pubDate>
		<dc:creator>travis</dc:creator>
				<category><![CDATA[HTML & CSS]]></category>

		<guid isPermaLink="false">http://travisgosselin.com/blog/?p=335</guid>
		<description><![CDATA[The CSS declaration for “!important” has been around for a long time – since the original CSS specification. However, not many people understand exactly what it should be used for, and more importantly what it SHOULD NOT be used for.
First of all, what exactly does this declaration do? If you are mildly familiar with CSS [...]]]></description>
		<wfw:commentRss>http://travisgosselin.com/blog/?feed=rss2&amp;p=335</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio Weird Characters with ALT+SHIFT</title>
		<link>http://travisgosselin.com/blog/?p=332</link>
		<comments>http://travisgosselin.com/blog/?p=332#comments</comments>
		<pubDate>Wed, 22 Feb 2012 00:27:32 +0000</pubDate>
		<dc:creator>travis</dc:creator>
				<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[ALT]]></category>
		<category><![CDATA[Characters]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Keyboard]]></category>
		<category><![CDATA[SHIFT]]></category>

		<guid isPermaLink="false">http://travisgosselin.com/blog/?p=332</guid>
		<description><![CDATA[Every once and awhile in Visual Studio I am typing along and somehow end up with some type of alternate keyboard turned out. My only way to reset it was to restart Visual Studio. I finally got tired of this, and decided it must be a keyboard shortcut I am hitting by accident. After a [...]]]></description>
		<wfw:commentRss>http://travisgosselin.com/blog/?feed=rss2&amp;p=332</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Team Foundation Service (TFS) Preview</title>
		<link>http://travisgosselin.com/blog/?p=329</link>
		<comments>http://travisgosselin.com/blog/?p=329#comments</comments>
		<pubDate>Mon, 13 Feb 2012 01:20:09 +0000</pubDate>
		<dc:creator>travis</dc:creator>
				<category><![CDATA[Team Foundation Server]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[source control]]></category>
		<category><![CDATA[Team Foundation Service]]></category>
		<category><![CDATA[TFS]]></category>

		<guid isPermaLink="false">http://travisgosselin.com/blog/?p=329</guid>
		<description><![CDATA[You read the title correct, I did say SERVICE and not SERVER. This new Team Foundation in the Cloud offers all the TFS Server functionality in a fully managed environment. Currently this is in preview mode, and is 100% free to sign up and get yourself a nifty subdomain:
yourdomain.tfspreview.com
It was incredibly easy to setup. You [...]]]></description>
		<wfw:commentRss>http://travisgosselin.com/blog/?feed=rss2&amp;p=329</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML 5 DOCTYPE Caution</title>
		<link>http://travisgosselin.com/blog/?p=326</link>
		<comments>http://travisgosselin.com/blog/?p=326#comments</comments>
		<pubDate>Mon, 06 Feb 2012 00:26:51 +0000</pubDate>
		<dc:creator>travis</dc:creator>
				<category><![CDATA[HTML & CSS]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[doctype]]></category>

		<guid isPermaLink="false">http://travisgosselin.com/blog/?p=326</guid>
		<description><![CDATA[So your using HTML 5 now. You just put in your DOCTYPE as:
&#60;!—- Using HTML 5 finally woo hoo! &#8211;&#62;
&#60;!DOCTYPE html&#62;
You open up your HTML 5 page in IE9 to discover that it forces you automatically into IE9 Compatibility view! WHAT? Why would I want to be in compatibility mode when I’m building a new [...]]]></description>
		<wfw:commentRss>http://travisgosselin.com/blog/?feed=rss2&amp;p=326</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET 4.0 Url Routing and Modules</title>
		<link>http://travisgosselin.com/blog/?p=324</link>
		<comments>http://travisgosselin.com/blog/?p=324#comments</comments>
		<pubDate>Tue, 06 Sep 2011 13:36:25 +0000</pubDate>
		<dc:creator>travis</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET 4]]></category>
		<category><![CDATA[Modules]]></category>
		<category><![CDATA[Routing]]></category>

		<guid isPermaLink="false">http://travisgosselin.com/blog/?p=324</guid>
		<description><![CDATA[Was working on an ASP.NET website this past week that got flipped over to ASP.NET 4.0 without the team really being aware of the change. A very apparent bug popped up, where a http module we had running on every request (for security purposes), had the current identity user coming back as NULL only on [...]]]></description>
		<wfw:commentRss>http://travisgosselin.com/blog/?feed=rss2&amp;p=324</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DataTable .Select and .RowFilter Escaping with Apostrophe’s</title>
		<link>http://travisgosselin.com/blog/?p=321</link>
		<comments>http://travisgosselin.com/blog/?p=321#comments</comments>
		<pubDate>Mon, 25 Jul 2011 13:43:55 +0000</pubDate>
		<dc:creator>travis</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Apostrophe]]></category>
		<category><![CDATA[DataTable]]></category>
		<category><![CDATA[DataView]]></category>
		<category><![CDATA[Escape]]></category>
		<category><![CDATA[Escaping]]></category>
		<category><![CDATA[RowFilter]]></category>
		<category><![CDATA[Select]]></category>

		<guid isPermaLink="false">http://travisgosselin.com/blog/?p=321</guid>
		<description><![CDATA[One of the great things about the DataTable or DataView is its ease of ability to Sort and Filter data. Often I utilize the .Select method of DataTable. This involves writing a short where clause string to provide to the method. The contents of this select filter in my scenario actually contained an apostrophe in [...]]]></description>
		<wfw:commentRss>http://travisgosselin.com/blog/?feed=rss2&amp;p=321</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MSBuild Can’t Find Secondary References</title>
		<link>http://travisgosselin.com/blog/?p=319</link>
		<comments>http://travisgosselin.com/blog/?p=319#comments</comments>
		<pubDate>Thu, 19 May 2011 19:40:41 +0000</pubDate>
		<dc:creator>travis</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Build Server]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[MSBuild]]></category>
		<category><![CDATA[Secondary Reference]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[_PublishedWebsites]]></category>

		<guid isPermaLink="false">http://travisgosselin.com/blog/?p=319</guid>
		<description><![CDATA[That is right, you read the title correctly. MSBuild in versions 2005, 2008 and 2010 of VS does not find and include secondary references. This means that if you have a project Class Library that contains “Content” items that are supposed to copy to the bin, if you reference that assembly, MSBuild publish will not [...]]]></description>
		<wfw:commentRss>http://travisgosselin.com/blog/?feed=rss2&amp;p=319</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>External Project Resource (RESX) Consumption</title>
		<link>http://travisgosselin.com/blog/?p=316</link>
		<comments>http://travisgosselin.com/blog/?p=316#comments</comments>
		<pubDate>Thu, 19 May 2011 19:25:40 +0000</pubDate>
		<dc:creator>travis</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[References]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://travisgosselin.com/blog/?p=316</guid>
		<description><![CDATA[Using resource files can sometimes be troublesome when you need a particular resource in both a Web application mark-up or code-behind and inside a business tier or data model. When you push the Resx file further back into you’re project, you’ll likely need to create it as an embedded resource for easy entry. From there [...]]]></description>
		<wfw:commentRss>http://travisgosselin.com/blog/?feed=rss2&amp;p=316</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic WCF Client Endpoint</title>
		<link>http://travisgosselin.com/blog/?p=312</link>
		<comments>http://travisgosselin.com/blog/?p=312#comments</comments>
		<pubDate>Mon, 02 May 2011 19:02:49 +0000</pubDate>
		<dc:creator>travis</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[Endpoint]]></category>
		<category><![CDATA[No Configuration]]></category>
		<category><![CDATA[Programmatically]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://travisgosselin.com/blog/?p=312</guid>
		<description><![CDATA[WCF is fantastic for easy communication between applications. WCF is normally implemented using binding configurations embedded in each application. You usually have configuration for your server, and also your endpoint for your client. I found myself in a situation in which I had no readily available configuration file to use, as well, the endpoint address [...]]]></description>
		<wfw:commentRss>http://travisgosselin.com/blog/?feed=rss2&amp;p=312</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

