Saturday, September 24, 2016

C Plus Plus Training Course In Chandigarh

 C Plus Plus Training Course In Chandigarh

Introduction

C Plus Plus Training Course In Chandigarh

Piford Technologies provide you best C Plus Plus Training Course In Chandigarh, Mohali and Panchkula . We have best faculty in this region. We are basically the development company having separate division for training where we give training on real time projects which will give you the flavor of employment. High end meting out systems with internet way in makes the students to study, practice, and work professionally and to clear their fears immediately.

Introduction

C++ Development IDE: Visual Studio 2010
Understanding datatype & variables in C++
Understanding Identifiers, Characters & Strings

Programs Implementation & Self Practice

User Defined Datatypes
Implementing constants and Enumerations
Understanding Boolean Expression, Operators and Assignment
statements
Type casting in C++

Programs Implementation & Self Practice

Implementing Structures in C++
Implementing functions in C++
Introduction to OOPs, Classes in OOPs
Implementing Objects in C++ : Concept of “NEW” and “DELETE”

Programs Implementation & Self Practice

Implementing/Coding conditional construct and looping
Implementing/Coding abstraction and encapsulation
Implementing/Coding static variables and function
Implementing/Coding static polymorphism (function, constructor overloading)

PROJECT WORK

Implementing/Coding dynamic polymorphism (abstract classes and interface)-1
Understanding 2D Arrays in C++
Branch and Loop statements: For loop, While, do…while
IF Else statements and Switch Case in C++

PROJECT WORK

Introduction to Pointers in c++
Passing variables by Value and Reference
Implementing Recursion & Linked Lists in C++
File Handling in C++

PROJECT WORK

Debugging in C++
Advanced File Handling concepts in C++
Reading and writing in files
Introduction to graphics in C++

PROJECT WORK

Designing layouts using C++
Integrating C++ code with the database – 1
Integrating C++ code with the database – 2

Hours Of Study (Duration)

Classes are held on Monday to Friday, approximately 10 hours per week.
Duration: 6 Months / 3 Months / 6 Weeks / Weekend

Dot Net Training Course In Chandigarh

 Dot Net Training Course In Chandigarh


Introduction

Dot Net Training Course In Chandigarh

Piford Technologies provide you best Dot Net Training Course in Chandigarh, Mohali and Panchkula . We have best faculty in this region. We are basically the development company having separate division for training where we give training on real time projects which will give you the flavor of employment. High end meting out systems with internet way in makes the students to study, practice, and work professionally and to clear their fears immediately.

.Net Framework With C# Language

.Net Enterprise Architecture 4.0
Introduction to .Net Framework ( CLR, CTS,JIT,MSIL)
Basic Concept Of Programing Language
Introduction To Visual Studio 2010
Overview of OOPS
Objects Oriented programming in C#
Objects & Classes
Abstraction & Encapsulation
Polymorphism & Inheritance
Interface & Abstract Class
Delegates and Events
Exception Handling
Collection Framework & Generics
File Handling/IO Operations
Threading/Multi Threading
Reflaction
Remoting

.Net Framework With C# Language

Introduction to Windows Forms user Interface
Common Windows Form Controls
Complex Windows Form Controls
Menu and Toolbars
Dialog Boxes
MDI Form
Custom Controls
Validation in Window Forms

Ado.Net

.Net data providers
Programing with .Net Interfaces
Net class Libraries
Using SqlConnection
Using SqlCommand
Using DataReader
Using DataSet
Using Adapter
Using XML with a DataSet

Asp.Net

Introduction to Asp.Net
Interacting with Internet and IIS
Working with web forms
Difference between HTML and Web Server Controls
Net Page Life Cycle
Standard Controls
Validation Controls
Master Page,Theme and Style

Data Base Interaction In Asp.Net

Data Bounds Controls
Composite Data Bounds Controls
Crysal Report
Crystal Report Using Web Services
Linq in a Nutshell

Asynchronus Programing In Asp.Net

Ajax Client/Server site tools
Using Ajax Calling Webservices

