[#7174] Use embedded [CSS] images
Summary Use embedded [CSS] images
Queue IMP
Queue Version HEAD
Type Enhancement
State Resolved
Priority 1. Low
Owners Michael Slusarz <slusarz (at) horde (dot) org>
Requester Michael Slusarz <slusarz (at) horde (dot) org>
Created 08/08/2008 (330 days ago)
Due
Updated 02/20/2009 (134 days ago)
Assigned
Resolved 02/20/2009 (134 days ago)
Attachments
Milestone
Patch No

History
02/20/2009 Michael Slusarz Comment #3
State ⇒ Resolved
Reply to this comment
Resolving this specific ticket as this has been implemented (at least 
in IMP).  Once Horde_View architecture stabilizes, will eventually 
move this to there.
01/12/2009 Michael Slusarz Comment #2 Reply to this comment
01/08/2009 Michael Slusarz Version ⇒ HEAD
Queue ⇒ IMP
 
08/08/2008 Michael Slusarz Comment #1
Patch ⇒
Milestone ⇒
Assigned to Michael Slusarz
Summary ⇒ Use embedded [CSS] images
Type ⇒ Enhancement
Priority ⇒ 1. Low
State ⇒ Assigned
Queue ⇒ DIMP
Reply to this comment
http://www.websiteoptimization.com/speed/tweak/inline-images/

Anticipated use would be to have a function that autogenerates 
separate CSS file with images based on browser (IE vs. other 
browsers).  This CSS file could be cached so not only would it save 
image requests, but that CSS file would only need to be grabbed once.

Use in DIMP initially since manipulating images may require javascript 
(haven't worked out details yet).

Alternative is to rewrite image tags in Horde::img with data 
information if browser supported and/or image below certain size.  To 
avoid costly file lookups/processing, the base64 representations of 
the images could be cached server-side.