<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Two Drifters &#187; Lectora</title>
	<atom:link href="http://blog.ideaday.de/max/tag/lectora/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ideaday.de/max</link>
	<description>Off to see the world.</description>
	<lastBuildDate>Sun, 05 Feb 2012 16:48:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Enable and fix Lectora titles for the Opera browser</title>
		<link>http://blog.ideaday.de/max/2011/06/enable-and-fix-lectora-titles-for-the-opera-browser/</link>
		<comments>http://blog.ideaday.de/max/2011/06/enable-and-fix-lectora-titles-for-the-opera-browser/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 18:34:37 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Lectora]]></category>
		<category><![CDATA[Netscape Navigator]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[workaround]]></category>

		<guid isPermaLink="false">http://blog.ideaday.de/max/2011/06/enable-and-fix-lectora-titles-for-the-opera-browser/</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2011/06/enable-and-fix-lectora-titles-for-the-opera-browser/' addthis:title='Enable and fix Lectora titles for the Opera browser '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>Problem: If you publish a title with Lectora, and try to view it from Opera, instead of the title you see an error message Your browser does not support dynamic html. Please download a current version of either Microsoft'" DESIGNTIMESP=18189&#62;Microsoft Internet Explorer or Mozilla'" DESIGNTIMESP=18192&#62;Mozilla Firefox and try visiting our site again. Thank You. Solution: [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2011/06/enable-and-fix-lectora-titles-for-the-opera-browser/' addthis:title='Enable and fix Lectora titles for the Opera browser ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2011/06/enable-and-fix-lectora-titles-for-the-opera-browser/' addthis:title='Enable and fix Lectora titles for the Opera browser '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p><strong>Problem: If you publish a title with Lectora, and try to view it from Opera, instead of the title you see an error message</strong></p>
<blockquote><p><em>Your browser does not support dynamic html. Please download a current version of either</em> <a href="http://www.microsoft.com/ie/&quot;>Microsoft">Microsoft'" DESIGNTIMESP=18189&gt;<em>Microsoft</em></a> <em>Internet Explorer or</em> <a href="http://www.mozilla.com/en-US/firefox/&quot;>Mozilla">Mozilla'" DESIGNTIMESP=18192&gt;<em>Mozilla</em></a> <em>Firefox and try visiting our site again. Thank You.</em></p></blockquote>
<p><strong>Solution: You have to modify</strong> trivantis.js <strong>in line 353 and line 355. The modifications are displayed in bold</strong></p>
<blockquote><p><em>this.ns = (name=="ns" &amp;&amp; this.v&gt;=4)<strong>||(navigator.userAgent.indexOf("Opera")!=-1)</strong><br />
this.ns4 = (this.ns &amp;&amp; this.v==4)<br />
this.ns5 = (this.ns &amp;&amp; this.v==5)<strong>||(navigator.userAgent.indexOf("Opera")!=-1)</strong></em></p></blockquote>
<h3>IMPORTANT: WordPress fucks up the quotation marks above, fix them by hand!!!</h3>
<p>This tells Lectora's code to treat Opera like Netscape Navigator and its derivates. For the title we are developing for the WHO (ICF eLearning tool) it works flawlessly.</p>
<p>This fix is taken from <a href="http://forum.trivantis.com/f5/allow-selecting-compatible-browsers-versions-when-publishing-10015/">this</a> Lectora forum message, posted by <strong><a href="http://www.intea.lv/">ssneg</a></strong>.</p>
<p>(ssneg also explains why it is not possible to override <em>this.min</em> and set it to true &#8211; because Lectora only includes code for IE or NS to display the title contents, like buttons, later on. Thus we need for Opera to "pretend" that it is Navigator. The code works.)</p>
<p><strong>Do you know any other browsers incompatible with Lectora? Please post a comment, and we might find a solution :-)!</strong></p>
<p>&nbsp;</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2011/06/enable-and-fix-lectora-titles-for-the-opera-browser/' addthis:title='Enable and fix Lectora titles for the Opera browser ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.ideaday.de/max/2011/06/enable-and-fix-lectora-titles-for-the-opera-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix for weird bug</title>
		<link>http://blog.ideaday.de/max/2011/04/fix-for-weird-bug/</link>
		<comments>http://blog.ideaday.de/max/2011/04/fix-for-weird-bug/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 20:39:01 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[anchor]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[JQuery Tools]]></category>
		<category><![CDATA[Lectora]]></category>
		<category><![CDATA[Scrollable]]></category>

		<guid isPermaLink="false">http://blog.ideaday.de/max/2011/04/fix-for-weird-bug/</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2011/04/fix-for-weird-bug/' addthis:title='Fix for weird bug '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>Lectora inserts anchors (&#60;A name=""&#62; elements) which sometimes can break things! I have programmed exercises with a sliding animation from "page" to "page" of exercises using the Scrollable from JQuery Tools. It would work fine in an older FireFox, but broke apparently in the newest version, it newer worked in Chrome, but it works in [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2011/04/fix-for-weird-bug/' addthis:title='Fix for weird bug ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2011/04/fix-for-weird-bug/' addthis:title='Fix for weird bug '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>Lectora inserts anchors (&lt;A name=""&gt; elements) which sometimes can break things!</p>
