Showing posts with label patterns. Show all posts
Showing posts with label patterns. Show all posts

The Web Designer's Idea Book: The Ultimate Guide To Themes, Trends & Styles In Website Design (Web Designer's Idea Book: The Latest Themes, Trends & Styles in Website Design) Review

The Web Designer's Idea Book: The Ultimate Guide To Themes, Trends and Styles In Website Design (Web Designer's Idea Book: The Latest Themes, Trends and Styles in Website Design)
Average Reviews:

(More customer reviews)
Are you looking to buy The Web Designer's Idea Book: The Ultimate Guide To Themes, Trends & Styles In Website Design (Web Designer's Idea Book: The Latest Themes, Trends & Styles in Website Design)? Here is the right place to find the great deals. we can offer discounts of up to 90% on The Web Designer's Idea Book: The Ultimate Guide To Themes, Trends & Styles In Website Design (Web Designer's Idea Book: The Latest Themes, Trends & Styles in Website Design). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

The Web Designer's Idea Book: The Ultimate Guide To Themes, Trends & Styles In Website Design (Web Designer's Idea Book: The Latest Themes, Trends & Styles in Website Design) ReviewAs a web design author, I often get asked what books I recommend. This of course depends on who is asking and what they want to learn, but one book I often pass along is Curt Cloninger's original* Fresh Styles for Web Designers: Eye Candy from the Underground from 2001. The specific design examples are quite outdated now, but to me, that book was a pivotal source of inspiration at a time when everything online seemed to be either boringly corporate or awkwardly amateur. Cloninger helped me to see the web differently; I learned to creatively tag design trends and techniques so that I could mentally catalog them for my own use.
This process of mentally classifying design inspiration has become a critical part of my growth as a designer as well as my ability to explain web design to the non-designer. In The Web Designer's Idea Book, Patrick McNeil takes the task of cataloging current trends and styles to a meticulous new level. Within the book's 256 pages, McNeil has sorted over 700 screenshots of stellar site design by color, design style, type, theme, element and structure. Within these 6 chapters, he has defined a total of 75 individual design categories. Some examples of these categories include: Blogs, E-Commerce, Minimalist, Wood, Pink & Blue, Muted, Rays, Gradients, Tabs and Massive Footers. Then, within each of these seemingly exclusive categories there are a few paragraphs explaining when, how, and why it should be used along with an average of 8 or 9 example screenshots.
Obviously, reading this book will not teach you to be a great website designer. What it will do is expand your design vocabulary and train you to break down your favorite sources of design inspiration into bite-sized chunks that you can use in your own work. I spent a good portion of the cold, rainy weekend reading through the text in each category and pouring over the pages of screenshots. I saw quite a few familiar examples of good design, but was amazed by quantity of inspirational sites that I had never heard of. If I had one complaint about the book it would be that I wish all of the screenshots were full-size, or perhaps if they couldn't be, that there was an archive of the full-size screenshots posted somewhere on the web. Regardless, I'm sure the book will be a huge source of inspiration for me for years to come. Then, when it is too old to serve as inspiration, it will most certainly be an excellent resource for web design history.
* As I was writing this review, I discovered that Curt Cloninger just released a sequel to this book: Fresher Styles for Web Designers: More Eye Candy from the Underground You can be sure that I'll be reviewing this book as well in the near future.The Web Designer's Idea Book: The Ultimate Guide To Themes, Trends & Styles In Website Design (Web Designer's Idea Book: The Latest Themes, Trends & Styles in Website Design) OverviewInspiring Web Design at a Glance
The Web Designer's Idea Book includes more than 700 websites arranged thematically, so you can find inspiration for layout, color, style and more. Author Patrick McNeil has cataloged more than 20,000 sites on his website, and showcased in this book are the very best examples.
Sites are organized by color, design style, type, theme, element and structure. It's easy to use and reference again and again, whether you're talking with a co-worker or discussing website design options with a client. As a handy desk reference for design layout, color and style, this book is a must-have for starting new projects.

Want to learn more information about The Web Designer's Idea Book: The Ultimate Guide To Themes, Trends & Styles In Website Design (Web Designer's Idea Book: The Latest Themes, Trends & Styles in Website Design)?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Professional ASP.NET MVC 1.0 (Wrox Programmer to Programmer) Review

Professional ASP.NET MVC 1.0 (Wrox Programmer to Programmer)
Average Reviews:

