文章列表
1. http://www.childrenslibrary.org/
有很多精彩的绘本,可以在线阅读。现有15种语言,美国马里兰大学和旧金山非牟利组织互联网库(Internet Archive)是主催机构,目标是3至13岁的儿童。
2. http://www.ortakales.com/
这个网站收集了很多非常精美的儿童书籍的封面插图
3. http://childrensbooksonline.org/library.htm
汇集了多种语言版的儿童文学绘本,制作的精良
4. http://www.magickeys.com/books ...
http://real.doe.k12.ga.us/content/language_arts/destination_reading/DR1/dr1/dr1/CM/CMMenu1.html
http://real.doe.k12.ga.us/content/math/destination_math/MSC1/msc1/msc1/msc1/menu.html
http://www.quiz-tree.com
最经在一直在研究儿童如何学英语方面的东西,发现一些有意义的东西:
1. 自然拼读法(Phonics);
2. 林克妈妈的博客;
3. 安妮俱乐部;
4.一些有用网址:
http://e-learningforkids.org
;
http://www.eduplace.com/
;
http://www.meddybemps.com/
;
http://pbskids.org/
;
http://www.mightybook.com/
;
http://www.funbrain.com/
;
...
在SVG中,画矩形框Rect,如果stroke-width:1px, 在浏览器下看边线变粗,不清晰,用PS看已经变成了2px。
具体解决办法参见链接:http://kilianvalkhof.com/2010/design/the-problem-with-svg-and-canvas
注意:Erik的comments:
For svg you can try the following:
- on the root svg element adjust the ‘viewBox’ attribute until you get the desired result for lin ...
最近在研究SVG时发现一个有趣的现象:
在Chrome中,在设置字体时,小于12px时,将不起作用!经过一番折腾,发现只要在将下面样式加入页面,即可解决。
* {
-webkit-text-size-adjust:none;
}