<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>J2EE  Architect----Service Oriented  Architecture - CSS/js/JavaScript</title><link>http://blog.csdn.net/smarttony/category/269225.aspx</link><description>CSS/js/JavaScript</description><dc:language>zh-CN</dc:language><lastUpdateTime>Mon, 21 Apr 2008 16:47:12 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>SmartTony</dc:creator><title>JS脚本特效大全</title><link>http://blog.csdn.net/smarttony/archive/2008/04/17/2301485.aspx</link><pubDate>Thu, 17 Apr 2008 16:48:00 GMT</pubDate><guid>http://blog.csdn.net/smarttony/archive/2008/04/17/2301485.aspx</guid><wfw:comment>http://blog.csdn.net/smarttony/comments/2301485.aspx</wfw:comment><comments>http://blog.csdn.net/smarttony/archive/2008/04/17/2301485.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/smarttony/comments/commentRss/2301485.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2301485</trackback:ping><description>JS脚本特效大全


　　我在这个帖子里把论坛的脚本进行分类整理一下，大家可以来这里查一下常用的JS脚本特效，这个帖子会不断进行更新的。

表格特效&lt;img src ="http://blog.csdn.net/smarttony/aggbug/2301485.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>SmartTony</dc:creator><title>将金钱的数目转换为中文大写的JS</title><link>http://blog.csdn.net/smarttony/archive/2008/02/05/2084725.aspx</link><pubDate>Tue, 05 Feb 2008 23:31:00 GMT</pubDate><guid>http://blog.csdn.net/smarttony/archive/2008/02/05/2084725.aspx</guid><wfw:comment>http://blog.csdn.net/smarttony/comments/2084725.aspx</wfw:comment><comments>http://blog.csdn.net/smarttony/archive/2008/02/05/2084725.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/smarttony/comments/commentRss/2084725.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2084725</trackback:ping><description>function formatCC(p_amount){
     var rtstr = "",tmpstr = "";
     var knum;
     var tmpint; 
     if(p_amount &gt; 999999999999.99)
       return "数字太大，无法转换！";&lt;img src ="http://blog.csdn.net/smarttony/aggbug/2084725.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>SmartTony</dc:creator><title>用js得到本地文件信息</title><link>http://blog.csdn.net/smarttony/archive/2008/02/04/2080764.aspx</link><pubDate>Mon, 04 Feb 2008 00:49:00 GMT</pubDate><guid>http://blog.csdn.net/smarttony/archive/2008/02/04/2080764.aspx</guid><wfw:comment>http://blog.csdn.net/smarttony/comments/2080764.aspx</wfw:comment><comments>http://blog.csdn.net/smarttony/archive/2008/02/04/2080764.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/smarttony/comments/commentRss/2080764.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2080764</trackback:ping><description>Set fso = Server.CreateObject("Scripting.FileSystemObject") 定义FSO对象 
fso.CreateFolder(Server.MapPath(folder)) 得到路径 
Set fout = fso.CreateTextFile(Server.MapPath(filepath)) 定义创建对象 
fout.WriteLine mb_code 创建文件夹。。 
fout.close 关闭对象 

下面是一些例子。。 
提示:刚一开始看到有这样的功能，我也受骗了，以为真的可以通过浏览器在访问者的硬盘上创建文件，因为我开始试了一下真的可以，不信你把下面这段代码COPY到一个HTML文件当中再运行一下！ 
&lt;img src ="http://blog.csdn.net/smarttony/aggbug/2080764.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>SmartTony</dc:creator><title>创建 "jun.exe"病毒专杀程序（BETA1.1）</title><link>http://blog.csdn.net/smarttony/archive/2007/12/21/1956662.aspx</link><pubDate>Fri, 21 Dec 2007 01:49:00 GMT</pubDate><guid>http://blog.csdn.net/smarttony/archive/2007/12/21/1956662.aspx</guid><wfw:comment>http://blog.csdn.net/smarttony/comments/1956662.aspx</wfw:comment><comments>http://blog.csdn.net/smarttony/archive/2007/12/21/1956662.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/smarttony/comments/commentRss/1956662.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1956662</trackback:ping><description>昨天在网吧下载几本书，回去习惯的右键打开U盘，可是出现了两个中文菜单：“打开(O)”，“资源管理器(X)”，我的系统是英文的，感到很奇怪~我当时也没在意就右键打开了，后来电脑的OEM信息被修改了，什么“军军笔记本电脑”等等，可恨！任务管理器被禁用！...这就是“jun.exe”病毒，这个病毒并无多少技术含量，作者的聪明之处也就是在创建“autorun.inf”文件的时候有所创新，把磁盘的右键菜单中的“打开(O)”，“资源管理器(X)”的动作修改了，无论你是双击还是右键打开磁盘，病毒都会运行~病毒的主要任务就是修改电脑的OEM信息（也就是我的电脑属性中的那个技术支持信息）为自己的笔记本店的广告~不多说了，今晚来网吧想起了这事情，临时写了专杀脚本，遭此病毒的朋友可以试试：&lt;img src ="http://blog.csdn.net/smarttony/aggbug/1956662.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>SmartTony</dc:creator><title>Div+CSS布局入门教程5</title><link>http://blog.csdn.net/smarttony/archive/2007/12/17/1944227.aspx</link><pubDate>Mon, 17 Dec 2007 20:47:00 GMT</pubDate><guid>http://blog.csdn.net/smarttony/archive/2007/12/17/1944227.aspx</guid><wfw:comment>http://blog.csdn.net/smarttony/comments/1944227.aspx</wfw:comment><comments>http://blog.csdn.net/smarttony/archive/2007/12/17/1944227.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/smarttony/comments/commentRss/1944227.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1944227</trackback:ping><description>这一节里面，主要就是想告诉大家如何使用好border和clear这两个属性。

