Thursday, July 30, 2015

PHP Training in Nepal

PHP Training in Nepal

Ellipse Institute of Information Technology is Famous Institute for PHP Training Center in Nepal. PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language.

http://www.ellipse.edu.np/phpprogramming.html

Syllabus of PHP:

Web development fundamentals

  • Introduction to Web Technology
  • Understanding HTML Markup
  • Introduction to HTML5
  • Exploring Domains, Web Hosting, Web Protocols like HTTP, FTP
  • Introduction to CSS
  • Introduction and difference between Server Side and Client Side Scripting Language
  • Basic understanding to Server Side Scripting Language like ASP and JSP

Session and cookies

  • Understanding Session and Cookies
  • Setting Cookies
  • Reading Cookies
  • Expiration of Cookies
  • Creating session
  • Assigning data to Session Variables
  • Reading From Session Variables
  • Destroying Session and Session Data

Understanding HTTP verbs and Methods

  • PUT Method
  • GET Method
  • POST Method
  • DELETE Method
  • Form Handling with these Methods
  • Creating a form with different form inputs
  • Creating form mark up with HTML5 attributes

Database Programming in PHP

  • Introduction to Database and tables, database objects
  • Database Management System
  • Relational Database management System Vs Database Management System
  • Introduction to MySQL
  • Entity and Attributes
  • Features of MySQL
  • Data Types in MySQL
  • Introduction to Query

Diving into MYSQL with command prompt

  • Opening and Running MYSQL with Command Prompt
  • Creating and managing database
  • Selecting Database
  • Creating Tables
  • Primary Key, Foreign Key Relationship and Mapping
  • Auto Increment and Indexing a columns in tables
  • Inserting Data into tables in different ways via query
  • Updating Data and Table Structure
  • Selecting from table in different ways
  • Deleting tables and drop database
  • Alter Table structure
  • Types of JOINS in MYSQL with examples
  • VIEWS , Stored Procedures, MySQL built-in functions , User defined functions in MySQL
  • How to use phpMyAdmin/ MySQL Workbench to handle database

XML in PHP/JSON

  • Parsing XML
  • Fetching and handling RSS Feeds
  • Using XML as a String

Objects oriented programming in pHP

  • Introduction to OOP
  • Example of different OOP languages
  • Features of OOP
  • Inheritance, Encapsulation, Abstraction etc.
  • Creating and Defining Class in PHP
  • Instantiating a class
  • Inheritance with examples
  • Introduction to Interface and functions
  • Constructors and Destructors
  • Preventing a Class from Inheritance( final keyword)
  • Access Modifiers (Public, Private and Protected illustrations ) in OOP: PHP
  • Abstract Class
  • Magic Functions

Web security in PHP

  • Introduction to Web Security
  • SQL Injection and Cross Site Scripting
  • How to prevent from attacks
  • Implementing Security in PHP
  • Security concerns in MySQL
  • Security concerns in the Web Authoring Tool

Email and file handling and Others

  • Sending Emails with PHP
  • Introduction to SMTP
  • File Handling Reading and Writing into files and different modes
  • Introduction to FTP
  • How to use FileZilla, CPanel with examples

JavaScript and Jquery Basics

  • Jntroduction to JavaScript
  • Data types, operators, conditions
  • Events, function
  • Array and Objects
  • Jquery Syntax, Events
  • Juery functions

Project development techniques

    • Understanding the Agile Methodology / xTreme Programming (Extreme Programming / Waterfall Model / Prototype Model) Defining and Choosing project Topics
    • Creating an project Architecture
    • Creating an designing database
    • Introduction to ER Diagram and Use Case Diagram
    • What is Prototyping?
    • Developing an WireFrame with tools (such as Blasamique wireframe)
    • Templating the HTML markup/CSS
    • Converting the project to machine level language with complete OOP

Project development on OOP

  • Database Insert/Update/Delete Using PHP classes
  • User login and authentication
  • Including search and pagination in project.
  • Ajax Implementation
  • Using third party jquery,javascript and PHP Libraries
  • Completing the project and error debugging / and maintenance

IT Training Center in Nepal

Computer Training in Nepal


Java Training in Nepal 
Upcoming Classes:
--------------------------------------------------------------------------------------------
Java (Core - Advance Training Center in Nepal)
From August 2, 2015, Sunday
Shift : Morning | Time : 8:00 - 10:00AM
--------------------------------------------------------------------------------------------
PHP (Core - Advance Training Center in Nepal)
From August 2, 2015, Sunday
Shift : Morning | Time : 7:00 - 9:00AM
--------------------------------------------------------------------------------------------
WordPress (Theme Development Training Center in Nepal)
From August 16, 2015, Sunday
Shift : Morning | Time : 8:00 - 10:00AM
--------------------------------------------------------------------------------------------
Accounting Training in Nepal (Manual Accounting / TAX & VAT Training in Nepal)
From August 2, 2015, Sunday
Shift : Morning | Time : 6:00 - 8:00AM
--------------------------------------------------------------------------------------------
www.ellipse.edu.np | info@ellipse.edu.np
--------------------------------------------------------------------------------------------
Putalisadak, Kathmandu, Nepal.
--------------------------------------------------------------------------------------------
Phone : 4246797 | 4480528 | 9841511541
--------------------------------------------------------------------------------------------

Java Training in Nepal

Java Training in Nepal

Course Duration: 50 hours

Ellipse Institute of IT is Famous Java Training Institute in Nepal. Java is a general-purpose computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere".

http://www.ellipse.edu.np/javaprogramming.html

Introduction to Java

  • What is Java?
  • History
  • Versioning
  • The Java Virtual Machine
  • Writing a Java Program
  • Packages
  • Simple Java Programs

Languages Components

  • Primitive Data Types
  • Comments
  • The for Statement
  • The if Statement
  • The while and do while Statements
  • The switch Statement
  • The break Statement
  • The continue Statement
  • Operators
  • Casts and Conversions
  • Keywords

Object Oriented Programming

  • Defining New Data Types
  • Constructors
  • The String Class
  • String Literals
  • Documentation
  • Packages
  • The StringBuffer Class
  • Naming Conventions
  • The Date Class
  • The import Statement
  • Deprecation
  • The StringTokenizer Class
  • The DecimalFormat Class

Methods

  • Introduction
  • Method Signatures
  • Arguments and Parameters
  • Passing Objects to Methods
  • Method Overloading
  • Static Methods
  • The Math Class
  • The System Class
  • Wrapper Classes

Arrays

  • Introduction
  • Processing Arrays
  • Copying Arrays
  • Passing Arrays to Methods
  • Arrays of Objects
  • The Arrays Class
  • Command Line Arguments
  • Multidimensional Arrays

Encapsulation

  • Introduction
  • Constructors
  • The this Reference
  • Data Hiding
  • public and private Members
  • Access Levels
  • Composition
  • Static Data Members

Inheritance And Polymorphism

  • Introduction
  • A Simple Example
  • The Object Class
  • Method Overriding
  • Polymorphism
  • Additional Inheritance Examples
  • Other Inheritance Issues

Abstract Classes and Interfaces

  • Introduction
  • Abstract Classes
  • Abstract Class Example
  • Extending an Abstract Class
  • Interfaces

Exceptions

  • Introduction
  • Exception Handling
  • The Exception Hierarchy
  • Checked Exceptions
  • Advertising Exceptions with throws
  • Developing Your Own Exception Classes
  • The finally Block

Input and output in java

  • Introduction
  • The File Class
  • Standard Streams
  • Keyboard Input
  • File I/O Using Byte Streams
  • Character Streams
  • File I/O Using Character Streams
  • Buffered Streams
  • File I/O Using a Buffered Stream
  • Keyboard Input Using a Buffered Stream
  • Writing Text Files

