An open API service indexing awesome lists of open source software.

https://github.com/paddingme/dailyreading

DailyReading
https://github.com/paddingme/dailyreading

Last synced: 2 months ago
JSON representation

DailyReading

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|