General Books - Page 5

MagicBeanDip.com

Page 5 of 200 - Go to page: 1 2 3 4 5 6 7 8 9 10 16

Professional ASP.NET 3.5: In C# and VB (Programmer to Programmer)

Bill Evjen, Scott Hanselman, Devin Rader

Professional ASP.NET 3.5: In C# and VB (Programmer to Programmer) Bill Evjen, Scott Hanselman, Devin Rader Amazon Price: $34.64
List Price: $54.99
Usually ships in 24 hours
By: Wrox
Amazon Marketplace: 54 new & used starting at $24.38

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Home Computing -> Internet -> General AAS
Subjects -> Computers & Internet -> Microsoft -> Development -> Visual Basic -> .Net
Subjects -> Computers & Internet -> Microsoft -> Development -> Visual Basic -> C#

Customer Reviews:
Total reviews: 26 Average rating: 4.0 of 5

This one Rocks... er... Wrox!! 5 out of 5 stars.
2 of 2 people found this review helpful.

Bill, Scott, and Devin really did a great job pulling together key topics in ASP.NET 3.5.
This book is huge... weighting in at 1,584 pages not counting the online resources and index.
It basically covers everything any developer would want to brush up on or learn completely from scratch. I was only looking to learn about caching for scaling issues( and it was a great chapter 23), but I learned about so much more. I recently got a new job as a Lead ASP.NET developer and the site I have to fix is a poorly written asp.net 2.0 site with lots of table adapter code, custom role management based on a nasty switch statement, custom logging based on a file and poor threading synchronization, etc. It's bad... not to mention all the ASMX stuff. :-(
Anyway, every time I flipped to a new section of the book it had a solution to the problem I was facing with the nasty 2.0 site. For instance, I can use LINQ to SQL to get rid of the table adapter code, role based management is obvious and should have been leveraged from the beginning, custom logging is cool because now I can leverage System.Web.Management.EventLogWebEventProvider which handles writing to the eventlog and database at the same time... for free! Not to mention System.Web.Management.SimpleMailWebEventProvider which handles emailing me about any warnings or errors. A few more chapters in the book that I really like are IIS7, Membership and Role Management (might as well be under the hood), and of course... LINQ.
LINQ to Objects, LINQ to XML, and LINQ to SQL. The book even ends with a chapter on Silverlight. Awesome stuff!

Theirs so much in this book that I couldn't possibly due it justice by listing it all here. All I can say is go pick it up if you're a Dev... or at least thumb through it the next time your in the book store. :-)

Editorial Review:

ASP.NET 3.5 brings the power of Visual Studio 2008 along with the multitude of language improvements in C# 2008 and Visual Basic 2008 as well as powerful new technology called LINQ, together with the ASP.NET 2.0 Framework you already know and love. Combine all this with the release of IIS 7.0, and you have a truly revolutionary leap forward in web application development. Greatly expanded from the original best-selling Professional ASP.NET 2.0, this new edition adds hundreds of pages and dozens of code samples so youll be prepared to put these new technologies into action.

Always Be Testing: The Complete Guide to Google Website Optimizer

Bryan Eisenberg, John Quarto-vonTivadar

Always Be Testing: The Complete Guide to Google Website Optimizer Bryan Eisenberg, John Quarto-vonTivadar Amazon Price: $19.79
List Price: $29.99
Usually ships in 24 hours
By: Sybex
Amazon Marketplace: 45 new & used starting at $15.49

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Home Computing -> Internet -> General AAS
Subjects -> Computers & Internet -> Business & Culture -> Web Marketing
Subjects -> Computers & Internet -> Business & Culture -> E-Commerce

Customer Reviews:
Total reviews: 6 Average rating: 5.0 of 5

Editorial Review:

Stop guessing, start testing, and enjoy greater success with your website.

