<?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; Building</title>
	<atom:link href="http://spellchrome.com/blog/archives/tag/building/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>Naming a land</title>
		<link>http://spellchrome.com/blog/archives/248</link>
		<comments>http://spellchrome.com/blog/archives/248#comments</comments>
		<pubDate>Fri, 09 Oct 2009 13:47:30 +0000</pubDate>
		<dc:creator>Collin</dc:creator>
				<category><![CDATA[Spellchrome]]></category>
		<category><![CDATA[Building]]></category>

		<guid isPermaLink="false">http://spellchrome.com/blog/?p=248</guid>
		<description><![CDATA[
Over the course of writing Spellchrome I changed the name of the main medieval world several times.  It took me a while, but eventually I settled on the name Allandria.  After living with the name for a while I realized I had made a mistake: it was far too close to the name [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://www.spellchrome.com/chapter_setting.jpg" title="Spellchrome Setting" class="float_img0" width="536" height="277" /><br />
Over the course of writing <a href="http://www.spellchrome.com/b1cover.htm">Spellchrome</a> I changed the name of the main medieval world several times.  It took me a while, but eventually I settled on the name Allandria.  After living with the name for a while I realized I had made a mistake: it was far too close to the name I had given to the sci-fi world of the Allterions.  The first 3 letters were the same!  It was like casting 2 main roles with similar looking actors, which is bad because it leads to unnecessary confusion.</p>
<p>I wanted to keep Allteria for the ancient brethren, so I changed Allandria to Stallandria.  Again, I lived with the name for a time. Then, Stallandria started bugging me; the resemblance to Stalingrad was too great.</p>
<p>I changed the name again, this time to <a href="http://www.spellchrome.com/b1setting03.htm">Eldlandria</a>.  Choosing names should be simple, but it can be challenging to find names that aren’t widely used in other fiction or have some unintended associations. </p>
]]></content:encoded>
			<wfw:commentRss>http://spellchrome.com/blog/archives/248/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>

