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. are
based on C Language. Therefore, not Knowing this Language is considered
a handicap. 90% of UNIX Operating System is written in C Language.
For Salient Features & Applications
C++
C++ is an 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.
HTML
HTML
(the hypertext markup language) is used to describe the layout of
a web page. HTML is simply a vehicle to indicate elements of a hypertext
page. The HTML page must tell the browser which applets to load and
then where to put each applet on the web page.
ORACLe
- SQL
Oracle
is a Relational Database Management System (RDBMS). Oracle is the
latest technology, today's system Designers and Developers can build
21st century enabled applications.
Oracle has also demonstrated a continuous ability to build products
that help us exceed the demands of the information enabling age we
live in.
SALIENT FEATURES
Oracle
has sophisticated security mechanisms control access to sensitive
data by an assortment of privileges.
Oracle
provides sophisticated backup & recovery routines. Backup
creates a second copy of Oracle Data, recovery restores a copy
of data from back up.
Oracle
provides flexible space management. It has special abilities that
are capable of handling very large databases.
Oracle
provides open connectivity to & from other vendors software.
Oracle
server supports a wide range of Development tools, end user query
tools, off the shelf applications & office wide information
tools.
APPLICATIONS
Education
Industry
Software
Development Industry
Data
warehouse and maintenance
Domestic
Air Services
Production
Industry
Banking
Industry
TOPICS
COVERED
Introduction
to oracle products.
SQL*plus
features and commands.
Data
manipulation commands, data control commands.
Altering
tables, data definition commands, joins, types of functions.
Process
Transaction commands, SQL*plus set theory.
Creating
Cursors, exceptions, procedures, functions and triggers.
Understanding
the Oracle Architecture.
Features
of Latest Oracle Version.
Data
Dictionary
DBA
- An Overview
Microsoft SQL Server
2003
SQL
Server is the Database Management System (RDBMS) allows to store
huge Database and manage the same easily. Its enterprise database
management and analysis system.
For
Salient Features & Applications
XML
XML stands for eXtensible Markup
Language . It has evolved from a more generalized markup language
known as SGML (Standard Generalized Markup Language). SGML is a
very complex language mainly used in big government departments,
companies and army for storing and transferring large volume of
data in electronic form. Since SGML was too cumbersome for use
in smaller establishments, XML was developed which contains all
the salient features of SGML sans its complexity.
SALIENT
FEATURES
XML allows you to
give a name to each component of your data.It is a markup language
that can run on any platform, operating system, or environment.It
is designed to provide developers with a mechanism to better
describe their content. XML may become a way for databases from
different vendors to exchange information across the Internet.
APPLICATION
Structured records,
such as a purchase order.
An object with data
and methods, such as the persistent form of a Java object or
ActiveX control.
A data record, such
as the result set of a query.
An application's
user interface or other forms of graphical presentation.
TOPICS COVERED
Introduction to Xml
Xml Basic: Dtds and
Document.
Dtd Structures: Element
Declarations, Attribute-List Declarations.
Document Structures:
Prolog, Document elements.
XLinks and XPointers
in Xml.
Xml Processer.
Using Xsl.
Validating Xml Documents.
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
PHP
is an HTML-embedded scripting language. Much of its syntax is borrowed
from C, Java and Perl with a couple of unique PHP-specific features
thrown in. The goal of the language is to allow web developers to
write dynamically generated pages quickly
APPLICATION
Open
source has brought a lot more than Linux to the computing
world. It has also given us PHP and MySQL. PHP and MySQL
is the world's best combination for creating data-driven
sites.
TOPICS
COVERED
Working
with forms.
Working
with files.
Working
with Dates, Strings, Regular Expressions.
Working
with Dynamic images.
Database
integration.
Saving
state with cookies, query.
Strings,
Session Functions.
Debugging.
JAVA
DEVELOPMENT KIT (JDK)
Java is Platform
Independent, Reliable Programming language introduced by sun systems,
used mainly to Develop Internet applications and applets. 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 Programs can be used to connect to
any computer on the Internet and have financial transactions.
For
Salient Features & Applications
JAVASCRIPT
JavaScript
is used to write programs that are executed by a web browser within
the context of web page. It has the ability to dynamically generate
HTML documents & Animations.
For Salient Features & Applications
JDBC
& JAVA BEANS
JDBC
technology is an API that lets you access virtually any tabular data
source from the Java 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.
JavaBeans
component architecture is the platform-neutral architecture for the
Java application environment. It is the ideal choice for developing
or assembling network-aware solutions for heterogeneous hardware and
operating system environments within the enterprise or across the
Internet. In fact, it is the only component architecture you should
consider if you're developing for the Java platform JavaBeans component
architecture extends "Write Once, Run Anywhere"
capability to reusable component development. In fact, the JavaBeans
architecture takes interoperability a major step forward your code
runs on every OS and also within any application environment.
For
Salient Features & Applications
JSP
JavaServer
PagesT (JSP) is a web-scripting technology
similar to Netscape server-side JavaScript (SSJS) or Microsoft
Active Server Pages (ASP). Although the JSP specification has
been managed by Sun Microsystems, any vendor can implement JSP
in their own systems. For Salient Features & Applications
JAVA-SERVLET
Servlets are used
for Server-Side Programming. Servlet 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.
For Salient Features & Applications
ASP.net
The
Internet has revolutionized the way organizations think about application
development and deployment. The leap from traditional client-server
development to web base development takes more than accessing data
through a browser.
SALIENT
FEATURES
ASP.NET
helps to develop web-based applications with high performance
and scalability.
Develop
web-based applications using ASP.NET
Apply
client-side and server-side programming, DHTML, scripting.
Analyze
the performance issues involved in developing applications
on the net.
Evaluate
the use of client-side scripting vs. server-side scripting.
Develop
applications using ASP.NET, XML and databases.
Obtain
and process information about server, clients, and users.
Keeping
track of client interactions.
Develop
and deploy applications using Microsoft InterDev and Studio.
TOPICS
COVERED
Web-based
Programming. Web application development concepts, issues,
and protocol. Server-browser interaction.
HTML.
Overview of HTML capabilities, tags, formatting, writing forms
and scripts.
HTTP
Protocol. The protocol, methods, data transfer and queries.
DHTML.
DOM, CSS2, attributes, events, netscape and IE extensions.
Scripting.
Overview of VBScript, JavaScript, document objects.
ASP.NET.
Why ASP.NET? Server and ASP.NET, Writing ASP.NET pages, IIS
and ASP.NET
ASP.NET
Object Model. Classes in the ASP.NET object model. Functionality
and features.
Using
InterDev. Creating projects, development and deployment using
InterDev.
ASP.NET
Facilities. Interaction with server, tracking sessions with
cookies, and session objects.
ASP.NET
Interactions. Interacting with other pages, forwarding and
including.