<?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>Kavoir &#187; Web Design Tips and Insights</title>
	<atom:link href="http://www.kavoir.com/category/web-design/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kavoir.com</link>
	<description>Just another dumbass webmaster, goofing around...</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:59:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to convert .png, .gif, .bmp or .jpg images to .ico icons to make favicon.ico for your website?</title>
		<link>http://www.kavoir.com/2010/05/how-to-convert-png-gif-bmp-or-jpg-images-to-ico-icons-to-make-favicon-ico-for-your-website.html</link>
		<comments>http://www.kavoir.com/2010/05/how-to-convert-png-gif-bmp-or-jpg-images-to-ico-icons-to-make-favicon-ico-for-your-website.html#comments</comments>
		<pubDate>Fri, 21 May 2010 10:50:38 +0000</pubDate>
		<dc:creator>Yang Yang</dc:creator>
				<category><![CDATA[Free Webmaster Resources]]></category>
		<category><![CDATA[Internet Tools]]></category>
		<category><![CDATA[My Products & Services]]></category>
		<category><![CDATA[Web Design Tips and Insights]]></category>

		<guid isPermaLink="false">http://www.kavoir.com/2010/05/how-to-convert-png-gif-bmp-or-jpg-images-to-ico-icons-to-make-favicon-ico-for-your-website.html</guid>
		<description><![CDATA[Over a year ago I created this online web application Convert Hub by the help of the splendid open source image manipulation library Netpbm. Give it a try, upload an image and convert it to another format. But not just that, it’s also capable of resizing an image, rotating or flipping it. I love it. [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.converthub.com/batch-image-converter/"><img class="alignright" style="border: 0px;" title="image conversion tool" src="http://www.kavoir.com/wp-content/uploads/2010/05/imageconversiontool.png" border="0" alt="image conversion tool" width="64" height="64" /></a> Over a year ago I created this online web application <a href="http://www.converthub.com">Convert Hub</a> by the help of the splendid open source image manipulation library <strong>Netpbm</strong>. Give it a try, upload an image and convert it to another format. But not just that, it’s also capable of <a href="http://www.converthub.com/resize-image/">resizing an image</a>, <a href="http://www.converthub.com/tilt-image/">rotating</a> or <a href="http://www.converthub.com/flip-image/">flipping it</a>.</p>

<p>I love it. It’s simple yet adequately useful. The best part of it for a webmaster like me is that it can convert other image formats such as .bmp, .jpg, .gif and .png to .ico so I can use them as favicon.ico for my sites. Try these <a href="http://www.printableworldflags.com/country/UnitedStates/State">US state flags</a> and convert them in any way you want!</p>
<p>It’s a great tool and gained tremendous popularity. I know this because one day <a href="http://www.kavoir.com/2009/05/dreamhost-review-pros-and-cons-plus-uptime-charts.html">DreamHost</a> warned me of overwhelming server resource usage and took it down for good reasons. I had to move it elsewhere and <a href="http://www.kavoir.com/2009/09/moving-from-slicehost-to-linode-an-initial-vps-hosting-review.html">Linode</a> is where it currently resides on.</p>
<p>Server side computing is too expensive for a free application like this. After a few ideas and thoughts, I decided to create a client side software program to do the job instead. It’s called <a href="http://www.converthub.com/batch-image-converter/">Batch Image Converter</a>. And it proves to be much better. It doesn’t come with a daily limit on the number of conversions allowed per IP but you can do as many conversions as you want. The whole software consists of one single executable file, there’s even no need to go through any installation steps. It’s totally green to your system. What’s best, it can work in batches which means you are able to perform operations such as format conversion and dimension resizing on a lot of images by a single click.</p>
<p>All you need is to download it there. It’s free. The problem is that it only supports Windows for now. I’m planning on rolling out versions for other platforms but this may not happen soon.</p>
<p>Please do let me know what you think of the application in the <a href="http://www.kavoir.com/backyard/forumdisplay.php?10-Convert-Hub">forum</a>.<br />
<h3>Related Posts:</h3>
<ul class="similar-posts">
<li><a href="http://www.kavoir.com/2009/04/php-number-format-function-to-format-numbers-in-php-integer-or-float.html" rel="bookmark" title="April 23, 2009">PHP: Number Format Function to Format Numbers in PHP (Integer or Float)</a></li>
<li><a href="http://www.kavoir.com/2009/04/php-convert-between-numerical-bases-binary-number-decimal-number-octal-number-and-hexadecimal-number-conversions.html" rel="bookmark" title="April 23, 2009">PHP: Convert between Numerical Bases | Binary Number, Decimal Number, Octal Number and Hexadecimal Number Conversions</a></li>
<li><a href="http://www.kavoir.com/2010/07/how-to-bring-down-optimize-memory-usage-in-your-unmanaged-linux-vps-box-and-avoid-oom-out-of-memory-errors.html" rel="bookmark" title="July 1, 2010">How to bring down / optimize memory usage in your unmanaged Linux VPS box and avoid OOM (Out Of Memory) errors?</a></li>
<li><a href="http://www.kavoir.com/2010/09/check-how-much-memory-your-php-script-is-using-php-script-memory-usage.html" rel="bookmark" title="September 18, 2010">Check how much memory your PHP script is using. (PHP script memory usage)</a></li>
<li><a href="http://www.kavoir.com/2010/04/css-how-to-write-css-rules-to-detect-or-target-chrome-safari-or-opera-browsers-only.html" rel="bookmark" title="April 1, 2010">CSS: How to write CSS rules to detect or target Chrome, Safari or Opera browsers only?</a></li>
</ul>
<p><!-- Similar Posts took 2.519 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kavoir.com/2010/05/how-to-convert-png-gif-bmp-or-jpg-images-to-ico-icons-to-make-favicon-ico-for-your-website.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>If you are not a professional designer and don&#8217;t want to look stupid</title>
		<link>http://www.kavoir.com/2009/11/if-you-are-not-a-professional-designer-and-dont-want-to-look-stupid.html</link>
		<comments>http://www.kavoir.com/2009/11/if-you-are-not-a-professional-designer-and-dont-want-to-look-stupid.html#comments</comments>
		<pubDate>Sun, 08 Nov 2009 12:52:09 +0000</pubDate>
		<dc:creator>Yang Yang</dc:creator>
				<category><![CDATA[Web Design Tips and Insights]]></category>

		<guid isPermaLink="false">http://www.kavoir.com/2009/11/if-you-are-not-a-professional-designer-and-dont-want-to-look-stupid.html</guid>
		<description><![CDATA[I have a few tips for you: Stick to simple white design. Use no more than 4 colors other than grey scale (white, black, grey). Actually 2 would be perfectly enough for text information intensive sites. Design the site as if it&#8217;s a chapter in a print book. Plan blank areas. Be goal oriented and [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I have a few tips for you:</p>
<ol>
<li>Stick to simple white design.</li>
<li>Use no more than 4 colors other than grey scale (white, black, grey). Actually 2 would be perfectly enough for text information intensive sites.</li>
<li>Design the site as if it&#8217;s a chapter in a print book.</li>
<li>Plan blank areas.</li>
<li>Be goal oriented and GET RID of EVERYTHING that&#8217;s not closely contributing to the goal. You achieve perfect by having nothing to peel off instead of the other way around.</li>
</ol>
<h3>Related Posts:</h3>
<ul class="similar-posts">
<li><a href="http://www.kavoir.com/2009/08/key-differences-between-the-web-design-of-google-microsoft-and-yahoo.html" rel="bookmark" title="August 5, 2009">Key Differences between the Web Design of Google, Microsoft and Yahoo</a></li>
<li><a href="http://www.kavoir.com/2009/06/css-definition-what-is-css-defined-and-explained.html" rel="bookmark" title="June 16, 2009">CSS Definition: What is CSS Defined and Explained</a></li>
<li><a href="http://www.kavoir.com/2009/07/be-simple.html" rel="bookmark" title="July 6, 2009">Being simple as a bless for development cost</a></li>
<li><a href="http://www.kavoir.com/2010/07/prova-fm-the-design-contests-platform-from-outsource-to-crowdsource.html" rel="bookmark" title="July 6, 2010">Prova.fm, the Design Contests Platform &ndash; From Outsource to Crowdsource</a></li>
<li><a href="http://www.kavoir.com/2009/05/mysql-counting-number-of-records-by-foreign-key.html" rel="bookmark" title="May 17, 2009">MySQL: Counting Number of Records or Rows by a Foreign Column (from Another Table)</a></li>
</ul>
<p><!-- Similar Posts took 2.332 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kavoir.com/2009/11/if-you-are-not-a-professional-designer-and-dont-want-to-look-stupid.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Please, by all means, don&#8217;t use overflow:hidden for content!</title>
		<link>http://www.kavoir.com/2009/08/please-by-all-means-dont-use-overflowhidden.html</link>
		<comments>http://www.kavoir.com/2009/08/please-by-all-means-dont-use-overflowhidden.html#comments</comments>
		<pubDate>Sat, 29 Aug 2009 08:13:05 +0000</pubDate>
		<dc:creator>Yang Yang</dc:creator>
				<category><![CDATA[CSS & HTML Tips]]></category>
		<category><![CDATA[Web Design Tips and Insights]]></category>

		<guid isPermaLink="false">http://www.kavoir.com/2009/08/please-by-all-means-dont-use-overflowhidden.html</guid>
		<description><![CDATA[No matter how fairy or pretty your design / template is, never use overflow:hidden for content containers. Content comes a thousand times more important than any design or layout. I don’t care how much you hold proud your artistic work and how you think accommodating the content in any way possible would ruin the holy [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>No matter how fairy or pretty your design / template is, never use overflow:hidden for content containers.</p>

<p>Content comes <strong>a thousand times</strong> more important than any design or layout. I don’t care how much you hold proud your artistic work and how you think accommodating the content in any way possible would ruin the holy sweet layout, when an image or a table with indispensable content that the readers / visitors are ultimately concerned about expands across the content areas and messing up with your fucking design, using <strong>overflow:hidden</strong> to restrict them is just plain STUPID and ANNOYING.</p>
<p>Please by all means, <strong>DO NOT</strong> use overflow:hidden for content containers! What really matters is the idea / content the design is trying to convey rather than the design itself.</p>
<h3>Related Posts:</h3>
<ul class="similar-posts">
<li><a href="http://www.kavoir.com/2007/12/3-column-layout-left-and-right-fixed-width-center-fluid.html" rel="bookmark" title="December 4, 2007">3 column layout, left and right fixed width, center fluid</a></li>
<li><a href="http://www.kavoir.com/2011/02/linux-how-to-delete-remove-hidden-files-with-rm-command.html" rel="bookmark" title="February 12, 2011">Linux: How to delete / remove hidden files with &lsquo;rm&rsquo; command?</a></li>
<li><a href="http://www.kavoir.com/2009/02/css-complementary-background-in-float.html" rel="bookmark" title="February 6, 2009">CSS: Complementary Background in Float</a></li>
<li><a href="http://www.kavoir.com/2010/03/its-not-your-business-its-who-you-are.html" rel="bookmark" title="March 3, 2010">It&rsquo;s not your business, it&rsquo;s who you are</a></li>
<li><a href="http://www.kavoir.com/2009/11/if-you-are-not-a-professional-designer-and-dont-want-to-look-stupid.html" rel="bookmark" title="November 8, 2009">If you are not a professional designer and don&rsquo;t want to look stupid</a></li>
</ul>
<p><!-- Similar Posts took 2.623 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kavoir.com/2009/08/please-by-all-means-dont-use-overflowhidden.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Tags Design for Template / Theme Creation</title>
		<link>http://www.kavoir.com/2009/08/html-tags-design-for-template-theme-creation.html</link>
		<comments>http://www.kavoir.com/2009/08/html-tags-design-for-template-theme-creation.html#comments</comments>
		<pubDate>Thu, 27 Aug 2009 03:14:58 +0000</pubDate>
		<dc:creator>Yang Yang</dc:creator>
				<category><![CDATA[CSS & HTML Tips]]></category>
		<category><![CDATA[Web Design Tips and Insights]]></category>

		<guid isPermaLink="false">http://www.kavoir.com/2009/08/html-tags-design-for-template-theme-creation.html</guid>
		<description><![CDATA[There are in total nearly a hundred HTML tags with good ones as well as bad ones in terms of XHTML. In the creation of a template or theme, after designing for the overall layout, artistic feel as well as the entire set of visual elements, the designer will be preparing the ready-to-use styles needed [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>There are in total nearly a hundred HTML tags with good ones as well as bad ones in terms of XHTML. In the creation of a template or theme, after designing for the overall layout, artistic feel as well as the entire set of visual elements, the designer will be preparing the ready-to-use styles needed for common content tags such as the headings &lt;h1&gt;, &lt;h2&gt;, &lt;h3&gt; and &lt;blockquote&gt; and so forth, even though they may not have been used yet in the design. This article tries to be a rough guide on what tags to be styled before hand.</p>

<p>Here’s a shortened list for the most common scenario:</p>
<ol>
<li>&lt;<strong>a</strong>&gt;, the hyperlink, of course. </li>
<li>&lt;<strong>acronym</strong>&gt;, usually for acronyms and abbreviations such as HTML. Industry standard is to style it with a dotted border at the bottom. However, &lt;acronym&gt; tag has fallen out of favor of HTML5, use <<strong>abbr</strong>> instead.</li>
<li>&lt;<a href="http://www.kavoir.com/2009/08/how-to-use-the-html-cite-tag-and-the-cite-attribute.html"><strong>cite</strong></a>&gt;, author, &lt;<strong>q</strong>&gt;, inline quotations, &lt;<strong>blockquote</strong>&gt;, large paragraphs of quoting which is one of the most necessary tags that need to be styled before hand. </li>
<li>&lt;<strong>button</strong>&gt;, you may or may not prescribe a global visual style for all button tags across the template </li>
<li>&lt;<strong>caption</strong>&gt;, table caption / title, centered and bold by default, come out with a better one in case the content contains a lot of tables. &lt;<strong>table</strong>&gt;, &lt;<strong>tr</strong>&gt;, &lt;<strong>th</strong>&gt;, &lt;<strong>td</strong>&gt;, &lt;<strong>thead</strong>&gt;, &lt;<strong>tfoot</strong>&gt;, &lt;<strong>tbody</strong>&gt;, … for table styles</li>
<li>&lt;<strong>code</strong>&gt;, for templates dealing with code samples. </li>
<li>&lt;<strong>dfn</strong>&gt;, for definition terms, frequently used with a lot of inline terms and definitions.</li>
<li>&lt;<strong>h1</strong>&gt;, &lt;<strong>h2</strong>&gt;, &lt;<strong>h3</strong>&gt;, &lt;<strong>h4</strong>&gt;, &lt;<strong>h5</strong>&gt;, &lt;<strong>h6</strong>&gt;, content headings.</li>
<li>&lt;<strong>img</strong>&gt;, content image styles.</li>
<li>&lt;<strong>fieldset</strong>&gt;, form fieldsets. &lt;<strong>legend</strong>&gt;, form fieldset title.</li>
<li>&lt;<strong>form</strong>&gt;, forms.</li>
<li>&lt;input type=”<strong>text</strong>”&gt;, &lt;input type=”<strong>checkbox</strong>”&gt;, &lt;input type=”<strong>radio</strong>”&gt;, &lt;input type=”<strong>file</strong>”&gt;, &lt;input type=”<strong>password</strong>”&gt;, &lt;<strong>textarea</strong>&gt;, input controls of forms.</li>
<li>&lt;<strong>label</strong>&gt;, form field labels.</li>
<li>&lt;<strong>li</strong>&gt;, &lt;<strong>ol</strong>&gt;, &lt;<strong>ul</strong>&gt;, ordered list styles and unordered list styles.</li>
<li>&lt;<strong>p</strong>&gt;, paragraph styles.</li>
<li>&lt;<strong>select</strong>&gt;, &lt;<strong>option</strong>&gt;, &lt;<strong>optgroup</strong>&gt;, select list styles.</li>
</ol>
<h3>Related Posts:</h3>
<ul class="similar-posts">
<li><a href="http://www.kavoir.com/2009/06/html-definition-what-is-html-defined-what-does-html-stand-for.html" rel="bookmark" title="June 16, 2009">HTML Definition: What is HTML Defined &#8211; What does HTML stand for?</a></li>
<li><a href="http://www.kavoir.com/2009/01/php-checkbox-array-in-form-handling-multiple-checkbox-values-in-an-array.html" rel="bookmark" title="January 31, 2009">PHP: Checkbox Array in Form Handling &#8211; Multiple Checkbox Values in an Array</a></li>
<li><a href="http://www.kavoir.com/2010/02/php-allow-specific-html-tags-in-text-input-controls-of-html-forms-textarea-input-typetext.html" rel="bookmark" title="February 15, 2010">PHP: Allow Specific HTML Tags in Text Input Controls of HTML Forms, &lt;textarea&gt;, &lt;input type=&rdquo;text&rdquo; /&gt;</a></li>
<li><a href="http://www.kavoir.com/2009/08/css-how-to-align-html-input-checkbox-and-radio-with-text-in-the-same-line.html" rel="bookmark" title="August 29, 2009">CSS: How to align HTML input checkbox and radio with text on the same line?</a></li>
<li><a href="http://www.kavoir.com/2009/02/styling-file-upload-select-input-control-input-typefile.html" rel="bookmark" title="February 8, 2009">CSS: Styling File Upload / Select Input Control &lt;input type=&quot;file&quot; &hellip; /&gt;</a></li>
</ul>
<p><!-- Similar Posts took 4.158 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kavoir.com/2009/08/html-tags-design-for-template-theme-creation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Key Differences between the Web Design of Google, Microsoft and Yahoo</title>
		<link>http://www.kavoir.com/2009/08/key-differences-between-the-web-design-of-google-microsoft-and-yahoo.html</link>
		<comments>http://www.kavoir.com/2009/08/key-differences-between-the-web-design-of-google-microsoft-and-yahoo.html#comments</comments>
		<pubDate>Wed, 05 Aug 2009 07:45:18 +0000</pubDate>
		<dc:creator>Yang Yang</dc:creator>
				<category><![CDATA[Kavoir & Whatever]]></category>
		<category><![CDATA[Web Design Tips and Insights]]></category>

		<guid isPermaLink="false">http://www.kavoir.com/2009/08/key-differences-between-the-web-design-of-google-microsoft-and-yahoo.html</guid>
		<description><![CDATA[Microsoft and Yahoo is colorful in colors but Google is colorful in the imagination. Google uses much less colors than Microsoft and Yahoo do. Yet somehow, Google comes out as the versatile one. Google uses much more traditional colors than Microsoft and Yahoo do and rarely change in the style, yet it comes out as [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.microsoft.com">Microsoft</a> and <a href="http://www.yahoo.com">Yahoo</a> is colorful in colors but <a href="http://www.google.com">Google</a> is colorful in the <strong>imagination</strong>.</p>

<p>Google uses much less colors than Microsoft and Yahoo do. Yet somehow, Google comes out as the <strong>versatile</strong> one.</p>
<p>Google uses much more traditional colors than Microsoft and Yahoo do and rarely change in the style, yet it comes out as the <strong>innovative</strong> one.</p>
<p>Google has much less web page elements than either Microsoft or Yahoo, yet it has come to be known as the <strong>sophisticated</strong> one.</p>
<p><strong>Openness</strong> is rich in Google in that they design all of their pages with no distinct boundaries at all on a plain white blank sheet stretching as wide as the browser window / computer screen. On the contrary, Microsoft and Yahoo believes in borders, boxes and restrictions.</p>
<h3>Related Posts:</h3>
<ul class="similar-posts">
<li><a href="http://www.kavoir.com/2009/02/css-double-border.html" rel="bookmark" title="February 8, 2009">CSS: Double Border</a></li>
<li><a href="http://www.kavoir.com/2009/11/if-you-are-not-a-professional-designer-and-dont-want-to-look-stupid.html" rel="bookmark" title="November 8, 2009">If you are not a professional designer and don&rsquo;t want to look stupid</a></li>
<li><a href="http://www.kavoir.com/2007/03/spin-your-first-web-page.html" rel="bookmark" title="March 29, 2007">Create your first web page &#8211; Learn XHTML and Make Web pages</a></li>
<li><a href="http://www.kavoir.com/2009/06/google-what-time-is-it-now.html" rel="bookmark" title="June 5, 2009">Google: What time is it now? Get current local time from Google</a></li>
<li><a href="http://www.kavoir.com/2009/06/javascript-open-or-redirect-to-another-page-site-location.html" rel="bookmark" title="June 16, 2009">JavaScript: Open or Redirect to Another Page / Site / Location</a></li>
</ul>
<p><!-- Similar Posts took 4.156 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kavoir.com/2009/08/key-differences-between-the-web-design-of-google-microsoft-and-yahoo.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Best CSS Books to Learn CSS Web Design</title>
		<link>http://www.kavoir.com/2009/06/best-css-books-to-learn-css-web-design.html</link>
		<comments>http://www.kavoir.com/2009/06/best-css-books-to-learn-css-web-design.html#comments</comments>
		<pubDate>Wed, 17 Jun 2009 07:19:45 +0000</pubDate>
		<dc:creator>Yang Yang</dc:creator>
				<category><![CDATA[Client Side Coding Books]]></category>
		<category><![CDATA[CSS & HTML Tips]]></category>
		<category><![CDATA[Web Design Tips and Insights]]></category>

		<guid isPermaLink="false">http://www.kavoir.com/2009/06/best-css-books-to-learn-css-web-design.html</guid>
		<description><![CDATA[While HTML is the concrete of all web pages and websites, CSS is the spirit. It specifies the aesthetic aspect of all the web pages by design through presentation, conveying the ideas and sensations by visual languages. The first class of all web designers start with CSS. These are some of the best CSS books [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>While HTML is the concrete of all web pages and websites, <a href="http://www.kavoir.com/2009/06/css-definition-what-is-css-defined-and-explained.html">CSS</a> is the spirit. It specifies the aesthetic aspect of all the web pages by design through presentation, conveying the ideas and sensations by visual languages. The first class of all web designers start with CSS.</p>

<p>These are some of the best CSS books out there reviewed indispensable for those who want to be a web designer or / and developer.</p>
<h4>Web Developers / Designers&#8217; Books:</h4>
<ol>
<li><a href="http://www.kavoir.com/2009/06/best-books-of-html-and-xhtml-to-learn-how-to-create-web-pages-sites-with-html-and-css.html">Best HTML Books</a></li>
<li><a href="http://www.kavoir.com/2009/06/best-css-books-to-learn-css-web-design.html">Best CSS Books</a></li>
<li><a href="http://www.kavoir.com/2009/06/best-javascript-books-for-learning-javascript-programming-and-development.html">Best JavaScript Books</a></li>
<li><a href="http://www.kavoir.com/2009/06/best-php-books-for-learning-php-and-mysql.html">Best PHP Books</a></li>
<li><a href="http://www.kavoir.com/2009/06/best-mysql-books-to-learn-mysql-database-php-applications.html">Best MySQL Books</a></li>
<li><a href="http://www.shanghaiwebhosting.com/web-hosting-tutorials/best-linux-server-administration-books-for-learning-linux">Best Linux Books</a></li>
<li><a href="http://www.kavoir.com/2009/06/best-books-of-apache-web-server-to-learn-apache-and-use-it.html">Best Apache Books</a> (<a href="http://www.shanghaiwebhosting.com/web-hosting-tips/best-books-about-apache-mod_rewrite-module-htaccess-books">mod_rewrite Books</a>)</li>
<li><a href="http://www.shanghaiwebhosting.com/web-hosting-tutorials/best-web-hosting-books-to-learn-about-web-hosting">Best Web Hosting Books</a></li>
</ol>
<h3><a href="http://www.amazon.com/gp/product/0596526873?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0596526873">CSS: The Missing Manual</a></h3>
<p><a href="http://www.amazon.com/gp/product/0596526873?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0596526873"><img title="CSS The Missing Manual" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="382" alt="CSS The Missing Manual" src="http://www.kavoir.com/wp-content/uploads/2009/06/CSSTheMissingManual.jpg" width="300" border="0" /></a> </p>
<h3><a href="http://www.amazon.com/gp/product/0596527330?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0596527330">CSS: The Definitive Guide</a></h3>
<p><a href="http://www.amazon.com/gp/product/0596527330?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0596527330"><img title="CSS The Definitive Guide" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="383" alt="CSS The Definitive Guide" src="http://www.kavoir.com/wp-content/uploads/2009/06/CSSTheDefinitiveGuide.jpg" width="300" border="0" /></a> </p>
<h3><a href="http://www.amazon.com/gp/product/1430223979?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1430223979">CSS Mastery: Advanced Web Standards Solutions, Second Edition</a></h3>
<p><a href="http://www.amazon.com/gp/product/1430223979?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1430223979"><img title="CSS Mastery Advanced Web Standards Solutions, Second Edition" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="347" alt="CSS Mastery Advanced Web Standards Solutions, Second Edition" src="http://www.kavoir.com/wp-content/uploads/2009/06/CSSMasteryAdvancedWebStandardsSolutionsSecondEdition.jpg" width="300" border="0" /></a> </p>
<h3><a href="http://www.amazon.com/gp/product/0321525566?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321525566">Stylin&#8217; with CSS: A Designer&#8217;s Guide (2nd Edition) (Voices That Matter)</a></h3>
<p><a href="http://www.amazon.com/gp/product/0321525566?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321525566"><img title="Stylin&#39; with CSS A Designer&#39;s Guide (2nd Edition) (Voices That Matter)" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="348" alt="Stylin&#39; with CSS A Designer&#39;s Guide (2nd Edition) (Voices That Matter)" src="http://www.kavoir.com/wp-content/uploads/2009/06/StylinwithCSSADesignersGuide2ndEditionVoicesThatMatter.jpg" width="300" border="0" /></a> </p>
<h3><a href="http://www.amazon.com/gp/product/0596515057?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0596515057">CSS Pocket Reference: Visual Presentation for the Web (Pocket Reference (O&#8217;Reilly))</a></h3>
<p><a href="http://www.amazon.com/gp/product/0596515057?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0596515057"><img title="CSS Pocket Reference Visual Presentation for the Web (Pocket Reference (O&#39;Reilly))" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="476" alt="CSS Pocket Reference Visual Presentation for the Web (Pocket Reference (O&#39;Reilly))" src="http://www.kavoir.com/wp-content/uploads/2009/06/CSSPocketReferenceVisualPresentationfortheWebPocketReferenceOReilly.jpg" width="300" border="0" /></a> </p>
<h3><a href="http://www.amazon.com/gp/product/1590598040?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1590598040">Pro CSS and HTML Design Patterns</a></h3>
<p><a href="http://www.amazon.com/gp/product/1590598040?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1590598040"><img title="Pro CSS and HTML Design Patterns" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="376" alt="Pro CSS and HTML Design Patterns" src="http://www.kavoir.com/wp-content/uploads/2009/06/ProCSSandHTMLDesignPatterns.jpg" width="300" border="0" /></a> </p>
<h3><a href="http://www.amazon.com/gp/product/0980285852?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0980285852">The Ultimate CSS Reference</a></h3>
<p><a href="http://www.amazon.com/gp/product/0980285852?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0980285852"><img title="The Ultimate CSS Reference" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="387" alt="The Ultimate CSS Reference" src="http://www.kavoir.com/wp-content/uploads/2009/06/TheUltimateCSSReference.jpg" width="300" border="0" /></a> </p>
<h3><a href="http://www.amazon.com/gp/product/0321410971?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321410971">Transcending CSS: The Fine Art of Web Design (Voices That Matter)</a></h3>
<p><a href="http://www.amazon.com/gp/product/0321410971?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321410971"><img title="Transcending CSS The Fine Art of Web Design (Voices That Matter)" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="281" alt="Transcending CSS The Fine Art of Web Design (Voices That Matter)" src="http://www.kavoir.com/wp-content/uploads/2009/06/TranscendingCSSTheFineArtofWebDesignVoicesThatMatter.jpg" width="300" border="0" /></a> </p>
<h3><a href="http://www.amazon.com/gp/product/1590596897?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1590596897">Beginning CSS Web Development: From Novice to Professional</a></h3>
<p><a href="http://www.amazon.com/gp/product/1590596897?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1590596897"><img title="Beginning CSS Web Development From Novice to Professional" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="398" alt="Beginning CSS Web Development From Novice to Professional" src="http://www.kavoir.com/wp-content/uploads/2009/06/BeginningCSSWebDevelopmentFromNovicetoProfessional.jpg" width="300" border="0" /></a> </p>
<h3><a href="http://www.amazon.com/gp/product/0321509021?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321509021">Bulletproof Web Design: Improving flexibility and protecting against worst-case scenarios with XHTML and CSS (2nd Edition) (Voices That Matter)</a></h3>
<p><a href="http://www.amazon.com/gp/product/0321509021?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321509021"><img title="Bulletproof Web Design Improving flexibility and protecting against worst-case scenarios with XHTML and CSS (2nd Edition) (Voices That Matter)" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="341" alt="Bulletproof Web Design Improving flexibility and protecting against worst-case scenarios with XHTML and CSS (2nd Edition) (Voices That Matter)" src="http://www.kavoir.com/wp-content/uploads/2009/06/BulletproofWebDesignImprovingflexibilityandprotectingagainstworstcasescenarioswithXHTMLandCSS2nd.jpg" width="300" border="0" /></a></p>
<h3><a href="http://www.amazon.com/gp/product/0321643380?ie=UTF8&#038;tag=maawe-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=0321643380">Handcrafted CSS: More Bulletproof Web Design</a></h3>
<p><a href="http://www.amazon.com/gp/product/0321643380?ie=UTF8&#038;tag=maawe-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=0321643380"><img title="Handcrafted CSS: More Bulletproof Web Design" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="377" alt="Handcrafted CSS: More Bulletproof Web Design" src="http://www.kavoir.com/wp-content/uploads/2009/06/Handcrafted-CSS-More-Bulletproof-Web-Design.jpg" width="300" border="0" /></a> </p>
<h3><a href="http://www.amazon.com/gp/product/0321303474?ie=UTF8&#038;tag=maawe-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=0321303474">The Zen of CSS Design: Visual Enlightenment for the Web</a></h3>
<p><a href="http://www.amazon.com/gp/product/0321303474?ie=UTF8&#038;tag=maawe-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=0321303474"><img title="The Zen of CSS Design: Visual Enlightenment for the Web" alt="The Zen of CSS Design: Visual Enlightenment for the Web" src="http://www.kavoir.com/wp-content/uploads/2009/06/The-Zen-of-CSS-Design-Visual-Enlightenment-for-the-Web.jpg" width="300" /></a> </p>
<h3><a href="http://www.amazon.com/gp/product/0735714258?ie=UTF8&#038;tag=maawe-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=0735714258">More Eric Meyer on CSS (Voices That Matter)</a></h3>
<p><a href="http://www.amazon.com/gp/product/0735714258?ie=UTF8&#038;tag=maawe-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=0735714258"><img title="More Eric Meyer on CSS (Voices That Matter)" alt="More Eric Meyer on CSS (Voices That Matter)" src="http://www.kavoir.com/wp-content/uploads/2009/06/More-Eric-Meyer-on-CSS-Voices-That-Matter.jpg" width="300" /></a> </p>
<h3><a href="http://www.amazon.com/gp/product/0321385551?ie=UTF8&#038;tag=maawe-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=0321385551">Designing with Web Standards (2nd Edition)</a></h3>
<p><a href="http://www.amazon.com/gp/product/0321385551?ie=UTF8&#038;tag=maawe-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=0321385551"><img title="Designing with Web Standards (2nd Edition)" alt="Designing with Web Standards (2nd Edition)" src="http://www.kavoir.com/wp-content/uploads/2009/06/Designing-with-Web-Standards-2nd-Edition.jpg" width="300" /></a> </p>
<h3>Related Posts:</h3>
<ul class="similar-posts">
<li><a href="http://www.kavoir.com/2009/06/best-books-of-html-and-xhtml-to-learn-how-to-create-web-pages-sites-with-html-and-css.html" rel="bookmark" title="June 17, 2009">Best Books of HTML and XHTML to Learn How to Create Web Pages / Sites with HTML and CSS</a></li>
<li><a href="http://www.kavoir.com/2010/07/best-and-newest-html-5-books-and-some-css3-books.html" rel="bookmark" title="July 5, 2010">Best and Newest HTML5 Books (and Some CSS3 Books)</a></li>
<li><a href="http://www.kavoir.com/2009/06/best-mysql-books-to-learn-mysql-database-php-applications.html" rel="bookmark" title="June 17, 2009">Best MySQL Books to Learn MySQL Database Programming and Development (+ PHP Applications)</a></li>
<li><a href="http://www.kavoir.com/2009/06/best-javascript-books-for-learning-javascript-programming-and-development.html" rel="bookmark" title="June 17, 2009">Best JavaScript Books for Learning JavaScript Programming and Development</a></li>
<li><a href="http://www.kavoir.com/2009/06/best-books-of-apache-web-server-to-learn-apache-and-use-it.html" rel="bookmark" title="June 17, 2009">Best Books of Apache Web Server to Learn Apache and Use It</a></li>
</ul>
<p><!-- Similar Posts took 4.369 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kavoir.com/2009/06/best-css-books-to-learn-css-web-design.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Best Books of HTML and XHTML to Learn How to Create Web Pages / Sites with HTML and CSS</title>
		<link>http://www.kavoir.com/2009/06/best-books-of-html-and-xhtml-to-learn-how-to-create-web-pages-sites-with-html-and-css.html</link>
		<comments>http://www.kavoir.com/2009/06/best-books-of-html-and-xhtml-to-learn-how-to-create-web-pages-sites-with-html-and-css.html#comments</comments>
		<pubDate>Wed, 17 Jun 2009 05:05:52 +0000</pubDate>
		<dc:creator>Yang Yang</dc:creator>
				<category><![CDATA[Client Side Coding Books]]></category>
		<category><![CDATA[CSS & HTML Tips]]></category>
		<category><![CDATA[Web Design Tips and Insights]]></category>

		<guid isPermaLink="false">http://www.kavoir.com/2009/06/best-books-of-html-and-xhtml-to-learn-how-to-create-web-pages-sites-with-html-and-css.html</guid>
		<description><![CDATA[HTML is the language of the Web and all websites are written in HTML (XHTML). To learn creating website, the first thing you will need to learn is HTML. Period. Some of the selected books below are for beginners and some are for intermediary coders to consolidate your knowledge of HTML and CSS and practice [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>HTML is the language of the Web and all websites are written in <a href="http://www.kavoir.com/2009/06/html-definition-what-is-html-defined-what-does-html-stand-for.html">HTML</a> (XHTML). To learn creating website, the first thing you will need to learn is HTML. Period.</p>

<p>Some of the selected books below are for beginners and some are for intermediary coders to consolidate your knowledge of HTML and CSS and practice along reading the books.</p>
<h4>Web Developers / Designers&#8217; Books:</h4>
<ol>
<li><a href="http://www.kavoir.com/2009/06/best-books-of-html-and-xhtml-to-learn-how-to-create-web-pages-sites-with-html-and-css.html">Best HTML Books</a></li>
<li><a href="http://www.kavoir.com/2009/06/best-css-books-to-learn-css-web-design.html">Best CSS Books</a></li>
<li><a href="http://www.kavoir.com/2009/06/best-javascript-books-for-learning-javascript-programming-and-development.html">Best JavaScript Books</a></li>
<li><a href="http://www.kavoir.com/2009/06/best-php-books-for-learning-php-and-mysql.html">Best PHP Books</a></li>
<li><a href="http://www.kavoir.com/2009/06/best-mysql-books-to-learn-mysql-database-php-applications.html">Best MySQL Books</a></li>
<li><a href="http://www.shanghaiwebhosting.com/web-hosting-tutorials/best-linux-server-administration-books-for-learning-linux">Best Linux Books</a></li>
<li><a href="http://www.kavoir.com/2009/06/best-books-of-apache-web-server-to-learn-apache-and-use-it.html">Best Apache Books</a> (<a href="http://www.shanghaiwebhosting.com/web-hosting-tips/best-books-about-apache-mod_rewrite-module-htaccess-books">mod_rewrite Books</a>)</li>
<li><a href="http://www.shanghaiwebhosting.com/web-hosting-tutorials/best-web-hosting-books-to-learn-about-web-hosting">Best Web Hosting Books</a></li>
</ol>
<h3><a href="http://www.amazon.com/gp/product/0321430840?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321430840">HTML, XHTML, and CSS, Sixth Edition (Visual Quickstart Guide)</a></h3>
<p><a href="http://www.amazon.com/gp/product/0321430840?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321430840"><img title="HTML, XHTML, and CSS, Sixth Edition (Visual Quickstart Guide)" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="399" alt="HTML, XHTML, and CSS, Sixth Edition (Visual Quickstart Guide)" src="http://www.kavoir.com/wp-content/uploads/2009/06/HTMLXHTMLandCSSSixthEditionVisualQuickstartGuide.gif" width="300" border="0" /></a> </p>
<h3><a href="http://www.amazon.com/gp/product/059610197X?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=059610197X">Head First HTML with CSS &amp; XHTML</a></h3>
<p><a href="http://www.amazon.com/gp/product/059610197X?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=059610197X"><img title="Head First HTML with CSS &amp; XHTML" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="299" alt="Head First HTML with CSS &amp; XHTML" src="http://www.kavoir.com/wp-content/uploads/2009/06/HeadFirstHTMLwithCSSXHTML.jpg" width="300" border="0" /></a> </p>
<h3><a href="http://www.amazon.com/gp/product/0980455278?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0980455278">Build Your Own Web Site The Right Way Using HTML &amp; CSS</a></h3>
<p><a href="http://www.amazon.com/gp/product/0980455278?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0980455278"><img title="Build Your Own Web Site The Right Way Using HTML &amp; CSS" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="367" alt="Build Your Own Web Site The Right Way Using HTML &amp; CSS" src="http://www.kavoir.com/wp-content/uploads/2009/06/BuildYourOwnWebSiteTheRightWayUsingHTMLCSS.gif" width="300" border="0" /></a> </p>
<h3><a href="http://www.amazon.com/gp/product/0470186275?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0470186275">HTML, XHTML, and CSS All-in-One Desk Reference For Dummies (For Dummies (Computer/Tech))</a></h3>
<p><a href="http://www.amazon.com/gp/product/0470186275?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0470186275"><img title="HTML, XHTML, and CSS All-in-One Desk Reference For Dummies (For Dummies (Computer Tech))" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="366" alt="HTML, XHTML, and CSS All-in-One Desk Reference For Dummies (For Dummies (Computer Tech))" src="http://www.kavoir.com/wp-content/uploads/2009/06/HTMLXHTMLandCSSAllinOneDeskReferenceForDummiesForDummiesComputerTech.gif" width="300" border="0" /></a> </p>
<h3><a href="http://www.amazon.com/gp/product/0980285887?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0980285887">The Ultimate HTML Reference</a></h3>
<p><a href="http://www.amazon.com/gp/product/0980285887?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0980285887"><img title="The Ultimate HTML Reference" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="398" alt="The Ultimate HTML Reference" src="http://www.kavoir.com/wp-content/uploads/2009/06/TheUltimateHTMLReference.jpg" width="300" border="0" /></a> </p>
<h3><a href="http://www.amazon.com/gp/product/0596527276?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0596527276">HTML and XHTML Pocket Reference (Pocket Reference (O&#8217;Reilly))</a></h3>
<p><a href="http://www.amazon.com/gp/product/0596527276?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0596527276"><img title="HTML and XHTML Pocket Reference (Pocket Reference (O&#39;Reilly))" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="440" alt="HTML and XHTML Pocket Reference (Pocket Reference (O&#39;Reilly))" src="http://www.kavoir.com/wp-content/uploads/2009/06/HTMLandXHTMLPocketReferencePocketReferenceOReilly.jpg" width="300" border="0" /></a> </p>
<h3><a href="http://www.amazon.com/gp/product/0071611436?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0071611436">HTML A Beginner&#8217;s Guide (Beginner&#8217;s Guide (Osborne Mcgraw Hill))</a></h3>
<p><a href="http://www.amazon.com/gp/product/0071611436?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0071611436"><img title="HTML A Beginner&#39;s Guide (Beginner&#39;s Guide (Osborne Mcgraw Hill))" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="360" alt="HTML A Beginner&#39;s Guide (Beginner&#39;s Guide (Osborne Mcgraw Hill))" src="http://www.kavoir.com/wp-content/uploads/2009/06/HTMLABeginnersGuideBeginnersGuideOsborneMcgrawHill.jpg" width="300" border="0" /></a> </p>
<h3><a href="http://www.amazon.com/gp/product/007222942X?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=007222942X">HTML &amp; XHTML: The Complete Reference (Osborne Complete Reference Series)</a></h3>
<p><a href="http://www.amazon.com/gp/product/007222942X?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=007222942X"><img title="HTML &amp; XHTML The Complete Reference (Osborne Complete Reference Series)" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="354" alt="HTML &amp; XHTML The Complete Reference (Osborne Complete Reference Series)" src="http://www.kavoir.com/wp-content/uploads/2009/06/HTMLXHTMLTheCompleteReferenceOsborneCompleteReferenceSeries.jpg" width="300" border="0" /></a> </p>
<h3><a href="http://www.amazon.com/gp/product/032127847X?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=032127847X">Creating a Web Page with HTML: Visual QuickProject Guide</a></h3>
<p><a href="http://www.amazon.com/gp/product/032127847X?ie=UTF8&amp;tag=maawe-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=032127847X"><img title="Creating a Web Page with HTML Visual QuickProject Guide" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="395" alt="Creating a Web Page with HTML Visual QuickProject Guide" src="http://www.kavoir.com/wp-content/uploads/2009/06/CreatingaWebPagewithHTMLVisualQuickProjectGuide.jpg" width="300" border="0" /></a></p>
<h3>Related Posts:</h3>
<ul class="similar-posts">
<li><a href="http://www.kavoir.com/2009/06/best-css-books-to-learn-css-web-design.html" rel="bookmark" title="June 17, 2009">Best CSS Books to Learn CSS Web Design</a></li>
<li><a href="http://www.kavoir.com/2009/06/best-mysql-books-to-learn-mysql-database-php-applications.html" rel="bookmark" title="June 17, 2009">Best MySQL Books to Learn MySQL Database Programming and Development (+ PHP Applications)</a></li>
<li><a href="http://www.kavoir.com/2009/06/best-books-of-apache-web-server-to-learn-apache-and-use-it.html" rel="bookmark" title="June 17, 2009">Best Books of Apache Web Server to Learn Apache and Use It</a></li>
<li><a href="http://www.kavoir.com/2009/06/best-php-books-for-learning-php-and-mysql.html" rel="bookmark" title="June 17, 2009">Best PHP Books for Learning PHP Development and Programming (with MySQL)</a></li>
<li><a href="http://www.kavoir.com/2009/06/best-javascript-books-for-learning-javascript-programming-and-development.html" rel="bookmark" title="June 17, 2009">Best JavaScript Books for Learning JavaScript Programming and Development</a></li>
</ul>
<p><!-- Similar Posts took 2.971 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kavoir.com/2009/06/best-books-of-html-and-xhtml-to-learn-how-to-create-web-pages-sites-with-html-and-css.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Yet Another Joomla Template Including Original PSD, HTML + CSS and Fonts</title>
		<link>http://www.kavoir.com/2009/06/yet-another-free-joomla-template-including-original-psd-html-css-and-fonts.html</link>
		<comments>http://www.kavoir.com/2009/06/yet-another-free-joomla-template-including-original-psd-html-css-and-fonts.html#comments</comments>
		<pubDate>Tue, 16 Jun 2009 08:20:04 +0000</pubDate>
		<dc:creator>Yang Yang</dc:creator>
				<category><![CDATA[Free Web Templates]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web Design Tips and Insights]]></category>

		<guid isPermaLink="false">http://www.kavoir.com/2009/06/yet-another-free-joomla-template-including-original-psd-html-css-and-fonts.html</guid>
		<description><![CDATA[Face2Face is the name of this Joomla template, released free by Template Kingdom. I don&#8217;t usually use Joomla but one has to admit there has been many excellent template themes for Joomla like this one, just as there are with WordPress. I love the colors of this template: relatively light but not too bright to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><strong><a href="http://www.kavoir.com/go/premiumtemplates"><img class="alignright" title="free joomla template" src="http://www.kavoir.com/wp-content/uploads/2009/06/freejoomlatemplate.jpg" alt="free joomla template" /> Face2Face</a></strong> is the name of this Joomla template, released free by <strong><a href="http://www.kavoir.com/go/premiumtemplates">Template Kingdom</a></strong>. I don&#8217;t usually use Joomla but one has to admit there has been many excellent template themes for Joomla like this one, just as there are with <a href="http://www.kavoir.com/category/wordpress-howto">WordPress</a>.</p>

<p>I love the colors of this template: relatively light but not too bright to be eye friendly, very enjoyable to look at as a result of all those intermediary colors constantly found in nature. The layout is tight and contains as much content as possible yet leaves enough blank for outstanding texts such as a slogan.</p>
<p>If you are ever looking for a Joomla template that&#8217;s as gentle as green tea, refreshing with grass warmth, this theme is it.</p>
<p>You can <a href="http://www.kavoir.com/go/premiumtemplates">download it here</a>, it&#8217;s completely free.</p>
<p>Still thirst for more? Here&#8217;s the extra <a href="http://www.kavoir.com/go/premiumtemplates"><strong>premium website templates</strong></a>.<br />
<h3>Related Posts:</h3>
<ul class="similar-posts">
<li><a href="http://www.kavoir.com/2009/06/free-css-html-template-fashion-club-with-fonts-and-psd-source.html" rel="bookmark" title="June 16, 2009">Free CSS + HTML Template: Fashion Club Website (with fonts and PSD source)</a></li>
<li><a href="http://www.kavoir.com/2007/05/a-home-made-html-template.html" rel="bookmark" title="May 1, 2007">A home made HTML web page template &#8211; simple, clean and free</a></li>
<li><a href="http://www.kavoir.com/2007/05/template-my-dear-lounge-here.html" rel="bookmark" title="May 8, 2007">Free Web Template: My Dear Lounge</a></li>
<li><a href="http://www.kavoir.com/2009/08/key-differences-between-the-web-design-of-google-microsoft-and-yahoo.html" rel="bookmark" title="August 5, 2009">Key Differences between the Web Design of Google, Microsoft and Yahoo</a></li>
<li><a href="http://www.kavoir.com/2009/06/modify-index-homepage-title-of-mybb-forum.html" rel="bookmark" title="June 13, 2009">Modify Index Homepage Title of MyBB Forum</a></li>
</ul>
<p><!-- Similar Posts took 2.860 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kavoir.com/2009/06/yet-another-free-joomla-template-including-original-psd-html-css-and-fonts.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Free CSS + HTML Template: Fashion Club Website (with fonts and PSD source)</title>
		<link>http://www.kavoir.com/2009/06/free-css-html-template-fashion-club-with-fonts-and-psd-source.html</link>
		<comments>http://www.kavoir.com/2009/06/free-css-html-template-fashion-club-with-fonts-and-psd-source.html#comments</comments>
		<pubDate>Tue, 16 Jun 2009 07:58:56 +0000</pubDate>
		<dc:creator>Yang Yang</dc:creator>
				<category><![CDATA[Free Web Templates]]></category>
		<category><![CDATA[Web Design Tips and Insights]]></category>

		<guid isPermaLink="false">http://www.kavoir.com/2009/06/free-css-html-template-fashion-club-with-fonts-and-psd-source.html</guid>
		<description><![CDATA[Template Kingdom is one of the best template and design sources on the Web. Other than a spectrum of website template sets for thousands of different niches and needs such as plain html templates, flash templates, css templates, joomla templates, wordpress templates and newsletter templates, they regularly releases free web templates. This round, it&#8217;s the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.kavoir.com/go/premiumtemplates"><strong><img class="alignright" title="fashion web template" src="http://www.kavoir.com/wp-content/uploads/2009/06/fashionwebtemplate.gif" alt="fashion web template" /> Template Kingdom</strong></a> is one of the best template and design sources on the Web. Other than a spectrum of website template sets for thousands of different niches and needs such as plain html templates, flash templates, css templates, joomla templates, wordpress templates and newsletter templates, they regularly releases free web templates.</p>

<p>This round, it&#8217;s the <strong><a href="http://www.kavoir.com/go/premiumtemplates">Fashion Club</a></strong> <strong>free html template</strong> designed exclusively for fashion websites. You can download the template package including the HTML /CSS source, JPG mockup, PSD source and font files on <a href="http://www.kavoir.com/go/premiumtemplates">this page</a>.</p>
<p>However, you have to bear in mind that the problem with all things free is that the value it provides is increasingly diluted by the large number of people who have access to it. To make your website and project truly unique, you&#8217;d want a design agency to sculpt an exclusive solution for you or you will need to buy some <strong>premium web templates</strong>, and <strong><a href="http://www.kavoir.com/go/premiumtemplates">Template Kingdom</a></strong> is one of the best at what they do.</p>
<p>Looking for more? Here&#8217;s some <a href="http://www.kavoir.com/go/premiumtemplates"><strong>premium web templates</strong></a>.<br />
<h3>Related Posts:</h3>
<ul class="similar-posts">
<li><a href="http://www.kavoir.com/2009/06/yet-another-free-joomla-template-including-original-psd-html-css-and-fonts.html" rel="bookmark" title="June 16, 2009">Yet Another Joomla Template Including Original PSD, HTML + CSS and Fonts</a></li>
<li><a href="http://www.kavoir.com/2007/05/template-my-dear-lounge-here.html" rel="bookmark" title="May 8, 2007">Free Web Template: My Dear Lounge</a></li>
<li><a href="http://www.kavoir.com/2010/05/a-simple-business-web-template-with-php-contact-form.html" rel="bookmark" title="May 5, 2010">A simple business web template with PHP contact form</a></li>
<li><a href="http://www.kavoir.com/2009/06/modify-index-homepage-title-of-mybb-forum.html" rel="bookmark" title="June 13, 2009">Modify Index Homepage Title of MyBB Forum</a></li>
<li><a href="http://www.kavoir.com/2007/05/a-home-made-html-template.html" rel="bookmark" title="May 1, 2007">A home made HTML web page template &#8211; simple, clean and free</a></li>
</ul>
<p><!-- Similar Posts took 2.646 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kavoir.com/2009/06/free-css-html-template-fashion-club-with-fonts-and-psd-source.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download Web Safe Simplified Chinese Fonts: Song Ti, Hei Ti, Youyuan, Lishu, MS Ya Hei</title>
		<link>http://www.kavoir.com/2009/06/download-web-safe-simplified-chinese-fonts-song-ti-hei-ti-youyuan-lishu-ms-ya-hei.html</link>
		<comments>http://www.kavoir.com/2009/06/download-web-safe-simplified-chinese-fonts-song-ti-hei-ti-youyuan-lishu-ms-ya-hei.html#comments</comments>
		<pubDate>Sat, 13 Jun 2009 02:38:03 +0000</pubDate>
		<dc:creator>Yang Yang</dc:creator>
				<category><![CDATA[China Internet]]></category>
		<category><![CDATA[Fonts & Typography]]></category>

		<guid isPermaLink="false">http://www.kavoir.com/2009/06/download-web-safe-simplified-chinese-fonts-song-ti-hei-ti-youyuan-lishu-ms-ya-hei.html</guid>
		<description><![CDATA[As requested by a reader of Make A Website that wants to know where to download web safe chinese fonts. I have now packaged them in a ZIP for download in case any more of you wants to use them for Chinese web projects. Click to download the fonts. No more download of fonts because [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>As requested by a reader of <a href="http://www.kavoir.com">Make A Website</a> that wants to know where to download <a href="http://www.kavoir.com/2009/01/what-are-the-chinese-or-mandarin-web-safe-fonts.html">web safe chinese fonts</a>. I have now packaged them in a ZIP for download in case any more of you wants to use them for Chinese web projects.</p>

<p><del>Click to download the fonts.</del><br />
No more download of fonts because of potential copyright infringement &#8211; you may google search and download them directly from Microsoft or other sites instead:</p>
<p>- Microsoft YaHei<br />
- Microsoft YaHei Bold<br />
- SimSun, NSimSun<br />
- SimHei<br />
- Song Ti font<br />
- Hei Ti font<br />
- You Yuan font<br />
- Li Shu font</p>
<p>Included are the most common fonts of Simplified Chinese in mainland China: <strong>Song Ti</strong>, <strong>Hei Ti</strong>, <strong>Youyuan</strong>, <strong>Lishu</strong> and <strong>MS Ya Hei</strong>. You can view the detailed information about them at <a href="http://www.kavoir.com/2009/01/what-are-the-chinese-or-mandarin-web-safe-fonts.html">here</a>. I used to have a total English version of Windows XP but now can&#8217;t quite remember how you must install the charset and encoding for Chinese / Asian languages first before displaying Chinese correctly on your system before using the Mandarin fonts.<br />
<h3>Related Posts:</h3>
<ul class="similar-posts">
<li><a href="http://www.kavoir.com/2009/01/what-are-the-chinese-or-mandarin-web-safe-fonts.html" rel="bookmark" title="January 5, 2009">What are the Mandarin Chinese web safe fonts?</a></li>
<li><a href="http://www.kavoir.com/2009/04/watch-tv-and-movies-free-online-the-china-p2p-internet-streaming-network-pps.html" rel="bookmark" title="April 13, 2009">Watch TV and Movies Free Online &ndash; The China P2P Internet Streaming Network: PPS</a></li>
<li><a href="http://www.kavoir.com/2008/12/lets-use-lucida-grande-for-a-bit-of-change.html" rel="bookmark" title="December 23, 2008">Let’s use Lucida Grande for a change &#8211; 13 web safe fonts revisited</a></li>
<li><a href="http://www.kavoir.com/2009/06/what-is-this-font-an-online-tool-to-detect-or-guess-font-typography-in-images.html" rel="bookmark" title="June 5, 2009">What is this font? An online tool to detect or guess font typography in images</a></li>
<li><a href="http://www.kavoir.com/2008/12/symbolic-fonts-webdings-and-wingdings.html" rel="bookmark" title="December 23, 2008">Symbolic fonts: Webdings and Wingdings</a></li>
</ul>
<p><!-- Similar Posts took 2.838 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kavoir.com/2009/06/download-web-safe-simplified-chinese-fonts-song-ti-hei-ti-youyuan-lishu-ms-ya-hei.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What is this font? An online tool to detect or guess font typography in images</title>
		<link>http://www.kavoir.com/2009/06/what-is-this-font-an-online-tool-to-detect-or-guess-font-typography-in-images.html</link>
		<comments>http://www.kavoir.com/2009/06/what-is-this-font-an-online-tool-to-detect-or-guess-font-typography-in-images.html#comments</comments>
		<pubDate>Fri, 05 Jun 2009 15:28:00 +0000</pubDate>
		<dc:creator>Yang Yang</dc:creator>
				<category><![CDATA[Fonts & Typography]]></category>
		<category><![CDATA[Web Design Tips and Insights]]></category>

		<guid isPermaLink="false">http://www.kavoir.com/2009/06/what-is-this-font-an-online-tool-to-detect-or-guess-font-typography-in-images.html</guid>
		<description><![CDATA[Browsing through websites after websites, you may wonder from time to time what a font is that&#8217;s used in the site design. While experience and necessary typographical knowledge is needed to make a sound guess, you can always upload a screenshot of image with some sample text of the font on to an online tool [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Browsing through websites after websites, you may wonder from time to time what a font is that&#8217;s used in the site design. While experience and necessary typographical knowledge is needed to make a sound guess, you can always upload a screenshot of image with some sample text of the font on to an online tool so that it can determine for you what is the font used, judging and comparing from a huge database of fonts and typographies.</p>

<p>For example, I wanted to know what font the black text of &#8216;<a href="http://www.rackspacereview.org/">rackspace</a>&#8216; is in in the starting frame of the video on <a href="http://www.rackspace.co.uk/HomeLandingPages/PriceMatch/PriceMatchDetails/DataCentre/">this page</a>:</p>
<ol>
<li>Make a screenshot containing the text &#8216;rackspace&#8217;. You may want to resize the screenshot relatively small and save it in BMP format or high quality PNG so that the font guessing tool can do a good job.</li>
<li>Upload the image at here: <a title="http://new.myfonts.com/WhatTheFont" href="http://new.myfonts.com/WhatTheFont"><strong>http://new.myfonts.com/WhatTheFont</strong></a> As you may have noticed, you can also specify an URL of image on the Web that the tool can download it for you.</li>
<li>Click &#8216;Continue&#8217;.</li>
<li>The system will present you a series of guessed characters, make sure at least one of them is right and leave empty whatever the system failed to recognize the right alphabetic character.</li>
<li>Click &#8216;Continue&#8217;.</li>
<li><strong>Done</strong>. The system will now output an order of guessed fonts by similarity.</li>
</ol>
<p>Thanks <a href="http://www.eleven2.com">Jon</a> for the tip.</p>
<p><a href="http://new.myfonts.com/WhatTheFont/"><img title="what is this font" src="http://www.kavoir.com/wp-content/uploads/2009/06/whatisthisfont1.png" alt="what is this font" /></a><br />
<h3>Related Posts:</h3>
<ul class="similar-posts">
<li><a href="http://www.kavoir.com/2009/06/download-web-safe-simplified-chinese-fonts-song-ti-hei-ti-youyuan-lishu-ms-ya-hei.html" rel="bookmark" title="June 13, 2009">Download Web Safe Simplified Chinese Fonts: Song Ti, Hei Ti, Youyuan, Lishu, MS Ya Hei</a></li>
<li><a href="http://www.kavoir.com/2009/04/php-gd-library-drawing-functions-reference.html" rel="bookmark" title="April 22, 2009">PHP: GD Library Drawing Functions Reference</a></li>
<li><a href="http://www.kavoir.com/2008/12/lets-use-lucida-grande-for-a-bit-of-change.html" rel="bookmark" title="December 23, 2008">Let’s use Lucida Grande for a change &#8211; 13 web safe fonts revisited</a></li>
<li><a href="http://www.kavoir.com/2009/01/what-are-the-chinese-or-mandarin-web-safe-fonts.html" rel="bookmark" title="January 5, 2009">What are the Mandarin Chinese web safe fonts?</a></li>
<li><a href="http://www.kavoir.com/2008/12/symbolic-fonts-webdings-and-wingdings.html" rel="bookmark" title="December 23, 2008">Symbolic fonts: Webdings and Wingdings</a></li>
</ul>
<p><!-- Similar Posts took 2.830 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kavoir.com/2009/06/what-is-this-font-an-online-tool-to-detect-or-guess-font-typography-in-images.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS: Styling WordPress Administration Control Panel Buttons</title>
		<link>http://www.kavoir.com/2009/04/css-the-wordpress-administration-control-panel-buttons.html</link>
		<comments>http://www.kavoir.com/2009/04/css-the-wordpress-administration-control-panel-buttons.html#comments</comments>
		<pubDate>Mon, 20 Apr 2009 05:03:17 +0000</pubDate>
		<dc:creator>Yang Yang</dc:creator>
				<category><![CDATA[CSS & HTML Tips]]></category>
		<category><![CDATA[Web Design Tips and Insights]]></category>

		<guid isPermaLink="false">http://www.kavoir.com/2009/04/css-the-wordpress-administration-control-panel-buttons.html</guid>
		<description><![CDATA[WordPress does a great job in smoothing the user experience of the blog administration control panel. Ever wonder how they have styled all those buttons with such touchy appearance? Well the originator is the man in blue: button { border-left: 3px double #CCCCCC; border-right: 3px double #999999; border-top: 3px double #CCCCCC; border-bottom: 3px double #999999; [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>WordPress does a great job in smoothing the user experience of the blog administration control panel. Ever wonder how they have styled all those buttons with such touchy appearance?</p>

<p>Well the originator is <a href="http://www.themaninblue.com/writing/perspective/2004/04/28/">the man in blue</a>:</p>
<pre><code>button
{
	border-left: 3px double #CCCCCC;
	border-right: 3px double #999999;
	border-top: 3px double #CCCCCC;
	border-bottom: 3px double #999999;
	padding: 0.25em;
	background: #FFFFFF;
	color: #333333;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}</code></pre>
<p><button style="border-right: #999999 3px double; padding-right: 0.25em; border-top: #cccccc 3px double; padding-left: 0.25em; font-weight: bold; background: #ffffff; padding-bottom: 0.25em; border-left: #cccccc 3px double; color: #333333; padding-top: 0.25em; border-bottom: #999999 3px double; font-family: verdana, helvetica, arial, sans-serif">Click Me!</button> </p>
<p>The trick lies in the <a href="http://www.kavoir.com/2009/02/css-double-border.html">double border</a> style which is rarely used. <a href="http://www.themaninblue.com/writing/perspective/2004/04/28/">Attaching a background image</a> would look good too.</p>
<h3>Related Posts:</h3>
<ul class="similar-posts">
<li><a href="http://www.kavoir.com/2008/12/lets-use-lucida-grande-for-a-bit-of-change.html" rel="bookmark" title="December 23, 2008">Let’s use Lucida Grande for a change &#8211; 13 web safe fonts revisited</a></li>
<li><a href="http://www.kavoir.com/2009/03/styling-an-alphabet-of-26-letters-in-html-and-css.html" rel="bookmark" title="March 5, 2009">Styling an Alphabet of 26 Letters in HTML and CSS</a></li>
<li><a href="http://www.kavoir.com/2009/02/css-double-border.html" rel="bookmark" title="February 8, 2009">CSS: Double Border</a></li>
<li><a href="http://www.kavoir.com/2009/01/what-are-the-chinese-or-mandarin-web-safe-fonts.html" rel="bookmark" title="January 5, 2009">What are the Mandarin Chinese web safe fonts?</a></li>
<li><a href="http://www.kavoir.com/2009/04/php-gd-library-drawing-functions-reference.html" rel="bookmark" title="April 22, 2009">PHP: GD Library Drawing Functions Reference</a></li>
</ul>
<p><!-- Similar Posts took 2.935 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kavoir.com/2009/04/css-the-wordpress-administration-control-panel-buttons.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Validate and Check Your Site&#8217;s Accessibility against WAI (WCAG) and Section 508</title>
		<link>http://www.kavoir.com/2009/04/validate-and-check-your-sites-accessibility-against-wai-wcag-and-section-508.html</link>
		<comments>http://www.kavoir.com/2009/04/validate-and-check-your-sites-accessibility-against-wai-wcag-and-section-508.html#comments</comments>
		<pubDate>Thu, 16 Apr 2009 02:13:30 +0000</pubDate>
		<dc:creator>Yang Yang</dc:creator>
				<category><![CDATA[CSS & HTML Tips]]></category>
		<category><![CDATA[Internet Tools]]></category>
		<category><![CDATA[Web Design Tips and Insights]]></category>

		<guid isPermaLink="false">http://www.kavoir.com/2009/04/validate-and-check-your-sites-accessibility-against-wai-wcag-and-section-508.html</guid>
		<description><![CDATA[If you are determined to make your site comply with the latest provisions in the accessibility code, you may find it’s a pain in the ass to check point by point against the checklist of WAI (Web Accessibility Initiative) and Section 508. Yep, it sure is with so many check points for your web page [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignleft" title="online accessibility validation tool" alt="online accessibility validation tool" src="http://www.kavoir.com/wp-content/uploads/2009/04/hilogo.gif" /> If you are determined to make your site comply with the latest provisions in the accessibility code, you may find it’s a pain in the ass to check point by point against the checklist of WAI (<a href="http://www.w3.org/WAI/">Web Accessibility Initiative</a>) and <a href="http://www.section508.gov/">Section 508</a>.</p>

<p>Yep, it sure is with so many check points for your web page styles and content building, until you find the right online tools to check them on your behalf automatically and free.</p>
<p><a href="http://www.contentquality.com/">Content Quality</a> is the web content accessibility validation solution by <a href="http://www.hisoftware.com/">HiSoftware</a>. Supply the URL, and the system will instantly provide a detailed analysis of how you are doing with the guidelines of either Section 508 or WCAG (Priority 1, Priority 2, Priority 3). Not only that, it also provides you the option to emulate quite a few of browsers in the process such as: IE6, IE5, Opera 3 … (God this is old)</p>
<p>Anyway, a great tool to validate your web pages against these accessibility guidelines.</p>
<h3>Related Posts:</h3>
<ul class="similar-posts">
<li><a href="http://www.kavoir.com/2010/09/auto-generated-content-by-user-searches.html" rel="bookmark" title="September 29, 2010">Auto-generated content by user searches</a></li>
<li><a href="http://www.kavoir.com/2009/03/the-ultimate-on-page-seo-checklist-better-seo-semantics-and-accessibility-at-the-same-time.html" rel="bookmark" title="March 2, 2009">The Ultimate On-page SEO Checklist – Better SEO, Semantics and Accessibility at The Same Time</a></li>
<li><a href="http://www.kavoir.com/2007/03/spin-your-first-web-page.html" rel="bookmark" title="March 29, 2007">Create your first web page &#8211; Learn XHTML and Make Web pages</a></li>
<li><a href="http://www.kavoir.com/2007/03/check-links-on-your-site.html" rel="bookmark" title="March 30, 2007">Check broken links on your site with this free tool</a></li>
<li><a href="http://www.kavoir.com/2007/05/a-home-made-html-template.html" rel="bookmark" title="May 1, 2007">A home made HTML web page template &#8211; simple, clean and free</a></li>
</ul>
<p><!-- Similar Posts took 2.917 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kavoir.com/2009/04/validate-and-check-your-sites-accessibility-against-wai-wcag-and-section-508.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Why having multiple CSS files is a bad idea?</title>
		<link>http://www.kavoir.com/2009/04/why-having-multiple-css-files-is-a-bad-idea.html</link>
		<comments>http://www.kavoir.com/2009/04/why-having-multiple-css-files-is-a-bad-idea.html#comments</comments>
		<pubDate>Sun, 12 Apr 2009 01:43:16 +0000</pubDate>
		<dc:creator>Yang Yang</dc:creator>
				<category><![CDATA[CSS & HTML Tips]]></category>
		<category><![CDATA[Web Design Tips and Insights]]></category>

		<guid isPermaLink="false">http://www.kavoir.com/?p=660</guid>
		<description><![CDATA[Just for the sake of code separation and software development paradigms, a lot of web designers and front end developers are tempted to break the CSS styling into a group of separated files based on function. Yours might look like: layout.css typography.css colors.css widget.css While this might look professional at the first glance and generally [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Just for the sake of code separation and software development paradigms, a lot of web designers and front end developers are tempted to break the CSS styling into a group of separated files based on function. Yours might look like:<span id="more-660"></span></p>
<ul>
<li>layout.css</li>
<li>typography.css</li>
<li>colors.css</li>
<li>widget.css</li>
</ul>
<p>While this might look professional at the first glance and generally regarded neat for small websites, the cost of it such as the unnecessarily extra HTTP requests incurred rarely compensates the effort you have made, exponentially for popular websites. The negatives far outweigh the positives.</p>
<p>One may argue, however,  that this is more straightforward in styles classification for the ease of switching between designs or themes. Sounds terrific, but in reality the maintenance issues, particularly those added up over time and contributing to styling complexity, will arouse themselves relentlessly with this approach and are simply not worth it in most scenarios. Some of them include:</p>
<ul>
<li>The ambiguity of which style falls into which file is sometimes debatable and subjective developer by developer. For example, borders can be sorted in layout.css but they have colors.</li>
<li>As suggested above, large sites should avoid unnecessary HTTP requests as much as possible. Separated CSS files are apparently against this optimization principle. Not only the servers, but additional download requests can also be a burden (at least a waste of time) to client browsers.</li>
<li>Bloated download size of the styles as many selectors have to be repeated in multiple files because for any of them, some rules are for layout, some for typography and yet some more for colors.</li>
<li>Spread CSS cascading and specificity across multiple files is more difficult to predict and manage. Hidden dependencies between files begin to nurture themselves or get lost unfavorably.</li>
<li>Spread CSS styles across multiple files makes patching and debugging more difficult and time consuming because of the simple fact that you need to constantly switch between files to locate, edit or add something.</li>
<li>As a result of subjectivity as well as loose discipline, team members may carelessly violate the separation rules or unintentionally bring inconsistency to the distinctions among files by introducing selectors into files in which they should not be or not best be, ruining the intended classification in the first place.</li>
</ul>
<p>A good practice, if you insist on the merits of separating styles for different purposes, is to categorize them by the help of PHP. Let PHP handle the assortment of styles at server side, dynamically and quietly, and render a single stylesheet file to the client. This way, you not only keeps a useful structure of CSS which would come handy in future development and <span class="word">derivative</span> works, some of the aforementioned bad things about this are also overcome nicely.<br />
<h3>Related Posts:</h3>
<ul class="similar-posts">
<li><a href="http://www.kavoir.com/2009/01/php-run-html-as-php.html" rel="bookmark" title="January 19, 2009">PHP: Run HTML as PHP</a></li>
<li><a href="http://www.kavoir.com/2009/01/which-is-better-for-ajax-requests-get-or-post.html" rel="bookmark" title="January 9, 2009">Which is better for AJAX requests, GET or POST?</a></li>
<li><a href="http://www.kavoir.com/2008/12/8-golden-rules-of-writing-css.html" rel="bookmark" title="December 25, 2008">8 Golden Rules of Writing CSS</a></li>
<li><a href="http://www.kavoir.com/2009/06/yet-another-free-joomla-template-including-original-psd-html-css-and-fonts.html" rel="bookmark" title="June 16, 2009">Yet Another Joomla Template Including Original PSD, HTML + CSS and Fonts</a></li>
<li><a href="http://www.kavoir.com/2012/01/customize-wordpress-post-editor-css-styles.html" rel="bookmark" title="January 19, 2012">Customize WordPress Post Editor CSS Styles</a></li>
</ul>
<p><!-- Similar Posts took 2.845 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kavoir.com/2009/04/why-having-multiple-css-files-is-a-bad-idea.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Periodic Table of Typefaces</title>
		<link>http://www.kavoir.com/2009/04/periodic-table-of-typefaces.html</link>
		<comments>http://www.kavoir.com/2009/04/periodic-table-of-typefaces.html#comments</comments>
		<pubDate>Wed, 01 Apr 2009 09:16:17 +0000</pubDate>
		<dc:creator>Yang Yang</dc:creator>
				<category><![CDATA[Fonts & Typography]]></category>
		<category><![CDATA[Hilariously Funny or Creepy]]></category>
		<category><![CDATA[Web Design Tips and Insights]]></category>

		<guid isPermaLink="false">http://www.kavoir.com/?p=635</guid>
		<description><![CDATA[Authored by Squidspot, this would make a great poster for fellow web designers and typography lovers! Related Posts: Let’s use Lucida Grande for a change &#8211; 13 web safe fonts revisited My confession as required by the US government Why having multiple CSS files is a bad idea? Free Web Template: My Dear Lounge Symbolic [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://api.ning.com/files/86jl2e4BiALT20KdPffJEKEX3OkVEuMewCyxD*pAV5JgvQrjMDetQD-K395jV92lT7IsrPI-l1CPkg8Ouywy*WQnOhaoJAbX/Periodic_Table_of_Typefaces_large.jpg" rel="lightbox[635]" title="periodic table of typefaces"><img class="size-full wp-image-636 alignnone" title="periodic table of typefaces" src="http://www.kavoir.com/wp-content/uploads/2009/04/periodic_table_of_typefaces_large.jpg" alt="periodic table of typefaces" width="400" height="266" /></a></p>

<p>Authored by <a href="http://squidspot.com/">Squidspot</a>, this would make a great poster for fellow web designers and typography lovers!<br />
<h3>Related Posts:</h3>
<ul class="similar-posts">
<li><a href="http://www.kavoir.com/2008/12/lets-use-lucida-grande-for-a-bit-of-change.html" rel="bookmark" title="December 23, 2008">Let’s use Lucida Grande for a change &#8211; 13 web safe fonts revisited</a></li>
<li><a href="http://www.kavoir.com/2009/10/my-confession-as-required-by-the-us-government.html" rel="bookmark" title="October 10, 2009">My confession as required by the US government</a></li>
<li><a href="http://www.kavoir.com/2009/04/why-having-multiple-css-files-is-a-bad-idea.html" rel="bookmark" title="April 12, 2009">Why having multiple CSS files is a bad idea?</a></li>
<li><a href="http://www.kavoir.com/2007/05/template-my-dear-lounge-here.html" rel="bookmark" title="May 8, 2007">Free Web Template: My Dear Lounge</a></li>
<li><a href="http://www.kavoir.com/2008/12/symbolic-fonts-webdings-and-wingdings.html" rel="bookmark" title="December 23, 2008">Symbolic fonts: Webdings and Wingdings</a></li>
</ul>
<p><!-- Similar Posts took 7.206 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kavoir.com/2009/04/periodic-table-of-typefaces.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