首先，如果你曾用过table制作网页，你就应该知道，如果要在表格中绘制一条虚线该如何做，那需要制作一个很小的图片来填充，其实我们还有更简单的办法，只要在中加入这么一段就可以了，你可以试试：


大家可以再次参考手册，然后你就能明白dashed、solid、dotted...等的作用，利用它们你可以制作出许多效果来，实线、虚线、双线、阴影线等等。



以上代码便可以实现设计草图中的banner，在css.css中加入以下样式：

#banner {
background:url(banner.jpg) 0 30px no-repeat; /*加入背景图片*/
width:730px; /*设定层的宽度*/
margin:auto; /*层居中*/
height:240px; /*设定高度*/
border-bottom:5px solid #EFEFEF; /*画一条浅灰色实线*/
clear:both /*清除浮动*/
}

通过border很容易就绘制出一条实线了&lt;img src ="http://blog.csdn.net/smarttony/aggbug/1944227.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>SmartTony</dc:creator><title>页面如何布局与规划</title><link>http://blog.csdn.net/smarttony/archive/2007/12/17/1944213.aspx</link><pubDate>Mon, 17 Dec 2007 20:42:00 GMT</pubDate><guid>http://blog.csdn.net/smarttony/archive/2007/12/17/1944213.aspx</guid><wfw:comment>http://blog.csdn.net/smarttony/comments/1944213.aspx</wfw:comment><comments>http://blog.csdn.net/smarttony/archive/2007/12/17/1944213.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/smarttony/comments/commentRss/1944213.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1944213</trackback:ping><description>一、页面布局与规划在网页制作中，有许多的术语，例如：CSS、HTML、DHTML、XHTML等等。在下面的文章中我们将会用到一些有关于HTML的基本知识，而在你学习这篇入门教程之前，请确定你已经具有了一定的HTML基础。下面我们就开始一步一步使用DIV+CSS进行网页布局设计吧。&lt;img src ="http://blog.csdn.net/smarttony/aggbug/1944213.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>SmartTony</dc:creator><title>Div+CSS布局入门教程--写入整体层结构与CSS</title><link>http://blog.csdn.net/smarttony/archive/2007/12/17/1944177.aspx</link><pubDate>Mon, 17 Dec 2007 20:22:00 GMT</pubDate><guid>http://blog.csdn.net/smarttony/archive/2007/12/17/1944177.aspx</guid><wfw:comment>http://blog.csdn.net/smarttony/comments/1944177.aspx</wfw:comment><comments>http://blog.csdn.net/smarttony/archive/2007/12/17/1944177.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/smarttony/comments/commentRss/1944177.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1944177</trackback:ping><description>接下来我们在桌面新建一个文件夹，命名为“DIV+CSS布局练习”，在文件夹下新建两个空的记事本文档，输入以下内容：


这是XHTML的基本结构，将其命名为index.htm，另一个记事本文档则命名为css.css。

下面，我们在标签对中写入DIV的基本结构，代码如下：

[color=#aaaaaa][/color]
　　[color=#aaaaaa][/color]
　　&lt;img src ="http://blog.csdn.net/smarttony/aggbug/1944177.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>SmartTony</dc:creator><title>利用CSS按比例缩小图片</title><link>http://blog.csdn.net/smarttony/archive/2007/07/16/1694157.aspx</link><pubDate>Mon, 16 Jul 2007 22:55:00 GMT</pubDate><guid>http://blog.csdn.net/smarttony/archive/2007/07/16/1694157.aspx</guid><wfw:comment>http://blog.csdn.net/smarttony/comments/1694157.aspx</wfw:comment><comments>http://blog.csdn.net/smarttony/archive/2007/07/16/1694157.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/smarttony/comments/commentRss/1694157.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1694157</trackback:ping><description>把一副大图片按比例缩小到某个尺寸，对于现代浏览器，直接使用max-width和max-height两条CSS属性即可。&lt;img src ="http://blog.csdn.net/smarttony/aggbug/1694157.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>