Tag: Web Development
- Home
- Web Development”
Filter By:
-
How to preload your CSS and why you should
Read This Post: How to preload your CSS and why you shouldYou’re trying speed up the page load time of your website and you’ve tried everything. But it’s still not quick enough. Have you tried preloading your CSS and JavaScript resources?
-
The value of open source
Read This Post: The value of open sourceWhat’s the value in using and contributing to an open source project? Well beyond the price, it’s really quite remarkable.
-
Object-oriented programming in WordPress plugins
Read This Post: Object-oriented programming in WordPress pluginsCreating a WordPress plugin is pretty simple. It’s just another functions.php file, right? But what if you tried creating a plugin with object-oriented programming.
-
Why you should always focus on the basics when starting web development
Read This Post: Why you should always focus on the basics when starting web developmentThere are so many web development frameworks that it can be difficult to figure out where you should start. But the basics are always the right place to begin learning.
-
How Gutenberg is from a developer’s perspective
Read This Post: How Gutenberg is from a developer’s perspectiveWe’re still in this sort of waiting period for Gutenberg, the new WordPress editor. If you’re a WordPress developer, however, you need to be learning how to develop with it now.
-
What is SCSS and how to use it
Read This Post: What is SCSS and how to use itIn the final tutorial on npm, Gulp and SCSS, we finally get to the fun part. SCSS is an amazing tool that makes writing CSS much better and quicker. And you won’t want to go back to normal CSS again.
-
What is Gulp and how to use it
Read This Post: What is Gulp and how to use itSo as we continue to learn how to compile SCSS/SASS into CSS, we now stumble upon Gulp. And this is how we ultimately compile our CSS together for the browser to read.
-
How to add a WordPress admin page to add data to a custom table
Read This Post: How to add a WordPress admin page to add data to a custom tableSo you have a custom table, but how do you get data in there the WordPress way? This tutorial shows you how to create an admin page and insert data into that table.
-
How to create a custom table in WordPress and why
Read This Post: How to create a custom table in WordPress and whyWordPress comes with a number of basic tables created in your site’s database. But sometimes those tables aren’t quite enough. And sometimes a custom table is needed.
-
Why you should create a theme for the WordPress theme directory
Read This Post: Why you should create a theme for the WordPress theme directoryIf you have a goal of getting better at web development, there’s no better way to accomplish that by creating a WordPress theme for the directory.