代码改变世界

11 Best CSS Frameworks For Making Your Website Stylish

2013-06-21 18:00 by 朱峰(Peter.zhu), 279 阅读, 0 推荐, 收藏, 编辑
摘要:11 Best CSS Frameworks For Making Your Website StylishThe field ofwebsitedesign and development has grown out to become a really competitive virtual arena. It is no longer sufficient just to have static slump of online web application, but to ensure survival in the web world, the website has to be l 阅读全文

AntiXSS - 支持Html同时防止XSS攻击 Microsoft Anti-Cross Site Scripting Library V1.5: Protecting the Contoso Bookmark Page

2013-06-18 16:52 by 朱峰(Peter.zhu), 592 阅读, 0 推荐, 收藏, 编辑
摘要:Microsoft-Web-Protection-Library 阅读全文

10 Web Apps for Developers 为开发者提供的10款Web应用程序

2013-06-18 13:42 by 朱峰(Peter.zhu), 353 阅读, 0 推荐, 收藏, 编辑
摘要:Web浏览器的普遍存在让Web应用程序变的越来越流行,由于Web应用程序不再开源了,有些Web应用程序也丧失了灵活性,让用户不得不依赖于第三方服务器。本文收集了10款Web应用程序,帮助你快速完成网站的开发。 阅读全文

【phonegap】移动WEB开发--常见问题 Error "There is no script engine for file extension" when running .js files

2013-05-10 11:34 by 朱峰(Peter.zhu), 385 阅读, 0 推荐, 收藏, 编辑
摘要:SymptomWhen you attempt to run a.js(JScript Script File) file, one of the following errors may occur:Can't find script engine "JScript" for script "filename.js".There is no script engine for file extension ".js".ResolutionThis happens if the .js file class data is m 阅读全文

【引】When To Use SproutCore, and When Not To

2013-04-27 11:14 by 朱峰(Peter.zhu), 136 阅读, 0 推荐, 收藏, 编辑
摘要:http://blog.sproutcore.com/when-to-use-sproutcore-and-when-not-to/Icouldtell you to use SproutCore for every single web destination you build, but that would bedisingenuous. SproutCore is built to address a certain class of applications that need the help of its robust binding and observer layer, as 阅读全文

【转】The Top 10 Javascript MVC Frameworks Reviewed 12种JavaScript MVC框架之比较

2013-04-27 10:55 by 朱峰(Peter.zhu), 139 阅读, 0 推荐, 收藏, 编辑
摘要:原文:Over the last several months I have been in a constant search for the perfect javascript MVC framework. Driven by a dire need for the right level of abstraction and features, I have tried out - some more cursorily than others - every framework I could get my hands on. Here lies a brief synopsis o 阅读全文

【jQuery插件】页面布局插件推荐之---Masonry

2013-04-23 11:29 by 朱峰(Peter.zhu), 310 阅读, 0 推荐, 收藏, 编辑
摘要:官网:http://masonry.desandro.com Masonry是一 个用来布局的jQuery插件,看了下面这张对比图你就知道它的用途: 阅读全文

【WEBAPI】常用参数传递方法总结

2013-02-25 11:25 by 朱峰(Peter.zhu), 707 阅读, 0 推荐, 收藏, 编辑
摘要:本部分纯属代码,如有疑问,请参考之前的BLOG文章一、C#部分1.1 实体类using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Runtime.Serialization;using Newtonsoft.Json;namespace TestOauth.Models{ //[Serializable] [DataContract] //[JsonObject(MemberSerialization.OptIn)] public cla... 阅读全文

【WEBAPI】How WebAPI does Parameter Binding

2013-02-25 11:20 by 朱峰(Peter.zhu), 772 阅读, 0 推荐, 收藏, 编辑
摘要:Here’s an overview of how WebAPI binds parameters to an action method. I’ll describe how parameters can be read, the set of rules that determine which technique is used, and then provide some examples. 阅读全文

【WEBAPI】Passing multiple POST parameters to Web API Controller Methods

2013-02-25 11:10 by 朱峰(Peter.zhu), 1284 阅读, 1 推荐, 收藏, 编辑
摘要:ASP.NET Web API introduces a new API for creating REST APIs and making AJAX callbacks to the server. This new API provides a host of new great functionality that unifies many of the features of many of the various AJAX/REST APIs that Microsoft created before it - ASP.NET AJAX, WCF REST specifically 阅读全文
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页