<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_生为程序员，死做程序鬼</title><subtitle type="text">.NET开始，JavaScript结束？</subtitle><id>http://feed.cnblogs.com/blog/u/51587/rss</id><updated>2010-10-17T14:01:39Z</updated><author><name>rainnoless</name><uri>http://www.cnblogs.com/rainnoless/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rainnoless/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/51587/rss"/><entry><id>http://www.cnblogs.com/rainnoless/archive/2009/06/08/1498362.html</id><title type="text">关于 T-SQL 的几点小九九 (1)</title><summary type="text">忽然想起前不久一个朋友对我所说的话：一个转身或许就意味着一辈子&amp;#8230;&amp;#8230;。时间流逝的总是无情无意，让你没有机会去申诉，转眼距离我上次落笔，已经近3月了，发生了些什么，忙碌着什么，仿佛都不在重要了。不在那么煽情了，说说今天想要描述的主题吧，一些关于 SQL SERVER 和 T-SQL 的话题吧。先说些基础的话题吧，或许因为过于基础，我们从来没有想过要去深究，从而也就有着许多容易被...</summary><published>2009-06-07T21:16:00Z</published><updated>2009-06-07T21:16:00Z</updated><author><name>rainnoless</name><uri>http://www.cnblogs.com/rainnoless/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rainnoless/archive/2009/06/08/1498362.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rainnoless/archive/2009/06/08/1498362.html"/></entry><entry><id>http://www.cnblogs.com/rainnoless/archive/2009/03/13/1406837.html</id><title type="text">你重构过自己的页面吗？——瘦身的HTML文档和臃肿的CSS代码！（中）</title><summary type="text">前言：我挣脱了 DOCTYPE 的魔咒，让那些看似残缺的布局在 IE7+ 中获得了重生，可我一不小心又成为id的傀儡，您将会看见一个迷失在id的&amp;#8220;层叠和特殊性&amp;#8221;上的我，纵使实现了想要的布局效果，却缔造了一个臃肿的CSS文件，难道这真的是我想要的吗？ 在看这篇文章之前，我友善的提醒您，如果您不喜欢看长篇大论，那么我建议您，直接通过下面的目录挑选自己感兴趣的内容，点击链接就会跳...</summary><published>2009-03-13T14:45:00Z</published><updated>2009-03-13T14:45:00Z</updated><author><name>rainnoless</name><uri>http://www.cnblogs.com/rainnoless/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rainnoless/archive/2009/03/13/1406837.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rainnoless/archive/2009/03/13/1406837.html"/></entry><entry><id>http://www.cnblogs.com/rainnoless/archive/2009/03/13/1402629.html</id><title type="text">你重构过自己的页面吗？——DOCTYPE的魔咒！（上）</title><summary type="text">前言：如果您知道我有多么辛苦、多么用心的写着这篇文字，出于同情，您或许会捎上一眼。想要将自己的文字发布在园子的首页上，就必须用心去写，上班时白天在公司用着一台实际上只有480MB可用内存的台机，在IE7的窗口中敲打着这篇文字，当我插入了&amp;#8220;1.1代码示例&amp;#8221;之后，明显感觉所有浏览器窗口就如同当机时一般无法动弹，内存瞬间被吃200MB+，我想是无法继续在IE7下工作了，想把这篇文...</summary><published>2009-03-13T14:38:00Z</published><updated>2009-03-13T14:38:00Z</updated><author><name>rainnoless</name><uri>http://www.cnblogs.com/rainnoless/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rainnoless/archive/2009/03/13/1402629.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rainnoless/archive/2009/03/13/1402629.html"/></entry><entry><id>http://www.cnblogs.com/rainnoless/archive/2009/02/16/1391582.html</id><title type="text">一个简单实用的“数据库访问层”！(基于C#语言)</title><summary type="text">我从学习Asp.Net(C#)开始到将其作为谋生工具至今已18月有余，当初有那么一阵对.NET的CLR很似痴迷，对C#2.0所带来的新特性也疯狂不已。因为工作环境所迫，已经很久没有使用VS2005/2008作为自己的IDE了，一直在VS2003中煎熬的感觉已经让我失去了对痛苦的理解，或许这也是逼迫我逐步转向前端开发的一个原动力吧。这个&amp;#8220;数据库访问层&amp;#8221;的诞生是在我接触.NET...</summary><published>2009-02-16T07:15:00Z</published><updated>2009-02-16T07:15:00Z</updated><author><name>rainnoless</name><uri>http://www.cnblogs.com/rainnoless/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rainnoless/archive/2009/02/16/1391582.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rainnoless/archive/2009/02/16/1391582.html"/></entry><entry><id>http://www.cnblogs.com/rainnoless/archive/2009/02/05/1384868.html</id><title type="text">在HTML代码中嵌入Flash文件的解决方案！(下)</title><summary type="text">关于我的SWFObject V1.5的使用过程，以上篇中的介绍暂时告一段落了，下面我将会带领SWFObject V2.1出场与大家见面，如果我早一点结识V2.1的话，或许就不会受到&amp;#8220;等待HTML DOM加载&amp;#8221;问题的侵扰了。首先，给大家简要介绍一下V2.1语法的调用示例：Code highlighting produced by Actipro CodeHighlighter...</summary><published>2009-02-05T13:41:00Z</published><updated>2009-02-05T13:41:00Z</updated><author><name>rainnoless</name><uri>http://www.cnblogs.com/rainnoless/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rainnoless/archive/2009/02/05/1384868.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rainnoless/archive/2009/02/05/1384868.html"/></entry><entry><id>http://www.cnblogs.com/rainnoless/archive/2009/02/05/1384379.html</id><title type="text">在HTML代码中嵌入Flash文件的解决方案！(上)</title><summary type="text">中国人的习俗，没过完正月十五就还是在过年，在这里给园子你的朋友们拜个晚年了。这几天恰逢公司网站首页需要改版，去年底公司&amp;#8220;人员精简&amp;#8221;后，一个人得做多个人的活，忽然之间发觉担子重了。这不，本不是我工作范围内的事情，不幸也让我参与其中了，不幸中的幸事是这次BOSS交给我的任务，恰是我一直热衷的前端开发任务。之前一直从事公司网站的后台管理程序开发，更多是在服务器端处理业务逻辑，一直...</summary><published>2009-02-05T12:42:00Z</published><updated>2009-02-05T12:42:00Z</updated><author><name>rainnoless</name><uri>http://www.cnblogs.com/rainnoless/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rainnoless/archive/2009/02/05/1384379.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rainnoless/archive/2009/02/05/1384379.html"/></entry><entry><id>http://www.cnblogs.com/rainnoless/archive/2009/01/23/1380338.html</id><title type="text">关于JavaScript不得不说的几本书（上）!</title><summary type="text">昨天洋洋洒洒的写了大几千字的文字，用来纪念我和互联网之间那点事，今天我把自己的第二篇文章奉献给亲爱的 JavaScript 当然是有其特定意义的。 从我接触的第一款浏览器开始，就无意间和 JavaScript 埋下了缘分的种子，如今自己沉溺在 JS 世界中而不能自拔，应该归功于那些超凡脱俗的程序员们，是他们用执着和智慧改变了世俗，让我们重新认识 JavaScript 这个当年初戏称为&amp;#8220;...</summary><published>2009-01-23T06:49:00Z</published><updated>2009-01-23T06:49:00Z</updated><author><name>rainnoless</name><uri>http://www.cnblogs.com/rainnoless/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rainnoless/archive/2009/01/23/1380338.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rainnoless/archive/2009/01/23/1380338.html"/></entry></feed>
