<?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; Web Site Design Tools</title>
	<atom:link href="http://www.tinyqueen.com/category/web-site-design-tools/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=3991</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>My &quot;Can&#039;t Live Without &#039;Em&quot; List of Web Design Tools</title>
		<link>http://www.tinyqueen.com/web-site-design-tools/my-cant-live-without-em-list-of-web-design-tools</link>
		<comments>http://www.tinyqueen.com/web-site-design-tools/my-cant-live-without-em-list-of-web-design-tools#comments</comments>
		<pubDate>Sat, 21 Mar 2009 16:13:00 +0000</pubDate>
		<dc:creator>Tiny Queen</dc:creator>
				<category><![CDATA[Web Site Design Tools]]></category>

		<guid isPermaLink="false">http://localhost/TinyQueen/wordpress/?p=42</guid>
		<description><![CDATA[I know, I know, pretty much every web designer out there has published a list of helpful tools they just couldn&#8217;t live without.  And there are some great lists out there &#8212; I can easily waste an entire day just browsing from list to list and looking at all the nifty applications that can [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tinyqueen.com/images/blog/tools-716772.jpg" class="alignright" alt=""><br />I know, I know, pretty much every <a href="http://www.tinyqueen.com/services.html">web designer</a> out there has published a list of helpful tools they just couldn&#8217;t live without.  And there are some great lists out there &#8212; I can easily waste an entire day just browsing from list to list and looking at all the nifty applications that can help make a web designer&#8217;s job just that little bit easier.</p>
<p>But I have a few handy little apps of my own that I&#8217;d like to add to the lists out there&#8230;because after all, you just can&#8217;t have too much of a good thing.  Some are free, some are not, some are probably found on every other designer&#8217;s list, but all of them are well worth checking out.</p>
<h2>HTML and CSS Tools</h2>
<p><a href="http://www.newsgator.com/individuals/topstyle/default.aspx">TopStyle</a> &#8211; I own several html editors, and I admit I use them all for certain things, but my html/css/php editor of choice is this compact, easy to configure application.  It has some terrific tools that make troubleshooting coding errors a snap (the tag matching feature is a must-have) and even has handy helpers for choosing color palettes, cleaning up your css, and overall site management.  And best of all, with its intuitive menus and great built-in help files, you can set it up and learn to use its features in no time.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug</a> &#8211; This Firefox add-on is a must-have for troubleshooting layout issues, tweaking designs, and getting things downright pixel-perfect. One of my favorite ways to use it (aside from troubleshooting) is for trying out different design versions without having to create multiple mockups of a page. You can swap out colors, images, borders, change placement of elements, etc with just a few clicks, and see the results instantly on the screen.</p>
<h2>Image Editing and Color Tools</h2>
<p><a href="http://www.irfanview.com/">Irfanview</a> &#8211; Handy little photo editor that allows you to quickly resize, crop and do basic touchups on your photos.</p>
<p><a href="http://www.nattyware.com/pixie.php">Pixie</a> &#8211; I&#8217;ve tried several color selection tools, but this tiny application is a fave.  Need to match the colors in a logo to the colors in a site?  Just launch this little helper, mouse over the color area on the screen, and you&#8217;re done.  Simple and brilliant.  I often use Pixie in combination with this <a href="http://slayeroffice.com/tools/color_palette/">Color Palette Creator</a> to get a range of shades of a given color for use on a site.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/5648">Fireshot</a> &#8211; This is another add-on for Firefox.  With Fireshot, you can create quick screenshots of your browser window, or the entire web page.  Add notes, text, drawings, shapes, crop, edit and save, email or simply copy the result to your clipboard.  Great for quick tutorials on using a web application&#8217;s admin features, pointing out a section of the layout that needs tweaking, etc.  And I have to admit&#8230;I&#8217;m a sucker for the camera shutter sound effect.</p>
<h2>File Management Tools</h2>
<p><a href="http://www.bulkrenameutility.co.uk/Main_Intro.php">Bulk Rename Utility</a> &#8211; I recently worked on a project where an ecommerce site owner discovered he would have to rename in excess of 400 alternate product view images in order to get them to work with a custom script.  He was not a happy camper until I shared this free utility with him.  With just a few clicks, we were able to rename all of the photos in a matter of minutes.  The flexibility of this utility is simply outstanding &#8212; with a little creative thought, it can handle pretty much any renaming needs you might have.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/5392">Dust Me Selectors</a> &#8211; Over time, any large web site accumulates css styles that become obsolete, but are still cluttering up the stylesheet.  Dust Me Selectors is a Firefox add-on that creates a list of selectors that aren&#8217;t being used.  Great for cleaning up an overgrown site.</p>
<p><a href="http://lithopssoft.com/hlv/validator_filelists.html">HTML Link Validator</a> &#8211; We&#8217;ve all done it.  You play with different versions of a page, and in the process wind up uploading  index-test.html, index2.html, index-new.html to the server.  Or, you&#8217;re updating a file, and want to preserve the original version as a rollback option if needed. So you end up with file.php, file.php.orig, file.php.bak, file.php.032009 and so on.  Or, if you run an ecommerce site, you may have products that have been inactivated, but the images are still on your server.  If you&#8217;re careful, you remember to clean up those files, but all too often, they get left behind on the server as orphans.   Over time, the number of orphans on even a well-maintained site can get overwhelming.  This handy tool will browse your server and find those orphaned files so that you can delete them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tinyqueen.com/web-site-design-tools/my-cant-live-without-em-list-of-web-design-tools/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Read your way to a better website</title>
		<link>http://www.tinyqueen.com/web-site-design/read-your-way-to-a-better-website</link>
		<comments>http://www.tinyqueen.com/web-site-design/read-your-way-to-a-better-website#comments</comments>
		<pubDate>Wed, 14 Nov 2007 05:21:00 +0000</pubDate>
		<dc:creator>Tiny Queen</dc:creator>
				<category><![CDATA[Web Site Design]]></category>
		<category><![CDATA[Web Site Design Tools]]></category>

		<guid isPermaLink="false">http://localhost/TinyQueen/wordpress/?p=29</guid>
		<description><![CDATA[I know, I know&#8230;it&#8217;s way too early to be thinking about the holidays.  However, if you have a web site, particularly an ecommerce web site, it&#8217;s in no way too soon to be thinking about gearing up for the largest shopping season of the year.

One of the best things you can do to help [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tinyqueen.com/images/blog/stocking-stuffer-792741.jpg" alt="" class="alignright">I know, I know&#8230;it&#8217;s way too early to be thinking about the holidays.  However, if you have a web site, particularly an ecommerce web site, it&#8217;s in no way too soon to be thinking about gearing up for the largest shopping season of the year.
</p>
<p>One of the best things you can do to help your company compete on the web is to be informed about the hows and whys and ways your shoppers think, act and react to web sites.
</p>
<p>In their recent newsletter, <a href="http://practicalecommerce.com">Practical Ecommerce</a> highlighted an article containing some excellent reads to help you re-think your web site, and the way you approach your online business.
</p>
<p>Even if you only snag one of the books on Mat Greenfield&#8217;s list, you&#8217;re bound to be a better web site owner as a result, with plenty of ideas for ways to improve conversions and increase sales.
</p>
<p>So this year, when your friends and family ask you what you want Santa to bring, point them to these &#8220;<a href="http://www.practicalecommerce.com/articles/359/Need-a-Stocking-Stuffer?">Great resources that can alter how you think about the web</a>&#8220;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tinyqueen.com/web-site-design/read-your-way-to-a-better-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#039;s in a color?</title>
		<link>http://www.tinyqueen.com/web-site-design-tools/whats-in-a-color</link>
		<comments>http://www.tinyqueen.com/web-site-design-tools/whats-in-a-color#comments</comments>
		<pubDate>Mon, 08 Oct 2007 10:56:44 +0000</pubDate>
		<dc:creator>Tiny Queen</dc:creator>
				<category><![CDATA[Web Site Design Tools]]></category>

		<guid isPermaLink="false">http://localhost/TinyQueen/wordpress/?p=27</guid>
		<description><![CDATA[One of the biggest challenges in web design can be finding just the right colors for a site.  So I thought I&#8217;d share some of my favorite color tools to help you put together your next design.
1. Slayer Office Tools  This handy little tool allows you to put in a base color and [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tinyqueen.com/images/blog/colors-796871.jpg" alt="color swatch" class="alignright">One of the biggest challenges in web design can be finding just the right colors for a site.  So I thought I&#8217;d share some of my favorite color tools to help you put together your next design.</p>
<p>1. <a href="http://slayeroffice.com/tools/color_palette/">Slayer Office Tools</a>  This handy little tool allows you to put in a base color and get blended versions of the base color.  The default blend colors are black and white, but these can be changed to suit your needs.  Output in both hex and rgb.  Great for when you like a color, but need it just a shade or two darker or lighter.</p>
<p>2. <a href="http://www.colorschemer.com/online.html">Color Schemer</a>  This is a nifty one for when you are looking for quickie complementary colors to accompany your base design.  Input via hex or rgb, and you can lighten or darken the resulting palette.</p>
<p>3. <a href="http://www.degraeve.com/color-palette/">Color Palette Generator</a> This is a fun one. If you&#8217;re inspired by an online photo that you like, you just enter the url, and this cool tool will generate a list of colors taken from the photo.  Along the same vein is <a href="http://www.colorhunter.com/">Color Hunter</a>, which allows you to upload a photo, and to see palettes generated from other peoples&#8217; pictures.</p>
<p>4.  <a href="http://www.allwebdesignresources.com/colorschemescombinations.html">Web Site Design Resources Directory</a> If you&#8217;re looking for some color combinations that are a little out of the ordinary, but that pack a punch, check out the color scheme combinations that have been put together here.  There&#8217;s also some very good reading in the accompanying <a href="http://www.allwebdesignresources.com/colorusageinwebdesign.html">Guide to Using Color in Web Design</a>.</p>
<p>5.  <a href="http://design.geckotribe.com/colorwheel/">Color Wheel</a>  This handy color generator creates a palette of complementary, analogous, split complementary, monochrome and triadic colors for use on your site.</p>
<p>6. <a href="http://www.newark1.com/color/">Donald Peterson&#8217;s Notes on Color</a>  This isn&#8217;t really a tool, except in the sense that it&#8217;s valuable reading for any web designer who wants to make better use of color.  The articles are simply invaluable in understanding the importance of color in design, and gaining a fresh perspective on how to make the most of it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tinyqueen.com/web-site-design-tools/whats-in-a-color/feed</wfw:commentRss>
		<slash:comments>1</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>A three-way mirror for websites</title>
		<link>http://www.tinyqueen.com/web-standards/a-three-way-mirror-for-websites</link>
		<comments>http://www.tinyqueen.com/web-standards/a-three-way-mirror-for-websites#comments</comments>
		<pubDate>Mon, 27 Aug 2007 15:29:00 +0000</pubDate>
		<dc:creator>Tiny Queen</dc:creator>
				<category><![CDATA[Web Site Design Tools]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://localhost/TinyQueen/wordpress/?p=21</guid>
		<description><![CDATA[We all know what it&#8217;s like to go shopping for a new pair of jeans, find a pair that looks great when we stand straight on in front of the mirror, but when we crane our necks around to take a look at the back, we realize there is no way in the world we [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://www.tinyqueen.com/images/blog/screenshots-762404.jpg" alt="" border="0"><br >We all know what it&#8217;s like to go shopping for a new pair of jeans, find a pair that looks great when we stand straight on in front of the mirror, but when we crane our necks around to take a look at the back, we realize there is no way in the world we would ever want to go out in public with our butt looking like <span style="font-style: italic;">that. </span>If you haven&#8217;t looked at your website from multiple angles, you might be surprised at the view others are seeing&#8230;and you might not want your website going out in public, either.</p>
<p>One of the big challenges in web design is creating a layout that displays the same way in different browsers and on different platforms.  You work and work and tweak and adjust, and get your layout looking juuuuuust right&#8230;and then you see the results of all your hard labor in a different browser, and holy horrors, it looks awful!</p>
<p>So, just like the three-way mirror in the dressing room, I&#8217;d like to share a <a href="http://browsershots.org/">nifty little tool</a> to help you to get a look at your site from multiple angles.  The browser list isn&#8217;t comprehensive, but it includes the main platforms and most common browsers, allows several refinements, and best of all, it&#8217;s free!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tinyqueen.com/web-standards/a-three-way-mirror-for-websites/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