Threads

  • Threads vs. Processes
  • Creating Threads by Extending Thread
  • Creating Threads by Implementing Runnable
  • Advantages of Using Threads
  • Daemon Threads
  • Thread States
  • Thread Problems
  • Synchronization

Collections

  • Introduction
  • Vectors
  • Hashtables
  • Enumerations
  • Properties
  • Collection Framework Hierarchy
  • Lists
  • Sets
  • Maps
  • The Collections Class

Networking

  • Networking Fundamentals
  • The Client/Server Model
  • InetAddress
  • URLs
  • Sockets
  • A Time-of-Day Client
  • Writing Servers
  • Client/Server Example

Tuesday, July 28, 2015

Java Training in Putalisadak Nepal

Java‬ ‪Programming‬ ‪Training‬ in ‪Nepal‬


Starting New Class For
Java Programming (core to advance)
From........................[August 2, Sunday, 2015]

Students Capacity : 10
Available Seats : 4
Shift : Morning
Time : 8:00AM to 10:00AM
Duration : 3 Month
Instructor : Industry Experts (Expert in Java Programming, Android, Software Developer)




















http://www.ellipse.edu.np/javaprogramming.html

Admin - Nisha
Head Office - Putalisadak, Kathmandu, Nepal
Ellipse Institute of IT Pvt. Ltd.
Phone : 4246797 / 9841511541
Email : info@ellipse.edu.np


Admin - Anup
Branch Office - Boudha, Kathmandu, Nepal
Ellipse Institute of IT Pvt. Ltd.
Phone : 4480528 / 9851068044
Email : info@ellipse.edu.np

PHP Training in Putalisadak Nepal

PHP Training in Nepal

Course Duration: 60 hours

Ellipse Institute of Information Technology is Famous Institute for PHP Training Institute in Nepal. PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language.

Click here to see more details:

Course Syllabus:

Web development fundamentals

  • Introduction to Web Technology
  • Understanding HTML Markup
  • Introduction to HTML5
  • Exploring Domains, Web Hosting, Web Protocols like HTTP, FTP
  • Introduction to CSS
  • Introduction and difference between Server Side and Client Side Scripting Language
  • Basic understanding to Server Side Scripting Language like ASP and JSP

Session and cookies

  • Understanding Session and Cookies
  • Setting Cookies
  • Reading Cookies
  • Expiration of Cookies
  • Creating session
  • Assigning data to Session Variables
  • Reading From Session Variables
  • Destroying Session and Session Data

Understanding HTTP verbs and Methods

  • PUT Method
  • GET Method
  • POST Method
  • DELETE Method
  • Form Handling with these Methods
  • Creating a form with different form inputs
  • Creating form mark up with HTML5 attributes

Database Programming in PHP

  • Introduction to Database and tables, database objects
  • Database Management System
  • Relational Database management System Vs Database Management System
  • Introduction to MySQL
  • Entity and Attributes
  • Features of MySQL
  • Data Types in MySQL
  • Introduction to Query

Diving into MYSQL with command prompt

  • Opening and Running MYSQL with Command Prompt
  • Creating and managing database
  • Selecting Database
  • Creating Tables
  • Primary Key, Foreign Key Relationship and Mapping
  • Auto Increment and Indexing a columns in tables
  • Inserting Data into tables in different ways via query
  • Updating Data and Table Structure
  • Selecting from table in different ways
  • Deleting tables and drop database
  • Alter Table structure
  • Types of JOINS in MYSQL with examples
  • VIEWS , Stored Procedures, MySQL built-in functions , User defined functions in MySQL
  • How to use phpMyAdmin/ MySQL Workbench to handle database

XML in PHP/JSON

  • Parsing XML
  • Fetching and handling RSS Feeds
  • Using XML as a String

Objects oriented programming in pHP

  • Introduction to OOP
  • Example of different OOP languages
  • Features of OOP
  • Inheritance, Encapsulation, Abstraction etc.
  • Creating and Defining Class in PHP
  • Instantiating a class
  • Inheritance with examples
  • Introduction to Interface and functions
  • Constructors and Destructors
  • Preventing a Class from Inheritance( final keyword)
  • Access Modifiers (Public, Private and Protected illustrations ) in OOP: PHP
  • Abstract Class
  • Magic Functions

