Books about Expressions from Amazon.com



JavaScript: The Good Parts
Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before it could be refined This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole-a subset you can use to create truly extensible and efficient code. Considered the JavaScript expert by many people in the development community, author Douglas Crockford identifies the abundance of good ideas that make JavaScript an outstanding object-oriented programming language-ideas such as functions, loose typing, dynamic objects, and an expressive object literal notation. Unfortunately, these good ideas are mixed in with bad and downright awful ideas, like a programming model based on global variables. When Java applets failed, JavaScript became the language of the Web by default, making its popularity almost completely independent of its qualities as a programming language. In JavaScript: The Good Parts, Crockford finally digs through the steaming pile of good intentions and blunders to give you a detailed look at all the genuinely elegant parts of JavaScript, including: Syntax Objects Functions Inheritance Arrays Regular expressions Methods Style Beautiful features

The real beauty? As you move ahead with the subset of JavaScript that this book presents, you'll also sidestep the need to unlearn all the bad parts. Of course, if you want to find out more about the bad parts and how to use them badly, simply consult any other JavaScript book. With JavaScript: The Good Parts, you'll discover a beautiful, elegant, lightweight and highlyexpressive language that lets you create effective code, whether you're managing object libraries or just trying to get Ajax to run fast. If you develop sites or applications for the Web, this book is an absolute must..
Price: $16.81 [Notify me when price goes down.]



Emotions Revealed, Second Edition: Recognizing Faces and Feelings to Improve Communication and Emotional Life
“A tour de force. If you read this book, you’ll never look at other people in quite the same way again.”—Malcolm Gladwell Renowned psychologist Paul Ekman explains the roots of our emotions—anger, fear, disgust, sadness, and happiness—and shows how they cascade across our faces, providing clear signals to those who can identify the clues. As featured in Malcolm Gladwell’s bestseller Blink, Ekman’s Facial Action Coding System offers intense training in recognizing feelings in spouses, children, colleagues, even strangers on the street.
In Emotions Revealed, Ekman distills decades of research into a practical, mind-opening, and life-changing guide to reading the emotions of those around us. He answers such questions as: How does our body signal to others whether we are slightly sad or anguished, peeved or enraged? Can we learn to distinguish between a polite smile and the genuine thing? Can we ever truly control our emotions? Packed with unique exercises and photographs, and a new chapter on emotions and lying that encompasses security and terrorism as well as gut decisions, Emotions Revealed is an indispensable resource for navigating our emotional world.
.
Price: $8.61 [Notify me when price goes down.]


Mastering Regular Expressions
Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Perl, Python, Ruby, Java, VB.NET and C# (and any language using the .NET Framework), PHP, and MySQL.

If you don't use regular expressions yet, you will discover in this book a whole new world of mastery over your data. If you already use them, you'll appreciate this book's unprecedented detail and breadth of coverage. If you think you know all you need to know about regular expressions, this book is a stunning eye-opener.

As this book shows, a command of regular expressions is an invaluable skill. Regular expressions allow you to code complex and subtle text processing that you never imagined could be automated. Regular expressions can save you time and aggravation. They can be used to craft elegant solutions to a wide range of problems. Once you've mastered regular expressions, they'll become an invaluable part of your toolkit. You will wonder how you ever got by without them.

Yet despite their wide availability, flexibility, and unparalleled power, regular expressions are frequently underutilized. Yet what is power in the hands of an expert can be fraught with peril for the unwary. Mastering Regular Expressions will help you navigate the minefield to becoming an expert and help you optimize your use of regular expressions.

Mastering Regular Expressions, Third Edition, now includes a full chapter devoted to PHP and its powerful and expressive suite of regular expression functions, in addition to enhanced PHP coverage in the central "core" chapters. Furthermore, this edition has been updated throughout to reflect advances in other languages, including expanded in-depth coverage of Sun's java.util.regex package, which has emerged as the standard Java regex implementation.Topics include:

  • A comparison of features among different versions of many languages and tools
  • How the regular expression engine works
  • Optimization (major savings available here!)
  • Matching just what you want, but not what you don't want
  • Sections and chapters on individual languages

