Search in
Courses Providers, List Your Courses for FREE
Menu

Certificate in Web Development (Server Side) & Mobile Application Development (Level 1 & 2)


Compufield Computer Institute
Certificate

by Compufield Computer Institute


Mumbai
Starting from:
INR 30,500
Per Course
(Taxes As Applicable)
Request Info
Subjects Covered & Categories
Learn: PHP Programming | MySQL | Mobile Application Development

Category: Web Technologies | Database | Mobile Technologies


Basic Details
Level:Level 1, Level 2
Medium of instruction:English
Overview, Content & Syllabus

Topics Covered:

  • PHP

  • MYSQL

  • Mobile Application Development (Level 1 & 2)

 

PHP

PHP is a widely-used general-purpose scripting language that is especially suited for web development and can be embedded into HTML.

PHP's language syntax is similar to C's and Perl's. It generally runs on a web server like Apache which is configured to take PHP code as input and create web page content as output. It can be deployed on most web servers and on almost every operating system and platform free of charge. PHP is installed on more than 20 million websites and 1 million web servers.

 

MySQL

MySQL is one of the most popular open source database management system recognized for its speed and reliability. It is commonly used with web pages. More than 11 million Websites are built around MySQL.

Current MySQL customers such as eBay, Google, Twitter, Yahoo, Facebook, and YouTube, SlashDot, LiveJournal are perfect examples of how MySQL is used to organize and store multiple databases that can be quickly accessed by millions of people at once.

 

PHP

PHP is a powerful cross platform server side script language. It is a full featured programming language capable of managing huge database driven online environments. Using PHP you can query databases, create images, read & write files, talk to remote servers - the possibilities are endless.

Salient Features

PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly

 

Application

Open source has brought a lot more than Linux to the computing world. It has also given us PHP and MySQL. PHP and MySQL are the world's best combination for creating data-driven sites.

 

Syllabus

Part I: Working with PHP

Getting Started with PHP-Variables

Assigning Simple Variables Within a Script

  • Delimiting strings

  • Assigning arrays within a script

  • Assigning two-dimensional arrays in a script

Accessing Variables Passed from the Browser

  • HTML forms variables

  • Passing arrays

  • Cookies

  • Sessions

Testing Variables

  • isset0

  • empty0

  • is_null0

  • is_int0

  • is_double0

  • is_string0

  • is_array0

  • is_bool0

  • is_object0

  • is_resource0

  • is_scalar0

  • gettype0

Changing Variable Types

  • Variable Variables

Control Structures

The if Statement

  • Determining true or false in PHP

  • Comparison operators

  • Logical operators

  • Complex if statement

  • if…else statements

  • if…elseif statements

switch…case

  • Loops

  • White…

  • do…while

  • for

  • foreach

  • continue and break

PHP’s Built-in Functions

  • Function Basics

  • Arguments

  • Return values

Function Documentation

  • Important PHP Functions

  • String handling functions

Writing Organized and Readable Code

  • Indenting

  • Code blocks

  • Function calls

  • SQL statements

  • Includes

  • Include0 and Require0

  • Include_once0 and Require_once0

User-Defined Functions

  • Function basics

  • Returning values

  • Using a variable number of arguments

  • Variable scope

Object-Oriented Programming

  • Classes, Continued

  • Object cloning

  • Destructors

  • Exceptions

     

Working on a E-Commerce ( Shopping Cart ) Live Project

Click to view the live project the students would be working with during this course

Synopsis:

The data is stored in Products Table, Supplier Table, Category Table. Each product has a single supplier and single category.

Each supplier supplies multiple products under multiple categories

1) Login Page

The user will be authenticated before they enter the website for the correct username/password.

There are 2 types of users Admin / User, the admin would have administrative rights, where as a user will only be able to view the products

2) Search Page

After login, the user will be directed to a search page, where they can search for a product by selecting the supplier / category name.

In advance search, string searches can be done.

3) Product Result list

This page will return the result of the search criteria.

A single page will display the records dynamically from the database, 5 records at a time. Using the Next / Previous button users can navigate through the list of products

4) Details

Once the user clicks on the product name in the result list page, they are directed to the details page, where user can get the detail information with a image of the product

If the user is an admin, they would be given an option to add / update / delete If the user is not a admin, the following permissions will be disabled.

5) Add / Update / Delete

Displaying data from multiple tables using forms & Adding / Updating / Deleting data

6) Security

Extensive use of Sessions / Cookies for security purposes

7) E-Commerce Module

Once the above project is completed, it’s taken to a next level where the e-commerce module is generated. Multiple Products can be added to the shopping cart, a dynamic bill is generated and user is forwarded to a payment gateway to complete the transaction.

 

MySQL

Salient Features

It’s easy to use:

MySQL software can be downloaded in less than 15 minutes.

 

