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.
AJAX and Flash development with OpenLaszlo [[electronic resource] ] : a tutorial / / Chris Coremans
AJAX and Flash development with OpenLaszlo [[electronic resource] ] : a tutorial / / Chris Coremans
Autore Coremans Chris
Edizione [1st ed.]
Pubbl/distr/stampa [Vancouver, B.C.], : Brainy Software, 2006
Descrizione fisica 1 online resource (327 p.)
Soggetto topico Ajax (Web site development technology)
Soggetto genere / forma Electronic books.
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910458429903321
Coremans Chris  
[Vancouver, B.C.], : Brainy Software, 2006
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
AJAX and Flash development with OpenLaszlo [[electronic resource] ] : a tutorial / / Chris Coremans
AJAX and Flash development with OpenLaszlo [[electronic resource] ] : a tutorial / / Chris Coremans
Autore Coremans Chris
Edizione [1st ed.]
Pubbl/distr/stampa [Vancouver, B.C.], : Brainy Software, 2006
Descrizione fisica 1 online resource (327 p.)
Soggetto topico Ajax (Web site development technology)
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910784636503321
Coremans Chris  
[Vancouver, B.C.], : Brainy Software, 2006
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Ajax on rails / Scott Raymond
Ajax on rails / Scott Raymond
Autore Raymond, Scott
Pubbl/distr/stampa Beijing : O'Reilly, c2007
Descrizione fisica xii, 336 p. : ill. ; 24 cm
Disciplina 006.76
Soggetto topico Ajax (Web site development technology)
Web site development
Ruby (Computer program language)
ISBN 0596527446
9780596527440
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNISALENTO-991000651739707536
Raymond, Scott  
Beijing : O'Reilly, c2007
Materiale a stampa
Lo trovi qui: Univ. del Salento
Opac: Controlla la disponibilità qui
DWR Java AJAX applications [[electronic resource] ] : a step-by-step example-packed guide to learning professional application development with Direct Web Remoting / / Sami Salkosuo
DWR Java AJAX applications [[electronic resource] ] : a step-by-step example-packed guide to learning professional application development with Direct Web Remoting / / Sami Salkosuo
Autore Salkosuo Sami
Pubbl/distr/stampa Birmingham, U.K., : Packt Pub., c2008
Descrizione fisica 1 online resource (228 p.)
Collana From technologies to solutions
Soggetto topico Ajax (Web site development technology)
Java (Computer program language)
Application software - Development
Soggetto genere / forma Electronic books.
ISBN 1-281-88697-1
9786611886974
1-84719-294-7
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910455579103321
Salkosuo Sami  
Birmingham, U.K., : Packt Pub., c2008
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
DWR Java AJAX applications [[electronic resource] ] : a step-by-step example-packed guide to learning professional application development with Direct Web Remoting / / Sami Salkosuo
DWR Java AJAX applications [[electronic resource] ] : a step-by-step example-packed guide to learning professional application development with Direct Web Remoting / / Sami Salkosuo
Autore Salkosuo Sami
Pubbl/distr/stampa Birmingham, U.K., : Packt Pub., c2008
Descrizione fisica 1 online resource (228 p.)
Collana From technologies to solutions
Soggetto topico Ajax (Web site development technology)
Java (Computer program language)
Application software - Development
ISBN 1-281-88697-1
9786611886974
1-84719-294-7
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910780405603321
Salkosuo Sami  
Birmingham, U.K., : Packt Pub., c2008
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Google Web toolkit 2 [[electronic resource] ] : over 70 simple but incredibly effective practical recipes to develop web applications using GTW with JPA, MySQL and iReport / / Shamsuddin Ahammad
Google Web toolkit 2 [[electronic resource] ] : over 70 simple but incredibly effective practical recipes to develop web applications using GTW with JPA, MySQL and iReport / / Shamsuddin Ahammad
Autore Ahammad Shamsuddin
Pubbl/distr/stampa Birmingham, U.K., : Packt Publishing Ltd., 2010
Descrizione fisica 1 online resource (244 p.)
Disciplina 025.04
Altri autori (Persone) JhaVed Prakash
MasiniLuca
PhadnisRashmi
SchmidtTravis S
Soggetto topico Ajax (Web site development technology)
Application software - Development
Java (Computer program language)
Soggetto genere / forma Electronic books.
ISBN 1-282-90558-9
9786612905582
1-84951-201-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; About the Author; About the Reviewers; Table of Contents; Preface; Chapter 1: Setting up the GWT Environment in NetBeans; Introduction; Installing JDK; Installing GWT SDK; Installing GlassFish; Installing MySQL server; Configuring the MySQL Server; Installing NetBeans IDE; Adding the GlassFish server in NetBeans; Installing the GWT4NB plugin in NetBeans; Creating a GWT project in NetBeans; Adding Ext GWT; Chapter 2: Creating Home Page with Panels and Menus; Introduction; Creating the home page layout class; Adding the banner; Adding menus
Creating the left-hand sidebarCreating the right-hand sidebar; Creating the main content panel; Creating the footer; Using the HomePage instance in EntryPoint; Chapter 3: Forms with Layout and Widgets; Introduction; Using widgets; Using TextField; Using a simple combo box; Using the radio button; Using DateField; Creating a simple form; Creating a form with two columns; Creating a TabPanel to show forms as tabs; Creating a navigation sidebar with Accordion layout; Chapter 4: Handling your First Events; Introduction; Handling ButtonEvent; Using the SelectionChange event; Handling FieldEvent
Working with the KeyUp eventHandling ChangeEvent; Working with MenuEvent; Using FocusEvent; Handling the DatePicker event; Chapter 5: Creating Database for Sales Processing; Introduction; Creating the database; Creating tables with primary key; Defining foreign keys; Backing up database; Restoring database; Chapter 6: Managing Entities using JPA; Introduction; Creating a database connection in NetBeans; Creating a persistence unit; Creating entity classes from the database; Creating controller classes; Chapter 7: Communicating with the Server using GWT RPC; Introduction; Creating DTO classes
Mapping entity classes and DTOsCreating the GWT RPC Service; Defining an RPC method to persist objects; Calling the RPC method from Client UI; Finding an entity; Updating an entity; Deleting an entity; Managing a list for RPC; Authenticating a user through username and password; Chapter 8: Reporting with iReport; Introduction; Installing iReport plugins in NetBeans; Creating a report; Adding a parameter in a report; Adding a subreport; Adding a variable; Showing a report in the GWT application as HTML; Creating HTML report viewer; Calling HtmlReportViewer
Showing a report in a GWT application as PDFCreating a PDF report viewer; Calling PdfReportViewer; Chapter 9: Deploying a GWT Application; Introduction; Building a project and creating the WAR file; Deploying on the GlassFish Server from NetBeans; Creating the JDBC Connection Pool in GlassFish; Creating a JDBC Resource in GlassFish Server; Deploying the WAR file in the GlassFish Server; Chapter 10: Using Speed Tracer; Introduction; Installing Speed Tracer; Running Speed Tracer; Analyzing event details; Analyzing network; Understanding hints; Index
Record Nr. UNINA-9910458786303321
Ahammad Shamsuddin  
Birmingham, U.K., : Packt Publishing Ltd., 2010
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Google Web toolkit 2 [[electronic resource] ] : over 70 simple but incredibly effective practical recipes to develop web applications using GTW with JPA, MySQL and iReport / / Shamsuddin Ahammad
Google Web toolkit 2 [[electronic resource] ] : over 70 simple but incredibly effective practical recipes to develop web applications using GTW with JPA, MySQL and iReport / / Shamsuddin Ahammad
Autore Ahammad Shamsuddin
Pubbl/distr/stampa Birmingham, U.K., : Packt Publishing Ltd., 2010
Descrizione fisica 1 online resource (244 p.)
Disciplina 025.04
Altri autori (Persone) JhaVed Prakash
MasiniLuca
PhadnisRashmi
SchmidtTravis S
Soggetto topico Ajax (Web site development technology)
Application software - Development
Java (Computer program language)
ISBN 1-282-90558-9
9786612905582
1-84951-201-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; About the Author; About the Reviewers; Table of Contents; Preface; Chapter 1: Setting up the GWT Environment in NetBeans; Introduction; Installing JDK; Installing GWT SDK; Installing GlassFish; Installing MySQL server; Configuring the MySQL Server; Installing NetBeans IDE; Adding the GlassFish server in NetBeans; Installing the GWT4NB plugin in NetBeans; Creating a GWT project in NetBeans; Adding Ext GWT; Chapter 2: Creating Home Page with Panels and Menus; Introduction; Creating the home page layout class; Adding the banner; Adding menus
Creating the left-hand sidebarCreating the right-hand sidebar; Creating the main content panel; Creating the footer; Using the HomePage instance in EntryPoint; Chapter 3: Forms with Layout and Widgets; Introduction; Using widgets; Using TextField; Using a simple combo box; Using the radio button; Using DateField; Creating a simple form; Creating a form with two columns; Creating a TabPanel to show forms as tabs; Creating a navigation sidebar with Accordion layout; Chapter 4: Handling your First Events; Introduction; Handling ButtonEvent; Using the SelectionChange event; Handling FieldEvent
Working with the KeyUp eventHandling ChangeEvent; Working with MenuEvent; Using FocusEvent; Handling the DatePicker event; Chapter 5: Creating Database for Sales Processing; Introduction; Creating the database; Creating tables with primary key; Defining foreign keys; Backing up database; Restoring database; Chapter 6: Managing Entities using JPA; Introduction; Creating a database connection in NetBeans; Creating a persistence unit; Creating entity classes from the database; Creating controller classes; Chapter 7: Communicating with the Server using GWT RPC; Introduction; Creating DTO classes
Mapping entity classes and DTOsCreating the GWT RPC Service; Defining an RPC method to persist objects; Calling the RPC method from Client UI; Finding an entity; Updating an entity; Deleting an entity; Managing a list for RPC; Authenticating a user through username and password; Chapter 8: Reporting with iReport; Introduction; Installing iReport plugins in NetBeans; Creating a report; Adding a parameter in a report; Adding a subreport; Adding a variable; Showing a report in the GWT application as HTML; Creating HTML report viewer; Calling HtmlReportViewer
Showing a report in a GWT application as PDFCreating a PDF report viewer; Calling PdfReportViewer; Chapter 9: Deploying a GWT Application; Introduction; Building a project and creating the WAR file; Deploying on the GlassFish Server from NetBeans; Creating the JDBC Connection Pool in GlassFish; Creating a JDBC Resource in GlassFish Server; Deploying the WAR file in the GlassFish Server; Chapter 10: Using Speed Tracer; Introduction; Installing Speed Tracer; Running Speed Tracer; Analyzing event details; Analyzing network; Understanding hints; Index
Record Nr. UNINA-9910785443603321
Ahammad Shamsuddin  
Birmingham, U.K., : Packt Publishing Ltd., 2010
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Instant building multi-page forms with Yii how-to [[electronic resource] ] : learn to create multi-page AJAX enabled forms using Yii / / Uday Sawant
Instant building multi-page forms with Yii how-to [[electronic resource] ] : learn to create multi-page AJAX enabled forms using Yii / / Uday Sawant
Autore Sawant Uday
Pubbl/distr/stampa Birmingham, : Packt Pub., 2013
Descrizione fisica 1 online resource (51 p.)
Disciplina 005.1
Soggetto topico Application software - Development
Web site development
Ajax (Web site development technology)
Soggetto genere / forma Electronic books.
ISBN 1-78216-643-2
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Instant Building Multi-Page Forms with Yii How-to; Getting started with Yii (Simple); Connecting to the database (Simple); Using the Gii tool (Simple); Creating basic forms (Simple); Building multipage forms (Intermediate); Validating forms (Intermediate); AJAX forms (Advanced); Uploading files (Advanced); Using multiple models (Intermediate); Customising looks (Advanced)
Altri titoli varianti Building multi-page forms with Yii how-to
Record Nr. UNINA-9910465587703321
Sawant Uday  
Birmingham, : Packt Pub., 2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Instant building multi-page forms with Yii how-to [[electronic resource] ] : learn to create multi-page AJAX enabled forms using Yii / / Uday Sawant
Instant building multi-page forms with Yii how-to [[electronic resource] ] : learn to create multi-page AJAX enabled forms using Yii / / Uday Sawant
Autore Sawant Uday
Pubbl/distr/stampa Birmingham, : Packt Pub., 2013
Descrizione fisica 1 online resource (51 p.)
Disciplina 005.1
Soggetto topico Application software - Development
Web site development
Ajax (Web site development technology)
ISBN 1-78216-643-2
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Instant Building Multi-Page Forms with Yii How-to; Getting started with Yii (Simple); Connecting to the database (Simple); Using the Gii tool (Simple); Creating basic forms (Simple); Building multipage forms (Intermediate); Validating forms (Intermediate); AJAX forms (Advanced); Uploading files (Advanced); Using multiple models (Intermediate); Customising looks (Advanced)
Altri titoli varianti Building multi-page forms with Yii how-to
Record Nr. UNINA-9910792006803321
Sawant Uday  
Birmingham, : Packt Pub., 2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
jQuery 1.4 reference guide [[electronic resource] ] : a comprehensive exploration of the popular JavaScript library / / Karl Swedberg, Jonathan Chaffer
jQuery 1.4 reference guide [[electronic resource] ] : a comprehensive exploration of the popular JavaScript library / / Karl Swedberg, Jonathan Chaffer
Autore Swedberg Karl
Pubbl/distr/stampa Birmingham, U.K., : Packt Pub., 2010
Descrizione fisica 1 online resource (336 p.)
Disciplina 006.7
006.76
Altri autori (Persone) ChafferJonathan
Collana From technologies to solutions
Soggetto topico JavaScript (Computer program language)
Ajax (Web site development technology)
Web sites - Design
Soggetto genere / forma Electronic books.
ISBN 1-62198-893-7
1-282-50185-2
9786612501852
1-84951-005-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; About the Authors; About the Reviewers; Table of Contents; Preface; Chapter 1: Anatomy of a jQuery Script; A dynamic table of contents; Obtaining jQuery; Setting up the HTML document; Writing the jQuery code; Script dissection; Selector expressions; DOM traversal methods; DOM manipulation methods; Event methods; Effect methods; AJAX methods; Miscellaneous methods; Plug-in API; Summary; Chapter 2: Selector Expressions; CSS selectors; Element (T); ID (#myid); Class (.myclass); Descendant (E F); Child (E > F); Adjacent sibling (E + F); General sibling (E ~ F)
Multiple expressions (E, F, G)Numbered child (:nth-child(n/even/odd/expr)); First child (:first-child); Last child (:last-child); Only child (:only-child); Not (:not(E)); Empty (:empty); Universal (*); Attribute selectors; Attribute ([foo]); Attribute equals ([foo=bar]); Attribute does not equal ([foo!=bar]); Attribute begins with ([foo^=bar]); Attribute ends with ([foo=bar]); Attribute contains ([foo*=bar]); Attribute contains word ([foo~=bar]); Attribute contains prefix ([foo|=bar]); Form selectors; Custom selectors; Element at index (:eq(n)); Greater than (:gt(n)); Less than (:lt(n))
First (:first)Last (:last); Even element (:even); Odd element (:odd); Is parent (:parent); Contains text (:contains(text)); Contains element (:has(E)); Visible (:visible); Hidden (:hidden); Header element (:header); Currently animating (:animated); Chapter 3: DOM Traversal Methods; The jQuery function; (); Filtering methods; .filter(); .not(); .has(); .eq(); .first(); .last(); .slice(); Tree traversal methods; .find(); .children(); .parents(); .parentsUntil(); .parent(); .closest(); .offsetParent(); .siblings(); .prev(); .prevAll(); .prevUntil(); .next(); .nextAll(); .nextUntil()
Miscellaneous traversal methods.add(); .is(); .end(); .andSelf(); .map(); .contents(); Chapter 4: DOM Manipulation Methods; General attributes; .attr() (getter); .attr() (setter); .removeAttr(); Style properties; .css() (getter); .css() (setter); .height() (getter); .height() (setter); .innerHeight(); .outerHeight(); .width() (getter); .width() (setter); .innerWidth(); .outerWidth(); .offset() (getter); .offset() (setter); .position(); .scrollTop() (getter); .scrollTop() (setter); .scrollLeft() (getter); .scrollLeft() (setter); Class attributes; .hasClass(); .addClass(); .removeClass()
.toggleClass()DOM replacement; .html() (getter); .html() (setter); .text() (getter); .text() (setter); .val() (getter); .val() (setter); .replaceWith(); .replaceAll(); DOM insertion, inside; .prepend(); .prependTo(); .append(); .appendTo(); DOM insertion, outside; .before(); .insertBefore(); .after(); .insertAfter(); DOM insertion, around; .wrap(); .wrapAll(); .wrapInner(); DOM copying; .clone(); DOM removal; .empty(); .remove(); .detach(); .unwrap(); Chapter 5: Event Methods; Event handler attachment; .bind(); .unbind(); .one(); .trigger(); .triggerHandler(); .live(); .die()
Document loading
Record Nr. UNINA-9910459659303321
Swedberg Karl  
Birmingham, U.K., : Packt Pub., 2010
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui