<?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>Navarr&#039;s Tech Side &#187; xml</title>
	<atom:link href="http://tech.navarr.me/tag/xml/feed" rel="self" type="application/rss+xml" />
	<link>http://tech.navarr.me</link>
	<description>The Technical Side of my Life</description>
	<lastBuildDate>Sun, 11 Jul 2010 00:52:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<cloud domain='tech.navarr.me' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Needed in (X)HTML 5 &#8211; An extension to the Meta Tag</title>
		<link>http://tech.navarr.me/2010/02/needed-in-xhtml-5-an-extension-to-the-meta-tag.html</link>
		<comments>http://tech.navarr.me/2010/02/needed-in-xhtml-5-an-extension-to-the-meta-tag.html#comments</comments>
		<pubDate>Tue, 02 Feb 2010 23:07:25 +0000</pubDate>
		<dc:creator>Navarr</dc:creator>
				<category><![CDATA[(X)HTML 5]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[xhtml5]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://tech.gtaero.net/2010/02/needed-in-xhtml-5-an-extension-to-the-meta-tag.html</guid>
		<description><![CDATA[I was thinking today, while reading an article about redirect – that there is currently no way to accurately and semantically tell a user/bot that a web page is located somewhere else when you only have access to static (X)HTML files.&#160; However, there is a workaround a lot of people use that dampens usability, and [...]]]></description>
			<content:encoded><![CDATA[<p>I was thinking today, while reading an article about redirect – that there is currently no way to accurately and semantically tell a user/bot that a web page is located somewhere else when you only have access to static (X)HTML files.&#160; However, there is a workaround a lot of people use that dampens usability, and there is an attribute whose name would seem to imply that a way to do it should be possible.</p>
<p>By this of course, I’m referring to &lt;meta http-equiv=&quot;&quot; /&gt;.</p>
<p>Currently, people wanting to relocate their web pages rely on an older value to this tag that seems to have been originally designed for moving one person from one page to another in a set increment of time:</p>
<p>&lt;meta http-equiv=&quot;refresh&quot; content=&quot;0;URL=http://domain.tld/location&quot; /&gt;</p>
<p>This doesn’t appear to be what this value should be used for, and has very negative consequences for search engines and parsers.&#160; Instead, don’t you think we should be using http-equiv to its full potential?</p>
<p>To this, I propose the addition of &lt;meta http-equiv=&quot;location&quot; /&gt;, to properly match the HTTP Header for redirection.</p>
<p>I think there should be two ways to use this:</p>
<p>&lt;meta http-equiv=&quot;location&quot; content=&quot;http://domain.tld/location&quot; /&gt; <em>and</em></p>
<p>&lt;meta http-equiv=&quot;location&quot; content=&quot;301;http://domain.tld/location&quot; /&gt;.</p>
<p>Obviously, the second example gives us both a *three digit* HTTP Code, and the URL for redirection.&#160; Since HTTP codes are only three numbers (though in the future may be greater digits) there still should not be any problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.navarr.me/2010/02/needed-in-xhtml-5-an-extension-to-the-meta-tag.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why I now Prefer JSON to RSS/XML</title>
		<link>http://tech.navarr.me/2009/11/why-i-now-prefer-json-to-rssxml.html</link>
		<comments>http://tech.navarr.me/2009/11/why-i-now-prefer-json-to-rssxml.html#comments</comments>
		<pubDate>Thu, 26 Nov 2009 19:42:54 +0000</pubDate>
		<dc:creator>Navarr</dc:creator>
				<category><![CDATA[JSON]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://tech.gtaero.net/2009/11/why-i-now-prefer-json-to-rssxml.html</guid>
		<description><![CDATA[This might mainly be a “call-out” to Dave Winer, since he is continually attempting to push RSS for all sorts of data that should be inherited around the web – although, he has stated before that he likes JSON – I think – My memory is not so good, even my girlfriend has been complaining [...]]]></description>
			<content:encoded><![CDATA[<p>This might mainly be a “call-out” to Dave Winer, since he is continually attempting to push RSS for all sorts of data that should be inherited around the web – although, he has stated before that he likes JSON – I think – My memory is not so good, even my girlfriend has been complaining about it.</p>
<p>Either way, I’m just going to take a small amount of time here to list why I no longer like XML and RSS for portable data.</p>
<p>It’s too low-level.</p>
<p>XML and RSS are a markup language, of course.&#160; It’s very low-level code, and is generally a pain to parse in <strong>any</strong> language.&#160; Which is why I prefer JSON.</p>
<p>It’s high-level code.</p>
<p>JSON is a very simple object – It’s basically an array of data.&#160; Here is some XML vs. JSON:</p>
<p><strong>XML</strong></p>
</p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #0000ff">&lt;</span><span style="color: #800000">data</span><span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">    <span style="color: #0000ff">&lt;</span><span style="color: #800000">user</span> <span style="color: #ff0000">id</span><span style="color: #0000ff">=&quot;876232&quot;</span><span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">        <span style="color: #0000ff">&lt;</span><span style="color: #800000">name</span><span style="color: #0000ff">&gt;</span>User Name<span style="color: #0000ff">&lt;/</span><span style="color: #800000">name</span><span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">        <span style="color: #0000ff">&lt;</span><span style="color: #800000">screenName</span><span style="color: #0000ff">&gt;</span>User<span style="color: #0000ff">&lt;/</span><span style="color: #800000">screenName</span><span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">    <span style="color: #0000ff">&lt;/</span><span style="color: #800000">user</span><span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #0000ff">&lt;/</span><span style="color: #800000">data</span><span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></div>
</div>
<p><strong>JSON</strong></p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #006080">&quot;user&quot;</span>:[<span style="color: #006080">&quot;id&quot;</span>:876232,<span style="color: #006080">&quot;name&quot;</span>:<span style="color: #006080">&quot;User Name&quot;</span>,<span style="color: #006080">&quot;screenName&quot;</span>:<span style="color: #006080">&quot;User&quot;</span>]</pre>
<p><!--CRLF--></div>
</div>
<p>Even though you can get similar results by making id its own tag in the XML, its still difficult to parse.&#160; Where as with JSON, the data is already formatted and easily accessible.&#160; Especially in my favorite language, PHP.</p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #008000">// For Json</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">    $json = json_decode($data,TRUE); <span style="color: #008000">// Decodes JSON and makes it a true array</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">    $id = $json[<span style="color: #006080">&quot;user&quot;</span>][<span style="color: #006080">&quot;id&quot;</span>];</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">    $name = $json[<span style="color: #006080">&quot;user&quot;</span>][<span style="color: #006080">&quot;name&quot;</span>];</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #008000">// For XML</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">    $xml = <span style="color: #0000ff">new</span> SimpleXML($data);</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">    $id = $xml-&gt;user[<span style="color: #006080">&quot;id&quot;</span>];</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px">    $name = $xml-&gt;user-&gt;name;</pre>
<p><!--CRLF--></div>
</div>
<p>The two are very close, but in the end JSON is more simplistic – because its such a high-level language.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.navarr.me/2009/11/why-i-now-prefer-json-to-rssxml.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Voice in Outlook</title>
		<link>http://tech.navarr.me/2009/11/google-voice-in-outlook.html</link>
		<comments>http://tech.navarr.me/2009/11/google-voice-in-outlook.html#comments</comments>
		<pubDate>Wed, 25 Nov 2009 22:15:27 +0000</pubDate>
		<dc:creator>Navarr</dc:creator>
				<category><![CDATA[Google Voice]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[子猫ちゃん GV OMS]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[OMS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[wsdl]]></category>
		<category><![CDATA[xampp]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://tech.gtaero.net/2009/11/google-voice-in-outlook.html</guid>
		<description><![CDATA[If you’re a regular reader to my blog, I’m sure you read yesterday’s post about how Google Voice could gain a head in the business world.&#160; At that time, my dream of connecting Google Voice and Outlook via OMS was far from completion, with the only work I’d managed to accomplish being a simple reading [...]]]></description>
			<content:encoded><![CDATA[<p>If you’re a regular reader to my blog, I’m sure you read yesterday’s post about how <a href="http://tech.gtaero.net/2009/11/how-google-voice-could-gain-a-head-in-the-business-world.html">Google Voice could gain a head in the business world</a>.&#160; At that time, my dream of connecting Google Voice and Outlook via OMS was far from completion, with the only work I’d managed to accomplish being a simple reading over of the related technologies.</p>
<p>Well, late last night a certain gear clicked in my brain, and I spent the entire night awake and coding PHP on a local XAMPP server.&#160; But my end result was fruitful – I finished successfully coding an Outlook Mobile Service that allows the delivery of SMS through the Google Voice system.</p>
<p>Here is a video showing it off:</p>
<div style="padding-bottom: 0px; padding-left: 0px; width: 480px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:cf70ab77-6981-4b19-baee-c2c8a1936a1e" class="wlWriterEditableSmartContent">
<div><object width="480" height="385"><param name="movie" value="http://www.youtube-nocookie.com/v/Oa_U-KZyhHI&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/Oa_U-KZyhHI&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></div>
</div>
<p>I’m not yet prepared to release the source code for this, though.&#160; (Messy, Messy, Mess! as Double D would say).&#160; There’s a lot in my mind about it, it took a lot of work and I’m not ready to see forks and duplicate services pop up.&#160; (Sorry guys =S).&#160; Be on the look out for follow up posts that describe some of the technologies I had to learn to make this possible.</p>
<p>Oh, also – If you’d like; Help sponsor this project (I can’t afford to make it public ATM) with either Free (VERIFIED) SSL Hosting for a subdomain of a domain I own [<a href="mailto:navarr+oms@gtaero.net">contact me</a>], or the money to make it public using my current host (<strong>$62.40/yr</strong>) [<a href="http://www.dreamhost.com/donate.cgi?id=12437">donate through my host</a>].&#160; I would be most appreciative if you could offer either of these to get this thing up and running!</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.navarr.me/2009/11/google-voice-in-outlook.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What I wished Template Code Looked Like</title>
		<link>http://tech.navarr.me/2008/10/what-i-wished-template-code-looked-like.html</link>
		<comments>http://tech.navarr.me/2008/10/what-i-wished-template-code-looked-like.html#comments</comments>
		<pubDate>Thu, 30 Oct 2008 17:46:00 +0000</pubDate>
		<dc:creator>Navarr</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[smarty]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://temptech.gtaero.net/?p=47</guid>
		<description><![CDATA[&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62; &#60;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34; xmlns:tpl=&#34;http://www.smarty.net/v/3&#34;&#62;&#60;tpl:strip&#62; &#160;&#160;&#160; &#60;head&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;title&#62;&#60;tpl:var name=&#34;siteName&#34; default=&#34;My Website&#34; /&#62; &#124; &#60;tpl:var name=&#34;pageTitle&#34; default=&#34;Page Title&#34; /&#62;&#60;/title&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;tpl:createTag name=&#34;link&#34;&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;tpl:property name=&#34;rel&#34;&#62;stylesheet&#60;/tpl:property&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;tpl:property name=&#34;type&#34;&#62;text/css&#60;/tpl:property&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;tpl:property name=&#34;href&#34;&#62;&#60;tpl:var name=&#34;cssDir&#34; /&#62;/default.css&#60;/tpl:property&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/tpl:createTag&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;tpl:createTag name=&#34;link&#34; rel=&#34;stylesheet&#34; type=&#34;text/css&#34;&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;tpl:property name=&#34;href&#34;&#62;&#60;tpl:var name=&#34;cssDir&#34; /&#62;/christmass.css&#60;/tpl:property&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/tpl:createTag&#62; &#160;&#160;&#160; &#60;/head&#62; &#160;&#160;&#160; &#60;body&#62;&#60;/body&#62; &#60;/tpl:strip&#62;&#60;/html&#62; digg_url = [...]]]></description>
			<content:encoded><![CDATA[<p>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;   <br />&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml&quot;">http://www.w3.org/1999/xhtml&quot;</a> xmlns:tpl=&quot;<a href="http://www.smarty.net/v/3&quot;">http://www.smarty.net/v/3&quot;</a>&gt;&lt;tpl:strip&gt;    <br />&#160;&#160;&#160; &lt;head&gt;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;title&gt;&lt;tpl:var name=&quot;siteName&quot; default=&quot;My Website&quot; /&gt; | &lt;tpl:var name=&quot;pageTitle&quot; default=&quot;Page Title&quot; /&gt;&lt;/title&gt;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;tpl:createTag name=&quot;link&quot;&gt;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;tpl:property name=&quot;rel&quot;&gt;stylesheet&lt;/tpl:property&gt;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;tpl:property name=&quot;type&quot;&gt;text/css&lt;/tpl:property&gt;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;tpl:property name=&quot;href&quot;&gt;&lt;tpl:var name=&quot;cssDir&quot; /&gt;/default.css&lt;/tpl:property&gt;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/tpl:createTag&gt;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;tpl:createTag name=&quot;link&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;tpl:property name=&quot;href&quot;&gt;&lt;tpl:var name=&quot;cssDir&quot; /&gt;/christmass.css&lt;/tpl:property&gt;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/tpl:createTag&gt;    <br />&#160;&#160;&#160; &lt;/head&gt;    <br />&#160;&#160;&#160; &lt;body&gt;&lt;/body&gt;    <br />&lt;/tpl:strip&gt;&lt;/html&gt;</p>
<div class="wlWriterHeaderFooter" style="text-align:right; margin:0px; padding:4px 0px 4px 0px;"><script type="text/javascript">digg_url = "http://tech.gtaero.net/2008/10/what-i-wished-template-code-looked-like.html";digg_title = "What I wished Template Code Looked Like";digg_bgcolor = "#FFFFFF";digg_skin = "compact";</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script><script type="text/javascript">digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined;</script></div>
]]></content:encoded>
			<wfw:commentRss>http://tech.navarr.me/2008/10/what-i-wished-template-code-looked-like.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About the Author (part 1)</title>
		<link>http://tech.navarr.me/2008/01/about-the-author-part-1.html</link>
		<comments>http://tech.navarr.me/2008/01/about-the-author-part-1.html#comments</comments>
		<pubDate>Sun, 06 Jan 2008 02:26:00 +0000</pubDate>
		<dc:creator>Navarr</dc:creator>
				<category><![CDATA[About the Author]]></category>
		<category><![CDATA[APML]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[DataPortability]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[GTAero]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[Navarr Barnier]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[the blog]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://temptech.gtaero.net/?p=9</guid>
		<description><![CDATA[There are some people reading this tech blog of mine, so, I guess I should introduce who I am, eh?&#160; Considering that most people reading this are people I've never talked to before, or some of the people that know me online. My name is Navarr Barnier.&#160; I'm a sixteen year old student at Klein [...]]]></description>
			<content:encoded><![CDATA[<p>There are some people reading this tech blog of mine, so, I guess I should introduce who I am, eh?&#160; Considering that most people reading this are people I've never talked to before, or some of the people that know me online.</p>
<p>My name is Navarr Barnier.&#160; I'm a sixteen year old student at Klein Collins High School in Houston, Texas.&#160; I work in PHP, (X)HTML, XML, CSS, and am starting to get familiar with JavaScript.&#160; I considering myself a Web Developer.&#160; I can't really do anything with layouts, but code and backend, they are my friends.</p>
<p>Recently, I've started being more active in the Web Design and Development Community.&#160; I've joined the mailing lists for Microformats, became a member of the DataPortability Google (and Facebook) group, Joined the APML Facebook group, and started the process of getting a spot in the HTML5 W3C working group.</p>
<p>I hate the terms, but I love the concepts of Web 2.0, Web 3.0, the Semantic Web.&#160; The internet is truly moving in a good direction.&#160; We are truly entering the Information Technology age.</p>
<p>Those are the basics.&#160; When I post Part 2, I'll cover over what <a href="http://www.gtaero.net">www.gtaero.net</a> is as well as its future.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.navarr.me/2008/01/about-the-author-part-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why HTML should become a dead language</title>
		<link>http://tech.navarr.me/2008/01/why-html-should-become-a-dead-language.html</link>
		<comments>http://tech.navarr.me/2008/01/why-html-should-become-a-dead-language.html#comments</comments>
		<pubDate>Fri, 04 Jan 2008 06:24:00 +0000</pubDate>
		<dc:creator>Navarr</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[web forms]]></category>
		<category><![CDATA[web forms 2.0]]></category>
		<category><![CDATA[WHATWG]]></category>
		<category><![CDATA[xforms]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[xhtml2]]></category>
		<category><![CDATA[xhtml5]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xml events]]></category>

		<guid isPermaLink="false">http://temptech.gtaero.net/?p=6</guid>
		<description><![CDATA[Go ahead, take a gander around the Internet.&#160; Lets see who is using HTML, and who is using XHTML. XHTML Blogger [Served as HTML] Opera [Served as XML] FireFox (Mozilla) [Served as HTML] Facebook [Served as HTML] MySpace [Served as HTML] Twitter [Served as HTML] W3C [Served as HTML] HTML Microsoft Yahoo! Apple Google WHATWG [...]]]></description>
			<content:encoded><![CDATA[<p>Go ahead, take a gander around the Internet.&#160; Lets see who is using HTML, and who is using XHTML.</p>
<ul>
<li>XHTML
<ul>
<li>Blogger [Served as HTML]</li>
<li>Opera [Served as XML]</li>
<li>FireFox (Mozilla) [Served as HTML]</li>
<li>Facebook [Served as HTML]</li>
<li>MySpace [Served as HTML]</li>
<li>Twitter [Served as HTML]</li>
<li>W3C [Served as HTML]</li>
</ul>
</li>
<li>HTML
<ul>
<li>Microsoft </li>
<li>Yahoo! </li>
<li>Apple </li>
<li>Google </li>
<li>WHATWG</li>
</ul>
</li>
</ul>
<p>As you can see, the &quot;newer&quot; websites are serving in XHTML.&#160; A few of them Transitional (mainly websites where users can input HTML), however, a large number of them are marked as XHTML 1.0 Strict using the W3C DTD.</p>
<p>On to my main point, HTML should NOT receive an update.&#160; The primary reason people want it to, is because it is FAMILIAR to designers and developers.&#160; However, HTML is very lax on how it is interpreted, a little too lax in my personal opinion.</p>
<p>An Example.&#160; &lt;input type=&quot;text&quot; disabled&gt;.&#160; The tag does not end.&#160; Its interpreted as a single tag, and disabled means that its disabled.&#160; I, myself, find this to be horrible, horrible code.&#160; In XHTML, all tags must end, and all properties must have a value.&#160; Which is easier to program, an HTML or an XHTML parser?</p>
<p>Probably the XHTML.&#160; HTML was not designed to be parsed, and is really quite a pain to attempt to parse using such things like Regex, considering how lax of a language it is.</p>
<p>In my own personal opinion, HTML should become a dead language.&#160; Some people hold on to it, let them.&#160; Let them continue making their websites in Archaic HTML 4.&#160; But do we really need to run an update to it?&#160; No.&#160; We should, move to XHTML.&#160; XML has already proven to be a very dependable language.&#160; Its used in such popular applications like Jabber, and Twitter, and is used commonly with AJAX, which is the height of the &quot;Web 2.0&quot; Revolution.</p>
<p>So why are we trying to revise it?&#160; Why can't we adopt a stricter set of rules so that they can better be implemented?&#160; In my personal opinion, work on HTML should be halted, and moved to XHTML.&#160; I still believe that the W3C and WHATWG should work together on a new version of XHTML.&#160; XMLEvents and XForms should adopt the magnificent features that Web Forms 2.0 has created.&#160; Again, this is my personal <em>opinion.</em></p>
<p><strong>EDIT</strong>: Added What Some sites are served as.&#160; Its actually pretty depressing.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.navarr.me/2008/01/why-html-should-become-a-dead-language.html/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>The Purpose of CSS in the Semantic Web</title>
		<link>http://tech.navarr.me/2008/01/the-purpose-of-css-in-the-semantic-web.html</link>
		<comments>http://tech.navarr.me/2008/01/the-purpose-of-css-in-the-semantic-web.html#comments</comments>
		<pubDate>Fri, 04 Jan 2008 00:27:00 +0000</pubDate>
		<dc:creator>Navarr</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[semantic web]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web 3.0]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://temptech.gtaero.net/?p=5</guid>
		<description><![CDATA[The Term Web x.x is overused like the bottom of a shoe, and because of such a term, its scoffed at, laughed at, and generally made fun of on any tech site or twitter you can find.&#160; However, the term does have some importance attached to it. &#34;Web 2.0&#34; would best be defined as the [...]]]></description>
			<content:encoded><![CDATA[<p>The Term Web x.x is overused like the bottom of a shoe, and because of such a term, its scoffed at, laughed at, and generally made fun of on any tech site or twitter you can find.&#160; However, the term does have some importance attached to it.</p>
<p>&quot;Web 2.0&quot; would best be defined as the Internet for Design.&#160; Web 2.0 cares more about the <em>Design</em> side of pages.&#160; The Fancy fonts used, the rounded borders, the interactivity (AJAX!).&#160; That is definitely what Web 2.0 is all about.</p>
<p>&quot;Web 3.0&quot; is all about Semantics.&#160; The important part is that the code can be extracted via a machine or script or something.&#160; Here, standards take importance.&#160; XML, Microformats; we have to have standards that dictate how to write our code so that a program like <a href="https://addons.mozilla.org/en-US/firefox/addon/4106">Operator</a> can pull the relevant information from it.</p>
<p>Now, once we have a code like that, CSS becomes VERY important.&#160; We need to use CSS to position our elements and colour them to make them look useful to the viewer, not just the machine, while still having machine readable code.</p>
<p>You see what I'm getting at?&#160; If you still don't understand, try opening a random XML or RSS file (without a CSS, XSL, or XSLT file) in Opera.&#160; That's actually perfect rendering of an XML file, and that's what it would be to any ordinary user.</p>
<p>Thankfully, Microformats were designed with Human Readability in mind, so they will properly work (bare minimum) with the HTML that is used with them, but, obviously, CSS is important to make it look like something nice.</p>
<p>So, now you know, the importance of CSS in the Semantic Web. <img src='http://tech.navarr.me/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Important Links:</p>
<ul>
<li><a title="Microformats" href="http://www.microformats.org/">Microformats Homepage</a></li>
<li><a title="CSS3 Information" href="http://www.css3.info/">CSS3 Information</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tech.navarr.me/2008/01/the-purpose-of-css-in-the-semantic-web.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XHTML2 vs. HTML5</title>
		<link>http://tech.navarr.me/2008/01/xhtml2-vs-html5.html</link>
		<comments>http://tech.navarr.me/2008/01/xhtml2-vs-html5.html#comments</comments>
		<pubDate>Thu, 03 Jan 2008 22:34:00 +0000</pubDate>
		<dc:creator>Navarr</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[web forms]]></category>
		<category><![CDATA[web forms 2.0]]></category>
		<category><![CDATA[WHATWG]]></category>
		<category><![CDATA[xforms]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[xhtml2]]></category>
		<category><![CDATA[xhtml5]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xml events]]></category>

		<guid isPermaLink="false">http://temptech.gtaero.net/?p=4</guid>
		<description><![CDATA[What the hell is up with this fanboy war?&#160; The web design community has already started getting used to XHTML, but now the WHATWG group wants the continued update of HTML?&#160; Isn't that a step backwards? HTML was wild, unordered, and controlled by the browser vendors (at least from what I've seen), however, XHTML was [...]]]></description>
			<content:encoded><![CDATA[<p>What the hell is up with this fanboy war?&#160; The web design community has already started getting used to XHTML, but now the WHATWG group wants the continued update of HTML?&#160; Isn't that a step backwards?</p>
<p>HTML was wild, unordered, and controlled by the browser vendors (at least from what I've seen), however, XHTML was started and controlled by the W3C group, making sure that it gets properly implemented, however, the WHATWG group doesn't like it.&#160; They want to stay with their old fashioned &lt;b&gt; tags.</p>
<p>I admit, web designers from the 90s have gotten used to the old style HTML tags, and its still what they're teaching in school, but that is no reason to stay with it.&#160; Technology changes over time, this is the same for any tech profession, the data will change, and then you'll have to learn something new.&#160; This isn't just the case for tech jobs, but jobs that use computers.&#160; Microsoft publishes a new Operating System, your company updates, and you need to re-learn it.</p>
<p>XHTML1 supports backwards compatibility with HTML for the old authors who are still getting used to it, and so that browsers can still render old code, XHTML2 doesn't, but all browsers should properly implement both.&#160; But by creating HTML5 and &quot;XHTML5&quot;, WHATWG is requiring browser vendors to include yet another set of standards into browsers in order to properly display the internet.</p>
<p>Personally, I have yet to find a website that uses HTML5.&#160; Most websites have already started using XHTML, and so I truly believe that implementing a new version of HTML is a step backwards.</p>
<p>If the WHATWG group wants to continue their efforts (like their wonderful work with Web Forms 2.0), I think their best bet would be to join the W3C's work with CSS and XML Events, and XForms, don't you?&#160; If the two worked together, instead of fighting about such silly things, then maybe standards could be developed a lot faster, after all, the W3C does seem to be taking a long time to update and recommend standards.&#160; Lets get things done faster, I want to start using XHTML2 and CSS3 already :-p</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.navarr.me/2008/01/xhtml2-vs-html5.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
