<?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"
	>
<channel>
	<title>Comments on: Lightbox feature added to JaS - JavaScript Slides</title>
	<atom:link href="http://www.robertnyman.com/2006/09/15/lightbox-feature-added-to-jas-javascript-slides/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robertnyman.com/2006/09/15/lightbox-feature-added-to-jas-javascript-slides/</link>
	<description>Web development and Internet trends</description>
	<pubDate>Fri, 29 Aug 2008 23:54:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2006/09/15/lightbox-feature-added-to-jas-javascript-slides/#comment-32026</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Wed, 31 Jan 2007 21:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/15/lightbox-feature-added-to-jas-javascript-slides/#comment-32026</guid>
		<description>oDesk,

I'm glad it worked out for you! :-)</description>
		<content:encoded><![CDATA[<p>oDesk,</p>
<p>I&#8217;m glad it worked out for you! <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oDesk</title>
		<link>http://www.robertnyman.com/2006/09/15/lightbox-feature-added-to-jas-javascript-slides/#comment-31947</link>
		<dc:creator>oDesk</dc:creator>
		<pubDate>Wed, 31 Jan 2007 14:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/15/lightbox-feature-added-to-jas-javascript-slides/#comment-31947</guid>
		<description>hi Robert,
	i changed $ to   $jas 
instead of replacing $ with document.getElementById

and now it dose work

thanks for your fast reply

yours
oDesk</description>
		<content:encoded><![CDATA[<p>hi Robert,<br />
	i changed $ to   $jas<br />
instead of replacing $ with document.getElementById</p>
<p>and now it dose work</p>
<p>thanks for your fast reply</p>
<p>yours<br />
oDesk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2006/09/15/lightbox-feature-added-to-jas-javascript-slides/#comment-31873</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Wed, 31 Jan 2007 08:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/15/lightbox-feature-added-to-jas-javascript-slides/#comment-31873</guid>
		<description>oDesk,

Try replacing all instances of &lt;code&gt;$&lt;/code&gt; with &lt;code&gt;document.getElementById&lt;/code&gt;. Then it should probaly work with jQuery.

As of now, waiting for loading and repeating slide shows aren't supported.</description>
		<content:encoded><![CDATA[<p>oDesk,</p>
<p>Try replacing all instances of <code>$</code> with <code>document.getElementById</code>. Then it should probaly work with jQuery.</p>
<p>As of now, waiting for loading and repeating slide shows aren&#8217;t supported.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oDesk</title>
		<link>http://www.robertnyman.com/2006/09/15/lightbox-feature-added-to-jas-javascript-slides/#comment-31829</link>
		<dc:creator>oDesk</dc:creator>
		<pubDate>Wed, 31 Jan 2007 05:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/15/lightbox-feature-added-to-jas-javascript-slides/#comment-31829</guid>
		<description>how i can pause the next image untill its loaded then continue the show?

    also when loop lasts it dose not go from begining it's just stop
so how i make it loop for ever?

your
oDesk</description>
		<content:encoded><![CDATA[<p>how i can pause the next image untill its loaded then continue the show?</p>
<p>    also when loop lasts it dose not go from begining it&#8217;s just stop<br />
so how i make it loop for ever?</p>
<p>your<br />
oDesk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oDesk</title>
		<link>http://www.robertnyman.com/2006/09/15/lightbox-feature-added-to-jas-javascript-slides/#comment-31825</link>
		<dc:creator>oDesk</dc:creator>
		<pubDate>Wed, 31 Jan 2007 05:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/15/lightbox-feature-added-to-jas-javascript-slides/#comment-31825</guid>
		<description>hi Robert,
i get stuck using jas.js with jQuery.js in same page
when loading jas.js before jQuery.js -&#62; jas does not work
if jQuery.js loaded before jas.js -&#62; jQuery does not work

this only happen with IE , it does work in FF without problems
although i'm calling jQuery like this
$j=jQuery;
then $j() not $() because i noticed that jas using $()

what i should do to make IE working with both jQuery and jas without problems
note: i'm not getting error but js files does not affect.

yours
oDesk</description>
		<content:encoded><![CDATA[<p>hi Robert,<br />
i get stuck using jas.js with jQuery.js in same page<br />
when loading jas.js before jQuery.js -&gt; jas does not work<br />
if jQuery.js loaded before jas.js -&gt; jQuery does not work</p>
<p>this only happen with <acronym title="Internet Explorer">IE</acronym> , it does work in FF without problems<br />
although i&#8217;m calling jQuery like this<br />
$j=jQuery;<br />
then $j() not $() because i noticed that jas using $()</p>
<p>what i should do to make <acronym title="Internet Explorer">IE</acronym> working with both jQuery and jas without problems<br />
note: i&#8217;m not getting error but js files does not affect.</p>
<p>yours<br />
oDesk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FaT-Focus at This - advanced JavaScript focusing library - Robert&#8217;s talk</title>
		<link>http://www.robertnyman.com/2006/09/15/lightbox-feature-added-to-jas-javascript-slides/#comment-10074</link>
		<dc:creator>FaT-Focus at This - advanced JavaScript focusing library - Robert&#8217;s talk</dc:creator>
		<pubDate>Fri, 22 Sep 2006 12:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/15/lightbox-feature-added-to-jas-javascript-slides/#comment-10074</guid>
		<description>[...] vaScript focusing library 					Published on Friday, September 22nd, 2006 					When I added the lightbox-like feature to JaS I was talking to my frien [...]</description>
		<content:encoded><![CDATA[<p>[...] vaScript focusing library 					Published on Friday, September 22nd, 2006 					When I added the lightbox-like feature to JaS I was talking to my frien [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JaS - like your own mini-Flickr - Robert&#8217;s talk</title>
		<link>http://www.robertnyman.com/2006/09/15/lightbox-feature-added-to-jas-javascript-slides/#comment-9332</link>
		<dc:creator>JaS - like your own mini-Flickr - Robert&#8217;s talk</dc:creator>
		<pubDate>Fri, 15 Sep 2006 13:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/09/15/lightbox-feature-added-to-jas-javascript-slides/#comment-9332</guid>
		<description>[...] 			JaS - like your own mini-Flickr 					Published on Wednesday, April 12th, 2006 					     Lightbox feature added September 15th 2006.   Pretty much  [...]</description>
		<content:encoded><![CDATA[<p>[...] 			JaS - like your own mini-Flickr 					Published on Wednesday, April 12th, 2006 					     Lightbox feature added September 15th 2006.   Pretty much  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
