<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: CodeIgniter url_title() with Javascript</title>
	<atom:link href="http://avnetlabs.com/javascript/codeigniter-url_title-with-javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://avnetlabs.com/javascript/codeigniter-url_title-with-javascript</link>
	<description>Accessible web development</description>
	<lastBuildDate>Fri, 01 Jan 2010 09:58:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: name</title>
		<link>http://avnetlabs.com/javascript/codeigniter-url_title-with-javascript/comment-page-1#comment-10</link>
		<dc:creator>name</dc:creator>
		<pubDate>Mon, 01 Sep 2008 07:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.avnetlabs.com/javascript/codeigniter-url_title-with-javascript#comment-10</guid>
		<description>Good day!,</description>
		<content:encoded><![CDATA[<p>Good day!,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: name</title>
		<link>http://avnetlabs.com/javascript/codeigniter-url_title-with-javascript/comment-page-1#comment-9</link>
		<dc:creator>name</dc:creator>
		<pubDate>Mon, 01 Sep 2008 05:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.avnetlabs.com/javascript/codeigniter-url_title-with-javascript#comment-9</guid>
		<description>Hi!,</description>
		<content:encoded><![CDATA[<p>Hi!,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: name</title>
		<link>http://avnetlabs.com/javascript/codeigniter-url_title-with-javascript/comment-page-1#comment-8</link>
		<dc:creator>name</dc:creator>
		<pubDate>Fri, 22 Aug 2008 01:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.avnetlabs.com/javascript/codeigniter-url_title-with-javascript#comment-8</guid>
		<description>tHMvCO Hello!,</description>
		<content:encoded><![CDATA[<p>tHMvCO Hello!,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 029075e0878d</title>
		<link>http://avnetlabs.com/javascript/codeigniter-url_title-with-javascript/comment-page-1#comment-7</link>
		<dc:creator>029075e0878d</dc:creator>
		<pubDate>Tue, 06 May 2008 11:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.avnetlabs.com/javascript/codeigniter-url_title-with-javascript#comment-7</guid>
		<description>&lt;strong&gt;029075e0878d...&lt;/strong&gt;

029075e0878d3eb50175...</description>
		<content:encoded><![CDATA[<p><strong>029075e0878d&#8230;</strong></p>
<p>029075e0878d3eb50175&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nicolash</title>
		<link>http://avnetlabs.com/javascript/codeigniter-url_title-with-javascript/comment-page-1#comment-6</link>
		<dc:creator>nicolash</dc:creator>
		<pubDate>Mon, 03 Mar 2008 15:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.avnetlabs.com/javascript/codeigniter-url_title-with-javascript#comment-6</guid>
		<description>upps half of the stuff got eaten by the form submition....</description>
		<content:encoded><![CDATA[<p>upps half of the stuff got eaten by the form submition&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nicolash</title>
		<link>http://avnetlabs.com/javascript/codeigniter-url_title-with-javascript/comment-page-1#comment-5</link>
		<dc:creator>nicolash</dc:creator>
		<pubDate>Mon, 03 Mar 2008 15:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.avnetlabs.com/javascript/codeigniter-url_title-with-javascript#comment-5</guid>
		<description>Be more nice to your Customers, give them nicer &quot;Friendly Urls&quot;....
so if they have &quot;Iñtërnâtiônàlizætiøn&quot; in their title they don&#039;t end up with &quot;Itrntinliztin&quot;...
I use this with prototype...

Object.extend(String.prototype, {

		substituteSpecialchars: function() {
			var CHAR_TABLE = [[&#039;ÀÁÂÃÅ???&#039;, &#039;A&#039;], [&#039;Ä&#039;, &#039;Ae&#039;], [&#039;àáâãå???&#039;, &#039;a&#039;], [&#039;ä&#039;, &#039;ae&#039;], [&#039;Æ&#039;, &#039;AE&#039;], [&#039;æ&#039;, &#039;ae&#039;], [&#039;Ç????&#039;, &#039;C&#039;], [&#039;ç????&#039;, &#039;c&#039;], [&#039;??&#039;, &#039;D&#039;], [&#039;??&#039;, &#039;d&#039;], [&#039;ÈÉÊË?????&#039;, &#039;E&#039;], [&#039;èéêë?????&#039;, &#039;e&#039;], [&#039;ƒ&#039;, &#039;f&#039;], [&#039;????&#039;, &#039;G&#039;], [&#039;????&#039;, &#039;g&#039;], [&#039;??&#039;, &#039;H&#039;], [&#039;??&#039;, &#039;h&#039;], [&#039;ÌÍÎÏ?????&#039;, &#039;I&#039;], [&#039;ìíîï?????&#039;, &#039;i&#039;], [&#039;?&#039;, &#039;IJ&#039;], [&#039;?&#039;, &#039;J&#039;], [&#039;?&#039;, &#039;j&#039;], [&#039;?&#039;, &#039;K&#039;], [&#039;??&#039;, &#039;k&#039;], [&#039;?????&#039;, &#039;L&#039;], [&#039;?????&#039;, &#039;l&#039;], [&#039;Ñ????&#039;, &#039;N&#039;], [&#039;ñ?????&#039;, &#039;n&#039;], [&#039;ÒÓÔÕØ???&#039;, &#039;O&#039;], [&#039;Ö&#039;, &#039;Oe&#039;], [&#039;òóôõø???&#039;, &#039;o&#039;], [&#039;ö&#039;, &#039;oe&#039;], [&#039;Œ&#039;, &#039;OE&#039;], [&#039;œ&#039;, &#039;oe&#039;], [&#039;???&#039;, &#039;R&#039;], [&#039;???&#039;, &#039;r&#039;], [&#039;?Š???&#039;, &#039;S&#039;], [&#039;?š???&#039;, &#039;s&#039;], [&#039;ß&#039;, &#039;ss&#039;], [&#039;????&#039;, &#039;T&#039;], [&#039;????&#039;, &#039;t&#039;], [&#039;ÙÚÛ??????&#039;, &#039;U&#039;], [&#039;Ü&#039;, &#039;Ue&#039;], [&#039;ùúû??????&#039;, &#039;u&#039;], [&#039;ü&#039;, &#039;ue&#039;], [&#039;?&#039;, &#039;W&#039;], [&#039;?&#039;, &#039;w&#039;], [&#039;Ý?Ÿ&#039;, &#039;Y&#039;], [&#039;ýÿ?&#039;, &#039;y&#039;], [&#039;?Ž?&#039;, &#039;Z&#039;], [&#039;ž??&#039;, &#039;z&#039;]];
			var string = this;

			for (var i = 0; i  &quot;Internationalizaetion&quot;</description>
		<content:encoded><![CDATA[<p>Be more nice to your Customers, give them nicer &#8220;Friendly Urls&#8221;&#8230;.<br />
so if they have &#8220;Iñtërnâtiônàlizætiøn&#8221; in their title they don&#8217;t end up with &#8220;Itrntinliztin&#8221;&#8230;<br />
I use this with prototype&#8230;</p>
<p>Object.extend(String.prototype, {</p>
<p>		substituteSpecialchars: function() {<br />
			var CHAR_TABLE = [['ÀÁÂÃÅ???', 'A'], ['Ä', 'Ae'], ['àáâãå???', 'a'], ['ä', 'ae'], ['Æ', 'AE'], ['æ', 'ae'], ['Ç????', 'C'], ['ç????', 'c'], ['??', 'D'], ['??', 'd'], ['ÈÉÊË?????', 'E'], ['èéêë?????', 'e'], ['ƒ', 'f'], ['????', 'G'], ['????', 'g'], ['??', 'H'], ['??', 'h'], ['ÌÍÎÏ?????', 'I'], ['ìíîï?????', 'i'], ['?', 'IJ'], ['?', 'J'], ['?', 'j'], ['?', 'K'], ['??', 'k'], ['?????', 'L'], ['?????', 'l'], ['Ñ????', 'N'], ['ñ?????', 'n'], ['ÒÓÔÕØ???', 'O'], ['Ö', 'Oe'], ['òóôõø???', 'o'], ['ö', 'oe'], ['Œ', 'OE'], ['œ', 'oe'], ['???', 'R'], ['???', 'r'], ['?Š???', 'S'], ['?š???', 's'], ['ß', 'ss'], ['????', 'T'], ['????', 't'], ['ÙÚÛ??????', 'U'], ['Ü', 'Ue'], ['ùúû??????', 'u'], ['ü', 'ue'], ['?', 'W'], ['?', 'w'], ['Ý?Ÿ', 'Y'], ['ýÿ?', 'y'], ['?Ž?', 'Z'], ['ž??', 'z']];<br />
			var string = this;</p>
<p>			for (var i = 0; i  &#8220;Internationalizaetion&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Errante</title>
		<link>http://avnetlabs.com/javascript/codeigniter-url_title-with-javascript/comment-page-1#comment-2</link>
		<dc:creator>Daniel Errante</dc:creator>
		<pubDate>Mon, 08 Oct 2007 16:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.avnetlabs.com/javascript/codeigniter-url_title-with-javascript#comment-2</guid>
		<description>This function is handy. If you are doing any work with databases, I wouldn&#039;t use javascript as the only validation, but if someone has javascript enabled, you could use AJAX and javascript to verify and interact with a database without any problems</description>
		<content:encoded><![CDATA[<p>This function is handy. If you are doing any work with databases, I wouldn&#8217;t use javascript as the only validation, but if someone has javascript enabled, you could use AJAX and javascript to verify and interact with a database without any problems</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Ukoh</title>
		<link>http://avnetlabs.com/javascript/codeigniter-url_title-with-javascript/comment-page-1#comment-4</link>
		<dc:creator>William Ukoh</dc:creator>
		<pubDate>Sat, 06 Oct 2007 18:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.avnetlabs.com/javascript/codeigniter-url_title-with-javascript#comment-4</guid>
		<description>Watch out for the trailing &#039;.&#039; in the URL above. http://www.tioso.com</description>
		<content:encoded><![CDATA[<p>Watch out for the trailing &#8216;.&#8217; in the URL above. <a href="http://www.tioso.com" rel="nofollow">http://www.tioso.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Ukoh</title>
		<link>http://avnetlabs.com/javascript/codeigniter-url_title-with-javascript/comment-page-1#comment-3</link>
		<dc:creator>William Ukoh</dc:creator>
		<pubDate>Sat, 06 Oct 2007 18:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.avnetlabs.com/javascript/codeigniter-url_title-with-javascript#comment-3</guid>
		<description>A pretty nice and handy function. But I always prefer rewriting urls at the server-side (using either php or coldfusion). at least I am sure my pages won&#039;t run into any unusual javascript errors or worse, not run &#039;cause javascript is disbaled.

An example of a site I implemented my custom url rewriting is http://www.tioso.com. Try searching, browsing the pages and notice how the URLs are nicely rewritten, SES style.</description>
		<content:encoded><![CDATA[<p>A pretty nice and handy function. But I always prefer rewriting urls at the server-side (using either php or coldfusion). at least I am sure my pages won&#8217;t run into any unusual javascript errors or worse, not run &#8217;cause javascript is disbaled.</p>
<p>An example of a site I implemented my custom url rewriting is <a href="http://www.tioso.com" rel="nofollow">http://www.tioso.com</a>. Try searching, browsing the pages and notice how the URLs are nicely rewritten, SES style.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.249 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-01-05 04:44:59 -->
