<?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: Adding an Adobe Bridge web gallery to a site</title>
	<atom:link href="http://foundationphp.com/blog/2009/09/24/adding-an-adobe-bridge-web-gallery-to-a-site/feed/" rel="self" type="application/rss+xml" />
	<link>http://foundationphp.com/blog/2009/09/24/adding-an-adobe-bridge-web-gallery-to-a-site/</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 11:06:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: David Powers</title>
		<link>http://foundationphp.com/blog/2009/09/24/adding-an-adobe-bridge-web-gallery-to-a-site/comment-page-1/#comment-16615</link>
		<dc:creator>David Powers</dc:creator>
		<pubDate>Tue, 28 Sep 2010 23:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=107#comment-16615</guid>
		<description>Have you uploaded the contents of the resources folder?</description>
		<content:encoded><![CDATA[<p>Have you uploaded the contents of the resources folder?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julie Fanning</title>
		<link>http://foundationphp.com/blog/2009/09/24/adding-an-adobe-bridge-web-gallery-to-a-site/comment-page-1/#comment-16614</link>
		<dc:creator>Julie Fanning</dc:creator>
		<pubDate>Tue, 28 Sep 2010 22:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=107#comment-16614</guid>
		<description>I followed everything pretty much to a &quot;t&quot; with regard to the iFrame instructions. It works when viewed in a browser locally, and I&#039;ve double checked all links. However each time I&#039;ve uploaded the two pages to my hosting company, I get a blank white box. (I used the iFrame for 2 different galleries for 2009 and 2008 photos)

My hosting company said there is an inconsistency or issue with some of the values with accessing the Flash, and install of Flash Player, but that&#039;s something Bridge automatically included when I saved the gallery.

Files:
(Page with iFrame included)
    http://windyhillhaunt.com/gallery2009.html
(You can view the frame source for the index file in the white box, correct?)

Julie</description>
		<content:encoded><![CDATA[<p>I followed everything pretty much to a &#8220;t&#8221; with regard to the iFrame instructions. It works when viewed in a browser locally, and I&#8217;ve double checked all links. However each time I&#8217;ve uploaded the two pages to my hosting company, I get a blank white box. (I used the iFrame for 2 different galleries for 2009 and 2008 photos)</p>
<p>My hosting company said there is an inconsistency or issue with some of the values with accessing the Flash, and install of Flash Player, but that&#8217;s something Bridge automatically included when I saved the gallery.</p>
<p>Files:<br />
(Page with iFrame included)<br />
    <a href="http://windyhillhaunt.com/gallery2009.html" rel="nofollow">http://windyhillhaunt.com/gallery2009.html</a><br />
(You can view the frame source for the index file in the white box, correct?)</p>
<p>Julie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Desmond</title>
		<link>http://foundationphp.com/blog/2009/09/24/adding-an-adobe-bridge-web-gallery-to-a-site/comment-page-1/#comment-16589</link>
		<dc:creator>Desmond</dc:creator>
		<pubDate>Fri, 17 Sep 2010 17:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=107#comment-16589</guid>
		<description>David, hello and thank you for your tutorial.  I seem to be having the same problem as many here (gallery won&#039;t show on server).  If you&#039;d be willing to take a look at my page, it would be greatly appreciated.  I will also post over on the Dreamweaver forum.  

I have my gallery embedded in this page:

http://www.stompandcrush.com/quisomnian.html

This is the gallery index html:

http://www.stompandcrush.com/graffitigallery_newyork_netaacc.html</description>
		<content:encoded><![CDATA[<p>David, hello and thank you for your tutorial.  I seem to be having the same problem as many here (gallery won&#8217;t show on server).  If you&#8217;d be willing to take a look at my page, it would be greatly appreciated.  I will also post over on the Dreamweaver forum.  </p>
<p>I have my gallery embedded in this page:</p>
<p><a href="http://www.stompandcrush.com/quisomnian.html" rel="nofollow">http://www.stompandcrush.com/quisomnian.html</a></p>
<p>This is the gallery index html:</p>
<p><a href="http://www.stompandcrush.com/graffitigallery_newyork_netaacc.html" rel="nofollow">http://www.stompandcrush.com/graffitigallery_newyork_netaacc.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Powers</title>
		<link>http://foundationphp.com/blog/2009/09/24/adding-an-adobe-bridge-web-gallery-to-a-site/comment-page-1/#comment-16581</link>
		<dc:creator>David Powers</dc:creator>
		<pubDate>Wed, 25 Aug 2010 09:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=107#comment-16581</guid>
		<description>I haven&#039;t done it myself, but it should be possible to populate a Bridge gallery dynamically. The way to do it is to create a gallery in the normal way, and then examine the files that it creates. A Bridge gallery generates a folder called resources. Inside that folder are all the files, including the images. Bridge generates three copies of each image, and stores them in folders called large, medium, and thumb. You would need to create a similar structure. It appears that the gallery uses an XML file called group.xml to load the images. You should be able to generate group.xml dynamically with PHP.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t done it myself, but it should be possible to populate a Bridge gallery dynamically. The way to do it is to create a gallery in the normal way, and then examine the files that it creates. A Bridge gallery generates a folder called resources. Inside that folder are all the files, including the images. Bridge generates three copies of each image, and stores them in folders called large, medium, and thumb. You would need to create a similar structure. It appears that the gallery uses an XML file called group.xml to load the images. You should be able to generate group.xml dynamically with PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby Johnson</title>
		<link>http://foundationphp.com/blog/2009/09/24/adding-an-adobe-bridge-web-gallery-to-a-site/comment-page-1/#comment-16574</link>
		<dc:creator>Bobby Johnson</dc:creator>
		<pubDate>Mon, 23 Aug 2010 13:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=107#comment-16574</guid>
		<description>Also, I am working with dreamweaver cs3.  If need be, I could work with cs4.  If that helps anything.

Thanks,

Bobby</description>
		<content:encoded><![CDATA[<p>Also, I am working with dreamweaver cs3.  If need be, I could work with cs4.  If that helps anything.</p>
<p>Thanks,</p>
<p>Bobby</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby Johnson</title>
		<link>http://foundationphp.com/blog/2009/09/24/adding-an-adobe-bridge-web-gallery-to-a-site/comment-page-1/#comment-16573</link>
		<dc:creator>Bobby Johnson</dc:creator>
		<pubDate>Mon, 23 Aug 2010 13:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=107#comment-16573</guid>
		<description>hey David,  I am trying to create a dynamic photo gallery.  People would be able to log in and add their photos to their personal page and the images would go into their gallery galle and change them when needed.  Essentially, there will be only one page but depending on the user, there would be different information shown.  

For example, a visitor would click on a person&#039;s name and a results page would come up with Rob&#039;s photo images in a gallery.  That same visitor would click on Matt and the same results page would whow up but with Matt&#039;s photos in the gallery instead of Rob&#039;s.  Also, Rob would have the ability to change his photos.  

Is the bridge photo gallery able to do dynamic work with phpmyadmin to acheive those functions, or do I need to use something else?

Thanks,

Bobby</description>
		<content:encoded><![CDATA[<p>hey David,  I am trying to create a dynamic photo gallery.  People would be able to log in and add their photos to their personal page and the images would go into their gallery galle and change them when needed.  Essentially, there will be only one page but depending on the user, there would be different information shown.  </p>
<p>For example, a visitor would click on a person&#8217;s name and a results page would come up with Rob&#8217;s photo images in a gallery.  That same visitor would click on Matt and the same results page would whow up but with Matt&#8217;s photos in the gallery instead of Rob&#8217;s.  Also, Rob would have the ability to change his photos.  </p>
<p>Is the bridge photo gallery able to do dynamic work with phpmyadmin to acheive those functions, or do I need to use something else?</p>
<p>Thanks,</p>
<p>Bobby</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Powers</title>
		<link>http://foundationphp.com/blog/2009/09/24/adding-an-adobe-bridge-web-gallery-to-a-site/comment-page-1/#comment-16566</link>
		<dc:creator>David Powers</dc:creator>
		<pubDate>Wed, 11 Aug 2010 08:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=107#comment-16566</guid>
		<description>Peter, I emailed you directly with a revised script that should fix the problem.

As for my books, with the exception of &quot;PHP Object Oriented Solutions&quot;, they&#039;re all designed for what I would call &quot;intelligent beginners&quot; or those with intermediate skill levels. I expect readers to know the basics of web design, but assume no prior knowledge of PHP or MySQL. The books explain everything in detail, but they move at a fairly fast pace.

If you use Dreamweaver CS5, I would suggest my most recent book &lt;a href=&quot;http://foundationphp.com/phpcs5/&quot; rel=&quot;nofollow&quot;&gt;Adobe Dreamweaver CS5 with PHP: Training from the Source&lt;/a&gt;. If you want a software-neutral book, I would suggest &lt;a href=&quot;http://foundationphp.com/phpsolutions/ rel=&quot;nofollow&quot;&gt;PHP Solutions&lt;/&gt;. I&#039;m currently preparing a second edition of &quot;PHP Solutions&quot;, but it&#039;s not due to be published until December.</description>
		<content:encoded><![CDATA[<p>Peter, I emailed you directly with a revised script that should fix the problem.</p>
<p>As for my books, with the exception of &#8220;PHP Object Oriented Solutions&#8221;, they&#8217;re all designed for what I would call &#8220;intelligent beginners&#8221; or those with intermediate skill levels. I expect readers to know the basics of web design, but assume no prior knowledge of PHP or MySQL. The books explain everything in detail, but they move at a fairly fast pace.</p>
<p>If you use Dreamweaver CS5, I would suggest my most recent book <a href="http://foundationphp.com/phpcs5/" rel="nofollow">Adobe Dreamweaver CS5 with PHP: Training from the Source</a>. If you want a software-neutral book, I would suggest <a href="http://foundationphp.com/phpsolutions/ rel="nofollow">PHP Solutions. I&#8217;m currently preparing a second edition of &#8220;PHP Solutions&#8221;, but it&#8217;s not due to be published until December.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://foundationphp.com/blog/2009/09/24/adding-an-adobe-bridge-web-gallery-to-a-site/comment-page-1/#comment-16562</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 10 Aug 2010 10:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=107#comment-16562</guid>
		<description>Thank you for such a prompt response to my question about the problem with the unwanted white space that appears when IE displays a page with multiple Adobe Bridge Galleries using an ‘iframe’.

I am impressed. I did not really think you would answer let alone add a solution to your tutorial.

Unfortunately, the solution does not appear to work for me.

I adapted your tutorial to a web page that someone else constructed. It is very primitive from your point of view (and mine) and my skills at present do not approach your level of expertise.

I do not have the code you reference in Step 1, Step 3 and Step 4 (Fixing a problem with Internet Explorer).

Would you be willing to take a look at the source code for the website in question?

The url is: http://www.conniecarrollart.com/

I prefer the horizontal links in this instance, but they are in a &quot;table&quot;. I do not know how to do this without a table or if it is possible. And, I do not know if it really matters.

I am capable of reading through code and could cut and paste what I don&#039;t have of yours into mine (including the appropriate file(s) if necessary). Would this be a solution?

If you prefer not to involve yourself in this, I will understand.

If you would help in exchange for a fee, please email me at: person@animotioninc.com and if I can afford it, I will pay myself with the goal of learning something.

I am very interested in acquiring the kind of skills you have. Are your books appropriate for a person with not so much experience? Which book or books would you recommend I start with.

Thanks,
Peter</description>
		<content:encoded><![CDATA[<p>Thank you for such a prompt response to my question about the problem with the unwanted white space that appears when IE displays a page with multiple Adobe Bridge Galleries using an ‘iframe’.</p>
<p>I am impressed. I did not really think you would answer let alone add a solution to your tutorial.</p>
<p>Unfortunately, the solution does not appear to work for me.</p>
<p>I adapted your tutorial to a web page that someone else constructed. It is very primitive from your point of view (and mine) and my skills at present do not approach your level of expertise.</p>
<p>I do not have the code you reference in Step 1, Step 3 and Step 4 (Fixing a problem with Internet Explorer).</p>
<p>Would you be willing to take a look at the source code for the website in question?</p>
<p>The url is: <a href="http://www.conniecarrollart.com/" rel="nofollow">http://www.conniecarrollart.com/</a></p>
<p>I prefer the horizontal links in this instance, but they are in a &#8220;table&#8221;. I do not know how to do this without a table or if it is possible. And, I do not know if it really matters.</p>
<p>I am capable of reading through code and could cut and paste what I don&#8217;t have of yours into mine (including the appropriate file(s) if necessary). Would this be a solution?</p>
<p>If you prefer not to involve yourself in this, I will understand.</p>
<p>If you would help in exchange for a fee, please email me at: <a href="mailto:person@animotioninc.com">person@animotioninc.com</a> and if I can afford it, I will pay myself with the goal of learning something.</p>
<p>I am very interested in acquiring the kind of skills you have. Are your books appropriate for a person with not so much experience? Which book or books would you recommend I start with.</p>
<p>Thanks,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Powers</title>
		<link>http://foundationphp.com/blog/2009/09/24/adding-an-adobe-bridge-web-gallery-to-a-site/comment-page-1/#comment-16559</link>
		<dc:creator>David Powers</dc:creator>
		<pubDate>Wed, 04 Aug 2010 14:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=107#comment-16559</guid>
		<description>I don&#039;t remember seeing that problem when I originally wrote the tutorial. I wonder if it&#039;s something peculiar to IE8?

Anyway, after some experimentation, I found the cure. It&#039;s now detailed on &lt;a href=&quot;http://foundationphp.com/tutorials/gallery/embed2.php#iefix&quot; rel=&quot;nofollow&quot;&gt;the second page of the tutorial&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t remember seeing that problem when I originally wrote the tutorial. I wonder if it&#8217;s something peculiar to IE8?</p>
<p>Anyway, after some experimentation, I found the cure. It&#8217;s now detailed on <a href="http://foundationphp.com/tutorials/gallery/embed2.php#iefix" rel="nofollow">the second page of the tutorial</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://foundationphp.com/blog/2009/09/24/adding-an-adobe-bridge-web-gallery-to-a-site/comment-page-1/#comment-16558</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 04 Aug 2010 12:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://foundationphp.com/blog/?p=107#comment-16558</guid>
		<description>David,

I made a page with multiple Adobe Bridge Galleries using an &#039;iframe&#039; per your instructions.

It displays perfectly in FireFox and Safari, but in IE, there is a white rectangle on the right-hand side of the gallery.

I notice this rectangle is also present in your example &quot;Japan Journey&quot; but is more subtle because of your choice of colors.

Is there a solution for this problem?</description>
		<content:encoded><![CDATA[<p>David,</p>
<p>I made a page with multiple Adobe Bridge Galleries using an &#8216;iframe&#8217; per your instructions.</p>
<p>It displays perfectly in FireFox and Safari, but in IE, there is a white rectangle on the right-hand side of the gallery.</p>
<p>I notice this rectangle is also present in your example &#8220;Japan Journey&#8221; but is more subtle because of your choice of colors.</p>
<p>Is there a solution for this problem?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

