<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="/xsl/rss.xsl" type="text/xsl" media="screen"?>
<rss version="2.0" 
	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:ppp="http://blog.sohu.com/rss/module/ppp/"
	>

	<channel>
		<title>迷失了幸福的蜻蜓</title>
		<link>http://xfqingting.blog.sohu.com/</link>
		<description><![CDATA[迷失了幸福的蜻蜓]]></description>
		<pubDate>Mon, 5 Nov 2007 16:34:55 +0800</pubDate>
		<generator>搜狐博客</generator>
		<ppp:ebi>97abb1b792</ppp:ebi>
		<image>
			<title>http://blog.sohu.com</title>
			<url>http://js.pp.sohu.com/ppp/blog/images/common/logo_150_60.gif</url>
			<link>http://blog.sohu.com/</link>
			<width>100</width>
			<height>43</height>
			<description>搜狐博客</description>
		</image>
		<item>
			<title>设计公司网站</title>
			<link>http://xfqingting.blog.sohu.com/69508526.html</link>
			<comments>http://xfqingting.blog.sohu.com/69508526.html#comment</comments>
			<dc:creator>迷失了幸福的蜻蜓</dc:creator>
			<pubDate>Mon, 5 Nov 2007 16:34:55 +0800</pubDate>
			<category>PHOTOSHOP技巧</category>
			<guid>http://xfqingting.blog.sohu.com/69508526.html</guid>
			<description><![CDATA[<p>这几天总想做点东西 就拿豆丫公司开刀吧.主要练习的是排版手绘/</p>
<p>&nbsp;</p>
<p><img style="DISPLAY: block; MARGIN: 0px auto 10px; TEXT-ALIGN: center" alt="" src="http://122.img.pp.sohu.com/images/blog/2007/11/5/16/3/116aa7f6a6d.jpg" border="0" /></p>]]></description>
		</item>
		    
		
		<item>
			<title>手绘鼠标</title>
			<link>http://xfqingting.blog.sohu.com/69165325.html</link>
			<comments>http://xfqingting.blog.sohu.com/69165325.html#comment</comments>
			<dc:creator>迷失了幸福的蜻蜓</dc:creator>
			<pubDate>Fri, 2 Nov 2007 10:12:33 +0800</pubDate>
			<guid>http://xfqingting.blog.sohu.com/69165325.html</guid>
			<description><![CDATA[<p>今天没事手绘了一只鼠标.</p>
<p>是我从去年买的 一直用到现在 手感不错 当时很喜欢打CS 所以就买了这只鼠标.<img style="DISPLAY: block; MARGIN: 0px auto 10px; TEXT-ALIGN: center" alt="" src="http://119.img.pp.sohu.com/images/blog/2007/11/2/10/11/116998b3398.jpg" border="0" /></p>]]></description>
		</item>
		    
		
		<item>
			<title>今天在网上发现个超可爱的歌~</title>
			<link>http://xfqingting.blog.sohu.com/66595684.html</link>
			<comments>http://xfqingting.blog.sohu.com/66595684.html#comment</comments>
			<dc:creator>迷失了幸福的蜻蜓</dc:creator>
			<pubDate>Tue, 9 Oct 2007 11:23:06 +0800</pubDate>
			<category>我和豆丫</category>
			<guid>http://xfqingting.blog.sohu.com/66595684.html</guid>
			<description><![CDATA[<p><a href="http://www.05offer.com/music/sounda.mp3">http://www.05offer.com/music/sounda.mp3</a></p>
<p>迷糊娃娃</p>
<p>&nbsp;<img style="DISPLAY: block; MARGIN: 0px auto 10px; TEXT-ALIGN: center" alt="" src="http://hiphotos.baidu.com/冷月葬清魂/pic/item/c128f68b7bd9a1759e2fb420.jpg" border="0" /></p>]]></description>
		</item>
		    
		
		<item>
			<title>鼠标滑过链接出现的对话框式提示效果</title>
			<link>http://xfqingting.blog.sohu.com/66176444.html</link>
			<comments>http://xfqingting.blog.sohu.com/66176444.html#comment</comments>
			<dc:creator>迷失了幸福的蜻蜓</dc:creator>
			<pubDate>Fri, 5 Oct 2007 16:14:15 +0800</pubDate>
			<guid>http://xfqingting.blog.sohu.com/66176444.html</guid>
			<description><![CDATA[<p>网页中常见的一个鼠标经过效果 </p>
<p><font color="#ff0000">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;<br />&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br />&lt;head&gt;<br />&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=gb2312&quot; /&gt;<br />&lt;title&gt;无标题文档&lt;/title&gt;<br />&lt;script type=&quot;text/javascript&quot;&gt;<br />function enableTooltips(id){<br />var links,i,h;<br />if(!document.getElementById || !document.getElementsByTagName) return;<br />AddCss();<br />h=document.createElement(&quot;span&quot;);<br />h.id=&quot;btc&quot;;<br />h.setAttribute(&quot;id&quot;,&quot;btc&quot;);<br />h.style.position=&quot;absolute&quot;;<br />document.getElementsByTagName(&quot;body&quot;)[0].appendChild(h);<br />if(id==null) links=document.getElementsByTagName(&quot;a&quot;);<br />else links=document.getElementById(id).getElementsByTagName(&quot;a&quot;);<br />for(i=0;i&lt;links.length;i++){<br />Prepare(links[i]);<br />}<br />}function Prepare(el){<br />var tooltip,t,b,s,l;<br />t=el.getAttribute(&quot;title&quot;);<br />if(t==null || t.length==0) t=&quot;link:&quot;;<br />el.removeAttribute(&quot;title&quot;);<br />tooltip=CreateEl(&quot;span&quot;,&quot;tooltip&quot;);<br />s=CreateEl(&quot;span&quot;,&quot;top&quot;);<br />s.appendChild(document.createTextNode(t));<br />tooltip.appendChild(s);<br />b=CreateEl(&quot;b&quot;,&quot;bottom&quot;);<br />l=el.getAttribute(&quot;href&quot;);<br />if(l.length&gt;30) l=l.substr(0,27)+&quot;...&quot;;<br />b.appendChild(document.createTextNode(l));<br />tooltip.appendChild(b);<br />setOpacity(tooltip);<br />el.tooltip=tooltip;<br />el.onmouseover=showTooltip;<br />el.onmouseout=hideTooltip;<br />el.onmousemove=Locate;<br />}function showTooltip(e){<br />document.getElementById(&quot;btc&quot;).appendChild(this.tooltip);<br />Locate(e);<br />}function hideTooltip(e){<br />var d=document.getElementById(&quot;btc&quot;);<br />if(d.childNodes.length&gt;0) d.removeChild(d.firstChild);<br />}function setOpacity(el){<br />el.style.filter=&quot;alpha(opacity:95)&quot;;<br />el.style.KHTMLOpacity=&quot;0.95&quot;;<br />el.style.MozOpacity=&quot;0.95&quot;;<br />el.style.opacity=&quot;0.95&quot;;<br />}function CreateEl(t,c){<br />var x=document.createElement(t);<br />x.className=c;<br />x.style.display=&quot;block&quot;;<br />return(x);<br />}function AddCss(){<br />var l=CreateEl(&quot;link&quot;);<br />l.setAttribute(&quot;type&quot;,&quot;text/css&quot;);<br />l.setAttribute(&quot;rel&quot;,&quot;stylesheet&quot;);<br />l.setAttribute(&quot;href&quot;,&quot;?.css&quot;);<br />l.setAttribute(&quot;media&quot;,&quot;screen&quot;);<br />document.getElementsByTagName(&quot;head&quot;)[0].appendChild(l);<br />}function Locate(e){<br />var posx=0,posy=0;<br />if(e==null) e=window.event;<br />if(e.pageX || e.pageY){<br />posx=e.pageX; posy=e.pageY;<br />}<br />else if(e.clientX || e.clientY){<br />if(document.documentElement.scrollTop){<br />posx=e.clientX+document.documentElement.scrollLeft;<br />posy=e.clientY+document.documentElement.scrollTop;<br />}<br />else{<br />posx=e.clientX+document.body.scrollLeft;<br />posy=e.clientY+document.body.scrollTop;<br />}<br />}<br />document.getElementById(&quot;btc&quot;).style.top=(posy+10)+&quot;px&quot;;<br />document.getElementById(&quot;btc&quot;).style.left=(posx-20)+&quot;px&quot;;<br />}<br />&lt;/script&gt;<br />&lt;script type=&quot;text/javascript&quot;&gt;<br />window.onload=function(){enableTooltips()};<br />&lt;/script&gt;<br />&lt;style type=&quot;text/css&quot;&gt;<br />body{font: 76%/1.5 Arial,sans-serif;background: #FFF;color: #333}<br />div#container{width: 500px;margin:0 auto}<br />h1{color: #3CA3FF;margin: 1em 0 0;letter-spacing: -2px}<br />p{margin: 0 0 1.7em}<br />a{color: #F60;font-weight:bold}<br />a:hover{color: #F00}<br />.tooltip{<br />width: 200px; color:#000;<br />font:lighter 11px/1.3 Arial,sans-serif;<br />text-decoration:none;text-align:center}.tooltip span.top{padding: 30px 8px 0;<br />&nbsp;&nbsp;&nbsp;&nbsp; background: url(http://www.makewing.com/images/uppic/200708171844190.gif) no-repeat top}.tooltip b.bottom{padding:3px 8px 15px;color: #548912;<br />&nbsp;&nbsp;&nbsp;&nbsp; background: url(http://www.makewing.com/images/uppic/200708171844190.gif) no-repeat bottom}<br />&lt;/style&gt;<br />&lt;/head&gt;<br />&lt;body&gt;<br />&lt;div id=&quot;container&quot;&gt;<br />&lt;p&gt;&lt;a href=&quot;http://hi.baidu.com/comasp&quot; title=&quot;Com@'s space&quot;&gt;My space&lt;/a&gt;&lt;/p&gt;<br />&lt;/div&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;</font></p>]]></description>
		</item>
		    
		
		<item>
			<title>10月1放假3天.!</title>
			<link>http://xfqingting.blog.sohu.com/66045719.html</link>
			<comments>http://xfqingting.blog.sohu.com/66045719.html#comment</comments>
			<dc:creator>迷失了幸福的蜻蜓</dc:creator>
			<pubDate>Thu, 4 Oct 2007 10:19:15 +0800</pubDate>
			<category>我和豆丫</category>
			<guid>http://xfqingting.blog.sohu.com/66045719.html</guid>
			<description><![CDATA[<p>在生活拮据的情况还是安全的度过了10月1.</p>
<p>不过这几天天天下雨实在没什么地方可去的.姗姗的妹妹来了.也没带她出去玩玩.宿舍里的两只狼虎对妹妹势眈眈! </p>
<p>最开心的是我跟车明明(J3)和岳焕杰(V3)在网吧 玩WAR3 结果都是我赢了.岳还很是个不服! 嘿嘿!</p>
<p>最郁闷的是 钱不多了 姗姗也有些郁闷 不舍得花钱.坚持一镇子吧.会好的!</p>
<p>&nbsp;</p>]]></description>
		</item>
		    
		
		<item>
			<title>最快的办法让照片美白</title>
			<link>http://xfqingting.blog.sohu.com/65203662.html</link>
			<comments>http://xfqingting.blog.sohu.com/65203662.html#comment</comments>
			<dc:creator>迷失了幸福的蜻蜓</dc:creator>
			<pubDate>Wed, 26 Sep 2007 12:46:55 +0800</pubDate>
			<category>PHOTOSHOP技巧</category>
			<guid>http://xfqingting.blog.sohu.com/65203662.html</guid>
			<description><![CDATA[<p><img style="DISPLAY: block; MARGIN: 0px auto 10px; TEXT-ALIGN: center" alt="" src="http://119.img.pp.sohu.com/images/blog/2007/9/26/12/7/115dad78e51.jpg" border="0" />打开原图 小闺女是挺漂亮如果白点就好了</p>
<p>打开图片通道模块 选择一个你认为颜色比较平衡而且偏白的通道 我选择的是红色通道 然后ctrl+a ctrl+c 全选 复制一下,ctrl+d </p>
<p><img style="DISPLAY: block; MARGIN: 0px auto 10px; TEXT-ALIGN: center" alt="" src="http://122.img.pp.sohu.com/images/blog/2007/9/26/12/15/115dadd49dc.jpg" border="0" /></p>
<p>取消选取后 返回到图层模式 ctrl+v 复制到原来的图层上方&nbsp; 将图层模式改成 滤色 调节不透明度 .</p>
<p><img style="DISPLAY: block; MARGIN: 0px auto 10px; TEXT-ALIGN: center" alt="" src="http://121.img.pp.sohu.com/images/blog/2007/9/26/12/15/115dadb69b4.jpg" border="0" /></p>
<p>然后再把除皮肤以外的地方用橡皮擦擦除掉 一张美女就出来了~^^</p>
<p>快要上班了擦除的工作我就不演示了^^</p>
<p>好想老婆哦她明天才能回来~大家替我祈祷她能原谅me~</p>]]></description>
		</item>
		    
		
		<item>
			<title>好累的几天</title>
			<link>http://xfqingting.blog.sohu.com/65184681.html</link>
			<comments>http://xfqingting.blog.sohu.com/65184681.html#comment</comments>
			<dc:creator>迷失了幸福的蜻蜓</dc:creator>
			<pubDate>Wed, 26 Sep 2007 09:23:52 +0800</pubDate>
			<guid>http://xfqingting.blog.sohu.com/65184681.html</guid>
			<description><![CDATA[<p>不到自己伤心的时候不知道伤心是什么滋味.</p>
<p>不到失去幸福的时候不知道幸福是谁给的.</p>
<p>不到绝望的时候不知道悲痛欲绝是什么滋味.</p>
<p>幸福.我还不想离开你.<img style="FLOAT: left; MARGIN: 0px 10px 10px 0px" alt="" src="http://121.img.pp.sohu.com/images/blog/2007/9/26/9/23/115da220a04.jpg" border="0" /></p>]]></description>
		</item>
		    
		
	</channel>
</rss>