It’s flexible: MySQL runs on more than 20 platforms, including Windows, Mac OS X, and Linux, and its open source code allows you to customize it to fit your unique requirements.

 

It’s highly scalable: Whether you're looking to post a few things a month to your Web site or looking to add content daily, MySQL is fit to handle Web sites large and small and will easily grow as your business does.

 

It’s free: A commercial license can be bought if you plan on redistributing it.

 

It’s secure: Security features ensure that only authorized users can access your databases.

 

It also provides 24/7 tech support and community support.

 

Application

Open source has brought a lot more than Unix to the computing world. It has also given us Linux, PHP and MySQL. PHP and MySQL are the world's best combination for creating database-driven sites.

 

Topics Covered:

Database Design with My SQL

Why use a Relational Database?

 

Blasted Anomalies

  • The update anomaly

  • The delete anomaly

  • The insert anomaly

 

Normalization

  • First normal form

  • Second normal form

  • Third normal form

 

Types of Relationships

  • The one-to-many relationship

  • The one-to-one relationship

  • The many-to-many relationship

 

Advanced Database Concepts

  • Referential integrity

  • Transactions

  • Stored procedures

 

The Structured query Language for Creating and Altering Tables

 

Essential Definitions

  • Null Values

  • Indexes

 

The create database Statement

The use database Statement

The create table Statement

 

Column Types

  • String column types

  • Numeric column types

  • Date and time types

 

Creating Indexes

 

Table Types

  • MyISAM InnoDB Tables

  • Berkeley DB

  • Heap

 

The alter table Statement

  • Changing a table name

  • Adding columns

  • Dropping columns

  • Adding indexes

  • Dropping indexes

  • Changing column definitions

 

Using the show Command

  • show databases

  • show tables

  • show columns

  • show index

  • show table status

  • show create table

 

GUI Tools for Manipulating MySQL Tables and Data

  • Using phpMyAdmin

 

The Structured Query Language for Inserting, Editing, and Selecting Data

  • The insert Statement

  • The update Statement

  • The delete Statement

  • The replace Statement

 

The Basic select Statement

  • The Where clause

  • order by

  • limit

  • group by and aggregate functions

 

Joining Tables

  • The two-table join (equi-join)

  • The multi-table join

  • The outer join

  • The self join

  • Unions

  • Correlated subqueries

 

C & C++ (Basics)

1 C

1.1 Datatypes.

1.2 Operator.

1.3 Condition construct.

1.4 Looping construct.

1.5 Functions.

1.6 Array.

 

2 C++

1.1 Class.

1.2 Object.

1.3 Inheritance.

1.4 Functions.

1.5 Properties.

 

 

Basic Mobile Application Development (Level 1)

Advance Mobile Application Development (Level 2)

 

Definition

Appcelerator Titanium is a platform for developing mobile, tablet and desktop applications using web technologies.

Appcelerator Titanium Mobile is one of several phone web based application framework solutions allowing web developers to apply existing skills to create native applications for iPhone and Android. Yet, while using the familiar JavaScript syntax, developers will also have to learn the Titanium API, which is quite different from familiar web frameworks such as jQuery.

 

Syllabus (Level I)

1) Getting Started

  • Creating your first application

  • Navigating the Titanium Studio workspace

  • Detecting platforms

  • Editing run configurations

  • Accessing the Titanium API Documentation

2) Windows & Views

  • Understanding Windows and Views

  • Using the label view

  • Using the image view

  • Understanding z-depth

  • Grouping and nesting Views

3) Controls, Input & Interactivity

  • Listening for events

  • Creating buttons

  • Creating a slider

  • Creating a switch

  • Creating a single-column picker

  • Creating a multi-column picker

  • Creating a date/time picker

  • Creating text fields and text areas

  • Configuring text field and text area keyboard types

  • Creating text fields with embedded buttons

  • Adding interactivity to any view

4) Tab Group

  • Understanding tab groups

  • Customizing tab groups

  • Working with a single tab group

5) Table View

  • Getting to know the Table view

  • Creating a simple table

  • Creating custom table rows

  • Opening windows from rows

  • Modifying row headers and footers

  • Adding rows

  • Updating rows

  • Deleting rows

  • Moving rows

  • Adding a search bar

  • Other properties and methods

6) Map View

  • Creating a map and setting the location

  • Creating simple annotations

  • Customizing pins

  • Creating and handling annotation buttons

  • Adding and removing pins at runtime

7) Web View and XHR

  • Loading local and remote web pages

  • Examining Web View events and controls

  • App-to-Web View for iOS

8) Feedback

  • Providing Feedback to the User

  • Setting timers

  • Prompting the device to vibrate

  • Providing feedback with an Alert dialog

  • Providing feedback with an Option dialog

  • Dial a phone number or load a webpage

  • Implementing an activity indicator

