<?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>Tinsology &#187; (X)HTML/CSS/CMS</title>
	<atom:link href="http://tinsology.net/category/xhtmlcsscms/feed/" rel="self" type="application/rss+xml" />
	<link>http://tinsology.net</link>
	<description>Read Me</description>
	<lastBuildDate>Wed, 10 Mar 2010 22:50:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Client Side Vs. Server Side Code</title>
		<link>http://tinsology.net/2009/06/client-side-vs-server-side-code/</link>
		<comments>http://tinsology.net/2009/06/client-side-vs-server-side-code/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 19:11:31 +0000</pubDate>
		<dc:creator>Tinsley</dc:creator>
				<category><![CDATA[(X)HTML/CSS/CMS]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://tinsology.net/?p=771</guid>
		<description><![CDATA[In my experience, one of the most common pitfalls for beginning programmers is not understanding the relationships between objects in their environment. This is especially the case in web development where there is in almost every case a blend between multiple client side and server side scripts. Failure to understand the the way browsers and servers communicate or the relationships between (X)HTML (or javascript or CSS etc) and PHP (insert alternative language here) will certainly lead to a poor or incorrect implementation. If you are an experienced programmer you probably won't gain much from reading this, but if you are a beginner, hopefully I can provide some insight that will save you a lot of trouble. <a href="http://tinsology.net/2009/06/client-side-vs-server-side-code/">Read More</a>

Related posts:<ol><li><a href='http://tinsology.net/2009/01/configuring-wp-for-code-examples-and-execution/' rel='bookmark' title='Permanent Link: Configuring WP for Code Examples and Execution'>Configuring WP for Code Examples and Execution</a></li>
<li><a href='http://tinsology.net/2009/03/will-code-for-food/' rel='bookmark' title='Permanent Link: Will Code For Food'>Will Code For Food</a></li>
</ol>]]></description>
		<wfw:commentRss>http://tinsology.net/2009/06/client-side-vs-server-side-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Drop Cap Effect</title>
		<link>http://tinsology.net/2009/06/css-drop-cap-effect/</link>
		<comments>http://tinsology.net/2009/06/css-drop-cap-effect/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 20:00:09 +0000</pubDate>
		<dc:creator>Tinsley</dc:creator>
				<category><![CDATA[(X)HTML/CSS/CMS]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[drop caps]]></category>

		<guid isPermaLink="false">http://tinsology.net/?p=750</guid>
		<description><![CDATA[If you've ever read a magazine you've probably noticed that often the first character on a page stands out. Usually its larger, a different color, or stylized in some way. This effect is called an initial or a drop cap. Using CSS it is fairly simple to achieve this effect. CSS supports the pseudo element "first-letter" which allows you to modify the appearance on the first letter of a paragraph... <a href="http://tinsology.net/2009/06/css-drop-cap-effect/">Read More</a>


No related posts.]]></description>
		<wfw:commentRss>http://tinsology.net/2009/06/css-drop-cap-effect/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Wordpress XHTML Validation</title>
		<link>http://tinsology.net/2009/04/wordpress-xhtml-validation/</link>
		<comments>http://tinsology.net/2009/04/wordpress-xhtml-validation/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 23:00:45 +0000</pubDate>
		<dc:creator>Tinsley</dc:creator>
				<category><![CDATA[(X)HTML/CSS/CMS]]></category>
		<category><![CDATA[Validation]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://tinsology.net/?p=296</guid>
		<description><![CDATA[Almost immediately after I started my blog I began having difficulties ensuring that my XHTML would validate. Most of the time I could fix it by modifying the code in a plugin that carelessly preventing my XHTML from validating. Almost always it was something trivial (ie using single quotes instead of double quotes or using CAPS in attributes), however one problem I had persisted for quite a while. 
 
These were the errors I was getting: 
<ul> 
 <li>end tag for element "div" which is not open</li> 
 <li>XML Parsing Error: Opening and ending tag mismatch: body</li> 
 <li>XML Parsing</li></ul> <a href="http://tinsology.net/2009/04/wordpress-xhtml-validation/">Read More</a>


No related posts.]]></description>
		<wfw:commentRss>http://tinsology.net/2009/04/wordpress-xhtml-validation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
