Jun 23
Link:CSS improvements in Firefox 3
前不久Fx3正式版发布,好像马上要通过吉尼斯记录认证了,先恭喜一下。下面是一些Fx3在CSS方式的改进。
- The
display property’s inline-block and inline-table values are now implemented.
- The
font-size-adjust property now works on all platforms; previously it was only supported on Windows.
rgba() and hsla() support for color (bug 147017)
:default pseudo-class support (bug 302186)
-moz-max-content, -moz-min-content, -moz-fit-content, and -moz-available values have been added to width, min-width, and max-width (bug 311415 and bug 402706)
- HTML soft hyphens (
) are now supported.
- Pre-formatted tabs work much better in proportional fonts, following the CSS 2.1 spec.
- The
ime-mode property is supported.
- The CSS
text-rendering property for HTML is now supported (bug 387969).
-moz-border-*-start and -moz-border-*-end CSS properties are implemented (bug 74880).
-moz-initial is now implemented for almost all CSS properties (except quotes and -moz-border-*-colors) bug 80887.
window.getComputedStyle() now supports all supported CSS properties (bug 316981).
content’s none value is now supported (bug 378535).
cursor’s none value is now supported (bug 346690).
- Background images now properly clip to a
-moz-border-radius (bug 24998).
white-space’s pre-wrap value is now supported (bug 261081).
- Selectors like :first-child, :only-child, :last-child (bug 73586), :empty (bug 98997), or the + combinator (bug 229915) are now updated dynamically (bug 401291).
- Negative
z-index values are supported correctly.
PS:说实话,里面只有个别属性用过,很多属性都认不得。嘿嘿
Jun 19
Link: oursignal

OurSignal.com looks at currently popular items on the top social news sites and mashes it all together.
把主要的几个社会化新闻网站(digg+reddit+del.icio.us+hackernews)的当前流行新闻糅合在一起。通过颜色大小等很直观的把新闻的关注等显示出来。同时当mouseover的时候,还有实时的网页截图。
更新频率为,每15分钟更新一次
PS:看了下源码,原来是基于jQuery的
Jun 17
刚把Blog放上去的时候,就准备做张WP的皮,一直做到现在,也只做出个大概出来,还是先放出来效果,让大家瞧瞧吧。

由于本人不是学设计出身的,只能达到这个水平,见笑了,嘿嘿:)
Technorati : cool, theme, vector, wordpress
Del.icio.us : cool, theme, vector, wordpress
Zooomr : cool, theme, vector, wordpress
Jun 17
Link: PersistJS: Cross Browser Client-Side Persistent Storage Without Cookies
非常强悍的跨浏览器JS客户端持久存储包。特点如下:
- Small (9.3k minified, 3k gzipped)
- Standalone: Does not need any additional browser plugins or JavaScript libraries to work on the vast majority of current browsers.
- Consistent: Provides a consistent, opaque API, regardless of the browser.
- Extensible: Custom backends can be added easily.
- Backwards Compatible: Can fall back to flash or cookies if no client-side storage solution for the given browser is available.
- Forwards Compatible: Supports the upcoming versions of Internet Explorer, Firefox, and Safari (Opera too, if you have Flash).
- Unobtrusive: Capability testing rather than browser detection, so newer standards-compliant browsers will automatically be supported.
基本原理是自动选择以下几种持久化方式:
- flash: Flash 8 persistent storage.
- gears: Google Gears-based persistent storage.
- localstorage: HTML5 draft storage.
- whatwg_db: HTML5 draft database storage.
- globalstorage: HTML5 draft storage (old spec).
- ie: Internet Explorer userdata behaviors.
- cookie: Cookie-based persistent storage.
Read the rest of this entry »
Jun 17
Link: jQuery Interactive Date Range Picker with Shortcuts
修改至jQuery UI的又一时间段选取控件,效果不错,看起来比以前介绍那个Timeframe要帅气一些,嘿嘿

We recently modified jQuery UI’s Datepicker, created and maintained by jQuery UI contributor Marc Grabanski. Our version is optimized for quickly selecting a date from a list of preset dates/ranges, and we added smooth transitions when additional options are revealed.
Technorati : date, jQuery, javascript, range
Del.icio.us : date, jQuery, javascript, range
Zooomr : date, jQuery, javascript, range
Recent Comments