Blog & Portfolio of Leland Fiegel

Your Own Personal Online Todo List

0

Some of you asked how I set up my todo list after I posted a screenshot of it a few days ago. I set it up from a freely available script I found on TutorialZine.com, from a tutorial called AJAX-ed Todo List With PHP, MySQL & jQuery.

In the following screencast tutorial, I’ll show you how to set it up on a cPanel host (I used HostGator):

  • Set up a subdomain for your todo list page (optional, necessary in some cases)
  • Password protect the directory your todo list is in (optional, highly recommended)
  • Download the script from TutorialZine, extract the files, and upload them via FTP
  • Set up a database, create a user, and add the user to the database
  • Get the database connection details and put it in the connection file
  • Import the database structure through PHPmyAdmin

Screencast is after the jump.

Read More