Thursday, October 1, 2015

IT Institute in Nepal, IT Training Institute in Nepal, Computer Institute in Nepal, Computer Training in Nepal, PHP Training in Nepal, WordPress Training in Nepal, Tally Training in Nepal, Adobe Training in Nepal, Java Training in Nepal, Swastik Training in Nepal, Accounting Training in Nepal for Ellipse Institute of IT


Ellipse Institute of Information Technology Pvt. Ltd. is Number One Computer Training Institute for IT students in Putalisadak, Kathmandu, Nepal.

Ellipse Institute was founded in 2010 and has since helped over 100,000 students to get the IT qualifications that they desired. We are the longest standing IT Training Institute in Kathmandu, Nepal and are proud that we are able to make it possible and affordable for everyone to study.                Our course paths has been designed by experts to give you the most sought after IT skills within the Nepal jobs market. Each of our course paths deliver multiple industry accredited qualifications that are highly valued by employers. This means that you are not just getting a course; you are getting the opportunity to have a whole new career in IT World. Throughout your subscription with us, you will also receive full support from our industry accredited Recruitment team.
               Our Recruitment team will be on hand to support you as soon as you have completed your first qualification with us. They provide CV and interview advice, as well as helping you to find IT jobs that are local to you. We have been providing computer training to individuals and businesses in Nepal. Over the years we have gained a wealth of experience in the production and delivery of quality training courses.

www.ellipse.edu.np 

Monday, August 17, 2015

Java Training in Nepal



www.ellipse.edu.np/java-training-in-nepal.html


Although Java was modeled after C and C++ languages, it differs from C and C++ in many ways. Java does not i a number of features available in C and C++. For the benefit  of C and C++ programmers, we point out here a few major differences between C/C++ and Java language

How Java Differs From C:

Java and C

Java is not lot like C but the major difference between Java and C is that Java is and object-oriented language and has mechanism to define classes and objects. In an effort to build a simple and safe language, the Java team did not include some of the C features in Java.

  • Java does not include the C unique statement keywords sizeof, and typedef.
  • Java does not contain the data type struct and union.
  • Java does not define the type modifiers keywords auto,extern,register,signed, and unsigned.
  • Java does not support an explicit pointer type.
  • Java does not have a preprocessor and therefore we cannot use # define, # include, and # ifdef statements.
  • Java requires that the functions with no arguments must be declared with empty parenthesis and not with the void keyword as done in C.
  • Java adds new operators such as instanceof and >>>.
  • Java adds labelled break and continue statements.
  • Java adds many features required for object-oriented programming.

How Java Differs From C++ :

Java and C++

Java is a true object-oriented language while C++ is basically C with object-oriented extension. That is what exactly the increment operator ++ indicates. C++ has maintained backward compatibility with C. Is is therefore possible to write an old style C program and run it successfully under C++. Java appears to be similar to C++ when we consider only the “extensions” part of C++. However, some object -oriented features of C++ make the C++ code extremely difficult to follow and maintain.

Listed below are some major C++ features that were intentionally omitted from java or significantly modified.
  • Java does not support operator overloading.
  • Java does not have template classes as in C++.
  • Java does not support multiple inheritance of classes. This is accomplished using a new feature called “Interface”.
  • Java does not support global variables. Every variable and method is declared within classes and forms part of that class.
  • Java does not use pointers.
  • Java has replaced the destructor function with a finalize() function.
  • There are no header  files in Java.
Java also adds some new features. While C++ is a superset of C, Java is neither a superset nor a subset of C or C++. Java may be considered as a first cousin of C++ and a second cousin of C


Thursday, August 13, 2015

PHP Training in Nepal

PHP Training in Nepal

Course Duration: 60 hours

Ellipse Institute is famous IT Institute for PHP Training in Nepal. EIIT has a reputation for providing high level training in the field of training in PHP , MySQL , Javascript , Jquery , Ajax , Html , CSS , Code Igniter Framework , Zend Framework , WordPress Plugin Development , SEO Training , SMO Training and Html css layout designing to the companies and candidates globally. We are experts in Strategy, Design and training of Rich and Interactive Web Applications.

With over 14+ years of experience in the field of IT and website designing & Development training , PHP Training in Nepal has successfully executed over 1000 candidates training. We build relation with our candidates that helps to create their correct portfolio and image to the target PHP Company as well as bring exceptional value.
We do 100% Placement and Placement assistance in Nepal.

http://www.ellipse.edu.np/php-training-in-nepal.html

Monday, August 10, 2015

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/accounting-training-in-nepal.html