(More customer reviews)
Are you looking to buy Professional ASP.NET MVC 1.0 (Wrox Programmer to Programmer)? Here is the right place to find the great deals. we can offer discounts of up to 90% on Professional ASP.NET MVC 1.0 (Wrox Programmer to Programmer). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Professional ASP.NET MVC 1.0 (Wrox Programmer to Programmer) ReviewIf you are looking for a gentle overview of the ASP.NET MVC Framework, this is a solid book. If you are looking for a "Pro" book, there are better books available.
Over a third of the book is the Nerddinner walkthrough which is an excellent introduction to the ASP.NET MVC Framework. There are plenty of pictures so you don't lose your way, and the step-by-step instructions really help the beginning ASP.NET MVC Developer better understand the code, how it works, and why it was coded as such. Nerddinner will always be that beginner example we talk about and I love having it in book form.
The rest of the book starts to systematically look at the various pieces of ASP.NET MVC - Routes, Controllers, Views, and Filters. You basically get a very nice overview of each with a deeper-dive now and then. As a beginner book, I think the deeper dives are nicely placed and fine for someone who wants to use the MVC Framework out-of-the-box. However, for those who want to become an expert, extend the framework, or create an opinionated MVC Framework, you will be disappointed that the book does not go deep enough.
There are some smaller chapters on AJAX, security, unit testing, Webforms vs. MVC, and using Webforms with MVC. Again, good beginner material that gets your feet wet for more advanced and challenging books. The chapters entitled, Webforms vs. MVC and Webforms with MVC, feel like Microsoft product positioning, but they are still useful in understanding their thoughts ( whether you agree or disagree ).
Lastly the book has some quotes and personal thoughts by various ASP.NET MVC team members sprinkled throughout. I personally love those little gems as it gives you insight here and there into the development process and the decisions that had to be made. Reminds me of the book, Framework Design Guidelines. It humanizes the book, making it fun.
In conclusion, I think Professional ASP.NET MVC 1.0 is a solid beginner book. I think it would have been better named "Beginning ASP.NET MVC 1.0," but I have been using the ASP.NET MVC Framework for a long time, too.Professional ASP.NET MVC 1.0 (Wrox Programmer to Programmer) OverviewThis book begins with you working along as Scott Guthrie builds a complete ASP.NET MVC reference application. He begins NerdDinner by using the File->New Project menu command within Visual Studio to create a new ASP.NET MVC Application. You'll then incrementally add functionality and features. Along the way you'll cover how to create a database, build a model layer with business rule validations, implement listing/details data browsing, provide CRUD (Create, Update, Delete) data form entry support, implement efficient data paging, reuse UI using master pages and partials, secure the application using authentication and authorization, use AJAX to deliver dynamic updates and interactive map support, and implement automated unit testing.
From there, the bulk of the rest of the book begins with the basic concepts around the model view controller pattern, including the little history and the state of the MVC on the web today. We'll then go into the ways that MVC is different from ASP.NET Web Forms. We'll explore the structure of a standard MVC application and see what you get out of the box. Next we dig deep into routing and see the role URLs play in your application. We'll deep dive into controllers and views and see what role the Ajax plays in your applications. The last third of the book focuses entirely on advanced techniques and extending the framework.
In some places, we assume that you're somewhat familiar with ASP.NET WebForms, at least peripherally. There are a lot of ASP.NET WebForms developers out there who are interested in ASP.NET MVC so there are a number of places in this book where we contrast the two technologies. Even if you're not already an ASP.NET developer, you might still find these sections interesting for context, as well as for your own edification as ASP.NET MVC may not be the web technology that you're looking for.
It's worth noting, that ASP.NET MVC is not a replacement for ASP.NET Web Forms (aka just "ASP.NET"). Many web developers have been giving a lot of attention to other web frameworks out there (Ruby on Rails, Django) which have embraced the MVC (Model-View-Controller) application pattern, and if you're one of those developers, or even if you're just curious, this book is for you.
MVC allows for (buzzword alert!) a "greater separation of concerns" between components in your application. The book goes into the ramifications of this, but if it had to be said it in a quick sentence: ASP.NET MVC is ASP.NET Unplugged. ASP.NET MVC is a tinkerer's framework that gives you very fine-grained control over your HTML and Javascript, as well as complete control over the programmatic flow of your application.

