https://github.com/paddingme/dailyreading
DailyReading
https://github.com/paddingme/dailyreading
Last synced: 2 months ago
JSON representation
DailyReading
- Host: GitHub
- URL: https://github.com/paddingme/dailyreading
- Owner: paddingme
- Created: 2015-01-13T11:33:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-24T02:02:03.000Z (almost 11 years ago)
- Last Synced: 2024-12-30T03:47:04.856Z (about 1 year ago)
- Homepage:
- Size: 157 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 每天读篇技术文章,记点笔记,打点酱油。
|日期|文章地址|阅读笔记|tags|
|----|--------|--------|----|
|2015年01月13日|[2014年CSS报告——考察如何使用CSS](http://www.w3cplus.com/css/the-2014-css-report.html)| [#1](https://github.com/paddingme/DailyReading/issues/1)|[CSS](https://github.com/paddingme/DailyReading/labels/CSS)|
|2015年01月14日|[回味background](http://segmentfault.com/blog/linxz/1190000002481921)| [#2](https://github.com/paddingme/DailyReading/issues/2)| [CSS](https://github.com/paddingme/DailyReading/labels/CSS)|
|2015年01月15日|[chrome调试工具常用功能整理](http://xuyuan923.github.io/2014/10/16/chrome-debug-tool/)| [#3](https://github.com/paddingme/DailyReading/issues/3)|[Tools](https://github.com/paddingme/DailyReading/labels/Tools)|
|2015年01月16日|[Javascript继承机制的设计思想](http://www.ruanyifeng.com/blog/2011/06/designing_ideas_of_inheritance_mechanism_in_javascript.html)|#| JavaScript|
|2015年01月17日|[攻略强制换行与强制不换行](http://www.hicss.net/solve-change-line-in-css/)|#|CSS|
|2015年01月18日|[inline-block 前世今生](http://ued.taobao.org/blog/2012/08/inline-block/)|[#5](https://github.com/paddingme/DailyReading/issues/5)|[CSS](https://github.com/paddingme/DailyReading/labels/CSS)|
|2015年01月24日|[Web 研发模式演变](https://github.com/lifesinger/lifesinger.github.com/issues/184)|#|General|
|2015年01月25日|[前端开发技术的发展](http://www.html-js.com/article/2628)|#|General|
|2015年01月26日|[教你制作完美的 FAVICON 图标](http://www.uisdc.com/design-perfect-favicon-icon)|#|General|
|2015年01月27日|[再看 Ajax](http://www.cnblogs.com/skylar/p/ajaxCORS.html)|#|JavaScript|
|2015年04月23日|[jsonp原理详解](http://www.w3cfuns.com/blog-5464413-5405335.html)|#|JavaScript|