牛人博客

http://www.cnblogs.com/jeffreyzhao/archive/2009/08/07/from-delegate-to-others-2.html

http://www.cnblogs.com/lhb25/

http://www.cnblogs.com/ilian/archive/2012/05/29/ilian-css3-round-corner.html 兼容所有浏览器的圆角

<form>
 <textarea name="ar1" id="ar1" cols="30" rows="15"></textarea>
<input type="file" id="file" style="display:none;" onchange="this.form.textFile.value=this.value"/>

<input type="text" id="textFile" /><input type="button" value="browse" onclick="this.form.file.click()"/>

<input type="submit" value="Upload"/>
</form>

http://news.cnblogs.com/n/164372/ Web工程师必备的在线工具箱

http://www.cnblogs.com/58top/archive/2012/11/27/10-outstanding-ui-wireframe-tools.html 分享10个优秀的UI线框工具

原文地址:https://www.cnblogs.com/standy225/p/2770246.html