摘要: 这篇文章带着我们从头开始创建一个Modern UI应用。有关采用项目模板和项模板创建Modern UI应用请参看 第一个ModernUI应用(采用项目模板)。1:获取最新的ModernUI发布并解压到磁盘,或者通过Nuget安装Modern.WPF包。2:打开Visual Studio并创建一个WP... 阅读全文
posted @ 2014-12-01 12:25 Mr老刘 阅读(6207) 评论(5) 推荐(3) 编辑
摘要: 入门 My first Modern UI app (manually) 第一个ModernUI应用(手动编写)(已完成) My first Modern UI app using templates 第一个ModernUI应用(采用项目模板) (已完成) Using pr... 阅读全文
posted @ 2014-12-01 10:46 Mr老刘 阅读(3224) 评论(0) 推荐(9) 编辑
摘要: The jQuery library includes some basic, but effective, visual effects. These are not a substitute for the full glory that is jQuery UI (see the next section for details), but they are useful for simpl... 阅读全文
posted @ 2012-08-06 18:33 Mr老刘 阅读(1208) 评论(0) 推荐(2) 编辑
摘要: The jQuery library includes a nice event handling system that supports all the underlying JavaScript events but makes them easier to use, consistent across browsers, and compatible with selectors. Lis... 阅读全文
posted @ 2012-08-02 17:21 Mr老刘 阅读(1112) 评论(2) 推荐(1) 编辑
摘要: Write less, do more—that’s the core promise of jQuery, a free, open source JavaScript library first released in 2006. It has won kudos from web developers on all platforms because of the way it cuts o... 阅读全文
posted @ 2012-04-10 17:28 Mr老刘 阅读(365) 评论(0) 推荐(0) 编辑
摘要: At the heart of jQuery is a powerful JavaScript function called jQuery (). We use it to query our HTML page’s document object model (DOM) for all elements that match a CSS selector.As a simple e... 阅读全文
posted @ 2012-04-05 20:48 Mr老刘 阅读(1879) 评论(3) 推荐(4) 编辑
摘要: A couple of tools and techniques make learning and working with jQuery simpler. The first is IntelliSense support for Visual Studio, which adds autocompletion for jQuery functions and variables; howev... 阅读全文
posted @ 2012-04-01 10:55 Mr老刘 阅读(1439) 评论(2) 推荐(5) 编辑
摘要: 英文原版下载地址:单击下载(无需积分) 备注: 在此之前,我也认真阅读了r01cn童鞋的译文,非常感谢r01cn童鞋的无私奉献,为我们这些学习MVC3的童鞋们提供了方便。对应一些词汇的翻译,这里翻译可能和r01cn童鞋不同,在下面我会列举出来,有更好的翻译方式大家可以跟帖提出,我会尽力更正,E文水平 阅读全文
posted @ 2012-03-31 15:19 Mr老刘 阅读(3096) 评论(19) 推荐(6) 编辑
摘要: Every new MVC Framework project that Visual Studio creates includes the jQuery library files, which can be found in the /Scripts folder. There are a number of jQuery files, and it is important to know... 阅读全文
posted @ 2012-03-31 14:57 Mr老刘 阅读(496) 评论(0) 推荐(1) 编辑
摘要: Creating the Project 创建项目 To demonstrate the key jQuery features, we have created a simple MVC Framework application that lists mountain summits and their heights. Given that jQuery is a client-side... 阅读全文
posted @ 2012-03-31 12:31 Mr老刘 阅读(1096) 评论(0) 推荐(1) 编辑