<?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>Mercurial &#187; Web Design</title>
	<atom:link href="http://www.mercurial.cc/archives/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mercurial.cc</link>
	<description>Weighty, fluid, brilliant and toxic</description>
	<lastBuildDate>Mon, 14 Nov 2011 15:54:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Plugins</title>
		<link>http://www.mercurial.cc/archives/2007/05/04/plugins/</link>
		<comments>http://www.mercurial.cc/archives/2007/05/04/plugins/#comments</comments>
		<pubDate>Fri, 04 May 2007 14:20:49 +0000</pubDate>
		<dc:creator>Camilo</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.mercurial.cc/archives/2007/05/04/plugins/</guid>
		<description><![CDATA[<p>And not the ones in your head, dude. WordPress Plugins according to the blog: Our ever-expanding “extend” section now has a brand-spanking new plugins directory where you can browse, download, rate, and comment on all your favorite plugins.</p> Bookmark It Hide Sites $$('div.d2187').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); ]]></description>
			<content:encoded><![CDATA[<p>And not the ones in your head, dude. <a href="http://wordpress.org/development/2007/03/plugin-directory/" title="wp plugins">WordPress Plugins</a> according to the blog:<br />
<blockquote>Our ever-expanding “extend” section now has a brand-spanking new plugins directory where you can browse, download, rate, and comment on all your favorite plugins.</p></blockquote>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d2187').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d2187" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.mercurial.cc%2Farchives%2F2007%2F05%2F04%2Fplugins%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.mercurial.cc/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.mercurial.cc%2Farchives%2F2007%2F05%2F04%2Fplugins%2F&amp;title=Plugins" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.mercurial.cc/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Plugins+@+http%3A%2F%2Fwww.mercurial.cc%2Farchives%2F2007%2F05%2F04%2Fplugins%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.mercurial.cc/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d2187').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d2187').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.mercurial.cc/archives/2007/05/04/plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MVC</title>
		<link>http://www.mercurial.cc/archives/2007/05/04/mvc/</link>
		<comments>http://www.mercurial.cc/archives/2007/05/04/mvc/#comments</comments>
		<pubDate>Fri, 04 May 2007 10:22:08 +0000</pubDate>
		<dc:creator>Camilo</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.mercurial.cc/archives/2007/05/04/mvc/</guid>
		<description><![CDATA[<p>While working on some web app implementation (from the sidelines, really), I was reminded of the complexities of the MVC model: Model-View-Controller is the concept introduced by Smalltalk&#8217;s inventors (TrygveReenskaug and others) of encapsulating some data together with its processing (the model) and isolate it from the manipulation (the controller) and presentation (the view) part [...]]]></description>
			<content:encoded><![CDATA[<p>While working on some web app implementation (from the sidelines, really), I was reminded of the complexities of the <a href="http://c2.com/cgi/wiki?ModelViewController" title="MVC description">MVC model</a>:<br />
<blockquote>Model-View-Controller is the concept introduced by Smalltalk&#8217;s inventors (TrygveReenskaug and others) of encapsulating some data together with its processing (the model) and isolate it from the manipulation (the controller) and presentation (the view) part that has to be done on a UserInterface.</p></blockquote>
<p>More on <a href="http://en.wikipedia.org/wiki/Model-view-controller" title="mvc">wikipedia</a>.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d2185').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d2185" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.mercurial.cc%2Farchives%2F2007%2F05%2F04%2Fmvc%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.mercurial.cc/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.mercurial.cc%2Farchives%2F2007%2F05%2F04%2Fmvc%2F&amp;title=MVC" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.mercurial.cc/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+MVC+@+http%3A%2F%2Fwww.mercurial.cc%2Farchives%2F2007%2F05%2F04%2Fmvc%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.mercurial.cc/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d2185').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d2185').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.mercurial.cc/archives/2007/05/04/mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is your budget?</title>
		<link>http://www.mercurial.cc/archives/2007/02/08/what-is-your-budget/</link>
		<comments>http://www.mercurial.cc/archives/2007/02/08/what-is-your-budget/#comments</comments>
		<pubDate>Thu, 08 Feb 2007 11:34:13 +0000</pubDate>
		<dc:creator>Camilo</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://confusedkid.com/mercurial/?p=2157</guid>
		<description><![CDATA[<p>How do you price it indeed? Estimating cost of development &#8211; how do you price a website? answers easily &#8211; but of course, they have customers with a clear budget and an appropriate process in place, offering clear and definitive deliverables.</p> <p>Our development proposals are based primarily on expected time. (Value is a consideration as [...]]]></description>
			<content:encoded><![CDATA[<p>How do you price it indeed? <a title="Estimating cost of development - how do you price a website? at charisma:18" href="http://charisma18.com/2007/02/08/estimating-cost-of-development-how-do-you-price-a-website/">Estimating cost of development &#8211; how do you price a website?</a> answers easily &#8211; but of course, they have customers with a clear budget and an appropriate process in place, offering clear and definitive deliverables.</p>
<blockquote><p>Our development proposals are based primarily on expected time. (Value is a consideration as well, but probably not as much as it should be.) With this in mind, we have to estimate the level of effort in terms of time spent that we intend to invest in each project. We can spend a little time and provide good. More time gets better. More time yet gets best.</p></blockquote>
<p>Note to self: redefine services offered  in a very explicit way: allow the customer to see where is it that the tim is going.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d2157').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d2157" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.mercurial.cc%2Farchives%2F2007%2F02%2F08%2Fwhat-is-your-budget%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.mercurial.cc/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.mercurial.cc%2Farchives%2F2007%2F02%2F08%2Fwhat-is-your-budget%2F&amp;title=What+is+your+budget%3F" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.mercurial.cc/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+What+is+your+budget%3F+@+http%3A%2F%2Fwww.mercurial.cc%2Farchives%2F2007%2F02%2F08%2Fwhat-is-your-budget%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.mercurial.cc/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d2157').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d2157').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.mercurial.cc/archives/2007/02/08/what-is-your-budget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

