<?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>Jontas &#187; xhtml</title>
	<atom:link href="http://www.f15ijp.com/tag/xhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.f15ijp.com</link>
	<description>My digital notepad (notes etc)</description>
	<lastBuildDate>Wed, 28 Dec 2011 18:24:47 +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>HTML: UTF-8 encoding</title>
		<link>http://www.f15ijp.com/2010/07/14/html-utf-8-encoding/</link>
		<comments>http://www.f15ijp.com/2010/07/14/html-utf-8-encoding/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 13:10:23 +0000</pubDate>
		<dc:creator>jontas</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP5]]></category>
		<category><![CDATA[charset]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[utf-8]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.f15ijp.com/?p=551</guid>
		<description><![CDATA[To get a html page to display UTF-8 encoded text correctly (without setting a default charset) simply add the following to the head of the html page. &#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=UTF-8&#34; /&#62;]]></description>
			<content:encoded><![CDATA[<p>To get a html page to display UTF-8 encoded text correctly (without <a href="http://www.f15ijp.com/2010/01/14/apache2-changing-charset-using-htaccess/">setting a default charset</a>) simply add the following to the head of the html page.</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.f15ijp.com/2010/07/14/html-utf-8-encoding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turning off password saving (on a form)</title>
		<link>http://www.f15ijp.com/2010/02/23/turning-off-password-saving-on-a-form/</link>
		<comments>http://www.f15ijp.com/2010/02/23/turning-off-password-saving-on-a-form/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 15:55:58 +0000</pubDate>
		<dc:creator>jontas</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[password auto completion]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://f15ijp.com/?p=382</guid>
		<description><![CDATA[If you have a form that you do not wish to use autocompletion for (either you want to disable password auto completion &#8220;for real&#8221;, or perhaps you have a form where the saved credentials are filled in where they shouldn&#8217;t be) then a quick tip to achieve this is to set &#8216; autocomplete=&#8221;off&#8221; &#8216; on [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a form that you do not wish to use autocompletion for (either you want to disable password auto completion &#8220;for real&#8221;, or perhaps you have a form where the saved credentials are filled in where they shouldn&#8217;t be) then a quick tip to achieve this is to set &#8216; autocomplete=&#8221;off&#8221; &#8216; on the form.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>form id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;loginForm&quot;</span> action<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;login.php&quot;</span> method<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;post&quot;</span> autocomplete<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;off&quot;</span><span style="color: #339933;">&gt;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.f15ijp.com/2010/02/23/turning-off-password-saving-on-a-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

