A loosely coupled Web Application like the underlying Webica.Net CMS can run any JavaScript code from any source directly into any page via use of literals.
Ajax, or asynchronous JavaScipt to give it's full name can also be added at page build / runtime however the libraries are more easily implemented at design time via the "Developers Studio" tools.
Way back in 2007 I built a demo physics subdomain that used some of Microsofts Visual Studio Ajax components
On the
Physics subdomain clicking the
previous articles will load a control, a list of previous article titles that belong ino the same category as the current page.
This control enables you to easily and quickly browse through 20 or 30 titles in few seconds without the page refreshing(re-loading) itself, making the experience easier and 10 to 20 times faster than doing the same at most other sites today. The control can also be dragged and dropped to position it if required.
Another control that can be dragged and dropped is the code view window.
The Code View animation window appears for Technical Articles, a
sample technical article is here. As this site is evolving, for now an article is a technical article because it has code with it.
There will be regular lead articles, each will belong under one of the categories on the left.