Tutorials by Chetankumar Akarte

Tutorials in index: 15
Tutorial views: 3932

<<  |  <  |  1  |  2  |  >  |  >>

Image based hit counter in PHP to keep track of visitor.

Popular Image based hit counter in PHP to keep track of visitor.

Here we are going to design simple image based hit counter to keep track of visitor. We are going to keep record in a text file so we do need any kind of database. We are going to keep whole record in counter.txt file. In the same directory where you putt

Directory Listings, list files and subfolder using php

Directory Listings, list files and subfolder using php

This is the simple example to list contents of any Directory. To do this we are going to define function DirDisply( ) which will read the current directory contents and display it as a list. We firs

Add a blinking flash message at the status bar of Web browser(IE)

Add a blinking flash message at the status bar of Web browser(IE)

The following sample of code gives an idea of how to add a blinking flash message at the status bar. Adding flash text at the status is very simple for that we use a single if-else loop in function blinkflash(). This script is compatible with IE.

Applying CSS style to buttons and HTML links

Popular Applying CSS style to buttons and HTML links

In this article we are going to decorate buttons by using a small piece of CSS on it. while design CSS enable forms Applying CSS style to buttons is play a vital role. its improve your sites beauty that give pleasure to the senses.

Getting Browser details and Version Detection using JavaScript

Popular Getting Browser details and Version Detection using JavaScript

In this article we will go to get browser details of the web browser using JavaScript. We are going see how to get it. We can used that data to store in database and used for analyse it, so we can modify our site structure to make it more compatible with

Javascript Bouncing Message at status bar

Popular Javascript Bouncing Message at status bar

Here we are going to Bounce Message at status bar of a web browser( IE ). first of all we are going to take a look on code and then see its working.

Building Feedback Form with php

Popular Building Feedback Form with php

Here we are going to create a feedback form for you site to allow users contact you. The script is very simple and this article is for php begginers. we have to follow following steps for that.

How To Enable Session Support for PHP

Popular How To Enable Session Support for PHP

The session support can be turned on automatically at the site level, or manually in each PHP page script: Turning on session support automatically at the site level we have to modify some setting in php.ini file. you can get php.ini file in folder you in

Text input with background image

Popular Text input with background image

we are going to see how to add Text input with background image. We're now going to see how you can create an input box like the one you see below: we need in order to create an input box we required image to use as background and some CSS code.

How to Close Browser Window

Popular How to Close Browser Window

How to Close Browser Window? If you want to close any browser window then you can use window.close() method. The method window.close() will attempt to close the window in which the script is executing. See simple script to â

<<  |  <  |  1  |  2  |  >  |  >>

Affiliates