Creating Maintainable WordPress Meta Boxes
7 PostsThroughout this series, we're going to take at one way that we can write maintainable code in WordPress through an example plugin that introduces meta boxes, various options, and tabbed navigation in the WordPress dashboard.View Learning Guide...Building a Customer Management App Using AngularJS and Laravel
2 PostsIn this tutorial you will create a simple customer/transaction management system with the ability to add and remove both transactions and customers using both AnuglarJS and Laravel.View Learning Guide...Building Your Blog with Parse.js
11 PostsHave you ever gotten excited by the idea of a web project, but found it miserable to make it run and work on a server? With Parse.js, everyone who understand the basics of HTML, CSS, and JavaScript can create dynamic websites and working web apps with ease.View Learning Guide...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...Creating a WordPress Theme From Static HTML
5 PostsExperienced frontend developers who had built sites using HTML and CSS, and found it easiest to take their existing HTML files and convert them to a theme. Two of the people I spoke to were lecturers or teachers, and told me that this is the approach they use with students.View Learning Guide...