Web Development with PHP and Mysql

Development of the RemindMe Service

Previous | Next


Research

In preparation for development, I decided to check the web to see what's available and the functionality of these services. By examining existing systems I hope to get some ideas of what works and what doesn't.

A quick search of the web for 'RemindMe' returns several applications that closely resemble the application I have in mind.

More research shows that the ArsDigita RemindMe system is used as a case study by Philip Greenspun in his Guide to Web Publishing. Rather than reinventing the wheel, I will refer to his case study while developing my version of the RemindMe system.


Previous | Next
  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