Tuesday, September 27, 2011

JAVA Servlets and JSP

Outline



Basic Outline
Introduction to servlet and JSP programming
                An introduction to web programming with Java
                How to install and use Tomcat in Ubuntu Linux environment
                How to use the Netbeans IDE and Eclipse IDE

Essential servlets and JSP skills

                A crash course in HTML
                How to develop JavaServer Pages
                How to develop servlets
                How to structure a web application with the MVC pattern
                How to work with sessions and cookies
                How to use standard JSP tags with JavaBeans
                How to use the JSP Expression Language (EL)
                How to use the JSP Standard Tag Library (JSTL)
                How to use MySQL as the database management system
                How to use JDBC to work with a database

ADVANCED SERVLET and JSP SKILLS

                How to use JavaMail to send email
                How to use SSL to work with a secure connection
                How to restrict access to a web resource
                How to work with HTTP requests and reponses
                How to work with listeners
                How to work with filters

Ecommerce website

                Introduction to Ecommerce website
                                The user interface
                                The structure
                                The business layer
                                The database
                                The data layer
                The Download application
                                The user interface
                                The structure
                                The code
                The Cart application
                                The user interface
                                The structure
                                The code

                The Admin application
                                The user interface
                                The structure
                                The code
                The Process Invoices application
                The Reports application

ADO.NET 4.0 database programming with VB 2010

Outline



I.                    An introduction to ADO.NET programming

An introduction to database programming
An introduction to ADO.NET 4

II.                  How to use data sources and datasets for Rapid Application Development

How to work with data sources and datasets
How to work with bound controls and parameterized queries
How to use the Dataset Designer

III.                Three-layer Windows Forms applications

How to work with connections, commands, and data readers
How to work with parameters and stored procedures
How to work with transactions
How to work with object data sources
Payable Entry application (hands-on)

IV.                How to use ADO.NET with web applications

How to use SQL data sources
How to use the GridView control
How to use the DetailsView control
How to use object data sources

V.                  Advanced database programming skills

How to work with XML data
How to use the reporting features of Visual Studio
How to use LINQ
How to use the Entity Framework

VB.NET 2010 for .NET 4.0 Developer

Outline

I.                    Introduction to Visual Basic programming

An introduction to Visual Studio
How to design a Windows Forms application
How to code and test a Windows Forms application

II.                  The Visual Basic language essentials

How to work with numeric and string data
How to code control structures
How to code procedures and event handlers
How to handle exceptions and validate data
How to work with arrays and collections
How to work with dates and strings
More skills for working with Windows forms and controls
How to create and use classes
How to debug an application

III.                Database programming

An introduction to database programming
How to work with data sources and datasets
How to work with bound controls and parameterized queries
How to use ADO.NET to write your own data access code

IV.                Object-oriented programming
How to work with default properties, events, and operators
How to work with inheritance
How to work with interfaces and generics
How to organize and document your classes

V.                  Other programming skills
How to work with files and data streams
How to work with XML files
How to use LINQ
How to enhance the user interface
How to deploy an application.

Friday, September 23, 2011

Our Products


We do the following,


Web development including CMS
eCommerce
iOS/Android development
Systems Development
2D/3D Animations
Game development
Security


Personally handles training with the following,


PHP/MySQL
JAVA/JSP/Servlets/Frameworks
VB.NET
ASP.NET
C#.NET
iOS/Android Development
Oracle
MS Project (Project Management)
Primavera (Project Management)
Security/Forensic
Hardware Servicing and Networking
Technical Drafting leading to CAD
Graphics designing
2D/3D Animations
Game development
Flash with Actionscript


#79 4th Floor VEG Bldg., Gen. Maxilom Ave., 6000 Cebu City, Cebu Philippines. Next to St. Theresa's College along Mango Ave., Cebu City.


Contact No.:  +63 928 297 4677





Monday, August 29, 2011

ASP.NET 4.0 web programming with VB 2010 Outline



I.                    The essence of ASP.NET web programming

An introduction to ASP.NET web programming
How to develop a one-page web application
How to develop a multi-page web application
How to test and debug an ASP.NET application
A crash course in HTML and CSS

