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.
Away3D 3.6 cookbook [[electronic resource] ] : over 80 practical recipes for creating stunning graphics and effects with the fascinating Away3D engine / / Michael Ivanov
Away3D 3.6 cookbook [[electronic resource] ] : over 80 practical recipes for creating stunning graphics and effects with the fascinating Away3D engine / / Michael Ivanov
Autore Ivanov Michael
Pubbl/distr/stampa Birmingham, U.K., : Packt Open Source Pub., 2011
Descrizione fisica 1 online resource (480 p.)
Disciplina 006.693
Soggetto topico Computer graphics
Soggetto genere / forma Electronic books.
ISBN 1-283-34928-0
9786613349286
1-84951-281-7
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: Working with Away3D Materials; Introduction; Using a single MovieClip for multiple materials; Controlling the MovieClip of MovieMaterial; Streaming VOD from FMS for VideoMaterial; Interpolating material color dynamically with DepthBitmapMaterial; Creating normal maps in Photoshop; Generating normal maps using Away3D NormalMapGenerator; Getting your hands dirty with Pixel Bender materials; Assembling composite materials; Chapter 2: Working with Away3D Cameras; Introduction
Creating an FPS controllerCreating Camera Depth of Field Effect; Detecting whether an object is in front of or behind the camera; Changing lenses; Following a third-person view with a spring camera; Tracking screen coordinates of 3D objects; Transforming objects in 3D space relative to the camera position; Using Quaternion camera transformations for advanced image gallery viewing; Chapter 3: Animating the 3D World; Introduction; Animating (Rigging) characters in 3DsMax; Controlling bones animation in Collada; Working with MD2 animations; Morphing objects; Animating geometry with Tween engines
Moving an object on top of the geometry with FaceLinkChapter 4: Fun by Adding Interactivity; Introduction; Adding rotational interactivity to an Away3D primitive by using Mouse movements; Implementing advanced object rotation using vector math; Creating advanced spherical surface transitions with Quaternions; Interactively painting on the model's texture; Dragging on geometry by unprojecting mouse coordinates; Morphing mesh interactively; Creating a controllable non-physical car; Chapter 5: Experiencing the Wonders of Special Effects; Introduction; Exploding geometry
Creating advanced bitmap effects using filtersCreating clouds; Visualizing sound in 3D; Creating lens flair effects; Masking 3D objects; Chapter 6: Using Text and 2D Graphics to Amaze; Introduction; Setting dynamic text with TextField3D; Interactive animation of text along a path; Creating 3D objects from 2D vector data; Drawing with segments in 3D; Creating a 3D illusion with Away3D sprites; Chapter 7: Depth-sorting and Artifacts Solutions; Introduction; Fixing geometry artifacts with Frustum and NearField clipping; Removing artifacts from intersecting objects
Solving depth-sorting problems with Layers and Render ModesChapter 8: Prefab3D; Introduction; Exporting models from Prefab; Normal mapping with Prefab; Maintaining workflow with AwayConnector; UV map editing with Prefab; Creating terrain; Generating light maps; Creating and animating paths; Chapter 9: Working with External Assets; Introduction; Exporting models from 3DsMax/Maya/Blender; Exporting models from 3DsMax to ActionScript class; Preparing MD2 models for Away3D in MilkShape; Loading and parsing models (DAE, 3ds, Obj, MD2); Storing and accessing external assets in SWF
Preloading 3D scene assets
Record Nr. UNINA-9910461325703321
Ivanov Michael  
Birmingham, U.K., : Packt Open Source Pub., 2011
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Joomla! VirtueMart 1.1 theme and template design [[electronic resource] ] : give a unique look and feel to your VirtueMart e-commerce store / / Joseph Kwan
Joomla! VirtueMart 1.1 theme and template design [[electronic resource] ] : give a unique look and feel to your VirtueMart e-commerce store / / Joseph Kwan
Autore Kwan Joseph
Pubbl/distr/stampa Birmingham, U.K., : Packt Open Source Pub., 2011
Descrizione fisica 1 online resource (610 p.)
Disciplina 006.7/8
006.786
Collana Community experience distilled
Soggetto topico Web sites - Authoring programs
Web site development
Soggetto genere / forma Electronic books.
ISBN 1-283-34939-6
9786613349392
1-84951-455-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Joomla! VirtueMart 1.1 Theme and Template Design; Joomla! VirtueMart 1.1 Theme and Template Design; Credits; About the Author; About the Reviewer; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Joomla! VirtueMart versions; Basic Joomla! VirtueMart concepts you will need to know; Joomla! components, modules, plugins, and templates; VirtueMart modules, themes, and templates; Child products, advanced attribute, custom attribute, and product type
Who this book is forConventions; Reader feedback; Customer support; Downloading the example code for this book; Errata; Piracy; Questions; 1. The VirtueMart Engine; Navigating through the Joomla!/VirtueMart directories; Structure of the Joomla! URL path; Exercise 1.1: Making the Joomla! backend default to VirtueMart; Joomla! 1.5 presentation framework; Models; Views; Controllers; VirtueMart presentation framework; The class files - Data tier; The templates files - Presentation tier; The page files - Business logic tier; Roles of VirtueMart themes and templates; Ways to customize VirtueMart
Textual changesExercise 1.2: Customizing a language element; Steps; Notes; Layout changes; Frontend behavior changes; Modifying available template fields; Adding data fields; Modifying processing logic; Creating a new theme; Integrating with an external system; Other customizations; Before starting your project; Determining the scope of project; Locating file that needs modifications; Assessing your skills-determine whether to do it in-house or outsource; Back up data and files; Assessing impact on the site; Consider future upgrade compatibility; Implement design; Testing and debugging
Going liveSummary; 2. The VirtueMart Default Theme; The shopping life cycle; Landing page; The product listing; The product detail; The shop cart; Checkout; Account maintenance; Shopping digression; VirtueMart configuration; Global; Security; Site; Shipping; Checkout; Downloads; Feed Configuration; VirtueMart site configuration; Display subsection; Layout subsection; The default theme configuration; VirtueMart template groups; browse; product_details; basket; checkout; order_emails; common; pages; Summary; 3. Product List Templates; The product list page; Looking at our first template
HTML fragmentsPHP crash course; Available fields; Core browse templates; Exercise 3.1: Adding an Ask-Seller link to the browse page; Steps; Notes; Exercise 3.2: Changing core browse template CSS; Preparation; Steps; Notes; Exercise 3.3: Moving and modifying data; Preparation; Steps; Notes; Header templates; Exercise 3.4: Adding a category banner; Preparation; Steps; Notes; Navigation templates; Exercise 3.5: Using a custom sort order form; Steps; Notes; Add-to-cart form template; Exercise 3.6: Showing the add-to-cart button in all cases; Preparation; Steps; Notes; Addendum element templates
Product list style templates
Record Nr. UNINA-9910461290903321
Kwan Joseph  
Birmingham, U.K., : Packt Open Source Pub., 2011
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Joomla! VirtueMart 1.1 theme and template design [[electronic resource] ] : give a unique look and feel to your VirtueMart e-commerce store / / Joseph Kwan
Joomla! VirtueMart 1.1 theme and template design [[electronic resource] ] : give a unique look and feel to your VirtueMart e-commerce store / / Joseph Kwan
Autore Kwan Joseph
Pubbl/distr/stampa Birmingham, U.K., : Packt Open Source Pub., 2011
Descrizione fisica 1 online resource (610 p.)
Disciplina 006.7/8
006.786
Collana Community experience distilled
Soggetto topico Web sites - Authoring programs
Web site development
ISBN 1-283-34939-6
9786613349392
1-84951-455-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Joomla! VirtueMart 1.1 Theme and Template Design; Joomla! VirtueMart 1.1 Theme and Template Design; Credits; About the Author; About the Reviewer; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Joomla! VirtueMart versions; Basic Joomla! VirtueMart concepts you will need to know; Joomla! components, modules, plugins, and templates; VirtueMart modules, themes, and templates; Child products, advanced attribute, custom attribute, and product type
Who this book is forConventions; Reader feedback; Customer support; Downloading the example code for this book; Errata; Piracy; Questions; 1. The VirtueMart Engine; Navigating through the Joomla!/VirtueMart directories; Structure of the Joomla! URL path; Exercise 1.1: Making the Joomla! backend default to VirtueMart; Joomla! 1.5 presentation framework; Models; Views; Controllers; VirtueMart presentation framework; The class files - Data tier; The templates files - Presentation tier; The page files - Business logic tier; Roles of VirtueMart themes and templates; Ways to customize VirtueMart
Textual changesExercise 1.2: Customizing a language element; Steps; Notes; Layout changes; Frontend behavior changes; Modifying available template fields; Adding data fields; Modifying processing logic; Creating a new theme; Integrating with an external system; Other customizations; Before starting your project; Determining the scope of project; Locating file that needs modifications; Assessing your skills-determine whether to do it in-house or outsource; Back up data and files; Assessing impact on the site; Consider future upgrade compatibility; Implement design; Testing and debugging
Going liveSummary; 2. The VirtueMart Default Theme; The shopping life cycle; Landing page; The product listing; The product detail; The shop cart; Checkout; Account maintenance; Shopping digression; VirtueMart configuration; Global; Security; Site; Shipping; Checkout; Downloads; Feed Configuration; VirtueMart site configuration; Display subsection; Layout subsection; The default theme configuration; VirtueMart template groups; browse; product_details; basket; checkout; order_emails; common; pages; Summary; 3. Product List Templates; The product list page; Looking at our first template
HTML fragmentsPHP crash course; Available fields; Core browse templates; Exercise 3.1: Adding an Ask-Seller link to the browse page; Steps; Notes; Exercise 3.2: Changing core browse template CSS; Preparation; Steps; Notes; Exercise 3.3: Moving and modifying data; Preparation; Steps; Notes; Header templates; Exercise 3.4: Adding a category banner; Preparation; Steps; Notes; Navigation templates; Exercise 3.5: Using a custom sort order form; Steps; Notes; Add-to-cart form template; Exercise 3.6: Showing the add-to-cart button in all cases; Preparation; Steps; Notes; Addendum element templates
Product list style templates
Record Nr. UNINA-9910789436803321
Kwan Joseph  
Birmingham, U.K., : Packt Open Source Pub., 2011
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Joomla! VirtueMart 1.1 theme and template design : give a unique look and feel to your VirtueMart e-commerce store / / Joseph Kwan
Joomla! VirtueMart 1.1 theme and template design : give a unique look and feel to your VirtueMart e-commerce store / / Joseph Kwan
Autore Kwan Joseph
Edizione [1st ed.]
Pubbl/distr/stampa Birmingham, U.K., : Packt Open Source Pub., 2011
Descrizione fisica 1 online resource (610 p.)
Disciplina 006.7/8
006.786
Collana Community experience distilled
Soggetto topico Web sites - Authoring programs
Web site development
ISBN 1-283-34939-6
9786613349392
1-84951-455-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Joomla! VirtueMart 1.1 Theme and Template Design; Joomla! VirtueMart 1.1 Theme and Template Design; Credits; About the Author; About the Reviewer; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Joomla! VirtueMart versions; Basic Joomla! VirtueMart concepts you will need to know; Joomla! components, modules, plugins, and templates; VirtueMart modules, themes, and templates; Child products, advanced attribute, custom attribute, and product type
Who this book is forConventions; Reader feedback; Customer support; Downloading the example code for this book; Errata; Piracy; Questions; 1. The VirtueMart Engine; Navigating through the Joomla!/VirtueMart directories; Structure of the Joomla! URL path; Exercise 1.1: Making the Joomla! backend default to VirtueMart; Joomla! 1.5 presentation framework; Models; Views; Controllers; VirtueMart presentation framework; The class files - Data tier; The templates files - Presentation tier; The page files - Business logic tier; Roles of VirtueMart themes and templates; Ways to customize VirtueMart
Textual changesExercise 1.2: Customizing a language element; Steps; Notes; Layout changes; Frontend behavior changes; Modifying available template fields; Adding data fields; Modifying processing logic; Creating a new theme; Integrating with an external system; Other customizations; Before starting your project; Determining the scope of project; Locating file that needs modifications; Assessing your skills-determine whether to do it in-house or outsource; Back up data and files; Assessing impact on the site; Consider future upgrade compatibility; Implement design; Testing and debugging
Going liveSummary; 2. The VirtueMart Default Theme; The shopping life cycle; Landing page; The product listing; The product detail; The shop cart; Checkout; Account maintenance; Shopping digression; VirtueMart configuration; Global; Security; Site; Shipping; Checkout; Downloads; Feed Configuration; VirtueMart site configuration; Display subsection; Layout subsection; The default theme configuration; VirtueMart template groups; browse; product_details; basket; checkout; order_emails; common; pages; Summary; 3. Product List Templates; The product list page; Looking at our first template
HTML fragmentsPHP crash course; Available fields; Core browse templates; Exercise 3.1: Adding an Ask-Seller link to the browse page; Steps; Notes; Exercise 3.2: Changing core browse template CSS; Preparation; Steps; Notes; Exercise 3.3: Moving and modifying data; Preparation; Steps; Notes; Header templates; Exercise 3.4: Adding a category banner; Preparation; Steps; Notes; Navigation templates; Exercise 3.5: Using a custom sort order form; Steps; Notes; Add-to-cart form template; Exercise 3.6: Showing the add-to-cart button in all cases; Preparation; Steps; Notes; Addendum element templates
Product list style templates
Record Nr. UNINA-9910823804403321
Kwan Joseph  
Birmingham, U.K., : Packt Open Source Pub., 2011
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Squid Proxy Server 3.1 [[electronic resource] ] : beginner's guide / / Kulbir Saini
Squid Proxy Server 3.1 [[electronic resource] ] : beginner's guide / / Kulbir Saini
Autore Saini Kulbir
Edizione [1st edition]
Pubbl/distr/stampa Birmingham, UK, : Packt Open Source Pub., c2011
Descrizione fisica 1 online resource (857 p.)
Disciplina 005.376
Soggetto topico Superconducting quantum interference devices
Web servers
Soggetto genere / forma Electronic books.
ISBN 1-283-01610-9
9786613016102
1-84951-391-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Table of Contents; Squid Proxy Server 3.1 Beginner's Guide; Squid Proxy Server 3.1 Beginner's Guide; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers, and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Time for action - heading; What just happened?; Pop quiz; Have a go hero - heading; Reader feedback; Customer support; Errata; Piracy; Questions; 1. Getting Started with Squid; Proxy server; Reverse proxy; Getting Squid
Time for action - identifying the right versionWhat just happened?; Methods of obtaining Squid; Using source archives; Time for action - downloading Squid; What just happened?; Obtaining the latest source code from Bazaar VCS; Time for action - using Bazaar to obtain source code; What just happened?; Have a go hero - fetching the source code; Using binary packages; Installing Squid; Installing Squid from source code; Compiling Squid; Why compile?; Uncompressing the source archive; Configure or system check; --prefix; --enable-gnuregex; --disable-inline; --disable-optimizations
--enable-storeio--enable-removal-policies; --enable-icmp; --enable-delay-pools; --enable-esi; --enable-useragent-log; --enable-referer-log; --disable-wccp; --disable-wccpv2; --disable-snmp; --enable-cachemgr-hostname; --enable-arp-acl; --disable-htcp; --enable-ssl; --enable-cache-digests; --enable-default-err-language; --enable-err-languages; --disable-http-violations; --enable-ipfw-transparent; --enable-ipf-transparent; --enable-pf-transparent; --enable-linux-netfliter; --enable-follow-x-forwarded-for; --disable-ident-lookups; --disable-internal-dns; --enable-default-hostsfile; --enable-auth
Old SyntaxNew Syntax; --enable-auth-basic; --enable-auth-ntlm; --enable-auth-negotiate; --enable-auth-digest; --enable-ntlm-fail-open; --enable-external-acl-helpers; --disable-translation; --disable-auto-locale; --disable-unlinkd; --with-default-user; --with-logdir; --with-pidfile; --with-aufs-threads; --without-pthreads; --with-openssl; --with-large-files; --with-filedescriptors; Have a go hero - file descriptors; Time for action - running the configure command; What just happened?; Have a go hero - debugging configure errors; Time for action - compiling the source; What just happened?
Time for action - installing SquidWhat just happened?; Time for action - exploring Squid files; bin; bin/squidclient; etc; etc/squid.conf; etc/squid.conf.default; etc/squid.conf.documented; libexec; libexec/cachemgr.cgi; sbin; sbin/squid; share; share/errors; share/icons; share/man; var; var/cache; var/logs; What just happened?; Installing Squid from binary packages; Fedora, CentOS or Red Hat; Debian or Ubuntu; FreeBSD; OpenBSD or NetBSD; Dragonfly BSD; Gentoo; Arch Linux; Pop quiz; Summary; 2. Configuring Squid; Quick start; Syntax of the configuration file; Types of directives
Single valued directives
Record Nr. UNINA-9910456937903321
Saini Kulbir  
Birmingham, UK, : Packt Open Source Pub., c2011
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Squid Proxy Server 3.1 [[electronic resource] ] : beginner's guide / / Kulbir Saini
Squid Proxy Server 3.1 [[electronic resource] ] : beginner's guide / / Kulbir Saini
Autore Saini Kulbir
Edizione [1st edition]
Pubbl/distr/stampa Birmingham, UK, : Packt Open Source Pub., c2011
Descrizione fisica 1 online resource (857 p.)
Disciplina 005.376
Collana Learn by Doing: Less Theory, More Results
Soggetto topico Superconducting quantum interference devices
Web servers
ISBN 1-283-01610-9
9786613016102
1-84951-391-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Table of Contents; Squid Proxy Server 3.1 Beginner's Guide; Squid Proxy Server 3.1 Beginner's Guide; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers, and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Time for action - heading; What just happened?; Pop quiz; Have a go hero - heading; Reader feedback; Customer support; Errata; Piracy; Questions; 1. Getting Started with Squid; Proxy server; Reverse proxy; Getting Squid
Time for action - identifying the right versionWhat just happened?; Methods of obtaining Squid; Using source archives; Time for action - downloading Squid; What just happened?; Obtaining the latest source code from Bazaar VCS; Time for action - using Bazaar to obtain source code; What just happened?; Have a go hero - fetching the source code; Using binary packages; Installing Squid; Installing Squid from source code; Compiling Squid; Why compile?; Uncompressing the source archive; Configure or system check; --prefix; --enable-gnuregex; --disable-inline; --disable-optimizations
--enable-storeio--enable-removal-policies; --enable-icmp; --enable-delay-pools; --enable-esi; --enable-useragent-log; --enable-referer-log; --disable-wccp; --disable-wccpv2; --disable-snmp; --enable-cachemgr-hostname; --enable-arp-acl; --disable-htcp; --enable-ssl; --enable-cache-digests; --enable-default-err-language; --enable-err-languages; --disable-http-violations; --enable-ipfw-transparent; --enable-ipf-transparent; --enable-pf-transparent; --enable-linux-netfliter; --enable-follow-x-forwarded-for; --disable-ident-lookups; --disable-internal-dns; --enable-default-hostsfile; --enable-auth
Old SyntaxNew Syntax; --enable-auth-basic; --enable-auth-ntlm; --enable-auth-negotiate; --enable-auth-digest; --enable-ntlm-fail-open; --enable-external-acl-helpers; --disable-translation; --disable-auto-locale; --disable-unlinkd; --with-default-user; --with-logdir; --with-pidfile; --with-aufs-threads; --without-pthreads; --with-openssl; --with-large-files; --with-filedescriptors; Have a go hero - file descriptors; Time for action - running the configure command; What just happened?; Have a go hero - debugging configure errors; Time for action - compiling the source; What just happened?
Time for action - installing SquidWhat just happened?; Time for action - exploring Squid files; bin; bin/squidclient; etc; etc/squid.conf; etc/squid.conf.default; etc/squid.conf.documented; libexec; libexec/cachemgr.cgi; sbin; sbin/squid; share; share/errors; share/icons; share/man; var; var/cache; var/logs; What just happened?; Installing Squid from binary packages; Fedora, CentOS or Red Hat; Debian or Ubuntu; FreeBSD; OpenBSD or NetBSD; Dragonfly BSD; Gentoo; Arch Linux; Pop quiz; Summary; 2. Configuring Squid; Quick start; Syntax of the configuration file; Types of directives
Single valued directives
Record Nr. UNINA-9910781103603321
Saini Kulbir  
Birmingham, UK, : Packt Open Source Pub., c2011
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Squid Proxy Server 3.1 : beginner's guide / / Kulbir Saini
Squid Proxy Server 3.1 : beginner's guide / / Kulbir Saini
Autore Saini Kulbir
Edizione [1st edition]
Pubbl/distr/stampa Birmingham, UK, : Packt Open Source Pub., c2011
Descrizione fisica 1 online resource (857 p.)
Disciplina 005.376
Collana Learn by Doing: Less Theory, More Results
Soggetto topico Superconducting quantum interference devices
Web servers
Soggetto genere / forma Electronic books.
ISBN 1-283-01610-9
9786613016102
1-84951-391-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Table of Contents; Squid Proxy Server 3.1 Beginner's Guide; Squid Proxy Server 3.1 Beginner's Guide; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers, and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Time for action - heading; What just happened?; Pop quiz; Have a go hero - heading; Reader feedback; Customer support; Errata; Piracy; Questions; 1. Getting Started with Squid; Proxy server; Reverse proxy; Getting Squid
Time for action - identifying the right versionWhat just happened?; Methods of obtaining Squid; Using source archives; Time for action - downloading Squid; What just happened?; Obtaining the latest source code from Bazaar VCS; Time for action - using Bazaar to obtain source code; What just happened?; Have a go hero - fetching the source code; Using binary packages; Installing Squid; Installing Squid from source code; Compiling Squid; Why compile?; Uncompressing the source archive; Configure or system check; --prefix; --enable-gnuregex; --disable-inline; --disable-optimizations
--enable-storeio--enable-removal-policies; --enable-icmp; --enable-delay-pools; --enable-esi; --enable-useragent-log; --enable-referer-log; --disable-wccp; --disable-wccpv2; --disable-snmp; --enable-cachemgr-hostname; --enable-arp-acl; --disable-htcp; --enable-ssl; --enable-cache-digests; --enable-default-err-language; --enable-err-languages; --disable-http-violations; --enable-ipfw-transparent; --enable-ipf-transparent; --enable-pf-transparent; --enable-linux-netfliter; --enable-follow-x-forwarded-for; --disable-ident-lookups; --disable-internal-dns; --enable-default-hostsfile; --enable-auth
Old SyntaxNew Syntax; --enable-auth-basic; --enable-auth-ntlm; --enable-auth-negotiate; --enable-auth-digest; --enable-ntlm-fail-open; --enable-external-acl-helpers; --disable-translation; --disable-auto-locale; --disable-unlinkd; --with-default-user; --with-logdir; --with-pidfile; --with-aufs-threads; --without-pthreads; --with-openssl; --with-large-files; --with-filedescriptors; Have a go hero - file descriptors; Time for action - running the configure command; What just happened?; Have a go hero - debugging configure errors; Time for action - compiling the source; What just happened?
Time for action - installing SquidWhat just happened?; Time for action - exploring Squid files; bin; bin/squidclient; etc; etc/squid.conf; etc/squid.conf.default; etc/squid.conf.documented; libexec; libexec/cachemgr.cgi; sbin; sbin/squid; share; share/errors; share/icons; share/man; var; var/cache; var/logs; What just happened?; Installing Squid from binary packages; Fedora, CentOS or Red Hat; Debian or Ubuntu; FreeBSD; OpenBSD or NetBSD; Dragonfly BSD; Gentoo; Arch Linux; Pop quiz; Summary; 2. Configuring Squid; Quick start; Syntax of the configuration file; Types of directives
Single valued directives
Record Nr. UNINA-9910809374103321
Saini Kulbir  
Birmingham, UK, : Packt Open Source Pub., c2011
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Using CiviCRM [[electronic resource] ] : develop and implement a fully-functional, systematic CRM plan for your organization using CiviCRM / / Joseph Murray, Brian P. Shaughnessy
Using CiviCRM [[electronic resource] ] : develop and implement a fully-functional, systematic CRM plan for your organization using CiviCRM / / Joseph Murray, Brian P. Shaughnessy
Autore Murray Joseph
Pubbl/distr/stampa Birmingham, UK, : Packt Open Source Pub., c2011
Descrizione fisica 1 online resource (464 p.)
Disciplina 658.812028553
Altri autori (Persone) ShaughnessyBrian P
Soggetto topico Management - Computer programs
Management - Communication systems
Soggetto genere / forma Electronic books.
ISBN 1-283-01608-7
9786613016089
1-84951-227-2
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; Foreword; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1:Achieving Your Mission with CiviCRM; Why your organization needs Constituent Relationship Management; What is Constituent Relationship Management?; Customer Relationship Management versus Constituent Relationship Management; Who are your constituents?; When is CiviCRM the best CRM?; Thinking through alternatives; Other CRMs; Why CiviCRM?; Focused on needs of non-profits; User satisfaction; No vendor lock-in; Integration with Drupal and Joomla!; Total cost
Dynamic open source developmentDocumentation; Responsive community support; How CiviCRM will help your organization; Summary; Chapter 2:Planning Your CRM Implementation; Barriers to success; Perfection is the enemy of the good; Development methodologies; The conventional Waterfall Development methodology; Iterative development methodology; Agile development methodology; Food Pantry Association of Greater Metropolis; Right-sizing the process; Building the team; Getting started; Creating a baseline; Developing the vision; Creating a project plan; Total cost of ownership
Focusing on constituents and missionRethinking organizational processes; Determining your needs; Functional requirements; Contact record management; Contact subtypes; Custom data; e-Newsletters and bulk e-mails; Fundraising; Memberships and subscriptions; Events; Grant management; Activities; Case management; Roles and permissions; CMS integration; Third-party integration; Server sourcing; Implementation plan; Summary; Chapter 3:Installation, Configuration, and Maintenance; Installing CiviCRM; Installation in Joomla!; Installation in Drupal; Browser/FTP procedure; Drush procedure
Installation troubleshootingConfiguring CiviCRM; Site Configuration; Viewing and Editing Contacts; Sending e-mails; Handling return e-mail traffic; Maintaining a good e-mail server reputation; Configuring the e-mail processor; Online payment processors; Integrated versus redirection processors; Configuring the payment processor; System workflow templates; Organization, customization, and components; Organize your contacts; Customize Data, Forms and Screens; Components; Option Lists; Synchronization with CMS users; Drupal access control for CiviCRM; CiviGroup Roles Sync; CiviMember Roles Sync
CiviCRM OG SyncCiviCRM access control under Drupal; Dashboard; Navigation; Setting up cron jobs; Upgrades and maintenance; Version and revision upgrades; Joomla! upgrades; Drupal upgrades; Moving an installation to a new server; System maintenance; Developing a backup policy and procedure; Summary; Chapter 4:CiviCRM Basics: Moving through the System and Working with Contacts; Introduction to the interface; Contacts; Individuals, organizations, and households; Contact subtypes; Planning your contact types; Core information fields; Contact details; Custom data; Address
Communication preferences
Record Nr. UNINA-9910457098303321
Murray Joseph  
Birmingham, UK, : Packt Open Source Pub., c2011
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Using CiviCRM [[electronic resource] ] : develop and implement a fully-functional, systematic CRM plan for your organization using CiviCRM / / Joseph Murray, Brian P. Shaughnessy
Using CiviCRM [[electronic resource] ] : develop and implement a fully-functional, systematic CRM plan for your organization using CiviCRM / / Joseph Murray, Brian P. Shaughnessy
Autore Murray Joseph
Pubbl/distr/stampa Birmingham, UK, : Packt Open Source Pub., c2011
Descrizione fisica 1 online resource (464 p.)
Disciplina 658.812028553
Altri autori (Persone) ShaughnessyBrian P
Soggetto topico Management - Computer programs
Management - Communication systems
ISBN 1-283-01608-7
9786613016089
1-84951-227-2
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; Foreword; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1:Achieving Your Mission with CiviCRM; Why your organization needs Constituent Relationship Management; What is Constituent Relationship Management?; Customer Relationship Management versus Constituent Relationship Management; Who are your constituents?; When is CiviCRM the best CRM?; Thinking through alternatives; Other CRMs; Why CiviCRM?; Focused on needs of non-profits; User satisfaction; No vendor lock-in; Integration with Drupal and Joomla!; Total cost
Dynamic open source developmentDocumentation; Responsive community support; How CiviCRM will help your organization; Summary; Chapter 2:Planning Your CRM Implementation; Barriers to success; Perfection is the enemy of the good; Development methodologies; The conventional Waterfall Development methodology; Iterative development methodology; Agile development methodology; Food Pantry Association of Greater Metropolis; Right-sizing the process; Building the team; Getting started; Creating a baseline; Developing the vision; Creating a project plan; Total cost of ownership
Focusing on constituents and missionRethinking organizational processes; Determining your needs; Functional requirements; Contact record management; Contact subtypes; Custom data; e-Newsletters and bulk e-mails; Fundraising; Memberships and subscriptions; Events; Grant management; Activities; Case management; Roles and permissions; CMS integration; Third-party integration; Server sourcing; Implementation plan; Summary; Chapter 3:Installation, Configuration, and Maintenance; Installing CiviCRM; Installation in Joomla!; Installation in Drupal; Browser/FTP procedure; Drush procedure
Installation troubleshootingConfiguring CiviCRM; Site Configuration; Viewing and Editing Contacts; Sending e-mails; Handling return e-mail traffic; Maintaining a good e-mail server reputation; Configuring the e-mail processor; Online payment processors; Integrated versus redirection processors; Configuring the payment processor; System workflow templates; Organization, customization, and components; Organize your contacts; Customize Data, Forms and Screens; Components; Option Lists; Synchronization with CMS users; Drupal access control for CiviCRM; CiviGroup Roles Sync; CiviMember Roles Sync
CiviCRM OG SyncCiviCRM access control under Drupal; Dashboard; Navigation; Setting up cron jobs; Upgrades and maintenance; Version and revision upgrades; Joomla! upgrades; Drupal upgrades; Moving an installation to a new server; System maintenance; Developing a backup policy and procedure; Summary; Chapter 4:CiviCRM Basics: Moving through the System and Working with Contacts; Introduction to the interface; Contacts; Individuals, organizations, and households; Contact subtypes; Planning your contact types; Core information fields; Contact details; Custom data; Address
Communication preferences
Record Nr. UNINA-9910781103803321
Murray Joseph  
Birmingham, UK, : Packt Open Source Pub., c2011
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Using CiviCRM : develop and implement a fully-functional, systematic CRM plan for your organization using CiviCRM / / Joseph Murray, Brian P. Shaughnessy
Using CiviCRM : develop and implement a fully-functional, systematic CRM plan for your organization using CiviCRM / / Joseph Murray, Brian P. Shaughnessy
Autore Murray Joseph
Edizione [1st ed.]
Pubbl/distr/stampa Birmingham, UK, : Packt Open Source Pub., c2011
Descrizione fisica 1 online resource (464 p.)
Disciplina 658.812028553
Altri autori (Persone) ShaughnessyBrian P
Soggetto topico Management - Computer programs
Management - Communication systems
ISBN 1-283-01608-7
9786613016089
1-84951-227-2
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; Foreword; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1:Achieving Your Mission with CiviCRM; Why your organization needs Constituent Relationship Management; What is Constituent Relationship Management?; Customer Relationship Management versus Constituent Relationship Management; Who are your constituents?; When is CiviCRM the best CRM?; Thinking through alternatives; Other CRMs; Why CiviCRM?; Focused on needs of non-profits; User satisfaction; No vendor lock-in; Integration with Drupal and Joomla!; Total cost
Dynamic open source developmentDocumentation; Responsive community support; How CiviCRM will help your organization; Summary; Chapter 2:Planning Your CRM Implementation; Barriers to success; Perfection is the enemy of the good; Development methodologies; The conventional Waterfall Development methodology; Iterative development methodology; Agile development methodology; Food Pantry Association of Greater Metropolis; Right-sizing the process; Building the team; Getting started; Creating a baseline; Developing the vision; Creating a project plan; Total cost of ownership
Focusing on constituents and missionRethinking organizational processes; Determining your needs; Functional requirements; Contact record management; Contact subtypes; Custom data; e-Newsletters and bulk e-mails; Fundraising; Memberships and subscriptions; Events; Grant management; Activities; Case management; Roles and permissions; CMS integration; Third-party integration; Server sourcing; Implementation plan; Summary; Chapter 3:Installation, Configuration, and Maintenance; Installing CiviCRM; Installation in Joomla!; Installation in Drupal; Browser/FTP procedure; Drush procedure
Installation troubleshootingConfiguring CiviCRM; Site Configuration; Viewing and Editing Contacts; Sending e-mails; Handling return e-mail traffic; Maintaining a good e-mail server reputation; Configuring the e-mail processor; Online payment processors; Integrated versus redirection processors; Configuring the payment processor; System workflow templates; Organization, customization, and components; Organize your contacts; Customize Data, Forms and Screens; Components; Option Lists; Synchronization with CMS users; Drupal access control for CiviCRM; CiviGroup Roles Sync; CiviMember Roles Sync
CiviCRM OG SyncCiviCRM access control under Drupal; Dashboard; Navigation; Setting up cron jobs; Upgrades and maintenance; Version and revision upgrades; Joomla! upgrades; Drupal upgrades; Moving an installation to a new server; System maintenance; Developing a backup policy and procedure; Summary; Chapter 4:CiviCRM Basics: Moving through the System and Working with Contacts; Introduction to the interface; Contacts; Individuals, organizations, and households; Contact subtypes; Planning your contact types; Core information fields; Contact details; Custom data; Address
Communication preferences
Record Nr. UNINA-9910809374503321
Murray Joseph  
Birmingham, UK, : Packt Open Source Pub., c2011
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui