Tag Archives: Lille

Training Google Web Toolkit / Advanced – 3 days

Class overview :

In this GWT training class, students learn develop their GWT skills by learning to use advanced widgets and panels, to work with client-server communication, to build JavaScript bridges and much more.

Class goals :

Learn to create and use modules in GWT, own or external.
Learn to use advanced panels, more widgets, trees in GWT.
Learn to use RichTextArea for styled editing in GWT.
Learn to use CSS styling of GWT Widgets.
Learn to develop own composite widgets.
Learn to develop and execute tests and benchmarks in GWT.
Discover the GWT’s Java Emulator, its capabilities and limitations.
Learn to use GWT’s DOM management.
Learn to use JSON within GWT.
Learn to retrieve and show external URLs in GWT forms.
Learn the mechanics of integrating Javascript with Java.
Learn advanced connectivity mechanisms, polling and related concepts.
Learn some best practices on performance and avoiding pit falls.

Content of Training Google Web Toolkit / Advanced

Class Outline

  1. Using Modules in GWT
    1. GWT Modules
    2. Using External Modules
    3. Modularizing An Application
    4. Deferred Binding
    5. Multiple-Module Applications
    6. Code Splitting
  2. More on GWT User Interfaces
    1. Using ToggleButton and PushButton
    2. Using DecoratorPanel
    3. Using AbsolutePanel
    4. Using HTMLPanel
    5. Using FocusPanel
    6. Using HorizontalSplitPanel and VerticalSplitPanel
    7. Using StackPanel
    8. Using TabPanel
    9. The DeckPanel
    10. Using TabPanel
    11. Using Menus via a MenuBar
    12. Using a Tree Widget
    13. Using SuggestBox
    14. GWT RichTextArea Editing
    15. FormPanel
    16. Using DeferredCommand
  3. GWT UiBinder and SafeHtml
    1. What is UiBinder?
    2. UiBinder Benefits
    3. UiBinder Templates
    4. Creating a UiBinder in Eclipse
    5. What Is SafeHtml?
  4. Styling with CSS in GWT
    1. Syling with CSS in GWT
    2. GWT Visual Themes
    3. Styling Widgets in GWT
    4. Associating CSS Files with a Module
    5. Dependent Style in Widgets
    6. More ClientBundle Elements: CSS Resources, Data Resources, and External Resources
  5. Creating Composite GWT Widgets
    1. Custom GWT Widgets
    2. Composite GWT Widgets
    3. Developing Composite Widgets
    4. Using Composite Widgets
  6. Testing and Debugging GWT Modules in GWT
    1. Testing and Debugging GWT Modules
    2. Unit Testing Concepts
    3. The JUnit Test Framework
    4. Writing a JUnit Test Case
    5. GWT Unit Testing with GWTTestCase
    6. Running junitCreator
    7. Testing Asynchronous Code
    8. GWT System Testing
    9. GWT User Interface Testing
  7. More Server Integration Options in GWT
    1. More Server Integration Options in GWT
    2. Using HTTP Requests
    3. Manipulating an XML DOM
    4. Integrating Using JSON
  8. GWT JavaScript Native Interface
    1. GWT JavaScript Native Interface
    2. Defining JSNI Methods
    3. Sharing Data between JavaScript and Java
    4. Talking to the Browser via JSNI
    5. Using External JavaScript
    6. Using a JavaScriptObject in GWT
    7. Java Callbacks from External JavaScript
    8. Using External Libraries
  9. Advanced GWT Connectivity
    1. Stateful and Stateless Servers
    2. Using Stateful Servers
    3. Handling Exceptions
  10. Client-Side RPC Architecture in GWT
    1. Client-Side RPC Architecture
    2. Client-Side Pull versus Push
    3. Polling Protocols
  11. GWT Best Practices
    1. Security Issues
    2. Performance Concerns
    3. Internationalization in GWT
    4. GWT Pitfalls and Issues
    5. Testing Practices for GWT
    6. Bandwidth-Sensitive Applications
Google Web Toolkit / Advanced
Training Google Web Toolkit / Advanced

Onze voordelen :

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

Training Visual Studio 2010 / Introduction – 5 days

Class overview :

This Microsoft ASP.NET training class provides web developers with the knowledge and skills to develop Web applications by using Microsoft Visual Studio 2010.

This ASP.NET class is intended for Web developers who know HTML and have at least some knowledge of a scripting language such as JScript/JavaScript or VBScript.