State Management

Mailing using SMTP
Navigation Controls
Site Navigation using xml datasource and Site Map datasource
Security In Asp.Net
Role Based Security
Managing users with Asp.Net membership
XML web services

Asp.Net MVC 4

What is Asp.Net Mvc and how it is different from web forms
What are Controllers How they get Invoked and how dothey accept input
How Does Model Bindink work
How can I build validation in to my Application
Preparation for Interviews

Hours Of Study (Duration)

Classes are held on Monday to Friday, approximately 10 hours per week.
Duration: 6 Months / 3 Months / 6 Weeks / Weekend

Software Testing Training Course In Chandigarh

 Software Testing Training Course In Chandigarh


Introduction

Software Testing Training Course In Chandigarh

Piford Technologies provide you best Software Testing Training Course in Chandigarh, Mohali and Panchkula . We have best faculty in this region. We are basically the development company having separate division for training, where we give training on Real Live Projects which will give you the flavor of employment. High end meting out systems with internet way in makes the students to study, practice and work professionally and to clear their fears immediately.

Manual Testing

SDLC
STLC
Test Planning, Test Case Designing & Execution
Importance of testing in SDLC & various kinds of testing
Black Box, White Box & Exploratory Testing
Look & Feel testing
Usability testing
Installation testing
Performance testing
Introduction to Web Application Testing
Integration & System testing
Qualities of a good tester
Defect Reporting
Effort Estimation
Return on Investment
Quality Standards (Six Sigma, CMM, CMMI & ISO) – Overview
Introduction to Database Testing
Rational Unified Process

Automation Testing

Automated Testing
Mercury Tools-QTP
Open Source Tool- Selenium

Live Project

At this stage students in this course will get a golden opportunity to work on live projects at Piford Technology. Students will also get a chance to work in a live professional set up with a team of working professionals.

Hours Of Study (Duration)

Classes are held on Monday to Friday, approximately 10 hours per week.
Duration: 6 Months / 3 Months / 6 Weeks / Weekend

Python Training Course In Chandigarh

 Python Training Course In Chandigarh


Introduction

Python Training Course In Chandigarh

Piford Technologies provide you best Python Training Course in Chandigarh, Mohali and Panchkula. The training involved in Website Development and Desktop Applications. We have best faculty in this region. We are basically the development company having separate division for training, where we give training on Real Live Projects which will give you the flavor of employment. High end meting out systems with internet way in makes the students to study, practice and work professionally and to clear their fears immediately.

Brief History, Installing Python, Setting Environment Variables

Executing Python from Command line and from IDLE
Datatypes, Nameing conventions and reserve words
Basic Syntax, Comments, Simple programs based on arithematic operations and simple message printing
String values , String Operations, String formatting, String operators, String Methods
Data conversions, Input from User-input() and raw_input, difference between print and print()
Control Flow and Syntax ,indentation, Operators- Arithematic, Logical, Comparison, Identity and Membership operators
Loops-for, while, do-while ,Statements- if, if- else
Introduction to List,Tuple,Dictionary.
List Methods, Dictionary methods-len(), append(),index(), sort() etc
Variables- Local and Global
Functions- Introduction to functions, defining and Calling Functions, Passing Arguments, Argument types,
Passing functions to a functions
Modules- how to include module, creating own modules and including them on other pages
File Handling- read, readline,readlines,write, writelines.
Access Modes -read, write and append mode. Using with statemet, closing file
Classes- Introduction to classes, objects, methods
Creating classes and Instance methods
Special methods
class variable and inheritance

Polymorphosm

Custom exception
Class documentation-pydoc
Exception Handling-Errors, Run time Errors, Exception model
Handling multiple exceptions-try, catch,finally

Assert And Raise

Writing own exception classes
Regular expressions-Simple character matches, Special characters
Character classes, Quantifiers, Dot character
Greedymatches, Grouping, Substituting, Compiling regular expressions
Flags, splitting string

Database

Introduction and establishing connection
Executing Queries
Transactions
Handling errors

Multithreading

