Abstract
Currently, few blogs use tree-based classification methods. At least they have not yet been provided in the blog. This article will share my insights.
Introduction
Currently, blogs are generally divided into categories and standards. I personally like the classification methods of traditional blogs. For a long time, I have always hoped that there would be sub-structures like trees. For example, C/C ++ is a big classification, but C/C ++ can be classified as STL and template, this sorting method is similar to the data manager of the case, and the msdn Library also uses this method, but unfortunately it is rarely seen on the blog.
There are two possibilities for providing this tree: server side or client side. ASP. NET 2.0 has built a Treeview control internally. If you use C # To add a website without authorization, but unfortunately most people do not use their own websites. For example, I am also on a blog website, instead of putting it on your own server.
Therefore, the server side solution cannot be tested. If you want the client side, there is a possibility
1. Javascript
2. Flash
3. Silverlight
I have not found flash and Silverlight, But I have written a lot of JavaScript code. Two of them can be used.
1. http://www.treemenu.net/this name is the largest, but not every skin is compatible, like my favorite KJC with this Treeview, the tree cannot be automatically expanded.
2. http://destroydrop.com/javascripts/tree/, which I recently discovered, is the Treeview currently used on my left side, the program is not long and easy to use, after reading its source code, you will know how to change it. The most important thing is that it can work well with KJC, if you are also looking for a Treeview for your blog, oo is not very keen to push this simple and easy-to-use JavaScript Treeview.
See also
? (Web) (CSS) (JavaScript)
? (Web) (CSS) (JavaScript)