WEB DESIGN BLOG
Nov 30, 2006
Web UtilitiesConsidering publishing my first utility for general consumption. I have been using the HIOX Events Calendar in the calendar section for the Champions Family Fitness website. While this is a decent calendaring solution, it lacks several things. First of all, there are no provisions for the user to be able to add any HTML markup in WYSIWYG fashion; everything is plain text. Second, the data is stored in php strings instead of a database which also causes problems. Even with "addslashes()" there are issues with syntax errors. In the stock version of the HIOX calendar, they provide an interface to update the calendar, which, of course doesn't have the same look and feel of my site, with no way to configure it. There are many functions which I find were not needed. They also provided me with password protection. Since I don't have multiple users and I don't really trust generic PHP validation solutions, I ended up stripping this, (replacing it with a password-protected directory provided by my hosting company) and other functions out of my copy of the code and made other changes such as CSS control of colors, borders and such. I plan on making a similar calendar, but with some differences.
|
||