posted @ 2005-12-04 18:50 yysun 阅读(588) 评论(0) 推荐(0) 编辑
摘要:To access functions from plug-ins Select Tools | plugins menu from the main menu bar of the context menu of the post editor. The menus can be activated by pressing the shortcut keys. It is an ... 阅读全文
摘要:申请 * 您在您的博客网页上放置好 WB Editor 2 的小贴图和连接。* 发 email 至 support @ wbeditor.com 申请* email 标题中必须注明:申请WB Editor 2 注册码* email 正文必须复制以下文字,并填入您的信息申请 WB Editor 2 注册码的博客网页 URL:[http:// ...]申请人的姓名:[姓名]申请人的 email:[em... 阅读全文
posted @ 2005-12-04 18:37 yysun 阅读(1310) 评论(16) 推荐(0) 编辑
摘要:To Installed WB Editor 2 as SharpReaderPlug-in Find a folder named plugins from the SharpReader's installation folder, by default it is C:\Program Files\SharpReader\plugins. ... 阅读全文
posted @ 2005-12-04 18:36 yysun 阅读(469) 评论(0) 推荐(0) 编辑
摘要:计划周末去钓鱼的地方叫 Ajax 。于是想到了最近很时髦的 Web 技术:Asynchronous JavaScript and XML (AJAX)。它的实质就是用 JavaScript 向服务器获取数据,然后更新网页的局部,而不是刷新整个网页。 ASP.NET 1.x 的 Post Back 和 View State 引进了个新的概念:服务器端的事件驱动编程模式,其副作用则是整个网页不断刷... 阅读全文
posted @ 2005-05-13 00:09 yysun 阅读(13724) 评论(23) 推荐(0) 编辑
摘要:随着 WB Editor 2 的发布,它提出的口号是: Blogging is not just editing and posting. Feel the fun and the power with WB Editor 2. 在 再议 WB Editor 插件一文中提到了不少浏览器无法实现的功能。这里再比较一下即使浏览器也用上了 htmlarea, FreeTextBo... 阅读全文
posted @ 2004-11-05 00:50 yysun 阅读(2598) 评论(5) 推荐(0) 编辑
摘要:XML: 2002 March, 2002 19 XSL: 0"> ... 阅读全文
posted @ 2004-11-04 22:04 yysun 阅读(1520) 评论(1) 推荐(0) 编辑
摘要:{0} - old tag name {1} - new tag name 阅读全文
posted @ 2004-11-02 23:15 yysun 阅读(954) 评论(0) 推荐(0) 编辑
摘要:XPathDocument 是只读、随机读取 XML。 XmlDocument 是可读写、随机读取 XML。 一般如果不需要修改 XML,尽量使用 XPathDocument。 下面是两个小技巧: 1、XPathDocument 可以定义排序方式: http://msdn.microsoft.com/library/default.asp?url=/l... 阅读全文
posted @ 2004-11-02 23:10 yysun 阅读(2262) 评论(1) 推荐(0) 编辑
摘要:一年多前写了 JXPath -ObjectXPathNavigator ,当时想当然地以为 ObjectXPathNavigator已经达到了 JXPath那样的对对象的支持程度。直到最近要用到这种功能的时候才发现ObjectXPathNavigator 差得相当的远呢。 ObjectXPathNavigator 是建立在 XPathNavigator基础上的。XPath... 阅读全文
posted @ 2004-11-02 22:42 yysun 阅读(1010) 评论(1) 推荐(0) 编辑