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

<channel>
	<title>jeffaBlog</title>
	<atom:link href="http://ammonsonline.com/jeffa/feed/" rel="self" type="application/rss+xml" />
	<link>http://ammonsonline.com/jeffa</link>
	<description>Infrequent Ramblings Of A TechnoLoon</description>
	<lastBuildDate>Mon, 16 Apr 2012 03:13:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Vim Eye For The Visual Studio Guy</title>
		<link>http://ammonsonline.com/jeffa/2012/04/vim-eye-for-the-visual-studio-guy/</link>
		<comments>http://ammonsonline.com/jeffa/2012/04/vim-eye-for-the-visual-studio-guy/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 03:02:13 +0000</pubDate>
		<dc:creator>jeffa00</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://ammonsonline.com/jeffa/?p=208</guid>
		<description><![CDATA[OK, first take a deep breath and repeat after me, &#8220;Jeff is not asking me to give up Visual Studio.&#8221; Far from it. Visual Studio is without question the most productive environment for developing for Windows. When everything is going &#8230; <a href="http://ammonsonline.com/jeffa/2012/04/vim-eye-for-the-visual-studio-guy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>OK, first take a deep breath and repeat after me, &#8220;Jeff is not asking me to give up Visual Studio.&#8221;</p>
<p>Far from it. Visual Studio is without question the most productive environment for developing for Windows.</p>
<p>When everything is going well it functions like your little robotic code-monkey assistant. Memorizing a million API calls and settings is dumb. They will change. Your little robo-minion, however, has those APIs hardwired into his mechano-simian brain. Start typing and he will start suggesting possible matches.</p>
<p>So, relax, sip some nice, calming herbal tea and rest-assured that I&#8217;m not asking you to give anything up. Prying things from your cold, dead hands will not be required.</p>
<p>Having said that, [click] you have to admit [click, click] that Visual Studio [click] sure does make you [click] reach for the mouse WAY too often [click, click, clickety-click].</p>
<p>It also displaces memory the way the Titanic displaced water. It also occasionally behaves like the Titanic in a very crash and sink way.</p>
<p>Sometimes you need something light, fast and simple. In true &#8220;pick any two&#8221; fashion, you can try Vim. It is light and fast. It sure as heck isn&#8217;t simple.</p>
<div id="attachment_211" class="wp-caption alignleft" style="width: 310px"><a href="http://ammonsonline.com/jeffa/wp-content/uploads/2012/04/vim.gif"><img class="size-medium wp-image-211" title="Vim In All Its Glory" src="http://ammonsonline.com/jeffa/wp-content/uploads/2012/04/vim-300x246.gif" alt="Vim In All Its Glory" width="300" height="246" /></a><p class="wp-caption-text">Vim In All Its Glory - Click for full-size. Really. It&#39;s animated. ANIMATED. CLICK IT!</p></div>
<p>OK, I&#8217;ll admit it, it&#8217;s a tough sale.</p>
<p>On one hand you have the aforementioned all-singing, all-dancing robot-monkey vs. what appears at first glance to be a dead monkey.</p>
<p>Don&#8217;t be fooled. THAT MONKEY IS NOT DEAD.</p>
<p>You don&#8217;t see that in print very often. That makes me sad.</p>
<h2>What&#8217;s So Great About Vim?</h2>
<p>Let&#8217;s start with the obligatory Top-n List.</p>
<h2>Top 5 Things I Like About Vim</h2>
<ol>
<li>Runs anywhere</li>
<li>Keep hands on the keyboard</li>
<li>Macros become easy and wildly useful (not at first!)</li>
<li>Lightweight</li>
<li>Configurable</li>
</ol>
<p>The first thing you hear about is the keyboard-centric nature of Vim. Vim, like it&#8217;s predecessor Vi can be used without ever touching the mouse.</p>
<p>This was why I decided to take a deeper look at Vim. I find the frequency with which I have to reach for the mouse in Visual Studio distracting. Downright annoying.</p>
<p>You may already know that you can move around using home-row keys instead of those distant arrow keys, but what you don&#8217;t know is that after a few days that <strong>won&#8217;t</strong> be moving one character at a time as often as you will be leaping around.</p>
<p>The richness of text navigation options in Vim is a great strength.</p>
<p>You can jump to:</p>
<ul>
<li>Start/End of word</li>
<li>Start/End of line</li>
<li>Start/End of document</li>
<li>Start/End of tag (opening or closing curly-brace for instance)</li>
<li>Start to specific text</li>
<li>Start to text specified by regular expression</li>
<li>More and More and More</li>
</ul>
<p>Why does this matter?</p>
<p>Remember the mention of macros?</p>
<p>Once you get in the flow of navigating your code in this manner, then creating macros becomes trivial. Literally 2 keys and you are recording a macro. Two more and you play it back.</p>
<h2>So What Now?</h2>
<p>First things first, do this:</p>
<ol>
<li><a href="http://www.vim.org/download.php" target="_blank">Install Vim</a></li>
<li>Open it</li>
<li>Shut it down</li>
<li>Curse</li>
<li>Laugh at me for suggesting you look at this crap!</li>
</ol>
<p>Now that you have that out of your system, get ready to watch some screen-casts. You <strong>cannot </strong>learn what is good about Vim by just playing around with it.</p>
<h2>Start With Derek Wyatt&#8217;s Screencasts</h2>
<p>Derek Wyatt made a series of screencasts a few years back that are <a href="http://www.derekwyatt.org/vim/vim-tutorial-videos/" target="_blank">found on his blog</a>.</p>
<p>Derek is very funny and full of energy and enthusiasm for Vim. Watch his Novice and Intermediate level videos to get an idea of why you might care about Vim.</p>
<h2>Move On To VimCasts.Org</h2>
<p>Drew Neil put together a great series of tutorials as well over at <a href="http://vimcasts.org/episodes/archive" target="_blank">VimCasts.org</a>. Drew&#8217;s videos are typically short and sharply focused.</p>
<h2>Decide If Vim Is For You</h2>
<p>Once you&#8217;ve watched some videos from Derek and Drew, you should have a good idea whether you want to pursue delving into Vim.</p>
<p>You might not. That&#8217;s OK.</p>
<p>Some of you might.</p>
<p>For me, it isn&#8217;t an either/or question. I use Vim <em>with</em> Visual Studio.</p>
<h2>Options For Integrating With Visual Studio</h2>
<ol>
<li>Keep them separate. Use Vim occasionally as needed.</li>
<li>Install Visual Studio plug-in:</li>
<ol>
<li><a href="http://visualstudiogallery.msdn.microsoft.com/59ca71b3-a4a3-46ca-8fe1-0e90e3f79329">VsVim </a>(free)</li>
<li><a href="http://www.viemu.com/">ViEmu </a>(not free)</li>
</ol>
<li>Make Vim an External Tool</li>
</ol>
<p>If you remember my Titanic analogies back in the days when you were young and had just started reading this ridiculously long post, you&#8217;ll probably agree that the last thing the Titanic needed was more cargo. Making that ship heavier would not have helped.</p>
<p>In much the same way, I try to avoid putting too many plug-ins into Visual Studio. Bare weight right now for me without a project loaded is around ~90 MB. Once I load a project, it will go way, way up.</p>
<p>For that reason, I have opted for the &#8220;Make Vim an External Tool&#8221; approach.</p>
<p>I have my F-1 key mapped to launch Vim (well GVim, actually) with the current document open at the current line I&#8217;m editing. I even have a Vim plug-in for working with Team Foundation Server.</p>
<p>For details on how to set this up (plus more), check out <a href="http://vim.wikia.com/wiki/Integrate_gvim_with_Visual_Studio" target="_blank">Integrate gvim with Visual Studio</a> over at the Vim Wiki.</p>
<h2>Summary</h2>
<p>I can&#8217;t say if you will like Vim. I&#8217;m guessing 90% of you will not.</p>
<p>I also can&#8217;t say if a year from now I will be using Vim heavily.</p>
<p>I consider my current set up to be an experiment. For some things Visual Studio is perfect. For some things Vim is perfect. Neither is perfect for everything.</p>
<p>As long as I have to SSH into a server and edit files, I will use Vim or Vi to some extent. Now I will use it far more effectively.</p>
]]></content:encoded>
			<wfw:commentRss>http://ammonsonline.com/jeffa/2012/04/vim-eye-for-the-visual-studio-guy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>More Thoughts On Windows 8</title>
		<link>http://ammonsonline.com/jeffa/2012/04/more-thoughts-on-windows-8/</link>
		<comments>http://ammonsonline.com/jeffa/2012/04/more-thoughts-on-windows-8/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 14:03:47 +0000</pubDate>
		<dc:creator>jeffa00</dc:creator>
				<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://ammonsonline.com/jeffa/?p=195</guid>
		<description><![CDATA[Our user group (Gwinnet, Georgia, Microsoft User Group &#8212; GGMUG) had a spirited debate last night about Windows 8. Oddly enough the factions were almost split by the side of the room they were on (tastes great, less filling). Essentially &#8230; <a href="http://ammonsonline.com/jeffa/2012/04/more-thoughts-on-windows-8/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Our user group (<a href="http://ggmug.com/">Gwinnet, Georgia, Microsoft User Group &#8212; GGMUG</a>) had a spirited debate last night about Windows 8.</p>
<p>Oddly enough the factions were almost split by the side of the room they were on (tastes great, less filling). Essentially the left side argued that the UI changes in Windows 8 will be rejected by users and the right side of the house argued that users will simply adapt to the changes.</p>
<p>The bulk of our conversation centered around the missing &#8220;Start&#8221; button.</p>
<p>As I mentioned in my previous Win 8 post, I think the scariest thought is deploying Win 8 in a large corporate environment to thousands of users. To sacrilegiously misquote Star Wars: &#8220;It was as if thousands of voices cried out at once, &#8216;Who Moved My Cheesey Start Button&#8217;&#8221;.</p>
<p>GGMUG member Curtis Wellborn pointed out on our <a href="http://www.meetup.com/Gwinnett-Microsoft-Users-Group/events/44517712/?a=ed1_l6">Meetup.Com page</a> that in Windows 7 the &#8220;Start&#8221; button no longer said &#8220;Start&#8221; and he is absolutely correct.</p>
<p>I&#8217;m going to quote my response to him here since I can a) put it in one section unlike the multiple comments on their site, b) change &#8220;hid&#8221; to &#8220;hide&#8221; and other fixes to my egregious spelling, and c) use <em>italics</em> because I <em>love</em> to <em>use</em> italics.</p>
<p>In general use I think the hover over spot to trigger the start screen is fine, but what I&#8217;d like to see is <em>something</em> in that spot (start button, windows swirly, or even a smiley face) that pops up a message the first time you click it saying, &#8220;Hey, you know you don&#8217;t need this? Would you like to hide it? By the way, you could also just hit the Windows Key on your keyboard.&#8221; I think that would settle the issue.</p>
<p>My point here is that it would be easy to leverage the user&#8217;s existing knowledge and experience to help them transition to the new UI. The change from a pop-up menu to a full screen start screen WILL be jarring to them at first, but they will get used to it. Not being able to figure out how to get it the first time will leave them with a bad taste in their mouth, and reduce their willingness to learn the new UI.</p>
<p>When it comes to introducing change, I think the game industry has the best model. Lots of games expect you to learn a new system for interacting with the device, but the game devs have become masters of training users. Most games start with some variation of a tutorial level. The best ones incorporate the experience so seamlessly that you don&#8217;t notice it is happening.</p>
<p>That&#8217;s what I&#8217;d like to see. Windows 8 on install gently guides you through the changes <em>as you use it</em>.</p>
<p>To your point about Win 7 not having a button labeled &#8220;Start&#8221;, you are correct. Win 95 needed the word &#8220;start&#8221; since users hadn&#8217;t had that UI element before. By the time Win 7 came out users were accustomed to looking for *something* in that spot and tried the button they saw.</p>
<p>The only problem I have with the Win 8 approach to the start button is the implementation. Once you get the user through the first day, they&#8217;ll be fine, but they need help with the transition.</p>
]]></content:encoded>
			<wfw:commentRss>http://ammonsonline.com/jeffa/2012/04/more-thoughts-on-windows-8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Review &#8211; Make: Technology on Your Time Volume 29, Edited By Mark Frauenfelder; O&#8217;Reilly Media / Make</title>
		<link>http://ammonsonline.com/jeffa/2012/03/review-make-technology-on-your-time-volume-29-edited-by-mark-frauenfelder-oreilly-media-make/</link>
		<comments>http://ammonsonline.com/jeffa/2012/03/review-make-technology-on-your-time-volume-29-edited-by-mark-frauenfelder-oreilly-media-make/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 01:39:00 +0000</pubDate>
		<dc:creator>jeffa00</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://ammonsonline.com/jeffa/?p=185</guid>
		<description><![CDATA[Summary If you aren&#8217;t familiar with Make Magazine, you are in for a treat. That is if you like building things. If not, then move along, there&#8217;s nothing to see here. My Take On It I have to admit I&#8217;ve &#8230; <a href="http://ammonsonline.com/jeffa/2012/03/review-make-technology-on-your-time-volume-29-edited-by-mark-frauenfelder-oreilly-media-make/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>Summary</h2>
<p>If you aren&#8217;t familiar with Make Magazine, you are in for a treat. That is if you like building things. If not, then move along, there&#8217;s nothing to see here.</p>
<h2>My Take On It</h2>
<p>I have to admit I&#8217;ve been a fan of the concept of <strong>Make Magazine</strong> from the beginning. O&#8217;Reilly have been a big part of the open source movement for a long time, and the obvious extension of making open source software is making physical objects and sharing the &#8220;how to&#8221;.</p>
<p>The focus of this issue is DIY Superhuman, and as such includes projects to augment your senses and capabilities. No really. Sounds like a comic book, but there are some plausible and slick projects in here.</p>
<div id="attachment_186" class="wp-caption alignleft" style="width: 254px"><a href="http://ammonsonline.com/jeffa/wp-content/uploads/2012/03/hapticRangefinder.png"><img class="size-medium wp-image-186 " title="Tacit: A Haptic Wrist Rangefinder" src="http://ammonsonline.com/jeffa/wp-content/uploads/2012/03/hapticRangefinder-244x300.png" alt="Tacit: A Haptic Wrist Rangefinder" width="244" height="300" /></a><p class="wp-caption-text">Tacit: A Haptic Wrist Rangefinder</p></div>
<p>The one I most want to try is &#8220;Tacit: A Haptic Wrist Rangefinder&#8221;. The basic premise here is that you combine sonic rangefinders, a glove, and little rubber-hand-slappers (I&#8217;ll explain)  to allow you to <em>feel</em> how close objects are. Tiny servomotors spin faster when objects are closer and smack your hand with little rubber bits. Think &#8220;buzzing&#8221; not &#8220;flogging&#8221;.</p>
<p>I think this would be an excellent aid for someone who was vision impaired. This is clearly a hobbiest version, but it wouldn&#8217;t take much to turn this into a prosthetic product.</p>
<p>If you have an ereader or tablet that can support PDF files, I recommend the eBook version. I have a KindleDX (larger screen, but still eInk), and it worked fine.</p>
<p>If you are into building things, I highly recommend you pick this one up.</p>
<h3>Disclaimer</h3>
<p>I received a copy of the magazine as part of the O&#8217;Reilly Blogger Review Program. They require I actually <em>write and post</em> a review to continue receiving review copies, but they do not dictate what I write.</p>
]]></content:encoded>
			<wfw:commentRss>http://ammonsonline.com/jeffa/2012/03/review-make-technology-on-your-time-volume-29-edited-by-mark-frauenfelder-oreilly-media-make/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s Wrong With This Picture?</title>
		<link>http://ammonsonline.com/jeffa/2012/03/whats-wrong-with-this-picture/</link>
		<comments>http://ammonsonline.com/jeffa/2012/03/whats-wrong-with-this-picture/#comments</comments>
		<pubDate>Sat, 17 Mar 2012 02:40:11 +0000</pubDate>
		<dc:creator>jeffa00</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://ammonsonline.com/jeffa/?p=182</guid>
		<description><![CDATA[No, seriously. What is wrong with this picture? In a word, transparency. In more than one word, the title bar and edges of the screenshot show the orange and red nightmare that is my wallpaper image. I&#8217;m a n00b at &#8230; <a href="http://ammonsonline.com/jeffa/2012/03/whats-wrong-with-this-picture/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>No, seriously.</p>
<p>What is wrong with <em>this </em>picture?</p>
<div id="attachment_139" class="wp-caption alignnone" style="width: 310px"><a href="http://ammonsonline.com/jeffa/wp-content/uploads/2012/03/VisualStudio11ScreenShot01.png"><img class="size-medium wp-image-139" title="Visual Studio 11 Screen Shot" src="http://ammonsonline.com/jeffa/wp-content/uploads/2012/03/VisualStudio11ScreenShot01-300x195.png" alt="Visual Studio 11 Screen Shot" width="300" height="195" /></a><p class="wp-caption-text">Don&#39;t look at me! I&#39;m HIDEOUS!</p></div>
<p>In a word, <em>transparency</em>.</p>
<p>In more than one word, the title bar and edges of the screenshot show the orange and red nightmare that is my wallpaper image.</p>
<p>I&#8217;m a n00b at blogging and didn&#8217;t even think twice when I snapped a screenshot and plopped it up here on my <a title="Visual Studio 11 First Impressions" href="http://ammonsonline.com/jeffa/2012/03/visual-studio-11-first-impressions/">Visual Studio 11 First Impressions</a> post.</p>
<p>Thanks to a tweet from Scott Hanselman linking to a <a href="http://www.hanselman.com/blog/TakingProperScreenshotsInWindowsForBlogsOrTutorials.aspx">blog post he made last year</a>, I have seen the error of my ways. Lo, it was as if scales fell from my eyes, and I could see the wretchedness that was my screenshot and did weep and verily didst I try to put the scales back before mine eyes that they might not behold the countenance of noxious red and orange hues.</p>
<p>You know how sometimes when you are sitting in church and the minister/priest/rabbi/shamen speaks of unholy acts and behavior &#8220;unbecoming to a human being&#8221; and you think, &#8220;Has he been looking at my Facebook wall?&#8221;</p>
<p>That&#8217;s how I felt when I read Scott&#8217;s post.</p>
<p>When the crying subsided to the point I could mostly see again, I booted back up into Windows 8 and used a supremely helpful tip from Scott&#8217;s post: Put a full-screen Notepad instance in all its pure, white beauty behind whatever you are trying to capture. Duh. I mean it seems so obvious once you hear it. Can&#8217;t believe I never thought of it.</p>
<p>If you look at my post now it is much, much cleaner. At least the screenshots are. I still swear like a sailor who has smashed his thumb with a ball-peen hammer, mind you, so it&#8217;s not cleaner in that sense. And, if you are now rejoining us after having gone to see if I really did swear like a hammer be-smashed sailor, I apologize for lying simply to generate an extra click. Just so you don&#8217;t feel totally ripped off: poopy.</p>
]]></content:encoded>
			<wfw:commentRss>http://ammonsonline.com/jeffa/2012/03/whats-wrong-with-this-picture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 8 First Impressions</title>
		<link>http://ammonsonline.com/jeffa/2012/03/windows-8-first-impressions/</link>
		<comments>http://ammonsonline.com/jeffa/2012/03/windows-8-first-impressions/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 16:44:40 +0000</pubDate>
		<dc:creator>jeffa00</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://ammonsonline.com/jeffa/?p=148</guid>
		<description><![CDATA[&#8220;Toto, I&#8217;ve a feeling we&#8217;re not in Kansas any more.&#8221; &#8212; Dorothy to her little doggie in The Wizard Of Oz I&#8217;ve been putting this one off a bit because I&#8217;m not sure what I think about Windows 8 and certainly &#8230; <a href="http://ammonsonline.com/jeffa/2012/03/windows-8-first-impressions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<blockquote><p>&#8220;Toto, I&#8217;ve a feeling we&#8217;re not in Kansas any more.&#8221; &#8212; Dorothy to her little doggie in <em>The Wizard Of Oz</em></p></blockquote>
<p>I&#8217;ve been putting this one off a bit because I&#8217;m not sure what I think about Windows 8 and certainly not what to say about it.</p>
<div id="attachment_168" class="wp-caption alignleft" style="width: 310px"><a href="http://ammonsonline.com/jeffa/wp-content/uploads/2012/03/screenshot_win8-01_page.jpg"><img class="size-medium wp-image-168" title="Windows 8 Consumer Preview" src="http://ammonsonline.com/jeffa/wp-content/uploads/2012/03/screenshot_win8-01_page-300x168.jpg" alt="Windows 8 Consumer Preview" width="300" height="168" /></a><p class="wp-caption-text">Windows 8 Consumer Preview</p></div>
<p>It is a big move for Microsoft in so many ways. They HAVE to make some big, bold moves if they want to regain relevance outside of the corporate world. Yet those very gambles may cost them dearly <em>inside</em> the corporate world.</p>
<p>The story I&#8217;d like to tell is this: Microsoft debuted its new Metro styling with the hugely popular Windows Phone 7. Critics loved the simple, intuitive interface and the buying public flocked to it en masse. That success has really paid off and now the venerable Windows platform is receiving the long-overdue makeover the public has been demanding. Metro For The Win!</p>
<p>I would sure love to tell that story but only parts of it are true. The critics by and large have loved Windows Phone. The buying public, however, has not.</p>
<p>My reactions upon first using Windows 8 went something like this:</p>
<ul>
<li>This looks awesome!</li>
<li>So&#8230; pretty&#8230;</li>
<li>Try app</li>
<li>Hmm. Full screen, eh? Guess I can get used to that.</li>
<li>How do I close it? Oh, I don&#8217;t?</li>
<li>Oh wait, I can grab it and throw it offscreen to close it. I&#8217;m a WebOS device owner, I&#8217;m used to doing that.</li>
<li>This would totally ROCK on a touch device</li>
<li>Shame I don&#8217;t have a touch device</li>
</ul>
<p>OK, I&#8217;ll summarize the next few hours: &#8220;Where&#8217;s the&#8230;&#8221;, &#8220;What happened to the&#8230;&#8221;, &#8220;How do I&#8230;&#8221;, etc.</p>
<p>Sounds pretty negative, so I will say that after a week or so with Windows 8 there are things I really like. I will also say that there is NO doubt I&#8217;ll be productive in Windows 8 and get stuff done once I&#8217;m more familiar with it.</p>
<p>As a developer I really like certain aspects: WinRT with dev options for XAML/C#/C++ and HTML/CSS/JavaScript. Brilliant. Sandboxed apps that are vetted in an app store. Brilliant. Far more efficient use of memory and processor. Outstanding (my notebook runs noticeably cooler on Win 8).</p>
<p>Now for the &#8220;uh-ohs&#8221;.</p>
<p>First, it won&#8217;t matter whether I as a developer like Win 8. If the public at large rejects it, I can&#8217;t put my development efforts there. Lesson learned on Windows Phone&#8230; &#8220;If a developer fails in the forest and there are no users, will anyone make the sound of one hand clapping?&#8221;</p>
<p>Next, when I am casually using Win 8 I love it. I especially like browsing in the Metro world with no plug-ins. Down right liberating. I really didn&#8217;t expect that reaction. Yes, I could block plug-ins in any browser, but I never realized I wanted to until I used Metro IE.</p>
<p>Bit of an identity crisis for IE, however, since it behaves differently in Metro than in &#8220;Destktop&#8221; modes. Desktop mode can have plug-ins and behaves like a &#8220;normal&#8221;, windowed browser. In Metro it is full screen and plug-in free.</p>
<p>Interestingly enough, so far I have DENIED all plug-ins when in desktop mode IE. When I say I like the browsing experience in Metro, I mean I like it so much that I GLEEFULLY click the DENY/REJECT/REPENT-YE-SINFUL-WEBSITE button when the inevitable &#8220;Do you want to install our proprietary ad delivery system&#8221; plug-in dialog pops up.</p>
<p>Speaking of an identity crisis&#8230; What do you call a product called &#8220;Windows&#8221; that decides to do away with &#8220;windows&#8221;? Kind of like driving a Ford Horseless Carriage named for a horse (Mustang, anyone?).</p>
<p>Now for a HUGE problem. Youtube. If I visit Youtube and my browser says the video codec won&#8217;t work with my browser, then MY BROWSER IS BROKEN. I really do not care about Microsoft vs. Google and my codec is bigger than your codec. On video Youtube wins. Period. No excuses, Microsoft, fix this or your users will flee.</p>
<p>&lt;&lt;Please Insert Your Own Seque Here, I&#8217;m just going to veer off at a 97.4° angle.&gt;&gt;</p>
<p>I also need to mention that the pinball game deserves recognition too. It <strong>really</strong> rocks. Seriously better than Minesweeper and Solitaire, combined. Almost as much fun as playing &#8220;Whack-A-Plug-in&#8221;.</p>
<p>OK, having said that&#8230; When I need to get REAL work done, I find myself booting back into Win 7. Part of that is because things are in beta, and I understand that. Part of it is the fact that I haven&#8217;t learned all the ins and out of how to be productive in Win 8. Part of it is that Visual Studio 11 is <em>also</em> in beta. Bottom line, unfortunately, is my desire to stay in Win 8 is lower than my desire to be productive <em>right now</em>.</p>
<p>My experience with Win 7 was totally different. From the first time I loaded a pre-beta version I never looked back. It was MORE productive right away. Not only did I not have to learn a new way of working with it, things were more intuitive than before.</p>
<p>I cannot imagine the gray/beige/be-cubicled world adopting Windows 8 as is. They don&#8217;t care that it is new. They don&#8217;t care that it may be better. They do care about being productive. Now. Not just now. NOW NOW.</p>
<p>Were the Metro side of Dr. Metro/Mr. Windows fully optional, then they would adopt Windows 8 in turn. Some would use Metro, some would not. I suspect the sandboxed nature of Metro apps would drive corporate adoption over time.</p>
<p>For Microsoft to <em>force</em> the use of Metro strikes me as a strategic mistake.</p>
<p>If I want to install Windows 8 on my home system and spend time learning it, great!</p>
<p>If I want to buy a shiny new tablet with Windows 8, great!</p>
<p>If I want to roll-out Windows 8 to 10,000 corporate desktops, then I have a serious nightmare scenario on my hands. I know in my gut that I would receive 7,648 calls (AFTER mandatory training) that began, &#8220;Something has happened to my Start button.&#8221; My &#8220;inner-corporate IT guy&#8221; and &#8220;inner-CFO&#8221; are both scowling at me. I think they may have pitchforks.</p>
<p>So far the Metro interface <em>feels</em> like a novelty to me. I find it interesting and fun to play with, but so far it seem to be a bit of an impediment to my productivity.</p>
<p>Doug Winnie has a well thought out <a href="http://sfdesignerdw.wordpress.com/2012/03/08/windows-8-and-metro-get-over-it/" target="_blank">post </a>that says pretty much the opposite of everything I&#8217;ve said here. I recommend you read it for an excellent counter view. He takes the approach that change is inevitable and nay-sayers should &#8220;Get over it&#8221;. For me, personally, I can&#8217;t argue with him. I <em>will</em> get over any negative reactions. Heck, I <em>like</em> the Metro interface for the most part. I&#8217;m just not sure that the public at large, and especially the corporate world, will be willing to &#8220;get over it.&#8221;</p>
<p>I think very few companies can pull off the &#8220;We&#8217;re changing, so just get over it&#8221; approach. Apple under Steve Jobs could do that. It is yet to be seen if Apple without Steve Jobs can. Steve Ballmer is no Steve Jobs. No one is.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://ammonsonline.com/jeffa/2012/03/windows-8-first-impressions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Visual Studio 11 First Impressions</title>
		<link>http://ammonsonline.com/jeffa/2012/03/visual-studio-11-first-impressions/</link>
		<comments>http://ammonsonline.com/jeffa/2012/03/visual-studio-11-first-impressions/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 04:21:50 +0000</pubDate>
		<dc:creator>jeffa00</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://ammonsonline.com/jeffa/?p=138</guid>
		<description><![CDATA[This is definitely Microsoft&#8217;s Year Of Living Dangerously. I&#8217;ve rarely seen a company take so many bold chances at once. Windows 8 is quite the departure from the past. I&#8217;ll blog about that one separately. This post is about Visual &#8230; <a href="http://ammonsonline.com/jeffa/2012/03/visual-studio-11-first-impressions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is definitely Microsoft&#8217;s Year Of Living Dangerously.</p>
<p>I&#8217;ve rarely seen a company take so many bold chances at once.</p>
<p>Windows 8 is quite the departure from the past. I&#8217;ll blog about that one separately.</p>
<p>This post is about Visual Studio 11.</p>
<p>As soon as you fire it up BAM!</p>
<div id="attachment_179" class="wp-caption alignleft" style="width: 310px"><a href="http://ammonsonline.com/jeffa/wp-content/uploads/2012/03/VisualStudio11Beta_02_b.png"><img class="size-medium wp-image-179" title="Visual Studio 11 Beta Light Theme" src="http://ammonsonline.com/jeffa/wp-content/uploads/2012/03/VisualStudio11Beta_02_b-300x199.png" alt="Visual Studio 11 Beta Light Theme" width="300" height="199" /></a><p class="wp-caption-text">Dude! I can&#39;t see colors! Light Theme</p></div>
<p>Yep, that is one gray interface.</p>
<p>AND THE TABS ARE SHOUTING AT ME.</p>
<p>Lots of people are really hung up on the UI change, but I <em><strong>know</strong></em> that I&#8217;ll get used to it. I like the idea of putting the focus on the code and not the NON-code areas. Heck I <em>like</em> the gray.</p>
<div id="attachment_178" class="wp-caption alignright" style="width: 310px"><a href="http://ammonsonline.com/jeffa/wp-content/uploads/2012/03/VisualStudio11Beta_01_b.png"><img class="size-medium wp-image-178" title="Visual Studio 11 Beta Dark Theme" src="http://ammonsonline.com/jeffa/wp-content/uploads/2012/03/VisualStudio11Beta_01_b-300x199.png" alt="Visual Studio 11 Beta Dark Theme" width="300" height="199" /></a><p class="wp-caption-text">Visual Studio 11 Beta Dark Theme</p></div>
<p>Having said that, it would be pretty darned hard to NOT mention it right up front since it is the first thing you notice.</p>
<p>The best way I can describe the initial feeling is this: imagine you go to work one day and when you come home you find that someone painted your house inside and out and replaced all the flooring. All your belongings are in exactly the spots you left them. You KNOW where the spatula is. You KNOW where your Kindle is. You just can&#8217;t help but think, &#8220;Am I in the right house?&#8221; (Cue the Talking Heads)<br />
<iframe src="http://www.youtube.com/embed/I1wg1DNHbNU" frameborder="0" width="480" height="360"></iframe><br />
I think it might be easier to accept if it looked and behaved LESS like the older versions.</p>
<p>The problem is that we have spent so much time in Visual Studio that we have retinal burn-in. We see it in our sleep.</p>
<p>If you plopped XYZ Corp&#8217;s brand new Hipster Edit 5000 down and it looked <em>exactly</em> like this everyone would snap their fingers and stroke their goatees and say things like &#8220;Heavy, man&#8221; and &#8220;Groovy&#8221; and &#8220;Spork&#8221;.</p>
<p>Here&#8217;s the other thing. Since the &#8217;80s we&#8217;ve been conditioned to think things that are gray are <em>not valid choices</em>.</p>
<p>Think about that for a second. What do you call it when a UI element is NOT enabled? You call it &#8220;grayed out&#8221;. It has become part of our language both visually and verbally.</p>
<p>Since this is just a first impression post, I&#8217;ll stop here and repeat what I said earlier: I will get used to the new look. I&#8217;ve spent enough time in Expression Blend that it isn&#8217;t a long-term trauma, just a speed bump.</p>
<p>Once I&#8217;ve spent more time with it, I&#8217;ll talk about the new features. Things like omni-present search. Open older projects without ruining them for the 2010 version. Make no mistake, there&#8217;s a bunch of good stuff in there. It just <em>looks</em> different.</p>
]]></content:encoded>
			<wfw:commentRss>http://ammonsonline.com/jeffa/2012/03/visual-studio-11-first-impressions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jQuery Links</title>
		<link>http://ammonsonline.com/jeffa/2012/02/jquery-links/</link>
		<comments>http://ammonsonline.com/jeffa/2012/02/jquery-links/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 23:19:40 +0000</pubDate>
		<dc:creator>jeffa00</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://ammonsonline.com/jeffa/?p=130</guid>
		<description><![CDATA[At the February 9, 2012, meeting of our user group, GGMUG, I gave a presentation on Beginning jQuery and jQuery UI. I had a great time and really appreciate all the folks who turned out to hear me rattling on. &#8230; <a href="http://ammonsonline.com/jeffa/2012/02/jquery-links/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>At the February 9, 2012, meeting of our user group, GGMUG, I gave a presentation on Beginning jQuery and jQuery UI. I had a great time and really appreciate all the folks who turned out to hear me rattling on.</p>
<div class="wp-caption alignleft" style="width: 268px"><a href="http://ggmug.com/blog/beginning_jquery_slide_deck_feb_2012_meeting"><img class=" " title="Intro To jQuery Slides" src="http://ggmug.com/content/presentations/2012_february/IntroTojQuery.JPG" alt="Link to my slide deck." width="258" height="215" /></a><p class="wp-caption-text">My slides</p></div>
<p>My slides are posted <a href="http://ggmug.com/blog/beginning_jquery_slide_deck_feb_2012_meeting" target="_blank">here</a> at the GGMUG site.</p>
<p>Here are some links to help get going with the jQuery stack.</p>
<p><a href="http://jquery.com" target="_blank">jQuery.com</a> (obvious) From here you can get to the other bits of the stack: jQueryUI, jQuery Pluggins and jQuery Mobile.</p>
<p><a href="http://www.pluralsight-training.net" target="_blank">Pluralsight </a>has 3 jQuery related video courses as of this writing.</p>
<p><a href="http://tekpub.com/productions/jquery" target="_blank">TekPub </a>also has screencast training for jQuery.</p>
<p>The TekPub class is conducted in part by Dave Ward. Dave lives in the Atlanta area and is a real expert. You can follow his blog at <a href="http://encosia.com/" target="_blank">Encosia.com</a>. I highly recommend you check it out.</p>
<p>As for books I would recommend:</p>
<ul>
<li><a href="http://shop.oreilly.com/product/9780596159788.do" target="_blank">jQuery Cookbook</a></li>
<li><a href="http://shop.oreilly.com/product/9780596805531.do" target="_blank">JavaScript: The Definitive Guide</a></li>
<li><a href="http://shop.oreilly.com/product/9780596517748.do" target="_blank">JavaScript: The Good Parts</a></li>
</ul>
<p>Those aren&#8217;t the only books, but the ones I have read and recommend.</p>
<p>Hope this helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://ammonsonline.com/jeffa/2012/02/jquery-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Secret Weapon: Pluralsight</title>
		<link>http://ammonsonline.com/jeffa/2011/09/my-secret-weapon-pluralsight/</link>
		<comments>http://ammonsonline.com/jeffa/2011/09/my-secret-weapon-pluralsight/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 14:15:32 +0000</pubDate>
		<dc:creator>jeffa00</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ammonsonline.com/jeffa/2011/09/my-secret-weapon-pluralsight/</guid>
		<description><![CDATA[OK, this was supposed to be a review, but I can’t in good conscience call it that. A review implies that you are going to impartially talk about something, but you can’t be impartial about something you are super-happy-fun-time enthusiastic &#8230; <a href="http://ammonsonline.com/jeffa/2011/09/my-secret-weapon-pluralsight/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>OK, this was supposed to be a review, but I can’t in good conscience call it that.</p>
<p>A review implies that you are going to impartially talk about something, but you can’t be impartial about something you are super-happy-fun-time enthusiastic about, now can you?</p>
<p>That’s how I feel about <a href="http://www.pluralsight-training.net" target="_blank">Pluralsight</a>.</p>
<h2>What Is Pluralsight?</h2>
<p>Simply put, Plurasight is a library of training videos to which you can subscribe. The videos are arranged into courses based on a wide variety of programming related topics.</p>
<p>The courses are primarily Microsoft centric, but there is a smattering of non-Microsoft topics such as iOS and Android development, plus a number of topics that are not <em>specific</em> to Microsoft like HTML 5, CSS, and Javascript.</p>
<p>Each course is broken into a series of modules that consist of one or more screencasts. The modules are usually around 40 minutes to an hour.</p>
<h2>Quality</h2>
<p>The quality of the screencasts is top notch. The effect is that of watching over the shoulder of a really smart friend who is showing you how to do something. Awesome.</p>
<h2>Price</h2>
<p>If this were Youtube with a bunch of cute kitteh videos, the price would be exorbitant at $30/month ($25 if you pay for the whole year at once). For high quality training videos to help you be a better developer, the price is very reasonable.</p>
<h2>Quibbles</h2>
<p>To maintain some semblance of blogger rather than shill, I’ll try to come up with some quibbles.</p>
<p>Because they keep things simple, it is not easy to quibble.</p>
<p>One thing that would be nice, would be variable speed playback. Sometimes I watch a video that includes stuff I already know. For those sections it would be nice to crank the speed up to 2x or 4x so that I can be sure there are no hidden nuggets without devoting the full measure of time to the endeavor.</p>
<p>Wider mobile access would be nice, but I suspect that is a matter of time.</p>
<p>A wider range of topics outside of the Microsoft sphere would be interesting. Since there are some now, I’m guessing more will follow. Of course there is nothing wrong with a Microsoft focus. There is pretty much an army of MS devs out there.</p>
<h2>Lunch And Learn</h2>
<p>Despite years of research that eating at your desk is a bad idea, many of us do so.</p>
<p>I love to watch Pluralsight videos while I eat. I don’t do it everyday, but I find it a great way to “sharpen the saw” as the 7-Habits folks would say.</p>
<p>In addition to the training videos, I also enjoy the <a href="http://www.pluralsight-training.net/microsoft/webcasts/index" target="_blank">weekly webcasts</a>. I believe these are free, and give you a chance to interact with the course authors.</p>
<p>If you want to watch the recorded webcasts, you need the second level of subscription also known as “The One I Don’t Have”. Tune in live, however and it is free.</p>
<h2>Summary</h2>
<p>Short version:</p>
<p>Pluralsight: good.</p>
<p>Subscribe: you should.</p>
<p>If you manage developers and need to spend a small amount of training dollars (pesos, euros, yen, etc. – I doubt they take shiny beads), then this is an excellent place to spend them.</p>
]]></content:encoded>
			<wfw:commentRss>http://ammonsonline.com/jeffa/2011/09/my-secret-weapon-pluralsight/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Is Lady Gaga Really A Boxer?</title>
		<link>http://ammonsonline.com/jeffa/2011/09/is-lady-gaga-really-a-boxer/</link>
		<comments>http://ammonsonline.com/jeffa/2011/09/is-lady-gaga-really-a-boxer/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 18:10:28 +0000</pubDate>
		<dc:creator>jeffa00</dc:creator>
				<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://ammonsonline.com/jeffa/?p=125</guid>
		<description><![CDATA[Saw this on CNN&#8217;s website. Sometimes when you read the headlines in sequence, the story becomes more interesting.]]></description>
			<content:encoded><![CDATA[<div id="attachment_126" class="wp-caption alignnone" style="width: 257px"><a href="http://ammonsonline.com/jeffa/wp-content/uploads/2011/09/Gaga.jpg"><img class="size-full wp-image-126" title="Gaga Headline From CNN" src="http://ammonsonline.com/jeffa/wp-content/uploads/2011/09/Gaga.jpg" alt="Gaga Headline From CNN" width="247" height="89" /></a><p class="wp-caption-text">Of Course!</p></div>
<p>Saw this on CNN&#8217;s website. Sometimes when you read the headlines in sequence, the story becomes more interesting.</p>
]]></content:encoded>
			<wfw:commentRss>http://ammonsonline.com/jeffa/2011/09/is-lady-gaga-really-a-boxer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Atlanta Code Camp 2011 Session Responses</title>
		<link>http://ammonsonline.com/jeffa/2011/07/atlanta-code-camp-2011-session-responses/</link>
		<comments>http://ammonsonline.com/jeffa/2011/07/atlanta-code-camp-2011-session-responses/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 16:28:38 +0000</pubDate>
		<dc:creator>jeffa00</dc:creator>
				<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Code Camp]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://ammonsonline.com/jeffa/2011/07/atlanta-code-camp-2011-session-responses/</guid>
		<description><![CDATA[Thanks to everyone who attended my session on Web Forms Vs. MVC, and special thanks to everyone who took time to give me feedback via the evaluation forms. Thought I’d take a second and share the results here. Overall everyone &#8230; <a href="http://ammonsonline.com/jeffa/2011/07/atlanta-code-camp-2011-session-responses/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Thanks to everyone who attended my session on Web Forms Vs. MVC, and special thanks to everyone who took time to give me feedback via the evaluation forms.</p>
<p>Thought I’d take a second and share the results here.</p>
<p>Overall everyone seems to have liked the session, and the criticisms that were offered were all fair and accurate.</p>
<p>In a nutshell the criticisms seemed to be:</p>
<ol>
<li>Too much info for the time allotted
<li>Had to rush as a result
<li>Spent too much time on Web Forms (many in audience were well versed in Web Forms) </li>
</ol>
<p>A couple of folks had hoped the session would be less of an intro, but acknowledged that it was listed as a beginner session, and that I warned everyone before the talk that it was geared towards beginners.</p>
<p>You always walk a fine line with beginner sessions. Beginners and intermediate/advanced users need very different sessions. It’s not easy to make one session appeal to both groups.</p>
<p>I decided to err to the side of the beginner. Code Camps tend to have primarily sessions for intermediate and advanced developers since those sessions are the most fun to do if you are intermediate or advanced yourself. This can leave newbies feeling left out.</p>
<p>I don’t have any data on the experience levels of each person, but I have the feeling that most were at least familiar with Web Forms. If I had known when preparing the session what the mix of skillsets would be, I could have tweaked the session better.</p>
<p>That would also have allowed me to get farther with the MVC app I wrote for the demo.</p>
<p>I have done variations on this talk several times and have attended talks given by others, including the Web Camp hosted at the Microsoft Offices in Alpharetta a couple of months back.</p>
<p>So far I have yet to give or see a presentation that compared MVC and Web Forms that didn’t result in the Web Forms users shaking their heads at MVC. In the time you have for a demo, Web Forms looks really, really good. Once the audience sees you drag and drop a grid onto the screen and get paging/sorting/in-place-editing essentially for free, they have to question why you would choose anything else. They keep asking it as they watch you implement paging and sorting in the MVC app. IF you have time.</p>
<p>So why would I ever recommend MVC?</p>
<p>Again, I would love to give hard data on this, but I haven’t implemented the same large scale web apps in MVC and Web Forms. That means what I’m about to say is more from my gut than scientific data…</p>
<p>If we were to begin parallel projects in MVC and Web Forms of more than trivial nature, I suspect that we would reach the 80% complete point far, far faster in Web Forms. This is where I think the switch in which is more productive would occur.</p>
<p>In Web Forms you can jumpstart yourself a long, long way with controls. Bada-boom-bada-bing lookie what I built.</p>
<p>In MVC you pretty well have to build everything from scratch each step of the way.</p>
<p>To me that means I would expect the progress graph to look something like this:</p>
<p><a href="http://ammonsonline.com/jeffa/wp-content/uploads/2011/07/image.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://ammonsonline.com/jeffa/wp-content/uploads/2011/07/image_thumb.png" width="453" height="272"></a></p>
<p>Remember when I said this isn’t from data? Well it still isn’t. This is just my best guess based on gut feel.</p>
<p>My reasoning here is that you can drag/drop/bind your way to the 80% point very, very quickly with Web Forms. That gives you the initial spike.</p>
<p>With MVC you are pretty slow and steady.</p>
<p>The last 20% is likely to be very detailed work. You could easily get stuck if you relied on controls and those controls don’t do what you need. With MVC, you are doing everything yourself, so you should be more flexible in your response to those detailed tasks.</p>
<p>You really, really get the plateau if you are working with designers who need to take your output and apply heavy CSS and javaScript. MVC doesn’t put anything there you don’t tell it to (take all generalities with a grain of salt of course), but Web Forms may do unexpected (or at least unpopular) things with IDs, etc.</p>
<p>If you have spent the last 5 years working with Web Forms, you would likely NOT experience the same plateau. You KNOW the pain points and how to work with them.</p>
<p>If you are building an internal app that doesn’t live or die by the UI, you might be satisfied with the 80 – 85% level. That means you are done and done quickly. Great!</p>
<p>If you are trying to compete on the internet with EVERY OTHER WEBSITE, then you need to get as close to 100% as you can because other people are there already. Your customers don’t care how productive you were. They want the best experience. Your competitors are a short URL away.</p>
<p>Again, if you are highly experienced with Web Forms you can work around most of problems, ESPECIALLY with the new bits in 4.0 like routing and ListView.</p>
<p>It is difficult to say for sure that MVC would be more productive over the long-haul on a real-world, large-scale project, but it is SUPER easy to say that Web Forms is ABSOLUTELY the best choice for a quick demo…</p>
]]></content:encoded>
			<wfw:commentRss>http://ammonsonline.com/jeffa/2011/07/atlanta-code-camp-2011-session-responses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

