<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-us">
  <generator uri="http://vinetype.com" version="v2.3">Vine Type by Vine Branches</generator>
  <author>
    <name>Carl Camera</name>
    <email>no.ema.il@no.ema.il</email>
  </author>
  <title type="text">i am a camera</title>
  <subtitle type="text">my kids are cameras too</subtitle>
  <id>http://iamacamera.org/default.aspx?feed=atom10wb&amp;amp;id=80</id>
  <link rel="alternate" type="text/html" href="http://iamacamera.org/default.aspx" />
  <link rel="self" type="application/atom+xml" href="http://iamacamera.org/default.aspx?feed=atom10wb&amp;amp;id=80" />
  <updated>2010-09-10T04:11:08Z</updated>
  <entry>
    <title>07 Dec - Gerhard - CSS Photo Shuffler</title>
    <id>http://iamacamera.org/default.aspx?id=80#c106</id>
    <link rel="alternate" type="text/html" href="http://iamacamera.org/default.aspx?id=80#c106" />
    <published>2006-12-07T09:07:20Z</published>
    <updated>2006-12-07T09:07:20Z</updated>
    <author>
      <name>Gerhard</name>
      <uri>http://www.gerhardlazu.com</uri>
    </author>
    <content type="xhtml" xml:base="http://iamacamera.org/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p>Just a little for loop to preload all the images (particularly useful for slow connections) and prevent all that unecessary copy &amp; pasting if images are in a batch (0 > 10 etc.):</p>

<pre><code> // slightly modified to suit our needs
 var gblImg = new Array;
 // path that will be the same for all images 
 var gblImgPath = "/web/path/to/images/";
 // loop that preloads all images, 9 in our case
 for (var i=0; i  &lt;  9; i++) { 
   gblImg[i] = new Image;
   gblImg[i].src = gblImgPath + [i] + ".jpg";
 };
</code></pre>

<p>Make sure you change all gblImg[i] to gblImg[i].src in the script</p>

<p>Enjoy ; ).</p>
</div>
    </content>
  </entry>
  <entry>
    <title>29 Nov - Carl Camera - CSS Photo Shuffler</title>
    <id>http://iamacamera.org/default.aspx?id=80#c104</id>
    <link rel="alternate" type="text/html" href="http://iamacamera.org/default.aspx?id=80#c104" />
    <published>2006-11-29T06:42:03Z</published>
    <updated>2006-11-29T06:42:03Z</updated>
    <author>
      <name>Carl Camera</name>
      <uri>http://iamacamera.org</uri>
    </author>
    <content type="xhtml" xml:base="http://iamacamera.org/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p>Spencer, just follow this link to the  <a href="http://iamacamera.org/sandbox/photoshuffler/">CSS Photo Shuffler Page</a> and then view the source of the page.  The XTHML, CSS, and JavaScript are all there in one neat package.</p>
</div>
    </content>
  </entry>
  <entry>
    <title>28 Nov - Spencer - CSS Photo Shuffler</title>
    <id>http://iamacamera.org/default.aspx?id=80#c103</id>
    <link rel="alternate" type="text/html" href="http://iamacamera.org/default.aspx?id=80#c103" />
    <published>2006-11-28T19:34:15Z</published>
    <updated>2006-11-28T19:34:15Z</updated>
    <author>
      <name>Spencer</name>
      <uri>http://www.bjbarfussart.com/gallery.html</uri>
    </author>
    <content type="xhtml" xml:base="http://iamacamera.org/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p>Could you send me an example of the HTML document that would contain the CSS that you talk about for this Javascript?  I am really new and trying to learn how to do this, but am having some troubles.  Thanks for your help!</p>
</div>
    </content>
  </entry>
  <entry>
    <title>26 Nov - Esther - CSS Photo Shuffler</title>
    <id>http://iamacamera.org/default.aspx?id=80#c100</id>
    <link rel="alternate" type="text/html" href="http://iamacamera.org/default.aspx?id=80#c100" />
    <published>2006-11-26T21:02:02Z</published>
    <updated>2006-11-26T21:02:02Z</updated>
    <author>
      <name>Esther</name>
      <uri>http://www.estherswhite.net</uri>
    </author>
    <content type="xhtml" xml:base="http://iamacamera.org/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p>I came across this script looking for something to use in my photo portfolio and ended up wanting to do more...
