<?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; Opera</title>
	<atom:link href="http://blog.ideaday.de/max/tag/opera/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>JQuery Tools and Tabs in IE</title>
		<link>http://blog.ideaday.de/max/2010/02/jquery-tools-and-tabs-in-ie/</link>
		<comments>http://blog.ideaday.de/max/2010/02/jquery-tools-and-tabs-in-ie/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 13:54:27 +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[IE]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[JQuery Tools]]></category>
		<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://blog.ideaday.de/max/2010/02/jquery-tools-and-tabs-in-ie/</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2010/02/jquery-tools-and-tabs-in-ie/' addthis:title='JQuery Tools and Tabs in IE '  ><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>Internet Explorer's refusing to work with the tabs &#8211; that is, the first two tabs work then everything breaks. Firefoxy and Opera do what I intend them to do. Have I mentioned that cross-browser developing can be a burden? It turns out, that Internet Explorer has a problem with the &#60;FORM&#62; not wrapping around everything, [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2010/02/jquery-tools-and-tabs-in-ie/' addthis:title='JQuery Tools and Tabs in IE ' ><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/jquery-tools-and-tabs-in-ie/' addthis:title='JQuery Tools and Tabs in IE '  ><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>Internet Explorer's refusing to work with the tabs &#8211; that is, the first two tabs work then everything breaks. Firefoxy and Opera do what I intend them to do. Have I mentioned that cross-browser developing can be a burden?</p>
<p>It turns out, that Internet Explorer has a problem with the <strong>&lt;FORM&gt;</strong> not wrapping around everything, but being split up between DIVs.</p>
<p><strong>This does not work with Internet Explorer:</strong></p>
<blockquote>
<p>&lt;div class="panes"&gt;<br />
&lt;DIV&gt;<br />
&lt;form action="/" method="post"&gt;<br />
&#8230;<br />
&lt;/DIV&gt;<br />
&lt;DIV&gt;<br />
&#8230;<br />
&lt;/DIV&gt;<br />
&lt;DIV&gt;<br />
&lt;/form&gt;<br />
&lt;/DIV&gt;<br />
&lt;/DIV&gt;&lt;!&#8211;closing the panes&#8211;&gt;</p>
</blockquote>
<p><strong>This works:</strong></p>
<blockquote>
<p>&lt;form action="/" method="post"&gt;<br />
&lt;div class="panes"&gt;<br />
&lt;DIV&gt;<br />
&#8230;<br />
&lt;/DIV&gt;<br />
&lt;DIV&gt;<br />
&#8230;<br />
&lt;/DIV&gt;<br />
&lt;DIV&gt;<br />
&lt;/DIV&gt;<br />
&lt;/DIV&gt;&lt;!&#8211;closing the panes&#8211;&gt;<br />
&lt;/form&gt;&lt;!&#8211;form wraps around the panes &#8211;&gt;</p>
</blockquote>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2010/02/jquery-tools-and-tabs-in-ie/' addthis:title='JQuery Tools and Tabs in IE ' ><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/jquery-tools-and-tabs-in-ie/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/13 queries in 0.007 seconds using disk: basic
Object Caching 434/455 objects using disk: basic
Content Delivery Network via ideadayblog.ideaday.netdna-cdn.com

Served from: blog.ideaday.de @ 2012-02-06 18:26:36 -->