Written in the lucid, entertaining tone that makes a complex, dry topic become crystal-clear to programmers, and sprinkled with solutions to complex real-world problems, Mastering Regular Expressions, Third Edition offers a wealth information that you can put to immediate use.

Reviews of this new edition and the second edition:

"There isn't a better (or more useful) book available on regular expressions."
--Zak Greant, Managing Director, eZ Systems

"A real tour-de-force of a book which not only covers the mechanics of regexes in extraordinary detail but also talks about efficiency and the use of regexes in Perl, Java, and .NET...If you use regular expressions as part of your professional work (even if you already have a good book on whatever language you're programming in) I would strongly recommend this book to you."
--Dr. Chris Brown, Linux Format

"The author does an outstanding job leading the reader from regex novice to master. The book is extremely easy to read and chock full of useful and relevant examples...Regular expressions are valuable tools that every developer should have in their toolbox. Mastering Regular Expressions is the definitive guide to the subject, and an outstanding resource that belongs on every programmer's bookshelf. Ten out of Ten Horseshoes."
--Jason Menard, Java Ranch

.
Price: $25.18 [Notify me when price goes down.]


Head First C# (Brain-Friendly Guides)
Do you want to learn C#? Programmers around the world have learned that C# lets them design great-looking programs and build them fast. With C#, you ve got a powerful programming language and a valuable tool at your fingertips. And with the Visual Studio IDE, you ll never have to spend hours writing obscure code just to get a button working. C#, Visual Studio and .NET take care of the grunt-work, and let you focus on the interesting parts of getting your programs written. Sound appealing?

Unlike other C# books, which just show you examples and expect you to just memorize them and move on, Head First C# gets you writing code from the beginning. You're given the tools you need, and then you're guided through fun and engaging programming projects. You'll build programs to play a card game, explore a house, and help lazy programmers manage their sick day excuses. But it's not all fun and games: you'll build business applications too, like a contact database and a program to help a party planner estimate her dinner parties. You'll build a dungeon role-playing game and a fully animated, colorful simulation of a beehive. And by the end of the book, you'll build a fast-paced, full-featured retro Invaders arcade game.

Make no mistake: by the time you're done with Head First C#, you'll be able to build full-scale, complex, and highly visual programs. And you'll have all of the C# tools you need to tackle almost any programming problem that comes your way.

Head First C# is built for your brain, using the revolutionary approach that was pioneered by the highly acclaimed and popular Head First series. You'll never get that bored, "eyes glazed over" feeling from Head First C#, because it guides you through one challenging project after another until, by the end of the book, you're a C# rock star!

Here's what you'll learn:
  • Core C# programming concepts
  • How to use the Visual Studio 2008 IDE to build, debug and run your programs
  • Important .NET 3.5 features, including generic collections, Windows forms, GDI+ graphics, streams, serialization and more
  • Using object oriented programming concepts to help you build well-designed programs
  • How to build robust applications with good error handling
  • The latest C# 3.0 features, including LINQ, object and collection initializers, automatic properties, extension methods and more


Throughout the book, you'll confront and conquer advanced C# concepts. Some of the most mysterious ideas are demystified and explained with clear examples: how Unicode works, events and delegates, references versus value types, the stack versus the heap, what's really going on with garbage collection, and more.

Thousands of readers have learned C# using this innovative book, including:
  • Beginning programmers who want to learn programming from the ground up
  • More advanced programmers who are proficient in another language (like Visual Basic, Java, SQL, FoxPro) and want to add C# to their toolbox
  • Programmers who understand basic C# syntax, but are still looking to get a handle on how objects work
  • Anyone who's tried to learn C#, but had to deal with books full of dull examples and nothing but boring console applications
  • Lots of people who just want to learn how to build cool games!


Head First C# is built to work with any version of Visual Studio 2008, including the free express edition. (It can also can be used with any version of Visual Studio 2005.).
Price: $26.49 [Notify me when price goes down.]


