Skip to content.
Adrian Roselli
Crypto Machine Learning System VTOL

All Posts Tagged: css

Announcing PrintShame.com

For many years I’ve pushed for print styles for sites. It’s an easy step to take in the course of developing a site, easy to test, and the techniques to do it have been around for over a decade. Something as rigid as a tabled layout could be relatively easily…

Posted:

Tags: browser, css, print, rant, standards

More Evidence of the Need for Print Styles

Readers of this blog know of my regular frustration with web sites that don’t have print styles. Part of this is fueled by all the lip service supposed responsive web developers pay to adapting to different screen sizes, but who fail to consider the printed page when we’ve had support…

Posted:

Tags: css, print, rant, standards

W3C CSS Odor Module Released

The web was always a visual medium, but with the addition of sound and video it has locked up two human senses. With development of specifications and techniques around vibration, the internet you “feel” is getting closer, too. That leaves only a couple senses left to cover Ever since the…

Posted:

Tags: browser, css, internet, standards, W3C

iPad Retina Display Concerns and Tips

TL;DR The iPad 3 retina display means a lot of apps and web sites are going to feel pressure for sharper (bigger) images. Knowing if you need to scale your images, the impact on end users and some ways to mitigate that impact is the right way to approach this.…

Posted:

Tags: Apple, apps, css, design, mobile, SVG, UX, W3C

The Return of “Best Viewed in…”

The graphic above (and its lengthy alt) is a parody based on a rather neat utility called the HTML5 Please API. You can drop the code onto your cutting edge demo site and it will indicate to a user what browsers support the features within. The code stays current by…

Posted:

Tags: browser, Chrome, css, design, html, mobile, rant, standards, usability, UX

Ongoing Misunderstanding of Flash and HTML5

The latest article that uses absolutes and broad generalizations to imply an otherwise non-existent struggle between Flash and HTML5 is from UX Booth, “What the Demise of Flash Means for the User Experience.” To be fair to this article, I see regular missives on Flash vs. HTML5 and this particular…

Posted:

Tags: Adobe, browser, css, Flash, html, JavaScript, mobile, rant, standards, touch, usability, UX, W3C

Browser Makers Caving to Vendor Prefix Misuse

TL;DR: Help stop further erosion of an open web by removing our -webkit- only prefix reliance. Information on how to do this at the bottom. Example of vendor prefixes in CSS for Webkit browsers (Chrome, Safari), Mozilla, Internet Explorer, Opera, and finally the standard from the CSS spec. Vendor prefixes…

Posted:

Tags: browser, css, rant, standards, W3C

Test in Lynx and Print, It’s Your Job

I have admittedly not taken the time to attend An Event Apart any of the times it’s been held, but I do tend to follow the #aea hashtag on Twitter so I can glean at least a little wisdom from the discomfort of my own desk as I wade through…

Posted:

Tags: accessibility, browser, css, design, Lynx, mobile, print, rant, standards, usability, UX

Perplexing Prefixes

Mostly I wanted a title with a little alliteration (like that sentence). What I am talking about in the title are vendor prefixes for CSS, those little bits of words and dashes that appear in front of what would otherwise be a W3C CSS declaration, but denotes that this one…

Posted:

Tags: browser, css, standards, W3C

Flash Isn’t Going Away, Except from Your Mobile

You may have heard some rumors that Flash is going away. You may read it as vindication for Steve Jobs. You may have decided web development will now change. You may be under the impression that HTML5 can do all the things Flash can. You can be excused when you…

Posted:

Tags: Adobe, css, Flash, html, standards

More Samples of Responsive Web Design ≠ Print

When the guy who coined the term “Responsive Web Design,” has written a book about it, and is well regarded throughout the industry is asked to name his 20 favorite responsive sites, you should expect top-notch examples of sites that use CSS to respond to nearly any medium. Except that…

Posted:

Tags: accessibility, browser, css, design, mobile, print, rant, standards, usability, UX

Detecting Mobile Devices — Don’t Bother

Since I started working on the web (and was slowly coaxed to the world of Netscape from Mosaic and HotJava), clients have asked me to find ways to adjust how a page behaves based on what browser the end user has. Before campaigns like the Web Standards Project (WaSP) took…

Posted:

Tags: browser, css, design, mobile, standards