<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Help me build a modern-day website. </title>
	<link>http://ask.metafilter.com/226105/Help-me-build-a-modernday-website/</link>
	<description>Comments on Ask MetaFilter post Help me build a modern-day website.</description>
	<pubDate>Sat, 06 Oct 2012 10:47:18 -0800</pubDate>
	<lastBuildDate>Sat, 06 Oct 2012 11:36:33 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Help me build a modern-day website.</title>
		<link>http://ask.metafilter.com/226105/Help-me-build-a-modernday-website</link>	
		<description>Please recommend me some guides about building a modern, lightweight, easy-to-maintain website. &lt;br /&gt;&lt;br /&gt; I have volunteered to create a general-information type website for a non-profit organization, and I would really like to do a good job.&lt;br&gt;
&lt;br&gt;
The last website I built was when css was &quot;the new thing&quot;, and it was built completely out of html/tables/containers/etc. Needless to say, that&apos;s no longer going to be adequate. Unfortunately, I&apos;ve not kept up with what new technology/packages/etc. are out there these days in terms of web-programming. &lt;br&gt;
&lt;br&gt;
What I would like is to read some books/articles/online guides about modern website building. I&apos;m looking for something with breath and not necessarily a lot of depth, i.e. something that gives a light overview of a bunch of tools that are commonly used for modern day website building, so that they appear on my radar and I can search for more indepth reading should I need to. Also looking more for technical guides than design guides, but suggestions for those are welcome as well. &lt;br&gt;
&lt;br&gt;
For the purpose of this question, please assume that I am programming-competent and relatively web-savvy.&lt;br&gt;
&lt;br&gt;
Thanks!</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2012:site.226105</guid>
		<pubDate>Sat, 06 Oct 2012 10:47:18 -0800</pubDate>
		<dc:creator>dragonfruit</dc:creator>
		
			<category>website</category>
		
			<category>java</category>
		
			<category>html</category>
		
			<category>css</category>
		
	</item>
	<item>
		<title>By: wemayfreeze</title>
		<link>http://ask.metafilter.com/226105/Help-me-build-a-modernday-website#3271911</link>	
		<description>The new technologies out there are legion, and website building has become a wide and multi-faceted field. I&apos;d strongly recommend using Wordpress or a CMS like it &#8212; the backend tools for managing/updating are great and the template system gives you endless flexibility. &lt;br&gt;
&lt;br&gt;
Once you choose a CMS, your search for guides and books will be much more directed.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.226105-3271911</guid>
		<pubDate>Sat, 06 Oct 2012 11:36:33 -0800</pubDate>
		<dc:creator>wemayfreeze</dc:creator>
	</item><item>
		<title>By: Bora Horza Gobuchul</title>
		<link>http://ask.metafilter.com/226105/Help-me-build-a-modernday-website#3272003</link>	
		<description>I&apos;d follow the suggestion of wemayfreeze: building a complete, proper website from scratch has become a rather complex endeavour.  While it&apos;s a great learning experience, I imagine that you would prefer to get something up and running quickly for the non-profit.&lt;br&gt;
&lt;br&gt;
To that end, rather than a full-blown CMS like Wordpress, you may wish to start with something a little simpler and easier to handle:&lt;br&gt;
&lt;ul&gt;&lt;br&gt;
&lt;li&gt;There are some good flat-file CMS&apos;s out there now that don&apos;t need all the complication of MySQL: I&apos;m thinking of solutions like &lt;a href=&quot;http://statamic.com/&quot;&gt;Statamic&lt;/a&gt; and &lt;a href=&quot;http://pico.dev7studios.com/&quot;&gt;Pico&lt;/a&gt;.&lt;/li&gt;&lt;br&gt;
&lt;li&gt;If you&apos;re after something with a few more bells and whistles, you might want to try &lt;a href=&quot;http://www.squarespace.com/&quot;&gt;SquareSpace&lt;/a&gt; or &lt;a href=&quot;http://grabaperch.com/&quot;&gt;Perch&lt;/a&gt;.&lt;br&gt;
&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;
As for web development overviews: there are many other resources out there (the answers to &lt;a href=&quot;http://ask.metafilter.com/225758/wrapper-smartlevel-0&quot;&gt;these&lt;/a&gt; &lt;a href=&quot;http://ask.metafilter.com/223400/Simple-web-site-creation&quot;&gt;recent&lt;/a&gt; &lt;a href=&quot;http://ask.metafilter.com/222041/Design-the-Internet-Go&quot;&gt;questions&lt;/a&gt; &lt;a href=&quot;http://ask.metafilter.com/221788/Help-me-cook-my-web-dev-chops&quot;&gt;on&lt;/a&gt; &lt;a href=&quot;http://ask.metafilter.com/211519/The-new-doctype-is-only-interesting-if-you-know-what-a-doctype-is&quot;&gt;the green&lt;/a&gt; should provide a good start). Another possible resource is my &lt;a href=&quot;http://demosthenes.info/blog&quot;&gt;web development blog&lt;/a&gt;: I originally wrote it for my new media students, but it&apos;s been updated and expanded continuously since then.  I&apos;m in the process of linearizing it for the purpose of turning the content into a free ebook; while that feature is yet to come, this &lt;a href=&quot;http://demosthenes.info/blog/102/The-Roles-of-HTML-CSS-PHP-and-JavaScript-on-Web-Pages&quot;&gt;article on the roles of various web technologies&lt;/a&gt; might be a good place to start.&lt;br&gt;
&lt;br&gt;
I hope this helps!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2012:site.226105-3272003</guid>
		<pubDate>Sat, 06 Oct 2012 13:09:56 -0800</pubDate>
		<dc:creator>Bora Horza Gobuchul</dc:creator>
	</item>
	</channel>
</rss>
