|
|
|
Adobe InDesign CS3 Classroom in a Book
This thorough, self-paced guide to Adobe InDesign CS3 is ideal for beginning users who want to master the key features of this program, while readers who already have some experience with InDesign can use this book to familiarize themselves with InDesign CS3's newest features. Using step-by-step, project-based lessons, each chapter contains a project that builds upon the reader's growing knowledge of the program, while review questions at the end of each chapter reinforce the most important skills learned in each lesson. The companion CD contains all the assets readers will need to work through each project in the book. Adobe InDesign CS3, Adobe's page layout and design software, has been updated to accelerate user productivity with loads of new features: new Photoshop effects--including gradient feathering, inner shadows, and glows--that you can apply to objects on a page; finer transparency controls, which let you apply transparency settings independently to an object's fill, stroke, and content for more complex visual looks; numerous productivity enhancements; advanced find/change features; new table and cell styles; export to XHTML, and more. Educational instructor notes—created to help teachers plan, organize, and time their lessons—are available for this book (and for other Classroom in a Book titles) at www.peachpit.com/instructorresources. SPECIAL NOTE: Before starting the lessons in the book, visit www.peachpit.com/indesigncs3cib for important lesson and project file updates.
.
Price: $26.96
[ Notify me when price goes down.]
|
|
InDesign CS3 One on One
Click herefor the complete DVD content that accompanies this title. Nothing speeds up learning like personal training from a skilled tutor. With Adobe InDesign CS3 One-on-One, you get the equivalent of private lessons with author Deke McClelland, a world-renowned expert on digital graphics and design. Deke offers you DVD video with more than two hours of professional instruction and advice to accompany the book's easy-to-follow text. The book itself includes 600 full-color images, diagrams, and screenshots to illustrate every key step. This highly popularly learning approach is quite simple: "read the book, watch the video, do the exercise". Each chapter has corresponding video lesson that demonstrates the techniques covered. The combination of text and video instruction is uniquely effective. You proceed at your own pace and work on relevant, real-world projects as you master fundamental and advanced concepts, theories, techniques, and best practices for making the most of InDesign. This comprehensive multimedia training solution teaches you how to: - Create professional-looking documents with InDesign's powerful text and graphic tools
- Import text from a word processor, move and scale existing text frames, and check spelling
- Use the line, pen, and geometric shape tools to draw complex graphic objects
- Apply fill and stroke, specify process and spot colors, and design custom rules
- Use Adobe Bridge to organize and manage your digital assets
- Import and modify layered artwork from Photoshop and Illustrator
- Create inline graphics and anchored objects that move automatically with your text from one page to the next
- Create, edit, and link paragraph styles, complete with nested character styles
- Apply a sequence of style sheets to format an entire document in one operation
- Build object styles with embedded paragraph styles in order to format entire frames at a time
- Use master pages to automate repeating page features
- Automatically generate a table of contents
- Compose a fully interactive document -- with bookmarks, hyperlinks, buttons, sounds, and movies -- and export your creation to a PDF file that can be played on most computers
Adobe InDesign CS3 One-on-One puts you on the fast track to becoming a real InDesign expert. Once you're finished, you'll use InDesign smarter, faster, more creatively, and more efficiently than you thought possible..
Price: $32.06
[ Notify me when price goes down.]
|
|
InDesign CS3 for Macintosh and Windows (Visual QuickStart Guide)
Visual QuickStart Guide—the quick and easy way to learn! Users of Adobe InDesign will be impressed with the power, ease of use, and integration found in the new InDesign CS3, Adobe's page-design component of Creative Suite 3. Users will also find more robust file-placing capabilities, new Find features, and great new text and transparency effects, among other exciting features. Adobe InDesign CS3 for Macintosh and Windows: Visual QuickStart Guide will highlight the important new features, as well as covering the ones readers have relied on in previous versions of InDesign. Using the task-based, visual approach that readers count on in the Visual QuickStart Guides, this volume introduces readers to all aspects of InDesign CS3. Users will learn how to create and automate documents, import and style text and objects, manage long documents, export files for a wide variety of purposes, and - Easy visual approach uses pictures to guide you through InDesign and show you what to do.
- Concise steps and explanations let you get up and running in no time.
- Page for page, the best content and value around.much more.
.
Price: $18.41
[ Notify me when price goes down.]
|
|
Learning Perl, 5th Edition
Learning Perl, popularly known as "the Llama," is the book most programmers rely on to get started with Perl. The bestselling Perl tutorial since it was first published in 1993, this new fifth edition covers recent changes to the language up to Perl 5.10. This book reflects the combined experience of its authors, who have taught Perl at Stonehenge Consulting since 1991. Years of classroom testing and experience helped shape the book's pace and scope, and this edition is packed with exercises that let you practice the concepts while you follow the text. Topics include: Perl data & variable types Subroutines File operations Regular expressions String manipulation Lists & sorting Process management Smart matching Using third party modules Perl is the language for people who want to get work done. Originally targeted to sysadmins for heavy-duty text processing, Perl is now a full-featured programming language suitable for almost any task on almost any platform-from short fixes on the command line to web applications, bioinformatics, finance, and much more. Other books may teach you to program in Perl, but this book will turn you into a Perl programmer..
Price: $22.37
[ 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: $24.50
[ Notify me when price goes down.]
|
|
MCDST Self-Paced Training Kit (Exam 70-271): Supporting Users and Troubleshooting a Microsoft® Windows® XP Operating System, Second Edition (Pro-Certification)
Now fully updated for Windows XP Service Pack 2, this all-in-one training kit provides in-depth preparation, practice, and review for one of two required exams for the Microsoft Desktop Support Technician Certification (MCDST). Covering Exam 70-271, this kit packs the tools and features exam candidates want most—including in-depth, self-paced training based on final exam content; rigorous, objective-by-objective review; exam tips from an expert, exam-certified author; and a robust testing suite. It also provides real-world scenarios, case studies, and troubleshooting labs for the skills and expertise you can apply to the job. Focusing on building your ability to resolve end-user incident requests by configuring and troubleshooting the Windows XP operating system in the corporate or home environment, this official study guide covers system installation, managing access to resources, configuring and troubleshooting hardware devices and drivers, configuring and troubleshooting the desktop and user environments, and troubleshooting network protocols and services. Ace your exam preparation by working at your own pace through the lessons, hands-on exercises, and practice tests. The flexible, best-of-class test engine on CD-ROM features 425 practice questions. Choose timed or untimed testing mode, generate random tests or focus on discrete objectives or chapters, and get detailed explanations for right and wrong answers—including pointers back to the book for further study. You also get a 120-day evaluation version of Windows XP software and other resources on the CD, making this kit an exceptional value and a great.
Price: $35.89
[Notify me when price goes down.]
|
|
Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions (Addison-Wesley Signature Series)
|
|
Stylin' with CSS: A Designer's Guide (2nd Edition) (Voices That Matter)
Cascading Style Sheets enable you to rapidly create web designs that can be shared by hundreds or even thousands of web pages. It accelerates development cycles by centralizing text and layout information for easy editing and updates. This book teaches you everything you need to know to start using CSS in your web development work, from the basics of marking up your content and styling text, through the creation of multi-column page layouts without the use of tables. Learn to create interface components, such as drop-down menus, navigation links, and animated graphical buttons, using only CSS (no JavaScript required). Discover how to design code that works on the latest standard-compliant browsers, such as IE7 and current versions of Firefox, Safari, and Opera, while working around the quirks of the older ones. With a mastery of CSS, your web design capabilities will move to a new level, and everything you need to know to get started and build your skills is right here in this book. You’ll be stylin’ in no time! .
Price: $22.99
[ Notify me when price goes down.]
|
|
HTML, XHTML, and CSS All-in-One Desk Reference For Dummies (For Dummies (Computer/Tech))
Want to build a killer Web site? Want to make it easy to keep your site up to date? You'll need to know how CSS, HTML, and XHTML work together HTML, XHTML, and CSS All-In-One Desk Reference For Dummies makes that easy too! These eight minibooks get you started, explain standards, and help you connect all the dots to create sites with pizzazz This handy, one-stop guide catches you up on XHTML basics and CSS fundamentals. You'll learn how to work with Positionable CSS to create floating elements, margins, and multi-column layouts, and you'll get up to speed on client-side programming with JavaScript. You'll also get the low-down on server side programming with PHP, creating a database with MySQL, and using Ajax on both client and server sides. You'll find out how to: - Use templates and validators
- Manage information with lists and tables
- Turn lists of links into button bars
- Add style color and borders
- Create variables for data
- Add motion with basic DOM animation
- Work with arrays
- Add Flash functionality with AFLAX
- Build and manage a multipage site
- Choose and run your own server
You don't need expensive or complicated software or a super-powerful computer to build a Web site that does all sorts of amazing things. All you need is a text editor and the clear, step-by-step guidance you'll find in HTML, XHTML, and CSS All-In-One Desk Reference For Dummies..
Price: $19.49
[Notify me when price goes down.]
|
|
Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET (Pocket Reference (O'Reilly))
This handy little book offers programmers a complete overview of the syntax and semantics of regular expressions that are at the heart of every text-processing application. Ideal as a quick reference, Regular Expression Pocket Reference covers the regular expression APIs for Perl 5.8, Ruby (including some upcoming 1.9 features), Java, PHP, .NET and C#, Python, vi, JavaScript, and the PCRE regular expression libraries. This concise and easy-to-use reference puts a very powerful tool for manipulating text and data right at your fingertips. Composed of a mixture of symbols and text, regular expressions can be an outlet for creativity, for brilliant programming, and for the elegant solution. Regular Expression Pocket Reference offers an introduction to regular expressions, pattern matching, metacharacters, modes and constructs, and then provides separate sections for each of the language APIs, with complete regex listings including: - Supported metacharacters for each language API
- Regular expression classes and interfaces for Ruby, Java, .NET, and C#
- Regular expression operators for Perl 5.8
- Regular expression module objects and functions for Python
- Pattern-matching functions for PHP and the vi editor
- Pattern-matching methods and objects for JavaScript
- Unicode Support for each of the languages
With plenty of examples and other resources, Regular Expression Pocket Reference summarizes the complex rules for performing this critical text-processing function, and presents this often-confusing topic in a friendly and well-organized format. This guide makes an ideal on-the-job companion..
Price: $7.49
[ Notify me when price goes down.]
|
|
|
|
|