II.                  Basic ASP.NET skills

How to work with server controls
How to use the validation controls
How to manage state
How to use master pages
How to use site navigation
How to use themes

III.                ASP.NET database programming

An introduction to database programming
How to use SQL data sources
How to use the GridView control
How to use the DetailsView and FormView controls
How to use the ListView and DataPager controls
How to use object data sources

IV.                Professional ASP.NET skills

How to secure a web site
How to authenticate and authorize users
How to use email, custom error pages, and back-button control
How to use AJAX
How to configure and deploy ASP.NET 4 application
An introduction to WCF services

Sunday, August 28, 2011

Basic PHP/MySQL

We have just started the PHP/MySQL training last August 20,2011. Other available training time is from Monday to Friday at 6:00 pm to 9:00 pm and Saturday and Sundays at 1:00 pm to 4:00 pm.

This is interesting programming language and we are aiming this training that no one will be left behind because we are dedicated to train our students to learn while becoming a technopreneurs after the training.

The call and concerns of every Filipino with regards to the standard educational system of our country that after the students finished their courses, they will be a merely a job hunters. Our answers to them is through our IT training which we believe to uplift our image and economy especially Cebu.

The training include not just the technicality of the PHP but also the Search Engine Optimization and Marketing plus the other technology that is directly involved in PHP programming.

We are not the marketing savvy but we're trying as best as we can to learn the techniques in Marketing online.

Sunday, August 7, 2011

PHP / MySQL Outline


Basic PHP (24 hrs)

Introduction to Web Development with PHP
The Architecture of a Web Application
How to Edit and Test a PHP Application
How to use NetBeans to develop a PHP

How to code a PHP application
Basic PHP skills
How to get data from a request
How to work with data
How to code control statements
How to use the PHP documentation

Introduction to relational databases with MySQL
An introduction to relational databases
The SQL statements for data manipulation
An introduction to MySQL
How to use XAMMP/phpMyAdmin

How to use PHP with a MySQL database
PHP for working with MySQL
How to get data from a result set

How to use the MVC pattern to organize your code
How to use the MVC pattern
The MVC application

How to test and debug a PHP application
Introduction to testing and debugging
How to debug with xDebug and NetBeans

How to work with form data
How to get data from a form
How to display data on a web page

How to code control statements
How to code conditional expressions
How to code the selection structures
How to code the iteration structures

How to work with strings and numbers
How to work with strings
How to work with numbers
Other skills for working with strings and numbers

How to work with dates
How to use timestamps to work with dates
How to use objects to work with dates

How to create and use arrays
How to create and use an array
How to create and use an associative array
How to use functions to work with arrays
How to work with arrays of arrays

How to work with cookies and sessions
How to work with cookies
How to work with sessions

How to create and use functions
Basic skills for working with functions
How to create and use library of functions
Advanced skills for working with functions

How to create and use objects
How to create and use classes
How to code class constants, properties, and methods
Additional skills for working with objects
How to work with inheritance

How to use regular expressions, handle exceptions, and validate data
How to use regular expressions
How to handle exceptions


ADVANCED PHP and MySQL (Master MySQL programming) (36 hrs)

How to design a database
How to design a data structure
How to normalize a data structure
A database design tool

How to use SQL to create a MySQL database
How to work with databases
How to work with tables
How to work with indexes
How to work with users and privileges
Other skills for creating a database
 
How to use SQL to work with a MySQL database
How to select data from a single table
How to select data from multiple tables
How to code summary queries
How to code subqueries
How to update, insert and delete rows

Professional PHP for working with MySQL
Three ways to use PHP to work with MySQL
How to work with PHP Data Objects (PDO)
How to work with mysqli

A database-driven web site
How to work with large text columns
The include files
Shopping cart applications

Master the advanced skills for building web sites (Securing your web sites)
How to use a secure connection
How to use authentication
How to work with encrypted data

How to send email and access other web sites
How to send email
How to get data from other servers
The YouTube Search application

How to work with files, uploads, and images
How to work with files
How upload a file
How to work with images
The Image Upload application

An eCommerce web site
An introduction to the web site
The user interface for end users
The user interface for administrators