
web
昆仑山白泽
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Rounded Corners using CSS
In web applications, one of the markups/decorations is rounded corners. There are a lot of ways to do this, e.g., http://www.devwebpro.com/25-rounded-corners-techniques-with-css/. Recently, I...原创 2010-01-22 22:59:27 · 180 阅读 · 0 评论 -
Flot example
Flot is an open source javascript charting tool. I need to plot an interest rate curve in a web page, so the x-axis is date. Here is an example modified from the file interacting.html in the flot ...原创 2010-01-22 23:18:58 · 183 阅读 · 0 评论 -
General web site design
Here are the considerations of general web site design: 1. Color theme: There is a color theory, namely using "compatible" colors. For example, http://www.hypergurl.com/colormatch.php. 2. mas...原创 2010-01-22 23:38:10 · 452 阅读 · 0 评论 -
Javascript charting tool
My minimal requirements:freetheme customizable, including fg/bd colors, axisescan draw > 1 graphscan show data on the graphs(tooltips, e.g.) Flot: http://code.google.com/p/flot/ good an...原创 2010-02-09 06:36:39 · 169 阅读 · 0 评论