top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
DB2 content manager for z/OS V8.3 installation, implementation, and migration guide [[electronic resource] /] / Wel-Dong Zhu et al
DB2 content manager for z/OS V8.3 installation, implementation, and migration guide [[electronic resource] /] / Wel-Dong Zhu et al
Autore Zhu Wel-Dong
Pubbl/distr/stampa San Jose, CA, : IBM, c2005
Descrizione fisica 1 online resource (440 p.)
Altri autori (Persone) Heisterberg-AndersenClaus
SouzaMarcelo Takashi
van StraatenJaco
WeaverRob
Collana Redbooks
Soggetto topico Database management
Desktop publishing
Soggetto genere / forma Electronic books.
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910450145703321
Zhu Wel-Dong  
San Jose, CA, : IBM, c2005
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
DB2 content manager for z/OS V8.3 installation, implementation, and migration guide [[electronic resource] /] / Wel-Dong Zhu et al
DB2 content manager for z/OS V8.3 installation, implementation, and migration guide [[electronic resource] /] / Wel-Dong Zhu et al
Autore Zhu Wel-Dong
Edizione [[First edition].]
Pubbl/distr/stampa San Jose, CA, : IBM, c2005
Descrizione fisica 1 online resource (440 p.)
Disciplina 005.75/65
Altri autori (Persone) Heisterberg-AndersenClaus
SouzaMarcelo Takashi
van StraatenJaco
WeaverRob
Collana Redbooks
Soggetto topico Database management
Desktop publishing
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910783528303321
Zhu Wel-Dong  
San Jose, CA, : IBM, c2005
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
DB2 content manager for z/OS V8.3 installation, implementation, and migration guide / / Wel-Dong Zhu et al
DB2 content manager for z/OS V8.3 installation, implementation, and migration guide / / Wel-Dong Zhu et al
Autore Zhu Wel-Dong
Edizione [[First edition].]
Pubbl/distr/stampa San Jose, CA, : IBM, c2005
Descrizione fisica 1 online resource (440 p.)
Disciplina 005.75/65
Altri autori (Persone) Heisterberg-AndersenClaus
SouzaMarcelo Takashi
van StraatenJaco
WeaverRob
Collana Redbooks
Soggetto topico Database management
Desktop publishing
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Intro -- Contents -- Figures -- Notices -- Trademarks -- Preface -- The team that wrote this IBM Redbook -- Become a published author -- Comments welcome -- Part 1 Introduction and implementation -- Chapter 1. Introduction -- 1.1 Background -- 1.2 What does Content Manager do? -- 1.3 Content Manager system architecture overview -- 1.4 Enhancements in Content Manager for z/OS V8.3 -- 1.5 Differences between ImagePlus OS/390 and CM V8.3 -- 1.6 Differences between CM for z/OS and Multiplatforms -- Chapter 2. Implementation -- 2.1 Analyze business requirements -- 2.2 Plan system topology -- 2.2.1 DB2 database -- 2.2.2 Library Server -- 2.2.3 Resource Manager -- 2.2.4 Storage subsystem -- 2.2.5 HTTP server -- 2.2.6 System administration client -- 2.2.7 Windows client (Client for Windows) -- 2.2.8 Web interface -- 2.2.9 Content Manager Toolkit for z/OS -- 2.3 Define data model -- 2.3.1 Plan your data model -- 2.3.2 Data model entities -- 2.4 Implement user access -- 2.4.1 Users and user groups -- 2.4.2 Privileges, privilege groups, and privilege sets -- 2.4.3 Access control lists -- 2.5 Implement workflow -- 2.5.1 Actions and action lists -- 2.5.2 Workflow nodes -- 2.5.3 Workflow processes -- 2.5.4 Work lists -- 2.5.5 Work packages -- 2.6 Manage object storage -- 2.6.1 Storage management systems -- 2.6.2 Collections -- 2.6.3 Capacity planning -- 2.6.4 Migration policies -- 2.6.5 Replication -- 2.7 Manage different domains -- 2.8 Provide Web access -- 2.9 Backup and recovery -- 2.10 Performance tuning -- 2.11 Additional products that use Content Manager -- Chapter 3. Content Manager Toolkit for z/OS -- 3.1 Introduction -- 3.2 Configuring the z/OS development environment -- 3.2.1 Configuring environment variables -- 3.2.2 Executing Content Manager Toolkit's environment script -- 3.3 Content Manager Toolkit for z/OS interfaces overview.
3.3.1 Java interface -- 3.3.2 Non-visual bean interface -- 3.3.3 Visual bean interface -- 3.3.4 Content Manager Toolkit for z/OS package imports -- 3.3.5 Error or exception handling -- 3.4 Compiling and running the sample programs -- 3.4.1 Compiling and executing ICM sample programs -- 3.4.2 Compiling and executing non-visual bean samples -- 3.5 Sample ICM programs provided on z/OS -- 3.5.1 Preparing the ICM sample programs -- 3.5.2 Transaction sample: STransactionsICM.java -- 3.5.3 Item creation sample: SItemCreationICM.java -- 3.5.4 Item deletion sample: SItemDeletionICM.java -- 3.5.5 Item retrieval sample: SItemRetrievalICM.java -- 3.5.6 Item modification sample: SItemUpdateICM.java -- 3.5.7 Folder manipulation sample: SFolderICM.java -- 3.5.8 Link manipulation sample: SLinksICM.java -- 3.5.9 Search sample: SSearchICM.java -- 3.5.10 Document routing sample: SDocRoutingListingICM.java -- 3.5.11 Deleting sample data -- 3.6 Sample Java bean programs provided on z/OS -- 3.6.1 Link item sample: TAddLink.java -- 3.6.2 Folder creation sample: TCreateFolder.java -- 3.6.3 Item creation sample: TCreateItem.java -- 3.6.4 Deletion sample: TDelete.java -- 3.6.5 Attribute update sample: TEditAttributes.java -- 3.6.6 Entity listing sample: TListEntities.java -- 3.6.7 Link listing sample: TListLinks.java -- 3.6.8 Search sample: TSearch.java -- 3.6.9 Link removal sample: TRemoveLink.java -- 3.7 Using Content Manager Toolkit for z/OS from a batch environment -- 3.7.1 Setting up data and a data model for the batch process -- 3.7.2 Setting up JCL for batch process -- 3.7.3 Developing business logic in a Java program -- 3.7.4 Calling a Java program -- 3.8 Using Content Manager Toolkit for z/OS from a Web environment -- 3.8.1 Using WebSphere -- Chapter 4. Host integration -- 4.1 Introduction -- 4.2 Host integration using Content Manager Toolkit for z/OS.
4.3 Document routing user exit routines -- 4.3.1 When to use document routing exits -- 4.3.2 Sample document routing user exits -- 4.3.3 Development considerations -- 4.3.4 Document routing user exit header file -- 4.3.5 Document routing container data -- 4.3.6 Document routing user exit interface -- 4.3.7 Document routing user exit function prototype -- 4.3.8 Document routing user exit return code -- 4.3.9 Sample document routing user exit -- 4.3.10 How to compile and link the sample user exits -- 4.3.11 Configure document routing user exit -- 4.3.12 Using document routing user exits -- 4.4 Host integration using database triggers -- 4.5 Host integration using security exits -- 4.6 Extend order received by Resource Manager -- 4.6.1 When to use Resource Manager user exits -- 4.6.2 Predefined user exit names -- 4.6.3 Resource Manager user exit interface -- 4.6.4 Resource Manager user exit function prototype -- 4.6.5 Example of Resource Manager user exit -- 4.6.6 How to use Resource Manager user exits -- 4.6.7 Dealing with large Resource Manager collections -- 4.7 Integration from the Windows client -- 4.7.1 A practical example -- 4.7.2 Available Windows client user exits -- 4.8 Integration from eClient -- 4.9 Integration from Information Integrator for Content environment -- Chapter 5. Security and exits -- 5.1 Security in Content Manager overview -- 5.2 RACF logon exit implementation -- 5.2.1 Activating RACF exit -- 5.2.2 APF authorizing Content Manager load library -- 5.2.3 Using security managers other than RACF -- 5.2.4 Users not validated by the security exit -- 5.2.5 Importing user definitions from RACF -- 5.2.6 Specifying ACLs and privilege sets for imported users -- 5.2.7 Sample SQLs to extract information from Content Manager -- 5.2.8 Extract user list and information from Content Manager.
5.2.9 Alternative ways of providing input to user import job -- 5.2.10 Copy encrypted password from sample user -- 5.3 ACL user exit routines overview -- 5.4 ICMACLPrivExit -- 5.4.1 ICMACLPrivExit definition in DB2 -- 5.4.2 Activating ICMACLPrivExit -- 5.4.3 Sample ACL exit program and parameter list -- 5.4.4 Call types -- 5.5 ICMGenPrivExit -- 5.5.1 Activating ICMGenPrivExit -- 5.5.2 Sample exit program and parameter list -- 5.6 Writing exits in non-C programming languages -- 5.6.1 Redefining UDF -- 5.6.2 Sample PL/I program with parameter list -- 5.6.3 Linking exit program -- 5.7 Additional options with DB2 triggers -- 5.7.1 DB2 trigger overview -- 5.7.2 Using DB2 triggers with Content Manager -- 5.7.3 Example of a simple trigger calling a UDF -- 5.7.4 Calling a program from a trigger -- 5.7.5 Update Content Manager to handle SQL return codes -- 5.8 Resource Manager exits -- 5.8.1 Parameters passed to Resource Manager exit programs -- 5.8.2 Activating Resource Manager exits -- 5.8.3 Making exit programs available to Resource Manager -- 5.8.4 What can you do in Resource Manager exits -- 5.8.5 Illustrating the use of the PRE- and POSTSTORE exit -- Part 2 Installation and migration -- Chapter 6. Installation -- 6.1 Content Manager installation and configuration -- 6.1.1 Planning for installation -- 6.1.2 Library Server installation -- 6.1.3 Resource Manager installation -- 6.1.4 Post installation -- 6.2 Content Manager Toolkit for z/OS V8.3 installation -- 6.2.1 Configuring Toolkit -- 6.2.2 Configuring Content Manager Toolkit for DB2 type 4 connection -- 6.2.3 Configuring Content Manager Toolkit for DB2 type 2 connection -- 6.2.4 Using the JDBC Universal Driver for DB2 type 2 connection -- 6.2.5 Details on DB2 Universal JDBC Driver setup and tailoring -- 6.3 System administration client installation -- 6.3.1 Installation process.
6.4 Content Manager installation verification -- 6.4.1 Troubleshooting -- Chapter 7. Migrating from ImagePlus OS/390 -- 7.1 Introduction -- 7.1.1 Terminology -- 7.1.2 Considerations and planning aids -- 7.1.3 Prerequisites -- 7.2 Migrating ImagePlus for OS/390 -- 7.2.1 Assessing requirements and defining migration approach -- 7.2.2 Planning and preparing for migration -- 7.2.3 Installing Content Manager on z/OS -- 7.2.4 Performing migration -- 7.2.5 Performing post migration activities -- 7.3 Customization alternatives -- 7.3.1 Modifying the display name for attributes -- 7.3.2 Modifying the display name for item types -- 7.3.3 Modifying the attributes in an item type -- Chapter 8. Migration from CM V2.3 to CM V8.3 -- 8.1 Introduction -- 8.2 Pre-migration steps -- 8.3 Preparing migration jobs -- 8.4 Running the migration jobs -- 8.5 Validate the environment -- 8.6 Post product migration -- Chapter 9. Migration from multiplatform to z/OS -- 9.1 Introduction -- 9.2 Things to consider before migration -- 9.3 Migration process -- 9.4 Database structure -- 9.4.1 Library Server database -- 9.4.2 Resource Manager database and object storage -- 9.5 Backup, backup, backup... -- 9.6 Update existing CM system on multiplatforms -- 9.7 Review database naming conventions -- 9.8 Install Content Manager V8.3 system on z/OS -- 9.9 Copy CM V7.1 Library Server database to z/OS -- 9.9.1 Use DB2LOOK to extract DB2 table definitions -- 9.9.2 Create Content Manager V2.3 database on z/OS -- 9.9.3 Catalog CM V7 z/OS database on workstation -- 9.9.4 Create Content Manager V2.3 tables on z/OS -- 9.9.5 Unload data from multiplatforms Library Server database -- 9.9.6 Load data into z/OS database -- 9.9.7 Status at this point -- 9.9.8 Alternative ways of moving a DB2 database -- 9.10 Run Content Manager V8.3 migration jobs -- 9.10.1 ICMMMI70 -- 9.10.2 ICMMMI71 -- 9.10.3 ICMMMI72.
9.10.4 ICMMMI73.
Record Nr. UNINA-9910809602203321
Zhu Wel-Dong  
San Jose, CA, : IBM, c2005
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
InDesign CC : débutants et initiés / / Victor Audouin
InDesign CC : débutants et initiés / / Victor Audouin
Autore Audouin Jean Victor <1797-1841, >
Pubbl/distr/stampa Paris : , : Eyrolles, , 2016
Descrizione fisica 1 online resource (130 pages)
Collana Cahier
Soggetto topico Desktop publishing
ISBN 2-212-14588-8
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione fre
Record Nr. UNINA-9910136176003321
Audouin Jean Victor <1797-1841, >  
Paris : , : Eyrolles, , 2016
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
InDesign CS2 at your fingertips [[electronic resource] /] / Ted LoCascio
InDesign CS2 at your fingertips [[electronic resource] /] / Ted LoCascio
Autore LoCascio Ted
Pubbl/distr/stampa San Francisco ; ; London, : SYBEX, c2005
Descrizione fisica 1 online resource (425 p.)
Disciplina 686.22544536
Soggetto topico Desktop publishing
Soggetto genere / forma Electronic books.
ISBN 1-280-27964-8
9786610279647
0-471-77979-2
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto INDESIGN CS2 at Your Fingertips; Acknowledgments; About the Author; Contents; Introduction; Chapter 1: Interface Overview; The Macintosh Interface; The Windows Interface; The Document Window; Interface Objects; Chapter 2: Menus; Menu Overview; InDesign Menu (Mac Only); File Menu; Edit Menu; Layout Menu; Type Menu; Object Menu; Table Menu; View Menu; Window Menu; Help Menu; Chapter 3: InDesign Tools; Toolbox; Control Bar; Selection Tool; Direct Selection and Position Tools; Pen Tools; Type Tools; Pencil Tools; Line Tool; Frame Tools; Shape Tools; Rotate Tool; Scale Tool; Shear Tool
Free Transform ToolEyedropper Tool; Measure Tool; Gradient Tool; Button Tool; Scissors Tool; Hand Tool; Zoom Tool; Other Toolbox Functions; Chapter 4: InDesign Palettes; Organizing Palettes; Customizing Your Workspace; Attributes Palette; Automation Palettes; Color Palette; Gradient Palette; Info Palette; Interactive Palettes; Layers Palette; Links Palette; Object & Layout Palettes; Object Styles Palette; Output Palettes; PageMaker Toolbar; Pages Palette; Stroke Palette; Swatches Palette; Tags Palette; Text Wrap Palette; Transparency Palette; Type and Tables Palettes
Book and Library PalettesChapter 5: Preferences and Presets; General Preferences; Type Preferences; Advanced Type Preferences; Composition Preferences; Units & Increments Preferences; Grids Preferences; Guides & Pasteboard Preferences; Dictionary Preferences; Spelling Preferences; Autocorrect Preferences; Story Editor Display Preferences; Display Performance Preferences; Appearance of Black Preferences; File Handling Preferences; Document Presets; Print Presets; Adobe PDF Presets; Configure Plug-ins; Keyboard Shortcuts; Chapter 6: Creating and Managing Documents; Starting a New Document
Saving Document PresetsOpening InDesign Documents; Opening PageMaker and QuarkXPress Documents; Save vs. Save As; Saving Backward with INX Export; Saving Files for Use with InCopy; Adding, Arranging, and Deleting Pages; Creating Multipage Spreads and Master Pages; Targeting vs. Selecting Pages; Creating Master Pages; Converting Document Pages to Master Pages; Applying Master Pages; Deleting Master Pages; Creating and Applying Parent/Child Master Pages; Overriding Master Page Items; Adding Page Numbers to Sections; Adjusting Ruler Guides; Adjusting Margin and Column Guides
Aligning to Baseline GridSnapping to Document Grid; Chapter 7: Frames and Shapes; Frame/Shape Overview; Selection Tool vs. Direct Selection Tool; Selecting Multiple Objects; Selecting Type; Drawing Rectangles, Ellipses, and Polygons; Drawing Custom Shapes; Drawing Freeform Shapes; Modifying Paths and Frames; Nesting Objects; Filling with Solid and Transparent Colors; Filling with Gradients; Filling Text; Stroking Frames, Shapes, and Paths; Stroking Text; Aligning Strokes; Applying Stroked Path Start and End Styles; Saving and Applying Custom Strokes; Applying Gap Color to Open Stroke Styles
Applying Corner Effects
Record Nr. UNINA-9910457865003321
LoCascio Ted  
San Francisco ; ; London, : SYBEX, c2005
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
InDesign CS2 at your fingertips [[electronic resource] /] / Ted LoCascio
InDesign CS2 at your fingertips [[electronic resource] /] / Ted LoCascio
Autore LoCascio Ted
Pubbl/distr/stampa San Francisco ; ; London, : SYBEX, c2005
Descrizione fisica 1 online resource (425 p.)
Disciplina 686.22544536
Soggetto topico Desktop publishing
ISBN 1-280-27964-8
9786610279647
0-471-77979-2
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto INDESIGN CS2 at Your Fingertips; Acknowledgments; About the Author; Contents; Introduction; Chapter 1: Interface Overview; The Macintosh Interface; The Windows Interface; The Document Window; Interface Objects; Chapter 2: Menus; Menu Overview; InDesign Menu (Mac Only); File Menu; Edit Menu; Layout Menu; Type Menu; Object Menu; Table Menu; View Menu; Window Menu; Help Menu; Chapter 3: InDesign Tools; Toolbox; Control Bar; Selection Tool; Direct Selection and Position Tools; Pen Tools; Type Tools; Pencil Tools; Line Tool; Frame Tools; Shape Tools; Rotate Tool; Scale Tool; Shear Tool
Free Transform ToolEyedropper Tool; Measure Tool; Gradient Tool; Button Tool; Scissors Tool; Hand Tool; Zoom Tool; Other Toolbox Functions; Chapter 4: InDesign Palettes; Organizing Palettes; Customizing Your Workspace; Attributes Palette; Automation Palettes; Color Palette; Gradient Palette; Info Palette; Interactive Palettes; Layers Palette; Links Palette; Object & Layout Palettes; Object Styles Palette; Output Palettes; PageMaker Toolbar; Pages Palette; Stroke Palette; Swatches Palette; Tags Palette; Text Wrap Palette; Transparency Palette; Type and Tables Palettes
Book and Library PalettesChapter 5: Preferences and Presets; General Preferences; Type Preferences; Advanced Type Preferences; Composition Preferences; Units & Increments Preferences; Grids Preferences; Guides & Pasteboard Preferences; Dictionary Preferences; Spelling Preferences; Autocorrect Preferences; Story Editor Display Preferences; Display Performance Preferences; Appearance of Black Preferences; File Handling Preferences; Document Presets; Print Presets; Adobe PDF Presets; Configure Plug-ins; Keyboard Shortcuts; Chapter 6: Creating and Managing Documents; Starting a New Document
Saving Document PresetsOpening InDesign Documents; Opening PageMaker and QuarkXPress Documents; Save vs. Save As; Saving Backward with INX Export; Saving Files for Use with InCopy; Adding, Arranging, and Deleting Pages; Creating Multipage Spreads and Master Pages; Targeting vs. Selecting Pages; Creating Master Pages; Converting Document Pages to Master Pages; Applying Master Pages; Deleting Master Pages; Creating and Applying Parent/Child Master Pages; Overriding Master Page Items; Adding Page Numbers to Sections; Adjusting Ruler Guides; Adjusting Margin and Column Guides
Aligning to Baseline GridSnapping to Document Grid; Chapter 7: Frames and Shapes; Frame/Shape Overview; Selection Tool vs. Direct Selection Tool; Selecting Multiple Objects; Selecting Type; Drawing Rectangles, Ellipses, and Polygons; Drawing Custom Shapes; Drawing Freeform Shapes; Modifying Paths and Frames; Nesting Objects; Filling with Solid and Transparent Colors; Filling with Gradients; Filling Text; Stroking Frames, Shapes, and Paths; Stroking Text; Aligning Strokes; Applying Stroked Path Start and End Styles; Saving and Applying Custom Strokes; Applying Gap Color to Open Stroke Styles
Applying Corner Effects
Record Nr. UNINA-9910784480403321
LoCascio Ted  
San Francisco ; ; London, : SYBEX, c2005
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
InDesign CS2 at your fingertips / / Ted LoCascio
InDesign CS2 at your fingertips / / Ted LoCascio
Autore LoCascio Ted
Edizione [1st ed.]
Pubbl/distr/stampa San Francisco ; ; London, : SYBEX, c2005
Descrizione fisica 1 online resource (425 p.)
Disciplina 686.22544536
Soggetto topico Desktop publishing
ISBN 1-280-27964-8
9786610279647
0-471-77979-2
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto INDESIGN CS2 at Your Fingertips; Acknowledgments; About the Author; Contents; Introduction; Chapter 1: Interface Overview; The Macintosh Interface; The Windows Interface; The Document Window; Interface Objects; Chapter 2: Menus; Menu Overview; InDesign Menu (Mac Only); File Menu; Edit Menu; Layout Menu; Type Menu; Object Menu; Table Menu; View Menu; Window Menu; Help Menu; Chapter 3: InDesign Tools; Toolbox; Control Bar; Selection Tool; Direct Selection and Position Tools; Pen Tools; Type Tools; Pencil Tools; Line Tool; Frame Tools; Shape Tools; Rotate Tool; Scale Tool; Shear Tool
Free Transform ToolEyedropper Tool; Measure Tool; Gradient Tool; Button Tool; Scissors Tool; Hand Tool; Zoom Tool; Other Toolbox Functions; Chapter 4: InDesign Palettes; Organizing Palettes; Customizing Your Workspace; Attributes Palette; Automation Palettes; Color Palette; Gradient Palette; Info Palette; Interactive Palettes; Layers Palette; Links Palette; Object & Layout Palettes; Object Styles Palette; Output Palettes; PageMaker Toolbar; Pages Palette; Stroke Palette; Swatches Palette; Tags Palette; Text Wrap Palette; Transparency Palette; Type and Tables Palettes
Book and Library PalettesChapter 5: Preferences and Presets; General Preferences; Type Preferences; Advanced Type Preferences; Composition Preferences; Units & Increments Preferences; Grids Preferences; Guides & Pasteboard Preferences; Dictionary Preferences; Spelling Preferences; Autocorrect Preferences; Story Editor Display Preferences; Display Performance Preferences; Appearance of Black Preferences; File Handling Preferences; Document Presets; Print Presets; Adobe PDF Presets; Configure Plug-ins; Keyboard Shortcuts; Chapter 6: Creating and Managing Documents; Starting a New Document
Saving Document PresetsOpening InDesign Documents; Opening PageMaker and QuarkXPress Documents; Save vs. Save As; Saving Backward with INX Export; Saving Files for Use with InCopy; Adding, Arranging, and Deleting Pages; Creating Multipage Spreads and Master Pages; Targeting vs. Selecting Pages; Creating Master Pages; Converting Document Pages to Master Pages; Applying Master Pages; Deleting Master Pages; Creating and Applying Parent/Child Master Pages; Overriding Master Page Items; Adding Page Numbers to Sections; Adjusting Ruler Guides; Adjusting Margin and Column Guides
Aligning to Baseline GridSnapping to Document Grid; Chapter 7: Frames and Shapes; Frame/Shape Overview; Selection Tool vs. Direct Selection Tool; Selecting Multiple Objects; Selecting Type; Drawing Rectangles, Ellipses, and Polygons; Drawing Custom Shapes; Drawing Freeform Shapes; Modifying Paths and Frames; Nesting Objects; Filling with Solid and Transparent Colors; Filling with Gradients; Filling Text; Stroking Frames, Shapes, and Paths; Stroking Text; Aligning Strokes; Applying Stroked Path Start and End Styles; Saving and Applying Custom Strokes; Applying Gap Color to Open Stroke Styles
Applying Corner Effects
Record Nr. UNINA-9910827599503321
LoCascio Ted  
San Francisco ; ; London, : SYBEX, c2005
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
InDesign CS2 for dummies [[electronic resource] /] / by Barbara Assadi and Galen Gruman
InDesign CS2 for dummies [[electronic resource] /] / by Barbara Assadi and Galen Gruman
Autore Assadi Barbara
Pubbl/distr/stampa Hoboken, NJ, : Wiley, c2005
Descrizione fisica 1 online resource (411 p.)
Disciplina 686.22544536
006.686
Altri autori (Persone) GrumanGalen
Collana --For dummies
Soggetto topico Desktop publishing
Soggetto genere / forma Electronic books.
ISBN 0-7645-9874-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto InDesign CS2 For Dummies; About the Authors; Dedication; Authors' Acknowledgments; Contents at a Glance; Table of Contents; Introduction; How to Use This Book; How This Book Is Organized; Icons Used in This Book; Part I: Starting at the Beginning; Chapter 1: Finding Out How InDesign Works; Lots of Capabilities; Finding Out What InDesign Can Do; Discovering the InDesign Approach; Understanding Global and Local Control; Basic InDesign Vocabulary; Chapter 2: Taking a Quick Lap around the Track; Creating a New Document; Working with Frames; Working with Text; Working with Lines
Working with GraphicsCreating Colors; Applying Colors; Printing a Composite; Chapter 3: Understanding InDesign Ingredients; Discovering the Document Window; Opening Multiple Document Windows; Tooling around the Tools Palette; Working with Panes and Palettes; Chapter 4: Making It Work Your Way; Setting Document Preferences; Modifying Defaults for Text and Objects; Modifying Defaults for Views; Adding Default Colors and Styles; Part II: Document Essentials; Chapter 5: Opening, Viewing, and Saving Your Work; Setting Up a New Publication; Recovering from Disaster; All about Templates
Chapter 6: Discovering How Pages WorkUnderstanding the Pages Pane; Working with Page Numbers; Navigating Documents and Pages; Adjusting Page Layouts and Objects; Chapter 7: Layers and Layers; What Layers Can Do for You; Layer Basics; Working with Layers; Working with Objects on Layers; Manipulating Entire Layers; Chapter 8: Creating Layouts Right the First Time; Creating and Using Master Pages; Building a Template; Using Libraries; Chapter 9: Working with Books; Managing Chapters and Books; Creating Tables of Contents; Creating Indexes; Adding Footnotes; Part III: Object Essentials
Chapter 10: Adding Frames, Lines, and ColorsCreating Frames and Shapes; Drawing a Straight Line; Defining Colors, Tints, and Gradients; Applying Colors; Chapter 11: Aligning Objects with Grids and Guidelines; Precise Positioning with Coordinates; Lining Up Objects with Guidelines and Grids; Chapter 12: Manipulating Objects; Selecting Objects; Moving, Resizing, and Deleting Objects; Preventing Objects from Printing; Transforming Objects; Adding Strokes, Fills, and Other Effects; Chapter 13: Organizing Objects; Working with Object Styles; Creating Inline and Anchored Frames
Combining Objects into a GroupLocking Objects; Stacking Objects; Sharing Objects among Documents; Part IV: Text Essentials; Chapter 14: The Ins and Outs of Text; Importing Text; Editing Text; Searching and Replacing Text; Checking Spelling; Chapter 15: The Text Frame Tango; Working with Text Frames; Threading Text Frames; Working with Columns; Working with Merged Data; Chapter 16: Handling Character Details; Specifying Character Formats; Modifying Font, Type Style, and Size; Using Other Character Formats; Controlling Space between Characters and Lines; Creating and Applying Character Styles
Chapter 17: Handling Paragraph Details
Record Nr. UNINA-9910457951503321
Assadi Barbara  
Hoboken, NJ, : Wiley, c2005
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
InDesign CS2 for dummies [[electronic resource] /] / by Barbara Assadi and Galen Gruman
InDesign CS2 for dummies [[electronic resource] /] / by Barbara Assadi and Galen Gruman
Autore Assadi Barbara
Pubbl/distr/stampa Hoboken, NJ, : Wiley, c2005
Descrizione fisica 1 online resource (411 p.)
Disciplina 686.22544536
006.686
Altri autori (Persone) GrumanGalen
Collana --For dummies
Soggetto topico Desktop publishing
ISBN 0-7645-9874-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto InDesign CS2 For Dummies; About the Authors; Dedication; Authors' Acknowledgments; Contents at a Glance; Table of Contents; Introduction; How to Use This Book; How This Book Is Organized; Icons Used in This Book; Part I: Starting at the Beginning; Chapter 1: Finding Out How InDesign Works; Lots of Capabilities; Finding Out What InDesign Can Do; Discovering the InDesign Approach; Understanding Global and Local Control; Basic InDesign Vocabulary; Chapter 2: Taking a Quick Lap around the Track; Creating a New Document; Working with Frames; Working with Text; Working with Lines
Working with GraphicsCreating Colors; Applying Colors; Printing a Composite; Chapter 3: Understanding InDesign Ingredients; Discovering the Document Window; Opening Multiple Document Windows; Tooling around the Tools Palette; Working with Panes and Palettes; Chapter 4: Making It Work Your Way; Setting Document Preferences; Modifying Defaults for Text and Objects; Modifying Defaults for Views; Adding Default Colors and Styles; Part II: Document Essentials; Chapter 5: Opening, Viewing, and Saving Your Work; Setting Up a New Publication; Recovering from Disaster; All about Templates
Chapter 6: Discovering How Pages WorkUnderstanding the Pages Pane; Working with Page Numbers; Navigating Documents and Pages; Adjusting Page Layouts and Objects; Chapter 7: Layers and Layers; What Layers Can Do for You; Layer Basics; Working with Layers; Working with Objects on Layers; Manipulating Entire Layers; Chapter 8: Creating Layouts Right the First Time; Creating and Using Master Pages; Building a Template; Using Libraries; Chapter 9: Working with Books; Managing Chapters and Books; Creating Tables of Contents; Creating Indexes; Adding Footnotes; Part III: Object Essentials
Chapter 10: Adding Frames, Lines, and ColorsCreating Frames and Shapes; Drawing a Straight Line; Defining Colors, Tints, and Gradients; Applying Colors; Chapter 11: Aligning Objects with Grids and Guidelines; Precise Positioning with Coordinates; Lining Up Objects with Guidelines and Grids; Chapter 12: Manipulating Objects; Selecting Objects; Moving, Resizing, and Deleting Objects; Preventing Objects from Printing; Transforming Objects; Adding Strokes, Fills, and Other Effects; Chapter 13: Organizing Objects; Working with Object Styles; Creating Inline and Anchored Frames
Combining Objects into a GroupLocking Objects; Stacking Objects; Sharing Objects among Documents; Part IV: Text Essentials; Chapter 14: The Ins and Outs of Text; Importing Text; Editing Text; Searching and Replacing Text; Checking Spelling; Chapter 15: The Text Frame Tango; Working with Text Frames; Threading Text Frames; Working with Columns; Working with Merged Data; Chapter 16: Handling Character Details; Specifying Character Formats; Modifying Font, Type Style, and Size; Using Other Character Formats; Controlling Space between Characters and Lines; Creating and Applying Character Styles
Chapter 17: Handling Paragraph Details
Record Nr. UNINA-9910784475403321
Assadi Barbara  
Hoboken, NJ, : Wiley, c2005
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
InDesign CS2 for dummies / / by Barbara Assadi and Galen Gruman
InDesign CS2 for dummies / / by Barbara Assadi and Galen Gruman
Autore Assadi Barbara
Edizione [1st ed.]
Pubbl/distr/stampa Hoboken, NJ, : Wiley, c2005
Descrizione fisica 1 online resource (411 p.)
Disciplina 686.22544536
006.686
Altri autori (Persone) GrumanGalen
Collana --For dummies
Soggetto topico Desktop publishing
ISBN 0-7645-9874-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto InDesign CS2 For Dummies; About the Authors; Dedication; Authors' Acknowledgments; Contents at a Glance; Table of Contents; Introduction; How to Use This Book; How This Book Is Organized; Icons Used in This Book; Part I: Starting at the Beginning; Chapter 1: Finding Out How InDesign Works; Lots of Capabilities; Finding Out What InDesign Can Do; Discovering the InDesign Approach; Understanding Global and Local Control; Basic InDesign Vocabulary; Chapter 2: Taking a Quick Lap around the Track; Creating a New Document; Working with Frames; Working with Text; Working with Lines
Working with GraphicsCreating Colors; Applying Colors; Printing a Composite; Chapter 3: Understanding InDesign Ingredients; Discovering the Document Window; Opening Multiple Document Windows; Tooling around the Tools Palette; Working with Panes and Palettes; Chapter 4: Making It Work Your Way; Setting Document Preferences; Modifying Defaults for Text and Objects; Modifying Defaults for Views; Adding Default Colors and Styles; Part II: Document Essentials; Chapter 5: Opening, Viewing, and Saving Your Work; Setting Up a New Publication; Recovering from Disaster; All about Templates
Chapter 6: Discovering How Pages WorkUnderstanding the Pages Pane; Working with Page Numbers; Navigating Documents and Pages; Adjusting Page Layouts and Objects; Chapter 7: Layers and Layers; What Layers Can Do for You; Layer Basics; Working with Layers; Working with Objects on Layers; Manipulating Entire Layers; Chapter 8: Creating Layouts Right the First Time; Creating and Using Master Pages; Building a Template; Using Libraries; Chapter 9: Working with Books; Managing Chapters and Books; Creating Tables of Contents; Creating Indexes; Adding Footnotes; Part III: Object Essentials
Chapter 10: Adding Frames, Lines, and ColorsCreating Frames and Shapes; Drawing a Straight Line; Defining Colors, Tints, and Gradients; Applying Colors; Chapter 11: Aligning Objects with Grids and Guidelines; Precise Positioning with Coordinates; Lining Up Objects with Guidelines and Grids; Chapter 12: Manipulating Objects; Selecting Objects; Moving, Resizing, and Deleting Objects; Preventing Objects from Printing; Transforming Objects; Adding Strokes, Fills, and Other Effects; Chapter 13: Organizing Objects; Working with Object Styles; Creating Inline and Anchored Frames
Combining Objects into a GroupLocking Objects; Stacking Objects; Sharing Objects among Documents; Part IV: Text Essentials; Chapter 14: The Ins and Outs of Text; Importing Text; Editing Text; Searching and Replacing Text; Checking Spelling; Chapter 15: The Text Frame Tango; Working with Text Frames; Threading Text Frames; Working with Columns; Working with Merged Data; Chapter 16: Handling Character Details; Specifying Character Formats; Modifying Font, Type Style, and Size; Using Other Character Formats; Controlling Space between Characters and Lines; Creating and Applying Character Styles
Chapter 17: Handling Paragraph Details
Altri titoli varianti InDesign CS2
Record Nr. UNINA-9910828008803321
Assadi Barbara  
Hoboken, NJ, : Wiley, c2005
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui