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.
2003 IEEE Symposium on Human Centric Computing Languages and Environments : proceedings : October 28-31, 2003, Auckland, New Zealand
2003 IEEE Symposium on Human Centric Computing Languages and Environments : proceedings : October 28-31, 2003, Auckland, New Zealand
Pubbl/distr/stampa [Place of publication not identified], : IEEE Computer Society, 2003
Disciplina 004/.01/9
Soggetto topico Human-computer interaction
Visual programming languages (Computer science)
End-user computing
Multimedia systems
Engineering & Applied Sciences
Computer Science
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNISA-996202921003316
[Place of publication not identified], : IEEE Computer Society, 2003
Materiale a stampa
Lo trovi qui: Univ. di Salerno
Opac: Controlla la disponibilità qui
2020 IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC) / / Institute of Electrical and Electronics Engineers
2020 IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC) / / Institute of Electrical and Electronics Engineers
Pubbl/distr/stampa Piscataway, NJ : , : IEEE, , 2020
Descrizione fisica 1 online resource (various pagings) : illustrations (some color)
Disciplina 006.66
Soggetto topico Visual programming languages (Computer science)
ISBN 1-7281-6901-1
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Altri titoli varianti 2020 IEEE Symposium on Visual Languages and Human-Centric Computing
Record Nr. UNINA-9910437336103321
Piscataway, NJ : , : IEEE, , 2020
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
2020 IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC) / / Institute of Electrical and Electronics Engineers
2020 IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC) / / Institute of Electrical and Electronics Engineers
Pubbl/distr/stampa Piscataway, NJ : , : IEEE, , 2020
Descrizione fisica 1 online resource (various pagings) : illustrations (some color)
Disciplina 006.66
Soggetto topico Visual programming languages (Computer science)
ISBN 1-7281-6901-1
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Altri titoli varianti 2020 IEEE Symposium on Visual Languages and Human-Centric Computing
Record Nr. UNISA-996575474703316
Piscataway, NJ : , : IEEE, , 2020
Materiale a stampa
Lo trovi qui: Univ. di Salerno
Opac: Controlla la disponibilità qui
2022 IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC) / / Institute of Electrical and Electronics Engineers
2022 IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC) / / Institute of Electrical and Electronics Engineers
Pubbl/distr/stampa Piscataway, N.J. : , : IEEE, , 2022
Descrizione fisica 1 online resource : illustrations
Disciplina 004.019
Soggetto topico Human-computer interaction
Visual programming languages (Computer science)
ISBN 1-66544-214-X
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Altri titoli varianti 2022 IEEE Symposium on Visual Languages and Human-Centric Computing
Record Nr. UNISA-996575017903316
Piscataway, N.J. : , : IEEE, , 2022
Materiale a stampa
Lo trovi qui: Univ. di Salerno
Opac: Controlla la disponibilità qui
Build your own framework with Visual FoxPro [[electronic resource] /] / Ken Chazotte
Build your own framework with Visual FoxPro [[electronic resource] /] / Ken Chazotte
Autore Chazotte Ken
Pubbl/distr/stampa Whitefish Bay, WI, : Hentzenwerke Pub., 2004
Descrizione fisica 1 online resource (353 p.)
Soggetto topico Visual programming languages (Computer science)
Programming languages (Electronic computers)
Soggetto genere / forma Electronic books.
ISBN 1-280-54424-4
9786610544240
1-930919-54-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto ""Our Contract with You, The Reader""; ""List of Chapters""; ""Table of Contents""; ""Acknowledgements""; ""About the Authors""; ""How to Download the Files""; ""Chapter 1: Introduction""; ""Who should read this book?""; ""What is an application framework?""; ""Why use a framework?""; ""How is a framework different from a class library?""; ""Elements of a framework""; ""Reasons to create your own framework""; ""Reasons to avoid developing your own framework""; ""Framework mindset""; ""Overview""; ""How should I read this book?""; ""A word about the approach presented in this book""
""Icons used in this book""""Summary""; ""Chapter 2: Project Planning""; ""Steering document""; ""The goal statement""; ""Guidelines""; ""Objectives""; ""Implementation plan""; ""Requirements list""; ""Design (implementation)""; ""Task list""; ""Test plan""; ""Sample (excerpt)""; ""Conventions""; ""Summary""; ""Chapter 3: Framework Architecture""; ""Architectures and tiers""; ""Presentation layer""; ""Logic layer""; ""Data layer""; ""Separation of power""; ""The approach in My Frame""; ""Functional view""; ""Application Variable Server (myAppVars)""; ""Forms collection (myFormsCollection)""
""Location manager (myLocations)""""Messaging service (myMessages)""; ""Preferences manager (myPreferences)""; ""Security module (mySecurity)""; ""System codes""; ""Toolbars collection""; ""Reports manager (myReports)""; ""Error handler""; ""Framework data model""; ""Summary""; ""Chapter 4: Techniques for Flexibility""; ""Classes""; ""Avoiding hard coding""; ""Changing object composition""; ""About the interface""; ""Patterns�Overview""; ""Template method""; ""Styles""; ""Mediator and event binding""; ""Factory method""; ""Abstract factory""; ""Delegation (bridge)""; ""Proxy�Overview""
""The proxy class in MyFrame""""Wrappers""; ""Summary""; ""Chapter 5: Beginning Development""; ""Folder structure""; ""Separating framework files from application files""; ""Configuring the application folder""; ""Configuring the framework folder""; ""Project manager""; ""Framework and application files""; ""Starting a FoxPro application""; ""aApplication""; ""Creating the main programs""; ""Main_Frame.prg""; ""Main.prg""; ""Summary""; ""Chapter 6: Creating a Class Library""; ""Base classes""; ""A simple class library""; ""Labels""; ""Command buttons""; ""Text boxes""; ""Containers""
""Combo boxes""""Treeview control (MyTreeView)""; ""Shapes""; ""PageFrame, CommandGroup, and OptionGroup""; ""PageFrame""; ""Grids""; ""Forms""; ""Using framework classes in an application""; ""Direct""; ""Direct Subclass""; ""CodeBook Style""; ""Assembled In App""; ""Rebuild""; ""Meta Data""; ""The recommended approach""; ""Summary""; ""Chapter 7: Environments and Sessions""; ""Data sessions""; ""Creating data sessions""; ""Object scope""; ""Environments""; ""Data session environments""; ""Save, set, and restore the environment""; ""Implementing the environment classes""
""Creating a Session class""
Record Nr. UNINA-9910450137503321
Chazotte Ken  
Whitefish Bay, WI, : Hentzenwerke Pub., 2004
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Build your own framework with Visual FoxPro [[electronic resource] /] / Ken Chazotte
Build your own framework with Visual FoxPro [[electronic resource] /] / Ken Chazotte
Autore Chazotte Ken
Pubbl/distr/stampa Whitefish Bay, WI, : Hentzenwerke Pub., 2004
Descrizione fisica 1 online resource (353 p.)
Soggetto topico Visual programming languages (Computer science)
Programming languages (Electronic computers)
ISBN 1-280-54424-4
9786610544240
1-930919-54-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto ""Our Contract with You, The Reader""; ""List of Chapters""; ""Table of Contents""; ""Acknowledgements""; ""About the Authors""; ""How to Download the Files""; ""Chapter 1: Introduction""; ""Who should read this book?""; ""What is an application framework?""; ""Why use a framework?""; ""How is a framework different from a class library?""; ""Elements of a framework""; ""Reasons to create your own framework""; ""Reasons to avoid developing your own framework""; ""Framework mindset""; ""Overview""; ""How should I read this book?""; ""A word about the approach presented in this book""
""Icons used in this book""""Summary""; ""Chapter 2: Project Planning""; ""Steering document""; ""The goal statement""; ""Guidelines""; ""Objectives""; ""Implementation plan""; ""Requirements list""; ""Design (implementation)""; ""Task list""; ""Test plan""; ""Sample (excerpt)""; ""Conventions""; ""Summary""; ""Chapter 3: Framework Architecture""; ""Architectures and tiers""; ""Presentation layer""; ""Logic layer""; ""Data layer""; ""Separation of power""; ""The approach in My Frame""; ""Functional view""; ""Application Variable Server (myAppVars)""; ""Forms collection (myFormsCollection)""
""Location manager (myLocations)""""Messaging service (myMessages)""; ""Preferences manager (myPreferences)""; ""Security module (mySecurity)""; ""System codes""; ""Toolbars collection""; ""Reports manager (myReports)""; ""Error handler""; ""Framework data model""; ""Summary""; ""Chapter 4: Techniques for Flexibility""; ""Classes""; ""Avoiding hard coding""; ""Changing object composition""; ""About the interface""; ""Patterns�Overview""; ""Template method""; ""Styles""; ""Mediator and event binding""; ""Factory method""; ""Abstract factory""; ""Delegation (bridge)""; ""Proxy�Overview""
""The proxy class in MyFrame""""Wrappers""; ""Summary""; ""Chapter 5: Beginning Development""; ""Folder structure""; ""Separating framework files from application files""; ""Configuring the application folder""; ""Configuring the framework folder""; ""Project manager""; ""Framework and application files""; ""Starting a FoxPro application""; ""aApplication""; ""Creating the main programs""; ""Main_Frame.prg""; ""Main.prg""; ""Summary""; ""Chapter 6: Creating a Class Library""; ""Base classes""; ""A simple class library""; ""Labels""; ""Command buttons""; ""Text boxes""; ""Containers""
""Combo boxes""""Treeview control (MyTreeView)""; ""Shapes""; ""PageFrame, CommandGroup, and OptionGroup""; ""PageFrame""; ""Grids""; ""Forms""; ""Using framework classes in an application""; ""Direct""; ""Direct Subclass""; ""CodeBook Style""; ""Assembled In App""; ""Rebuild""; ""Meta Data""; ""The recommended approach""; ""Summary""; ""Chapter 7: Environments and Sessions""; ""Data sessions""; ""Creating data sessions""; ""Object scope""; ""Environments""; ""Data session environments""; ""Save, set, and restore the environment""; ""Implementing the environment classes""
""Creating a Session class""
Record Nr. UNINA-9910783527503321
Chazotte Ken  
Whitefish Bay, WI, : Hentzenwerke Pub., 2004
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Build your own framework with Visual FoxPro [[electronic resource] /] / Ken Chazotte
Build your own framework with Visual FoxPro [[electronic resource] /] / Ken Chazotte
Autore Chazotte Ken
Pubbl/distr/stampa Whitefish Bay, WI, : Hentzenwerke Pub., 2004
Descrizione fisica 1 online resource (353 p.)
Soggetto topico Visual programming languages (Computer science)
Programming languages (Electronic computers)
ISBN 1-280-54424-4
9786610544240
1-930919-54-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto ""Our Contract with You, The Reader""; ""List of Chapters""; ""Table of Contents""; ""Acknowledgements""; ""About the Authors""; ""How to Download the Files""; ""Chapter 1: Introduction""; ""Who should read this book?""; ""What is an application framework?""; ""Why use a framework?""; ""How is a framework different from a class library?""; ""Elements of a framework""; ""Reasons to create your own framework""; ""Reasons to avoid developing your own framework""; ""Framework mindset""; ""Overview""; ""How should I read this book?""; ""A word about the approach presented in this book""
""Icons used in this book""""Summary""; ""Chapter 2: Project Planning""; ""Steering document""; ""The goal statement""; ""Guidelines""; ""Objectives""; ""Implementation plan""; ""Requirements list""; ""Design (implementation)""; ""Task list""; ""Test plan""; ""Sample (excerpt)""; ""Conventions""; ""Summary""; ""Chapter 3: Framework Architecture""; ""Architectures and tiers""; ""Presentation layer""; ""Logic layer""; ""Data layer""; ""Separation of power""; ""The approach in My Frame""; ""Functional view""; ""Application Variable Server (myAppVars)""; ""Forms collection (myFormsCollection)""
""Location manager (myLocations)""""Messaging service (myMessages)""; ""Preferences manager (myPreferences)""; ""Security module (mySecurity)""; ""System codes""; ""Toolbars collection""; ""Reports manager (myReports)""; ""Error handler""; ""Framework data model""; ""Summary""; ""Chapter 4: Techniques for Flexibility""; ""Classes""; ""Avoiding hard coding""; ""Changing object composition""; ""About the interface""; ""Patterns�Overview""; ""Template method""; ""Styles""; ""Mediator and event binding""; ""Factory method""; ""Abstract factory""; ""Delegation (bridge)""; ""Proxy�Overview""
""The proxy class in MyFrame""""Wrappers""; ""Summary""; ""Chapter 5: Beginning Development""; ""Folder structure""; ""Separating framework files from application files""; ""Configuring the application folder""; ""Configuring the framework folder""; ""Project manager""; ""Framework and application files""; ""Starting a FoxPro application""; ""aApplication""; ""Creating the main programs""; ""Main_Frame.prg""; ""Main.prg""; ""Summary""; ""Chapter 6: Creating a Class Library""; ""Base classes""; ""A simple class library""; ""Labels""; ""Command buttons""; ""Text boxes""; ""Containers""
""Combo boxes""""Treeview control (MyTreeView)""; ""Shapes""; ""PageFrame, CommandGroup, and OptionGroup""; ""PageFrame""; ""Grids""; ""Forms""; ""Using framework classes in an application""; ""Direct""; ""Direct Subclass""; ""CodeBook Style""; ""Assembled In App""; ""Rebuild""; ""Meta Data""; ""The recommended approach""; ""Summary""; ""Chapter 7: Environments and Sessions""; ""Data sessions""; ""Creating data sessions""; ""Object scope""; ""Environments""; ""Data session environments""; ""Save, set, and restore the environment""; ""Implementing the environment classes""
""Creating a Session class""
Record Nr. UNINA-9910816214703321
Chazotte Ken  
Whitefish Bay, WI, : Hentzenwerke Pub., 2004
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
IEEE Symposium on Visual Languages and Human Centric Computing : VL/HCC 2007 : proceedings : 23-27 September, 2007, Coeur d'Aléne, Idaho
IEEE Symposium on Visual Languages and Human Centric Computing : VL/HCC 2007 : proceedings : 23-27 September, 2007, Coeur d'Aléne, Idaho
Pubbl/distr/stampa [Place of publication not identified], : IEEE Computer Society, 2007
Disciplina 004.01/9
Soggetto topico Human-computer interaction
Visual programming languages (Computer science)
End-user computing
Multimedia systems
Computer Science
Engineering & Applied Sciences
ISBN 1-5090-8872-5
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNISA-996211343603316
[Place of publication not identified], : IEEE Computer Society, 2007
Materiale a stampa
Lo trovi qui: Univ. di Salerno
Opac: Controlla la disponibilità qui
IEEE Symposium on Visual Languages and Human Centric Computing : VL/HCC 2007 : proceedings : 23-27 September, 2007, Coeur d'Aléne, Idaho
IEEE Symposium on Visual Languages and Human Centric Computing : VL/HCC 2007 : proceedings : 23-27 September, 2007, Coeur d'Aléne, Idaho
Pubbl/distr/stampa [Place of publication not identified], : IEEE Computer Society, 2007
Disciplina 004.01/9
Soggetto topico Human-computer interaction
Visual programming languages (Computer science)
End-user computing
Multimedia systems
Computer Science
Engineering & Applied Sciences
ISBN 1-5090-8872-5
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910142972403321
[Place of publication not identified], : IEEE Computer Society, 2007
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
IEEE Symposium on Visual Languages and Human-Centric Computing : VL/HCC 2006 : proceedings : 4-8 September, 2006, Brighton, United Kingdom
IEEE Symposium on Visual Languages and Human-Centric Computing : VL/HCC 2006 : proceedings : 4-8 September, 2006, Brighton, United Kingdom
Pubbl/distr/stampa [Place of publication not identified], : IEEE, 2006
Disciplina 004/.019
Soggetto topico Human-computer interaction
Visual programming languages (Computer science)
End-user computing
Multimedia systems
Computer Science
Engineering & Applied Sciences
ISBN 1-5090-9807-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNISA-996197568503316
[Place of publication not identified], : IEEE, 2006
Materiale a stampa
Lo trovi qui: Univ. di Salerno
Opac: Controlla la disponibilità qui