Skip to content.
Adrian Roselli
Integrated Machine Learning State BYOB

All Posts Tagged: css

It’s OK to Use Tables

Baby Boomerangutuang, one of the Tick’s students. He is shouting It’s OK to play with dolls! If you cut your teeth building for the web in the 90s and even into the 00s, then you probably learned to lay out your HTML pages using <table>s. As CSS support and techniques…

Posted:

Tags: accessibility, css, rant, standards, tables

Codepen Has Handy Sharing Tools for Devs

There are plenty of online resources for playing around with code right in the browser, no server of your own needed, that you can then share with others. I have dabbled in them on and off but Codepen’s recent entrance has a couple additional features that I have found handy.…

Posted:

Tags: browser, css, html, JavaScript, standards

Copying Content Styled with Text-Transform

Using the CSS property text-transform to automatically shift copy to uppercase has been popular for a while now, but a combination of a recent explosion in the use of that style and my slow move to Chrome as my default browser has caused me to regularly paste text into emails,…

Posted:

Tags: accessibility, browser, Chrome, css, fonts, rant, Safari, standards, W3C

Don’t Blame Opera, Blame Devs

On Wednesday news broke that Opera was going to support some Webkit CSS vendor prefixes. On its surface I thought this wasn’t exactly big news. There was a good deal of hubbub about this back in February (Browser Makers Caving to Vendor Prefix Misuse) when word got out that Mozilla,…

Posted:

Tags: browser, Chrome, css, Opera, rant, Safari, standards, usability, W3C

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