Categories
RedHat OS

Install and Secure phpMyAdmin on a CentOS 6

Many websites and applications require databases to store and manage large sets of information. MySQL and MariaDB are popular database management systems because of their flexibility, power, and ubiquity. For many users, managing databases is difficult from the command line. For those who prefer to use a web interface, phpMyAdmin is a great alternative to […]

Categories
World Wide Web

Transparent Color In Web Appearance

Sometimes we want that our background text to be transparent to our base web background, this code can make your dream come true… cheers.. :p

Categories
RedHat OS

Install the PHP DOM Extension on CentOS

Here we cover the fastest, most effective way to get the PHP DOM extension installed on CentOS. If you’ve just found out you need to install this extension, but don’t really know what it is, we’ve included some background first. What is DOM? “The Document Object Model (DOM) is a cross-platform and language-independent convention for representing and interacting with objectsin HTML, XHTML and XML documents.” (Source: DOM […]