<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>编程手札 - ASP语言</title><link>http://blog.csdn.net/nhconch/category/22012.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Wed, 03 Sep 2008 14:27:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>狂歌痛饮</dc:creator><title>针对Google chrome写css hack</title><link>http://blog.csdn.net/nhconch/archive/2008/09/03/2873424.aspx</link><pubDate>Wed, 03 Sep 2008 14:05:00 GMT</pubDate><guid>http://blog.csdn.net/nhconch/archive/2008/09/03/2873424.aspx</guid><wfw:comment>http://blog.csdn.net/nhconch/comments/2873424.aspx</wfw:comment><comments>http://blog.csdn.net/nhconch/archive/2008/09/03/2873424.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/nhconch/comments/commentRss/2873424.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2873424</trackback:ping><description>针对Google Chrome的CSS Hack写法。&lt;img src ="http://blog.csdn.net/nhconch/aggbug/2873424.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>天蝎蝴蝶</dc:creator><title>用服务器组件解决WEB交叉报表问题(2)</title><link>http://blog.csdn.net/nhconch/archive/2007/09/18/1790139.aspx</link><pubDate>Tue, 18 Sep 2007 17:33:00 GMT</pubDate><guid>http://blog.csdn.net/nhconch/archive/2007/09/18/1790139.aspx</guid><wfw:comment>http://blog.csdn.net/nhconch/comments/1790139.aspx</wfw:comment><comments>http://blog.csdn.net/nhconch/archive/2007/09/18/1790139.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/nhconch/comments/commentRss/1790139.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1790139</trackback:ping><description>Fast Report是一个经典的报表控件，不过其导出功能只支持导出到磁盘文件，通过修改源代码可使其支持内存流导出。&lt;img src ="http://blog.csdn.net/nhconch/aggbug/1790139.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>天蝎蝴蝶</dc:creator><title>用服务器组件解决WEB交叉报表问题(1)</title><link>http://blog.csdn.net/nhconch/archive/2007/09/18/1790137.aspx</link><pubDate>Tue, 18 Sep 2007 17:32:00 GMT</pubDate><guid>http://blog.csdn.net/nhconch/archive/2007/09/18/1790137.aspx</guid><wfw:comment>http://blog.csdn.net/nhconch/comments/1790137.aspx</wfw:comment><comments>http://blog.csdn.net/nhconch/archive/2007/09/18/1790137.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/nhconch/comments/commentRss/1790137.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1790137</trackback:ping><description>web开发最麻烦的是做报表，特别是交叉报表。要将查询得到的看起来平淡无奇的数据展开成复杂的报表不知要费煞多少周张。这里演示一种通过定制服务器组件解决WEB报表问题的方法。&lt;img src ="http://blog.csdn.net/nhconch/aggbug/1790137.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>天蝎蝴蝶</dc:creator><title>ASP的数据库类</title><link>http://blog.csdn.net/nhconch/archive/2004/07/16/42869.aspx</link><pubDate>Fri, 16 Jul 2004 11:50:00 GMT</pubDate><guid>http://blog.csdn.net/nhconch/archive/2004/07/16/42869.aspx</guid><wfw:comment>http://blog.csdn.net/nhconch/comments/42869.aspx</wfw:comment><comments>http://blog.csdn.net/nhconch/archive/2004/07/16/42869.aspx#Feedback</comments><slash:comments>9</slash:comments><wfw:commentRss>http://blog.csdn.net/nhconch/comments/commentRss/42869.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=42869</trackback:ping><description>把conn、RecordSet等封装起来，达到最大限度的精简；
为ASP中最普遍也最容易出现错误的数据库操作，找一种有效的错误处理方式。&lt;img src ="http://blog.csdn.net/nhconch/aggbug/42869.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>天蝎蝴蝶</dc:creator><title>使用模板实现ASP代码与页面分离</title><link>http://blog.csdn.net/nhconch/archive/2004/07/10/38683.aspx</link><pubDate>Sat, 10 Jul 2004 19:23:00 GMT</pubDate><guid>http://blog.csdn.net/nhconch/archive/2004/07/10/38683.aspx</guid><wfw:comment>http://blog.csdn.net/nhconch/comments/38683.aspx</wfw:comment><comments>http://blog.csdn.net/nhconch/archive/2004/07/10/38683.aspx#Feedback</comments><slash:comments>52</slash:comments><wfw:commentRss>http://blog.csdn.net/nhconch/comments/commentRss/38683.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=38683</trackback:ping><description>使用模板实现ASP代码与页面分离。PHP通过模板实现代码与页面，可供选择的有FastTemplate、PHPLIB、Smarty等多种，其中PHPLIB的影响最大、使用最多。1、模板类的设计　　实现代码封装成为模板类，即是为了与PHPLIB兼容，也使得代码方便管理与扩展。模板类要实现的目标为：从模板文件中读入显示的HTML代码，将这些显示代码中需要动态数据的地方替换为ASP程序运算所得出的数据，然后按照一定的顺序输出。&lt;img src ="http://blog.csdn.net/nhconch/aggbug/38683.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>天蝎蝴蝶</dc:creator><title>ASP中轻松实现变量名－值变换</title><link>http://blog.csdn.net/nhconch/archive/2004/07/07/36104.aspx</link><pubDate>Wed, 07 Jul 2004 13:34:00 GMT</pubDate><guid>http://blog.csdn.net/nhconch/archive/2004/07/07/36104.aspx</guid><wfw:comment>http://blog.csdn.net/nhconch/comments/36104.aspx</wfw:comment><comments>http://blog.csdn.net/nhconch/archive/2004/07/07/36104.aspx#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/nhconch/comments/commentRss/36104.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=36104</trackback:ping><description>ASP中轻松实现变量名－值变换&lt;img src ="http://blog.csdn.net/nhconch/aggbug/36104.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>