One of the biggest differences between code written by novice developers and more advanced developers is that experienced developers tend to pay a lot more attention towards sanitizing and validating inputs, and late escaping outputs. Novice developers, on the other hand, tend to overlook these practices. I know I did. I didn’t even know what sanitization, validation, or escaping were. And, while these steps may not seem exciting, they are essential for preventing errors and security exploits on the sites that are running your code. In this article, I will discuss the basics of sanitizing and validating inputs in the context of […]
How to Implement Web Accessibility Guidelines in WordPress
When building a WordPress website, you probably already have a laundry list of things that need to be done. Layout optimization, social icons, Google Analytics, SEO settings — to name just a few. Not to mention, content creation when the site has gone online. Probably the last thing you want is to add more to the list. However, here is an important one, web accessibility. What’s that you ask? Making your site accessible means setting it up in a way that anyone can use it, regardless of limitations like visual, aural, or other cognitive impairment, learning disabilities, limited movement, speech disabilities, […]
100 WordPress Influencers To Follow In 2016
Last year, I wrote a post on 100 WordPress influencers to follow in 2015. The list was based off who I followed before 2015. All of them, in some way or another, work to improve the WordPress community. I had the pleasure of interviewing many of them over the year. Several commenters shared their own lists of influencers and recommendations of WordPressers to follow. I connected and followed many of these people in 2015. I also followed some hidden gems in the WordPress community who are contributing to WordPress with their amazing products and services. 2015 was a great year […]
How To Use Asynchronous PHP In WordPress
PHP executes code in series, which means one thing is done after another. This can be problematic when you need to do a lot of processing in one session or if you are relying on calls to external APIs. In this article, I’m going to show you how to use asynchronous PHP in WordPress to address this issue. It isn’t uncommon for a server to be configured with a 30-second timeout limit for each request, which puts a hard cap on the amount of time each session has to do its work. Of course, if that processing is required in […]
Google’s Search Quality Rating Guidelines – What They Mean For Your WordPress Website
Don’t we all want to be on the first place in Google? Getting masses of organic free traffic every month is a dream that is probably as old as the search engine itself. Hell, the entire field of SEO is basically based on this goal. If only we could get a glimpse at the inner workings of Google and how they put together their search rankings. Now you can, with the release of Google’s Search Quality Rating Guidelines. To understand what they are, you first need to know that Google has hired hundreds of people as content quality raters. Their entire job is to […]
Torque’s 2015 WordPress News Roundup
It’s been a great year for Torque Magazine — filled with tutorials, WordCamps, plugins, and more. Let’s take a look at some of Torque’s most popular articles in 2015! In the Community WordPress wouldn’t be WordPress without its robust community. Let’s take a look at 10 community highlights from 2015: WordPress now powers 25% of the Internet Inside the workplaces of 16 WordPress community mavens Habits, skills, and tools of 10 world-class WordPress developers The best WordPress swag and gear for the true fan ManageWP’s weekly AMAs ‘The History of WordPress,’ the story (so far) Automattic wins cybersquatting battle for Thesis.com […]
10 WordPress Takeaways From 2015
Another year is coming to an end. And, in the world of WordPress, so much has happened. It’s been a year filled with Wappuus, WordCamps, APIs, and important milestones. In no particular order, let’s take a look at 10 of the most talked about things to happen in the WordPress ecosystem in 2015. 25 Percent Of The Internet It wouldn’t be a 2015 roundup if we didn’t mention the biggest thing to happen this year. At the beginning of November, W3Tech, a web technology survey company, showed that WordPress is used by 25 percent of the Internet — that’s one […]
Creating A JavaScript Single Page App In The WordPress Dashboard
For over a year now, I have been talking to the WordPress community about JavaScript, specifically AngularJS. Not only have I expressed the growing significance of JavaScript to people in conversation and blog posts, but I have also emphasized its importance in several of my WordCamp talks in 2015. It appears that Matt Mullenweg shares this sentiment, because earlier this month at WordCamp US, he urged everyone to “learn JavaScript, deeply.” In this article, I’m going to walk through the fundamentals of creating a better admin interface for plugin and theme developers using AngularJS. I’ll also demonstrate how you can take it […]
Top Free WordPress Themes of 2015
2015 was a big year as far as WordPress is concerned. We had our first interaction with REST API, and saw some of the biggest WordCamps being held around the world. Since WordPress now powers a quarter of the internet, it is obvious that there is no dearth of awesome free themes for WordPress users. There were several amazing themes released for blogging, magazine, portfolio sites, and more. Plus, we also got a new default theme: Twenty Sixteen. Because there are so many to choose from, I found some of the best themes of 2015. These are all free and […]
15 Tips To Get Your WordPress Website Indexed By Google
Don’t we all want to be on Google’s first page? Maybe even the first place? There probably isn’t a website owner out there who doesn’t dream of it. After all, you invested a lot of time and energy to create the best possible website. Why wouldn’t you want your effort to be rewarded? However, you know what’s the first step to getting to Google’s pole position? Getting onto Google at all. Sometimes websites don’t even make it that far. In the online universe, that’s nothing short of a disaster. If you are not picked up by search engines, your website […]
3 Comments