那天第一次参加了论坛的开心车队美吃团
因为这次他们有去巴生Teluk Gong的椰花园(Coconut Flower Seafood Restaurant)去吃啦啦炒米
她看了很想很想去。。反正没事做就参与了
还蛮容易去的从kesas一路直走就是了
照没有拍得几张…

那天第一次参加了论坛的开心车队美吃团
因为这次他们有去巴生Teluk Gong的椰花园(Coconut Flower Seafood Restaurant)去吃啦啦炒米
她看了很想很想去。。反正没事做就参与了
还蛮容易去的从kesas一路直走就是了
照没有拍得几张…

从所周知IE6是不支持png透明图,
这是我今天在komodomedia看见的一个较新的技术只用css文件就可以了,同时需要1px X 1px的透明gif.
这技术还不支持background-repeat.
/* pngfix.css */
* html img,
* html .png{
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
);
}
在head tag之间加上
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="pngfix.css" />
<![endif]-->
早前用javascript来修复的脚本, 这是其中一个script pngfix.js
我现在还用着比较传统的方法因为不想载入更多javascript(其实已载入很多了=.=) 所以我是单一的在css属性加上以下这行
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='transparent.png', sizingMethod='crop'); Web 2.0 以人为本
以前的网(web 1.0)以华丽为皇道而且只限于在电脑用游览器观看
现在(web 2.0)
以内容为本.. 包括更新率,新鲜度。。
以读者为本.. 用户体验,易于阅读,实而不华,支持多项平台
我游览了本地几个企业网(它们都有网上服务的)还是感到失望 genting, maxis, digi, celcom, maybank, lelong..
推荐两段在YouTube上面关於Web 2.0的短片,可以说分别从「理性与感性」的两个角度来说明Web 2.0。
Using the Web 2.0 write up in Wikipedia this video is to help teach educators about Web 2.0 tools.
引用Wesch教授在短片最后语重心长的提醒世人
「我们需要重新省思一些观点:版权、作品来源、身份个性、伦理道德、美学、修辞学、统治管理权、隐私权、商业、爱、家庭、以及我们自己」
We’ll need to rethink a few things…
We’ll need to rethink copyright
We’ll need to rethink authorship
We’ll need to rethink identity
We’ll need to rethink ethics
We’ll need to rethink aesthetics
We’ll need to rethink rhetorics
We’ll need to rethink governance
We’ll need to rethink privacy
We’ll need to rethink commerce
We’ll need to rethink love
We’ll need to rethink family
We’ll need to rethink ourselves.
因为意识到网上的危险所以用了firefox
如果你是一位讨厌广告者我相信你们都装了adblockplus
但这还不够的因为可以通过javascript侦查到你用了adblock 而叫你解除 adblock
那最后极端安全游览者就会装 noscript (你也可以用web-developer 的 Diable=>Disable Javascript)
干脆把所有javascript block 掉。。。。像我
当然你也可以把你认为安全的网站加入许可名单中…
关于以上的插件我不再炒冷饭的详细介绍啦在google打入相关的字就可以看到它们的好处
在游览的过程中往往发现很多网站在没有javascript下很多地方是近不了
常见的有。。那种用javascript的menu, dropdown, popup, redirect, form
这类的
强迫使用javascript才能顺利游览你的网站
当然开不开javascript完全是游览者的权力
所以各大网站都会顾及这类的游览者在没有用javascript的情况下也能顺利游览