<?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>Micah Lee &#187; Web Development</title>
	<atom:link href="http://micahlee.com/tag/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://micahlee.com</link>
	<description>Like sleepwalking, I&#039;m sleepsinging.</description>
	<lastBuildDate>Fri, 18 Dec 2009 16:18:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Weapons of Choice</title>
		<link>http://micahlee.com/2009/12/18/weapons-of-choice/</link>
		<comments>http://micahlee.com/2009/12/18/weapons-of-choice/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 16:18:14 +0000</pubDate>
		<dc:creator>micah</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[linode]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.micahlee.com/?p=292</guid>
		<description><![CDATA[While working in the web these past few years, I&#8217;ve come to establish a set of tools and platforms I like to use when creating web sites. So here is that list, of well established and new players. I&#8217;m always looking for new tools and libraries to play with, so feel free to let me [...]]]></description>
			<content:encoded><![CDATA[<p>While working in the web these past few years, I&#8217;ve come to establish a set of tools and platforms I like to use when creating web sites. So here is that list, of well established and new players. I&#8217;m always looking for new tools and libraries to play with, so feel free to let me know what you use.</p>
<h2>Web Hosting</h2>
<p>There is the area where I tend to have the least amount of luck. That being said I have had some success with these guys:</p>
<ul>
<li><a title="Host Gator" href="http://secure.hostgator.com/forward.php?page=index3.php&amp;gclid=CNOn7c6t4J4CFaM45Qod5m49Jw">Host Gator</a> &#8211; I haven&#8217;t been with them long enough to say for sure, but they have had the best reliability and features with services I&#8217;ve used so far. They&#8217;re relatively inexpensive too!</li>
<li><a title="Linode" href="http://www.linode.com/">Linode</a> &#8211; Really fast, really flexible, really cheap&#8230;. I&#8217;m in love! Well not really, but Linode is an awesome VPS hosting solution. I have had zero complaints so far.</li>
</ul>
<h2>Web Platform Frameworks</h2>
<ul>
<li><a title="WordPress" href="http://wordpress.org/">WordPress</a> &#8211; WordPress is by far my favorite platform for blog-centered websites, primarily because it is packed with feature and development is hoppin&#8217;. I haven&#8217;t delved far into customizing it or theming it, but the little I&#8217;ve done has been promising.</li>
<li><a title="CakePHP" href="http://cakephp.org/">CakePHP</a> &#8211; For custom web applications, or anything beyond a static site, CakePHP is the easiest, fastest, and cleanest way to get something from paper to prototype quickly. I&#8217;m currently on a major project using CakePHP and I love how quickly I can make changes to the design and database appear in the product. I haven&#8217;t seen how the framework stands the test of a production site yet, but for development, CakePHP is king.</li>
</ul>
<h2>Libraries/Tools</h2>
<ul>
<li><a title="JQuery" href="http://jquery.com/">JQuery</a> &#8211; This award winning javascript libraries is probably the item on this list I&#8217;ve used the longest. I first began using javascript libraries a couple of years ago with <a title="mootools" href="http://mootools.net/">mootools</a>. While mootools was great, I quickly found the power and flexibility of JQuery to far more appealing, and I&#8217;ve used it ever since.</li>
</ul>
<p>There are a <a title="CSScaffold" href="http://wiki.github.com/anthonyshort/csscaffold">few</a> <a title="Blueprint-CSS" href="http://www.blueprintcss.org/">other</a> libraries I&#8217;m currently toying with, and there are still plenty of gaps in my tool-chain to be filled. These are the basics of my web development though. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://micahlee.com/2009/12/18/weapons-of-choice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC Framework</title>
		<link>http://micahlee.com/2008/07/18/aspnet-mvc-framework/</link>
		<comments>http://micahlee.com/2008/07/18/aspnet-mvc-framework/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 15:07:12 +0000</pubDate>
		<dc:creator>micah</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.micahlee.net/?p=32</guid>
		<description><![CDATA[So I haven&#8217;t actually posted much about technology stuff, but the geeky side of my life is about to rear its ugly head. Oh boy&#8230; here goes: So I&#8217;ve been reading bits and blips about the new MVC(Model View Controller) framework coming out for ASP.NET for a little while now, but I hadn&#8217;t really thought [...]]]></description>
			<content:encoded><![CDATA[<p>So I haven&#8217;t actually posted much about technology stuff, but the geeky side of my life is about to rear its ugly head. Oh boy&#8230; here goes:</p>
<p>So I&#8217;ve been reading bits and blips about the new MVC(Model View Controller) framework coming out for ASP.NET for a little while now, but I hadn&#8217;t really thought much of it. Microsoft has a tendency to release demos and previews for products that won&#8217;t actually see the light of day for some time, and I hate wasting my time on such things. So, as cool as it is, I didn&#8217;t pay much attention to it. Things changed, though, when I had opportunity to go see MVC demoed and explained by a Microsoft evangelist on Tuesday night. It turns out the ASP.NET MVC framework is actually much more robust and feature-filled than I originally thought. What&#8217;s even better, it&#8217;s <strong>bin deployable</strong>! Basically meaning you can use it now, you don&#8217;t have to wait for Microsoft to roll it into an ASP.NET version 3 years from now.</p>
<p>Since I discovered that golden bit of information, I&#8217;ve slowly begun rolling it into my top secret project that I&#8217;ve been working on this summer. The MVC pattern gives ASP.NET a much better model for web applications than traditional web forms. We may finally see an end to those ugly post-back-every-click websites and see some slick, user-friendly asp.net sites. Another great feature that has been added is routing. This is something that php on apache based servers have had for awhile, but IIS and ASP.NET have lacked. This basically means you can uses pretty, sensible urls (www.micahlee.com/blog/post/edit/1) instead of cryptic ones (www.micahlee.com/index.aspx?action=editblogpost&amp;id=1). ASP.NET MVC includes a very nice and easy-to-use routing library that, when combined with controllers, makes web application design and development in ASP.NET a breeze.</p>
<p>Overall, MVC is a revolutionary addition to ASP.NET.  If you do web development, you should check it out. Here&#8217;s a link: <a title="ASP.NET MVC" href="http://www.asp.net/mvc/">http://www.asp.net/mvc/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://micahlee.com/2008/07/18/aspnet-mvc-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
