<?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; JQuery Tools</title>
	<atom:link href="http://blog.ideaday.de/max/tag/jquery-tools/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>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>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 429/449 objects using disk: basic
Content Delivery Network via ideadayblog.ideaday.netdna-cdn.com

Served from: blog.ideaday.de @ 2012-02-06 19:36:40 -->
