Spark

What is disclaimer page? Sample disclaimer page for website

What is disclaimer Page? A disclaimer is a very useful way of protecting you from any action taken against you by a third party. It states the limitation liability for the use of your website and the information it contains. Sample disclaimer Page for website The information contained in this website is for general information …

What is disclaimer page? Sample disclaimer page for websiteRead More »

What is plesk Panel? How to install and use it?

What is plesk Panel? Plesk software package is a commercial web hosting automation program. Using this you can easily manage many accepts of accounts such as email accounts, reseller accounts, files, applications through the web based interface. How to install and use parallels Plesk Panel ? First download the Parallels Plesk trial-pack from http://www.odin.com/products/plesk/download/ After downloading …

What is plesk Panel? How to install and use it?Read More »

What is class and functions in PHP script or object oriented programming

What is Class in Programming ? A class is a collection of variables and functions working with these variables. Variables are defined by var and functions are defined by function. It is an object oriented programming. Define a class Define a class using a keyword class Syntax class className { } Example class myfirstprogram { …

What is class and functions in PHP script or object oriented programmingRead More »

essential and important JavaScript functions required in website

These are the following important java script functions used in a website. Please note that you may use jquery for all functions Progressive pop ups for Social networking <script> // create social networking pop-ups (function() { // link selector and pop-up window size var Config = { Link: “a.share”, Width: 500, Height: 500 }; // …

essential and important JavaScript functions required in websiteRead More »

important MYSQL syntaxes or query in php program

SQL QUERY SQL stands  for Structured Query Language, it is used for accessing and manipulating  databases. Using SQL one can perform more actions in a database.Such as insert, update, select and delete a records from the database. Essential SQL queries 1. To create a database in mysql  Create database is used to create the database. Syntax CREATE DATABASE database_name; …

important MYSQL syntaxes or query in php programRead More »