<?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"
	>
<channel>
	<title>Comments for PatronusCharm Techblog</title>
	<atom:link href="http://blog.patronuscharm.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.patronuscharm.net</link>
	<description>What goes on under the hood of PatronusCharm.Net and current development.</description>
	<pubDate>Wed, 17 Mar 2010 03:43:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on New Feature: Document Multi-Uploader by PatronusCharm 1.1 Beta Release - Midnight CST &#124; PatronusCharm Techblog</title>
		<link>http://blog.patronuscharm.net/2008/07/new-feature-document-multi-uploader/#comment-189</link>
		<dc:creator>PatronusCharm 1.1 Beta Release - Midnight CST &#124; PatronusCharm Techblog</dc:creator>
		<pubDate>Thu, 31 Dec 2009 04:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patronuscharm.net/?p=8#comment-189</guid>
		<description>[...] Document Multi-Uploader [...]</description>
		<content:encoded><![CDATA[<p>[...] Document Multi-Uploader [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sphinx Search: MySQL Fulltext Search Engine Replacement by PatronusCharm 1.1 Beta Release - 11:00 CST &#124; PatronusCharm Techblog</title>
		<link>http://blog.patronuscharm.net/2008/07/sphinx-search-mysql-fulltext-search-engine-replacement/#comment-188</link>
		<dc:creator>PatronusCharm 1.1 Beta Release - 11:00 CST &#124; PatronusCharm Techblog</dc:creator>
		<pubDate>Thu, 31 Dec 2009 04:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patronuscharm.net/?p=11#comment-188</guid>
		<description>[...] as you may have seen from my post Sphinx Search: MySQL Fulltext Search Engine Replacement is a replacement for the search engine from PatronusCharm 1.0.1. It&#8217;s faster, finds more, and [...]</description>
		<content:encoded><![CDATA[<p>[...] as you may have seen from my post Sphinx Search: MySQL Fulltext Search Engine Replacement is a replacement for the search engine from PatronusCharm 1.0.1. It&#8217;s faster, finds more, and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XML Syndication by Lord Ravenclaw</title>
		<link>http://blog.patronuscharm.net/2008/07/xml-syndication/#comment-13</link>
		<dc:creator>Lord Ravenclaw</dc:creator>
		<pubDate>Sun, 27 Jul 2008 20:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patronuscharm.net/?p=6#comment-13</guid>
		<description>I love feedback like this :)

I was slightly confused by this as I purposefully removed any cache control header from the feeds long ago. I couldn't figure out why until I did a little digging.

Apparently, using sessions as I do throughout the site by default adds the aggressive cache headers. I've since changed my local copy and will be synchronized with the development copy later on tonight once all my changes are at least mostly working.

I've been reworking feeds completely as I said above, and this works into it well. Thanks for bringing it to my attention, I'll email you for some testing assistance later.</description>
		<content:encoded><![CDATA[<p>I love feedback like this <img src='http://blog.patronuscharm.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I was slightly confused by this as I purposefully removed any cache control header from the feeds long ago. I couldn&#8217;t figure out why until I did a little digging.</p>
<p>Apparently, using sessions as I do throughout the site by default adds the aggressive cache headers. I&#8217;ve since changed my local copy and will be synchronized with the development copy later on tonight once all my changes are at least mostly working.</p>
<p>I&#8217;ve been reworking feeds completely as I said above, and this works into it well. Thanks for bringing it to my attention, I&#8217;ll email you for some testing assistance later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XML Syndication by wolf550e</title>
		<link>http://blog.patronuscharm.net/2008/07/xml-syndication/#comment-12</link>
		<dc:creator>wolf550e</dc:creator>
		<pubDate>Sun, 27 Jul 2008 18:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patronuscharm.net/?p=6#comment-12</guid>
		<description>Your user feeds come with "cache-control: no-store, no-cache" which is very bad as it disallows well behaved proxies and other caching systems to not repeatedly re-download an unchanged feed. Even "must-revalidate" is a bit too much, in my opinion.
Please change the cache control header to something reasonable like "max-age=86400" so aggregators/feed readers won't hammer the site.
Also, make it possible to use conditional get to verify the version in cache is still the latest without re-downloading it.
You can email me with technical question and I'm willing to help with whatever you need design/code/testing-wise.</description>
		<content:encoded><![CDATA[<p>Your user feeds come with &#8220;cache-control: no-store, no-cache&#8221; which is very bad as it disallows well behaved proxies and other caching systems to not repeatedly re-download an unchanged feed. Even &#8220;must-revalidate&#8221; is a bit too much, in my opinion.<br />
Please change the cache control header to something reasonable like &#8220;max-age=86400&#8243; so aggregators/feed readers won&#8217;t hammer the site.<br />
Also, make it possible to use conditional get to verify the version in cache is still the latest without re-downloading it.<br />
You can email me with technical question and I&#8217;m willing to help with whatever you need design/code/testing-wise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sphinx Search: MySQL Fulltext Search Engine Replacement by Lord Ravenclaw</title>
		<link>http://blog.patronuscharm.net/2008/07/sphinx-search-mysql-fulltext-search-engine-replacement/#comment-11</link>
		<dc:creator>Lord Ravenclaw</dc:creator>
		<pubDate>Tue, 22 Jul 2008 22:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patronuscharm.net/?p=11#comment-11</guid>
		<description>The highlighter as since undergone a revision, and now does tag highlighting server-side. It should be HTML-friendly now and not break HTML tags. So far I haven't been able to get it to break.</description>
		<content:encoded><![CDATA[<p>The highlighter as since undergone a revision, and now does tag highlighting server-side. It should be HTML-friendly now and not break HTML tags. So far I haven&#8217;t been able to get it to break.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sphinx Search: MySQL Fulltext Search Engine Replacement by Lord Ravenclaw</title>
		<link>http://blog.patronuscharm.net/2008/07/sphinx-search-mysql-fulltext-search-engine-replacement/#comment-10</link>
		<dc:creator>Lord Ravenclaw</dc:creator>
		<pubDate>Mon, 21 Jul 2008 21:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patronuscharm.net/?p=11#comment-10</guid>
		<description>Good to have some feedback.

Search highlighting is actually done with JS, as at the time I couldn't really use any other method. I will however look into making it more HTML friendly...I thought I had closed that issue, but apparently not. And no, not really. Even if you could, it's only JS and not run server-side. It does need fixing.

The highlighting was intentional, to make it readily apparent what was being matched. I suppose highlighting could use an overhaul. I've put it on my to-do list.

Sphinx handles mapping of ö -&gt; o, so it should be just fine. I'll look into making sure that it properly handles these.</description>
		<content:encoded><![CDATA[<p>Good to have some feedback.</p>
<p>Search highlighting is actually done with JS, as at the time I couldn&#8217;t really use any other method. I will however look into making it more HTML friendly&#8230;I thought I had closed that issue, but apparently not. And no, not really. Even if you could, it&#8217;s only JS and not run server-side. It does need fixing.</p>
<p>The highlighting was intentional, to make it readily apparent what was being matched. I suppose highlighting could use an overhaul. I&#8217;ve put it on my to-do list.</p>
<p>Sphinx handles mapping of ö -> o, so it should be just fine. I&#8217;ll look into making sure that it properly handles these.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sphinx Search: MySQL Fulltext Search Engine Replacement by Alssn</title>
		<link>http://blog.patronuscharm.net/2008/07/sphinx-search-mysql-fulltext-search-engine-replacement/#comment-9</link>
		<dc:creator>Alssn</dc:creator>
		<pubDate>Mon, 21 Jul 2008 20:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patronuscharm.net/?p=11#comment-9</guid>
		<description>Huh. It seems that I can't use certain symbols in those commentaries. Anyway, in fifth paragraph I've meant usual angle brackets used in the most perverted combinations possible.</description>
		<content:encoded><![CDATA[<p>Huh. It seems that I can&#8217;t use certain symbols in those commentaries. Anyway, in fifth paragraph I&#8217;ve meant usual angle brackets used in the most perverted combinations possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sphinx Search: MySQL Fulltext Search Engine Replacement by Alssn</title>
		<link>http://blog.patronuscharm.net/2008/07/sphinx-search-mysql-fulltext-search-engine-replacement/#comment-8</link>
		<dc:creator>Alssn</dc:creator>
		<pubDate>Mon, 21 Jul 2008 20:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patronuscharm.net/?p=11#comment-8</guid>
		<description>Gave it a try. Works fast and precise even with  one letter to search by. Still, I've spent couple of minutes doing unnatural things to it, and got some results. 

Naturally, first word I tried to search for was "ass". And what do you think happened? I lol'ed. 

It gives you something like this: 
"ass="nlink" href="/s/120/1/" name="storytitle"&#62;Harry Potter and the Acts of Betrayal by ass="nlink"

I had already tried three other obscenities, when it occurred to me that "ass" was just a part of "class". Pity.

Still, it only affects results. Now, searching for "" – that's where real fun begins. Oh, the things it was showing to me... Try "&#60;  as", nearly killed my computer with this amount of fucked-up java-script. 

Anyway, you really need to close this one. Not sure if it is possible to execute scripts or php there, but just to be safe.

Next thing is about non-ASCII symbols. The likes of "ö" and such. Now, I know that probability is low, but still — if someone names their story using one of those, you will have some difficulties finding it. 

And finally, strange highlighting – with blank spaces around search string. Doesn't really make for a clean page.

That's all I've got for now. Enjoy your debugging, I'll be in touch.</description>
		<content:encoded><![CDATA[<p>Gave it a try. Works fast and precise even with  one letter to search by. Still, I&#8217;ve spent couple of minutes doing unnatural things to it, and got some results. </p>
<p>Naturally, first word I tried to search for was &#8220;ass&#8221;. And what do you think happened? I lol&#8217;ed. </p>
<p>It gives you something like this:<br />
&#8220;ass=&#8221;nlink&#8221; href=&#8221;/s/120/1/&#8221; name=&#8221;storytitle&#8221;&gt;Harry Potter and the Acts of Betrayal by ass=&#8221;nlink&#8221;</p>
<p>I had already tried three other obscenities, when it occurred to me that &#8220;ass&#8221; was just a part of &#8220;class&#8221;. Pity.</p>
<p>Still, it only affects results. Now, searching for &#8220;&#8221; – that&#8217;s where real fun begins. Oh, the things it was showing to me&#8230; Try &#8220;&lt;  as&#8221;, nearly killed my computer with this amount of fucked-up java-script. </p>
<p>Anyway, you really need to close this one. Not sure if it is possible to execute scripts or php there, but just to be safe.</p>
<p>Next thing is about non-ASCII symbols. The likes of &#8220;ö&#8221; and such. Now, I know that probability is low, but still — if someone names their story using one of those, you will have some difficulties finding it. </p>
<p>And finally, strange highlighting – with blank spaces around search string. Doesn&#8217;t really make for a clean page.</p>
<p>That&#8217;s all I&#8217;ve got for now. Enjoy your debugging, I&#8217;ll be in touch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sphinx Search: MySQL Fulltext Search Engine Replacement by Database Management &#187; Blog Archive &#187; Sphinx Search: MySQL Fulltext Search Engine Replacement</title>
		<link>http://blog.patronuscharm.net/2008/07/sphinx-search-mysql-fulltext-search-engine-replacement/#comment-7</link>
		<dc:creator>Database Management &#187; Blog Archive &#187; Sphinx Search: MySQL Fulltext Search Engine Replacement</dc:creator>
		<pubDate>Mon, 21 Jul 2008 04:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patronuscharm.net/?p=11#comment-7</guid>
		<description>[...] Read the rest of this great post here [...]</description>
		<content:encoded><![CDATA[<p>[...] Read the rest of this great post here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSL and DLP: Little Known Secret by Gizmore</title>
		<link>http://blog.patronuscharm.net/2008/07/ssl-and-dlp-little-known-secret/#comment-6</link>
		<dc:creator>Gizmore</dc:creator>
		<pubDate>Tue, 01 Jul 2008 11:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patronuscharm.net/?p=5#comment-6</guid>
		<description>Heya Raven, I love this new dev blog, keep it up! :)</description>
		<content:encoded><![CDATA[<p>Heya Raven, I love this new dev blog, keep it up! <img src='http://blog.patronuscharm.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