Web security in PHP

  • Introduction to Web Security
  • SQL Injection and Cross Site Scripting
  • How to prevent from attacks
  • Implementing Security in PHP
  • Security concerns in MySQL
  • Security concerns in the Web Authoring Tool

Email and file handling and Others

  • Sending Emails with PHP
  • Introduction to SMTP
  • File Handling Reading and Writing into files and different modes
  • Introduction to FTP
  • How to use FileZilla, CPanel with examples

JavaScript and Jquery Basics

  • Jntroduction to JavaScript
  • Data types, operators, conditions
  • Events, function
  • Array and Objects
  • Jquery Syntax, Events
  • Juery functions

Project development techniques

    • Understanding the Agile Methodology / xTreme Programming (Extreme Programming / Waterfall Model / Prototype Model) Defining and Choosing project Topics
    • Creating an project Architecture
    • Creating an designing database
    • Introduction to ER Diagram and Use Case Diagram
    • What is Prototyping?
    • Developing an WireFrame with tools (such as Blasamique wireframe)
    • Templating the HTML markup/CSS
    • Converting the project to machine level language with complete OOP

Project development on OOP

  • Database Insert/Update/Delete Using PHP classes
  • User login and authentication
  • Including search and pagination in project.
  • Ajax Implementation
  • Using third party jquery,javascript and PHP Libraries
  • Completing the project and error debugging / and maintenance

Wednesday, July 22, 2015

Graphics Designing Training Institute in Nepal

Graphics Designing Training Institute of Nepal

Course Duration: 90 hours

Ellipse Institute of IT is Number One Famous Institute for Graphic Designing Training Institute in Nepal. We are also known as communication design, is the art and practice of planning and projecting ideas and experiences with visual and textual content. The form of the communication can be physical or virtual, and may include images, words, or graphic forms.


Graphics Design Training in Nepal


Android Training in Putalisadak Nepal

Android Training in Nepal

Course Duration: 90 hours
Ellipse Institute is Best IT Institute for Android Application Training & Development in Putalisadak, Nepal. Android software development is the process by which new applications are created for the Android operating system. Applications are usually developed in Java programming language using the Android Software Development Kit (SDK), but other development environments are also available.

 Java concepts for android programming

  • Data types and array
  • Various predefined class
  • Concepts of object oriented programming
  • Userdefined and predefined functions
  • Actionlistener and Actionperformed

History and scope of android development

  • Android as Open Source Linux Based OS
  • History and overview of Android
  • Scopes and application of Android

Introductions to android basics

  • Emulator or Android Virtual Device.
  • Android Libraries
  • Creating First App (Hello World)
  • Using Emulator.

Familiarizations with XML

  • Develop graphical layout with xml
  • Different components of xml
  • Make colorful layout with xml
  • Attractive layout design for android application

Publish the application to google after development

  • The idea of publishing android application to Google play

Introductions to Onclicklistener

  • Adding onclicklistener to button
  • Changing text with the button click
  • Managing different layouts with the button

Adding images and videos

  • Adding Image files to the application
  • Adding Video to the application

Making use of random class for Number guessing game

  • Using Random class
  • Making its use for developing a number guessing game

Generating Toast messages

  • Concept of toast message
  • Generating a toast message

Developing a project

  • Project development with the new ideas and creativity
  • Discussion of the project and its scope
  • Idea sharing for the project development

Directories of java and xML file

  • The manifest file
  • The acivity.xml file
  • Manactivity.java file
For more details click here : -  http://www.ellipse.edu.np/androidprogramming.html

WordPress Training in Putalisadak Nepal

WordPress Training in Nepal

Course Duration: 60 hours

