<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Easy to update thumbnail gallery using Textpattern and Galleriffic</title>
	<atom:link href="http://fuelyourcoding.com/easy-to-update-thumbnail-gallery-using-textpattern-and-galleriffic/feed/" rel="self" type="application/rss+xml" />
	<link>http://fuelyourcoding.com/easy-to-update-thumbnail-gallery-using-textpattern-and-galleriffic/</link>
	<description></description>
	<lastBuildDate>Wed, 25 Aug 2010 16:03:29 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sara</title>
		<link>http://fuelyourcoding.com/easy-to-update-thumbnail-gallery-using-textpattern-and-galleriffic/comment-page-1/#comment-3220</link>
		<dc:creator>sara</dc:creator>
		<pubDate>Mon, 09 Aug 2010 01:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=631#comment-3220</guid>
		<description>Thanks for this tutorial, it&#039;s straightforward and easy to use - as a Textpattern beginner, I struggle to understand some of the plugins, etc and it&#039;s great to have a straightforward tutorial to work from.

I&#039;m wondering if it would be possible to just pull all the images from an image category instead of designating the article image number?</description>
		<content:encoded><![CDATA[<p>Thanks for this tutorial, it&#8217;s straightforward and easy to use &#8211; as a Textpattern beginner, I struggle to understand some of the plugins, etc and it&#8217;s great to have a straightforward tutorial to work from.</p>
<p>I&#8217;m wondering if it would be possible to just pull all the images from an image category instead of designating the article image number?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://fuelyourcoding.com/easy-to-update-thumbnail-gallery-using-textpattern-and-galleriffic/comment-page-1/#comment-3078</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Thu, 15 Jul 2010 21:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=631#comment-3078</guid>
		<description>For anyone using this and adding lots of pictures, just to add another tweak

When I got to about 65 images the whole set up stalled and wouldn&#039;t load any more images

Arrrggghhhh, but then....

With help over at the Textpattern Forum it was identified that the Images box where the image numbers are entered had a 255 character limit

Assuming commas are characters…

1-9=18

10-89=237

18+237=255

So if numbers are consecutive the maximum number of images using this method without altering the VARCHAR is 89

I changed the VARCHAR in the database (don&#039;t ask me, I&#039;d never been in there before.....but I found it) to 500 or so and it worked fine

However in the end I simply set up linked gallery pages with 6 times 10 images in each - this makes the list of numbers more manageable

Take care

Stephen</description>
		<content:encoded><![CDATA[<p>For anyone using this and adding lots of pictures, just to add another tweak</p>
<p>When I got to about 65 images the whole set up stalled and wouldn&#8217;t load any more images</p>
<p>Arrrggghhhh, but then&#8230;.</p>
<p>With help over at the Textpattern Forum it was identified that the Images box where the image numbers are entered had a 255 character limit</p>
<p>Assuming commas are characters…</p>
<p>1-9=18</p>
<p>10-89=237</p>
<p>18+237=255</p>
<p>So if numbers are consecutive the maximum number of images using this method without altering the VARCHAR is 89</p>
<p>I changed the VARCHAR in the database (don&#8217;t ask me, I&#8217;d never been in there before&#8230;..but I found it) to 500 or so and it worked fine</p>
<p>However in the end I simply set up linked gallery pages with 6 times 10 images in each &#8211; this makes the list of numbers more manageable</p>
<p>Take care</p>
<p>Stephen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marie poulin</title>
		<link>http://fuelyourcoding.com/easy-to-update-thumbnail-gallery-using-textpattern-and-galleriffic/comment-page-1/#comment-3017</link>
		<dc:creator>marie poulin</dc:creator>
		<pubDate>Wed, 07 Jul 2010 06:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=631#comment-3017</guid>
		<description>Hey,
it would be helpful if you could post a link, but usually that is a sign that your jquery script has not been linked properly. 
Check your url, see if the file is calling where you are telling it to call. 
Send me a link, i&#039;ll take a look!</description>
		<content:encoded><![CDATA[<p>Hey,<br />
it would be helpful if you could post a link, but usually that is a sign that your jquery script has not been linked properly.<br />
Check your url, see if the file is calling where you are telling it to call.<br />
Send me a link, i&#8217;ll take a look!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://fuelyourcoding.com/easy-to-update-thumbnail-gallery-using-textpattern-and-galleriffic/comment-page-1/#comment-3014</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Wed, 07 Jul 2010 01:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=631#comment-3014</guid>
		<description>Yes that was a stage I got to, with the images loading in a new window

I &#039;think&#039; that was when Marie noticed this

It also looks like your page is not properly linked to the javascript files. for example, you are linking to “/files/jquery.galleriffic.js/” where you should be linking to “mobilizingmouse/files/jquery.gallerific.js/” for both files…

Look at this perhaps

Can you post a link to the page?

Stephen</description>
		<content:encoded><![CDATA[<p>Yes that was a stage I got to, with the images loading in a new window</p>
<p>I &#8216;think&#8217; that was when Marie noticed this</p>
<p>It also looks like your page is not properly linked to the javascript files. for example, you are linking to “/files/jquery.galleriffic.js/” where you should be linking to “mobilizingmouse/files/jquery.gallerific.js/” for both files…</p>
<p>Look at this perhaps</p>
<p>Can you post a link to the page?</p>
<p>Stephen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jayme</title>
		<link>http://fuelyourcoding.com/easy-to-update-thumbnail-gallery-using-textpattern-and-galleriffic/comment-page-1/#comment-3013</link>
		<dc:creator>Jayme</dc:creator>
		<pubDate>Tue, 06 Jul 2010 22:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=631#comment-3013</guid>
		<description>This is a great, easy to follow tutorial, but I can&#039;t get everything to work properly. I am able to load thumbnails and the javascript opacity hovers are working fine, but the large image doesn&#039;t appear on the right side. If I click a thumbnail it loads the full-sized image in a new page. I&#039;ve copied everything exact, all javascript files are loading and the code is identical to this tutorial and Stephen&#039;s working online example. Any ideas?</description>
		<content:encoded><![CDATA[<p>This is a great, easy to follow tutorial, but I can&#8217;t get everything to work properly. I am able to load thumbnails and the javascript opacity hovers are working fine, but the large image doesn&#8217;t appear on the right side. If I click a thumbnail it loads the full-sized image in a new page. I&#8217;ve copied everything exact, all javascript files are loading and the code is identical to this tutorial and Stephen&#8217;s working online example. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://fuelyourcoding.com/easy-to-update-thumbnail-gallery-using-textpattern-and-galleriffic/comment-page-1/#comment-2877</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Sun, 20 Jun 2010 17:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=631#comment-2877</guid>
		<description>Just to finish this thread off for anyone else who is trying to reproduce this gallery

With Marie&#039;s help, here and behind the scenes, it&#039;s all up and running just fine

http://www.mobilizingmouse.com/mobilizingmouse/gallery/

Now I&#039;m just working on optimizing the file size vs quality for each picture

The steps polishing the code were simple and annoyingly small - missing a &#039;/&#039; in the code as mentioned above for example

In creating this section it also improved my understanding of Textpattern

(It&#039;s really quite a lot like SSI at its core)

Thanks again Marie for the inspiring tutorial

Stephen</description>
		<content:encoded><![CDATA[<p>Just to finish this thread off for anyone else who is trying to reproduce this gallery</p>
<p>With Marie&#8217;s help, here and behind the scenes, it&#8217;s all up and running just fine</p>
<p><a href="http://www.mobilizingmouse.com/mobilizingmouse/gallery/" rel="nofollow">http://www.mobilizingmouse.com/mobilizingmouse/gallery/</a></p>
<p>Now I&#8217;m just working on optimizing the file size vs quality for each picture</p>
<p>The steps polishing the code were simple and annoyingly small &#8211; missing a &#8216;/&#8217; in the code as mentioned above for example</p>
<p>In creating this section it also improved my understanding of Textpattern</p>
<p>(It&#8217;s really quite a lot like SSI at its core)</p>
<p>Thanks again Marie for the inspiring tutorial</p>
<p>Stephen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marie poulin</title>
		<link>http://fuelyourcoding.com/easy-to-update-thumbnail-gallery-using-textpattern-and-galleriffic/comment-page-1/#comment-2805</link>
		<dc:creator>marie poulin</dc:creator>
		<pubDate>Mon, 14 Jun 2010 23:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=631#comment-2805</guid>
		<description>It also looks like your page is not properly linked to the javascript files. for example, you are linking to &quot;/files/jquery.galleriffic.js&quot; where you should be linking to &quot;mobilizingmouse/files/jquery.gallerific.js&quot; for both files...</description>
		<content:encoded><![CDATA[<p>It also looks like your page is not properly linked to the javascript files. for example, you are linking to &#8220;/files/jquery.galleriffic.js&#8221; where you should be linking to &#8220;mobilizingmouse/files/jquery.gallerific.js&#8221; for both files&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marie poulin</title>
		<link>http://fuelyourcoding.com/easy-to-update-thumbnail-gallery-using-textpattern-and-galleriffic/comment-page-1/#comment-2804</link>
		<dc:creator>marie poulin</dc:creator>
		<pubDate>Mon, 14 Jun 2010 23:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=631#comment-2804</guid>
		<description>Hi Stephen,

Looking at your source code, I can see the error is in your article_image form, so it is not calling the thumbnails properly. Why don&#039;t you email me directly and I can take a look? hello@mariepoulin.com</description>
		<content:encoded><![CDATA[<p>Hi Stephen,</p>
<p>Looking at your source code, I can see the error is in your article_image form, so it is not calling the thumbnails properly. Why don&#8217;t you email me directly and I can take a look? <a href="mailto:hello@mariepoulin.com">hello@mariepoulin.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://fuelyourcoding.com/easy-to-update-thumbnail-gallery-using-textpattern-and-galleriffic/comment-page-1/#comment-2803</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Mon, 14 Jun 2010 22:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=631#comment-2803</guid>
		<description>Thanks so much for the speedy and full response

I&#039;ve gone for the untouched recreation of your example to see if I can set it up before I get creative with the CSS etc

I&#039;ve tried this from scratch three times now and this is what I&#039;m getting here:

http://www.mobilizingmouse.com/mobilizingmouse/gallery/

{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf540 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} \margl1440\margr1440\vieww9000\viewh8400\viewkind0 \pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural \f0\fs24 \cf0 \ }

So since this is code being displayed is this an error in the &#039;article_image_form&#039; or &#039;gallery&#039; forms?


***   ***   ***

Further digging about seems to suggest the error in in the syntax of the gallery file

Here&#039;s a screenshot of the section as diagnosed with HyperEdit

http://www.mobilizingmouse.com/images/errors.jpg

This means I think that the scripts are not running and the images are not loading

I did validate the css after adding an escape at the end (*/)here


div.navigation {

/* The navigation style is set by a 
javascript generated style on the page.
This is so that the javascript specific styles won&#039;t be applied unless javascript is enabled. */}

Thanks for when you have a minute to look!

take care

Stephen</description>
		<content:encoded><![CDATA[<p>Thanks so much for the speedy and full response</p>
<p>I&#8217;ve gone for the untouched recreation of your example to see if I can set it up before I get creative with the CSS etc</p>
<p>I&#8217;ve tried this from scratch three times now and this is what I&#8217;m getting here:</p>
<p><a href="http://www.mobilizingmouse.com/mobilizingmouse/gallery/" rel="nofollow">http://www.mobilizingmouse.com/mobilizingmouse/gallery/</a></p>
<p>{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf540 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} \margl1440\margr1440\vieww9000\viewh8400\viewkind0 \pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural \f0\fs24 \cf0 \ }</p>
<p>So since this is code being displayed is this an error in the &#8216;article_image_form&#8217; or &#8216;gallery&#8217; forms?</p>
<p>***   ***   ***</p>
<p>Further digging about seems to suggest the error in in the syntax of the gallery file</p>
<p>Here&#8217;s a screenshot of the section as diagnosed with HyperEdit</p>
<p><a href="http://www.mobilizingmouse.com/images/errors.jpg" rel="nofollow">http://www.mobilizingmouse.com/images/errors.jpg</a></p>
<p>This means I think that the scripts are not running and the images are not loading</p>
<p>I did validate the css after adding an escape at the end (*/)here</p>
<p>div.navigation {</p>
<p>/* The navigation style is set by a<br />
javascript generated style on the page.<br />
This is so that the javascript specific styles won&#8217;t be applied unless javascript is enabled. */}</p>
<p>Thanks for when you have a minute to look!</p>
<p>take care</p>
<p>Stephen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marie poulin</title>
		<link>http://fuelyourcoding.com/easy-to-update-thumbnail-gallery-using-textpattern-and-galleriffic/comment-page-1/#comment-2758</link>
		<dc:creator>marie poulin</dc:creator>
		<pubDate>Fri, 11 Jun 2010 19:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=631#comment-2758</guid>
		<description>@Stephen

I can email you my ebl-image-edit? Keep in mind that plugin is not essential for this tutorial to work. you can still use textpattern to create a basic cropped thumbnail, or you can upload a thumbnail separately from the image.

As for the css- its really up to you. If you have a stylesheet that is already in place, just copy the relevant css from the gallery into your own stylesheet. 
Alternately, as you said, you could have the gallery page call that css file.

I tend to stick to one css file, so I just move the relevant gallery-specific css into your existing css. (all the relevant gallery stuff is all grouped together, and should be pretty straightforward)... let me know if you have any trouble or need more clarification. (you can email me directly)
Cheers!</description>
		<content:encoded><![CDATA[<p>@Stephen</p>
<p>I can email you my ebl-image-edit? Keep in mind that plugin is not essential for this tutorial to work. you can still use textpattern to create a basic cropped thumbnail, or you can upload a thumbnail separately from the image.</p>
<p>As for the css- its really up to you. If you have a stylesheet that is already in place, just copy the relevant css from the gallery into your own stylesheet.<br />
Alternately, as you said, you could have the gallery page call that css file.</p>
<p>I tend to stick to one css file, so I just move the relevant gallery-specific css into your existing css. (all the relevant gallery stuff is all grouped together, and should be pretty straightforward)&#8230; let me know if you have any trouble or need more clarification. (you can email me directly)<br />
Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://fuelyourcoding.com/easy-to-update-thumbnail-gallery-using-textpattern-and-galleriffic/comment-page-1/#comment-2738</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Thu, 10 Jun 2010 21:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=631#comment-2738</guid>
		<description>This looks just what I&#039;m trying to do with a gallery page, so thanks very much for the hard work and inspiration.

Still have not got it working though.......

A couple of questions:

1./ I too had the error message

&#039;Badly formed or empty plugin code.&#039;

and again at the Version 1 of ebl-image-edit

The upm_image version at the link you provided did work though

Is there a stable version 1 of the ebl-image-edit anywhere?

2./ The CSS

Surely I have to create a separate file sheet for use by the gallery page to prevent every page being governed by the css sheet you provide?

(quote)I have created a master style sheet that incorporates some of the Textpattern defaults as well as galleriffic specific css. Copy the content from the screen.css file provided in the Styles folder and paste it into your default styles tab under Presentation  &gt; Style.(endquote)

so are you suggesting then saving this as say gallery.css and using it solely for the gallery page?

I&#039;m fine with CSS but still getting my brain around how Textpattern works.

Stephen

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>This looks just what I&#8217;m trying to do with a gallery page, so thanks very much for the hard work and inspiration.</p>
<p>Still have not got it working though&#8230;&#8230;.</p>
<p>A couple of questions:</p>
<p>1./ I too had the error message</p>
<p>&#8216;Badly formed or empty plugin code.&#8217;</p>
<p>and again at the Version 1 of ebl-image-edit</p>
<p>The upm_image version at the link you provided did work though</p>
<p>Is there a stable version 1 of the ebl-image-edit anywhere?</p>
<p>2./ The CSS</p>
<p>Surely I have to create a separate file sheet for use by the gallery page to prevent every page being governed by the css sheet you provide?</p>
<p>(quote)I have created a master style sheet that incorporates some of the Textpattern defaults as well as galleriffic specific css. Copy the content from the screen.css file provided in the Styles folder and paste it into your default styles tab under Presentation  &gt; Style.(endquote)</p>
<p>so are you suggesting then saving this as say gallery.css and using it solely for the gallery page?</p>
<p>I&#8217;m fine with CSS but still getting my brain around how Textpattern works.</p>
<p>Stephen</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marie poulin</title>
		<link>http://fuelyourcoding.com/easy-to-update-thumbnail-gallery-using-textpattern-and-galleriffic/comment-page-1/#comment-1894</link>
		<dc:creator>marie poulin</dc:creator>
		<pubDate>Thu, 11 Feb 2010 19:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=631#comment-1894</guid>
		<description>I have not had a problem with that plugin in 4.2- are you sure you have copied and pasted it properly? You can find it in a few diff places on the web... try with: http://utterplush.com/txp-plugins/upm-image</description>
		<content:encoded><![CDATA[<p>I have not had a problem with that plugin in 4.2- are you sure you have copied and pasted it properly? You can find it in a few diff places on the web&#8230; try with: <a href="http://utterplush.com/txp-plugins/upm-image" rel="nofollow">http://utterplush.com/txp-plugins/upm-image</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 1001</title>
		<link>http://fuelyourcoding.com/easy-to-update-thumbnail-gallery-using-textpattern-and-galleriffic/comment-page-1/#comment-1522</link>
		<dc:creator>1001</dc:creator>
		<pubDate>Sun, 27 Dec 2009 18:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=631#comment-1522</guid>
		<description>It seems that upm_image plugin is not working with TXP 4.2... every time I try to load it appears this message:

Badly formed or empty plugin code.</description>
		<content:encoded><![CDATA[<p>It seems that upm_image plugin is not working with TXP 4.2&#8230; every time I try to load it appears this message:</p>
<p>Badly formed or empty plugin code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://fuelyourcoding.com/easy-to-update-thumbnail-gallery-using-textpattern-and-galleriffic/comment-page-1/#comment-1238</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Tue, 17 Nov 2009 19:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=631#comment-1238</guid>
		<description>I can&#039;t get this working :-(... I followed every step and at the end I get the following error message:
&quot;Tag error:   -&gt;  Textpattern Warning: tag does not exist  on line 983&quot;</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get this working :-(&#8230; I followed every step and at the end I get the following error message:<br />
&#8220;Tag error:   ->  Textpattern Warning: tag does not exist  on line 983&#8243;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anvar</title>
		<link>http://fuelyourcoding.com/easy-to-update-thumbnail-gallery-using-textpattern-and-galleriffic/comment-page-1/#comment-1032</link>
		<dc:creator>Anvar</dc:creator>
		<pubDate>Sat, 17 Oct 2009 22:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=631#comment-1032</guid>
		<description>Hello i am a beginner from sweden, looking for some help with this gallery, i know how to make a website, but i dont know how to install a javascript gallery on my website. is there anyone out there who wants to help me please?

btw, great tutorial but i dont understand what to do, i want it to work, i have tried with some galleries but i dont get it to work.

email me, anvar@imaxstudio.se</description>
		<content:encoded><![CDATA[<p>Hello i am a beginner from sweden, looking for some help with this gallery, i know how to make a website, but i dont know how to install a javascript gallery on my website. is there anyone out there who wants to help me please?</p>
<p>btw, great tutorial but i dont understand what to do, i want it to work, i have tried with some galleries but i dont get it to work.</p>
<p>email me, <a href="mailto:anvar@imaxstudio.se">anvar@imaxstudio.se</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