<p>I have programmed exercises with a sliding animation from "page" to "page" of exercises using the Scrollable from <a href="http://flowplayer.org/tools/index.html">JQuery Tools</a>. It would work fine in an older FireFox, but broke apparently in the newest version, it newer worked in Chrome, but it works in IE. The exercises would jump to the last page, skipping over everything in between.</p>
<p>After one hour of debugging I found out <strong>that an additional &lt;A&gt;&lt;/A&gt; element had to be inserted in each "page" of the exercises</strong>. (I do it programmaticaly using PHP.) Now all items show up &#8230; with an additional item (depending on the browser).</p>
<p>This additional item is an anchor inserted by Lectora. There's no use putting code to take it out again to run on page load, as Lectora's code seems to run later. You have to run your code as soon, as the user triggers an action, just at the beginning of it to clean up.</p>
<blockquote>
<p> //fixing Lectora interfering with our code &#8230;<br />
 $("#exercise &gt; .items &gt; a").remove();</p>
</blockquote>
<p>A simple fix for a complex problem &#8230; Lectora does require a lot of workarounds.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2011/04/fix-for-weird-bug/' addthis:title='Fix for weird bug ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.ideaday.de/max/2011/04/fix-for-weird-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lectoras external HTML object and z-index</title>
		<link>http://blog.ideaday.de/max/2011/02/lectoras-external-html-object-and-z-index/</link>
		<comments>http://blog.ideaday.de/max/2011/02/lectoras-external-html-object-and-z-index/#comments</comments>
		<pubDate>Sun, 20 Feb 2011 16:05:35 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[external HTML object]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Lectora]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[z-index]]></category>

		<guid isPermaLink="false">http://blog.ideaday.de/max/2011/02/lectoras-external-html-object-and-z-index/</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2011/02/lectoras-external-html-object-and-z-index/' addthis:title='Lectoras external HTML object and z-index '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>Given the limited flexibility of Lectora, in some cases you need to include custom scripted HTML objects. For instance you want to build an overlay for a login dialog, which would communicate directly with the server using AJAX. After positioning your external HTML object on the page and building the HTML you want to include [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2011/02/lectoras-external-html-object-and-z-index/' addthis:title='Lectoras external HTML object and z-index ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2011/02/lectoras-external-html-object-and-z-index/' addthis:title='Lectoras external HTML object and z-index '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>Given the limited flexibility of Lectora, in some cases you need to include custom scripted HTML objects.</p>
<p>For instance you want to build an overlay for a login dialog, which would communicate directly with the server using AJAX.</p>
<p>After positioning your external HTML object on the page and building the HTML you want to include (by i.e. a PHP "include" call), sometimes you will find Lectora is putting other things on top of your HTML object's contents.</p>
<p>The first possibility to fix this would be modifying Lectora's "Layering" option of your object: "Bring to Front".</p>
<p>The second possibility comes in handy, if you do not want to modify the Lectora project itself: <strong>on-the fly z-index &#8211; updating</strong>.</p>
<p>I use the JS library <a href="http://www.jquery.org/">JQuery</a> to efficiently work on the DOM across browsers. Using it, you can set the z-index during runtime (i.e. reacting to a mouseclick on an icon):</p>
<blockquote>
<p><em>$('#object-name').css('z-index','1000');</em></p>
</blockquote>
<p>You can find out the name of the DIV Lectora creates for your external HTML object using Firebug, or looking up the <strong>object name</strong> property in Lectora (double click your object to see the settings dialogue).</p>
<p>Creating DIVs inside your Lectora object and setting their z-indices to higher values, i.e. by CSS, <strong>does not work</strong>. You need to alter the z-index of the wrapper DIV provided by Lectora. It is created during run-time using this code:</p>
<blockquote>
<p><em>object-name = new ObjInline('object-name',null,0,580,900,40,1,<strong>15</strong>,null,'div')<br />
object-name.build()</em></p>
</blockquote>
<p>The Lectora code sets the z-index! Thus, your z-index from the CSS would be ignored, and you need to update it during runtime, as I have described above.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2011/02/lectoras-external-html-object-and-z-index/' addthis:title='Lectoras external HTML object and z-index ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.ideaday.de/max/2011/02/lectoras-external-html-object-and-z-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding content to the head of Lectora HTML output</title>
		<link>http://blog.ideaday.de/max/2010/05/adding-content-to-the-head-of-lectora-html-output/</link>
		<comments>http://blog.ideaday.de/max/2010/05/adding-content-to-the-head-of-lectora-html-output/#comments</comments>
		<pubDate>Sun, 23 May 2010 13:20:14 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Lectora]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.ideaday.de/max/2010/05/adding-content-to-the-head-of-lectora-html-output/</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2010/05/adding-content-to-the-head-of-lectora-html-output/' addthis:title='Adding content to the head of Lectora HTML output '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>There's the possibility to add an "external HTML object". If you choose "header scripting", your content would be added to the &#60;script&#62; section of Lectora in the header. In most cases that's not what you want to achieve. There's another strange option "Top of file scripting" which simply inserts your content just before the &#60;!DOCTYPE&#62; [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2010/05/adding-content-to-the-head-of-lectora-html-output/' addthis:title='Adding content to the head of Lectora HTML output ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2010/05/adding-content-to-the-head-of-lectora-html-output/' addthis:title='Adding content to the head of Lectora HTML output '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>There's the possibility to add an "external HTML object". If you choose <strong>"header scripting"</strong>, your content would be added to the &lt;script&gt; section of Lectora in the header. In most cases that's <strong>not</strong> what you want to achieve. There's another strange option "Top of file scripting" which simply inserts your content just before the &lt;!DOCTYPE&gt; tag. The only use I can see for this is for PHP scripting which needs to be done before any output was sent to the browser (i.e. header modification).</p>
