<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>.NET Answers</title>
	
	<link>http://blog.dmbcllc.com</link>
	<description>ASP.NET, HTML, CSS, Visual Studio, CSharp, VB.NET and other programming items of interest.</description>
	<lastBuildDate>Tue, 20 Jul 2010 14:56:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/DmbConsultingBlog" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="dmbconsultingblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">DmbConsultingBlog</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Transaction Tracking Typed Datasets Using SqlTransaction</title>
		<link>http://blog.dmbcllc.com/2010/07/20/transaction-tracking-typed-datasets-using-sqltransaction/</link>
		<comments>http://blog.dmbcllc.com/2010/07/20/transaction-tracking-typed-datasets-using-sqltransaction/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 13:38:46 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Advanced CSharp]]></category>
		<category><![CDATA[.net 3.5]]></category>
		<category><![CDATA[dataset]]></category>
		<category><![CDATA[sqltransaction]]></category>
		<category><![CDATA[tableadapter]]></category>
		<category><![CDATA[transactions]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2010/07/20/transaction-tracking-typed-datasets-using-sqltransaction/</guid>
		<description><![CDATA[I recently had the need to implement transaction tracking between two separate databases on two separate servers. Unfortunately, I could not be sure that DTC was implemented on either server, so using transaction tracking with the TransactionScope wasn’t an option. I also wanted to be able to wire this in easily to the existing 3-tiered [...]<p><a href="http://blog.dmbcllc.com/2010/07/20/transaction-tracking-typed-datasets-using-sqltransaction/">Transaction Tracking Typed Datasets Using SqlTransaction</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2010/07/20/transaction-tracking-typed-datasets-using-sqltransaction/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jQuery Cookbook</title>
		<link>http://blog.dmbcllc.com/2010/07/15/jquery-cookbook/</link>
		<comments>http://blog.dmbcllc.com/2010/07/15/jquery-cookbook/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 11:03:21 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2010/07/15/jquery-cookbook/</guid>
		<description><![CDATA[jQuery simplifies building rich, interactive web frontends. Getting started with this JavaScript library is easy, but it can take years to fully realize its breadth and depth; this cookbook shortens the learning curve considerably. With these recipes, you&#8217;ll learn patterns and practices from 19 leading developers who use jQuery for everything from integrating simple components [...]<p><a href="http://blog.dmbcllc.com/2010/07/15/jquery-cookbook/">jQuery Cookbook</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2010/07/15/jquery-cookbook/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Paging on a Datalist</title>
		<link>http://blog.dmbcllc.com/2010/07/06/paging-on-a-datalist/</link>
		<comments>http://blog.dmbcllc.com/2010/07/06/paging-on-a-datalist/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 11:28:11 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[datalist]]></category>
		<category><![CDATA[listview]]></category>
		<category><![CDATA[paging]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2010/07/06/paging-on-a-datalist/</guid>
		<description><![CDATA[This morning, my email had the following question: “I am having a problem with datalist. Is it possible to do paging on datalist? If yes, what is the solution? I am using VB.NET on Microsoft Visual Studio 2008. Any recommend extension or solution?” While I’m pretty sure I’ve addressed this in a previous article, I [...]<p><a href="http://blog.dmbcllc.com/2010/07/06/paging-on-a-datalist/">Paging on a Datalist</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2010/07/06/paging-on-a-datalist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Principles of Programming Architecture</title>
		<link>http://blog.dmbcllc.com/2010/06/29/principles-of-programming-architecture/</link>
		<comments>http://blog.dmbcllc.com/2010/06/29/principles-of-programming-architecture/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 12:56:34 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[archietcture]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2010/06/29/principles-of-programming-architecture/</guid>
		<description><![CDATA[Yesterday I was talking with a friend of mine about a project we have been working on that was written by some other company.  We were speculating why the code was written as it is when we started discussing design theory. The issue we have is that even though much of the code we are [...]<p><a href="http://blog.dmbcllc.com/2010/06/29/principles-of-programming-architecture/">Principles of Programming Architecture</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2010/06/29/principles-of-programming-architecture/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Do You Wear a Watch? (results)</title>
		<link>http://blog.dmbcllc.com/2010/06/03/do-you-wear-a-watch-results/</link>
		<comments>http://blog.dmbcllc.com/2010/06/03/do-you-wear-a-watch-results/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 10:57:00 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[poll]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[watch]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2010/06/03/do-you-wear-a-watch-results/</guid>
		<description><![CDATA[A few days ago I asked the question on Twitter and Facebook.&#160; I got some pretty interesting comments along the way. I asked the question because I recently “won” a watch at a chamber of commerce event I was at.&#160; It is a ladies watch.&#160; I can’t find any women who want it because none [...]<p><a href="http://blog.dmbcllc.com/2010/06/03/do-you-wear-a-watch-results/">Do You Wear a Watch? (results)</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2010/06/03/do-you-wear-a-watch-results/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why ASP.NET Changes Don’t Change Anything</title>
		<link>http://blog.dmbcllc.com/2010/06/02/why-asp-net-changes-dont-change-anything/</link>
		<comments>http://blog.dmbcllc.com/2010/06/02/why-asp-net-changes-dont-change-anything/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 10:02:00 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[bug]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2010/06/02/why-asp-net-changes-dont-change-anything/</guid>
		<description><![CDATA[Has this happened to you? You make a change to a codebehind file or a web.config file and you rerun the application to see the effect and there is no change from the previous time&#160; you looked at the file? I see this over and over again.&#160; But not on my own code.&#160; Typically it [...]<p><a href="http://blog.dmbcllc.com/2010/06/02/why-asp-net-changes-dont-change-anything/">Why ASP.NET Changes Don&rsquo;t Change Anything</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2010/06/02/why-asp-net-changes-dont-change-anything/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Websites with DotNetNuke 5 (a review)</title>
		<link>http://blog.dmbcllc.com/2010/05/31/building-websites-with-dotnetnuke-5-a-review/</link>
		<comments>http://blog.dmbcllc.com/2010/05/31/building-websites-with-dotnetnuke-5-a-review/#comments</comments>
		<pubDate>Mon, 31 May 2010 21:49:00 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[dotnet]]></category>
		<category><![CDATA[packt]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2010/05/31/building-websites-with-dotnetnuke-5-a-review/</guid>
		<description><![CDATA[Several weeks ago I was approached by Packt Publishing to review the latest DotNetNuke book, Building Websites with DotNetNuke 5 by Michael Washington and Ian Lackey, which I agreed to do. What I intend to do in this review is to give you an idea of what is inside this book, compare what I read [...]<p><a href="http://blog.dmbcllc.com/2010/05/31/building-websites-with-dotnetnuke-5-a-review/">Building Websites with DotNetNuke 5 (a review)</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2010/05/31/building-websites-with-dotnetnuke-5-a-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GitExtension, Putty, Alternate Port</title>
		<link>http://blog.dmbcllc.com/2010/04/26/gitextension-putty-alternate-port/</link>
		<comments>http://blog.dmbcllc.com/2010/04/26/gitextension-putty-alternate-port/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 11:01:00 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[gitextensions]]></category>
		<category><![CDATA[gitosis]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2010/04/26/gitextension-putty-alternate-port/</guid>
		<description><![CDATA[Last week I showed you how to install GitExtensions to access Gitosis and promised that I’d show you how to get this all working when Gitosis is running SSH on an alternate port. There are several reasons why you might want to run SSH on an alternate port.&#160; In my case it is because my [...]<p><a href="http://blog.dmbcllc.com/2010/04/26/gitextension-putty-alternate-port/">GitExtension, Putty, Alternate Port</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2010/04/26/gitextension-putty-alternate-port/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Git, Gitosis, Putty and Windows</title>
		<link>http://blog.dmbcllc.com/2010/04/22/git-gitosis-putty-and-windows/</link>
		<comments>http://blog.dmbcllc.com/2010/04/22/git-gitosis-putty-and-windows/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 12:32:08 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[gitosis]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[Version Control]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2010/04/22/git-gitosis-putty-and-windows/</guid>
		<description><![CDATA[I was recently sold on the idea of replacing SubVersion as my version control of choice and moving to GIT, or at least installing GIT and seeing for myself if it is that much better than SubVersion.&#160; The first step was to install GIT on my computers so that I could play with it. Installing [...]<p><a href="http://blog.dmbcllc.com/2010/04/22/git-gitosis-putty-and-windows/">Git, Gitosis, Putty and Windows</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2010/04/22/git-gitosis-putty-and-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Multi-Step Processing in ASP.NET</title>
		<link>http://blog.dmbcllc.com/2010/04/07/multi-step-processing-in-asp-net/</link>
		<comments>http://blog.dmbcllc.com/2010/04/07/multi-step-processing-in-asp-net/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 11:45:00 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[multiview]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[wizard]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2010/04/07/multi-step-processing-in-asp-net/</guid>
		<description><![CDATA[I received the following question a few days ago but I’ve been so busy with billable work that I just haven’t had a chance to answer it until now.&#160; Actually, I’m still busy, but I hate letting these questions go for too long. “Right now I am working on a project where I have to [...]<p><a href="http://blog.dmbcllc.com/2010/04/07/multi-step-processing-in-asp-net/">Multi-Step Processing in ASP.NET</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2010/04/07/multi-step-processing-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One Form with Multiple Tables</title>
		<link>http://blog.dmbcllc.com/2010/03/24/one-form-with-multiple-tables/</link>
		<comments>http://blog.dmbcllc.com/2010/03/24/one-form-with-multiple-tables/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 12:13:42 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[winforms]]></category>
		<category><![CDATA[bindingsource]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[datasets]]></category>
		<category><![CDATA[tableadapter]]></category>
		<category><![CDATA[tables]]></category>
		<category><![CDATA[windows form]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2010/03/24/one-form-with-multiple-tables/</guid>
		<description><![CDATA[I received the following question a few days ago:  “I am trying to use three tables from the same dataset in one form that I am creating in vs.net winforms my problem I guess is the setup of it as I can get them all on the form but cant get them to all post to the separate tables when I click save I am using a mysql database with the Mysql connector not the obdc can this even be done?”... here is the answer.<p><a href="http://blog.dmbcllc.com/2010/03/24/one-form-with-multiple-tables/">One Form with Multiple Tables</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2010/03/24/one-form-with-multiple-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Programmers Can’t Program</title>
		<link>http://blog.dmbcllc.com/2010/03/11/why-programmers-cant-program/</link>
		<comments>http://blog.dmbcllc.com/2010/03/11/why-programmers-cant-program/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 12:53:24 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[college]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2010/03/11/why-programmers-cant-program/</guid>
		<description><![CDATA[Jeff Atwood of Coding Horror writes: “I find it difficult to believe, but the reports keep pouring in via Twitter and email: many candidates who show up for programming job interviews can&#8217;t program. At all.” Jeff, you must not have visited a college campus recently.&#160; The reason most that most “programmers” can’t program is because [...]<p><a href="http://blog.dmbcllc.com/2010/03/11/why-programmers-cant-program/">Why Programmers Can&rsquo;t Program</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2010/03/11/why-programmers-cant-program/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>When Session Objects Get Created With No Session Variables</title>
		<link>http://blog.dmbcllc.com/2010/03/05/when-session-objects-get-created-with-no-session-variables/</link>
		<comments>http://blog.dmbcllc.com/2010/03/05/when-session-objects-get-created-with-no-session-variables/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 18:38:03 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[session object]]></category>
		<category><![CDATA[session server]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2010/03/05/when-session-objects-get-created-with-no-session-variables/</guid>
		<description><![CDATA[I thought about calling this&#160; Session Object Madness, but it really isn’t that crazy once you think through what’s happening. Here’s the issue.&#160; I have a client who does work for another client who is hosting their sites at IBM. I’m told that IBM will not enable any session servers so none of the sites [...]<p><a href="http://blog.dmbcllc.com/2010/03/05/when-session-objects-get-created-with-no-session-variables/">When Session Objects Get Created With No Session Variables</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2010/03/05/when-session-objects-get-created-with-no-session-variables/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Changing an Existing DNN Module</title>
		<link>http://blog.dmbcllc.com/2010/03/04/changing-an-existing-dnn-module/</link>
		<comments>http://blog.dmbcllc.com/2010/03/04/changing-an-existing-dnn-module/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 13:04:04 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[DotNetNuke - Module Development]]></category>
		<category><![CDATA[add fields]]></category>
		<category><![CDATA[dnn]]></category>
		<category><![CDATA[dnn modules]]></category>
		<category><![CDATA[dotnet]]></category>
		<category><![CDATA[modify dnn]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2010/03/04/changing-an-existing-dnn-module/</guid>
		<description><![CDATA[Got this question this morning from the “Ask A Question” form. “How do I make a change in an existing DotNetNuke module?&#160; I want to add new fields to the feedback form.” I’m assuming the question is about making changes to the module without touching the source code. But, unfortunately, you can’t do that. If [...]<p><a href="http://blog.dmbcllc.com/2010/03/04/changing-an-existing-dnn-module/">Changing an Existing DNN Module</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2010/03/04/changing-an-existing-dnn-module/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sharing ObjectDataSource From Codebehind</title>
		<link>http://blog.dmbcllc.com/2010/03/02/sharing-objectdatasource-from-codebehind/</link>
		<comments>http://blog.dmbcllc.com/2010/03/02/sharing-objectdatasource-from-codebehind/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 11:30:00 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[databound]]></category>
		<category><![CDATA[datarepeater]]></category>
		<category><![CDATA[datasource]]></category>
		<category><![CDATA[datasourceobject]]></category>
		<category><![CDATA[formview]]></category>
		<category><![CDATA[gridview]]></category>
		<category><![CDATA[objectdatasource]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2010/03/02/sharing-objectdatasource-from-codebehind/</guid>
		<description><![CDATA[I ran into an interesting “problem” last week that wasn’t all that hard to figure out once I broke out the debugger.&#160; But I thought it would be useful to share the results to save others the time. The situation was that I had an Object Data Source in a FormView that I wanted to [...]<p><a href="http://blog.dmbcllc.com/2010/03/02/sharing-objectdatasource-from-codebehind/">Sharing ObjectDataSource From Codebehind</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2010/03/02/sharing-objectdatasource-from-codebehind/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ASP.NET Session Variables Not Sticking</title>
		<link>http://blog.dmbcllc.com/2010/02/25/asp-net-session-variables-not-sticking/</link>
		<comments>http://blog.dmbcllc.com/2010/02/25/asp-net-session-variables-not-sticking/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 15:57:16 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[hyperlinks]]></category>
		<category><![CDATA[p3p]]></category>
		<category><![CDATA[session variables]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2010/02/25/asp-net-session-variables-not-sticking/</guid>
		<description><![CDATA[I’ve stumbled across this problem twice in the last couple of months so I figure it is about time I blogged about it. The situation is that you have&#160; a page on your web site that sets a session variable and then redirects to another page that is expecting the variable to be there, only [...]<p><a href="http://blog.dmbcllc.com/2010/02/25/asp-net-session-variables-not-sticking/">ASP.NET Session Variables Not Sticking</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2010/02/25/asp-net-session-variables-not-sticking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Ten ASP.NET Books</title>
		<link>http://blog.dmbcllc.com/2010/02/18/top-ten-asp-net-books/</link>
		<comments>http://blog.dmbcllc.com/2010/02/18/top-ten-asp-net-books/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 12:50:34 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[top 10]]></category>
		<category><![CDATA[top ten]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2010/02/18/top-ten-asp-net-books/</guid>
		<description><![CDATA[1) Pro ASP.NET MVC Framework The ASP.NET MVC Framework is the latest evolution of Microsoft’s ASP.NET web platform. It introduces a radically new high–productivity programming model that promotes cleaner code architecture, test–driven development, and powerful extensibility, combined with all the benefits of ASP.NET 3.5. An integral benefit of this book is that the core Model–View–Controller [...]<p><a href="http://blog.dmbcllc.com/2010/02/18/top-ten-asp-net-books/">Top Ten ASP.NET Books</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2010/02/18/top-ten-asp-net-books/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Forming CT SEM Think Tank</title>
		<link>http://blog.dmbcllc.com/2010/02/02/forming-ct-sem-think-tank/</link>
		<comments>http://blog.dmbcllc.com/2010/02/02/forming-ct-sem-think-tank/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 13:08:53 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Seach Engine Optimization]]></category>
		<category><![CDATA[search engine marketing]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[sem]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[think tank]]></category>
		<category><![CDATA[user group]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2010/02/02/forming-ct-sem-think-tank/</guid>
		<description><![CDATA[Do you live in Connecticut? Do you know something about Search Engine Marketing? Do you feel like you are the only one in Connecticut doing Search Engine marketing? Have you had limited success but you’d like to achieve more? I have an idea I think you’re going to like. I am looking for other like-minded [...]<p><a href="http://blog.dmbcllc.com/2010/02/02/forming-ct-sem-think-tank/">Forming CT SEM Think Tank</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2010/02/02/forming-ct-sem-think-tank/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery 1.4 Released</title>
		<link>http://blog.dmbcllc.com/2010/01/15/jquery-1-4-released/</link>
		<comments>http://blog.dmbcllc.com/2010/01/15/jquery-1-4-released/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 12:01:54 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2010/01/15/jquery-1-4-released/</guid>
		<description><![CDATA[Just in case you missed it, jQuery 1.4 was released with significant speed improvements, bug fixes and of course some API changes that you need to be aware of. One of the more interesting changes that I’ll note here is the decreased use of polling within the framework.&#160; I’ve used polling myself to detect when [...]<p><a href="http://blog.dmbcllc.com/2010/01/15/jquery-1-4-released/">jQuery 1.4 Released</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2010/01/15/jquery-1-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Project Location is not Trusted</title>
		<link>http://blog.dmbcllc.com/2010/01/13/the-project-location-is-not-trusted/</link>
		<comments>http://blog.dmbcllc.com/2010/01/13/the-project-location-is-not-trusted/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 13:29:54 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[trusted]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2010/01/13/the-project-location-is-not-trusted/</guid>
		<description><![CDATA[This one has been bothering me for several weeks, so I decided to research the problem and finally fix it. The problem started when I downloaded a project from the web to start working on it.&#160; This same project worked previously, the zip was just an update. Here’s what I found: You may have already [...]<p><a href="http://blog.dmbcllc.com/2010/01/13/the-project-location-is-not-trusted/">The Project Location is not Trusted</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2010/01/13/the-project-location-is-not-trusted/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jQuery and ASP.NET UpdatePanel</title>
		<link>http://blog.dmbcllc.com/2010/01/06/jquery-and-asp-net-updatepanel/</link>
		<comments>http://blog.dmbcllc.com/2010/01/06/jquery-and-asp-net-updatepanel/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 13:30:00 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[add_endrequest]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[pagerequestmanager]]></category>
		<category><![CDATA[updatepanel]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2010/01/06/jquery-and-asp-net-updatepanel/</guid>
		<description><![CDATA[I’ve been busy over the last couple of weeks working on an administrative application that uses a ton of AJAXy stuff. The application is interactive in the sense that every time a field is updated in the administrative screen, another part of the screen updates to show the user what the final result will look [...]<p><a href="http://blog.dmbcllc.com/2010/01/06/jquery-and-asp-net-updatepanel/">jQuery and ASP.NET UpdatePanel</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2010/01/06/jquery-and-asp-net-updatepanel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Art of Color</title>
		<link>http://blog.dmbcllc.com/2009/12/12/the-art-of-color/</link>
		<comments>http://blog.dmbcllc.com/2009/12/12/the-art-of-color/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 12:03:58 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[itten]]></category>
		<category><![CDATA[psychology]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/12/12/the-art-of-color/</guid>
		<description><![CDATA[While not exactly a web design book, this book is required reading for anyone involved in designing the GUI for a web site. Colors have meaning and the better you understand this, the more optimal your site design can become for the users you intend to visit your site. In this book, the world&#8217;s foremost [...]<p><a href="http://blog.dmbcllc.com/2009/12/12/the-art-of-color/">The Art of Color</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/12/12/the-art-of-color/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filtering the Internet Noise</title>
		<link>http://blog.dmbcllc.com/2009/12/10/filtering-the-internet-noise/</link>
		<comments>http://blog.dmbcllc.com/2009/12/10/filtering-the-internet-noise/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 13:41:55 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[information overload]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[noise]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/12/10/filtering-the-internet-noise/</guid>
		<description><![CDATA[My friend Bill posted a link to “A Day In The Internet” that started a discussion about the signal to noise ratio on the Internet. I commented briefly, but realized that my comment was turning into more of a post of its own.&#160; So here’s a more complete comment on Bill’s post. As I said [...]<p><a href="http://blog.dmbcllc.com/2009/12/10/filtering-the-internet-noise/">Filtering the Internet Noise</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/12/10/filtering-the-internet-noise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery, Each() and Async Gets</title>
		<link>http://blog.dmbcllc.com/2009/12/02/jquery-each-and-async-gets/</link>
		<comments>http://blog.dmbcllc.com/2009/12/02/jquery-each-and-async-gets/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 11:50:54 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[async]]></category>
		<category><![CDATA[each]]></category>
		<category><![CDATA[get]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/12/02/jquery-each-and-async-gets/</guid>
		<description><![CDATA[One of the things to keep in mind when using jQuery is that nothing is a blocking call.&#160; Sure, there is a certain sequence to when things operate.&#160; But, to be safe, you should always assume that step two will happen during step one. Nowhere is this more evident than when retrieving content from a [...]<p><a href="http://blog.dmbcllc.com/2009/12/02/jquery-each-and-async-gets/">jQuery, Each() and Async Gets</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/12/02/jquery-each-and-async-gets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery, Cufon, and Dynamic Content</title>
		<link>http://blog.dmbcllc.com/2009/12/01/jquery-cufon-and-dynamic-content/</link>
		<comments>http://blog.dmbcllc.com/2009/12/01/jquery-cufon-and-dynamic-content/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 12:02:06 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[cufon]]></category>
		<category><![CDATA[dynamic content]]></category>
		<category><![CDATA[refresh]]></category>
		<category><![CDATA[replace]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/12/01/jquery-cufon-and-dynamic-content/</guid>
		<description><![CDATA[Yesterday I mentioned a new tool called Cufon that allows you to easily embed fonts in your web site. One quirk about this tool is that your HTML has to be rendered prior to applying, or refreshing, the font. If you are using any kind of AJAXy stuff in your site, you’ll need to re-apply [...]<p><a href="http://blog.dmbcllc.com/2009/12/01/jquery-cufon-and-dynamic-content/">JQuery, Cufon, and Dynamic Content</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/12/01/jquery-cufon-and-dynamic-content/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flash to jQuery</title>
		<link>http://blog.dmbcllc.com/2009/11/30/flash-to-jquery/</link>
		<comments>http://blog.dmbcllc.com/2009/11/30/flash-to-jquery/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 11:38:00 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[cufon]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[measureit]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/11/30/flash-to-jquery/</guid>
		<description><![CDATA[I have long argued that 99% if the things people think they need to use Adobe’s Flash for could be done just as well using JavaScript. Now that jQuery is available, I am even more convinced that this is the case. There are, however, a few hurdles that need to be jumped to make this [...]<p><a href="http://blog.dmbcllc.com/2009/11/30/flash-to-jquery/">Flash to jQuery</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/11/30/flash-to-jquery/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Acer Aspire AS5532-5535</title>
		<link>http://blog.dmbcllc.com/2009/11/20/acer-aspire-as5532-5535/</link>
		<comments>http://blog.dmbcllc.com/2009/11/20/acer-aspire-as5532-5535/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 11:52:24 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[acer]]></category>
		<category><![CDATA[aspire]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[window 2008]]></category>
		<category><![CDATA[windows7 64]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/11/20/acer-aspire-as5532-5535/</guid>
		<description><![CDATA[I just picked one of these up last Monday.&#160; It’s pretty nice. It is actually a bit of overkill for what I need but I was looking for the least expensive computer that would run a 64bit OS and run Exchange 2007.&#160; This meant it had to have at least 2Gig of memory.&#160; This has [...]<p><a href="http://blog.dmbcllc.com/2009/11/20/acer-aspire-as5532-5535/">Acer Aspire AS5532-5535</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/11/20/acer-aspire-as5532-5535/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn To Program – Online College or Self Taught?</title>
		<link>http://blog.dmbcllc.com/2009/11/19/learn-to-program-online-college-or-self-taught/</link>
		<comments>http://blog.dmbcllc.com/2009/11/19/learn-to-program-online-college-or-self-taught/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 13:20:19 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[college]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[learn to program]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/11/19/learn-to-program-online-college-or-self-taught/</guid>
		<description><![CDATA[I got this interesting question the other day. “I am interested in pursuing a career in Computer Programming and have a question. Which would be better: to get my degree through an online college, or to teach myself. If self teaching is better how and where should I start? Any help would be greatly appreciated.” [...]<p><a href="http://blog.dmbcllc.com/2009/11/19/learn-to-program-online-college-or-self-taught/">Learn To Program &#8211; Online College or Self Taught?</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/11/19/learn-to-program-online-college-or-self-taught/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Do you Need My Help?</title>
		<link>http://blog.dmbcllc.com/2009/11/18/do-you-need-my-help/</link>
		<comments>http://blog.dmbcllc.com/2009/11/18/do-you-need-my-help/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 12:46:00 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[dotnetnuke]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[search optimization]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[speaking]]></category>
		<category><![CDATA[vb.net]]></category>
		<category><![CDATA[web site development]]></category>
		<category><![CDATA[windows forms]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/11/18/do-you-need-my-help/</guid>
		<description><![CDATA[I admit it, for the first time in years, I find myself under committed.&#160; That is, I have less work than I have time.&#160; So if you need someone who provides one of the several programming and web-related services below, I may be able to help you. What you may not realize is how many [...]<p><a href="http://blog.dmbcllc.com/2009/11/18/do-you-need-my-help/">Do you Need My Help?</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/11/18/do-you-need-my-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Google SPDY Tweaks</title>
		<link>http://blog.dmbcllc.com/2009/11/17/asp-net-google-spdy-tweaks/</link>
		<comments>http://blog.dmbcllc.com/2009/11/17/asp-net-google-spdy-tweaks/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 13:33:44 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Seach Engine Optimization]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[spdy]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/11/17/asp-net-google-spdy-tweaks/</guid>
		<description><![CDATA[Google recently introduced the SPDY initiative where they are working toward making the web twice as fast. If you have a public facing web site that is commercial in nature, speed has always been a factor that will drive sales, sign-ups, etc.&#160; But we very rarely pay any attention to this, even though the solutions [...]<p><a href="http://blog.dmbcllc.com/2009/11/17/asp-net-google-spdy-tweaks/">ASP.NET Google SPDY Tweaks</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/11/17/asp-net-google-spdy-tweaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Dynamic Validator</title>
		<link>http://blog.dmbcllc.com/2009/11/16/asp-net-dynamic-validator/</link>
		<comments>http://blog.dmbcllc.com/2009/11/16/asp-net-dynamic-validator/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 12:23:55 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[dynamicvalidator]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/11/16/asp-net-dynamic-validator/</guid>
		<description><![CDATA[One of the controls that was added to ASP.NET 3.5 in the SP1 release was the Dynamic Validator control. I completely missed it. What it does is pretty cool.&#160; But it doesn’t really do what you’d think it might.&#160; Or at least not what I thought it would.&#160; “Dynamic” implies to me some kind of [...]<p><a href="http://blog.dmbcllc.com/2009/11/16/asp-net-dynamic-validator/">ASP.NET Dynamic Validator</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/11/16/asp-net-dynamic-validator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC in Action</title>
		<link>http://blog.dmbcllc.com/2009/11/13/asp-net-mvc-in-action/</link>
		<comments>http://blog.dmbcllc.com/2009/11/13/asp-net-mvc-in-action/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 11:39:22 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/11/13/asp-net-mvc-in-action/</guid>
		<description><![CDATA[The Model-View-Controller pattern—universally known as MVC—provides a stable, testable approach to web application development by separating the major functions—or concerns—of an application into independently defined roles. ASP.NET MVC in Action is a comprehensive guide to MVC-based development using this powerful framework. It offers a clearly-written introduction both to the ASP.NET MVC Framework and to the [...]<p><a href="http://blog.dmbcllc.com/2009/11/13/asp-net-mvc-in-action/">ASP.NET MVC in Action</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/11/13/asp-net-mvc-in-action/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ASP.NET Interview Questions For New College Graduates</title>
		<link>http://blog.dmbcllc.com/2009/11/12/asp-net-interview-questions-for-new-college-graduates/</link>
		<comments>http://blog.dmbcllc.com/2009/11/12/asp-net-interview-questions-for-new-college-graduates/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 12:44:08 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/11/12/asp-net-interview-questions-for-new-college-graduates/</guid>
		<description><![CDATA[I’m not the first to write on this topic and probably won’t be the last.&#160; But I do have something to say on the matter that I think is helpful. In fact, there has been quite a bit written about interviewing for ASP.NET, but relatively little written about how to interview, and what to look [...]<p><a href="http://blog.dmbcllc.com/2009/11/12/asp-net-interview-questions-for-new-college-graduates/">ASP.NET Interview Questions For New College Graduates</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/11/12/asp-net-interview-questions-for-new-college-graduates/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ASP.NET Cross Domain Form Submission</title>
		<link>http://blog.dmbcllc.com/2009/11/11/asp-net-cross-domain-form-submission/</link>
		<comments>http://blog.dmbcllc.com/2009/11/11/asp-net-cross-domain-form-submission/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:47:36 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[cross domain]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[subform]]></category>
		<category><![CDATA[submit]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/11/11/asp-net-cross-domain-form-submission/</guid>
		<description><![CDATA[Not to be confused with cross page posting, cross domain submission allows us to post the contents of an ASP.NET form to a completely different domain. To achieve this we will need to use a bit of javascript and you’ll need to resort to using regular HTML controls. We will cover two cases.&#160; The first [...]<p><a href="http://blog.dmbcllc.com/2009/11/11/asp-net-cross-domain-form-submission/">ASP.NET Cross Domain Form Submission</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/11/11/asp-net-cross-domain-form-submission/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Upload a File via WebRequest Using CSharp</title>
		<link>http://blog.dmbcllc.com/2009/11/10/upload-a-file-via-webrequest-using-csharp/</link>
		<comments>http://blog.dmbcllc.com/2009/11/10/upload-a-file-via-webrequest-using-csharp/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 14:15:52 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[contenttype]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[file upload]]></category>
		<category><![CDATA[multipart/form-data]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[webrequest]]></category>
		<category><![CDATA[webresponse]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/11/10/upload-a-file-via-webrequest-using-csharp/</guid>
		<description><![CDATA[I got this question a couple of weeks ago but just never had the time to put into answering fully.&#160; But today I have some extra time due to the fact that I’m under-booked with projects. The question went something like this: “I want to be able to upload a file from a desktop application [...]<p><a href="http://blog.dmbcllc.com/2009/11/10/upload-a-file-via-webrequest-using-csharp/">Upload a File via WebRequest Using CSharp</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/11/10/upload-a-file-via-webrequest-using-csharp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ASP.NET Authentication – Multiple Domains w/ Same Application</title>
		<link>http://blog.dmbcllc.com/2009/11/09/asp-net-authentication-multiple-domains-w-same-application/</link>
		<comments>http://blog.dmbcllc.com/2009/11/09/asp-net-authentication-multiple-domains-w-same-application/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 11:58:24 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[CreateUser]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[Membership]]></category>
		<category><![CDATA[Portals]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/11/09/asp-net-authentication-multiple-domains-w-same-application/</guid>
		<description><![CDATA[In our series about ASP.NET authentication so far we’ve covered all the rather normal cases where you’d want to have the ability to log into different domains attached to the same application.&#160; There are a few additional hurdles you’ll need to overcome to make this work correctly. The first is, how do I let each [...]<p><a href="http://blog.dmbcllc.com/2009/11/09/asp-net-authentication-multiple-domains-w-same-application/">ASP.NET Authentication &ndash; Multiple Domains w/ Same Application</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/11/09/asp-net-authentication-multiple-domains-w-same-application/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Pragmatic Programmer: From Journeyman to Master</title>
		<link>http://blog.dmbcllc.com/2009/11/06/the-pragmatic-programmer-from-journeyman-to-master/</link>
		<comments>http://blog.dmbcllc.com/2009/11/06/the-pragmatic-programmer-from-journeyman-to-master/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 11:41:48 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[estimating]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[requirments]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/11/06/the-pragmatic-programmer-from-journeyman-to-master/</guid>
		<description><![CDATA[“Programmers are craftspeople trained to use a certain set of tools (editors, object managers, version trackers) to generate a certain kind of product (programs) that will operate in some environment (operating systems on hardware assemblies). Like any other craft, computer programming has spawned a body of wisdom, most of which isn&#8217;t taught at universities or [...]<p><a href="http://blog.dmbcllc.com/2009/11/06/the-pragmatic-programmer-from-journeyman-to-master/">The Pragmatic Programmer: From Journeyman to Master</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/11/06/the-pragmatic-programmer-from-journeyman-to-master/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Embedding Google Search Appliance Results in ASP.NET</title>
		<link>http://blog.dmbcllc.com/2009/11/05/embedding-google-search-appliance-results-in-asp-net/</link>
		<comments>http://blog.dmbcllc.com/2009/11/05/embedding-google-search-appliance-results-in-asp-net/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 13:13:35 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[googxslt.xsl]]></category>
		<category><![CDATA[gsa]]></category>
		<category><![CDATA[httpwebrequest]]></category>
		<category><![CDATA[httpwebresponse]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/11/05/embedding-google-search-appliance-results-in-asp-net/</guid>
		<description><![CDATA[Several of the projects I’m involved with use the Google Search Appliance for their search engine.&#160; For each of these projects, we’ve wanted to integrate the results on an ASPX page so that the results look like they are part of the site rather than taking them to another site to display the results.&#160; This [...]<p><a href="http://blog.dmbcllc.com/2009/11/05/embedding-google-search-appliance-results-in-asp-net/">Embedding Google Search Appliance Results in ASP.NET</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/11/05/embedding-google-search-appliance-results-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GridView and Updating A Row Manually</title>
		<link>http://blog.dmbcllc.com/2009/11/04/gridview-and-updating-a-row-manually/</link>
		<comments>http://blog.dmbcllc.com/2009/11/04/gridview-and-updating-a-row-manually/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 12:36:08 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[gridview]]></category>
		<category><![CDATA[gridviewupdateventargs.cancel]]></category>
		<category><![CDATA[rowupdating]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/11/04/gridview-and-updating-a-row-manually/</guid>
		<description><![CDATA[A couple of days ago I mentioned a project that I’ve been working on that is a bit out of the ordinary as far as GridViews go.&#160; One of the issues I’ve had is that the edit template doesn’t map to the view template very well. OK, it doesn’t map at all. You see, the [...]<p><a href="http://blog.dmbcllc.com/2009/11/04/gridview-and-updating-a-row-manually/">GridView and Updating A Row Manually</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/11/04/gridview-and-updating-a-row-manually/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Where Does Live Writer Store Themes</title>
		<link>http://blog.dmbcllc.com/2009/11/03/where-does-live-writer-store-themes/</link>
		<comments>http://blog.dmbcllc.com/2009/11/03/where-does-live-writer-store-themes/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 12:06:00 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[windows live writer]]></category>
		<category><![CDATA[wlw]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/11/03/where-does-live-writer-store-themes/</guid>
		<description><![CDATA[I recently changed my theme to one that has a dark background with light content areas and discovered that Windows Live Writer, the blog editor I use to compose my blogs, doesn’t pick up the style for the content area when it decides what to display in the editor window. Surely, this can’t be that [...]<p><a href="http://blog.dmbcllc.com/2009/11/03/where-does-live-writer-store-themes/">Where Does Live Writer Store Themes</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/11/03/where-does-live-writer-store-themes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Access a control by ID From Within a Databound Control</title>
		<link>http://blog.dmbcllc.com/2009/11/02/access-a-control-by-id-from-within-a-databound-control/</link>
		<comments>http://blog.dmbcllc.com/2009/11/02/access-a-control-by-id-from-within-a-databound-control/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 12:21:07 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[controls]]></category>
		<category><![CDATA[databind]]></category>
		<category><![CDATA[databound]]></category>
		<category><![CDATA[findcontrol]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/11/02/access-a-control-by-id-from-within-a-databound-control/</guid>
		<description><![CDATA[Databound controls are at once very easy and very frustrating.&#160; If you just need to do some simple databinding that gets a list of items on the screen and you need the ability to edit those items, you are all set. But once you need to do anything that deviates from that simple pattern, you [...]<p><a href="http://blog.dmbcllc.com/2009/11/02/access-a-control-by-id-from-within-a-databound-control/">Access a control by ID From Within a Databound Control</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/11/02/access-a-control-by-id-from-within-a-databound-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Essential Silverlight 3</title>
		<link>http://blog.dmbcllc.com/2009/10/30/essential-silverlight-3/</link>
		<comments>http://blog.dmbcllc.com/2009/10/30/essential-silverlight-3/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 10:46:34 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/10/30/essential-silverlight-3/</guid>
		<description><![CDATA[Essential Silverlight 3 is the definitive reference and insider’s guide. It not only covers all the key features of the Silverlight 3 runtime and how to use them but, in Under the Hood sections, explains why each feature was developed and how each one works. These “insider” explanations often lead to concise, practical performance tips [...]<p><a href="http://blog.dmbcllc.com/2009/10/30/essential-silverlight-3/">Essential Silverlight 3</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/10/30/essential-silverlight-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DotNetNuke 5.x Can’t Move Module On A Page</title>
		<link>http://blog.dmbcllc.com/2009/10/29/dotnetnuke-5-x-cant-move-module-on-a-page/</link>
		<comments>http://blog.dmbcllc.com/2009/10/29/dotnetnuke-5-x-cant-move-module-on-a-page/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 10:44:49 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[dnn]]></category>
		<category><![CDATA[dotnetnuke]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[view]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/10/29/dotnetnuke-5-x-cant-move-module-on-a-page/</guid>
		<description><![CDATA[As I mentioned a couple of days ago, the move to DotNetNuke 5 has brought about a few changes.&#160; Some of them are design decisions that are just frustrating, like not being able to see that a module is viewable by the administrators only.&#160; Others are bugs, like not being able to press the ENTER [...]<p><a href="http://blog.dmbcllc.com/2009/10/29/dotnetnuke-5-x-cant-move-module-on-a-page/">DotNetNuke 5.x Can&rsquo;t Move Module On A Page</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/10/29/dotnetnuke-5-x-cant-move-module-on-a-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile/Scrum Task Board for “Real Life”</title>
		<link>http://blog.dmbcllc.com/2009/10/28/agilescrum-task-board-for-real-life/</link>
		<comments>http://blog.dmbcllc.com/2009/10/28/agilescrum-task-board-for-real-life/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 13:34:25 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[getting things done]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[project management]]></category>
		<category><![CDATA[task board]]></category>
		<category><![CDATA[task management]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/10/28/agilescrum-task-board-for-real-life/</guid>
		<description><![CDATA[The agile “Task Board,” also known as a “Scrum Board” has become a staple of the agile programming world. “Getting Things Done” (GTD) is a process for managing task in the business world. I mostly like what GTD does, but the classic implementation doesn’t fit how I work. But what if we could adapt the [...]<p><a href="http://blog.dmbcllc.com/2009/10/28/agilescrum-task-board-for-real-life/">Agile/Scrum Task Board for &ldquo;Real Life&rdquo;</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/10/28/agilescrum-task-board-for-real-life/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DotNetNuke 5.14 Search User Enter Key Issue</title>
		<link>http://blog.dmbcllc.com/2009/10/27/dotnetnuke-5-14-search-user-enter-key-issue/</link>
		<comments>http://blog.dmbcllc.com/2009/10/27/dotnetnuke-5-14-search-user-enter-key-issue/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 11:34:28 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[default button]]></category>
		<category><![CDATA[dnn]]></category>
		<category><![CDATA[dotnetnuke]]></category>
		<category><![CDATA[enter]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/10/27/dotnetnuke-5-14-search-user-enter-key-issue/</guid>
		<description><![CDATA[I recently upgraded a DotNetNuke installation and found several issues that are either different from the 4.x series or are now broken. Most annoying is that there is now no longer any visual indication that a module is viewable by the administrator only.&#160; Seems there should at least be a CSS class added to the [...]<p><a href="http://blog.dmbcllc.com/2009/10/27/dotnetnuke-5-14-search-user-enter-key-issue/">DotNetNuke 5.14 Search User Enter Key Issue</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/10/27/dotnetnuke-5-14-search-user-enter-key-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Authentication – Assigning Permissions to Roles</title>
		<link>http://blog.dmbcllc.com/2009/10/26/authentication-assigning-permissions-to-roles/</link>
		<comments>http://blog.dmbcllc.com/2009/10/26/authentication-assigning-permissions-to-roles/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 11:24:52 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[forms authentication]]></category>
		<category><![CDATA[allow]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[deny]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[rols]]></category>
		<category><![CDATA[users]]></category>
		<category><![CDATA[web.config]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/10/26/authentication-assigning-permissions-to-roles/</guid>
		<description><![CDATA[Now that we’ve assigned roles to our users, we need to assign permissions to the roles. The easiest way to do this is through the web.config file, which will allow us to control which pages the roles can access. But how do we control items beyond pages?&#160; For that we’ll need to do a bit [...]<p><a href="http://blog.dmbcllc.com/2009/10/26/authentication-assigning-permissions-to-roles/">Authentication &#8211; Assigning Permissions to Roles</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/10/26/authentication-assigning-permissions-to-roles/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ergonomic Office Chair</title>
		<link>http://blog.dmbcllc.com/2009/10/23/ergonomic-office-chair/</link>
		<comments>http://blog.dmbcllc.com/2009/10/23/ergonomic-office-chair/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 11:02:18 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[adjustable]]></category>
		<category><![CDATA[chair]]></category>
		<category><![CDATA[ergonomic]]></category>
		<category><![CDATA[offic]]></category>
		<category><![CDATA[pneumatic]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/10/23/ergonomic-office-chair/</guid>
		<description><![CDATA[What?!&#160; A chair on a programming blog? Hey, we all need one, and if you don’t have a good chair, your programming WILL suffer! High Back Ergonomic Office Chair Extremely Well Padded Seat and Back Grey and Black Mesh Upholstery Height Adjustable Back Height Adjustable Arms Polyurethane Padded Arm Rests Multi-Function 3-Paddle Control Mechanism Pneumatic [...]<p><a href="http://blog.dmbcllc.com/2009/10/23/ergonomic-office-chair/">Ergonomic Office Chair</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/10/23/ergonomic-office-chair/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Substitution Control</title>
		<link>http://blog.dmbcllc.com/2009/10/22/asp-net-substitution-control/</link>
		<comments>http://blog.dmbcllc.com/2009/10/22/asp-net-substitution-control/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 11:45:00 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Advanced CSharp]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[httpcontext]]></category>
		<category><![CDATA[outputcache]]></category>
		<category><![CDATA[substitution]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/10/22/asp-net-substitution-control/</guid>
		<description><![CDATA[Tucked away on the toolbar is a little-used and often overlooked control.&#160; Not using this control could be costing you in performance. The control I’m referring to is the Substitution control.&#160; The only time you’d use it would be if you had implemented page caching.&#160; You are using page caching, right? What?&#160; You aren’t because [...]<p><a href="http://blog.dmbcllc.com/2009/10/22/asp-net-substitution-control/">ASP.NET Substitution Control</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/10/22/asp-net-substitution-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DotNetNuke – Collecting Profile at Registration</title>
		<link>http://blog.dmbcllc.com/2009/10/21/dotnetnuke-collecting-profile-at-registration/</link>
		<comments>http://blog.dmbcllc.com/2009/10/21/dotnetnuke-collecting-profile-at-registration/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 11:30:00 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[dnn]]></category>
		<category><![CDATA[dotnetnuke]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[registration]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/10/21/dotnetnuke-collecting-profile-at-registration/</guid>
		<description><![CDATA[Yesterday I was asked a question that I thought was one thing and ended up being another.&#160; But the question I thought it was is one worth answering here because it takes so darn long to find the answer. How do you get DotNetNuke to collect user profile information while a user is self-registering for [...]<p><a href="http://blog.dmbcllc.com/2009/10/21/dotnetnuke-collecting-profile-at-registration/">DotNetNuke &ndash; Collecting Profile at Registration</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/10/21/dotnetnuke-collecting-profile-at-registration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQL SELECT CASE Instead of IIF</title>
		<link>http://blog.dmbcllc.com/2009/10/20/sql-select-case-instead-of-iif/</link>
		<comments>http://blog.dmbcllc.com/2009/10/20/sql-select-case-instead-of-iif/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 11:25:00 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[SQL For Programmers]]></category>
		<category><![CDATA[case]]></category>
		<category><![CDATA[else]]></category>
		<category><![CDATA[iif]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tsql]]></category>
		<category><![CDATA[when]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/10/20/sql-select-case-instead-of-iif/</guid>
		<description><![CDATA[I’ve had to do this a couple of times and I just realized I haven’t written about it anywhere. If you need to SELECT a field from a row that returns different content based on the content of the field, you’d think, based on previous programming experience, that your code would look something like this. [...]<p><a href="http://blog.dmbcllc.com/2009/10/20/sql-select-case-instead-of-iif/">SQL SELECT CASE Instead of IIF</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/10/20/sql-select-case-instead-of-iif/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ASP.NET Assigning a Role to a User</title>
		<link>http://blog.dmbcllc.com/2009/10/19/asp-net-assigning-a-role-to-a-user/</link>
		<comments>http://blog.dmbcllc.com/2009/10/19/asp-net-assigning-a-role-to-a-user/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 12:00:34 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[forms authentication]]></category>
		<category><![CDATA[addusertorole]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[createrole]]></category>
		<category><![CDATA[roleexists]]></category>
		<category><![CDATA[roles]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/10/19/asp-net-assigning-a-role-to-a-user/</guid>
		<description><![CDATA[Another function that is not supplied by one of the existing controls in ASP.NET is the ability to assign a user to a role.&#160; For this, we will need to resort to using the APIs. Since we can assign roles to users using the ASP.NET configuration tool, we can assume there is an API available [...]<p><a href="http://blog.dmbcllc.com/2009/10/19/asp-net-assigning-a-role-to-a-user/">ASP.NET Assigning a Role to a User</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/10/19/asp-net-assigning-a-role-to-a-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logitech Webcam Pro 9000</title>
		<link>http://blog.dmbcllc.com/2009/10/16/logitech-webcam-pro-9000/</link>
		<comments>http://blog.dmbcllc.com/2009/10/16/logitech-webcam-pro-9000/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 11:35:17 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[logitech]]></category>
		<category><![CDATA[rightlight]]></category>
		<category><![CDATA[rightsound]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/10/16/logitech-webcam-pro-9000/</guid>
		<description><![CDATA[Video calls have always offered the promise of connection to your distant friends and family. But for many of us, getting the hardware and third-party software to work has been a challenge. Isn&#8217;t it about time for an all-in-one webcam and software solution designed to make video calling easy for everyone? Wait no more. Your [...]<p><a href="http://blog.dmbcllc.com/2009/10/16/logitech-webcam-pro-9000/">Logitech Webcam Pro 9000</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/10/16/logitech-webcam-pro-9000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Expand/Collapse Using Head Tags</title>
		<link>http://blog.dmbcllc.com/2009/10/15/jquery-expandcollapse-using-head-tags/</link>
		<comments>http://blog.dmbcllc.com/2009/10/15/jquery-expandcollapse-using-head-tags/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 13:50:30 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[collapse]]></category>
		<category><![CDATA[dotnetnuke]]></category>
		<category><![CDATA[expand]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/10/15/jquery-expandcollapse-using-head-tags/</guid>
		<description><![CDATA[I’ve spent a good chunk of the last two days working on an interesting project for one of my clients that I think the rest of the jQuery community could benefit from. The task started when my client came to me with an existing script that was being used in a DotNetNuke system to expand [...]<p><a href="http://blog.dmbcllc.com/2009/10/15/jquery-expandcollapse-using-head-tags/">jQuery Expand/Collapse Using Head Tags</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/10/15/jquery-expandcollapse-using-head-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DotNetNuke SecurityException AspnetHostingPermission</title>
		<link>http://blog.dmbcllc.com/2009/10/14/dotnetnuke-securityexception-aspnethostingpermission/</link>
		<comments>http://blog.dmbcllc.com/2009/10/14/dotnetnuke-securityexception-aspnethostingpermission/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 11:26:00 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[DotNetNuke - Module Development]]></category>
		<category><![CDATA[aspnethostingpermission]]></category>
		<category><![CDATA[dotnetnuke]]></category>
		<category><![CDATA[securityexception]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/10/14/dotnetnuke-securityexception-aspnethostingpermission/</guid>
		<description><![CDATA[Yesterday I was setting up DotNetNuke for a designer on a computer at a corporate location so that he could start working on CSS for some of our custom modules.&#160; He had an earlier version of DNN installed, so you’d think that it would “just work” but there seems to be a new module or [...]<p><a href="http://blog.dmbcllc.com/2009/10/14/dotnetnuke-securityexception-aspnethostingpermission/">DotNetNuke SecurityException AspnetHostingPermission</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/10/14/dotnetnuke-securityexception-aspnethostingpermission/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Determine The Role of a User in ASP.NET</title>
		<link>http://blog.dmbcllc.com/2009/10/13/determine-the-role-of-a-user-in-asp-net/</link>
		<comments>http://blog.dmbcllc.com/2009/10/13/determine-the-role-of-a-user-in-asp-net/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 11:46:21 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[forms authentication]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[isinrole]]></category>
		<category><![CDATA[roles]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/10/13/determine-the-role-of-a-user-in-asp-net/</guid>
		<description><![CDATA[There are several controls that allow you to display content based on the role a user is in, including: - LoginView - LoginStatus And the web.config file allows us to control which pages can be viewed based on which role a user is in. But what if you need to determine the role a user [...]<p><a href="http://blog.dmbcllc.com/2009/10/13/determine-the-role-of-a-user-in-asp-net/">Determine The Role of a User in ASP.NET</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/10/13/determine-the-role-of-a-user-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HttpContext.Items[] vs Session[]</title>
		<link>http://blog.dmbcllc.com/2009/10/12/httpcontext-items-vs-session/</link>
		<comments>http://blog.dmbcllc.com/2009/10/12/httpcontext-items-vs-session/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 11:00:00 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[httpcontext]]></category>
		<category><![CDATA[items]]></category>
		<category><![CDATA[session]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/10/12/httpcontext-items-vs-session/</guid>
		<description><![CDATA[Since .NET first became available, passing data around during a request has become a lot easier.&#160; The ability to set a property has made that so.&#160; Still, there are times when setting a property just won’t do the trick. One such time is getting data from the middle tier back up to the view separate [...]<p><a href="http://blog.dmbcllc.com/2009/10/12/httpcontext-items-vs-session/">HttpContext.Items[] vs Session[]</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/10/12/httpcontext-items-vs-session/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Acer Aspire Timeline Laptop</title>
		<link>http://blog.dmbcllc.com/2009/10/09/acer-aspire-timeline-laptop/</link>
		<comments>http://blog.dmbcllc.com/2009/10/09/acer-aspire-timeline-laptop/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 11:26:00 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[acer]]></category>
		<category><![CDATA[aspire]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[timeline]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/10/09/acer-aspire-timeline-laptop/</guid>
		<description><![CDATA[Averaging more than 8 hours of battery life, the Acer Aspire Timeline notebook PC series makes &#34;all-day computing&#34; a reality. You&#8217;ll be able to remain productive as you work remotely from 9 to 5 without ever stopping to plug in and recharge, or keep yourself entertained throughout an entire coast-to-coast flight without worrying whether you&#8217;ll [...]<p><a href="http://blog.dmbcllc.com/2009/10/09/acer-aspire-timeline-laptop/">Acer Aspire Timeline Laptop</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/10/09/acer-aspire-timeline-laptop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CmdAgent.exe utilizing 100% CPU</title>
		<link>http://blog.dmbcllc.com/2009/10/08/cmdagent-exe-utilizing-100-cpu/</link>
		<comments>http://blog.dmbcllc.com/2009/10/08/cmdagent-exe-utilizing-100-cpu/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 12:10:54 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[100% cpu]]></category>
		<category><![CDATA[cmdagent]]></category>
		<category><![CDATA[comodo]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/10/08/cmdagent-exe-utilizing-100-cpu/</guid>
		<description><![CDATA[Yesterday was a very bad day for me.&#160; No sooner had I posted yesterday’s article then my computer became impossible to use. Even though I have anti-virus software installed on my computer, every indication was that I had picked up some virus, not just on the tower I use every day, but on the 2003 [...]<p><a href="http://blog.dmbcllc.com/2009/10/08/cmdagent-exe-utilizing-100-cpu/">CmdAgent.exe utilizing 100% CPU</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/10/08/cmdagent-exe-utilizing-100-cpu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Type Safe Session Variables</title>
		<link>http://blog.dmbcllc.com/2009/10/07/type-safe-session-variables/</link>
		<comments>http://blog.dmbcllc.com/2009/10/07/type-safe-session-variables/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 10:51:21 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[session variables]]></category>
		<category><![CDATA[type safety]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/10/07/type-safe-session-variables/</guid>
		<description><![CDATA[This may be obvious to everyone else on the Internet.&#160; Heck, it&#8217;s been obvious to me for several years.&#160; But I can’t find anyone else writing about this and it makes so much sense that I&#8217;m kicking myself for not trying it earlier.&#160; So&#8230; The Problem We&#8217;ve all been there.&#160; We are coding away and [...]<p><a href="http://blog.dmbcllc.com/2009/10/07/type-safe-session-variables/">Type Safe Session Variables</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/10/07/type-safe-session-variables/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Forms Authentication – Manual Authentication</title>
		<link>http://blog.dmbcllc.com/2009/10/05/forms-authentication-manual-authentication/</link>
		<comments>http://blog.dmbcllc.com/2009/10/05/forms-authentication-manual-authentication/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 12:45:05 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[forms authentication]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[formsauthentication]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[redirectfromloginpage]]></category>
		<category><![CDATA[setauthcookie]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/10/05/forms-authentication-manual-authentication/</guid>
		<description><![CDATA[I’ve had several occasions in the past where I’ve needed to do my own authentication or I’ve needed to add some additional methods to the authentication process. As easy as Microsoft has made the authentication process, you might think that in order to&#160; manually authenticate you’d need to write all of your authentication code manually.&#160; [...]<p><a href="http://blog.dmbcllc.com/2009/10/05/forms-authentication-manual-authentication/">Forms Authentication &ndash; Manual Authentication</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/10/05/forms-authentication-manual-authentication/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Programming ASP.NET 3.5</title>
		<link>http://blog.dmbcllc.com/2009/10/02/programming-asp-net-3-5/</link>
		<comments>http://blog.dmbcllc.com/2009/10/02/programming-asp-net-3-5/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 12:01:19 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[datasource]]></category>
		<category><![CDATA[linq]]></category>
		<category><![CDATA[master pages]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/10/02/programming-asp-net-3-5/</guid>
		<description><![CDATA[With Programming ASP.NET 3.5, you&#8217;ll quickly learn to create state-of-the-art applications using Microsoft&#8217;s popular web development technology and Visual Studio 2008. This updated bestseller provides comprehensive and easy-to-understand information to help you use several .NET 3.5 technologies for faster development and better web application performance-including ASP.NET AJAX for interactive user interfaces, LINQ for data access, [...]<p><a href="http://blog.dmbcllc.com/2009/10/02/programming-asp-net-3-5/">Programming ASP.NET 3.5</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/10/02/programming-asp-net-3-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Excel as a Programmer (or anything else)</title>
		<link>http://blog.dmbcllc.com/2009/10/01/how-to-excel-as-a-programmer-or-anything-else/</link>
		<comments>http://blog.dmbcllc.com/2009/10/01/how-to-excel-as-a-programmer-or-anything-else/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 11:10:22 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[excellence]]></category>
		<category><![CDATA[persistence]]></category>
		<category><![CDATA[positive thinking]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/10/01/how-to-excel-as-a-programmer-or-anything-else/</guid>
		<description><![CDATA[From a very early age we have been conditioned to fail. I know that probably seems harsh, and probably seems like an over generalization, but it is true. Here are some things you can start doing today to start succeeding.&#160; Even if you consider yourself successful, these tips will send you to the next level. [...]<p><a href="http://blog.dmbcllc.com/2009/10/01/how-to-excel-as-a-programmer-or-anything-else/">How to Excel as a Programmer (or anything else)</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/10/01/how-to-excel-as-a-programmer-or-anything-else/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blue Stack Form Enhancer Review</title>
		<link>http://blog.dmbcllc.com/2009/09/30/blue-stack-form-enhancer-review/</link>
		<comments>http://blog.dmbcllc.com/2009/09/30/blue-stack-form-enhancer-review/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 12:25:17 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[DotNetNuke - Skinning]]></category>
		<category><![CDATA[dnn]]></category>
		<category><![CDATA[dotnetnuke]]></category>
		<category><![CDATA[skinning]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/09/30/blue-stack-form-enhancer-review/</guid>
		<description><![CDATA[The folks over at BlueStack asked me to take a look at their new Form Enhancer product. Which I will provide. The basic gist of this module is that by using jQuery and some images we can style the form elements on a page. It’s a pretty cool concept with some promising results. According to [...]<p><a href="http://blog.dmbcllc.com/2009/09/30/blue-stack-form-enhancer-review/">Blue Stack Form Enhancer Review</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/09/30/blue-stack-form-enhancer-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamically Change class Attribute From ASP.NET</title>
		<link>http://blog.dmbcllc.com/2009/09/29/dynamically-change-class-attribute-from-asp-net/</link>
		<comments>http://blog.dmbcllc.com/2009/09/29/dynamically-change-class-attribute-from-asp-net/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 10:25:00 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[dynamic classing]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/09/29/dynamically-change-class-attribute-from-asp-net/</guid>
		<description><![CDATA[I recently received a question from another programmer I know who&#8217;s been using PHP prior to ASP.NET that made me think harder about a problem we&#8217;ve all had in ASP.NET.&#160; The basic problem is this: How do you dynamically change the class of a hyperlink based on the page name so that the hyperlink that [...]<p><a href="http://blog.dmbcllc.com/2009/09/29/dynamically-change-class-attribute-from-asp-net/">Dynamically Change class Attribute From ASP.NET</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/09/29/dynamically-change-class-attribute-from-asp-net/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Forms Authentication – Managing Users</title>
		<link>http://blog.dmbcllc.com/2009/09/28/forms-authentication-managing-users/</link>
		<comments>http://blog.dmbcllc.com/2009/09/28/forms-authentication-managing-users/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 13:02:42 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[forms authentication]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[change password]]></category>
		<category><![CDATA[managing users]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/09/28/forms-authentication-managing-users/</guid>
		<description><![CDATA[While there are a lot of controls available in ASP.NET that allow you to manage forms authentication, one control that doesn’t exist is something that will allow you to manage your user list. Most of the time you don’t need this, but when you do, there is an obvious hole. Since we need to write [...]<p><a href="http://blog.dmbcllc.com/2009/09/28/forms-authentication-managing-users/">Forms Authentication &ndash; Managing Users</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/09/28/forms-authentication-managing-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery UI 1.6: The User Interface Library for jQuery</title>
		<link>http://blog.dmbcllc.com/2009/09/25/jquery-ui-1-6-the-user-interface-library-for-jquery/</link>
		<comments>http://blog.dmbcllc.com/2009/09/25/jquery-ui-1-6-the-user-interface-library-for-jquery/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 11:05:55 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/09/25/jquery-ui-1-6-the-user-interface-library-for-jquery/</guid>
		<description><![CDATA[Modern web application user interface design requires rapid development and proven results. jQuery UI, a trusted plugin for the jQuery JavaScript library, gives you a trusted platform on which to build rich and engaging interfaces with maximum compatibility and stability and a minimum of time and effort. jQuery UI has a series of ready-made, great-looking [...]<p><a href="http://blog.dmbcllc.com/2009/09/25/jquery-ui-1-6-the-user-interface-library-for-jquery/">jQuery UI 1.6: The User Interface Library for jQuery</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/09/25/jquery-ui-1-6-the-user-interface-library-for-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Case Against Location: File System</title>
		<link>http://blog.dmbcllc.com/2009/09/24/the-case-against-location-file-system/</link>
		<comments>http://blog.dmbcllc.com/2009/09/24/the-case-against-location-file-system/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 10:45:19 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[http]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/09/24/the-case-against-location-file-system/</guid>
		<description><![CDATA[See this picture? That’s what could happen to your application if you decide to build your ASP.NET web site using the File System location instead of the HTTP location. To illustrate, let me relate a situation that came up when I first started using ASP.NET back with Beta 2 of 1.0. Prior to ASP.NET 1.0, [...]<p><a href="http://blog.dmbcllc.com/2009/09/24/the-case-against-location-file-system/">The Case Against Location: File System</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/09/24/the-case-against-location-file-system/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Coding Priorities</title>
		<link>http://blog.dmbcllc.com/2009/09/23/coding-priorities/</link>
		<comments>http://blog.dmbcllc.com/2009/09/23/coding-priorities/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 10:55:17 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[priorities]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/09/23/coding-priorities/</guid>
		<description><![CDATA[When I was a younger programmer (I refuse to&#160; call myself an “old” programmer quite yet) I made a lot of mistakes.&#160; Chief among them was focusing on the wrong things at the wrong time. Now that I’m older (and wiser?) I’ve created a short priority list that I find helpful as I write a [...]<p><a href="http://blog.dmbcllc.com/2009/09/23/coding-priorities/">Coding Priorities</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/09/23/coding-priorities/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DotNetNuke – Retrieving Host Access</title>
		<link>http://blog.dmbcllc.com/2009/09/22/dotnetnuke-retrieving-host-access/</link>
		<comments>http://blog.dmbcllc.com/2009/09/22/dotnetnuke-retrieving-host-access/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 11:30:50 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dotnetnuke]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[retrieve password]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/09/22/dotnetnuke-retrieving-host-access/</guid>
		<description><![CDATA[One of the most frustrating events that can happen in any system is forgetting your password and not being able to retrieve it.&#160; DotNetNuke has a retrieval system built in, but you have to make sure your system can send mail in order to make use of it. And even if it sends mail, it [...]<p><a href="http://blog.dmbcllc.com/2009/09/22/dotnetnuke-retrieving-host-access/">DotNetNuke &ndash; Retrieving Host Access</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/09/22/dotnetnuke-retrieving-host-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forms Authentication – Creating Users</title>
		<link>http://blog.dmbcllc.com/2009/09/21/forms-authentication-creating-users/</link>
		<comments>http://blog.dmbcllc.com/2009/09/21/forms-authentication-creating-users/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 11:36:32 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[forms authentication]]></category>
		<category><![CDATA[none]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[creating users]]></category>
		<category><![CDATA[csharp]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/09/21/forms-authentication-creating-users/</guid>
		<description><![CDATA[Last week we installed the tables into our database and set up the database connection so that we could implement forms based authentication. This week, we need to put into place a way of creating users for our system.&#160; The easiest way to do that is to create a form that allows our user to [...]<p><a href="http://blog.dmbcllc.com/2009/09/21/forms-authentication-creating-users/">Forms Authentication &ndash; Creating Users</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/09/21/forms-authentication-creating-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Murach’s ASP.NET 3.5 Web Programming with C# 2008</title>
		<link>http://blog.dmbcllc.com/2009/09/18/murachs-asp-net-3-5-web-programming-with-c-2008/</link>
		<comments>http://blog.dmbcllc.com/2009/09/18/murachs-asp-net-3-5-web-programming-with-c-2008/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 11:28:42 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/09/18/murachs-asp-net-3-5-web-programming-with-c-2008/</guid>
		<description><![CDATA[Already know how to code C# 2008 desktop applications? Then, you&#8217;re ready to master web programming with the 3.5 edition of this best-selling ASP.NET book from Murach Books. It covers the 3.5 features that provide new functionality&#8230;like the ListView and DataPager data controls, LINQ data sources, new CSS-related tools, and ASP.NET AJAX&#8230;while it teaches you [...]<p><a href="http://blog.dmbcllc.com/2009/09/18/murachs-asp-net-3-5-web-programming-with-c-2008/">Murach&#8217;s ASP.NET 3.5 Web Programming with C# 2008</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/09/18/murachs-asp-net-3-5-web-programming-with-c-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iTextSharp Tables</title>
		<link>http://blog.dmbcllc.com/2009/09/17/itextsharp-tables/</link>
		<comments>http://blog.dmbcllc.com/2009/09/17/itextsharp-tables/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 11:43:14 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[iTextSharp]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[tables]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/09/17/itextsharp-tables/</guid>
		<description><![CDATA[PDF Tables in iTextSharp work enough like HTML tables that the slight differences between the two make programming tables for a PDF a bit confusing the first time you try. I hope to describe some of those differences here so that your experience might be a bit smoother than mine was as you start to [...]<p><a href="http://blog.dmbcllc.com/2009/09/17/itextsharp-tables/">iTextSharp Tables</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/09/17/itextsharp-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The case against i, j, and k</title>
		<link>http://blog.dmbcllc.com/2009/09/16/the-case-against-i-j-and-k/</link>
		<comments>http://blog.dmbcllc.com/2009/09/16/the-case-against-i-j-and-k/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 12:55:38 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[for next]]></category>
		<category><![CDATA[naming conventions]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/09/16/the-case-against-i-j-and-k/</guid>
		<description><![CDATA[One of the greatest programming books of all time is Code Complete by Steve McConnell.&#160; I often recommend this book to new programmers and when I was running the IT department of the Dot Com I was working for, I made it required reading. In it, Steve makes a great case against using i, j, [...]<p><a href="http://blog.dmbcllc.com/2009/09/16/the-case-against-i-j-and-k/">The case against i, j, and k</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/09/16/the-case-against-i-j-and-k/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Copy And Paste And Bugs</title>
		<link>http://blog.dmbcllc.com/2009/09/15/copy-and-paste-and-bugs/</link>
		<comments>http://blog.dmbcllc.com/2009/09/15/copy-and-paste-and-bugs/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 13:21:10 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[dotnetnuke]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/09/15/copy-and-paste-and-bugs/</guid>
		<description><![CDATA[We all do it.&#160; I’m sure of it.&#160; It’s too easy. I need code that looks almost like something else I wrote so I just copy and paste it over to the new code.&#160; Done. But at what cost? Is it really that much like the other code?&#160; Did you forget to change something?&#160; What [...]<p><a href="http://blog.dmbcllc.com/2009/09/15/copy-and-paste-and-bugs/">Copy And Paste And Bugs</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/09/15/copy-and-paste-and-bugs/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Setting Up Your Forms Based Authentication Database</title>
		<link>http://blog.dmbcllc.com/2009/09/14/setting-up-you-forms-based-authentication-database/</link>
		<comments>http://blog.dmbcllc.com/2009/09/14/setting-up-you-forms-based-authentication-database/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 10:41:24 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[forms authentication]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[aspnet_regsql]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[forms based authentication]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/09/14/setting-up-you-forms-based-authentication-database/</guid>
		<description><![CDATA[I was recently asked if I would cover some topics related to Forms Based Authentication.&#160; The person who requested this information has some specific issues that he wants covered that I won’t be covering for a while because I think there are some other issues that need to be covered first. One of those is [...]<p><a href="http://blog.dmbcllc.com/2009/09/14/setting-up-you-forms-based-authentication-database/">Setting Up Your Forms Based Authentication Database</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/09/14/setting-up-you-forms-based-authentication-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automated Web Testing with the WebBrowserControl</title>
		<link>http://blog.dmbcllc.com/2009/09/11/automated-web-testing-with-the-webbrowsercontrol/</link>
		<comments>http://blog.dmbcllc.com/2009/09/11/automated-web-testing-with-the-webbrowsercontrol/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 11:55:36 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[documentcompleted]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[webbrowsercontrol]]></category>
		<category><![CDATA[webbrowserreadystate]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/09/11/automated-web-testing-with-the-webbrowsercontrol/</guid>
		<description><![CDATA[Actually, I used this technique to automate submitting information to a set of web sites, but you could use this same technique to script any web site, including one you are currently developing, so that you can verify that the site actually does what it is supposed to do. You might already have a testing [...]<p><a href="http://blog.dmbcllc.com/2009/09/11/automated-web-testing-with-the-webbrowsercontrol/">Automated Web Testing with the WebBrowserControl</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/09/11/automated-web-testing-with-the-webbrowsercontrol/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hosting Issues.</title>
		<link>http://blog.dmbcllc.com/2009/09/09/hosting-issues/</link>
		<comments>http://blog.dmbcllc.com/2009/09/09/hosting-issues/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 12:12:52 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[hsphere]]></category>
		<category><![CDATA[issues]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/09/09/hosting-issues/</guid>
		<description><![CDATA[I’m experiencing hosting “issues” with the post I want to put up this morning (this isn’t the first time I’ve had this “issue”).&#160; So I’m going to move to one of my other hosting companies that knows how to deal with Apache servers correctly and hopefully resume posting tomorrow. For the record, avoid HSphere-based hosting [...]<p><a href="http://blog.dmbcllc.com/2009/09/09/hosting-issues/">Hosting Issues.</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/09/09/hosting-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Storing An Image To a Database in .NET</title>
		<link>http://blog.dmbcllc.com/2009/09/08/storing-an-image-to-a-database-in-net/</link>
		<comments>http://blog.dmbcllc.com/2009/09/08/storing-an-image-to-a-database-in-net/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 11:36:16 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[blob]]></category>
		<category><![CDATA[byte array]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[image]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/09/08/storing-an-image-to-a-database-in-net/</guid>
		<description><![CDATA[Several weeks ago I mentioned that I store the images that the user uploads to the system into the database. Some of you have expressed an interest in how I do that.&#160; So I plan to cover that today. For the purposes of this article, I’m going to assume that you’ve already got the image [...]<p><a href="http://blog.dmbcllc.com/2009/09/08/storing-an-image-to-a-database-in-net/">Storing An Image To a Database in .NET</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/09/08/storing-an-image-to-a-database-in-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSharp VAR Misconceptions</title>
		<link>http://blog.dmbcllc.com/2009/09/07/csharp-var-misconceptions/</link>
		<comments>http://blog.dmbcllc.com/2009/09/07/csharp-var-misconceptions/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 11:39:21 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[var]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/09/07/csharp-var-misconceptions/</guid>
		<description><![CDATA[I find it amazing that .NET 3.5 has been out for over a year and people still don’t understand the “var” keyword. Just last week I got a comment on one of my videos asking why I used “var” so much.&#160; Isn’t that only supposed to be used when you don’t know what the return [...]<p><a href="http://blog.dmbcllc.com/2009/09/07/csharp-var-misconceptions/">CSharp VAR Misconceptions</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/09/07/csharp-var-misconceptions/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Head First Ajax – Book</title>
		<link>http://blog.dmbcllc.com/2009/08/28/head-first-ajax-book/</link>
		<comments>http://blog.dmbcllc.com/2009/08/28/head-first-ajax-book/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 12:11:00 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[dom]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[xmlhttprequest]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/08/28/head-first-ajax-book/</guid>
		<description><![CDATA[Ajax is no longer an experimental approach to website development, but the key to building browser-based applications that form the cornerstone of Web 2.0. Head First Ajax gives you an up-to-date perspective that lets you see exactly what you can do &#8212; and has been done &#8212; with Ajax. With it, you get a highly [...]<p><a href="http://blog.dmbcllc.com/2009/08/28/head-first-ajax-book/">Head First Ajax &#8211; Book</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/08/28/head-first-ajax-book/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why You Should Click on the Ad If It Interests You</title>
		<link>http://blog.dmbcllc.com/2009/08/27/why-you-should-click-on-the-ad-if-it-interest-you/</link>
		<comments>http://blog.dmbcllc.com/2009/08/27/why-you-should-click-on-the-ad-if-it-interest-you/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 11:58:00 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[cpa]]></category>
		<category><![CDATA[cpc]]></category>
		<category><![CDATA[cpm]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/08/27/why-you-should-click-on-the-ad-if-it-interest-you/</guid>
		<description><![CDATA[I posted a statement on Twitter about how I am convinced that programmers are cheapskates and was met with a response that stated he “won’t click ads…”&#160; which is exactly what prompted my tweet in the first place. So I asked, Why? “Most of the time they aren’t relevant to me, and if they are, [...]<p><a href="http://blog.dmbcllc.com/2009/08/27/why-you-should-click-on-the-ad-if-it-interest-you/">Why You Should Click on the Ad If It Interests You</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/08/27/why-you-should-click-on-the-ad-if-it-interest-you/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Unique BODY tags per page</title>
		<link>http://blog.dmbcllc.com/2009/08/26/unique-body-tags-per-page/</link>
		<comments>http://blog.dmbcllc.com/2009/08/26/unique-body-tags-per-page/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 11:50:15 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[body]]></category>
		<category><![CDATA[contentplaceholder]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[masterpage]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/08/26/unique-body-tags-per-page/</guid>
		<description><![CDATA[Last week I talked about a situation where the previous programmer had placed the body tag inside the ContentPlaceholder in order to allow for a different body tag on the page. Since this is a project that I am actively involved in, I’ve been thinking about the easiest way to “fix” the code so that [...]<p><a href="http://blog.dmbcllc.com/2009/08/26/unique-body-tags-per-page/">Unique BODY tags per page</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/08/26/unique-body-tags-per-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to evaluate technology choices</title>
		<link>http://blog.dmbcllc.com/2009/08/25/how-to-evaluate-technology-choices/</link>
		<comments>http://blog.dmbcllc.com/2009/08/25/how-to-evaluate-technology-choices/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 12:42:23 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[methods]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/08/25/how-to-evaluate-technology-choices/</guid>
		<description><![CDATA[My post yesterday about an easy way of implementing templated e-mail was met by a comment suggesting that using XSLT would allow for more flexibility.&#160; Which is true.&#160; Once it was suggested, I started asking myself, “but is it the BEST method of implementing templated e-mail?” I think, as programmers, we tend to think that [...]<p><a href="http://blog.dmbcllc.com/2009/08/25/how-to-evaluate-technology-choices/">How to evaluate technology choices</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/08/25/how-to-evaluate-technology-choices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Templated E-Mail using .NET</title>
		<link>http://blog.dmbcllc.com/2009/08/24/templated-e-mail-using-net/</link>
		<comments>http://blog.dmbcllc.com/2009/08/24/templated-e-mail-using-net/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 10:57:12 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[isbodyhtml]]></category>
		<category><![CDATA[mailaddress]]></category>
		<category><![CDATA[mailmessage]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[smtpclient]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/08/24/templated-e-mail-using-net/</guid>
		<description><![CDATA[One thing I’m pretty consistent about is letting the computer do most of my work for me.&#160; As a “programmer” I really don’t like to program.&#160; I prefer to solve problems. You’ve already seen the effects of this in how I program PDF files where I use form fields and fill them at runtime rather [...]<p><a href="http://blog.dmbcllc.com/2009/08/24/templated-e-mail-using-net/">Templated E-Mail using .NET</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/08/24/templated-e-mail-using-net/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Ajax: The Definitive Guide</title>
		<link>http://blog.dmbcllc.com/2009/08/21/ajax-the-definitive-guide/</link>
		<comments>http://blog.dmbcllc.com/2009/08/21/ajax-the-definitive-guide/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 11:51:44 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[dom]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/08/21/ajax-the-definitive-guide/</guid>
		<description><![CDATA[Is Ajax a new technology, or the same old stuff web developers have been using for years? Both, actually. This book demonstrates not only how tried-and-true web standards make Ajax possible, but how these older technologies allow you to give sites a decidedly modern Web 2.0 feel. Ajax: The Definitive Guide explains how to use [...]<p><a href="http://blog.dmbcllc.com/2009/08/21/ajax-the-definitive-guide/">Ajax: The Definitive Guide</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/08/21/ajax-the-definitive-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unrecognized Tag Prefix or Device Filter ‘asp’</title>
		<link>http://blog.dmbcllc.com/2009/08/20/unrecognized-tag-prefix-or-device-filter-asp/</link>
		<comments>http://blog.dmbcllc.com/2009/08/20/unrecognized-tag-prefix-or-device-filter-asp/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 11:15:10 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[prefix]]></category>
		<category><![CDATA[unrecognized]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/08/20/unrecognized-tag-prefix-or-device-filter-asp/</guid>
		<description><![CDATA[One of the companies I work for recently took over a project from another vendor.&#160; As we started to maintain the site, we noticed that we could not drag and drop controls onto the page and get any more than a stub of&#160; the control. &#60;asp:hyperlink runat=”server”&#62;&#60;/hyperlink&#62; is ALL we got when we dropped the [...]<p><a href="http://blog.dmbcllc.com/2009/08/20/unrecognized-tag-prefix-or-device-filter-asp/">Unrecognized Tag Prefix or Device Filter &lsquo;asp&rsquo;</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/08/20/unrecognized-tag-prefix-or-device-filter-asp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Infinite DotNetNuke Skin Sets For One Low Price</title>
		<link>http://blog.dmbcllc.com/2009/08/19/infinite-dotnetnuke-skin-sets-for-one-low-price/</link>
		<comments>http://blog.dmbcllc.com/2009/08/19/infinite-dotnetnuke-skin-sets-for-one-low-price/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 11:22:00 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[DotNetNuke - Skinning]]></category>
		<category><![CDATA[artisteer]]></category>
		<category><![CDATA[containers]]></category>
		<category><![CDATA[dotnetnuke]]></category>
		<category><![CDATA[skins]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/08/19/infinite-dotnetnuke-skin-sets-for-one-low-price/</guid>
		<description><![CDATA[Several months ago, I mentioned that I found a product that will allow you to create as many themes as you want for WordPress, Joomla, Drupal, ASP.NET, or regular HTML. I also mentioned that it did not do DotNetNuke. Well, now it does. I think it was shortly after I wrote the original review that [...]<p><a href="http://blog.dmbcllc.com/2009/08/19/infinite-dotnetnuke-skin-sets-for-one-low-price/">Infinite DotNetNuke Skin Sets For One Low Price</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/08/19/infinite-dotnetnuke-skin-sets-for-one-low-price/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test Sending Email without a Server in ASP.NET</title>
		<link>http://blog.dmbcllc.com/2009/08/18/test-sending-email-without-a-server-in-asp-net/</link>
		<comments>http://blog.dmbcllc.com/2009/08/18/test-sending-email-without-a-server-in-asp-net/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 11:00:16 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[mailaddress]]></category>
		<category><![CDATA[mailmessage]]></category>
		<category><![CDATA[smtpclient]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/08/18/test-sending-email-without-a-server-in-asp-net/</guid>
		<description><![CDATA[By now, most people are familiar with the fact that ASP.NET will send mail from the codebehind by simply adding a few lines to your web.config file and adding another few lines of code in the codebehind file. But it wasn’t until recently that I found that you don’t need to have access to an [...]<p><a href="http://blog.dmbcllc.com/2009/08/18/test-sending-email-without-a-server-in-asp-net/">Test Sending Email without a Server in ASP.NET</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/08/18/test-sending-email-without-a-server-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>“I don’t exactly have random $$$ hanging about.”</title>
		<link>http://blog.dmbcllc.com/2009/08/17/i-dont-exactly-have-random-hanging-about/</link>
		<comments>http://blog.dmbcllc.com/2009/08/17/i-dont-exactly-have-random-hanging-about/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 11:42:28 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[msdn]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[value]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/08/17/i-dont-exactly-have-random-hanging-about/</guid>
		<description><![CDATA[I hear this statement a lot, or one like it, from various walks of life.&#160; For example, I hear it from clients.&#160; I hear it from people who want a new car.&#160; But I’d like to address this from a strictly programming perspective here. I don’t know why it bothers me when another programmer says [...]<p><a href="http://blog.dmbcllc.com/2009/08/17/i-dont-exactly-have-random-hanging-about/">&ldquo;I don&rsquo;t exactly have random $$$ hanging about.&rdquo;</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/08/17/i-dont-exactly-have-random-hanging-about/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTC Touch HD T8282 World Phone</title>
		<link>http://blog.dmbcllc.com/2009/08/14/htc-touch-hd-t8282-world-phone/</link>
		<comments>http://blog.dmbcllc.com/2009/08/14/htc-touch-hd-t8282-world-phone/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 10:50:21 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[htc]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[t8282]]></category>
		<category><![CDATA[touch]]></category>
		<category><![CDATA[windows mobile]]></category>
		<category><![CDATA[wm6]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/08/14/htc-touch-hd-t8282-world-phone/</guid>
		<description><![CDATA[Enjoy music videos, films and streaming like you never thought possible on a mobile device. Experience internet browsing so exhilarating&#8230; it feels like you never left your laptop at home. Its all delivered to you on a pixel-packed 3.8 WVGA screen and seamlessly tied together with touch-responsive TouchFLOTM 3D. The ultrafast 3.5G technology lets you [...]<p><a href="http://blog.dmbcllc.com/2009/08/14/htc-touch-hd-t8282-world-phone/">HTC Touch HD T8282 World Phone</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/08/14/htc-touch-hd-t8282-world-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming SEO – Cross Linking Titles</title>
		<link>http://blog.dmbcllc.com/2009/08/13/programming-seo-cross-linking-titles/</link>
		<comments>http://blog.dmbcllc.com/2009/08/13/programming-seo-cross-linking-titles/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 12:17:20 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Seach Engine Optimization]]></category>
		<category><![CDATA[cross linking]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/08/13/programming-seo-cross-linking-titles/</guid>
		<description><![CDATA[Here is another interesting way to programmatically add link juice to web pages from within your own site.&#160; It will require that you have pages created dynamically from a database and that you have some way of retrieving the title. You’ll remember that one of the ways of helping a page rank in the search [...]<p><a href="http://blog.dmbcllc.com/2009/08/13/programming-seo-cross-linking-titles/">Programming SEO &ndash; Cross Linking Titles</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/08/13/programming-seo-cross-linking-titles/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iTextSharp – HTML to PDF – Finishing Up</title>
		<link>http://blog.dmbcllc.com/2009/08/12/itextsharp-html-to-pdf-finishing-up/</link>
		<comments>http://blog.dmbcllc.com/2009/08/12/itextsharp-html-to-pdf-finishing-up/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 11:19:24 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[iTextSharp]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/08/12/itextsharp-html-to-pdf-finishing-up/</guid>
		<description><![CDATA[In the last post I mentioned there were a few topics we need to close up today.&#160; The two topics we’ve left undone are popping the attribute information off the stack when we hit a closing element and dealing with the paragraph gap that normally appears between paragraph elements. The first thing you’ll want to [...]<p><a href="http://blog.dmbcllc.com/2009/08/12/itextsharp-html-to-pdf-finishing-up/">iTextSharp &ndash; HTML to PDF &ndash; Finishing Up</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/08/12/itextsharp-html-to-pdf-finishing-up/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Upgrading Vista 32 bit to Windows 7 64bit</title>
		<link>http://blog.dmbcllc.com/2009/08/11/upgrading-vista-32-bit-to-windows-7-64bit/</link>
		<comments>http://blog.dmbcllc.com/2009/08/11/upgrading-vista-32-bit-to-windows-7-64bit/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 11:46:00 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[32 bit]]></category>
		<category><![CDATA[64 bit]]></category>
		<category><![CDATA[msdn subscription]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[vista 32]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows 7 64]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/08/11/upgrading-vista-32-bit-to-windows-7-64bit/</guid>
		<description><![CDATA[Since I own an MSDN subscription, I was able to get my hands on a copy of Windows 7 last Thursday. I didn’t actually install it until this past Sunday because Sunday is the only day I don’t need my computer and I needed a point in time where I could know I would have [...]<p><a href="http://blog.dmbcllc.com/2009/08/11/upgrading-vista-32-bit-to-windows-7-64bit/">Upgrading Vista 32 bit to Windows 7 64bit</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/08/11/upgrading-vista-32-bit-to-windows-7-64bit/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>MSI GT735-024US 17-Inch Laptop</title>
		<link>http://blog.dmbcllc.com/2009/08/07/msi-gt735-024us-17-inch-laptop/</link>
		<comments>http://blog.dmbcllc.com/2009/08/07/msi-gt735-024us-17-inch-laptop/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 10:29:26 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[170inch]]></category>
		<category><![CDATA[320gb]]></category>
		<category><![CDATA[4gb]]></category>
		<category><![CDATA[gt735-024]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[msi]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/08/07/msi-gt735-024us-17-inch-laptop/</guid>
		<description><![CDATA[AMD Turion Ultra ZM-82 2.2GHz Processor 2GB x 2 DDR2 667/800 RAM, 4GB Max Memory Supported 320GB SATA Hard Drive, Super Multi Optical Drive Genuine Windows Vista Home Premium LCD 17-Inch WSXGA+/Glare 1680 x 1050, ATI HD3850 512MB, Chipset ATI RX781+ SB700, Genuine Windows Vista Home Premium; LCD 17 WSXGA+/Glare 1680 x 1050; AMD Turion [...]<p><a href="http://blog.dmbcllc.com/2009/08/07/msi-gt735-024us-17-inch-laptop/">MSI GT735-024US 17-Inch Laptop</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/08/07/msi-gt735-024us-17-inch-laptop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VB.NET Processing Before WinForm Display</title>
		<link>http://blog.dmbcllc.com/2009/08/06/vb-net-processing-before-winform-display/</link>
		<comments>http://blog.dmbcllc.com/2009/08/06/vb-net-processing-before-winform-display/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 11:52:55 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Advanced VB.NET]]></category>
		<category><![CDATA[conditional startup]]></category>
		<category><![CDATA[vb.net]]></category>
		<category><![CDATA[windows forms]]></category>
		<category><![CDATA[winforms]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/08/06/vb-net-processing-before-winform-display/</guid>
		<description><![CDATA[I woke up this morning to an interesting question. “Using VB.net 2008, I want my project to be a Windows Forms Application, but upon startup, I want to check a few files to see if they exist and if they don&#8217;t I do not want the startup form to load. I just want the program [...]<p><a href="http://blog.dmbcllc.com/2009/08/06/vb-net-processing-before-winform-display/">VB.NET Processing Before WinForm Display</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/08/06/vb-net-processing-before-winform-display/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is .NET’s Object.GetHashCode() Used For?</title>
		<link>http://blog.dmbcllc.com/2009/08/05/what-is-nets-object-gethashcode-used-for/</link>
		<comments>http://blog.dmbcllc.com/2009/08/05/what-is-nets-object-gethashcode-used-for/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 12:11:40 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Advanced CSharp]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[gethashcode]]></category>
		<category><![CDATA[hash]]></category>
		<category><![CDATA[hashing]]></category>
		<category><![CDATA[object]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/08/05/what-is-nets-object-gethashcode-used-for/</guid>
		<description><![CDATA[Here is a great question from a visitor. “What is the exact use of GetHashCode of an object in .net? Does it have any relation with garbage collection?” Let&#8217;s answer the second question first. No, it has nothing to do with garbage collection. According to the Microsoft documentation, “The GetHashCode method is suitable for use [...]<p><a href="http://blog.dmbcllc.com/2009/08/05/what-is-nets-object-gethashcode-used-for/">What is .NET&rsquo;s Object.GetHashCode() Used For?</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/08/05/what-is-nets-object-gethashcode-used-for/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iTextSharp – HTML to PDF – Writing the PDF</title>
		<link>http://blog.dmbcllc.com/2009/08/04/itextsharp-html-to-pdf-writing-the-pdf/</link>
		<comments>http://blog.dmbcllc.com/2009/08/04/itextsharp-html-to-pdf-writing-the-pdf/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 11:24:18 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[iTextSharp]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[stack]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/08/04/itextsharp-html-to-pdf-writing-the-pdf/</guid>
		<description><![CDATA[Last week we parsed the HTML and created code that keeps track of the various attributes we are going to need when we create the PDF.&#160; Today we will finish the code and create the Elements that we can include in our PDF document. One consideration we will need to keep in mind as we [...]<p><a href="http://blog.dmbcllc.com/2009/08/04/itextsharp-html-to-pdf-writing-the-pdf/">iTextSharp &ndash; HTML to PDF &ndash; Writing the PDF</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/08/04/itextsharp-html-to-pdf-writing-the-pdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Voice, Apple, and the FCC – One More Reason I Won’t Own an iPhone</title>
		<link>http://blog.dmbcllc.com/2009/08/03/one-more-reason-i-wont-own-an-iphone/</link>
		<comments>http://blog.dmbcllc.com/2009/08/03/one-more-reason-i-wont-own-an-iphone/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 11:46:02 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[at+t]]></category>
		<category><![CDATA[fcc]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google voice]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/08/03/one-more-reason-i-wont-own-an-iphone/</guid>
		<description><![CDATA[Last year I provided a list of reasons why I won’t buy an iPhone.&#160; Since that time I’ve had a chance to play with one and I must admit, it is a pretty cool little toy. The keyboard is a lot more usable than I thought it would be. It has the ability to accept [...]<p><a href="http://blog.dmbcllc.com/2009/08/03/one-more-reason-i-wont-own-an-iphone/">Google Voice, Apple, and the FCC &#8211; One More Reason I Won&rsquo;t Own an iPhone</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/08/03/one-more-reason-i-wont-own-an-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logitech Illuminated Ultrathin Keyboard with Backlighting</title>
		<link>http://blog.dmbcllc.com/2009/07/31/logitech-illuminated-ultrathin-keyboard-with-backlighting/</link>
		<comments>http://blog.dmbcllc.com/2009/07/31/logitech-illuminated-ultrathin-keyboard-with-backlighting/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 11:36:04 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[backlighting]]></category>
		<category><![CDATA[backlit]]></category>
		<category><![CDATA[illuminated]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[logitech]]></category>
		<category><![CDATA[ultrathin]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/07/31/logitech-illuminated-ultrathin-keyboard-with-backlighting/</guid>
		<description><![CDATA[I had been using the standard keyboard that came with my computer for years.&#160; It never even occurred to me that buying another keyboard might be a good idea.&#160; I mean, a keyboard is&#160; a keyboard, right? But then my keyboard died in an accident with a cup of coffee and I needed to get [...]<p><a href="http://blog.dmbcllc.com/2009/07/31/logitech-illuminated-ultrathin-keyboard-with-backlighting/">Logitech Illuminated Ultrathin Keyboard with Backlighting</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/07/31/logitech-illuminated-ultrathin-keyboard-with-backlighting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET Image Scaling in CSharp</title>
		<link>http://blog.dmbcllc.com/2009/07/30/net-image-scaling-in-csharp/</link>
		<comments>http://blog.dmbcllc.com/2009/07/30/net-image-scaling-in-csharp/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 12:04:15 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[none]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[jpg]]></category>
		<category><![CDATA[scaling]]></category>

		<guid isPermaLink="false">http://blog.dmbcllc.com/2009/07/30/net-image-scaling-in-csharp/</guid>
		<description><![CDATA[One feature of .NET that I use regularly is image scaling.&#160; I typically use this on web sites that need image upload capabilities.&#160; I assume the user is going to send me an image that is significantly bigger than what I could use and then scale it down before storing it. I also use this [...]<p><a href="http://blog.dmbcllc.com/2009/07/30/net-image-scaling-in-csharp/">.NET Image Scaling in CSharp</a> is a post from: <a href="http://blog.dmbcllc.com">.NET Answers</a></p>
]]></description>
		<wfw:commentRss>http://blog.dmbcllc.com/2009/07/30/net-image-scaling-in-csharp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 1.578 seconds -->
