<?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>P.C.Kabeer &#187; webdesign</title>
	<atom:link href="http://www.pckabeer.com/category/webdesign/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pckabeer.com</link>
	<description>The crazy life with crazy dreams</description>
	<lastBuildDate>Tue, 18 Oct 2011 08:12:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Html CheckList</title>
		<link>http://www.pckabeer.com/2011/10/18/html-checklist/</link>
		<comments>http://www.pckabeer.com/2011/10/18/html-checklist/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 08:07:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[WebDevelopment]]></category>

		<guid isPermaLink="false">http://www.pckabeer.com/?p=86</guid>
		<description><![CDATA[1.   Structure and Visualization. Do not use &#60;font&#62; element. Move arrangement attributes (align, valign, width, height) to CSS. Do not use tables except showing table data. Using tables for visual formatting is acceptable in complex situations only. Max table nesting can not be great than 3. Move attribute &#8220;background&#8221; to CSS. Design of input fields [...]]]></description>
			<content:encoded><![CDATA[<h3>1.   Structure and Visualization.</h3>
<ul>
<li>Do not use &lt;font&gt; element.</li>
<li>Move arrangement attributes (align, valign, width, height) to CSS.</li>
<li>Do not use tables except showing table data. Using tables for visual formatting is acceptable in complex situations only. Max table nesting can not be great than 3.</li>
<li>Move attribute &#8220;background&#8221; to CSS.</li>
<li>Design of input fields and buttons must be written as class in CSS.</li>
<li>Style table must be written as external file and linked using &lt;link&gt;</li>
<li>All images related to design (not content) move to block with style {background: transparent url(&#8220;gif&#8221;) no-repeat;}</li>
</ul>
<h3>2.  HTML code</h3>
<ul>
<li>If table cell contains only image with width and height, then don&#8217;t use these attributes for cell.</li>
<li>Use minimum cols and rows for tables.</li>
<li>All &lt;image&gt; elements must have &#8220;width&#8221; and &#8220;height&#8221; attributes.</li>
<li>All &lt;image&gt; elements, which are not links, don&#8217;t have &#8220;border&#8221; attribute.</li>
<li>All attributes values must be placed in double quotes.</li>
<li>All tags and attributes names must be in low case.</li>
</ul>
<h3>3.  CSS code</h3>
<ul>
<li>Unique elements must have &#8220;id&#8221; attribute, which is used for style. Repeated elements must use classes.</li>
<li>Determine Links style through styles of (td {}, td a {}, td a:hover {}). a:hover must redefine only changed atttributes.</li>
<li>Determine background color for &lt;body&gt;</li>
<li>Split declarations to groups (fonts, tables, text blocks, divs)</li>
<li>Determine geometrical dimensions in percents or pixels.</li>
<li>All colors values must be as short as possible and in high case (#FFF instead of #ffffff).</li>
<li>All tags and attributes names must be in low case.</li>
<li>All margins and indents must be defined for all browsers.</li>
<li>All classes and identifiers must be named logically with one naming convention.</li>
</ul>
<h3>4.  Structure</h3>
<ul>
<li>Use title, description and keywords in header.</li>
<li>All elements with closing tags must have it (ideally, use XHTML 1.0 Transitional/Strict).</li>
<li>Use alt attribute for &lt;image&gt;. If image don&#8217;t have semantic meaning, alt must be empty.</li>
<li>Use comments before main blocks.</li>
<li>Use standard tags for creating text structure (&lt;h1&gt;-&lt;h4&gt;, &lt;p&gt;, &lt;ul&gt;, &lt;il&gt;, &lt;li&gt; and so one).</li>
<li>Vertical and Horizontal menus must be defined using &lt;li&gt;.</li>
<li>Don&#8217;t use &lt;b&gt; and &lt;i&gt;. Use &lt;strong&gt; and &lt;em&gt;.</li>
<li>Blocks must be placed in document in the descending order of importance. Blocks location can be defined using CSS.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.pckabeer.com/2011/10/18/html-checklist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common web design mistakes</title>
		<link>http://www.pckabeer.com/2009/12/07/common-web-design-mistakes/</link>
		<comments>http://www.pckabeer.com/2009/12/07/common-web-design-mistakes/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 18:30:40 +0000</pubDate>
		<dc:creator>pckabeer</dc:creator>
				<category><![CDATA[webdesign]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.pckabeer.com/?p=37</guid>
		<description><![CDATA[Poor web design can hurt your website. Make sure that you avoid these mistakes. You can use this as a checklist before finalizing a web design.]]></description>
			<content:encoded><![CDATA[<p> Here are few of the most common mistakes made in web design.<br />
1. Unnecessary Use of Flash.<br />
2. Poor Search Results &#8211; use Google&#8217;s custom search engine.<br />
3. Bad/Heavy Images leading to poor loading experience.<br />
4. Irrelevant URL Structure &#8211; twitter.com/username makes sense, url&#8217;s convey a message.<br />
5. Lack of a Clear Message &#8211; Header can convey this in most cases.<br />
6. Not Understanding What the Client Needs &#8211; toughest part : )<br />
7. Browser Inconsistencies &#8211; Make sure that all major browsers are covered.<br />
8. Bad color coordination.<br />
9. Outdated information.<br />
10. Iterate &#8211; it is highly unlikely that you will get it right the very first time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pckabeer.com/2009/12/07/common-web-design-mistakes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

