<?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 for The Website Tailor</title>
	<atom:link href="http://www.thewebsitetailor.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thewebsitetailor.com</link>
	<description>Perry Trinier</description>
	<lastBuildDate>Tue, 09 Mar 2010 07:03:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Tomboy Notes on the Web and your iPhone by LOG-owanie myśli</title>
		<link>http://www.thewebsitetailor.com/2008/12/tomboy-notes-on-the-web-iphone/comment-page-1/#comment-221</link>
		<dc:creator>LOG-owanie myśli</dc:creator>
		<pubDate>Tue, 09 Mar 2010 07:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsitetailor.com/?p=31#comment-221</guid>
		<description>[...] Znalazłem &#8211; Tomboy &#8211; tą aplikację chciałbym Wam przestawić. Dla tych co jej nie znają - jest to jedna z bardziej popularnych aplikacji do tworzenia notek, prostota jej działania oraz akceptacja styli daje znaczną przewagę nad innymi tego pokroju aplikacjami. Dostępna dla Linux&#8217;a, OS X&#8217;a oraz Windowsa oraz w produkcji pod Androida oraz szkice pod iPhona. [...]</description>
		<content:encoded><![CDATA[<p>[...] Znalazłem &#8211; Tomboy &#8211; tą aplikację chciałbym Wam przestawić. Dla tych co jej nie znają - jest to jedna z bardziej popularnych aplikacji do tworzenia notek, prostota jej działania oraz akceptacja styli daje znaczną przewagę nad innymi tego pokroju aplikacjami. Dostępna dla Linux&#8217;a, OS X&#8217;a oraz Windowsa oraz w produkcji pod Androida oraz szkice pod iPhona. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tomboy Notes on the Web and your iPhone by le blog à Ollie &#187; Tomboy sous Mac OS X et Ubuntu</title>
		<link>http://www.thewebsitetailor.com/2008/12/tomboy-notes-on-the-web-iphone/comment-page-1/#comment-202</link>
		<dc:creator>le blog à Ollie &#187; Tomboy sous Mac OS X et Ubuntu</dc:creator>
		<pubDate>Thu, 25 Feb 2010 23:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsitetailor.com/?p=31#comment-202</guid>
		<description>[...] qui souhaite consulter ses notes en déplacement, il est existe une solution (même pour l&#8217;iPhone). Cependant, il est nécessaire de &#8220;pousser&#8221; les données manuellement vers un serveur [...]</description>
		<content:encoded><![CDATA[<p>[...] qui souhaite consulter ses notes en déplacement, il est existe une solution (même pour l&#8217;iPhone). Cependant, il est nécessaire de &#8220;pousser&#8221; les données manuellement vers un serveur [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tomboy Notes on the Web and your iPhone by rlod</title>
		<link>http://www.thewebsitetailor.com/2008/12/tomboy-notes-on-the-web-iphone/comment-page-1/#comment-184</link>
		<dc:creator>rlod</dc:creator>
		<pubDate>Tue, 02 Feb 2010 15:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsitetailor.com/?p=31#comment-184</guid>
		<description>Hej Cory, Perry,
Is there more then a screenshot/mockup available today?</description>
		<content:encoded><![CDATA[<p>Hej Cory, Perry,<br />
Is there more then a screenshot/mockup available today?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tomboy Notes on the Web and your iPhone by Patrik Olterman</title>
		<link>http://www.thewebsitetailor.com/2008/12/tomboy-notes-on-the-web-iphone/comment-page-1/#comment-176</link>
		<dc:creator>Patrik Olterman</dc:creator>
		<pubDate>Wed, 13 Jan 2010 09:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsitetailor.com/?p=31#comment-176</guid>
		<description>Yes, iPhone app, that is what we need, and a working script for tomboy on mac ..... !!!!</description>
		<content:encoded><![CDATA[<p>Yes, iPhone app, that is what we need, and a working script for tomboy on mac &#8230;.. !!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compare before and after photos using CSS Clip and jQuery by Michael Thompson</title>
		<link>http://www.thewebsitetailor.com/2009/11/compare-before-and-after-photos-using-css-clip-and-jquery/comment-page-1/#comment-134</link>
		<dc:creator>Michael Thompson</dc:creator>
		<pubDate>Wed, 11 Nov 2009 17:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsitetailor.com/?p=46#comment-134</guid>
		<description>You might want to widen the draggable handle a bit and add a hover action to the images so that the draggable handle gets a bit more attention and lets the user know that it is interactive.

Sample CSS additions (transparency could be done via jQuery):

    div.imagecompare .resizer {
        opacity: .5;
        width: 5px;
    }

    div.imagecompare:hover .resizer {
        opacity: 1;
    }

Great job. :)</description>
		<content:encoded><![CDATA[<p>You might want to widen the draggable handle a bit and add a hover action to the images so that the draggable handle gets a bit more attention and lets the user know that it is interactive.</p>
<p>Sample CSS additions (transparency could be done via jQuery):</p>
<p>    div.imagecompare .resizer {<br />
        opacity: .5;<br />
        width: 5px;<br />
    }</p>
<p>    div.imagecompare:hover .resizer {<br />
        opacity: 1;<br />
    }</p>
<p>Great job. <img src='http://www.thewebsitetailor.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compare before and after photos using CSS Clip and jQuery by Rick</title>
		<link>http://www.thewebsitetailor.com/2009/11/compare-before-and-after-photos-using-css-clip-and-jquery/comment-page-1/#comment-133</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Wed, 11 Nov 2009 12:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsitetailor.com/?p=46#comment-133</guid>
		<description>Your second image hides the subsequent text when javascript is turned off. Use overflow:

div.imagecompare {
height:640px;
overflow:scroll;
position:relative;
width:500px;
}</description>
		<content:encoded><![CDATA[<p>Your second image hides the subsequent text when javascript is turned off. Use overflow:</p>
<p>div.imagecompare {<br />
height:640px;<br />
overflow:scroll;<br />
position:relative;<br />
width:500px;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Slug Plugin by Leo Caseiro</title>
		<link>http://www.thewebsitetailor.com/jquery-slug-plugin/comment-page-1/#comment-38</link>
		<dc:creator>Leo Caseiro</dc:creator>
		<pubDate>Wed, 07 Oct 2009 17:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsitetailor.com/?page_id=25#comment-38</guid>
		<description>Hi Perry,


Unfortunately did not see the plugin Veena.

But Thanks for help me.</description>
		<content:encoded><![CDATA[<p>Hi Perry,</p>
<p>Unfortunately did not see the plugin Veena.</p>
<p>But Thanks for help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Slug Plugin by BandonRandon</title>
		<link>http://www.thewebsitetailor.com/jquery-slug-plugin/comment-page-1/#comment-36</link>
		<dc:creator>BandonRandon</dc:creator>
		<pubDate>Fri, 25 Sep 2009 03:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsitetailor.com/?page_id=25#comment-36</guid>
		<description>Hey Perry, 

Thanks for posting the link to the Google Code link. I was hoping there was an update. I also took some of the suggestions leo (above) made above and took the library to re-write the makeSlug(); function in a way that I believe incorporates most of his fixes. 

Here is the &quot;new&quot; function:
	
	makeSlug = function() {
			var slug = jQuery.trim($this.val()) // Trimming recommended by Brooke Dukes - http://www.thewebsitetailor.com/2008/04/jquery-slug-plugin/comment-page-1/#comment-23
                        .replace(/\s+/g,&#039;-&#039;).replace(/[^a-zA-Z0-9\-]/g,&#039;-&#039;).toLowerCase() // See http://www.djangosnippets.org/snippets/1488/ 
                        .replace(/\-{2,}/g,&#039;-&#039;) // If we end up with any &#039;multiple hyphens&#039;, replace with just one. Temporary bugfix for input &#039;this &amp; that&#039;=&gt;&#039;this--that&#039;
						.replace(/(^[-])&#124;([-]$)/g,&#039;&#039;); //recommended by Leo Caseiro to fix starting and ending on a hyphen http://www.thewebsitetailor.com/jquery-slug-plugin/comment-page-1/#comment-31
			$(&#039;input.&#039; + settings.slug).val(slug);
			$(&#039;span.&#039; + settings.slug).text(slug);

		}
		
Thanks,
Brooke Dukes</description>
		<content:encoded><![CDATA[<p>Hey Perry, </p>
<p>Thanks for posting the link to the Google Code link. I was hoping there was an update. I also took some of the suggestions leo (above) made above and took the library to re-write the makeSlug(); function in a way that I believe incorporates most of his fixes. </p>
<p>Here is the &#8220;new&#8221; function:</p>
<p>	makeSlug = function() {<br />
			var slug = jQuery.trim($this.val()) // Trimming recommended by Brooke Dukes &#8211; <a href="http://www.thewebsitetailor.com/2008/04/jquery-slug-plugin/comment-page-1/#comment-23" rel="nofollow">http://www.thewebsitetailor.com/2008/04/jquery-slug-plugin/comment-page-1/#comment-23</a><br />
                        .replace(/\s+/g,&#8217;-').replace(/[^a-zA-Z0-9\-]/g,&#8217;-').toLowerCase() // See <a href="http://www.djangosnippets.org/snippets/1488/" rel="nofollow">http://www.djangosnippets.org/snippets/1488/</a><br />
                        .replace(/\-{2,}/g,&#8217;-') // If we end up with any &#8216;multiple hyphens&#8217;, replace with just one. Temporary bugfix for input &#8216;this &amp; that&#8217;=&gt;&#8217;this&#8211;that&#8217;<br />
						.replace(/(^[-])|([-]$)/g,&#8221;); //recommended by Leo Caseiro to fix starting and ending on a hyphen <a href="http://www.thewebsitetailor.com/jquery-slug-plugin/comment-page-1/#comment-31" rel="nofollow">http://www.thewebsitetailor.com/jquery-slug-plugin/comment-page-1/#comment-31</a><br />
			$(&#8216;input.&#8217; + settings.slug).val(slug);<br />
			$(&#8217;span.&#8217; + settings.slug).text(slug);</p>
<p>		}</p>
<p>Thanks,<br />
Brooke Dukes</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Slug Plugin by Perry</title>
		<link>http://www.thewebsitetailor.com/jquery-slug-plugin/comment-page-1/#comment-33</link>
		<dc:creator>Perry</dc:creator>
		<pubDate>Sat, 19 Sep 2009 02:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsitetailor.com/?page_id=25#comment-33</guid>
		<description>Hi Leo, 

It&#039;s true that the first version of this plugin had many bugs, I&#039;ve actually fixed them along the way but haven&#039;t bothered to upload the changes yet. The most recent version &lt;a href=&quot;http://code.google.com/p/jquery-slug-plugin/&quot; rel=&quot;nofollow&quot;&gt;is now on Google Code&lt;/a&gt;.

I&#039;m sorry that I haven&#039;t added any support yet for internationalization, but a commenter named Veena did borrow some code from Django to handle &quot;special characters&quot; - http://dvanula.cz/jquery.slug2.js .</description>
		<content:encoded><![CDATA[<p>Hi Leo, </p>
<p>It&#8217;s true that the first version of this plugin had many bugs, I&#8217;ve actually fixed them along the way but haven&#8217;t bothered to upload the changes yet. The most recent version <a href="http://code.google.com/p/jquery-slug-plugin/" rel="nofollow">is now on Google Code</a>.</p>
<p>I&#8217;m sorry that I haven&#8217;t added any support yet for internationalization, but a commenter named Veena did borrow some code from Django to handle &#8220;special characters&#8221; &#8211; <a href="http://dvanula.cz/jquery.slug2.js" rel="nofollow">http://dvanula.cz/jquery.slug2.js</a> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Slug Plugin by Leo Caseiro</title>
		<link>http://www.thewebsitetailor.com/jquery-slug-plugin/comment-page-1/#comment-32</link>
		<dc:creator>Leo Caseiro</dc:creator>
		<pubDate>Fri, 18 Sep 2009 14:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsitetailor.com/?page_id=25#comment-32</guid>
		<description>Sorry, but this Plugin not work to my Language (PT-BR)

So, I need to create a new plugin for Convert a string to slug.</description>
		<content:encoded><![CDATA[<p>Sorry, but this Plugin not work to my Language (PT-BR)</p>
<p>So, I need to create a new plugin for Convert a string to slug.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
