Backing Up a MySQL DB with PHP
Today I found a helpful article that outlines a simple method for backing up a MySQL database using a simple PHP function. As a database is a very dynamic object by nature, there is always a...
View ArticleBuilding A Better Responsive Website
Today I found this article on SmashingMagazine.com which looks at the approach to take when trying to create a responsive website. The article Building A Better Responsive Website written by Jeremy...
View ArticleResponsive Web Design: Real User Testing
Today I found an article on SitePoint about Testing Responsive Websites The article looks at using “Real Users” to test responsive websites – the benefits of testing with real users, methods of...
View ArticlePHP Project Management
Hello everyone! I found another article today on PHP Master about project management. It covers managing php projects in great detail, covering things like managing a clients expectations of the...
View ArticleQuick and Clean PHP forms using OOP
Following on from our discussions regarding the use of OOP in PHP, here is a great article on using a PHP PEAR class, called HTML_QuickForm, to quickly and easily generate web forms. This class makes...
View ArticlePassword Hashing In PHP
Password Hashing is one of the most used way of storing passwords in database. There are different ways/algorithms for generating hash of a text. The most popular ones are: MD5, SHA1, and Bcrypt. Each...
View ArticleWorking with Files in PHP
Found an article that caught my attention and was not disappoint by what I saw inside. The article explains how you can use PHP functions to view a file’s attributes. File attributes are the properties...
View ArticleObject-oriented PHP: Lesson 1
Hey guys, Here is another article on Object-oriented PHP. This time, I am posting an article that links to a lesson on learnable.com which is a sister site of sitepoint.com, learnable provides it’s...
View ArticleThe Benefits of Working on Freelance Projects
Hey guys, I found this article today on webdesignledger.com about the Benefits of Working on Freelance Projects. I found the article interesting and informative, as it outlines the benefits of...
View ArticleIntroduction to PHP Arrays
Today I came across a very helpful article that covers all aspects of using arrays in PHP. It covers all elements of array use, so absolute beginners and seasoned professionals alike will get something...
View Article