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.
IBM WebSphere Application Server 8.0 administration guide [[electronic resource] ] : learn to administer a reliable, secure, and scalable environment for running applications with IBM WebSphere Application Server 8.0 / / Steve Robinson
IBM WebSphere Application Server 8.0 administration guide [[electronic resource] ] : learn to administer a reliable, secure, and scalable environment for running applications with IBM WebSphere Application Server 8.0 / / Steve Robinson
Autore Renders Steven
Edizione [1st edition]
Pubbl/distr/stampa Birmingham, : Packt Pub., 2011
Descrizione fisica 1 online resource (272 p.)
Disciplina 005.2765
Collana Professional Expertise Distilled
Soggetto topico Web site development - Computer programs
Soggetto genere / forma Electronic books.
ISBN 1-283-30843-6
9786613308436
1-84968-399-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; About the Authors; Acknowledgement; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Installing Irrlicht; Irrlicht license; System requirements; Time for action - downloading Irrlicht; Contents of the Irrlicht package; bin folder; doc folder; examples folder; lib folder; include folder; media folder; source folder; tools folder; Text files; Irrlicht on Windows with Visual Studio; Time for action - adding file references; Project-specific configuration; Compiling Irrlicht as a dynamic library using Visual Studio; For 64-bit Windows
Installing Microsoft's DirectX SDKTime for action - compiling Irrlicht as a dynamic library; Time for action - compiling the Irrlicht dynamic library; with modifications; Additional configurations; Building an example with Visual Studio; Time for action - building an Irrlicht example; Using Irrlicht with CodeBlocks; Time for action - creating an application using the; CodeBlocks wizard; CodeBlocks under Linux; Irrlicht on Linux; Time for action - compiling the static library; Making Irrlicht available on the whole system; Time for action - compiling ""Hello World"" on Ubuntu
Irrlicht on Mac OS X with XcodeTime for action - compiling the static library on Mac OS X; Time for action - compiling ""Hello World"" project with Xcode; Summary; Chapter 2: Creating a Basic Template Application; Creating a new empty project; Visual Studio; CodeBlocks; Linux and the command line; Xcode; Time for action - creating the main entry point; Using Irrlicht namespaces; Irrlicht device; Time for action - creating an Irrlicht device; The createDevice method; The ""game loop""; Time for action - creating the ""game loop""; beginScene; endScene; Summary; Chapter 3: Loading Meshes
What is a mesh?Time for action - loading a mesh; Differences between mesh formats; OBJ; MD2/MD3; COLLADA; X; Using textures; Time for action - applying texture to a mesh; Time for action - manipulating our mesh; Time for action - animating our mesh; Summary; Chapter 4: Overlays and User Interface; What is an overlay?; Time for action - drawing a 2D image; Using a sprite sheet; Time for action - using a sprite sheet; Making sprite sheets; Time for action - making sprite sheets; Drawing primitives; Time for action - drawing primitives; Rectangles; Polygons; Lines; Graphical user interface
Displaying text on the screenTime for action - displaying text on the screen; Using the Irrlicht font tool; Time for action - using the Irrlicht font tool; Adding buttons to our GUI; Time for action - adding buttons to your GUI; Summary; Chapter 5: Understanding Data Types; Using C++ templates; What are templates?; Using templates; Time for action - Using templates; Type definitions; Class types; video::SColor; video::SColorf; core::rect; core::dimension2d; core::array; core::list; Vectors; Dot product; Cross product; Magnitude (length); Unit vector; Normalization; Direction vector
Time for action - Moving a ball
Record Nr. UNINA-9910461816303321
Renders Steven  
Birmingham, : Packt Pub., 2011
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
IBM WebSphere Application Server 8.0 administration guide [[electronic resource] ] : learn to administer a reliable, secure, and scalable environment for running applications with IBM WebSphere Application Server 8.0 / / Steve Robinson
IBM WebSphere Application Server 8.0 administration guide [[electronic resource] ] : learn to administer a reliable, secure, and scalable environment for running applications with IBM WebSphere Application Server 8.0 / / Steve Robinson
Autore Renders Steven
Edizione [1st edition]
Pubbl/distr/stampa Birmingham, : Packt Pub., 2011
Descrizione fisica 1 online resource (272 p.)
Disciplina 005.2765
Collana Professional Expertise Distilled
Soggetto topico Web site development - Computer programs
ISBN 1-283-30843-6
9786613308436
1-84968-399-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; About the Authors; Acknowledgement; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Installing Irrlicht; Irrlicht license; System requirements; Time for action - downloading Irrlicht; Contents of the Irrlicht package; bin folder; doc folder; examples folder; lib folder; include folder; media folder; source folder; tools folder; Text files; Irrlicht on Windows with Visual Studio; Time for action - adding file references; Project-specific configuration; Compiling Irrlicht as a dynamic library using Visual Studio; For 64-bit Windows
Installing Microsoft's DirectX SDKTime for action - compiling Irrlicht as a dynamic library; Time for action - compiling the Irrlicht dynamic library; with modifications; Additional configurations; Building an example with Visual Studio; Time for action - building an Irrlicht example; Using Irrlicht with CodeBlocks; Time for action - creating an application using the; CodeBlocks wizard; CodeBlocks under Linux; Irrlicht on Linux; Time for action - compiling the static library; Making Irrlicht available on the whole system; Time for action - compiling ""Hello World"" on Ubuntu
Irrlicht on Mac OS X with XcodeTime for action - compiling the static library on Mac OS X; Time for action - compiling ""Hello World"" project with Xcode; Summary; Chapter 2: Creating a Basic Template Application; Creating a new empty project; Visual Studio; CodeBlocks; Linux and the command line; Xcode; Time for action - creating the main entry point; Using Irrlicht namespaces; Irrlicht device; Time for action - creating an Irrlicht device; The createDevice method; The ""game loop""; Time for action - creating the ""game loop""; beginScene; endScene; Summary; Chapter 3: Loading Meshes
What is a mesh?Time for action - loading a mesh; Differences between mesh formats; OBJ; MD2/MD3; COLLADA; X; Using textures; Time for action - applying texture to a mesh; Time for action - manipulating our mesh; Time for action - animating our mesh; Summary; Chapter 4: Overlays and User Interface; What is an overlay?; Time for action - drawing a 2D image; Using a sprite sheet; Time for action - using a sprite sheet; Making sprite sheets; Time for action - making sprite sheets; Drawing primitives; Time for action - drawing primitives; Rectangles; Polygons; Lines; Graphical user interface
Displaying text on the screenTime for action - displaying text on the screen; Using the Irrlicht font tool; Time for action - using the Irrlicht font tool; Adding buttons to our GUI; Time for action - adding buttons to your GUI; Summary; Chapter 5: Understanding Data Types; Using C++ templates; What are templates?; Using templates; Time for action - Using templates; Type definitions; Class types; video::SColor; video::SColorf; core::rect; core::dimension2d; core::array; core::list; Vectors; Dot product; Cross product; Magnitude (length); Unit vector; Normalization; Direction vector
Time for action - Moving a ball
Record Nr. UNINA-9910789728503321
Renders Steven  
Birmingham, : Packt Pub., 2011
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
IBM WebSphere Application Server 8.0 administration guide : learn to administer a reliable, secure, and scalable environment for running applications with IBM WebSphere Application Server 8.0 / / Steve Robinson
IBM WebSphere Application Server 8.0 administration guide : learn to administer a reliable, secure, and scalable environment for running applications with IBM WebSphere Application Server 8.0 / / Steve Robinson
Autore Renders Steven
Edizione [1st edition]
Pubbl/distr/stampa Birmingham, : Packt Pub., 2011
Descrizione fisica 1 online resource (272 p.)
Disciplina 005.2765
Collana Professional Expertise Distilled
Soggetto topico Web site development - Computer programs
ISBN 1-283-30843-6
9786613308436
1-84968-399-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; About the Authors; Acknowledgement; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Installing Irrlicht; Irrlicht license; System requirements; Time for action - downloading Irrlicht; Contents of the Irrlicht package; bin folder; doc folder; examples folder; lib folder; include folder; media folder; source folder; tools folder; Text files; Irrlicht on Windows with Visual Studio; Time for action - adding file references; Project-specific configuration; Compiling Irrlicht as a dynamic library using Visual Studio; For 64-bit Windows
Installing Microsoft's DirectX SDKTime for action - compiling Irrlicht as a dynamic library; Time for action - compiling the Irrlicht dynamic library; with modifications; Additional configurations; Building an example with Visual Studio; Time for action - building an Irrlicht example; Using Irrlicht with CodeBlocks; Time for action - creating an application using the; CodeBlocks wizard; CodeBlocks under Linux; Irrlicht on Linux; Time for action - compiling the static library; Making Irrlicht available on the whole system; Time for action - compiling ""Hello World"" on Ubuntu
Irrlicht on Mac OS X with XcodeTime for action - compiling the static library on Mac OS X; Time for action - compiling ""Hello World"" project with Xcode; Summary; Chapter 2: Creating a Basic Template Application; Creating a new empty project; Visual Studio; CodeBlocks; Linux and the command line; Xcode; Time for action - creating the main entry point; Using Irrlicht namespaces; Irrlicht device; Time for action - creating an Irrlicht device; The createDevice method; The ""game loop""; Time for action - creating the ""game loop""; beginScene; endScene; Summary; Chapter 3: Loading Meshes
What is a mesh?Time for action - loading a mesh; Differences between mesh formats; OBJ; MD2/MD3; COLLADA; X; Using textures; Time for action - applying texture to a mesh; Time for action - manipulating our mesh; Time for action - animating our mesh; Summary; Chapter 4: Overlays and User Interface; What is an overlay?; Time for action - drawing a 2D image; Using a sprite sheet; Time for action - using a sprite sheet; Making sprite sheets; Time for action - making sprite sheets; Drawing primitives; Time for action - drawing primitives; Rectangles; Polygons; Lines; Graphical user interface
Displaying text on the screenTime for action - displaying text on the screen; Using the Irrlicht font tool; Time for action - using the Irrlicht font tool; Adding buttons to our GUI; Time for action - adding buttons to your GUI; Summary; Chapter 5: Understanding Data Types; Using C++ templates; What are templates?; Using templates; Time for action - Using templates; Type definitions; Class types; video::SColor; video::SColorf; core::rect; core::dimension2d; core::array; core::list; Vectors; Dot product; Cross product; Magnitude (length); Unit vector; Normalization; Direction vector
Time for action - Moving a ball
Altri titoli varianti WebSphere Application Server 8.0 administration guide
Record Nr. UNINA-9910808353003321
Renders Steven  
Birmingham, : Packt Pub., 2011
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Microsoft Dynamics NAV 2009 [[electronic resource] ] : professional reporting : discover all the tips and tricks for Dynamics NAV report building / / Steven Renders
Microsoft Dynamics NAV 2009 [[electronic resource] ] : professional reporting : discover all the tips and tricks for Dynamics NAV report building / / Steven Renders
Autore Renders Steven
Pubbl/distr/stampa Birmingham, : Packt Pub., 2011
Descrizione fisica 1 online resource (352 p.)
Disciplina 005.376
657.028553
Soggetto topico Business logistics - Computer programs
Soggetto genere / forma Electronic books.
ISBN 1-283-30838-X
9786613308382
1-84968-245-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Charts and Dimensions; Role Centers; Charts; Chart panes; Limitations of chart panes; Chart parts; Chart security; Chart performance; Reports; List reports; Test reports; Posting reports; Transaction reports; Document reports; Other reports; Printing reports; Determining print report settings; Printer selection; Report selections; Creating reports without development tools; What are dimensions?; Global; Shortcut; Budget; Where are dimensions set up?
Dimensions and dimension valuesDimension values; Dimension combinations; Default dimensions; View posted dimension information; Analysing financial information using dimensions; Dimension-based reports; Summary; Chapter 2: Creating a Report in the Classic Client; The Report Designer; Using the report wizard; Form type report; Tabular type report; Label type report; Creating a simple List report; Sorting and grouping data in a report; Sections in a classic report; Controls; Triggers; What happens when a report runs?; How is a data item processed?; Properties in a report
Adding color to a classic reportWhat is a ProcessingOnly report?; Creating an Excel-like layout for a report; Printing a report to Excel; What is so special about the Excel Buffer table (370)?; Report functions; Summary; Chapter 3: Creating Role Tailored Reports; The optional enhanced layout; Why you cannot call it Reporting Services; Difference between RDL and RDLC?; Printed reports versus online reports; Creating your first enhanced report; What's happening?; Adding formatting, grouping, sorting, and filtering to a report; Report creation workflow; Using multiple data items
Using the Create Layout Suggestion optionChanging the template; Making a report available in the Role Tailored client; Limitations of enhanced report design in Dynamics NAV 2009; Summary; Chapter 4: Visualization Methods; Report items; Common report item properties; Text box; List data regions; Document Outline; What is the List control used for?; Undo/Redo; Matrix boxes; More advanced matrix techniques; Using colors in a matrix; Green bar matrix; Chart data regions; Adding images to your report; Expanding/collapsing report sections; Interactive sorting; Using the document map
Linking reportsBookmark links; Hyperlinks; Filtering a report; Filtering a page; Multi-column reports; Headers and footers; Expressions; The Fields collection; The Globals collection; The ReportItems collection; The User collection; Functions; Useful tips and techniques; Use a title, page numbers, and show applied filters; Using rectangles, lines, and images; Adding a report border; Tracking report usage; Checking on empty datasets; Using a report layout setup table; Blanking properties; Pagination; Use rectangles; Give everything a proper name; Test, test, and test; Summary
Chapter 5: Developing Specific Reports
Record Nr. UNINA-9910461852203321
Renders Steven  
Birmingham, : Packt Pub., 2011
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Microsoft Dynamics NAV 2009 [[electronic resource] ] : professional reporting : discover all the tips and tricks for Dynamics NAV report building / / Steven Renders
Microsoft Dynamics NAV 2009 [[electronic resource] ] : professional reporting : discover all the tips and tricks for Dynamics NAV report building / / Steven Renders
Autore Renders Steven
Pubbl/distr/stampa Birmingham, : Packt Pub., 2011
Descrizione fisica 1 online resource (352 p.)
Disciplina 005.376
657.028553
Soggetto topico Business logistics - Computer programs
ISBN 1-283-30838-X
9786613308382
1-84968-245-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Charts and Dimensions; Role Centers; Charts; Chart panes; Limitations of chart panes; Chart parts; Chart security; Chart performance; Reports; List reports; Test reports; Posting reports; Transaction reports; Document reports; Other reports; Printing reports; Determining print report settings; Printer selection; Report selections; Creating reports without development tools; What are dimensions?; Global; Shortcut; Budget; Where are dimensions set up?
Dimensions and dimension valuesDimension values; Dimension combinations; Default dimensions; View posted dimension information; Analysing financial information using dimensions; Dimension-based reports; Summary; Chapter 2: Creating a Report in the Classic Client; The Report Designer; Using the report wizard; Form type report; Tabular type report; Label type report; Creating a simple List report; Sorting and grouping data in a report; Sections in a classic report; Controls; Triggers; What happens when a report runs?; How is a data item processed?; Properties in a report
Adding color to a classic reportWhat is a ProcessingOnly report?; Creating an Excel-like layout for a report; Printing a report to Excel; What is so special about the Excel Buffer table (370)?; Report functions; Summary; Chapter 3: Creating Role Tailored Reports; The optional enhanced layout; Why you cannot call it Reporting Services; Difference between RDL and RDLC?; Printed reports versus online reports; Creating your first enhanced report; What's happening?; Adding formatting, grouping, sorting, and filtering to a report; Report creation workflow; Using multiple data items
Using the Create Layout Suggestion optionChanging the template; Making a report available in the Role Tailored client; Limitations of enhanced report design in Dynamics NAV 2009; Summary; Chapter 4: Visualization Methods; Report items; Common report item properties; Text box; List data regions; Document Outline; What is the List control used for?; Undo/Redo; Matrix boxes; More advanced matrix techniques; Using colors in a matrix; Green bar matrix; Chart data regions; Adding images to your report; Expanding/collapsing report sections; Interactive sorting; Using the document map
Linking reportsBookmark links; Hyperlinks; Filtering a report; Filtering a page; Multi-column reports; Headers and footers; Expressions; The Fields collection; The Globals collection; The ReportItems collection; The User collection; Functions; Useful tips and techniques; Use a title, page numbers, and show applied filters; Using rectangles, lines, and images; Adding a report border; Tracking report usage; Checking on empty datasets; Using a report layout setup table; Blanking properties; Pagination; Use rectangles; Give everything a proper name; Test, test, and test; Summary
Chapter 5: Developing Specific Reports
Record Nr. UNINA-9910789721603321
Renders Steven  
Birmingham, : Packt Pub., 2011
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Microsoft Dynamics NAV 2009 : professional reporting : discover all the tips and tricks for Dynamics NAV report building / / Steven Renders
Microsoft Dynamics NAV 2009 : professional reporting : discover all the tips and tricks for Dynamics NAV report building / / Steven Renders
Autore Renders Steven
Edizione [1st ed.]
Pubbl/distr/stampa Birmingham, : Packt Pub., 2011
Descrizione fisica 1 online resource (352 p.)
Disciplina 005.376
657.028553
Soggetto topico Business logistics - Computer programs
ISBN 1-283-30838-X
9786613308382
1-84968-245-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Charts and Dimensions; Role Centers; Charts; Chart panes; Limitations of chart panes; Chart parts; Chart security; Chart performance; Reports; List reports; Test reports; Posting reports; Transaction reports; Document reports; Other reports; Printing reports; Determining print report settings; Printer selection; Report selections; Creating reports without development tools; What are dimensions?; Global; Shortcut; Budget; Where are dimensions set up?
Dimensions and dimension valuesDimension values; Dimension combinations; Default dimensions; View posted dimension information; Analysing financial information using dimensions; Dimension-based reports; Summary; Chapter 2: Creating a Report in the Classic Client; The Report Designer; Using the report wizard; Form type report; Tabular type report; Label type report; Creating a simple List report; Sorting and grouping data in a report; Sections in a classic report; Controls; Triggers; What happens when a report runs?; How is a data item processed?; Properties in a report
Adding color to a classic reportWhat is a ProcessingOnly report?; Creating an Excel-like layout for a report; Printing a report to Excel; What is so special about the Excel Buffer table (370)?; Report functions; Summary; Chapter 3: Creating Role Tailored Reports; The optional enhanced layout; Why you cannot call it Reporting Services; Difference between RDL and RDLC?; Printed reports versus online reports; Creating your first enhanced report; What's happening?; Adding formatting, grouping, sorting, and filtering to a report; Report creation workflow; Using multiple data items
Using the Create Layout Suggestion optionChanging the template; Making a report available in the Role Tailored client; Limitations of enhanced report design in Dynamics NAV 2009; Summary; Chapter 4: Visualization Methods; Report items; Common report item properties; Text box; List data regions; Document Outline; What is the List control used for?; Undo/Redo; Matrix boxes; More advanced matrix techniques; Using colors in a matrix; Green bar matrix; Chart data regions; Adding images to your report; Expanding/collapsing report sections; Interactive sorting; Using the document map
Linking reportsBookmark links; Hyperlinks; Filtering a report; Filtering a page; Multi-column reports; Headers and footers; Expressions; The Fields collection; The Globals collection; The ReportItems collection; The User collection; Functions; Useful tips and techniques; Use a title, page numbers, and show applied filters; Using rectangles, lines, and images; Adding a report border; Tracking report usage; Checking on empty datasets; Using a report layout setup table; Blanking properties; Pagination; Use rectangles; Give everything a proper name; Test, test, and test; Summary
Chapter 5: Developing Specific Reports
Record Nr. UNINA-9910820079903321
Renders Steven  
Birmingham, : Packt Pub., 2011
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui