<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/cnroln" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/cnroln" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 08 Aug 2008 14:06:00 GMT</lastBuildDate><title>~PHPER~ROLN~</title><description>用知识充实大脑</description><link>http://blog.csdn.net/cnroln/</link><item><title>scrollLeft、clientLeft、offsetLeft 等的使用</title><link>http://blog.csdn.net/cnroln/archive/2008/08/08/2787302.aspx</link><wfw:comment>http://blog.csdn.net/cnroln/comments/2787302.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cnroln/comments/commentRss/2787302.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2787302</trackback:ping><description>&lt;P&gt;&lt;IMG alt=&quot;&quot; src=&quot;http://p.blog.csdn.net/images/p_blog_csdn_net/cnroln/EntryImages/20080808/2cf10fddb584a03b5882ddc6.jpg&quot;&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;scrollHeight: 获取对象的滚动高度。 &lt;BR&gt;scrollLeft:设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离&lt;BR&gt;scrollTop:设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离&lt;BR&gt;scrollWidth:获取对象的滚动宽度&lt;BR&gt;offsetHeight:获取对象相对于版面或由父坐标 offsetParent 属性指定的父坐标的高度&lt;BR&gt;offsetLeft:获取对象相对于版面或由 offsetParent 属性指定的父坐标的计算左侧位置&lt;BR&gt;offsetTop:获取对象相对于版面或由 offsetTop 属性指定的父坐标的计算顶端位置&lt;/P&gt;
&lt;DIV forimg=&quot;1&quot;&gt;event.clientX 相对文档的水平座标&lt;/DIV&gt;&lt;img src =&quot;http://blog.csdn.net/cnroln/aggbug/2787302.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 08 Aug 2008 22:06:00 +0800</pubDate><author>roln</author><comments>http://blog.csdn.net/cnroln/archive/2008/08/08/2787302.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cnroln/archive/2008/08/08/2787302.aspx</guid><dc:creator>roln</dc:creator><fs:srclink>http://blog.csdn.net/cnroln/archive/2008/08/08/2787302.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cnroln/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cnroln/~7371278/207876726/5480795</fs:itemid></item><item><title>在线HTML编辑器原理</title><link>http://blog.csdn.net/cnroln/archive/2008/07/24/2702260.aspx</link><wfw:comment>http://blog.csdn.net/cnroln/comments/2702260.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cnroln/comments/commentRss/2702260.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2702260</trackback:ping><description>为什么能实现在线编辑呢?&amp;nbsp; 首先需要ie 的支持，在 ie 5.5以后就有一个编辑状态，就是利用这个编辑状态,然后用javascript 来控制在线编辑的。&lt;BR&gt;下面给出一个简短的例子： 
&lt;P&gt;首先要有一个编辑框，这个编辑框其实就是一个 可编辑状态的 网页，我们这里用iframe 来建立编辑框&lt;/P&gt;
&lt;DIV style=&quot;CURSOR: pointer&quot; class=HtmlCode title=点击运行该代码！ onclick=&quot;preWin=window.open('','','');preWin.document.open();preWin.document.write(this.innerText);preWin.document.close();&quot; ;&gt;
&lt;P&gt;&amp;lt;IFRAME id=HtmlEdit style=&quot;WIDTH: 100%; HEIGHT: 296px&quot; marginWidth=0 marginHeight=0&amp;gt;&lt;BR&gt;&amp;lt;/IFRAME&amp;gt;&lt;/P&gt;&lt;/DIV&gt;
&lt;P&gt;并且在 加上javascript 代码来指定 H&lt;img src =&quot;http://blog.csdn.net/cnroln/aggbug/2702260.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 24 Jul 2008 17:00:00 +0800</pubDate><author>roln</author><comments>http://blog.csdn.net/cnroln/archive/2008/07/24/2702260.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cnroln/archive/2008/07/24/2702260.aspx</guid><dc:creator>roln</dc:creator><fs:srclink>http://blog.csdn.net/cnroln/archive/2008/07/24/2702260.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cnroln/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cnroln/~7371278/207876727/5480795</fs:itemid></item><item><title>PHP中文字符截取</title><link>http://blog.csdn.net/cnroln/archive/2008/03/31/2233295.aspx</link><wfw:comment>http://blog.csdn.net/cnroln/comments/2233295.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cnroln/comments/commentRss/2233295.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2233295</trackback:ping><description>PHP中文字符截取&lt;img src =&quot;http://blog.csdn.net/cnroln/aggbug/2233295.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 31 Mar 2008 23:48:00 +0800</pubDate><author>roln</author><comments>http://blog.csdn.net/cnroln/archive/2008/03/31/2233295.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cnroln/archive/2008/03/31/2233295.aspx</guid><dc:creator>roln</dc:creator><fs:srclink>http://blog.csdn.net/cnroln/archive/2008/03/31/2233295.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cnroln/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cnroln/~7371278/207876728/5480795</fs:itemid></item><item><title>Apache的Mod_rewrite学习</title><link>http://blog.csdn.net/cnroln/archive/2008/03/27/2222041.aspx</link><wfw:comment>http://blog.csdn.net/cnroln/comments/2222041.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cnroln/comments/commentRss/2222041.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2222041</trackback:ping><description>Apache的Mod_rewrite学习&lt;img src =&quot;http://blog.csdn.net/cnroln/aggbug/2222041.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 27 Mar 2008 17:55:00 +0800</pubDate><author>roln</author><comments>http://blog.csdn.net/cnroln/archive/2008/03/27/2222041.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cnroln/archive/2008/03/27/2222041.aspx</guid><dc:creator>roln</dc:creator><fs:srclink>http://blog.csdn.net/cnroln/archive/2008/03/27/2222041.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cnroln/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cnroln/~7371278/207876729/5480795</fs:itemid></item><item><title>优化PHP代码的40条建议</title><link>http://blog.csdn.net/cnroln/archive/2008/03/15/2185044.aspx</link><wfw:comment>http://blog.csdn.net/cnroln/comments/2185044.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cnroln/comments/commentRss/2185044.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2185044</trackback:ping><description>优化PHP代码的40条建议&lt;img src =&quot;http://blog.csdn.net/cnroln/aggbug/2185044.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 15 Mar 2008 20:36:00 +0800</pubDate><author>roln</author><comments>http://blog.csdn.net/cnroln/archive/2008/03/15/2185044.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cnroln/archive/2008/03/15/2185044.aspx</guid><dc:creator>roln</dc:creator><fs:srclink>http://blog.csdn.net/cnroln/archive/2008/03/15/2185044.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cnroln/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cnroln/~7371278/207876730/5480795</fs:itemid></item><item><title>header(Location)标准的使用方法</title><link>http://blog.csdn.net/cnroln/archive/2008/03/15/2185043.aspx</link><wfw:comment>http://blog.csdn.net/cnroln/comments/2185043.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cnroln/comments/commentRss/2185043.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2185043</trackback:ping><description>header(Location)标准的使用方法 &lt;img src =&quot;http://blog.csdn.net/cnroln/aggbug/2185043.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 15 Mar 2008 20:35:00 +0800</pubDate><author>roln</author><comments>http://blog.csdn.net/cnroln/archive/2008/03/15/2185043.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cnroln/archive/2008/03/15/2185043.aspx</guid><dc:creator>roln</dc:creator><fs:srclink>http://blog.csdn.net/cnroln/archive/2008/03/15/2185043.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cnroln/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cnroln/~7371278/207876731/5480795</fs:itemid></item><item><title>遍历显示文件夹下所有目录、所有文件的函数</title><link>http://blog.csdn.net/cnroln/archive/2008/03/15/2185041.aspx</link><wfw:comment>http://blog.csdn.net/cnroln/comments/2185041.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cnroln/comments/commentRss/2185041.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2185041</trackback:ping><description>遍历显示文件夹下所有目录、所有文件的函数&lt;img src =&quot;http://blog.csdn.net/cnroln/aggbug/2185041.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 15 Mar 2008 20:34:00 +0800</pubDate><author>roln</author><comments>http://blog.csdn.net/cnroln/archive/2008/03/15/2185041.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cnroln/archive/2008/03/15/2185041.aspx</guid><dc:creator>roln</dc:creator><fs:srclink>http://blog.csdn.net/cnroln/archive/2008/03/15/2185041.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cnroln/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cnroln/~7371278/207876732/5480795</fs:itemid></item><item><title>系统架构探讨----大型网站的构架设计</title><link>http://blog.csdn.net/cnroln/archive/2008/03/15/2185040.aspx</link><wfw:comment>http://blog.csdn.net/cnroln/comments/2185040.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cnroln/comments/commentRss/2185040.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2185040</trackback:ping><description>系统架构探讨----大型网站的构架设计 &lt;img src =&quot;http://blog.csdn.net/cnroln/aggbug/2185040.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 15 Mar 2008 20:33:00 +0800</pubDate><author>roln</author><comments>http://blog.csdn.net/cnroln/archive/2008/03/15/2185040.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cnroln/archive/2008/03/15/2185040.aspx</guid><dc:creator>roln</dc:creator><fs:srclink>http://blog.csdn.net/cnroln/archive/2008/03/15/2185040.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cnroln/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cnroln/~7371278/207876733/5480795</fs:itemid></item><item><title>PHP效率优化</title><link>http://blog.csdn.net/cnroln/archive/2008/03/15/2185038.aspx</link><wfw:comment>http://blog.csdn.net/cnroln/comments/2185038.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cnroln/comments/commentRss/2185038.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2185038</trackback:ping><description>PHP效率优化&lt;img src =&quot;http://blog.csdn.net/cnroln/aggbug/2185038.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 15 Mar 2008 20:32:00 +0800</pubDate><author>roln</author><comments>http://blog.csdn.net/cnroln/archive/2008/03/15/2185038.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cnroln/archive/2008/03/15/2185038.aspx</guid><dc:creator>roln</dc:creator><fs:srclink>http://blog.csdn.net/cnroln/archive/2008/03/15/2185038.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cnroln/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cnroln/~7371278/207876734/5480795</fs:itemid></item><item><title>PHP 实现多服务器共享 SESSION 数据</title><link>http://blog.csdn.net/cnroln/archive/2008/03/15/2185037.aspx</link><wfw:comment>http://blog.csdn.net/cnroln/comments/2185037.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cnroln/comments/commentRss/2185037.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2185037</trackback:ping><description>PHP 实现多服务器共享 SESSION 数据 &lt;img src =&quot;http://blog.csdn.net/cnroln/aggbug/2185037.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 15 Mar 2008 20:31:00 +0800</pubDate><author>roln</author><comments>http://blog.csdn.net/cnroln/archive/2008/03/15/2185037.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cnroln/archive/2008/03/15/2185037.aspx</guid><dc:creator>roln</dc:creator><fs:srclink>http://blog.csdn.net/cnroln/archive/2008/03/15/2185037.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cnroln/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cnroln/~7371278/207876735/5480795</fs:itemid></item></channel></rss>