All About mailto: Links
You can make a garden variety anchor link (<a></a>) open up a new email. Let’s take a little journey into this feature. It’s pretty easy to use, but as with anything web, there are lots of things to …
You can make a garden variety anchor link (<a></a>) open up a new email. Let’s take a little journey into this feature. It’s pretty easy to use, but as with anything web, there are lots of things to …
I love how Bruce steps up to the plate here:
If the importance of good HTML isn’t well-understood by the newer breed of JavaScript developers, then it’s my job as a DOWF (Dull Old Web Fart) to explain it.
Then …
<person>, <subhead>, <location>, <logo>… It’s not hard to come up with a list of HTML elements that you think would be useful. So, why don’t we?
Bruce Lawson has a look. The conclusion is largely that …
Guides, resources and discussions about Semantic HTML are often focused around specific elements, like a heading, or a sectioning element, or a list. It’s not often that we talk specifically about how we can combine HTML elements to increase their …
What a great technological analogy by Mandy Michael. A reminder that TypeScript…
…makes use of static typing so, for example, you can give your variables a type when you write your code and then TypeScript checks the types at compile
Last time, we saw how the average web page looks like using data from about 8 million websites. That’s a lot of data, and we’ve been continuing to sift through it. We’re back again this time to showcase some …
There are two kinds of HTML:
I feel like some discussions about HTML are clouded by not making this distinction.…
Essentially a way to import a block of dependancies (scripts and styles) into an HTML document.
<link rel="import" href="imports.html">
It doesn’t actually just plop the content from the referenced file where you call it though, like an @import does in …
The following is a guest post by Rob Dodson (@rob_dodson). Rob and I were going back and forth in CodePen support getting Polymer (a web components polyfill, kinda) working on a demo of his. We did get it …