<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>夜生族| 关注web标准</title>
	
	<link>http://blog.donews.com/lostin</link>
	<description>贺欣的博客</description>
	<lastBuildDate>Mon, 07 Nov 2005 14:19:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/web" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="web" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>msn8.0</title>
		<link>http://blog.donews.com/lostin/archive/2005/11/07/618402.aspx</link>
		<comments>http://blog.donews.com/lostin/archive/2005/11/07/618402.aspx#comments</comments>
		<pubDate>Mon, 07 Nov 2005 14:19:00 +0000</pubDate>
		<dc:creator>旋</dc:creator>
				<category><![CDATA[0.8:Other]]></category>

		<guid isPermaLink="false">http://blog.donews.com/lostin/archive/2005/11/07/618402.aspx</guid>
		<description><![CDATA[下载网站<br/>　　http://download.microsoft.com/download/d/5/7/d57fea0d-82b6-4c25-b61a-01ced22f79b5/Install_Messenger_Beta.exe<br/>　　不过现在还不能登陆,这个仅限测试人员测试用,但是我们通过补丁,一样可以玩上<br/>　　大家登陆http://free.ys168.com/?summericeye,下载两个软件<br/>　　一个是MSWINSCK.zip<br/>　　一个是WLM8patch.zip<br/>　　然后把MSWINSCK.zip解压,然后将将MSWINSCK.OCX拷贝到 windows\system32 目录中<br/>　　再把MSWINSCK.zip解压<br/>　　点Patch给msnmsgr.exe打上补丁,<br/>　　提示成功后点击Run Server,然后就可以运行WLM Beta<br/>　　并进行登录了.<br/>]]></description>
			<content:encoded><![CDATA[<p>下载网站<br/>　　http://download.microsoft.com/download/d/5/7/d57fea0d-82b6-4c25-b61a-01ced22f79b5/Install_Messenger_Beta.exe<br/>　　不过现在还不能登陆,这个仅限测试人员测试用,但是我们通过补丁,一样可以玩上<br/>　　大家登陆http://free.ys168.com/?summericeye,下载两个软件<br/>　　一个是MSWINSCK.zip<br/>　　一个是WLM8patch.zip<br/>　　然后把MSWINSCK.zip解压,然后将将MSWINSCK.OCX拷贝到 windows\system32 目录中<br/>　　再把MSWINSCK.zip解压<br/>　　点Patch给msnmsgr.exe打上补丁,<br/>　　提示成功后点击Run Server,然后就可以运行WLM Beta<br/>　　并进行登录了.<br/></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.donews.com/lostin/archive/2005/11/07/618402.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>图片和窗口自适应大小代码</title>
		<link>http://blog.donews.com/lostin/archive/2005/08/24/523773.aspx</link>
		<comments>http://blog.donews.com/lostin/archive/2005/08/24/523773.aspx#comments</comments>
		<pubDate>Wed, 24 Aug 2005 03:42:00 +0000</pubDate>
		<dc:creator>旋</dc:creator>
				<category><![CDATA[0.1.核心:Web 标准]]></category>

		<guid isPermaLink="false">http://blog.donews.com/lostin/archive/2005/08/24/523773.aspx</guid>
		<description><![CDATA[<br/>&#60;script language=&#34;JavaScript&#34; type=&#34;text/JavaScript&#34;&#62;<br/>&#60;!--<br/>var imgObj;<br/>function checkImg(theURL,winName){<br/>// 对象是否已创建<br/>if (typeof(imgObj) == &#34;object&#34;){<br/>&#160; // 是否已取得了图像的高度和宽度<br/>&#160; if ((imgObj.width != 0) &#38;&#38; (imgObj.height != 0))<br/>&#160; &#160; // 根据取得的图像高度和宽度设置弹出窗口的高度与宽度，并打开该窗口<br/>&#160; &#160; // 其中的增量 20 和 30 是设置的窗口边框与图片间的间隔量<br/>&#160; &#160; OpenFullSizeWindow(theURL,winName, &#34;,width=&#34; + (imgObj.w]]></description>
			<content:encoded><![CDATA[<p><br/>&lt;script language=&quot;JavaScript&quot; type=&quot;text/JavaScript&quot;&gt;<br/>&lt;!&#8211;<br/>var imgObj;<br/>function checkImg(theURL,winName){<br/>// 对象是否已创建<br/>if (typeof(imgObj) == &quot;object&quot;){<br/>&nbsp; // 是否已取得了图像的高度和宽度<br/>&nbsp; if ((imgObj.width != 0) &amp;&amp; (imgObj.height != 0))<br/>&nbsp; &nbsp; // 根据取得的图像高度和宽度设置弹出窗口的高度与宽度，并打开该窗口<br/>&nbsp; &nbsp; // 其中的增量 20 和 30 是设置的窗口边框与图片间的间隔量<br/>&nbsp; &nbsp; OpenFullSizeWindow(theURL,winName, &quot;,width=&quot; + (imgObj.width+20) + &quot;,height=&quot; + (imgObj.height+30));<br/>&nbsp; else<br/>&nbsp; &nbsp; // 因为通过 Image 对象动态装载图片，不可能立即得到图片的宽度和高度，所以每隔100毫秒重复调用检查<br/>&nbsp; &nbsp; setTimeout(&quot;checkImg(&#8217;&quot; + theURL + &quot;&#8217;,'&quot; + winName + &quot;&#8217;)&quot;, 100)<br/>}<br/>}<br/><br/>function OpenFullSizeWindow(theURL,winName,features) {<br/>var aNewWin, sBaseCmd;<br/>// 弹出窗口外观参数<br/>sBaseCmd = &quot;toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,&quot;;<br/>// 调用是否来自 checkImg <br/>if (features == null || features == &quot;&quot;){<br/>&nbsp; // 创建图像对象<br/>&nbsp; imgObj = new Image();<br/>&nbsp; // 设置图像源<br/>&nbsp; imgObj.src = theURL;<br/>&nbsp; // 开始获取图像大小<br/>&nbsp; checkImg(theURL, winName)<br/>}<br/>else{<br/>&nbsp; // 打开窗口<br/>&nbsp; aNewWin = window.open(theURL,winName, sBaseCmd + features);<br/>&nbsp; // 聚焦窗口<br/>&nbsp; aNewWin.focus();<br/>}<br/>}<br/>//&#8211;&gt;<br/>&lt;/script&gt;<br/><br/>　　使用时将上面的代码放在网页文档的&lt;head&gt;&lt;/head&gt;标记对中，然后在链接的点击事件中调用<br/>OpenFullSizeWindow函数，如&lt;a href=&quot;../images/Fx1.jpg&quot; onClick=&quot;OpenFullSizeWindow<br/>(this.href,&#8221;,&#8221;);return false&quot;&gt;&lt;img src=&quot;../images/Fx1.jpg&quot;&gt;&lt;/a&gt;即可。<br/>　　以上代码在IE 5.x－6.0中测试通过。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.donews.com/lostin/archive/2005/08/24/523773.aspx/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>我的1234</title>
		<link>http://blog.donews.com/lostin/archive/2005/08/09/502023.aspx</link>
		<comments>http://blog.donews.com/lostin/archive/2005/08/09/502023.aspx#comments</comments>
		<pubDate>Tue, 09 Aug 2005 14:06:00 +0000</pubDate>
		<dc:creator>旋</dc:creator>
				<category><![CDATA[0.3.真心:我的Something]]></category>

		<guid isPermaLink="false">http://blog.donews.com/lostin/archive/2005/08/09/502023.aspx</guid>
		<description><![CDATA[工作忙,时间少,学习刘韧的1234.
1.期待中的&#34;麦莎&#34;就这样悄悄的过去了,也许应该庆幸,可是心里也有点失落.毕竟想看看十年以来的最大暴雨是怎么样的.
2.今天一整天在做老舍茶馆的内容校对工作,有点晕.发现还是出DEMO比较好.
3.说句过时的话,看了一半&#60;七剑&#62;,才发现其实&#60;英雄&#62;也不错.
4.发现自己找个好老婆,庆幸中.
]]></description>
			<content:encoded><![CDATA[<p>工作忙,时间少,学习<a href="http://blog.donews.com/liuren">刘韧</a>的1234.</p>
<p>1.期待中的&quot;麦莎&quot;就这样悄悄的过去了,也许应该庆幸,可是心里也有点失落.毕竟想看看十年以来的最大暴雨是怎么样的.</p>
<p>2.今天一整天在做老舍茶馆的内容校对工作,有点晕.发现还是出DEMO比较好.</p>
<p>3.说句过时的话,看了一半&lt;七剑&gt;,才发现其实&lt;英雄&gt;也不错.</p>
<p>4.发现自己找个好老婆,庆幸中.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.donews.com/lostin/archive/2005/08/09/502023.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>和MM照了大头贴~</title>
		<link>http://blog.donews.com/lostin/archive/2005/07/30/488452.aspx</link>
		<comments>http://blog.donews.com/lostin/archive/2005/07/30/488452.aspx#comments</comments>
		<pubDate>Sat, 30 Jul 2005 13:19:00 +0000</pubDate>
		<dc:creator>旋</dc:creator>
				<category><![CDATA[0.3.真心:我的Something]]></category>

		<guid isPermaLink="false">http://blog.donews.com/lostin/archive/2005/07/30/488452.aspx</guid>
		<description><![CDATA[应偶的PLMM的诚挚邀请,偶和MM去照了大头贴~
其实是两周前的事情了~不过最近一直在忙着工作,所以今天才发上来,SHOW一~嘿.

]]></description>
			<content:encoded><![CDATA[<p>应偶的PLMM的诚挚邀请,偶和MM去照了大头贴~</p>
<p>其实是两周前的事情了~不过最近一直在忙着工作,所以今天才发上来,SHOW一~嘿.</p>
<p><img src="/images/blog_csdn_net/lostin/δ-1.gif" alt=""/></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.donews.com/lostin/archive/2005/07/30/488452.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FLASH,我来了|@三心二意·关注WEB标准</title>
		<link>http://blog.donews.com/lostin/archive/2005/07/10/461260.aspx</link>
		<comments>http://blog.donews.com/lostin/archive/2005/07/10/461260.aspx#comments</comments>
		<pubDate>Sun, 10 Jul 2005 12:42:00 +0000</pubDate>
		<dc:creator>旋</dc:creator>
				<category><![CDATA[0.2.关心:PS & Flash]]></category>

		<guid isPermaLink="false">http://blog.donews.com/lostin/archive/2005/07/10/461260.aspx</guid>
		<description><![CDATA[7/10/2005


Flash制作特酷的图片遮照特效动画 
优秀 flash 动态网站
学习笔记：飘动的汽泡
个性化我的Flash
FLASH MX 2004制作缓冲断层效果
Flash常用效果－移动模糊效果
平滑滚动原理及实例
Flash相关工具列表

]]></description>
			<content:encoded><![CDATA[<h3><b>7/10/2005</b></h3>
<p><br/>
<ul>
<li><a href="http://www2.flash8.net/teach/3456.htm">Flash制作特酷的图片遮照特效动画 </a></li>
<li><a href="http://www.blueidea.com/bbs/NewsDetail.asp?GroupName=Flash ר&amp;DaysPrune=60&amp;lp=2&amp;id=2006493">优秀 flash 动态网站</a></li>
<li><a href="http://www.blueidea.com/tech/multimedia/2005/2409.asp">学习笔记：飘动的汽泡</a></li>
<li><a href="http://www.blueidea.com/tech/multimedia/2004/2213.asp">个性化我的Flash</a></li>
<li><a href="http://www.blueidea.com/tech/multimedia/2004/2074.asp">FLASH MX 2004制作缓冲断层效果</a></li>
<li><a href="http://www.blueidea.com/tech/multimedia/2005/2403.asp">Flash常用效果－移动模糊效果</a></li>
<li><a href="http://www.blueidea.com/tech/multimedia/2004/1715.asp">平滑滚动原理及实例</a></li>
<li><a href="http://www.blueidea.com/bbs/NewsDetail.asp?id=896841">Flash相关工具列表</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.donews.com/lostin/archive/2005/07/10/461260.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用外部CSS设置FlashMX组件外观|@三心二意 关注WEB标准</title>
		<link>http://blog.donews.com/lostin/archive/2005/07/10/461151.aspx</link>
		<comments>http://blog.donews.com/lostin/archive/2005/07/10/461151.aspx#comments</comments>
		<pubDate>Sun, 10 Jul 2005 10:57:00 +0000</pubDate>
		<dc:creator>旋</dc:creator>
				<category><![CDATA[0.2.关心:PS & Flash]]></category>

		<guid isPermaLink="false">http://blog.donews.com/lostin/archive/2005/07/10/461151.aspx</guid>
		<description><![CDATA[我们都知道可以轻松的设置 Flash MX 2004 组件的外观，但是如果能用一个外部的 CSS 文件来控制，岂不是更好，使用起来就会更加的方便。这里是在网上发现的一个例子（原文网址： http://blogs.flashsupport.com/robert/archive/2004/09/08/209.aspx ）：
1. 创建一个 CSS 文件，定义组件的一些属性，如： /* Filename: styles.css */ 




checkbox {
  color: 0x0000FF;
  embedFonts: false;
  fontFamily: Arial;
  fontSize: 24;
} 




2. 在 Flash 中载入这个 CSS 文件，将组件套上相关的样式： 




import mx.controls.CheckBox;
  var oStyle:Object;
  var ccbTest:mx.controls.CheckBox;
  var styles = new TextField.StyleSheet();
  styles.onLoad = function(bSuccess:Boolean):Void {
 [...]]]></description>
			<content:encoded><![CDATA[<p>我们都知道可以轻松的设置 Flash MX 2004 组件的外观，但是如果能用一个外部的 CSS 文件来控制，岂不是更好，使用起来就会更加的方便。这里是在网上发现的一个例子（原文网址： <a href="http://blogs.flashsupport.com/robert/archive/2004/09/08/209.aspx">http://blogs.flashsupport.com/robert/archive/2004/09/08/209.aspx<u> </u></a>）：
<p>1. 创建一个 CSS 文件，定义组件的一些属性，如： /* Filename: styles.css */ </p>
<table cellspacing="0" cellpadding="4" align="center" border="0">
<tbody>
<tr>
<td bgcolor="#bcfec2">
<pre>checkbox {
  color: 0x0000FF;
  embedFonts: false;
  fontFamily: Arial;
  fontSize: 24;
} </pre>
</td>
</tr>
</tbody>
</table>
<p>2. 在 Flash 中载入这个 CSS 文件，将组件套上相关的样式： </p>
<table cellspacing="0" cellpadding="4" align="center" border="0">
<tbody>
<tr>
<td bgcolor="#ffff99">
<pre>import mx.controls.CheckBox;
  var oStyle:Object;
  var ccbTest:mx.controls.CheckBox;
  var styles = new TextField.StyleSheet();
  styles.onLoad = function(bSuccess:Boolean):Void {
   if (bSucess) {
      oStyle = this.getStyle(&quot;checkbox&quot;);
      for(var i in oStyle){
        ccbTest.setStyle(i, oStyle[i]);
      }
    } else {
    trace(&quot;Error loading CSS file.&quot;);
  }
};
styles.load(&quot;styles.css&quot;); </pre>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://blog.donews.com/lostin/archive/2005/07/10/461151.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>h1h2h3h45h5h6标签的使用技巧 | @ 三心二意·关注WEB标准</title>
		<link>http://blog.donews.com/lostin/archive/2005/07/07/457973.aspx</link>
		<comments>http://blog.donews.com/lostin/archive/2005/07/07/457973.aspx#comments</comments>
		<pubDate>Thu, 07 Jul 2005 14:16:00 +0000</pubDate>
		<dc:creator>旋</dc:creator>
				<category><![CDATA[0.1.核心:Web 标准]]></category>

		<guid isPermaLink="false">http://blog.donews.com/lostin/archive/2005/07/07/457973.aspx</guid>
		<description><![CDATA[
h1h2h3h45h5h6是标准的HTML标签，其中h1最大，h6最小，主要用于标题，合理应用，能更好更快地被搜索引擎收录。在E文的网页中很容易使用，由于中文的字体如果大于14PX的话，会不太好看，所以需在CSS中设定一下。
H1-H6和其他尺寸的对照表，来源：http://www.w3.org/TR/CSS21/fonts.html.



CSS absolute-size values
xx-small
x-small
small
medium
large
x-large
xx-large
&#160;


HTML headings
h6
&#160;
h5
h4
h3
h2
h1
&#160;


HTML font sizes
1
&#160;
2
3
4
5
6
7



eg1:基本设置
h1,h2,h3,h4,h5,h6{ margin:0px; /*h1-h6默认有空白,设定外补丁的值为零，以后容易调整。*/ }
eg2：把你的网站名称放在H1或者H2标签中
Hexin&#8217;s blog
h2{ padding:10px; text-align:center; font-size:16px; }
eg3:带背景和边框的H4标签
About Us
h4{ border-left: 6px solid #DC4E1B; line-height: 20px; background: #E9E9E9; padding-left: 12px; font-size: 12px; }
]]></description>
			<content:encoded><![CDATA[<h6></h6>
<p class="">h1h2h3h45h5h6是标准的HTML标签，其中h1最大，h6最小，主要用于标题，合理应用，能更好更快地被搜索引擎收录。在E文的网页中很容易使用，由于中文的字体如果大于14PX的话，会不太好看，所以需在CSS中设定一下。</p>
<p>H1-H6和其他尺寸的对照表，来源：<a href="http://www.w3.org/TR/CSS21/fonts.html" target="new"><font color="#002c99">http://www.w3.org/TR/CSS21/fonts.html</font></a>.</p>
<table cellspacing="1" cellpadding="0" width="95%" align="center">
<tbody>
<tr>
<th style="WIDTH: 16%" width="17%">CSS absolute-size values</th>
<td style="WIDTH: 12%" width="11%">xx-small</td>
<td style="WIDTH: 9%" width="9%">x-small</td>
<td style="WIDTH: 10%" width="10%">small</td>
<td style="WIDTH: 11%" width="11%">medium</td>
<td style="WIDTH: 11%" width="11%">large</td>
<td style="WIDTH: 12%" width="12%">x-large</td>
<td style="WIDTH: 11%" width="11%">xx-large</td>
<td style="WIDTH: 8%" width="8%">&nbsp;</td>
</tr>
<tr>
<th style="WIDTH: 16%">HTML headings</th>
<td style="WIDTH: 12%">h6</td>
<td style="WIDTH: 9%">&nbsp;</td>
<td style="WIDTH: 10%">h5</td>
<td style="WIDTH: 11%">h4</td>
<td style="WIDTH: 11%">h3</td>
<td style="WIDTH: 12%">h2</td>
<td style="WIDTH: 11%">h1</td>
<td style="WIDTH: 8%">&nbsp;</td>
</tr>
<tr>
<th style="WIDTH: 16%">HTML font sizes</th>
<td style="WIDTH: 12%">1</td>
<td style="WIDTH: 9%">&nbsp;</td>
<td style="WIDTH: 10%">2</td>
<td style="WIDTH: 11%">3</td>
<td style="WIDTH: 11%">4</td>
<td style="WIDTH: 12%">5</td>
<td style="WIDTH: 11%">6</td>
<td style="WIDTH: 8%">7</td>
</tr>
</tbody>
</table>
<p>eg1:基本设置</p>
<p><code>h1,h2,h3,h4,h5,h6{ margin:0px; /*h1-h6默认有空白,设定外补丁的值为零，以后容易调整。*/ }</code>
<p class="">eg2：把你的网站名称放在H1或者H2标签中</p>
<h2><font color="#002c99">Hexin</font>&#8217;s blog</h2>
<p><code>h2{ padding:10px; text-align:center; font-size:16px; }</code>
<p class="">eg3:带背景和边框的H4标签</p>
<h4><a href="http://gzh53.go.nease.net/tutorials13.html#"><font color="#002c99">About Us</font></a></h4>
<p><code>h4{ border-left: 6px solid #DC4E1B; line-height: 20px; background: #E9E9E9; padding-left: 12px; font-size: 12px; }</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.donews.com/lostin/archive/2005/07/07/457973.aspx/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>在DIV+CSS排版中新闻列表的制作方法 | @ 三心二意·关注WEB标准</title>
		<link>http://blog.donews.com/lostin/archive/2005/07/07/457970.aspx</link>
		<comments>http://blog.donews.com/lostin/archive/2005/07/07/457970.aspx#comments</comments>
		<pubDate>Thu, 07 Jul 2005 14:12:00 +0000</pubDate>
		<dc:creator>旋</dc:creator>
				<category><![CDATA[0.1.核心:Web 标准]]></category>

		<guid isPermaLink="false">http://blog.donews.com/lostin/archive/2005/07/07/457970.aspx</guid>
		<description><![CDATA[最终效果:

2005年5月30日 新闻标题01 
2005年5月30日 新闻标题02
2005年5月30日 新闻标题03
2005年5月30日 新闻标题04 

CSS代码:
.list{
	margin: 0px 10px 20px;
	text-align: left;
}

.list ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.list li{
	background: url(/news/images/line.gif) repeat-x bottom;
	/*列表底部的虚线*/
	width: 100%;
}

.list li a{
	color: #777777;
	display: block;
	padding: 6px 0px 4px 15px;
	background: url(/news/images/dot.gif) no-repeat 0 6px;
	/*列表左边的箭头图片*/
}

.list li span{
	float: right;/*使span元素浮动到右面*/
	text-align: right;/*日期右对齐*/
}

.list li a:hover{
	color: #336699;
	background: url(/news/images/dot2.gif) repeat-x bottom;
}
		
注意:span一定要放在前面,反之会产生换行
&#60;ul class=&#34;list&#34;&#62;
&#60;li&#62;&#60;span&#62;2005年5月30日 &#60;/span&#62;&#60;a href=&#34;#&#34;&#62;新闻标题01&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;span&#62;2005年5月30日 &#60;/span&#62;&#60;a href=&#34;#&#34;&#62;新闻标题02&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;span&#62;2005年5月30日 &#60;/span&#62;&#60;a href=&#34;#&#34;&#62;新闻标题03&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;span&#62;2005年5月30日 &#60;/span&#62;&#60;a href=&#34;#&#34;&#62;新闻标题04&#60;/a&#62;&#60;/li&#62;
&#60;/ul&#62;

]]></description>
			<content:encoded><![CDATA[<p>最终效果:</p>
<ul class="list">
<li><span>2005年5月30日 </span><a href="http://gzh53.go.nease.net/tutorials17.html#">新闻标题01</a> </li>
<li><span>2005年5月30日 </span><a href="http://gzh53.go.nease.net/tutorials17.html#">新闻标题02</a></li>
<li><span>2005年5月30日 </span><a href="http://gzh53.go.nease.net/tutorials17.html#">新闻标题03</a></li>
<li><span>2005年5月30日 </span><a href="http://gzh53.go.nease.net/tutorials17.html#">新闻标题04</a> </li>
</ul>
<p>CSS代码:</p>
<pre>.list{
	margin: 0px 10px 20px;
	text-align: left;
}

.list ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.list li{
	background: url(/news/images/line.gif) repeat-x bottom;
	/*列表底部的虚线*/
	width: 100%;
}

.list li a{
	color: #777777;
	display: block;
	padding: 6px 0px 4px 15px;
	background: url(/news/images/dot.gif) no-repeat 0 6px;
	/*列表左边的箭头图片*/
}

.list li span{
	float: right;/*使span元素浮动到右面*/
	text-align: right;/*日期右对齐*/
}

.list li a:hover{
	color: #336699;
	background: url(/news/images/dot2.gif) repeat-x bottom;
}
		</pre>
<p><strong>注意:span一定要放在前面,反之会产生换行</strong></p>
<pre>&lt;ul class=&quot;list&quot;&gt;
&lt;li&gt;&lt;span&gt;2005年5月30日 &lt;/span&gt;&lt;a href=&quot;#&quot;&gt;新闻标题01&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;2005年5月30日 &lt;/span&gt;&lt;a href=&quot;#&quot;&gt;新闻标题02&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;2005年5月30日 &lt;/span&gt;&lt;a href=&quot;#&quot;&gt;新闻标题03&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;2005年5月30日 &lt;/span&gt;&lt;a href=&quot;#&quot;&gt;新闻标题04&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.donews.com/lostin/archive/2005/07/07/457970.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>美编基础 | @ 三心二意·关注WEB标准</title>
		<link>http://blog.donews.com/lostin/archive/2005/07/07/456730.aspx</link>
		<comments>http://blog.donews.com/lostin/archive/2005/07/07/456730.aspx#comments</comments>
		<pubDate>Thu, 07 Jul 2005 00:28:00 +0000</pubDate>
		<dc:creator>旋</dc:creator>
				<category><![CDATA[0.2.关心:PS & Flash]]></category>

		<guid isPermaLink="false">http://blog.donews.com/lostin/archive/2005/07/07/456730.aspx</guid>
		<description><![CDATA[以下是我们谈到的主要的十点.对我们做美编都有帮助,尤其像我这样的新手.
1.提案
一个有经验的设计师,在给客户交稿时,至少会准备三种样子供他选择:
第一:100%自已喜欢的风格,把自我发挥到极至.
第二:50%自己喜欢,50%客户喜欢的风格,各让一半,互相妥协.
第三:0%自己喜欢,完全从客户的要求出发,放弃自己的风格.
有上述三种准备,交稿时,你往往过的会很从容. 没有经验的新手,只给客户一个提案.]]></description>
			<content:encoded><![CDATA[<p>写给刚做美编的新人们.(我和我老板的一小时谈话) 我是一个专科院校毕业的大学生.从小做艺术设计就是我的梦.今年还没毕业.我就找到了一个游戏公司开始实习.成为了一名美编.公司里只有两个美编.另一个是个做美编四年的男孩儿.在我眼中.他水平很棒.从他身上我学到了不少知识.我们是为自己的产品做美化.所以对我来说没有客户,只有老板.只要老板点头.就OK.而在这不长不短的半年里.我从没跟我的老板说过一句话(除了早上好.跟再见).原因是我总是很怕他.他总给我阴森恐怖的感觉.而就在前不久.公司决定搬到上海.我也不得不回为自己的去留跟老板谈一下了.而这一谈.居然让我受益匪浅.后悔早该找老板谈谈.没想到一直想要的高人.原来就在自己身边.他在设计这行做了很久.虽然自己不做设计.做接触过的美编太多了.一个小时的谈话时间密度很高.我像一块干燥的海绵,在瞬间吸满了水.却一时消化不了(我是典型的慢半拍,通常谈话半小时后才反应过来刚才该如何应对,回答.)<br/><br/>以下是我们谈到的主要的十点.对我们做美编都有帮助,尤其像我这样的新手.<br/>1.提案<br/>一个有经验的设计师,在给客户交稿时,至少会准备三种样子供他选择:<br/>第一:100%自已喜欢的风格,把自我发挥到极至.<br/>第二:50%自己喜欢,50%客户喜欢的风格,各让一半,互相妥协.<br/>第三:0%自己喜欢,完全从客户的要求出发,放弃自己的风格.<br/>有上述三种准备,交稿时,你往往过的会很从容. 没有经验的新手,只给客户一个提案.<br/>你很喜欢.客户不喜欢.观点不同谈不拢,怎么办?找第三者来评价.他通常会顺着客户的方向说.也否定你.这样,2比1.<br/>老板说你做的东西不好.打回去重做.当时间紧时.不好的就硬上了.但是老板并不高兴(用了不喜欢的东西),你也不高兴(虽然用你用了我做的.做 是你仍然不认可它.)双方都很痛苦. <br/><br/>2.坚持<br/>这个性格是做美编最不需要的特质.但你需要去努力争取.当你努力与客户,与老板沟通后.人家仍然不喜欢时,就应立刻放弃已有的创意.从头再来!坚持是没有用的.因为你不是奥美的名设计师,不是大师,你坚持是没有用的. <br/><br/>3.美工or设计师<br/>是做一个拼图的美工,还是一个美术设计师.两者差异很大,一个是工人,用手(体力劳动者);一个是智者,用脑创造(脑力劳动者).<br/>二留的美工只会堆效果,而一留的设计师,通常只用最简单的手法. <br/><br/>4.一个有经验的美编,在接活时.通常要问几个问题.<br/>第一.做什么用(海报,易拉宝,书籍)<br/>第二.以什么为主题,要突出什么重点,更多了解产品信息(什么年龄的人消费,在同类产品中的地位,以什么为传播媒介)<br/>第三.要明确,客户可以提供什么资料(比如logo,等必要因素),要明确要自己额外找哪些素材.可以适合产品的背景.<br/>第三.什么交稿(这是最重要的问题)<br/>在做之前的准备工作.比上机动手要重要很多.就像走错了方向,走的再远也是白费. <br/><br/>5.老板要求你三天交稿时&#8230;..<br/>通常老板要求你三天交稿时&#8230;..,你只要给他70分的作品就够了.如果你说,老板.我三天做不完.要四天做完.那么.第四天.老板要看到的是85分的作品.<br/><br/>6.你的特常是什么?(当老板问美编)<br/>当老板这样问你时.你怎么回答??我说网页.<br/>老板笑了.说.这就好比我问你爱吃什么?你答,食物&#8230;.<br/>我又问什么食物?你答,中国菜&#8230;..我还是不知道你爱吃什么.<br/>你如果直说.爱吃辣的.水煮鱼.麻婆豆腐&#8230;..那我就一下子知道你爱吃什么了.<br/>回到原题.特常就是风格的问题.<br/>你可以说.我擅长做卡通的风格.现代的风格.传统的风格&#8230;&#8230; <br/><br/>7.聪明的面试者.<br/>曾有一个人来面试美编.他准备了把他的作品分成了两类.他喜欢的(代表了他的风格);他做过的(代表了他的水平) 美编是个很主观的工作.说好就好.说不好就不好.对于作品.没有衡量的标准. <br/><br/>8.做了半年的美编,我烦了.想转行.<br/>在学校时曾经很喜欢这行.梦想就是做在办公室里.每天设计东西.每天都是不一样的.<br/>可是自己从工作以后.越来越烦了.甚至一做到电脑前.心就开始烦. 老板说.知道为什么吗.因为上学时没人骂你.到公司以后.人家都说你做的东西不行.没有认同.缺乏成就感.所以你烦了.<br/>我说.我怕做这行做到一定时候会有瓶颈.没有大发展.<br/>老板说.做每一行都会遇到瓶颈.只是别的行你还没做过.还没发现.所以你就觉得美编是最痛苦的职业了.<br/>我说.我不喜欢每天只是做在电脑前面.一天不动.<br/>老板说.谁让你一天做在哪里?是你自己.你可以在做之前画个草稿.拿着草稿跟你的老板,客户去沟通.不要急着在电脑上定稿.这就是一个互动的过程! <br/><br/>9.一个美编的职业道路<br/>a.毕业后先进专业性的大广告公司.开拓眼界.积累经验.找个高人(可能代你的人),或可以向重多的优秀同事学习.<br/>b.然后到非专业的公司,做专业性的工作.或部门经理.<br/>c.最后自己跳出来.独立门户.自己接活.(客源是个问题,开始自己带来一些客源,专心设计,客户满意.后来为了多挣些钱,把生产跟印刷都包下来了.分散了太多的精力,导致设计水平下降了.客户不满意.把客户做死.没活了..)<br/>d.最后没办法.只好再从公司做起.现在就可以做到大公司的创意总监. 10.人的一生.需要一个导师.<br/>这个人需要具备两个条件.<br/>A.年龄一定要比你大.<br/>B.事业上一定要有所成就.<br/>(有了上述这两点时.是不是同一个领域的.就都无所谓了.)<br/>当你把你工作上的难题向你的同学倾诉时.他们通常会说(老板都一样的混.没事.走.晚上一起唱歌去吧.)对你不会有任何的帮助.<br/>而一个好老师需要好学生.好学生需要问好的问题.<br/>我问你想要什么?怎么得到&#8230;.这样答案都是自己给的. 结束了谈话.我还有一个重大的感受.那就是.对未知的事物或人.先不要忙着拒绝.可以试着接近他.没准那就是你想要的.如果不敢尝试试.可能 就会失去,错过.很多机会.还有一点.就是沟通.是一件很重要的事情.有了良好的沟通,会使你事半功倍. 也有不少朋友告诉我.你们老板这是典型的临走前收买人心.我不这么想.他收买我有什么好处?没有.我是个刚毕业的毛头丫头.对他没有太大的 价值.不过我从他那里得到的.却是很受用. <br/></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.donews.com/lostin/archive/2005/07/07/456730.aspx/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>一些代码</title>
		<link>http://blog.donews.com/lostin/archive/2005/07/07/456729.aspx</link>
		<comments>http://blog.donews.com/lostin/archive/2005/07/07/456729.aspx#comments</comments>
		<pubDate>Thu, 07 Jul 2005 00:27:00 +0000</pubDate>
		<dc:creator>旋</dc:creator>
				<category><![CDATA[0.5.随意:Other]]></category>

		<guid isPermaLink="false">http://blog.donews.com/lostin/archive/2005/07/07/456729.aspx</guid>
		<description><![CDATA[FLASH链接&#60;object classid=&#34;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&#34; codebase=&#34;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&#34; width=&#34;468&#34; height=&#34;218&#34;&#62;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;param name=&#34;movie&#34; value=&#34;index.files/ad.swf?URL=index.files/ad_URL.txt&#34;&#62;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;param name=&#34;quality&#34; value=&#34;high&#34;&#62;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;param name=&#34;menu&#34; value=&#34;false&#34;&#62;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;embed src=&#34;index.files/ad.swf?URL=index.files/ad_URL.txt&#34; width=&#34;468&#34; height=&#34;218&#34; quality=&#34;high&#34; pluginspage=&#34;http://www.macromedia.com/go/getflashplayer&#34; type=&#34;application/x-shockwave-flash&#34; menu=&#34;false&#34;&#62;&#60;/embed&#62;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;/object&#62;INPUT背景&#60;input name=&#34;textfield4&#34; type=&#34;text&#34; class=&#34;tb&#34; size=&#34;20&#34; style=&#34;background-image:url(http://www.sun116.com/Templates/index/index.files/index_ad/search_index.gif); background-repeat:no-repeat; background-position:center; background-color=ffffff;font-size: 12px;font-family: &#34; onMouseDown=&#34;resetSearchImg(this.form);&#34; maxlength=&#34;100&#34;宋体&#34;;&#34;&#62; 图片透明style=&#34;filter:alpha(opacity=20)&#34;&#160; onMouseOver=&#34;makevisible(this,0)&#34; onMouseOut=&#34;makevisible(this,1)&#34;&#60;input type=&#34;text&#34; name=&#34;sKey&#34; value=&#34;&#34; size=&#34;30&#34; class=&#34;Input_1&#34; style=&#34;Background-Repeat:no-repeat;Background-Position:center&#34; onkeydown=&#34;return sb()&#34; onmousedown=&#34;return sb()&#34;&#62;&#60;/td&#62;&#60;td&#62;&#60;input type=&#34;Image&#34; src=&#34;/Images/Search.1.gif&#34; width=&#34;39&#34; height=&#34;19&#34; border=&#34;0&#34;&#62;让FLASH符合标准.&#60;script language=&#8217;JavaScript&#8217; type=&#8217;text/javascript&#8217;&#62;&#60;!&#8211;&#160;&#160;&#160;&#160;&#160; [...]]]></description>
			<content:encoded><![CDATA[<p>FLASH链接<br/><br/>&lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; width=&quot;468&quot; height=&quot;218&quot;&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name=&quot;movie&quot; value=&quot;index.files/ad.swf?URL=index.files/ad_URL.txt&quot;&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name=&quot;menu&quot; value=&quot;false&quot;&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;embed src=&quot;index.files/ad.swf?URL=index.files/ad_URL.txt&quot; width=&quot;468&quot; height=&quot;218&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; menu=&quot;false&quot;&gt;&lt;/embed&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/object&gt;<br/><br/>INPUT背景<br/><br/>&lt;input name=&quot;textfield4&quot; type=&quot;text&quot; class=&quot;tb&quot; size=&quot;20&quot; style=&quot;background-image:url(http://www.sun116.com/Templates/index/index.files/index_ad/search_index.gif); background-repeat:no-repeat; background-position:center; background-color=ffffff;font-size: 12px;font-family: &quot; onMouseDown=&quot;resetSearchImg(this.form);&quot; maxlength=&quot;100&quot;宋体&quot;;&quot;&gt; <br/><br/>图片透明<br/><br/>style=&quot;filter:alpha(opacity=20)&quot;&nbsp; onMouseOver=&quot;makevisible(this,0)&quot; onMouseOut=&quot;makevisible(this,1)&quot;<br/><br/>&lt;input type=&quot;text&quot; name=&quot;sKey&quot; value=&quot;&quot; size=&quot;30&quot; class=&quot;Input_1&quot; style=&quot;Background-Repeat:no-repeat;Background-Position:center&quot; onkeydown=&quot;return sb()&quot; onmousedown=&quot;return sb()&quot;&gt;&lt;/td&gt;<br/>&lt;td&gt;&lt;input type=&quot;Image&quot; src=&quot;/Images/Search.1.gif&quot; width=&quot;39&quot; height=&quot;19&quot; border=&quot;0&quot;&gt;<br/><br/>让FLASH符合标准.<br/><br/>&lt;script language=&#8217;JavaScript&#8217; type=&#8217;text/javascript&#8217;&gt;<br/>&lt;!&#8211;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.write(&#8217;&lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; width=&quot;397&quot; height=&quot;253&quot;&gt;&#8217;)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.write(&#8217;&lt;param name=&quot;movie&quot; value=&quot;fe5mainad.swf&quot; /&gt;&#8217;)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.write(&#8217;&lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;&#8217;)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.write(&#8217;&lt;embed src=&quot;fe5mainad.swf&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;397&quot; height=&quot;253&quot;&gt;&lt;/embed&gt;&#8217;)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.write(&#8217;&lt;/object&gt;&#8217;)<br/>//&#8211;&gt;<br/>&lt;/script&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.donews.com/lostin/archive/2005/07/07/456729.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

