Hi all,

Web icon fonts seem to be the new trend (nice article:
http://alistapart.com/article/the-era-of-symbol-fonts) regarding further
optimization of image loading performance and also image quality (i.e.
vector vs raster images), especially needed for the higher (retina, 4k)
screen resolutions of today's desktop hardware.

This is why I really like Dietrichs' last idea of using web icon fonts:

Another idea I had is to use pseudo elements :after and :before and to
> use herein (though I don't know currently if this is possible) web icon
> fonts where the icon font character is determined by the content css
> attribute, which also would reduce the number of requests as the font is
> loaded only once, containing all needed button state icons.


I think SQ had a similar idea in the thread named:
  [qooxdoo-devel] FontAwesome font icons for qx.Desktop.

Once I am able to patch qx.basic.Image to use symbol fonts rather than
(png) images, I will post my results on the other thread!

Adrian



2016-02-29 14:23 GMT+01:00 Dietrich Streifert <
dietrich.streif...@googlemail.com>:

> Hi Tobi,
>
> That would be another option, that's right.
>
> But what about sharing the uri between widget instances? I suppose we
> then have to use css classes with apropriate data uri defined for each
> state?
>
> But my message was not only about call minimization, but also related to
> dom element minimization.
>
> Regards
> Dietrich
>
>
> Am 29.02.2016 um 13:48 schrieb Tobias Oetiker:
> > Dietrich,
> >
> > not sure I followed all the arguments properly ... but what is the
> > problem of using https://en.wikipedia.org/wiki/Data_URI_scheme to
> > minimize calls ? coupled with the css background image aproach this
> > should be pretty 'lite' I think ...
> >
> > cheers
> > tobi
> >
> >
> >
>
>
>
> ------------------------------------------------------------------------------
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to