Kubernetes and Openshift

Goals


- Discover Kubernetes

- Install & configure Kubernetes

- Know the components of Kubernetes

- Orchestrate applications with Kuburnetes

- Cluster management

- Sustain storage

Program

Course objectives
References and resources

The different forms of virtualization
Container virtualization
Docker and its competitors
What is orchestration
What are the features related to orchestration

Etcd
The API server
The Scheduler
The Kubelet
The Controller
The kube-proxy

Installing Kubernetes locally with mini kube
Presentation of the different elements: Dashboard, CLI and API
Running containers
Expose the started application to the network

Presentation of Pod Model / Concept
Introduction to yaml and json lanaguagges
Organization of pods: with labels, selectors and namespaces
Define the pod life cycle

Presentation of HealthChecks
ReplicationControllers vs ReplicatSets
Definition of a DaemonSets
Jobs

Definition of a service
Internal exposure of the cluster
External exposure: Ingress vs LoadBalancer
The concept of « readiness » Headless
services

Sharing between 2 containers of the same pod with simple data
Make the fs of a cluster node accessible
Definition of Persistent Volumes and Persistent Volumes Claims

Container command line parameters ConfigMaps Secrets
environment
variables

Deployment strategies

Role-Based Access Control: RBAC
Resource management
self-scaling

The federations

Managing constraints during development
Retrieving cluster metadata
Good practices

  • Deploy a kubernetes infrastructure with minikube
  • Creation of an application: instantiation of containers and networking
  • Sustainability of its application by using high availability (failover)
  • Ration an application by defining resource usage thresholds
  • Establish a strategy upgrade for an application to maintain its availability
  • Monitor and export the configurations used for a given application

Duration

5 days

Price

£ 3045

Audience

Systems Administrators, Production Engineer, Developer

Prerequisites

Good Linux knowledge and system administration

Reference

OUT100641-F

Sessions

Contact us for more informations about session date

Kubernetes

Goals


- Discover Kubernetes

- Install & configure Kubernetes

- Know the components of Kubernetes

- Orchestrate applications with Kuburnetes

- Cluster management

- Sustain storage

Program

Course objectives
References and resources

The different forms of virtualization
Container virtualization
Docker and its competitors
What is orchestration
What are the features related to orchestration

Etcd
The API server
The Scheduler
The Kubelet
The Controller
The kube-proxy

Installing Kubernetes locally with mini kube
Presentation of the different elements: Dashboard, CLI and API
Running containers
Expose the started application to the network

Presentation of Pod Model / Concept
Introduction to yaml and json lanaguagges
Organization of pods: with labels, selectors and namespaces
Define the pod life cycle

Presentation of HealthChecks
ReplicationControllers vs ReplicatSets
Definition of a DaemonSets
Jobs

Definition of a service
Internal exposure of the cluster
External exposure: Ingress vs LoadBalancer
The concept of « readiness » Headless
services

Sharing between 2 containers of the same pod with simple data
Make the fs of a cluster node accessible
Definition of Persistent Volumes and Persistent Volumes Claims

Container command line parameters ConfigMaps Secrets
environment
variables

Deployment strategies

Role-Based Access Control: RBAC
Resource management
self-scaling

The federations

Managing constraints during development
Retrieving cluster metadata
Good practices

Duration

3 days

Price

£ 2174

Audience

Systems Administrators, Production Engineer, Developer

Prerequisites

Good Linux knowledge and system administration

Reference

OUT100333-F

Sessions

Contact us for more informations about session date

InstallShield 2009

Goals


- To master the use of InstallShield 2012.

- To be able to determine, prepare, follow a packaging process.

Program

History, versions
Other alternative products
Scope of technologies and possibilities

Discovery of the evolution of the environment; help
Projects, contents, executables, resources
Generation and regeneration of an installer

Working with the Environment for InstallScript
InstallScript: Reference and Common Uses
Evolution of Install Script

The particularities of Win32 and .NET. Multiple collaborations with
Windows
Specificities of technologies: web projects, databases, c / c ++
Modern specificities: Windows Vista and Windows 7
Creation of merge modules
Other options of an installer

Duration

2 days

Price

£ 1280

Audience

All

Prerequisites

Programming knowledge

Reference

PRO180-F

Sessions

Contact us for more informations about session date

Microsoft App-V

Goals


- Learn how to virtualize, administer, update and troubleshoot your users' applications

- Take advantage of rich and concrete feedback to understand application virtualization as it is actually experienced and integrated in a business

Program

Introduction to application virtualization
The main solutions: App-V, XenApp, ThinApp
The architectures of the Microsoft App-V solution
New features in App-V 5.0 (up to 5.1)

Classification of applications
The limits of virtualization

Prepare the machine for sequencing
Notion of exclusions & Models
« Sequencing » your first application
A second example with Mozilla Firefox
Files of a virtual package
Deploy in stand-alone mode (MSI / PowerShell)

The virtual registry Virtual
files Virtual
services
Configure the interaction between the application bubble and the client station
Add an application to an existing bubble

The « accelerator packages »

Office 2013/365
Office 2010
Older versions

Standard application
Complementary module (add-on / plugin)
Middleware

The RunVirtual revolution The appvve
parameter The appvpid
parameter
Via PowerShell
The Internet Explorer – JRE (s)
example The Excel – PowerPivot example
The « connection groups »

Rights management in an application bubble

Sequence a web application

Shift to replace an existing package
Shift a package and keep the existing package

Convert an App-V 4.x package

App-v in deployed architecture mode

What interest ?
Scripting
DeploymentConfig vs. UserConfig
Examples

Sequencing with PowerShell Flexera AdminStudio & Caphyon Advanced Installer

Solve the problems encountered

Duration

3 days

Price

£ 2097

Audience

Packagers, developers, administrators

Prerequisites

Good knowledge of Systems administration

Reference

PRO1055-F

Sessions

Contact us for more informations about session date

Docker for developers

Goals


- Know the characteristics of a Linux container and discover Docker

- Install and use Docker

- Master the creation of images

- Know and configure a Registry (public and private)

- Master the network concepts of Docker (drivers, links)

- Understand and master data persistence (drivers, volumes)

- Mastering the notion of Docker service with Docker-compose

- Using Docker Swarm to deploy a production-oriented stack

Program

Review of the values ​​and principles of agility
Continuous delivery and contribution of the DevOps movement
Organization of project environments (local, dev, build, staging, production, etc.)
Quality approach, version and configuration management

Practical workshop: Case study of adding dependencies, upgrading

Single developer machine, multiple environments
The different forms of virtualization and their concept
Presentation of the advantages and use cases of containers
Presentation of Docker and its architecture
Case of Windows and MacOS

Install Docker
Build and run a project within a container
Discover the Dockerfile
Understand the container lifecycle
Administer and monitor a container from the docker host (exec, inspect, logs …)

Practical workshop: Retrieve, mount and locally run a project with Docker

Presentation of the concept of Docker images (Docker Hub, custom images)
The different methods of designing a Docker image
Create an image from a container (commit)
Create an image from a Dockerfile
Instructions in a Dockerfile (FROM, COPY, ADD, EXPOSE, ENTRYPOINT, CMD)
Manage the lifecycle of images (labels, tags, minor / major versioning)
Select and retrieve an image from the « Docker Hub » community
The concept of layers and cache ( optimization)
The registry and image storage (private registry, « Docker Hub » registry)

Practical workshop: Creation, installation of images. Setting up a private registry and managing its images

The container in its network (Docker network stack)
Port forwarding (PAT)
Connecting containers (links)
The different networks offered by Docker (drivers, impacts and partitions)

Practical workshop: Making containers communicate, setting up a LEMP from 3 containers: PHP, MySQL, nginx

The principle of volumes associated with a container
Create and persist docker volumes
Manage configuration models and their best practices

Practical workshop: Create volumes on your Docker host to persist and visualize container data

Duration

3 days

Price

£ 1634

Audience

Developers - Webmasters

Prerequisites

Basics of system administration on Linux and Windows

Reference

OUT101045-F

Sessions

Contact us for more informations about session date

Caphyon Advanced Installer

Goals


- Learn how to package all your applications in MSI or App-V format, manage patches and updates, convert your old packages, customize vendor packages

Program

Windows Installer Basics
Why Use Windows Installer?
Windows Installer terminology
Introducing Advanced Installer

Creation of an MSI project
Basic functions of a component
Advanced functions of a component
The « system search » to analyze the client station
The Direct Editor to update the MSI database

The “self-repair”
The repair
The “advertised” type shortcuts
The sources for the repair operations

Events
Changing the order of the dialog boxes
Working with radio buttons
Conditions
Changing the graphical interface

Some essential standard actions
Actions in immediate mode / in deferred mode
Condition an action
Management of the return code of a CA
Launch an executable from your MSI package
Develop an action in VBScript

The “merges modules” (.MSM)
The prerequisites
The chained MSI packages

 

Localization of your packages

The different types of update
Developing a patch
Uninstalling a Patch
Limiting patches and minor updates

Modify an MSI package directly
Customize an MSI package by creating an MST
Miscellaneous notes on MSTs

Convert a non-MSI package to MSI format

Validate packages

Installation
Silent mode
Passing of parameters
Generation of a log
Repair
Uninstallation
Application of a transform
Case of setup.exe

Open end-of-training questions

Duration

4 days

Price

£ 2376

Audience

Packagers, developers, administrators

Prerequisites

A good knowledge of Windows is recommended, as well as notions of development (Visual Basic, VBScript ...)

Reference

PRO1051-F

Sessions

Contact us for more informations about session date

Flexera AdminStudio

Goals


- Learn how to package your applications (MSI, App-V, ThinApp, XenApp) and test them against your environments and your standards

Program

Creation of a first MSI project
Basic functions of a component
Advanced functions of a component