Facial Expressions: A Visual Reference for Artists
All artists are tired of persuading their nearest and dearest to look sad...look glad...look mad...madder...no, even madder...okay, hold it. For those artists (and their long-suffering friends), here is the best book ever. FACIAL EXPRESSIONS includes more than 3,500 photographs of fifty faces, men and women of a variety of ages, shapes, sizes, and ethnicities, each demonstrating a wide range of emotions and shown from multiple angles. Who can use this book? Oh, only every artist on the planet, including art students, illustrators, fine artists, animators, story boarders, and comic-book artists. But wait, there's more! Additional photos focus on people wearing hats and couples kissing. while illustrations show skull anatomy and facial musculature. Still not enough? How about a one-of-a-kind series of photos of lips pronouncing the phonemes used in human speech? Animators will swoon--and artists will show a range of facial expressions from happy to happiest to ecstatic..
Price: $12.97 [Notify me when price goes down.]


C# 3.0 in a Nutshell: A Desktop Quick Reference (In a Nutshell (O'Reilly))
This is a concise yet thorough reference to C# 3.0 programming as implemented in Microsoft's Visual Studio 2008. C# 3.0 in a Nutshell gets right to the point, covering the essentials of language syntax and usage as well as the parts of the .NET base class libraries you need to build working applications. But unlike earlier editions, this book is now organized entirely around concepts and use cases, providing greater depth and readability. C# 3.0 introduces the most significant enhancements yet to the programming language, and C# 3.0 in a Nutshell delves deep into the subject while assuming minimal prior knowledge of C#-making it accessible to anyone with a reasonable background in programming. In addition to the language, the book covers the .NET CLR and the core Framework assemblies, along with the unified querying syntax called Language Integrated Query (LINQ), which bridges the traditional divide between programs and their data sources. Free of clutter and long introductions, this book provides a map of C# 3.0 knowledge in a succinct and unified style: Opening chapters concentrate purely on C#, starting with the basics of syntax, types and variables, and finishing with advanced topics such as unsafe code and preprocessor directives Later chapters cover the core .NET 3.5 Framework, including such topics as LINQ, XML, collections, I/O and networking, memory management, reflection, attributes, security, threading, application domains and native interoperability Designed as a handbook for daily use, C# 3.0 in a Nutshell is an ideal companion to any of the vast array of books that focus on an applied technology such as WPF, ASP.NET, or WCF. The areas of the language and .NET Frameworkthat such books omit, this one covers in detail..
Price: $28.20 [Notify me when price goes down.]


Special Edition Using Microsoft Expression Web 2 (Special Edition Using)

Special Edition Using Microsoft® Expression® Web 2

 

The only EXPRESSION WEB 2 book you need

 

The successor to the best-selling book on the first release of Microsoft Expression Web, this book provides comprehensive coverage of Microsoft Expression Web 2. You’ll learn the basics of Web design and Expression Web 2 and gain valuable insight into Expression Web 2’s advanced features, such as ASP.NET and PHP development. If you’re interested in learning how to design standards-compliant Web sites using Expression Web 2, this is the only book you need.

 

     •    Create standards-compliant Web sites with Expression Web 2 that work consistently in all browsers.

     •    Become proficient in the use of CSS by learning how to use the powerful CSS tools in Expression Web 2.

     •    Learn how to take advantage of ASP.NET and ASP.NET AJAX without writing any code.

     •    Learn how to use the new PHP features available in Expression Web 2.

     •    Add dynamic, interactive content with Behaviors and Layers.

     •    Design your Web site for accessibility using both Section 508 and WCAG compliance.

 

“Expression Web was built to help web authors create standards-based and standards-compliant web sites. Jim Cheshire has a broad understanding of those standards and a deep appreciation of Expression Web. Put the two together and you’ve got a guide that helps you understand and build sites that meet the challenges of modern Web design.”

—Steven Guttman,

Product Unit Manager,

Expression Web

 

Jim Cheshire is the owner of Jimco Software, a freeware software company and technology review site, and is the author of several books on Web development and ASP.NET. Jim has been heavily involved in Web development for more than a decade and has operated and designed many Web sites during that time. He’s been featured in numerous publications, including MSDN Magazine and PC Magazine. Jim previously worked on the FrontPage team at Microsoft and currently is an escalation engineer on the ASP.NET and IIS teams.

 

