MYSQL Articles

MySQL is a relational database management system (RDBMS) that runs as a server providing multi-user access to a number of databases.


Throttle User Login Attempts in PHP

The Problem: Brute Force Attack If you have ever ran a successful user based website where user’s have Accounts with a username and password, you may have been the target of a Brute Force Attack. Where some one, usually with the aide of a bot tries to crack user passwords and gain access to there account. Preventing large numbers of
Read More →

The 8 Best Code Testing Sites on the Web

This is a list of some of the best sites on the web for a web developer to test code snippets and share them with others. These sites allow you to run and compile code without requiring you to upload files to servers and all the other stuff generally involved with sharing and testing code. This list is not complete
Read More →

50 Web Developer Documentation Manuals You Need To Know About

This is a list of over 50 Documentation Manuals and Guides for Programmers and Web Developers, I will actively update this list with more Manuals as I come across them. If you would like something added, please leave it in the comments section below.
Read More →