Self-repair
Repair
Advertised shortcuts

Actions package and « Custom actions »
Create and use reusable elements

The “merges modules” (.MSM)
The prerequisites
The chained MSI packages

Developing a patch
The different types of update

Directly modify an MSI package
Customize an MSI package with an MST
Create an MST by « playing » the installation

Convert a non-MSI package to MSI format
Run a package from the command line

Installation
Silent mode
Passing parameters
Generating a log
Repair
Uninstallation

Test the compatibility of your package with
the existing one
Validate compliance with Microsoft packaging rules
Create your own validation rules
Use isolation methods to resolve
potential conflicts

Test the correct installation of your packages with the « Quality Monitor »

What is application virtualization?
Overview of Microsoft App-V, XenSoft
XenApp, and VMWare ThinApp
Compile an Installshield project to generate a virtual package
Repackage a package into a virtual package
Directly convert your MSI packages into virtual packages

Configure the « Compatibility Solver »
Test your packages for a switch to
Windows 8 or Windows 10
Correct the
problems automatically or manually
Generate global reporting on the suitability of your
software park with Windows 8, Windows 10 or
application virtualization

Duration

5 days

Price

£ 2975

Audience

Packagers, developers, administrators

Prerequisites

A good knowledge of Windows is recommended, as well as notions of development (Visual Basic, VBScript ...)

Reference

PRO1054-F

Sessions

From 06/04/2021 to 08/04/2021 (example)

Dates ?

Dates ?

InstallShield 2015 in advanced mode

Goals


- Explore the most advanced possibilities of application packaging, and integrate your packages into your usual development processes

Program

VB6 Import Tool
Static
Scanner Dynamic Scanner

Installation of the
.net properties framework of a component
Adding an assembly to the GAC

The different execution modes of a CA
Importance of the CostFinalize action
Develop an action in .Net (managed code)
« MSI dll » and call from an MSI action
Quite an installation from a CA
Write in the installation log from a CA
CAs and Merges Modules

Without ActiveSetup
With ActiveSetup

Creating a suite
Exit conditions

The main problems encountered under W7
The specific problem of UAC

Using the Windows Installer SDK
Ad-hoc package customization tool for the end customer
Create an MST in code
Automate the compilation of your projects with the « stand alone build »
Automate the creation or modification of your packages with interfac automation

What is application virtualization?
Virtualization tools on the market
What does Installshield allow?
Some examples: FIREFOX / QUICKTIME / ITA
The App-V architecture

Questions answers

Duration

3 days

Price

£ 1776

Audience

Packagers, developers, administrators

Prerequisites

A good knowledge of Windows is recommended, as well as notions of development (Visual Basic, VBScript ...) - It is required to have followed the InstallShield training beforehand.

Reference

PRO1052-F

Sessions

Contact us for more informations about session date

Implement Cisco V2 routers

Goals


- Understand routing protocols, network technologies and remote connection options

- Implement the RIPng protocol in an IPv6 environment

- Identify the concepts, components and metrics of EIGRP

- Implement and verify EIGRP routing in an IPv4 and IPv6 environment

Program

Identify the different routing protocols
Understand network technologies
Interconnect remote sites at the head office
Implement RIPng

Establish the EIGRP neighbor relationship
Build the topological table
Optimize EIGRP for IPv4
Configure EIGRP for IPv6
Discover the Name EIGRP configuration

Establish the neighbor relationship
Build the topological table (LSDB)
Optimize OSPFv2
Configure OSPFv3

Configure redistribution between routing protocols
Manage redistribution using the Route filter

Use Cisco Express Forwarding Switching
Implement Control Path

Plan the company connection to an ISP in IPv4
Plan the company connection to an ISP in IPv6
Redound the connection to the Internet
Consider the advantages of the BGP routing protocol
Configure and troubleshoot the basic functionalities of BGP
Use the BGP Attributes and the Path Selection Process
Implement BGP for IPv6

Describe the routing protocol authentication options
Implement EIGRP
authentication
Implement OSPF authentication Implement BGP authentication

Passing of the certification (if foreseen in the financing)

Duration

3 days

Price

£ 1721

Audience

Everyone

Prerequisites

Have taken the ICND1 v3.0 and ICND2 v3.0 courses or have equivalent knowledge

Reference

Re100095-F

Sessions

Contact us for more informations about session date

Implement Cisco MPLS V3

Goals


- Implement and troubleshoot networks and solutions based on MPLS technology

- Design simple and complex MPLS / VPN solutions

- Understand and master the MPLS / VPN architecture and configuration

Program

Description of basic MPLS concepts
Description of different label formats
Description of different MPLS applications

Discovery of LDP neighbors
Introduction to the typical distribution of Label in Frame-mode MPLS
Convergence in an MPLS network in Frame-mode

Introduction to Cisco Express Forwarding (CEF) Switching 
Configuring, Monitoring, and Troubleshooting MPLS on Frame-mode Interfaces

Introduction to Virtual Private Networks (VPNs)
Introduction to MPLS VPN architecture Introduction to the MPLS VPN
routing model
Packet switching in an MPLS VPN environment

Using MPLS VPN mechanisms
Configuring VRF tables
Configuring MP-BGP between PE routers
Configuring a routing protocol between PE and CE routers: OSPF, BGP and static routes
Monitoring and troubleshooting MPLS VPN operations

Introduction to VPN interleaving
Characteristics of VPNs providing a central service
Characteristics of Managed CE Router service

Integration of Internet access in an MPLS VPN
solution Various possible solutions

Introduction to MPLS Traffic Engineering Components
How MPLS Traffic Engineering Works
Configuring MPLS Traffic Engineering on Cisco IOS Platforms
Basic Monitoring of MPLS TE on Cisco IOS Platforms

Passing of the certification (if foreseen in the financing)

Duration

5 days

Price

£ 2592

Audience

Network Administrators

Prerequisites

Have practical experience in the deployment and use of Cisco IOS

The commands and concepts used in the MPLS course are taught in the ROUTE and BGP courses

It is therefore essential to have followed these training courses or to have the equivalent knowledge

Reference

Re100098-F

Sessions

Contact us for more informations about session date

InstallShield 2015

Goals


- Learn how to package all your applications in MSI or App-V format, manage patches and updates, convert your old packages, customize vendor packages

Program

Windows Installer Basics
Why Use Windows Installer?
Windows Installer terminology
Introducing Installshield

Creation of an MSI project
Basic functions of a component
Advanced functions of a component
The « system search » to analyze the client station
The Direct Editor to update the MSI database

The “self-repair”
The repair
The “advertised” type shortcuts
The sources for the repair operations

Events
Changing the order of the dialog boxes
Working with radio buttons
Conditions
Changing the graphical interface

Some essential standard actions
Actions in immediate mode / in deferred mode
Condition an action
Management of the return code of a CA
Launch an executable from your MSI package
Develop an action in VBScript

The “merges modules” (.MSM)
The prerequisites
The chained MSI packages

The different types of update
Developing a patch
Uninstalling a Patch
Limiting patches and minor updates

Modify an MSI package directly
Customize an MSI package by creating an MST
Miscellaneous notes on MSTs

Installation
Silent mode
Passing of parameters
Generation of a log
Repair
Uninstallation
Application of a transform
Case of setup.exe

Open end-of-training questions

Duration

4 days

Price

£ 2376

Audience

Packagers, developers, administrators

Prerequisites

A good knowledge of Windows is recommended, as well as notions of development (Visual Basic, VBScript ...)

Reference

PRO1050-F

Sessions

Contact us for more informations about session date

Cisco IP Network Troubleshooting and Maintenance V2

Goals


- Plan and document the most common maintenance features for complex networks

- Develop a troubleshooting « process » to identify and resolve problems Select the tools needed for troubleshooting

- Troubleshoot redundant access to an ISP

- Troubleshoot EIGRP, OSPF protocols and BGP including redistribution

- Troubleshoot HSRP, VRRP and GLBP protocols

- Troubleshoot EthernetChannels

- Troubleshoot NTP, DNS, default gateways, IP SLA, AAA and GRE

- Resolve access problems to remote or Internet resources

- Resolve Telnet or SSH access problems

- Resolve attribution problems by a DHCP server

Program

Describe troubleshooting methods and procedures
Describe maintenance tools, applications and resources
Introduce IOS commands for troubleshooting

Debrief of the three tickets of the company SECHNIK Networking Ltc
Troubleshooting problems related to trunk, NAT, interfaces, IPv6, network connection, err-disable ports, DHCP and passive interfaces

Debrief of the four tickets from TINC Garbage Dispotal Ltc.
Troubleshooting problems related to BGP neighborhoods, port security, VLAN, native VLAN, OSPF adjacencies, access to management interfaces, HSRP, VRRP, EtherChannel; GLBP and DHCP snooping

Debrief of the five tickets of the company PILE Forensic Accounting Ltc
Troubleshooting problems related to EIGRP adjacencies, optimization of BGP, NTP, inter-vlan routing, DNS, remote access, Configuration named EIGRP, EIGRP Stub, default routes

Debrief of the four tickets from Bank of POLONA Ltc
Troubleshooting redistribution issues, FHRP optimization, IP SLA, EIGRP optimization, RIPng, ACLs, GRE tunnels, OSPF, AAA, OSPFv3 routes summary, OSFP Stub Areas

Debrief of the four tickets from RADULKO Transport Ltc
Troubleshooting problems related to spanning tree, PBR (Policy Base Routing), CDP, LLDP, VTP, EIGRP for IPv6, MP-BGP, and OSPFv3

Discovery 1: Maintain and document network documentation
Discovery 2: Troubleshooting tools

Passing of the certification (if foreseen in the financing)

Duration

5 days

Price

£ 2592

Audience

Network Administrators

