<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0' xmlns:dc='http://purl.org/dc/elements/1.1/'>
<channel>
<title>365Key-天天网摘 - zdg的网摘</title>
<description>365Key-天天网摘 - zdg的网摘</description>
<link>http://www.365key.com/rss/zdg/</link>
<generator>365Key (http://www.365key.com)</generator>
<language>zh-cn</language>
<docs>365Key-天天网摘 精彩导航</docs>
<image>http://counter.csdn.net/pv.aspx?id=88</image>
<item>
<title>CSDN为什么要推出技术网摘？ </title>
<link>http://www.365key.com/item/2451140</link>
<category>CSDN; 网摘</category>
<pubDate>Sat, 16 Dec 2006 10:41:01 GMT</pubDate>
<description>
<blockquote>专业用户有收藏的习惯，让用户更方便管理收藏是一种趋势</blockquote></description>
<dc:creator>zdg</dc:creator>
</item>
<item>
<title>曲线人生：博客的狂喜和痛楚，博客中国的远见和愚蠢</title>
<link>http://www.365key.com/item/2273528</link>
<category>blog; 博客中国</category>
<pubDate>Wed, 27 Sep 2006 09:21:52 GMT</pubDate>
<description>
<blockquote>可惜，甚至让人无比痛惜的是，2005年博客在中国开始爆发，我们反而连走弯路，反而把大好时机拱手先让。我们没有钱的时候，一切再美好不过。但是，1000万美元进来之后，一切都变了。这一切，千错万错，都首先是我的错。因为，无论是战略，无论是团队，无论是风险投资，我的责任是第一位的。团队的人是我招的，风险投资也是我找进来的。即使他们有问题，也首先是我的问题。平时想想，我无数次想痛打自己！</blockquote></description>
<dc:creator>zdg</dc:creator>
</item>
<item>
<title>MySpace 起步揭密（二）</title>
<link>http://www.365key.com/item/2273515</link>
<category>myspace</category>
<pubDate>Wed, 27 Sep 2006 09:14:19 GMT</pubDate>
<description>
<blockquote>如果按照注册用户数把MySpace和Skype算作最大的Web2.0的成功案例的话，我想我们应该注意到一个有趣的共同点：他们在起步初期都得益于和一个强大的推广渠道成为伙伴。我以后要写的Skype案例分析会提到，Skype最初的推广是通过Kazaa（译者：一个P2P下载网络）。由于Skype的创始人就是Kazaa的创始人，他们很轻易地通过在Kazaa客户端软件对Skype进行推广获得了最初的用户。虽然Skype和MySpace都是有病毒型传播能力的产品，但如果没有最初传统推广渠道的激励，他们恐怕不会在如此短的时间获得如此大的成功。</blockquote></description>
<dc:creator>zdg</dc:creator>
</item>
<item>
<title>Framework Design Guidlines 中文版和一些新书</title>
<link>http://www.365key.com/item/2273410</link>
<category>计算机图书</category>
<pubDate>Wed, 27 Sep 2006 08:30:50 GMT</pubDate>
<description>
<blockquote>这本书是需要细细读和慢慢实践的，它不是教你写出比较专业的Ajax类库，你需要参考这本书，一点一点，一步一步成为一个顶级的.NET开发人员，在你的开发生涯中比其他人走得更快。这和你练习写作一样，你需要了解语法，你需要练习写出流畅的语句，同样呢需要知晓所有的习惯用法，提升自己写出专业的文章，也需要慢慢磨炼，一篇一篇慢慢形成自己的风格，有一本书可以可以告诉你该怎么做，建议你如何去完成，但是这个过程没有捷径和速成的方法。我想，.NET开发和编程也是一样，比如下面的等式：

Writting:Grammar, Usage, and Style 
Programing:Conventions, Idioms, and Patterns</blockquote></description>
<dc:creator>zdg</dc:creator>
</item>
<item>
<title>翻译:Google大表(BigTable) 第二部分</title>
<link>http://www.365key.com/item/2273379</link>
<category>搜索技术; Google; BigTable</category>
<pubDate>Wed, 27 Sep 2006 08:17:29 GMT</pubDate>
<description>
<blockquote>ＢＴ的实现有三个主要组件：客户程序库，一个主服务器和多个子表服务器．针对负载的变化，可以动态的从服务器群中添加（或者去除）子表服务器．主服务器的任务是：给子表服务器指定子表，检测加入或者失效的子表服务器，子表服务器负载均衡，以及对google文件系统的文件进行垃圾收集．除此之外，它还处理诸如建立表和列族之类的表模式改变工作．</blockquote></description>
<dc:creator>zdg</dc:creator>
</item>
<item>
<title>翻译:Google大表(BigTable)</title>
<link>http://www.365key.com/item/2273378</link>
<category>搜索技术; Google; Bigtable</category>
<pubDate>Wed, 27 Sep 2006 08:16:44 GMT</pubDate>
<description>
<blockquote>bigtable是设计来分布存储大规模结构化数据的，从设计上它可以扩展到上２^50字节，分布存储在几千个普通服务器上．Ｇoogle的很多项目使用ＢＴ来存储数据，包括网页查询，google earth和google金融．这些应用程序对ＢＴ的要求各不相同：数据大小（从URL到网页到卫星图象）不同，反应速度不同（从后端的大批处理到实时数据服务）．对于不同的要求，ＢＴ都成功的提供了灵活高效的服务．在本文中，我们将描述ＢＴ的数据模型．这个数据模型让用户动态的控制数据的分布和结构．我们还将描述ＢＴ的设计和实现．</blockquote></description>
<dc:creator>zdg</dc:creator>
</item>
<item>
<title>在asp.net中使用异步同步rss</title>
<link>http://www.365key.com/item/2270019</link>
<category>.NET开发</category>
<pubDate>Mon, 25 Sep 2006 15:18:58 GMT</pubDate>
<description>
<blockquote>有的时候我们需要在网页里读取论坛的信息，在传统ASP的时候我们使用的是JS或者是IFRAME，这两种方式都不是很方便，而且对搜索引擎不友好。现在有了.Net，我们有了另一种方式。</blockquote></description>
<dc:creator>zdg</dc:creator>
</item>
<item>
<title>CSDN wants to index Chinese blogosphere</title>
<link>http://www.365key.com/item/2263068</link>
<category>web2.0; tag; CSDN</category>
<pubDate>Fri, 22 Sep 2006 08:24:47 GMT</pubDate>
<description>
<blockquote>The actual title should be CSDN reorganized platform around Tag or tag your blog with CSDN tag. But I bet the above one attracts more clicks.</blockquote></description>
<dc:creator>zdg</dc:creator>
</item>
<item>
<title>Google Maps mashup先驱被评为2006年度年轻发明家</title>
<link>http://www.365key.com/item/2263038</link>
<category>Google; mashup</category>
<pubDate>Fri, 22 Sep 2006 08:02:49 GMT</pubDate>
<description>
<blockquote>除了得到世界范围内大量用户的肯定外，Paul Rademacher更加于本月被美国麻省理工大学的《Technology Review》杂志评为2006年度年轻发明家（2006 Young Innovator）。而在此之前，Paul Rademacher在去年9月份就已经被Google招至门下，现在正在为Google的新项目而努力。不过由于Google一向很神秘，所以Paul Rademacher在Google具体从事哪些项目还不是很清楚，估计也是和Google Maps/Earth相关的。</blockquote></description>
<dc:creator>zdg</dc:creator>
</item>
<item>
<title>Geotagging - one day later</title>
<link>http://www.365key.com/item/2262995</link>
<category>Flickr</category>
<pubDate>Fri, 22 Sep 2006 07:41:58 GMT</pubDate>
<description>
<blockquote>When we were doing our projections for how many photos Flickr members would geotag, we though that we'd hit  a million in the first month, maybe even as fast as two weeks. Instead, 24 hours in, there were 1,234,384 geotagged photos (and now more than 1.6 million geotagged photos as I write this, about 9 hours later). Crazy!</blockquote></description>
<dc:creator>zdg</dc:creator>
</item>
<item>
<title>百度的崛起</title>
<link>http://www.365key.com/item/2262730</link>
<category>百度</category>
<pubDate>Fri, 22 Sep 2006 05:37:01 GMT</pubDate>
<description>
<blockquote>今年上半年，百度公司的营业收入增加了190%，达到了4090万美金，净利润增长550%，达到1170万美金。百度网站正吸引数以百万计的年轻人们去下载音乐、创建博客、搜索“中国最美丽的10位女性”的图片。当百度高速增长的同时，其收入仍然无法和Google今天预期的70亿美金相比。

分析家认为百度面对的用户和西方互联网公司所面对的不同，因为中国用户对娱乐的兴趣远远大于新闻、书籍和汽车租赁。“在中国，有70%的网民年龄地域30岁，”摩根士丹利的副总裁兼分析家Richard Ji说，“大部分的网民是单身，没有小孩儿，他们希望得到娱乐。”</blockquote></description>
<dc:creator>zdg</dc:creator>
</item>
<item>
<title>The Social Bookmarking Faceoff</title>
<link>http://www.365key.com/item/2258661</link>
<category>网摘</category>
<pubDate>Wed, 20 Sep 2006 09:22:49 GMT</pubDate>
<description>
<blockquote>The social bookmarking market is in a steady state with two dominant players - del.icio.us and StumbleUpon. The rest of the pack, including Yahoo MyWeb, appears to be substantially behind. Will they catch up? In this post we attempt to answer that question.</blockquote></description>
<dc:creator>zdg</dc:creator>
</item>
<item>
<title>PRB: CS0013 or CS0016 Compilation Errors in ASP.NET Web Applications</title>
<link>http://www.365key.com/item/2256228</link>
<category>.NET开发</category>
<pubDate>Tue, 19 Sep 2006 06:59:05 GMT</pubDate>
<description>
<blockquote>The system TEMP and TMP variables point to a folder that does not exist. The compiler generates temporary files in the folder where the TEMP and the TMP variables point to before the files are copied to the Temporary ASP.NET Files folder. However, the folder where the system variables point to is deleted when you restart the computer. Therefore, the compiler cannot generate the temporary files.</blockquote></description>
<dc:creator>zdg</dc:creator>
</item>
<item>
<title>JavaEye2.0是gigix《论坛七宗罪》的答案吗？</title>
<link>http://www.365key.com/item/2255069</link>
<category>网站规划; 论坛</category>
<pubDate>Mon, 18 Sep 2006 18:47:32 GMT</pubDate>
<description>
<blockquote>看到gigix提到了这个问题，我就说两句。其实我在规划JavaEye2.0这个产品的功能的时候，是吸取了很多经验和教训的，当然最主要的需求是来自于我自己的论坛使用体验。不过在设计产品的过程中，我也仔细看了gigix的《论坛七宗罪》，尝试解决一些gigix提出来的问题。</blockquote></description>
<dc:creator>zdg</dc:creator>
</item>
<item>
<title>剖析MagicAjax</title>
<link>http://www.365key.com/item/2250864</link>
<category>.NET开发; ajax</category>
<pubDate>Sat, 16 Sep 2006 19:55:00 GMT</pubDate>
<description>
<blockquote>刚刚得知MagicAjax（http://www.magicajax.net/），他让你体验什么叫Easy AJAX，并支持.Net2.0。你无需对现有的webform方式开发有任何的改变，你只需配配web.config，拉拉控件就行了。本文不说用法，因为他实在太简单了，我在这里对他做一个分析，让大家了解他的工作方式。</blockquote></description>
<dc:creator>zdg</dc:creator>
</item>
<item>
<title>全面解析ASP.NET2.0下的URL重写</title>
<link>http://www.365key.com/item/2250490</link>
<category>.NET开发; Rewrite</category>
<pubDate>Sat, 16 Sep 2006 14:40:49 GMT</pubDate>
<description>
<blockquote>本文将通过实例比较ASP.NET下的三种典型URL重写方案——ISAPI重写（使用开源组件IIRF），ASP.NET2.0内置的urlMappings和基于自定义HTTPModule的URL重写（使用NBear.Web中的UrlRewriteModule实现），并探讨URL重写中可能遇到的陷阱及处理办法。</blockquote></description>
<dc:creator>zdg</dc:creator>
</item>
<item>
<title>AJAX中的Back Button/Bookmarking问题和Nikhil Kothari的Atlas解决方案</title>
<link>http://www.365key.com/item/2250473</link>
<category>ajax; Atlas</category>
<pubDate>Sat, 16 Sep 2006 14:29:43 GMT</pubDate>
<description>
<blockquote>在ASP.NET 1.*的postback模型下，要允许bookmark很难，因为你bookmark的是页面的初始状态。但如果用Atlas以及Nikhil Kothari的思路(或者将来Atlas里的built-in支持)的话，这个问题解决起来就容易多了。</blockquote></description>
<dc:creator>zdg</dc:creator>
</item>
<item>
<title>SNS网站基础框架设计</title>
<link>http://www.365key.com/item/2250259</link>
<category>SNS</category>
<pubDate>Sat, 16 Sep 2006 12:14:36 GMT</pubDate>
<description>
<blockquote>SNS网站的三级结构:第一级结构就是个人展示平台,第二级是交流相识平台,第三级是协作合作平台</blockquote></description>
<dc:creator>zdg</dc:creator>
</item>
<item>
<title>描述信息结构和交互设计的图示词汇表</title>
<link>http://www.365key.com/item/2250229</link>
<category>用户体验</category>
<pubDate>Sat, 16 Sep 2006 11:44:00 GMT</pubDate>
<description>
<blockquote>图表是网络应用开发团队（Web development teams）在沟通信息架构和交互设计方面最基本的工具。本文所讨论的是使用图表来描述系统时所要考虑的事宜、信息架构和用户交互设计时使用这些基本元素的要点，并且介绍这些元素的使用方法。</blockquote></description>
<dc:creator>zdg</dc:creator>
</item>
<item>
<title>网友拷问：无耻天极 你靠流氓插件挣钱吗</title>
<link>http://www.365key.com/item/2250203</link>
<category>天极; 流氓软件</category>
<pubDate>Sat, 16 Sep 2006 11:16:32 GMT</pubDate>
<description>
<blockquote>天极，这样一个以“全球最大中文IT网站 引领中国数字生活”自居的站点让人失望透顶。这里，笔者也不想讨论其“全球最大中文IT网站”从何而来，也不想讨论这到底是一个“引领中国数字生活”的网站还是靠mm暴露图片毒害青少年，甚至为了某种见不得人的目的毒害无辜网友电脑的垃圾。对不起，我只能用垃圾来形容这种充满流氓行为的网站。</blockquote></description>
<dc:creator>zdg</dc:creator>
</item>
</channel></rss>
