-
2007-10-18
中国教育中的七大谎言 - [My Life]
一、社会:教师是太阳底下最崇高的职业
教师是一个职业,是千千万万个职业之一,和其他职业并无根本的不同,太阳不会特别地照亮这一块,郑重其事地宣布教师这个职业是最崇高的,实际上正是对教育的贬损。以前看《新星》,里面有一个乡长,许诺要提拔一个女教师做售货员。现在看起来觉得滑稽,但却映射出了当时的现实。在一个商品短缺的年代,售货员手中自然握有一定的权力,自然要比教师尊贵。而当我们想要提高老师的地位时,不从根本入手,只是从道德层面上提一些口号,不仅使我们看到了语言的能指与所指之间的严重悖离,更重要的是伤害了教育。而且这种类... -
2007-10-15
天下国家之事 - [My Life]
天下国家之事,败于小人者十一,
败于君子者十九,盖小人之骨柔、其气馁,
其愿欲易售,其营垒亦易破;
惟君子之才品自不同,并业已为众所推,
其自负也常亢而不肯下,于是为深刻,为褊浅,为执拗,
不能舍己从人,以佐国家之急!
天下国家的大事,败在小人之手的十分之一,而败在君子之手的则十分之九.原因就在于小人没有骨气,他的主观意愿也容易出卖,他的建造的思想壁垒也容易攻破;然而君子的才学和品质不同,受到谁多人的推崇,他自己也常常自负的不肯随意向别人屈服.于是呢一会儿深刻,一会儿褊浅,一会儿执拗.总之不能够舍去自己的意愿听从别人,从而无法急国家之所急,想国家之所想,为国出力,反而坏了诸多 -
2007-10-12
JS应用几例 - [JavaScript]
【1、普通的弹出窗口】
其实代码非常简单:
<SCRIPT LANGUAGE="javascript">
<!--
window.open ('page.html')
-->
</SCRIPT>
因为这是一段javascripts代码,所以它们应该放在<SCRIPT LANGUAGE="javascript">标签和</script>之间。<!-- 和 -->是对一些版本低的浏览器起作用,在这些老浏览器中不会将标签中的代码作为文本显示出来。要养成这个好习惯啊。
window.open ('page.html') 用于控制弹出新的窗口page.html,如果page.html不... -
2007-10-12
JS的一些实用代码 - [JavaScript]
禁止屏蔽类:
1.禁止右键
<body oncontextmenu=return(false)>
2.禁止选择
<body onselectstart="return false">
3.禁止粘贴
<body onpaste="return false">
4.禁止直接访问 [必须框架内才行]
<script>
if (top == self)top.location.href = "pa... -
2007-10-11
How to access database from flex 2 - [Flex]
这是一篇很老的文章.我觉得有点意思.就留下来了.
Convert:
We often hear people asking about how to config datasource in flex to connect to a database. It is a miss conception to think that you need to config a datasource in flex and can use that datasource to connect to a database. Then how does flex app access data from a database? Flex does not connect to DB directly, but thru Java or other means. The doc has all th... -
2007-10-10
Adobe "Thermo" revealed - [News]
好像很多人看到这个都很兴奋,自己去看看吧.
原文:
http://labs.adobe.com/wiki/index.php/Thermo
"Thermo" is an upcoming Adobe product that makes it easy for designers to create rich Internet application UIs. Thermo allows designers to build on familiar workflows to visually create working applications that easily flow into production a... -
2007-10-10
Adobe Media Player - [News]
原文:
http://labs.adobe.com/downloads/mediaplayer.html
AMP brings the best of both the broadcast television and web video worlds to your desktop.
-
2007-10-10
Adobe Launches Flash Lite 3 - [Flash Lite]
原文:
http://www.adobe.com/aboutadobe/pressroom/pressreleases/200709/100107FlashLite3.html
Flash Player for Mobile Devices Delivers High-Impact Video and Dynamic Web Content
不想翻译了..累..
-
2007-10-09
共1页 1






