Many say that Shopify is the top platform for building and maintaining an online store, but what if you want to explore your options? We will help you do just that with…
Category: HTML
HTML.
Top WordPress Online Courses
Are you looking to become a WordPress expert so you can build and maintain websites via the popular content management platform with ease? Then you should consider taking at least one of…
Understanding Primitive Type Coercion in JavaScript
All programming languages, including JavaScript (JS), have built-in data types; these include strings, numbers, Dates, Arrays, and so forth. What makes JS special is that it is loosely typed. Hence, variables are…
How to Determine Which Element Has Focus in JavaScript
Baking accessibility into your web apps should be second nature now, as we sail through the third decade of the 21st century. One of the key components of accessibility is keyboard navigation,…
Best VR Game Development Platforms
Are you a game developer looking to jump into the futuristic world of virtual reality? If so, you will likely need to use VR game development platforms and tools to help you…
Destructuring Mixed Objects and Function Arguments in ES6
Object destructuring is a useful JavaScript (ECMAScript 6) feature to extract properties from objects and bind them to variables. As we saw in the ES6 Object Destructuring tutorial, object destructuring can extract…
Guide to Mobile SEO
Implementing search engine optimization (SEO) techniques is crucial to ranking high on Google and other search engines so you can drive traffic, expand your brand’s reach, increase sales, and more. But, since…
Configuration of the HTML5-Boilerplate Git Project and GitHub Repo
This post outlines the configuration of the HTML%-Boilerplate repo as well as the basic process we use to manage the project. As Github has matured as a platform and HTML5 Boilerplate has…
Looking For Options to Automate Translations of Front-end-Developer-Interview-Questions
I inherited the Front-end-Developer-Interview-Questions project years ago and while I’ve helped the project improve in a few ways, the project (50,000+ stars!) is not where I’d like it to be. The biggest…
ES6 Object Destructuring
In recent years, deconstructed foods have become all the rage among foodies, whereby chefs break down dishes to their core idea (destructuring) and then rebuild them up from their basic components (restructuring)….