<?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>Beginning Web Design</title>
	<atom:link href="http://www.beginningwebdesign.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beginningwebdesign.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 01 Dec 2009 18:52:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fancy form design &#8211; book review</title>
		<link>http://www.beginningwebdesign.com/blog/207/fancy-form-design-book-review/</link>
		<comments>http://www.beginningwebdesign.com/blog/207/fancy-form-design-book-review/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 12:54:05 +0000</pubDate>
		<dc:creator>lloydi</dc:creator>
				<category><![CDATA[Sitepoint]]></category>

		<guid isPermaLink="false">http://www.beginningwebdesign.com/blog/?p=207</guid>
		<description><![CDATA[When I was writing Build Your Own Web Site the Right Way with HTML &#38; CSS (and not thinking up a massively long title for the book), I was very conscious of the fact that it was aimed at the total beginner and that there would inevitably be limits to the level and depth that [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/blog/wp-content/uploads/2009/12/fancy-form-design.gif" alt="Fancy Form design book cover" width="150" height="196" class="imgfloatright" />When I was writing <a href="http://www.sitepoint.com/launch/6bcf744/3/145">Build Your Own Web Site the Right Way with HTML &amp; CSS</a> (and not thinking up a massively long title for the book), I was very conscious of the fact that it was aimed at the total beginner and that there would inevitably be limits to the level and depth that I could teach the reader on certain topics. It was never intended to be a complete reference to every technique under the sun, rather a book that takes you from absolutely nothing to a pretty good, standards-aware level of web site building with a few goodies sprinkled on top. As such, the final chapter was all about &#8216;where to go next?&#8217;. Now I have another great book to add to that list of further learning/reading, and it includes lots of the parts missing from my forms chapter &#8211; extra bits that I&#8217;d never have been able to squeeze in.</p>
<p>In Fancy Form Design, we have three great authors (<a href="http://sushiandrobots.com/">Jina Bolton</a>, <a href="http://freshinterface.com/">Tim Connell</a> and <a href="http://boxofchocolates.ca/">Derek Featherstone</a>) sharing their experience of building forms while layering in all sorts of accessibility, semantics and UI goodness. It starts off with what appears to be the usual introduction to form elements and controls, but very quickly introduces non-native (as in, not provided by specific HTML elements) UI controls like sliders, split buttons, toggle switches and date pickers. This is encouraging to anyone who already knows a bit about forms, suggesting that you&#8217;ll get to learn something new soon (heck, I&#8217;d never even heard of a &#8217;split button&#8217; before). And even before the first chapter has finished, we&#8217;re reading about planning the interaction using task flows and doing paper prototypes and wireframes. This is not the usual chapter 1 stuff, so it&#8217;s a good start!</p>
<p>In chapter 2 it&#8217;s the turn of design, beginning with the overall layout of the form (explaining what a grid system is), appropriate use of colour (and the problems with relying on colour alone &#8211; a common accessibility sticking point). With a little tweak of the typography here, a splash of colour and some gradients, the selection of six forms identified as being required in chapter one get their first make-over. </p>
<p>Chapter 3 deals with structure &#8211; and it&#8217;s this chapter that overlaps slightly with the form chapter in my book (but thankfully does not in any way contradict. Nice to have a consistent message!) &#8211; and I just know that this was one that Derek wrote. Why? It covers all the HTML constructs required to create a meaningful form but also points out the flaws in using markup that <em>should</em> be right for the job (<a href="http://reference.sitepoint.com/html/fieldset"><code>fieldset</code></a> and  <a href="http://reference.sitepoint.com/html/legend"><code>legend</code></a>, we&#8217;re looking at you here) but actually cause other issues; hurdles rather than help. My only regret is that Derek hadn&#8217;t seen the recent changes I made to the <a href="http://accessify.com/tools-and-wizards/accessibility-tools/quick-form-builder/">quick form builder tool on Accessify</a> which makes the process of creating (most of) the forms&#8217; HTML in this chapter an absolutely breeze (it would have been a useful footnote to add, in my humble opinion). </p>
<p>In chapter 4, we get back in to design again, this time how to style the form elements with CSS. Browser inconsistencies and quirks with certain form elements (once again, it&#8217;s you, pesky <a href="http://reference.sitepoint.com/html/fieldset"><code>fieldset</code></a>) are dealt with, along with lots of other nice graphical touches that can be applied to lift the form from plain old HTML. Nothing too complicated in this chapter &#8211; all light touches. However, for some reason that I could not ascertain, as the screen shots that show the the form move from basic, unstyled form to the finished job, the date of birth fields inexplicably switch from being three <a href="http://reference.sitepoint.com/html/select">select</a> lists to three <a href="http://reference.sitepoint.com/html/input/type">text inputs</a> and then back again, with no obvious reason why. It looks like a mistake, but if I have that wrong, I&#8217;ll amend this accordingly. </p>
<p>Enhancing! That&#8217;s what chapter 5 is all about, mainly through the use of JavaScript (or in most cases jQuery). Topics covered here include how to provide the user feedback on password strength, better styling for notoriously difficult elements like <code>select</code> lists, dynamically highlighting form errors and such like. As it stands, I could read a whole book on the kinds of ideas demonstrated in chapter 5. SitePoint, are you up for it? And perhaps that&#8217;s what leads me to the only real criticism I have about the book &#8211; there&#8217;s arguably not enough of it. Three authors but only five chapters (with a lot of colur pics and code samples)- it could easily have been double the size, so just be aware that this is not a complete compendium of form design patterns.</p>
<p>A great book that covers one topic and covers it well, I can definitely recommend it to anyone who&#8217;s got a firm grounding in HTML and wants to fine-tune that part of their work even further and definitely recommend it as a companion/add-on to my book. Good work, Jina, Tim and Derek. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginningwebdesign.com/blog/207/fancy-form-design-book-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML or XHTML? Which is right?</title>
		<link>http://www.beginningwebdesign.com/blog/205/html-or-xhtml-which-is-right/</link>
		<comments>http://www.beginningwebdesign.com/blog/205/html-or-xhtml-which-is-right/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 10:01:46 +0000</pubDate>
		<dc:creator>lloydi</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Build Your Own Web Site Right Way with HTML & CSS]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.beginningwebdesign.com/blog/205/html-or-xhtml-which-is-right/</guid>
		<description><![CDATA[In recent days, there has been much talk about the future of  HTML and XHTML, following the announcement that the work on XHTML2 is going to  be wrapped up. I&#8217;ll not re-hash what everyone else has said here, instead I&#8217;ll  simply refer you to Jeffrey Zeldman and Jeremy Keith&#8217;s respective posts. 
Shortly [...]]]></description>
			<content:encoded><![CDATA[<p>In recent days, there has been much talk about the future of  HTML and XHTML, following the announcement that the <a href="http://www.w3.org/News/2009#item119">work on XHTML2 is going to  be wrapped up</a>. I&#8217;ll not re-hash what everyone else has said here, instead I&#8217;ll  simply refer you to <a href="http://www.zeldman.com/2009/07/07/in-defense-of-web-developers/">Jeffrey Zeldman</a> and <a href="http://adactio.com/journal/1595/">Jeremy Keith</a>&#8217;s respective posts. </p>
<p>Shortly after this all happened, I received this email from  a prospective buyer:</p>
<blockquote>
<p>I&rsquo;ve been interested in <a href="http://beginningwebdesign.com/">your book</a> for a while, and checked out <a href="http://www.sitepoint.com/article/html-css-beginners-guide">SitePoint&rsquo;s free sample chapters</a>. I noticed before much else that you use XHTML. I&rsquo;m wondering if you&rsquo;ll be coming out with a third edition using HTML 5 now that XHTML 2 has been dropped in favour of HTML 5.</p>
</blockquote>
<p>To which I would like to say:</p>
<p><strong>The demise of XHTML2 does not mean that XHTML1 is, by the  same notion, not fit for purpose.</strong></p>
<p>Some web developers prefer to use HTML4, others prefer  XHTML1 while others are investigating and/or tentatively using HTML5. HTML5 is  still something of a moving target, while HTML4 and XHTML1 are well-defined,  stable and well-established specifications. You are free to choose whatever you  wish, just do it right (follow that language&#8217;s rules, e.g. do you need to have  lowercase tags? Should tags be closed? Are attribute values quoted or not?).</p>
<p>In my book, I teach with XHTML1. Among the reasons for doing  this are:</p>
<ul>
<li>The rules are a bit more rigid but they are consistent &ndash;  this is better for new people learning, in my opinion. No shortcuts to learn</li>
<li>If you learn XHTML syntax, it&#8217;s arguably easier to  transition back to writing valid HTML4 than it is to do it the other way around</li>
<li>The issue of serving the XHTML with the correct MIME type is  so ridiculously above the level of knowledge that a beginner should be expected  to know that it&#8217;s best not touched upon, lest it confuse the heck out of the  reader. There is little point in making the reader sweat the small stuff rather  than just letting them get on and learn (in an earlier draft, there was an advisory note  to this end, but in the review stage we all felt it was best to cut out)</li>
<li> SitePoint wanted/preferred it. From a marketing point of  view, XHTML is an easier one to sell, as it&#8217;s a newer spec; some people might (mistakenly)  think that learning HTML4 is not appropriate or fresh enough, so I can easily understand  why the publishers prefer this</li>
</ul>
<p>XHTML1 is still appropriate to teach, the demise of XHTML2  has no effect on this at all. So, if you were having second thoughts about this  book, as the person who wrote this email did, please don&#8217;t worry &ndash; I&#8217;ll still  be teaching you how to build your site the right way!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginningwebdesign.com/blog/205/html-or-xhtml-which-is-right/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Say goodbye FireScope and hello CodeBurner</title>
		<link>http://www.beginningwebdesign.com/blog/204/say-goodbye-firescope-and-hello-codeburner/</link>
		<comments>http://www.beginningwebdesign.com/blog/204/say-goodbye-firescope-and-hello-codeburner/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 13:07:30 +0000</pubDate>
		<dc:creator>lloydi</dc:creator>
				<category><![CDATA[Sitepoint]]></category>

		<guid isPermaLink="false">http://www.beginningwebdesign.com/blog/204/say-goodbye-firescope-and-hello-codeburner/</guid>
		<description><![CDATA[ In a previous post I mentioned FireScope, an extension for  Firefox which integrates with the excellent Firebug extension. It provides additional  help on all matters CSS and HTML and ultimately will feature JavaScript too.
 The tool has now been moved out of the Mozilla add-ons  &#8217;sandbox&#8217; (where the experimental add-ons are [...]]]></description>
			<content:encoded><![CDATA[<p> In a <a href="http://www.beginningwebdesign.com/blog/202/the-ultimate-html-reference-now-also-available-in-firebug/">previous post I mentioned FireScope</a>, an extension for  Firefox which integrates with the excellent <a href="http://getfirebug.com/">Firebug</a> extension. It provides additional  help on all matters CSS and HTML and ultimately will feature JavaScript too.</p>
<p> The tool has now been moved out of the Mozilla add-ons  &#8217;sandbox&#8217; (where the experimental add-ons are placed first) and is now freely  available on the <a href="https://addons.mozilla.org/">main add-ons site</a>, only it&#8217;s <a href="http://www.sitepoint.com/blogs/2009/03/20/announcing-version-11-of-codeburner-the-reference-tool-for-firebug/">now called CodeBurner</a>. Not quite as  cool as the original name, but the tool is still an excellent addition to any  web developer&#8217;s toolbox nonetheless. </p>
<p> So, go check out <a href="http://tools.sitepoint.com/codeburner/">CodeBurner at SitePoint</a> and you can start  to reap the benefits straight away!</p>
<p> [Disclosure, I wrote the <a href="http://htmlreferencebook.com/">HTML reference</a> which is what powers  the <a href="http://reference.sitepoint.com/html">HTML querying</a> side of CodeBurner]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginningwebdesign.com/blog/204/say-goodbye-firescope-and-hello-codeburner/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fantastic offer &#8211; 5 books for the price of 1</title>
		<link>http://www.beginningwebdesign.com/blog/203/fantastic-offer-5-books-for-the-price-of-1/</link>
		<comments>http://www.beginningwebdesign.com/blog/203/fantastic-offer-5-books-for-the-price-of-1/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 11:56:57 +0000</pubDate>
		<dc:creator>lloydi</dc:creator>
				<category><![CDATA[Sitepoint]]></category>

		<guid isPermaLink="false">http://www.beginningwebdesign.com/blog/203/fantastic-offer-5-books-for-the-price-of-1/</guid>
		<description><![CDATA[How would you like 5 of SitePoint&#8217;s rather fine technical publications for just $29.99 US? Sounds like an absolute bargain, doesn&#8217;t it? Well, it is a deal not to be missed and you have 3 days to make the most of it. So get to it! 
Visit SitePoint&#8217;s 5-for-1 sale here 
As a SitePoint author [...]]]></description>
			<content:encoded><![CDATA[<p>How would you like <strong>5 of SitePoint&#8217;s rather fine technical publications for just $29.99 US</strong>? Sounds like an absolute bargain, doesn&#8217;t it? Well, it is a deal not to be missed and you have 3 days to make the most of it. So get to it! </p>
<p><a href="http://5for1.aws.sitepoint.com/">Visit SitePoint&#8217;s 5-for-1 sale here</a> </p>
<p><img src="/_images/blog/loop.png" alt="" class="imgfloatright">As a SitePoint author whose books are on this list, it&#8217;s money out of my pocket, frankly, so why should I be so happily promoting it? Simple &#8211; the money is going into the pockets of people who need it <em>a hell of a lot more</em> than I and the other SitePoint authors and employees need it right now!. As some of you might know, SitePoint is based in Melbourne, Australia where &#8211; at the time of writing &#8211; bush fires are still raging and have claimed entire towns with the loss of life currently put at 170 people. This figure will rise. </p>
<p><img src="/_images/blog/fire-truck.jpg" alt="A fire truck looks insignificant against the raging fires nearby"></p>
<p>I know that some of the people at SitePoint have been personally affected, losing friends in the fires, so this should not be seen as a publicity stunt in any way shape or form &#8211; this was simply something that they could do to raise some money quickly and easily to support the victims of this tragic incident. I&#8217;m only too happy to help promote this and am going to be blogging this anywhere I can, Twittering where I can &#8211; and there&#8217;s nothing to stop you doing the same! </p>
<p>$30 for five books is an absolute steal. Go on, buy some books and that will be another $30 going directly towards the victims &#8211; <strong>SitePoint are taking no money from this whatsoever</strong>. </p>
<p>Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginningwebdesign.com/blog/203/fantastic-offer-5-books-for-the-price-of-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Ultimate HTML Reference &#8211; now also available in Firebug!</title>
		<link>http://www.beginningwebdesign.com/blog/202/the-ultimate-html-reference-now-also-available-in-firebug/</link>
		<comments>http://www.beginningwebdesign.com/blog/202/the-ultimate-html-reference-now-also-available-in-firebug/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 23:34:42 +0000</pubDate>
		<dc:creator>lloydi</dc:creator>
				<category><![CDATA[Sitepoint]]></category>
		<category><![CDATA[The Ultimate HTML Reference]]></category>

		<guid isPermaLink="false">http://www.beginningwebdesign.com/blog/202/the-ultimate-html-reference-now-also-available-in-firebug/</guid>
		<description><![CDATA[Thanks to some nifty work from JavaScript guru and SitePoint techie James Edwards, The Ultimate HTML Reference is also available as a reference within the ever-popular Firebug extension for Firefox. It&#8217;s called Firescope and adds a new &#34;Reference&#34; panel which includes a search tool. In there you can look up HTML elements and attributes,  [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to some nifty work from <a href="http://www.brothercake.com/site/portfolio/book/">JavaScript</a> <a href="http://www.brothercake.com/site/portfolio/book2/">guru</a> and SitePoint techie <a href="http://www.brothercake.com/">James Edwards</a>, <cite><a href="http://www.sitepoint.com/launch/6bcf744/3/137">The Ultimate HTML Reference</a></cite> is also available as a reference within the ever-popular <a href="http://getfirebug.com/">Firebug</a> extension for Firefox. It&#8217;s called <a href="http://tools.sitepoint.com/firescope">Firescope</a> and adds a new &quot;Reference&quot; panel which includes a search tool. In there you can look up HTML elements and attributes,  CSS properties, and it also gives you a summary of the element or attribute&#8217;s useage, browser support, and a code example. </p>
<p><img src="/_images/blog/firescope-search.gif" alt="Firescope search" width="309" height="216" class="imgfloatright" />As well as the information panel, you can also bring up contextual menus within other panels. For example, when viewing the DOM of the page in the HTML panel, you can <a href="http://tools.sitepoint.com/firescope/images/screenshot-html-context.png">right-click on any element or attribute, to look it up in the reference search</a>, or <a href="http://tools.sitepoint.com/firescope/images/screengrab-results-codeexample.png">view a code example</a> for it.</p>
<p>I know James is keen to hear any feedback on Firescope (feel free to add comments on this blog post if you want &#8211; I&#8217;ll be sure to pass them on). </p>
<p><img src="/_images/blog/alt.gif" alt="" width="309" height="216" class="imgfloatleft" /><a href="https://addons.mozilla.org/en-US/firefox/addon/10273">The extension is in the mozilla add-ons directory</a> which is  the best place to download it (because then it will subscribe to updates). However, you&#8217;ll need a Mozilla login to get it from there because it&#8217;s still in the sandbox (in other words, not quite yet approved for mass public distribution). Alternatively, you can <a href="http://tools.sitepoint.com/firescope/firescope-1.0.1-en-us.xpi">download and install it directly from the page on sitepoint.com</a> (but without auto-updates). </p>
<p>As well as having a new reference tool within Firefox/Firebug, the online reference has, itself, also had a make-over which gives it just that extra bit of polish. So even if you don&#8217;t feel like installing the tool, you can still <a href="http://reference.sitepoint.com/">check out the reference</a> for yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginningwebdesign.com/blog/202/the-ultimate-html-reference-now-also-available-in-firebug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Competition winners (and some of the wacky entries!)</title>
		<link>http://www.beginningwebdesign.com/blog/201/competition-winners-and-some-of-the-wacky-entries/</link>
		<comments>http://www.beginningwebdesign.com/blog/201/competition-winners-and-some-of-the-wacky-entries/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 23:49:34 +0000</pubDate>
		<dc:creator>lloydi</dc:creator>
				<category><![CDATA[Build Your Own Web Site Right Way with HTML & CSS]]></category>
		<category><![CDATA[Sitepoint]]></category>
		<category><![CDATA[competition]]></category>

		<guid isPermaLink="false">http://www.beginningwebdesign.com/blog/201/competition-winners-and-some-of-the-wacky-entries/</guid>
		<description><![CDATA[Well. Erm &#8230;. wow.
When I put a competition on the web site for just 5 copies of the book, I wasn&#8217;t sure what to ask as a competition question. I didn&#8217;t want to ask anything too hard/tricky, so I left it quite open and decided that the way to win a copy was to entertain [...]]]></description>
			<content:encoded><![CDATA[<p>Well. Erm &#8230;. wow.</p>
<p>When I put a <a href="/blog/200/competition-time-win-a-copy-of-this-book/">competition on the web site for just 5 copies of the book</a>, I wasn&#8217;t sure what to ask as a competition question. I didn&#8217;t want to ask anything too hard/tricky, so I left it quite open and decided that the way to win a copy was to entertain me with some creative writing &#8211; just as I found it really funny the way that people would draft <a href="http://lloydi.com/blog/2008/01/16/freecycle-is-full-of-nutbag-beggars/">over-the-top creative begging letters on Freecycle</a>. It&#8217;ll be fun, I thought.</p>
<p>250 entries of creative writing later, and I have a very different opinon. I wish I&#8217;d gone for a simple closed question along the lines of &quot;what does HTML stand for&quot; and then just done a lucky dip!</p>
<p>I must confess that it&#8217;s been great to read through some of the funniest and silliest emails I&#8217;ve received in a long time; I&#8217;ve also received emails from people who appear to be on the verge of self harm or even harming me or their nearest or dearest if they don&#8217;t win a copy. Well, I did say to exaggerate! I received emails from people who:</p>
<ul>
<li>wanted a copy to create a web site to put a site of themselves online to <strong>get back at a cheating ex </strong></li>
<li>claimed that their <strong>dog had eaten all of their html</strong> coursework </li>
<li>were <strong>living rough</strong> while supporting their family of 15 blind, amputee children </li>
<li>thought the book would <strong>make a good doorstop</strong> or help with a wobbly table</li>
<li>started their email to me as &quot;<strong>Dear Andy Clarke</strong>&quot; or &quot;<strong>Dear Ian whoeveryouare</strong>&quot; (fail!)</li>
<li>wrote several pages&#8217; worth of back story, worthy of publishing as a novella</li>
<li>admitted being senior people in their respective industry, responsible for web &#8230; and <strong>not having a clue</strong> what they&#8217;re talking about!</li>
<li>taught me all about <strong>squirrel habitations</strong> (yes, it did relate to building a web site)</li>
<li>claimed their pregnant wife just <strong>likes the smell of SitePoint books</strong> and the local supplier just ran out </li>
<li>were <strong>abducted by aliens</strong> and had all programming knowledge wiped from memory following a particular experiment</li>
<li>said that they were fed up with <strong>camping in the aisles of the local bookstore</strong> to read my book and that if they didn&#8217;t get a copy, their continued presence there might cause the store to stop stocking the book</li>
</ul>
<p>Then there were quite a lot of emails which seemed to be genuine tales of woe &#8211; too many for a measly 5 copies to help out with! I really started to feel how difficult it must be for people working in charities having to turn down requests for help for things a lot more important than some (in comparison) silly little book. </p>
<p>In the end, I decided to choose a mixture of people who either made me laugh the most or who I felt would get the most benefit from learning the book. For reasons of privacy, I&#8217;ll not mention full names/details here &#8211; I&#8217;ll contact the winners directly, but they were:</p>
<ul>
<li>A photographer whose website looked in need of a make-over (but whose letter to me was the most colourful of the bunch!)</li>
<li>10-year-old Dennis whose &#8216;tutor&#8217; was Dad but who was doing a rubbish job and needed to be fired (now he is)</li>
<li>Kevin, recently unemployed and looking to re-train (a sign of the times &#8211; there were quite a few of these)</li>
<li>A schools outreach program in Zimbabwe</li>
<li>A new mother trying to learn a new skill so that she can manage a business from home and bring up the baby too (awww!)</li>
</ul>
<p>Now, because there  were so many funny entries to the competition, <a href="http://accessify.com/news/competition-entries-hmtl-css-2nd-edition.html">I&#8217;ve selected some of my favourites [published on accessify.com]</a> and collated them here. Once again, I&#8217;ve removed the authors&#8217; names to save them from any potential embarassment, and have also scanned through to make sure that there are no other personally identifiable pieces of information.</p>
<p>Thanks to everyone for taking part &#8211; it&#8217;s been fun &#8230; but I&#8217;ll definitely go with the closed question approach next time! </p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginningwebdesign.com/blog/201/competition-winners-and-some-of-the-wacky-entries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Competition time! Win a copy of this book</title>
		<link>http://www.beginningwebdesign.com/blog/200/competition-time-win-a-copy-of-this-book/</link>
		<comments>http://www.beginningwebdesign.com/blog/200/competition-time-win-a-copy-of-this-book/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 16:57:29 +0000</pubDate>
		<dc:creator>lloydi</dc:creator>
				<category><![CDATA[Build Your Own Web Site Right Way with HTML & CSS]]></category>
		<category><![CDATA[Promotions]]></category>
		<category><![CDATA[Sitepoint]]></category>
		<category><![CDATA[competition]]></category>

		<guid isPermaLink="false">http://www.beginningwebdesign.com/blog/200/competition-time-win-a-copy-of-this-book/</guid>
		<description><![CDATA[Please note &#8211; this competition is now closed and the winners have been announced.]]></description>
			<content:encoded><![CDATA[<p><strong>Please note</strong> &#8211; this competition is now closed and <a href="http://www.beginningwebdesign.com/blog/201/competition-winners-and-some-of-the-wacky-entries/">the winners have been announced</a>.<?p></p>
<p>I&#8217;ve got some promotional copies of my beginners web development book (<a href="http://www.sitepoint.com/launch/6bcf744/3/145"><cite>Build Your Own Web Site the Right Way with HTML &amp; CSS</cite></a>) that I&#8217;m just itching to give away to people who can guarantee them some good homes. How can you win a copy? Well, there are five copies to giveaway (shared between this site and <a href="http://accessify.com/news/2009/01/competition-time-win-a-copy-of-my-html-beginners-book/">accessify.com</a>). All I need from you is an email, which should be sent to <a href="mailto:iknowsomeonewhowouldreallyloveacopyofyourbook@accessify.com">iknowsomeonewhowouldreallyloveacopyofyourbook@accessify.com</a> (you might want to copy that) with the most cheesy/over-the-top/unbelievable/inventive piece of creative begging that you can think of. Don&#8217;t let facts get in the way of a creative begging letter &#8211; be creative! In fact, just go for the <a href="http://lloydi.com/blog/2008/01/16/freecycle-is-full-of-nutbag-beggars/">kind of thing that people do when begging for items on Freecycle</a>.</p>
<p>The closing date for this is Friday 23rd January (0900 GMT) &#8211; after this point the email address above will no longer be active. I’ll pick five winners soon after (as long as it takes me to read them all &#8211; 80 and counting so far!) and contact directly to arrange a shipping address. Good luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginningwebdesign.com/blog/200/competition-time-win-a-copy-of-this-book/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>From absolute beginner to mean coder &#8211; a reader writes back</title>
		<link>http://www.beginningwebdesign.com/blog/198/from-absolute-beginner-to-mean-coder-a-reader-writes-back/</link>
		<comments>http://www.beginningwebdesign.com/blog/198/from-absolute-beginner-to-mean-coder-a-reader-writes-back/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 15:35:24 +0000</pubDate>
		<dc:creator>lloydi</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Build Your Own Web Site Right Way with HTML & CSS]]></category>
		<category><![CDATA[Feedback]]></category>
		<category><![CDATA[Sitepoint]]></category>

		<guid isPermaLink="false">http://www.beginningwebdesign.com/blog/198/from-absolute-beginner-to-mean-coder-a-reader-writes-back/</guid>
		<description><![CDATA[It&#8217;s been a while since I checked reader feedback on my HTML beginners book, but with all the recent activity taking place with the second edition push, I received a really nice email from a customer of the first edition. This was sent to me privately, via SitePoint, and I&#8217;ve asked if I can re-publish, [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I checked <a href="http://www.sitepoint.com/books/usercomment.php?p=html1">reader feedback</a> on my <a href="http://beginningwebdesign.com/">HTML beginners book</a>, but with all the <a href="http://www.sitepoint.com/forums/showthread.php?t=594212">recent activity taking place with the second edition push</a>, I received a really nice email from a customer of the first edition. This was sent to me privately, via <a href="http://www.sitepoint.com/">SitePoint</a>, and I&#8217;ve asked if I can re-publish, to which that person has said &#8216;yes&#8217; but asked for it to be anonymous. I promise, though, that this is a genuine email (I&#8217;ve just highlighted some key phrases that I thought were pertinent). The reason I wanted to re-publish this note is simple &#8211; it proves that the audience I aimed the book at, in both editions, is being well served by this book. Anyway, enough from me, let&#8217;s hear from the happy customer: </p>
<blockquote>
<p>I saw that a new edition of your book &#8216;Build your own website the right  way&#8217; has just been released. If I wrote a book, I think I would find it  interesting to know if it had a big effect on anyone.</p>
<p> Well it was the first book on web design I had ever read, before that I  didn&#8217;t even really understand how the internet worked in its simplest  form (<strong>I didn&#8217;t even know what a &#8216;browser&#8217; was</strong> &#8211; even though I was using  one). I actually thought after reading most of the book &#8216;Hey this is  really easy&#8217; (well done) &#8216;I thought this stuff was supposed to be really  complex and hard?&#8217; but then I discovered Javascript and server side  technology, and started to understand where the complexities of web  development lay. </p>
<p> Anyway I think its been about two years since I first read your book,  and <strong>since then I have learnt stacks about web development/design</strong> and  now <strong>confidently build web sites using PHP, JavaScript, mySQL and  obviously CSS and HTML</strong>, always with web standards and accessibility in  mind. In september I am starting a degree at university studying  e-commerce and internet systems, and I&#8217;m currently programming my first  online shop.</p>
<p> So thanks for watering the seed of my interest in web design/development! <strong>A brilliant beginners book!</strong> </p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.beginningwebdesign.com/blog/198/from-absolute-beginner-to-mean-coder-a-reader-writes-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where did the HTML Reference go?</title>
		<link>http://www.beginningwebdesign.com/blog/197/where-did-the-html-reference-go/</link>
		<comments>http://www.beginningwebdesign.com/blog/197/where-did-the-html-reference-go/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 00:00:52 +0000</pubDate>
		<dc:creator>lloydi</dc:creator>
				<category><![CDATA[Build Your Own Web Site Right Way with HTML & CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Sitepoint]]></category>
		<category><![CDATA[The Ultimate HTML Reference]]></category>

		<guid isPermaLink="false">http://www.beginningwebdesign.com/blog/197/where-did-the-html-reference-go/</guid>
		<description><![CDATA[So, perhaps you have got the second version of Build Your Own Website The Right Way Using HTML &#038; CSS, or were thinking of getting a copy, and wondered &#8220;What happened to the HTML Reference that was at the back of the first edition?&#8221;
Fear not! While the second edition does not have a reference at [...]]]></description>
			<content:encoded><![CDATA[<p>So, perhaps you have got the second version of <a href="http://beginningwebdesign.com/buy/">Build Your Own Website The Right Way Using HTML &#038; CSS</a>, or were thinking of getting a copy, and wondered &#8220;What happened to the HTML Reference that was at the back of the first edition?&#8221;</p>
<p>Fear not! While the second edition does not have a reference at the back, you have two choices. One of them will cost you nothing, the other will cost you a little more (but you get a hardback book with which to bash web standards ignoramuses over the head with when they say something silly &#8211; or is that ignoramii?)</p>
<p>The <a href="http://htmlreferencebook.com/">Ultimate HTML Reference</a> is a much better reference than the somewhat slimline one that appeared at the end of the this book&#8217;s first edition, but there&#8217;s also a <a href="http://reference.sitepoint.com/html">free online HTML reference</a> that you can use straight away. So, please don&#8217;t think that you&#8217;re missing out on the good stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginningwebdesign.com/blog/197/where-did-the-html-reference-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The perfect HTML/CSS book for beginners? You bet!</title>
		<link>http://www.beginningwebdesign.com/blog/196/html-css-beginners-book-2nd-edition/</link>
		<comments>http://www.beginningwebdesign.com/blog/196/html-css-beginners-book-2nd-edition/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 17:31:48 +0000</pubDate>
		<dc:creator>lloydi</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Build Your Own Web Site Right Way with HTML & CSS]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Sitepoint]]></category>

		<guid isPermaLink="false">http://www.beginningwebdesign.com/blog/196/html-css-beginners-book-2nd-edition/</guid>
		<description><![CDATA[I&#8217;m pleased to announce that the second edition of my HTML/CSS beginners&#8217; book (the snappily titled Build Your Own Web Site the Right Way Using HTML and CSS) is now out, available to buy direct from SitePoint or from various Amazon stores around the world (and, naturally, from other book stores, online and offline!). I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pleased to announce that the second edition of my HTML/CSS beginners&#8217; book (the snappily titled <cite><a href="http://beginningwebdesign.com/">Build Your Own Web Site the Right Way Using HTML and CSS</a></cite>) is now out, available to <a href="http://www.sitepoint.com/launch/6bcf744/3/145">buy direct from SitePoint</a> or from <a href="http://beginningwebdesign.com/buy/index.html#amazon">various Amazon stores around the world</a> (and, naturally, from other book stores, online and offline!). I actually received my copies just over a week ago and am very pleased with the new edition.</p>
<div><a title="Unboxing delivery of my book (second edition! New cover! Updatier!) by lloydi, on Flickr" href="http://www.flickr.com/photos/ianlloyd/3154297392/"><img width="240" height="160" alt="Unboxing delivery of my book (second edition! New cover! Updatier!)" src="http://farm4.static.flickr.com/3208/3154297392_7181a91590_m.jpg" /></a>  <a title="Unboxing delivery of my book (second edition! New cover! Updatier!) by lloydi, on Flickr" href="http://www.flickr.com/photos/ianlloyd/3154300372/"><img width="240" height="160" alt="Unboxing delivery of my book (second edition! New cover! Updatier!)" src="http://farm4.static.flickr.com/3215/3154300372_7e7f6399a1_m.jpg" /></a>  <a title="Unboxing delivery of my book (second edition! New cover! Updatier!) by lloydi, on Flickr" href="http://www.flickr.com/photos/ianlloyd/3153464651/"><img width="240" height="160" alt="Unboxing delivery of my book (second edition! New cover! Updatier!)" src="http://farm4.static.flickr.com/3090/3153464651_5e00a9fd10_m.jpg" /></a></div>
<p>For the most part, this revision is about updating to make sure the content is still relevant in today&#8217;s tech world (a lot can change in 2.5 years, the time since the first edition came out!). You can <a href="http://beginningwebdesign.com/#whatschanged">find out more about what&#8217;s changed here</a>, or simply <a href="http://uk.youtube.com/watch?v=9wZAE_3L3HM">take a look at this video here</a> (assuming you have Flash player and 9 spare minutes).</p>
<p>I&#8217;m looking forward to (virtually) helping a new raft of budding web developers take their first tentative steps into this world, safe in the knowledge that they&#8217;ll not learn any nasty tricks in the process!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginningwebdesign.com/blog/196/html-css-beginners-book-2nd-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
