<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
  <channel>
    <title><![CDATA[一加一设计 www.2studio.com]]></title> 
    <link>http://www.2studio.com/blog/</link> 
    <description><![CDATA[Inspiration, Passion & Vision.]]></description> 
    <language>en</language> 
    <copyright><![CDATA[Copyright 2009, 一加一设计 www.2studio.com]]></copyright> 
    <webMaster><![CDATA[erbaoo@gmail.com (erbao)]]></webMaster> 
    <generator>LBS v2.0.304</generator> 
    <pubDate>Tue, 06 Jan 2009 10:58:44 +0800</pubDate> 
    <ttl>60</ttl>
  
    <item>
      <title><![CDATA[TopStyle3绿色版]]></title> 
      <link><![CDATA[http://www.2studio.com/blog/article.asp?id=128]]></link> 
      <category><![CDATA[网页相关]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Mon, 22 Dec 2008 14:48:42 +0800</pubDate> 
      <description><![CDATA[最好用的CSS编辑器，设计DIV+CSS网站的必备软件。<br /><br /><a href="http://www.xun6.com/file/1005b16c6/TopStyle3%E7%BB%BF%E8%89%B2%E7%89%88.zip.html" title="http://www.xun6.com/file/1005b16c6/TopStyle3%E7%BB%BF%E8%89%B2%E7%89%88.zip.html" target="_blank">下載文件 TopStyle3绿色版.zip (4.30 MB)</a>]]></description>
      <wfw:commentRss><![CDATA[http://www.2studio.com/blog/feed.asp?q=comment&id=128]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Sothink SWF Decompiler v4.5 汉化版]]></title> 
      <link><![CDATA[http://www.2studio.com/blog/article.asp?id=127]]></link> 
      <category><![CDATA[flash相关]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Mon, 22 Dec 2008 14:47:02 +0800</pubDate> 
      <description><![CDATA[一般会Flash的人都知道这个最好的反编译软件。<br /><br /><a href="http://www.xun6.com/file/6e18598a6/Sothink+SWF+Decompiler+v4.5+%E6%B1%89%E5%8C%96%E7%89%88.rar.html" title="http://www.xun6.com/file/6e18598a6/Sothink+SWF+Decompiler+v4.5+%E6%B1%89%E5%8C%96%E7%89%88.rar.html" target="_blank">下載文件 Sothink SWF Decompiler v4.5 汉化版.ra ... (4.20 MB)</a>]]></description>
      <wfw:commentRss><![CDATA[http://www.2studio.com/blog/feed.asp?q=comment&id=127]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[韩国CHICALOCA时尚插画欣赏]]></title> 
      <link><![CDATA[http://www.2studio.com/blog/article.asp?id=126]]></link> 
      <category><![CDATA[素材资源]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Sat, 20 Dec 2008 01:54:50 +0800</pubDate> 
      <description><![CDATA[总共97张图，非常漂亮
<a href='http://www.xun6.com/file/6c86462c6/CHICALOCA%E6%97%B6%E5%B0%9A%E6%8F%92%E7%94%BB.rar.html' title='CHICALOCA时尚插画.rar' target='_blank'>下載文件 CHICALOCA时尚插画.rar (13.29 MB)</a>
</p></p>
<a href="http://www.shareapic.net/content.php?id=13458547&owner=xmerbao" target="_blank"><img src="http://preview.shareapic.net/preview4/013458547.jpg" border="0"></a>]]></description>
      <wfw:commentRss><![CDATA[http://www.2studio.com/blog/feed.asp?q=comment&id=126]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[flash如何适应任何分辨率方法大集合]]></title> 
      <link><![CDATA[http://www.2studio.com/blog/article.asp?id=123]]></link> 
      <category><![CDATA[flash相关]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Sun, 28 Sep 2008 09:14:51 +0800</pubDate> 
      <description><![CDATA[1.thisin的办法在flash中写：<br /><br />程序代码<br /><br />if (System.capabilities.screenResolutionX&gt;=1024) {<br />Stage.scaleMode = “noScale”;<br />}<br /><br />但是必须设置body里面margin的值得都等于0，加CSS到网页也行<br /><br />2.蓝色月光的办法：<br /><br />也是在FLASH中写AS：<br /><br />程序代码<br /><br />var listen:Object = new Object();<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.2studio.com/blog/feed.asp?q=comment&id=123]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[用FLASH里的按钮控制网页中层的显示隐藏]]></title> 
      <link><![CDATA[http://www.2studio.com/blog/article.asp?id=122]]></link> 
      <category><![CDATA[flash相关]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Tue, 02 Sep 2008 10:46:27 +0800</pubDate> 
      <description><![CDATA[<span style="color:Red"><b>第一种方法：</b></span>（经过测试成功）<br />在&lt;head&gt;标签加入：<br /><br />&lt;script type=&quot;text/JavaScript&quot;&gt;<br />&lt;!--<br />function MM_findObj(n, d) { //v4.01<br />var p,i,x; if(!d) d=document; if((p=n.indexOf(&quot;?&quot;))&gt;0&amp;&amp;parent.frames.length) {<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.2studio.com/blog/feed.asp?q=comment&id=122]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[全FLASH网站全屏自适应问题]]></title> 
      <link><![CDATA[http://www.2studio.com/blog/article.asp?id=121]]></link> 
      <category><![CDATA[flash相关]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Tue, 12 Aug 2008 09:43:52 +0800</pubDate> 
      <description><![CDATA[<b>总结了一些要注意的地方，和一些常用代码：</b><br /><br />插入到网页后，将SWF大小设置为宽100%，高100%<br /><br />Stage.scaleMode = &quot;noScale&quot;;//场景内元素不随场景放大缩小<br />Stage.align = &quot;LT&quot;;//对齐方式为左上角（这样的好处是可以比较好地控制坐标）<br />var autosf:Object = new Object();<br />autosf.onResize = function() {//当场景改变时<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.2studio.com/blog/feed.asp?q=comment&id=121]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[每个网页设计者都自以为是]]></title> 
      <link><![CDATA[http://www.2studio.com/blog/article.asp?id=120]]></link> 
      <category><![CDATA[网页相关]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Mon, 26 May 2008 11:39:23 +0800</pubDate> 
      <description><![CDATA[（一）垃圾还是经典<br />网页技术更新很快，一个网站的界面设计寿命仅仅2-3年而已。不管是垃圾还是精品，都没有所谓的经典。经典只存在于是哪个首次成功创新性的应用。网页设计者不管自己的学识、技术和经验如何，都自以为自己吊的不得了，这可能是源与商业设计自我意识体现的强烈主观因素。一个闭门造车者做出的东西，是远远赶不上综合借鉴者的。网页设计不同于其他艺术，在模仿加创新的网页设计领域当中，即便是完全自己设计的，]]></description>
      <wfw:commentRss><![CDATA[http://www.2studio.com/blog/feed.asp?q=comment&id=120]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[网页设计者值得一去的地方]]></title> 
      <link><![CDATA[http://www.2studio.com/blog/article.asp?id=119]]></link> 
      <category><![CDATA[素材资源]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Mon, 26 May 2008 10:35:08 +0800</pubDate> 
      <description><![CDATA[现在网页设计方面的站点越来越多，究竟哪个才是经典；根据网页设计中牵涉到的：网页制作，平面设计，动画制作，素材安排等，我特地找了些好的站点，发表在这里，如果大家有好的站点，也希望能跟在后面。<br /><br />一、网页设计类<br /><br />－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－<br />1。网站名称：有风的日子<br />  网站地址：<a href="http://www.hellowind.com/" title="http://www.hellowind.com/" target="_blank">http://www.hellowind.com/</a><br />  简介：<br />　　很不错的一个设计网]]></description>
      <wfw:commentRss><![CDATA[http://www.2studio.com/blog/feed.asp?q=comment&id=119]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[下拉菜单被flash挡住的最好解决方法]]></title> 
      <link><![CDATA[http://www.2studio.com/blog/article.asp?id=118]]></link> 
      <category><![CDATA[网页相关]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Fri, 18 Apr 2008 15:08:46 +0800</pubDate> 
      <description><![CDATA[在给一个客户做项目的时候，发现下拉菜单总被flash挡住，很多人的解决方法是将flash设置为透明，但是这个不是最好的解决方法，因为有些打了补丁的机器会出现，下拉菜单点击两次才能正常访问的问题。<br /><br />解决方法如下：<br /><br /><b>网站开发人员的应对办法：</b><br /><br />　　一、下载后将压缩包内的“FLASH.js”文件放入站点任意文件夹中  <a href="http://www.2studio.com/blog/uploads/200804/18_151156_flashjs.rar" title="http://www.2studio.com/blog/uploads/200804/18_151156_flashjs.rar" target="_blank"><img src="http://www.2studio.com/blog/styles/2studio/images/icon_file.gif" border="0" /> 点此下载</a><br />]]></description>
      <wfw:commentRss><![CDATA[http://www.2studio.com/blog/feed.asp?q=comment&id=118]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[强悍无比的WEB开发好助手FireBug(Firefox Plugin)]]></title> 
      <link><![CDATA[http://www.2studio.com/blog/article.asp?id=115]]></link> 
      <category><![CDATA[网页相关]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Thu, 24 Jan 2008 15:26:17 +0800</pubDate> 
      <description><![CDATA[怎么说呢，强就一个字啦～NND，下面这个图是我开到了 Ispect 状态，鼠标移动时截下来的。这比看源文件然后再搜索可是方便的太多了，这个世界是怎么了，还有这样的雷峰存在，真是太BT了～<br />而且还可以对AJAX进行Debug，跟踪出错信息，对当前网页进行即时编辑（WYSIWYG），CSS效果预览等等，总之方便啊，好使啊，牛B啊，哈哈哈～<br />大家用一用就知道了～<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.2studio.com/blog/feed.asp?q=comment&id=115]]></wfw:commentRss>
    </item>
      
  </channel>
</rss>