<p>What you want to choose <strong>to include arbitrary content to the &lt;HEAD&gt; section</strong> of Lectora generated HTML documents is the <strong>"META Tag"</strong> option. Unfortunately, this does not allow to include external .txt files, so you have to paste your code in Lectora's input window. (You would have needed to update the .txt file anyways, as Lectora stays with the initial .txt file version instead of updating it from the hard disk every time. That way it's not really a big loss that you can't use .txt files.)</p>
<p>And there IS a way to include a file's contents in the header. Just drop a PHP file somewhere on your server and include it using the following as a "meta tag":</p>
<blockquote>
<p>&lt;?php include('your/path/to/header.php');?&gt;</p>
</blockquote>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2010/05/adding-content-to-the-head-of-lectora-html-output/' addthis:title='Adding content to the head of Lectora HTML output ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.ideaday.de/max/2010/05/adding-content-to-the-head-of-lectora-html-output/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lectora and unterminated string literals</title>
		<link>http://blog.ideaday.de/max/2010/02/lectora-and-unterminated-string-literals/</link>
		<comments>http://blog.ideaday.de/max/2010/02/lectora-and-unterminated-string-literals/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 19:54:12 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[Lectora]]></category>
		<category><![CDATA[Service]]></category>

		<guid isPermaLink="false">http://blog.ideaday.de/max/2010/02/lectora-and-unterminated-string-literals/</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2010/02/lectora-and-unterminated-string-literals/' addthis:title='Lectora and unterminated string literals '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>Sometimes Lectora renders the HTML, and you end up with broken pages. You start trying to disable things, sometimes it works, sometimes it doesn't. My advice: first use Firefox' error console to find out what the error is about. Sometimes it's an "unterminated string literal": VarAktuellerKapitelname.set( 'El modelo biopsicosocial integrativo de la CIF ' ) [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2010/02/lectora-and-unterminated-string-literals/' addthis:title='Lectora and unterminated string literals ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2010/02/lectora-and-unterminated-string-literals/' addthis:title='Lectora and unterminated string literals '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>Sometimes Lectora renders the HTML, and you end up with broken pages. You start trying to disable things, sometimes it works, sometimes it doesn't.</p>
<p>My advice: first use Firefox' error console to find out what the error is about. Sometimes it's an "<strong>unterminated string literal</strong>":</p>
<blockquote>
<p>VarAktuellerKapitelname.set( 'El modelo biopsicosocial integrativo de la CIF</p>
<p>' )</p>
</blockquote>
<p>You can solve this problem by patching the file and re-copying it over the output when rendering. (Of course you have to keep track of whether the page gets updated &#8230;)</p>
<p><strong>Here's the correct version of this line of code:</strong></p>
<blockquote>
<p>VarAktuellerKapitelname.set( 'El modelo biopsicosocial integrativo de la CIF' )</p>
</blockquote>
<p>Easy, huh? The real challenge lies in tracking the little files &#8230; Well, why don't you make it our problem? We'll solve Lectora problems for you &#8211; <a href="http://www.ideaday.de/kontakt">ask for our competitive rates</a>!</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2010/02/lectora-and-unterminated-string-literals/' addthis:title='Lectora and unterminated string literals ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.ideaday.de/max/2010/02/lectora-and-unterminated-string-literals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/27 queries in 0.014 seconds using disk: basic
Object Caching 710/764 objects using disk: basic
Content Delivery Network via ideadayblog.ideaday.netdna-cdn.com

Served from: blog.ideaday.de @ 2012-02-06 18:55:09 -->
