<?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>RoboZen &#187; Design</title>
	<atom:link href="http://robozen.com/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://robozen.com</link>
	<description>Web innovation, entrepreneurship, usability</description>
	<lastBuildDate>Sun, 03 Apr 2011 11:10:20 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>&#8220;Drupal Sucks&#8221; Followup: Drupal Alternatives</title>
		<link>http://robozen.com/design/drupal-sucks-followup-drupal-alternatives/</link>
		<comments>http://robozen.com/design/drupal-sucks-followup-drupal-alternatives/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 10:33:58 +0000</pubDate>
		<dc:creator>mariya</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://robozen.com/?p=292</guid>
		<description><![CDATA[First of all, thanks to everyone who read and commented on the original post. If nothing else, I got some (angry) tips for how to improve my Drupal experience when I do have to use it. It reminds me of this bash.org gem: Start the sentence with &#8220;Linux is gay because it can&#8217;t do XXX [...]<p>&nbsp;</p><p>Hunting around for a new web host? RoboZen has used and recommends reliable web hosting from <a href="http://www.lunarpages.com/id/Verdage">Lunarpages</a>. Support for PHP, Ruby on Rails, unlimited storage, unlimited bandwidth, for $5 a month.</p>]]></description>
			<content:encoded><![CDATA[<p>First of all, thanks to everyone who read and commented on the <a href="http://robozen.com/technology/drupal-sucks" onclick="">original post</a>. If nothing else, I got some (angry) tips for how to improve my Drupal experience when I do have to use it. It reminds me of this <a href="http://bash.org/?152037?" onclick="javascript:pageTracker._trackPageview('/outbound/article/bash.org');">bash.org gem</a>: Start the sentence with &#8220;Linux is gay because it can&#8217;t do XXX like Windows can&#8221;, and you get Linux geeks rushing to angrily help you. So again, thanks everyone.</p>
<p>That said, I haven&#8217;t changed my general opinion about Drupal, and this week I&#8217;ll be addressing some of the recurring points from the comments.</p>
<p>Let&#8217;s start with:</p>
<p><strong>Q. What do you recommend in its place and under what circumstances?</strong><strong><br />
</strong><span id="more-292"></span><strong><br />
A. If you&#8217;re building a web app with complex requirements, build from scratch.</strong></p>
<p>I&#8217;m a programmer by trade so I&#8217;m usually inclined to &#8220;roll my own&#8221;. If your project is less &#8220;website&#8221; and more &#8220;web app&#8221; with many custom features, you need an architecture to work around your requirements, not the other way around. There are plenty of frameworks&#8212;Rails, Symfony, Django, to name a few&#8212;with enough plugins that you&#8217;ll get many of the same features that Drupal offers, such as user management and authentication, without sacrificing flexibility.</p>
<p>More importantly, rolling your own leaves you in charge of deployment procedures. My number one issue with Drupal is deployment. Storing configuration in the database makes deploying a Drupal site across multiple environments a huge PITA. There is <a href="http://drupal.org/project/deploy" onclick="javascript:pageTracker._trackPageview('/outbound/article/drupal.org');">a module dealing with this</a>&#8212;of course&#8212;but it&#8217;s still in active development. And as far as I&#8217;m concerned, the sheer fact that this has to be dealt with through a third-party add-on is evidence of bad design.</p>
<p>In the original post I wrote that it&#8217;s possible to code up a custom CMS in a couple days, and I stick to this statement. No, it&#8217;s not possible to code up a Drupal replacement, i.e. a CMS that can be used for &#8220;anything&#8221;. But it&#8217;s definitely possible to code a basic <em>custom</em> CMS for *one* site. And custom-tailored suits, if well-sewn, are superior to off-the-rack jackets. This is hard to dispute.</p>
<p><strong>Blogging? Use a blogging engine.</strong></p>
<p>Use Wordpress, Typo or any of the other excellent ones out there. I happen to use WP but don&#8217;t have a particular bias.</p>
<p><strong>Simple content site? Off-the-shelf CMS (including Drupal) is fine</strong></p>
<p>If you&#8217;re aiming for something a tad more complex than a blog, but that is still limited to presenting content to a limited audience, and you don&#8217;t need much flexibility beyond the front end, and you don&#8217;t have complex deployment procedures, and you don&#8217;t have a team of developers working on the site, and there won&#8217;t be much post-launch development (that&#8217;s a lot of ifs) by all means use a general-purpose CMS. This can be Drupal (I said as much in the original post), but in the comments I&#8217;ve also seen people recommend these, in no particular order:</p>
<ul>
<li><a onclick="javascript:pageTracker._trackPageview('/outbound/comment/www.silverstripe.org');" rel="nofollow" href="http://www.silverstripe.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.silverstripe.org');">Silverstripe</a></li>
<li><a href="http://www.browsercms.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.browsercms.org');">BrowserCMS</a></li>
<li><a href="http://www.concrete5.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.concrete5.org');">concrete5</a></li>
<li><a href="http://modxcms.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/modxcms.com');">modx</a></li>
</ul>
<p>(I&#8217;ve excluded Joomla, a big ball of spaghetti fail. Wonder when the hate mail will start for that one&#8230;)</p>
<p>In short, I stand by my statement. Use an off-the-shelf CMS if you don&#8217;t need to do anything fancy. And if you&#8217;ve tried ay of the Drupal alternatives I mentioned above, please write in with your opinions.</p>
]]></content:encoded>
			<wfw:commentRss>http://robozen.com/design/drupal-sucks-followup-drupal-alternatives/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>CSS Magic: Align Form Fields Without Tables</title>
		<link>http://robozen.com/design/css-magic-align-form-fields-without-tables/</link>
		<comments>http://robozen.com/design/css-magic-align-form-fields-without-tables/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 11:21:06 +0000</pubDate>
		<dc:creator>mariya</dc:creator>
				<category><![CDATA[Angry Development Tips]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://robozen.com/2008/06/09/css-magic-align-form-fields-without-tables/</guid>
		<description><![CDATA[I&#8217;ve seen many a source code that is neat and XHTML-compliant everywhere except—for some mysterious reason—forms. There is some unspoken rule that tables are the only way to align form fields into two even columns. That rule is wrong. Without further ado, here is how to rid your pages of the final vestiges of layout [...]<p>&nbsp;</p><p>Hunting around for a new web host? RoboZen has used and recommends reliable web hosting from <a href="http://www.lunarpages.com/id/Verdage">Lunarpages</a>. Support for PHP, Ruby on Rails, unlimited storage, unlimited bandwidth, for $5 a month.</p>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve seen many a source code that is neat and XHTML-compliant everywhere except—for some mysterious reason—forms. There is some unspoken rule that tables are the only way to align form fields into two even columns. That rule is wrong. Without further ado, here is how to rid your pages of the final vestiges of layout tables (tested in Firefox 3 and IE6, the best and worst of all possible worlds):</p>
<p>HTML:<br />
<font color="#999999">&lt;div class=&#8221;field_container&#8221;&gt;&lt;label&gt;First Name&lt;/label&gt;&lt;input type=&#8221;text&#8221;&gt;&lt;/div&gt;<br />
&lt;div class=&#8221;field_container&#8221;&gt;&lt;label&gt;Last Name&lt;/label&gt;&lt;input type=&#8221;text&#8221;&gt;&lt;/div&gt; </font></p>
<p>CSS:<br />
<font color="#999999">label {<br />
width:150px;    </font><font color="#999999"> /*Or however much space you need for the form&#8217;s labels*/</font><br />
<font color="#999999">    float:left;<br />
}</font></p>
<p>I&#8217;m serious, that&#8217;s it. So if I see another table, YOU&#8217;RE FIRED. <img src='http://robozen.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://robozen.com/design/css-magic-align-form-fields-without-tables/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>CSS Tip: Don&#8217;t Duplicate Attributes</title>
		<link>http://robozen.com/design/css-tip-dont-duplicate-attributes/</link>
		<comments>http://robozen.com/design/css-tip-dont-duplicate-attributes/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 11:51:32 +0000</pubDate>
		<dc:creator>mariya</dc:creator>
				<category><![CDATA[Angry Development Tips]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://robozen.com/2007/11/25/css-tip-dont-duplicate-attributes/</guid>
		<description><![CDATA[In your CSS, you specify that your #header, #footer and #sidebar elements should be baby blue. A week later, your picky designer asks that they be changed to lilac. Of course, you can change the color for all three elements, but, as the DRY gods will tell you, find/replace is error-prone.
You should only specify colors [...]<p>&nbsp;</p><p>Hunting around for a new web host? RoboZen has used and recommends reliable web hosting from <a href="http://www.lunarpages.com/id/Verdage">Lunarpages</a>. Support for PHP, Ruby on Rails, unlimited storage, unlimited bandwidth, for $5 a month.</p>]]></description>
			<content:encoded><![CDATA[<p>In your CSS, you specify that your #header, #footer and #sidebar elements should be baby blue. A week later, your picky designer asks that they be changed to lilac. Of course, you can change the color for all three elements, but, as the DRY gods will tell you, find/replace is error-prone.</p>
<p>You should only specify colors (and, preferably, most attributes) only once in your stylesheet.</p>
<p><em>The Wrong(ish) Way:</em></p>
<p>.header {<br />
color:baby-blue;<br />
font-size:humungo<br />
} .footer {<br />
color:baby-blue;<br />
font-size:tiny;<br />
}</p>
<p><em>The Right(er) Way:</em></p>
<p>.header, .footer {<br />
color:baby-blue;<br />
} .header {<br />
font-size:humungo<br />
}  .footer {<br />
font-size:tiny;<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://robozen.com/design/css-tip-dont-duplicate-attributes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m Online? Looking at a Website? No Shit!</title>
		<link>http://robozen.com/entrepreneurship/im-online-looking-at-a-website-no-shit/</link>
		<comments>http://robozen.com/entrepreneurship/im-online-looking-at-a-website-no-shit/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 10:44:28 +0000</pubDate>
		<dc:creator>mariya</dc:creator>
				<category><![CDATA[Angry Development Tips]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://robozen.com/?p=31</guid>
		<description><![CDATA[There&#8217;s no hope for the web, is there? Most sites are poorly made and look like oatmeal on a baby bib. Others are developed cleanly by someone whose code doesn&#8217;t suck only to face another hurdle: the idiot copywriter.
The fun at this jewelry outfit begins with the domain name: steveclarkweb.com. I admit, it&#8217;s hard to [...]<p>&nbsp;</p><p>Hunting around for a new web host? RoboZen has used and recommends reliable web hosting from <a href="http://www.lunarpages.com/id/Verdage">Lunarpages</a>. Support for PHP, Ruby on Rails, unlimited storage, unlimited bandwidth, for $5 a month.</p>]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s no hope for the web, is there? Most sites are poorly made and look like oatmeal on a baby bib. Others are developed cleanly by <a href="http://jefdean.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/jefdean.com');">someone whose code doesn&#8217;t suck</a> only to face another hurdle: <a href="http://www.steveclarkweb.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.steveclarkweb.com');">the idiot copywriter</a>.</p>
<p>The fun at <a href="http://www.steveclarkweb.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.steveclarkweb.com');">this jewelry outfit</a> begins with the domain name: steveclarkweb.com. I admit, it&#8217;s hard to find a good one, and steveclark.com is registered by a New Jersey ambulance chaser. But steveclark<em>web</em>? You don&#8217;t want &#8220;jewelry&#8221; or &#8220;designs&#8221; or &#8220;creations&#8221; to differentiate you from hordes of other Steve Clarks? No: a domain name has a far more important function. Even before people see your site, it should explicitly let them know that it is, in fact, on the web.</p>
<p>The tagline is also very important to this end. Steve Clark describes his site as &#8220;The Online Jewelry Showcase of Steven Clark.&#8221; There is space for ten words, and <em>online</em> is one of them. Wise choice, my friend, because I was under the false impression that I could jump through the screen and see <em>real</em> jewelry. Thanks for clearing that up!</p>
<p>But you know, I&#8217;m still not sure what this page is for. Is it for walking dogs? Will it make me a cheeseburger? Is it an alternative to The Google? I have to read the Basic Overview on the homepage to find out:</p>
<p><em>This website is designed to allow for shopping one of the finest fashion jewelry lines in the USA. It is meant to be available to my existing customers and to help find new ones.</em></p>
<p>So even though I still don&#8217;t know what kind of jewelry you sell, how much it costs, or even if you sell wholesale or retail, I am lucky to have received much more useful information:</p>
<ol>
<li>I&#8217;m in a virtual jewelry showcase, <em>not</em> a real one,</li>
<li>this &#8220;website&#8221; of which you speak is designed to allow for shopping, and</li>
<li>I am eligible to partake in this shopping experience if I have shopped here before, or even if I have not.</li>
</ol>
<p>Truly online web-based internet homepage website marketing at its best!</p>
<p><strong>UPDATE:</strong> Don&#8217;t get me started on requiring logins to view the catalog. Or that you have to personally message the guy to even get a login. I mean, that&#8217;s such lax security&#8230; you should have to apply in person to be eligible.</p>
]]></content:encoded>
			<wfw:commentRss>http://robozen.com/entrepreneurship/im-online-looking-at-a-website-no-shit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Seeking God&#8217;s Gift to the CSS Community</title>
		<link>http://robozen.com/design/seeking-gods-gift-to-the-css-community/</link>
		<comments>http://robozen.com/design/seeking-gods-gift-to-the-css-community/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 08:37:06 +0000</pubDate>
		<dc:creator>mariya</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[hiring]]></category>
		<category><![CDATA[Jobs]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://robozen.com/?p=112</guid>
		<description><![CDATA[I&#8217;m looking for someone to chop PSD files into clean, W3C-compliant CSS layouts. If you  have a keen aesthetic sense, replete with Macbook and box frame glasses, great. However, I already know many talented designers who are shit coders. I don&#8217;t care if you think black looks good with orange, or if you can&#8217;t [...]<p>&nbsp;</p><p>Hunting around for a new web host? RoboZen has used and recommends reliable web hosting from <a href="http://www.lunarpages.com/id/Verdage">Lunarpages</a>. Support for PHP, Ruby on Rails, unlimited storage, unlimited bandwidth, for $5 a month.</p>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m looking for someone to chop PSD files into clean, W3C-compliant CSS layouts. If you  have a keen aesthetic sense, replete with Macbook and box frame glasses, great. However, I already know many talented designers who are shit coders. I don&#8217;t care if you think black looks good with orange, or if you can&#8217;t tell mauve from burgundy. I just need you to know CSS.</p>
<p>I will shower you with riches and glory if you can do it right. However, if I catch you confusing an id with a class, notice repetition in your stylesheets instead of clean cascading (why do you <em>think</em> they&#8217;re called &#8216;cascading&#8217;?), or see so much as a single table used for non-data purposes, you are FIRED.</p>
<p>Telecommuting acceptable. Javascript a plus.</p>
]]></content:encoded>
			<wfw:commentRss>http://robozen.com/design/seeking-gods-gift-to-the-css-community/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Print to Web: A Rough Ride</title>
		<link>http://robozen.com/entrepreneurship/print-to-web-a-rough-ride/</link>
		<comments>http://robozen.com/entrepreneurship/print-to-web-a-rough-ride/#comments</comments>
		<pubDate>Sat, 31 Mar 2007 10:27:05 +0000</pubDate>
		<dc:creator>mariya</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Project Management & Productivity]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://robozen.com/?p=74</guid>
		<description><![CDATA[I have worked with several print designers whose clients happened to want a web presence, so they hired me to translate their designs into functional sites. They are all awesome people, but working with them has often been a rough ride with a a few disconnects. That&#8217;s because the web and a piece of paper [...]<p>&nbsp;</p><p>Hunting around for a new web host? RoboZen has used and recommends reliable web hosting from <a href="http://www.lunarpages.com/id/Verdage">Lunarpages</a>. Support for PHP, Ruby on Rails, unlimited storage, unlimited bandwidth, for $5 a month.</p>]]></description>
			<content:encoded><![CDATA[<p>I have worked with several print designers whose clients happened to want a web presence, so they hired me to translate their designs into functional sites. They are all awesome people, but working with them has often been a rough ride with a a few disconnects. That&#8217;s because the web and a piece of paper are drastically different things (duh!). Here are some examples:</p>
<ul>
<li><strong>Print designers like pretty fonts. </strong>&#8220;What do you <em>mean </em>I can choose Arial or Verdana? Why can&#8217;t I use Zabolofsky Sans Serif Bold?&#8221; Web fonts are a pretty foreign concept and they <em>will</em> pressure you to make text images using their pretty fonts. Resist.</li>
<li><strong>Print designers think a monitor is fixed-size, like a book. </strong>&#8220;So do I make this 800&#215;600 or what?&#8221; This will give you trouble beyond launch. Because print materials do not change after printing, print designers think only of how the page will look when it launches. They often do not plan for expanding pages to accommodate more content.</li>
<li><strong>Print designers don&#8217;t get web usability.</strong> Print material usability is pretty simple. Pick up; read; turn page. The web has hundreds of implicit usability rules, such as: logo links to homepage, scroll bars are best left undecorated and at the rightmost side of the screen, fonts are best when big and ugly etc etc. Prepare to explain all these points to your designer client.</li>
<li><strong>Print designers use wacky print terminology that will confuse you</strong>, e.g. &#8220;Can you change the gutter and leading on this text?&#8221; Huh?</li>
<li><strong>Print designers don&#8217;t get programming. </strong>A print designer is an artist; a web developer is an engineer. For a good artist, the hardest part of the process is catching the creative spark that makes things look great; implementation is fairly easy. For an engineer it is quite the reverse. A print designer may not get, for instance, why it takes you two days to code an entire site and then three weeks to figure out why this goddamned rollover isn&#8217;t quite right, or even worse, why a form that <em>looks</em> ok still doesn&#8217;t <em>work</em> okay.</li>
<li><strong>Form over function</strong>. Designers have tended to be quite apathetic to one or more of the following: whether the user flow makes sense; whether users will read all of the copy; whether the products will sell; whether the site is even a good idea to begin with. Understandably, they do care about whether it is pretty. This makes a ton of sense in the print world, where people <em>do</em> judge and buy a book by its cover. But in the web world, where the most popular sites such as Ebay and Amazon are also the ugliest, it just doesn&#8217;t fly.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://robozen.com/entrepreneurship/print-to-web-a-rough-ride/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>No HTML, No Cash, No Problem: Build and Maintain a Site for Under $500</title>
		<link>http://robozen.com/design/no-html-no-problem-build-and-maintain-a-site-for-under-500/</link>
		<comments>http://robozen.com/design/no-html-no-problem-build-and-maintain-a-site-for-under-500/#comments</comments>
		<pubDate>Thu, 06 Jul 2006 01:30:19 +0000</pubDate>
		<dc:creator>mariya</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://robozen.com/?p=35</guid>
		<description><![CDATA[I get the same request over and over again: &#8220;I need a website, but I have no money to build or maintain it, and I don&#8217;t know HTML.&#8221;
I, for one, would like to celebrate my recent Olympic victory by eloping with Jared Leto to a Tuscan villa. Luckily, your dream is slightly more realistic. Here&#8217;s [...]<p>&nbsp;</p><p>Hunting around for a new web host? RoboZen has used and recommends reliable web hosting from <a href="http://www.lunarpages.com/id/Verdage">Lunarpages</a>. Support for PHP, Ruby on Rails, unlimited storage, unlimited bandwidth, for $5 a month.</p>]]></description>
			<content:encoded><![CDATA[<p>I get the same request over and over again: &#8220;I need a website, but I have no money to build or maintain it, and I don&#8217;t know HTML.&#8221;</p>
<p>I, for one, would like to celebrate my recent Olympic victory by eloping with Jared Leto to a Tuscan villa. Luckily, your dream is slightly more realistic. Here&#8217;s what you do:</p>
<ul>
<li><b>$0: Content.</b> Write some copy.</li>
<li><b>$0: Web design.</b> Get thee to <a href="http://openwebdesign.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/openwebdesign.org');">Open Web Design</a>. Browse and download a sleek, modern-looking HTML template. For something more businesslike and less minimalistic, try <a href="http://www.templatesbox.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.templatesbox.com');">TemplatesBox</a>. You can find a free design you like (I did) without wasting your small budget on a failure-prone novice.</li>
<li><b>$0: Stock photos (optional)</b>. If you opted for a minimalistic layout, go to  <a href="http://www.sxc.hu/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.sxc.hu');">stock.xchng</a> and pick up some free pics. Warning: you may have to post a credit on your site for some of the better photos.</li>
<li><b>$300: Rented script kiddie.</b> The Computer Gigs section of <a href="http://newyork.craigslist.org" onclick="javascript:pageTracker._trackPageview('/outbound/article/newyork.craigslist.org');">Craigslist</a> never fails. You don&#8217;t need an experienced developer. You just need a college kid who knows some HTML and a tad of Photoshop (if you opted for the stock photos) and who can cram your copy into the template. You should be paying $20-$25 an hour for this. Assuming your site is under 15 pages, a bill topping $300 means the brat ripped you off. Unless he also happens to give good Shiatsu massages.</li>
<li><b>$0: Domain name research.</b> Go to user-friendly <a href="http://mydomain.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/mydomain.com');">MyDomain</a> to search, but don&#8217;t buy yet. You&#8217;ll probably get a domain name bundled with your hosting. Tip: Domain-snatching BigBrother.com is watching for repeat domain queries, so if you find a snazzy name, catch it quick or someone else will.</li>
<li><b>$7/mo: Hosting.</b> I recommend <a href="http://www.lunarpages.com/id/Verdage" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.lunarpages.com');">Lunarpages</a>, which has provided me with excellent service for years. A free domain name is included.</li>
<li><b>$100: Macromedia Contribute</b>. Get a <a href="http://www.adobe.com/products/contribute/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.adobe.com');">free trial here</a>. Have your assistant upload your site and then set this up for you. Editing the content on your site, as well as creating new pages from existing ones, will be as easy as word processing.</li>
</ul>
<p>Note: if you just want a blog, go to <a href="http://www.wordpress.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.wordpress.com');">wordpress.com</a> and get a free one. If you want to post ads or other frills, get a cheap package at <a href="http://www.typepad.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.typepad.com');">typepad.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://robozen.com/design/no-html-no-problem-build-and-maintain-a-site-for-under-500/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

