<?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>Atlanta Web Design &#124; Custom Atlanta Web Design &#187; html code</title>
	<atom:link href="http://www.thoughtmechanics.com/websitedesign/html-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thoughtmechanics.com</link>
	<description>Web Design Company Serving Atlanta, Georgia</description>
	<lastBuildDate>Thu, 26 Jan 2012 12:38:36 +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>XHTML &#8211; What It Is, Why You Should Use It and How it Differs From HTML</title>
		<link>http://www.thoughtmechanics.com/xhtml-what-it-is-why-you-should-use-it-and-how-it-differs-from-html/</link>
		<comments>http://www.thoughtmechanics.com/xhtml-what-it-is-why-you-should-use-it-and-how-it-differs-from-html/#comments</comments>
		<pubDate>Sun, 29 May 2011 09:47:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[coder]]></category>
		<category><![CDATA[codes]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css web design]]></category>
		<category><![CDATA[css website design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html code]]></category>
		<category><![CDATA[website design]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.thoughtmechanics.com/?p=10159</guid>
		<description><![CDATA[Another web page language is XHTML. The acronym stands for eXtensible Hyper Text Markup Language. In context, XHTML looks like standard HTML. The difference is that this language has more rules that MUST be followed to achieve the desired outcome. In that sense, XHTML is more exacting and a bit cleaner. A worthy note here [...]]]></description>
			<content:encoded><![CDATA[<p><center><iframe width="480" height="390" src="http://www.youtube.com/embed/GwQMnpUsj8I" frameborder="0" allowfullscreen></iframe></center></p>
<p>Another web page language is <a href="http://www.w3schools.com/xhtml/xhtml_intro.asp">XHTML</a>. The acronym stands for <a href="http://xhtml.com/en/xhtml/reference/doctype/">eXtensible Hyper Text Markup Language</a>. In context, XHTML looks like standard HTML. The difference is that this language has more rules that MUST be followed to achieve the desired outcome. In that sense, XHTML is more exacting and a bit cleaner.</p>
<p>A worthy note here is that the two languages, HTML and XHTML, can work side by side in the same document. That is to say that you can write a web page using both languages and it will work just fine. This is because XHTML is a combination of HTML and a les lenient markup language called XML. XML is designed as a descriptive element to data while HTML is designed as a display element. Therefore, the two are compatible.</p>
<p>The reason we want to use a clean language on our web pages is cross browser applications. Technology has given us many different types of browsers. Some of these run on our laptops and home PCs. Others run inside mobile devices like phones, blackberries and PDAs. These browsers are not able to read and effectively display bad or broken HTML. So the exacting syntax of XML makes XHTML compatible across all these browsers.</p>
<p>There are four main differences between the two languages. First, elements in an XHTML document need to have proper nesting syntax.</p>
<p><strong>This means that you need to close the LAST tag first in nested tags, like this:</strong></p>
<p>&lt;i&gt;&lt;u&gt;This text is underlined and italicized&lt;/u&gt;&lt;/i&gt;</p>
<p>Notice how I closed the &#8220;underline&#8221; tag first even though it was opened last.</p>
<p>Next, all elements in an XHTML document MUST be closed. Each and every opening tag you write HAS to have a closing tag. This is not the case with standard HTML.</p>
<p>Third, all XHTML tags or elements are ALWAYS written in lower case. No exceptions. No upper case letters in any tags.</p>
<p>Last, you must have one root element. This is usually the &lt;html&gt; tag you put at the top of the document. Everything else must be nested between that opening root tag and the closing &lt;/html&gt; tag at the end of the document.</p>
<p><strong>Several more rules apply here as well, as follows:</strong></p>
<p>All tags or commands in lower case.</p>
<p>All values called or designated in the tags must be enclosed in quotation marks.</p>
<p>Making tags smaller, or minimizing them, is not acceptable.</p>
<p>There are mandatory elements that MUST be present in the document, ie&#8230;a doctype declaration and tags for html, body and title. These MUST be include in the document.</p>
<p>You can get started on switching your HTML pages to XHTML very easily. Start looking for open tags with no closings. Then look for capital letters in the attributes (tags) and make them lower case. Finally, be certain that you have a doctype declared BEFORE the HTML tag.</p>
<p>Do this and you&#8217;re on your way to writing your pages in one of the most widely accepted markup languages on the planet. Your pages will be visible to all users regardless of the device they are using. This gives you a larger audience and the possibility for more visits and success.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thoughtmechanics.com/xhtml-what-it-is-why-you-should-use-it-and-how-it-differs-from-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Semantic Code for your Website – A Necessity</title>
		<link>http://www.thoughtmechanics.com/semantic-code-for-your-website-%e2%80%93-a-necessity/</link>
		<comments>http://www.thoughtmechanics.com/semantic-code-for-your-website-%e2%80%93-a-necessity/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 01:58:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[h1]]></category>
		<category><![CDATA[h2]]></category>
		<category><![CDATA[heading]]></category>
		<category><![CDATA[heading tag]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html code]]></category>
		<category><![CDATA[orlando web development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[web code]]></category>
		<category><![CDATA[web developer]]></category>
		<category><![CDATA[website design]]></category>

		<guid isPermaLink="false">http://www.thoughtmechanics.com/?p=6641</guid>
		<description><![CDATA[You must have wondered what all these jargons are that web-designers use? Even if you don’t know about web designing, you probably know that your site is coded in HTML – a programming language. In any programming language, the code should be correct in two ways: syntax and semantic. Here we will talk about semantic [...]]]></description>
			<content:encoded><![CDATA[<p>You must have wondered what all these jargons are that web-designers use? Even if you don’t know about web designing, you probably know that your site is coded in HTML – a programming language. In any programming language, the code should be correct in two ways: syntax and semantic. Here we will talk about semantic code of HTML and why semantic code for your website is a necessity.</p>
<p>HTML was developed for the purpose of describing the content of a website. It was never intended to be visually pleasing. Semantic content is this concept of describing the content, and does not focus on the visual aspect of a page.</p>
<p>The syntax of a code refers to the correctness of the code, if the code is executing things correctly, that there are no mistakes in the code. However the semantics refer to doing the correct things, if only those things are done which need to be done. It ensures that no unintended tasks are accomplished correctly. Please note that the difference between the two lies between doing the task correctly and doing the correct task.</p>
<p><em>For e.g., in HTML, we can give heading of a page as:</em><br />
<span><strong><span style="text-decoration: underline;"> this is a heading</span></strong></span></p>
<p>This will be interpreted by HTML as a common statement with different font. The syntax of the statement is correct as it is accomplishing the correct thing. But we want here is  the browser to understand and interpret the statement as a heading and not as a normal statement. The browser will be able to process it as title only if it understands that it is one.</p>
<p><em>So for the computer to understand that this is a title, you can write the following code:</em></p>
<h1>this is a heading</h1>
<p>A file called CSS (cascading style sheet) can then be created to define the appearance of the heading separately.</p>
<p><strong>Both of the codes above give the effect of the statement being a title, then why there is need to write it in the latter manner? Here are some of the reasons:</strong></p>
<ul>
<li> Placement in Search Engine: It helps in understanding the content properly and thus affects the page rank. It is easier for ‘search engine spiders’ to understand and thus improves your placement in the search engine.</li>
<li> Aids Accessibility: Speech browsers (mainly used by visually impaired) rely on the semantics to understand the content.</li>
<li> Semantic code is easier to download as it is shorter, as shown in the example above.</li>
<li> By using semantic code, the site updates becomes easier, as you can apply changes to all the headings in the site simultaneously by changing the CSS.</li>
<li>It is easier to understand.</li>
</ul>
<p>Coming to the step of ensuring that your website is written semantically, there is no automated tool to ensure this. You will have to go through the code to check if it contains colors and font tags instead of describing the content. Or the other way out could be to directly ask your designer if they use semantic code. If he looks at you blankly, then you can be sure that he is not adhering to it. This way you can easily get to know that its time either you push your designer that semantic code for your website is a necessity or change the designer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thoughtmechanics.com/semantic-code-for-your-website-%e2%80%93-a-necessity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.thoughtmechanics.com @ 2012-02-11 07:21:48 -->
