Tag Archives: adobe

Training ColdFusion / Introduction – 2 days

Class overview :

This is an introductory ColdFusion class for Web designers who are brand new to ColdFusion 9. You will learn to process forms, manage sessions, write reusable code and create database-driven ColdFusion-based websites.

Class goals :

Learn to get data from a database and display it on the page
Learn to insert, Edit and Delete records from a database
Learn to pass data from one page and receive it on another using HTML Forms
Learn to create Dynamic Form Fields including Dynamic Select Lists
Learn to build a Search Interface
Learn to use Session Variables to provide Password Protection
Learn to call ColdFusion Components (CFCs) and Custom Tags

Content of Training ColdFusion / Introduction

Class Outline

  1. Introduction to ColdFusion
    1. Static pages vs. Dynamic pages
    2. Server-side Web Technologies
    3. Database Alphabet Soup: ODBC/JDBC, DSNs and SQL
    4. Course Objectives and Prerequisites
    5. Introduction to Course Project
  2. ColdFusion Basics
    1. Using CFML
      1. Code Editors
      2. Dreamweaver Interface
      3. Tag Updaters / Extensions
      4. Tag Editing Dialog Boxes
    2. Embedded Tag Help
    3. Using ColdFusion Comments
    4. Creating Variables
      1. <cfset> and <cfoutput>
    5. Variable Scope/Prefixes
    6. Built-in ColdFusion Functions
      1. CF Function Reference (Dreamweaver specific)
      2. Online Reference (http://livedocs.adobe.com)
      3. Tip: (http://cfquickdocs.com)
    7. Using <cfinclude> to reuse code
  3. Dynamic Data: Querying the Database
    1. Database Basics
      1. Introduction to SQL
      2. Select Statement
      3. Update Statement
      4. Insert Statement
      5. Delete Statement
      6. Data Source Name (DSN) / Remote Development Server (RDS)
      7. The DSN Used in This Class: movieList
    2. Course Project Database
    3. Querying the database with <cfquery>
      1. <cfdump> for Quick Output
    4. Customizing Display with <cfoutput>
      1. Building Dynamic Tables
      2. Shortcut: <cftable>
      3. Shortcut: Dynamic Table Tool (in Dreamweaver)
  4. Creating a Drill-down Interface
    1. Passing Variables between Pages
      1. « Two-page method »
    2. Receive Variables through the URL
      1. Using a WHERE clause in a SQL Statement
      2. Protecting Against SQL Injection Attacks with <cfqueryparam>
  5. Conditional Statements and Forms
    1. Conditional Statements
      1. <cfif>, <cfelseif> and <cfelse>
      2. Comparison Operators
      3. Operator
      4. Description
      5. Using the isDefined() function
    2. HTML Form Review
    3. Self-Submitting Forms
      1. Using the <cfparam> tag to set a default value
      2. Quick Examination of a ColdFusion Framework (Methodology): Fusebox
    4. Dynamically Populating Select Lists
      1. HTML Review: <select> tags
      2. Introducing the <cfform> Tag
      3. Shortcut: <cfselect>
  6. Quick Introduction to RSS and Ajax with <cfform>
    1. Reading an RSS Feed
    2. Introducing the <cfform> Tag
    3. Building a Mask with <cfform>
    4. Automatically Build a Dynamic Select List with <cfselect>
  7. Search Interface
    1. Creating a Search Interface
      1. Using % and _ in a LIKE Statement
  8. Insert Records into the Database
    1. Inserting Records
      1. SQL Insert Statement
      2. Insert Record Step 2 – the Insert
      3. Shortcut: <cfinsert>
      4. Redirect Users with <cflocation>
    2. Automated Form Validation
      1. Client-side vs. Server-side validation: When does the validation code run?
  9. Edit (Update) Database Records
    1. Updating records
      1. SQL UPDATE Statement Review
      2. Passing the Primary Key
      3. Page 2 – View Current Data in a Form
      4. Page 3 – Perform the Update to the Database
      5. Shortcut: <cfupdate>
    2. Deleting Records
      1. Note on Deleting records
      2. Review of the SQL Delete Statement
      3. « Deleting » without deleting
      4. No <cfdelete>!
  10. Reusing Code
    1. Reusing code with <cfinclude> and <cflocation>
    2. Custom Tags
      1. Where to store Custom Tags
      2. CALLER and ATTRIBUTE scopes
      3. Using <cfmodule>
      4. A Note about CFX tags
    3. User Defined Functions (UDFs) and ColdFusion Components (CFCs)
      1. Creating UDFs with the <cffunction> tag
      2. Using ColdFusion Components (CFCs)
    4. Creating Components
      1. Calling or Invoking Components
      2. Passing Arguments to Components
      3. The Component Code
      4. The main CFML page
      5. View a Component directly in the browser
  11. Using Session Variables for Password Protection
    1. Session Variables
      1. Using Application.cfc to Enable Session Management
      2. Creating Password Protected Pages
      3. Password-protect.cfm (the included page)
      4. Application.cfm
      5. Locking Session and Application variables with <cflock>
  12. Tracking User Information with Cookies (optional)
    1. Using Cookies to Track Users
  13. Sending email with <cfmail> (optional)
    1. Using ColdFusion to Send Email
      1. <cfmail> Tag Syntax
ColdFusion / Introduction
Training ColdFusion / Introduction

Onze voordelen :

  • Type of training: Inter-company, intra-company and individual
  • 100% flexible & personalised training : You choose the place, the dates and the training program
  • Offer request : Response within 24 hours
  • 50% discount for SME’s from Brussels-Capital Region
  • Free parking, lunch & drinks
  • Free use of our Digital Competence Centre: Manuals, courses, exercises, …

Training Object-Oriented ActionScript – 2 days

Class overview :

In this hands-on ActionScript training class you will learn how to develop reusable Flash based applications using ActionScript 3.0 and an object-oriented approach. This course is also suitable if you wish to use ActionScript 3.0 to create components for Flex-based development.

Class goals :

Learn ActionScript 3.0 syntax.
Understand core concepts of Object-Oriented Programming (including Inheritance, Encapsulation, Polymorphism).
Apply best practices for developing reusable applications.
Get a thorough understanding of the Flash/Flex workflow.
Understand how to best structure your code using frameworks.
Get introduced to a number of design patterns in ActionScript 3.0.
Build and deploy real-world, scalable web applications.

Content of Training Object-Oriented ActionScript

Class Outline

  1. Introducing ActionScript 3.0
    1. What is ActionScript?
    2. Learning ActionScript 3.0 syntax
    3. New features in ActionScript 3.0
    4. Classes and objects
    5. Methods and properties
    6. Scope and access modifiers
  2. Concepts of Object-Oriented Programming
    1. Inheritance
    2. Encapsulation
    3. Polymorphism
    4. Interfaces
  3. Developer workflow and best practices
    1. Document class
    2. SWC compilation
    3. Flash/Flex integration
  4. Design Patterns
    1. What are Design Patterns?
    2. Implementing Design Patterns
    3. Observer
    4. Singleton
    5. Command
    6. Model-View-Controller
  5. Best Practices and bringing it all together
    1. Working in teams Source and version control
    2. Frameworks
Object-Oriented ActionScript
Training Object-Oriented ActionScript

Onze voordelen :

  • Type of training: Inter-company, intra-company and individual
  • 100% flexible & personalised training : You choose the place, the dates and the training program
  • Offer request : Response within 24 hours
  • 50% discount for SME’s from Brussels-Capital Region
  • Free parking, lunch & drinks
  • Free use of our Digital Competence Centre: Manuals, courses, exercises, …

Training ColdFusion / Comprehensive – 5 days

Class overview :

In this Comprehensive ColdFusion 9 Training course, students will spend the first part of the week learning the basics of ColdFusion and the second part of the week learning advanced ColdFusion techniques.

Class goals :

– Learn to get data from a database and display it on the page
– Learn to insert, Edit and Delete records from a database
– Learn to pass data from one page and receive it on another using HTML Forms
– Learn to create Dynamic Form Fields including Dynamic Select Lists
– Learn to build a Search Interface
– Learn to use Session Variables to provide Password Protection
– Learn to call ColdFusion Components (CFCs) and Custom Tags
– Learn to send email with ColdFusion
– Learn to send email with ColdFusion
– Learn sophisticated data management techniques
– Learn to build and use Custom Tags
– Learn to build and use ColdFusion Components (CFCs)
– Learn to handle errors properly
– Learn to work with ColdFusion and XML

Content of Training ColdFusion / Comprehensive

  1. Introduction to ColdFusion
    1. Static pages vs. Dynamic pages
    2. Server-side Web Technologies
    3. Database Alphabet Soup: ODBC/JDBC, DSNs and SQL
    4. Course Objectives and Prerequisites
    5. Introduction to Course Project
  2. ColdFusion Basics
    1. Using CFML
      1. Code Editors
      2. Dreamweaver Interface
      3. Tag Updaters / Extensions
      4. Tag Editing Dialog Boxes
    2. Embedded Tag Help
    3. Using ColdFusion Comments
    4. Creating Variables
      1. <cfset> and <cfoutput>
    5. Variable Scope/Prefixes
    6. Built-in ColdFusion Functions
      1. CF Function Reference (Dreamweaver specific)
      2. Online Reference (http://livedocs.adobe.com)
      3. Tip: (http://cfquickdocs.com)
    7. Using <cfinclude> to reuse code
  3. Dynamic Data: Querying the Database
    1. Database Basics
      1. Introduction to SQL
      2. Select Statement
      3. Update Statement
      4. Insert Statement
      5. Delete Statement
      6. Data Source Name (DSN) / Remote Development Server (RDS)
      7. The DSN Used in This Class: movieList
    2. Course Project Database
    3. Querying the database with <cfquery>
      1. <cfdump> for Quick Output
    4. Customizing Display with <cfoutput>
      1. Building Dynamic Tables
      2. Shortcut: <cftable>
      3. Shortcut: Dynamic Table Tool (in Dreamweaver)
  4. Creating a Drill-down Interface
    1. Passing Variables between Pages
      1. « Two-page method »
    2. Receive Variables through the URL
      1. Using a WHERE clause in a SQL Statement
      2. Protecting Against SQL Injection Attacks with <cfqueryparam>
  5. Conditional Statements and Forms
    1. Conditional Statements
      1. <cfif>, <cfelseif> and <cfelse>
      2. Comparison Operators
      3. Operator
      4. Description
      5. Using the isDefined() function
    2. HTML Form Review
    3. Self-Submitting Forms
      1. Using the <cfparam> tag to set a default value
      2. Quick Examination of a ColdFusion Framework (Methodology): Fusebox
    4. Dynamically Populating Select Lists
      1. HTML Review: <select> tags
      2. Introducing the <cfform> Tag
      3. Shortcut: <cfselect>
  6. Quick Introduction to RSS and Ajax with <cfform>
    1. Reading an RSS Feed
    2. Introducing the <cfform> Tag
    3. Building a Mask with <cfform>
    4. Automatically Build a Dynamic Select List with <cfselect>
  7. Search Interface
    1. Creating a Search Interface
      1. Using % and _ in a LIKE Statement
  8. Insert Records into the Database
    1. Inserting Records
      1. SQL Insert Statement
      2. Insert Record Step 2 – the Insert
      3. Shortcut: <cfinsert>
      4. Redirect Users with <cflocation>
    2. Automated Form Validation
      1. Client-side vs. Server-side validation: When does the validation code run?
  9. Edit (Update) Database Records
    1. Updating records
      1. SQL UPDATE Statement Review
      2. Passing the Primary Key
      3. Page 2 – View Current Data in a Form
      4. Page 3 – Perform the Update to the Database
      5. Shortcut: <cfupdate>
    2. Deleting Records
      1. Note on Deleting records
      2. Review of the SQL Delete Statement
      3. « Deleting » without deleting
      4. No <cfdelete>!
  10. Reusing Code
    1. Reusing code with <cfinclude> and <cflocation>
    2. Custom Tags
      1. Where to store Custom Tags
      2. CALLER and ATTRIBUTE scopes
      3. Using <cfmodule>
      4. A Note about CFX tags
    3. User Defined Functions (UDFs) and ColdFusion Components (CFCs)
      1. Creating UDFs with the <cffunction> tag
      2. Using ColdFusion Components (CFCs)
    4. Creating Components
      1. Calling or Invoking Components
      2. Passing Arguments to Components
      3. The Component Code
      4. The main CFML page
      5. View a Component directly in the browser
  11. Using Session Variables for Password Protection
    1. Session Variables
      1. Using Application.cfc to Enable Session Management
      2. Creating Password Protected Pages
      3. Password-protect.cfm (the included page)
      4. Application.cfm
      5. Locking Session and Application variables with <cflock>
  12. Tracking User Information with Cookies (optional)
    1. Using Cookies to Track Users
  13. Sending email with <cfmail> (optional)
    1. Using ColdFusion to Send Email
      1. <cfmail> Tag Syntax
  14. Managing Data
    1. Creating a User Administration Page
      1. Displaying Users
      2. Adding Users
      3. Editing and Deleting Users
      4. Controlling Access to the Page
    2. Allowing Users to Add and Edit Data
      1. Displaying Data
      2. Adding Data using Stored Procedures
      3. Editing and Deleting Data
    3. Conclusion
  15. Custom Tags
    1. Calling Custom Tags
      1. thisTag Structure
    2. Storing Custom Tags
    3. Other Ways of Calling Custom Tags
      1. CFMODULE
      2. CFIMPORT
    4. Conclusion
  16. ColdFusion Components
    1. CFC Basics
    2. Creating CFCs
    3. Storing CFCs
    4. Invoking CFCs
      1. Passing Argument Values
    5. Extending ColdFusion Components
    6. Application.cfc
      1. Application.cfc Methods
      2. Application.cfc Benefits
    7. Conclusion
  17. Handling Errors
    1. Handling Exceptions
      1. Compiler Exceptions
      2. Runtime Exceptions
    2. cftry/cfcatch
      1. Exception Types
    3. Locking Code to Prevent Errors
      1. Race Conditions
      2. Named Locks
    4. Conclusion
  18. ColdFusion and XML
    1. XML Functions
      1. Creating New XML Documents
      2. Searching XML Documents
      3. Validating XML Documents
    2. Processing RSS Feeds
      1. Processing RSS Feeds with XmlSearch()
      2. Processing RSS Feeds with XmlTransform()
    3. ColdFusion and WDDX
      1. <cfwddx>
      2. WDDX vs. Web Services
    4. Conclusion
ColdFusion / Comprehensive
Training ColdFusion / Comprehensive

Onze voordelen :

  • Type of training: Inter-company, intra-company and individual
  • 100% flexible & personalised training : You choose the place, the dates and the training program
  • Offer request : Response within 24 hours
  • 50% discount for SME’s from Brussels-Capital Region
  • Free parking, lunch & drinks
  • Free use of our Digital Competence Centre: Manuals, courses, exercises, …

Training Adobe ActionScript 3 Advanced Techniques – 3 days

Class overview :

This 3 day advanced ActionScript course is for people who want to push their Actionscript 3 skills further and learn advanced techniques in order to create and control effects with MovieClips, bitmaps, colour, audio, video, and 3D assets.

Class goals :

Additionally you we will cover some great open source class libraries that will help you in creating your effects and flash sites, and generally learn to take your ActionScript 3 skills to the next level.

Content of Adobe ActionScript 3 Advanced Techniques

Drawing

  • Drawing API
  • Triangles (and UVT)
  • Bitmap fills

3D transformations

  • rotationX/Y/Z transformations
  • scaleX/Y/Z transformations
  • x/y/z translations
  • Simple 3D drawing

Collision Detection

  • Hit tests
  • Using Bitmaps for detection

Tweening

  • Tween class
  • Applying tweens
  • Creating effects with tweens
  • Other tweening libraries

Transitions and the Transition Manager

  • Blinds
  • Fade
  • Fly
  • Iris
  • Squeeze
  • Wipe
  • Others

Colour

  • Manipulating colours with AS3
  • ColorTransform class

Transformations

  • Matrix class
  • Matrix3D class
  • Transform
  • Others

Video Effects

  • Bitmaps
  • Cameras
  • Movies

Sound effects

  • Loading sounds
  • Controlling sounds
  • Visualisation – waveforms and frequencies
  • Microphones

Image Effects

  • Bitmaps and BitmapData
  • Filters and Blend modes
  • PerlinNoise

Open source Classes

  • Papervision3D
  • Tweener
  • TweenMax
  • Minimal Components
  • Others

Open source frameworks

  • Gaia

Augmented Reality

  • FLARToolkit
  • Adding Papervision3D

Object Orientated Programming

  • Creating your own class
  • Creating methods
  • Creating getters/setters
  • Using your custom class
  • Creating Document classes

Flash and Flash Builder (Flex Builder)

  • Importing Flash work into Flash Builder
  • Setting up your classes in Flash Builder
  • Embedding Flash work as assets in your classes
  • Using Flash Builder with php and mysql

Components and Data

  • Components
    • Button
    • Checkbox
    • ColourPicker
    • Combobox
    • Datagrid
    • etc

Working with data

  • Database Integration
    • Setting up a server and database
    • Testing server/flash/db integration
    • Ways to connect Flash and data – AMFPHP
  • XML
  • DataProvider
Adobe ActionScript 3 Advanced Techniques
Training Adobe ActionScript 3 Advanced Techniques

Onze voordelen :

  • Type of training: Inter-company, intra-company and individual
  • 100% flexible & personalised training : You choose the place, the dates and the training program
  • Offer request : Response within 24 hours
  • 50% discount for SME’s from Brussels-Capital Region
  • Free parking, lunch & drinks
  • Free use of our Digital Competence Centre: Manuals, courses, exercises, …

Training InDesign CS6 Digital Publishing Suite for iPad – 1 day

Class overview :

In this Adobe InDesign for iPad class, you will learn to use InDesign, in conjunction with the tools in Digital Publishing Suite, to create interactive documents, complete with media and links, for publication to iPad. This course is geared toward experienced InDesign users who are familiar with basic features, such as style sheets, image placement and document management. To get the most out of this course, we suggest that you attend our Introduction to InDesign CS6 course first.

Class goals :

– Learn to set up articles as iPad documents in InDesign
– Learn to create native interactive elements in InDesign.
– Learn to use the Interactive Overlay Creator to add audio and video, and to create 360º rotations and other interactive elements.
– Learn to use the Content Bundler to create .folio files and manage articles within the folio.

Continue reading Training InDesign CS6 Digital Publishing Suite for iPad – 1 day

Training After Effects CC / Introduction – 2 days

Class overview :

In this Adobe After Effects training course, students new to After Effects CC will learn to create motion graphics and visual effects. It is packed with hands-on exercises so that students can learn by doing.

Class goals :

Get familiar with the After Effects CC work area.
Learn to create and understand Comps.
Learn to work with Keyframes.
Learn Layers, Effects, and Modes.
Learn to work with Masks and Mattes.
Learn to import and edit text.
Learn about type.
Learn to work with music in your animation.

Content of Training After Effects CC / Introduction

Continue reading Training After Effects CC / Introduction – 2 days

Training Adobe Flash: Developing Interactive Web Content – 4 days

Class overview :

Rich Internet Applications demand sophisticated content and delivery methods. Adobe Flash is a leading development tool that provides organizations with a fast, fluid environment for creating interactive applications that enhance the end user experience.

Class goals :

  • Build and deploy cross-platform Rich Internet Applications (RIA) and content with Adobe Flash
  • Create engaging animations to attract and retain users
  • Generate interactive dynamic content and special effects with ActionScript
  • Connect to relational databases and XML datasets to build real-time, data-driven applications
  • Encode and deliver streaming video to create innovative, mixed-media content
  • Integrate and distribute Flash content on multiple platforms, including DVD, Web and Mobile

Content of Adobe Flash: Developing Interactive Web Content

Fundamentals of Adobe Flash

  • Requirements of Rich Internet Applications
  • Navigating the Flash IDE
  • Exploring Flash capabilities

Building Flash Content

Analyzing the interface

  • Investigating toolbar functionality
  • Synchronizing content with the timeline
  • Adjusting interface parameters with the properties window

Creating and importing assets

  • Graphics
  • Movie clips
  • Buttons
  • Constructing navigation menus
  • Utilizing the built-in tools to create content
  • Importing video, graphics and audio
  • Leveraging Photoshop for graphic manipulation

Configuring Flash components

  • Enhancing the user interface with the Component Library
  • Extending Flash capabilities with third-party components

Bringing Flash to Life with Animation

Creating motion in scenes

  • Producing movement with Shape and Motion Tweens
  • Adding a motion path to control location
  • Synchronizing motion with sound

Achieving special effects

  • Masking
  • Dropshadows
  • Explosions
  • Silhouette
  • Fading between multiple photographs

Building complex animation structures

  • Creating nested movie clips
  • Developing multiple scenes
  • Forming animated buttons
  • Animating in 3-D

Additional Animation Techniques

  • Saving and reusing Motion Paths
  • Utilizing the Motion Editor and masking MovieClips

Developing Interactivity with ActionScript

Core language fundamentals

  • Variables
  • Objects
  • Functions
  • Making decisions and iterating through data
  • Controlling application navigation

Handling application interaction

  • Responding to user requests
  • Gathering and validating user input
  • Reacting to video and data events

Animating and styling content

  • Creating motion without the timeline
  • Adding a timed photo fade
  • Formatting user interface components with CSS

Connecting to Data Sources

Working with XML

  • Reading and parsing XML data with E4X
  • Building a user interface with XML data
  • Populating content areas

Accessing databases

  • Receiving data through server-side scripts
  • Populating the user interface with dynamic data
  • Storing user input from a Flash application

Enhancing Flash Sites with Video

Encoding video for delivery

  • Defining accepted video encoding formats
  • Handling standards and bandwidth issues
  • Transcoding video with multiple tools

Controlling playback

  • Dynamically interacting with video
  • Creating a full set of video playback options
  • Building and loading video playlists
  • Applying closed-captioning to online videos

Serving video content

  • Comparing progressive downloading and streaming
  • Delivering from a standard Web server
  • Evaluating alternative open-source servers
  • Inserting and reading video cue points

Deploying Flash

Standard delivery methods

  • Publishing to the Web
  • Distributing by physical media

Detecting Flash-capable devices

  • Utilizing the SWFObject JavaScript library
  • Offering alternative content

Onze voordelen :

  • Type of training: Inter-company, intra-company and individual
  • 100% flexible & personalised training : You choose the place, the dates and the training program
  • Offer request : Response within 24 hours
  • 50% discount for SME’s from Brussels-Capital Region
  • Free parking, lunch & drinks
  • Free use of our Digital Competence Centre: Manuals, courses, exercises, …

cropped-bandeau-pixystree-training-center-in-brussels.jpg

PIXYSTREE SCS

Rue Beeckmans, 53
1180 Bruxelles

Tel : +32 2 412 04 10
Fax : +32 2 412 04 19
Gsm : +32 485 212 722
Email : selossej@pixystree.com

http://www.pixystree.com

 

 

Adobe Illustrator Level 2

You probably used Adobe® Illustrator® to create simple illustrations and logos. However, you may need to create complex illustrations, print documents without any errors or color mismatches, or prepare illustrations for the web. In this course, you will create complex, robust illustrations that go beyond those you could create using Illustrator’s basic tools.

Adobe Flash Level 2

As a web developer, you want to create engaging experiences for the visitors to your sites. Thus far, you have probably created straightforward HTML or Flash files with simple animations using prebuilt components. In this course, you will create rich Internet applications with Adobe® Flash® using ActionScript™. The site you create will pull data from external sources, so it will respond to user choices based on the information in those files. You will also manage forms, perform calculations, and tailor the interface using ActionScript programming.

Adobe Dreamweaver Level 2

You have created basic web pages. You may now need to develop professional-looking websites. In this course, you will use the advanced features of Adobe® Dreamweaver® to design and develop professional-looking websites.