Starting a thread
Threading module
Synchronizing thread
Multithreadded priority

CGI Programming

Introduction and Architecture
CGI environment variables, html in Python, Website design
Get and Post methods, Form validations
Cookies and Session
File Upload

GUI Programming

Introduction to GUI programming
Concepts of GUI programming, window,button,menus, radio buttons, checkboxes creation.
Practise work on GUI programming
Tkinter programming,Tkniter widgets
Desktop application

Socket Programming

Introduction
Sockets
Socket modules-sending and receiving data to server
Methods
Client and Server

Internet Module

Practise on Internet module
Sendmail

Hours Of Study (Duration)

Classes are held on Monday to Friday, approximately 10 hours per week.
Duration: 6 Months / 3 Months / 6 Weeks / Weekend

PHP Training Course In Chandigarh

 PHP Training Course In Chandigarh

Introduction

PHP Training Course In Chandigarh

We provide you best PHP Training Course in Chandigarh, Mohali and Panchkula. The training involved in Web Development. We have best faculty in this region. We are basically the development company having separate division for training, where we give training on Real Live Projects which will give you the flavor of employment. High end meting out systems with internet way in makes the students to study, practice, and work professionally and to clear their fears immediately.

PHP

Introduction to PHP
PHP’s role in Worldwide Web Technolog
PHP Language Fundamentals
PHP basics , Variables
Storing & Retrieving information
Comparison Operators
If , While & For Construct in
PHP Arrays in PHP with
Attributes Function in PHP
Passing data by reference
Variables scope in PHP
PHP Web forms
POST & GET FROM elements in PHP
Embedding forms with PHP code
Form validation in PHP
Regular Expressions
Guidelines for Secure PHP
Magic Quotes
Setting default value in forms
Processing & Retrieving upload
files Sending e-mail using PHP with assignment
Session handling with assignments
Date & Time
File handling in PHP
Reading, Writing & Copy file with PHP
Errors handling in PHP
Using Filters & String Functions in PHP
Cookie handling with assignment

MySql

Data base Concepts
MYSQL Data Types
PHP Myadmin
Creating Tables
Auto_increment and Primary Keys
Inserting value in to tables
Alter and Update table
Join Tables, Group,Union and Intersect Concepts

Introduction To Ajax

Introduction to Ajax
Connecting to server using Javascript
Creating an XMLHttp Request object in different browser
Checking the XMLHttp Request objects status property
Checking the XMLHttp Request objects ready state property
Getting Data with the XMLHttp Request object
Fetching text data from the server
Join Tables, Group ,Union and intersect Concepts

Introduction To Advanced Features

Joomla
WordPress
CakePHP
JQuery

Minor Live Project

Project Kick Off
Requirement Analysis
Design Initiation
Design Completion
Design Review
Development Initiation
Development progress
Unit Testing
Development Completion
System Testing
Project Closure

Hours Of Study (Duration)

Classes are held on Monday to Friday, approximately 10 hours per week.
Duration: 6 Months / 3 Months / 6 Weeks / Weekend

Web Designing Course In Chandigarh

 Web Designing Course In Chandigarh


Introduction

Web Designing Course In Chandigarh

Piford Technologies provide you best Web Designing Course in Chandigarh, Mohali and Panchkual. We have best faculty in this region. We are basically the development company having separate division for training, where we give training on Real Live Projects which will give you the flavor of employment. High end meting out systems with internet way in makes the students to study, practice and work professionally and to clear their fears immediately.

Creative Web Designing

Web, Graphics designing
Mobile layout design ( Photoshop , Corel Draw, Illustrator)
Working with Raster, Vector & Bitmap Graphics
Icons and logos Designing
Print media learning
Web Application interfaces

Flash Based Animation

Flash based Website designing and development
Creating animated contents to be integrated in a website
Animated banners and other web components
Creating E-greetings
E-Presentations
Audio and video using flash

HTM5 – CSS3 With Dreamweaver

