Sun 06 July, 2008

Next Thursday, July 10, there will be the first Web Design & Development Meetup, at the Coffee Bean & Tea Leaf (16211 N Scottsdale Rd, Scottsdale, AZ 85254. That’s a block south of FLW.)
This might be especially interesting for those Refresher who liked the original Scottsdale location.
Plus, unlike Refresh, this gathering may actually focus on Web design and development instead of Web marketing, branding, and networking. (The latter are still all useful topics, just not the things I had hoped would be core to Refresh when I, with several others, got it rolling.)
add to del.icio.us. look up in del.icio.us.
add to furl
I’ve noticed an increase in the use of folks adding a leading ’@’ character to user names (and even real names) in threaded discussion boards, mailing lists, and E-mail.
I don’t think any of the uses I’ve seen were meant to aid any sort of automated text processing; it appears to be a bad habit that perhaps makes sense on Twitter, but is merely line noise elsewhere.
Please consider: No Twitter Litter.
add to del.icio.us. look up in del.icio.us.
add to furl
“ The only important rule is that all sexual climaxes must be simulated, not real. ”
Austin AIR SEX Championships
add to del.icio.us. look up in del.icio.us.
add to furl
add to del.icio.us. look up in del.icio.us.
add to furlFri 04 July, 2008

add to del.icio.us. look up in del.icio.us.
add to furl
add to del.icio.us. look up in del.icio.us.
add to furl
add to del.icio.us. look up in del.icio.us.
add to furl
add to del.icio.us. look up in del.icio.us.
add to furl
1)
select dy.jh, dy.jm, dy.lze as dylze, coalesce(ls.lze,0.00) as lslze, coalesce(dy.lze,0.00)+coalesce(ls.lze,0.00) as lze from
(select d.jh, d.jm, e.lze from nps_dxj as d left join (select c.sdxzqh as sdxzqh, sum(c.pdssk) as pdlze, sum(c.zdssk) as zdlze,
sum(c.zdssk+c.pdssk) as lze
from nps_card as c, nps_bkml as b
where c.yxn=2008
and c.jyr>='20070701' and c.jyr<='20080701'
and c.bkdh='33-2' and c.dyfw='本地' and c.dylx!='零售'
and b.nd=2008 and b.bkdh='33-2'
group by c.sdxzqh
order by c.sdxzqh) as e on d.jh=e.sdxzqh) as dy,
(select d.jh, d.jm, e.lze from nps_dxj as d left join (select c.sdxzqh as sdxzqh, sum(c.pdssk) as pdlze, sum(c.zdssk) as zdlze,
sum(c.zdssk+c.pdssk) as lze
from nps_card as c, nps_bkml as b
where c.yxn=2008
and c.jyr>='20070701' and c.jyr<='20080701'
and c.bkdh='33-2' and c.dyfw='本地' and c.dylx='零售'
and b.nd=2008 and b.bkdh='33-2'
group by c.sdxzqh
order by c.sdxzqh) as e on d.jh=e.sdxzqh) as ls
where dy.jh=ls.jh;
2)
select dy.dqh, sum(coalesce(dy.lze,0.00)) as dylze, sum(coalesce(ls.lze,0.00)) as lslze, sum(coalesce(dy.lze,0.00)+coalesce(ls.lze,0.00)) as lze from
(select d.jh, d.dqh, d.jm, e.lze from nps_dxj as d left join (select c.sdxzqh as sdxzqh, sum(c.zdssk+c.pdssk) as lze
from nps_card as c, nps_tjlx as t
where c.yxn=2008
and c.bkdh = t.bkdh
and c.jyr>='20071201' and c.jyr<='20071210'
and c.clbz!='变动' and c.dyfw='本地' and c.dylx!='零售'
and t.nd=2008 and t.bkfl='畅销及潜力'
group by c.sdxzqh
order by c.sdxzqh) as e on d.jh=e.sdxzqh) as dy,
(select d.jh, d.dqh, d.jm, e.lze from nps_dxj as d left join (select c.sdxzqh as sdxzqh, sum(c.zdssk+c.pdssk) as lze
from nps_card as c, nps_tjlx as t
where c.yxn=2008
and c.bkdh = t.bkdh
and c.jyr>='20071201' and c.jyr<='20071210'
and c.clbz!='变动' and c.dyfw='本地' and c.dylx='零售'
and t.nd=2008 and t.bkfl='畅销及潜力'
group by c.sdxzqh
order by c.sdxzqh) as e on d.jh=e.sdxzqh) as ls
where dy.jh=ls.jh
group by dy.dqh
order by dy.dqh;
...
add to del.icio.us. look up in del.icio.us.
add to furlThu 03 July, 2008