WordPress Training in 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.

 http://www.ellipse.edu.np/wordpress-training-in-nepal.html

Android Training in 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.


http://www.ellipse.edu.np/android-training-in-nepal.html

PHP Training in Nepal

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.


http://www.ellipse.edu.np/php-training-in-nepal.html

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/java-training-in-nepal.html

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

Thursday, March 19, 2015

Computer Training For SLC Appeared Students 2071


Computer Training For SLC Students

Computer Training for SLC Appeared Students:
             Computer education improves students’ research skills by encouraging them to look for information on the Internet. It enables them to research various topics by seeking relevant books that could be digitally available online. The Internet also contains search options, which expose students to diverse ways of obtaining information.
             The courses which are listed in this website are also available in our new branch office. Keeping in mind that students may get difficulties to come here as the distance from here to there is quiet long, we offer the students to visit the new branch for their comfort.

Tuesday, March 10, 2015

Graphics Designing Training Institute in Nepal

Nepal's Number 1 Computer Training Institute of Kathmandu, Nepal



IT Institute in Nepal



Saturday, February 21, 2015

Computer Education For SLC Appeared Students 2071

Our New Computer Package For SLC Appeared Students!!


  1. Graphics Design

  2. Web Design

  3. Web Programming

  4. Web Development

     

Microsoft Word 2013 Learning Center in Kathmandu, Nepal

Word 2013 is a word processing application that allows you to create a variety of documents like letters, flyers, and reports. With the introduction of several enhanced features—including the ability to create and collaborate on documents online—Word 2013 gives you the ability to do more with your word processing projects.

Getting to know Word 2013

Word 2013 is very similar to Word 2010. If you've previously used Word 2010, then Word 2013 should feel familiar. But if you are new to Word or have more experience with older versions, you should first take some time to become familiar with the Word 2013 interface.

The Word interface

When you open Word 2013 for the first time, the Word Start Screen will appear. From here, you'll be able to create a new document, choose a template, or access your recently edited documents.
From the Word Start Screen, locate and select Blank document to access the Word interface.
Click the buttons in the interactive below to become familiar with the Word 2013 interface.

Working with the Word environment

If you've previously used Word 2010 or 2007, then Word 2013 should feel familiar. It continues to use features like the Ribbon and the Quick Access toolbar, where you will find commands to perform common tasks in Word, as well as Backstage view.

The Ribbon

Word 2013 uses a tabbed Ribbon system instead of traditional menus. The Ribbon contains multiple tabs, each with several groups of commands. You will use these tabs to perform the most common tasks in Word.
Click the arrows in the slideshow below to learn more about the different commands available within each tab on the Ribbon.
 see more... www.elllipse.edu.np 


Wednesday, February 18, 2015

Adobe Photoshop Training Center in Putalisadak Kathmandu Nepal

 Photoshop CC caused a storm when it was launched in 2013. From that point on, you couldn't buy Photoshop with a 'perpetual licence' – you had to rent it a month or a year at a time via an Adobe Creative Cloud subscription. You choose the plan you need, and the software is then available to you for as long as you keep paying the subscription.
This still causes dismay amongst some users, but there are upsides. Your subscription includes free updates and an increasing range of Creative Cloud services, such as the Behance sharing/collaboration site. And since that rocky launch, Adobe has dropped the price and increased the value. Photographers don't just pay less, they get two programs for the price of one.
  • Buy Adobe Creative Cloud Photography plan (Photoshop CC + Lightroom) [Digital Membership] at Amazon US for $9.99
Adobe's current Photography plan costs just £8.78/$9.99/A$9.99 per month (if you take out an annual subscription) and includes not just Photoshop CC but Lightroom 5.5. It's a great double-act – Photoshop takes care of the editing, Lightroom takes care of the organisation. The free Lightroom Mobile app enables you to view and edit photo collections on your iPad, while Adobe's new Mix app offers Photoshop-compatible editing tools too.
Photoshop CC and Creative Cloud are now a powerful and compelling option – and Adobe has been releasing modest but useful updates. But June 2014 brought a new version, Photoshop CC 2014, which doesn't replace the existing Photoshop CC app but is installed alongside it.

What's new?

Photoshop CC introduced an all-new Smart Sharpen tool designed to maximise clarity and reduce noise, together with a Camera Shake Reduction tool that can analyse the direction of movement ('trajectory') and then reverse the blur digitally. On Adobe's sample images it works really well, but not all shots provide the right kind of blur, so don't expect it to be a fix for every shaky shot.