<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title></title>
        <link>https://interactivetools.com/forum/forum-search.php?k=user%3Atexascoffee</link>
        <description></description>
        <pubDate>Thu, 14 May 2026 14:26:48 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Atexascoffee&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [ross] Side-by-side Listings</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2198319#post2198319</link>
          <description><![CDATA[Thanks Tim! <br /><br />I just created .row2 with your suggested changes and inserted a float break and it works great.  I avoided inserting a line every two listings by setting a maximum height to the thumb images on the listings.php page.  <br /><br />I think the side-by-side listings display the info better and will inspire better conversions. <br /><br />Mike<br />]]></description>
          <pubDate>Tue, 21 Jul 2009 12:14:38 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2198319#post2198319</guid>
        </item>
                <item>
          <title>Side-by-side Listings</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2198295#post2198295</link>
          <description><![CDATA[Hi all, <br /><br />I have a finished listings page here:  <a target="_blank" href="http://creativetoybox.com/cmsAdmin/listings.php">http://creativetoybox.com/cmsAdmin/listings.php</a> <br /><br />I would like to show the listings side-by-side using this listings page: <a target="_blank" href="http://creativetoybox.com/cmsAdmin/listings2.php">http://creativetoybox.com/cmsAdmin/listings2.php</a> <br /><br />I know how to make images appear in rows and columns from CMSBuilder.  Any idea how to float two listings next to each other?  <br /><br />Thanks in advance for any help!<br />]]></description>
          <pubDate>Sun, 19 Jul 2009 14:50:28 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2198295#post2198295</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] Display script intigration with CMS Builder</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2198293#post2198293</link>
          <description><![CDATA[I got it to work!  It was much simpler than I thought it would be.  Here is the page on my test server:  <a target="_blank" href="http://creativetoybox.com/cmsAdmin/listingDetail.php?Lewisville-3">http://creativetoybox.com/cmsAdmin/listingDetail.php?Lewisville-3</a> <br /><br />Here are the two bits of code I used on the page: <br /><br />&lt;div id=&quot;loadarea&quot; class=&quot;Image-Labels&quot; style=&quot;width: 500px; height: 375px;&quot;&gt;<br />&lt;?php foreach ($listingsRecord['uploads'] as $upload): ?&gt;<br />&lt;?PHP if ($upload['isImage']): ?&gt;<br />&lt;img src=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;<br />&lt;?php break  ?&gt;<br />&lt;?php endif ?&gt;<br />&lt;?php endforeach ?&gt;<br />&lt;/div&gt; <br /><br />and <br /><br />&lt;div align=&quot;center&quot;&gt;  <br />&lt;table&gt;&lt;tr&gt; &lt;?PHP foreach ($listingsRecord['uploads'] as $upload): ?&gt;&lt;td align=&quot;center&quot; valign=&quot;bottom&quot; &lt;?PHP echo $upload['info2'] ?&gt; &gt; &lt;?PHP if ($upload['isImage']): ?&gt; &lt;a href=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot;  class=&quot;Image-Labels&quot; rel=&quot;enlargeimage::mouseover::&lt;br&gt;&lt;?PHP echo $upload['info1'] ?&gt;&quot; rev=&quot;loadarea&quot; &gt; &lt;img src=&quot;&lt;?PHP echo $upload['thumbUrlPath2'] ?&gt;&quot; border=&quot;0&quot; width=&quot;&lt;?PHP echo $upload['thumbWidth2'] ?&gt;&quot; height=&quot;&lt;?PHP echo $upload['thumbHeight2']?&gt;&quot; style=&quot;margin-bottom: 5px&quot; /&gt;&lt;/a&gt;  &lt;/td&gt; &lt;?PHP endif; ?&gt;&lt;?PHP $maxCols=3; if (@++$count % $maxCols == 0): ?&gt;&lt;/tr&gt;&lt;tr&gt;&lt;?PHP endif; ?&gt;&lt;?PHP endforeach ?&gt;&lt;/table&gt;<br />&lt;/div&gt; <br /><br />I adjusted the upload params in the CMSAdmin section to fit the load area (500x375).  Also, I am using thumb (150x150) for the listing page and thumb2 (80x60) for the listing detail page.  Everything else should be easy to adjust to your site.  Finally, I did not have to use any JS code.  This is all PHP and is delivered to the page fast and clean.<br />]]></description>
          <pubDate>Sun, 19 Jul 2009 13:45:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2198293#post2198293</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] Display script intigration with CMS Builder</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2198290#post2198290</link>
          <description><![CDATA[Thanks for the fast reply! <br /><br />Here is an example of you code (modified to fit my images) on my testing server:  <a target="_blank" href="http://creativetoybox.com/cmsAdmin/listingDetail.php?Lewisville-3">http://creativetoybox.com/cmsAdmin/listingDetail.php?Lewisville-3</a> <br /><br />I like using php instead of javascript and the thumbnail images are better spaced/displayed.  You rock, thank you!  However, the same issue that I was having before..  there is no &quot;placeholder&quot; image for the large, empty white space when the page initially loads.  You have to mouse over one of the thumbs to bring an image into the listing detail page.   <br /><br />Can you think of a way to automatically display the first thumb on page load?<br />]]></description>
          <pubDate>Sun, 19 Jul 2009 12:13:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2198290#post2198290</guid>
        </item>
                <item>
          <title>Display script intigration with CMS Builder</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2198284#post2198284</link>
          <description><![CDATA[Hi all,<br /><br />I am about finished with the site but can't go live until I solve a display problem with Image Thumbnail Viewer II (a free display script from www.dynamicdrive.com).  <br /><br />The script takes thumbs and enlarges them dynamically with a mouseover event.  My problem is, I can't figure out how to render the first 'large' image on page load.  Basically, the page loads with a large empty white chunk missing until the user mouses over the thumbs on the right (can be seen here on my testing server http://creativetoybox.com/cmsAdmin/listingDetail.php?Lewisville-3).<br /><br />I found a successful CMSBuilder site implementation of this script here:  http://www.canadaforsale.ca/listingDetail.php/3344-2nd-Street-6/<br /><br />Any ideas how to kick the first image out?  Has anybody else used this neat little script for CMSBuilder?<br /><br />I have sent an email to the canadaforsale site developer above, and posted on the dynamicdrive forum.  However, this script is from 2007 and I don't think I will get much support in that direction.<br /><br />Thanks in advance for any help!<br />]]></description>
          <pubDate>Sat, 18 Jul 2009 22:57:28 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2198284#post2198284</guid>
        </item>
                <item>
          <title>Re: [ross] Showing Second Thumbnail</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2198249#post2198249</link>
          <description><![CDATA[Sweet!  This was exactly the answer that I needed for my project also.<br />]]></description>
          <pubDate>Thu, 16 Jul 2009 13:17:10 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2198249#post2198249</guid>
        </item>
              </channel>
    </rss>
  