自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (15)
  • 收藏
  • 关注

空空如也

CSS The Definitive Guide 3rd Edition

By Eric Meyer (Author) CSS: The Definitive Guide, 3rd Edition, provides you with a comprehensive guide to CSS implementation, along with a thorough review of all aspects of CSS 2.1. Updated to cover Internet Explorer 7, Microsoft's vastly improved browser, this new edition includes content on positioning, lists and generated content, table layout, user interface, paged media, and more. Simply put, Cascading Style Sheets (CSS) is a way to separate a document's structure from its presentation. The benefits of this can be quite profound: CSS allows a much richer document appearance than HTML and also saves time you can create or change the appearance of an entire document in just one place, and its compact file size makes web pages load quickly. CSS: The Definitive Guide, 3rd Edition, provides you with a comprehensive guide to CSS implementation, along with a thorough review of all aspects of CSS 2.1. Updated to cover Internet Explorer 7, Microsoft's vastly improved browser, this new edition includes content on positioning, lists and generated content, table layout, user interface, paged media, and more. Author Eric Meyer tackles the subject with passion, exploring in detail each individual CSS property and how it interacts with other properties. You'll not only learn how to avoid common mistakes in interpretation, you also will benefit from the depth and breadth of his experience and his clear and honest style. This is the complete sourcebook on CSS. The 3rd edition contains: Updates to reflect changes in the latest draft version of CSS 2.1 Browser notes updated to reflect changes between IE6 and IE7 Advanced selectors supported in IE7 and other major browsers included A new round of technicaledits by a fresh set of editors Clarifications and corrected errata, including updated URLs of referenced online resources

2012-03-12

Programming Microsoft ASP.NET MVC

Product Description Delve into the features, principles, and pillars of the ASP.NET MVC framework-deftly guided by Web development luminary Dino Esposito. ASP.NET MVC forces developers to think in terms of distinct components-model, view, controller-that make it easier to manage application complexity. Plunge into the framework’s internal mechanics and gain a practical, what-why-how perspective behind each ASP.NET MVC building block. You’ll understand how and when to use this programming model as an alternative to Web Forms-to gain full control of HTML, simplify testing and extensibility, and design better Web sites and experiences. As always, Esposito provides the detailed, insightful guidance and illustrative code samples you need to get productive quickly. Who Is This Book For? As explained in great detail in Chapter 1, “Goal of ASP.NET MVC and Motivation for Its Development,” ASP.NET Web Forms is showing the signs of age. And ASP.NET MVC is an excellent (although still incomplete) replacement. My guess—my humble, two-cent guess—is that in a couple of years (and in a couple of versions) ASP.NET MVC will offer the same level of productivity as Web Forms—either because of framework enhancements or because of even more powerful tooling. At that point, you will have two options that are equivalent functionally and in terms of productivity. But one of them (ASP.NET MVC) can help you write better code, faster. This may not be the case today with ASP.NET MVC 2, but it likely will be the case with ASP.NET MVC 3 or 4. I don’t think that ASP.NET Web Forms will be dismissed very soon. For example, rumors suggest that ASP.NET Web Forms will move decidedly toward increasing testability in version 5 through the introduction of some MVP support. We’ll see, but as I see things ASP.NET MVC is and will remain far superior technically. Although pushing a team to use ASP.NET MVC today on a project might be an arguable choice, pushing it within a software company isn’t an arguable choice at all. Having a deep understanding of ASP.NET MVC makes you a better developer. ASP.NET MVC is easy to pick up for junior developers who are just out of school, even though it could be harder for experienced Web Forms developers to learn. This book assumes you have knowledge of Web Forms programming as it explains how ASP.NET MVC works and how to use it effectively. My experience shows that too many Web Forms developers built their expertise by trial and error. ASP.NET MVC requires a sort of reset, and you know that after you reboot your machine it normally runs faster. But this personal reboot may take a bit of effort. Start today with ASP.NET MVC, even in parallel with current Web Forms projects. You’ll see the difference, understand the basic facts of Web development, and soon be ready for writing better code with both Web Forms and ASP.NET MVC.

