LATEST ARTICLES

How To Add Two-Factor Authentication To WordPress

How To Add Two-Factor Authentication To WordPress

How secure is your WordPress password? Better question…how secure are the passwords of everyone with access to your WordPress site? That’s a scary question, right? While you hopefully (!) follow all...
How To Add A Favicon To Your WordPress Website

How To Add A Favicon To Your WordPress Website

  Displaying a favicon on a WordPress website has become extremely popular, and for good reason. A memorable favicon enables your audience to instantly recognize your site and select it from a...
How To Stress Test in WordPress Website

How To Stress Test in WordPress Website

One thing they don’t tell you about starting a blog or business site is that someday your website is going to reach its limit. Hosting companies don’t have any interest in informing you about this,...
How To Troubleshoot WordPress Errors And Glitches

How To Troubleshoot WordPress Errors And Glitches

  I’ve certainly done my share of swearing at my computer because the WYSIWYG editor won’t load properly . when I check in on one of my websites and find the theme has...
Quickly Reset Your WordPress Back To Its Default State

Quickly Reset Your WordPress Back To Its Default State

If you’re like most WordPress users, you spend quite a bit of your time trying to keep your site functioning well. In fact, you probably spend your days trying not to reset WordPress....
Add Font Awesome Icons To WordPress With Plugins

Add Font Awesome Icons To WordPress With Plugins

Ever see those nifty icons on other people’s WordPress sites? The ones that grab your attention and give you added context for what you’re looking at. Pencils, hamburger icons, those sorts...
How To Start A WordPress Blog For Beginner

How To Start A WordPress Blog For Beginner

When was the last time you had a wonderful idea that just had to be talked about? Do you have a remarkable story from your trip to Spain or several cool...
Fix Broken Links Using Broken Link Checker WordPress Plugin

Fix Broken Links Using Broken Link Checker WordPress Plugin

When you website has a broken link, meaning the link to the content is not working, it typically displays a 404 Error to your website visitors. This can happen because old...
Stepped Forms and Conditional Validation in Rails

Stepped Forms and Conditional Validation in Rails

ActiveModel validations in Rails are awesome, but what happens when your UI doesn’t exactly match your data model? Or when you want multiple levels of conditional validations? A useful web application requires...
How to Run Python and Ruby on Heroku with Multiple Buildpacks

How to Run Python and Ruby on Heroku with Multiple Buildpacks

One of my mentees here in codementor.io encountered a problem while running Python and Ruby together on Heroku. That session inspired me to write this tutorial—how to run more than one environment on Heroku. PROBLEM The project was working in Cloud9 without...