Home Site Map Contact Us Feedback Sign Up  
 
      Universities  
          Schools  
       Admission  
          Career  
           CATS  
     Study Abroad  
       Edu. Loans  
         Contests  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
COMPUTER TRAINING
COMPUTER COURSES COMPUTER TRAINING CENTRES
COMPUTER COURSES
INTERNET COURSES CREATIVE COURSES PROGRAMMING COURSES HARDWARE COURSES MS OFFICE & FINANCIAL ACCOUNTING COURSES
INTERNET COURSES
Internet Technology Microsoft Frontpage
Macromedia Dreamweaver Macromedia Dreamweaver UltraDev
HTML Coreldraw / Illustrator
Adobe Photoshop with Alien Skin & Kai
Power Tools
3D Studio Max with VRML
Macromedia Flash Macromedia Director
Macromedia Fireworks Sound Forge
Adobe Premiere Pro 1.5 C and C++
SQL PHP & MySQL
JAVA Development Kit (JDK) Javascript/DHTML
JavaBeans JDBC
Java-Servlet JSP
ASP (VBScript) Linux
Windows NT Internet Global Marketing
 
C
C is a general purpose Programming Language. C has proven to be a pleasant, powerful, and versatile language for a wide variety of Programs. Many of the modern languages like C++, Visual C++, Java, JavaScript, etc. is based on C Language. Therefore, not Knowing this Language is considered as a handicap. 90% of UNIX Operating System is written in C Language.
TOPICS COVERED IN C
 * Basic Structure of C, Constants, Variables, & Data types, Keywords, Operators, Expression,     Conditional Operators.
 * Decision, Loop & Switch Control Structure.
 * Array's & String Handling Creating Functions in C.
 * Introduction to Pointers in C.
 * Passing Pointers as Arguments to Function.
 * Structure, Union. File Handling Dynamic Allocation of Memory.
 * Introduction To Linked List Basics of Graphics Programming with Mouse handling.
SALIENT FEATURES OF C
 * C is a general purpose Structured Language that is powerful,efficient and compact
 * C is a combination of High level language and Assembly language that's why it's good for man     & assembler.
 * C is a robust language whose rich set of built-in function and operator can be used to write     any complex program.
 * C is a portable language.
 * C provides a variety of data types.
 * In addition, there is a hierarchy of derived data types created with pointers, arrays,     structures, and unions.
 * Programming in C is efficient & fast because of its datatypes and various Operator
Applications of C
90% of UNIX Operating System is written in C Language.
Top
C++
C++ is a object oriented Programming language which includes concepts like polymorphism, data-hiding, operator overloading, encapsulation and inheritance, which are not observed in C. User defined objects (instances) can be reused with and without modifications to generate new application. This reduces coding to greater extent. Even for file accessing, we use file objects.
TOPICS COVERED IN C++
   * Introduction to Object Oriented Programming (C++).
   * Tokens, expression, data types & control structure.
   * Introduction to Classes, Objects, Constructor & Deconstructor.
   * Functions in C++.
   * Function overloading, operator overloading.
    * Inheritance, multiple & multilevel inheritance.
   * Introduction to virtual functions, classes & polymorphism.
   * File operations using fstream classes.
   * Exception Handling.
   * Introduction to Templates.
SALIENT FEATURES OF C++
  *  For file accessing, you can use file objects to open or manipulate a file.
  *  C++ is a Robust language whose rich set of built-in function and operator can be used to       reduce complexity of program.
  *  C++ is also a Portable language.
Top
SQL
SQL Today's system designers and developers can build 21st century enabled application ranging from critical on-line transaction processing systems supporting all the users.
SALIENT FEATURES OF SQL
   *   XML Support: Simplify the integration of your back-end systems and data transfer across         firewalls using XML.
   *   High Availability : Maximize the availability of your business applications with log shipping,         online backups, and failover clusters.
   *   Automated Tuning : Automatic tuning and maintenance features enable administrators to         focus on other critical tasks.
    *   Improved Developer Productivity : User-defined functions, cascading referential         integrity, and the integrated Transact-SQL debugger allow you to reuse code to simplify         the development process.
   *   Security : Ensure your applications are secure in any networked environment, with role         -based security and file and network encryption.
   *   Data Transformation Services : Automate routines that extract, transform, and load          data from heterogeneous sources.
APPLICATIONS OF SQL
   *  Multinational Companies with huge database to be maintained
   *  Banking Industry
   *  Production Industry
   *  Data warehousing companies.
   *  Educational / Training Industry
   *  Air-transportation Service Industry
   *  Any business or service industry that stores database
