Monday, June 7, 2010

JavaScript special tutorials

JavaScript is really fun to use. Click the download link below to enjoy while learning.

Click here to download JavaScript Tutorials

Sunday, June 6, 2010

Java Programming

Java is a programming language originally developed by James Gosling at Sun Microsystems (which is now a subsidiary of Oracle Corporation) and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities. Java applications are typically compiled  to bytecode (class file) that can run on any Java Virtual Machine (JVM) regardless of computer architecture. Java is general-purpose, concurrent, class-based, and object-oriented, and is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere". Java is considered by many as one of the most influential programming languages of the 20th century, and is widely used from application software to web applications.
Click Here to download Java programming tutorial


Click here to download Java Programming notes according to TU syllables

Database Management System (DBMS)

A Database Management System (DBMS) is a set of computer programs that controls the creation, maintenance, and the use of a database. It allows organizations to place control of database development in the hands of database administrators (DBAs) and other specialists. A DBMS is a system software package that helps the use of integrated collection of data records and files known as databases. It allows different user application programs to easily access the same database. DBMSs may use any of a variety of database models, such as the network model or relational model.



Click Here to Download Database Management System (DBMS) notes

PHP Tutorials

PHP: Hypertext Preprocessor is a widely used, general-purpose scripting language that was originally designed for web development to produce dynamic web pages. For this purpose, PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module, which generates the web page document. As a general-purpose programming language, PHP code is processed by an interpreter application in command-line mode performing desired operating system operations and producing program output on its standard output channel. It may also function as a graphical application. PHP is available as a processor for most modern web servers and as standalone interpreter on most operating systems and computing platforms.

Click Here to Download PHP Tutorial file

Artificial Intelligence notes

What is Artificial Intelligence?
Different definitions of AI are given by different books/writers. These definitions can be divided into two dimensions.
Systems that think like humansSystems that think rationally
Systems that act like humansSystems that act rationally
Top dimension is concerned with thought processes and reasoning, where as bottom dimension addresses the behavior. The definition on the left measures the success in terms of fidelity of human performance, whereas definitions on the right measure an ideal concept of intelligence, which is called rationality. Human-centered approaches must be an empirical science, involving hypothesis and experimental confirmation. A rationalist approach involves a combination of mathematics and engineering.
CLICK HERE TO DOWNLOAD ALL ARTIFICIAL INTELLIGENCE NOTES