CSBlog development progress: 35%

Source: Internet
Author: User
Tags xslt

CSBlog development progress: 35%, collect related information

Demo: http://csblog.cszi.com

----------------- Completed main functions --------------------
1. Post, edit, and view a blog
2. blog homepage list, blog category list
3. Delete blog comments
4. log on to the blog
5. File Upload and thumbnails []
6. Feed. aspx RSS subscription completed []


------------ Doing (Next )-----------------------------------------------
1. Integrity and rationalization of the logic layer
2. Management and Configuration

-------------- BUG -----------------------------------------------
1. The comment ranking cannot be updated after a new comment is published.
2. The reference Ubb of the comment is invalid.
3. Xslt conversion results do not comply with W3C specifications (some are still available)
4. The Session_End event does not seem to be correctly executed.
5. If you use the traditional asp.net method to upload files, select a larger file on the client, and an error will occur on the server. Moreover, exceptions cannot be captured.

------------- Improved ---------------------------------------------
1. If the number of comments (read) is greater than N, paging operations are performed. Otherwise, direct reading can reduce the number of database operations by one or two.
2. One-time read SQL syntax associated with the upper and lower chapters: select top 1 * from blog where blogid> @ blogId order by blogid ascUnionSelect top 1 * from blog where blogid <@ BlogId order by blogid asc (Access)
3. Change the posting and deletion of comments to event-triggered operations, and complete the re-statistics.
4. the cache can be partially JavaScript or used to generate XML text files. Which of the two methods is better than the memory usage?
5. the cache update of comments should be triggered by the user's posting, and the time limit should be added (to prevent frequent cache updates), but the cache should be updated immediately upon deletion.

---------------- Mo Ming -----------------------
1. When you use an opened link, the Comment statistics will always take a slow shot (one less record is saved and one more record is deleted). However, it is normal to use using () to release resources instantly.

---------------- Solved --------------------
1. Initialization of related attribute options during posting)
2. invalid character filtering for comment ranking)
3. puneng users cannot view non-common logs)
4. Image Upload and thumbnails)
5. After login, users can view all their own logs in different states, but cannot view others' logs. (Details can be viewed. permissions are not yet granted)
6. If the comment is greater than 0, read the comment page data)
7. Hidden log comments are not displayed, but they still appear. )
8. The factory mode is used to isolate the underlying operations of data. Different databases can be used)
9. The total number of comments on pages is read from the external (BlogInfo) without real-time statistics, reducing database access)
10. The comments are added with the OnChange event, which accurately counts the number of comments in real time and is used for paging. )
11. xhtml standardization (Blog content standardization is not processed currently)
12. Enable Gzip compression on the page to reduce the number of Code bytes transmitted on the page. The compression ratio is about 30%)
13. Rss subscription function completed)
14. Use the new xslt template conversion class in. Net2.0 to clear automatic merging in the template. )
15. Tag automatic insertion completed)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.