jQuery Examples

Example : jQuery code to display message. Example : jQuery code to hide the contents of html elements (Element Selector jQuery). Example : jQuery code to show/hide the contents of html elements. Example : jQuery code to show/hide the contents of html elements using single button. Example : jQuery code Read more…

Loading

SQL Introduction & Features

Introduction SQL stands for ‘Structured Query Language’. SQL is pronounced as ‘Sequel’.  SQL statements are like simple English imperative sentence. Features SQL is a query language used to retrieve and manipulate data in various ways as per need of the programmer in a RDBMS. There are 5 common operations performed by the Read more…

Loading

SQL Keywords

            Currently Used SQL Keywords NB : SQL Keywords can be used as Identifiers in our query by putting them inside big bracket such as [ADD], [PERCENT], [ALL] etc.               ADD EXCEPT PERCENT ALL EXEC PLAN ALTER EXECUTE PRECISION Read more…

Loading

Super Global Variables in Php

Introduction The concept of Super global variables was introduced in/after PHP 4.1.0. The superglobal variables are also known as Global Variables/Automatic Globals. Definition Super global variables are pre-defined, built-in variables & are of global scopes and hence always accessible from any function, class, file, etc. Features These variables can be used Read more…

Loading

Application Layer

Introduction It is the top and most advanced layer of the OSI model.  This is the 7th layer of the OSI model. This is the higher layer of the OSI model.  Features This layer defines the language and syntax that programs use to communicate with other programs. This layer represents Read more…

Loading

Presentation Layer

Introduction This is the 6th layer of the OSI model. This is the Upper layer of the OSI model. This layer lies in between the Session layer and the Application layer. Features In a computer network, different computers have different codes for representing character strings (e.g., ASCII, EBCDIC, Unicode, etc), Read more…

Loading