<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>记忆博客园 - javascript类</title><link>http://blog.csdn.net/remanticmemory/category/266183.aspx</link><description>拾取零碎的记忆</description><dc:language>zh-CN</dc:language><lastUpdateTime>Thu, 27 Sep 2007 08:59:28 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>RemanticMemory</dc:creator><title>ASP.net下实现像QQ或迅雷一样的从下面浮上个提醒消息框 </title><link>http://blog.csdn.net/remanticmemory/archive/2007/09/27/1802432.aspx</link><pubDate>Thu, 27 Sep 2007 08:58:00 GMT</pubDate><guid>http://blog.csdn.net/remanticmemory/archive/2007/09/27/1802432.aspx</guid><wfw:comment>http://blog.csdn.net/remanticmemory/comments/1802432.aspx</wfw:comment><comments>http://blog.csdn.net/remanticmemory/archive/2007/09/27/1802432.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/remanticmemory/comments/commentRss/1802432.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1802432</trackback:ping><description>&lt;img src ="http://blog.csdn.net/remanticmemory/aggbug/1802432.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>RemanticMemory</dc:creator><title>经常用到的javaScript技术代码</title><link>http://blog.csdn.net/remanticmemory/archive/2007/08/21/1752727.aspx</link><pubDate>Tue, 21 Aug 2007 13:35:00 GMT</pubDate><guid>http://blog.csdn.net/remanticmemory/archive/2007/08/21/1752727.aspx</guid><wfw:comment>http://blog.csdn.net/remanticmemory/comments/1752727.aspx</wfw:comment><comments>http://blog.csdn.net/remanticmemory/archive/2007/08/21/1752727.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/remanticmemory/comments/commentRss/1752727.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1752727</trackback:ping><description>一、验证类http://www.pconcool.com1、数字验证内http://www.pconcool.com1.1 整数http://www.pconcool.com1.2 大于0的整数 （用于传来的ID的验证)http://www.pconcool.com1.3 负整数的验证http://www.pconcool.com1.4 整数不能大于iMaxhttp://www.pconcool.com1.5 整数不能小于iMinhttp://www.pconcool.com2、时间类http://www.pconcool.com2.1 短时间，形如 (13:04:06)http://www.pconcool.com2.2 短日期，形如 (2003-12-05)http://www.pconcool.com2.3 长时间，形如 (2003-12-05 13:04:06)http://www.pconcool.com2.4 只有年和月。&lt;img src ="http://blog.csdn.net/remanticmemory/aggbug/1752727.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>RemanticMemory</dc:creator><title>关于不同页面获取文本值应用［opener   用法］</title><link>http://blog.csdn.net/remanticmemory/archive/2007/06/10/1646793.aspx</link><pubDate>Sun, 10 Jun 2007 16:13:00 GMT</pubDate><guid>http://blog.csdn.net/remanticmemory/archive/2007/06/10/1646793.aspx</guid><wfw:comment>http://blog.csdn.net/remanticmemory/comments/1646793.aspx</wfw:comment><comments>http://blog.csdn.net/remanticmemory/archive/2007/06/10/1646793.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/remanticmemory/comments/commentRss/1646793.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1646793</trackback:ping><description>window.opener 的用法 window.opener 返回的是创建当前窗口的那个窗口的引用，比如点击了a.htm上的一个链接而打开了b.htm，然后我们打算在b.htm上输入一个值然后赋予a.htm上的一个id为“name”的textbox中，就可以写为：为什么框架中不能使用，弹出窗口的父窗口不能在框架里面的某个页面呢？那怎样通过弹出窗口操作框架中的父窗口呢？&lt;img src ="http://blog.csdn.net/remanticmemory/aggbug/1646793.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>RemanticMemory</dc:creator><title>相册的自动播放效果SlideShow</title><link>http://blog.csdn.net/remanticmemory/archive/2007/02/27/1516117.aspx</link><pubDate>Tue, 27 Feb 2007 17:16:00 GMT</pubDate><guid>http://blog.csdn.net/remanticmemory/archive/2007/02/27/1516117.aspx</guid><wfw:comment>http://blog.csdn.net/remanticmemory/comments/1516117.aspx</wfw:comment><comments>http://blog.csdn.net/remanticmemory/archive/2007/02/27/1516117.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/remanticmemory/comments/commentRss/1516117.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1516117</trackback:ping><description>写了个SlideShow的原型,利用image的complete,判断图片是否调用完全，调用完全以后才显示，否则是LOADING的图片，还考虑的是。2.调用图片中不会因为网速和图片过大而未显示全,直接跳到下一张,要按顺序一张一张播放.3.第一次 播放的时候，因为调用图片会慢一点，重新播放是调用CACHE里的，速度就快了。&lt;img src ="http://blog.csdn.net/remanticmemory/aggbug/1516117.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>RemanticMemory</dc:creator><title> javascript: 改变和控制显示的图片大小（保持比例，同时可限制高宽） </title><link>http://blog.csdn.net/remanticmemory/archive/2007/01/22/1489633.aspx</link><pubDate>Mon, 22 Jan 2007 08:50:00 GMT</pubDate><guid>http://blog.csdn.net/remanticmemory/archive/2007/01/22/1489633.aspx</guid><wfw:comment>http://blog.csdn.net/remanticmemory/comments/1489633.aspx</wfw:comment><comments>http://blog.csdn.net/remanticmemory/archive/2007/01/22/1489633.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/remanticmemory/comments/commentRss/1489633.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1489633</trackback:ping><description> javascript: 改变和控制显示的图片大小（保持比例，同时可限制高宽） &lt;img src ="http://blog.csdn.net/remanticmemory/aggbug/1489633.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>RemanticMemory</dc:creator><title>(javascript)如何让用户自由控制html页面大段文字的行间距和背景颜色 </title><link>http://blog.csdn.net/remanticmemory/archive/2007/01/22/1489630.aspx</link><pubDate>Mon, 22 Jan 2007 08:49:00 GMT</pubDate><guid>http://blog.csdn.net/remanticmemory/archive/2007/01/22/1489630.aspx</guid><wfw:comment>http://blog.csdn.net/remanticmemory/comments/1489630.aspx</wfw:comment><comments>http://blog.csdn.net/remanticmemory/archive/2007/01/22/1489630.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/remanticmemory/comments/commentRss/1489630.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1489630</trackback:ping><description>人性化小技巧：(javascript)如何让用户自由控制html页面大段文字的行间距和背景颜色:

