<?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 labs.calibrate.be</title>
	<atom:link href="http://labs.calibrate.be/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.calibrate.be</link>
	<description></description>
	<pubDate>Tue, 07 Feb 2012 14:10:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Drupal Login Problem in IE by Pamela</title>
		<link>http://labs.calibrate.be/2009/09/16/drupal-login-problem-in-ie/comment-page-1/#comment-5466</link>
		<dc:creator>Pamela</dc:creator>
		<pubDate>Sat, 18 Dec 2010 18:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://labs.calibrate.be/?p=132#comment-5466</guid>
		<description>I can completely agree with nuking IE off the planet, nothing but frustrations !! ;)</description>
		<content:encoded><![CDATA[<p>I can completely agree with nuking IE off the planet, nothing but frustrations !! <img src='http://labs.calibrate.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sanitize strings by Steven Van den Hout</title>
		<link>http://labs.calibrate.be/2010/10/14/sanitize-strings/comment-page-1/#comment-5074</link>
		<dc:creator>Steven Van den Hout</dc:creator>
		<pubDate>Tue, 26 Oct 2010 07:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://labs.calibrate.be/?p=147#comment-5074</guid>
		<description>Thx, that is a good tip.
I'm not sure i like the idea of installing ctools just for sanitizing strings.
But since ctools is required for so many modules these days, it might be installed anyway.</description>
		<content:encoded><![CDATA[<p>Thx, that is a good tip.<br />
I&#8217;m not sure i like the idea of installing ctools just for sanitizing strings.<br />
But since ctools is required for so many modules these days, it might be installed anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sanitize strings by Dave Reid</title>
		<link>http://labs.calibrate.be/2010/10/14/sanitize-strings/comment-page-1/#comment-4982</link>
		<dc:creator>Dave Reid</dc:creator>
		<pubDate>Fri, 15 Oct 2010 23:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://labs.calibrate.be/?p=147#comment-4982</guid>
		<description>Rather than relying on pathauto, who's cleanstring ability was never really meant to be extended or used by other modules, I'd recommend modules use the CTools cleanstring plugin, which is designed to be used by other modules.

ctools_include('cleanstring');
$sane_string = ctools_cleanstring('My raw string');</description>
		<content:encoded><![CDATA[<p>Rather than relying on pathauto, who&#8217;s cleanstring ability was never really meant to be extended or used by other modules, I&#8217;d recommend modules use the CTools cleanstring plugin, which is designed to be used by other modules.</p>
<p>ctools_include(&#8217;cleanstring&#8217;);<br />
$sane_string = ctools_cleanstring(&#8217;My raw string&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on full screen swf flash background by Justin Washburn</title>
		<link>http://labs.calibrate.be/2009/03/18/full-screen-swf-flash-background/comment-page-1/#comment-3604</link>
		<dc:creator>Justin Washburn</dc:creator>
		<pubDate>Thu, 17 Dec 2009 01:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://labs.calibrate.be/?p=26#comment-3604</guid>
		<description>Could you put up a tutorial for the newbies?</description>
		<content:encoded><![CDATA[<p>Could you put up a tutorial for the newbies?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on full screen swf flash background by Eric</title>
		<link>http://labs.calibrate.be/2009/03/18/full-screen-swf-flash-background/comment-page-1/#comment-3514</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 09 Dec 2009 12:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://labs.calibrate.be/?p=26#comment-3514</guid>
		<description>Your website looks good but the flash background does not work on Safari (windows) - it sits ontop of everything and IE6 - the flash background just does not load... works fine for FF, Crome, Opera, IE8</description>
		<content:encoded><![CDATA[<p>Your website looks good but the flash background does not work on Safari (windows) - it sits ontop of everything and IE6 - the flash background just does not load&#8230; works fine for FF, Crome, Opera, IE8</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Font embedding solution for AS3 by Morten</title>
		<link>http://labs.calibrate.be/2009/03/17/font-embedding-solution/comment-page-1/#comment-3355</link>
		<dc:creator>Morten</dc:creator>
		<pubDate>Wed, 11 Nov 2009 11:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://labs.calibrate.be/?p=12#comment-3355</guid>
		<description>Hi There,
I tried a similar setup but I don't want to load glyphs twice so if "a,b" is already loaded as a font and the page requires "a,b,c" I only want to load "c".

I until now haven't been able to do this with the same font name. The last one "c" overwrites "a,b" so only "c" is left.

Have you worked on such a solution?</description>
		<content:encoded><![CDATA[<p>Hi There,<br />
I tried a similar setup but I don&#8217;t want to load glyphs twice so if &#8220;a,b&#8221; is already loaded as a font and the page requires &#8220;a,b,c&#8221; I only want to load &#8220;c&#8221;.</p>
<p>I until now haven&#8217;t been able to do this with the same font name. The last one &#8220;c&#8221; overwrites &#8220;a,b&#8221; so only &#8220;c&#8221; is left.</p>
<p>Have you worked on such a solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drupal Login Problem in IE by Thomas</title>
		<link>http://labs.calibrate.be/2009/09/16/drupal-login-problem-in-ie/comment-page-1/#comment-3120</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Tue, 29 Sep 2009 13:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://labs.calibrate.be/?p=132#comment-3120</guid>
		<description>Underscores in domain names are against RFC regulations ;) Shouldn't we be happy that IE follows the rules this once?</description>
		<content:encoded><![CDATA[<p>Underscores in domain names are against RFC regulations <img src='http://labs.calibrate.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> Shouldn&#8217;t we be happy that IE follows the rules this once?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom sql queries in Views by Dreno</title>
		<link>http://labs.calibrate.be/2009/08/20/custom-sql-queries-in-views/comment-page-1/#comment-2961</link>
		<dc:creator>Dreno</dc:creator>
		<pubDate>Mon, 07 Sep 2009 09:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://labs.calibrate.be/?p=126#comment-2961</guid>
		<description>Thx.

For pager you need set $view-&gt;build_info['count_query'] to same sql query like $view-&gt;build_info['query'].</description>
		<content:encoded><![CDATA[<p>Thx.</p>
<p>For pager you need set $view-&gt;build_info['count_query'] to same sql query like $view-&gt;build_info['query'].</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on full screen swf flash background by rob</title>
		<link>http://labs.calibrate.be/2009/03/18/full-screen-swf-flash-background/comment-page-1/#comment-2620</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Sun, 16 Aug 2009 16:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://labs.calibrate.be/?p=26#comment-2620</guid>
		<description>Adjust the way you request your background swf:
var so = new SWFObject("/sites/all/misc/background.swf", "flash-background", "100%", "100%", "6");
        so.addParam("movie", "/sites/all/misc/background.swf");
        so.addParam("quality", "high");
        so.addParam("wmode", "transparent");
   		so.addVariable("img", "/sites/all/misc/back.jpg");

It's the sizes (1oo%) and the "wmode" (transparent).
it works great! Thanks.
        so.write("flash-container");</description>
		<content:encoded><![CDATA[<p>Adjust the way you request your background swf:<br />
var so = new SWFObject(&#8221;/sites/all/misc/background.swf&#8221;, &#8220;flash-background&#8221;, &#8220;100%&#8221;, &#8220;100%&#8221;, &#8220;6&#8243;);<br />
        so.addParam(&#8221;movie&#8221;, &#8220;/sites/all/misc/background.swf&#8221;);<br />
        so.addParam(&#8221;quality&#8221;, &#8220;high&#8221;);<br />
        so.addParam(&#8221;wmode&#8221;, &#8220;transparent&#8221;);<br />
   		so.addVariable(&#8221;img&#8221;, &#8220;/sites/all/misc/back.jpg&#8221;);</p>
<p>It&#8217;s the sizes (1oo%) and the &#8220;wmode&#8221; (transparent).<br />
it works great! Thanks.<br />
        so.write(&#8221;flash-container&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on full screen swf flash background by Alvin</title>
		<link>http://labs.calibrate.be/2009/03/18/full-screen-swf-flash-background/comment-page-1/#comment-2550</link>
		<dc:creator>Alvin</dc:creator>
		<pubDate>Tue, 11 Aug 2009 02:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://labs.calibrate.be/?p=26#comment-2550</guid>
		<description>&lt;blockquote cite="#commentbody-389"&gt;
&lt;strong&gt;&lt;a href="#comment-389" rel="nofollow"&gt; Tim&lt;/a&gt; :&lt;/strong&gt;
          kyoji, you can take a look at our website for an online example: &lt;a href="http://www.calibrate.be" rel="nofollow"&gt;http://www.calibrate.be&lt;/a&gt;
         &lt;/blockquote&gt;
Would it be possible to load a slideshow instead of a single image?</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-389"><p>
<strong><a href="#comment-389" rel="nofollow"> Tim</a> :</strong><br />
          kyoji, you can take a look at our website for an online example: <a href="http://www.calibrate.be" rel="nofollow">http://www.calibrate.be</a>
         </p></blockquote>
<p>Would it be possible to load a slideshow instead of a single image?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

