Currently, I support my own business tool for our company schedule and project information. I need some general guidelines regarding web languages ββand best practices.
Details:
- Powered by Windows Small Business Server 2008
- A combination of classic ASP, JavaScript, CSS and Javascript
- Access database backend
- A large system containing about 135 pages, just 2.3 MB.
Goal:
- Extend functionality in small ways.
- Perhaps switch to other languages ββto facilitate maintenance (AJAX?).
- Separate code from HTML structure (currently VERY dirty)
1) Given that I donβt have much time to completely rewrite the system, is it wise to continue working with ASP and JavaScript?
2) I looked at some AJAX, and it seems that it would be easy to jump to include it in the page, is this a prospect worth pursuing?
3) Is it worth exploring the structure of MVC? If so, is it necessary to formally do this with some kind of library, or are there any better methods that I can follow to implement MVC functions using ASP?
4) How difficult is it to not switch to a βrealβ DBMS, such as MySQL and the database port? Is it worth it? (Feel free to contact the conversation)
Sorry for the length, I just lost a lot of web standards, languages ββand practices.
source share