<?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 Blog::Log</title>
	<atom:link href="http://www.stpe.se/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stpe.se</link>
	<description>Not a blog, more a log.</description>
	<lastBuildDate>Mon, 22 Aug 2011 22:35:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Installing GlassFish on Debian Etch or Ubuntu by j2ee server setup and beginners tutorial - Admins Goodies</title>
		<link>http://www.stpe.se/2008/07/installing-glassfish-on-debian-etch-ubunt/comment-page-1/#comment-6365</link>
		<dc:creator>j2ee server setup and beginners tutorial - Admins Goodies</dc:creator>
		<pubDate>Mon, 22 Aug 2011 22:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.stpe.se/?p=41#comment-6365</guid>
		<description>[...] Might want to start with Glassfish. Here&#8217;s a good quickie tutorial on how to install it on debian. [...]</description>
		<content:encoded><![CDATA[<p>[...] Might want to start with Glassfish. Here&#8217;s a good quickie tutorial on how to install it on debian. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajax and REST architecture &#8211; Optimera STHLM slides by Rabatt</title>
		<link>http://www.stpe.se/2010/06/ajax-rest-architecture-slides/comment-page-1/#comment-6362</link>
		<dc:creator>Rabatt</dc:creator>
		<pubDate>Fri, 01 Jul 2011 09:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.stpe.se/?p=199#comment-6362</guid>
		<description>I stumbled upon your presentation a now have the realisation that my site is a pile of steaming poo - thanks for that!

Guess its time to find a REST guru to help me on freelancer... damn it!

;) I only wish I´d seen the presentaion a year ago!

Scott</description>
		<content:encoded><![CDATA[<p>I stumbled upon your presentation a now have the realisation that my site is a pile of steaming poo &#8211; thanks for that!</p>
<p>Guess its time to find a REST guru to help me on freelancer&#8230; damn it!</p>
<p> <img src='http://www.stpe.se/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I only wish I´d seen the presentaion a year ago!</p>
<p>Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internet Explorer cross-site scripting warning by scott schmitz</title>
		<link>http://www.stpe.se/2009/04/internet-explorer-cross-site-scripting-warning/comment-page-1/#comment-6357</link>
		<dc:creator>scott schmitz</dc:creator>
		<pubDate>Tue, 03 May 2011 01:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.stpe.se/?p=116#comment-6357</guid>
		<description>This XSS filter is a real menace.  It blocks XSS communication according to a rather crude algorithm.  In my opinion, it is set far too strict and blocks perfectly legitimate communications.  For example, it looks for suspicious XSS activity and blocks that. It also looks for more than 13 XSS communications within a few minute period of time and blocks that, regardless if it is suspicious or not.  This is some kind of brute-force algorithm which kicks in.  So, if you are doing any regular communication via XSS - chat, synchronization etc. you are seriously out of luck with IE.  IE9 is even worse than IE8 in this regards.

There&#039;s a preferences setting which can turn off the XSS filter, but that does not always work.  There are some circumstances where that preference setting is ignored.

I have to agree with the prior poster - XSS filter is a nightmare.  We have decided to tell anyone that needs that capability in our web product to use Firefox, Chrome or Safari.  This is not something I like to do, and if it weren&#039;t for this XSS filter, I would actually be real excited about recommending IE9.

Scott.</description>
		<content:encoded><![CDATA[<p>This XSS filter is a real menace.  It blocks XSS communication according to a rather crude algorithm.  In my opinion, it is set far too strict and blocks perfectly legitimate communications.  For example, it looks for suspicious XSS activity and blocks that. It also looks for more than 13 XSS communications within a few minute period of time and blocks that, regardless if it is suspicious or not.  This is some kind of brute-force algorithm which kicks in.  So, if you are doing any regular communication via XSS &#8211; chat, synchronization etc. you are seriously out of luck with IE.  IE9 is even worse than IE8 in this regards.</p>
<p>There&#8217;s a preferences setting which can turn off the XSS filter, but that does not always work.  There are some circumstances where that preference setting is ignored.</p>
<p>I have to agree with the prior poster &#8211; XSS filter is a nightmare.  We have decided to tell anyone that needs that capability in our web product to use Firefox, Chrome or Safari.  This is not something I like to do, and if it weren&#8217;t for this XSS filter, I would actually be real excited about recommending IE9.</p>
<p>Scott.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hibernate HQL like query using named parameters by ctrejos1284</title>
		<link>http://www.stpe.se/2008/07/hibernate-hql-like-query-named-parameters/comment-page-1/#comment-6356</link>
		<dc:creator>ctrejos1284</dc:creator>
		<pubDate>Thu, 28 Apr 2011 19:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.stpe.se/?p=23#comment-6356</guid>
		<description>you can also do it without the findByNamedParam... try it in this way:

dbquery = &quot;u from user u where u.name like &#039;%&quot;+ str +&quot;%&#039;&quot;;
List l= getHibernateTemplate().find(dbquery);</description>
		<content:encoded><![CDATA[<p>you can also do it without the findByNamedParam&#8230; try it in this way:</p>
<p>dbquery = &#8220;u from user u where u.name like &#8216;%&#8221;+ str +&#8221;%&#8217;&#8221;;<br />
List l= getHibernateTemplate().find(dbquery);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Modules in YUI 3 by Ryan</title>
		<link>http://www.stpe.se/2009/11/custom-modules-in-yui-3/comment-page-1/#comment-6352</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 31 Mar 2011 23:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.stpe.se/?p=163#comment-6352</guid>
		<description>Thanks for this log post! :)  It helped me with what I was missing.  FYI, you might want to update the .use function above to close the quote on &#039;my_module.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks for this log post! <img src='http://www.stpe.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   It helped me with what I was missing.  FYI, you might want to update the .use function above to close the quote on &#8216;my_module.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hibernate HQL like query using named parameters by Nitish N</title>
		<link>http://www.stpe.se/2008/07/hibernate-hql-like-query-named-parameters/comment-page-1/#comment-6348</link>
		<dc:creator>Nitish N</dc:creator>
		<pubDate>Mon, 24 Jan 2011 20:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.stpe.se/?p=23#comment-6348</guid>
		<description>String query = &quot;from user u where u.name like :name&quot;
 
getHibernateTemplate().findByNamedParam(query, &quot;name&quot;, &#039;%&#039; + str + &#039;%&#039;);

this helped me.....thanks for that.... but this is case sensitivity, and i want to search irrespective of case.</description>
		<content:encoded><![CDATA[<p>String query = &#8220;from user u where u.name like :name&#8221;</p>
<p>getHibernateTemplate().findByNamedParam(query, &#8220;name&#8221;, &#8216;%&#8217; + str + &#8216;%&#8217;);</p>
<p>this helped me&#8230;..thanks for that&#8230;. but this is case sensitivity, and i want to search irrespective of case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hibernate HQL like query using named parameters by voyage</title>
		<link>http://www.stpe.se/2008/07/hibernate-hql-like-query-named-parameters/comment-page-1/#comment-6346</link>
		<dc:creator>voyage</dc:creator>
		<pubDate>Wed, 05 Jan 2011 03:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.stpe.se/?p=23#comment-6346</guid>
		<description>here is a better solution of &#039;like&#039; problem:
http://efreedom.com/Question/1-1891901/Nhibernate-Hql-Named-Parameter</description>
		<content:encoded><![CDATA[<p>here is a better solution of &#8216;like&#8217; problem:<br />
<a href="http://efreedom.com/Question/1-1891901/Nhibernate-Hql-Named-Parameter" rel="nofollow">http://efreedom.com/Question/1-1891901/Nhibernate-Hql-Named-Parameter</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fix Tab Indenting in Coda by Ylva</title>
		<link>http://www.stpe.se/2010/11/fix-tab-indenting-in-coda/comment-page-1/#comment-6329</link>
		<dc:creator>Ylva</dc:creator>
		<pubDate>Tue, 07 Dec 2010 20:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.stpe.se/?p=213#comment-6329</guid>
		<description>Or use emacs key-bindings...</description>
		<content:encoded><![CDATA[<p>Or use emacs key-bindings&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get selected value of radio button using YUI 3 by Nick Weavers</title>
		<link>http://www.stpe.se/2009/12/selected-value-radio-button-yui-javascript/comment-page-1/#comment-6324</link>
		<dc:creator>Nick Weavers</dc:creator>
		<pubDate>Tue, 23 Nov 2010 06:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.stpe.se/?p=170#comment-6324</guid>
		<description>For me
[code]var value = Y.one(&#039;[name=myoptions]:checked&#039;).get(&#039;value&#039;);[/code]
results in a javascript error if no radio button is selected</description>
		<content:encoded><![CDATA[<p>For me</p>
<pre class="brush: plain; title: ; notranslate">var value = Y.one('[name=myoptions]:checked').get('value');</pre>
<p>results in a javascript error if no radio button is selected</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hibernate HQL like query using named parameters by ActiveRecord HQL LIKE query with parameters &#124; DJ Schwartz</title>
		<link>http://www.stpe.se/2008/07/hibernate-hql-like-query-named-parameters/comment-page-1/#comment-6319</link>
		<dc:creator>ActiveRecord HQL LIKE query with parameters &#124; DJ Schwartz</dc:creator>
		<pubDate>Sat, 07 Aug 2010 04:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.stpe.se/?p=23#comment-6319</guid>
		<description>[...] a little help from Stefan Pettersson&#8217;s blog I found my solution, add the percent signs inside the [...]</description>
		<content:encoded><![CDATA[<p>[...] a little help from Stefan Pettersson&#8217;s blog I found my solution, add the percent signs inside the [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