Top
PHP & MYSQL
PHP is a powerful cross platform server side script language. It is a full featured programming language capable of managing huge database driven online environments. Using PHP you can query databases, create images, read & write files, talk to remote servers - the possibilities are endless.
SALIENT FEATURES OF PHP & MYSQL
PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly
APPLICATIONS OF PHP & MYSQL
Open source has brought a lot more than Linux to the computing world. It has also given us PHP and MySQL. PHP and MySQL are the world's best combination for creating data-driven sites.
Top
JAVA Development Kit (JDK)
Java is platform independent, reliable Programming language introduced by sun's systems, used mainly to Develop Internet applications and applet's.
Java is used to create web-based applications and allows user interaction on the Internet.
Java allows us to have animation, audio and video clippings in our web page. Java Programming helps in writing Programmes using which one can connect to any computer on the Internet.
SALIENT FEATURES OF JAVA Development Kit (JDK)
  * Java is a two stage system having both a compiler & interpreter.
  * Java is Platform Independent & is a Portable language. Thus Java Program can be moved      from one computer to another computer, irrespective of the hardware or operating system.
  * Java supports object oriented concepts. Java comes with an extensive set of classes which      can be used by inheritance.
  * Java allows us to have animation, audio and video clippings in our web page.
  * Java provides many safeguards for security. It has strict, compile & run time checking for      data types. Java also has the concept of error handling which captures errors & eliminates      any serious risk to the system.
  * Java is a distributed language i.e. it can be used across various networks.
  * Java is a simple language as compared to other object oriented languages.
  * Java supports multithreading i.e. each thread can perform multiple tasks independent of each      other.
  * Java is capable of dynamic linking.
  * Java is an extensible language.
APPLICATIONS JAVA Development Kit (JDK)
*  Java is used to create web-based applications and allows user interaction on the     Internet.
*  Java Programmes can be used to connect to any computer on the Internet and have financial     transactions.
Top
Javascript/DHTML

JavaScript is used to write program that are executed by a web browser within the context of web page. It has the ability to dynamically generate HTML documents & Animations.

with 16.7 million colours.

TOPICS COVERED IN JAVASCRIPT/DHTM

   * Introduction on Navigator Scripting and Navigator Objects.
   * JavaScript values, names & literals.
   * JavaScript expressions and operators.
   * Creating JavaScript object model, built-in objects and functions. Tracking mouse events and       window events.
   * Working with status bar, date objects, random numbers, Windows using function of       JavaScript.
   * Creating arrays, documents, back and forward buttons.
   * Validating forms and Submitting form input.
   * JavaScript objects like links, anchor, button, checkbox, date, document, elements array,       form, frame, hidden, history, location, math, navigator, password, radio, reset, secelet,       string, submit, text, text area and window. Introduction to CGI.
APPLICATIONS OF JAVASCRIPT/DHTM
   *  It is used to write Program's that are executed by a web-browser within the context of        web page on server side.
   *  It can be used to write web server Program to process the data.
Top
JavaBeans
JavaBeans component architecture is the platform-neutral architecture for the Java application environment.
SALIENT FEATURES OF JAVABEANS
  * It's the only component architecture you should consider if you're developing for the Java      platform.
  * The JavaBeans architecture takes inter-operability, a major step forward so that your code      runs on every OS and also within any application environment.
  * JavaBeans components inter-operate with ActiveX and connects via ActiveX-JavaBeans      bridges.
APPLICATIONS OF JAVABEANS
   *  It's the ideal choice for developing or assembling network-aware solutions for        heterogeneous hardware and operating system environments within the enterprise or        across the Internet.
   *  JavaBeans component architecture extends "Write Once, Run AnywhereTM" capability to        reusable component development.
   *  A beans developer secures a future in the emerging network software market without losing        customers that use proprietary platforms.
Top
JDBC
JDBC technology is an API that lets you access virtually any tabular data source from the JavaTM programming language. It provides cross-DBMS connectivity to a wide range of SQL databases, and now, with the new JDBC API, it also provides access to other tabular data sources, such as spreadsheets or flat files.
SALIENT FEATURES OF JDBC
   *  JDBC programs are platform and Vendor independent .
   *  JDBC components inter-operate with Database and connects via JDBC - ODBC bridges.
APPLICATIONS OF JDBC
   *  You can use JDBC in both applications and applets.
   *  Database vendors and database tool vendors can supply the low level drivers. Thus, they        can optimize their drivers for their specific products.
   *  With JDBC you can write useful programs to handle realistic database chores.
