Archive for the ‘Programming’ Category

30
Mar

PHP and MySQL for everyone!

Posted by Adam Roberts

When I began learning PHP & MySQL, I found myself downloading pre-made scripts from a website and manipulating them to understand the language. I found this strategy very hard to begin with, but eventually picked it up.

I then moved on to tutorials to further advance my knowledge, and I was helpless. I wasn’t able to understand anything about PHP. All i knew was that MySQL is a database that has information in it, and PHP is some code that you have to write to work with the database to do what you want with the information.

I spent a good month or two trying to understand PHP, when suddenly I found myself reading “Advanced” tutorials. Oh no wonder I couldn’t understand.

Ah` what’s this I see?
I finally found the perfect website that I knew would help. I started reading, and within a week I had gone through everything and started to practice. If you have a rough idea of what PHP & MySQL is, then this PHP MySQL Tutorial is perfect to begin with.

On a personal note, I would suggest going through this tutorial at least 3 times, until you understand and are comfortable in writing the basics of php. Then go ahead and try and write a few scripts for yourself, call it a test if you may.

3 years later after following on with more intermediate tutorials, and having the help from someone i knew personally who was sufficient in the language, and I could say I am now a PHP Programmer.

So to finish off, PHP & MySQL might seem extremely hard for you, but if you just take a read at this website a few times, just read the first 3 areas over and over, and you should get a grasp of it pretty quickly.

Good luck to you all if you think about learning PHP & MySQL.

23
Mar

Choosing a Content Management System

When it comes to Content Management there is bound to be a system that is right for you and your site. It’s just a case of searching for the perfect system. Each CMS has good points and bad points, and I am yet to come across one that is perfect in every way. While Wordpress is good for some sites, Joomla, or e107 is better for others.

A great site to find Open Source Content Management Systems is OpenSourceCMS, you are able to view different systems and read comments from other users that have tried that CMS. The best feature by far allows you to actually login to the system and try it out from an administartor perspective, allowing you to look around and see what features are built in from the word Go! By using this site you can easily browse through system after system to find the one that is right for you.

When choosing a CMS you also need to take into consideration what the system offers in terms of support, updates and documentation. There is little point of choosing a system that hasn’t been updated for years as there is a higher risk of security issues arising.

Another thing to take into consideration is the amount of skins and plugins that you can use on your site to add as much functionality to your site as you need. If the system doesn’t have many plugins then you will have a harder time adding the functionality you want your site to have. If you have the knowledge you can of course create your own plugins and create the functionality yourself.

The choice is yours, make sure you make the right decision to make your site successful.