JavaScript - Photo Source: tutorialzine.com

JavaScript is a dynamic scripting language, supporting object-oriented, imperative and functional programming style. JavaScript must not be confused with JAVA. Even if JavaScript copies many names and naming conventions from, the two languages are unrelated and have very different semantics.The key design principles within JavaScript are taken from the SelfContinue Reading

PHP Programming Language - Photo Source: wikipedia.org

PHP is a server-side scripting language originally designed for Web development to produce dynamic Web pages. It is one of the first developed server-side scripting languages to be embedded into an HTML source document, rather than calling an external file to process data. Ultimately, the code is interpreted by aContinue Reading

XML

Extensible Markup Language, or simple XML became a W3C recommendation on February 10th 1998. XML is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. It is defined in the XML 1.0 Specification and produced by the W3C,Continue Reading

Java

The Java programming language process was initiated in 1991 by James Gosling, Mike Sheridan, and Patrick Naughton and was originally designed for interactive television and kitchen stuff. The language was initially called Oak after an oak tree that stood outside Gosling’s office; it went by the name Green later, andContinue Reading

PL/SQL Programming Language

PL/SQL (Procedural Language/Structured Query Language) is Oracle Corporation’s procedural extension language for SQL and the Oracle relational database. PL/SQL’s general syntax resembles that of Ada or Pascal. PL/SQL is one of three key programming languages embedded in the Oracle Database, along with SQL itself and Java. PL/SQL is available inContinue Reading

SQL

Structured Query Language, or simple SQL is a programming language designed for managing data in relational database management systems (RDBMS). Its scope includes data insert, query, update and delete, schema creation and modification, and data access control. SQL was initially developed at IBM by Donald D. Chamberlin and Raymond F.Continue Reading

Android Programming Language

Summary: A brief introduction related to Android. Where to download android SDK and what you need to install prior to start the development of an android application. Android is an operating system for mobile devices and it is developed by Google. It was initially developed for touchscreen devices like smartphones andContinue Reading

C# programming language

C# was developed by Microsoft within its .NET initiative and later approved as a standard by Ecma (ECMA-334) and ISO (ISO/IEC 23270:2006). C# is one of the programming languages designed for the Common Language Infrastructure. It is intended to be a simple, modern, general-purpose, object-oriented programming language. Reference Source :Continue Reading

HTML programming language

Hyper Text Markup Language, or simple HTML isn’t really a programming language, it is a web browser language used to create simple websites. HTML is the main markup language for web pages. HTML is a set of markup symbols, inserted in a file, with the intent to display text andContinue Reading