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.
ASP.NET 3.5 content management system development : build, manage, and extend your own content management system / / Curt Christianson, Jeff Cochran
ASP.NET 3.5 content management system development : build, manage, and extend your own content management system / / Curt Christianson, Jeff Cochran
Autore Christianson Curt
Edizione [1st ed.]
Pubbl/distr/stampa Birmingham, U.K., : Packt Publishing Ltd., 2009
Descrizione fisica 1 online resource (284 p.)
Disciplina 005.2/76
Altri autori (Persone) CochranJeff
Collana From technologies to solutions
Soggetto topico Internet programming
Microsoft .NET Framework
Web sites - Design
ISBN 9786612172328
1-282-17232-8
1-84719-362-5
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Table of Contents; Preface; Chapter 1: Planning and Building your First Content Management System; What a Content Management System is; Web Content Management Systems; Why use ASP.NET; ASP.NET membership and profiles; ASP.NET Master Pages and Themes; ASP.NET 3.5; Setting up your environment; Installing IIS; Operating systems and IIS versions; Installing IIS in Windows XP Pro; Installing IIS in Windows Vista; Installing ASP.NET 3.5; Installing Visual Web Developer Express 2008; Configuring and testing your setup; Configuring IIS on Windows XP; Configuring IIS on Windows Vista
Setting NTFS permissionsTesting IIS; Writing a simple content management application; Default.aspx; Content.txt; FCKEditor; Edit.aspx; Summary; Chapter 2: Adding a Database to a Content Management System; Why use a database; Why use SQL Server Express; Installing and configuring SQL Server 2005 Express; Installing SQL Server 2005 Management Studio Express; Running SQL Server 2005 Management Studio Express; Creating a database for our simple Content Management System; Creating a new database with Management Studio Express; Windows authentication vs. SQL server authentication
Configuring an SQL user accountConfiguring the database to use the SQL Server account; Creating a database table with Management Studio Express; Using the SimpleCMS database in Visual Web Developer; Using the SimpleCMS database in the CMS application; Creating a new Default.aspx file; Configuring the data source; Binding the Data Source to a Repeater control; Creating a new Edit.aspx; Creating multiple content pages; Altering the database table; Adding data to the new column; Altering the SqlDataSource code; Understanding SQL Server commands; SQL query syntax; SELECT queries; WHERE clause
TOPALL | DISTINCT; COUNT; GROUP BY clause; ORDER BY clause; INSERT queries; UPDATE queries; DELETE queries; Other queries; Entities and relationships in brief; Entities; Entity relationships; SQL injection; Preventing SQL injection; Changing the database user account; Summary; Chapter 3: Content Management System Architecture; Multi-tier architecture; The data store; The Pages table; The Panes table; The Articles table; The data access layer; Creating the typed dataset; Filtering data from the dataset; Insert method; Update and delete methods; The business logic layer; The ArticlesBLL class
The presentation layerBuilding the Master Page; Summary; Chapter 4: Adding Security and Membership to a Content Management System; ASP.NET membership; Configuring and using forms authentication; Creating a new application; Creating the home page; Create the Master Page; Enabling forms authentication; Creating the membership database; Configuring the SqlMembershipProvider; Creating the login page; Creating a user account with the ASP.NET configuration tool; Creating a login; Adding forms authentication to our CMS; Preparing an existing SQL database; The aspnet_regsql.exe tool; User accounts
Membership roles
Record Nr. UNINA-9910828207503321
Christianson Curt  
Birmingham, U.K., : Packt Publishing Ltd., 2009
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Asterisk 1.4 [[electronic resource] ] : the professional's guide : implementing, administering, and consulting on commercial IP telephony solutions / / Colman Carpenter ... [et al.]
Asterisk 1.4 [[electronic resource] ] : the professional's guide : implementing, administering, and consulting on commercial IP telephony solutions / / Colman Carpenter ... [et al.]
Autore Carpenter Colman
Pubbl/distr/stampa Birmingham, U.K., : Packt Publishing Ltd., c2009
Descrizione fisica vii, 262 p. : ill
Disciplina 004.69/5
Collana From technologies to solutions
Soggetto topico Internet telephony
Soggetto genere / forma Electronic books.
ISBN 1-282-25738-2
9786612257384
1-84719-439-7
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910455590603321
Carpenter Colman  
Birmingham, U.K., : Packt Publishing Ltd., c2009
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Asterisk 1.4 [[electronic resource] ] : the professional's guide : implementing, administering, and consulting on commercial IP telephony solutions / / Colman Carpenter ... [et al.]
Asterisk 1.4 [[electronic resource] ] : the professional's guide : implementing, administering, and consulting on commercial IP telephony solutions / / Colman Carpenter ... [et al.]
Autore Carpenter Colman
Pubbl/distr/stampa Birmingham, U.K., : Packt Publishing Ltd., c2009
Descrizione fisica vii, 262 p. : ill
Disciplina 004.69/5
Collana From technologies to solutions
Soggetto topico Internet telephony
ISBN 1-282-25738-2
9786612257384
1-84719-439-7
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910780405503321
Carpenter Colman  
Birmingham, U.K., : Packt Publishing Ltd., c2009
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Asterisk 1.4 : the professional's guide : implementing, administering, and consulting on commercial IP telephony solutions / / Colman Carpenter ... [et al.]
Asterisk 1.4 : the professional's guide : implementing, administering, and consulting on commercial IP telephony solutions / / Colman Carpenter ... [et al.]
Autore Carpenter Colman
Edizione [1st ed.]
Pubbl/distr/stampa Birmingham, U.K., : Packt Publishing Ltd., c2009
Descrizione fisica vii, 262 p. : ill
Disciplina 004.69/5
Collana From technologies to solutions
Soggetto topico Internet telephony
ISBN 1-282-25738-2
9786612257384
1-84719-439-7
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Intro -- Asterisk 1.4 -- Table of Contents -- Asterisk 1.4 -- Credits -- Foreword -- About the Authors -- About the Reviewers -- Preface -- Reviewing the basics -- No compromise -- What this book covers -- Onwards -- Conventions -- Reader feedback -- Customer support -- Downloading the example code for the book -- Errata -- Piracy -- Questions -- 1. The Dialplan -- Dialplan location -- Extensions and contexts -- Pattern matching -- Why use contexts? -- Call barring made simple -- Time and day call routing -- Variables -- Inheritance of channel variables through the dialplan -- Using the AstDB -- Dialplan features and additions -- func_devstate -- What can we use the DEVSTATE() function for? -- Outgoing trunk selection -- Calling extensions -- Setting lights -- Boosting outgoing call capacity -- Using multiple broadband lines -- Configuration overview -- Setting up the routing in Linux -- Configuring Asterisk -- Explanation of the macro -- Downsides -- System() application -- Summary -- 2. Network Considerations when Implementing Asterisk -- Centralized and distributed installations -- Centralized installations -- Distributed solutions -- Latency and jitter -- Jitterbuffer -- Echo -- Do your homework -- SLAs are for everyone -- Achieving the goal -- Backups -- To share or not to share -- Ensuring quality -- When things go wrong -- Red -- Amber -- Green -- Increasing resilience -- Summary -- 3. Call Routing with Asterisk -- Routing methods -- Where to start -- Internal calls -- Local calls -- National calls -- International calls -- Alternative options -- ENUM -- DUNDi -- Types of routing -- Routing techniques -- Summary -- 4. Call Centers-Queues and Recording -- Asterisk queues -- Queue gotchas -- A practical queue -- Using queues to cascade calls -- Call recording-the issues -- Show-stoppers -- VoIP recording approaches.
Impact of VoIP on recording systems -- Hardware convergence -- Distributed call centers -- Home working -- VoIP recording challenges -- Routing -- Bandwidth -- Encryption -- Solutions -- Asterisk call center solutions -- How VICIDIAL works -- Handling inbound calls -- Installation -- Timing sources -- Scalability -- Summary -- 5. Asterisk and Speech Technology -- Why speech-enable? -- Types of speech technologies -- Automatic Speech Recognition (ASR) -- Isolated Word Recognition -- Connected Word Recognition -- Natural Language Recognition -- Text-to-Speech (TTS) -- Speaker Verification and Identification (SVI) -- MRCP -- Implementation considerations -- ASR and Asterisk -- Installing LumenVox speech recognition with Asterisk -- Checking that things are working -- SpeechCreate() -- SpeechLoadGrammar (yesno,/etc/lumenvox/Lang/BuiltinGrammars/ABNFBoolean.gram) -- SpeechActivateGrammar(yesno) -- SpeechBackground(beep) -- Verbose(1,Result was {SPEECH_TEXT(0)}) -- Verbose(1,Confidence was {SPEECH_SCORE(0)}) -- SpeechStart() -- SpeechDeactivateGrammar(label) -- SpeechUnloadGrammar(label) -- SpeechDestroy() -- {SPEECH(results)} -- Grammar files -- Implementation advice for ASR -- TTS with Asterisk -- Implementation advice for TTS -- Summary -- 6. Call Accounting and Billing -- Call Data Records (CDRs) -- CDR frontends -- Call accounting -- Providing termination billing -- Every little helps -- Selecting a billing platform -- Introducing A2Billing -- Reasons to consider A2Billing -- A2Billing requirements -- Monitoring usage -- Coding for A2Billing -- Billing gotcha! -- High call volumes -- Other high-call-volume solutions -- SER/OpenSER -- FreeSWITCH -- Summary -- 7. Resilience and Stability -- Increasing availability -- Stability -- Network -- Cables -- Switches and routers -- Endpoints -- Telephony switches and gateways -- Server -- Environment.
Dealing with failure -- Network resilience -- Server -- High availability -- Ultra Monkey -- Telephony switches/gateways -- Redfone foneBRIDGE2 -- Junghanns ISDNguard -- Endpoints -- Round robin DNS -- Say hello to Rsync -- Limiting the number of calls per server -- Summary -- 8. Localization and Practical Security -- Tones -- Time and date and localization -- Changing the language of system prompts -- Local telephony interfaces -- Analog -- Digital -- Localizing caller ID signaling on Digium analog interfaces -- Checklist -- Practical security -- Out of hours -- Summary -- 9. Interfacing with Traditional Analog and Digital Telephony -- Analog -- Digital -- ISDN BRI (Basic Rate Interface) -- ISDN PRI (Primary Rate Interface) -- Choices, choices -- Using external adaptors -- Using cards -- Installing a Digium card -- Card installation-physical -- Installing the DAHDI software -- Configuring the DAHDI files to enable the card -- What about the other cards? -- framing -- coding -- Troubleshooting with Digium cards -- Summary -- 10. Integrating Asterisk with Wireless Technologies -- Why integrate Asterisk with wireless technologies? -- Wireless technology overview -- Wi-Fi (only) phones -- SIP desk phones with a wireless link -- Dual-mode (GSM and SIP) phones and PDA/smart phones -- SIP/DECT phones -- Connecting Asterisk to mobile networks -- Why connect to mobile networks? -- The GSM gateway (box) -- The GSM card -- Configuring wireless devices -- Configuring Asterisk to work with wireless technologies -- Deployment choices -- Neat money saving tricks -- Calling a mobile phone -- Avoiding those nasty roaming charges that arise from receiving calls -- Summary -- 11. Graphical User Interfaces -- Reasons for going GUI -- Good to GUI -- Ease of administration -- Access to enhanced features -- Easier upgrade process -- Standardized code -- GUI, phooey!.
Performance -- Stability -- Restricted functions -- FreePBX -- How it works -- Installation -- Configuration -- Extensions -- Inbound routes -- Outbound routes -- Trunks -- Other records -- Summary -- A. Selling Your Solution -- In the beginning ... -- Drivers for changing phone systems -- A word on cost -- Generating interest -- Alliances -- Advertising -- Search engines -- Become an expert -- Relationship marketing -- Email as a marketing tool -- Tracking prospects -- Converting the prospect into a sale -- Determining your customer's hardware requirements -- Choosing the right phones -- Tales of woe -- Aastra -- Linksys -- Siemens Gigaset IP DECT phones -- Snom M3 -- Remote support -- Make it secure -- Do's and don'ts -- The do's -- First impressions -- Get brochures printed -- Take notes -- Send the quote in a timely manner -- Follow up the quote -- Target the decision makers, but don't ignore IT -- The don'ts -- You don't need a fancy office -- Don't cut corners on the solution -- Don't under price -- Don't have a huge margin on handsets -- Don't supply a PC as the phone server -- Summary -- B. Sample Email Content -- What is VoIP? -- Why should I consider VoIP? -- Cost savings -- Call costs -- Line rental costs -- Wiring costs -- Reduced infrastructure costs -- Centralized management -- System integration -- Unified messaging -- Reliability -- Closed and open systems -- Superior sound -- Fallback solutions -- Broadcasting calls -- A number for life -- Number porting -- Local numbers -- About XYZ -- Our philosophy -- Our passion -- C. Sample Appointment Sheet -- Index.
Record Nr. UNINA-9910811216203321
Carpenter Colman  
Birmingham, U.K., : Packt Publishing Ltd., c2009
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Drupal 6 site builder solutions [[electronic resource] ] : build powerful web site features for your business and connect to your customers through blogs, product catalogs, newsletters, and maps / / Mark Noble ; reviewers, Alan Doucette, Dave Myburgh ; technical editor, Gagandeep Singh
Drupal 6 site builder solutions [[electronic resource] ] : build powerful web site features for your business and connect to your customers through blogs, product catalogs, newsletters, and maps / / Mark Noble ; reviewers, Alan Doucette, Dave Myburgh ; technical editor, Gagandeep Singh
Autore Noble Mark
Pubbl/distr/stampa Birmingham, U.K., : Packt Publishing Ltd., c2008
Descrizione fisica 1 online resource (352 p.)
Disciplina 006.7/6
006.76
Altri autori (Persone) DoucetteAlan
MyburghDave
SinghG (Gagandeep)
Collana From technologies to solutions
Soggetto topico Web site development
Soggetto genere / forma Electronic books.
ISBN 1-282-00875-7
9786612008757
1-84719-641-1
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: Introducing Good Eatin'; The Good Eatin' Bistro; Plans for a Good Eatin' web site; Selecting a foundation for the Good Eatin' site; Simple static web pages; Key advantages; Key disadvantages; Fully-customized site with PHP and MySQL; Key advantages; Key disadvantages; Drupal content management system; Benefits of building with Drupal; Disadvantages of Drupal; Deciding on Drupal; Extending the Good Eatin' site to other businesses; Getting started with Drupal
Jumping straight to dessert-Good Eatin' on the webSummary; Chapter 2: Creating Good Eatin's Online Presence; About Good Eatin': adding static pages; Adding a page; Spicin up your site with simple HTML; Editing a page; Security considerations; Creating Clean URLs; Street presence, setting up the home page; Blog style home pages; Creating a traditional home page; Other home page ideas; Getting around: Setting up navigation; Building menus; Types of menus; Designing your menus; Adding a page to a menu; Creating custom menu items; Setting the order of menu items; Deleting a page from the menu
Security considerationsVersion differences; Enabling modules; A page by any other name: Using aliases; Creating multiple aliases for a page; Automatically creating page aliases; Deleting a page; Leveraging the help of others: Installing custom modules; Security considerations; Whetting their appetites: Adding images; Inserting images with simple HTML; Changing the selected format; Creating and editing input formats; Inserting images using the image module; Creating images; Automatically resizing images; Deleting images; Dinner and a show: Adding slideshows to the site
Showing images on the page using Slideshow CreatorBasic steps for inserting a slideshow; Additional configuration options; Showing images over the page with Lightbox2; General settings; Advanced settings; Slideshow settings; HTML content settings; Automatic image handling settings; Viewing the slideshow; Personalizing the restaurant: Adding themes to the site; Selecting and installing a ready-made theme; Configuring a theme; Creating themes; Playing in the kitchen: Topics to research on your own; Using Image Assist to easily insert images; Book style pages; Setting up a graphical editor
Timing the publication of contentSummary; Chapter 3: Adding Products and Services; Building the good eatin' menu with a custom content type; Introduction to the CCK module; Installing CCK and CCK field modules; Designing the menu item; Creating the menu item type; Adding a price to the menu item; Adding seasonal information to the menu item; Adding which meals the menu item is available for; Adding an image for the menu item; Alternative solutions; Controlling access to the content type; Using taxonomy to categorize content; Create a vocabulary for course type
Adding terms to the course type vocabulary
Record Nr. UNINA-9910456617803321
Noble Mark  
Birmingham, U.K., : Packt Publishing Ltd., c2008
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Flash with Drupal [[electronic resource] ] : build dynamic, content-rich Flash CS3 and CS4 applications for Drupal 6 / / Travis Tidwell
Flash with Drupal [[electronic resource] ] : build dynamic, content-rich Flash CS3 and CS4 applications for Drupal 6 / / Travis Tidwell
Autore Tidwell Travis
Pubbl/distr/stampa Birmingham, U.K., : Packt Publishing Ltd., 2009
Descrizione fisica 1 online resource (380 p.)
Disciplina 006.696
Collana From technologies to solutions
Soggetto topico Computer animation
Web site development
Web sites - Design
Soggetto genere / forma Electronic books.
ISBN 1-282-11199-X
9786612111990
1-84719-759-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Summary; Table of Contents; Preface; Chapter 1: Flash with Drupal; Why Flash with Drupal?; Who is this book for?; Getting started with Drupal; Installing Drupal; Installing Apache-MySQL-PHP (AMP); Creating the Drupal database; Creating a database user; Increasing PHP memory; Installing Drupal; Adding content to Drupal; Getting started with Flash; Creating a new Flash project; Setting up the workspace; A: The Stage; B: The Toolbar; C: The Timeline; D: The Properties panel; E: The Color Palette; F: The Library; Creating a Flash application; Creating a background; Rectangle properties
Adding a gradientAdding text to a Flash application; Text properties; Compiling our Flash application (making a SWF); Publish Settings; Adding Flash content to Drupal; Installing a contributed Drupal module; Adding Flash!; Summary; Chapter 2: Building a ""Hello World"" Application; How Flash and Drupal communicate; Understanding web services; Synchronous versus asynchronous programming; Setting up Drupal for web services; Installing and configuring the Services module; Servers and Services; Installing AMFPHP; Services configuration; Creating a Services key; Services settings
Service PermissionsBuilding a web service-driven ""Hello World"" application in Flash; Step 1: Creating our Flash application; Step 2: Creating a main.as ActionScript file; Step 3: Connecting to Drupal; Step 3: Session handling; Connecting to Drupal using system.connect; Step 4: Drupal says ""Hello World""; Loading a node in Flash; Step 5: Hooking up the text; Step 6: Passing the node ID using FlashVars; Step 7: Adding it to Drupal; Summary; Chapter 3: Flash and CCK; Overview of a typical recipe web site; Using Drupal's Content Construction Kit; Creating a new content type
Adding custom fields to your Recipe content typeAdding a new field; Changing the default Body field; Showing CCK fields in Flash; Building a Recipe widget in Flash; Adding dynamic TextFields for Drupal content; Using ActionScript to show Drupal CCK fields; Using the Services Administrator; Showing CCK information in ActionScript; Adding ScrollBars to our TextFields; Creating a Drupal node template for Flash; Using the Content Template module (Contemplate); Summary; Chapter 4: Drupal Images in Flash; Image handling in Drupal; ImageField for CCK; Installing the ImageField module
Adding an Image field to our Recipe content typeAdding an image to our Recipe node; Verifying that the image is attached; Adding an image to our Recipe Flash application; Adding a MovieClip container for our image; Using ActionScript to load the Recipe image; Resizing an image; Preserving the width and height ratio (scaling); Using Drupal's ImageCache with Flash; Creating an ImageCache preset; Adding an ImageCache image in Flash; Adding the new Recipe Flash application to Drupal; Summary; Chapter 5: Drupal audio in Flash; Working with audio in Drupal; Installing the getID3 library
Setting up the Audio content type
Record Nr. UNINA-9910456622403321
Tidwell Travis  
Birmingham, U.K., : Packt Publishing Ltd., 2009
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Flash with Drupal [[electronic resource] ] : build dynamic, content-rich Flash CS3 and CS4 applications for Drupal 6 / / Travis Tidwell
Flash with Drupal [[electronic resource] ] : build dynamic, content-rich Flash CS3 and CS4 applications for Drupal 6 / / Travis Tidwell
Autore Tidwell Travis
Pubbl/distr/stampa Birmingham, U.K., : Packt Publishing Ltd., 2009
Descrizione fisica 1 online resource (380 p.)
Disciplina 006.696
Collana From technologies to solutions
Soggetto topico Computer animation
Web site development
Web sites - Design
ISBN 1-282-11199-X
9786612111990
1-84719-759-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Summary; Table of Contents; Preface; Chapter 1: Flash with Drupal; Why Flash with Drupal?; Who is this book for?; Getting started with Drupal; Installing Drupal; Installing Apache-MySQL-PHP (AMP); Creating the Drupal database; Creating a database user; Increasing PHP memory; Installing Drupal; Adding content to Drupal; Getting started with Flash; Creating a new Flash project; Setting up the workspace; A: The Stage; B: The Toolbar; C: The Timeline; D: The Properties panel; E: The Color Palette; F: The Library; Creating a Flash application; Creating a background; Rectangle properties
Adding a gradientAdding text to a Flash application; Text properties; Compiling our Flash application (making a SWF); Publish Settings; Adding Flash content to Drupal; Installing a contributed Drupal module; Adding Flash!; Summary; Chapter 2: Building a ""Hello World"" Application; How Flash and Drupal communicate; Understanding web services; Synchronous versus asynchronous programming; Setting up Drupal for web services; Installing and configuring the Services module; Servers and Services; Installing AMFPHP; Services configuration; Creating a Services key; Services settings
Service PermissionsBuilding a web service-driven ""Hello World"" application in Flash; Step 1: Creating our Flash application; Step 2: Creating a main.as ActionScript file; Step 3: Connecting to Drupal; Step 3: Session handling; Connecting to Drupal using system.connect; Step 4: Drupal says ""Hello World""; Loading a node in Flash; Step 5: Hooking up the text; Step 6: Passing the node ID using FlashVars; Step 7: Adding it to Drupal; Summary; Chapter 3: Flash and CCK; Overview of a typical recipe web site; Using Drupal's Content Construction Kit; Creating a new content type
Adding custom fields to your Recipe content typeAdding a new field; Changing the default Body field; Showing CCK fields in Flash; Building a Recipe widget in Flash; Adding dynamic TextFields for Drupal content; Using ActionScript to show Drupal CCK fields; Using the Services Administrator; Showing CCK information in ActionScript; Adding ScrollBars to our TextFields; Creating a Drupal node template for Flash; Using the Content Template module (Contemplate); Summary; Chapter 4: Drupal Images in Flash; Image handling in Drupal; ImageField for CCK; Installing the ImageField module
Adding an Image field to our Recipe content typeAdding an image to our Recipe node; Verifying that the image is attached; Adding an image to our Recipe Flash application; Adding a MovieClip container for our image; Using ActionScript to load the Recipe image; Resizing an image; Preserving the width and height ratio (scaling); Using Drupal's ImageCache with Flash; Creating an ImageCache preset; Adding an ImageCache image in Flash; Adding the new Recipe Flash application to Drupal; Summary; Chapter 5: Drupal audio in Flash; Working with audio in Drupal; Installing the getID3 library
Setting up the Audio content type
Record Nr. UNINA-9910780785303321
Tidwell Travis  
Birmingham, U.K., : Packt Publishing Ltd., 2009
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Flash with Drupal : build dynamic, content-rich Flash CS3 and CS4 applications for Drupal 6 / / Travis Tidwell
Flash with Drupal : build dynamic, content-rich Flash CS3 and CS4 applications for Drupal 6 / / Travis Tidwell
Autore Tidwell Travis
Edizione [1st ed.]
Pubbl/distr/stampa Birmingham, U.K., : Packt Publishing Ltd., 2009
Descrizione fisica 1 online resource (380 p.)
Disciplina 006.696
Collana From technologies to solutions
Soggetto topico Computer animation
Web site development
Web sites - Design
ISBN 1-282-11199-X
9786612111990
1-84719-759-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Summary; Table of Contents; Preface; Chapter 1: Flash with Drupal; Why Flash with Drupal?; Who is this book for?; Getting started with Drupal; Installing Drupal; Installing Apache-MySQL-PHP (AMP); Creating the Drupal database; Creating a database user; Increasing PHP memory; Installing Drupal; Adding content to Drupal; Getting started with Flash; Creating a new Flash project; Setting up the workspace; A: The Stage; B: The Toolbar; C: The Timeline; D: The Properties panel; E: The Color Palette; F: The Library; Creating a Flash application; Creating a background; Rectangle properties
Adding a gradientAdding text to a Flash application; Text properties; Compiling our Flash application (making a SWF); Publish Settings; Adding Flash content to Drupal; Installing a contributed Drupal module; Adding Flash!; Summary; Chapter 2: Building a ""Hello World"" Application; How Flash and Drupal communicate; Understanding web services; Synchronous versus asynchronous programming; Setting up Drupal for web services; Installing and configuring the Services module; Servers and Services; Installing AMFPHP; Services configuration; Creating a Services key; Services settings
Service PermissionsBuilding a web service-driven ""Hello World"" application in Flash; Step 1: Creating our Flash application; Step 2: Creating a main.as ActionScript file; Step 3: Connecting to Drupal; Step 3: Session handling; Connecting to Drupal using system.connect; Step 4: Drupal says ""Hello World""; Loading a node in Flash; Step 5: Hooking up the text; Step 6: Passing the node ID using FlashVars; Step 7: Adding it to Drupal; Summary; Chapter 3: Flash and CCK; Overview of a typical recipe web site; Using Drupal's Content Construction Kit; Creating a new content type
Adding custom fields to your Recipe content typeAdding a new field; Changing the default Body field; Showing CCK fields in Flash; Building a Recipe widget in Flash; Adding dynamic TextFields for Drupal content; Using ActionScript to show Drupal CCK fields; Using the Services Administrator; Showing CCK information in ActionScript; Adding ScrollBars to our TextFields; Creating a Drupal node template for Flash; Using the Content Template module (Contemplate); Summary; Chapter 4: Drupal Images in Flash; Image handling in Drupal; ImageField for CCK; Installing the ImageField module
Adding an Image field to our Recipe content typeAdding an image to our Recipe node; Verifying that the image is attached; Adding an image to our Recipe Flash application; Adding a MovieClip container for our image; Using ActionScript to load the Recipe image; Resizing an image; Preserving the width and height ratio (scaling); Using Drupal's ImageCache with Flash; Creating an ImageCache preset; Adding an ImageCache image in Flash; Adding the new Recipe Flash application to Drupal; Summary; Chapter 5: Drupal audio in Flash; Working with audio in Drupal; Installing the getID3 library
Setting up the Audio content type
Record Nr. UNINA-9910813295403321
Tidwell Travis  
Birmingham, U.K., : Packt Publishing Ltd., 2009
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Flex 3 with Java [[electronic resource] ] : develop rich internet applications using Adobe Flex 3 and ActionScript 3.0, and integrate them with a Java backend using BlazeDS 3.2 / / Satish Kore
Flex 3 with Java [[electronic resource] ] : develop rich internet applications using Adobe Flex 3 and ActionScript 3.0, and integrate them with a Java backend using BlazeDS 3.2 / / Satish Kore
Autore Kore Satish
Pubbl/distr/stampa Birmingham, U.K., : Packt Publishing Ltd., 2009
Descrizione fisica 1 online resource (304 p.)
Disciplina 006.6/76
Soggetto topico ActionScript (Computer program language)
Internet programming
Java (Computer program language)
Web sites - Design
Soggetto genere / forma Electronic books.
ISBN 1-282-17233-6
1-84719-535-0
9786612172335
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Table of Contents; Preface; Chapter 1: Installing and Configuring Adobe Flex; Installing open source Flex 3 SDK; Installation directory structure; About configuration files; Flex compilers; Using compc-the component compiler; Using mxmlc-the application compiler; Installing Flex Builder 3; Creating a Flex project; UI designer and source code editor; Flex LiveDocs; Summary; Chapter 2: Introduction to Flex 3 Framework; How Flex works; Compiling and running an application; About MXML; Understanding namespaces; Using namespaces in your code; Containers; Layout manager; Layout containers
Using Box, HBox, and VBox containersNavigator containers; Form containers; Constraint-based layout; Using events in MXML; Creating custom events; Validating and formatting data; Restricting user entry; Formatting; Data binding; Using the [Bindable] metadata tag; Creating MXML custom components; Understanding Flex itemRenderers; Drop-in itemRenderers; Inline itemRenderers; External itemRenderers; Summary; Chapter 3: Introduction to ActionScript 3.0; ActionScript 3.0 language features; Strict data typing; Runtime exceptions; Sealed classes and dynamic classes; Method closure; XML and E4X
New primitive data typesRegular expressions; Object-oriented programming; ActionScript 3.0 fundamentals; Variables; Access modifiers; Packages; Classes and interfaces; Classes; Interfaces; Implementing an interface in a class; Inheriting classes; Functions and methods; Named functions; Anonymous functions; Function parameters; Setter and getter methods; Flow control and looping; If/else statement; switch statement; Looping; Exceptions and error handling; try...catch...finally statements; Create your own custom Error class object; Reserved words and keywords; Using ActionScript 3.0 with MXML
Using the tagUsing the include directive; Working with events; Registering event handlers; Dispatching an event; About the target and currentTarget properties; Event propagation; Capturing phase; Targeting phase; Bubbling phase; Creating custom events; Creating and using ActionScript components; The commitProperties() method; The createChildren() method; The layoutChrome() method; The measure() method; The updateDisplayList() method; Summary; Chapter 4: Using External API and LocalConnection; Using External API; Using the ExternalInterface class
Getting information about external containerCalling JavaScript code from ActionScript; Calling ActionScript code from JavaScript; Using LocalConnection; Summary; Chapter 5: Working with XML; XML basics; Understanding E4X; The XML object; The XMLList object; Working with XML objects; Using XML as dataProvider; Loading external XML documents; An example: Building a book explorer; Summary; Chapter 6: Overview of LiveCycle Data Services and BlazeDS; LiveCycle Data Services; BlazeDS; BlazeDS vs LiveCycle Data Services; LiveCycle Data Services; BlazeDS; Understanding AMF; Summary
Chapter 7: Flex Data Access Methods
Record Nr. UNINA-9910456094703321
Kore Satish  
Birmingham, U.K., : Packt Publishing Ltd., 2009
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Flex 3 with Java [[electronic resource] ] : develop rich internet applications using Adobe Flex 3 and ActionScript 3.0, and integrate them with a Java backend using BlazeDS 3.2 / / Satish Kore
Flex 3 with Java [[electronic resource] ] : develop rich internet applications using Adobe Flex 3 and ActionScript 3.0, and integrate them with a Java backend using BlazeDS 3.2 / / Satish Kore
Autore Kore Satish
Pubbl/distr/stampa Birmingham, U.K., : Packt Publishing Ltd., 2009
Descrizione fisica 1 online resource (304 p.)
Disciplina 006.6/76
Soggetto topico ActionScript (Computer program language)
Internet programming
Java (Computer program language)
Web sites - Design
ISBN 1-282-17233-6
1-84719-535-0
9786612172335
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Table of Contents; Preface; Chapter 1: Installing and Configuring Adobe Flex; Installing open source Flex 3 SDK; Installation directory structure; About configuration files; Flex compilers; Using compc-the component compiler; Using mxmlc-the application compiler; Installing Flex Builder 3; Creating a Flex project; UI designer and source code editor; Flex LiveDocs; Summary; Chapter 2: Introduction to Flex 3 Framework; How Flex works; Compiling and running an application; About MXML; Understanding namespaces; Using namespaces in your code; Containers; Layout manager; Layout containers
Using Box, HBox, and VBox containersNavigator containers; Form containers; Constraint-based layout; Using events in MXML; Creating custom events; Validating and formatting data; Restricting user entry; Formatting; Data binding; Using the [Bindable] metadata tag; Creating MXML custom components; Understanding Flex itemRenderers; Drop-in itemRenderers; Inline itemRenderers; External itemRenderers; Summary; Chapter 3: Introduction to ActionScript 3.0; ActionScript 3.0 language features; Strict data typing; Runtime exceptions; Sealed classes and dynamic classes; Method closure; XML and E4X
New primitive data typesRegular expressions; Object-oriented programming; ActionScript 3.0 fundamentals; Variables; Access modifiers; Packages; Classes and interfaces; Classes; Interfaces; Implementing an interface in a class; Inheriting classes; Functions and methods; Named functions; Anonymous functions; Function parameters; Setter and getter methods; Flow control and looping; If/else statement; switch statement; Looping; Exceptions and error handling; try...catch...finally statements; Create your own custom Error class object; Reserved words and keywords; Using ActionScript 3.0 with MXML
Using the tagUsing the include directive; Working with events; Registering event handlers; Dispatching an event; About the target and currentTarget properties; Event propagation; Capturing phase; Targeting phase; Bubbling phase; Creating custom events; Creating and using ActionScript components; The commitProperties() method; The createChildren() method; The layoutChrome() method; The measure() method; The updateDisplayList() method; Summary; Chapter 4: Using External API and LocalConnection; Using External API; Using the ExternalInterface class
Getting information about external containerCalling JavaScript code from ActionScript; Calling ActionScript code from JavaScript; Using LocalConnection; Summary; Chapter 5: Working with XML; XML basics; Understanding E4X; The XML object; The XMLList object; Working with XML objects; Using XML as dataProvider; Loading external XML documents; An example: Building a book explorer; Summary; Chapter 6: Overview of LiveCycle Data Services and BlazeDS; LiveCycle Data Services; BlazeDS; BlazeDS vs LiveCycle Data Services; LiveCycle Data Services; BlazeDS; Understanding AMF; Summary
Chapter 7: Flex Data Access Methods
Record Nr. UNINA-9910780434403321
Kore Satish  
Birmingham, U.K., : Packt Publishing Ltd., 2009
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui