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 Comprehensive ColdFusion 9 Training course, students will spend the first part of the week learning the basics of ColdFusion and the second part of the week learning advanced ColdFusion techniques.
Class goals :
– Learn to get data from a database and display it on the page
– Learn to insert, Edit and Delete records from a database
– Learn to pass data from one page and receive it on another using HTML Forms
– Learn to create Dynamic Form Fields including Dynamic Select Lists
– Learn to build a Search Interface
– Learn to use Session Variables to provide Password Protection
– Learn to call ColdFusion Components (CFCs) and Custom Tags
– Learn to send email with ColdFusion
– Learn to send email with ColdFusion
– Learn sophisticated data management techniques
– Learn to build and use Custom Tags
– Learn to build and use ColdFusion Components (CFCs)
– Learn to handle errors properly
– Learn to work with ColdFusion and XML
In this course, students will design and manage basic diagrams, workflows, and flowcharts.
Class goals :
Upon successful completion of this course, students will be able to: – get familiar with the Visio interface, and create a basic Visio document. – create a route map by using Visio features to work with shapes and text. – enhance a basic diagram. – create process diagrams using Visio’s flowcharting and workflow diagram creation features. – represent an organization hierarchy as a Visio diagram.
Content of Microsoft Visio Professional 2010 – Level 1
Lesson 1: Getting Started with Visio 2010
Explore the Visio Interface
Customizing the Visio Interface
Starting a New Diagram
In this course, students will create custom elements and a custom template, represent external data as a drawing, and share your work with others.
Class goals :
Upon successful completion of this course, students will be able to: – create a custom shape. – design a custom stencil. – design styles and templates. – design a floor plan. – represent external data in Visio. – share your work.
Content of Microsoft Visio Professional 2010 – Level 2
Lesson 1: Creating a Custom Shape
Draw Basic Shapes
Enhance Basic Shapes
Lesson 2: Designing a Custom Stencil
Create a Custom Stencil
Customize a Stencil Master
Lesson 3: Designing Styles and Templates
Define a New Style
Create a Template
Lesson 4: Designing a Floor Plan
Create an Office Layout
Work with Layers
Lesson 5: Representing External Data in Visio
Generate a PivotDiagram
Create an Organization Chart from External Data
Import Project Plan Data into Visio
Link to a Database
Import Excel Data
Lesson 6: Sharing Your Drawings
Link a Visio Drawing to Other Applications
Convert a Visio Drawing to Other File Formats
Print a Visio Drawing
Training Microsoft Visio Professional 2010 – Level 2
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 course, students will create custom elements and a custom template, represent external data as a drawing, and share your work with others.
In this course, students learn the essentials of Visio. They design and manage basic diagrams, workflows, and flowcharts.
Class goals :
Upon successful completion of this course, students will be able to: – explore the Visio 2007 interface. – create a route map. – enhance a basic diagram. – create process diagrams. – create an organization chart.
Content of Microsoft Visio Professional 2007 – Level 1
Lesson 1: Getting Started with Visio 2007
Explore the Visio Interface
Get Help in Visio
Lesson 2: Creating a Route Map
Add Shapes to a Drawing
Manipulate Shapes
Add Text
Format Text
Change the Stacking Order
Lesson 3: Enhancing a Basic Diagram
Manage Shapes
Format Shapes
Lesson 4: Creating Process Diagrams
Create a Flowchart
Apply Page Styles
Create a Cross-Functional Flowchart
Create a Workflow Diagram
Lesson 5: Representing an Organizational Hierarchy
Create an Organization Chart
Modify an Organization Chart
Training Microsoft Visio Professional 2007 – Level 1
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 course, students learn the essentials of Visio. They design and manage basic diagrams, workflows, and flowcharts.
In this course, students build upon the knowledge gained that will enable them to work with many advanced features, including the drawing tools, creating and working with custom stencils and templates, and sharing Visio drawings with other applications.
Class goals :
Upon successful completion of this course, students will be able to: – create a custom shape. – design a custom stencil. – design styles and templates. – design a floor plan. – represent external data in Visio. – share your drawings.
Content of Microsoft Visio Professional 2007 – Level 2
Lesson 1: Creating a Custom Shape
Draw Basic Shapes
Enhance Basic Shapes
Lesson 2: Designing a Custom Stencil
Create a Custom Stencil
Customize a Stencil Master
Lesson 3: Designing Styles and Templates
Define a New Style
Create a Template
Lesson 4: Designing a Floor Plan Using Layers
Create an Office Layout
Work with Layers
Lesson 5: Representing External Data in Visio
Generate a PivotDiagram
Create an Organization Chart from External Data
Import Project Plan Data into Visio
Link to a Database
Import Excel Data
Lesson 6: Sharing Your Work
Link a Visio Drawing to Other Applications
Convert a Visio Drawing to a Web Page
Training Microsoft Visio Professional 2007 – Level 2
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 course, students build upon the knowledge gained that will enable them to work with many advanced features, including the drawing tools, creating and working with custom stencils and templates, and sharing Visio drawings with other applications.