Class goals :

Explore ASP.NET Web applications in Microsoft Visual Studio 2010.
Learn to create Web applications by using Microsoft Visual Studio 2010 and Microsoft .NET based languages.
Learn to create a Microsoft ASP.NET Web Form.
Learn to add functionality to a Microsoft ASP.NET Web Form.
Learn to implement master pages and user controls.
Learn to validate user input.
Learn to debug Microsoft ASP.NET Web applications.
Learn to manage data in an ASP.NET 3.5 Web application.
Learn to manage data access tasks by using LINQ.
Learn to manage data by using ASP.NET Dynamic Data.
Learn to create a Microsoft ASP.NET AJAX application.
Learn to consume and Windows Communication Foundation (WCF) services.
Learn to manage state in Web applications.
Learn to configure and deploy a Microsoft ASP.NET Web application.
Learn to secure a Microsoft ASP.NET Web application.
Learn to implement new technologies supported by Visual Studio 2010 for Web development.

Content of Training Visual Studio 2010 / Introduction

Class Outline

  1. Exploring Microsoft ASP.NET Web Applications in Microsoft Visual Studio 2010
    1. Introduction to the .NET Framework
    2. Overview of ASP.NET
    3. Overview of the Lab Application
    4. Lab : There are no labs for this module
  2. Creating Web Applications by Using Microsoft Visual Studio 2010 and Microsoft .NET Based Languages
    1. Choosing a Programming Language
    2. Overview of Visual Studio 2010
    3. Creating a Simple Web Application
    4. Lab : Creating Web Applications by Using Microsoft Visual Studio 2010 and Microsoft .NET Based Languages
      1. Exercise 1: Creating an ASP.NET Web Site
      2. Exercise 2: Adding and Configuring Server Controls in Web Forms
      3. Exercise 3: Building and Deploying an ASP.NET Web Application
  3. Creating a Microsoft ASP.NET Web Form
    1. Creating Web Forms
    2. Adding and Configuring Server Controls in a Web Form
    3. Lab : Creating a Microsoft ASP.NET Web Form
      1. Exercise 1: Creating a Web Form
      2. Exercise 2: Adding and Configuring Server Controls in a Web Form
  4. Adding Functionality to a Microsoft ASP.NET Web Form
    1. Working with Code-Behind Files
    2. Handling Server Control Events
    3. Creating Classes and Components by Using Visual Studio 2010
    4. Handling Page Events
    5. Lab : Adding Functionality to a Microsoft ASP.NET Web Form
      1. Exercise 1: Implementing Code in a Web Application
      2. Exercise 2: Creating Event Procedures
      3. Exercise 3: Creating an Entity Component
      4. Exercise 4: Handling Page and Control Events
  5. Implementing Master Pages and User Controls
    1. Creating Master Pages
    2. Adding User Controls to an ASP.NET Web Form
    3. Lab : Implementing Master Pages and User Controls
      1. Exercise 1: Adding and Applying a Master Page
      2. Exercise 2: Converting Web Forms to Content Pages and User Controls
  6. Validating User Input
    1. Overview of User Input Validation
    2. ASP.NET Validation Controls
    3. Validating Web Forms
    4. Lab : Validating User Input
      1. Exercise 1: Adding Validation Controls
      2. Exercise 2: Configuring Validation Controls
      3. Exercise 3: Adding Server-Side Validation
  7. Troubleshooting Microsoft ASP.NET Web Applications
    1. Debugging in ASP.NET
    2. Tracing in ASP.NET
    3. Lab : Debugging Microsoft ASP.NET Web Applications
      1. Exercise 1: Debugging a Web Application
      2. Exercise 2: Tracing a Web Application
  8. Managing Data in an Microsoft ASP.NET 4.0 Web Application
    1. Overview of ADO.NET
    2. Connecting to a Database
    3. Managing Data
    4. Lab : Managing Data in an ASP.NET 4.0 Web Application
      1. Exercise 1: Connecting to a Data Source
      2. Exercise 2: Binding a Server Control to a Data Source
      3. Exercise 3: Modifying a Data Source
  9. Managing Data Access Tasks by Using LINQ
    1. Overview of LINQ
    2. Managing XML Data by Using LINQ to XML
    3. Managing SQL Data by Using LINQ to SQL and LINQ to Entities
    4. Lab : Managing Data Access Tasks by Using LINQ
      1. Exercise 1: Loading Data by Using the XmlDataSource Control
      2. Exercise 2: Displaying Data by Using LINQ to XML
      3. Exercise 3: Saving Data by Using LINQ to Entities
  10. Managing Data by Using Microsoft ASP.NET Dynamic Data
    1. Overview of ASP.NET Dynamic Data
    2. Applying ASP.NET Dynamic Data
    3. Customizing ASP.NET Dynamic Data Applications
    4. Lab : Managing Data by Using ASP.NET Dynamic Data
      1. Exercise 1: Adding Dynamic Data to an Existing Web Site
      2. Exercise 2: Registering LINQ to Entities by Using Dynamic Data
      3. Exercise 3: Map, Clean and Test Solution
  11. Creating a Microsoft ASP.NET Ajax-enabled Web Forms Application
    1. Introduction to Ajax
    2. Creating an ASP.NET Ajax Application by Using the Ajax Features for ASP.NET
    3. Extending an ASP.NET Web Forms Application by Using the Ajax Control Toolkit
    4. Lab : Creating a Microsoft ASP.NET Ajax-Enabled Web Forms Application
      1. Exercise 1: Creating a Modal About Box
      2. Exercise 2: Customizing Dynamic Data Field Templates with Ajax Server Controls
      3. Exercise 3: Adding the Country Import Progress Indicator
  12. Consuming Microsoft Windows Communication Foundation Services
    1. Overview of Windows Communication Foundation Services
    2. Calling Windows Communication Foundation Services
    3. Working with WCF Data Services
    4. Lab : Consuming Windows Communication Foundation Services
      1. Exercise 1: Creating a WCF Service Reference Proxy
      2. Exercise 2: Calling a WCF Service Method from a Web Form
      3. Exercise 3: Implementing WCF Data Services
  13. Managing State in Web Applications
    1. State Management
    2. ASP.NET Profiles
    3. ASP.NET Caching
    4. Lab : Managing State in Web Applications
      1. Exercise 1: Examining the View State
      2. Exercise 2: Caching Countries
      3. Exercise 3: Displaying Visitors Counter on Default Page
  14. Configuring and Deploying a Microsoft ASP.NET Web Application
    1. Configuring an ASP.NET Web Application
    2. Deploying an ASP.NET Web Application
    3. Lab : Configuring and Deploying a Microsoft ASP.NET Web Application
      1. Configuring the List View Page Size and Enabling the Save Countries Button
      2. Configuring the Visitor Counter
      3. Deploying the Web Application
  15. Securing a Microsoft ASP.NET Web Application
    1. Overview of Web Application Security
    2. Declaratively Configuring Authentication and Authorization
    3. Working Programmatically with Authentication and Authorization
    4. Lab : Securing a Microsoft ASP.NET Web Application
      1. Exercise 1: Enabling Forms Authentication
      2. Exercise 2: Implementing Authorization
      3. Exercise 3: Protecting Configuration File
  16. Implementing Advanced Technologies Supported by Microsoft Visual Studio 2010 for Web Development
    1. Working with the ASP.NET MVC 2 Framework
    2. Working with Silverlight 4
    3. Lab : Implementing Advanced Technologies Supported by Microsoft Visual Studio 2010 for Web Development
      1. Exercise: Implementing a Silverlight Application
