Strange and Unusual HTML
18 PostsIn your day-to-day HTML coding you'll undoubtedly useView Learning Guide...<div>
elements, hopefully even<section>
,<aside>
and<article>
tags where more appropriate. You'll describe semantic relationships between headings using<h1>
through to<h6>
. Your form inputs are probably of the correct type, dictating whether entered data should be a valid email address, or number - but there are loads of obscure HTML tags and attributes which you might not be familiar with. Some are simple, others are still in development and the occasional one is just downright weird! This collection of tutorials and quick tips will get you up to speed with some of the more unusual HTML tags.CSS3 Mastery
16 PostsFind yourself persistently putting off learning new technologies, like CSS3? Then now's your chance to catch up! In this session, we'll teach you the ins and outs of everything you need to build modern and stylish web applications with CSS3.View Learning Guide...Building a Full Stack Web App Using Node & Angular
1 PostIn this new three part series, Carter Rabasa will walk you through building a full stack web app using Node and Angular.View Learning Guide...JavaScript Succinctly
17 PostsWe recently had the opportunity to collaborate with the fine team at Syncfusion to offer you one of their popular eBooks, JavaScript Succinctly, in session form.View Learning Guide...jQuery Succinctly
11 PostsWe recently had the opportunity to collaborate with the fine team at Syncfusion to offer you one of their popular eBooks, jQuery Succinctly, in session form.View Learning Guide...A Case for Code Comments
2 PostsIn this two-part series, we're taking a look at building a case for code comments. In the first article, we covered the server-side by taking a look at PHP. Specifically, we reviewed PHPDoc conventions and how to use them to document templates, functions, and lines and blocks.View Learning Guide...