Want to learn more information about Professional ASP.NET MVC 1.0 (Wrox Programmer to Programmer)?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Object-Oriented JavaScript: Create scalable, reusable high-quality JavaScript applications and libraries Review

Object-Oriented JavaScript: Create scalable, reusable high-quality JavaScript applications and libraries
Average Reviews:

(More customer reviews)
Are you looking to buy Object-Oriented JavaScript: Create scalable, reusable high-quality JavaScript applications and libraries? Here is the right place to find the great deals. we can offer discounts of up to 90% on Object-Oriented JavaScript: Create scalable, reusable high-quality JavaScript applications and libraries. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Object-Oriented JavaScript: Create scalable, reusable high-quality JavaScript applications and libraries ReviewThe book is very well written and contains a lot of great information, but if you're looking to learn how "Create scalable, reusable high-quality javascript applications and libraries", it is nearly useless. There were a total of two chapters that I found useful to a non-novice. One covered inheritance options in incredible details (which is great, since there are so many), and the last chapter gives lip service to covering common OO patterns with javascript. That's about it. "Introduction to creating objects and simple OO patterns in Javascript" would have been a much more apt title.Object-Oriented JavaScript: Create scalable, reusable high-quality JavaScript applications and libraries OverviewCreate scalable and reusable high-quality JavaScript applications and libraries using the concepts of object-oriented programming. This book is for the beginning to intermediate web developer who wants to solve web development problems with smart JavaScript. It does not assume any prior knowledge of JavaScript programming; however even if you already know some JavaScript, there will be plenty for you to learn here.

Want to learn more information about Object-Oriented JavaScript: Create scalable, reusable high-quality JavaScript applications and libraries?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Professional ASP.NET Design Patterns Review

Professional ASP.NET Design Patterns
Average Reviews:

(More customer reviews)
Are you looking to buy Professional ASP.NET Design Patterns? Here is the right place to find the great deals. we can offer discounts of up to 90% on Professional ASP.NET Design Patterns. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Professional ASP.NET Design Patterns ReviewThis is a pretty sharp book. I bought it for 3 reasons. The first was I liked the author's other book Professional Enterprise .NET (Wrox Programmer to Programmer). The second was I wanted to read something about ASP.NET MVC since I don't use it at work. Third, I like to read all new pattern books because it is the only way I can keep them fresh in my mind.
This book is written extremely well. It starts with an introduction to the S.O.L.I.D. design principles and an introduction to design patterns. It then covers every layer of a common enterprise level ASP.NET application and shows the use of patterns in each layer (Business, Service, Data Access, Presentation, and User Experience). The book covers a ton of patterns including both GOF design patterns and Fowler's Enterprise Application Design patterns.
Design patterns covered include Factory, Decorator, Command, Chain of Responsibility, Template, State, Strategy, Composite, and Facade. Messaging patterns such as Document Message, Request-Response, Reservation, and the Idempotent pattern are covered. Enterprise patterns include Lazy Loading, Identity Map, Unit of Work, and the Query Object. User interface patterns include Model-View-Controller, PageController, Model-View-Presenter, and Front Controller.
The third part of the book includes a case study that builds out an E-Commerce store from soup to nuts. They start with requirements and end with a final product you can download from Codeplex.
The downloadable code is very well organized and usable. As mentioned above the authors have also posted a separate download called ASP.NET MVC 2 Case Study Starter Kit on Codeplex which includes the case study sample project covered in the third part of the book.
One of the things I really like about the book is that it includes the use of tools like AutoMapper, NHibernate, StructureMap, Entity Framework, and Castle MonoRail. It also includes patterns using JQuery and Json.
All in all this book accomplished what I had hoped it would. It is a great book on patterns that every programmer should read. It is a must have for any serious developer.Professional ASP.NET Design Patterns OverviewThis unique book takes good ASP.NET (MVC/Webforms) application construction one step further by emphasizing loosely coupled and highly cohesive ASP.NET web application architectural design. Each chapteraddresses a layer in an enterprise ASP.NET (MVC/Webforms)application and shows how proven patterns, principles, and best practices can be leveraged to solve problems and improve the design of your code. In addition, a professional-level, end-to-end case study is used to show how to use best practice design patterns and principles in a real website.Professional ASP.NET Design Patterns:
All patterns and principles are applicable to ASP.NET MVC and ASP.NET Web forms
Demonstrates how to use the Gang of Four design patterns to improve your ASP.NET code
Shows how Fowler's Enterprise patterns and the S.O.L.I.D. design principles fit into an enterprise-level ASP.NET site
Provides details on how to layer an ASP.NET application and separate your concerns and responsibilities
Details AJAX patterns using JQuery and Json, and messaging patterns with WCF
Shares best practice tools for ASP.NET such as AutoMapper, NHibernate, StructureMap, Entity Framework, and Castle MonoRail
Uncovers tips for separating a site's UX and presentation layer using MVC, MVP and the Front Controller patterns
Features code examples that are applicable to all versions of ASP.NET
This book features C# code examples in ASP.NET MVC and ASP.NET Web forms.Stay up to date with the latest case study ASP.NET MVC C# code used in the book at the project home page aspnetdesignpatterns.codeplex.com/.Contents:Part 1: Introducing Patterns & Design Principles1. The Pattern for successful applications 2. Dissecting the Patterns PatternPart 2: The Anatomy of an ASP.NET Application: Learning and Applying Patterns 3. Layering Your Application 4. Business Logic Layer: Organisation 5. Business Logic Layer: Patterns 6. Service Layer 7. Data Access Layer 8. Presentation Layer 9. User Experience Layer Part 3: Case Study: The Online E-Commerce Store (ASP.NET MVC 2 in C#)10. Requirements & Infrastructure 11. Product Catalogue Browsing 12. Shopping Basket 13. Membership 14. Ordering and Payment