Visual Studio 2010 / Introduction
Training Visual Studio 2010 / Introduction

Onze voordelen :

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

Training ASP.NET MVC 3 Framework – 3 days

Class overview :

This ASP.NET MVC 3 Framework training provides a practical hands-on introduction to developing Web applications using ASP.NET MVC 3 and C#. This new Web development framework from Microsoft emphasizes separation of concerns in the architecture and testability of applications.

Class goals :

Gain a thorough understanding of the philosophy and architecture of Web applications using ASP.NET MVC.
Acquire a working knowledge of Web application development using ASP.NET MVC and Visual Studio 2010.
Learn to access databases using ADO.NET, LINQ, and Entity Framework 4.1.
Learn to perform automated testing of Web applications created using ASP.NET MVC.
Learn to implement security in ASP.NET MVC applications.
Learn to combine ASP.NET MVC and Web Forms when appropriate.
Learn to deploy ASP.NET MVC applications.

Content of Training ASP.NET MVC 3 Framework

Class Outline

  1. Introduction to ASP.NET MVC
    1. Review of ASP.NET Web Forms
    2. Advantages and Disadvantages of Web Forms
    3. Model-View-Controller Pattern
    4. ASP.NET MVC
    5. Advantages and Disadvantages of ASP.NET MVC
    6. Unit Testing
  2. Getting Started with ASP.NET MVC
    1. Installing ASP.NET MVC
    2. Using Visual Studio
    3. Hello World for ASP.NET MVC
    4. Rendering Views
    5. Dynamic Output
  3. ASP.NET MVC Architecture
    1. The Controller in ASP.NET MVC
    2. The View in ASP.NET MVC
    3. The Model in ASP.NET MVC
    4. Helper Methods for HTML
    5. Form Submission
    6. Model Binding
    7. Input Validation
  4. The Model
    1. Microsoft Technologies for the Model
    2. ADO.NET
    3. LINQ
    4. ADO.NET Entity Framework 4.1
    5. NuGet Package Manager
    6. Using MvcScaffolding
    7. Code First Data Modeling
  5. The Controller
    1. IController Interface
    2. Controller Base Class
    3. Actions
    4. Retrieving Data from a Request
    5. Action Results
    6. Action Attributes
    7. Filters
    8. Asynchronous Controllers
  6. The View
    1. View Responsibility
    2. Using ViewData
    3. Loosely-Typed Views
    4. Strongly-Typed Views
    5. Using Dynamic Objects
    6. Html Helpers
    7. Razor View Engine
    8. Using ViewBag
    9. Validation Attributes
    10. HTML 5 Project Templates
  7. Routing
    1. Routing in ASP.NET MVC
    2. Properties of Routes
    3. Registering Routes
    4. Debugging Routes
    5. Areas
  8. Unit Testing
    1. Test-Driven Development
    2. Test Automation
    3. Refactoring
    4. NUnit
    5. Test Cases
    6. Test Classes
    7. Test Runners
    8. Testing ASP.NET MVC Applications
    9. Dependency Injection
    10. Mocking Frameworks
    11. Inversion of Control Containers
  9. Security
    1. Input Forgery
    2. Cross-Site Scripting
    3. Session Hijacking
    4. Cross-site Request Forgery
    5. SQL Injection
    6. Using the MVC Framework Securely
  10. Combining ASP.NET MVC and Web Forms
    1. Using Web Forms in an MVC Application
    2. Using MVC in a Web Forms Application
  11. Deployment
    1. Server Requirements
    2. Continuous Integration
    3. Environment Configurations
    4. XCOPY
    5. Web Deploy
ASP.NET MVC 3 Framework
Training ASP.NET MVC 3 Framework

Onze voordelen :

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

Training ASP / Advanced – 2 days

Class overview :

In this advanced ASP training course, students will learn to use sophisticated programming strategies and advanced features to add polish, speed and efficiency to Active Server Pages Web applications. In this ASP training course, students will work more thoroughly with ASP components for Web-to-database integration and use the server’s file system to add features and functionality to a website.

Class goals :

Learn to implement advanced drill-downs
Learn to debug ASP code
Learn to work with stored procedures
Learn to use batch updating
Learn to work with 3rd-party vendor components
Learn to work with the file system of the server

Content of Training ASP / Advanced

Class Outline

  1. File Conventions
    1. Connection Pooling
    2. Dynamic Connection Strings
    3. Default METHOD and ACTION Values
  2. Advanced Data Drill-Downs
    1. Passing Data via the Query String
    2. Using Drill-Downs to Reformat Data
    3. Creating Sortable Tables
  3. Displaying Variables
    1. Creating an Include to Display Variable Values for Debugging
  4. Displaying a Portion of a Recordset
    1. Displaying the Next n Records
    2. How the Process Works
  5. Password Protection with Session Variables
    1. Adding Password Protection to Pages
  6. Stored Procedures in ASP
    1. Creating a Stored Procedure in the Database
    2. Advantage of Stored Procedures
    3. Calling a Stored Procedure
    4. Using Stored Procedures to Insert and Update Data
  7. Working with the File System in ASP
    1. The FileSystemObject
    2. Creating or Opening a Text File
    3. Methods of the TextStream Object
    4. Storing Text to a File
    5. The File Object
    6. The Folder Object
    7. Working with Files and Directories
  8. Processing File Uploads
    1. Obtaining a Component for Processing File Uploads
    2. The AspUpload Component
    3. Building an HTML Form that Supports File Uploads
    4. Processing the File on the Server with AspUpload
    5. Processing Files and Entered Text
    6. SetMaxSize
    7. Manipulating Files via AspUpload
    8. Creating an New Directory
    9. Restricting Your Upload to Certain File Extensions
    10. Building a Resume Submission Interface
  9. Batch Updating
    1. Opening a Recordset for Batch Updating
    2. Editing the Records Row by Row
    3. Updating the Batch
    4. Benefits of Batches
    5. Some Useful VBScript Functions
  10. Using rs.Update Instead of INSERT
    1. rs.Update
  11. Form Validation with Server-Side JScript
    1. Server-Side Form Validation with JScript
  12. Transactions in ASP
    1. Transactions
    2. Handling Errors
    3. Catching Database Errors
  13. Creating Message Boards
    1. The HTML Files
    2. The Database
    3. The Interface
  14. Regular Expressions
    1. Creating and Executing Regular Expressions with exec()
    2. Special Characters for Pattern Matching
    3. Escape Sequences for Special Characters
    4. Specifying Ranges in Patterns
    5. Matching a Specified Number of Occurrences
    6. Character-Range Escape Sequences
    7. Matching at the Beginning or End of a String with ^ and $
ASP / Advanced
Training ASP / Advanced

Onze voordelen :

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

Training Active Server Pages / Introduction – 3 days

Class overview :

In this ASP training course, students will learn to build full-featured, database-driven Web sites. This introductory course for new programmers lays out the basics of server-side Web programming with an introduction to classic programming structures and good programming practices. Students will apply these programming skills to the development of a fully functional data-driven website with ASP written in VBScript.

Class goals :

Learn how ASP works
Learn the basic syntax of ASP
Learn to create dynamic interactive pages with ASP
Learn to work with VBScript control structures
Learn to use VBScript built-in functions
Learn to work with ASP’s built-in objects
Learn to validate forms with ASP
Learn to write functions and subroutines in ASP
Learn to work with ASP Session, Application, and Cookie objects
Learn to connect to a database with ASP
Learn to send email with ASP

Content of Training Active Server Pages / Introduction

Class Outline

  1. Active Server Pages: A Web Server-Side Technology
    1. Client-side vs. Server-side Web Technologies
    2. The Web’s Client-Server Relationship
    3. Which Web Servers Support Active Server Pages?
  2. Writing ASP Pages
    1. ASP Code in an HTML Context
    2. ASP Code is « Language Neutral »
    3. VBScript in ASP
    4. ASP Scriptlets
    5. VBScript Strings
    6. An Abbreviation for Response.Write
    7. Developing ASPs
    8. ASP Directives, Statements, Expressions and Comments
    9. VBScript Flexibility and Good Programming Practices
  3. Processing Data from Online Forms
    1. The FORM Tag and its Attributes
    2. ASP Objects
    3. The Request and Response Objects
    4. Scalar Variables in ASP
    5. Customizing a Page for the Visitor
  4. Conditional Constructs – IF Statements
    1. Comparison Operators in VBScript
    2. Adding an Else Clause
    3. Implementing an IF…ELSE…END IF Conditional
    4. Adding One or More ELSEIF Clauses
    5. The Logical AND and OR
    6. Combining the Form and its Processing Code in One ASP File
  5. Working with Cookies
    1. Setting and Retrieving a Cookie
    2. Cookie Properties
    3. Expiring a Cookie
  6. Maintaining State with the Session and Application Objects
    1. The Session Object
      1. Storing and Retrieving Values in the Session Object
      2. Session Properties and Methods
    2. The Application Object
  7. Working with Components
    1. Instantiating Component Objects
    2. Sending Email with CDONTS
  8. Writing to a Text File
    1. Writing to a Tab-Delimited Text File
  9. Loop Structures in ASP
    1. For…Next Loops
    2. Populating Select Lists
    3. Collections in ASP
    4. For Each…Next Loops and Collections
  10. ASP-to-Database Integration with ADO
    1. Database Commands with SQL
    2. The ADO Object Model
    3. Retrieving a Record from the Database with ASP
    4. The Connection Object’s Execute Method
    5. Building an Interface for Updating Client Records
  11. VBScript Subroutines and Functions
    1. Subroutines
    2. Functions
  12. Drilling Down and the Query String
    1. Building the Query String into a Link
    2. Generating Drill Down Links Dynamically
    3. Building an Interface for Deleting a Record
Active Server Pages / Introduction
Training Active Server Pages / Introduction

Onze voordelen :

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

Training Ajax with ColdFusion – 3 days

Class overview :

In this Ajax training course, students learn to make calls to the server with JavaScript and to manipulate XML content returned from the server. Ajax opens the door to creating sophisticated web-based applications with much more of the logic (and therefore code) is handled on the client. While Ajax allows for more dynamic and responsive applications, it changes the traditional role of JavaScript dramatically and forces developers to rethink how they write and manage JavaScript code.

Class goals :

Learn how Ajax works.
Learn to write cross-browser Ajax code.
Learn to use Ajax to make a call to the server without a page refresh.
Learn to modify content blocks on a page without refreshing the whole page.
Learn to use server-side form validation with Ajax.
Learn to move elements around the page with Dynamic HTML.
Learn to show and hide elements.
Learn to manipulate XML documents with JavaScript using the DOM.
Learn to manipulate XML documents with JavaScript using XSLT.
Learn to program in JavaScript using Object-Oriented techniques.
Learn to work with various JavaScript/Ajax libraries, such as Prototype, Scriptaculous, and Sarissa.

Content of Training Ajax with ColdFusion

Class Outline

  1. Ajax Basics
    1. The Purpose of Ajax
      1. Traditional Web Application
      2. An Ajax Web Application
    2. The XMLHttpRequest Object
      1. Creating an XMLHttpRequest Object
      2. Using an XMLHttpRequest Object
      3. Handling the Response
    3. Conclusion
  2. Ajax Frameworks
    1. The Purpose of Frameworks
      1. Choosing a Framework
    2. Dojo
      1. Downloading Dojo
      2. Using Dojo for Ajax
    3. Prototype
      1. Downloading Prototype
      2. Using Prototype for Ajax
    4. Other Popular Frameworks
      1. Direct Web Remoting (DWR)
      2. AjaxAnywhere
      3. Simple Ajax (SAJAX)
      4. Sarissa
      5. Other Frameworks
    5. Conclusion
  3. The HTML Document Object Model
    1. Accessing Nodes
      1. Accessing Element Nodes
      2. Accessing Attribute Nodes
      3. getAttribute
      4. attributes[]
      5. Accessing Nodes by Type, Name or Value
      6. Accessing Nodes by Class Name
    2. Removing Nodes from the DOM
      1. DOM Differences: The Whitespace Problem
    3. Creating New Nodes
    4. Conclusion
  4. XML and Ajax
    1. Creating a DOM Document with JavaScript
    2. Accessing, Creating and Modifying XML Nodes
      1. Creating an AddChild() Function
    3. Receiving XML Responses
    4. Conclusion
  5. Ajax Applications
    1. Login Form
    2. Quick Lookup Form
    3. Preloaded Data
      1. Ajax Slideshow
      2. Navigable Tables
    4. Conclusion
  6. OO JavaScript and Refactoring Ajax
    1. Illustrating the Problem
    2. Object-Oriented JavaScript
      1. JavaScript Classes
      2. Prototypes
      3. Extending Built-in Objects
    3. Refactoring the Ajax Request Code
    4. Conclusion
  7. JavaScript Object Notation (JSON)
    1. Object Literals
      1. Arrays
      2. Objects
      3. Arrays in Objects
      4. Objects in Arrays
    2. JSON
      1. JSON Syntax
      2. JSON Parsers
        1. CFJSON
      3. JSON Advantages and Disadvantages
    3. Conclusion
  8. XSLT Transformations with JavaScript
    1. XSLT
      1. Basic XSLT
    2. XSLT in the Browser
      1. XSLT in Internet Explorer
      2. XSLT in Mozilla
    3. Sarissa
      1. Advantages and Disadvantages of XSLT in Ajax Applications
    4. Conclusion
  9. Drag and Drop
    1. Drag and Drop Basics
    2. script.aculo.us
      1. Draggables
      2. Droppables
      3. A More Interesting Example
    3. Conclusion
  10. More Ajax Applications
    1. Inline Editing
    2. Detailed Information on Demand
    3. Autologout
    4. Autocompletion
    5. Conclusion
Ajax with ColdFusion
Training Ajax with ColdFusion

Onze voordelen :

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

Training Ajax with PHP – 3 days

Class overview :

In this Ajax training course, students learn to make calls to the server with JavaScript and to manipulate XML content returned from the server. Ajax opens the door to creating sophisticated web-based applications with much more of the logic (and therefore code) is handled on the client.

