Hello guys, i am back again with yet another simple but interesting tutorial of changing webpage background color using javascript, just copy and paste it to your webpage and customize it according to your webpage design. <script language=”javascript”> function chngebg... (Continue reading)
Hello guys here is a simple yet powerful script that allows you guys to force the users download some files with the dialog box Do you want to open or save the file, just copy paste the script below. <?php... (Continue reading)
Hello guys here is a simple code on how to password protect a webpage using javascript.This is not a good idea coz it is not at all secure.But simply just like that a webpage which is protected using simple javascript... (Continue reading)
This tutorial shows how to track your vistors click using simple php and Ajax To implement the click tracking tool we need to create 2 files: Demo.html: This file contains the html with the links and the Ajax code. clickTracker.php: This... (Continue reading)
Some times when you intergrate your existing wordpress blog with an external website or at times when you go for something like <?php require_once('body.php'); ?> 2.php <?php session_start(); ?> in your webpage, you will be getting a warning stating that... (Continue reading)