<?xml version="1.0" encoding="UTF-8"?>
<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: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/"
	>

<channel>
	<title>吓我一跳 &#187; 个人</title>
	<atom:link href="http://digegg.com/article/tag/the-personal/feed" rel="self" type="application/rss+xml" />
	<link>http://digegg.com</link>
	<description>分享新鲜，传递快乐</description>
	<lastBuildDate>Tue, 31 Jan 2012 13:49:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>外面的世界</title>
		<link>http://digegg.com/article/1192.htm</link>
		<comments>http://digegg.com/article/1192.htm#comments</comments>
		<pubDate>Sun, 15 Jan 2012 14:16:58 +0000</pubDate>
		<dc:creator>Yusn</dc:creator>
				<category><![CDATA[个人日志]]></category>
		<category><![CDATA[个人]]></category>
		<category><![CDATA[年终]]></category>

		<guid isPermaLink="false">http://digegg.com/?p=1192</guid>
		<description><![CDATA[感觉我从小到大都是在害羞与怯懦中度过的，今天陪一个大客户的Boss吃饭，也从没想过在这种场合我能hold住，敬了多少次酒，喝了很多白的，晕晕的，不知道是借着还是仗着酒兴，我讲了很多很多平时根本无法想象自己能讲出来的违心话&#8230; 酒是个好东西，举杯释怀，单单盖了一层薄薄的绯红在脸上，就能让心里那么翻江倒海的热血沸腾，也让我忘记了记忆最深处那些冰冷严酷的痛，仿佛男人的事业就在酒里，又仿佛在漫天风雪中，仗剑前行，单臂横刀，用最酷冷的动作向观众完美阐释时间和空间，最终与冰雪风霜融化在一起，长路慢慢，回首望星辰，往事无烟云，留不下英雄豪情，只是雪中的两行泪印。 一哥们儿说我要努力赚钱，以后少写这些东西，我想我是醉了。我娘说叫我在外面别喝酒、少喝酒，怕我喝醉了夜里没人倒水给我喝，我想我还是没喝醉。不管醉没醉我都会为了一些事物努力的。]]></description>
		<wfw:commentRss>http://digegg.com/article/1192.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>第三次改动主题</title>
		<link>http://digegg.com/article/798.htm</link>
		<comments>http://digegg.com/article/798.htm#comments</comments>
		<pubDate>Sat, 23 Oct 2010 06:16:25 +0000</pubDate>
		<dc:creator>Yusn</dc:creator>
				<category><![CDATA[个人日志]]></category>
		<category><![CDATA[Warrior]]></category>
		<category><![CDATA[个人]]></category>
		<category><![CDATA[主题]]></category>
		<category><![CDATA[博客]]></category>

		<guid isPermaLink="false">http://digegg.com/?p=798</guid>
		<description><![CDATA[如果你以前来过这里你会发现主题又有了变化，对，这是第三次对主题进行大的改动，这次改动只是改了css样式，框架并没有改动： 老主题： 觉得老主题全是border，到处都是框框看上去很拘谨，为了让网站看上去自由奔放一点，早就想改动了，无奈没多少时间，昨天终于瞅准机会… 新主题： 新主题的特色不仅仅是老主题的缺点， 不仅彻底去掉border对视觉的约束，让视野更奔放； 加入了背景图片，首次使用渐变的背景，效果还是蛮好的； 用上了css雪碧，将能放在一起的图片全放在一张图上了； 头部header部分用上了光荣而和谐的圆角。 没有使用纯css和js，为了方便纯粹是图片：我的思路是画一个圆，然后用左、中、右三个class：l、m、r，将圆的上半部分的左右分别作为class l和r的背景，class m放在中间。 三步制作圆角： 制作背景图片： 画一个直径10px的圆圈，保存为png格式（gif格式的效果会大打折扣：圆角很硬，锯齿感很明显）的图片； css样式部分： 上面说过用三个class： .l { float:left; height:5px; width:5px; background:url(images/img.png) scroll 0 0 no-repeat transparent; } .r { float:right; height:5px; width:5px; background:url(images/img.png) scroll -5px 0 no-repeat transparent; } .m { height:5px; width:950px; background:#fff; } 注意宽度，我的宽度是960pxl+r+m=5px+5px+950px 应用css样式： 最后将三个div堆在一起放在需要的地方即可。 注意：可能要清除浮动]]></description>
		<wfw:commentRss>http://digegg.com/article/798.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>该选哪一个</title>
		<link>http://digegg.com/article/786.htm</link>
		<comments>http://digegg.com/article/786.htm#comments</comments>
		<pubDate>Mon, 11 Oct 2010 16:42:00 +0000</pubDate>
		<dc:creator>Yusn</dc:creator>
				<category><![CDATA[个人日志]]></category>
		<category><![CDATA[个人]]></category>
		<category><![CDATA[域名]]></category>

		<guid isPermaLink="false">http://digegg.com/?p=786</guid>
		<description><![CDATA[前几天在雅虎注册了两个域名准备近期用，分别是poao.net和jmao.net，poao显然还能算得上是双拼，遗憾的是不是com的，更让我难以抉择的是现在不知道能用哪个了，朋友们给我点建议吧 最后，一如既往地推销digegg.com域名，只要100元。]]></description>
		<wfw:commentRss>http://digegg.com/article/786.htm/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Google给我带sitelinks来了</title>
		<link>http://digegg.com/article/751.htm</link>
		<comments>http://digegg.com/article/751.htm#comments</comments>
		<pubDate>Thu, 16 Sep 2010 12:33:19 +0000</pubDate>
		<dc:creator>Yusn</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[个人]]></category>

		<guid isPermaLink="false">http://digegg.com/?p=751</guid>
		<description><![CDATA[终于，我的博客等来了Google的sitelinks，一个月前的一天我试着在Google上搜索digegg，突然发现Google已经在搜索结果中为我的博客生成了sitelinks，虽然，不是全是我想的链接，但也是值得庆幸的，但没过几天sitelinks又被Google去掉了，中间又过了大概半个月Google又把sitelinks赏还给我了，希望这次不要再把给我的sitelinks收回去了。 还能说什么呢，感谢Google！]]></description>
		<wfw:commentRss>http://digegg.com/article/751.htm/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>亲爱的生日快乐</title>
		<link>http://digegg.com/article/709.htm</link>
		<comments>http://digegg.com/article/709.htm#comments</comments>
		<pubDate>Tue, 27 Jul 2010 14:43:50 +0000</pubDate>
		<dc:creator>Yusn</dc:creator>
				<category><![CDATA[个人日志]]></category>
		<category><![CDATA[个人]]></category>

		<guid isPermaLink="false">http://digegg.com/?p=709</guid>
		<description><![CDATA[时间过得真快，距离丹丹上次过生日已经足足一年了，亲爱的，应你的要求，这次我们没有订购蛋糕，上周末你给自己买了身新衣服，说是当做生日礼物，我心里还是觉得过意不去，几天前就着手准备给你点惊喜，是的我已经准备好了，遗憾的是，此刻还在工作岗位上，只为那心中的美好梦想&#8230; 亲爱的，我正等你回来，我有信心：This is a big surprise&#8230; 生日快乐，亲爱的，Happy birthday wishes !]]></description>
		<wfw:commentRss>http://digegg.com/article/709.htm/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