If you’re looking for more leads, sales, and profit from your website, then look no further than this expert guide to Google’s free A/B and multivariate website testing tool, Google Website Optimizer. Recognized online marketing guru and New York Times bestselling author, Bryan Eisenberg, and his chief scientist, John Quarto-vonTivadar, show you how to test and tune your site to get more visitors to contact you, buy from you, subscribe to your services, or take profitable actions on your site. This practical and easy-to-follow reference will help you:

  • Develop a testing framework to meet your goals and objectives
  • Improve your website and move more of your customers to action
  • Select and categorize your products and services with a customer-centric view
  • Optimize your landing pages and create copy that sells
  • Choose the best test for a given application
  • Reap the fullest benefits from your testing experience
  • Increase conversions with over 250 testing ideas
  • Save $25 on Google AdWords with coupon included in the book

Take the guesswork out of your online marketing efforts. Let Always Be Testing: The Complete Guide to Google Website Optimizer show you why you should test, how to test, and what to test on your site, and ultimately, help you discover what is best for your site and your bottom line.

Python in a Nutshell, Second Edition (In a Nutshell (O'Reilly))

Alex Martelli

Python in a Nutshell, Second Edition (In a Nutshell (O'Reilly)) Alex Martelli Amazon Price: $26.39
List Price: $39.99
Usually ships in 24 hours
By: O'Reilly Media, Inc.
Amazon Marketplace: 58 new & used starting at $17.99

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> Python
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General AAS

Customer Reviews:
Total reviews: 36 Average rating: 4.5 of 5

Editorial Review:

This book offers Python programmers one place to look when they need help remembering or deciphering the syntax of this open source language and its many powerful but scantily documented modules. This comprehensive reference guide makes it easy to look up the most frequently needed information--not just about the Python language itself, but also the most frequently used parts of the standard library and the most important third-party extensions.

Ask any Python aficionado and you'll hear that Python programmers have it all: an elegant object-oriented language with readable and maintainable syntax, that allows for easy integration with components in C, C++, Java, or C#, and an enormous collection of precoded standard library and third-party extension modules. Moreover, Python is easy to learn, yet powerful enough to take on the most ambitious programming challenges. But what Python programmers used to lack is a concise and clear reference resource, with the appropriate measure of guidance in how best to use Python's great power. "Python in a Nutshell" fills this need.

"Python in a Nutshell," Second Edition covers more than the language itself; it also deals with the most frequently used parts of the standard library, and the most popular and important third party extensions. Revised and expanded for Python 2.5, this book now contains the gory details of Python's new subprocess module and breaking news about Microsoft's new IronPython project. Our "Nutshell" format fits Python perfectly by presenting the highlights of the most important modules and functions in its standard library, which cover over 90% of your practical programming needs. This book includes: A fast-pacedtutorial on the syntax of the Python language An explanation of object-oriented programming in Python Coverage of iterators, generators, exceptions, modules, packages, strings, and regular expressions A quick reference for Python's built-in types and functions and key modules Reference material on important third-party extensions, such as Numeric and Tkinter Information about extending and embedding Python

"Python in a Nutshell" provides a solid, no-nonsense quick reference to information that programmers rely on the most. This book will immediately earn its place in any Python programmer's library. Praise for the First Edition:

"In a nutshell, "Python in a Nutshell" serves one primary goal: to act as an immediately accessible goal for the Python language. True, you can get most of the same core information that is presented within the covers of this volume online, but this will invariably be broken into multiple files, and in all likelihood lacking the examples or the exact syntax description necessary to truly understand a command."
--Richard Cobbett, "Linux Format"

"O'Reilly has several good books, of which "Python in a Nutshell" by Alex Martelli is probably the best for giving you some idea of what Python is about and how to do useful things with it."
--Jerry Pournelle, "Byte Magazine"

Dreamweaver CS4 For Dummies (For Dummies (Computer/Tech))

Janine C. Warner

Dreamweaver CS4 For Dummies (For Dummies (Computer/Tech)) Janine C. Warner Amazon Price: $16.49
List Price: $24.99
Usually ships in 24 hours
By: For Dummies
Amazon Marketplace: 37 new & used starting at $13.00

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> General
Subjects -> Computers & Internet -> Programming -> General AAS
Subjects -> Computers & Internet -> Software -> Introductory Guides

Customer Reviews:
Total reviews: 2 Average rating: 5.0 of 5

Editorial Review:

Whether you’re a seasoned pro or a Web design newbie, Dreamweaver CS4 For Dummies shows you the quickest, easiest way to get up to speed on Dreamweaver. You’ll be able to create professional, great-looking, user-friendly websites in no time at all. Take advantage of the new, more customizable interface, improved integration with Flash and Photoshop, a handy new AJAX coding feature, and Live View, which lets you see your work as you create it.

Understand Dreamweaver basics, set up your site and create new pages, and work with text, graphics, and links. You can manage, test, and publish a site, define and apply styles with CSS, coordinate your design work, add audio, video, and Flash files to your site, build a dynamic Web site, and use Dreamweaver’s database features. Know how to:

  • Design, build, and deploy professional-looking Web sites
  • Use Dreamweaver’s new, more versatile preset layouts
  • Fine-tune styles with enhanced CSS support
  • Keep your pages cutting-edge with SmartObjects
  • Take advantage of the new, more customizable interface
  • Understand browser differences, make the most of CSS, build dynamic sites
  • Create and optimize Web graphics
  • Learn to maximize Cascading Style Sheets and Dreamweaver’s Layers features for creating fluid layouts

Complete with lists of ten resources, ten timesaving tips, and ten great Web sites designed in Dreamweaver, Dreamweaver CS4 For Dummies is your one-stop guide to setting up, working with, and making the most of Dreamweaver.

Introducing Microsoft Silverlight 2.0, 2nd Edition

Laurence Moroney

Introducing Microsoft Silverlight 2.0, 2nd Edition Laurence Moroney Amazon Price: $23.09
List Price: $34.99
Usually ships in 24 hours
By: Microsoft Press
Amazon Marketplace: 51 new & used starting at $20.76

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> General
Subjects -> Computers & Internet -> Programming -> General AAS
Subjects -> Computers & Internet -> Software -> General

Customer Reviews:
Total reviews: 9 Average rating: 3.5 of 5

Editorial Review:

Get a jump on the next release of Silverlight with early insights from a Technical Evangelist on the Microsoft Silverlight team. This guide describes how you can simplify the development and deployment of rich interactive applications (RIAs) by using Silverlight 2 tools with Microsoft Visual Studio 2008 and the Microsoft .NET Framework. RIAs are Web applications with the features and functionality of full desktop applications. Processing tasks are performed on the client, but data is stored on the server. With Silverlight, RIAs install quickly via a small, on-demand plug-in. This book demonstrates how you can easily use existing skills and tools to deliver next-generation user interfaces and media experiences. You ll discover how to begin building different types of Silverlight-based solutions, generate Silverlight applications dynamically on the server, create an XAML service, and more. The book also features a companion Web site with code samples in Microsoft Visual C# and Visual Basic .

Key Book Benefits:

* Delivers practical, grounded advice from a member of the Silverlight team, including an insider's view of the evolution of this Web presentation technology
* Describes how Silverlight 2 will simplify development and deployment of RIAs with the .NET Framework and Visual Studio 2008
* Provides context about the relationships among Silverlight and the various .NET Framework 3.0 and 3.5 technologies
* Places RIAs in context for both Web and Windows-based developers
* Features a companion Web site with code samples in Visual C# and Visual Basic

High Performance Web Sites: Essential Knowledge for Front-End Engineers

Steve Souders

High Performance Web Sites: Essential Knowledge for Front-End Engineers Steve Souders Amazon Price: $19.79
List Price: $29.99
Usually ships in 24 hours
By: O'Reilly Media, Inc.
Amazon Marketplace: 58 new & used starting at $12.00

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Computer Science -> Software Engineering -> Information Systems
Subjects -> Computers & Internet -> Programming -> Software Design, Testing & Engineering -> Performance Optimization
Subjects -> Computers & Internet -> Programming -> Software Design, Testing & Engineering -> Software Development

Customer Reviews:
Total reviews: 32 Average rating: 4.5 of 5

Editorial Review:

Want your web site to display more quickly? This book presents 14 specific rules that will cut 25% to 50% off response time when users request a page. Author Steve Souders, in his job as Chief Performance Yahoo!, collected these best practices while optimizing some of the most-visited pages on the Web. Even sites that had already been highly optimized, such as Yahoo! Search and the Yahoo! Front Page, were able to benefit from these surprisingly simple performance guidelines. The rules in High Performance Web Sites explain how you can optimize the performance of the Ajax, CSS, JavaScript, Flash, and images that you've already built into your site -- adjustments that are critical for any rich web application. Other sources of information pay a lot of attention to tuning web servers, databases, and hardware, but the bulk of display time is taken up on the browser side and by the communication between server and browser. High Performance Web Sites covers every aspect of that process. Each performance rule is supported by specific examples, and code snippets are available on the book's companion web site. The rules include how to: Make Fewer HTTP Requests Use a Content Delivery Network Add an Expires Header Gzip Components Put Stylesheets at the Top Put Scripts at the Bottom Avoid CSS Expressions Make JavaScript and CSS External Reduce DNS Lookups Minify JavaScript Avoid Redirects Remove Duplicates Scripts Configure ETags Make Ajax Cacheable If you're building pages for high traffic destinations and want to optimize the experience of users visiting your site, this book is indispensable. "If everyone would implement just 20% of Steve's guidelines, the Web would be a dramatically better place.Between this book and Steve's YSlow extension, there's really no excuse for having a sluggish web site anymore." -Joe Hewitt, Developer of Firebug debugger and Mozilla's DOM Inspector "Steve Souders has done a fantastic job of distilling a massive, semi-arcane art down to a set of concise, actionable, pragmatic engineering steps that will change the world of web performance." -Eric Lawrence, Developer of the Fiddler Web Debugger, Microsoft Corporation

Programming Perl (3rd Edition)

Larry Wall, Tom Christiansen, Jon Orwant

Programming Perl (3rd Edition) Larry Wall, Tom Christiansen, Jon Orwant Amazon Price: $32.97
List Price: $49.95
Usually ships in 24 hours
By: O'Reilly Media, Inc.
Amazon Marketplace: 80 new & used starting at $17.78

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Operating Systems -> Unix -> General
Subjects -> Computers & Internet -> Operating Systems -> Unix -> General AAS
Subjects -> Computers & Internet -> Operating Systems -> General

Customer Reviews:
Total reviews: 110 Average rating: 4.0 of 5

It is difficult to study perl using only this book. 5 out of 5 stars.
1 of 2 people found this review helpful.

It is difficult to study perl using only this book.
Learning perl is the best way to study perl.
This book should be a reference of perl.

And there are many examples on the Net.
You can use these examples to modify for your purpose.
Sometimes, you should study how to debbug perl.

Editorial Review:

Perl is a powerful interpreted programming language that has matured steadily since it first appeared in 1988. The first edition of this book, Programming Perl, hit the shelves in 1990, and was quickly adopted as the undisputed Bible of the language. Since then, Perl has grown with the times, and so has this book. Programming Perl provides a unique introduction to the Perl language and its culture, as you might expect only from its authors. This third edition of the book has been expanded to cover version 5.6 of Perl. New topics include threading, the compiler, Unicode, and other features that have been added or improved since the previous edition.

Programming Python

Mark Lutz

Programming Python Mark Lutz Amazon Price: $37.79
List Price: $59.99
Usually ships in 24 hours
By: O'Reilly Media, Inc.
Amazon Marketplace: 56 new & used starting at $7.00

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Computer Science -> General AAS
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> Python
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General

Customer Reviews:
Total reviews: 3 Average rating: 4.0 of 5

Editorial Review:

Already the industry standard for Python users, "Programming Python" from O'Reilly just got even better. This third edition has been updated to reflect current best practices and the abundance of changes introduced by the latest version of the language, Python 2.5.

Whether you're a novice or an advanced practitioner, you'll find this refreshed book more than lives up to its reputation. "Programming Python," 3rd Edition, teaches you the right way to code. It explains Python language syntax and programming techniques in a clear and concise manner, with numerous examples that illustrate both correct usage and common idioms. By reading this comprehensive guide, you'll learn how to apply Python in real-world problem domains such as: GUI programming Internet scripting Parallel processing Database management Networked applications

"Programming Python," Third Edition covers each of these target domains gradually, beginning with in-depth discussions of core concepts and then progressing toward complete programs. Large examples do appear, but only after you've learned enough to understand their techniques and code.

Along the way, you'll also learn how to use the Python language in realistically scaled programs--concepts such as Object-Oriented Programming (OOP) and code reuse are recurring side themes throughout this text. If you're interested in Python programming, then this O'Reilly classic needs to be within arm's reach. The wealth of practical advice, snippets of code, and patterns of program design can all be put into use on a daily basis--making your life easier and more productive.

Reviews of the second edition:

,,"."about as comprehensive as any book can be.""
--Dr.Dobb's Journal

""If the language had manuals, they would undoubtedly be the texts from O'Reilly...'Learning Python' and 'Programming Python' are definitive treatments.""
--SD Times

Bulletproof Web Design: Improving flexibility and protecting against worst-case scenarios with XHTML and CSS (2nd Edition) (Voices That Matter)

Dan Cederholm

Bulletproof Web Design: Improving flexibility and protecting against worst-case scenarios with XHTML and CSS (2nd Edition) (Voices That Matter) Dan Cederholm Amazon Price: $26.39
List Price: $39.99
Usually ships in 24 hours
By: New Riders Press
Amazon Marketplace: 52 new & used starting at $22.40

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> CSS
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> XHTML
Subjects -> Computers & Internet -> Programming -> General

Customer Reviews:
Total reviews: 106 Average rating: 4.5 of 5

Useful techniques for everyday development 5 out of 5 stars.
0 of 0 people found this review helpful.

Dan Cederholm runs down a list of tips and tricks where he teaches us how to protect our design in worst case scenarios, it's definitely not an entry level book and a great source of techniques. Recommended reading.

Editorial Review:

No matter how visually appealing or content-packed a Web site may be, if it's not adaptable to a variety of situations and reaching the widest possible audience, it isn't really succeeding. In Bulletproof Web Desing, author and Web designer extraordinaire, Dan Cederholm outlines standards-based strategies for building designs that provide flexibility, readability, and user control--key components of every sucessful site. Each chapter starts out with an example of an unbulletproof site one that employs a traditional HTML-based approach which Dan then deconstructs, pointing out its limitations. He then gives the site a make-over using XHTML and Cascading Style Sheets (CSS), so you can see how to replace bloated code with lean markup and CSS for fast-loading sites that are accessible to all users. Finally, he covers several popular fluid and elastic-width layout techniques and pieces together all of the page components discussed in prior chapters into a single-page template.

Adobe Dreamweaver CS4 How-Tos: 100 Essential Techniques (How-Tos)

David Karlins

Adobe Dreamweaver CS4 How-Tos: 100 Essential Techniques (How-Tos) David Karlins Amazon Price: $16.49
List Price: $24.99
Usually ships in 24 hours
By: Adobe Press
Amazon Marketplace: 29 new & used starting at $13.49

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> General
Subjects -> Computers & Internet -> Programming -> General AAS
Subjects -> Computers & Internet -> Web Development -> Web Design -> Dreamweaver

Customer Reviews:
Total reviews: 1 Average rating: 1.0 of 5

A waste of money 1 out of 5 stars.
2 of 4 people found this review helpful.

I bought this book because it was one of the first books for DW CS4. It's the first book I've ever returned. I was going to recommend it for rank beginners as most of the "Essential Techniques" are just the most basic items anyone with a little experience will already know. However, the text for each technique is so brief that it would not be adequate for a beginner. Don't waste your money, there are other, much better books for Dreamweaver CS4 out now.

Editorial Review:

Adobe Dreamweaver CS4 is more than just the world’s most popular and powerful Web design tool: As part of Creative Suite 4 (which includes Photoshop CS4 and Flash CS4), it’s a key component of an overall Web design workflow that encourages users to rely on all of their applications to seamlessly create graphically rich content for the Web and motion graphics. This information- and image-packed guide lets users get right down to work by providing exact steps for the Dreamweaver CS4 features they’re most likely to need and use, including new features like CSS-based page layout with Absolute Placement objects, Spry datasets for pages built with live data, Spry validation forms for collecting user input, and Spry effects. The book showcases each in a stand-alone tip, complete with a relevant hint or two and helpful screenshot. This is how readers can learn just what they need to know, exploring the program at their own pace to learn  just the features and tools they need.

Page 5 of 200 - Go to page: 1 2 3 4 5 6 7 8 9 10 16

Return to MagicBeanDip.com

This page was created in 1.0515 seconds.