Image based hit counter in PHP to keep track of visitor.
Submitted by Xfunda - excellent fundamental » 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 putting the PHP file for this counter, create a file 'counter.txt' and CHMOD it to 0777. Initially put 0 in it and save the file. As this counter is image based we are putting our Image in "imgs" folder.
Directory Listings, list files and subfolder using php
Submitted by Xfunda - excellent fundamental » 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 first open current directory by $TrackDir=opendir(".");
The opendir function returns a directory handle resource on success, or FALSE on failure.
The Evolution of HTML
Submitted by Xfunda - excellent fundamental » HTML first appeared in the early 1990s—based on the preexisting Standard Generalized Markup Language (SGML)—and was created specifically for marking up documents for use on the newly born World Wide Web. Since its inception, HTML has gone through many changes and enhancements. New features have been added, while other features have become outdated and removed from the specifications. The formal act of retiring a feature from standard specifications is known as deprecation;
Photoshop Pink Neon Text Effect
Submitted by Xfunda - excellent fundamental » In this Photoshop text effects tutorial, we're going to learn how to use Photoshop's Layer Styles to easily make text look as if it's made out of Pink Neon. To create the effect, we're going to be using some "contours" that we'll be loading in, since they're not readily available to us by default, but don't worry, loading them is easy, and so is everything else we'll be doing.
Getting Browser details and Version Detection using JavaScript
Submitted by Xfunda - excellent fundamental » 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 analyze it, we can modify our site structure to make it more compatible with different version of web browser. Here we are not going to store it in database, we just going to display it in web browser itself. Here navigator object will play an important role. The navigator Object describes more modern ways to accomplish it.
Printable Document Generation with PHP
Submitted by Xfunda - excellent fundamental » This article focuses on the document that can be generated using PHP namely Rich Text Format (RTF). Rich Text Format (RTF) is a file type used to transfer formatted text documents between applications, even those that run on different platforms, such as IBM and Macintosh. RTF is a file format that many word processing programs understand; it is often used when a document is created in one word processing program but is expected to be edited in another word processing program.
PHP Database Integration With MySQL
Submitted by Xfunda - excellent fundamental » One of the defining features of PHP is the versatility it offers for connection to, and manipulation with, databases. In this article, we look at some features of the PHP and MySQL combination. We shall go through the following steps:-
Connect to MySQL Database Server
Create new Database
Select MySQL Database
Add data to table
Retrieve data
Error Handling
JavaScript Status clock - Advance
Submitted by Xfunda - excellent fundamental » We are going to manipulate data which we get from Date object constructor. Using the date object and some of its methods, you can create your own JavaScript clock customized to our needs. First of all we define variable var currentDate=new Date() and create a date object. An advantage of using objects is that objects can hold multiple values, where variables can only keep one value at a time. And then using above method get the required parameter stored in variable.
Text input with background image
Submitted by Xfunda - excellent fundamental » In this article 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. All we need in order to create an input box like above we required image which we want to use as background and some CSS code.
JavaScript Status Bar Left to right Text scroll
Submitted by Xfunda - excellent fundamental » In this article we are going to design a JavaScript Left to right text scroll at windows Status Bar. Now we define a function MsgFLY() and going to call it through Window object supports methods setTimeout() to call same function after every 1000 milliseconds. The Window object supports methods for setting timers that we might use to perform a variety of functions.

