On Fri, Aug 20, 2010 at 11:21 AM, Julio Cesar Ody <[email protected]> wrote: > Nice paste, btw! > > That's called data-uri. http://en.wikipedia.org/wiki/Data_URI_scheme > > Google that and you'll find plenty of examples.
Cool eh? I wrote a rails helper to inline images. When used in the right context inlining can seriously reduce page load times by reducing the number of http requests. You have to know when to use it though. :-) - Mike -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
