Learn about Code Security

Security is essential for any program you create. Learn how to implement stronger security features to protect your apps and keep your users and their data safe.
  1. Cross-Site Scripting in WordPress: Practical Tips for Securing Your Site

    Cross-Site Scripting in WordPress: Practical Tips for Securing Your Site

    Tutorial Intermediate

    In this series, we're taking a look at how to secure our WordPress projects from XSS - or cross-site scripting. In the first article in the series, we...

  2. Cross-Site Scripting in WordPress: What Is XSS?

    Cross-Site Scripting in WordPress: What Is XSS?

    Tutorial Intermediate

    One of the most exciting aspects of modern web development is the potential that comes with building applications specifically for web browsers (or to run...

  3. WordPress Security Threats That You Should Look Out For

    WordPress Security Threats That You Should Look Out For

    Tutorial Intermediate

    When running a website on WordPress, it is sensible for you to pay attention to security. There are constant threats to blogs and sites running on WordPress....

  4. Imposing SSL and Other Tips for Impenetrable WP Security

    Imposing SSL and Other Tips for Impenetrable WP Security

    Tutorial Intermediate

    Internet security has always been as important as your personal security. If you are making money through your blog or website, the security of your website...

  5. 6 Easy and Efficient Ways to Combat Spam Comments

    6 Easy and Efficient Ways to Combat Spam Comments

    Tutorial Beginner

    One of the downsides of running a successful WordPress blog is that some people want to take advantage of your success by posting "spam comments" on your...

  6. Conquering the wp-config.php File - 11 Good Practices

    Conquering the wp-config.php File - 11 Good Practices

    Tutorial Beginner

    There are 981 files and 95 folders which come with the WordPress (v3.4.1) package. None of these files need manual modification, except the wp-config.php...

  7. Best Practices for Preventing BuddyPress Spam User Registrations

    Best Practices for Preventing BuddyPress Spam User Registrations

    Tutorial Intermediate

    The BuddyPress plugin turns any WordPress installation into a rich social networking site complete with forums, friend requests, and ... countless numbers of...

  8. Building a WordPress Security Plugin: The Basics

    Building a WordPress Security Plugin: The Basics

    Tutorial Beginner

    WordPress is open source, which means that everyone, including hackers with a malicious intent, can scour the source code looking for holes in its security....

  9. Secure Your WordPress Against User-Agents and Bots

    Secure Your WordPress Against User-Agents and Bots

    Tutorial Beginner

    Lately there have been a lot of WordPress sites compromised only due to the bots that roam the world wide web! There are a lot of plugins out there which can...

  10. 10 Quick Tips: Optimizing & Speeding Up Your WordPress Site

    10 Quick Tips: Optimizing & Speeding Up Your WordPress Site

    Tutorial Beginner

    We recently looked at 11 Quick Tips for Securing Your WordPress Site, which included some easy, but essential tips for the security of your WordPress blog....

  11. 11 Quick Tips: Securing Your WordPress Site

    11 Quick Tips: Securing Your WordPress Site

    Tutorial Beginner

    WordPress is the most used open-source platform nowadays for any type of websites: whether it is blog, CMS or any other custom solution. WordPress is...

  12. How to Sync A Local & Remote WordPress Blog Using Version Control

    How to Sync A Local & Remote WordPress Blog Using Version Control

    Tutorial Beginner

    Ever wondered how you might use Version Control with WordPress? If you prefer to work on your WordPress projects locally but have to get them to sync...