Slicing the templates
HTML5 & CSS3
Adding containers, content, and links
Styling headings, body text, and footers
Styling and repositioning navigation links
Adding Images to Mobile Site
Adding Videos to Your Mobile Website
Geo-location on Mobile Websites
Local Storage
Mobile Forms
Using Latest CSS techniques

Responsive Web Designing

Creating and slicing multiple-sized banner images in Photoshop
Linking to CSS files with media queries
Setting the viewport scale
JavaScript in Mobile Websites
jQuery Mobile
Dynamic Menus
Dynamic Container
Swapping high-resolution graphics for Retina displays
JQuery & JavaScript Animated banners & web components
Using HTML5 & CSS3 for Responsive Web Design
Viewports and Media Queries
Mobile Testing Using Emulators

Hours Of Study (Duration)

Classes are held on Monday to Friday, approximately 10 hours per week.
Duration: 6 Months / 3 Months / 6 Weeks / Weekend

Big Data Training Course In Chandigarh

 Big Data Training Course In Chandigarh


Introduction

Big Data Training Course In Chandigarh

Piford Technologies provide you best Big Data Training Course in Chandigarh, mohali and panchkula . We have best faculty in this region. We are basically the development company having separate division for training, where we give training on Real Live Projects which will give you the flavor of employment. High end meting out systems with internet way in makes the students to study, practice and work professionally and to clear their fears immediately.

Module 1 : Introduction To Big Data

The four dimensions of Big Data: volume, velocity, variety, veracity
Introducing the Storage, MapReduce and Query Stack
Establishing the business importance of Big Data
Addressing the challenge of extracting useful data
Integrating Big Data with traditional data

Module 2 : Overview Of Big Data Stores

Data models: key value, graph, document, column–family
Hadoop Distributed File System
HBase
Hive
Cassandra
Hypertable
Amazon S3
BigTable
DynamoDB
MongoDB
Redis
Riak
Neo4J

Module 3 : Processing Big Data

Integrating disparate data stores
Employing Hadoop MapReduce
Employing Hadoop MapReduce
Handling streaming data

Module 4 : Tools And Techniques To Analyze Big Data

Abstracting Hadoop MapReduce jobs with Pig
Performing ad hoc Big Data querying with Hive
Creating business value from extracted data

Module 5 : Developing A Big Data Strategy

Establishing your Big Data needs
Meeting business goals with timely data
Evaluating commercial Big Data tools
Managing organizational expectations
Focusing on business importance
Framing the problem
Selecting the correct tools

Module 6 : Implementing A Big Data Solution

Selecting suitable vendors and hosting options
Balancing costs against business value

Hours Of Study (Duration)

Classes are held on Monday to Friday, approximately 10 hours per week.
Duration: 6 Months / 3 Months / 6 Weeks / Weekend

Hadoop Training Course In Chandigarh

 Hadoop Training Course In Chandigarh

Introduction

Hadoop Training Course In Chandigarh

Piford Technologies provide you best Hadoop Training Course In Chandigarh, mohali and panchkula . We have best faculty in this region. We are basically the development company having separate division for training where we give training on Real Live Projects which will give you the flavor of employment. High end meting out systems with internet way in makes the students to study, practice and work professionally and to clear their fears immediately.

Module 1 : Hadoop

Why Hadoop?
What is Hadoop?
Hadoop vs RDBMS, Hadoop vs BigData
Brief history of Hadoop
Problems with traditional large-scale systems
Requirements for a new approach
Anatomy of a Hadoop cluster

Module 2 : HDFS (Hadoop Distributed File System)

Installation
Concepts & Architecture
Data Flow (File Read , File Write)
Fault Tolerance
Shell Commands
Java Base API
Data Flow Archives
Coherency
Data Integrity
Role of Secondary NameNode

Module 3 : Map Reduce