Prerequisites

Have followed the Cisco ROUTE v2.0 and SWITCH v2.0 courses or have equivalent knowledge

Reference

Re100096-F

Sessions

Contact us for more informations about session date

Cisco : WAN Technologies

Goals


- Identify the different components of a corporate network and their role

- Identify the different possible solutions to be implemented on local networks (LAN)

- Know how to formulate the different ways of interconnecting networks with CISCO routers

- Use the command line interface (IOS) to configure Cisco routers

- Pass the CISCO ICND1 certification (1st part of the CCNA Routing and Switching) and become CISCO ICND1 Certified

Program

NAT and PAT
Protocol DHCP

Overview of WAN
Technologies WAN Technologies
Designing a WAN

Point-to-point serial links
PPP authentication PPP
configuration

ISDN Concepts
ISDN
Configuration DDR Configuration

Frame Relay Concepts
Configuring Frame Relay

Workstations and Servers
Network Administration

Duration

5 days

Price

£ 2592

Audience

Anyone working in the IT industry, who wants to obtain their CCNA certification and / or all professionals required to work in a Cisco technical environment

Prerequisites

Basics of network administration

Reference

Re1037-F

Sessions

Contact us for more informations about session date

Cisco : Supervision and securing of a TCP / IP network

Goals


- Analyze the flows exchanged on a network

- Control access to the network

- Monitor access to the network

Program

Problems that threaten a computer network
Event logs
Collection of information and alerts
Measurement points
Monitoring techniques.

Keywords : TCP / IP, NetFlow / IPFIX, SNMP, NDIS / IDS

Practical workshop: implementing SNMP

Frame capture
Flow analysis
Performance measurement

Practical workshops: implementation of wireshark, ntopng, MRTG, Munin and cacti

Control access to resources
Frame
filtering
IPSec firewalls

Partic workshops: implementation of nmap and ipcop

File access monitoring
Detection of security breaches
Network intrusion detection

Practical workshops: implementation of tripwire, SNORT, NESSUS

Duration

3 days

Price

£ 1564

Audience

Systems and local network administrators

Prerequisites

Ability to administer local business networks operating under TCP / IP

Ability to use a Linux workstation from the command line and with a graphical interface

Reference

Re917-F

Sessions

Contact us for more informations about session date

Cisco : Design and security of multi-site infrastructures

Goals


- Design and secure multi-site infrastructures

- Analyze the flows exchanged

- Guarantee quality of service

Program

Compliance sites
Designing an addressing plan
Special cases, tips for adapting an inconsistent level
methods to link sites, GRE tunnels, 6to4
extension of the private network through support Internet
Transporter private routing information through the internet
The proxy ARP and their use across the Internet
Design of a multi-site DNS infrastructure

Workshop: design and mock-up of multi-site network infrastructures

DMZ, traffic filtering
Securing of tunnels, IPSec
Securing of individual independent flows
Mutual authentication of network devices
Securing access to administration interfaces
Transport of encrypted data

Workshop: securing tunnels and private information with IPSec

Implementing NetFlow / IPFIX
Obtaining statistics on the flows exchanged
Using syslog and SNMP
Obtaining alerts concerning network hardware

Workshop: Implementation of NetFlow, Syslog, SNMP

Stream requiring minimum guaranteed bandwidth
Principle and utility of QOS
QOS on routers and switches

Workshop: Guarantee minimum bandwidth for voice

Duration

3 days

Price

£ 1895

Audience

Systems and network administrators

Prerequisites

Ability to administer local corporate networks operating under TCP / IP

Ability to configure Cisco hardware (routers and switches)

Knowledge of Micosoft Windows Server

Reference

Re101257-F

Sessions

Contact us for more informations about session date

Packaging for business applications: The basics

Goals


- Learn how to automate the parameterized installation of all the applications used in your company

- Learn to make the right choices, to master all the technologies available to quickly and efficiently package your developments, market applications, your software packages, etc

Program

Why pack your applications?

Tools and technologies

General rules to follow

Why is it essential to make the right choice?
Which technology to choose according to the type of request?

Create a simple MSI (files, shortcuts,
registry keys …)
Customize an editor MSI via an MST
Customize an application already deployed via an
MSP
Run an MSI from the command line
Repackage a non-MSI package

Why virtualize an application?
The limits
The tools
Virtualize a simple application
Virtualize a plugin
Virtualize a middleware
Interaction between a local application and a bubble
Interaction between two bubbles 

Why use AutoIT?
An example of use

Why a scripted launcher?
Some essential variables
Error
handling Testing the presence of a file or directory
Testing the OS
Using the GOTO

What is Active Setup used for?
Case of an MSI package
Case of a non-MSI package
Another solution: « advertised » shortcuts

Internet Explorer: Using the IEAK
Mozilla Firefox
Client Oracle

Duration

4 days

Price

£ 2376

Audience

Packagers, developers, administrators

Prerequisites

A good knowledge of Windows is recommended, as well as notions of development (Visual Basic, VBScript ...)

Reference

Sessions

Contact us for more informations about session date

Cisco : Basics of Switching and Intermediate Routing

Goals


- Identify the different components of a corporate network and their role

- Identify the different possible solutions to be implemented on local networks (LAN)

- Know how to formulate the different ways of interconnecting networks with CISCO routers

- Use the command line interface (IOS) to configure Cisco routers

- Pass the CISCO ICND1 certification (1st part of the CCNA Routing and Switching) and become CISCO ICND1 Certified

Program

Link-State Routing Protocol
OSPF Single Zone Concepts
Configuring an OSPF Single Zone

EIGRP Concepts EIGRP
Configuration
Troubleshooting Routing Protocols

Introduction to Ethernet / 802.3 LANs
Introduction to LAN Switching
How a Switch Works

LAN Design LAN
Switches

Starting the Switch
Configuring the Switch

Redundant topologies
Spanning Tree Protocol (STP)

VLAN Concepts VLAN
Configuration VLAN
Troubleshooting

VTP Trunking
Overview of VLAN Routing

Duration

5 days

Price

£ 2592

Audience

Anyone working in the IT industry, who wants to obtain their CCNA certification and / or all professionals required to work in a Cisco technical environment

Prerequisites

Basics of network administration

Reference

Re1036-F

Sessions

Contact us for more informations about session date

Cisco : Basics of Routers and Routing

Goals


- Identify the different components of a corporate network and their role

- Identify the different possible solutions to be implemented on local networks (LAN)

- Know how to formulate the different ways of interconnecting networks with CISCO routers

- Use the command line interface (IOS) to configure Cisco routers

- Pass the CISCO ICND1 certification (1st part of the CCNA Routing and Switching) and become CISCO ICND1 Certified

Program

Using the Cisco IOS Software Platform
Starting a Router

Configuring a router
Finalizing the configuration

Network neighborhood discovery and connection
Obtaining information about remote devices

Router Boot Sequence and Verification
Cisco File System Management

Introduction to Static Routing
Overview of Dynamic Routing
Overview of Routing Protocols

IGRP
RIP Distance Vector Routing

Overview of TCP / IP
Error Messages TCP / IP Protocol Suite Control Messages

Duration

5 days

Price

£ 2599

Audience

Anyone working in the IT industry, who wants to obtain their CCNA certification and / or all professionals required to work in a Cisco technical environment

Prerequisites

Basics of network administration

Reference

Re1034-F

Sessions

Contact us for more informations about session date

Cisco : Network Basics

Goals


- Identify the different components of a corporate network and their role

- Identify the different possible solutions to be implemented on local networks (LAN)

- Know how to formulate the different ways of interconnecting networks with CISCO routers

- Use the command line interface (IOS) to configure Cisco routers

- Pass the CISCO ICND1 certification (1st part of the CCNA Routing and Switching) and become CISCO ICND1 Certified

Program

Internet connection
Mathematical aspects of networks

Network terminology
Bandwidth
Network models

Copper
Media Optical
Media Wireless Media

Basics for studying
signal and noise cable tests

Cabling of LANs
Cabling of WANs

Ethernet Basics
How Ethernet Works

10 Mbps and 100 Mbps
Gigabit Ethernet and 10 Gigabit Ethernet

Ethernet switching
Collision and broadcast domains

Understanding the TCP / IP Protocol
Internet Addresses
Obtaining an IP Address

Routed
protocol IP routing protocols
Mechanism of subnetworks

Duration

5 days

Price

£ 2592

Audience

Anyone working in the IT industry, who wants to obtain their ICND1 certification and / or all professionals required to work in a Cisco technical environment

Prerequisites

Basics of network administration

Reference

Re1031-F

Sessions

Contact us for more informations about session date

Prolog

Goals


- Master logic programming with Prolog

- Know how to associate it with another language

Program

Presentation of the language and utilities
Handling of an environment

Creation of facts
Queries about these facts
Available types
Rules

Unification Lists Cutoff
Operators

Inclusion in C and C ++
Sockets
Prolog web client
Prolog web server

Duration

4 days

Price

£ 1922

Audience

All

Prerequisites

Knowledge of programming

Reference

PRO73-F

Sessions

Contact us for more informations about session date

Cisco CCNA Routing and Switching : Part 1 + Part 2

Goals


- Identify the different components of a corporate network and their role

- Identify the different possible solutions to be implemented on local networks (LAN)

- Know how to formulate the different ways of interconnecting networks with CISCO routers

- Using the command line interface (IOS) to configure Cisco routers

- Extend a network with multiple switches, support VLANs, trunking and spanning tree

- Describe the concepts of routing and implement routing on a network

- Pass the certification CISCO CCNA Routing and Switching and become CISCO CCNA Certified

