无懈可击的Web设计:利用XHTML和CSS提高网站的灵活性与适应性
- mike_24 财富等级:
|
|
当你学会了基本的CSS和HTML后,你应该读一读这本书。它会让你明白如何灵活恰当地使用CSS,使你的网页更具有扩展性。当然这本书的魅力所在不是教你如何使用CSS,而是一种思想,一种让WEB设计变得无懈可击的思想。
|
|
此评论对你有用
没用
|
| |
|
|
|
无懈可击的Web设计:利用XHTML和CSS提高网站的灵活性与适应性
- haoqi9999 财富等级:
|
|
很想拥有,是属于自己的书。因为只有是自己的书你会更觉得更重要,更珍惜!
|
|
此评论对你有用
没用
|
| |
|
|
|
|
|
|
|
无懈可击的Web设计:利用XHTML和CSS提高网站的灵活性与适应性
- xfjJason 财富等级:
|
|
很想读,应该是本很不错的书,现添加到书架,以后有时间,买本回来慢慢看。
|
|
此评论对你有用
没用
|
| |
|
|
|
真的有电子版的书籍么?
- zhxie253 财富等级:
|
dz08039 真的找到了电子书么? 给我发下好么?其他人也可以啊! 电子邮件:zhxie253@163.com
|
|
此评论对你有用
没用
|
| |
|
|
|
无论视觉上多美观或者内容多丰富,如果它不能适应各种浏览情况并能面向尽可能广泛的用户群,那它就不算是真正成功的网站。
- octopus1 财富等级:
|
无论视觉上多美观或者内容多丰富,如果它不能适应各种浏览情况并能面向尽可能广泛的用户群,那它就不算是真正成功的网站。
|
|
此评论对你有用
没用
|
| |
|
|
|
同意
- jishuzhilu 财富等级:
|
一个网站,无论视觉上多美观或者内容多丰富,如果它不能适应各种浏览情况并能面向尽可能广泛的用户群,那它就不算是真正成功的网站。 非常正确。
|
|
此评论对你有用
没用
|
| |
|
|
|
|
|
这本书内容还好
- cellit 财富等级:
|
我买了这本书,觉得内容还不错,只是少点,而且有点觉得只是作为在线的教程更好,就那么点内容,拿来出这么一本书,实在太黑了。 之前也有看《网站重构》,这本还是值得推荐的。 期待《CSS禅意花园》,不知这本怎么样。
|
|
此评论对你有用
没用
|
| |
|
很好的一本书
- fandt 财富等级:
|
|
这本书不错!最近几个项目中用到这本书中不少的方法。希望各位感兴趣的朋友看看。
|
|
此评论对你有用
没用
|
| |
|
【翻译】
- ruanjiantaotao 财富等级:
|
【原书链接】http://www.amazon.com/gp/product/0735621632/103-2135400-7630261?v=glance&n=283155&s=books&v=glance 【原书评内容】 If youre this kind of .NET developer who understood that the more you know about the CLR the better your code will be, this book is a MUST-READ. Youll find information available nowhere else at almost every page.
I really enjoyed the numerous digressions about reasons why MS engineers designed the CLR and the Framework the way it is. For example youll find answers to tricky questions such as:
Why the C# compiler uses a callvirt IL instruction (and not a call IL instruction) when calling a non-virtual instance method?
What are the rare cases when you should consider using the Explicit Interface Method Implementation? (EIMI)
How the underlying processor architecture and volatile memory access are related in the CLR sphere?
How .NET framework classes with many events such as System.Windows.Forms.Control are designed to save memory at runtime?
And many many many more.
I also liked the fact that J.Richter is one of the very few who has enough knowledge on the subject to criticize some design choices made by MS. Often some alternatives for future .NET releases are proposed.
Clearly, if you are a beginner this is not the first .NET book you should read. But if your goal is to become a.NET expert, then know that youll end up by reading this book.
【翻译书评】 如果你是那种明白越是你懂CLR越多你的代码就越好的.NET开发者,这本书是必读的。你将只有在这本书发现有用的信息。
我真正享受很多话题,这些话题关于为什么微软工程师们设计CLR以及框架。举例来说吧,你将找到答案来解决如下的问题:
当调用一个非虚拟的实例方法时,为什么C#编译器使用虚拟调用IL指令(不是直接调用IL指令)?
当你应该考虑使用显示的接口方法实现时,什么是稀有案例呢?
后台的处理器架构和内存访问是如何和CLR空间相关的?
.NET框架中的类拥有很多事件,如System.Windows.Forms.Control,是如何设计成在运行时节约内存开销?
还有许许多多。
我也喜欢这一事实:J.Richter是少数几个拥有这一方面足够的知识去批评微软设计的方案的人。经常一些可选的用于将来.NET发布的选择被取消。
很明显,如果你是一个新手,这不是第一本你应该读的.NET书。但是如果你的目标是成为.NET专家,那么会知道你将以这本书结束。 【译者】taotao from www.swjtu.edu.cn
|
|
此评论对你有用
没用
|
| |
|
【翻译】
- ruanjiantaotao 财富等级:
|
【原书链接】http://www.amazon.com/gp/product/0735621632/103-2135400-7630261?v=glance&n=283155&s=books&v=glance 【原书评内容】 At the heart of Microsoft .NET is the CLR. .NET development is primarily about directing the CLR. But how can you do that if you dont really know what the CLR is or what it can do?
Most .NET programming books are language centric. The capabilities of the CLR are implied based on the description of the language. Jeffery Richters book is CLR centric. It describes what the CLR can do and how it does it. C# is used to provide practical examples of how to direct the CLR.
The book clearly and efficiently presents vital information that youd spends days trying to discover by either pouring over MSDN or writing test applications. Highlights include:
* how source code is converted to IL, stored, managed, and executed * a description of the code metadata available at run time and how it is used * how data is classified, organized, and managed * a description of the members that make up a class (fields, methods, etc.) * how to handle exceptions * how garbage collection works * how reflection works * how to write multi-threaded applications
Throughout the book there are many warnings about pitfalls and gotchas. The execution efficiency of different approaches is explained for many situations.
I urge any .NET developer who doesnt really understand the CLR to read this book. 【翻译书评】 微软.NET的核心就是CLR。.NET开发主要是关于CLR。但是当你不知道CLR是什么及CLR到底能做什么时,你会怎么杨?
大多数.NET开发的书籍是以语言为中心。CLR的能力是被语言的描述所隐藏的。Jeffery Richter的书是以CLR为中心的。它描述了什么是CLR以及CLR如何做的。C#是用来提供实践的例子,那些例子是关于如何适用CLR的。
这本书明确高效地阐述了重要的信息,这些信息是你花好几天通过浏览MSDN或写应用程序一直要找的。主要有以下几点: *源代码是如何转换成IL的,如何被存储,管理及执行 *可用的元代码在运行时刻的描述及如何适用 *组成一个类的成员的描述(域,方法,等等) *如何处理异常 *垃圾回收机制如何工作 *映射机制如何工作 *如何编写多线程的应用
纵观整本书,里面有许多关于陷阱和出错的警告。不同途径的执行效率用于不同的情景下。
我鼓励任何对CLR不是真正明白的.NET的开发者去读这本书。 【译者】taotao from www.swjtu.edu.cn
|
|
此评论对你有用
没用
|
| |
|
内容还不错。
- vontall 财富等级:
|
看大家评价不错,便买了一本,才读完。 文中的例子很有用,可以拿出来直接运用。而且由于书是全彩的,可以在书上直接展示运用各种CSS的效果,这一点不错。 但这本书对是CSS的基础很少涉及,需要有些CSS的基本,推荐苏沈小雨编的那个著名的电子书《CSS2中文手册》,可以做为参考。
|
|
此评论对你有用
没用
|
| |
|
|
|
|
|
感觉对我来说还是有帮助的
- yaolu520 财富等级:
|
|
可能是因为之前我的CSS水平很差的,并且做网页时布局也都用表格,所以一直想看一本讲用CSS+DIV做布局的书,虽然只是看了连载中的前两章,但是仍然感觉到对我的震撼很大,相对于以前我所了解到的,感觉这本书里讲的是另一片的天空,呵,不再是我在井底下看到的那片天了。
|
|
此评论对你有用
没用
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|