Data Flow (Map – Shuffle – Reduce)
MapRed vs MapReduce APIs
Programming [ Mapper, Reducer, Combiner, Partitioner

Module 4 : HIVE & PIG

Architecture
Installation
Configuration
Hive vs RDBMS
Tables
DDL & DML
Partitioning & Bucketing
Hive Web Interface
Why Pig
Use case of Pig
Pig Components
Data Model
Pig Latin

Module 5 : HBase

RDBMS Vs NoSQL
HBase Introduction
HBase Components Scanner
Filter Hbase POC

Hours Of Study (Duration)

Classes are held on Monday to Friday, approximately 10 hours per week.
Duration: 6 Months / 3 Months / 6 Weeks / Weekend

Friday, September 23, 2016

Java Training Course In Chandigarh

 Java Training Course In Chandigarh


Java Training Course In Chandigarh

We have best faculty in this region. We are basically the development company having separate division for training. Our Java Training Course in Chandigarh, Mohali and Panchkula is designed by working java professionals with a combined experience of nearly 16+ years in java behind them. The development of this course was the meeting point of all these java professionals where they shared their magical concepts, ideas, real life experience and problems which resulted in this exciting course. Come and Join the gang and enjoy the world of Java.

Java Training is designed keeping only three things in mind; Simplicity, Coverage and Efficiency:

Simplicity – The entire Java Training course is designed in a very simple way such that anyone who just reads, watches and practices this, would go on to become an effective Java Developer.

Coverage – No matter how we study, we all have topics to be covered while we do it. This Java training course covers all the topics required for you to become a self sustained Java Developer.

Efficiency – This Java course takes you through a journey in which you will be learning and experiencing a whole new world to its fullest by putting in minimum effort.

Java Training is the hottest piece of cake in the IT Industry today and it will be tomorrow. This Java developer training course is an ideal platform for you to start learning Java and go on to explore more advanced features and ideas of Java in the future. There are more and more Companies who are migrating their applications from VB, .NET and other technologies to Java which leaves a huge empty space to be filled with Java and its technologies. Start early, learn Java and explore the countless opportunities in Java.

We are very happy to know that you are reading this. This is something which can change the course of your career towards the right direction; we don’t expect you to be a full time programmer to learn Java, we have designed this Java Training course such that a person with minimum or no prior programming knowledge is comfortable working with our text tutorials and watching videos to get used to programming and Java. Join this course wake the sleeping programmer up from inside you.

Java Programming Language

Introduction to Java
Overview of OOPS
Objects Oriented programming in java
Java Programming Constructs and Operators
Objects & Classes
Methods & Classes
Inheritance
Console IO
Assertions
Packages & Interfaces
Auto boxing
Accepting Data from a User
JavaBeans Exception Handling
Threading/Multi Threading
Collection Framework
Console IO
Assertions
Generics
File Handling/IO Operations
Graphic Programming

Applets & Applications
AWT
Creating a Web-Based Java Program
Events Handling
Layout Managers
Creating GUI using Swing
Designing & Documentation

UML
Javadoc Utilities
Network Programming

Socket Programming
RMI
RMI IIOP
Creating a Network Server Application
Creating a Network Client Applet
Database Programming

Connectivity using JDBC
JDBC API
Intro to MVC Architecture
Hands-on Practice
Introduction To Advance Java/J2EE

Java Beans
Servlets
JSP
Struts
Hibernate
DNS Overview
Web Hosting Concept
Apache tomcat implementation
Understanding Ide’s

Netbeans
Eclipse
LIVE PROJECT

Requirement Analysis
Design Initiation
Design Completion
Design Review
Development Initiation
Development progress
Unit Testing
Development Completion
System Testing
Live Project

Hours Of Study (Duration)

Classes are held on Monday to Friday, approximately 10 hours per week.
Duration: 6 Months / 3 Months / 6 Weeks / Weekend

IPhone App Development Training Course In Chandigarh

 IPhone App Development Training Course In Chandigarh


Introduction

IPhone App Development Training Course In Chandigarh

Piford Technologies provide you best iPhone App Development Training Course in Chandigarh, Mohali and Panchkula . We have best faculty in this region. We are basically the development company having separate division for training, where we give training on Real Live Projects which will give you the flavor of employment. High end meting out systems with internet way in makes the students to study, practice and work professionally and to clear their fears immediately.

IPhone/IOS Basics

Objective C

Introduction to Objective-c programming
Primitive Data Types and Operators
Flow Control Statements
Arrays and Structures
Classes, Objects, and Messaging
Memory Management and Properties
Inheritance, Polymorphism
Protocols and Categories
Introduction to Foundation Framework Classes
File Handling
Property Lists, NSCopy, and Archiving
Selectors and Targets
Dynamic Typing and Dynamic Binding

IPhone SDK

Introduction to iPhone Architecture
Introduction to Development IDE – XCODE, Interface Builder
Creating and building simple applications
Handling Basic Interaction
Creating basic view controllers
Monitoring events and actions
Creating advanced view controllers
Memory Management
Story-boarding Integration
Programmatic Interface creation
Integrating with core services – Email, Contacts, Camera, Map kit etc
Data: actions, preferences, files, and addresses
Camera, WebKit, Mapkit and core location
Creating of database and using it in iPhone app
Introduction to url loading system
Debugging, testing the application

IOS Advanced

Core Data Integration
Advanced controllers – Navigation controller, iPad specific split controllers etc
Integrating with Core Services – Core Audio, Video
Push notification
iAD Integration
Advanced Even Handling – Multi touch, Gesture Recognition
Maps overview and core location
Protocols and Categories
Communication with the Services
Using the Accelerometer
Bluetooth Programming

Hours Of Study (Duration)

Classes are held on Monday to Friday, approximately 10 hours per week.
Duration: 6 Months / 3 Months / 6 Weeks / Weekend

Android App Development Training Course In Chandigarh

 Android App Development Training Course In Chandigarh


Introduction

Android App Development Training Course In Chandigarh

Piford Technologies provide you the best Android app development training course in chandigarh, mohali and panchkula. We have best faculty in this region. Piford is a software development company with an additional division for training, where it imparts training on Real Live Projects to provide students the flavor of employment. High end systems with internet to enable the students to study, practice and work professionally, which in turn clear their fears.

This course is ideal for beginners and no prerequisites have been defined. This Android training begins with the basic concepts of Java programming and works upward to fully fledged Android Applications Development.

Android Application Development

Java Programming Language

Introduction to Java
Overview of OOPS
Objects Oriented programming in java
Java Programming Constructs and Operators
Objects & Classes
Methods & Classes
Inheritance
Console IO
Assertions
Packages & Interfaces
Auto boxing
Accepting Data from a User
JavaBeans Exception Handling
Threading/Multi Threading
Collection Framework
Console IO
Assertions
Generics
File Handling/IO Operations

Android Programming
Android Overview Layout
Designing Activity
Implementation Intent
Implementation Services
Content provider
Preferences Implementation
Style And Themes
JSON

Designing & Documentation
UML
Javadoc Utilities

Network Programming
HTTP And HTTPS implementation
Face book API
Text To Speech
Creating a Network Client

Database Programming
SqlLite
Intro to MVC Architecture
Hands-on Practice

Introduction To Advance Tools
GPS services
Web Services
Media API
Application Sharing
Porting Application on Device

Understanding Ide’s
Netbeans
Eclipse

Live Project
Requirement Analysis
Design Initiation
Design Completion
Design Review
Development Initiation
Development progress
Unit Testing
Development Completion
System Testing
Project Closure

Who Need The Android Training Course
Students who are looking for great academic projects.
Beginners in programming, who want a head start in a new technique.
Java Programmers who wish to acquire hottest skill set and make themselves versatile.
Freelancers who wish to tap the increasing demand in the market, for custom Android app development.

Job Opportunities In Android Application Development
Mobile applications market is already huge and is growing at a steady pace. Use of 3G is rampantly growing and Android based devices are being launched frequently. This creates great demand for programmers on the Android platform and excellent opportunities await those who are early into a growing market.

Hours Of Study (Duration)
Classes are held on Monday to Friday, approximately 10 hours per week.
Duration: 6 Months / 3 Months / 6 Weeks / Weekend