Program

 Exploring Network Functions
 Host-to-Host Communications Model
 Introduction to LANs
 How Cisco IOS Works
 Starting a Switch
 How Ethernet Protocol and Switches
 Work Troubleshooting Media Switching Problems

 TCP / IP Internet layer IP
 addressing and subnets
 TCP / IP transport layer
 Exploration of routing functions
 Configuration of a Cisco router
 Exploration of the packet delivery process
 Configuration of static routing
 Traffic management with access-lists
 Configuration of Internet access

 Implementation of VLANs and Trunks
 Inter-VLAN routing
 Use of a Cisco network device as a DHCP server
 Implementation of RIPv2
 Presentation of WAN technologies
 Presentation of dynamic routing protocols

 Securing administrative access
 Implementing « device hardening »
 Configuring system message logging
 Device management Cisco
 Licenses

 Introduction to IPv6 Basics
 Understanding How IPv6 Works
 Configuring IPv6 Static Routes

Duration

10 days

Price

£ 5185

Audience

Anyone working in the IT industry, who wants to obtain their CCNA certification and / or all professionals required to work in a Cisco technical environment

Prerequisites

Basics of network administration

Reference

Re892-F

Troubleshooting VLAN Connectivity
Creating Redundant Switched Topologies
Improving Redundant Switched Topologies with EtherChannels
Layer 3 Redundancy

Troubleshooting IPv4 Network Connectivity
Troubleshooting IPv6 Network Connectivity

Implementing EIGRP
Troubleshooting EIGRP
Implementing EIGRP for IPv6

Overview of the OSPF architecture
Implementing OSPF IPv4
Troubleshooting an
OSPFv3 multi-area OSPF architecture

WAN technologies
Configuration of the PPP protocol
Configuration of the GRE tunnels
Configuration of Single-Homed EBGP
Configuration of the Frame-Relay protocol

Network Device Virtualization and Software Defined Networking (SDN)
Network Management Solutions: Cisco DNA Center, SD-Access and SD-WAN
Introduction to QoS

Revisions for the ICND2 exam daily.
Take the ICND2 exam (number 200-101) after the training as soon as you feel ready.
This ICND2 certification exam consists of a 50-step MCQ (scenario simulators or questions).
Exam duration: 90 minutes (30 more minutes if you take the exam in English and English is not your first language).
The ICND2 certification is valid for three years. To re-certify, retake the ICND2 exam or take the CCNA exam. You can also take one of the CCNA Concentration exams (wireless, security, voice) or take any of the 642 – XXX exams (professional level). Finally you can take the CCIE exam or the CCDE exam

Passing of the certification (if foreseen in the financing)

Sessions

Contact us for more informations about session date

Cisco CCNA Routing and Switching : Part 2

Goals


- Install, operate and troubleshoot a medium-sized network, including connecting to a WAN and implementing network security

- Describe the effects of new technologies such as IoE, IoT, IWAN and SDN

Program

Troubleshooting VLAN Connectivity
Creating Redundant Switched Topologies
Improving Redundant Switched Topologies with EtherChannels
Layer 3 Redundancy

Troubleshooting IPv4 Network Connectivity
Troubleshooting IPv6 Network Connectivity

Implementing EIGRP
Troubleshooting EIGRP
Implementing EIGRP for IPv6

Overview of the OSPF architecture
Implementing OSPF IPv4
Troubleshooting an
OSPFv3 multi-area OSPF architecture

WAN technologies
Configuration of the PPP protocol
Configuration of the GRE tunnels
Configuration of Single-Homed EBGP
Configuration of the Frame-Relay protocol

Network Device Virtualization and Software Defined Networking (SDN)
Network Management Solutions: Cisco DNA Center, SD-Access and SD-WAN
Introduction to QoS

Revisions for the ICND2 exam daily.
Take the ICND2 exam (number 200-101) after the training as soon as you feel ready.
This ICND2 certification exam consists of a 50-step MCQ (scenario simulators or questions).
Exam duration: 90 minutes (30 more minutes if you take the exam in English and English is not your first language).
The ICND2 certification is valid for three years. To re-certify, retake the ICND2 exam or take the CCNA exam. You can also take one of the CCNA Concentration exams (wireless, security, voice) or take any of the 642 – XXX exams (professional level). Finally you can take the CCIE exam or the CCDE exam

Passing of the certification (if foreseen in the financing)

Duration

5 days

Price

£ 2599

Audience

Anyone working in the IT industry, who wants to obtain their CCNA certification and / or all professionals required to work in a Cisco technical environment

Prerequisites

Have completed the Cisco Network Interconnection - Part1 v3.0 training

Have experience in the implementation of LAN networks and connectivity to the Internet, in the management of network device security

Have experience in the implementation of WAN networks

Reference

Re100094-F

Sessions

Contact us for more informations about session date

Cisco CCNA Routing and Switching : Part 1

Goals


- Describe network fundamentals and create simple LANs

- Establish Internet connectivity

- Extend small and medium sized networks with connectivity to WAN

- Configure, manage and monitor Cisco devices

- The basics of IPv6

Program

 Exploring Network Functions
 Host-to-Host Communications Model
 Introduction to LANs
 How Cisco IOS Works
 Starting a Switch
 How Ethernet Protocol and Switches
 Work Troubleshooting Media Switching Problems

 TCP / IP Internet layer IP
 addressing and subnets
 TCP / IP transport layer
 Exploration of routing functions
 Configuration of a Cisco router
 Exploration of the packet delivery process
 Configuration of static routing
 Traffic management with access-lists
 Configuration of Internet access

 Implementation of VLANs and Trunks
 Inter-VLAN routing
 Use of a Cisco network device as a DHCP server
 Implementation of RIPv2
 Presentation of WAN technologies
 Presentation of dynamic routing protocols

 Securing administrative access
 Implementing « device hardening »
 Configuring system message logging
 Device management Cisco
 Licenses

 Introduction to IPv6 Basics
 Understanding How IPv6 Works
 Configuring IPv6 Static Routes

Revisions for the exam daily.
The CCNA exam is taken after the training, after sufficient review time.

The price of our training does not include a voucher

Passing of the certification (if foreseen in the financing)

Duration

5 days

Price

£ 2599

Audience

Anyone working in the IT industry, who wants to obtain their CCNA certification and / or all professionals required to work in a Cisco technical environment

Prerequisites

Have basic skills on PCs, on navigating the operating system, on using the Internet

Reference

Re100086-F

Sessions

Contact us for more informations about session date

Caml

Goals


- Master functional programming with Caml

Program

Presentation of language and interest.
Language organization, complation
Some manipulations; development environment

Language syntax
Data types
Lists and other structures

Pattern matching for advanced algorithms
Unions

Exceptions and errors
Sequential execution of the code; restrictions and consequences
Multiple processes
Inputs / outputs and various flows

Various modules and libraries
Object model: OCaml, possibilities,
Caml syntax in a web server

Duration

4 days

Price

£ 1922

Audience

All

Prerequisites

Knowledge of programming

Reference

PRO74-F

Sessions

Contact us for more informations about session date

WinDev Mobile for iOS

Goals


- Discovery of the Windev Mobile environment

- Creation of Iphone, Ipad applications

Program

Presentation of basic concepts.
The principles of development in Mac OS X with Xcode
Development in Windows with WinDev Mobile
Configuration of Mac OS X for iOS development
Configuration of Windows for iOS development
Example of an Objective C application with Xcode.

 The HyperFileSQL databases.
Connected and disconnected mode.
Access to other data formats.
Mobile replication with a HFSQL server
Access to third-party databases via a Webservice
Access to databases by the access server to Third-party databases

Using the window editor
Interface rules in iOS
Specific controls:
        Looper
        Action Bar
        Sliding window
        Content
        scanning Roll (date, time)
        Multiline zone
        Switch
        Selector
        Chart
Control and Super- controls models.
Keyboard key settings.
Multiplatform management (configurations, layout, conditional target code)

WLanguage functions specific to iOS applications
Programming rules for iOS (non-modal windows, inactivity, etc.)
Debugging the application (simulator)
Using the native Objective-C code
Push notifications (new)

Send procedures and functions
an email
Manage GPS coordinates
Take photos
Manage loops
Manage multi-window
Video functions

Creation of the installation procedure
Installation of the application and its data
Application deployment methods
Deployment on the mobile device
Using the App Store

Duration

3 days

Price

£ 1690

Audience

WinDev Developer

Prerequisites

Have followed the WinDev course or have equivalent knowledge.Knowledge of the use of a mobile terminal under IOS.

Reference

PRO100129-F

Sessions

Contact us for more informations about session date

InCopy with InDesign

Goals


- Integrate and optimize a workflow process (collaborative work, modifications and monitoring of documents) in the production of periodic publications

Program

InCopy Basics
Explore the Workspace, Interface, and Tools
Manage Windows and Panels
Customize Menus
Change Preferences

Workshop: discover the tools available in the interface

Prepare and organize documents
Create a document in InCopy
Open an InDesign document
Move around documents
The different views: Story, Galley and Layout
Create and manage users and groups

Workshop: define a work process

Text calibration
Change calibration options

Workshop: configure multiple text calibrations

Set up a workflow
Create and manage assignments
Manage Files
Share and use the contents of the files
Apply Styles
Extract an article
Update mock
Archive an Article

Workshop: create and manage a document in a collaborative flow

Import text
Create and manage tables

Workshop: insert and format tables

Perform automatic spelling corrections
Use and enrich the dictionary
Use glyphs: insert special characters
Use the find / replace function
Manage links
Manage revisions

Workshops:
standardize a document according to an editorial charter
make and validate changes in a document

Insert hypertext leins
Export an interactive document

Workshop: create an interactive document

Export for printing (PDF)

Workshop: export the final document for printing

Duration

3 days

Price

£ 972

Audience

Graphic designer, layout designers, editors, editorial secretary, editors and all persons involved in the production process of editing and publication

Prerequisites

