Category Articles RSS Feed
How To Use CakePHP to Create a Small Web Application
Viewed 2908 times since Fri, Jan 3, 2014
CakePHP is a powerful and robust PHP framework built around the Model-View-Controller (MVC) programming paradigm. In addition to the flexible way you can use it to build your application, it provides a basic structure for organizing files and... Read More
How To Create and Manage Databases in MySQL and MariaDB on a Cloud Server
Viewed 2592 times since Thu, Dec 26, 2013
What are MySQL and MariaDB?MySQL and MariaDB are relational database management systems. These tools can be used on your server to manage the data from many different programs. Both implement forms of the SQL querying language, and either can be... Read More
How To Perform Basic Queries in MySQL and MariaDB on a Cloud Server
Viewed 2067 times since Thu, Jan 2, 2014
MySQL and MariaDB are relational database management systems. These tools can be used on your server to manage the data from many different programs. Both implement forms of the SQL querying language, and either can be used on a cloud server. This... Read More