View Chrome Tag


Have some fun! Explore the 3 articles tagged with chrome.

Fixing for IE10 and Other Updates

Coding and Web Design

I happened to load my sites into IE10 the other day and noticed the reflections were broken. Generally, I wouldn’t care much as I don’t use IE except at work. However, I thought it best that things not continue to look different. I updated reflection.js to the latest version. I also updated jquery.js as it was a bit outdated as well. So far things are looking better. I did notice my site was loading a bit slower though. I’m not sure if this is the new code or something else. I’ll keep watch and update you if something else is amiss.


Topography Troubles

Coding and Web Design

I recently upgraded to Chrome 8 and ran into a minor problem. The text-rendering: optimizeLegibility; CSS option now causes hyphenate.js to display the hyphens in some words all the time. This, obviously, isn’t the desired effect I was going for. Because of this I turned off the optimizeLegibility option. I haven’t found any bugs or mention of this on the various sites yet. I did some more testing and found that there is subtle kerning going on, but little in the form of ligatures and other font improvements. So, for now, I’ll leave this option in my tool box to come back to at a later date.