zoukankan      html  css  js  c++  java
  • 在VS.NET2003中使用XHTML的插件HTML TIDY 及 MindManger

    这两天根据微软的这篇文章(Walkthrough: Approaches to Building a Visual Studio .NET 2003 Add-in Project that Enables HTML Tidy )做了这个插件的安装包。
    下面是一些介绍,估计都能看懂,就不翻译了,呵呵,比较懒!

    Introduction to TIDY

    When editing HTML it's easy to make mistakes. Wouldn't it be nice if there was a simple way to fix these mistakes automatically and tidy up sloppy editing into nicely layed out markup? Well now there is! Dave Raggett's HTML TIDY is a free utility for doing just that. It also works great on the atrociously hard to read markup generated by specialized HTML editors and conversion tools, and can help you identify where you need to pay further attention on making your pages more accessible to people with disabilities.

    Tidy is able to fix up a wide range of problems and to bring to your attention things that you need to work on yourself. Each item found is listed with the line number and column so that you can see where the problem lies in your markup. Tidy won't generate a cleaned up version when there are problems that it can't be sure of how to handle. These are logged as "errors" rather than "warnings".

    Dave Raggett has now passed the baton for maintaining Tidy to a group of volunteers working together as part of the open source community at Source Forge. The source code continues to be available under an open source license, and you are encouraged to pass on bug reports and enhancement requests at http://tidy.sourceforge.net/.


    挺实用的。有兴趣的可以研究下。

    下载在这里


    补记:觉得VS.NET2003中的插件技术功能有限,不想在深入的去看。刚装了vs.net2005 web develper express ,感觉太爽了,而且明确提出支持XHTML,所以就没有必要再用这个插件了。其实早就有了安装文件,但是考虑到初学,。NET1.1还没有研究的怎么样的,就去看2.0,是不是有点提前了,还有就是现在做开发的话,还不能用处于BETA阶段的2005。呵呵,但是现在我们可以用它来做页面 :)

    2005/5/5
    PS:发现这个东西用的地方还真不少,在TopStyle里面有,在MindManger(管理你的头脑,很有用)里面竟然也用到了!!
        "If you never do any planning, writing, research, organizing, learning or thinking, then you can probably manage without it. But for the rest of us, MindManager is a must-have product."
    -- PC Pro magazine 
     

  • 相关阅读:
    Apache Common-IO 使用
    Apache Compress-使用
    使用JavaConfig方式-Spring 基础学习
    设计模式-策略模式
    logback mybatis 打印sql语句
    oracle 迭代查询
    使用 Dom4j 将 XML 转换为 MAP
    Java连接Access数据库的那些坑
    如何从Maven中央存储库下载?
    sublime构建各个编译环境
  • 原文地址:https://www.cnblogs.com/lbk/p/147861.html
Copyright © 2011-2022 走看看