Class goals :

Learn how Ajax works.
Learn to write cross-browser Ajax code.
Learn to use Ajax to make a call to the server without a page refresh.
Learn to modify content blocks on a page without refreshing the whole page.
Learn to use server-side form validation with Ajax.
Learn to move elements around the page with Dynamic HTML.
Learn to show and hide elements.
Learn to manipulate XML documents with JavaScript using the DOM.
Learn to manipulate XML documents with JavaScript using XSLT.
Learn to program in JavaScript using Object-Oriented techniques.
Learn to work with various JavaScript/Ajax libraries, such as Prototype, Scriptaculous, and Sarissa.

Content of Training Ajax with PHP

Class Outline

  1. Ajax Basics
    1. The Purpose of Ajax
      1. Traditional Web Application
      2. An Ajax Web Application
    2. The XMLHttpRequest Object
      1. Creating an XMLHttpRequest Object
      2. Using an XMLHttpRequest Object
      3. Handling the Response
    3. Conclusion
  2. Ajax Frameworks
    1. The Purpose of Frameworks
      1. Choosing a Framework
    2. Dojo
      1. Downloading Dojo
      2. Using Dojo for Ajax
    3. Prototype
      1. Downloading Prototype
      2. Using Prototype for Ajax
    4. Other Popular Frameworks
      1. Direct Web Remoting (DWR)
      2. AjaxAnywhere
      3. Simple Ajax (SAJAX)
      4. Sarissa
      5. Other Frameworks
    5. Conclusion
  3. The HTML Document Object Model
    1. Accessing Nodes
      1. Accessing Element Nodes
      2. Accessing Attribute Nodes
      3. getAttribute
      4. attributes[]
      5. Accessing Nodes by Type, Name or Value
      6. Accessing Nodes by Class Name
    2. Removing Nodes from the DOM
      1. DOM Differences: The Whitespace Problem
    3. Creating New Nodes
    4. Conclusion
  4. XML and Ajax
    1. Creating a DOM Document with JavaScript
    2. Accessing, Creating and Modifying XML Nodes
      1. Creating an AddChild() Function
    3. Receiving XML Responses
    4. Conclusion
  5. Ajax Applications
    1. Login Form
    2. Quick Lookup Form
    3. Preloaded Data
      1. Ajax Slideshow
      2. Navigable Tables
    4. Conclusion
  6. OO JavaScript and Refactoring Ajax
    1. Illustrating the Problem
    2. Object-Oriented JavaScript
      1. JavaScript Classes
      2. Prototypes
      3. Extending Built-in Objects
    3. Refactoring the Ajax Request Code
    4. Conclusion
  7. JavaScript Object Notation (JSON)
    1. Object Literals
      1. Arrays
      2. Objects
      3. Arrays in Objects
      4. Objects in Arrays
    2. JSON
      1. JSON Syntax
      2. JSON Parsers
        1. PHP JSON Extension (added in PHP 5.2)
        2. PEAR JSON
        3. ZEND JSON
      3. JSON Advantages and Disadvantages
    3. Conclusion
  8. XSLT Transformations with JavaScript
    1. XSLT
      1. Basic XSLT
    2. XSLT in the Browser
      1. XSLT in Internet Explorer
      2. XSLT in Mozilla
    3. Sarissa
      1. Advantages and Disadvantages of XSLT in Ajax Applications
    4. Conclusion
  9. Drag and Drop
    1. Drag and Drop Basics
    2. script.aculo.us
      1. Draggables
      2. Droppables
      3. A More Interesting Example
    3. Conclusion
  10. More Ajax Applications
    1. Inline Editing
    2. Detailed Information on Demand
    3. Autologout
    4. Autocompletion
    5. Conclusion
Ajax with PHP
Training Ajax with PHP

Onze voordelen :

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

Training Crystal Reports 2008 Level 2 – 2 days

Class overview :

Until now, you have used Crystal Reports to build and modify reports. You want to use the advanced functionality of Crystal Reports to generate reports in the format you desire. In this course, you will create complex reports and data sources using Crystal Reports’ tools. You will not only create more sophisticated reports including subreports and cross-tabs, but you will also increase the speed and efficiency of your reports by using SQL queries.

Class goals :

After completing this course, students should be able to:

  • Create automatic and manual running totals
  • Work with cross-tab reports
  • Add subreports
  • Create drill-downs in a report
  • Use SQL statements in report processing
  • Create complex formulas
  • Add charts to reports
  • Enhance report functionality

