<?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>Jamie Dixon &#187; programming</title>
	<atom:link href="http://www.jamie-dixon.co.uk/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jamie-dixon.co.uk</link>
	<description>Web Developer, Software Engineer and Mixed Language Artist</description>
	<lastBuildDate>Thu, 18 Aug 2011 09:31:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Microsoft ASP.NET MVC</title>
		<link>http://www.jamie-dixon.co.uk/technology/microsoft-aspnet-mvc/</link>
		<comments>http://www.jamie-dixon.co.uk/technology/microsoft-aspnet-mvc/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 17:45:48 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.jamie-dixon.co.uk/?p=56</guid>
		<description><![CDATA[Microsoft ASP.NET MVC is the latest technology from Microsoft that has been built on top of the ASP.NET 3.5 framework.
Microsoft Says:
ASP.NET MVC enables you to build Model View Controller (MVC) applications by using the ASP.NET framework. ASP.NET MVC is an alternative, not a replacement, for ASP.NET Web Forms that offers the following benefits:

Clear separation of [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft ASP.NET MVC is the latest technology from Microsoft that has been built on top of the ASP.NET 3.5 framework.</p>
<p>Microsoft Says:</p>
<blockquote><p>ASP.NET MVC enables you to build Model View Controller (MVC) applications by using the ASP.NET framework. ASP.NET MVC is an alternative, not a replacement, for ASP.NET Web Forms that offers the following benefits:</p>
<ul>
<li>Clear separation of concerns</li>
<li>Testability &#8211; support for Test-Driven Development</li>
<li>Fine-grained control over HTML and JavaScript</li>
<li>Intuitive URLs</li>
</ul>
<p>Source: <em><a href="http://www.asp.net/mvc/">http://www.asp.net/mvc/</a></em></p></blockquote>
<p>There&#8217;s a lot to be said about ASP.NET MVC and so far, I&#8217;m only just scratching the surface of what&#8217;s possible with this new technology.</p>
<p><span id="more-56"></span></p>
<h3>Where can I get Microsoft ASP.NET MVC?</h3>
<p>Version 1.0 has just been released and you can get it here: <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=53289097-73ce-43bf-b6a6-35e00103cb4b&amp;displaylang=en" target="_blank">Download Microsoft ASP.NET MVC<br />
</a></p>
<h3>So what&#8217;s the point?</h3>
<p>For some time now I&#8217;ve held that position that ASP.NET is one of the most powerful frameworks around for building web applications but there&#8217;s just something missing. That something, to me, has been the level of control that ASP.NET has offered upto this point . Not only with the way many of the controls render crappy HTML output but also in the way the presentation layer was handled all-together.</p>
<p>Coming from a front-end background originally and having been around and learning during the majority of the cross over from invalid table based design to the more modern CSS and semantics based web of today, I&#8217;ve always been extremely picky about what my code outputs. Having also been a bit of a perfectionist for most of my life, the concept of MVC (Model-View-Controller) has always been something that appealed to me and in the early days of doing ASP 3.0 (classic ASP)  I spent a couple of months developing my own framework which might now be referred to as a type of templating system. HTML in HTML files, ASP in ASP files, Javascript in Javascript files, MasterPage&#8217;s&#8230;and so on.</p>
<p>Another item on my wish list for future implementations of ASP.NET was URL-Rewriting. For the past 6 years I&#8217;ve been using ISAPI Rewrite to manage and manipulate URLs in order to create a clear separation between a document (or application) and it&#8217;s URI. In the olden days, people used to get married and stay together for life but these days people are more free to choose and do what makes them happy. The same is now also true in ASP.NET MVC with it&#8217;s native URL Re-Writing structure. No longer are web applications bound by their document structure but instead we now have the kind of flexibility that lets us create URLs that are intuitive and our users will understand.</p>
<p>As a proponent of TDD (Test Driven Development) I&#8217;m also really pleased to hear that ASP.NET MVC now includes support for unit testing. With nUnit integrating into Visual Studio nicely, testing has been relatively simple for some time but anything that adds to this and makes testing even easier and thus more likely to occur is a bonus. Once I&#8217;ve played around a little more with the testing support in ASP.NET MVC I&#8217;ll write more on this topic but for now, It&#8217;s good to see the Microsoft guys supporting a methodology that is not only beneficial but a real necessity in this world of high speed development and flexible working practices.</p>
<h3>Will ASP.NET MVC replace WebForms?</h3>
<p>At Microsoft they&#8217;re promoting MVC as an alternative to WebForms and not a replacement and I think this is a smart move.</p>
<p>There are many benefits to having fine-grain control over you application and there&#8217;s also a time and place to use WebForms depending on the context and variables in question. One concept I like the idea of is combining the two technologies so that you can create quick and stylish administration functionality using WebForms and then the customer facing website using MVC. I think it&#8217;s a matter of what you want to achieve and what you have available to you as a developer and as a business.</p>
<p>No doubt there will be more posts to come on Microsoft ASP.NET MVC as I delve deeper into it and learn some new things. For now, suffice to say I&#8217;m impressed and very excited about this new technology.</p>
<p>What are your thoughts?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jamie-dixon.co.uk/technology/microsoft-aspnet-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mixed Language Artist &#8211; MLA</title>
		<link>http://www.jamie-dixon.co.uk/concepts/mixed-language-artist-mla/</link>
		<comments>http://www.jamie-dixon.co.uk/concepts/mixed-language-artist-mla/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 11:53:46 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[concepts]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[MLA]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.jamie-dixon.co.uk/?p=37</guid>
		<description><![CDATA[In the martial arts world, the idea of Mixed Martial Arts is something that&#8217;s been around for hundreds of years. The past ten years has seen a huge uptake in the concept with many more martial artists now choosing the mixed martial arts over their former singular and less eclectic predecessors. This increase in interest [...]]]></description>
			<content:encoded><![CDATA[<p>In the martial arts world, the idea of Mixed Martial Arts is something that&#8217;s been around for hundreds of years. The past ten years has seen a huge uptake in the concept with many more martial artists now choosing the mixed martial arts over their former singular and less eclectic predecessors. This increase in interest has been helped with televised competitions such as <acronym title="Ultimate Fighting Championship">UFC</acronym>.</p>
<p>The main reason for this is that each art has it&#8217;s own strengths and weaknesses. Some arts are good for distance fighting, some for close range, some are better than others at ground work and some have better defensive maneuvers than others.</p>
<p><span id="more-37"></span></p>
<p>For thousands of years there are have been conflicts and debates about which Martial Art is better than which and which one will &#8220;kick butt&#8221; more than the next. There have been inter-style battles, movies made, battle field conflicts and even Internet flame matches of people trying to prove that their Martial Art is the best.</p>
<p>Now we&#8217;ve reached a time where being eclectic is sought after. Where the best of the best are versed in all areas of defense and attack and where battles are no longer about which style you use, but about how good you are compared to the next person.</p>
<p>This is a revolution that&#8217;s going to happen in the world of programming and already we&#8217;re seeing the idea of the Mixed Language Artist beginning to spread.</p>
<p>When I think back over the last 10 years of programming, even to before I was commercially involved, we find that old &#8220;My language is better than your language&#8221; debate popping up all over the place. Whether it&#8217;s on Internet Forums, Books, Blogs, Webinars or Live training events.</p>
<p>This article signals the end of those times and the beginning of something new. This is the era of the Mixed Language Artist.</p>
<p><strong>What is a Mixed Language Artist?</strong></p>
<p>A mixed language artist is ultimately someone who does what it takes the get the job done. No longer do we developers sit behind our language specific berlin walls in our ivory towers of smuggness. The Mixed Language Artist knows what tools to use to get the job done. Whether that&#8217;s using C# and .NET, PHP, Ruby, SQL and even software like Excel.</p>
<p>I recently wrote a <a href="/concepts/utilisation-its-whealy-important/">post about utilisation</a> in which I talk about the idea of utilising what&#8217;s already available to you as a developer before you go about re-inventing the wheel. This is another skill for the true Mixed Language Artist because the ability to take what&#8217;s already out there and to use it in a way that fulfils your criteria and saves time, money, skill and sanity are all key components to being a true artist.</p>
<p><strong>So how do you become a Mixed Language Artist?</strong></p>
<p>Being a Mixed Language Artist is not just about programming or programming languages. It&#8217;s an attitude that leads you in a direction where the language is just a tool in getting the job done. The cornerstone to all of this is the attitude. It&#8217;s about knowing what you want to create, knowing what tools you have available to you, being able to utilise what&#8217;s around you and ultimately, it&#8217;s about feeling that rush of a job well done.</p>
<p>For thousands of years the Martial Arts developed before Western Society realised the benefits of mixing the strengths of each art together. Today we can make a choice the create a new wave of developers, engineers, craftsmen and architects. This is the time of the Mixed Language Artist.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jamie-dixon.co.uk/concepts/mixed-language-artist-mla/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