Mastery of the PC or Mac environment. Have taken the InDesign initiation training or have equivalent skills

Reference

PAO100640-F

Sessions

Contact us for more informations about session date

InDesign for plurimedia

Goals


- To master the advanced functionalities of InDesign for the creation and management of interactive documents intended for the Web and / or animated presentations:

-audio and video imports

- creation of buttons

- creation of hypertext links

- object animation

- management of object states

- page transition effects
export of documents in html, Pdf, and Flash animations.

Program

Discover the concepts of interactivity

Interactivity and Web orientation for InDesign
Mobile telephony, smartphones and touch tablets

Use layout and formatting

Using table methods
Presentation of tables
Table
styles Cell styles
Inserting objects into cells

Use page layouts using blocks
Limit and constraints of html
Taken into account with the PDF format
Taken into account with the .swf format

Work on graphic enrichment:
Limits and constraints of html
Advantages and disadvantages of .swf

Create an interactive document
Hyperlinks
Bookmarks
Interactive buttons
Export interactive PDF

Animate in Indesign

Import video
Formats
Manage videos

Import audio
Formats Sound
management

Workshop: Produce interactive documents for smartphones or touchscreen tablets

Duration

2 days

Price

£ 1291

Audience

Everyone

Prerequisites

Have followed the « InDesign Initiation » internship or have equivalent knowledge

Reference

PAO694-F

Sessions

Contact us for more informations about session date

WinDev Mobile for Android

Goals


- Discovery of the Windev Mobile environment

- Creation of Android applications

Program

Presentation of basic concepts.
Principles of Android development
Development in Windows with WinDev Mobile
Configuration of Windows for Android development
Example of a simple Android application

SQLite
databases Local HFSQL and client / server
databases Synchronization of local and remote
databases Access to databases by Webservice

Using the window editor
Interface rules (GUI) in Android
Specific controls and elements
Multiplatform management (configurations, layout, conditional target code)

WLanguage functions specific for Android applications
Programming rules for Android (non-modal windows, inactivity, etc.)
Debugging the application (simulator, emulator, mobile, Dalvik Debug Monitor Server)
Using Java code Send
procedures and functions
an email
Send an SMS
Management of GPS coordinates
Alert the user (toast, vibration, etc.)
Push notifications
Management of mobile sensors (orientation, acceleration, etc.)
Scan barcodes
Take photos
Manage looper
Manage multi-window

Creation of the installation procedure
Installation of the application and its data
Application deployment methods
Deployment on the
Google Play mobile device
Internal web server

Duration

3 days

Price

£ 1690

Audience

WinDev Developer

Prerequisites

Have followed the WinDev course or have equivalent knowledge.Knowledge of using an Android mobile terminal.

Reference

PRO100128-F

Sessions

Contact us for more informations about session date

Veeam Backup

Goals


- Know how to install and use Veeam and its components to manage virtual environment backup and restore tasks

Program

Veeam suite: overview, features Suite
architecture
License management
Installation and configuration
Deployment scenarios

Lab: Installing Veeam Backup & Replication in a VMware vSphere virtual environment

Presentation of the administration interface
Component management
Configuration of the VMware, Hyper-V backup proxy
Configuration of backup depots
Network management

Workshop: Setting up the Veeam environment for performing backups and restores

Backup tasks and restore points
Device support to tape, archive to tape
Copy virtual machines (VMs), files (Veeam Explorer), failover and PRA
Full or fast
restores Restore points with VeeamZIP and Quick Backup
Backups and restores from the cloud

Workshop: Backups and restores in a virtual environment

Duration

3 days

Price

£ 2180

Audience

VMware vSphere or Hyper-V system administrators

Prerequisites

Knowledge of Windows Server or Linux administration

Knowledge of VMware vSphere and / or Hyper-V

Reference

Re100539-F

Sessions

Contact us for more informations about session date

WebDev

Goals


- Discovery of the WebDev environment

Program

Operation of a site created with WebDev
Management of the life cycle of your developments
Mastery of basic concepts and the main editors
Use of WLanguage

Link with an existing HyperFileSQL database
Design of a database specific to the website
Description of files and links (referential integrity)
Single-file and multi-file
queries Simple and parameterized queries

The page editor
The Intranet / Internet environment
The project, the pages: ergonomics, models, atmospheres, palettes
The different types of objects
The design of personalized pages
The GFI: page overlays
The use of style sheets
The controls tables and loopers file
Automatic Ajax
field programming table
The looper field programming
the cell field
The chart control (Histogram, area, …)
The list field
GFI: overlay cell
animation fields
The formatted display control
The combo box
The image control
The thumbnail control
The iframes
The internal pages
The Upload control

Browser and server codes
Management of browsing tables
Management of file loops
Use of AJAX without programming
Procedures and functions (with or without passing parameters)
Combination of browser and server codes
Object properties
Integration rules multilingual
The use of timers for refreshing information
Sending files to the server (Upload)
Retrieving files from the server (Download)
Sending emails
Managing cookies
Using and modifying a shopping cart component (online sales site)

The data files and their structure
The drawing of the page, the detail of the objects, the sources associated with the object

The report editor
The different creation modes: labels, form report, table …
The different types of blocks in a report
Print parameters (PDF, paper format, margins)
Calling a status from the interface
Advanced management of printing blocks

The classic installation procedure
The deployment and administration of the site on the server
The generation of the FTP installation procedure

Duration

5 days

Price

£ 2565

Audience

Developers

Prerequisites

Algorithmic concepts

Reference

PRO100126-F

Sessions

Contact us for more informations about session date

WinDev

Goals


- Discovery of the Windev environment

- Development of simple applications

Program

The WinDev environment
The window editor

The Rad (automatic construction of the application)
The database

Analysis: tool for defining files and controls
Generation of the analysis
Links between files
Simple and parameterized queries
Access to external databases
Management of data directories
Programming triggers

Ergonomics
System menu, title bar, size
Style editor (style sheet)
Group of controls
Study of the different types of objects (caption, text, numeric, date, time, input masks, check boxes, option boxes, drop-down lists, drop-down lists, buttons, images, tables)
Automatic integration of the items of a file in a screen
Sequence of screens

The programming table control
The gauge control
The programming
looper control
The lists and combo boxes The RTF control
The image control
The image list control
The tree control (treeview)
The graph control (Histogram, Sector, …)
The separator control (splitter)
The toolbox control
The creation of a supercontrol
The creation of a control model

The project
The procedures (with or without passing parameters)

Functions
WLanguage
Multilingual integration rules
Automatic procedures
Email management
Object properties
Management of serial and parallel links
Setting up programming triggers
Text
files INI
files XML files
Creation and integration of an external component

Creating an executable program
Putting objects in the library
Installation on another computer
Maintenance of the application carried out
The installation tool

Description of the application
Project organization

Editor’s description
Different creation modes
Sorting
Breaks (totals, sub-totals)
Printing parameters (paper format, margins, printer drivers, fonts)
Execution from the program
Barcodes
Passage of settings

Duration

5 days

Price

£ 2545

Audience

Developers

Prerequisites

Algorithmic concepts

Reference

PRO100127-F

Sessions

Contact us for more informations about session date

Tivoli Storage Manager (TSM)

Goals


- Setting up a backup solution using IBM Tivoli Storage Manager

Program

State of the art: backup, restore, migration
IBM Tivoli Storage Manager (TSM): features, licenses
Environment and TSM concepts

TSM prerequisites, installation and configuration
Installing the TSM environment and clients (backup / archive)
Getting to know the Administration Center

Lab: Installing and Configuring Tivoli Storage Manager – Using the Administrative Interface

Introduction to TSM Backup
Configuring Tape Devices
Configuring Media
Storage Spaces and Associated Volumes
Verifying Backups

Workshop: Setting up backups on multiple media

Backup / restore policy
Data deduplication
Database and recovery log
configuration Configure backup-archive client
Database and storage security
Scheduling tasks
Monitoring events

Workshop: Multiple backup / restore scenarios – automation and monitoring

Duration

5 days

Price

£ 3045

Audience

System administrators

Prerequisites

Windows / Linux system administration concepts

Reference

Re658-F

Sessions

Contact us for more informations about session date

Storage infrastructure : Implementation

Goals


- Implementation of a backup solution

Program

Storage infrastructure: solution, diagrams
Protocols: NFS, CIFS, FC / iSCSI / FCoE
iSCSI storage network (Open Filer, FreeNAS)
iSCSI disk array, configuration
Access management

Workshop: Disk configuration in RAID: RAID1, RAID5, RAID10

Server configuration depending on the OS: Windows, Linux
Configuration in a virtualized environment: VMWare
Setting up a Datacore SANsymphony layer storage
Data replication

Workshop: Installation and preparation of the storage platform – Configuration of SANsymphony

Load balancing management
Multipathing configuration: Windows (MPIO), Linux (Multipath), VMWare (Multipath VMware)
High availability configuration: file systems (static vs dynamic)

Workshop: load distribution management

Duration

5 days

Price

£ 2348

Audience

System administrators

Prerequisites

Concept of Windows or Linux system administration

Reference

Re100581-F

Sessions

Contact us for more informations about session date

Ruby On Rails

Goals


- Know the use, the possibilities of Rails

- Be able to develop any website with Ruby and Rails

Program

Presentation of Rails
History and available versions
Rails versus Ruby
Need for a RoR framework and guiding principles

Development environment
Web server: presentation of WEBrick
Web server: installation and verification
Rails and other web servers – production with Apache

Practical workshop: a complete installation

MVC: presentation and specificities of Rails
Creation of a controller and a view
Mapping: implementation
Use of a database

Practical workshop: a first complete interactive site

Various presentation systems and templates
Complex mapping and large applications
Emails and other useful protocols
Presentation of web services with Rails
The entire RoR project

