Tiffany B. Brown

Posts in: General

How every conversation about race ever on the internet goes
Someone makes a comment or corny “joke” that is kinda racist and kinda classist, but mostly harmless.1 Someone else — sometimes in the group targeted, sometimes not — says “Hey THAT’S RACIST!” Someone else, usually not in the target group (read: “someone not black / Latino / Asian American / Native American, because those are [...] [25 Feb 2013]
Supporting and detecting @supports
Opera recently added support for the @supports feature of the CSS Conditional Rules Module. Using @supports offers a native way to feature-test support for CSS properties and values. @supports (display: flex){ /* Include flexible box styling here */ } You can also test for negation, and provide rules for cases when a feature is not [...] [4 Dec 2012]
Document fragments are magic
During a recent conversation about some code I’ve released, the other party asked me why I didn’t use a document fragment. I think my reaction was more or less “What, well, um, I don’t know, so I’m just going to bullshit and pretend I know what you’re talking about or something.” I’m not one to [...] [30 Nov 2012]
XHR2 + CORS Slides, some AppCache-fu, OpenWebCamp, and Opera News
For the June meeting of the HTML5 & CSS3 LA User Group, I spoke about XMLHttpRequest, Level 2 and Cross-Origin Resource Sharing headers. It’s always tough to present code. That goes double when you are sleep deprived, yet caffeinated and tongue-tied. In any case, the slides — which is really just one really long, really [...] [30 Jun 2011]
Co-Working in (and near) Los Angeles
A running list that I will update as I learn about new spaces. BlankSpaces (Mid-Wilshire) Boxaplex (WeHo) Coloft (Santa Monica) Indie Desk Klever Dog Next Space (Culver City) Office & Company (Pasadena) [17 May 2011]
Slides from BarCampLA
I did two ~15-minute talks at BarCampLA8: one on HTML5 Forms, and one impromptu, sorta half-a**ed talk on Opera Mini. I took some time to update and correct the Opera Mini slides based on some notes I had, but couldn’t get to (no WiFi at this year’s camp ) and questions I received during the [...] [2 May 2011]
On the rape of men
“The way I make sense of that is that women, for better or worse, live their lives with this idea that they might experience sexual assault at some point. There are public models of how to recover from rape. Men don’t have any expectation that this might happen to them. It’s very difficult to figure [...] [8 Apr 2011]
Come to BarCampLA April 30 – May 1, 2011
I’m going, and because of the nature of a BarCamp — show up, sign up, give a talk — I will also be speaking. What’s BarCampLA? Barcamp is a ad-hoc technology conference where attendees are the speakers. Got something cool to share with your fellow tech geeks? Been working on a neat side project? Come [...] [8 Apr 2011]
Thoughts on practices for CSS Gradients
Examples of CSS gradients are cropping up in the wild, and with good reason. CSS gradients: don’t require the additional HTTP request of an image file. are easier to modify than image files. “weigh less” than most image files. That’s the ideal, at least. In their current state, gradients are actually a hot mess. The [...] [6 Apr 2011]
Opera blog roundup
Want to learn more about Opera Desktop, Mobile and Mini? Follow along with the official company product blogs. (Posted here as much for my benefit as for yours). Core Core is where all of the magic is made. Features and support get added to core and then make their way to Desktop, Mobile, Mini and [...] [28 Mar 2011]