Category:  Web Development

Covers    Microsoft Expression Web 2

User Level    Beginning—Advanced

 

On the CD-ROM

     •    Sample files from the author

     •    FREE! full version of Logo Creator (retail value of $39.95)

     •    FREE! full version of DHTML Menu Builder Lite (retail value of $25)

     •    Electronic version of this book in Adobe’s Portable Document Format (PDF)

 

Cover image: Digital Vision Photography/Veer Inc.

 

.
Price: $24.05 [Notify me when price goes down.]


Speak Business English Like an American: Learn the Idioms & Expressions You Need to Succeed On The Job! (Book & Audio CD)
Speak Business English Like an American is the new book & audio CD set designed to help you succeed on the job - whatever you're doing, wherever you're working. The set is great for self-study, with dozens of helpful exercises to reinforce the material.

American English speakers use many phrases and expressions on the job. If you don’t know these expressions, you’re left out of the conversation. You’re out of it. This book & CD will help you speak business English like an American — quickly and confidently. Once you have the knack, no one can take it away from you. With this book and CD, your career will benefit for years to come.

You’ll learn the idioms & expressions that you hear at work. What do your colleagues and coworkers, your customers or clients really mean? How can you use these expressions too?

Language is always changing and business English changes especially fast. That’s why we’ve explained the most up-to-date expressions — today’s business English. Now you’ll be able to use these expressions, too. People will marvel at your command of English..
Price: $21.95 [Notify me when price goes down.]



Practice Makes Perfect: Complete French Grammar (Practice Makes Perfect)

Polish your French grammar skills and communicate with more savoir-faire

The only way to build your confidence in a second language is to practice, practice, practice. From present tense of regular verbs to direct object pronouns, this comprehensive guide and workbook covers all aspects of French grammar that you need to master.

Focusing on the practical aspects of French as it's really spoken, each unit of Practice Makes Perfect: Complete French Grammar features clear explanations, numerous realistic examples, and dozens of engaging exercises.

Practice Makes Perfect: Complete French Grammar makes mastering grammar easy with:

  • Clear, down-to-earth, easy-to-follow explanations that make even the most complex principles easy to understand
  • Example sentences that illustrate and clarify each grammatical point
  • Dozens of exercises in formats suited to every learning style
  • Practical and high-frequency vocabulary used throughout
  • A detailed answer key for quick, easy progress checks

With help from this book, you can effortlessly use:
* Verbs ending in -oir * Infinitives * Relative pronouns * Gerunds * Pronominal verbs * Passé Composé * Expressions of time * Passive voice

.
Price: $7.53 [Notify me when price goes down.]


Linux Pocket Guide
O'Reilly's Pocket Guides have earned a reputation as inexpensive, comprehensive, and compact guides that have the stuff but not the fluff. Every page of Linux Pocket Guide lives up to this billing. It clearly explains how to get up to speed quickly on day-to-day Linux use. Once you're up and running, Linux Pocket Guide provides an easy-to-use reference that you can keep by your keyboard for those times when you want a fast, useful answer, not hours in the man pages. Linux Pocket Guide is organized the way you use Linux: by function, not just alphabetically. It's not the 'bible of Linux; it's a practical and concise guide to the options and commands you need most. It starts with general concepts like files and directories, the shell, and X windows, and then presents detailed overviews of the most essential commands, with clear examples. You'll learn each command's purpose, usage, options, location on disk, and even the RPM package that installed it. The Linux Pocket Guide is tailored to Fedora Linux--the latest spin-off of Red Hat Linux--but most of the information applies to any Linux system. Throw in a host of valuable power user tips and a friendly and accessible style, and you'll quickly find this practical, to-the-point book a small but mighty resource for Linux users..
Price: $5.24 [Notify me when price goes down.]


<< drrenmatt friedrich



All trademarks are the property of their respective owners.
Copyright 1996-2007 CHHS, your place for CHHS, Plano, Texas, 10220