Top
Java-Servlet
Servlets are used for Server-Side Programming. Servlets are generic extensions to Java-enabled servers. Their most common use is to extend Webservers, providing a very secure, portable and easy-to-use replacement for CGI. A Servlet is a dynamically loaded module that services requests from a Webserver. It runs entirely inside the Java Virtual Machine.
SALIENT FEATURES OF JAVA-SERVLET
   *  Processing data posted over https using an HTML form, including purchase order or credit        card data. A servlet like this could be part of an order-entry and processing system,        working with product and inventory databases, and perhaps an on-line payment system.
   *  Allowing collaboration between people. A servlet can handle multiple requests concurrently;        they can synchronize requests to support systems such as on-line conferencing.
   *  Forwarding requests. Servlets can forward requests to other servers and servlets. This        allows them to be used to balance load among several servers that mirror the same        content. It also allows them to be used to partition a single logical service over several        servers, according to task type or organizational boundaries.
   *  Being a community of active agents. A servlet writer could define active agents that share        work among each other. Each agent would be a servlet, and the agents could pass data        among themselves.
APPLICATIONS OF JAVA-SERVLET
   * Create JDBC connection pool.
   * Create an Online Catalog System.
   * Developing E-Commerce "store fronts" will become one of the most common uses for Java       Servlets.
   * Servlets can be used to deploy Websites that open up large legacy systems on the       Internet.
   Top
JSP
JavaServer Pages involves generating HTML pages from hybrid HTML/Java source files. These source files are typically named using the .jsp extension (though this isn't a requirement). Java source code is embedded in .jsp pages using JSP tags that are described in the JSP 1.1 specification.
SALIENT FEATURES OF JSP
JSPs allow you to combine the HTML of a Web page with pieces of Java code in the same document. The Java code is surrounded by special tags that tell the JSP container that it should use the code to generate a servlet, or part of one. The benefit of JSPs is that you can maintain a single document that represents both the page and the Java code that enables it.
 APPLICATIONS OF JSP
Open source has brought a lot more than Linux to the computing world. It has also given us PHP and MySQL. PHP and MySQL are the world's best combination for creating data-driven sites.
   Top
ASP (VBScript)
VBScript is a script based programming language which supports the development of both client and server. It is extensively used for ASP Programming.
SALIENT FEATURES OF ASP (VB SCRIPT)
   *  VBScript values, names and literals.
   *  VBScripts expressions and operators VBScript looping and decision structures.
   *  Exploring Objects, Events, Methods and Properties Validating Data using VBscript.
   *  Working with Document, Window, Location, History, Navigation, Anchor, Link.
   *  Form Objects Working with ActiveX Controls.
APPLICATIONS OF ASP (VB SCRIPT)
   *  Integrated visual design tools.
   *  Debugging support.
   *  Database features enable you to build fully interactive Web applications that can be        accessed by any browser on any platform. . 
   Top
Linux
Linux is the most popular and stable Operating System for Networking and Internet.  It is a dream of any developer, Webmaster or a home user. Never has any OS attained the Flexibility, Power & Stability to such a level at the same time.  
SALIENT FEATURES OF LINUX  
   *  Basic concepts of Linux.
   *  Configuring Ethernet card.
   *  Types of Cables and Topology.
   *  Operating System Installation.
   *  Troubleshooting Network Error.
   *  Administration Steps.
   *  Installation of application Program.
   *  100 % Practicals.
ADVANTAGES OF LINUX
   *   Stable Operating System.
   *   Multi Tasking.
   *   Minimum Hardware system requirement.
   *   Multiple Operating System Environment.
   *   The X window System.
   *   GNU software support - Free software available.
   Top
Windows NT
WinNT is an Network Operating System from Microsoft. Currently WinNT is known as Windows 2000 server.
SALIENT FEATURES OF WINDOWS NT
   *  100 % Practical and 365 days support.
   *  Basic concepts of Windows NT.
   *  Configuring LAN Card (H/W).
   *  Type of Cabling & Techniques.
   *  Operating System Installation.
   *  Optimizing NT System.
   *  Troubleshooting Network Error.
   *  Comprehensive Notes.
   *  Setup Windows NT Networks.
   *  Administration Setup -Tips and Techniques.
   *  Installation of application Programme.
   *  365 Days support to achieve your goa.
APPLICATIONS OF WINDOWS NT
   *   Latest technology in Network Engineering.
        Top 
Internet Global Marketing
There are more than 10 billion documents on every possible subject and more than 2.5 million documents are uploaded everyday. How to use and get listed in first 20 in different search engines. Importance of Banners, Links, mass E-mails to promote your website globally.
Top
Source : compufield.com
 
   Computer Training
 
   Personality Development
 
   Conversion Calculator
 
   Competitive Exams
 
   Distance Learning
 
   Publishers
 
   I Q Test
 
   Results