http://imagecache2.allposters.com/images/pic/ADVG/28~Wurlitzer-Jukebox-Posters.jpg

http://img.alibaba.com/photo/50708966/Classical_Wooden_Music_Center.jpg

 

Awesome Expressions Album and Music Offers

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.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 2,500 photographs of 50 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, storyboarders, 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: $11.65 [Notify me when price goes down.]


From So Simple a Beginning: Darwin's Four Great Books (Voyage of the Beagle, The Origin of Species, The Descent of Man, The Expression of Emotions in Man and Animals)
A gorgeous gift and a landmark work that is an essential addition to everyone's personal library.

Never before have the four great works of Charles Darwin—Voyage of the H.M.S. Beagle (1845), The Origin of Species (1859), The Descent of Man (1871), and The Expression of Emotions in Man and Animals (1872)—been collected under one cover. Undertaking this challenging endeavor 123 years after Darwin's death, two-time Pulitzer Prize winner Edward O. Wilson has written an introductory essay for the occasion, while providing new, insightful introductions to each of the four volumes and an afterword that examines the fate of evolutionary theory in an era of religious resistance. In addition, Wilson has crafted a creative new index to accompany these four texts, which links the nineteenth-century, Darwinian evolutionary concepts to contemporary biological thought. Beautifully slipcased, and including restored versions of the original illustrations, From So Simple a Beginning turns our attention to the astounding power of the natural creative process and the magnificence of its products. Slipcased hardcover; 101 illustrations, map..
Price: $25.26 [Notify me when price goes down.]


Special Edition Using Microsoft Expression Web 2

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.70 [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.15 [Notify me when price goes down.]


Linux Pocket Guide
Linux Pocket Guide gets you up to speed quickly on day-to-day Linux use. It's 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.]


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: $29.38 [Notify me when price goes down.]


The Extended Phenotype: The Long Reach of the Gene (Popular Science)
This is a revised edition with a new afterword by Daniel Dennett. The Extended Phenotype carries on from where The Selfish Gene takes off. It is a fascinating look at the evolution of life and natural selection. Dawkins's theory is that individual organisms are replicators that have extended phenotypic effects on society and the world at large, thus our genes have the ability to manipulate other individuals. A worldwide bestseller, this book has become a classic in popular science writing..
Price: $7.70 [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.]



<< exodus, bob marley



All Copyrights and Trademarks are property of their respective owners.
Copyright 1994-2007 The Cyber Connection Ltd. Peoria, Illinos