hi ricardo, first of all, thank you for your time.
Can you tell me which browser  you used for the test?

preloading the images is necessary because the other alternative would be to
not put the <img> tags in the dom and feed them via ajax, but then it would
make the website content unaccessible for non javascript browsers.

What i'm thinking is to actually have the img tags, change their src value
to a generic placeholder and store their src attribute value in a dummy
attribute. Then actually loading the images and when loaded, fill their path
back in the src attribute. Don't know if it will work though.

as for my bug, it is indeed what happens when clicking on the keywords that
produces the hickup, but i can't seem to solve it. Still trying...

thanks !


On Mon, Oct 13, 2008 at 3:39 PM, ricardobeat <[EMAIL PROTECTED]> wrote:

>
> Hi,
>
> It's not really working here.. when I click "experimental" or "people"
> some bars get added, but depending on the combination the bars added
> have different widths. Deselecting all of them still leaves most of
> the bars, but they stop working.
>
> The grey box is one (or more) of the bars. When you click one of the
> keywords to "regenerate" the barcode, it starts growing in width. The
> one I looked at went up to 18808px, then shrank back to 33px,
> restoring the barcode - it's a long running function, took around 10
> seconds. I don't have time to look at the code right now, but that
> should give you a clue of what's going on.
>
> Do you really need to preload all the images? It's a huge hit on the
> server and slows down the browser considerably.
>
> - ricardo
>
> On Oct 12, 4:40 pm, "Alexandre Plennevaux" <[EMAIL PROTECTED]>
> wrote:
> > hi Friends,
> >
> > i'm about to finish an old project of a specific image viewer for a
> > professional photographer.  The whole idea is that her work becomes her
> > identity.
> >
> > Therefore, the pictures are displayed in "imagesets" one next to each
> other,
> > each being a line, thin or thick according to the number of images it
> > contain. This generates an ID-related graphic: a barcode.
> >
> > Now, i'm about to be finished, but there is a bug i can't seem to nail
> down
> > and i would be very grateful if you guys could spend some of your time
> > helping me out.
> >
> > Please first check the live prototype:
> http://www.pixeline.be/test/lisapram/
> >
> > (thanks for your patience, 101 images to load !)
> >
> > now, past the rudimentary preloader, you should see a grey barcode. You
> can
> > hover then click on each line to expand the image set, and see what it
> does.
> >
> > Above, you get "keywords" summarizing her main work keywords:
> professional,
> > experimental, people (portraits), etc. If you click on them, it should
> > activate/disactivates the barcode (not) tagged with these keywords, thus
> > generating a different barcode, according to the current combination of
> tags
> > selected.
> >
> > Problem is exactly there: the barcode does not quite reinitalise, or  i
> > don't know exactly in fact how to describe it: a grey box appears
> > underneath, and i don't find where it comes from. Can somebody check?
> >
> > If you want to peak at the code (js and html) are available in the nice
> > jsbin app of remy:  http://jsbin.com/eqime
> >
> > thank you very much for your help !
> >
> > Alexandre Plennevaux
>

Reply via email to