Ellipse Institute of IT is Best WordPress Training Institute in Putalisadak, Kathmandu, Nepal. And Ellipse Institute is Very Popular Institute for WordPress Theme Development in Nepal. WordPress is an online, open source website creation tool written in PHP. But in non-geek speak, it's probably the easiest and most powerful blogging and website content management system (or CMS) in existence today.

Course Syllabus:

How to Setup WordPress

  • Introduction to WordPress
  • How to Setup a WordPress website in 15 mins
  • Setup WordPress Environment
  • Setup Database for WordPress

How to publish posts, pages, images & video

  • Formatting your posts
  • Adding Links
  • Inserting & embedding media-images, video, audio
  • Creating & arranging your menus

Comment Moderation

  • How to monitor and moderate components
  • How to Stop Spam

Using WordPress Themes

  • Creating Themes
  • Using Themes
  • Modifying Themes
  • Using Theme Frameworks(eg. Woothemes, Thesis)
  • Modifying Theme Frameworks

Using Plugins

  • Overview of plugins
  • How to install plugins
  • Modifying Plugins
  • Implementing Plugins to Site
  • Improve functionality using plugins
  • Using Widgets

Search Engine Optimization

  • Optimized for Search Engines
  • Use "pretty url's"
  • Improve 'click through' rates
  • Tagging & Categorizing your posts
  • Best Practicing & Linkings

Take Advantage of Social Web

  • Sharing contents to social networks
  • Auto-posting to twitter
  • Adding 'Share' buttons
  • Adding a newsletter
  • Integrate contents with Twitter & Facebook
  • Add online community to your website

Accounting Training in Nepal

Accounting Training in Nepal

Course Duration: 7 Weeks
Ellipse Institute is Best Accounting Training Institute in Putalisadak Nepal. This package will help you to develop the skill for the manipulation of bills, reports, journal, ledger etc which is must in accounting field.
Instructors : Industry Experts (CA, Auditors, Accountants)
(Experts in Tally ERP, Fact, Swastik, Fin Pro, Tata-Ex)

 http://www.ellipse.edu.np/accountingpackage.html

Course Contents:
  • Manual Accounting
  • Tally
  • Fact
  • Swastik

Tally ERP Training in Nepal

Course Duration: 18 hours
Ellipse Institute is Best Tally Training Institute in Putalisadak Nepal. Ellipse Institute is a Accounting-based Training company that currently trains into more than 100 Students Per Month in Nepal.

Installation Of tally

  • System Requirement
  • Tally Installation

Basic accounting concepts

  • meaning of accounting
  • Concept of double entry
  • Accounting equation
  • Fundamental accounting principle
  • Accounting cycle
  • Accounting terminologies
  • Rules of debit & credit.
  • Practice session

Maintained in an organization

  • Journals
  • Cash book
  • Purchase day book
  • Sales day book
  • Purchase returns book
  • Sales returns book
  • Journal proper
  • Practice session

Reporting

  • Balance sheet
  • Profit & loss account
  • Day book
  • Trial balance
  • Account receivable
  • Account payable
  • list of accounts
  • Practice session
  • Inventory reporting
  • Stock summary
  • Ageing analysis
  • physical stock register
  • Practice session
  • Security feature in tally
  • Security control and user maintenance
  • Split company data
  • Backup

Tally accounting software

  • Company creation
  • Modification and deletion of company
  • Tally screen components
  • Practice session

Accounting Master

  • Ccount info menu
  • Setup ledger
  • Groups
  • Hierarchy of ledgers and groups
  • Practice session

Inventory Master

  • Inventory info menu
  • Setup unit of measure
  • Setup stock category
  • Setup stock group
  • Setup stock item
  • Godowns
  • Pricelist
  • Inventory valuation method
  • Practice session

Cost category and cost center

  • Practice session
  • Ransaction
  • Ransactions without inventory and relevant reporting
  • Voucher entry
  • Types of voucher
  • Ypes of transactionm
  • Practice session

Java Training in Nepal, Core Java, Advance Java Training in Nepal

Java Training in Nepal | http://www.ellipse.edu.np/javaprogramming.html