Content of

Lesson 1: Creating Running Totals

Lesson 2: Working with Cross-Tabs

Lesson 3: Adding Subreports

Lesson 4: Creating Drill-Downs in a Report

Lesson 5: Using SQL Statements in Report Processing

Lesson 6: Creating Complex Formulas

Lesson 7: Adding Charts to Reports

Lesson 8: Enhancing Report Functionality

  • Appendix A: Managing Reports
  • Appendix B: Processing Data on the Server
  • Appendix C: Detecting and Fixing Problems
Crystal Reports 2008 Level 2
Training Crystal Reports 2008 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, …

Training Crystal Reports 2008 Level 1 – 2 days

Class overview :

Organisations use reporting tools to access data sources and generate customised reports. Crystal Reports 2008 enhances report building and report processing techniques with a slew of features that add value to your presentation. In this course, you will create a basic report by connecting to a database and modifying its presentation.

Class goals :

After completing this course, students should be able to:

  • Explore the Crystal Reports interface
  • Create a basic report and modify it
  • Use formulas for filtering data
  • Build a parameterized report
  • Group report data
  • Enhance a report
  • Create a report using data sourced from an Excel database
  • Distribute data

Content of Crystal Reports 2008 Level 1

Lesson 1: Exploring the Crystal Reports 2008 Interface

Lesson 2: Working with Reports

Lesson 3: Using Formulas in Reports

Lesson 4: Building Parameterized Reports

Lesson 5: Grouping Report Data

Lesson 6: Enhancing a Report

Lesson 7: Creating a Report from Excel Data

Lesson 8: Distributing Data

  • Appendix A: Up and Configuring Data Sources
  • Appendix B: Using Report Processing Techniques
  • Appendix C: Using Functions in Formulas
Crystal Reports 2008 Level 1
Training Crystal Reports 2008 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, …

Training Crystal Reports Version 11 Advanced – 2 days

Class overview :

Now that you have completed the first course, or are familiar with the basics of building and modifying reports, you’re ready to move ahead to create complex reports and data sources using Crystal Reports’ tools. In this course, you’ll not only learn how to create more sophisticated reports including subreports and cross-tabs, but you’ll also learn how to increase the speed and efficiency of your reports by using SQL queries.

Class goals :

After completing this course, students should be able to:

  • Create running totals in a report
  • Build cross-tabs in your report
  • Add subreports to a report
  • Design a report that uses a drill-down
  • Improve processing speed in your reports
  • Chart single and multiple data series
  • Report from Excel data
  • Implement report prompts
  • Enhance report functionality

Content of Crystal Reports Version 11 Advanced

Creating Running Totals

  • Create a Running Total Field
  • Modify a Running Total Field
  • Create a Manual Running Total on Detail Data
  • Create a Manual Running Total on Summary Data

Building Cross-tabs in Your Report

  • Create a Cross-tab
  • Create a Specified Group Order
  • Filter a Cross-tab by Group
  • Change the Cross-tab Format
  • Conditionally Format Rows and Columns
  • Keep Groups Together

Adding Subreports

  • Insert a Subreport
  • Link a Subreport to a Primary Report
  • Edit a Subreport’s Structure
  • Format a Subreport Using the Format Editor
  • Share Variables Between Subreports and Primary Reports
  • Create an On-demand Subreport

Creating Drill-downs

  • Create a Drill-down
  • Create Separate Headings for Drill-down Data

Enhancing Report Processing by Writing SQL Statements

  • Create a Report Using SQL Queries
  • Summarize Report Data Using SQL Aggregate Functions
  • Create Joins Using SQL
  • Create Subqueries
  • Create a SQL Expression Field

Charting Data

  • Create a Bar Chart
  • Modify a Chart
  • Format a Chart
  • Create a Chart Template
  • Create a Top N Chart
  • Create a Cross-tab Chart

Reporting on Excel Data with Crystal Reports

  • Create a Report Based on Excel Data
  • Modify a Report Generated from Excel Data
  • Update Data in a Report Based on Excel Data

Working with Prompts

  • Create a Static Prompt
  • Create a Dynamic Prompt

Enhancing Report Functionality

  • Group Data Hierarchically
  • Create a Dynamic Image
  • Create a Report Alert
  • Create a Geographic Map
Crystal Reports Version 11 Advanced
Training Crystal Reports Version 11 Advanced

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, …