I'd like to set up a grid of images that all shuffle through the same array of images at random. I was able to get the script working so that it would shuffle randomly through the array for one image, but not the whole grid. (This is because the script works on the first image with an ID matching on the one specified in the script, no?) 
So, do you have any recommendations on this project? (work in progress: http://partypictures.estherswhite.net)</p>
</div>
    </content>
  </entry>
  <entry>
    <title>25 Nov - Marcus Thompson - CSS Photo Shuffler</title>
    <id>http://iamacamera.org/default.aspx?id=80#c99</id>
    <link rel="alternate" type="text/html" href="http://iamacamera.org/default.aspx?id=80#c99" />
    <published>2006-11-25T12:03:22Z</published>
    <updated>2006-11-25T12:03:22Z</updated>
    <author>
      <name>Marcus Thompson</name>
      <uri>http://www.marcusthompson.net</uri>
    </author>
    <content type="xhtml" xml:base="http://iamacamera.org/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p>I'm also having the flash-back behavior in FF2.0. Works great in IE6 and IE7.</p>
</div>
    </content>
  </entry>
  <entry>
    <title>22 Nov - Carl Camera - CSS Photo Shuffler</title>
    <id>http://iamacamera.org/default.aspx?id=80#c98</id>
    <link rel="alternate" type="text/html" href="http://iamacamera.org/default.aspx?id=80#c98" />
    <published>2006-11-22T15:38:53Z</published>
    <updated>2006-11-22T15:38:53Z</updated>
    <author>
      <name>Carl Camera</name>
      <uri>http://iamacamera.org</uri>
    </author>
    <content type="xhtml" xml:base="http://iamacamera.org/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p>After some investigation, the flash-back behavior seems to be related to cache settings in browsers.</p>

<p>For instance, drs18 reports the behavior in Mac/Firefox, but I have reports of proper behavior from friends running Mac/Firefox in OSX and OS 10.</p>

<p>I've sent email and an alternative solution to drs18 and juglesh but have yet to hear back whether the problem was solved with javascript image preloading.</p>
</div>
    </content>
  </entry>
  <entry>
    <title>09 Nov - juglesh - CSS Photo Shuffler</title>
    <id>http://iamacamera.org/default.aspx?id=80#c94</id>
    <link rel="alternate" type="text/html" href="http://iamacamera.org/default.aspx?id=80#c94" />
    <published>2006-11-09T17:43:29Z</published>
    <updated>2006-11-09T17:43:29Z</updated>
    <author>
      <name>juglesh</name>
    </author>
    <content type="xhtml" xml:base="http://iamacamera.org/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p>I see the same problem as drs18 on IE6 but not FF1.5 (winXP)</p>
</div>
    </content>
  </entry>
  <entry>
    <title>07 Nov - Carl Camera - CSS Photo Shuffler</title>
    <id>http://iamacamera.org/default.aspx?id=80#c93</id>
    <link rel="alternate" type="text/html" href="http://iamacamera.org/default.aspx?id=80#c93" />
    <published>2006-11-07T09:27:02Z</published>
    <updated>2006-11-07T09:27:02Z</updated>
    <author>
      <name>Carl Camera</name>
      <uri>http://iamacamera.org</uri>
    </author>
    <content type="xhtml" xml:base="http://iamacamera.org/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p>@David</p>

<p>Thanks for visiting.  Send an URL if you use it. </p>

<p>@drs18</p>

<p>Sorry about that -- I don't own a Mac. I really lean on Mac folks to let me know if something doesn't look right -- so thanks for letting me know. I was viewing the demo page in Opera/Win and I think it may have the same problem but only occasionally.  I'll look into this.</p>
</div>
    </content>
  </entry>
  <entry>
    <title>06 Nov - drs18 - CSS Photo Shuffler</title>
    <id>http://iamacamera.org/default.aspx?id=80#c92</id>
    <link rel="alternate" type="text/html" href="http://iamacamera.org/default.aspx?id=80#c92" />
    <published>2006-11-06T05:22:10Z</published>
    <updated>2006-11-06T05:22:10Z</updated>
    <author>
      <name>drs18</name>
    </author>
    <content type="xhtml" xml:base="http://iamacamera.org/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p>Very elegant in Mac Safari. In Mac Firefox, the previous image snaps back into view for a second after the cross fade.</p>
</div>
    </content>
  </entry>
  <entry>
    <title>06 Nov - David - CSS Photo Shuffler</title>
    <id>http://iamacamera.org/default.aspx?id=80#c91</id>
    <link rel="alternate" type="text/html" href="http://iamacamera.org/default.aspx?id=80#c91" />
    <published>2006-11-06T03:59:18Z</published>
    <updated>2006-11-06T03:59:18Z</updated>
    <author>
      <name>David</name>
      <uri>http://www.ticktockdesign.com</uri>
    </author>
    <content type="xhtml" xml:base="http://iamacamera.org/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p>Thanks for this - very nice script!</p>
</div>
    </content>
  </entry>
  <entry>
    <title>05 Nov - Carl Camera - CSS Photo Shuffler</title>
    <id>http://iamacamera.org/default.aspx?id=80#c90</id>
    <link rel="alternate" type="text/html" href="http://iamacamera.org/default.aspx?id=80#c90" />
    <published>2006-11-05T16:07:05Z</published>
    <updated>2006-11-05T16:07:05Z</updated>
    <author>
      <name>Carl Camera</name>
      <uri>http://iamacamera.org</uri>
    </author>
    <content type="xhtml" xml:base="http://iamacamera.org/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p>@Giovanni</p>

<p>Thanks!  We've both been working on that it seems.  As I was working on David's suggestion, I figured others could benefit, so I created a <a href="http://iamacamera.org/sandbox/linkedphotoshuffler/">CSS Linked Photo Shuffler</a> demonstration page.  I Hope folks find it useful.</p>

<p>I admire the elegance of linking to the same page as the name of the photo.  That would require no additional array definition.</p>
</div>
    </content>
  </entry>
  <entry>
    <title>05 Nov - Giovanni - CSS Photo Shuffler</title>
    <id>http://iamacamera.org/default.aspx?id=80#c89</id>
    <link rel="alternate" type="text/html" href="http://iamacamera.org/default.aspx?id=80#c89" />
    <published>2006-11-05T15:45:27Z</published>
    <updated>2006-11-05T15:45:27Z</updated>
    <author>
      <name>Giovanni</name>
    </author>
    <content type="xhtml" xml:base="http://iamacamera.org/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p>Nice script. I've made some changes in order to make it cycle forever and link to an html file with the same name of the image shown. I've also added some php to generate automatically the deck array. Maybe i'll add an ini file to store a destination path and alternative text for each image.</p>

<p>Again, nice job.</p>
</div>
    </content>
  </entry>
  <entry>
    <title>05 Nov - Carl Camera - CSS Photo Shuffler</title>
    <id>http://iamacamera.org/default.aspx?id=80#c88</id>
    <link rel="alternate" type="text/html" href="http://iamacamera.org/default.aspx?id=80#c88" />
    <published>2006-11-05T14:30:49Z</published>
    <updated>2006-11-05T14:30:49Z</updated>
    <author>
      <name>Carl Camera</name>
      <uri>http://iamacamera.org</uri>
    </author>
    <content type="xhtml" xml:base="http://iamacamera.org/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p>@David </p>

<p>Having each image link to its own href could be accomplished by setting up a second array the same size as the image array and setting the href attribute after the shuffle.  I'll email an example to you.</p>

<p>Yeah, 999 rotations would, for all practical purposes, be the same as &quot;forever.&quot;</p>

<p>@Jason</p>

<p>Thanks for the correction.  If I had earned an English degree, that would have been embarrassing. :-)</p>
</div>
    </content>
  </entry>
  <entry>
    <title>05 Nov - jason cipriani - CSS Photo Shuffler</title>
    <id>http://iamacamera.org/default.aspx?id=80#c87</id>
    <link rel="alternate" type="text/html" href="http://iamacamera.org/default.aspx?id=80#c87" />
    <published>2006-11-05T11:49:44Z</published>
    <updated>2006-11-05T11:49:44Z</updated>
    <author>
      <name>jason cipriani</name>
    </author>
    <content type="xhtml" xml:base="http://iamacamera.org/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p>great you went to stanford. good for you, way to work that in there, i'm impressed! also you spelled exercise wrong.</p>
</div>
    </content>
  </entry>
  <entry>
    <title>04 Nov - David - CSS Photo Shuffler</title>
    <id>http://iamacamera.org/default.aspx?id=80#c86</id>
    <link rel="alternate" type="text/html" href="http://iamacamera.org/default.aspx?id=80#c86" />
    <published>2006-11-04T23:00:27Z</published>
    <updated>2006-11-04T23:00:27Z</updated>
    <author>
      <name>David</name>
      <uri>http://www.phoenixrealm.com</uri>
    </author>
    <content type="xhtml" xml:base="http://iamacamera.org/">
      <div xmlns="http://www.w3.org/1999/xhtml"><p>Hi, I just wanted to ask if there was a way to make it so that each image in the rotation was linked to a larger image, allowing me to use Lightbox or something similar? </p>

<p>Ie Image loads, user clicks on it...lightbox takes over shows larger image. User gets rid of larger image, and clicks on the next image in the rotation. </p>

<p>Also I was wondering if it was easy enough to make it cycle through the images forever? Or should I just put an incredible value like 999?</p>

<p>Let me know. I'd even be willing to pay ~dollar~10-~dollar~20 to have this done. (and you could still give it out for free to everyone).</p>
</div>
    </content>
  </entry>
</feed>