Understanding The Meaning of Webpage Not Found or 404 Error

Page Not Found Errors I’m sure I’m not the only person who has come across this error during their Internet browsing sessions: And of course, whenever this happens, you might say to yourself, “What the hell does that even mean?” Well, think of your place of residence. Whether it be a house, apartment, car, cardboard… Continue reading Understanding The Meaning of Webpage Not Found or 404 Error

Site Accessibility: Getting Started With ARIA

What You’ll Be Creating Using standard HTML alone, modern web apps can lock out users with accessibility needs.  HTML is the predominant markup language online, being used by nearly 83% of existing websites. While there have been some changes in the 25 years since its creation, even newer iterations, such as HTML5 and AMP, leave… Continue reading Site Accessibility: Getting Started With ARIA

Manipulating Images in PHP Using GD

The internet would be pretty dull without images. However, maintaining and manipulating hundreds or thousands of images for your web site can be a headache. As your site design changes, you might need to modify all your images—for example, you might need to convert all your images to grayscale or resize them to 50% of… Continue reading Manipulating Images in PHP Using GD

Testing Components in React Using Jest and Enzyme

This is the second part of the series on Testing Components in React. If you have prior experience with Jest, you can skip ahead and use the GitHub code as a starting point.  In the previous article, we covered the basic principles and ideas behind test-driven development. We also set up the environment and the tools… Continue reading Testing Components in React Using Jest and Enzyme

4 Strategies to Ensuring the Success of Your Mobile App

Today, the entire world has undoubtedly gone mobile as more people access data and information via digital devices, tablets and smartphones. Apps are commonplace for shopping, connecting with people, navigation and managing data. In fact, mobile apps are today more interactive, attractive and easy to integrate with various smartphone features. The current apps trend is… Continue reading 4 Strategies to Ensuring the Success of Your Mobile App

WordPress as the First Step to Learning HTML

Not everyone has an idea about HTML. Most people will turn to WordPress when creating their first website. It’s easy to use, and you’ll have all the tools which you need for your website. Nonetheless, you’ll have an easier time getting to add content within the website and also ensure that there’s growth. Using WordPress… Continue reading WordPress as the First Step to Learning HTML

12 Diversified Yet Free To Use WYSIWYG Text Editors

Are you looking for some free to use Javascript or jQuery WYSIWYG HTML editors? Well, if your answer is yes, then you are lucky enough to land on the right page. In this round up, we are presenting 12 Diversified Yet Free To Use WYSIWYG Text Editors. Such editors come very handy when your visitors… Continue reading 12 Diversified Yet Free To Use WYSIWYG Text Editors

6 Cross-Platform Development Tools Worth Checking Out

There are many development tools out there, but getting by free and good ones is not that easy. That is why we are sharing 6 Cross-Platform Development Tools Worth Checking Out. Previously, we have already covered Four Robust Builders To Build Amazing Mobile Apps. So, without any further ado let’s take a look at these… Continue reading 6 Cross-Platform Development Tools Worth Checking Out

Let’s Make Your Life Simpler Than Ever With These 6 Web Apps

There are many apps out there, but getting by free and good ones is not that easy. That is why we are sharing 6 simpler than ever web applications for our visitors. So, without any further ado let’s take a look at these and feel free to share this post with others. Read each entry… Continue reading Let’s Make Your Life Simpler Than Ever With These 6 Web Apps

Four Robust Builders To Build Amazing Mobile Apps

There are many apps out there, but getting by free and good ones is not that easy. That is why we are sharing Four Robust Builders To Build Amazing Mobile Apps. So, without any further ado let’s take a look at these and feel free to share this post with others. Read each entry in… Continue reading Four Robust Builders To Build Amazing Mobile Apps

The Easiest Way To Add Input Masks To Your Forms

Input masks make it much easier for users to figure out the required format for filling out emails, phone numbers, credit cards and other data. Adding masks to your form inputs makes them so much better and its super easy to do, especially when using a JS library. In this article we’ve prepared for you… Continue reading The Easiest Way To Add Input Masks To Your Forms

What Are the WordPress PHP Coding Standards?

What are the WordPress PHP coding standards? In this video from my course, Learn PHP for WordPress, you’ll learn all about the coding standards and why they’re important. The WordPress PHP Coding Standards What Are the WordPress PHP Coding Standards? You can find the full WordPress PHP coding standards in the official WordPress handbook. They’re… Continue reading What Are the WordPress PHP Coding Standards?

