[原创]Javascript特效----一个简单的相册效果(8-28更新)
作者:yaohaixiao 日期:2008-07-06
[推荐]Javascript特效----一款很不错的FLV播放器
作者:yaohaixiao 日期:2008-06-16
WEB前端开发经验总结--WEB标准篇
作者:yaohaixiao 日期:2008-05-20
Javascript教程--关于Javascript的内存泄漏问题的整理稿
作者:yaohaixiao 日期:2008-04-13
[原创]Javascript DOM 编程实例讲解--仿LightBox效果提示框
作者:yaohaixiao 日期:2008-04-03
Javascript特效--FLV在线播放器(推荐!)
作者:yaohaixiao 日期:2008-03-08
prototype-1.4.0源码解读
作者:yaohaixiao 日期:2008-02-25
[原创]Ajax标签导航实例详解
作者:yaohaixiao 日期:2008-01-30
XMLHTTPRequest的属性和方法简介
作者:yaohaixiao 日期:2008-01-28
[原创]Javascript特效--我的Ajax简历
作者:yaohaixiao 日期:2008-01-13
今天回到武汉了,准备结婚了!!
作者:yaohaixiao 日期:2008-09-08
刘翔,你永远是我们的骄傲,好好养伤,我永远支持你!
作者:yaohaixiao 日期:2008-08-18
刘翔今天道歉了。其实他没有什么要道歉的。他只是一个运动员,一个普通人。对自己负责,对自己的职业生涯负责,退赛是个正确而勇敢的选择。没有一个人有权利对你说三道四。我们依旧支持你,你仍就是中国的骄傲!绝大多数的人都是理解刘翔的,不过也有些人怀疑。
为什么偏偏这个时候退,为什么不早退?
呵呵,世界上巧合的事情就不用我来举了,这个就是现实的生活啊。如果不是他给我们带来的这么多荣誉,我们今天连惊叹的机会都没有,顶多是:“XXX国(不包括中国)的这个黑人运动员太牛了!”。呵呵,现在想想,我们不是少了很多评头论足的机会了吗?
为什么偏偏这个时候退,为什么不早退?
呵呵,世界上巧合的事情就不用我来举了,这个就是现实的生活啊。如果不是他给我们带来的这么多荣誉,我们今天连惊叹的机会都没有,顶多是:“XXX国(不包括中国)的这个黑人运动员太牛了!”。呵呵,现在想想,我们不是少了很多评头论足的机会了吗?
9秒69!我都不敢相信,这个真的是个伟大的成绩!
作者:yaohaixiao 日期:2008-08-17
我当时的第一反映是--"我拷,这个是人跑出来的吗?真的,假的啊!?!".
9秒69!我反复看了12遍视频,还是不敢相信,有人做到了,就在今晚的"鸟巢",而且感觉是那么的轻松,我真的只能用伟大的成绩来形容这个成绩,而没有用"奇迹".因为当你看到那位博尔特是如此轻松的的做到这一点的时候,你真的很难相信,我想他要是再专著的点,可能真的能像他说的,跑到9秒60啊!!
我当时产生一个奇怪的念头,估计真的有人能达到"布雷斯塔警长"的那种"豹的速度"啊!今年的奥运会好看!!
9秒69!我反复看了12遍视频,还是不敢相信,有人做到了,就在今晚的"鸟巢",而且感觉是那么的轻松,我真的只能用伟大的成绩来形容这个成绩,而没有用"奇迹".因为当你看到那位博尔特是如此轻松的的做到这一点的时候,你真的很难相信,我想他要是再专著的点,可能真的能像他说的,跑到9秒60啊!!
我当时产生一个奇怪的念头,估计真的有人能达到"布雷斯塔警长"的那种"豹的速度"啊!今年的奥运会好看!!
HP 3808TU 驱动
作者:yaohaixiao 日期:2008-07-10
XML处理函数
作者:yaohaixiao 日期:2008-07-08
<!--
/*------------------------------------------------------------------------------
* JavaScript zXml Library
* Version 1.0.2
* by Nicholas C. Zakas, http://www.nczonline.net/
/*------------------------------------------------------------------------------
* JavaScript zXml Library
* Version 1.0.2
* by Nicholas C. Zakas, http://www.nczonline.net/
Tags: XMLDOM DOM Javascript
Javascript资源整理----Array 扩展
作者:yaohaixiao 日期:2008-07-08
/*------------------------------------------------------------------------------
* JavaScript zArray Library
* Version 1.1
* by Nicholas C. Zakas, http://www.nczonline.net/
* Copyright (c) 2004-2005 Nicholas C. Zakas. All Rights Reserved.
* JavaScript zArray Library
* Version 1.1
* by Nicholas C. Zakas, http://www.nczonline.net/
* Copyright (c) 2004-2005 Nicholas C. Zakas. All Rights Reserved.
Tags: Array对象 Javascript Javascript资源整理
Javascript资源整理----一点常用的代码整理
作者:yaohaixiao 日期:2008-07-08
// 简单的辅助函数,让你可以将新函数绑定到对象的 prototype 上
Function.prototype.method=function(name,func){
this.prototype[name]=func;
return this;
};
Function.prototype.method=function(name,func){
this.prototype[name]=func;
return this;
};
Tags: Javascript Javascript资源整理
CSS Design: Going to Print
作者:yaohaixiao 日期:2008-06-30
You’ve seen them before: links that say “click here for printer-friendly version” or words to that effect. Every time you follow one of those links, you load a separate document that presents exactly the same information with a different layout, and probably different markup.
That means somebody (or a script) had to take the original document and convert it to a stripped-down version that’s more suitable for print output. Maybe that somebody was even you.
Print style sheets to the rescue
That means somebody (or a script) had to take the original document and convert it to a stripped-down version that’s more suitable for print output. Maybe that somebody was even you.
Print style sheets to the rescue
How to Code HTML Email Newsletters-3
作者:yaohaixiao 日期:2008-06-25
Step 4: Code for Google Mail, Lotus Notes and Outlook 2007
Google Mail, Lotus Notes, and Outlook 2007 present their own unique coding challenges. Outlook 2007, believe it or not, has significantly less support for CSS than previous versions of Outlook!
Google Mail's lack of support is a little more forgiveable -- because the application runs in a browser, it cannot control the contents of the emails it displays. Consequently, Google's engineers have had to take steps to ensure that their application displays properly regardless of the quality of the HTML or CSS in which emails are written.
Google Mail, Lotus Notes, and Outlook 2007 present their own unique coding challenges. Outlook 2007, believe it or not, has significantly less support for CSS than previous versions of Outlook!
Google Mail's lack of support is a little more forgiveable -- because the application runs in a browser, it cannot control the contents of the emails it displays. Consequently, Google's engineers have had to take steps to ensure that their application displays properly regardless of the quality of the HTML or CSS in which emails are written.
How to Code HTML Email Newsletters-2
作者:yaohaixiao 日期:2008-06-25
Step 2: Add CSS Styles
Did I say CSS support was poor in mail clients? Well, it is. But you can (and should) still utilize CSS for the styles in your email once your nested table layout is in place. There are just a few things to watch out for. Here are the steps that I use.
First, use inline styles to store all of your style information, as shown here:
Did I say CSS support was poor in mail clients? Well, it is. But you can (and should) still utilize CSS for the styles in your email once your nested table layout is in place. There are just a few things to watch out for. Here are the steps that I use.
First, use inline styles to store all of your style information, as shown here:
How to Code HTML Email Newsletters-1
作者:yaohaixiao 日期:2008-06-25
HTML email newsletters have come a long way in the five years since this article was first published. HTML email is still a very successful communications medium for both publishers and readers. Publishers can track rates for email opens, forwards, and clickthroughs, and thereby can measure reader interest in products and topics; readers are presented with information that's laid out like a web page, in a way that's more visually appealing, and much easier to scan and navigate, than plain text email.
In some ways, coding HTML email has become easier -- several email software providers, such as Google Mail, have improved their support for CSS. However, at the same time, Outlook 2007 has taken HTML email backwards: last year Microsoft substituted the original HTML rendering engine used by Outlook for an engine that is inferior in terms of CSS support.
Other advances in HTML email in the last couple of years include the formation of the Email Standards Project, which aims to test the compliance of email software to HTML and CSS standards and to lobby for improvements; the emergence of services for testing how HTML email renders in various desktop and web-based email applications; and the availability of HTML email templates that you can either use "as is" or customize to your preferences. We'll look at some of these services and templates throughout this article.
In some ways, coding HTML email has become easier -- several email software providers, such as Google Mail, have improved their support for CSS. However, at the same time, Outlook 2007 has taken HTML email backwards: last year Microsoft substituted the original HTML rendering engine used by Outlook for an engine that is inferior in terms of CSS support.
Other advances in HTML email in the last couple of years include the formation of the Email Standards Project, which aims to test the compliance of email software to HTML and CSS standards and to lobby for improvements; the emergence of services for testing how HTML email renders in various desktop and web-based email applications; and the availability of HTML email templates that you can either use "as is" or customize to your preferences. We'll look at some of these services and templates throughout this article.
Simple Clearing of Floats
作者:yaohaixiao 日期:2008-06-25
Javascript资源整理----Google Map API 基本使用方法
作者:yaohaixiao 日期:2008-06-10
由于工作需要,这两天在看GOOGLE MAP 的 API,需要在公司的网站上使用地图。今天把看过之后的一点使用方法,跟大家一起分享:
演示地址:http://www.yaohaixiao.com/code/googlemap%20sample/index.htm
程序代码
演示地址:http://www.yaohaixiao.com/code/googlemap%20sample/index.htm
程序代码


