没有样式就是最好的样式

Archive for March, 2006


IE javascript 判断脚本

Mar 22, 2006 Author: | Filed under: Uncategorized

微软推荐方法有三:

Parsing the User-Agent String

解析 user-agent 字符串

显示更多

Using Conditional Comments

条件注释

显示更多

Using ASP.NET’s HttpBrowserCapabilities Object

使用 asp.net HttpBrowserCapabilities 对象

显示更多

via Detecting Internet Explorer More Effectively

firefox 2.0 alpha 1 - Bon Echo(codename)

Mar 21, 2006 Author: | Filed under: Uncategorized

firefox-2.0 alpha 1

维道看到此消息,没啥说的,立刻下载使用,谁叫咱是做网页的呢。

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20060321 Firefox/2.0a1

我能看到的变化是:

1.每个tab 标签右侧,独立的关闭按钮(类似于 opera或者 firefox+tab mix 插件)

2.session saver (似乎从 1.6x nightly build 某个版本就开始支持)

Bon Echo will retain all of the existing Firefox features, with improvements that:

* update the look and feel of the browser,

* improve and augment the capabilities for Bookmarks and History,

* improve the user experience of web browsing and tabbed browsing,

* improve and augment the capabilities for handling web feeds,

* improve the user experience of adding, removing and managing extensions,

* add new capabilities to protect users from dangerous extensions,

* improve and augment the capabilities for web search,

* make it easier to install and distribute the browser,

* include the latest security and stability updates,

* include new security features to protect users from phishing,

* update our end user documentation so it’s more useful to users looking for help

via http://wiki.mozilla.org/Firefox2/PRD

天妒英才-opera 创始人之一 Geir Ivarsoy 病逝

Mar 19, 2006 Author: | Filed under: Uncategorized

为了健康,大家离开电脑,出去走走吧…

以下为引用内容:

Geir Ivarsoy, the co-founder of Opera Software, passed away after a long battle with cancer.

Geir along with Jon von Tetzchner developed the Opera browser, initially known as MultiTorg Opera, while working for a Norwegian Telecommunication company in 1993. In 1995 the two of them spun off their project and founded Opera Software.

At a board meeting in January of 2004, Geir (together with von Tetzchner) announced his wish to resign as a board member in Opera Software, though he remained active in the company even after that. In June of 05 he was elected as a member of the Nomination Committee of the company.

He passed away on March 9th; Opera employees will pay their respects to Geir at his funeral today at Grefsen Kirke in Oslo.

My condolences go out to his family, friends, and colleagues at Opera.

RIP Geir Ivarsoy.


DHTML 脚本库

Mar 16, 2006 Author: | Filed under: Uncategorized

dhtml goodies,大量的java script+css+AJAX实例和源代码.

opera 9 beta for Ubuntu

Mar 16, 2006 Author: | Filed under: Uncategorized

opera 9 beta for ubnutu 版本,也就是windows下的 Windows Build 8265

opera 9 beta UNIX Build 145

A special dapper_i386.deb package addresses installation issues experienced by Ubuntu Dapper Drake users.

其它 opera 9 beta for linux 版本 下载列表

[Edit on 2006-3-16 9:55:37 By guoshuang]

opera 8246 changelog

Mar 10, 2006 Author: | Filed under: Uncategorized

中文翻译部分与网页设计有关。

Changelog:

* Fix to make e-mail and news items display correctly when they are selected.

* Improved BitTorrent disk cache.

* DCC file transfers now displayed as a link in a private chat window.

* Added support for onmousewheel events.

支持鼠标滚轮事件

* Fix for canvas gradients and blur.

修正canvas的渐变色和模糊

* .Improved behavior of offsetParent, offsetTop, and offsetLeft.

改进 offsetParent, offsetTop, and offsetLeft

* Script events now report correct keyCode for insert, delete, home, end, pause/break, scroll lock and num lock keys.

这些键 insert, delete, home, end, pause/break, scroll lock and num lock 将返回正确的 keycode

* Added support for element.cssText.

支持 elment.cssText(拿到当前样式设置?或者 getAttribue(style)或者 currentStyle,runtimeStyle,document.defaultView.getComputedStyle(aaa,null).getPropertyValue(’background-color’))

* Allowed self closing SCRIPT tags in HTML documents.

允许