9) Gesture

  • Reading device orientation

  • Detecting shakes and reading accelerometer data

  • Detecting different tap types and finger swipes

10) Publish Apps To Phone

 

Syllabus (Level II)

1) Working with Local and Remote Data Sources

  • Reading data from remote XML through HTTPClient

  • Speeding up your remote data access using JSON and Yahoo! YQL 54

  • Creating an SQLite database

  • Saving data locally using an SQLite database

  • Retrieving data from an SQLite database

  • Creating a "pull and release" refresh mechanism

  • Creating charts using Raphael JS

2) Connecting your Apps with Social Media and E-mail

  • Composing and sending an e-mail

  • Adding attachments to an e-mail

  • Setting up a custom Facebook application

  • Integrating Facebook into your Titanium App

  • Posting on your Facebook wall

  • Connecting to Twitter using OAuth

  • Uploading an image using PHP and HttpRequest

  • Sending a tweet through Birdhouse and OAuth

3) Getting to Grips with Events and Properties

  • Reading and writing app properties

  • Firing and capturing events

  • Passing event data between your app and a Webview using custom events

4) Interacting with Native Phone Applications and APIs

  • Creating an Android Options menu

  • Accessing the contacts address book

  • Storing and retrieving data via the clipboard

  • Creating a background service on the iPhone

  • Displaying local notifications on the iPhone

  • Displaying Android notifications using intents

  • Storing your Android app on the device's SD card

5) Integrating your Apps with External Services

  • Connecting to APIs that use basic authentication

  • Fetching data from the Google Places API

  • Connecting to FourSquare using OAuth

  • Posting a check-in to FourSquare

  • Searching and retrieving data via Yahoo! YQL

  • Integrating push notifications with UrbanAirship.com

  • Testing push notifications using PHP and HTTP POST

6) Extending your Apps With Custom Modules

  • Integrating an existing module—the PayPal Mobile Payment Library

  • Creating a public API method


Course Schedule & Price
Classroom - Regular
When Duration Where Remarks Price
Not Specified 100 Sessions
All Venues 1 session is of 1hr. INR 30,500
Per Course
(Taxes As Applicable)

Venues (Locations)
Mumbai, Warden Road (Head Office):- Chinoy Mansion, First Floor, Block #2 Opp. St.Stephen's Church Warden Road, Mumbai - 400036, Maharashtra, India


Mumbai, Bandra West (Branch):- 1st Floor. O'Priya Building, Near Mehboob Studio Peter Dias Road Bandra West, Mumbai - 400050, Maharashtra, India


Mumbai, Andheri West (Branch):- Wembley Society, Shop No 3 Shastri Nagar, Lane no2, Lokhandwala Andheri West, Mumbai - 400053, Maharashtra, India


About Course Provider

Compufield Computer Institute


COMPUFIELD® Computer Institute was started in 1985 by Mr. M. E. Khairaz to impart training in Internet, Digital Art, Multimedia, Software and Network Engineering. Today we offer many different courses covering the latest and most widely used software worldwide.

  • Creative courses, Designing and Digital Video courses

  • Multimedia and Internet courses

  • Programming courses

  • Network Engineering, MCSE, CCNA, CCNP

  • Office Automation & Financial Application

  • Kids courses

 

Our Training

  • Our courses are upgraded frequently to meet the ever changing standards of the Industry.

  • Our Students design galleries substantiate our claim of providing our students a creative and informative learning environment directed at all round growth.

  • Our faculty are highly experienced in the respective software and help the students in the best possible manner.

  • We have state of the art Hardware and Software facilities.

  • We offer Crash courses of 6-10 hours per day to students who wish to complete their learning in a short period.

  • Professional Job Assignments and Tutorials have been devised to help students practically apply what they learn.

  • After successful completion of the course, job assistance is provided by us.;

 

We offer a unique style of learning -

  • One computer : One student : One Instructor

  • Maximum Instructor to Student Ratio 1:4

  • Sessions : Each session will be of 1 hour

  • Fees is for one course and it includes instructions, practicals,practice, project, preparation for exam (if any)

  • Overseas / local Students take 5 to 10 hours per day to complete their courses earlier.

  • The timing can be fixed based on our mutual convenience,
    between 9.00 a.m. to 7.00 p.m.

  • Course duration in working days = Total sessions divided by number of sessions (hours) per day.

  • No extra charges/refund for more/less time taken to complete the course.

  • Lodging, boarding and travelling not included in the fees.

  • Management has full right to change courses, contents, tuition fees without prior notice.

 



Browse similar courses by category


Courses by Compufield Computer Institute
Web Technologies
Database
Mobile Technologies


AllRefer.com - Browse and Share Photos
Browse & Share Photos
Subscribe & get details about interesting courses & events free in your mail