Objective-C is the language for developing iPhone and iPad applications. This class teaches the fundamentals of the programming language. It includes an introduction to XCode, the software development tool for Objective-C; c++ underlying concepts; program control flow and functions; object-oriented programming concepts and practice, including object handling within Objective-C; memory management in Objective-C; and an in-depth review of the Foundation classes.
Class goals :
Learn how to use XCode for developing Objective-C programs.
Learn how to manage variables and build your own functions in Objective-C.
Learn the fundamental concepts of object oriented programming, and how to create and use objects in Objective-C.
Understand the memory management model for Objective-C, and options for the developer.
Learn about the Foundation classes for data manipulation, and their use in Objective-C programming.
Content of Introduction To Objective C For IOS Development Iphone Ipad
Upon class completion students will gain a strong foundation and understanding for the Objective C language. Students can then take the next step towards learning XCode which will help in developing Mobile Apps for iPhone.
Training Introduction To Objective C For IOS Development Iphone Ipad
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, …
Objective-C is the language for developing iPhone and iPad applications. This class teaches the fundamentals of the programming language. It includes an introduction to XCode, the software development tool for Objective-C; c++ underlying concepts; program control flow and functions; object-oriented programming concepts and practice, including object handling within Objective-C; memory management in Objective-C; and an in-depth review of the Foundation classes.
This Hands-on instructor led course teaches students to develop Android Apps quickly and how to get them published on Android Market. This course uses an App Driven approach , as the instructor covers how to build 16 full fledged Android Apps.
Class goals :
Upon course completion students will have the ability to fully understand and develop Android Apps and utilities and get them published with the Android Media and Market. Areas taught in class are as follows:
Smartphone and Tablet Apps, Android Development Tools (ADT) Plug-In for Eclipse
Activities, Intents, Content Providers
GUI Components, Menus, Toasts, Resource Files, Touch and Gesture Processing
Tablet Apps, ActionBar and AppWidgets
Tweened Animations, Property Animations
Camera, Audio, Video, Graphics, OpenGL ES
Gallery and Media Library Access
SharedPreferences, Serialization, SQLite
Handlers and Multithreading, Games
Google Maps, GPS, Location Services, Sensors
Internet-Enabled Apps, Web Services, Telephony, Bluetooth®
Speech Synthesis and Recognition
Android Market, Pricing, Monetization
And more…
Content of Develop Mobile Applications For Android
Upon successfully completing all the labs and activities in class, students would have build the following Apps:
SpotOn Game
Slideshow
Flag Quiz
Route Tracker
Favorite Twitter Searches
Address Book
Tip Calculator
Doodlz
Weather Viewer
Cannon Game
Voice Recorder
Pizza Ordering
and more…….
Training Develop Mobile Applications For Android
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, …
This Hands-on instructor led course teaches students to develop Android Apps quickly and how to get them published on Android Market. This course uses an App Driven approach , as the instructor covers how to build 16 full fledged Android Apps.
This HTML5 training class is for people who need to have a better understanding of HTML5, but are not going to be writing HTML5 code themselves (or at least not yet). It covers the structural differences between HTML5 and HTML 4 and addresses the benefits of HTML5 and the current state of HTML5 support.
Class goals :
Learn the benefits and purpose of HTML5.
Learn the differences between HTML5 and HTML 4 and XHTML.
Learn the state of browsers and other device support for HTML5.
Learn how to embed video in HTML5.
Content of HTML5 Training for Managers
What is HTML5
Time Line History HTML 1995 to 2010
Review Standard for HTML, XHTML, and the HTML DOM
Previous version of HTML came in 1999
Goal is to reduce the need for proprietary RIA technologies, Adobe Flash, Microsoft Silverlight and Sun JavaFX
Still a work in progress
Able to develop more powerful multimedia
Relies heavily on JavaScript
Some elements that have been dropped from HTML 4.01
Syntax is no longer based on SGML
Application Focused
Error Handling
What HTML5 is, is not, is important
Current State of HTML5
HTML5 vs. HTML 4
Specification
Doctype simplified
Character Encoding
Forms
Integrated APIs
Associated APIs
Rules for HTML5
Some rules for HTML5 were established:
New features should be based on HTML, CSS, DOM, and JavaScript
Reduce the need for external plugins (like Flash)
Better error handling
More markup to replace scripting
HTML5 should be device independent
The development process should be visible to the public
HTML5 New Features
The canvas element for drawing
The video and audio elements for media playback
Better support for local offline storage
New content specific elements, like article, footer, header, nav, section
New form controls, like calendar, date, time, email, url, search
Reduce need for plug-ins
HTML5 Browser Support
For each feature
Code determination of supported features
Fallback content when a browser doesn’t support the element
How to check status of Browsers
Using Modernizr
HTML5 New Elements an Attributes
New elements for better structure
New standard for media content
Canvas element uses JavaScript to make drawings on a web page
More form elements, with more functionality
Input element’s type attribute for better input control before sending it to the server
Demos
Embedding video
Embedding audio
Training HTML5 Training for Managers
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, …
In this PHP training course, students will learn to create database-driven websites using PHP and MySQL or the database of their choice.
Class goals :
Learn how PHP works.
Learn the basic syntax of PHP.
Learn to create dynamic interactive pages with PHP.
Learn to manipulate files with PHP.
Learn to work with arrays in PHP.
Learn to validate forms with PHP.
Learn to write functions in PHP.
Learn to manipulate and manage database data with PHP.
Learn to authenticate users with PHP.
Learn to manage sessions with PHP.
Learn to work with the MDB2 package.
Learn advanced form validation with regular expressions.
Learn to send email with PHP.
Content of Training PHP / Introduction
Class Outline
PHP Basics
How PHP Works
The php.ini File
Basic PHP Syntax
PHP Tags
PHP Statements and Whitespace
Comments
PHP Functions
Hello World!
Variables
Variable Types
Variable Names (Identifiers
Type Strength
Hello Variables!
Variable Scope
Superglobals
Constants
Variable-Testing and Manipulation Functions
First PHP Script
PHP Operators
Creating Dynamic Pages
Single Quotes vs. Double Quotes
Passing Variables on the URL
Passing Variables via the Query String
Flow Control
Conditional Processing
If Conditions
Working with Conditions
Loops
while
do…while
for
break and continue
Working with Loops
Arrays
Enumerated Arrays
Initializing Arrays
Appending to an Array
Reading from Arrays
Looping through Arrays
Working with Enumerated Arrays
Associative Arrays
Initializing Associative Arrays
Reading from Associative Arrays
Looping through Associative Arrays
Superglobal Arrays
Working with Associative Arrays
Two-dimensional Arrays
Reading from Two-dimensional Arrays
Looping through Two-dimensional Arrays
Array Manipulation Functions
PHP and HTML Forms
HTML Forms
How HTML Forms Work
A Sample HTML Form
Form Variables
Processing Form Input
String Manipulation
Formatting Strings
Concatenation
String Manipulation Functions
Examples of String Functions
Working with String Manipulation Functions
Magic Quotes
magic_quotes_gpc
magic_quotes_runtime
Recommendation on Magic Quotes
Reusing Code and Writing Functions
Including Files
require
require_once
auto_prepend_file and auto_append_file
Adding a Header and Footer
User Functions
Defining and Calling Functions
Default Values
Variable Scope
By Reference vs. By Value
Form Processing
Code Organization
Form Validation and Presentation Functions
Managing Data
Querying a Database
mysqli() Overview
mysqli Methods and Properties
Inserting and Updating Records
mysqli Prepared Statements
Inserting Records
MDB2
Advantages and Disadvantages of MDB2
Why use a database abstraction layer?
When not to use a database abstraction layer?
Using MDB2
Creating a Customer Report
Authentication with PHP and SQL
A Database-less Login Form
Authenticating Users
Regular Expressions
Perl-compatible Regular Expression Functions
preg_match()
preg_replace()
Regular Expression Tester
Regular Expression Syntax
Start and End ( ^ $ )
Number of Occurrences ( ? + * {} )
Common Characters ( . d D w W s S )
Grouping ( [] )
Negation ( ^ )
Subpatterns ( () )
Alternatives ( | )
Escape Character ( )
Form Validation Functions with Regular Expressions
Session Control and Cookies
Sessions
Configuring Sessions
Session Functions
Cookies
Authentication with Session Control
Sending Email with PHP
mail()
Shortcomings of mail()
PHPMailer
Sending a Password by Email
File System Management
Opening a File
fopen()
Reading from a File
fgets()
Writing to a File
fwrite()
Writing to a File
File Locking
flock()
Uploading Files via an HTML Form
Getting File Information
More File Functions
Directory Functions
Getting a Directory Listing
Creating a Resume Management Page
Training PHP / 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, …
In this Citrix XenServer 6.0 training course, students are provided the foundational knowledge necessary to effectively install, configure, administer, and troubleshoot XenServer 6.0 and Provisioning Services 6.0. Students will have the opportunity to apply that foundational knowledge through the use of hands-on labs.
Class goals :
In this Citrix XenServer 6.0 training course, students will learn skills necessary to configure and administer XenServer 6.0, XenCenter, and Provisioning Services 6.0. Through hands-on labs, students will gain experience with:
Installing and Implementing XenServer
Creating and Managing Virtual Machines
Configuring the Network
Configuring Storage
Creating, Configuring, and Managing Resource Pools
Configuring the Distributed Virtual Switch (DVS)
Configuring Workload Balancing (WLB)
Configuring High Availability, Back up, and Restore
Managing and Troubleshooting Hosts
Installing and Configuring Provisioning Services
Managing vDisks
Content of Citrix XenServer 6.0 Administration
Training Citrix XenServer 6.0 Administration
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, …
The CVA-500-1 Architecting a Citrix Virtualization Solution courseware teaches Citrix architects how to analyze and design a comprehensive Citrix virtualization solution. Based on the Citrix Consulting Services Methodology, the course will provide students with the key considerations for managing the project, assessing environment readiness and risks and designing the appropriate solution according to Citrix best practices.
Class goals :
Students will gain real-world insight from the field and practice assessment and design exercises based on challenging, enterprise-level scenarios.
Content of Architecting a Citrix Virtualization Solution
Project Management
Overview: Objectives
Citrix Consulting Methodology
Assessment and Design Projects
Documentation
Business Goals
3-to-5 Year Plan
Growth
IT Projects
User Community
User Groups
Endpoints
Usage Habits
User Locations
User Satisfaction
Operating System Delivery
Desktop Images
Image Build Process
Desktop Maintenance
Application Delivery
General Applications
Special Applications
Application Virtualization
Server Virtualization
Current Solution
Physical Server Assessment
Infrastructure
Server Hardware
Network Architecture
Windows Server and Active Directory
Enterprise Storage
Databases
Security and Personalization
Authentication
Permissions
A/V
Logon Scripts
Profiles
Active Directory Policies
Operations and Support
Monitoring and Management
Testing and Change Control
Support
Disaster Recovery
Conceptual Architecture
Executive Summary
Enterprise Design
Virtualization Infrastructure Design
Virtualized Components
Server Hardware
Network Configuration
High Availability
Storage
Resource Pool Design
Capacity Planning
Physical Server Migration
Operating System Delivery Design
Provisioning Services Operating System
Hardware
Capacity Planning
HA
Cache
Farm Design
A/V
Bootstrap Redundancy
Device Collections
Optimization
SQL Database
vDisk Storage Location
Enterprise Storage
vDisk Type
Write Cache Encryption
Application Delivery Design
Applications
Integration
Application Streaming Cache
Optimizations
Desktop Delivery Design
Desktop Delivery Controller
Farm Design
Virtual Machine Specifications
Desktop Groups
Desktop Images
Profiles Design
Policy Design
Desktop Monitoring
Access Design
Resource Delivery
Access Scenarios
Access Gateway Deployment Modes
Server Load Balancing
Delivery Optimization
ICA Acceleration
WAN Acceleration
Branch Repeater and Access Gateway Integration
Business Continuity Design
Component Failover
Site Failover
Training Architecting a Citrix Virtualization Solution
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, …
This course provides the foundation necessary for administrators to effectively centralize and manage desktops in the datacenter and deliver them as a service to users anywhere. Students will learn how to select a desktop delivery model for each user group based on their needs, build proof-of-concept and production XenDesktop environments, assign virtual desktops to users and customize the user experience through policies.
Class goals :
Upon successful completion of this course, learners will be able to:
Determine the best Flexcast delivery model for each user group.
Build a XenDesktop proof-of-concept environment.
Configure a XenServer host for desktop delivery.
Build and configure a production XenDesktop site.
Manage virtual desktops as a single entity by creating a desktop catalog.
Modify a desktop image without impacting user productivity.
Restrict or allow certain XenDesktop features using policies.
Monitor site activity and troubleshoot issues in Desktop Director.
Install and configure Provisioning services.
Copy a desktop image to a virtual disk that can be streamed to virtual and physical target devices.
Identify the XenClient infrastructure.
Install and configure Synchronizer for XenClient.
Content of Citrix XenDesktop 5 Administration
Introducing XenDesktop
Five Core Strengths of XenDesktop
Desktop Virtualization
XenDesktop Product Family
Test Your Knowledge: XenDesktop Product Family
FlexCast
Use Cases
Virtual Desktop Models
Test Your Knowledge: Virtual Desktop Models
HDX Technologies
Hosted Desktop Delivery
Quick Deploy
Quick Deploy System Requirements
To Run Quick Deploy
Configuring the Hypervisor for Desktop Delivery
Virtualization
Virtualization Components
Hypervisors
Hypervisor Role in Desktop Delivery
Test Your Knowledge: The Hypervisor Role in Desktop Delivery
Windows Virtual Machine Architecture
Installation from an ISO
To Create an ISO Library
Windows Virtual Machine Device Support
Windows Virtual Machine Creation
XenServer Tools
Test Your Knowledge: To Create an ISO Library
Test Your Knowledge: Windows Virtual Machine Creation
Templates and Life-Cycle Operations
Virtual Machine Templates
To Provision a New Virtual Machine Using a Template
Virtual Machine Export and Import
Virtual Machine Duplication
Test Your Knowledge: Export, Import, and Copy Virtual Machines
Snapshots
Virtual Machine Operations
XenConvert
To Convert a Server or Desktop to a Virtual Machine
Virtual Machine Resource Management
Events and Alerts
Resource Pools
Virtual Machine Movement
Network Components and Architecture
External Networks
Internal-only Network
NIC Bonds
To Create a NIC Bond in XenCenter
VLANs
Storage
Storage Repositories
Remote Storage
Storage Capability Comparison
Test Your Knowledge: Storage Components
Troubleshooting Hypervisor Issues
Installing and Configuring XenDesktop
XenDesktop Architecture
Production Site Configuration
License File Management
Obtaining License Files
Security Considerations
Active Directory Considerations
Supported Active Directory Environments
Active Directory-Based Controller Discovery
Active Directory Objects
Test Your Knowledge: Active Directory Considerations
Configuring a XenDesktop Site
To Configure a XenDesktop Site
Web Interface
Web Interface Considerations
Desktop Delivery Communication Process
Access Gateway
ICA Proxy Mode
Access Gateway Deployment Scenarios
Access Gateway Communications
Access Gateway Authentication
Single Sign-on to Web Interface
SmartAccess
Managing Desktop Catalogs and Groups
Administration Roles
To Add an Administrator Account
Preparing a Virtual Desktop for Delivery
Virtual Desktop Agent Installation
Virtual Desktop Agent Wizard Settings
Manual Firewall Configuration
Machine Creation Services
Machine Creation Services Host and Storage Requirements
Desktop Catalogs
Machine Types
Pooled Machine Type
Dedicated Machine Type
Existing Machine Type
Physical Machine Type
Streamed Machine Type
Virtual Desktop Updates
To Modify the Master Virtual Machine
To Revert to the Previous Master Virtual Machine
Desktop Groups
Desktop Group Types
Desktop Group Examples
To Create a Desktop Group
Power Management
Pools and Buffers
To Configure Power Management
Troubleshooting Desktop Catalog and Group Issues
Customizing the User Experience
User Device Types
Display Modes
Profile Management
User Profiles
User Profile Types
Redirecting User Data
Managing User Profiles
Profile Management Logon Process
To Enable Profile Management
FlexCast for Apps
Application Delivery Method
Test Your Knowledge: Application Delivery Method
XenDesktop Policies
Policy Creation
To Create a Policy
Policy Settings
Policy Setting Best Practices
Policy Prioritization
Test Your Knowledge: Policies, Printers, and Client Drive Mapping
Troubleshooting Customization Issues
Monitoring XenDesktop Sites
Desktop Director
Installing Desktop Director
Accessing Desktop Director
Desktop Director Pages
Filters
Searching for a User or Machine
User and Machine Management
Managing Machines
Managing End Users
User Shadowing
To Shadow a User
Troubleshooting Site Monitoring Issues
Streaming Desktops to Virtual and Physical Machines
Streamed VHDs and Catalogs
Provisioning Services
Citrix Provisioning Services Infrastructure
Citrix Provisioning Services Components
Key Services
Provisioning Services Administration
Installation Planning
Network Boot Services
Boot Process
DHCP Deployment Options
DHCP Configuration
Provisioning Services Farm Design
Farms
SQL Database Server
Service Account Permissions
Sites
Stores
Write Caches
Storage Requirements
Sample vDisk Storage Requirements
Provisioning Services Installation
To Install Provisioning Services
Provisioning Services Configuration
To Configure a Provisioning Services Farm
Store Configuration
Troubleshooting Provisioning Services Installation and Configuration
Creating a Shared vDisk
vDisk Image Modes
Standard Image Mode
Difference Disk Image Mode
Private Image Mode
Write-Cache Types
Cache on Server Disk
Cache on Server Disk: Local Storage
Cache on Server Disk: Shared Storage
Cache on Device’s Hard Drive
Cache on Device’s Hard Drive: Local Storage
Cache on Device’s Hard Drive: Shared Storage
Target Device-based RAM Cache
Target Device RAM
To Create a vDisk
Imaging Wizard
vDisk File Creation
VHD Format
vDisk Mounting
vDisk Formatting
Master Target Device
Boot Order
Master Target Device Software
To Create a Windows Master Target Device using the Imaging Wizard
XenConvert Overview
To Image Windows Target Devices with XenConvert
Troubleshooting vDisk Creation Issues
Administering Provisioning Services Components
Provisioning Services Hosts in the Console
Target Device Connections
Provisioning Services Host Properties
Target Device Management
Target Device Collection
Target Device Views
Target Device Properties
Active Directory Integration
To Manage Domain Passwords
Automatic Password Renegotiation
To Integrate Active Directory
Test Your Knowledge: Active Directory Login Issue
vDisk Management
vDisk Properties
To Create a vDisk File
To Unassign vDisks from Target Devices
To Delete a vDisk
vDisk Locks
vDisk Backup
Streamed Desktop Catalogs
To Create a Streamed Desktop Catalog
vDisk Updates
Automatic Update
Incremental Update
Autoupdate Tool
Incremental Update Rollback
Scheduled vDisk Updates
vDisk Update Strategies
Troubleshooting Provisioning Services Issues
Delivering Local VM Desktops
Local VM Desktops with XenClient
XenClient Architecture
Synchronizer for XenClient
Test Your Knowledge: XenClient Components
XenClient Installation
To Install XenClient
XenClient Configuration
Receiver for XenClient
To Create a Virtual Machine
XenClient Tools
Synchronizer Installation and Configuration
Image Management
To Upload a Virtual Machine to the Synchronizer
To Assign Desktops to End Users
User Management
To Create a Local User or Group
To Link an Existing AD User or Group
Device Management
XenClient User Experience
Secure Application Sharing
Troubleshooting Local VM Desktop Issues
Training Citrix XenDesktop 5 Administration
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, …
This is an intensive 5-day course combining CVA500 ‘Architecting a Citrix Virtualization Solution’ and CVE400 ‘Engineering a Citrix Virtualization Solution’ courses
Class goals :
Upon completion of this course, learners are able to:
Explain the benefits and considerations for VM storage, including local host disk, iSCSI SAN, Fibre Channel SAN and NFS SAN
Explain how network considerations, including network topology, utilization requirements and the number of interfaces, affect a virtualization host server
Configure network connectivity and storage for the XenServer host
Configure a resource pool for optimal performance
Identify information in the project documentation that is required for project decision-making purposes
Create an order of execution plan that reflects the tasks required to implement the virtual solution and organizational goals
Identify the available Provisioning Services server optimizations
Install, configure and test a Provisioning Services configuration
Configure XenApp for optimal performance in a virtualized environment
Prepare, install and configure a provisioned XenApp server within a Citrix virtualization solution
Identify the components that comprise a XenDesktop virtual solution
Provision a XenDesktop pool in a virtual solution
Identify the uses and differences of EdgeSight for Load Testing, EdgeSight for Endpoints and EdgeSight for XenApp
Configure an EdgeSight alert to trigger a Workflow Studio workflow
Identify common workflows that can be automated using Workflow Studio
Perform a XenApp server upgrade using the vDisk update process
Describe the phases of the Citrix Consulting Methodology and distinguish between Assessment and Design projects
Determine the type of information to be collected about the existing desktop infrastructure and supporting processes
Describe how applications can be delivered within a Citrix virtualization infrastructure
Identify the server performance metrics that determine whether a server is a good virtualization candidate
Identify areas of the network architecture that should be included in an infrastructure assessment
Identify which factors to check when assessing security and the user authentication process
Gather data about testing, control and support processes, as well as user issues, backup and recovery plans in an environment
Define the purpose of the conceptual architecture diagram, documentation and validation process
Evaluate and recommend delivery methods for application types
Recognize tuning and optimizations that can improve the performance of the operating system and server
Describe the design considerations for the Desktop Delivery Controller and Citrix XenDesktop farms
Identify options for providing Provisioning Services bootstrap redundancy and available network optimizations for Provisioning Services
Determine the optimal shared storage design to provide high availability for vDisks and the optimal vDisk type to implement in an environment
Determine the appropriate network design for a XenServer implementation in an environment
Determine how to configure an Access Gateway implementation for an environment
Describe general ICA protocol optimization techniques
Evaluate design considerations for integrating Branch Repeater into an Access Gateway design
Recognize how risk can impact a virtualization solution
Content of Citrix Virtualisation (CVE400/CVA500) FastTrack
Host Server Concepts
Key Virtualization Terms
Hardware Configuration
Memory Considerations
CPU Considerations
Network Considerations
Virtual Machine Management
Virtual Machine Migration
Identifying Media Storage Considerations
Differentiating Between Local Storage and SAN
Determining RAM Scalability
Determining CPU Scalability
Determining Network Interface Strategies
Determining HA Priority Levels
Identifying Storage Overcommitment Risks
XenServer Integration
ISO Storage
Pre-Installation Considerations
Troubleshooting
Configuring XenServer Networking
Configuring XenServer Storage
Creating a Resource Pool
Testing High Availability
Project Planning and Implementation Strategies
Project Roles
Project Documentation
Implementation Planning
Implementation Case Studies
Identifying Gaps in Documentation
Interpreting Project Documentation and Identifying Goals
Provisioning Services Integration
Network Support of Streaming
Provisioning Services Optimizations
Streaming Other Workloads
Troubleshooting
Installing and Configuring Provisioning Services Server
Creating and Configuring the vDisk
Testing the Configuration
Adding Additional Server to Farm
Configuring Load Balancing and HA for Provisioning Services
XenApp Integration
Application Delivery
XenApp Configurations
Provisioning Services with XenApp
XenApp Migration
Troubleshooting
Installing XenApp
Provisioning XenApp Servers
Configuring XenApp Servers
XenDesktop Integration
Virtual Desktop Components
Desktop Groups
XenDesktop Management
NetScaler VPX
Troubleshooting
Installing the Desktop Delivery Controller
Installing the Additional Desktop Delivery Controllers
Configuring the XenDesktop Farm
Creating a Virtual Desktop VM
Provisioning the XenDesktop Pool
Configuring the Desktop Group
Testing the Desktop Pool
Configuring NetScaler VPX
Virtualized Environment Monitoring
EdgeSight
EdgeSight for Load Testing
Installing EdgeSight for Load Testing
Installing EdgeSight Server
Configuring the EdgeSight Server
Installing EdgeSight Agent Database Server
Installing EdgeSight Agent on XenDesktop Desktops
Configuring EdgeSight
Testing the Monitoring Environment
Virtualized Environment Maintenance
Workflow Studio Overview
Workflow Automation
Sample Maintenance Workflows
XenApp and XenDesktop Server Backup
Configuring a XenServer Metadata Backup Schedule
Performing a XenServer Hotfix Update
Performing a XenApp Application Update
Upgrading a Provisioned XenApp Server
Configuring Lab Manager
Configuring Citrix Receiver for Citrix Dazzle
Project Management
Overview: Objectives
Citrix Consulting Methodology
Assessment and Design Projects
Documentation
Business Goals
3-to-5 Year Plan
Growth
IT Projects
User Community
User Groups
Endpoints
Usage Habits
User Locations
User Satisfaction
Operating System Delivery
Desktop Images
Image Build Process
Desktop Maintenance
Application Delivery
General Applications
Special Applications
Application Virtualization
Server Virtualization
Current Solution
Physical Server Assessment
Infrastructure
Server Hardware
Network Architecture
Windows Server and Active Directory
Enterprise Storage
Databases
Security and Personalization
Authentication
Permissions
A/V
Logon Scripts
Profiles
Active Directory Policies
Operations and Support
Monitoring and Management
Testing and Change Control
Support
Disaster Recovery
Conceptual Architecture
Executive Summary
Enterprise Design
Virtualization Infrastructure Design
Virtualized Components
Server Hardware
Network Configuration
High Availability
Storage
Resource Pool Design
Capacity Planning
Physical Server Migration
Operating System Delivery Design
Provisioning Services Operating System
Hardware
Capacity Planning
HA
Cache
Farm Design
A/V
Bootstrap Redundancy
Device Collections
Optimization
SQL Database
vDisk Storage Location
Enterprise Storage
vDisk Type
Write Cache Encryption
Application Delivery Design
Applications
Integration
Application Streaming Cache
Optimizations
Desktop Delivery Design
Desktop Delivery Controller
Farm Design
Virtual Machine Specifications
Desktop Groups
Desktop Images
Profiles Design
Policy Design
Desktop Monitoring
Access Design
Resource Delivery
Access Scenarios
Access Gateway Deployment Modes
Server Load Balancing
Delivery Optimization
ICA Acceleration
WAN Acceleration
Branch Repeater and Access Gateway Integration
Business Continuity Design
Component Failover
Site Failover
Training Citrix Virtualisation (CVE400/CVA500) FastTrack
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, …