Skip to content.
Adrian Roselli
AI-Powered Machine Learning Framework VRML

All Posts Tagged: html

App Store Meta Tags

Why yes, Dominos, I’d love to tap again to get your real home page to order a pizza when I could have done it right here, below your over-sized app pitch that could be done in a tiny ribbon. This may be old news to some of you, but I…

Posted:

Tags: Apple, apps, browser, html, Internet Explorer, Microsoft, mobile, Safari, UX

2012 Advent Calendars for Web Devs

Now that the (Western, my favorite) holiday season is upon us, the tradition of advent calendars whose chocolate is replaced with web-related tips and articles is back. This year’s crop is missing some from last year, but there’s still good stuff to be found. If you know of any others,…

Posted:

Tags: accessibility, css, html, internet, JavaScript, usability, UX

New Main Element Approved, then Blocked

When I saw main proposed as an element a few months ago (or content or maincontent as alternate names), I didn’t think the process to fold it into the HTML specification would move very quickly. Much to my surprise on the W3C HTML Working Group mailing list the main element…

Posted:

Tags: accessibility, browser, html, standards, W3C, whatwg

Chromatic Type with Pseudo Elements

Typography on the web has come a long way from the days of a handful of web-safe fonts, six sizes, and little other control. With the ability to embed custom typefaces in web pages and exert a great deal of control via CSS, it was a matter of time before…

Posted:

Tags: css, design, fonts, html, pattern, typefaces

Recent W3C HTML5 Updates

I’ve been a member of the W3C HTML Working Group for a month now and appear to have joined at a point when there is a push to get HTML5 wrapped up as quickly as possible. While we all (should) know that HTML5 as it is referenced in the media…

Posted:

Tags: html, standards, W3C

Facebook, HTML5, and Mis-Reporting

My Twitter stream and the headlines of sites across the web yesterday lit up with Facebook’s CEO blaming its stock price (failure to meet hyped expectation) on HTML5 (and its failure to make the Facebook mobile experience suck less). Even ZDNet jumped on that bandwagon with a post titled Facebook’s…

Posted:

Tags: Facebook, html, mobile, social media, standards, usability, UX, W3C

Page-Level Container Discussion for HTML5

As I started down the path of my first HTML5 web page I spent a good deal of time trying to understand the sectioning elements of HTML5 — nav, article, aside, and section — as well as the major structural elements such as header and footer. Trying to find the…

Posted:

Tags: accessibility, ARIA, html, standards, W3C

Use Twitter’s New Embedded Timeline without Slowing Your Page

Update: September 7, 2012 I misunderstood how browser load external JavaScript files when that load itself comes from embedded script. Ben Ward explained it to me and referenced this handy article, Thinking Async. The gist of the article is that using JavaScript to write in a call to a JavaScript…

Posted:

Tags: html, JavaScript, social media, standards, Twitter

Alt Text on the Picture Element?

This is one of those posts that might interest only a few people and even then only if you are interested in a very specific aspect of this ongoing standard development. Yesterday I got into a conversation (just one of the messages) on the W3C Responsive Image Community Group mailing…

Posted:

Tags: accessibility, ARIA, html, standards, W3C

CSS-only Radial Menu Experiments

I have been working on a slow and plodding redesign of my personal site and am playing around with some navigation ideas. I wanted to create a JavaScript-free and image-free radial menu, an idea I toyed with a couple years ago and abandoned due to the lack of CSS support…

Posted:

Tags: css, design, html, mobile, pattern, standards, touch, usability, UX

My Print Styles Article in .net Magazine

Images of the magazine pages featuring my article. The Summer 2012 (#231) issue of .net Magazine has my tutorial on making print styles for your site. Not only did I get four pages, the article got a mention on the front cover (small though it is) and my photo in…

Posted:

Tags: css, html, print, standards

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