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.
Beginning Windows Store application development--HTML and JavaScript edition / / Scott Isaacs, Kyle Burns
Beginning Windows Store application development--HTML and JavaScript edition / / Scott Isaacs, Kyle Burns
Autore Isaacs Scott
Edizione [1st ed. 2013.]
Pubbl/distr/stampa New York : , : Apress, , 2013
Descrizione fisica 1 online resource (xxvi, 526 pages) : illustrations (some color)
Disciplina 004
005.2
Collana The expert's voice in Windows 8
Gale eBooks
Soggetto topico Application software - Development
HTML (Document markup language)
JavaScript (Computer program language)
Windows (Computer programs)
ISBN 1-4302-5780-6
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto ""Contents at a Glance""; ""Contents""; ""About the Authors""; ""About the Technical Reviewer""; ""Acknowledgments""; ""Introduction""; ""Chapter 1: Welcome to a Touch-First World""; ""Moving to More Natural Interaction""; ""Windows 8 Touch Language""; ""Press and Hold""; ""Tap""; ""Slide""; ""Swipe""; ""Pinch""; ""Stretch""; ""Swipe from Edge""; ""Turn""; ""Keys to a Successful Touch Interface""; ""Responsiveness""; ""Touch Targets""; ""Intuitive Interface""; ""Beyond Touch""; ""Conclusion""; ""Chapter 2: The Microsoft Design Language""; ""Swiss Design Style""; ""Influence of Bauhaus""
""Elements of Swiss Design Style""""Typography""; ""Photography""; ""Iconography""; ""Generous Use of Whitespace""; ""Strict Organization""; ""Microsoft Design Language""; ""Microsoft Design Language Principles""; ""Show Pride in Craftsmanship""; ""Be Fast and Fluid""; ""Be Authentically Digital""; ""Do More with Less""; ""Win As One""; ""User-Experience Guidelines for Windows Store Apps""; ""Application Layout""; ""Typography""; ""Other Windows Store App User-Experience Guidelines""; ""Microsoft Design Language in the Windows 8 User Interface""; ""Conclusion""
""Chapter 3: Designing Windows Store Applications""""Communication Is Key""; ""What Should the Application Be Good At?""; ""Identify Functional Requirements""; ""Evaluate Identified Requirements""; ""Decompose Requirements""; ""Build Interaction Flows""; ""Wireframes""; ""Visual Design""; ""Conclusion""; ""Chapter 4: Visual Studio 2012 and Windows Store Application Types""; ""Visual Studio Editions""; ""Getting Started with Visual Studio""; ""Windows Store Application Types""; ""Blank App""; ""Fixed Layout App""; ""Grid App""; ""Split App""; ""Navigation App""; ""Conclusion""
""Chapter 5: HTML Controls""""Visual Studio Projects""; ""Creating a Project""; ""Reviewing Default Project Contents""; ""Adding a New Page""; ""Navigating to the New Page""; ""The Controls""; ""Labels""; ""Links""; ""HTML Link""; ""The Navigate Method""; ""Using Queries to Convert HTML Links to Use the Navigate Method""; ""Text Input Controls""; ""Single-Line Text Input""; ""Password Input""; ""Multiline Text Input""; ""Choice Controls""; ""Drop-Down List""; ""Check Box""; ""Radio Button""; ""Choosing a Choice Control""; ""Buttons""; ""Reset Button""; ""Submit Button""; ""Standard Button""
""Progress Indicators""""Determinate Bar""; ""Indeterminate Bar""; ""Indeterminate Ring""; ""Conclusion""; ""Chapter 6: WinJS Controls""; ""WinJS, WinRT, Windows RT, and Windows 8""; ""The Controls""; ""AppBar and AppBarCommand""; ""Tooltip""; ""DatePicker and TimePicker""; ""ToggleSwitch""; ""Rating""; ""MessageDialog""; ""Flyout""; ""SettingsFlyout""; ""Conclusion""; ""Chapter 7: WinJS Collection Controls""; ""Collections""; ""Project Setup""; ""The Controls""; ""ListView Basics""; ""Templates""; ""Layouts""; ""Grouping and Semantic Zoom""; ""FlipView""; ""Conclusion""
""Chapter 8: WinJS Custom Controls""
Record Nr. UNINA-9910735383803321
Isaacs Scott  
New York : , : Apress, , 2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
CSS for Windows 8 app development / / Jeremy Foster
CSS for Windows 8 app development / / Jeremy Foster
Autore Foster Jeremy
Edizione [1st ed. 2013.]
Pubbl/distr/stampa New York : , : Apress, , 2013
Descrizione fisica 1 online resource (xxii, 290 pages) : illustrations (some color)
Disciplina 005.1
006.76
Collana Expert's voice in Windows 8 CSS for Windows 8 app development
Soggetto topico Application software - Development
Cascading style sheets
Windows (Computer programs)
ISBN 1-4302-4984-6
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Title Page; Copyright Page; Dedication Page; Contents at a Glance; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; CHAPTER 1 Windows 8 Design; Windows Reimagined; Traits of Great Windows 8 App Design; Use Microsoft Design Style; Navigation; Three-tier navigation; Hub; Section; Detail; Flat navigation; Interactions; Layout; Be Fast and Fluid; Snap and Scale Beautifully; Use the Right Contracts; Invest in a Great Tile; Feel Connected and Alive; Roam to the Cloud; Follow the Design Principles; Microsoft Design Principles
Show Pride in CraftsmanshipDo More with Less; Be Fast and Fluid; Be Authentically Digital; Win as One; Design Scenario; Scope; Usage Scenarios; Summary; CHAPTER 2 Introduction to Windows 8 Development; Windows 8 Architecture; Tools; Visual Studio 2012; Project Templates; The Blank Template; Why Choose a Blank Project?; The Navigation Template; Why Choose a Navigation Project?; The Grid Template; Why Choose a Grid Project?; DOM Explorer; Debugging; Blend; Distributing Your App; Sideloading; Publishing to the Windows Store; Summary; CHAPTER 3 Selectors and Style Rules; Style Format and Location
Inline StylesEmbedded Style Sheets; External Style Sheets; Basic Style Rule Syntax; Selectors; Type Selectors; Class Selectors; ID Selectors; Attribute Selectors; Pseudo-class and Pseudo-element Selectors; :root; ::first-letter; :checked; ::before, ::after, and content; :required; ::-ms-expand; ::-ms-browse; Positional pseudo-classes; :target; :not( ); Combinators; Descendent; Child; General sibling; Adjacent sibling; Selector Groups; Style Definition; Shorthand Properties; Property Values; Cascading Order, Specificity, and Scope; Cascading; Specificity; Scope; Media Queries; Summary
CHAPTER 4 Text PropertiesText; Color and opacity; Named Colors; Hex Colors; RGB Colors; HSL Colors; Opacity; Fonts and Text Styles; font-style; font-variant; font-weight; font-size; line-height; font-family; font shorthand property; text-transform; Text Decoration; font-face; Microsoft vendor specific text properties; Alignment and justification; Columns; column-width and column-count; column-gap and column-rule; column-fill; Samples of Multiple Columns; List Styles; Hyphenation; -ms-hyphens; -ms-hyphenate-limit-zone; -ms-hyphenate-limit-chars; -ms-hyphenate-limit-lines; Summary
CHAPTER 5 Box PropertiesThe Box Model; Sizing; Overflow; Visibility; Margin; Borders; Padding; Background; background-color; background-image; background-size; background-repeat; background-position; background-origin; background-clip; background-attachment; Gradients; Shadow; Summary; CHAPTER 6 Transforms, Transitions, and Animation Properties; Transforms; Transform functions; perspective; perspective-origin; backface-visibility; transform-origin; transform-style; transform; 2D transform functions; rotate(); scale(); skew(); translate(); matrix(); 3D transform functions; perspective()
rotate3d()
Record Nr. UNINA-9910735383103321
Foster Jeremy  
New York : , : Apress, , 2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Exploring Windows NT for professionals
Exploring Windows NT for professionals
Pubbl/distr/stampa Rochester, N.Y., : Element K Journals
Disciplina 005
Soggetto topico Microsoft Windows NT device drivers (Computer programs)
Windows (Computer programs)
Soggetto genere / forma Periodicals.
ISSN 1532-466X
Formato Materiale a stampa
Livello bibliografico Periodico
Lingua di pubblicazione eng
Altri titoli varianti Exploring Windows NT
Windows NT
Record Nr. UNINA-9910134735503321
Rochester, N.Y., : Element K Journals
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Exploring Windows NT for professionals
Exploring Windows NT for professionals
Pubbl/distr/stampa Rochester, N.Y., : Element K Journals
Disciplina 005
Soggetto topico Microsoft Windows NT device drivers (Computer programs)
Windows (Computer programs)
Soggetto genere / forma Periodicals.
ISSN 1532-466X
Formato Materiale a stampa
Livello bibliografico Periodico
Lingua di pubblicazione eng
Altri titoli varianti Exploring Windows NT
Windows NT
Record Nr. UNISA-996335986803316
Rochester, N.Y., : Element K Journals
Materiale a stampa
Lo trovi qui: Univ. di Salerno
Opac: Controlla la disponibilità qui
Inside Microsoft Windows
Inside Microsoft Windows
Pubbl/distr/stampa Louisville, KY, : Cobb Group, ©1990-
Descrizione fisica 1 online resource
Disciplina 005
Soggetto topico Windows (Computer programs)
Soggetto genere / forma Periodicals.
Formato Materiale a stampa
Livello bibliografico Periodico
Lingua di pubblicazione eng
Record Nr. UNISA-996336830003316
Louisville, KY, : Cobb Group, ©1990-
Materiale a stampa
Lo trovi qui: Univ. di Salerno
Opac: Controlla la disponibilità qui
Inside Microsoft Windows
Inside Microsoft Windows
Pubbl/distr/stampa Louisville, KY, : Cobb Group, ©1990-
Descrizione fisica 1 online resource
Disciplina 005
Soggetto topico Windows (Computer programs)
Soggetto genere / forma Periodicals.
Formato Materiale a stampa
Livello bibliografico Periodico
Lingua di pubblicazione eng
Record Nr. UNINA-9910131503203321
Louisville, KY, : Cobb Group, ©1990-
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Learning Windows programming with virtual reality / Christopher D. Watkins, Russell J. Berube, Jr
Learning Windows programming with virtual reality / Christopher D. Watkins, Russell J. Berube, Jr
Autore Watkins, Christopher
Pubbl/distr/stampa Boston, MA : AP Professional, c1995
Descrizione fisica xv, 305 p. : ill. ; 24 cm + 1 computer disk
Disciplina 005.2
Soggetto topico Virtual reality
Windows (Computer programs)
ISBN 012737843X (disk)
0127378421
Classificazione AMS 68N99
QA76.76.W56W38
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNISALENTO-991001060189707536
Watkins, Christopher  
Boston, MA : AP Professional, c1995
Materiale a stampa
Lo trovi qui: Univ. del Salento
Opac: Controlla la disponibilità qui
MCSA windows 10 study guide : exam 70-698 / / William Panek
MCSA windows 10 study guide : exam 70-698 / / William Panek
Autore Panek William
Pubbl/distr/stampa Indianapolis, Indiana : , : Sybex, , 2017
Descrizione fisica 1 online resource (603 pages) : illustrations, tables
Disciplina 005.43
Soggetto topico Windows (Computer programs)
Soggetto genere / forma Electronic books.
ISBN 1-119-32761-X
1-119-32760-1
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910155258503321
Panek William  
Indianapolis, Indiana : , : Sybex, , 2017
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
MCSA windows 10 study guide : exam 70-698 / / William Panek
MCSA windows 10 study guide : exam 70-698 / / William Panek
Autore Panek William
Pubbl/distr/stampa Indianapolis, Indiana : , : Sybex, , 2017
Descrizione fisica 1 online resource (603 pages) : illustrations, tables
Disciplina 005.43
Soggetto topico Windows (Computer programs)
ISBN 1-119-32761-X
1-119-32760-1
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910792685103321
Panek William  
Indianapolis, Indiana : , : Sybex, , 2017
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
MCSA windows 10 study guide : exam 70-698 / / William Panek
MCSA windows 10 study guide : exam 70-698 / / William Panek
Autore Panek William
Pubbl/distr/stampa Indianapolis, Indiana : , : Sybex, , 2017
Descrizione fisica 1 online resource (603 pages) : illustrations, tables
Disciplina 005.43
Soggetto topico Windows (Computer programs)
ISBN 1-119-32761-X
1-119-32760-1
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910823814403321
Panek William  
Indianapolis, Indiana : , : Sybex, , 2017
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui