Occasionally, it is necessary to retrieve content from another web site and display it in your own web pages. Of course, now a days most web sites that allow you to use their content on your web pages will already have their own system in place where you will just add some basic HTML to your pages and their content will display automatically so you wouldn't need this.\r\n\r\n
When users browse your web site, there is the a tendency to get lost in all of the information present. This poses a larger problem when get past a few dozen pages. As pretty much all really good sites have lots of content, it's important to make navigation as easy as possible; lest the users get fed up with your site because they are constantly lost! \r\n\r\n
First, let's list the goals of this project: \r\n\r\n\r\n1) We would like to have a popup window with a 'Tip of the Day'.\r\n2) The tip displayed should automatically change each day.\r\n3) The tips should be stored in a database, so that people can submit tips from the Web.\r\n4) The tip list should be easily resettable, so as to allow the list to be recycled when there are no new entries.\r\n5) A complete list of tips to date should be available.\r\n