Course Duration: 50 hours
Ellipse Institute of IT is Famous Java Training Center in Nepal. Java is a general-purpose computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere".

Course Contents:

Introduction To Java

  • What is Java?
  • History
  • Versioning
  • The Java Virtual Machine
  • Writing a Java Program
  • Packages
  • Simple Java Programs

Languages Components

  • Primitive Data Types
  • Comments
  • The for Statement
  • The if Statement
  • The while and do while Statements
  • The switch Statement
  • The break Statement
  • The continue Statement
  • Operators
  • Casts and Conversions
  • Keywords

Object Oriented Programming

  • Defining New Data Types
  • Constructors
  • The String Class
  • String Literals
  • Documentation
  • Packages
  • The StringBuffer Class
  • Naming Conventions
  • The Date Class
  • The import Statement
  • Deprecation
  • The StringTokenizer Class
  • The DecimalFormat Class

Methods

  • Introduction
  • Method Signatures
  • Arguments and Parameters
  • Passing Objects to Methods
  • Method Overloading
  • Static Methods
  • The Math Class
  • The System Class
  • Wrapper Classes

Arrays

  • Introduction
  • Processing Arrays
  • Copying Arrays
  • Passing Arrays to Methods
  • Arrays of Objects
  • The Arrays Class
  • Command Line Arguments
  • Multidimensional Arrays

Encapsulation

  • Introduction
  • Constructors
  • The this Reference
  • Data Hiding
  • public and private Members
  • Access Levels
  • Composition
  • Static Data Members

Inheritance And Polymorphism

  • Introduction
  • A Simple Example
  • The Object Class
  • Method Overriding
  • Polymorphism
  • Additional Inheritance Examples
  • Other Inheritance Issues

Abstract Classes And Interfaces

  • Introduction
  • Abstract Classes
  • Abstract Class Example
  • Extending an Abstract Class
  • Interfaces

Exceptions

  • Introduction
  • Exception Handling
  • The Exception Hierarchy
  • Checked Exceptions
  • Advertising Exceptions with throws
  • Developing Your Own Exception Classes
  • The finally Block

Input And Output In Java

  • Introduction
  • The File Class
  • Standard Streams
  • Keyboard Input
  • File I/O Using Byte Streams
  • Character Streams
  • File I/O Using Character Streams
  • Buffered Streams
  • File I/O Using a Buffered Stream
  • Keyboard Input Using a Buffered Stream
  • Writing Text Files

Threads

  • Threads vs. Processes
  • Creating Threads by Extending Thread
  • Creating Threads by Implementing Runnable
  • Advantages of Using Threads
  • Daemon Threads
  • Thread States
  • Thread Problems
  • Synchronization

Collections

  • Introduction
  • Vectors
  • Hashtables
  • Enumerations
  • Properties
  • Collection Framework Hierarchy
  • Lists
  • Sets
  • Maps
  • The Collections Class

Networking

  • Networking Fundamentals
  • The Client/Server Model
  • InetAddress
  • URLs
  • Sockets
  • A Time-of-Day Client
  • Writing Servers
  • Client/Server Example

PHP Training in Putalisadak Nepal, Ellipse Institute is Best IT Training Center for PHP Developer

PHP Training in Nepal

Course Duration: 60 hours

Ellipse Institute of Information Technology is Famous Institute for PHP Training Center in Nepal. PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language.

Basic to Advance PHP Training in Nepal 

Web development fundamentals

  • Introduction to Web Technology
  • Understanding HTML Markup
  • Introduction to HTML5
  • Exploring Domains, Web Hosting, Web Protocols like HTTP, FTP
  • Introduction to CSS
  • Introduction and difference between Server Side and Client Side Scripting Language
  • Basic understanding to Server Side Scripting Language like ASP and JSP

Session and cookies

  • Understanding Session and Cookies
  • Setting Cookies
  • Reading Cookies
  • Expiration of Cookies
  • Creating session
  • Assigning data to Session Variables
  • Reading From Session Variables
  • Destroying Session and Session Data