Want to learn more information about Professional ASP.NET Design Patterns?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

JavaScript Patterns Review

JavaScript Patterns
Average Reviews:

(More customer reviews)
Are you looking to buy JavaScript Patterns? Here is the right place to find the great deals. we can offer discounts of up to 90% on JavaScript Patterns. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

JavaScript Patterns ReviewIt's often difficult to find good intermediate to advanced technical books that help you get over the hump. This is most definitely one of those books, IMO, along with Javascript: The Good Parts by Crockford and High Performance JavaScript by Zakas.
If you're a beginner, even an ambitious beginner, such as an experienced programmer in another language, you don't want to start here. For beginners, I'd recommend Zakas (Javascript for Web Developers) as the most complete introduction to Javascript, the DOM and browser scripting; or Simply JavaScript from Sitepoint for a gentler introduction that emphasizes the separation of structured content (HTML), presentation (CSS) and behavior (scripting the DOM with Javascript).
OTOH, if you're more or less comfortable with core Javascript and the DOM but want to clarify and explore the many idiosyncracies and fine points of JS, this book really hits the sweet spot. The table of contents is available on Amazon or O'Reilly, so I won't recap it - but will avow that Stefanov both chooses his topics and covers and organizes his material very well. This is a precisely and well-written book, and the reader will infer that there must have be a lot of experience, previous history and discussions behind these 200+ pages. I've read the blogs of the majority of his technical reviewers and believe you're in good hands here. I'm really lovin' this book. The only caveat - don't expect a lot on browser scripting. However, I'd be surprised if the somewhat experienced, but non-ninja, Javascript programmer did not significantly take his/her knowledge to a higher level after reading JavaScript Patterns.JavaScript Patterns Overview
What's the best approach for developing an application with JavaScript? This book helps you answer that question with numerous JavaScript coding patterns and best practices. If you're an experienced developer looking to solve problems related to objects, functions, inheritance, and other language-specific categories, the abstractions and code templates in this guide are ideal -- whether you're writing a client-side, server-side, or desktop application with JavaScript.

Written by JavaScript expert Stoyan Stefanov -- Senior Yahoo! Technical and architect of YSlow 2.0, the web page performance optimization tool -- JavaScript Patterns includes practical advice for implementing each pattern discussed, along with several hands-on examples. You'll also learn about anti-patterns: common programming approaches that cause more problems than they solve.

Explore useful habits for writing high-quality JavaScript code, such as avoiding globals, using single var declarations, and more
Learn why literal notation patterns are simpler alternatives to constructor functions
Discover different ways to define a function in JavaScript
Create objects that go beyond the basic patterns of using object literals and constructor functions
Learn the options available for code reuse and inheritance in JavaScript
Study sample JavaScript approaches to common design patterns such as Singleton, Factory, Decorator, and more
Examine patterns that apply specifically to the client-side browser environment


Want to learn more information about JavaScript Patterns?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...