Practical workshop: a website with multiple functionalities

Duration

3 days

Price

£ 1606

Audience

All

Prerequisites

- Have followed the "Ruby initiation" course or have equivalent knowledge
- Notions of HTML

Reference

PRO256-F

Sessions

Contact us for more informations about session date

InDesign : Digital Publishing (Digital Publishing Suite)

Goals


- Understand and master the specificities of electronic publishing and interactivity (layout variants and liquid layout, hypertext links, interactivity, etc.) to design and produce digital publications for mobile devices (tablets , smartphone, etc.).

Program

Differentiate screen sizes (liquid layout, orientations)
Understand interactivity

Create new documents: the settings
Save different document profiles
Master the workspace
Master the tools and selection methods

Use the folios with Folio Producer
Use the modifications in Overlay Creator
Master the formats: horizontal and vertical
Master the liquid layout
Use the Content Viewer to preview your document

Workshop: create a first layout with Folio Producer

Use hyperlinks
Use buttons
Use object states
Use animations

Workshop: making an interactive document

Understanding InDesign and HTML 5
Using Audio
Using Video
Using Pan & Zoom
Using Slideshows

Workshop: create an interactive document with imports and manage different media

Organize documents
Export documents
Use Wallaby, Adobe’s .fla to HTML 5 conversion tool

Duration

3 days

Price

£ 1723

Audience

Everyone

Prerequisites

Mastery of InDesign or have taken at least one of the following courses: InDesign initiation + deepening, advanced InDesgin for liquid layout, advanced InDesign for multimedia or have equivalent knowledge

Reference

PAO690-F

Sessions

Contact us for more informations about session date

Automate InDesign with JavaScript

Goals


- Know how to create scripts executed in In Design

Program

Discover InDesin and Javascript

Discover the general principles
Differentiate the available versions, alternatives
Reminders of In Design
Summary of JavaScript

Discover the environment

Use tools and documentation
Execute scripts
Use industrialization elements for the creation and execution of scripts

Workshop: create and run a first script

Master the various possibilities

User interactivity library
Transform a document, layers and templates
Create and modify textual content
Manipulate other content
Work with XML; data from another application, website, etc.

Workshop: carry out several scripts creating and modifying documents

Take stock of relationships, cooperation between graphic designer, data source managers and script developer

Duration

2 days

Price

£ 1291

Audience

Everyone

Prerequisites

Have followed the In design initiation and Javascript training or have equivalent knowledge

Reference

PAO481-F

Sessions

Contact us for more informations about session date

Backup Exec

Goals


- Setting up a backup solution using Backup Exec

Program

State of the art: backup, restoration, migration
Backup Exec: features, licenses
Backup Exec environment and concepts
The different Backup Exec agents

Prerequisites, installation and configuration of Backup Exec
Installation of the Backup Exec environment and clients
Discovery of the Backup Exec administration console

Workshop: Installation and configuration of Backup Exec – Operation of the console

Device and Media Introduction
Configuring Storage Devices
Managing Media
Managing Devices
Media Catalogs

Workshop: Setting up and configuring multiple storage devices

Introduction to Backup and Restore with Backup Exec
Configuring and Running a Backup
Backup and Restore: Managing Servers, Backups, and Jobs
GRT Technology
Checking File
Backup Status System State Backup
Configuring and Performing a Restore

Workshop: Setting up a backup job and checking its status 

Simplified Disaster Recovery (SDR) backup / restore
Custom SDR: creation, use for a disaster recovery
Virtual Machine Conversion: presentation, configuration
Conversion workflow

Workshop: Backups – Exploitation of Simplified Disaster Recovery

Remote agents: Windows, Linux / Unix (RALUS), Microsoft Active Directory
Software / database agents: installation, software / database supported
Microsoft SQL Server agent: backup / restore
Microsoft Exchange Server agent: backup / restore Exchange
Agent SharePoint Server : SharePoint backup / restore
Virtual environment agents: Virtualization technology, use of an agent for VMWare and Microsoft Hyper-V

Workshop: Using the different Backup Exec agents

Archiving: presentation, installation in Backup Exec
Archiving of Microsoft Exchange mailboxes and of the file system
Archiving planning (job)
Restoring from an archive
Protection of archiving components

Workshop: Setting up the archiving option

Deduplication, Open Storage Technology
Support of Backup Exec deduplication features, installation
Configurations, running data deduplication

Workshop: Setting up deduplication and testing

Backup Exec Private Cloud Services: Overview, Services
Troubleshooting Backup Exec Private Cloud Services

Workshop: Exploitation of the different functionalities offered by Backup Exec Private Cloud Services

Duration

5 days

Price

£ 2348

Audience

System administrators

Prerequisites

Windows system administration concepts

Reference

Re639-F

Sessions

Contact us for more informations about session date

NetBackup

Goals


- Setting up a backup solution using NetBackup

Program

State of the art: backup, restore, migration
NetBackup: features, license
NetBackup environment and concepts
The different NetBackup agents

Prerequisites, installation and configuration of NetBackup
Installing the NetBackup environment and clients
Discovering the NetBackup administration console

Lab: Installing and configuring NetBackup – Using the console

Introduction to NetBackup Backup
Configuring Tape Devices
Configuring Media
Verifying Backup to Tape
Configure Basic Disk / AdvancedDisk
Backup Verifying Backups to Disk
Additional Concepts on NetBackup Backup Backup
Fonts
Configuring Backup Fonts files 

Workshop: Setting up a backup on several media

Manual backup and file restores
Duplicate backups
Storage Lifecycle Policies
NetBackup Vault

Workshop: Multiple scenarios for backing up and restoring files

Introduction to the NetBackup catalog
Image
management Catalog backup / restore management
« Disaster recovery » strategy

 Workshop: Handling the catalog and managing images

Management of robots and shared tape / tape devices
Management of media and their status
Management of tapes and their uses
Analysis of the different disk backup characteristics
Management of Basic Disk / DSSU
type backups Management of AdvancedDis « type backups and disk pools

Workshop: Using the different tape and disk backup optimization tools

Incremental backup
File system snapshots
Multiple data streams
Multiplexing and performance FlashBackup
synthetic
backups

Workshop: Using snapshots and synthetic backups

Protecting applications
Backing up databases
Backing up corporate applications
Protecting virtual machines

Technical support resources
NetBackup processes, services, and daemons
Using the nbcplogs utility
configuring verbosity levels for NetBackup log files

Workshop: Using nbcplogs and configuring the verbosity levels of log files

Duration

5 days

Price

£ 2348

Audience

System administrators

Prerequisites

Linux system administration concepts

Reference

Re636-F

Sessions

Contact us for more informations about session date

BackupPC

Goals


- Set up a network backup solution with BackupPC

Program

State of the art: backup / restore,
BackupPC migration : presentation of functionalities, license
Implementation: prerequisites, installation and configuration of BackupPC

Workshop: Installation and configuration of BackupPC

Discovery of the Web interface, functionalities
Configuration of Linux / Mac OSX / Windows and Rsyncd
clients Backup of client workstations
Advanced backup plan
Restoration
Management of the backup schedule
Delegation of backup management
Outsourcing of a backup

Workshop:  

  • Using the interface and configuring clients
  • Multiple client workstation backup / restore scenarios

SSH authentication
Protection with encryption of backups
Security: Transfers / CGI interface

Workshop: Securing backups

Duration

3 days

Price

£ 1956

Audience

System administrators

Prerequisites

Linux system administration concepts

Reference

Re635-F

Sessions

Contact us for more informations about session date

NetBackup 7.5 for Windows : Administration

Goals


- This course provides the information you need to use NetBackup 7.5 and explains how to deploy a backup management strategy

Program

Introduction to data protection
The NetBackup environment NetBackup
concepts NetBackup
options and agents

Prepare to install and configure
NetBackup
Use the pre-installation utility
Install your NetBackup environment
Install NetBackup clients
Verify the installation of NetBackup

The NetBackup Administration Console
NetBackup OpsCenter

NetBackup backup concepts
Configure tape devices
Configure media
Verify tape backup

The basics of NetBackup backup to disk
Configuring basic disk backup to « AdvancedDisk » configuration

Verifying backups to disk
Additional concepts on NetBackup backup

Introduction to Backup Fonts
Configure
File Backup Fonts

Perform manual backups
Perform restores
Tips for backup and restore

Duration

5 days

Price

£ 2348

Audience

System administrators, system engineers

Prerequisites

Be familiar with the configuration and administration of the operating systems used

Reference

Re100131-F

Backup Duplication Concepts
Using Storage Lifecycle
Policies
Introduction to Auto Image Replication
Introduction to NetBackup Vault

Introduction to the NetBackup Catalog
Managing Images
Managing
Catalog Backup and Restore
Disaster Recovery Strategies Catalog
Management Tips

Monitor NetBackup jobs
Monitor NetBackup activity
Manage jobs
Monitor NetBackup status

Manage Robots and
Tape
Devices
Manage Shared Tape Devices Manage Media and Media Status
Manage Tapes and Their Use
Media and
Device Tips

Comparison of the different
characteristics of
disk backups
Managing “Basic
Disk” and DSSU
backups Managing “
AdvancedDisk” backups and disk pools
Tips about backup to
disk

File Backup Concepts
Using Incremental Backup
Introduction to
File System Snapshots
Using Multiple Data Streams
Optimizing the Performance of
Tape Devices with
Multiplexing
Using Synthetic Backups
Using
FlashBackup Fonts

Application protection
concepts
Database
backup concepts
Enterprise application backup
concepts
Virtual machine protection concepts

Technical support resources NetBackup
processes, services, and daemons Use the nbcplogs utility Configure verbosity levels for NetBackup log files

Sessions

Contact us for more informations about session date

Bacula

Goals


