<?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>Web Work</title>
	<atom:link href="http://www.webwork.in/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webwork.in/blog</link>
	<description>Web Designing Company</description>
	<lastBuildDate>Tue, 09 Aug 2011 13:21:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Saj Resort</title>
		<link>http://www.webwork.in/blog/saj-resort/</link>
		<comments>http://www.webwork.in/blog/saj-resort/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 13:14:14 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Recent Work]]></category>

		<guid isPermaLink="false">http://www.webwork.in/blog/?p=19</guid>
		<description><![CDATA[Design Content Planning WordPress Implementation SEO]]></description>
			<content:encoded><![CDATA[<a href="http://www.sajresort.com/"><img title="Saj" src="http://www.sajresort.com/wp-content/themes/sajresorts/images/logo.png" alt="Saj" width="358" height="106" /></a>
<ul>
<li>Design</li>
<li>Content Planning</li>
<li>WordPress Implementation</li>
<li>SEO</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.webwork.in/blog/saj-resort/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why is xHTML needed? Isn&#8217;t HTML good enough?</title>
		<link>http://www.webwork.in/blog/why-is-xhtml-needed-isnt-html-good-enough/</link>
		<comments>http://www.webwork.in/blog/why-is-xhtml-needed-isnt-html-good-enough/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 12:59:39 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>

		<guid isPermaLink="false">http://www.webwork.in/blog/?p=17</guid>
		<description><![CDATA[HTML is probably the most successful document markup language in the world. But when XML was introduced, a two-day workshop was organised to discuss whether a new version of HTML in XML was needed. The opinion at the workshop was a clear &#8216;Yes&#8217;: with an XML-based HTML other XML languages could include bits of XHTML, [...]]]></description>
			<content:encoded><![CDATA[<p>HTML is probably the most successful document markup language in the world. But when XML was introduced, a two-day workshop was organised to discuss whether a new version of HTML in XML was needed. The opinion at the workshop was a clear &#8216;Yes&#8217;: with an XML-based HTML other XML languages could include bits of XHTML, and XHTML documents could include bits of other markup languages. We could also take advantage of the redesign to clean up some of the more untidy parts of HTML, and add some new needed functionality, like better forms.</p>
<p><strong>What are the advantages of using XHTML rather than HTML?<br />
</strong><br />
If your document is just pure XHTML 1.0 (not including other markup languages) then you will not yet notice much difference. However as more and more XML tools become available, such as XSLT for tranforming documents, you will start noticing the advantages of using XHTML. XForms for instance will allow you to edit XHTML documents (or any other sort of XML document) in simple controllable ways. Semantic Web applications will be able to take advantage of XHTML documents.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webwork.in/blog/why-is-xhtml-needed-isnt-html-good-enough/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is xHTML?</title>
		<link>http://www.webwork.in/blog/what-is-xhtml/</link>
		<comments>http://www.webwork.in/blog/what-is-xhtml/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 12:09:13 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>

		<guid isPermaLink="false">http://www.webwork.in/blog/?p=5</guid>
		<description><![CDATA[XHTML is a family of current and future document types and modules that reproduce, subset, and extend HTML 4 .  XHTML family document types are xml based, and ultimately are designed to work in conjunction with XML-based user agents. The details of this family and its evolution are discussed in more detail in . XHTML 1.0 [...]]]></description>
			<content:encoded><![CDATA[<p>XHTML is a family of current and future document types and modules  that reproduce, subset, and extend HTML 4 .  XHTML family document types  are<abbr title="Extensible Markup Language"> xml </abbr> based, and  ultimately are designed to work in conjunction with XML-based user  agents. The details of this family and its evolution are discussed in  more detail in .</p>
<p>XHTML 1.0 (this specification) is the first  document type in the  XHTML family. It is a reformulation of the three  HTML 4 document types  as applications of XML 1.0 . It is intended to be  used as a language for content that is both XML-conforming and, if some  simple guidelines are followed, operates in HTML 4 conforming user  agents. Developers who  migrate their content to XHTML 1.0 will realize  the following benefits:<br />
<span id="more-5"></span></p>
<ul>
<li>XHTML documents are XML conforming. As such, they are readily viewed, edited, and validated with standard XML tools.</li>
<li>XHTML  documents can be written to operate as well or better than  they did  before in existing HTML 4-conforming user agents as well as in  new,  XHTML 1.0 conforming user agents.</li>
<li>XHTML documents can utilize  applications (e.g. scripts and applets)  that rely upon either the HTML  Document Object Model or the XML Document  Object Model.</li>
<li>As  the XHTML family evolves, documents conforming to XHTML 1.0 will  be  more likely to interoperate within and among various XHTML   environments.</li>
</ul>
<p>The XHTML family is the next step in the  evolution of the Internet.  By migrating to XHTML today, content  developers can enter the XML world  with all of its attendant benefits,  while still remaining confident in their content&#8217;s backward and future   compatibility.</p>
<p><strong>XHTML Benefits</strong></p>
<p>XHTML documents<br />
are backward compatible with older, non-XHTML compliant web browsers. Instead of sloppy HTML tags, your pages will now contain XML tags that are always properly closed and nested correctly, such as:</p>
<p>&lt;p&gt;&lt;b&gt;&lt;u&gt;This is some text&lt;br /&gt;&lt;br /&gt;&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;</p>
<p>Instead of:</p>
<p>&lt;p&gt;&lt;b&gt;&lt;u&gt;This is some text&lt;br&gt;&lt;br&gt;&lt;/b&gt;&lt;/u&gt;</p>
<p>You can see that the XHTML version of the code above has a &lt;p&gt;, &lt;b&gt;, and then a &lt;u&gt; tag. These tags are closed in the reverse order that they were created in: &lt;/u&gt;, &lt;/b&gt;, and lastly &lt;/p&gt;. All tags must be closed in this way for the XHTML document to be considered valid.</p>
<p>Also, notice the &lt;br /&gt; tags? Because of the way non-XHTML browsers are designed, as long as you leave a space between the beginning of the tag and the “/&gt;”, then they will just treat the tag normally, and ignore the forward-slash.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webwork.in/blog/what-is-xhtml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