示例:
http://www.universecommerce.com/newtower/new.htm

&lt;img src ="http://blog.csdn.net/remanticmemory/aggbug/1489630.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>RemanticMemory</dc:creator><title>珍藏一些常用的JS代码</title><link>http://blog.csdn.net/remanticmemory/archive/2006/12/30/1469244.aspx</link><pubDate>Sat, 30 Dec 2006 15:23:00 GMT</pubDate><guid>http://blog.csdn.net/remanticmemory/archive/2006/12/30/1469244.aspx</guid><wfw:comment>http://blog.csdn.net/remanticmemory/comments/1469244.aspx</wfw:comment><comments>http://blog.csdn.net/remanticmemory/archive/2006/12/30/1469244.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/remanticmemory/comments/commentRss/1469244.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1469244</trackback:ping><description>一些个人认为比较好的JS代码分享给大家一起学习........................&lt;img src ="http://blog.csdn.net/remanticmemory/aggbug/1469244.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>RemanticMemory</dc:creator><title>打开一个无工具栏的窗口的问题</title><link>http://blog.csdn.net/remanticmemory/archive/2006/12/27/1464058.aspx</link><pubDate>Wed, 27 Dec 2006 09:24:00 GMT</pubDate><guid>http://blog.csdn.net/remanticmemory/archive/2006/12/27/1464058.aspx</guid><wfw:comment>http://blog.csdn.net/remanticmemory/comments/1464058.aspx</wfw:comment><comments>http://blog.csdn.net/remanticmemory/archive/2006/12/27/1464058.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/remanticmemory/comments/commentRss/1464058.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1464058</trackback:ping><description>打开一个无工具栏的窗口的问题&lt;img src ="http://blog.csdn.net/remanticmemory/aggbug/1464058.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>RemanticMemory</dc:creator><title>Javascript 异常处理</title><link>http://blog.csdn.net/remanticmemory/archive/2006/12/26/1462141.aspx</link><pubDate>Tue, 26 Dec 2006 10:37:00 GMT</pubDate><guid>http://blog.csdn.net/remanticmemory/archive/2006/12/26/1462141.aspx</guid><wfw:comment>http://blog.csdn.net/remanticmemory/comments/1462141.aspx</wfw:comment><comments>http://blog.csdn.net/remanticmemory/archive/2006/12/26/1462141.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/remanticmemory/comments/commentRss/1462141.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1462141</trackback:ping><description>程序开发中，编程人员经常要面对的是如何编写代码来响应错误事件的发生，即例外处理（exception handlers）。如果例外处理代码设计得周全，那么最终呈现给用户的就将是一个友好的界面。否则，就会让访问者对莫名的现象感到真正的“意外”。本文就将为你介绍web开发中javascript语言的例外处理技术。&lt;img src ="http://blog.csdn.net/remanticmemory/aggbug/1462141.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>RemanticMemory</dc:creator><title>web开发过程中要注意的问题 </title><link>http://blog.csdn.net/remanticmemory/archive/2006/12/26/1462126.aspx</link><pubDate>Tue, 26 Dec 2006 10:34:00 GMT</pubDate><guid>http://blog.csdn.net/remanticmemory/archive/2006/12/26/1462126.aspx</guid><wfw:comment>http://blog.csdn.net/remanticmemory/comments/1462126.aspx</wfw:comment><comments>http://blog.csdn.net/remanticmemory/archive/2006/12/26/1462126.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/remanticmemory/comments/commentRss/1462126.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1462126</trackback:ping><description>这里是一写比较常用的在开发web项目时用到的ＪＳ问题，贴出来分享给大家！&lt;img src ="http://blog.csdn.net/remanticmemory/aggbug/1462126.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>