Freebie: Beautiful CV Template with Bootstrap

We would like to share with you an amazing Bootstrap 4 template for a responsive CV page. It is very easy to use and implement – just copy and paste, doesn’t require any dependencies, and is completely free to use (no attribution required). The Template It is crafted with the Bootstrap 4 framework. The template… Continue reading Freebie: Beautiful CV Template with Bootstrap

Using CSS Pseudo-elements and Pseudo-classes like ::before and ::after

April 23, 2018 by Alex Fox CSS wasn’t always as flexible as it is today. By using CSS pseudo-elements and pseudo-classes, designers can target elements based on their dynamic states or positioning in relation to other elements. Pseudo-Elements and Pseudo-Classes There are two types of pseudo selectors: pseudo-elements and pseudo-classes. Either of these pseudo selectors… Continue reading Using CSS Pseudo-elements and Pseudo-classes like ::before and ::after

5 Tools that Web Developers and Programmers Need

Web developers are like digital poets. Their lines of code help bring ideas to life by way of beautiful and stunning websites and apps. The demand for more responsive sites is growing, which is a sign that site owners are becoming smarter on how they provide content for their target audience. As a result, programmers… Continue reading 5 Tools that Web Developers and Programmers Need

Freebie: 3 Amazing Bootstrap 4 Gallery Templates

In this article we share with you 3 amazing Bootstrap 4 image gallery templates with awesome hover effects. Just like all our freebies, these templates are completely free to use, fully responsive and very easy to integrate- just copy and paste. The Templates The templates are built with the Bootstrap 4 grid component. The HTML… Continue reading Freebie: 3 Amazing Bootstrap 4 Gallery Templates

Getting Started with Chrome Developer Tools: Advanced DevTools

The most common tool in Chrome Developer Tools is Inspect Element. As we’ve covered, this tool allows you to view the CSS and HTML associated with specific on-screen elements. But there’s more power than that within DevTools. You can also access additional tools to do far more. You can debug JavaScript, monitor network performance, preview… Continue reading Getting Started with Chrome Developer Tools: Advanced DevTools

Build A Pomodoro Timer ― Scotch

Last week on the code challenge #5 we looked at building a movie player using a provided API. Here is the solution to the challenge built with Vue.js. This week we’ll be building a Pomodoro timer. A Pomodoro timer is a time management tool which breaks down task completion time into intervals of about 25… Continue reading Build A Pomodoro Timer ― Scotch

Getting Started with Chrome Developer Tools: Inspect Element

Google Chrome is one of the best consumer browsers on the market, but it also contains a number of powerful developer tools. We can reveal some of these tools with Chrome’s Inspect Element (or “Inspect”) tool. This developer tool provides insight into how websites are constructed and styled, and it can help you debug your own… Continue reading Getting Started with Chrome Developer Tools: Inspect Element

Freebie: Beautiful Pricing Table with Bootstrap 4

We would like to present you a cool Bootstrap template for a responsive pricing table. It is very easy to use and implement, doesn’t require any dependencies, and is completely free to use (no attribution required). The Template It is crafted with the Bootstrap 4 framework. The template has simple, elegant and fully responsive design… Continue reading Freebie: Beautiful Pricing Table with Bootstrap 4

Build A Movie Player ― Scotch

Last week, we solved the code challenge #4: Build An Eye Tracking App with JavaScript. This week we will be looking at consuming API’s and utilizing APIs to fetch reusable data. The Challenge The challenge is basically to build a movie trailer player with image thumbnails for a playlist and a section to display selected… Continue reading Build A Movie Player ― Scotch

Build An Eye-Tracking Alien with JavaScript ― Scotch

Hi and welcome to our Code Challenge #4. This week on the challenge we shall be delving into mouse tracking with JavaScript and simple animations with CSS. The Challenge The challenge is basically to build this Alien from Mars. We were browsing CodePen and saw this awesome CSS alien built by Eduardo Sada. View the… Continue reading Build An Eye-Tracking Alien with JavaScript ― Scotch

Freebie: 2 Beautiful Checkout Forms with Bootstrap 4

In this post we would like to share with you 2 awesome shopping cart and payment form templates. Just like all our freebies, these templates are completely free to use (no attribution required), fully responsive, and super easy to implement – just copy and paste! The Templates The templates use the Bootstrap 4 framework. The… Continue reading Freebie: 2 Beautiful Checkout Forms with Bootstrap 4