Posts Tagged ‘database’

Intro: How to Build Custom PHP and MySQL CMS Website Software

Sunday, August 8th, 2010

Introduction for new series we are about to launch to show the foundation for systems like WordPress or Joomla. Dynamic PHP and MySQL Content Management System Websites that use Javascript WYSIWYG rich text editors to populate and edit website pages.

Duration : 0:19:27

(more…)

Part 2: How to Build Custom PHP and MySQL CMS Website Software

Sunday, August 1st, 2010

In this part we demonstrate table creation and structure methods from inside of PHPMyAdmin. PHPMyAdmin is a great tool if you are not yet comfortable writing custom database structuring scripts using PHP. We make the website system smart enough to use just one file for all display, no matter how many pages or content the site acquires.

Duration : 0:26:34

(more…)

Part 1: How to Build PHP and MySQL CMS Website Software

Tuesday, July 27th, 2010

In this part of the lesson we create our MySQL database and quickly set up a default layout in Dreamweaver CS4, and tinker with the looks through CSS.

Duration : 0:15:19

(more…)

Part 3: How to Build PHP and MySQL CMS Website Software

Tuesday, January 26th, 2010

In this part of the lesson we learn how to script out our magic index page to be smart enough to display all of the data in the system, and all pages.

Duration : 0:30:20

(more…)