Hands-on With ARIA: Accessibility for eCommerce
Looking to make your site more accessible? Or maybe you want to make it easier to traverse your site overall using browsers and other interfaces? Using ARIA, you can do both. Let’s take a look at what...
View Article11 Best Social Media Scripts and Plugins to Streamline Your Workflow
If you are running a business or building a brand, you are always looking for ways to improve increase your online reach. A streamlined, accessible and consistent social media presence is essential,...
View ArticleHow to Use Sessions and Session Variables in PHP
Session handing is a key concept in PHP that enables user information to be persisted across all the pages of a website or app. In this post, you'll learn the basics of session handing in PHP. We'll...
View Article10 Best WordPress Facebook Widgets
Facebook has over 2.23 billion active users worldwide who spend an average of 20 minutes per visit. That explains why, “on average, the Like and Share Buttons are viewed across almost 10 million...
View ArticleIntroduction to Firebase
We are in an era of rapid prototyping. We may get bright ideas, but sometimes they don't get implemented if they take too much work. Often, the back-end is the limiting factor—many ideas never get...
View ArticleWorld Mental Health Day—Apps for a Changing World
Content note: The article contains mention of suicide, in the context of suicide prevention.October 10 is World Mental Health Day. This year, the theme is Young People and Mental Health in a Changing...
View ArticleHow to Build Medium's Real-Time Applause Feature With Angular and Pusher
In this article, you'll learn how to code real-time Angular apps with Pusher. We'll make an app that gives real-time feedback when a post is clicked—just like Medium's applause feature!What Is...
View ArticleTrigonometry, Random Numbers and More With Built-in PHP Math Functions
Basic maths is used a lot during programming. We need to frequently compare, add, multiply, subtract and divide different values when writing code. Sometimes, the maths required in a program can be...
View ArticleHands-on With ARIA: Accessibility Recipes for Web Apps
In the confusing world of web applications, ARIA can help improve accessibility and ease of use for your creations. HTML isn't able to handle many types of relationship between elements on the page,...
View ArticlePHP Control Structures and Loops: if, else, for, foreach, while and More
Today, we're going to discuss control structures and loops in PHP. I'll show you how to use all the main control structures that are supported in PHP, like if, else, for, foreach, while and more.What...
View Article19 Best Templates for Mobile App Monetization
Imagine that you're ready to kick-start your own mobile app development business. Chances are you'd like to use the best development practices for your first app, and also code it as quickly as...
View Article11 Practical Web Animation Courses
Meaningful, well-designed animation can really enhance the user experience in your websites and apps. It can tell a story, aid in navigation, and so much more.If you want to know how to use animation...
View ArticleTraining an Image Classification Model With Create ML
Machine learning is great, but it can be hard to implement in mobile applications. This is especially true for people without a data science degree. With Core ML, however, Apple makes it easy to add...
View ArticlePractical Test-Driven Development
What Is Test-Driven Development?Test-driven development (TDD) simply means that you write your tests first. You set the expectations for correct code up front, before you have even written a single...
View ArticleApps and Tools to Support LGBTQ Youth This Spirit Day
Bullying and harassment are serious concerns in the LGBTQ community, especially among youth. According to the GLSEN National School Climate Survey, over 85% of LGBTQ students have experienced verbal...
View ArticleNew Course: Build an App With JavaScript and the MEAN Stack
You can make your web development work a whole lot easier by taking advantage of the MEAN stack (MongoDB, Express, Angular, and Node.js). Find out how in our comprehensive new course, Build an App From...
View ArticleHow to Use the Symfony Event Dispatcher for PHP
Today, we're going to learn how to use the Symfony event dispatcher component, which allows you to create events and listeners in your PHP applications. Thus, different components of your application...
View ArticleHow to Zip and Unzip Files in PHP
Compressing files when transferring them over the internet has a lot of advantages. In most cases, the combined total size of all the files in the compressed format comes down by a nice margin. This...
View Article10 Stunning Ionic App Templates
Ionic is a popular framework for creating modern, hybrid, mobile applications, using the wildly popular Angular framework. Because developers can use technologies they are already familiar with...
View Article20 Best HTML5 Game Templates of 2018 With Source Code
Over the past several years, we have seen HTML5 used to create many great online solutions. We have also seen it used to create some great fun! With the vanishing of Flash, HTML5 quickly became the...
View Article