Understanding HTTP verbs and Methods

  • PUT Method
  • GET Method
  • POST Method
  • DELETE Method
  • Form Handling with these Methods
  • Creating a form with different form inputs
  • Creating form mark up with HTML5 attributes

Database Programming in PHP

  • Introduction to Database and tables, database objects
  • Database Management System
  • Relational Database management System Vs Database Management System
  • Introduction to MySQL
  • Entity and Attributes
  • Features of MySQL
  • Data Types in MySQL
  • Introduction to Query

Diving into MYSQL with command prompt

  • Opening and Running MYSQL with Command Prompt
  • Creating and managing database
  • Selecting Database
  • Creating Tables
  • Primary Key, Foreign Key Relationship and Mapping
  • Auto Increment and Indexing a columns in tables
  • Inserting Data into tables in different ways via query
  • Updating Data and Table Structure
  • Selecting from table in different ways
  • Deleting tables and drop database
  • Alter Table structure
  • Types of JOINS in MYSQL with examples
  • VIEWS , Stored Procedures, MySQL built-in functions , User defined functions in MySQL
  • How to use phpMyAdmin/ MySQL Workbench to handle database

XML in PHP/JSON

  • Parsing XML
  • Fetching and handling RSS Feeds
  • Using XML as a String

Objects oriented programming in pHP

  • Introduction to OOP
  • Example of different OOP languages
  • Features of OOP
  • Inheritance, Encapsulation, Abstraction etc.
  • Creating and Defining Class in PHP
  • Instantiating a class
  • Inheritance with examples
  • Introduction to Interface and functions
  • Constructors and Destructors
  • Preventing a Class from Inheritance( final keyword)
  • Access Modifiers (Public, Private and Protected illustrations ) in OOP: PHP
  • Abstract Class
  • Magic Functions

Web security in PHP

  • Introduction to Web Security
  • SQL Injection and Cross Site Scripting
  • How to prevent from attacks
  • Implementing Security in PHP
  • Security concerns in MySQL
  • Security concerns in the Web Authoring Tool

Email and file handling and Others

  • Sending Emails with PHP
  • Introduction to SMTP
  • File Handling Reading and Writing into files and different modes
  • Introduction to FTP
  • How to use FileZilla, CPanel with examples

JavaScript and Jquery Basics

  • Jntroduction to JavaScript
  • Data types, operators, conditions
  • Events, function
  • Array and Objects
  • Jquery Syntax, Events
  • Juery functions

Project development techniques

    • Understanding the Agile Methodology / xTreme Programming (Extreme Programming / Waterfall Model / Prototype Model) Defining and Choosing project Topics
    • Creating an project Architecture
    • Creating an designing database
    • Introduction to ER Diagram and Use Case Diagram
    • What is Prototyping?
    • Developing an WireFrame with tools (such as Blasamique wireframe)
    • Templating the HTML markup/CSS
    • Converting the project to machine level language with complete OOP

Project development on OOP

  • Database Insert/Update/Delete Using PHP classes
  • User login and authentication
  • Including search and pagination in project.
  • Ajax Implementation
  • Using third party jquery,javascript and PHP Libraries
  • Completing the project and error debugging / and maintenance 

  http://www.ellipse.edu.np/phpprogramming.html

Accounting Training in Putalisadak Nepal, Ellipse Institute of IT

Accounting Training in Nepal

Course Duration: 7 Weeks
Ellipse Institute is Best Accounting Training Institute in Putalisadak Nepal. This package will help you to develop the skill for the manipulation of bills, reports, journal, ledger etc which is must in accounting field.
Instructors : Industry Experts (CA, Auditors, Accountants)
(Experts in Tally ERP, Fact, Swastik, Fin Pro, Tata-Ex)

Course Contents

  • Manual Accounting
  • Tally ERP
  • Fact
  • Swastik
  • Project Work

http://www.ellipse.edu.np/accountingpackage.html