- Be able to back up and restore your network

Program

Reminder of concepts: backup, restoration, archiving,
Bacula migrations : presentation of features, components
Installation: prerequisites, installation and configuration of Bacula

Workshop: Installing and configuring Bacula

Console overview
Administration via the console
Using the GUI for backup / recovery
Resource declaration Jobs
Agents Bacula: Storage / File daemons

Lab: Using the Console and GUI to Administer Bacula

Client computers backup
archiving
Recovery via console / GUI
Emergency Restoration
Planning

Workshop: Multiple client workstation backup / restore scenarios

SSL / TLS communication
Protection with encryption of backups

Workshop: Securing backups

Duration

3 days

Price

£ 2599

Audience

System administrators

Prerequisites

Linux system administration concepts

Reference

Re634-F

Sessions

Contact us for more informations about session date

Delphi .NET

Goals


- Learn about Delphi's use of .NET.

- To be able to migrate an application in .NET.

Program

Various Versions of Delphi Delphi
Recalls
Introducing .NET

Principle of a framework
Versions of .NET and Windows
The different technologies of .NET
Delphi and other languages

Language syntax changes and additions
About databases
Most important components and libraries of .NET
Tools accompanying .NET

VCL or Winforms: two solutions and their consequences
New features of Winforms and disappearances
Presentation of ASP.NET and possibilities of the environment

Testing with .NET
Deployment Principles

Duration

3 days

Price

£ 1709

Audience

All

Prerequisites

Good knowledge of Delphi

Reference

PRO145-F

Sessions

Contact us for more informations about session date

Intermediate Webmaster : jQuery, Bootstrap, Accessibility

Goals


- Master the functions of jQuery

- Build an adaptive site with Bootstrap

- Optimize the accessibility of your website pages

Program

Presentation of jQuery: objectives, alternatives … Use
cases, examples of sites
Specific principles and tips
Cohabitation with other frameworks

Workshop: Setting up jQuery (development / production) – conflict management with other frameworks ($ / jQuery)

Essential functions and chaining
Extended CSS3 selectors Browsing
, manipulation of the DOM tree and filters

Workshop: Handling web pages with jQuery: elements, styles, …

Principle
Control of the execution context of callbacks
Existing functions

Workshop: Multiple use cases for callbacks, consumption

Link behavior
Event association and triggering
Animation effects

Workshop: Panorama of events managed by jQuery, combination of effects

Asynchronous / synchronous communication
Implementation of AJAX
jQuery functions available
Interface of Deferred and Promise objects
Loading of pages and code injection
Full integration of AJAX and the UI
Compatibility with other frameworks

Workshop: AJAX requests and XML parsing with jQuery

Operating principle
Overview of existing plugins (jQuery UI, others …)
Widgets: sliders, tooltips, drag’n’drop …
Creation of a custom jQuery plugin

Workshop: Integration / use of existing plugins (slider, datePicket, …) – Creation of a plugin

Bootstrap: presentation, contributions,
Bootstrap examples and Responsive Web Design (RWD)
Cohabitation of Bootstrap with other javascript frameworks: jQuery, ExtJS, …
Bootstrap grid, basic templates and layouts
CSS components and classes
RWD mechanism (CSS classes / device)
Documentation, useful links
HTML5 / CSS reminders
jQuery basics

Workshop: Include Bootstrap in a project, a first flexible grid

Typography and links
Tables: lines, borders, rollover, RWD
Form elements, supported controls
Buttons: options, sizes, status
Images and icons: avoid overflows

Workshop: Using bootstrap classes in web pages

Navigation bars: tabs, pills, justified nav
Drop-down menus: forms, buttons, positioning
Breadcrumb (breadcrumb)
Pagination
Badges
Alerts
Progress bars: labels, animations
Media object
List group

Workshop: Multiple examples of Bootstrap component integration

Setting up transitions
Modal windows: types, sizes
Management of drop-down menus
Tabs
Sliders
Auto-completion
Customization of Bootstrap
Management of virtual keyboards
Deactivation of responsive on certain pages
Zoom management

Workshop: Integration of interactions and transitions

Presentation of Less
Use in interpreted / compiled mode
Variables: declaration and call
Variables: interpolation and lazy loading
Rules inheritance

Mixin: Basics,
Parametric
Mixin namespace Mixin as a
Guardian function : conditional and iterative structures
Inclusions of other sheets Less

Workshop: Multiple modification of Bootstrap components with Less

Issues and constraints
WCAG 2.0, RGAA and AccessiWeb 2.2 standards

Mandatory elements for a page (doctype, language, etc.)
Attributes of tags (images, links, multimedia, etc.)
Structure and present information (Title, list, citation, etc.)
Styles and colors
Forms
Facilitate navigation
Make consultative elements accessible (document for download)

Workshop: Set up a valid page for accessibility

WYSIWYG editors and accessibility
CMS tool integration and accessibility 

Workshop: Integrate a WYSIWYG and test accessibility

Understand the principle of automatic validation
Use validation tools Validation
levels

Workshop: Testing the validity of a site

Duration

5 days

Price

£ 2164

Audience

Webmasters, developers, integrators

Prerequisites

Good knowledge of HTML, CSS - Notions of JavaScript

Reference

SIT100755-F

Sessions

Contact us for more informations about session date

JQuery

Goals


- Build efficient interfaces with jQuery

- Develop additional plugins

Program

Presentation of jQuery: objectives, alternatives … Use
cases, examples of sites
Specific principles and tips
Cohabitation with other frameworks

Workshop: Setting up jQuery (development / production) – conflict management with other frameworks ($ / jQuery)

Essential functions and chaining
Extended CSS3 selectors Browsing
, manipulation of the DOM tree and filters

Workshop: Handling web pages with jQuery: elements, styles, …

Principle
Control of the execution context of callbacks
Existing functions

Workshop: Multiple use cases for callbacks, consumption

Link behavior
Event association and triggering
Animation effects

Workshop: Panorama of events managed by jQuery, combination of effects

Asynchronous / synchronous communication
Implementation of AJAX
jQuery functions available
Interface of Deferred and Promise objects
Loading of pages and code injection
Full integration of AJAX and the UI
Compatibility with other frameworks

Workshop: AJAX requests and XML parsing with jQuery

Operating principle
Overview of existing plugins (jQuery UI, others …)
Widgets: sliders, tooltips, drag’n’drop …
Creation of a custom jQuery plugin

Workshop: Integration / use of existing plugins (slider, datePicket, …) – Creation of a plugin

Duration

2 days

Price

£ 975

Audience

Webmasters with good knowledge of HTML and Javascript

Prerequisites

Knowledge of JavaScript, DOM, CSS and notions of AJAX

Reference

SIT225-F

Sessions

Contact us for more informations about session date

Bootstrap : Responsive Websites

Goals


- Master the creation of responsive sites with Bootstrap

Program

Bootstrap: presentation, contributions,
Bootstrap examples and Responsive Web Design (RWD)
Cohabitation of Bootstrap with other javascript frameworks: jQuery, ExtJS, …
Bootstrap grid, basic templates and layouts
CSS components and classes
RWD mechanism (CSS classes / device)
Documentation, useful links
HTML5 / CSS reminders
jQuery basics

Workshop: Include Bootstrap in a project, a first flexible grid

Typography and links
Tables: lines, borders, rollover, RWD
Form elements, supported controls
Buttons: options, sizes, status
Images and icons: avoid overflows

Workshop: Using bootstrap classes in web pages

Navigation bars: tabs, pills, justified nav
Drop-down menus: forms, buttons, positioning
Breadcrumb (breadcrumb)
Pagination
Badges
Alerts
Progress bars: labels, animations
Media object
List group

Workshop: Multiple examples of Bootstrap component integration

Setting up transitions
Modal windows: types, sizes
Management of drop-down menus
Tabs
Sliders
Auto-completion
Customization of Bootstrap
Management of virtual keyboards
Deactivation of responsive on certain pages
Zoom management

Workshop: Integration of interactions and transitions

Presentation of Less
Use in interpreted / compiled mode
Variables: declaration and call
Variables: interpolation and lazy loading
Rules inheritance

Mixin: Basics,
Parametric
Mixin namespace Mixin as a
Guardian function : conditional and iterative structures
Inclusions of other sheets Less

Workshop: Multiple modification of Bootstrap components with Less

Duration

2 days

Price

£ 975

Audience

Webmasters, developers, integrators

Prerequisites

Good knowledge of HTML and CSS

Reference

SIT828-F

Sessions

Contact us for more informations about session date

Web Accessibility

Goals


- Knowing how to make a website, intranet, extranet accessible, in particular to people with disabilities

- Being able to validate the correct implementation of accessibility

Program

Issues and constraints
WCAG 2.0, RGAA and AccessiWeb 2.2 standards

Mandatory elements for a page (doctype, language, etc.)
Attributes of tags (images, links, multimedia, etc.)
Structure and present information (Title, list, citation, etc.)
Styles and colors
Forms
Facilitate navigation
Make consultative elements accessible (document for download)

Workshop: Set up a valid page for accessibility

WYSIWYG editors and accessibility
CMS tool integration and accessibility 

Workshop: Integrate a WYSIWYG and test accessibility

Understand the principle of automatic validation
Use validation tools Validation
levels

Workshop: Testing the validity of a site

Duration

1 day

Price

£ 759

Audience

Webmasters, Web Developers, Project Managers

Prerequisites

Knowledge of HTML

Reference

SIT265-F

Sessions

Contact us for more informations about session date

System Center : Administer System Center 2012 R2 Configuration Manager (SCCM) (Course MS10747 – Exam 70-243)

Goals


- Describe the features of System Center 2012 R2 Configuration Manager

- Discover and organize resources

- Manage the Configuration Manager client

- Manage software deployments using packages and programs

