…e CreatingLarge news-based sites sometimes use some sort of styling to differentiate between the sections of their site. Often this takes the form of different colors for each section.A good example is the London Times website, which uses a different color for each section of its site. The front page…
…e last principle we'll look at. Broadly speaking it states that the content and the navigation of the site must be understandable. While the responsibility of implementing a lot of these recommendations lies with the plugin or theme's 'end user' (or whoever is publishing the content), there are recommendations that…
…e CreatingIn the last session, we built an "Add a New Blog" function, and now users can post into the blog system. A natural extension would be to enable users to change and delete existing blogs. In this session, we are going to build some groundwork for those functions, making…
…eries, we'll see how to go about creating a simple shopping cart using AngularJS. This tutorial series will focus on the use of AngularJS directives. AngularJS directives are the core part of AngularJS and they impart special behavior to the HTML. From the official docs:At a high level, directives are…
…e previous part of this tutorial series, we implemented the edit and delete post functionality in the welcome page. In this part of the tutorial, we'll add a Ladda loading indicator into our application. Adding a loading indicator is quite essential as it makes the application more interactive. We'll also…
…eries, we're going through one of the fundamental features of WordPress: Conditional Tags. In this fifth part, we'll continue introducing and reviewing the Conditional Tags. Be sure to check out the previous parts if you haven't yet. Let's begin! 40. Checking Whether the Blog Is the "Main Site" of the…
…e CreatingFirefox Developer Edition was released by Mozilla during the tenth anniversary celebration of Firefox last year. Recently, 64-bit builds of Firefox Developer Edition have also been made available for Windows, Linux and Mac OS X. Firefox Developer Edition provides easy accessibility for a wide array of developer tools which…
…eries, we're going through one of the fundamental features of WordPress: Conditional Tags. In this sixth part, we'll finish introducing and reviewing the Conditional Tags. Be sure to check out the previous parts if you haven't yet. Let's begin! 53. Checking Whether the Page Is Either a Blog Post or…
…e CreatingIn the previous tutorial I showed you how to style the posts on your main blog page according to their category, creating color coding by category.A lot of sites that use this technique also take it further by adding distinct styling to each section of their site, in a…
…eries we've looked at some simple ways theme developers can help make their theme accessible. If you follow all the recommendations in this series, you will more than exceed the minimum requirements for the accessibility-ready tag in the WordPress theme repository.However, the tag is accessibility-ready rather than accessible, as no…