This blog is developed using ASP.NET2.0 c# + MSSQL2005 + XML + jquery + anthem.net. It is a single-user version for the time being. Here is a brief introduction:
The program is based on a standard three-tier architecture similar to petshop, which is convenient for maintenance and expansion (but only supports MSSQL database for the time being -_-||)
The jquery framework is used in the frontend to achieve completely refresh-free operation, which allows for faster operation, and interactive results can be displayed instantly without refreshing the page sidebar to achieve modularity. All functional modules except the navigation menu can be freely sorted, deleted, and loaded in the background, and New modules can be customized. The backend is developed using the anthem.net framework on the server side for security reasons, enabling data operations without refreshing. All data operations are encapsulated in the database, which improves performance to a certain extent. Dynamic skinning without refreshing is supported, and custom skins are supported. The style system temporarily supports ie7, firefox+, maxthon, Tencent TT, and theworld browsers. There are some minor problems with ie6 (mainly ie6's own bugs)
v1.080709 update record:
Rewrite the background page structure, improve some functions of the background, correct the writing method and wrong comments of some external class libraries. The front-end adopts the latest jquery version 1.2.6, and the background editor adopts the latest version 3.4.8 to add the article content judgment function, that is, if If the content snapshot is empty, the article content will not be folded and displayed (suitable for shorter articles)
Improved the ajax function and optimized some js writing methods. Database downloads were replaced with entity files, which can be directly attached.
Expand