<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
  <channel>
    <title><![CDATA[JHM's Space]]></title> 
    <link>http://www.lin68.com/blog/</link> 
    <description><![CDATA[我的收藏夹]]></description> 
    <language>zh-cn</language> 
    <copyright><![CDATA[Copyright 2008, JHM's Space]]></copyright> 
    <webMaster><![CDATA[null@null.com (JHM)]]></webMaster> 
    <generator>LBS v2.0.310</generator> 
    <pubDate>Thu, 24 Jul 2008 11:20:33 +0800</pubDate> 
    <ttl>60</ttl>
  
    <item>
      <title><![CDATA[标准的的Flash插入]]></title> 
      <link><![CDATA[http://www.lin68.com/blog/article.asp?id=126]]></link> 
      <category><![CDATA[(X)HTML/CSS]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Tue, 17 Jun 2008 10:49:41 +0800</pubDate> 
      <description><![CDATA[标准的的Flash插入<div class="code">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;<br />&quot;http&#58;//www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;<br />&lt;html xmlns=&quot;http&#58;//www.w3.org/1999/xhtml&quot;&gt;<br />&lt;head&gt;<br />&lt;title&gt;代码测试&lt;/title&gt;<br />&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;<br />&lt;meta name=&quot;Author&quot; content=&quot;PengRong&quot; /&gt;<br />&lt;/head&gt;<br />&lt;body&gt;<br />&lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http&#58;//adimg.163.com//</div>]]></description>
      <wfw:commentRss><![CDATA[http://www.lin68.com/blog/feed.asp?q=comment&id=126]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[css菜单生成网站]]></title> 
      <link><![CDATA[http://www.lin68.com/blog/article.asp?id=125]]></link> 
      <category><![CDATA[My Favorite]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Sun, 23 Dec 2007 12:02:05 +0800</pubDate> 
      <description><![CDATA[<a href="http://cssmenumaker.com/" title="http://cssmenumaker.com/" target="_blank">http://cssmenumaker.com/</a><br />有很多效果]]></description>
      <wfw:commentRss><![CDATA[http://www.lin68.com/blog/feed.asp?q=comment&id=125]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[PS photoshop修改照片皮肤变白方法]]></title> 
      <link><![CDATA[http://www.lin68.com/blog/article.asp?id=124]]></link> 
      <category><![CDATA[Design]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Sun, 09 Dec 2007 17:51:26 +0800</pubDate> 
      <description><![CDATA[<div style="width: 100%;overflow-x : auto;"><a href="http://www.lin68.com/blog/uploads/200712/09_175141_1.jpg" target="_blank"><img src="http://www.lin68.com/blog/uploads/200712/09_175141_1.jpg" alt="http://www.lin68.com/blog/uploads/200712/09_175141_1.jpg" /></a></div><br /><br /><div style="width: 100%;overflow-x : auto;"><a href="http://www.lin68.com/blog/uploads/200712/09_175156_2.jpg" target="_blank"><img src="http://www.lin68.com/blog/uploads/200712/09_175156_2.jpg" alt="http://www.lin68.com/blog/uploads/200712/09_175156_2.jpg" /></a></div>]]></description>
      <wfw:commentRss><![CDATA[http://www.lin68.com/blog/feed.asp?q=comment&id=124]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[asp写入XML文档]]></title> 
      <link><![CDATA[http://www.lin68.com/blog/article.asp?id=123]]></link> 
      <category><![CDATA[Asp]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Tue, 13 Nov 2007 17:09:28 +0800</pubDate> 
      <description><![CDATA[一个简单的新闻发布系统<br /><br />首先，我们建立一个XML文档，命名为nnDB.xml：<br /><br />---------------------------------------nnDB.xml---------------------------------------<br />　　&lt;?xml version=&quot;1.0&quot; encoding=&quot;GB2312&quot;?&gt;<br />　　&lt;data&gt;&lt;news&gt;&lt;/news&gt;&lt;/data&gt;<br /><br />---------------------------------------nnDB.xml---------------------------------------<br /><br />接着，做一个发布的页面，这个发布页面连带了有新闻的显示列表，把他命名为post.asp吧！<br /><br />---------------------------------------post.asp---------------------------------------<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.lin68.com/blog/feed.asp?q=comment&id=123]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Flash中一些很少使用的方法]]></title> 
      <link><![CDATA[http://www.lin68.com/blog/article.asp?id=122]]></link> 
      <category><![CDATA[Flash]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Fri, 09 Nov 2007 10:46:14 +0800</pubDate> 
      <description><![CDATA[使用过Flash的朋友知道，平时我们只需使用AS的很少一部分就可以解决我们的大部分问题，有些AS我们可能一直都没有机会用到，下面就介绍一些不经常使用的AS的使用方法。<br /><br />1.求模运算符 %<br />A:Clamp<br />trace(15 % 6); // 显示: 3<br />a%b 的结果从来都不会比b大，所以你可以用来限制一个表达式在0-b的范围内。<br /><br />程序代码：<br /><div class="code">//ball为舞台上的一电影剪辑<br />ball.onEnterFrame = function{<br />this._x = (this._x + speed)%300;<br />}<br />B:Snap<br />x = 350;<br />trace(x - x%100); // 一个小于x但是又是100的倍数 = 300<br />trace(x + x%100); // 一个大于x但是又是100的倍数 = 400</div><br />下面是一个范例：<br />新建一flash文档大小为 ]]></description>
      <wfw:commentRss><![CDATA[http://www.lin68.com/blog/feed.asp?q=comment&id=122]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[让Flash动画适应任何分辨率的网页]]></title> 
      <link><![CDATA[http://www.lin68.com/blog/article.asp?id=121]]></link> 
      <category><![CDATA[Flash]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Tue, 18 Sep 2007 14:16:54 +0800</pubDate> 
      <description><![CDATA[1.thisin的办法在flash中写：<br /><div class="code">if (System.capabilities.screenResolutionX&gt;=1024) {  <br />&nbsp;Stage.scaleMode = &quot;noScale&quot;;  <br />}</div><br />但是必须设置body里面margin的值得都等于0，加CSS到网页也行。<br /><br />2.办法：也是在FLASH中写AS：<br /><div class="code">var listen:Object = new Object();  <br />listen.onResize = function(){};  <br />Stage.addListener(listen);</div><br />3.用System.capabilities.screenResolutionX和System.capabilities.screenResolutionY来获取<br />首先对他们做一下简单讲解：<br /><br />System.capabilities 对象<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.lin68.com/blog/feed.asp?q=comment&id=121]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Flash按钮打开一个新窗口的设计方法]]></title> 
      <link><![CDATA[http://www.lin68.com/blog/article.asp?id=120]]></link> 
      <category><![CDATA[Flash]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Tue, 18 Sep 2007 14:09:17 +0800</pubDate> 
      <description><![CDATA[本文详细阐述了Flash按钮打开全屏窗口和自定义窗口的设计方法.<br /><br />===========全屏的窗口===========<br /><br />这个方法不需要在页面本身设置<br /><br />打开<br />在FLASH的按钮上输入代码:<br /><div class="code">on(reslease){  <br />&quot;javascript:window.open(&#39;文件名.html&#39;,&#39;&#39;,&#39;fullscreen=1,resizable=0&#39;);window.opener=null;window.close()&quot;}</div><br />注意打开一个全屏页面的同时,他也设置了一个默认关闭页面的代码,关闭刚才嵌有FLASH按钮的页面;<br />1.如果不写入window.opener=null;会提示你是否关闭那个页面.<br />2.如果不写入window.opener=null,window.close()页面会自动关闭.<br /><br />关闭<br />打开一个全屏的页面以后,页面里面可以制作一个关闭这个全屏页面的FLASH按钮,在FLASH的按钮上输入代码:<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.lin68.com/blog/feed.asp?q=comment&id=120]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[简单去网纹法]]></title> 
      <link><![CDATA[http://www.lin68.com/blog/article.asp?id=119]]></link> 
      <category><![CDATA[Design]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Tue, 14 Aug 2007 17:07:18 +0800</pubDate> 
      <description><![CDATA[复制图层<br /><br />图像-反相<br /><br />图层模式-线性光<br /><br />滤镜-其它-高反差保留]]></description>
      <wfw:commentRss><![CDATA[http://www.lin68.com/blog/feed.asp?q=comment&id=119]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[[转载]CSS Hack 汇总快查]]></title> 
      <link><![CDATA[http://www.lin68.com/blog/article.asp?id=118]]></link> 
      <category><![CDATA[(X)HTML/CSS]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Fri, 10 Aug 2007 09:19:20 +0800</pubDate> 
      <description><![CDATA[屏蔽IE浏览器（也就是IE下不显示）<br />*:lang(zh) select {font:12px  !important;} /*FF,OP可见*/<br />select:empty {font:12px  !important;} /*safari可见*/<br />这里select是选择符，根据情况更换。第二句是MAC上safari浏览器独有的。<br />仅IE7与IE5.0可以识别<br />*+html  select {…}<br />当面临需要只针对IE7与IE5.0做样式的时候就可以采用这个HACK。 <br />仅IE7可以识别<br />*+html  select {…!important;}<br />当面临需要只针对IE7做样式的时候就可以采用这个HACK。 <br />IE6及IE6以下识别<br />* html  select {…}<br />这个地方要特别注意很多博客都写成了是IE6的HACK其实IE5.x同样可以识别这个HACK。其它浏览器不识别。<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.lin68.com/blog/feed.asp?q=comment&id=118]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[[转]深入了解Function]]></title> 
      <link><![CDATA[http://www.lin68.com/blog/article.asp?id=117]]></link> 
      <category><![CDATA[Flash]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Wed, 11 Jul 2007 17:16:21 +0800</pubDate> 
      <description><![CDATA[作者的Blog：www.kingda.org<br /><br />Function究竟是什么？<br /><br />我们习惯了function的存在，就像习惯了我们呼吸的空气却不去探究它的本质。看起来，似乎function和Number, Boolean, String一样都是ActionScript本来就有的类型。<br /><br />先看以下代码：<br /><br />trace (aFunc);     //输出：[type Function]<br />trace (aFunc instanceof Function); //输出：true<br />trace (aFunc instanceof Object); //输出：true<br /><br />function aFunc() {<br />  trace (“This is aFunc!Excuted!”);<br />}<br /><br />第一行告诉我们aFunc的类型是Function, 第二行又证实了这一点aFunc确实是一个Function类型的实例，第三行更加有意思告诉我们aFunc是一个Object。<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.lin68.com/blog/feed.asp?q=comment&id=117]]></wfw:commentRss>
    </item>
      
  </channel>
</rss>
