<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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>labs.calibrate.be</title>
	<atom:link href="http://labs.calibrate.be/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.calibrate.be</link>
	<description></description>
	<pubDate>Thu, 22 Apr 2010 08:07:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IE no-wrap problem with slashes!</title>
		<link>http://labs.calibrate.be/2010/04/22/ie-no-wrap-problem-with-slashes/</link>
		<comments>http://labs.calibrate.be/2010/04/22/ie-no-wrap-problem-with-slashes/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 08:07:11 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[break-word]]></category>

		<category><![CDATA[IE]]></category>

		<category><![CDATA[url]]></category>

		<category><![CDATA[word-wrap]]></category>

		<guid isPermaLink="false">http://labs.calibrate.be/?p=142</guid>
		<description><![CDATA[It seems IE can&#8217;t handle long URL&#8217;s in small HTML elements. So after a little bit of research I found a simple solution. This may not be the most breaking news but I never heard of it before so&#8230;
This is the solution:  
/* IE Word wrapper */
word-wrap: break-word;
Hopefully this cal help you.
]]></description>
			<content:encoded><![CDATA[<p>It seems IE can&#8217;t handle long URL&#8217;s in small HTML elements. So after a little bit of research I found a simple solution. This may not be the most breaking news but I never heard of it before so&#8230;</p>
<p>This is the solution:<!--[if gte mso 10]&gt;-->  <!--[endif]--></p>
<p class="MsoPlainText">/* IE Word wrapper */<br />
word-wrap: break-word;</p>
<p class="MsoPlainText">Hopefully this cal help you.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.calibrate.be/2010/04/22/ie-no-wrap-problem-with-slashes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP 6 features</title>
		<link>http://labs.calibrate.be/2009/12/30/php-6-features/</link>
		<comments>http://labs.calibrate.be/2009/12/30/php-6-features/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 09:47:39 +0000</pubDate>
		<dc:creator>Joris</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://labs.calibrate.be/?p=135</guid>
		<description><![CDATA[What will PHP6 bring? This article has a little summary of what the future of PHP holds.
]]></description>
			<content:encoded><![CDATA[<p>What will PHP6 bring? <a title="PHP 6  features" href="http://blog.tuvinh.com/one-minute-with-php6/" target="_blank">This article</a> has a little summary of what the future of PHP holds.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.calibrate.be/2009/12/30/php-6-features/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Drupal Login Problem in IE</title>
		<link>http://labs.calibrate.be/2009/09/16/drupal-login-problem-in-ie/</link>
		<comments>http://labs.calibrate.be/2009/09/16/drupal-login-problem-in-ie/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 12:56:33 +0000</pubDate>
		<dc:creator>Kenny</dc:creator>
		
		<category><![CDATA[drupal]]></category>

		<category><![CDATA[login problem drupal IE]]></category>

		<guid isPermaLink="false">http://labs.calibrate.be/?p=132</guid>
		<description><![CDATA[Had some wonderfull Internet Explorer frustrations today and thought i&#8217;d share it with you.
When I copied a Drupal site from our testserver to my local machine i found out i couldn&#8217;t login to Drupal using Internet Explorer (7).
Firefox worked fine but IE refused 100% of the time. No error messages or warnings, the login block [...]]]></description>
			<content:encoded><![CDATA[<p>Had some wonderfull Internet Explorer frustrations today and thought i&#8217;d share it with you.</p>
<p>When I copied a Drupal site from our testserver to my local machine i found out i couldn&#8217;t login to Drupal using Internet Explorer (7).<br />
Firefox worked fine but IE refused 100% of the time. No error messages or warnings, the login block was emptied and you&#8217;d return to thesame page.<br />
I did some research and turns out Internet Explorer makes a problem out of underscores in your domainname (whereas Firefox ignores it). Guess what i was using &#8230;<br />
I changed my apache vhosts file and windows hosts file by removing the underscore for that particular site, rebooted apache and afterwards my login worked like a charm in IE.</p>
<p>Hope this helps someone .(be aware that I found more problems than this in using IE, sometimes just clearing your cookies would do the tric according to some users. Not in my case though).</p>
<p>PS: This has to be the 5.789.438th time i wished someone would just nuke IE of the planet&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.calibrate.be/2009/09/16/drupal-login-problem-in-ie/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Custom sql queries in Views</title>
		<link>http://labs.calibrate.be/2009/08/20/custom-sql-queries-in-views/</link>
		<comments>http://labs.calibrate.be/2009/08/20/custom-sql-queries-in-views/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 08:38:13 +0000</pubDate>
		<dc:creator>Kenny</dc:creator>
		
		<category><![CDATA[drupal]]></category>

		<category><![CDATA[custom sql]]></category>

		<category><![CDATA[views]]></category>

		<guid isPermaLink="false">http://labs.calibrate.be/?p=126</guid>
		<description><![CDATA[I came across this when i was looking for a way to use my own sqly queries in combination with views.
Sometimes you can&#8217;t always get the things you want by using views (or you&#8217;re too lazy to fiddle around with arguments, relationships, etc.)
The idea is simple :
1) test your own custom query in phpmyadmin for [...]]]></description>
			<content:encoded><![CDATA[<p>I came across this when i was looking for a way to use my own sqly queries in combination with views.<br />
Sometimes you can&#8217;t always get the things you want by using views (or you&#8217;re too lazy to fiddle around with arguments, relationships, etc.)</p>
<p>The idea is simple :</p>
<p>1) test your own custom query in phpmyadmin for example.</p>
<p>2) create a view and save it. You don&#8217;t have to set any filters since the SQL will be overwritten.</p>
<p>2) if you haven&#8217;t created your own module yet, create one now and place the following code in it.Â  replace MYMODULE by the name of your own module and VIEW_NAME by the name of the view you&#8217;ve just created. Then, change the sql query you see here by your own.</p>
<p style="padding-left: 30px;">function MYMODULE _views_pre_execute(&amp;$view) {</p>
<p style="padding-left: 60px;">//drupal_set_message(&#8217;&#8212;-&gt;&gt;&gt;&#8217;.$view-&gt;name);<br />
if($view-&gt;name==&#8221;VIEW_NAME&#8221;) {</p>
<p style="padding-left: 90px;">$view-&gt;build_info['query']=&#8221;SELECT vidnode.nid as nid, vidnode.title as title<br />
FROM node vidnode WHERE vidnode.type=&#8217;ptl_remotevideo&#8217;<br />
AND vidnode.status &lt;&gt; 0<br />
AND vidnode.nid NOT IN (<br />
SELECT DISTINCT media.field_media_video_ref_nid as video_nid<br />
FROM content_field_media_video_ref media<br />
)&#8221;;</p>
<p style="padding-left: 60px;">}</p>
<p style="padding-left: 30px;">}</p>
<p style="padding-left: 30px;">
<p>That&#8217;s it. I used a node view and it gave me what i wanted. I didn&#8217;t have time to check out other settings but i guess it shouldn&#8217;t be too hard.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.calibrate.be/2009/08/20/custom-sql-queries-in-views/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Upgrade ImageMagick to the latest version</title>
		<link>http://labs.calibrate.be/2009/07/13/upgrade-imagemagick-to-the-latest-version/</link>
		<comments>http://labs.calibrate.be/2009/07/13/upgrade-imagemagick-to-the-latest-version/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 10:41:51 +0000</pubDate>
		<dc:creator>Joris</dc:creator>
		
		<category><![CDATA[Other]]></category>

		<category><![CDATA[ImageMagick]]></category>

		<guid isPermaLink="false">http://labs.calibrate.be/?p=123</guid>
		<description><![CDATA[A lot of people are looking for an updated installation of ImageMagick instead of those pesky yum packages on Redhat or CentOS. To upgrade to the last version, use these commands :
# uninstall old ImageMagick
yum remove ImageMagick
# get new ImageMagick sources
wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz
# untar
tar -zxvf ImageMagick*.tar.gz
cd ImageMagick*
# configure and make
./configure
make
# install
make install
# test ImageMagick (shouldn&#8217;t report [...]]]></description>
			<content:encoded><![CDATA[<p>A lot of people are looking for an updated installation of ImageMagick instead of those pesky yum packages on Redhat or CentOS. To upgrade to the last version, use these commands :</p>
<p># uninstall old ImageMagick<br />
yum remove ImageMagick</p>
<p># get new ImageMagick sources<br />
wget <a title="ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz" href="ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz" target="_blank">ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz</a></p>
<p># untar<br />
tar -zxvf ImageMagick*.tar.gz<br />
cd ImageMagick*</p>
<p># configure and make<br />
./configure<br />
make</p>
<p># install<br />
make install</p>
<p># test ImageMagick (shouldn&#8217;t report an error)<br />
convert logo: logo.gif</p>
<p># fix problem with rmagick not finding ImageMagick libraries<br />
echo /usr/local/lib &gt;&gt; /etc/ld.so.conf.d/ImageMagick.conf<br />
ldconfig</p>
<p># update rmagick<br />
gem install rmagick</p>
<p>I found this at https://support.railsmachine.com/index.php?pg=kb.page&amp;id=133</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.calibrate.be/2009/07/13/upgrade-imagemagick-to-the-latest-version/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to put a hyperlink on your building</title>
		<link>http://labs.calibrate.be/2009/07/02/how-to-put-a-hyperlink-on-your-building/</link>
		<comments>http://labs.calibrate.be/2009/07/02/how-to-put-a-hyperlink-on-your-building/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 13:11:17 +0000</pubDate>
		<dc:creator>Joris Hermans</dc:creator>
		
		<category><![CDATA[Other]]></category>

		<category><![CDATA[2D barcode]]></category>

		<category><![CDATA[hyperlink]]></category>

		<category><![CDATA[internet of things]]></category>

		<category><![CDATA[qrcode]]></category>

		<guid isPermaLink="false">http://labs.calibrate.be/?p=116</guid>
		<description><![CDATA[Have you ever wondered how to link your building to a webpage?

With 2D barcodes you can.
A 2D barcode or Matrix code is a two-dimensional way of representing information.
It has more data representation capability then a (1-dimensional) barcode.
What is cool about a 2D barcode is that it can be read by every mobile device that has [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wondered how to link your building to a webpage?</p>
<p><img class="alignnone size-thumbnail wp-image-118" src="http://labs.calibrate.be/wp-content/uploads/2009/07/article_hyperlink-150x150.png" alt="article_hyperlink" width="150" height="150" /></p>
<p>With 2D barcodes you can.</p>
<p>A 2D barcode or Matrix code is a two-dimensional way of representing information.<br />
It has more data representation capability then a (1-dimensional) barcode.</p>
<p>What is cool about a 2D barcode is that it can be read by every mobile device that has a camera and the reader software. So no special hardware required to scan a 2D barcode</p>
<p>You can store some formatted information on a 2D barcode. This information is in the form of an URI.</p>
<p>Most 2D barcode readers will send the URI encoded in the 2D barcode to the platform specific implementation.<br />
That is why some URIâ€™s will not been interpreted by one phone but will be by another phone.</p>
<p>These are some informartion you can encode in a 2D barcode:</p>
<ul>
<li>Link to a website.<br />
http:// is required, otherwise it will not know it is a website<br />
example : http://www.calibrate.be</li>
<li>Email address<br />
example : mailto:newmedia@calibrate.be</li>
<li>Telephone numbers<br />
example :Â  tel:+3238719962</li>
<li>Contact Information based on the â€œMECARDâ€�<br />
MECARD:N:Hermans,Joris;ADR: Veldkant 31, 2550 Kontich, Belgium;TEL: +32 3 871 99 62;EMAIL:joris@calibrate.be;;</li>
<li>SMS hava some few possibilities : sms or smsto<br />
sms:number:subject or smsto:number:subject</li>
<li>Geographic information<br />
example : geo:40.71872,-73.98905,100</li>
<li>&#8230;</li>
</ul>
<p>The QR Code is a type of 2D barcode that you can use for free. You will find also a lot of mobile reader software for this type of 2D barcode (for example <a href="http://code.google.com/p/zxing/" target="_blank">zxing</a>).<br />
So putting a hyperlink to the digital world on your building is easy.</p>
<div id="attachment_117" class="wp-caption alignnone" style="width: 310px"><img class="size-full wp-image-117" src="http://labs.calibrate.be/wp-content/uploads/2009/07/article_qrcode.png" alt="qrcode" width="300" height="273" /><p class="wp-caption-text">building with a qrcode</p></div>
<p>If you want to play with it already you can always use a QR-Code generator like <a href="http://qrcode.kaywa.com/" target="_blank">this</a>.<br />
And if you want to add dynamic behavior easily to it, you can always take a look at <a href="http://www.touchatag.com" target="_blank">touchatag</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.calibrate.be/2009/07/02/how-to-put-a-hyperlink-on-your-building/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tracing output with line numbers</title>
		<link>http://labs.calibrate.be/2009/03/31/tracing-output-with-line-numbers/</link>
		<comments>http://labs.calibrate.be/2009/03/31/tracing-output-with-line-numbers/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 13:05:49 +0000</pubDate>
		<dc:creator>Dries</dc:creator>
		
		<category><![CDATA[AS3]]></category>

		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://labs.calibrate.be/?p=104</guid>
		<description><![CDATA[Problem:
When coding AS3, the trace() function comes in very handy for debugging.
In some cases however, it can be quite annoying as well. Sometimes you don&#8217;t remember where you put the trace() action,
or you get an output, from which you don&#8217;t know exactly where it comes from. Also, when adding trace() actions,
it can take you some [...]]]></description>
			<content:encoded><![CDATA[<h4>Problem:</h4>
<p>When coding AS3, the trace() function comes in very handy for debugging.<br />
In some cases however, it can be quite annoying as well. Sometimes you don&#8217;t remember where you put the trace() action,<br />
or you get an output, from which you don&#8217;t know exactly where it comes from. Also, when adding trace() actions,<br />
it can take you some seconds to find where this trace() -code is written, especially in bigger classes or functions.<br />
A few seconds might not seem much, but at the end of the project, it&#8217;ll be a lot of seconds lost, and a lot of frustration comes along with it.</p>
<h4>Solution:</h4>
<p>I&#8217;ve written a class called DebugTracer, which will output your message, and add a prefix to it, which indicates the ClassName and line number of the trace action.</p>
<h4>How it works:</h4>
<p>It&#8217;s a bit of a trick. Line numbers are not directly accessible in AS3.<br />
However, when an error occurs, the error information output contains the ClassName and line number of the code that generates the error.<br />
In AS3, we refer to this info as the stackTrace. So the trick is to create an error object, and get this information out of the errors stackTrace.</p>
<h4>Example:</h4>
<p>Let&#8217;s output a classic &#8220;Hello world&#8221;.<br />
Using the basic built-in trace() action:</p>
<pre>trace ("Hello world");
       // output: Hello world</pre>
<p>And now the same thing with the DebugTracer class:</p>
<pre>DebugTracer.getInstance().report ("Hello world");
       // output: DebugExample (Line 21): Hello world</pre>
<h4>Additional Info:</h4>
<p>Because the DebugTracer class works with errors, it needs a debugger version of flash player to make this work.<br />
Also, in order to get the line number, you need to check &#8220;Permit debugging&#8221; option in the Publish Settings&gt;Flash.<br />
If not, only the ClassName will be added to the prefix.</p>
<h4>Files:</h4>
<p>You can download the DebugTracer Class here:<br />
<a href="http://labs.calibrate.be/wp-content/uploads/2009/03/debugtracer.zip">DebugTracer.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://labs.calibrate.be/2009/03/31/tracing-output-with-line-numbers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Admin section won&#8217;t load properly</title>
		<link>http://labs.calibrate.be/2009/03/25/admin-section-wont-load-properly/</link>
		<comments>http://labs.calibrate.be/2009/03/25/admin-section-wont-load-properly/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 15:18:31 +0000</pubDate>
		<dc:creator>Kenny</dc:creator>
		
		<category><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://labs.calibrate.be/?p=79</guid>
		<description><![CDATA[Problem
A problem that a lot of people seem to encounter when working with Drupal and especially after a new installation,Â  is the fact that the admin section loads very slow or sometimes not at all. This is due to the fact that Drupal by default is configured to automatically check for updates. Often this is [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Problem</strong></p>
<p>A problem that a lot of people seem to encounter when working with Drupal and especially after a new installation,Â  is the fact that the admin section loads very slow or sometimes not at all. This is due to the fact that Drupal by default is configured to automatically check for updates. Often this is blocked however causing Drupal to keep trying.</p>
<p><strong>Solution</strong></p>
<p>You could solve this by disabling the Update module in the Modules section but sometimes it&#8217;s impossible to get to that page due to the problem.<br />
A second option is to disable it manually by going to the &#8217;system&#8217; table in your Drupal MySQL database, explore the table and look for the &#8221;modules/update/update.module&#8217; entry.<br />
Once you have found it, edit the status field of the module to 0 (should have been 1).Â  Your problem is most likely fixed now.</p>
<p><em>Some pointers:</em></p>
<ul>
<li>Drupal needs at least 16MB to run properly - if you feel your local configuration is running very slow, verify your apache settings and change the memory limit to a higher number (like 64M)</li>
<li>Importing sql.zips can sometimes fail, in this case you could try adjusting the maximum allowed packet size in your mysql settings.<br />
==&gt; the best solution however is to export all your tables except the &#8216;watchdog&#8217; table and every table with &#8216;cache&#8217; in it&#8217;s tablename as these are the ones to take up most of the volume.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://labs.calibrate.be/2009/03/25/admin-section-wont-load-properly/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP closing tags</title>
		<link>http://labs.calibrate.be/2009/03/25/php-closing-tags/</link>
		<comments>http://labs.calibrate.be/2009/03/25/php-closing-tags/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 14:48:01 +0000</pubDate>
		<dc:creator>Joris</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://labs.calibrate.be/?p=77</guid>
		<description><![CDATA[A little something I found out recently :
when you&#8217;re writing a PHP script, you don&#8217;t need to end your file with closing tags. In fact, this is better because it removes the chances of having troubles with invisible spaces or line endings.
so, not this:
&#60;?php
echo &#8220;Very nice!&#8221;;
//closing tag
?&#62;
But rather just this
&#60;?php
echo &#8220;this is even better!&#8221;;
//no closing [...]]]></description>
			<content:encoded><![CDATA[<p>A little something I found out recently :</p>
<p>when you&#8217;re writing a PHP script, you don&#8217;t need to end your file with closing tags. In fact, this is better because it removes the chances of having troubles with invisible spaces or line endings.</p>
<p>so, not this:</p>
<p>&lt;?php</p>
<p>echo &#8220;Very nice!&#8221;;</p>
<p>//closing tag</p>
<p>?&gt;</p>
<p>But rather just this</p>
<p>&lt;?php</p>
<p>echo &#8220;this is even better!&#8221;;</p>
<p>//no closing tag</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.calibrate.be/2009/03/25/php-closing-tags/feed/</wfw:commentRss>
		</item>
		<item>
		<title>AnalyticsManager with multi-tracker support</title>
		<link>http://labs.calibrate.be/2009/03/18/google-analytics-manager-with-multiple-tracker-support/</link>
		<comments>http://labs.calibrate.be/2009/03/18/google-analytics-manager-with-multiple-tracker-support/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 16:46:41 +0000</pubDate>
		<dc:creator>Dries</dc:creator>
		
		<category><![CDATA[AS3]]></category>

		<guid isPermaLink="false">http://labs.calibrate.be/?p=45</guid>
		<description><![CDATA[Problem:
I was working on an international website for Le Pain Quotidien.
Depending on which country is chosen on the homepage, an other Google Analytics Tracker had to be used.
Solution:
I wrote a class which allows to create trackers at Runtime, and send tracking information to a specific tracker.
How it works:
The system consists of 2 classes:
- An AnalyticsManager [...]]]></description>
			<content:encoded><![CDATA[<h4>Problem:</h4>
<p>I was working on an international website for Le Pain Quotidien.<br />
Depending on which country is chosen on the homepage, an other Google Analytics Tracker had to be used.</p>
<h4>Solution:</h4>
<p>I wrote a class which allows to create trackers at Runtime, and send tracking information to a specific tracker.</p>
<h4>How it works:</h4>
<p>The system consists of 2 classes:<br />
- An AnalyticsManager class, which allows to add or remove trackers at runtime.<br />
- An AnalyticsTracker class, which uses ExternalInterface to send the tracking-information to it&#8217;s associated tracker.</p>
<h4>Code in AS3:</h4>
<pre>var analytics:AnalyticsManager = new AnalyticsManager ();
analytics.addTracker ("pageTracker1");
analytics.addTracker ("pageTracker2");

analytics.getTracker ("pageTracker1").track ( "tag_for_tracker_1" );
analytics.getTracker ("pageTracker2").track ( "tag_for_tracker_2" );</pre>
<h4>Code in HTML:</h4>
<pre>&lt;script type="text/javascript"&gt;
   var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
   document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
   var pageTracker1 = _gat._getTracker("UA-xxxxxxx-1");
   var pageTracker2 = _gat._getTracker("UA-xxxxxxx-2");

   pageTracker1 ._trackPageview("/home");
&lt;/script&gt;</pre>
<h4>Files:</h4>
<p>You can download the files here:<br />
<a href="http://labs.calibrate.be/wp-content/uploads/2009/03/analyticsmanager.zip">AnalyticsManager.zip</a></p>
<p>The class uses a HashMap to save the trackers.<br />
The HashMap classes are included in the zip-file.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.calibrate.be/2009/03/18/google-analytics-manager-with-multiple-tracker-support/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
