Object-Oriented design, I try to take many common and repetitive tasks and package them up into something reusable and simple to understand. That's what OOP is all about anyway, right? Last month I brought the ASP community the FileUploader library which was simply an ASP include that assisted developers in retrieving files from their users by use of VBScript classes. (Check it out here ) Well here I am am again, courtesy of ASP 101, to present my latest offering. This time around I bring you a Calendar include that allows you to create calendar based applications quickly so you can focus on functionality rather than worry about what weekday the 1st of January falls on. Enjoy
Category:
Some minor bug fixes.
-View Private Events directly after login.
-Now windows default mail component CDONTS/ CDOSYS is also supported in addition to Persit aspemail component.
-Insert events
-Registeration & login system integrated
-Month View linked to detail page
-Week view linked to detail page
-Small calendar view with days (with events) marked.
-Search events (by Date, Name, Date and Name)
-Mail the participants
-Batch Mail to all the participants
-User Details (email, name and PIC etc.)
-Private and Public Events
-Retrieve forgotten Password
-Includes MS Access database
-On adding/updating a new event a mail sent automatically to all the participants of the Calendar and lot more to discover
Category:
Almost any group based project, whether running on an intranet or over the Internet could make use of it. So, following Matthew Reynolds' suggestion, I wrote some code to produce it.
Category: