<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/css" href="css/atom.css"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title type="html"><![CDATA[天叶博客,关于Xhtml/Css,Web标准,Javascript,Actionsript的学习笔记]]></title><subtitle type="html"><![CDATA[WWW.HEAVENFOLIAGE.CN]]></subtitle><id>http://i.thec.cn/skywind/</id><link rel="alternate" type="text/html" href="http://i.thec.cn/skywind/"/><link rel="self" type="application/atom+xml" href="http://i.thec.cn/skywind/atom.xml"/><generator uri="http://www.rainbowsoft.org/" version="1.8 Devo Build 80201">RainbowSoft Studio Z-Blog</generator><updated>2008-06-03T09:21:38+08:00</updated><entry><title type="html"><![CDATA[用JS使两个DIV高度自适应]]></title><author><name>叶梓</name><email>wolfxyx@126.com</email></author><category term="" scheme="http://i.thec.cn/skywind/catalog.asp?cate=2" label="Javascript"/><updated>2008-05-30T20:57:19+08:00</updated><published>2008-05-30T20:57:19+08:00</published><summary type="html"><![CDATA[<p>网上有很多高度自适应的例子，自己也试着搞了一个，^_^</p><p>&lt;!--STYLE--&gt;</p><p>&lt;style&gt;</p><p>.divall{width:900px;}</p><p>.divleft{float:left;background:#FF7400;width:550px;}</p><p>.divright{float:right;background:#F5F5F5;width:350px;}</p><p>&lt;/style&gt;&amp;</p>]]></summary><link rel="alternate" type="text/html" href="http://i.thec.cn/skywind/post/12.html"/><id>http://i.thec.cn/skywind/post/12.html</id></entry><entry><title type="html"><![CDATA[css命名]]></title><author><name>叶梓</name><email>wolfxyx@126.com</email></author><category term="" scheme="http://i.thec.cn/skywind/catalog.asp?cate=1" label="Xhtm/Css"/><updated>2008-05-30T20:56:43+08:00</updated><published>2008-05-30T20:56:43+08:00</published><summary type="html"><![CDATA[<p>头：header 　　内容：content/containe 　　尾：footer 　　导航：nav 　　侧栏：sidebar 　　栏目：column 　　页面外围控制整体布局宽度：wrapper 　　左右中：left right center 　　登录条：loginbar 　　标志：logo 　　广告：banner 　　页面主体：main 　　热点：hot 　　新闻：news 　　下载：down</p>]]></summary><link rel="alternate" type="text/html" href="http://i.thec.cn/skywind/post/11.html"/><id>http://i.thec.cn/skywind/post/11.html</id></entry><entry><title type="html"><![CDATA[简写CSS圆角]]></title><author><name>叶梓</name><email>wolfxyx@126.com</email></author><category term="" scheme="http://i.thec.cn/skywind/catalog.asp?cate=1" label="Xhtm/Css"/><updated>2008-05-30T20:56:04+08:00</updated><published>2008-05-30T20:56:04+08:00</published><summary type="html"><![CDATA[<p>&lt;html&gt;</p><p>&lt;head&gt;</p><p>&lt;title&gt;简写CSS圆角&lt;/title&gt;</p><p>&lt;style type=&quot;text/css&quot;&gt;.b1,.b2,.b3,.b4,.b1b,.b2b,.b3b,.b4b,.b{display:block;overflow:hidden;}</p><p>.b1,.b2,.b3,.b1b,.b2b,.b3b{height</p>]]></summary><link rel="alternate" type="text/html" href="http://i.thec.cn/skywind/post/10.html"/><id>http://i.thec.cn/skywind/post/10.html</id></entry><entry><title type="html"><![CDATA[网页常用小技巧(javascript)]]></title><author><name>叶梓</name><email>wolfxyx@126.com</email></author><category term="" scheme="http://i.thec.cn/skywind/catalog.asp?cate=2" label="Javascript"/><updated>2008-05-30T20:55:21+08:00</updated><published>2008-05-30T20:55:21+08:00</published><summary type="html"><![CDATA[<p>1. 将彻底屏蔽鼠标右键&lt;table border oncontextmenu=return(false)&gt;&lt;td&gt;no&lt;/table&gt; 可用于Table2. &lt;body &gt; 取消选取、防止复制3. 不准粘贴4. 防止复制5. &lt;link rel=&quot;Shortcut Icon&quot; href=&quot;favicon.ico&amp;</p>]]></summary><link rel="alternate" type="text/html" href="http://i.thec.cn/skywind/post/9.html"/><id>http://i.thec.cn/skywind/post/9.html</id></entry><entry><title type="html"><![CDATA[flash读取xml文件简易教程]]></title><author><name>叶梓</name><email>wolfxyx@126.com</email></author><category term="" scheme="http://i.thec.cn/skywind/catalog.asp?cate=4" label="ActionScript"/><updated>2008-05-30T20:54:38+08:00</updated><published>2008-05-30T20:54:38+08:00</published><summary type="html"><![CDATA[<p>一、建立XML对象：var myXML = new XML();二、引用XML文件：myXML.load(&quot;data.xml&quot;);三、忽略空格：myXML.ignoreWhite = true;//默认的为false四、处理XML对象的函数：myXML.onLoad = function(success){statements;}五、data.XML文件的内容：&lt;data</p>]]></summary><link rel="alternate" type="text/html" href="http://i.thec.cn/skywind/post/8.html"/><id>http://i.thec.cn/skywind/post/8.html</id></entry><entry><title type="html"><![CDATA[flash屏蔽右键菜单]]></title><author><name>叶梓</name><email>wolfxyx@126.com</email></author><category term="" scheme="http://i.thec.cn/skywind/catalog.asp?cate=4" label="ActionScript"/><updated>2008-05-30T20:53:55+08:00</updated><published>2008-05-30T20:53:55+08:00</published><summary type="html"><![CDATA[<p>1.在Flash Player中有效，在网页中无效：fscommand(&quot;showmenu&quot;,fasle)2.在网页中flash的位置加入参数：&lt;PARAM NAME=&quot;menu&quot; VALUE=&quot;false&quot;&gt;3.在flash的第一帧加入action，这个方法最简单：Stage.showMenu=false;4.让Flash的</p>]]></summary><link rel="alternate" type="text/html" href="http://i.thec.cn/skywind/post/7.html"/><id>http://i.thec.cn/skywind/post/7.html</id></entry><entry><title type="html"><![CDATA[Flash特效制作常用的源代码]]></title><author><name>叶梓</name><email>wolfxyx@126.com</email></author><category term="" scheme="http://i.thec.cn/skywind/catalog.asp?cate=4" label="ActionScript"/><updated>2008-05-30T20:52:32+08:00</updated><published>2008-05-30T20:52:32+08:00</published><summary type="html"><![CDATA[<p>*对象数组比如要构建一个有很多属性的数组，简单的可以这样做:　var a:Array = new Array(); 　　for (var i = 0; i&lt;10; i++) { 　　a[i] = new Object(); 　　a[i].x = 10; 　　a[i].y = 10*i; 　　a[i].name = &quot;---&quot;; 　　a[i].id = i; 　　// 随便</p>]]></summary><link rel="alternate" type="text/html" href="http://i.thec.cn/skywind/post/6.html"/><id>http://i.thec.cn/skywind/post/6.html</id></entry><entry><title type="html"><![CDATA[中国雅虎携手阿里妈妈选出10大站长]]></title><author><name>叶梓</name><email>wolfxyx@126.com</email></author><category term="" scheme="http://i.thec.cn/skywind/catalog.asp?cate=8" label="News"/><updated>2008-05-29T09:36:46+08:00</updated><published>2008-05-29T09:36:46+08:00</published><summary type="html"><![CDATA[<p>2008年5月28日，中国雅虎与阿里妈妈联手承办的&ldquo;第五届网商大会――十大站长&rdquo;评选出最终的获胜者，6名来自雅虎NCP的&ldquo;网友站长&rdquo;以及阿里妈妈选出的4名个人站长获得了荣誉证书和万元现金奖励。这十名站长将与阿里巴巴集团其他子公司选出的&ldquo;网商&rdquo;一起角逐&ldquo;全球十大网商&rdquo;席位。自2004年阿里巴巴集团举办网商</p>]]></summary><link rel="alternate" type="text/html" href="http://i.thec.cn/skywind/post/5.html"/><id>http://i.thec.cn/skywind/post/5.html</id></entry><entry><title type="html"><![CDATA[四大门户网站抗震救灾建功]]></title><author><name>叶梓</name><email>wolfxyx@126.com</email></author><category term="" scheme="http://i.thec.cn/skywind/catalog.asp?cate=8" label="News"/><updated>2008-05-29T09:35:33+08:00</updated><published>2008-05-29T09:35:33+08:00</published><summary type="html"><![CDATA[<p>编者按：此次抗震救灾中，网络媒体快速反应，四大门户网站地震后十几分钟内推出抗震救灾专题，第一时间派出前方队伍亲历灾区，迅速慷慨解囊；号召网民为灾区捐款捐物，帮助灾区运送救援物资；开通网络寻亲平台，开设为灾区人民祈福专区；心系灾区灾后重建&hellip;&hellip;　　&ldquo;中国网络媒体已经成熟&rdquo;，&ldquo;正在成为当今中国社会的主流媒体&rdquo;。5月22日，国务院</p>]]></summary><link rel="alternate" type="text/html" href="http://i.thec.cn/skywind/post/4.html"/><id>http://i.thec.cn/skywind/post/4.html</id></entry><entry><title type="html"><![CDATA[Flash插件存在重大漏洞 可被木马窃取网游密码]]></title><author><name>叶梓</name><email>wolfxyx@126.com</email></author><category term="" scheme="http://i.thec.cn/skywind/catalog.asp?cate=8" label="News"/><updated>2008-05-29T09:32:41+08:00</updated><published>2008-05-29T09:32:41+08:00</published><summary type="html"><![CDATA[<p>【搜狐IT消息】5月28日，瑞星发布警报称，IE浏览器中广泛应用的Flash Player插件存在严重漏洞，网上已出现利用该漏洞传播的多种木马病毒。瑞星安全专家马杰介绍说，旧版Flash插件（9.0.123版及以前的版本）都存在该漏洞，Adobe公司已经在网上提供了弥补该漏洞的9.0.124版本，建议用户尽快升级（点击升级）。[IMG]upload/Fe76Wqjf3MKlUt6.jpg[/IMG</p>]]></summary><link rel="alternate" type="text/html" href="http://i.thec.cn/skywind/post/3.html"/><id>http://i.thec.cn/skywind/post/3.html</id></entry></feed>
