<?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: Client Side Hyphenation Library</title>
	<atom:link href="http://www.duckwizard.com/portfolio/client-side-hyphenation-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.duckwizard.com</link>
	<description></description>
	<lastBuildDate>Sat, 06 Mar 2010 17:45:09 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: WDS Day One: Recap-o-rama! at Mad Web Skills - Web design in Melbourne and Shepparton</title>
		<link>http://www.duckwizard.com/portfolio/client-side-hyphenation-library/comment-page-1/#comment-4067</link>
		<dc:creator>WDS Day One: Recap-o-rama! at Mad Web Skills - Web design in Melbourne and Shepparton</dc:creator>
		<pubDate>Sun, 28 Sep 2008 14:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.duckwizard.com/portfolio/client-side-hyphenation-library/#comment-4067</guid>
		<description>[...] a bad idea, unless you&#8217;re awesome like Cameron Moll. A few resources for more information: Duckwizard.com&#8217;s client-side hyphenation library, and SmartyPants by John Gruber for smart punctuation on the [...]</description>
		<content:encoded><![CDATA[<p>[...] a bad idea, unless you&#8217;re awesome like Cameron Moll. A few resources for more information: Duckwizard.com&#8217;s client-side hyphenation library, and SmartyPants by John Gruber for smart punctuation on the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.duckwizard.com/portfolio/client-side-hyphenation-library/comment-page-1/#comment-708</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Fri, 13 Apr 2007 17:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.duckwizard.com/portfolio/client-side-hyphenation-library/#comment-708</guid>
		<description>Thanks for the comment, Nikos.  The hyphenation dictionary was actually derived from OpenOffice.org&#039;s hyphenation dictionary and encoded into a javascript object.  The hyphenation algorithm is derived from TeX&#039;s original algorithm developed by Frank Liang.

I have actually been meaning to update the hyphenation script as it could use some optimization (There is a noticable delay when hyphenating a page, which is kind of unacceptable).  I&#039;ve also done a complete re-imagining of the code editor which I&#039;ve yet to post.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment, Nikos.  The hyphenation dictionary was actually derived from OpenOffice.org&#8217;s hyphenation dictionary and encoded into a javascript object.  The hyphenation algorithm is derived from TeX&#8217;s original algorithm developed by Frank Liang.</p>
<p>I have actually been meaning to update the hyphenation script as it could use some optimization (There is a noticable delay when hyphenating a page, which is kind of unacceptable).  I&#8217;ve also done a complete re-imagining of the code editor which I&#8217;ve yet to post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikos</title>
		<link>http://www.duckwizard.com/portfolio/client-side-hyphenation-library/comment-page-1/#comment-707</link>
		<dc:creator>Nikos</dc:creator>
		<pubDate>Fri, 13 Apr 2007 08:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.duckwizard.com/portfolio/client-side-hyphenation-library/#comment-707</guid>
		<description>I&#039;ve just discovered your site, and I think that your hyphenation and your source code editor are two wonderfull ideas. about:edit is fine your are right, but it is not open source ! Nobody can not enhance it, adapt it, intergate it, ... very bad.

Anyway, concerning the hyphenation script, how have you build the hyphenation database ? I would be happy to contribute to an other set of rules for my language.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just discovered your site, and I think that your hyphenation and your source code editor are two wonderfull ideas. about:edit is fine your are right, but it is not open source ! Nobody can not enhance it, adapt it, intergate it, &#8230; very bad.</p>
<p>Anyway, concerning the hyphenation script, how have you build the hyphenation database ? I would be happy to contribute to an other set of rules for my language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Etc. at Duckwizard.com</title>
		<link>http://www.duckwizard.com/portfolio/client-side-hyphenation-library/comment-page-1/#comment-18</link>
		<dc:creator>Etc. at Duckwizard.com</dc:creator>
		<pubDate>Mon, 10 Apr 2006 19:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.duckwizard.com/portfolio/client-side-hyphenation-library/#comment-18</guid>
		<description>[...] update a few days ago. If you&#8217;re locally hosting the script, you should update it.    No Comments     // Used for showing and hiding user information in the comment form function ShowUtils() {document.getElementById(&quot;authorinfo&quot;).style.display = &quot;&quot;; document.getElementById(&quot;showinfo&quot;).style.display = &quot;none&quot;; document.getElementById(&quot;hideinfo&quot;).style.display = &quot;&quot;; } function HideUtils() { document.getElementById(&quot;authorinfo&quot;).style.display = &quot;none&quot;; document.getElementById(&quot;showinfo&quot;).style.display = &quot;&quot;; document.getElementById(&quot;hideinfo&quot;).style.display = &quot;none&quot;; } [...]</description>
		<content:encoded><![CDATA[<p>[...] update a few days ago. If you&#8217;re locally hosting the script, you should update it.    No Comments     // Used for showing and hiding user information in the comment form function ShowUtils() {document.getElementById(&#8221;authorinfo&#8221;).style.display = &#8220;&#8221;; document.getElementById(&#8221;showinfo&#8221;).style.display = &#8220;none&#8221;; document.getElementById(&#8221;hideinfo&#8221;).style.display = &#8220;&#8221;; } function HideUtils() { document.getElementById(&#8221;authorinfo&#8221;).style.display = &#8220;none&#8221;; document.getElementById(&#8221;showinfo&#8221;).style.display = &#8220;&#8221;; document.getElementById(&#8221;hideinfo&#8221;).style.display = &#8220;none&#8221;; } [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlackMacs Stuff</title>
		<link>http://www.duckwizard.com/portfolio/client-side-hyphenation-library/comment-page-1/#comment-17</link>
		<dc:creator>BlackMacs Stuff</dc:creator>
		<pubDate>Thu, 30 Mar 2006 20:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.duckwizard.com/portfolio/client-side-hyphenation-library/#comment-17</guid>
		<description>&lt;strong&gt;Full client-side hyphenation&lt;/strong&gt;

There&#039;s already a library, that does client-side JavaScript hyphenation - pretty neat!

Check it Out!</description>
		<content:encoded><![CDATA[<p><strong>Full client-side hyphenation</strong></p>
<p>There&#8217;s already a library, that does client-side JavaScript hyphenation &#8211; pretty neat!</p>
<p>Check it Out!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
