Web Development with PHP and Mysql

Development of the RemindMe Service

Previous


Conclusion and Future Directions

I now have a basic reminder system to help me keep track of important annual events in my life. Altogether it took me about a day to develop the website, which illustrates how quickly a useful site can be developed with PHP and Mysql.

I'm already discovering things that I'd like to improve on and add to the site.

As you can see, I've just finished building the site and I already have a large wish-list. The problem with most of these changes will be keeping the site simple and uncluttered while adding in all the extra data and functionality.

I hope you've picked up a trick or two from this article that will help improve your web development efforts. Watch for future articles on this and related topics.

Jason Morris
jason@omnilogic.net


Previous
  1. Introduction
  2. Research
  3. Data Modelling
  4. Database Access
  5. Website Design
  6. User Management
  7. Account Creation / Logging In
  8. Page Layout
  9. Reminder Events
  10. Sending Reminders
  11. Conclusion