<?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>Stubbleblog &#187; design</title>
	<atom:link href="http://www.stubbleblog.com/index.php/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stubbleblog.com</link>
	<description>A curious nerd.</description>
	<lastBuildDate>Mon, 02 Jan 2012 18:30:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Getting Started With Web 2.0</title>
		<link>http://www.stubbleblog.com/index.php/2006/04/getting-started-2/</link>
		<comments>http://www.stubbleblog.com/index.php/2006/04/getting-started-2/#comments</comments>
		<pubDate>Sun, 09 Apr 2006 19:34:28 +0000</pubDate>
		<dc:creator>Tony Stubblebine</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[web20]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://www.stubbleblog.com/wp/?p=98</guid>
		<description><![CDATA[This is a list of resources for getting started with Web 2.0, how to understand it, where to find examples of people practicing it, where to learn the technologies behind it, and where to obtain the software that powers it. Originally prepared for my talk on Web 2.0 Opportunities at the Sonoma County Web Developers [...]]]></description>
			<content:encoded><![CDATA[<p><em>This is a list of resources for getting started with Web 2.0, how to understand it, where to find examples of people practicing it, where to learn the technologies behind it, and where to obtain the software that powers it. Originally  prepared for my talk on <a href="http://www.stubbleblog.com/archives/2006/04/upcoming_talk_w.html">Web 2.0 Opportunities</a> at the Sonoma County Web Developers SIG, so that we could have a discussion about opportunities without getting too bogged down in learning the techniques.</em></p>
<h2>What is Web 2.0?</h2>
<p><a href="http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.html">What is Web 2.0: Design Patterns and Business Models for the Next Generation of Software</a></p>
<p>O&#8217;Reilly Media first popularized the term Web 2.0. This is Tim O&#8217;Reilly&#8217;s essay on the trends and companies defining the second generation of web development.</p>
<p><a href="http://en.wikipedia.org/wiki/Web_2.0">Wikipedia Entry on Web 2.0</a></p>
<p>Wikipedia&#8217;s entry on Web 2.0 with links to major resources. Wikipedia is itself an example of the Web 2.0 idea, &#8220;architecture of participation,&#8221; where the entire content of the encyclopedia is voluntarily contributed, editited and maintained by its readers. For example, <a href="http://en.wikipedia.org/w/index.php?title=Web_2.0&amp;limit=500&amp;action=history">the history page</a>	 for their entry on Web 2.0 shows hundreds of updates from scores of users over the course of the last 16 months.</p>
<p><a href="http://www.sacredcowdung.com/archives/2006/03/all_things_web.html">All Things Web 2.0 &#8211; The List</a></p>
<p>Need examples? This page lists several hundred companies that are built around the ideas of Web 2.0.</p>
<h2>Design</h2>
<p><a href="http://www.webdesignfromscratch.com/current-style.cfm">Current Style in Web Design</a></p>
<p>Overview and examples of the designs that define web 2.0, like simplicity and effective use of whitespace, color, and big text.</p>
<p><a href="http://developer.yahoo.com/ypatterns/index.php">Yahoo&#8217;s User Interface Design Patterns</a></p>
<p>Solutions to the most common design problems with descriptions. Great starting place for the fundamentals of web design. Includes when, why and how to use auto-complete, breadcrumbs, tabs, pagination, and ratings.</p>
<p><a href="http://developer.yahoo.com/yui/index.html">Yahoo&#8217;s UI Components</a></p>
<p>Downloadable UI Widgets and Ajax libraries including a calendar, slider, and tree view.</p>
<p><a href="http://www.alistapart.com/topics/design/">A List Apart</a></p>
<p>Articles on web design, graphic design, and user interface design.</p>
<p><a href="http://www.digital-web.com/topics/web_design/">Digital Web Design Articles</a><br />
More articles on web design.</p>
<h2>Programming</h2>
<p><a href="http://www.rubyonrails.org/">Ruby on Rails</a><br />
Plenty of people are still building websites with Java, PHP, Perl, Python, and .NET. But plenty of other people are finding Ruby on Rails to be a platform that makes the common things trivial while staying out of your way when you want to do the hard things. This is the official Rails site with links to tutorials and documentation.</p>
<p><a href="http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html">Rolling with Ruby on Rails</a></p>
<p>Great tutorial on how to get started with Rails. Takes you from installation to a simple cookbook application</p>
<p><a href="http://www.w3schools.com/js/default.asp">Javascript Tutorial</a><br />
Before you get too far with AJAX you&#8217;re going to have to learn some basic javascript. This is a decent tutorial along with very good documentation.</p>
<p><a href="http://www.alistapart.com/articles/gettingstartedwithajax">Getting Started with AJAX</a></p>
<p>Tutorial that takes you from beginning to end of a simple AJAX page.</p>
<p><a href="http://script.aculo.us/">script.aculo.us</a> and <a href="http://dojotoolkit.org/">Dojo</a><br />
Getting AJAX to work correctly across browsers is hard. So it&#8217;s always better to start with somebody elses code. These are two of the best AJAX libraries.</p>
<h2>Markup</h2>
<p><a href="http://www.shire.net/learnwebdesign/xhtml.htm">Learning XHTML</a></p>
<p>Short and simple explanatioin of the differences between HTML and XHTML.</p>
<p><a href="http://www.7nights.com/asterisk/archive/2004/07/learning-css.php">Learning CSS</a></p>
<p>Great starting point for learning CSS.</p>
<p><a href="http://www.amazon.com/gp/product/059610197X/ref=ase_tonystubblebi-20/">Head First HTML with CSS and XHTML</a><br />
Great book for learning HTML and CSS.</p>
<p><a href="http://www.xml.com/pub/a/2002/12/18/dive-into-xml.html">What is RSS?</a></p>
<p>RSS is a formt for sharing and subscribing to feeds of site updates. Blogs are the most common sites to produce RSS feeds for their sites.</p>
<p><a href="http://www.bloglines.com">Bloglines</a></p>
<p>Even if you&#8217;re not producing RSS, subscribing to other people&#8217;s feeds can be very convenient. Signup for bloglines, a website that specializes in managing subscriptions, put a subscription link on your browser toolbar, and start subscribing.</p>
<p><a href="http://microformats.org">Microformats</a><br />
These are easy ways for you to provide semantic information about the data in your pages so that other people can programmatically parse and process the information. These are just starting to get mainstream traction.</p>
<h2>Software</h2>
<p><a href="http://www.blogger.com">Blogger</a></p>
<p>Blogger is a blog hosting company. They let you create your own blog and start blogging in a matter of minutes. Odeo&#8217;s blog is run by bloggger.</p>
<p><a href="http://www.movabletype.com">MovableType</a></p>
<p>They offer free blog software (the paid versions are for extra support) and have an active community of developers creating add on products. Also their comment spam blocking is very good. That&#8217;ll come in handy if you become popular.</p>
<p><a href="http://wordpress.org/download/">Word Press</a></p>
<p>Offers both blog hosting and free blog software.<br />
<a href="http://www.mediawiki.org/wiki/MediaWiki">MediaWiki</a></p>
<p>Software for collaborative writing where any visitor can add or edit content. This is the software that runs <a href="http://www.wikipedia.org">Wikipedia</a>. There&#8217;s lots of other software that you could choose from, but I think this is the most polished.</p>
<p><a href="http://pbwiki.com/">PBwiki</a></p>
<p>Hosted Wiki. You can signup and get started in a matter of minutes.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.stubbleblog.com/index.php/2006/04/upcoming-talk-w/' title='Upcoming Talk: Web 2.0 Making It Big While Keeping It Small'>Upcoming Talk: Web 2.0 Making It Big While Keeping It Small</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/01/etel-2006-day-1/' title='ETel 2006: Day 1.'>ETel 2006: Day 1.</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2011/04/writing-rails-engines-getting-started/' title='Writing Rails Engines #1: Getting Started'>Writing Rails Engines #1: Getting Started</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2007/06/rails-xss-filte/' title='Rails XSS Filter'>Rails XSS Filter</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/11/obvious-trends/' title='Obvious Trends'>Obvious Trends</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stubbleblog.com/index.php/2006/04/getting-started-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  www.stubbleblog.com/index.php/tag/design/feed/ ) in 0.27201 seconds, on Feb 11th, 2012 at 8:16 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 18th, 2012 at 8:16 am UTC -->