2011-07-14

Pro ASP.NET MVC 2 Framework

In this book, the core model-view-controller (MVC) architectural concepts are not simply explained or discussed in isolation, but are demonstrated in action. You’ll work through an extended tutorial to create a working e-commerce web application that combines ASP.NET MVC with the latest C# language features and unit-testing best practices. By gaining this invaluable, practical experience, you’ll discover MVC’s strengths and weaknesses for yourself—and put your best-learned theory into practice. What you’ll learn Gain a solid architectural background to ASP.NET MVC V2, including MVC and REST concepts. Explore the entire ASP.NET MVC Framework and take a detailed look at the official MVC development toolkit. See how it works with test-driven development in action. Capitalize on your existing knowledge quickly and easily through translation and comparison of features in classic ASP.NET to those in ASP.NET MVC. Learn about the latest security and deployment issues, including IIS 7.0. Who this book is for This book is for web developers with a basic knowledge of ASP.NET and C# who want (or need) to start using the new ASP.NET MVC 2 Framework.

2011-07-14

w3school教程最新版(2011.03)

w3school 教程 最新版(2011年03月)

2011-06-20

CLR via C#

CLR via C# 以及源代码

2011-06-20

Pro ASP.NET Extensibility

Pro ASP.NET Extensibility

2011-06-20

cyqdata.com_CYQBlog_V10_Source

cyqdata.com_CYQBlog_V10_Source

2011-06-20

Beginning JavaScript and CSS Development with jQuery

Beginning JavaScript and CSS Development with jQuery

2011-04-03

你必须知道的.NET

你必须知道的.NET pdf 全书 本书来自于微软MVP的最新技术心得和感悟,将技术问题以生动易懂的语言展开,层层深入,以例说理。全书主要包括了.NET基础知识及其深度分析,以.NET Framework和CLR研究为核心展开.NET本质论述,涵盖了.NET基本知识几乎所有的重点内容。全书分为5个部分,第1部分讲述.NET与面向对象,从底层实现角度分析了.NET如何实现面向对象机制,进一步分析了面向对象设计原则;第2部分论述了.NET类型系统和CLR的内存管理机制,并对IL语言进行了相应介绍;第3部分论述.NET Framework框架的方方面面,详细分析了.NET框架的所有重点、难点和疑点内容,对框架类库的全貌进行了必要的专题性探讨;第4部分重点介绍了.NET泛型和安全性的相关知识和本质解密;第5部分对.NET 3.0/3.5新特性进行了详细的介绍和引导,对于快速入门.NET新特性提供了方便之门。

2011-04-03

《XNA_4.0_学习指南》

想为Xbox360和Windows Phone 7开发游戏吗?通过这本人手必备的教程,您将立马掌握使用微软XNA 4.0游戏开发框架,即使您毫无游戏开发经验。尽管XNA包含几个重要并且对于网络开发新手很难掌握的概念,《XNA4.0学习指南》却能通过清晰、易解的而又循序渐进的方式来减少学习弯路。 学习游戏开发的重要概念,涵盖了从2D动画到3D场景摄像机和特效制作的各个方面。 深入探讨3D渲染的高级着色语言(HLSL),并涉及到基本的人工智能概念。 构建三个完整、激动人心且使用到2D、3D和多玩家技术的游戏。 开发和部署您的游戏到Xbox360和Windows Phone 7平台上。 附源代码下载:http://u.115.com/file/f19e864cd0

2011-01-20

Pro C# 2010 and the .NET 4 Platform

Pro C# 2010 and the .NET 4 Platform(fifth edition) Andrew Troelsen C#与.Net4.0高级程序设计

2010-06-07

C#软件启动界面特效源码

C#软件启动界面特效源码................

2009-01-11

MulThreadclass多线程管理类

MulThreadclass多线程管理类

2008-10-27

SuperMenu

帮助你管理自己电脑的右键菜单

2008-06-10

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除