add to del.icio.us. look up in del.icio.us.
add to furl
add to del.icio.us. look up in del.icio.us.
add to furl
Thanks to Kresten for organizing the fun conversation and posting it!
add to del.icio.us. look up in del.icio.us.
add to furl
“ As usual, Ruby is 100 times slower. ”
Mauricio Fernandez
add to del.icio.us. look up in del.icio.us.
add to furl
IM
add to del.icio.us. look up in del.icio.us.
add to furlWed 02 July, 2008


- 说明
- 这本书尽管已经正式上市出版了,但是我相信书中还存在不足和错误,恳请大家多提批评和建议,同时也希望大家多多包涵。
add to del.icio.us. look up in del.icio.us.
add to furlTue 01 July, 2008


- 使用需要注意的事情:
- 一定需要下面的代码:
<div id="main">
- 一定需要下面代码的id及其名称:
<ul id="navigation">
- 一定需要下面代码的href值:
<a class="head" href="?p=1.1.1">Guitar</a>
在属性href中不可以没有值,如下面代码所示:<a class="head" href="">Guitar</a>
- 一定需要下面的代码:
add to del.icio.us. look up in del.icio.us.
add to furl
add to del.icio.us. look up in del.icio.us.
add to furl
add to del.icio.us. look up in del.icio.us.
add to furl
“ I already “d” you a direct message. Now I’d like to “p” you $5. ”
Nate Westheimer
add to del.icio.us. look up in del.icio.us.
add to furl
A couple of week ago, Netflix announced that they were dropping the feature called "profiles." With profiles, you could setup separate sub-accounts for other family members, and assign some number of DVD's to each profile. We're on the four-at-a-time plan, and I setup a profile for my son Thomas, with one DVD assigned to it. This means that he has his own queue with stuff he wants to watch, and his stuff isn't mixed in with mine. It worked beautifully.
And then about two weeks ago, Netflix announced that they were killing the feature in order to make the service "better" for everyone, or some such crap. I complained to them. Apparently lots of other people did, too, because about 10 minutes ago I received an email from Netflix that made me very happy.
It's really nice when companies actually listen to their customers.
add to del.icio.us. look up in del.icio.us.
add to furl
Nach Vollendung der Dienstzeit erhält der anerkannte Kriegsdienstverweigerer seine Grundrechte zurück.
Das eigentliche Dilemma des Zivildienstleistenden ist ja, dass er durch seine Verweigerung den Fortbestand der Wehrpflicht unterstützt. Gegen diesen Missstand treten nur die handvoll Totalverweigerer – deren Mut und Entschlossenheit mir Respekt abverlangt – an.
Gegen den Zivildienst als solches spricht eigentlich nichts, vieles aber gegen seine derzeitigen Umstände: Sei es die sogenannte Wehrgerechtigkeit, die resultierende Geschlechterspezifität, oder schlicht dessen Unfreiwilligkeit. Meines Erachtens sollte daher der Zivildienst in einem gleichartig bezahlten, freiwilligen und allgemeinen sozialen (oder ökologischen oder was auch immer) “Jahr” (durchaus auch mit flexibler Dauer) aufgehen. Interessenten fänden sich genug.
Nichtsdestotrotz eine annehmliche, erfahrungsreiche und durchaus prägende Zeit.
Achja, dict.cc:
[conscientious objector performing community service] :: Zivildienstleistender {m}
NP: Bob Dylan—Masters Of War
add to del.icio.us. look up in del.icio.us.
add to furlMon 30 June, 2008

