01 2009 档案

摘要: 该错误只在IE中出现,出现该提示的原因主要有两种:1. 重定义了系统的触发事件名称作为自定义函数名如: onclick / onsubmit ... 都是系统保留的事件名称,不允许作为重定义函数名称。2. 出现死循环,都提示:Stack overflow at line: 0 , 如:在图片对象定义了 onerror 事件的循环处理、<img src="/images/a.gif" oner...阅读全文
posted @ 2009-01-18 12:06 S.Sams 阅读(8009) | 评论 (4) 编辑
摘要: This week I’ve been working on a project that required data to be shown visually. I needed a Chart Script that was attractive yet gets the data across. The Charts scripts below are built using JavaScript, Flash, Silverlight, and Java. Flot - Flot is a pure Javascript plotting library for jQuery. The focus is on easy usage , attractive plots and interactive features. With Flot you can interact with the data, look at specific data by zooming in, plot a time series, and other various options. 阅读全文
posted @ 2009-01-02 19:09 S.Sams 阅读(540) | 评论 (0) 编辑