Some HTML form tags that don’t require JavaScript + more [video]

There are so many HTML tags that it is nearly impossible to know them all, which means there are tons of tags most people do not know. In this video I talk a… Read more

Similar

The Humble for Loop in JavaScript

I've seen some programmers try to avoid the humble for loop at all costs, in favor of more functional abstractions. I'm going to argue that the for loop is sometimes simply the best option. That doesn't mean you should always use it -- far from it -- but ... (more…)

Read more »