On Sat, Oct 4, 2008 at 8:10 PM, _why <[EMAIL PROTECTED]> wrote: > Looks like you found a bug. The tumblr page has a .gif file which > is really a PNG. I've committed a change to detect the image format > if the extension is wrong. Great! another bug got smitten on the road of Shoes completion! > Beyond that, you don't want to use open-uri with Shoes. It'll block > your app. You can use the `download` method to get the HTML.
oh right-o, my first draft was using open-uri since it reflected my pre-download-shoes mindframe, but the 'download' method look slicker! > > Try this: http://gist.github.com/14786 > (You'll need the latest Shoes to fix the problem with the misnamed > GIF.) Thanks a lot why! I also got the latest Shoes and your gist works like a charm! Thanks for the time you spent on this. It's also really interesting looking at your rewritten code of mine: minor changes in the structure, but it helsp to see a different approach on the problem. I think something similar could be useful for the future hackety hack. (like a http://projecteuler.net/ sort of thing, but with cool hacks instead of math) >> and there is a way to choose the z-index of images? > > Sure, you can use the `before` and `after` methods to add new > elements in between others. > <http://help.shoooes.net/Manipulation.html> Oh thanks again Emanuel
