<?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>Musings From the Throne &#187; Random Musings</title>
	<atom:link href="http://www.tinyqueen.com/category/random-musings/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tinyqueen.com</link>
	<description>Random Ramblings from the Tiny Queen</description>
	<lastBuildDate>Sun, 23 May 2010 22:12:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=1887</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cool Finds in My Bookmarks</title>
		<link>http://www.tinyqueen.com/random-musings/cool-finds-in-my-bookmarks</link>
		<comments>http://www.tinyqueen.com/random-musings/cool-finds-in-my-bookmarks#comments</comments>
		<pubDate>Sat, 02 Jan 2010 19:16:26 +0000</pubDate>
		<dc:creator>Tiny Queen</dc:creator>
				<category><![CDATA[Random Musings]]></category>
		<category><![CDATA[Web Site Design]]></category>
		<category><![CDATA[Web Site Design Tools]]></category>

		<guid isPermaLink="false">http://www.tinyqueen.com/?p=524</guid>
		<description><![CDATA[
I always like to start the New Year with a little cleaning and organizing of my browser bookmarks.  The fresh clean New Year seems like the perfect time to go in and review all those handy links I just knew I needed, but didn&#8217;t take the time to properly categorize or describe.
I&#8217;ve spent several [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/uploads/2010/01/bookmark.jpg" alt="Bookmark" class="alignright"></p>
<p>I always like to start the New Year with a little cleaning and organizing of my browser bookmarks.  The fresh clean New Year seems like the perfect time to go in and review all those handy links I just knew I needed, but didn&#8217;t take the time to properly categorize or describe.</p>
<p>I&#8217;ve spent several hours this morning going through my bookmarks, clicking each link to make sure it was still live, and sorting them into proper categories.  As I do each year, I came across some fun and useful things I had forgotten I had, and I thought I would share a few of them with you. I tried not to include too many of the links that, while good quality, can be found easily enough on your own with a quick search, but some were just too good to leave out.</p>
<h2>CSS Stuff</h2>
<p>Based on the number of links I had on the subject, I seem to have an obsession with 3 column layouts, although frankly I don&#8217;t design many sites that use them, so I can&#8217;t imagine why I&#8217;m so interested.  Here are some of the better resources on the subject.</p>
<ul>
<li><a href="http://www.glish.com/css/7.asp">CSS layout techniques: 3 columns, the holy grail</a></li>
<li><a href="http://www.tjkdesign.com/articles/3cols.asp">CSS-P 3 Column Layout</a></li>
<li><a href="http://www.alistapart.com/articles/holygrail">A List Apart: In Search of the Holy Grail</a></li>
</ul>
<p>The quest for equal height columns creates another CSS layout issue that plagues developers.  The best, most elegant solution I&#8217;ve found (I used it in the layout for this site) is one laid out in a Sitepoint forum post by Dan Schulz.  His passing last year was a tragic loss; this layout technique is just one of the many gifts he gave the online community.</p>
<ul>
<li><a href="http://www.sitepoint.com/forums/showthread.php?p=3885849#post3885849">Sitepoint Forum: Equal Height Columns by Dan Schulz</a></li>
<li><a href="http://www.projectseven.com/tutorials/css/pvii_columns/index.htm">Projectseven.com &#8211; Tutorials: CSS Equal Height Columns</a></li>
<li><a href="http://www.positioniseverything.net/articles/onetruelayout/equalheight">Position is Everything: Equal Height Columns</a></li>
</ul>
<h2>CSS and Browser Compatability</h2>
<p>Every web designer who uses css-based layouts has spent many an hour tearing their hair out over trying to get their layout to work properly in all browsers.  Here are a few handy references, and one interesting idea for managing browser issues using .htaccess.</p>
<ul>
<li><a href="http://www.sitepoint.com/article/browser-specific-css-hacks">Sitepoint: An Introduction to Browser Specific Hacks</a></li>
<li><a href="http://virtuelvis.com/archives/2004/02/css-ie-only">Hack Free CSS for IE</a></li>
<li><a href="http://www.webdevout.net/browser_support.php">Web Browser Standards Support</a></li>
<li><a href="http://extranet.mivamerchant.com/forums/showthread.php?p=72591#post72591">Miva Merchant Forum: Serving Targeted Browser Stylesheets via .htaccess</a></li>
</ul>
<h2>PHP and MySQL</h2>
<p>These resources are bits and pieces I&#8217;ve picked up in my travels as I&#8217;ve expanded my php skills.  They are mostly aimed at php beginners, and are in no particular order.</p>
<ul>
<li><a href="http://www.freewebmasterhelp.com/tutorials/phpmysql/1">PHP/MySQL Tutorial</a> (good beginner&#8217;s tutorial)</li>
<li><a href="http://bytes.com/topic/php/insights/644923-php-sessions">Bytes: Understanding PHP Sessions</a></li>
<li><a href="http://www.roscripts.com/Security_in_your_online_applications-174.html">roScripts: Understanding PHP Security</a></li>
<li><a href="http://www.fpdf.org/">PHP-based .pdf Generator</a> (for use on servers that don&#8217;t have PDFlib)</li>
</ul>
<h2>Javascript</h2>
<p>I confess.  I hate javascript.  I have a lot of respect for its ability to expand and enhance the user experience on the web, but working with it makes me crazy.  Nevertheless, I have, over the years, found some nifty uses for it, a couple of which appear below.</p>
<ul>
<li><a href="http://www.dillerdesign.com/experiment/DD_belatedPNG/">Diller Design: Javascript Library for PNG Transparency Support in IE6</a></li>
<li><a href="http://malsup.com/jquery/cycle/">JQuery Cycle Plugin</a></li>
<li><a href="http://dev.opera.com/articles/view/replacing-noscript-with-accessible-un/">Replacing &lt;noscript&gt; for accessible javascript</a></li>
</ul>
<h2>Bits &amp; Pieces</h2>
<ul>
<li><a href="http://borkweb.com/story/apache-rewrite-cheatsheet">Apache Rewrite Cheatsheet</a></li>
<li><a href="http://www.completelyfreesoftware.com/grp1_w95.html">List of Free Photo and Image Editing Software</a></li>
<li><a href="http://www.freshgenerator.com/">Create Your Own Web 2.0 Buttons</a></li>
<li><a href="http://www.bulkrenameutility.co.uk/Main_Intro.php">Bulk Rename Utility</a></li>
</ul>
<p>And finally, because no one should work all the time, one of my favorite brain squish breaks: <a href="http://www.mrpicassohead.com/create.html">Mr. Picassohead</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tinyqueen.com/random-musings/cool-finds-in-my-bookmarks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Wish PHP Could Read My Mind</title>
		<link>http://www.tinyqueen.com/random-musings/i-wish-php-could-read-my-mind</link>
		<comments>http://www.tinyqueen.com/random-musings/i-wish-php-could-read-my-mind#comments</comments>
		<pubDate>Mon, 05 Oct 2009 01:01:22 +0000</pubDate>
		<dc:creator>Tiny Queen</dc:creator>
				<category><![CDATA[Random Musings]]></category>

		<guid isPermaLink="false">http://www.tinyqueen.com/?p=507</guid>
		<description><![CDATA[I’ve been working on a fairly large project, doing some ‘renovations’ on a php-based site.  So far the project has been a great deal of fun.  I enjoy working in php, and the original developer clearly followed the golden rule of starting with a plan and building from there. He also had the courtesy to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/uploads/2009/09/php.jpg" alt="PHP" class="alignright">I’ve been working on a fairly large project, doing some ‘renovations’ on a php-based site.  So far the project has been a great deal of fun.  I enjoy working in php, and the original developer clearly followed the golden rule of starting with a plan and building from there. He also had the courtesy to document and comment his code, making it easy for me to follow in his footsteps.</p>
<p>Unfortunately, when it came to web usability and database security, he didn’t quite put best practices into place.  So, instead of being able to forge ahead with the additions to the code the site owner was hoping for, I’m having to step back and redesign the scripts from a user’s standpoint, as well as put some basic security measures into place.</p>
<p>I’m learning plenty, finding lots of opportunities to get creative, and getting some good ideas from the prior developer, but I have one beef about this project.  Actually, it’s the same beef I have about all php projects.  When working in html and css, when the carefully crafted result isn’t quite what was expected, it’s very easy to point the finger at the browser (usually, though not always, Internet Explorer).  In the case of php, however, it’s not quite so easy to assign blame elsewhere.</p>
<p>The fact is, php does exactly what you <strong>tell</strong> it to do — which is not necessarily what you <strong>want</strong> it to do. In fact, I’m taking a break to write this blog post for the very reason that my %&amp;#* script is doing exactly what I’m telling it to, and unfortunately, this seems to bear little relation to what I’d like it to be doing. So if anyone has a crystal ball for php, that I can just hand over to it and say, “Here, look into the ball and you’ll see just what I’m after here,” I’d love to know where to get one of my own.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tinyqueen.com/random-musings/i-wish-php-could-read-my-mind/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Mid-Year!</title>
		<link>http://www.tinyqueen.com/random-musings/happy-mid-year</link>
		<comments>http://www.tinyqueen.com/random-musings/happy-mid-year#comments</comments>
		<pubDate>Thu, 03 Jul 2008 02:26:41 +0000</pubDate>
		<dc:creator>Tiny Queen</dc:creator>
				<category><![CDATA[Random Musings]]></category>

		<guid isPermaLink="false">http://localhost/TinyQueen/wordpress/?p=374</guid>
		<description><![CDATA[Ok, ok, I know there isn&#8217;t really such a thing as Happy Mid-Year.  But one of my New Year&#8217;s Resolutions for this year was to post regularly to my blog.  It doesn&#8217;t take a rocket scientist to see that didn&#8217;t exactly happen.  So I figured rather than beat myself up over it, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tinyqueen.com/images/blog/partyhat-786251.jpg" alt="" class="alignright">Ok, ok, I know there isn&#8217;t really such a thing as Happy Mid-Year.  But one of my New Year&#8217;s Resolutions for this year was to post regularly to my blog.  It doesn&#8217;t take a rocket scientist to see that didn&#8217;t exactly happen.  So I figured rather than beat myself up over it, I&#8217;d declare a new Mid-Year Resolution.</p>
<p>In honor of Happy Mid-Year, I&#8217;d like to express some thoughts on the new Miva Merchant 5.5.  A party atmosphere is definitely fitting here.  Miva Merchant 5.5 not only provides a more aesthetic admin interface, it breaks out some handy new features for developers and store owners alike.</p>
<p>Among my favorites is the new Quick Find feature in the top navigation.  The ability to instantly do a product, category, order or customer search without having to first expand multiple menus  comes in very handy.</p>
<p>Another favorite is the new category and product sorting feature.  Click through to a category, select Category Order: Show and simply enter the new sort order in the text boxes.  Click Update to re-order multiple categories or products at once, or enter the new display order number in a single box and hit Enter on your keyboard to move that item to the new location.</p>
<p>The new SEO options are a great benefit to store owners.  Products and Categories now have built-in meta tags and store owners can set up search engine friendly links with just a click.</p>
<p>Designers and developers will greatly benefit from the new Dreamweaver integration and  the frameworks system.  There are still a few bugs being worked out here, but these features show great promise for helping non-technical designers and store owners build an attractive, user friendly site.</p>
<p>Developers will also be pleased to have full access to the underlying template system.  Category tree and attribute templates are now fully accessible without module purchases, making creation of a completely custom layout a breeze.</p>
<p>The launch of 5.5 hasn&#8217;t been without its hiccups, but the new MM management has shown great responsiveness in dealing with them.  If you liked the earlier versions of Miva Merchant, the new MM5.5 will definitely please.</p>
<p>My only complaint about the new look is that the &#8220;Log in securely&#8221; link is no longer very prominent on the admin login page.  My favorite webhost for both Miva Merchant hosting and non-Miva sites, <a href="http://www.hostasaurus.com/">Hostasaurus</a>, suggested this easy to implement solution.  Just add the following lines to your .htaccess file to force admin pages to secure so that remembering to click the link is no longer an issue.</p>
<pre title="code" class="html">
RewriteEngine On
RewriteCond %{REQUEST_URI} /mm5/admin.mvc
RewriteCond %{SERVER_PORT} !443
RewriteRule (.*) https://www.domain.com/mm5/admin.mvc [R]
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.tinyqueen.com/random-musings/happy-mid-year/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How &quot;catchy&quot; are your headlines?</title>
		<link>http://www.tinyqueen.com/random-musings/how-catchy-are-your-headlines</link>
		<comments>http://www.tinyqueen.com/random-musings/how-catchy-are-your-headlines#comments</comments>
		<pubDate>Sat, 19 Jan 2008 03:13:00 +0000</pubDate>
		<dc:creator>Tiny Queen</dc:creator>
				<category><![CDATA[Random Musings]]></category>

		<guid isPermaLink="false">http://localhost/TinyQueen/wordpress/?p=32</guid>
		<description><![CDATA[The passive voice has taken a beating (and then some!) over the last several years for its lack of ownership, passion and drive.  Lately, however, usability guru Jakob Nielsen has encouraged passive voice to rise from the ashes and take its proper place in web site copy.
Ok, maybe that&#8217;s an overstatement &#8212; nevertheless, Mr. [...]]]></description>
			<content:encoded><![CDATA[<p>The passive voice has taken a beating (and then some!) over the last several years for its lack of ownership, passion and drive.  Lately, however, usability guru Jakob Nielsen has encouraged passive voice to rise from the ashes and take its proper place in web site copy.</p>
<p>Ok, maybe that&#8217;s an overstatement &#8212; nevertheless, Mr. Nielsen has some interesting points to make about the potential efficacy of the passive voice, particularly as it applies to website users and  headline reading patterns.</p>
<p><a href="http://www.useit.com/alertbox/passive-voice.html">Passive Voice Is Redeemed For Web Headings</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tinyqueen.com/random-musings/how-catchy-are-your-headlines/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New year, new website?</title>
		<link>http://www.tinyqueen.com/random-musings/new-year-new-website</link>
		<comments>http://www.tinyqueen.com/random-musings/new-year-new-website#comments</comments>
		<pubDate>Wed, 02 Jan 2008 12:58:00 +0000</pubDate>
		<dc:creator>Tiny Queen</dc:creator>
				<category><![CDATA[Random Musings]]></category>

		<guid isPermaLink="false">http://localhost/TinyQueen/wordpress/?p=30</guid>
		<description><![CDATA[What a busy year it was for Tiny Queen Designs!  December saw the launching of several projects, including PBDN Motorsports.  There are still thousands (gulp!) of products to add, but the online Miva Merchant store is fully functional and open for business!  If you don&#8217;t find what you&#8217;re looking for, a quick [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tinyqueen.com/images/blog/pbdn-790208.jpg" alt="" class="alignright">What a busy year it was for Tiny Queen Designs!  December saw the launching of several projects, including PBDN Motorsports.  There are still thousands (gulp!) of products to add, but the online Miva Merchant store is fully functional and open for business!  If you don&#8217;t find what you&#8217;re looking for, a quick email to the customer service team will likely turn it up.</p>
<p>With the beginning of a new year, what better time to take a good look at your website, and do a little housekeeping?  A nifty Firefox Extension called <a href="http://www.sitepoint.com/dustmeselectors/">Dust-Me Selectors</a> is a very handy tool for cleaning up your site.  The extension crawls your site (or just a single page if you prefer) looking for unused css selectors.  It stores its results so that as it goes through your site it can cross off selectors that are being used on other pages, and at the end, you have a tidy list that you can use to clean things up.</p>
<p>Want to spruce up your site for the new year, but stumped on where to start?  Check out this easy to follow <a href="http://www.prochroma.com/article15.html">graphics design tutorial</a> from Prochroma.  The Design Problems To Avoid section is especially good!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tinyqueen.com/random-musings/new-year-new-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Catching my breath!</title>
		<link>http://www.tinyqueen.com/miva-merchant/catching-my-breath</link>
		<comments>http://www.tinyqueen.com/miva-merchant/catching-my-breath#comments</comments>
		<pubDate>Wed, 07 Nov 2007 06:12:00 +0000</pubDate>
		<dc:creator>Tiny Queen</dc:creator>
				<category><![CDATA[Miva Merchant]]></category>
		<category><![CDATA[Random Musings]]></category>

		<guid isPermaLink="false">http://localhost/TinyQueen/wordpress/?p=28</guid>
		<description><![CDATA[Wow! October was an incredibly busy month at Tiny Queen Designs, and I&#8217;m looking forward to things slowing down a wee bit as we get ready for the busy holiday season.
One of several projects that kept things hopping around here was the conversion of the DrapeStyle.com website from Miva Merchant 4 to Miva Merchant 5.
Tiny [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tinyqueen.com/images/blog/drapestyle-713608.jpg" alt="Miva Merchant 5 Store" class="alignright">Wow! October was an incredibly busy month at Tiny Queen Designs, and I&#8217;m looking forward to things slowing down a wee bit as we get ready for the busy holiday season.</p>
<p>One of several projects that kept things hopping around here was the conversion of the <a href="http://www.drapestyle.com/">DrapeStyle.com</a> website from Miva Merchant 4 to Miva Merchant 5.</p>
<p>Tiny Queen Designs assisted with template customization and module installation as well as custom features such as lightbox installation, the ability to order multiple fabric samples from a single popup page and multiple display templates for related products, along with consultation services including recommendations to improve page download times.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tinyqueen.com/miva-merchant/catching-my-breath/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nifty Stuff for Free!</title>
		<link>http://www.tinyqueen.com/random-musings/nifty-stuff-for-free</link>
		<comments>http://www.tinyqueen.com/random-musings/nifty-stuff-for-free#comments</comments>
		<pubDate>Sun, 30 Sep 2007 21:40:00 +0000</pubDate>
		<dc:creator>Tiny Queen</dc:creator>
				<category><![CDATA[Random Musings]]></category>
		<category><![CDATA[Web Site Design Tools]]></category>

		<guid isPermaLink="false">http://localhost/TinyQueen/wordpress/?p=26</guid>
		<description><![CDATA[I am a big fan of open source software, and there is an amazing variety of tools available now for free on the web.  I recently came across this great list of free open source software that I thought I&#8217;d share.  Enjoy!
]]></description>
			<content:encoded><![CDATA[<p>I am a big fan of open source software, and there is an amazing variety of tools available now for free on the web.  I recently came across this great l<a href="http://www.designrific.com/blog/2007/09/30-essential-pieces-of-free-and-open.html">ist of free open source software</a> that I thought I&#8217;d share.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tinyqueen.com/random-musings/nifty-stuff-for-free/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Internet May Be More Public Than You Think</title>
		<link>http://www.tinyqueen.com/random-musings/the-internet-may-be-more-public-than-you-think</link>
		<comments>http://www.tinyqueen.com/random-musings/the-internet-may-be-more-public-than-you-think#comments</comments>
		<pubDate>Fri, 21 Sep 2007 05:50:00 +0000</pubDate>
		<dc:creator>Tiny Queen</dc:creator>
				<category><![CDATA[Random Musings]]></category>

		<guid isPermaLink="false">http://localhost/TinyQueen/wordpress/?p=25</guid>
		<description><![CDATA[We (hopefully!) all know by now to be careful what we post on the internet &#8212; after all, depending on the location and the nature of the post, your words may be extremely permanent.  Nevertheless, many people also use the internet to share pictures of friends and family, fun vacations, or&#8230;even the local church [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tinyqueen.com/images/blog/caution.jpg" alt="" class="alignright">We (hopefully!) all know by now to be careful what we post on the internet &#8212; after all, depending on the location and the nature of the post, your words may be extremely permanent.  Nevertheless, many people also use the internet to share pictures of friends and family, fun vacations, or&#8230;even the local church car wash.</p>
<p>A Dallas family is suing Australia&#8217;s Virgin Mobile company for using a photo of their sixteen year old daughter in an advertising campaign that features her along with the slogan &#8220;Dump your pen friend&#8221; and the tagline &#8220;Free text virgin to virgin.&#8221;  The young girl&#8217;s photo was apparently taken at a church car wash, and later posted to Flickr by her youth counselor, who published the photo using a sharing license from Creative Commons that allows others to reuse work such as photos without violating copyright laws, provided they credit the photographer and indicate where the photo was taken.  You can read the full article <a href="http://ap.google.com/article/ALeqM5hY4qGm1zcwVgM74krLbd4eMB3Shg">here</a>.</p>
<p>So next time you&#8217;re automatically clicking to accept a license agreement on a website, give a little pause.  Take a moment to actually read through the terms of use, and be sure you understand the fine print of what you&#8217;re agreeing to.  You may be unintentionally giving others rights that you didn&#8217;t intend.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tinyqueen.com/random-musings/the-internet-may-be-more-public-than-you-think/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So How Much of Your Own Website Do You &quot;Own?&quot;</title>
		<link>http://www.tinyqueen.com/random-musings/so-how-much-of-your-own-website-do-you-own</link>
		<comments>http://www.tinyqueen.com/random-musings/so-how-much-of-your-own-website-do-you-own#comments</comments>
		<pubDate>Wed, 19 Sep 2007 04:11:00 +0000</pubDate>
		<dc:creator>Tiny Queen</dc:creator>
				<category><![CDATA[Random Musings]]></category>

		<guid isPermaLink="false">http://localhost/TinyQueen/wordpress/?p=24</guid>
		<description><![CDATA[I always caution my clients to carefully read the fine print of their web hosting account, and highly recommend that all new clients sign up for a hosting account through Hostasaurus, because I trust them to treat people right.
Unfortunately, not all hosts are as respectful of client ownership of their own data.  This week, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tinyqueen.com/images/blog/contract-713248.jpg" alt="" class="alignright">I always caution my clients to carefully read the fine print of their web hosting account, and highly recommend that all new clients sign up for a hosting account through <a href="http://www.hostasaurus.com/">Hostasaurus</a>, because I trust them to treat people right.</p>
<p>Unfortunately, not all hosts are as respectful of client ownership of their own data.  This week, Pamela Hazelton of <a href="http://www.designextend.com/">DesignExtend</a> posted a nightmare story of an ecommerce client of hers who had no right through the standard hosting agreement to access, let alone control important customer information. Rather than repeat Pamela&#8217;s tale, you can read her story <a href="http://www.practicalecommerce.com/blogs/mistakes-that-kill/archives/27#more-27">here</a>  .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tinyqueen.com/random-musings/so-how-much-of-your-own-website-do-you-own/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Great Read for Geeks R Us!</title>
		<link>http://www.tinyqueen.com/random-musings/a-great-read-for-geeks-r-us</link>
		<comments>http://www.tinyqueen.com/random-musings/a-great-read-for-geeks-r-us#comments</comments>
		<pubDate>Mon, 10 Sep 2007 21:43:00 +0000</pubDate>
		<dc:creator>Tiny Queen</dc:creator>
				<category><![CDATA[Random Musings]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://localhost/TinyQueen/wordpress/?p=23</guid>
		<description><![CDATA[I am often contacted asking for recommendations of resources for learning to build websites, and the first place I usually send people is htmldog.com There are tutorials on the site for the beginner and the advanced user alike, all of which are carefully thought out and based on best practices in web design. I occasionally [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tinyqueen.com/images/blog/htmldogbook.jpg" class="alignleft">I am often contacted asking for recommendations of resources for learning to build websites, and the first place I usually send people is <a href="http://htmldog.com/">htmldog.com</a> There are tutorials on the site for the beginner and the advanced user alike, all of which are carefully thought out and based on best practices in web design. I occasionally breeze through there looking for a new perspective on how to accomplish a goal I may have for a given site, and I was delighted the last time I stopped by to see that Patrick Griffiths has published a book: <a href="http://htmldog.com/book/">HTML Dog, The Best Practice Guide to XHTML and CSS</a>.  I promptly snapped up a copy, which arrived on Saturday, and I have hardly put it down since!</p>
<p>Although the writing style is distinctly light-hearted, it is clear that author Patrick Griffiths takes best practice web design very seriously. If you&#8217;re interested in learning to build websites the right way, this book is an excellent read, and even advanced designers can learn a trick or two.</p>
<p><small>Thumbnail book cover copyright Patrick Griffiths.  Reprinted with permission.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tinyqueen.com/random-musings/a-great-read-for-geeks-r-us/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
