<?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>Custom WordPress Theme Design &#187; css</title>
	<atom:link href="http://customwp.com/tag/css/feed" rel="self" type="application/rss+xml" />
	<link>http://customwp.com</link>
	<description>A Wordpress site about WordPress sites...</description>
	<lastBuildDate>Thu, 26 Aug 2010 13:58:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress CSS / XHTML Dude</title>
		<link>http://customwp.com/wordpress-css-xhtml-dude.php</link>
		<comments>http://customwp.com/wordpress-css-xhtml-dude.php#comments</comments>
		<pubDate>Wed, 30 May 2007 22:47:33 +0000</pubDate>
		<dc:creator>JTk</dc:creator>
				<category><![CDATA[Consulting]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[for hire]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://imjtk.com/wordpress-css-xhtml-dude.php</guid>
		<description><![CDATA[Since I have become more successful designing WordPress themes then I could have ever guessed when I first looked into how it was done, I once again confront an issue that has haunted my professional existence &#8211;  managing growth.
What I am trying to say is that I need to take on a partner that [...]]]></description>
			<content:encoded><![CDATA[<p>Since I have become more successful designing WordPress themes then I could have ever guessed when I first looked into how it was done, I once again confront an issue that has haunted my professional existence &#8211;  managing growth.</p>
<p>What I am trying to say is that I need to take on a partner that has some experience with WordPress themes and is an xhtml and css maven.  If you are the right guy ( or girl ) I&#8217;ll split the total price of the project with you &#8211; I&#8217;ll do the Photoshop and client management and you&#8217;ll do cutting up and WordPressing.</p>
<p><a href="http://imjtk.com/contact/">Bounce over to the contact page if you are interested.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://customwp.com/wordpress-css-xhtml-dude.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why your site should be developed with semantic markup</title>
		<link>http://customwp.com/why-your-site-should-be-developed-with-semantic-markup.php</link>
		<comments>http://customwp.com/why-your-site-should-be-developed-with-semantic-markup.php#comments</comments>
		<pubDate>Fri, 06 May 2005 21:05:52 +0000</pubDate>
		<dc:creator>JTk</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[semantic]]></category>
		<category><![CDATA[semantic markup]]></category>

		<guid isPermaLink="false">http://imjtk.com/?p=387</guid>
		<description><![CDATA[One thing we have learned in over a decade developing web sites is that the Net is continually changing, and to keep up you need to change with it.  One of the more recent developments in web design is the use of CSS and semantic markup. CSS and semantic web design has several  [...]]]></description>
			<content:encoded><![CDATA[<p>One thing we have learned in over a decade developing web sites is that the Net is continually changing, and to keep up you need to change with it.  One of the more recent developments in web design is the use of CSS and semantic markup. CSS and semantic web design has several  benefits: clarity in code, browser and other web-enabled devices compatibility, separation of content and<br />
presentation, smaller burden on bandwidth, and better visibility to search engines.</p>
<p>Back in the day, we designed sites with tables and hacked those tables into doing things that they were never meant to do.  The table tag was designed to display tabular data, not as a way to render the layout of a website. Unfortunately, a better alternative did not exist, so we used tables.  This made for inefficient, slow loading sites with code that was very hard to read and maintain. <a href="http://en.wikipedia.org/wiki/Semantic_web">Wikipedia</a> defines semantic markup like this:</p>
<blockquote><p>Semantic pages: supply information for Web search engines using web crawlers. This could be machine-readable information about the human-readable content of the document (such as the creator, title, description, etc., of the document) or it could be purely metadata representing a set of facts (such as resources and services elsewhere in the site). (Note that anything that can be identified with a Uniform Resource Identifier (URI) can be described, so the semantic web can reason about people, places, ideas, cats etc.)</p></blockquote>
<p>These days, hip designers and developers use CSS extensively to create beautiful, fully standards compliant sites.  CSS-based layout allows us to develop sites that will degrade effectively&#8211;that is that they will be viewable  on all types of devices such as PDAs, cell phones, T.V.s&#8211;and will work correctly on devices that don&#8217;t even exist yet as long as they are standards compliant.</p>
<p>Most importantly, developing sites with CSS allows us to effectively separate content and presentation. Have you ever looked at the source code of HTML pages that were created with a table-based layout and wondered what the heck is going on here?  You see lots of opening and closing of tables and table rows all mixed together with textual content and graphics.  With a clean, CSS-based layout you can create pages that are easily understood by looking at the source, making them easier to understand, maintain, and update. Look at the source of my company site <a href="http://www.jtkconsulting.com">JTkconsulting</a> and then look at the source code of this site that uses a tables based layout: <a href="http://usnx.com/">usnx.com</a>.  Big difference, huh?</p>
<p>If you have a site with high traffic, you can significantly reduce the amount of bandwidth used by transitioning from a table-based site to a CSS-based layout.  If a visitor to your site doesn&#8217;t have to load all of the code needed to render those tables and spacer gifs, you are transmitting less data.</p>
<p>CSS also offers search engine optimization benefits over tables. If you have a tables based business site that relays on Internet traffic to turn a profit or acquire new clients you will see real advantages by switching to CSS. When a search engine spiders your tables-based site, they retrieve a large amount of content that has nothing to do with you business. When search engines spiders a clean CSS-based site, the majority of content retrieved will be textual content that describes your business. The ratio of content-to-code is higher with CSS-based layouts.</p>
<p>We&#8217;ve all seen search engine descriptions that don&#8217;t make any sense; that&#8217;s because search engine spiders use a top down method for retrieving information.  Whatever is topmost in your document, the search engines are going to think is the most important part of the document, and therefore should be used as the description.  Since we separate content and presentation with CSS, we can put the most important information at the top of a document no matter where it is actually displayed on the page.  Try that with tables!</p>
<p>I hope this article gives you an overview of why it is important to transition from your current tables-based layout to a fully valid CSS implementation.  If you don&#8217;t have a web site, but are planning on launching one in the near future, make sure you tell your developers you want a CSS-based implementation.</p>
]]></content:encoded>
			<wfw:commentRss>http://customwp.com/why-your-site-should-be-developed-with-semantic-markup.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
