<?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>Spellchrome.com/Blog &#187; Websites</title>
	<atom:link href="http://spellchrome.com/blog/archives/category/spellchrome/websites/feed" rel="self" type="application/rss+xml" />
	<link>http://spellchrome.com/blog</link>
	<description>About developing the Spellchrome game and site.</description>
	<lastBuildDate>Fri, 09 Oct 2009 13:51:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Building a website: Books</title>
		<link>http://spellchrome.com/blog/archives/133</link>
		<comments>http://spellchrome.com/blog/archives/133#comments</comments>
		<pubDate>Sun, 08 Mar 2009 03:42:02 +0000</pubDate>
		<dc:creator>Collin</dc:creator>
				<category><![CDATA[Spellchrome]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Building]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://spellchrome.com/blog/?p=133</guid>
		<description><![CDATA[It was late 2007 when I decided that I wanted to build a site and put Spellchrome online.  At the time I had about 1/3rd of the game written, and I wanted to know what it would look like as a webpage.
I had built websites in the past, but was not really a huge [...]]]></description>
			<content:encoded><![CDATA[<p><img class="float_img1" src="http://spellchrome.com/blog/wp_images/webbook00.jpg" alt="" width="50" height="60" />It was late 2007 when I decided that I wanted to build a site and put <a href="http://www.spellchrome.com/">Spellchrome</a> online.  At the time I had about 1/3rd of the game written, and I wanted to know what it would look like as a webpage.</p>
<p>I had built websites in the past, but was not really a huge fan of designing for the web.  The problem, at least in the past, was that in order to layout HTML effectively you had to use invisible tables.  Inside those would go more invisible tables. I never like using tables as a method of layout, but eventually got used to it for the few sites I had made.</p>
<p>A modern web site uses CSS (Cascading Style Sheets) to control the look and layout of a website instead of building ugly tables.  I have to admit that I didn’t clue into what CSS was the first few times I came across it.  I thought it was for controlling fonts, and that was about it.  Later I found <a href="http://www.csszengarden.com/">zengarden</a>, and saw what could really be done with CSS.</p>
<p>I decided I should re-learn how to build a web site, so I bought books on the subject and read them.  Now that I have a few of them, I’ve noticed that most come in two main flavors: How to code (HTML and CSS) and How to plan and design a website.  There’s a fair amount of crossover, but they’ll each have their main focus.  I’m sure there’s some tomes out there that fully cover both, but I imagine they’re thick like a phone book.</p>
<p>Here are some of the books I’ve gotten on either HTML/CSS or Designing a Website:  <span id="more-133"></span>(Regardless of the book’s focus, they all say to drop the tables for layout and use CSS.)</p>
<hr /><img class="float_img1" src="http://spellchrome.com/blog/wp_images/webbook01.jpg" alt="" width="85" height="103" /><br />
Learning Web Design: A Beginner&#8217;s Guide to (X)HTML, StyleSheets, and Web Graphics</p>
<p>By Jennifer Niederst Robbins</p>
<p>One of the first books I read.  Pretty thorough with regards to teaching the main concepts and requirements behind HTML and CSS.  For example, shows you how to create sections within your HTML and move them around through CSS.</p>
<hr /><img class="float_img1" src="http://spellchrome.com/blog/wp_images/webbook02.jpg" alt="" width="85" height="104" /><br />
Web Design in Easy Steps</p>
<p>by Richard Quick</p>
<p>I kind of felt self conscious about buying a how to book with a monkey on the front, but I got it anyway.  It’s a good book that’s not too long, and has some good content.  It talks about the many components of a web site, planning, navigation, etc.  It didn’t tell me a lot that I didn’t already know, but served as a good reminder here and there.  Like all good web books, it tells you to use bread crumbs wherever possible to enhance navigation.</p>
<hr /><img class="float_img1" src="http://spellchrome.com/blog/wp_images/webbook03.jpg" alt="" width="85" height="112" /><br />
CSS Cookbook</p>
<p>By Christopher Schmitt</p>
<p>More of a reference book, I read about the first half before getting bored.   It’s a good book to have if you need to understand or make something work in CSS.<br />
Talks about web typography, images, page elements, links and navigation, layouts and more.</p>
<hr /><img class="float_img1" src="http://spellchrome.com/blog/wp_images/webbook04.jpg" alt="" width="85" height="105" /><br />
HTML, XHTML, and CSS: Your visual blueprint for designing effective Web pages</p>
<p>By  Rob Huddleston</p>
<p>Not a bad buy, but I bought it well into development, and didn’t really need it as much as I thought I’d use it.</p>
<p>I do think that the visual examples are a good way to learn.</p>
<hr /><img class="float_img1" src="http://spellchrome.com/blog/wp_images/webbook05.jpg" alt="" width="85" height="105" /><br />
The Complete Idiot&#8217;s Guide to Creating a Website</p>
<p>by Paul McFedries</p>
<p>I got this one for some of the later chapters, like finding a web host.  A good design book with lots of information.</p>
<hr /><img class="float_img1" src="http://spellchrome.com/blog/wp_images/webbook06.jpg" alt="" width="85" height="112" /><br />
Creating a Web Site: The Missing Manual, Second Edition</p>
<p>By Matthew MacDonald</p>
<p>Again, I bought this one for the chapters on what to do once you have a website.  Quite readable.</p>
<hr />
<p>In a future Post I will try and talk about some of the specific concepts that I&#8217;ve come across while figuring out how to build a web site.</p>
]]></content:encoded>
			<wfw:commentRss>http://spellchrome.com/blog/archives/133/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Darths &amp; Droids: A look at roleplaying</title>
		<link>http://spellchrome.com/blog/archives/104</link>
		<comments>http://spellchrome.com/blog/archives/104#comments</comments>
		<pubDate>Mon, 23 Feb 2009 15:42:09 +0000</pubDate>
		<dc:creator>Collin</dc:creator>
				<category><![CDATA[Spellchrome]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Comic]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Starwars]]></category>
		<category><![CDATA[Weblink]]></category>

		<guid isPermaLink="false">http://spellchrome.com/blog/?p=104</guid>
		<description><![CDATA[If you’ve never played a pen and paper roleplaying game, or you have and want a laugh, take a look at this comic: Darths and Droids.  Here’s the setup, as I understand it:
First imagine the Player Characters are not familiar with Starwars (the gamers live in an alternate universe, where Starwars never came out).
Second, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.darthsanddroids.net/episodes/0001.html"><img class="float_img1" src="http://spellchrome.com/blog/wp_images/darths1.jpg" alt="" width="120" height="60" /></a>If you’ve never played a pen and paper roleplaying game, or you have and want a laugh, take a look at this comic: <a href="http://www.darthsanddroids.net/episodes/0001.html">Darths and Droids</a>.  Here’s the setup, as I understand it:</p>
<p>First imagine the Player Characters are not familiar with Starwars (the gamers live in an alternate universe, where Starwars never came out).</p>
<p>Second, the Game Master is taking his PCs, who normally play a Medieval Fantasy game (like DnD), and having them play in his made-up space world.</p>
<p><strong>The comic really shows the difference between a film narrative and an RPG adventure (and player tendencies). </strong> &#8220;Qui-Gon: <a href="http://www.darthsanddroids.net/episodes/0009.html">I take all the blasters!</a>&#8220;</p>
<p>Make sure to look at the commentary below most of the comics.  They really go on to explain the strange relationship between PCs, the GM and Adventure Plots.</p>
<p>The comic points out a lot of the oddities of RPGs in general.  All are funny when they point them out, but some are kind of frustrating when you’re actually playing them.  A good portion of writing and designing <a href="http://www.spellchrome.com/">Spellchrome</a> is born out dealing with or avoiding such oddities.  For example, the comic makes a funny point about <a href="http://www.darthsanddroids.net/episodes/0032.html">vehicular damage tables</a>.  In Spellchrome, I state that <a href="http://www.spellchrome.com/b1equip07.htm#vhp">the GM should just be able to make the right call</a> as a vehicle loses hit points.  (Not that I have never been tempted to make up vehicular damage tables in the past.)</p>
<p>I’m really getting a kick out of reading this online comic. Funny stuff if you’re a gamer.</p>
]]></content:encoded>
			<wfw:commentRss>http://spellchrome.com/blog/archives/104/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Link: Adventure ideas</title>
		<link>http://spellchrome.com/blog/archives/82</link>
		<comments>http://spellchrome.com/blog/archives/82#comments</comments>
		<pubDate>Sat, 21 Feb 2009 02:09:37 +0000</pubDate>
		<dc:creator>Collin</dc:creator>
				<category><![CDATA[Websites]]></category>
		<category><![CDATA[Plots]]></category>
		<category><![CDATA[Weblink]]></category>

		<guid isPermaLink="false">http://spellchrome.com/blog/?p=82</guid>
		<description><![CDATA[I came across a blog post and thought I would share it.  It&#8217;s not about building the Spellchrome site, but it&#8217;s interesting all the same.
The article is entitled Springboard to Adventure, and it gives a few examples of for story based, thematic based, and character based adventures. The examples fit into a more pure [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.roleplayingpro.com/2009/02/16/springboard-to-adventure/"><img alt="" src="http://spellchrome.com/blog/wp_images/rppro1.jpg" class="float_img1" width="150" height="40" /></a>I came across a blog <a href="http://www.roleplayingpro.com/2009/02/16/springboard-to-adventure/">post</a> and thought I would share it.  It&#8217;s not about building the Spellchrome site, but it&#8217;s interesting all the same.</p>
<p>The article is entitled <a href="http://www.roleplayingpro.com/2009/02/16/springboard-to-adventure/">Springboard to Adventure</a>, and it gives a few examples of for story based, thematic based, and character based adventures. The examples fit into a more pure medieval fantasy setting in a few places, but nothing that is unworkable. </p>
<p>Give it a read, see how you might use them in conjunction with Spellchrome&#8217;s <a href="http://www.spellchrome.com/b1gming01.htm">Chapter 9:</a> Running the Game.  Specifically, see the sections on <a href="http://www.spellchrome.com/b1gming07.htm">Adventure Basics</a>, <a href="http://www.spellchrome.com/b1gming09.htm#chal">Adding Challenges</a>, and <a href="http://www.spellchrome.com/b1gming11.htm">Adventure Ideas</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://spellchrome.com/blog/archives/82/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First blog post, and Spellchrome open beta</title>
		<link>http://spellchrome.com/blog/archives/20</link>
		<comments>http://spellchrome.com/blog/archives/20#comments</comments>
		<pubDate>Mon, 16 Feb 2009 18:35:11 +0000</pubDate>
		<dc:creator>Collin</dc:creator>
				<category><![CDATA[Spellchrome]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://spellchrome.com/blog/?p=20</guid>
		<description><![CDATA[So last week I bit the bullet and uploaded my site. Technically it’s in open beta. Besides needing player feed back, I still need to proof some pages. In the mean time I’ve been spending time setting up forums and this blog.
I think I’m getting the hang of Wordpress now, but it took a couple [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.spellchrome.com/"><img alt="" src="http://spellchrome.com/blog/wp_images/site01.jpg" class="float_img1" width="80" height="60" /></a>So last week I bit the bullet and uploaded <a href="http://www.spellchrome.com/">my site</a>. Technically it’s in open beta. Besides needing player feed back, I still need to proof some pages. In the mean time I’ve been spending time setting up forums and this blog.</p>
<p>I think I’m getting the hang of <a href="http://wordpress.org/">Wordpress</a> now, but it took a couple hours. I was missing some of the basics earlier, like how to edit my Blog Title and Tagline. It’s not that Wordpress is lacking for tutorials and documentation &#8211; quite the opposite. I think at first it is all a bit overwhelming. Part of me wants to find a good base theme, another part is trying to figure out how to edit those themes, and another part is confused about how pages and widgets work. Best thing to do is just mess around with it for a while and see what all you can do, which is pretty much what I did. They say the best learning comes from a state of confusion and then an Aha! moment.</p>
]]></content:encoded>
			<wfw:commentRss>http://spellchrome.com/blog/archives/20/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

