<?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>Shut the F*ck Up! &#187; Code</title>
	<atom:link href="http://www.s-t-f-u.com/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.s-t-f-u.com</link>
	<description>I blog so you don't have to.</description>
	<lastBuildDate>Mon, 07 Nov 2011 15:21:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>ASP.Net C# Gridview Delete Confirmation When Using a CommandField</title>
		<link>http://www.s-t-f-u.com/2011/07/28/asp-net-c-gridview-delete-confirmation-when-using-a-commandfield/</link>
		<comments>http://www.s-t-f-u.com/2011/07/28/asp-net-c-gridview-delete-confirmation-when-using-a-commandfield/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 15:04:01 +0000</pubDate>
		<dc:creator>grey580</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[delete confirmation]]></category>
		<category><![CDATA[gridview]]></category>

		<guid isPermaLink="false">http://www.s-t-f-u.com/?p=425</guid>
		<description><![CDATA[I&#8217;m working on a Gridview and ran into an issue where I couldn&#8217;t use a templatefield for my Delete link and I needed a Delete Confirmation. Looking on Google the most widely used option is to simply use a templatefield. Finally after 2 days of looking I found a reference for adding the Delete confirmation on [...]]]></description>
		<wfw:commentRss>http://www.s-t-f-u.com/2011/07/28/asp-net-c-gridview-delete-confirmation-when-using-a-commandfield/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.Net C# Gridview Delete Not Deleting When Using SQLDataSource</title>
		<link>http://www.s-t-f-u.com/2011/07/14/asp-net-c-gridview-delete-not-deleting-when-using-sqldatasource/</link>
		<comments>http://www.s-t-f-u.com/2011/07/14/asp-net-c-gridview-delete-not-deleting-when-using-sqldatasource/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 20:37:14 +0000</pubDate>
		<dc:creator>grey580</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[gridview]]></category>
		<category><![CDATA[not deleting]]></category>
		<category><![CDATA[sqldatasource]]></category>

		<guid isPermaLink="false">http://www.s-t-f-u.com/?p=420</guid>
		<description><![CDATA[Normally the ASP.Net Gridview control handles the delete of a row just fine. However when you have to delete a row from a table with no primary key the delete will not work if you are using a sqldatasource. After a little research I found an answer. So after figuring out that the problem is [...]]]></description>
		<wfw:commentRss>http://www.s-t-f-u.com/2011/07/14/asp-net-c-gridview-delete-not-deleting-when-using-sqldatasource/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome &#8211; Resource interpreted as document but transferred with mime type application/pdf</title>
		<link>http://www.s-t-f-u.com/2011/06/13/google-chrome-resource-interpreted-as-document-but-transferred-with-mime-type-applicationpdf/</link>
		<comments>http://www.s-t-f-u.com/2011/06/13/google-chrome-resource-interpreted-as-document-but-transferred-with-mime-type-applicationpdf/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 18:58:30 +0000</pubDate>
		<dc:creator>grey580</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[content-length]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[interrupted]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://www.s-t-f-u.com/?p=417</guid>
		<description><![CDATA[Ran into this funky error today when users weren&#8217;t able to download pdf&#8217;s from our server when using Google Chrome. And when doing a search online it seems that it affects alot of users. However I found out what the issue was and was able to resolve the issue server side. I was alerted this [...]]]></description>
		<wfw:commentRss>http://www.s-t-f-u.com/2011/06/13/google-chrome-resource-interpreted-as-document-but-transferred-with-mime-type-applicationpdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.Net C# isNumeric Equivalent</title>
		<link>http://www.s-t-f-u.com/2011/05/20/asp-net-c-isnumeric-equivalent/</link>
		<comments>http://www.s-t-f-u.com/2011/05/20/asp-net-c-isnumeric-equivalent/#comments</comments>
		<pubDate>Fri, 20 May 2011 18:14:12 +0000</pubDate>
		<dc:creator>grey580</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.s-t-f-u.com/?p=411</guid>
		<description><![CDATA[In C# there is no isNumeric Equivalent. And doing some testing with int.Parse left me with a bad taste in my mouth after doing some testing. I will go over testing results and let you know what I finally went with. &#160; Int.Parse IMO is not a good way for checking for valid numbers. Reason [...]]]></description>
		<wfw:commentRss>http://www.s-t-f-u.com/2011/05/20/asp-net-c-isnumeric-equivalent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.net Menu Control Positioning In Safari &amp; Google Chrome</title>
		<link>http://www.s-t-f-u.com/2011/05/05/asp-net-menu-control-positioning-in-safari-google-chrome/</link>
		<comments>http://www.s-t-f-u.com/2011/05/05/asp-net-menu-control-positioning-in-safari-google-chrome/#comments</comments>
		<pubDate>Thu, 05 May 2011 14:57:50 +0000</pubDate>
		<dc:creator>grey580</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[asp:menu]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[spacing]]></category>

		<guid isPermaLink="false">http://www.s-t-f-u.com/?p=406</guid>
		<description><![CDATA[I just had a bitch of a time trying to get an asp menu control to align properly in both google chrome and safari. After trying tons of different css I finally figured out a good solution that can fix the spacing issue. Here is the cause of the spacing problem. In order to comply [...]]]></description>
		<wfw:commentRss>http://www.s-t-f-u.com/2011/05/05/asp-net-menu-control-positioning-in-safari-google-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Active Directory User Lister App</title>
		<link>http://www.s-t-f-u.com/2011/02/04/active-directory-user-lister-app/</link>
		<comments>http://www.s-t-f-u.com/2011/02/04/active-directory-user-lister-app/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 22:02:10 +0000</pubDate>
		<dc:creator>grey580</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[active directory user lister]]></category>
		<category><![CDATA[ad]]></category>

		<guid isPermaLink="false">http://www.s-t-f-u.com/?p=396</guid>
		<description><![CDATA[At work we need to audit our users in active directory every so often. So I wrote an app and I&#8217;m sharing with all of you. The app is called Active Directory User Lister. This very simple program does the following. It gives you the Name, email and useraccountcontrol information. Active Directory User Lister The [...]]]></description>
		<wfw:commentRss>http://www.s-t-f-u.com/2011/02/04/active-directory-user-lister-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List Directory Files</title>
		<link>http://www.s-t-f-u.com/2011/02/01/list-directory-files/</link>
		<comments>http://www.s-t-f-u.com/2011/02/01/list-directory-files/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 15:32:15 +0000</pubDate>
		<dc:creator>grey580</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[file listing]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[list files in directory]]></category>

		<guid isPermaLink="false">http://www.s-t-f-u.com/?p=390</guid>
		<description><![CDATA[I wrote a simple program that will list directory files in a folder that you choose. Follow the link for more info. Regularly I find that users need to list files in a directory. So I wrote a simple program to do that. List Directory Files Requirements: This program uses the .net 4 Framework. Download [...]]]></description>
		<wfw:commentRss>http://www.s-t-f-u.com/2011/02/01/list-directory-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error converting data type nvarchar to numeric.</title>
		<link>http://www.s-t-f-u.com/2010/07/27/error-converting-data-type-nvarchar-to-numeric/</link>
		<comments>http://www.s-t-f-u.com/2010/07/27/error-converting-data-type-nvarchar-to-numeric/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 12:57:15 +0000</pubDate>
		<dc:creator>grey580</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Error converting data type nvarchar to numeric]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.s-t-f-u.com/?p=368</guid>
		<description><![CDATA[I&#8217;ve come to the conclusion that MSSQL is a whiney little bitch. However I&#8217;ve found out a way to deal with MSSQL in this case. The solution is pretty simple however not the easiest to come bye. Read on for the solution. Recently I was trying to do a SUM of a column. However I [...]]]></description>
		<wfw:commentRss>http://www.s-t-f-u.com/2010/07/27/error-converting-data-type-nvarchar-to-numeric/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mailbox unavailable. The server response was: 5.7.1 Unable to relay</title>
		<link>http://www.s-t-f-u.com/2010/06/25/mailbox-unavailable-the-server-response-was-5-7-1-unable-to-relay/</link>
		<comments>http://www.s-t-f-u.com/2010/06/25/mailbox-unavailable-the-server-response-was-5-7-1-unable-to-relay/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 21:29:40 +0000</pubDate>
		<dc:creator>grey580</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[mailbox unavailable]]></category>
		<category><![CDATA[SMTP]]></category>
		<category><![CDATA[unable to relay]]></category>

		<guid isPermaLink="false">http://www.s-t-f-u.com/?p=358</guid>
		<description><![CDATA[If you&#8217;re working with IIS and trying to relay email from your webserver to your exchange server you&#8217;ll probably run into this message. There is a simple line of code you can use to get your smtp mail working that works great. To start off lets assume that you&#8217;ve setup the smtp server on the [...]]]></description>
		<wfw:commentRss>http://www.s-t-f-u.com/2010/06/25/mailbox-unavailable-the-server-response-was-5-7-1-unable-to-relay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDFLib: Inserting a Google Map into a PDF with Geolocation</title>
		<link>http://www.s-t-f-u.com/2010/01/14/pdflib-inserting-a-google-map-into-a-pdf-with-geolocation/</link>
		<comments>http://www.s-t-f-u.com/2010/01/14/pdflib-inserting-a-google-map-into-a-pdf-with-geolocation/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 22:19:38 +0000</pubDate>
		<dc:creator>grey580</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[pdflib]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.s-t-f-u.com/?p=316</guid>
		<description><![CDATA[I thought this was an interesting enough to share with everyone. I&#8217;m working on a project that involves using PDFLIb to create PDF documents. And one of the requirements was to insert a Google Map image with a marker where a property is located. Here&#8217;s how we do that. PDFLib is a very powerful program [...]]]></description>
		<wfw:commentRss>http://www.s-t-f-u.com/2010/01/14/pdflib-inserting-a-google-map-into-a-pdf-with-geolocation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

