Jump to content

ragnarkarlsson

Members
  • Posts

    15
  • Joined

  • Last visited

    Never

Posts posted by ragnarkarlsson

  1. True, it is potentially subjective choice on which works better in my particular case.

    Personally it makes no difference to myself which way I implement it, but my suspicion is that for my client's user experience it'd be simpler to keep adding quotes to that given page.

    Guess the challenge for me is to help him understand  :D

  2. Yes I figured that the simplest thing to do would have a "Quotes" page with children that have the title, quote, person, date, etc will work.

    It just struck me as being somewhat tidier to have all of that data encapsulated within a singular array on the "Quotes" page.

    I'll keep an eye on developments in future as undoubtedly I'll have something more complex later!

  3. Hmm, I'm thinking this would be something I'd like as well.

    Site I have upcoming will have a large number of quotes from customers, good feedback stuff, and it'd be nice to have that as something where a single page just keeps on adding to a single array.

    Unless I'm missing the blindingly obvious here?

  4. It always crops to the center. I will make it able to crop to corners if anyone ever needs it (I personally haven't needed it yet).

    I should have been clearer, thats pretty much what I was wondering it would do if the large image was different ratio from the thumbnail.

    The primary purpose I have in mind is that a customer of mine wants to have a gallery of photos, and I imagine they won't all be uniform ratio at full size but the gallery will be presented as a set of uniform thumbnails.

    Ideally I'd like to be able to position the crop but I imagine that is a bit of a leap.

  5. Ryan, with regards to the method of creating a thumbnail of a set size, e.g.

     $thumb = $image->size(100, 100); 

    If the source file is say 400 x 200, does this resize then trim to 100x100 or scale the image to 100 x 50?

    I realise I could just test this and implement, but I'm in the office for my 9-5 and being lazy  :D

  6. Ragnar: started to edit css today, but noticed that the bug you reporter is not in tooltip css, it is because AdminBar didn't clear margins on lists. So if your site css didn't have something like ul, li {margin: 0} there would be that issue. It is fixed now on latest version. It is now working on Opera 11, so if you can test latest version of AdminBar in Opera 10 and your site I would be thankful.

    Indeed, I have literally just noticed that this very minute. I believe it was due to the blueprint css framework which I am using on the site.

    Unfortunately I've just upgraded to Opera 11 so can't check v10 for you. IE9, FF3, Safari and Chrome all look good as well.

  7. Hey folks,

    I have admin bar working happily but I think there is a CSS fault with the tooltips which I noticed in Chrome. See screenshot here:

    http://grab.by/9eJq

    Changing line 80 of AdminBar.css to the following fixes this.

    left: 120px; 

    IE9, Opera 10, Safari and Firefox 3 all work fine with this update.

    Cheers

    R

×
×
  • Create New...