<?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>alex.rabe &#187; jQuery</title>
	<atom:link href="http://alexrabe.de/category/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexrabe.de</link>
	<description>ALEX RABE &#124; learning by doing...</description>
	<lastBuildDate>Mon, 09 Apr 2012 09:26:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Goodbye Flash ?</title>
		<link>http://alexrabe.de/2010/08/15/goodbye-flash/</link>
		<comments>http://alexrabe.de/2010/08/15/goodbye-flash/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 15:32:35 +0000</pubDate>
		<dc:creator>Alex Rabe</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[NextGEN Gallery]]></category>
		<category><![CDATA[NextGEN-Gallery]]></category>

		<guid isPermaLink="false">http://alexrabe.de/?p=683</guid>
		<description><![CDATA[I&#8217;m working now a couple of weeks on a new slideshow options, which is based on pure Javascript, so it&#8217;s possible to view them as well on a iPad/iPhone and other mobile devices.  I estimated that it will take just a couple of hours, but I ran into various challenges. I would like to share some of my problems :
First [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working now a couple of weeks on a new slideshow options, which is based on pure Javascript, so it&#8217;s possible to view them as well on a iPad/iPhone and other mobile devices.  I estimated that it will take just a couple of hours, but I ran into various challenges. I would like to share some of my problems :</p>
<p>First of all I looked for all the great jQuery Plugins on the market, <a href="http://vandelaydesign.com/blog/web-development/jquery-image-galleries/">here you find</a> IMHO the best ones. I thought that I just need to grab one of these slideshow plugins and add this to my code, but I came across a couple of problems to replace the existing flash solution.  A flash slideshow solves three  issues :</p>
<ul>
<li>Any theme related style sheet didn&#8217;t affected the flash layout</li>
<li>It load images step by step</li>
<li>It can resize mixed image formats ( portrait / landscape )</li>
</ul>
<p>NextGEN Gallery is a plugin which should nearly handle all kind of themes / layout / formats, if you look into the samples above you find a lot of great designed slideshow, but they will not fit to every theme layout. So I need to pickup a solution which requires a minimum of styling, the rest should be pat of the theme author.</p>
<p>Another point : The most jQuery Slideshow plugins are not designed for loading speed, they parse a hidden div/ul list which contain the images. This is ok for 5-10 images, but not for a gallery which can contain 100+ images. A page load will blow up. So I need to add a AJAX based loading for the images.  I study a couple of plugins and decided to use <a href="http://malsup.com/jquery/cycle/">jQuery Cycle</a>, it contains a lot of functions and can handle a AJAX loading of images.</p>
<p>In the second step I&#8217;m looking for a reliable solution to resize a image to the wanted size and keep the ratio, also jQuery Cycle has here some problems. WordPress.com introduce a <a href="http://en.support.wordpress.com/slideshows/">slideshow</a> feature and while I study the solution I recognize that they resize the images on server side, no need to  handle this later in the script code. Very good for bandwidth, but I need to cache resized images in this case , otherwise your web hoster and your server cpu usage will blow up.</p>
<p>Currently I load the full images step by step and setup then the wanted container  height, I&#8217;m still working on a  solution to center images. You can watch a first result here :</p>
<p><a href="http://nextgen-gallery.com/playground/jquery-cycle/">http://nextgen-gallery.com/playground/jquery-cycle/</a></p>
<p>Any hints / comments  for a better solution are welcome</p>
]]></content:encoded>
			<wfw:commentRss>http://alexrabe.de/2010/08/15/goodbye-flash/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>jQuery takes a flight of fancy ?</title>
		<link>http://alexrabe.de/2007/11/23/jquery-takes-a-flight-of-fancy/</link>
		<comments>http://alexrabe.de/2007/11/23/jquery-takes-a-flight-of-fancy/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 17:58:28 +0000</pubDate>
		<dc:creator>Alex Rabe</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[conflict]]></category>
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://alexrabe.de/2007/11/23/jquery-takes-a-flight-of-fancy/</guid>
		<description><![CDATA[WordPress used it, Google use it and also I use it. I&#8217;m a big fan of jQuery and the work of this team. But now I get problems in combination with the interface elements. Firefox shows a couple of problems in combination with V1.2.1 and IE7 didn&#8217;t work at all&#8230;
After I study the forums around [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress used it, Google use it and also I use it. I&#8217;m a big fan of jQuery and the work of this team. But now I get problems in combination with the <a href="http://interface.eyecon.ro/">interface elements</a>. Firefox shows a couple of problems in combination with V1.2.1 and IE7 didn&#8217;t work at all&#8230;</p>
<p>After I study the forums around this problem, I found out that the changes since 1.1.4 get in conflict with the interface lib. I found no response from any jQuery developer, the interface lib is dead. Ok, I know that <a href="http://ui.jquery.com/">jQuery.UI</a> is the successor and all attention is put on this plugin, but it&#8217;s by far not at the level as the older interface lib. I used the sortable / draggable feature in NextGEN Gallery and I hope I get in the future a similar feature with jQuery.UI.</p>
<p>For now I need to go back to Version 1.1.3&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://alexrabe.de/2007/11/23/jquery-takes-a-flight-of-fancy/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Bugfixes for IIS</title>
		<link>http://alexrabe.de/2007/10/20/bugfixes-for-iis/</link>
		<comments>http://alexrabe.de/2007/10/20/bugfixes-for-iis/#comments</comments>
		<pubDate>Sat, 20 Oct 2007 08:46:59 +0000</pubDate>
		<dc:creator>Alex Rabe</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[NextGEN Gallery]]></category>
		<category><![CDATA[NextGEN-Gallery]]></category>

		<guid isPermaLink="false">http://alexrabe.de/2007/10/20/bugfixes-for-iis/</guid>
		<description><![CDATA[So I uploaded a new bugfix release which contain only minor changes for IIS, I hope I catched the most of them. I&#8217;m already started the 0.8x branch in the last days, but this next release will take a longer time than in the past. I&#8217;m reading all feature wishes and requirements and try now [...]]]></description>
			<content:encoded><![CDATA[<p>So I uploaded a new bugfix release which contain only minor changes for IIS, I hope I catched the most of them. I&#8217;m already started the 0.8x branch in the last days, but this next release will take a longer time than in the past. I&#8217;m reading all feature wishes and requirements and try now to merge the most wanted request into this version.</p>
<p>One of this points is a better AJAX / jQuery function for the pagination, if someone have good ideas or is disposed to help, please contact me. It will speed up the development&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://alexrabe.de/2007/10/20/bugfixes-for-iis/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>