“ The difference between prose and poetry is not that different languages are used, but that the same language is used, differently. ”
Christopher Alexander
add to del.icio.us. look up in del.icio.us.
add to furl

- 安装方法说明
- 在目录public/javascripts下,除了application.js全部删除。
- vi app/views/layouts/application.html.erb
<%= javascript_include_tag 'jquery-1.2.6' %>
<%= javascript_include_tag 'application' %>
- 参考文献
add to del.icio.us. look up in del.icio.us.
add to furl
add to del.icio.us. look up in del.icio.us.
add to furlSun 29 June, 2008

add to del.icio.us. look up in del.icio.us.
add to furl
上周末,Agile China,因为家里有些事,我没有参加。
作为一个ThoughtWorker,错过这次活动的遗憾并不是像之前以为的那么大。首先,这次活动所涉及到的内容,大多是内部讨论或是讲座涉及到的东西,再有,这次活动做得比较好的地方是很快就放出了活动的讲演稿和视频,所以,可以随后弥补一下错过现场的遗憾。
真正值得遗憾的是,错过了一次与人交流的机会。
有时,我会想,公司为什么要举办Agile China这样的活动。在ThoughtWorks的工作这段时间,敏捷已经成为了一种工作习惯,我甚至不觉得它有任何特别的,对我而言,它只不过是一种恰当的工作方法而已。与很多书上介绍的敏捷方法,几乎没有太大的差别。
最近,一个朋友给我写了一封邮件,给我介绍了一些他心目中应该如何做持续集成,这是他读了一些东西加上了一些自己思考的结果。不过,在我看来,所有这些内容和我日常工作中使用的持续集成差别几乎没有。显然,当这些内容还停留在他思考中的时候,我们已经在实践了。显然,他对这方面的了解还是有些不足的。事实上,这位朋友也很愿意提高自己,只是周遭的环境能够给他的帮助太有限了。
和Darwin聊过,ThoughtWorks带给我们的并不是直接技术上的进步,而是为我们打开了一扇窗。与不同的人交流,会让我们拥有更开阔的视野,总有很多新鲜东西在等待我们了解。
还是那句话,敏捷不过是一种恰当的工作方式而已。对比于所谓的传统开发方式,敏捷给人的感觉是很不同,但如果真正在工作中使用它,消除了它的神秘面纱,也不过如此。但真正有多少人能在工作中使用。它这是一个问题。只读几本书,照着几个实践去做,就“敏捷”了吗?未必。看到很多人在抱怨敏捷,不过,很多说法都是想象或是教条的结果。
公司举办的Agile China实际上是一种经验分享,告诉大家,我们在做什么。正如我前面所说,这些东西其实并不是什么新鲜东西,但对于不了解它的人来说,它就是新鲜东西。
闭塞,是阻碍人不断进步的绊脚石。
add to del.icio.us. look up in del.icio.us.
add to furl
add to del.icio.us. look up in del.icio.us.
add to furl
add to del.icio.us. look up in del.icio.us.
add to furl
1. 为什么神龙秘笈是无字的书,却不让大龙看?
2. 为什么熊猫看了神龙秘笈能悟到,大龙也看到了无字之书却悟不到?
3. 熊猫能学到功夫是什么原因? 大龙那么大的本领又是什么原因? 两者有什么不同?
确实要记录,中午思绪还停留在电影中,所以当时给小孩提的问题,现在都想不全了。
我想这个片子很多元素实际上中国的很多故事都有,但它用一种电影、动画的艺术形式表现出来了,同时在电影院里看,思考的成分也沉浸其中。...
add to del.icio.us. look up in del.icio.us.
add to furl

- jQuery on Rails系列
- 在Rails上安装和使用jQuery的方法
- 简单使用jQuery插件Accordion的方法
- 深入使用jQuery插件Accordion的方法
- 改进jQuery插件Accordion的源代码
- 使用Rails插件navigation_helper的方法
- 集成Rails插件Accordion和jQuery插件navigation_helper于一体的应用方法:完整菜单实例
add to del.icio.us. look up in del.icio.us.
add to furl