<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Imulus Insights &#187; John</title>
	<atom:link href="http://www.imulus.net/author/john/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.imulus.com</link>
	<description>Ramblings, Random Thoughts and Coding Goodness</description>
	<pubDate>Wed, 19 Nov 2008 14:47:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>The .NET Dilemma</title>
		<link>http://blog.imulus.com/john/aspnet/the-net-dilemma/</link>
		<comments>http://blog.imulus.com/john/aspnet/the-net-dilemma/#comments</comments>
		<pubDate>Mon, 12 Feb 2007 15:56:09 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[web design]]></category>

		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.imulus.net/?p=83</guid>
		<description><![CDATA[One of my biggest pet peves in .NET, specifically .NET 1.1, is the enter key when it pertains to a web form. Back in the old days, ASP web developers with round sunglasses and lava lamps cluttering their desks had the ability to use multiple form tags on the web page. When users would enter [...]]]></description>
			<content:encoded><![CDATA[<p>One of my biggest pet peves in .NET, specifically .NET 1.1, is the enter key when it pertains to a web form. Back in the old days, ASP web developers with round sunglasses and lava lamps cluttering their desks had the ability to use multiple form tags on the web page. When users would enter misspelled text into a INPUT box and pierce the enter key with 3 fingers, that form would submit its information to its ACTION destination.</p>
<p>Since Bill Gates invented DataSets, ViewStates, and PostBacks, he removed the need for multiple forms on a page. In .NET 1.1, developers admiring their Thundercats collection and listening to A-HA, tried to have a search box in their page header and a sign-up form below only to wave their fist in the air in vexation. When a user would hit the enter key in the sign-up form, it activated the search button in the page header. What to do? WHAT TO DO!?</p>
<p>Enter ASP.NET 2.0.</p>
<p>Very early in my trek using 2.0, I learned of the DefaultButton attribute in the FORM tag. You can now specify which form button is activated when a user hits the enter key. This is accomplished by a javascript function that gets rendered when the page loads called &#8220;WebForm_AutoFocus.&#8221; This is great and all but how does this help when I&#8217;m trying to mimic multiple web forms?</p>
<p>While coding an ASP:PANEL in Visual Studio Express, I noticed Intellisense give me the option to place a DefaultButton attribute in the panel. WHAT!?! If you incapsalate form sections of your web page with ASP:PANEL&#8217;s, you can pay homage to those ASP coders of the past and imitate multiple web forms.</p>
<p>Just keep your users from disabling Javascript&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.imulus.com/john/aspnet/the-net-dilemma/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Hunt for Beta Testers</title>
		<link>http://blog.imulus.com/john/random/the-hunt-for-beta-testers/</link>
		<comments>http://blog.imulus.com/john/random/the-hunt-for-beta-testers/#comments</comments>
		<pubDate>Mon, 21 Aug 2006 15:24:03 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[random]]></category>

		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.imulus.net/?p=24</guid>
		<description><![CDATA[We are looking to put together a group of beta testers at large. If you are interested in beta testing our work before we release it to the public please send an email to us at beta@imulus.com
]]></description>
			<content:encoded><![CDATA[<p>We are looking to put together a group of beta testers at large. If you are interested in beta testing our work before we release it to the public please send an email to us at <a href="mailto:beta@imulus.com">beta@imulus.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.imulus.com/john/random/the-hunt-for-beta-testers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Where are all the great ASP.NET blog tools?</title>
		<link>http://blog.imulus.com/john/blogging/where-are-all-the-great-aspnet-blog-tools/</link>
		<comments>http://blog.imulus.com/john/blogging/where-are-all-the-great-aspnet-blog-tools/#comments</comments>
		<pubDate>Sat, 08 Jul 2006 22:50:28 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://www.imulus.net/?p=14</guid>
		<description><![CDATA[We just installed this WordPress blog on our servers and I must say, it is beautiful. Well implemented, easy to use, well documented. In my search for blogging software I thought I would find a few options for an ASP.NET package&#8230; I only found one, .TEXT at http://www.gotdotnet.com
Being an ASP.NET shop I was floored that [...]]]></description>
			<content:encoded><![CDATA[<p>We just installed this WordPress blog on our servers and I must say, it is beautiful. Well implemented, easy to use, well documented. In my search for blogging software I thought I would find a few options for an ASP.NET package&#8230; I only found one, .TEXT at <a target="_blank" href="http://www.gotdotnet.com/workspaces/workspace.aspx?id=e99fccb3-1a8c-42b5-90ee-348f6b77c407">http://www.gotdotnet.com</a></p>
<p>Being an ASP.NET shop I was floored that there were not more options to select from. Why is that? I&#8217;m not trying to start a flame war with PHP, JSP and ASP.NET all of these languages have their merits and their flaws, but why hasn&#8217;t the ASP.NET community delivered some nice open source blogging software?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.imulus.com/john/blogging/where-are-all-the-great-aspnet-blog-tools/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