- Manage application deployment

- Implement protection with System Center 2012 Endpoint Protection

Program

Introduction to System Center 2012 R2 Configuration Manager System Center 2012 R2 Configuration Manager
Architecture Overview
Managing Configuration Manager Using Administrative
Tools Tools for Monitoring and Troubleshooting Configuration Manager Sites

Practical Workshops: Discover the Configuration Manager Console

Configure site limits and limit groups
Configure resource discovery
Configure users, computers, and collections
Configure role-based security

Overview of the Configuration Manager client
Deploy Configuration Manager clients
Manage client settings in Configuration Manager
Configure and monitor client status

Practical Workshops: Deploy the Configuration Manager Client – Manage Client Settings – Configure and Monitor Client Status

Inventory
overview
Configure hardware inventory Configure software inventory
Manage inventory collections
Configure « asset intelligence »
Configure software monitoring

Practical workshops: Configure and manage inventory – Configure and manage « asset intelligence » – Configure software control

Introduction to Queries
Manage Queries
Configure SQL Server Reporting Services

 Practical workshops: Create and activate queries – Configure reports

Configure software distribution
Distribute sources to different distribution points
Configure packages and programs
Deploy programs for Configuration Manager clients

Practical workshops: Management of software distribution and deployment using packages and programs

Overview of Application Management
Building Applications
Deploying Applications
Managing Applications

Practical workshops: Create and deploy an application – Deploy the applications of the catalog application

Deploy Windows Store apps with System Center 2012 R2 Configuration Manager
Deploy virtual apps with System Center 2012 R2 Configuration Manager

Practical workshops: Advanced deployment of the application 

Duration

5 days

Price

£ 2134

Audience

Administrators responsible for configuring and managing one or more Microsoft System Center 2012 R2 Configuration Manager sites

Prerequisites

Fundamentals of networks, TCP / IP and DNS

Principles and management of Active Directory

Windows Server Management including Windows Server 2008 and Windows Server 2008 R2

Fundamentals of Windows clients

Reference

Re1130-F

Overview of software updates
Prepare the Configuration Manager site for software
updates Manage software updates
Configure automatic deployment rules
Monitor and troubleshoot software updates

Practical workshops: Configure site software updates – Deploy and manage software updates

Overview of Endpoint Protection in Configuration Manager
Configure and Monitor Endpoint Protection Policies

Practical Workshops: Implementing Endpoint Protection

Overview of operating system deployment
Prepare site for operating system deployment
Create and capture operating system image
Deploy operating system

Practical Workshops: Prepare the environment for the deployment of the operating system – Build and capture the reference image 

Overview of compliance settings
Configure compliance settings
View compliance results

Manage mobile devices in Configuration Manager 2012 R2
Manage mobile devices with the Windows Intune connector
Manage mobile device registration
Deploy apps to mobile devices

Configure Wake On LAN
Configure Out of Band management
Configure power settings
Configure remote control

Practical workshops: Configure Power Management parameters – Configure remote control

Sessions

Contact us for more informations about session date

Intermediate Webmaster : HTML5 / CSS3 + Responsive Web Design (RWD)

Goals


- Discover the potential of new HTML5 / CSS3 standards

- Learn how to build multiplatform sites: smartphone, tablet, ….

Program

History of HTML
Versions

The basics of an HTML document
The Doctype
The html, head, body tags
Comments
Structures of tags and attributes
Differences between inline and block tags

Headings (h1, h2, h3, etc.)
Paragraphs
Bold and italics
Hypertext links
Lists (ordered and unordered)
Tables

Workshop: Structuring an html page

Images and image format
Essential attributes (src, alt, etc.)
Integrate sounds and videos
Other media

Workshop: Integrate multiple media on an html page

Presentation and definition
Attach a css to an html page
Selectors (tag, id, class)
Pseudo-classes
Properties and values
Comments

Workshop: Attach a css sheet to an html page

Text properties (font, size, alignment)
Hexadecimal, rgb, rgba and named colors Background
properties
Inner and outer margins (margin, padding)
Borders
Dimensions
Lists

Workshop: Styling an existing page

Absolute or relative positioning
Floating and fixed
block Flexible blocks
Grids

Workshop: Positioning different blocks on a page

The form tags
The action and method attributes
The different form fields
The different forms of the input fields
The attributes for the form fields (placeholder, required, etc.)
Validate a form

Workshop: Create a registration form

Animations and transitions
Duration of animations
Transition functions
Keyframes

Workshop: Create an animation

Transformations
Text and block shadows
Rounded borders
Columns
The box-sizing property

Responsive Web Design (RWD): definition, components
Ergonomic and functional constraints
Viewport: concept, meta, values
Relative units (%, em) vs. absolute (px)

Screen sizes, optimal resolution
Portrait and landscape modes
Expression of sizes in percentage (%), em
Minimum and maximum sizes
Blocks, content / container approach
Box principle, layout with CSS3
Font size: set a basis for sizes, conversions em
Avoid overflows

Workshop: Multiple examples of flexible grids

Flexible images: background images, HTML5 adaptation
Flexible margins and spaces
Adapted videos
Support of CSS properties by older browsers

Workshop: Avoid overflow of images / videos

Adaptation of the display according to the resolution
Types of media
Choice of conditional rules: orientation, device-width
Internal and external media queries
Management of menus and sliders

Workshop: Creation of pure css responsive site with media-queries

Overview of existing
Bootstrap
960 grid frameworks
Optimization of graphic resources

Workshop: Building an adaptive site with Bootstrap

Passing of the certification (if foreseen in the financing).

Duration

5 days

Price

£ 2164

Audience

All

Prerequisites

Fundamentals of website creation, HTML and CSS

Reference

SIT653-F

Sessions

Contact us for more informations about session date

System Center : Deploy System Center 2012 R2 Configuration Manager (SCCM) (Course MS10748 – Exam 70-243)

Goals


- Describe the System Center 2012 R2 Configuration infrastructure

- Plan and deploy a stand-alone primary site

- Configure Internet and cloud client management

- Migrate to System Center 2012 R2 Configuration Manager

Program

Overview of System Center 2012 R2 Configuration Manager
Overview of Site Configuration Manager System Roles
Overview of Optional Site Configuration Manager System Roles
Overview of Configuration Manager Deployment Scenarios
Overview of the Configuration Manager Client

Planning a Stand-Alone Primary Configuration Manager
Deployment Preparing to Deploy a Configuration Manager Primary Site
Installing a Configuration Manager Site Server
Post-Installation Configuration Tasks
Tools for Monitoring and Troubleshooting a Configuration Manager Site

Practical Workshops: Installing a main Configuration Manager site

Overview of Role Based Administration
Identifying Roles Within Your Organization
Setting Up Role Based Administration

Practical Workshops: Planning and configuring role-based administration

Planning a Configuration Manager 2012 Hierarchy
Deploying Central Site
Deploying Primary Sites in a Hierarchy
Deploying Secondary Sites

Practical Workshops: Install and verify a site in a hierarchy – Install a second site

Introduction to Data Types and Replication
Managing Data Replication
Planning for Source Management

Identify Resources Using Configuration Manager Discovery Methods
Client Deployment in Configuration Manager
Managing Configuration Manager Clients
Monitoring Client Status in Configuration Manager

Managing Remote Clients Using System Center 2012 R2 Configuration Manager
Managing Configuration Manager Clients on the Internet
Configuring Cloud Services in System Center 2012 R2 Configuration Manager

Practical Workshops: Configure PKI for a Configuration Manager Site – Configure Windows Intune Integration with System Center 2012 Configuration Manager 

Configuration Manager 2012 Site Maintenance Overview
Perform a Configuration Manager Site Backup and Restore
Monitoring Configuration Manager 2012 Site Systems

Hands-on Workshops: Maintaining System Center 2012 Configuration Manager

Overview of the Migration Process
Preparing Configuration Manager 2007 Sites for Migration
Configuring Migration Settings
Migrating Objects
Upgrading to Configuration Manager 2012 R2

Practical Workshops: Migrating from a System Center Configuration Manager 2007 to a System Center 2012 Configuration Manager

Duration

3 days

Price

£ 1280

Audience

IT professionals responsible for the design and deployment of a System Center 2012

Prerequisites

Have followed the training "Course MS10747"

Have knowledge of networks and Active Directory

Administer Windows Server 2012

Reference

D1129-F

Sessions

Contact us for more informations about session date

Intermediate Webmaster : Responsive Web Design (RWD)

Goals


- Create responsive websites

- Use media queries

Program

Web stories
Understanding Responsive

Responsive Web Design (RWD): definition, components
Ergonomic and functional constraints
Viewport: concept, meta, values
Relative units (%, em) vs. absolute (px)

Screen sizes, optimal resolution
Portrait and landscape modes
Expression of sizes in percentage (%), em
Minimum and maximum sizes
Blocks, content / container approach
Box principle, layout with CSS3
Font size: set a basis for sizes, conversions em
Avoid overflows

Workshop: Multiple examples of flexible grids

Flexible images: background images, HTML5 adaptation
Flexible margins and spaces
Adapted videos
Support of CSS properties by older browsers

Workshop: Avoid overflow of images / videos

Adaptation of the display according to the resolution
Types of media
Choice of conditional rules: orientation, device-width
Internal and external media queries
Management of menus and sliders

Workshop: Creation of pure css responsive site with media-queries

Overview of existing
Bootstrap
960 grid frameworks
Optimization of graphic resources

Workshop: Building an adaptive site with Bootstrap

Passing of the certification (if foreseen in the financing).

Duration

2 days

Price

£ 1019

Audience

Web Developers - Webmasters - Integrators

Prerequisites

Fundamentals of website creation, HTML and CSS

Reference

SIT100747-F

Sessions

Contact us for more informations about session date