What’s this about an ASPAjaxWikiBlog Thingy?
Um, it’s like a cool web application I made (codename TagMe) which tries to offer the functionality of a Blog and a Wiki of course using all the latest technology buzzwords:
- AJAX
- Wiki
- Blog
- Tagging
- erm ASP?
It’s work in progress and I want people to download it, use it and provide feedback.
The system runs on any ASP-capable server (like IIS) and uses Microsoft SQL Server as a database. I’m sure it would work with MS Access too.
The database is nothing fancy and consists of 2 tables (data and tag).
The ASP side is also simple and consists of 3 pages:
- admin.asp - The page for authors to edit their wiki/blog posts
- index.asp - The page for visitors to view the wiki/blog posts
- tagme.asp - The server side proxy for putting the "X" in AJAX
The client side functionality is in 4 scripts:
- tagme.js - The main functionality of managing and viewing posts
- ajax.jsl - Handles the communication with the server (tagme.asp)
- dhtml.js - Some basic DHTML functions
- dhtmlHistory.js - A cool library (aka. TSH) for managing back button behaviour in AJAX apps
