Rotating Banner Advertisements with PHP By: Admin
This tutorial is intended for the PHP
programmer interested in developing a useful and dynamic banner
advertisement system using mySQL, P...15-Apr-2010 |
Rotating Banners By: Admin
This tutorial will show you how to create a
rotating banner for advertisers. Its a great way to earn income from
your website and get mor...24-Mar-2010 |
Affiliate System By: Admin
This tutorial walkthrough is intended for those
who have a solid foundation of PHP basics.
This tutorial will tea...24-Mar-2010 |
Simple Ad Rotator By: Admin
Creating a simple ad-rotator. In this, ads are
stored in a text file and picked randomly by this PHP code. This
tutorial...15-Apr-2010 |
Creating File Based Ad Rotator By: Admin
This tutorial shows you how to create a simple
AD rotator script without using a database. The script can display both
text and image ads...24-Mar-2010 |
A Simple Banner Rotator By: Admin
I cannot count how many times I\'ve been asked to code a UBER simple banner rotator script.
These things are so simple, but if you don\'t ...15-Apr-2010 |
Banner and Link Rotation By: Admin
I have many web sites and on most of them I run
all kind of link/banner exchange or affiliate programs. Some of the
affiliate programs pe...24-Mar-2010 |
Browser Redirect By: Admin
This is a simple little script which will take
you to one page if you're using Internet Explorer, and another page if
you're using some o...24-Mar-2010 |
Something Useful: Detect Browsers By: Admin
Let us do something more useful now. We are
going to check what sort of browser the visitor is using. For that, we
check the user agent s...15-Apr-2010 |
Detecting The User's Browser By: Admin
When a browser accesses any page on your
website, it sends a user-agent string to the server.
In PHP, this
string is stor...19-Apr-2010 |
JSON AJAX & PHP Web Chat By: Admin
This tutorial will walk you through the steps
to create an JSON AJAX driven website.
We will be passing the message
data back as X...15-Apr-2010 |
A MySQL Driven Chat Script By: Admin
In this article, Tim will show you how to
create a quick-n-easy chat script using PHP and a very simple MySQL
database. The script will a...24-Mar-2010 |
AJAX Chat Tutorial By: Admin
AJAX Chat Tutorial is a tutorial that is
a step by step introduction to creating a lightweight chat application
using XML as a stor...15-Apr-2010 |
Building an AJAX-Based Chat By: Admin
As you may have guessed, in this article I’ll
attempt to develop a chat application by using AJAX as the workhorse
for sending out ...24-Mar-2010 |
Dynamic Graphs with PHP By: Admin
Dynamic Graphs with PHP is a tutorial that will
show you how to use the data recorded on a site, and transform some of
it into some eye p...15-Apr-2010 |
AJAX Chat Tutorial :Usability Improvements By: Admin
AJAX Chat Tutorial Part 7 is part of a series
used to show you how to create a chat application in PHP using the
great features of AJAX. ...15-Apr-2010 |
Dynamic Graphs with PHP(part 1) By: Admin
Dynamic Graphs with PHP is a tutorial that will
show you how to use the data recorded on a site, and transform some of
it into some eye p...15-Apr-2010 |
Dynamic Graphs with PHP(part 2) By: Admin
Dynamic Graphs with PHP is a tutorial that will
show you how to use the data recorded on a site, and transform some of
it into some eye p...15-Apr-2010 |
AJAX Chat Tutorial By: Admin
This tutorial will walk you through the step in
order to create an AJAX driven web chat program. This will be a very
simple program, but ...15-Apr-2010 |
Simple Chatroom(part 1) By: Admin
Hey there few days ago I was talking with some
girls in msn. ya know that sleek talk and suddenly this idea came to my
head that I should...25-Mar-2010 |
Basic Flash MX/MySQL Chat By: Admin
Welcome to my first tutorial regarding Flash MX
and PHP. We will try to set up a simple Flash chat in order to
implement it into you...25-Apr-2010 |
Simple Chatroom(part 2) By: Admin
This article is about how to make simple chatroom with jQuery. This article continues next steps of tutorial simple chatroom (Part 1)15-Apr-2010 |
PHP Cookies By: Admin
Cookies have been around for quite some time on
the internet. They were invented to allow webmaster\'s to store
information about the use...25-Mar-2010 |
PHP Sessions By: Admin
As a website becomes more sophisticated, so
must the code that backs it. When you get to a stage where your website
need to pass along us...25-Mar-2010 |
Using Cookies in PHP By: Admin
Cookies are small bits of information that can
be stored on a client computer. Once a cookie is created, it will
expire after a specified...25-Mar-2010 |
Managing Users with Sessions By: Admin
Recently, I had occasion to work on a small
project with a group of people. We had determined early on that email
alone wasn\'t going to ...25-Mar-2010 |
PHP Tutorial: Cookies By: Admin
Cookies are pieces of data that are stored as
simple little text files in the site visitor\'s computer, and allow the
site server to keep...25-Mar-2010 |
Sessions By: Admin
This tutorial will teach an alternative and
effective solution to cookies in PHP which might actually be better for
your website and secu...25-Mar-2010 |
Cookies By: Admin
Setting and playing around with cookies is a
fun and useful way to save data on a user\'s hard drive, and can
successfully store valuable...25-Mar-2010 |
Sessions By: Admin
This chapter describes: What is a session. How use session in a PHP script. A session test with 3 scripts.
How session ID can be managed ...25-Mar-2010 |
Using Cookies By: Admin
This chapter describes: What is a Cookie? Sending and Receiving Cookies,
Output Control Functions, Persistent Cookies, and Other Cookie P...25-Mar-2010 |
Using Cookies in PHP By: Admin
If you\'re using PHP (and perhaps MySQL with it)
to make as much of your site dynamic as possible, you won\'t be able to
make a site trul...25-Mar-2010 |
Custom PHP Sessions By: Admin
PHP\'s session handling functions are OK, but
what if you wanted to create your own sessions? In this article I will
teach you how to cre...25-Mar-2010 |
User ID with cookies By: Admin
This article will explain the basics and
possibilities of user identification using cookies. First of all the
mechanics of cookies must b...25-Mar-2010 |
Developing State-enabled Apps By: Admin
When a user is browsing through a website and
is surfing from one web page to another, sometimes the website needs to
remember the action...19-Apr-2010 |
Saving PHP Session to a DB By: Admin
As you should be aware the HTTP protocol, as
used for serving web pages, is completely stateless. This means that
after the server has re...19-Apr-2010 |
Handling Cant Modify Headers By: Admin
What all of these errors are trying to tell you
is that some form of data is being sent to the browser before you made
a call to that fun...19-Apr-2010 |
PHP and Cookies By: Admin
In this article we will discuss about cookies
and how to make cookies work with PHP. This tutorial will guide you
through not only creati...25-Mar-2010 |
PHP Sessions By: Admin
In this article we will discuss what are
Sessions and how to work with sessions in PHP. This tutorial will guide
you through setting up a...19-Apr-2010 |
PHP Sessions Tutorial By: Admin
This tutorial shows you how to work with
sessions in PHP. You will learn how to transfer information between
pages to create interactive ...25-Mar-2010 |
Read from a Cookie By: Admin
This sample code shows how easy it is to read
data from a user\'s cookie. More information about cookies can be found
on the site....25-Mar-2010 |
Save Info to a Cookie With Variable By: Admin
This snippet shows how to save information to a
cookie using a variable. More informatiom about cookies can be found on
the site.
...25-Mar-2010 |
Save Information to a Cookie By: Admin
This snippet shows how you can easily save information to a cookie. More informatiom about cookies can be found on the site.
...25-Mar-2010 |
Save Info to a Cookie With Variable By: Admin
This snippet shows how to save information to a
cookie using a variable. More informatiom about cookies can be found on
the site.
...25-Mar-2010 |
PHP and Cookies By: Admin
Cookies are small amounts of data stored by the
user’s browser after a request from a server or script. While they are
excellent fr...19-Apr-2010 |
Using Cookies with PHP By: Admin
Cookies allow the webmaster to store
information about the site visitor on their computer to be accessed
again the next time they visit. ...25-Mar-2010 |
Session Management With Cookie By: Admin
A fundamental characteristic of the Web is the
stateless interaction between browsers and web servers. As discussed in
Chapter 1, HTTP is...25-Mar-2010 |
Setting Cookies with PHP By: Admin
Using cookies, you can automatically log users
into your Web site when they load a page, or you can store temporary
information such as i...25-Mar-2010 |
Session Management Over the Web By: Admin
A fundamental characteristic of the Web is the
stateless interaction between browsers and web servers. As discussed in
Chapter 1, HTTP is...25-Mar-2010 |
PHP and Cookies By: Admin
A cookie can hold small collection of
information/data, that is stored on the users local computer and is
mostly used by websites to iden...25-Mar-2010 |
How to use cookies By: Admin
Setcookie() defines a cookie that is sent along
with the rest of the information from the header. Cookies shall be sent
before any html t...25-Mar-2010 |
Example of uses for cookies By: Admin
n this example we will learn how to set a
cookie and how to retrieve the established value. In order to do this,
we will ask users to ins...25-Mar-2010 |
PHP Cookies By: Admin
This reference shows an example on storing
cookies in the client\'s browser, and controlling the expire time on the
server instead of the...25-Mar-2010 |
A Session In The Cookie Jar By: Admin
One of the standard examples used to
demonstrate how a session works is the hit counter application. This is
a simple counter that initia...25-Mar-2010 |
Basic PHP Sessions By: Admin
A session is a way to store information (in the
form of variables) to be used across multiple pages. Unlike a cookie,
specific variable i...26-Mar-2010 |
Introduction to PHP Sessions By: Admin
This article is an step-by-step introduction to
using sessions in PHP. It features fundamentals tips and actual
examples to show you what...26-Mar-2010 |
Storing Sessions in a Database By: Admin
While the default session storage mechanism is
adequate for many PHP developers, you might find yourself wanting to
modify its behavior f...26-Mar-2010 |
Using Sessions By: Admin
It is said that HTTP (Hyper Tex Transffer
Protocol )tis stateless protocol , which means, information entered by
user in one HTML page is...26-Mar-2010 |
PHP Sessions By: Admin
A PHP session variable is used to store
information about, or change settings for a user session. Session
variables hold information abou...26-Mar-2010 |
setcookie By: Admin
etcookie() defines a cookie to be sent along
with the rest of the HTTP headers. Like other headers, cookies must be
sent before any outpu...26-Mar-2010 |
Sessions By: Admin
This tutorial is designed for an advanced PHP programmer. It assumes you know
how to handle cookies. ...26-Mar-2010 |
Sessions for authorization By: Admin
Sections are used for sharing variables between
different web pages accessed by the same user. Of course, somehow
server has to know that...26-Mar-2010 |
PHP Tutorial: Session By: Admin
The first time a user accesses to a our pages
some connections and disconnections took place. During this process the
server and the clie...26-Mar-2010 |
Cookies By: Admin
PHP transparently supports HTTP cookies.
Cookies are a mechanism for storing data in the remote browser and thus
tracking or identifying ...26-Mar-2010 |
Session Management By: Admin
This three-page online tutorial/article talks
about managing user session and authentication using PHPLIB, a set of
PHP classes designed ...26-Mar-2010 |
Session Management with PHP4 By: Admin
One of the new great features with PHP4 is the
session management feature. It allows you to store variables in a
session \'object\' durin...26-Mar-2010 |
Sessions and cookies By: Admin
HTTP is a stateless protocol. This means that
each request is handled independently of all the other requests and it
means that a server ...26-Mar-2010 |
The Truth about Sessions By: Admin
Nearly every PHP application uses sessions.
This article takes a detailed look at implementing a secure session
management mechanism with...26-Mar-2010 |
Welcome to Cookies By: Admin
Welcome to the first tutorial here at Insane
Visions. I\'m going to kick it off with a tutorial on cookies, PHP
cookies. Cookies are just...26-Mar-2010 |
Cooking Cookies with PHP By: Admin
Cookie is a small flat file which sits on
user’s computer. Each time that user requests a page or goes to a
webpage, all cookie inf...26-Mar-2010 |
Protecting a Page with Sessions By: Admin
First of all, create a basic form that goes to
login.php. Then, on the login.php page we need to first open PHP tags,
and start by adding...28-Mar-2010 |
PHP cookie example By: Admin
This article contains handful PHP function
ae_put_cookie for easy cookie setting and "Cookie Notepad" example
which allow visit...28-Mar-2010 |
PHP Web Services By: Admin
REST, unlike SOAP, doesn\'t require you to
install a separate tool kit to send and receive data. Instead, the idea
is that everything you...28-Mar-2010 |
XSS, Cookies, and Session ID By: Admin
Cross site scripting (XSS) errors are generally
considered nothing more than a nuisance — most people do not realize
the inherent d...28-Mar-2010 |
Server Sessions By: Admin
The session handling functions in PHP are
designed to save state between different requests from the same client.
This works well if the ...28-Mar-2010 |
Using Sessions By: Admin
To begin this tutorial in PHP sessions, you
must first make sure that your web server (ie. apache) has the options
to allow session with ...28-Mar-2010 |
PHP and Cookies, A Good Mix By: Admin
Cookies have long been used in PHP scripts, and
are a very useful function. Maybe you have used then, but you still
don\'t know exactly w...28-Mar-2010 |
Using Cookies in PHP By: Admin
Cookies is small text files saved locally on
the user\'s computer by the website, when the website later on wants the
information it just...28-Mar-2010 |
Saving PHP Session Data By: Admin
As you should be aware the HTTP protocol, as
used for serving web pages, is completely stateless. This means that
after the server has re...28-Mar-2010 |
Cookies and You By: Admin
A Session or Cookie is basically said to be a
document on your (YOUR) computer with which you would store
information. Cookies such as on...28-Mar-2010 |
Sessions & Cookies By: Admin
Sessions and cookies. Iin the web development
world they are very important functions of interactive design! The
difference between sessi...29-Mar-2010 |
How to Handle Relationships By: Admin
This tutorial is intended for those developers
who come across the situation where they need to cater for what is
known as a \'many-to-ma...29-Mar-2010 |
Accessing MySQL Database Data By: Admin
Ok, we now have our data in the database, so
how do we actually put this data to use? Ok, we now have our data in
the database (if you do...29-Mar-2010 |
MySQL Admin By: Admin
This lesson covers the different options you
have available to you for administering your MySQL service after it is
successfully installe...29-Mar-2010 |
MySQL Database Backups By: Admin
If you\'re storing anything in MySQL databases
that you do not want to lose, chances are you should be doing weekly or
even daily backups...29-Mar-2010 |
Sending queries to mySQL By: Admin
PHP send quesries to mySQL using mysql_query
function. mysql_query function returns boolean (True or False) value
which your quesry does ...29-Mar-2010 |
Running Some Queries By: Admin
Ours is not to reason why, ours is just to do
and query. Consequently we\'ll continue with queries without further
ado! For our MySQL dat...29-Mar-2010 |
Using MySQL with PHP By: Admin
This chapter describes: How to configure PHP with a MySQL server.
What are the basic functions to use a MySQL server and a test script wi...29-Mar-2010 |
Putting PHP & MySQL To Work By: Admin
In this tutorial, a link at the top of the Web
page brings visitors to the login page, where they can sign in or
create a new account. To...29-Mar-2010 |
Script Web Databases Quickly By: Admin
You\'ll learn how to install and configure PHP
for use with the Apache Web server on UNIX or the Microsoft Internet
Information Server on...29-Mar-2010 |
Connecting to a Database By: Admin
You need to have a connection to mysql before
you can send and recieve data. This first code will define the DB
variables, so you will ne...29-Mar-2010 |
Saving & Downloading By: Admin
This article is aimed at answering one of the
most asked questions on the PHP mailing list and discussion forums
alike: How to store bina...29-Mar-2010 |
Get Size of a MySQL Database By: Admin
This simple tutorial will show you how to get
the size of a MySQL database using PHP in just a few simple steps.
First of you\'ll need my...29-Mar-2010 |
Creating OO MySQL Abstraction By: Admin
In this tutorial you will learn how to create
an object oriented database abstraction class for MySQL databases.
Besides the basic functi...29-Mar-2010 |
Simple DB Management System By: Admin
In this tutorial, you will the steps that ar
needed to not only learn but create a simple but effective database
management system.29-Mar-2010 |
Create A Database On The Fly By: Admin
Need to have databases created with a back end
application?This tutorial shows the database that was created from this
online application...29-Mar-2010 |
PHP/MySQL Select Data and Split By: Admin
This tutorial is going to show you how to
SELECT data from a MySQL database, split it on multiple pages and
display it using page numbers...29-Mar-2010 |
PHP MYSQL Functions By: Admin
The MySQL functions allows you to access MySQL
database servers. For the MySQL functions to be available, you must
compile PHP with MySQL supp...29-Mar-2010 |
Displaying MySQL Table Structures By: Admin
You can get information about tables using SHOW
TABLE STATUS query. This query gives you a detailed info about all
tables in your databas...29-Mar-2010 |
What Are Databases? By: Admin
Databases are programs that are built to store
and manage information. You can think of a database as a virtual filing
cabinet … w...29-Mar-2010 |
Stored Procedure With mySQL By: Admin
MySQL Stored Procedures and PHP can prove to be
a great combination! This article explains about MySQL Stored
Procedures in detail includ...29-Mar-2010 |
Web Database Access By: Admin
In this tutorial, we will explore a
straightforward solution that is used to access web databases using
desktop applications, and that yo...29-Mar-2010 |
PHP Snurk By: Admin
When you run a database-driven website, it
makes sense to generate pages on the fly. PHP, MySQL, and Apache let
you do just that. But the...29-Mar-2010 |
Working with checkboxes By: Admin
Over in the php help forum, the question of how
to deal with checkboxes arises pretty often. Usually, people want to be
able to select wh...29-Mar-2010 |
PHP Basic Database Handling By: Admin
"Handling a database with PHP" can be a bit
misleading. PHP is not the one responsible for doing anything to your
database. All...29-Mar-2010 |
Working with a Database By: Admin
The [Easy as Pie] series focuses on tasks that
most people consider too challenging and presents it in a way that is
easy (as pie!) to un...29-Mar-2010 |
Next-Previous Links By: Admin
If you have a myriad of data on your database
and want to display it in a nice orderly manner, then you might want to
display only part o...29-Mar-2010 |
Database design fundamentals By: Admin
This is a mini-guide with hot tutorials to
learn, step-by-step, how to design a database from
relationships-entities model to final imple...29-Mar-2010 |
MySQL Databases (PART 1) By: Admin
Welcome to my set of tutorials on MySQL. While
there are loads of tutorials on MySQL (usually in combination with a
scripting language) o...29-Mar-2010 |
MySQL Databases (PART 2) By: Admin
Welcome to my set of tutorials on MySQL. While
there are loads of tutorials on MySQL (usually in combination with a
scripting language) o...29-Mar-2010 |
MySQL Databases (PART 3) By: Admin
Welcome to my set of tutorials on MySQL. While
there are loads of tutorials on MySQL (usually in combination with a
scripting language) o...29-Mar-2010 |
MySQL Databases (PART 5) By: Admin
Welcome to my set of tutorials on MySQL. While
there are loads of tutorials on MySQL (usually in combination with a
scripting language) o...29-Mar-2010 |
MySQL Databases (PART 6) By: Admin
Welcome to my set of tutorials on MySQL. While
there are loads of tutorials on MySQL (usually in combination with a
scripting language) o...29-Mar-2010 |
MySQL Databases (PART 7) By: Admin
Welcome to my set of tutorials on MySQL. While
there are loads of tutorials on MySQL (usually in combination with a
scripting language) o...29-Mar-2010 |
MySQL Databases (PART 8) By: Admin
Welcome to my set of tutorials on MySQL. While
there are loads of tutorials on MySQL (usually in combination with a
scripting language) o...29-Mar-2010 |
MySQL Databases (PART 9) By: Admin
Welcome to my set of tutorials on MySQL. While
there are loads of tutorials on MySQL (usually in combination with a
scripting language) o...29-Mar-2010 |
Build a Query Processor Class By: Admin
In this article you will learn how to use some
useful PHP networking functions that will help you perform a variety of
common networking ...29-Mar-2010 |
Export Database By: Admin
The script below reads the schema from a MySQL
database and outputs XML that describes the schema. At first we connect
to a MySQL databas...29-Mar-2010 |
Install Firebird/Interbase By: Admin
This simple tutorial assumes you already have a
working PHP installation. There\'s plenty of guides on how to set up
PHP, here I\'m only ...29-Mar-2010 |
PHP database problems By: Admin
You can create database design, database
access, and the PHP business logic code that sits on top of it in any
number of ways, and you of...29-Mar-2010 |
Unit tests By: Admin
There are many unit test frameworks in the PHP
world, mostly based on Junit. We didn\'t develop another one for
symfony, but instead we i...29-Mar-2010 |
Web Database Access By: Admin
There may be growing interest in moving
computer applications from the desktop to the Web. But desktop
applications are still a huge mark...29-Mar-2010 |
Script Web Databases By: Admin
Find out how to script in PHP, an open-source
embedded scripting language for HTML. You\'ll learn how to install and
configure PHP for us...29-Mar-2010 |
Record locking in Web apps By: Admin
In this article we describe how to implement
record locking in web applications. Because of the stateless nature of
HTTP, you cannot know...29-Mar-2010 |
Storing Images in a Database By: Admin
This tutorial teaches you how to upload images
into a MySQL database using PHP. Even though it sounds complicated, it
is fairly simple an...29-Mar-2010 |
The Singleton Design Pattern By: Admin
In software engineering, a design pattern is a
general solution to a common problem in software design. A design
pattern isn\'t a finishe...30-Mar-2010 |
PHP Database By: Admin
With an ODBC connection, you can connect to any
database, on any computer in your network, as long as an ODBC
connection is available. He...30-Mar-2010 |
Flexible Database Driven Menu By: Admin
In this tutorial we\'ll see how to create a
fully database driven menu. Our menu will work fine also if we decide
to insert some links la...30-Mar-2010 |
Flat File Databases By: Admin
PHP is a very powerful language, even without
the use of a database, but you can only go so far without the need to
store and retrieve da...30-Mar-2010 |
Restoring MySQL Databases By: Admin
If you happen to have data stored in a MySQL
database, it is good for you to learn how to backup and restore the
database. While MySQL is...30-Mar-2010 |
Databases and SQL By: Admin
As if PHP wasn\'t enough, now you find out you
have to be able to work with databases as well! Well, never fear,
Timothy has a database p...30-Mar-2010 |
Managing Tables By: Admin
A collection of 18 tips on managing tables and
data rows with PHP scripts. Clear explanations and tutorial exercises
are provided on crea...30-Mar-2010 |
Build a PHP Link Scraper By: Admin
We\'re going to build a robot that scrapes links
from web pages and dumps them in a database. Then it reads those links
from the database...30-Mar-2010 |
Convert date to time and back By: Admin
MySQL spits out date in YYYY-MM-DD format. The
following code will show how we can customize the output. If you want
to learn how to conv...30-Mar-2010 |
PHP Date By: Admin
While PHP\'s date() function may seem to have an
overwhelming amount of options available, isn\'t it always better to
have more choices than n...30-Mar-2010 |
Event Calender By: Admin
An events calendar allows you to keep a
schedule of your appointments, etc. In this article Mitchell creates an
extremely useful events c...30-Mar-2010 |
Time and Date By: Admin
PHP has the ability to dynamically generate the
time and date. Using a simple line of code we are able to include this
on our site, howev...30-Mar-2010 |
PHP Calender By: Admin
This tutorial will show you how to render a
calendar for the current month using PHP and HTML. This tutorial makes
use of PHP\'s calendar...30-Mar-2010 |
Show time left with PHP By: Admin
The function must be able to output any of
these examples. The first example probably have some minutes and
seconds aswell left, but they...30-Mar-2010 |
Date and Time By: Admin
Most of the time, the date and time
functionalities of PHP 5 are used for printing out the current date and
timeto pretend that the web p...30-Mar-2010 |
PHP Calender By: Admin
PHP calendars can be very useful. You can do
things as simple as showing the date, and as complex as an online
booking system. In this tu...30-Mar-2010 |
PHP Calender By: Admin
Here\'s a very simple, but very complete, PHP
script to print out a calendar. It does one thing, but does it well
(which is how it should...30-Mar-2010 |
Calendar of Events Listing By: Admin
This code is for when you have a list of events
you would like to put on a Web page but don\'t want to have to keep
track of which events...30-Mar-2010 |
Using Date and Time functions By: Admin
As these functions are built in PHP , no
installation is necessery. date() - You can pickup the current date
using date function. The dat...30-Mar-2010 |
Displaying Date and Time By: Admin
This is just a one way of displaying the date
and time, there are many other forms that you can create yourself. Also
there are several d...30-Mar-2010 |
User-Defined Timezones in PHP By: Admin
On User-Defined Timezones in PHP a tutorial
used to will help you add the features for shifting dates to a
user-defined timezone. This ca...30-Mar-2010 |
Quick Calendar with AJAX & PHP By: Admin
There are many web calendars in the market but
some of them are quite complicated. If we are not able to understand
the code, it becomes ...30-Mar-2010 |
PHP Time and Date By: Admin
Dates are very simple in PHP and are easy to
get the hang on but not so easy to remember all the variables to the
dates as you will see f...30-Mar-2010 |
Validating & Formatting Dates By: Admin
This tutorial is intended for developers who
want to take a user-supplied date and format it so that it can be added
to the database, and...30-Mar-2010 |
Difference Between Two Dates By: Admin
Suppose you want to know the age of a person
given her birth date. Let’s say her birth date is "09-23-1969". In the
datab...30-Mar-2010 |
Creating a PHP Script Timer By: Admin
This timer is the simplest and easiest to
implement. It will determine the time taken for a php script to execute
correct to 0.0000000000...30-Mar-2010 |
Creating A .csv Document By: Admin
This is a very basic script for creating a .csv
file in PHP and is easy to set up and display information. I hope this
helps you out in d...30-Mar-2010 |
Date & Time By: Admin
PHP\'s date functions are powerful, flexible,
and surprisingly easy to use. This section guides you through the
functions, explaining the...30-Mar-2010 |
Date and Time Manipulation By: Admin
In this tutorial I will tell you how to
manipulate dates and time and this is what the second part of this
tutorial will show. The thing ...30-Mar-2010 |
Date and Time Formatting By: Admin
n the this tutorial, we will get familiar with
date and time formatting. Probably most of you are familiar with
formatting, but for those...30-Mar-2010 |
PHP Date() By: Admin
The PHP date() function formats a timestamp to
a more readable date and time. This article contains the W3 School\'s
explanation on how t...30-Mar-2010 |
How to Make a PHP Calendar By: Admin
In this tutorial you will learn how to build
your own web based calendar using PHP. This calendar is made from two
parts. On top there ar...30-Mar-2010 |
Display Date in PHP By: Admin
This tutorial will show you how to do it. To
display date, we use function date(). But you need to format it by
choose the formatting opt...30-Mar-2010 |
Display Previous Date in PHP By: Admin
How to Display Previous Date or Next Date Using
PHP? it is very simple, just use date() and strtotime(). Using the same
way, we can displ...30-Mar-2010 |
How Many Days in a Month By: Admin
Some times we need to find out how many days in
a certain month. There are two methods to do it. One method is to use
an array to store a...30-Mar-2010 |
Display Time Using PHP By: Admin
How to display time using PHP? This tutorial
will show you how to do it. To display time, we use function date().
But you need to format ...30-Mar-2010 |
PHP calendar By: Admin
This tutorial will show you how to render a
calendar for the current month using PHP and HTML. This tutorial makes
use of PHP’s cal...31-Mar-2010 |
Date and time manipulation By: Admin
In PHP, despite the big choice of functions,
there is not a specific function to add an interval of time, that could
be a day, hour, mont...31-Mar-2010 |
Validating and Formatting Date By: Admin
Intended Audience This tutorial is intended for
developers who want to take a user-supplied date and format it so that
it can be added to...31-Mar-2010 |
Storing date and time By: Admin
There are many topics on the forums that go
again, topics many people often are having trouble with. One of these
problem areas are how t...31-Mar-2010 |
Create a Google Calendar By: Admin
Google Calendar is a free and fully featured
web based calendar solution. The calendar information is kept private
by default, but you ca...31-Mar-2010 |
Create a Calendar By: Admin
This tutorial came in order to give a response
to the different email asking me how to create a calendar similar to
the one in my home pa...31-Mar-2010 |
Date & Time Functions By: Admin
When developing a website with PHP it is often
beneficial to report server times and/or dates. On its own this ability
is quite useful, b...31-Mar-2010 |
UNIX Timestamp By: Admin
This is a guide, you will not have a
stand-alone effect or file by the end of this guide, but you will -
hopefully - have an understandin...31-Mar-2010 |
Show Date and Time By: Admin
Browsing several sites you have seen that they
have date or time displayed in real time, you were wondering how to
have it on your own si...31-Mar-2010 |
Unix Timestamps By: Admin
In this tutorial I will show you how to use the
time() funtion. First of all, what it does: The time() function simply
returns the number...31-Mar-2010 |
Time and Date using PHP By: Admin
In this tutorial we will learn how to display
the day and/or time by using php. It\'s a very easy thing to do using
php (theres only one ...31-Mar-2010 |
HTML2PDF By: Admin
HTML2PDF is an article explaining how PHP can
be used to convert HTML pages and information into PDF documents. The
method can be used to...31-Mar-2010 |
PHP for PDF By: Admin
With this Tutorial you\'ll learn how to use the PDF extension in PHP4 to create PDF documents.
We also put focus on creating PDF documents...31-Mar-2010 |
Creating PDF files on the fly By: Admin
PDF files can be generated using PHP. For
creating PDF files using PHP or other languages you have to download
and install PDFlib from PD...31-Mar-2010 |
PDF Generation Using Only PHP By: Admin
This tutorial is intended for the PHP
programmer who needs to incorporate PDF generation in a script without
using external libraries suc...31-Mar-2010 |
How to write a PDF from PHP By: Admin
With ttf2pt1 it is possible to convert true
type fonts that abound in the Windows\\Fonts directory to Type 1 fonts
which can be used with...31-Mar-2010 |
Creating PDF documents By: Admin
PDF is a popular format when distributing
documents for printing. PDFlib is an extension for PHP that allows web
developers to easily cre...31-Mar-2010 |
Storing configuration parameter By: Admin
In most systems, you need to have configuration
parameters, that you can easily change, and especially if more people
will be administrat...31-Mar-2010 |
A Shopping Cart Class By: Admin
Although I have made content management systems
and algorithmic quote generations in PHP, I had not added a shopping
cart class code to m...31-Mar-2010 |
Authorize.Net Payment Gateway By: Admin
We will explore every aspect of processing a
transaction in detail and write code that will allow us to seamlessly
integrate the Authoriz...31-Mar-2010 |
Google Checkout Integration By: Admin
Using Google checkout, buying from stores
across the web becomes simple and also facilitates you to keep track of
all the orders. This ar...31-Mar-2010 |
SEO Friendly Ecommerce Sites By: Admin
Getting high rankings with database driven
dynamic websites needs possible, but need much efforts. Learn the key
elements involved in dev...31-Mar-2010 |
CubeCart 2.0 Install and Config By: Admin
In this tutorial, we will consider the
different versions available of CubeCart, and their licensing options,
as well as how to install a...31-Mar-2010 |
Parsing Forms With PHP By: Admin
PHP is excellent for parsing and handling
forms. It easily handles this task, making PHP ideal for sending
web-based email, outputting in...31-Mar-2010 |
AJAX & PHP to Build Mailinglist By: Admin
In this article, we\'ll learn to use AJAX to
accept subscriptions to your mailing list without having to refresh the
page; with this appr...31-Mar-2010 |
Build your Mailing List By: Admin
An elegantly designed site filled with engaging
content is worth very little without an interested audience. An opt-in
mailing list is on...31-Mar-2010 |
Advanced email in PHP By: Admin
In this article, I\'ll try to recapture some of
that magic for those of you who have never created a Web site that
sends email messages. ...31-Mar-2010 |
PHP Sendmail Tutorial By: Admin
The contact form will take the users
information that he or she has filled in then send the data over to our
php script for processing. I...31-Mar-2010 |
Send Emails Using PHP By: Admin
Sending emails with PHP is a lot easier than
you would think. With this tutorial, you will learn at the basic way to
send emails using PH...31-Mar-2010 |
Sending Emails By: Admin
This chapter describes: How to check the mail
server on your local Windows system and how to send an email through
PHP. This is a great w...31-Mar-2010 |
Sending Email with AJAX By: Admin
As you may have guessed regarding the title,
this three-part series explains the development of a fairly simple
AJAX-driven email client ...31-Mar-2010 |
Form Mailer By: Admin
The
Following Code is the actual form where the input can be typed. It\'s a
great way to have people contact you from your site without h...31-Mar-2010 |
cPanel, WHM, Webmail login By: Admin
This tutorial will allow you to login to
several different ports that are used for cPanel. Then it will get the
correct protocol and redi...31-Mar-2010 |
Verifying a URL By: Admin
With this tutorial, learn how to see if a URL is valid. In this tutorial, it will show you how and what to do when this occurs.
<...31-Mar-2010 |
Customizing PHP Error Handler By: Admin
This tutorial is intended for the novice or
intermediate PHP programmer. Basic knowledge of creating and using
functions is assumed. All ...31-Mar-2010 |
Using PHP Error Handling By: Admin
PHP together with Apache gives you quite alot
of freedom to create your own error pages, but requires some
reconfiguring and a tiny bit o...31-Mar-2010 |
Error Handling By: Admin
This script will enable you to change the way
php handles your error messages. You will be able to send error details
via email and redir...31-Mar-2010 |
PHP Error Handling By: Admin
When creating scripts and web applications,
error handling is an important part. This tutorial contains some of the
most common error che...01-Apr-2010 |
PHP Debugging with Zend Studio By: Admin
In this tutorial, we will explore how to use
the latest update of Zend Studio for debugging PHP scripts. But first,
we will get an overvi...01-Apr-2010 |
PHP Error and Logging Functions By: Admin
The error functions allow users to define error
handling rules, and modify the way the errors can be logged. The
logging functions allow ...01-Apr-2010 |
PHP 101: Bugging Out By: Admin
In this edition of PHP 101, I\'m going to
discuss all these things, giving you a crash course in how to add
error-handling to your PHP ap...01-Apr-2010 |
Debugging: A Beginner's guide By: Admin
Everyday the forums see probably hundreds of
topics posted where the problem is a fairly simple error. These
generally fall in 4 categori...01-Apr-2010 |
Errors and How to Fix Them By: Admin
I get a myriad of e-mails from visitors who get
a particular error whenever they\'re coding, or doing one of the PHP
tutorials. Most of t...01-Apr-2010 |
404/403 Website Error Pages By: Admin
Website error pages are perhaps one of the most
overlooked pieces of a fully rounded website. Not only are they
important but they give y...01-Apr-2010 |
Introduction to Files By: Admin
This section of the PHP tutorial is completely
dedicated to how PHP can interact with files. After completing this
section you should hav...01-Apr-2010 |
File Create By: Admin
Before you can do anything with a file it has
to exist! In this lesson you will learn how to create a file using PHP.
In PHP, a file is c...01-Apr-2010 |
File Upload By: Admin
Before you can use PHP to manage your uploads,
you must first build an HTML form that lets users select a file to
upload. See our HTML Fo...01-Apr-2010 |
File Open By: Admin
In the previous lesson we used the function
fopen to create a new file. In this lesson we will be going into the
details of this importan...01-Apr-2010 |
File Close By: Admin
The next logical step after you have opened a
file and finished your business with it is to close that file down. You
don\'t want an open...01-Apr-2010 |
File Write By: Admin
Now that you know how to open and close a file,
lets get on to the most useful part of file manipulation, writing!
There is really only o...01-Apr-2010 |
File Read By: Admin
My apologies for taking so long to actually get
to the point where you get information from files. In this lesson we
will teach you how t...01-Apr-2010 |
File Delete By: Admin
You know how to create a file. You know how to
open a file in an assortment of different ways. You even know how to
read and write data f...01-Apr-2010 |
File Append By: Admin
So far we have learned how to open, close,
read, and write to a file. However, the ways in which we have written
to a file so far have ca...01-Apr-2010 |
File Truncate By: Admin
As we have mentioned before, when you open a
file for writing with the paramater \'w\' it completely wipes all data
from that file. This ...01-Apr-2010 |
Textarea Editor By: Admin
With this tutorial, you will be able to edit
files online through a textarea form. This allows you to speed up the
process of editing con...01-Apr-2010 |
Using PHP With HTML Forms By: Admin
Very common application of PHP is to have an
HTML form gather information from a website\'s visitor and then use PHP
to do process that i...01-Apr-2010 |
PHP Tutorial Order Form By: Admin
The processing of forms is one of the more
common things to be done with server side languages including PHP. PHP
Tutorial Order Form is ...01-Apr-2010 |
PHP Tutorial Processing Forms By: Admin
PHP Tutorial Processing Forms is s continuation
of the forms tutorials for PHP. This tutorial will help you learn the
pros and cons about...01-Apr-2010 |
Poll By: Admin
This article will teach you how to write a
basic poll script in php. You will need mysql and a new version of PHP.
This is a great way to...01-Apr-2010 |
Form Mail By: Admin
One of the most important scripts which is used
online is the Mail Form. Fortunately, PHP makes it extremly easy to use
form mail, using ...01-Apr-2010 |
Creating a PHP Form By: Admin
Extracting form variables when programming in
Perl is a real task. The variables can be extracted fairly painlessly
using the CGI.pm modu...01-Apr-2010 |
Creating a PHP Form By: Admin
Extracting form variables when programming in
Perl is a real task. The variables can be extracted fairly painlessly
using the CGI.pm modu...01-Apr-2010 |
Checking Form Field Integrity By: Admin
n my first PHP mail article, we looked at how
to write a simple PHP mail script, using only a couple lines of code,
but we never addresse...01-Apr-2010 |
Creating a PHP form By: Admin
PHP has two arrays, $HTTP_POST_VARS and
$HTTP_GET_VARS. As you might expect, the first is populated with a form
submission cybercms_probl...01-Apr-2010 |
Comment Board By: Admin
This is a three-part tutorial that shows you
hwo to make a comment/discussion board like those on this site using
PHP and mySQL. I realiz...01-Apr-2010 |
So You Want A Guestbook, Huh? By: Admin
I get a great many e-mail letters asking for me
to put up a tutorial on making a guestbook. Here I\'ll attempt to expand
on the tutorial ...01-Apr-2010 |
Guestbook Tutorial By: Admin
This tutorial will show you in steps how to
develop a working guestbook written in PHP. You will need a host that
supports both MySQL And...01-Apr-2010 |
How to Create a Guestbook By: Admin
This tutorial shows you how to create a simple
guestbook for your visitors to leave messages stored in a MySQL
database. It contains basi...01-Apr-2010 |
Coding A Simple Guestbook By: Admin
This is a short article which shows you how to
make a simple guestbook by capturing the visitor\'s input and storing
the data in a databa...01-Apr-2010 |
Guestbook By: Admin
A simple php guestbook script for users to
leave their feedback for your site. This tutorial is easy to understand
and incorporate into y...01-Apr-2010 |
Creating a PHP Guestbook By: Admin
In this tutorial we will create a simple but
functional guestbook using PHP. All you need is a text editor and a web
host that supports P...01-Apr-2010 |
Create a Guestook By: Admin
In this tutorial we will see how to create and
manage a simple Guestbook using an XML formatted file. To do that we
will create and parse...01-Apr-2010 |
Guestbook using PHP By: Admin
This is a short article which shows you how to
make a simple guestbook by capturing the visitor\'s input and storing
the data in a databa...01-Apr-2010 |
XML Guestbook with PHP By: Admin
So you want to create a guestbook but you don\'t
have a database like MySQL at your disposal? Then this tutorial might
come in handy. The...01-Apr-2010 |
Watermark Images By: Admin
The following code sample demonstrates the use
of GD library to watermark images on the fly. The method demonstrated
here to watermark an...01-Apr-2010 |
Watermark Images By: Admin
PHP 4+ and GD 2.0+ represent a powerful
combination when it comes to creating or altering images dynamically.
In this tutorial, we\'ll lo...01-Apr-2010 |
Security with an Image By: Admin
If you\'re looking for a way to prevent
brute-force attacks against your login pages, then look no further. In
this article, I\'ll guide ...01-Apr-2010 |
Resizing and Copying Images By: Admin
In this tutorial, we\'ll learn how to write a
function that will take an image, reduce it\'s dimensions with the GD
library, then (in thi...01-Apr-2010 |
Creating JSON Data in PHP - Learn About the Ext JavaScript Library By: Admin
So you need to encode JSON data for use with Ext? If you are lucky
enough to be running PHP 5.2.0 or greater, then you have the optimal
environ...06-Apr-2010 |
Resizing An Image By: Admin
First, you should be familiar with including
files or retrieving files for execution on your server. Basic knowledge
of the $_SERVER[\'DO...01-Apr-2010 |
Creating Images By: Admin
PHP supports the GD Graphics Libarary which,
created by Thomas Boutell, provides support for the creation, and even
the management of .jp...01-Apr-2010 |
Manipulating Existing Images By: Admin
Another function of the GD Graphics Library is
the ability to manipulate images that have already been created and are
available on your ...01-Apr-2010 |
Image Databasing By: Admin
This tutorial teaches you how to upload images
into a mysql database using PHP. Even though it sounds complicated, it
is fairly simple an...01-Apr-2010 |
Resizing Images with PHP By: Admin
There are two basic ways to resize images for
Internet display, and there are two basic reasons for wanting them
resized. The first two t...01-Apr-2010 |
Resize/Thumbnail Images By: Admin
We start off with an if statement to check
whether or not the form has been submitted. Majority of the code has
been commented to the bes...01-Apr-2010 |
The Include Function By: Admin
Say we wanted to create a common menu file that
all our pages will use. A common practice for naming files that are to
be included is to ...01-Apr-2010 |
Simple PHP includes By: Admin
PHP includes are very simple and really
practical. How they are used is they allow you to use one line of code
in every page that you wan...01-Apr-2010 |
PHP Include By: Admin
Have you ever wonderd how websites have that
cool linking? or is there a simpler way than using iframes? Well with
this tutorial I am goi...01-Apr-2010 |
Importing Pages To PHP By: Admin
Due to several reasons like, different
database, or function calls not working when included into your dynamic
site, other reasons. but t...01-Apr-2010 |
PHP Includes By: Admin
This tutorial explains how to use the include()
statement with PHP. Using it you can integrate PHP scripts into other
pages and call smal...01-Apr-2010 |
PHP Include File By: Admin
This tutorial will show you how to divide your
code into more files and how to include various files into your actual
PHP code. Maintain ...01-Apr-2010 |
Navigation with PHP Includes By: Admin
Today’s post is a short tutorial on how to
create this type of navigation with a couple of short snippets of PHP
code, clean and le...01-Apr-2010 |
PHP Include By: Admin
When a file is included, the code it contains
inherits the variable scope of the line on which the include occurs.
Any variables availabl...01-Apr-2010 |
Basics of Include Files By: Admin
I like modular code. I like making changes to
just a few files and having those changes propagated throughout the
entire web site without...01-Apr-2010 |
PHP Includes By: Admin
Even if that\'s the case, there is still plenty
of PHP that you could be using. If you do any sort of web design and
would be willing to ...01-Apr-2010 |
Command Line Scripting in PHP By: Admin
This article covers how one can write PHP
scripts that exceed the maximum execution time, and thus create scripts
which will send mass em...01-Apr-2010 |
Calculating Age Tutorial By: Admin
In this tutorial we\'ll look at the following:
1. How to create a timestamp from a date 2. How to find difference
between timestamps 3. A...01-Apr-2010 |
Changing Content-Types By: Admin
In this tutorial, I will demonstrate how we can
retrieve the contents of different file types, change the content types
in the header out...01-Apr-2010 |
Practical PHP Coding Standards By: Admin
The truth is that some practices will pay off
in spades toward making your code coder-friendly. Others are more of a
nice touch. For now,...01-Apr-2010 |
Working With Excel Files 2 By: Admin
Here is how to work with Excel files and PHP.
First you will need to understand what CSV means. CSV stands for "Comma
Separated Valu...01-Apr-2010 |
Working With Excel Files(Part 1) By: Admin
Here is how to work with Excel files and PHP.
First you will need to understand what tab-delimited means. This
tutorial will show you how...01-Apr-2010 |
AOL IM Check User Online By: Admin
Learn to see see if a user is currently online
on AOL Instant Messenger using PHP. The tutorial uses PHP functions
including sockets, fil...01-Apr-2010 |
AOL AIM Profile Viewer By: Admin
This tutorial will show you how to make a
script to see who has seen your AOL Instant Messenger profile. First and foremost, for th...15-Apr-2010 |
Random Quotes By: Admin
Many people email wondering how the heck we
make the random quotes on the title bar at the main page. Well, we\'re
finally releasing the ...01-Apr-2010 |
HTTP Request Variables By: Admin
This chapter describes: What are the predefined
variables that store information from the HTTP request. A sample script
to test request v...01-Apr-2010 |
Building SEO Dynamic Pages By: Admin
When I first wrote this column back in January
1999, I had no clue that it was going to be so wildly popular, and I
had even less of a cl...01-Apr-2010 |
Put together a search engin By: Admin
You can\'t do anything useful using a like
%searchword% query, it just isn\'t coming back relevant. There has to be
a better way, and ind...01-Apr-2010 |
Friendly URL's By: Admin
In this tutorial we\'ll be using Apache\'s Files
and ForceType directives to keep the users address bar nice and tidy.
We\'ll be using PH...02-Apr-2010 |
Search Engine Friendly URLs By: Admin
In part one, we learned how to use PHP and
Apache to provide URLs that look like directories so that search
engines would index them corr...02-Apr-2010 |
Site Search: Quick and Easy By: Admin
This article will show how to create a
site-specific search engine. No programming skills will be required to
implement the code presente...02-Apr-2010 |
Search Engine By: Admin
The first thing is the fact that the database
credentials are stored in this file, this is not only a security
concern but also a pain if...02-Apr-2010 |
Simplest PHP Site Search-Engine By: Admin
Grep is a common Unix command. It is used to
search. Unix\'s grep searches one or more input files for lines
containing a match to a spec...02-Apr-2010 |
Simple Site Search By: Admin
Having a search feature on your site is very
handy for helping users find exactly what they are looking for. This
tutorial shows how to c...02-Apr-2010 |
Search keyword with PHP By: Admin
This tutorial will teach you how you can use
PHP to search keywords on your website. This is very easy to use and so
helpful to your visi...02-Apr-2010 |
PHP Search By: Admin
In a series of tutorials here at Insane
Visions, we have shown some of the basics of PHP and continue it with
how to enable visitors to s...02-Apr-2010 |
UDP Portscanning in PHP By: Admin
Portscanning serves a legitimate role in system
administration/ownership. By confirming exactly what ports a computer
accepts connections...02-Apr-2010 |
Top 7 PHP Security Blunders By: Admin
By showing you what not to do, and how each
particular flaw can be exploited, I hope that you\'ll understand not
just how to avoid these ...02-Apr-2010 |
Getting Started With Mcrypt By: Admin
Mcrypt is a wonderful set of library functions
for encrypting, decrypting, and hashing data. This is a great way to
secure your data and ...02-Apr-2010 |
.htaccess Password Protection By: Admin
Learn how to super protect your files without
the use of mySQL. This tutorial will help you learn how to password
protect your file quick...02-Apr-2010 |
Password Protection By: Admin
Password protection is something you need every
once in a while. Whether it\'s a secret site you\'re running or just the
control panel of...02-Apr-2010 |
Protecting your Source Code By: Admin
There are many reasons now as a web designer,
software programmer or website owner that you may want to start
considering the safety of y...02-Apr-2010 |
Using Define to Protect Files By: Admin
In my other tutorial I showed you how to include files dynamically using PHP [like main.php?x=whatever]
The files that you include can be ...02-Apr-2010 |
Geo Target Your Visitors By: Admin
Have you ever wanted to find out where a visitor lives?
I had the need a week ago when an ad company said that they had ...02-Apr-2010 |
Protecting your source code. By: Admin
There are many reasons now as a web designer,
software programmer or website owner that you may want to start
considering the safety of y...02-Apr-2010 |
Encrypting data with PHP By: Admin
PHP provide us with an interesting array of
security-oriented functionality. In this article I\'ll introduce you to
this functionality, p...02-Apr-2010 |
How Many Users Online By: Admin
With this tutorial, you will learn how to build
a simple script that tells you how many visitors are currently visiting
your site. This i...02-Apr-2010 |
Getting visitor information By: Admin
Getting information about
your visitors is interesting and sometimes
useful for generating
statistics, especially when you have a ...02-Apr-2010 |
Simple User Log By: Admin
A simple user log can help you keep track of
who\'s been visiting your site and where they are coming from. It The
time the user came to ...02-Apr-2010 |
Page Loading Time By: Admin
Have you ever noticed that lots of websites
feature a little "Page loading took x.xxx seconds to load" at the
bottom of their p...02-Apr-2010 |
Number of Users Online By: Admin
This script will explain how to display the
number of users online using your website. You have to put this on
everypage you want it to a...02-Apr-2010 |
Log visitors to file By: Admin
It\'s nice to know how many visitors your site
gets. To get you started I show you how to log statistics of all your
visitors, in a simpl...02-Apr-2010 |
Country identification By: Admin
This script was originally developed for
geolocalization of visitors to my site. I had not database access, so
in order to make the scrip...02-Apr-2010 |
Page Loading Time By: Admin
This tutorial will show you how to find the
total loading time by taking the time taken at the end of the page from
the time taken at the...02-Apr-2010 |
User Log By: Admin
A simple user log can help you keep track of
who\'s been visiting your site and where they are coming from. This is a
simple little scrip...02-Apr-2010 |
Displaying Load Time By: Admin
When developing PHP-driven websites its often
very useful to know how long your pages took to process. This not only
gives you some idea ...02-Apr-2010 |
Caching Web Page Output By: Admin
In this situation, instead, we are going to
create a dynamic solution. Some code that you can include at the top of
every PHP file ensure...02-Apr-2010 |
Caching with PHP5 By: Admin
Coding With PHP5 is a tutorial for enabling
cacheing on your PHP based site. Included code is PHP5 only, and built
with a static class mi...02-Apr-2010 |
Improving Performance By: Admin
One of the best things about programming in PHP
is how easy it is to learn the language and its libraries. Everything
seems to fit togeth...02-Apr-2010 |
PHP Caching By: Admin
This entire site, like many, is built in PHP.
PHP provides the power to simply \'pull\' content from an external
source, in the case of m...02-Apr-2010 |
Supercharge Your CSS By: Admin
Cascading Style Sheets is a presentational
style sheet language. In that sense, it does not have a lot of the
functionality that many dev...02-Apr-2010 |
High Performance PHP By: Admin
eAccelerator is a PHP caching system, which
caches frequently used portions of PHP files to RAM to increase
performance. This is especial...02-Apr-2010 |
Practical PHP Performance By: Admin
When it comes to building web applications in
PHP, performance isn\'t typically a major concern. Features, usability
and any business con...02-Apr-2010 |
Lower GPU Usage on Grid Server By: Admin
In this article, Ronald Heft talks about GPU,
specifically what it is, the problem he personally encountered, the fix
for that problem, a...02-Apr-2010 |
Save bandwidth By: Admin
f your website becomes a little busy the
websites bandwidth becomes very valuable. If your visitors using too
much bandwidth and the conv...02-Apr-2010 |
Improve php app performance By: Admin
Most of the tips listed here will not help you
improve performance by any significant amount. The following is a list
of things that you ...02-Apr-2010 |
Alternating row colors By: Admin
Alternating row colors is a very good way to
make big tables more ergonomic and esthetic. Script and explanation
here. Also explains the ...02-Apr-2010 |
Browser-Dependent Stylesheets By: Admin
Simply copy the below code into the head of
your PHP document. Remember, the page your working on must have a .php
extension, and your se...02-Apr-2010 |
PHP Easy Site Navigation By: Admin
PHP Easy Site Navigation is a tutorial that
will show you how to have easy navigation for your site. PHP Easy Site
Navigation tutorial wi...02-Apr-2010 |
Paging MySQL Results By: Admin
20, 50 or even 100 results on one page takes
too long to load and can also look messy. Lets get started on putting
your MySQL Database re...02-Apr-2010 |
Directory Listing By: Admin
Have you ever wanted to list the contents of
your directory in a html file or a PHP file? All you have to do is
follow these steps listed...02-Apr-2010 |
Scrollbar Generator By: Admin
Lets walk through this a bit.
We created a form action which will take the variables into the make.php.
Next,we created a input type= tex...02-Apr-2010 |
Get the Current Page URL By: Admin
Sometimes, you might want to get the current
page URL that is shown in the browser URL window. For example if you
want to let your visito...19-Apr-2010 |
Using Paging In PHP By: Admin
Paging means showing your query result in
multiple pages instead of just put them all in one long page. To show
the result of a query in ...02-Apr-2010 |
Using Paging In PHP Part 2 By: Admin
When there\'s more than one column involved in
paging there isn\'t much that we need to modify. We only need to decide
how to count the t...02-Apr-2010 |
Signup and Login By: Admin
This tutorial will show you how to easily make
a script for users to create a username and password. The second part
of the tutorial will...02-Apr-2010 |
PHP Image Verification By: Admin
I\'m sure many of you have logged on to Yahoo!,
eBay or even here on phpNoise and have run across the verification
image containing numbe...02-Apr-2010 |
Anti-Automated Registration By: Admin
Have you ever seen popular sites that block
automated registrations with an image that has some garbled string? The
only things you need ...02-Apr-2010 |
Creating a Secure PHP Login By: Admin
In this article Martin explains how to create a
secure PHP login script that will allow safe authentication. Features
remember-me functio...02-Apr-2010 |
Restrict Visitor Access By: Admin
This tutorial explains not only why site owners
should or should not restrict user access to their sites, but how to
properly manage user...02-Apr-2010 |
Random Password for Users By: Admin
Some systems generate these initially and have
the user log in to set a permanent password. You might also have a
“Reset” but...02-Apr-2010 |
User Authentication By: Admin
This tutorial will show you how to add user
authentication to your website. Now if the username and password is
right you wil be allowed ...02-Apr-2010 |
Anti-Automated Registration By: Admin
Have you ever seen popular sites that block
automated registrations with an image that has some garbled string?
These are extremely hard ...02-Apr-2010 |
Developing a Login System By: Admin
Most interactive websites nowadays would
require a user to log in into the website’s system in order to provide
a customized experi...02-Apr-2010 |
Sign-up & Log-in By: Admin
Supposing you have all the features that make a
great and sticky interactive website: feedback forms, guestbooks,
tagboards and forums. W...02-Apr-2010 |
WordPress Template: Content By: Admin
Have you ever wanted a website design that was
yours? Are you sick of going to blogs and seeing the same design over
and over again. Know...02-Apr-2010 |
Build a Featured Posts Section By: Admin
WordPress is awesome. Even more awesome is the
fact that it can be customized to power any type of site you like!
Here, we\'ll be learnin...02-Apr-2010 |
How to Install WordPress By: Admin
In this simple tutorial I’m going to guide you
through the process of installing Wordpress on a cPanel hosting
account. It is reall...02-Apr-2010 |
Using WordPress 2.8 Widget API By: Admin
In this tutorial, I will teach you how to
create a Hello World sidebar widget using the WordPress 2.8 widget API.
I will provide the code...02-Apr-2010 |
Making A Wordpress 2.5 Sidebar By: Admin
A Wordpress Widget is a dynamic element that
can be placed in the sidebars (or anywhere that is declared a sidebar)
in your Wordpress the...02-Apr-2010 |
Pager Tutorials By: Admin
First, let\'s see a simple example on how to
harness Pager to create javascript links. In this rather semplicistic
example, we fetch all ...02-Apr-2010 |
Pull parsing XML in PHP By: Admin
PHP 5 introduced XMLReader, a new class for
reading Extensible Markup Language (XML). Discover the XMLReader
library, which is bundled wi...02-Apr-2010 |
Ajax & PHP RSS reader By: Admin
Learn how to build an Asynchronous JavaScript
and XML (Ajax) Really Simple Syndication (RSS) reader, as well as a Web
component that you ...02-Apr-2010 |
Processing XML with PHP By: Admin
PHP provides several functions to process
XML-compliant documents by using the expat library. These functions are
made available to the p...02-Apr-2010 |
Programming eBay Web Services By: Admin
This article demonstrates how to use
Services_Ebay to search eBay and display results, similar to what an
eBay affiliate might write. In ...02-Apr-2010 |
Retrieving XML With Curl By: Admin
In this tutorial we\'ll be using curl to
retrieve the XML data from a remote web server. We\'re going to create a
class to connect to the...02-Apr-2010 |
Work with XML Data By: Admin
One of the incubator projects in the Zend
Framework is Zend_Db_Xml. Zend_Db_Xml, also known as the XML Content
Store (XCS), allows web ap...02-Apr-2010 |
XML document construction By: Admin
When working with XML-based applications,
developers often find themselves facing the requirement to generate
XML-encoded data structures...02-Apr-2010 |
phpAjaxTags By: Admin
phpAjaxTags is a port to PHP from advanced Java
tag library "AjaxTags". Allows for simplified AJAX functionality
through the fa...04-Apr-2010 |
clsJSPHP By: Admin
This class can be used to update page sections without reloading the whole page by performing AJAX requests.
The class generates t...04-Apr-2010 |
phpMyDataGrid By: Admin
phpMyDataGrid 2007 offers a toolkit to build a
data grid in a PHP based environment. It allows the application
programmer, to build and d...04-Apr-2010 |
Najax By: Admin
This package can be used to call PHP classes on
the Web server side from Javascript code in Web pages. It uses AJAX
technology to submit ...04-Apr-2010 |
XAJAX Grid By: Admin
This package can be used to edit data from SQL
databases using AJAX to avoid page reloading. It generates the listings
of da...04-Apr-2010 |
RPG Ajax Creator By: Admin
This package can be used to create Web based role play games (RPG).
Features:
-Map engine: it can display maps with a bi-dimensional pers...04-Apr-2010 |
pAjax By: Admin
This class can be used to make the browser
invoke actions executed on the server side without reloading the
current page. It sends what i...04-Apr-2010 |
Simple AJAX By: Admin
This class can be used to execute server side
actions without reloading the current page. It uses XMLHttpRequest
objects to send the what...04-Apr-2010 |
RSPA By: Admin
RSPA (Really Simple PHP and Ajax)is a component
based event driven ajax enabled framework for PHP4 and PHP 5. It is a
combination of plan...04-Apr-2010 |
AJASON By: Admin
AJASON is a PHP 5 library and JavaScript client
for the upcoming Web technology called AJAX. AJASON is a lightweight
data interchange for...05-Apr-2010 |
Online Bookmarks By: Admin
Online-bookmarks is a Bookmark management
system written in PHP and used to store your Bookmarks, Favorites and
Links right in the WWW wh...05-Apr-2010 |
EasyBookMarker By: Admin
EasyBookmarker is a web based component program
written in PHP that allows you to store and display your bookmarks in
different categorie...05-Apr-2010 |
SimpleNotes By: Admin
Simple notes is a web based bookmark component
that was written using PHP. The primary purpose of this script is to
help the user easily ...05-Apr-2010 |
Tukanas Bookmark Script By: Admin
By using the Tukanas Bookmark script visitors
could store, organize and share bookmarks of web pages. A convenient
solution to extend you...05-Apr-2010 |
PHP Link and Bookmark Manager By: Admin
PHP Link and Bookmark Manager can be used as
link section of a website or a personal bookmark manager. You can
publish and manage all of ...05-Apr-2010 |
Easy Social Bookmarking By: Admin
This Script will help you to Bookmark Websites
into 50 Social Bookmarking Services. Instead of using different links
to each Social Bookm...05-Apr-2010 |
Online Bookmark Script By: Admin
Truworth Offers PHP bookmark script is a
complete solution for all your website bookmark needs. It gives you
facility to create, manage a...05-Apr-2010 |
Social Bookmarking Website By: Admin
Let me crystallize this for you. This Social
Bookmarking script is the First and Only one of it\'s kind. The "Viral
Socializer"...05-Apr-2010 |
Video Bookmark Script By: Admin
This is a complete social video bookmark php
script with many unique features. Users are able to manage, share and
comment video and text...05-Apr-2010 |
Favicon Generator Deluxe By: Admin
More advanced php script that allows you to
easily add a favicon generator script to your website. With the Favicon
Generator script you ...05-Apr-2010 |
Canada Post Shipping Rate Calc By: Admin
Canada Post Shipping Rate Calculator is a free
PHP shipping calculator for all shipping purpose, including eBay
merchants, ecommerce site...05-Apr-2010 |
ZIP radius srch. & dist. calc. By: Admin
ZIP distance calculator US let\'s you calculate
the distance between any two zip codes from within the United States.
ZIP radius search U...05-Apr-2010 |
Credit Card Rewards Calculator By: Admin
This PHP calculator guages the cost of paying
interest on a credit card balance against the benefit of earning
rewards. If a monthly bala...05-Apr-2010 |
US ZIP Digger By: Admin
US ZIP Digger (UZD) includes six scripts. Using
these scripts, you can search zip code DB by zip, county, keywords,
states, city and calc...05-Apr-2010 |
Quick Health Calculator By: Admin
Quick Health Calculator is a little calculator
you can add to your web page to give your visitors a way to measure
their BMI and size-rel...05-Apr-2010 |
Distance Calculator By: Admin
Distance Calculator allows you to determine the
approximate distance, in miles, between two US postal ZIP codes or two
US telephone area ...05-Apr-2010 |
Zip Code Radius Search By: Admin
Zip Code Radius Search is a PHP plugin module
for the Esvon Classifieds suite that can also operate stand alone. Add
search by zip functi...05-Apr-2010 |
Mileage Calculator By: Admin
Falcon\'s Mileage Calculator is a web package
for calculating the driving distance between two cities from USA or
Canada. Falcon\'s Milea...05-Apr-2010 |
PHP GeoCalc By: Admin
PHP GeoCalc will calculate the distance in
kilometers and the azimuth between two Latitude/Longitude locations. It
will also calculate ki...05-Apr-2010 |
Simple Calculator By: Admin
Simple Calculator is a rather complex PHP
calculator script featuring such operations like adding and dividing
fractions, simple adding, ...05-Apr-2010 |
Easy PHP Calendar By: Admin
With the Easy PHP Calendar, you can easily
customize colors, font sizes, table sizes and more by adjusting a
single CSS file. It\'s simpl...05-Apr-2010 |
Max's Countdown By: Admin
Max\'s Countdown system is a simple PHP based
script with very easy installation. You only need to define your target
date and that\'s al...05-Apr-2010 |
Datemenu By: Admin
Datemenu is an interactive PHP created calendar
for your website. Features capabilities to handle text months and days.
It can also displ...05-Apr-2010 |
International Text Date By: Admin
nternational Text Date is used to display dates
into selected language (examples: En, Fr, De, Es or Se) on your web
page. Makes it easy i...05-Apr-2010 |
Micro CountDown By: Admin
Micro CountDown is a small PHP script which
counts down to any date you define. It is easy to install and setup and
has a nice CSS based ...05-Apr-2010 |
PHP-Javascript Countdown By: Admin
Marketers all over the Internet has been using
countdown scripts and pre-launches to build anticipation. The problem
is they use a countd...05-Apr-2010 |
Active Calender By: Admin
Active Calendar is a PHP class that generates
calendars as HTML tables. It can produce static calendars without any
links or calendars wi...05-Apr-2010 |
Bennu By: Admin
Bennu is an object-oriented library written in
PHP that implements the iCalendar standard (RFC 2445). It is easy to
use, and powerful.
M...05-Apr-2010 |
Creating JSON Data in PHP By: Admin
So you need to encode JSON data for use with Ext? If you are lucky
enough to be running PHP 5.2.0 or greater, then you have the optimal
environ...05-Apr-2010 |
tgcCalendar By: Admin
tgcCalendar adds some basic PHP
date-calculations operators such as getMonth(), getYear(),
isDayOfWeekend() and several more. You can als...05-Apr-2010 |
PHP Calender By: Admin
Features:
-You can view the year
-Specify start day of the week
-Specify start month of the year for Year Viewer
-Highlight today\'s da...05-Apr-2010 |
Using Ext grid form dialog to achieve paging list, create, edit, delete function By: Admin
In web applications, most of the pages can be cataloged as: List,
Create, Read, Update, Delete.The Ext documentation center provides a
good exa...06-Apr-2010 |
PHP Runner By: Admin
PHP Runner is a simple but useful program for
easily previewing a PHP file without saving or uploading it to a
server. Has a friendly int...05-Apr-2010 |
PHP Interactive By: Admin
PHP Interactive is a simple PHP program that
lets the user to write code in a text area (actually multiple text
areas, with tabs to switc...05-Apr-2010 |
How to setup Ext js-GWT : GXT and Example on Eclipse Ganymede 3.4 By: Admin
Starting today studied Ext js-GWT : GXT (I also just to contact,
everybody enhanced together, study) is also mygwt joins extjs camp
later new e...19-Apr-2010 |
PfP Studio By: Admin
PfP Studio is a visual programming system for
RAD of Web based applications using PHP and Javascript. The frontend
runs in a browser. It ...05-Apr-2010 |
Grails - Using ExtJS Layouts with Gr... By: Admin
If you\'re like me, using CSS to manage page layout is a nightmare. One of the many features of the Ext JS library is the ability to programically def...06-Apr-2010 |
Cute Editor By: Admin
Cute Editor for PHP is by far the fastest,
easiest, most powerful browser-based WYSIWYG HTML Editor for PHP
applications. It enables PHP ...05-Apr-2010 |
Android Application Development: Programming with the Google SDK By: Admin
This
practical book provides the concepts and code you need to develop
software with Android, the open-source platform for cell phones and
m...06-Apr-2010 |
Flyspeck By: Admin
This PHP script is a light, simple way to let
people edit their own web pages in their browser. All the power and
control a webmaster wou...05-Apr-2010 |
GWT GXT and Maven howto By: Admin
This tutorial covers step-by-step creation of a simple GXT/GWT/Maven project.It\'s intended for developers and anyone who wants to become familia...06-Apr-2010 |
WysiwygPro By: Admin
A cross-browser, cross-platform WYSIWYG online
HTML editor. Runs through a web page. You can use it to replace regular
<textarea> t...05-Apr-2010 |
WYSIWYG_Web_Edit By: Admin
Designed with PHP to generate HTML code
directly from a browser in a WYSIWYG view, so you don\'t need to know
HTML to use it. Features a ...05-Apr-2010 |
Rich Editor By: Admin
You can use this PHP script to create and edit
your HTML pages without any knowledge of HTML. Generates common HTML or
well formed XHTML ...05-Apr-2010 |
FlashArea By: Admin
FlashArea is a WYSIWYG php script with
capabilities for a Flash-based website, or if you just want to ensure
that your WYSIWYG text areas...05-Apr-2010 |
Developers/Getting Started/Getting started with ExtJS and Zend Framework By: Admin
To help you getting started with ExtJS and Zend we created some simple examples.
All examples presume that you have installed the Zend Fra...05-Apr-2010 |
PHP Commander By: Admin
PHP Commander allows you to type php commands
inside a text area and execute them from one single page. You can use
it for: learning PHP ...05-Apr-2010 |
DCO Page Editor By: Admin
DCO Page Editor is a simple system that came about from a client of ours that wanted to
be able to edit their site, but didn\'t have the means to aff...05-Apr-2010 |
Yahoo Importer By: Admin
Written in PHP and using cURL, this script
imports the names and email addresses from your yahoo account (yahoo id
and password needed to...05-Apr-2010 |
Gmail Importer By: Admin
GMail Importer is a script written in PHP, and
uses cURL to log in to gmail (gmail id and password must be provided)
and retreives the na...05-Apr-2010 |
Using Ext Grid with Ruby on Rails By: Admin
Ruby on Rails is currently the hottest, and most hyped web development
framework. The Rails framework includes tight integration with the
...05-Apr-2010 |
Hotmail Importer By: Admin
This is a script that was written in PHP and
uses cURL. Retrieves names and email addresses from hotmail address
book. It does not connec...05-Apr-2010 |
AOL Importer By: Admin
Written in PHP and using cURL, this script
imports the names and email addresses from your AOL account (AOL id and
password needed to log...05-Apr-2010 |
Address Book Importer By: Admin
Address Zone is a component written in PHP and
it allows you to integrate addresses from many sites, you can easily
import addresses from...05-Apr-2010 |
AddressBookImport By: Admin
AddressBookImport is written in PHP and
dedicated to the scripts used to retrieve AddressBooks from different
Servers including Yahoo, Ho...05-Apr-2010 |
EasyQuote By: Admin
EasyQuote is an easy to use, fully customizable
stock ticker. EasyQuote PHP script can be used to easily display stock
quotes for which e...05-Apr-2010 |
Introduction to Ext 2.0 By: Admin
Anyone new to using the Ext library or trying to learn more about it
has come to the right place. This tutorial will walk through Ext basic
c...21-Apr-2010 |
IBT PHP Library By: Admin
The IBT PHP Library (IPL) is a PHP library like
no other. IPL combines the power of an enhanced function library with a
structured web mo...05-Apr-2010 |
mmGetText By: Admin
mmGetText is a very smart replacement for
gettext under PHP, to build multilingual scripts. mmGetText.php
periodically updates the string...05-Apr-2010 |
JSON in JavaScript By: Admin
JavaScript is a general
purpose programming language that was introduced as the page scripting
language for Netscape Navigator. It is s...05-Apr-2010 |
MySQL Babel By: Admin
Translates database queries from native
language to proper SQL syntax, provided that a dictionary exists. I
published one article on the ...05-Apr-2010 |
Mklib Php By: Admin
Mklib php is a set of libraries created to make
building web applications with PHP easier. Features such as processing
data before insert...05-Apr-2010 |
HttpEvents By: Admin
HttpEvents is a utility library for PHP with
particular emphasis on creating or joining an informal low-latency,
low-overhead P2P network...05-Apr-2010 |
PHPLiveX By: Admin
This class can be used to call PHP functions
via Javascript in web pages using AJAX. It generates Javascript code
that implements functio...05-Apr-2010 |
PHPGroupWorks By: Admin
PHPGroupWorks is a group production suite
written in PHP. You can use it as an online data bank of files and
documents which you can work...05-Apr-2010 |
Corba for PHP By: Admin
CORBA for PHP is a PHP Extension to use CORBA
objects in PHP5(Zend Engine 2). It uses MICO as its ORB and will also
provide an Idl-to-PHP...05-Apr-2010 |
xslfo2pdf By: Admin
xslfo2pdf is an opensource project intended to
provide a plain PHP based approach for generating PDF documents from
the xsl-fo standard. ...05-Apr-2010 |
CJ Printer Friendly By: Admin
The CJ Printer Friendly PHP script takes the
content from a page, usually article or news based and strips it of its
images and other thi...05-Apr-2010 |
Print IT By: Admin
Print IT Offer a printer friendly page to your
visitors. When your visitor clicks on the printer icon, they will be
presented with a page...05-Apr-2010 |
Win2Nix By: Admin
Win2Nix Case Converter is a utility used to
convert a website from a non-case sensitive server to a case sensitive
one. Support PHP, rena...05-Apr-2010 |
PHPDoctor By: Admin
PHPDoctor is a javaDoc style comment parser for
PHP code, written in PHP using the PHP tokenizer extension. Designed
with an emphasis on ...05-Apr-2010 |
Flash Text Formatter By: Admin
Flash Text Formatter (FTF) can format the text
according to keyword definition list stored in external XML file. Its
primary purpose is c...05-Apr-2010 |
PHP DocWriter By: Admin
PHP DocWriter is a set of PHP classes that
allows you to create documents in OpenOffice.org XML format (that is,
StarOffice/OpenOffice.or...05-Apr-2010 |
Printer Friendly Pages By: Admin
This is a PHP script that helps you create
printer friendly versions of your pages very easily. All you need to do
is to insert some cust...05-Apr-2010 |
PDF License Creator By: Admin
Now you can make professional license documents
for all your products in no time. Features include Add the product
name, Add license type...05-Apr-2010 |
No Timeout By: Admin
This package can be used to split the execution
of long tasks in small steps implemented by requests short enough to
not exceed the PHP s...05-Apr-2010 |
404Handler By: Admin
404Handler will trap those dreaded "404 Not
Found" errors on your site and email you the details of each 404. You
can choose to...05-Apr-2010 |
Error Reporter By: Admin
This is a simple class that can be used to
handle exceptions. It displays information of the list of classes and
functions from which it ...05-Apr-2010 |
404 Trapper By: Admin
404 Trapper is a PHP script that will show
visitors a more attractive 404 page (you can design your own
template).You can choose to be no...05-Apr-2010 |
TCN 404 Tracker By: Admin
TCN 404 Tracker allows you to track pages that
are being linked to that no longer exist. TCN 404 Tracker allows you to
create a redirect ...05-Apr-2010 |
BlueBug By: Admin
BlueBug is a free bug and feature tracking
system built on the “KISS” principle (keep it simple, stupid). Accounts
are not re...05-Apr-2010 |
FORMfields By: Admin
FORMfields is a PHP framework that allows you
to manipulate, validate and display form data easily and efficiently.
Features: error check...05-Apr-2010 |
FreeForm By: Admin
FreeForm is a simple, yet powerful, form
processing script written in PHP. Feautres: details are e-mailed to
you, optional thank you mess...05-Apr-2010 |
Property Sheets Drawing Engine By: Admin
Property Sheets Drawing Engine is used to
create web based user interfaces. It can compose and generate HTML
forms with fields that appea...06-Apr-2010 |
MachForm - Ajax Form Builder By: Admin
MachForm is an Ajax based, drag and drop form
builder that allows you to create online forms, validate and collect
data within minutes. I...06-Apr-2010 |
Form Tools By: Admin
Form Tools is written for web developers who
work on sites that require any form of information gathering from their
online visitors. It ...06-Apr-2010 |
Forms generation & validation By: Admin
Class that generates HTML forms supporting
multiple inputs may be interconnected in such way that client side
events that occur on one in...06-Apr-2010 |
Hippo AJAX Form By: Admin
This class can be used to generate HTML forms
that can be submitted via AJAX. It can generate HTML for the most
common types of form inpu...06-Apr-2010 |
HTML QuickForm LiveText By: Admin
This class can be used to search for text typed
in a text form input and fill other form inputs according to the search
results. It is a ...06-Apr-2010 |
Form Data Cleaner By: Admin
This class can be used to sanitise GET and POST
values based on expected data type rules. It takes a list of GET and
POST request paramet...06-Apr-2010 |
coFormClass By: Admin
This package can be used to generate and
validate HTML forms. There is a main class to generate and validate the
form. There are also sev...06-Apr-2010 |
Form Checker By: Admin
This php package can be used to sanitize and
validate user input data. It provides several classes to sanitize and
validate text data tha...06-Apr-2010 |
FormHandler By: Admin
FormHandler is a class which allows you to create dynamic forms with support for validating the field values.
With FormHandler you can:
-...06-Apr-2010 |
Ammap By: Admin
Ammap will present you with the routes of your
journeys, show locations of your offices or any other places of
interest, this tool is per...06-Apr-2010 |
JpGraph By: Admin
JpGraph is a Object-Oriented Graph creating
library for PHP >= 4.3.1 The library can be used to create numerous
types of graphs either...06-Apr-2010 |
RChart By: Admin
The product is fully developed in PHP to
represent various charts and graphs. It supports many types of graphs
including linecharts, barc...06-Apr-2010 |
LastXgraph() By: Admin
LastXgraph() is a PHP4 script that generates
graphs suitable for stats (for example, how many hits on a website,
file downloads, logins, ...06-Apr-2010 |
Line Graph By: Admin
This PHP script provides a very easy way to embed dynamically generated
line graphs and charts into PHP applications and ...06-Apr-2010 |
ChartDirector By: Admin
ChartDirector is completely self-contained and
does not required any third party PHP or graphics module. Specially
designed for high perf...06-Apr-2010 |
Area Graph By: Admin
Area Graph is a PHP script that provides a very
easy way to embed dynamically generated area graphs and charts into PHP
applications and ...06-Apr-2010 |
Pie Chart By: Admin
Pie Chart is a PHP script that provides a very
easy way to embed dynamically generated 2D/3D pie charts and graphs
into PHP applications ...06-Apr-2010 |
GraPHPite By: Admin
GraPHPite as is indicated by the title a PHP
project to, via PHP\'s object oriented model, allow the user/developer
to get exactly the lo...06-Apr-2010 |
PHP Gallery By: Admin
PHP Gallery is a PHP web gallery component
designed for displaying a thumbnail table of images. PHP Gallery does
not make use of any data...06-Apr-2010 |
HTML-GRAPHS By: Admin
Use this PHP script to create horizontal /
vertical bar graphs, progress bars and faders. You can create simple
graphs and even grouped b...06-Apr-2010 |
ULT By: Admin
ULT is a multilanguage solution.
When language information is needed ULT is to merge basic language with
variation differences and thus p...06-Apr-2010 |
Esvon Multiple Languages By: Admin
Multiple Languages is a PHP module for Esvon
Classifieds that allows you to add multi-lingual user interface
capability to your website. ...06-Apr-2010 |
Gamercard-Lib By: Admin
Gamercad-Lib is a PHP class that retrieves data
from gamercards of XboxLive. In addition, it will allow to create
customized gamercards i...06-Apr-2010 |
DeliciousBrownies By: Admin
This class is a set of PHP functions to access
del.icio.us web service API. Use this class to easily manage your posts
and do some other ...06-Apr-2010 |
The Steamer By: Admin
Steamer is general CML1 language parser
intended to create a PHP interface for Linux kernel configuration in a
manner like \'make menucon...06-Apr-2010 |
fen2Diagram By: Admin
This class can be used to render chess boards
from piece positions in the FEN format (Forsyth-Edwards Notation). It
parses a string in th...06-Apr-2010 |
E-mail Message Text Generation By: Admin
E-mail Message Text Generation is a PHP tool to
format and manage email messages associated with automated tasks on
your website. It prov...06-Apr-2010 |
PHPCentral Rating Box By: Admin
This script lets you have a simple rating
system on your site. It will allow the user to be able to vote from
1-10 on anything, and will ...06-Apr-2010 |
Auto Redirect By: Admin
This redirection script can redirect your
visitor simply to the page you want, or can redirect to different pages
according to the browse...06-Apr-2010 |
PHP AdSense Account Monitor By: Admin
This class can retrieve (for now) only "AdSense
for Content" data, for different periods of time (see class methods for
more de...06-Apr-2010 |
FANN By: Admin
Fast Artificial Neural Network Library is a
free open source neural network library, which implements multilayer
artificial neural networ...06-Apr-2010 |
PHP Report By: Admin
PHP Report is a class to aid in the processing
of data before showing it to the end user. Generates nicely formatted
and organized report...06-Apr-2010 |
SOLMETRA Maps By: Admin
SOLMETRA Maps is a PHP class meant to simplify
display of Google Maps on your site. SOLMETRA Maps uses the extremely
powerful and flexibl...06-Apr-2010 |
Tukanas File Conversion Script By: Admin
Tukanas File Conversion script has been made to
convert images and pictures and to resize them. You can set up your
website or simply add...06-Apr-2010 |
Ice Request By: Admin
Ice Request is a set of PHP scripts and a Perl
module for Ices that keeps track of your MP3s in a MySQL database, and
allows visitors to ...06-Apr-2010 |
Multiple Photo Thumbnail By: Admin
Provides the PHP function thumbnail_generator
and a trivial image uploading script, which generates a series of
thumbnails for images. PH...06-Apr-2010 |
MP3 Management By: Admin
It can traverse a given directory to find MP3
files. For each MP3 file that is found, it extracts its ID3 tags and
adds an entry in a MyS...06-Apr-2010 |
Watermark Image with Text By: Admin
ItWatermark
images with custom text. TTF fonts supported. A simple approach to put
a copyright notice on the image, thus protect it from ...06-Apr-2010 |
Parsing a message in JavaScript with JSON By: Admin
We can parse the message with JSON in JavaScript by
using the method "String.parseJSON(filter)"<...06-Apr-2010 |
Video download/dump Script By: Admin
Surf on the video site (Youtube, Google,
Metacafe, Current, Eyespot, Dailymotion, Myspace, Break) and copy the
url when you are on the vi...06-Apr-2010 |
MP3SQL By: Admin
MP3SQL is a PHP driven product that generates a
file with SQL commands that is based on information extracted from MP3
files. Supports ad...06-Apr-2010 |
JSON AJAX Web Chat By: Admin
This tutorial will walk you through the steps to create an JSON AJAX driven website.I just recently discovered the joys of JSON after readi...06-Apr-2010 |
MegaVideo Downloader By: Admin
Websites that deliver MegaVideo movie streaming
can use this PHP script to give their users the ability to download
files. It will dynami...06-Apr-2010 |
Patterns – Using Ext JS Sequence and Intercept By: Admin
Sequence and Intercept are a pair of related methods built into Ext JS that we can use
to add functionality or add fixes to the library wi...06-Apr-2010 |
ProxyCheck By: Admin
This script will go through your list, checking
each proxy to determine whether or not it\'s active right now, and if
so, what the latenc...06-Apr-2010 |
IDIA By: Admin
A single user web application which keeps track
of your computer\'s IP address. It outputs your current address into a
file which may be ...06-Apr-2010 |
Proxy Checker By: Admin
Proxy Checker stops people connected through a
proxy to access your webpages. You just need to add a code at the
beginning of every webpa...06-Apr-2010 |
Some Common ExtJS Error Messages Explained By: Admin
The autoExpandColumn feature of the ColumnModel accepts an
\'id\' as the argument, this \'id\' needs to match the \'id\' given to...06-Apr-2010 |
php/Java bridge By: Admin
The php/Java bridge is an optimized, XML-based
network protocol, which can be used to connect a native script engine,
PHP, with a Java or...06-Apr-2010 |
Four Tips for Staying on Track With Scope in ExtJS By: Admin
Using Ext.each or the each method of an array or store, etc. is the first easy way to loose scope. The following bit of c...06-Apr-2010 |
Server Hardware Information By: Admin
Server Hardware Information Script is a PHP
script to test Unix and Linux based servers uptime and specifications
stated by your host. Sc...06-Apr-2010 |
Getting Started With Grid Drag & Drop By: Admin
The first thing we need to do is tell our GridPanel that it\'s
going to be used for drag and drop, this is because the default
b...06-Apr-2010 |
Surrogafier By: Admin
Surrogafier is an easy to install three tier
web proxy written in PHP. Features include the ability to remove
cookies, the HTTP referer f...06-Apr-2010 |
Grid Filter Plugin – Backend Code (in PHP) By: Admin
ExtJS has decided to include my PHP script in the example code released
with their 2.1 API download.
There are five data types that can be fil...06-Apr-2010 |
Adding a Google Map to a Tab or Window By: Admin
The window and Tab need to be rendered before you can gain access to the body.dom element, for this I just tag a show() i...06-Apr-2010 |
PHP Firewall Generator By: Admin
This PHP script is a firewall generator for
iptables based firewalls. High customizable so that the user may adapt
it to their requiremen...06-Apr-2010 |
Loading Data Into & Submitting a Form By: Admin
We will go through the full circle of using forms, from populating
the form with data from the server, to submitting that data back to the...06-Apr-2010 |
Random File Picker By: Admin
This php based script willl randomly select a
file in a folder and display it. This script does not require MySQl to
retrieve the files. ...06-Apr-2010 |
The Grid – Basics of Paging By: Admin
A paging grid must have a server side element to perform the breaking up of data into pages.
For this example we are using php as the serv...06-Apr-2010 |
PHP Spam Poison By: Admin
The PHP Spam Poison is a fake-page generator
that simulates long lists of fake email addresses and links to more
fake generated pages. So...06-Apr-2010 |
Fast Meta Search Engine By: Admin
This is a search engine that uses PHP to query
a few search engines and collates their top results in a final result
set. You can set eng...06-Apr-2010 |
Create a Lightbox effect only with CSS – no javascript needed By: Admin
You may call it Lightbox, or Greybox, or Thickbox, but it’s always the same effect.When you are on a page, and click on a photo or trig som...06-Apr-2010 |
Search Engine By: Admin
Search Engine is a PHP tool for anyone that
wants to add search functionality to their website, but does not have
the technical backgroun...06-Apr-2010 |
Multi-Search Form By: Admin
The following form allows you to pick which
service to submit your search criteria to and creates and submit the
appropiate form to it. A...06-Apr-2010 |
The Search Engine Project By: Admin
The Search Engine Project is a PHP search
object that allows for easy integration into any website with CSS
layout templates. Other featu...06-Apr-2010 |
Lightbox Web Photo Gallery By: Admin
Adobe Photoshop’s Web Photo Gallery is a great and easy to use
function, but the quality of your preset options have always seemed
...06-Apr-2010 |
Your Google Search Engine By: Admin
Your Google Search Engine is a free PHP script
that extracts Google\'s search engine results for your website. You can
host your own sear...06-Apr-2010 |
Google PHP Search By: Admin
The following is a very simple php & html
script that you can use for your own Google business search engine. It
was made for a php5 ...06-Apr-2010 |
Googlebot Monitor By: Admin
Googlebot Monitor is a free PHP script that
notifies you when a google bot visits your page. Configure Googlebot
Monitor to send email to...06-Apr-2010 |
SearchGooSimple By: Admin
SearchGooSimple.php is a very simple free PHP
search script using the Google Web API and NuSOAP. You can pass a
search request to the scr...06-Apr-2010 |
TextIndexer By: Admin
TextIndexer is a PHP script with a mechanism
that is able to generate an index based on a unique ID, which is than
searched. It returns t...06-Apr-2010 |
SEO Rank Checker By: Admin
The SEO Rank Checker is a PHP tool that will
parse out your search engine ranking on Google, Yahoo and MSN for a
particular keyword or ke...06-Apr-2010 |
HTML Purifier By: Admin
HTML Purifier is a standards-compliant HTML
filter library written in PHP. It will not only remove malicious code
(XSS) with a thoroughly...06-Apr-2010 |
iScramble By: Admin
iScramble is a PHP script that allows you to
protect sections of your HTML code from prying eyes. It scrambles the
text into a form that ...06-Apr-2010 |
HTAdmin By: Admin
HTAdmin is a basic and simple PHP tool for
administrating and managing Apache .htpasswd files. Allows the user to
manage several password...06-Apr-2010 |
Authelo By: Admin
A complex php script to keep your passwords
protected. An easy to use interface and a file browser. With the admin
panel you are able to ...06-Apr-2010 |
Micro Password By: Admin
Micro Password is a PHP script that generates
passwords with various lengths and strength. You can easily edit the
allowed characters and...06-Apr-2010 |
Bot-Trap By: Admin
Bot-Trap is a package that will enable your web
site to automatically ban bad web robots (aka web spiders) that ignore
the robots.txt fil...06-Apr-2010 |
POBS By: Admin
POBS works by replacing User-defined
functionnames, variables and constants with a MD5 key of 8 characters.
POBS writes new "encrypt...06-Apr-2010 |
PHP Pass By: Admin
PHP Pass is a script that offers easy to
install, secure password protection. Features include session based
password (with optional time...06-Apr-2010 |
Filtreatment By: Admin
This class can be used to validate and filter
text values based on several types of rules. It can treat a text value
by performing one or...06-Apr-2010 |
Flood Blocker By: Admin
This class can be used to detect and protect a
Web site from attempts to flood it with too many requests. It also
allows to protect the s...06-Apr-2010 |
Phpop3clean By: Admin
PHP-based spam & virus/worm filtering for
POP3 email accounts. Designed to run as a cron job and catch spam based
on links to blackli...06-Apr-2010 |
SaferMail By: Admin
SaferMail is a simple little application to stymie spammers.
PHP Version Features: Allows mailto links that are not exposed to robots, My...06-Apr-2010 |
Form Mail Script By: Admin
With this PHP formmailer script you are able to
put a contact form on your website. Both HTML layout and e-mail layout
are fully customiz...06-Apr-2010 |
PHP Mail Ticker By: Admin
PHP Mail Ticker is a commercial PHP script that
checks your mailbox and sends notification on incoming emails. Set it
to run by Cron or S...06-Apr-2010 |
WebChat By: Admin
WebChat is an chat application for JavaScript
compatible web browsers made in PHP. It supports: multiple rooms, no
browser flicker betwee...06-Apr-2010 |
SMS Web Sender By: Admin
SMS Web Sender 2 is a set of PHP classes to
help users build scripts for sending (free) SMS messages through
existing web-based providers...06-Apr-2010 |
PHP Site Recommender w/ ltBox! By: Admin
Our php Site Recommendation script will allow
your visitors to enter their contact information and recommend your
site to as many recipie...06-Apr-2010 |
Refer Us Now By: Admin
Refer Us Now lets your visitors to email their
friends on your site. Design of public pages is fully editable, you may
also translate it ...06-Apr-2010 |
Maian Friend By: Admin
Features:
-Easy to use \'Tell a Friend\' script for your website.
-Lets your visitors send up to 6 recommendations by default. More can b...07-Apr-2010 |
Refer Zone By: Admin
Refer Zone allows you to integrate typical Tell
a Friend functionality with the ability to allow the user to send a
like to your site to ...07-Apr-2010 |
PHP Form2Text By: Admin
PHP Form2Text is a PHP script that will allow
visitors to submit a form and record information to a text file. Useful
feedback tool to av...07-Apr-2010 |
phpmail By: Admin
phpmail is a script written in PHP that allows
you to collect feedback from your site visitors and than email the
information they enter ...07-Apr-2010 |
GentleSource Comment By: Admin
GentleSource Comment is a small like script
that allows any user to comment and rate any page of your site. The
script does come with a b...07-Apr-2010 |
Star Rating By: Admin
This class can be used to let users rate
content. An user can submit his own rating by clicking on the
respective star. When a new rating...07-Apr-2010 |
Suggester By: Admin
This class can be used to complete text typed
in form text inputs using AJAX to retrieve text completion suggestions,
similar to Google S...07-Apr-2010 |
Comments Script By: Admin
Comments Script is a complete PHP script for
adding a comments function to any area of your website. Comments Script
requries a MySQL dat...07-Apr-2010 |
Commentary By: Admin
Commentary is an easy to use PHP comment
script. Features optional CAPTCHA verification, easy to use template
system, admin management of...07-Apr-2010 |
MCcomments By: Admin
This is a user feedback application that you
can use to let your visitors leave what they thought about your web
pages or interact with y...07-Apr-2010 |
PHP Poll By: Admin
MyPoll is a very easy to configure PHP poll
script that supports unlimited options and can be included into an
existing site. MyPoll prod...07-Apr-2010 |
Fpoll By: Admin
Fpoll is an open source web poll script. The
script uses PHP and MySQL, and can be integrated into any page quickly
and easily. Features ...07-Apr-2010 |
PHP Layers Menu By: Admin
PHP Layers Menu is a hierarchical menu system
to prepare "on the fly" DHTML menus relying on the PHP scripting engine
for the p...07-Apr-2010 |
GeSHi By: Admin
GeSHi is a generic syntax highlighter for the
phpBB system that also handles many more languages and purposes.
Features highly customizab...07-Apr-2010 |
Scripteen Linkimize Script By: Admin
Scripteen Linkmize Script (SLS) is a simple and
feature rich short link script that has a sleek and friendly design
with ajax power that ...07-Apr-2010 |
Azureus PHP Control Layer By: Admin
Azureus PHP Control Layer is an interface for
Azureus written in PHP. It\'s based on the Swing control layer and
interfaces using XML ove...07-Apr-2010 |
php User Interface By: Admin
phpUI is an HTML widget set for web-based PHP
applications. Supports loading different widget sets based on the
browser ID string. Suppor...07-Apr-2010 |
Detector By: Admin
This package can be used to determine which
plug-ins the user browser supports and what is the available screen
resolution. It uses AJAX ...07-Apr-2010 |
Shopping Cart By: Admin
This class can be used to manipulate the items
of a shopping cart using AJAX to avoid making the user leave the
current page. The class c...07-Apr-2010 |
PHP Short URL Script By: Admin
PHP Short URL Script lets you run a URL
shortening service under your own domain. The script can create shorter
URLs that do not break in...07-Apr-2010 |
Layout Solution By: Admin
Layout Solution is a set of open source PHP
classes to simplify website development and maintenance. It holds
commonly used variables and...07-Apr-2010 |
EZ Results Paging Class By: Admin
EZ Results is a paging class that can be
formatted in any way you choose. Features: PHP support, manipulate
results before they have been...07-Apr-2010 |
Validate Social Security By: Admin
This script is a PHP written component. The
purpose of this script is to format and validate Social Security
Numbers in a form field. The...07-Apr-2010 |
PHPmill Webmaster Tools By: Admin
Add customizable webmaster tools to your
website. Tools include DNS, Reverse DNS, HTTP Header Lookup, Keyword
Density, Spider Simulator.
...07-Apr-2010 |
Credit Card Validation By: Admin
This is a simple class for validating credit
card numbers. It can perform MOD10 card number validation and also
determine the credit card...07-Apr-2010 |
CreditCard Class By: Admin
This class provide methods to validate credit
card numbers and detect the type of the card. Currently it supports the
following cards: Vi...07-Apr-2010 |
Date Validate and Compare By: Admin
This is a simple class that can be used to
validate and compare dates. It can take a date given in the
month-day-year format and verify w...07-Apr-2010 |
Date validation By: Admin
This class has only one function. Simply pass
the values of day, month, year and it will display an error message
explaining what may be ...07-Apr-2010 |
Easy PHP Validation By: Admin
This class can be used to fetch and validate
request values in several ways. It provides functions to fetch session,
cookie, POST or GET ...07-Apr-2010 |
esiform By: Admin
This class is meant to create, validate and
process Web forms. When a valid form is submitted, the class can
execute several types of bui...07-Apr-2010 |
Form Validate Class By: Admin
This class can be used to compose and output
HTML forms that include Javascript based client-side validation rules
to check the form inpu...07-Apr-2010 |
HTML form creator & validator By: Admin
This class can be used to generate and validate
Web forms. It can generate HTML with Javascript to validate form input
values on the brow...07-Apr-2010 |
Build a PHP Link Scraper with cURL By: Admin
You heard me! We\'re going to build a robot that scrapes links from web
pages and dumps them in a databa...07-Apr-2010 |
PHP Enabled Stylesheets By: Admin
CSS Stylesheets are a major improvement in the World Wide Web, allowing HTML
to come back to its roots: a language to structure and publi...07-Apr-2010 |
A First Look at HTML 5 By: Admin
Officially, HTML 4.1 was supposed to be the last word on
HTML. According to the W3C, HTML 4.1 was complete...07-Apr-2010 |
Lightbox 2.0 Web Photo Gallery By: Admin
Start by duplicating the “Simple” preset folder (or the “Lightbox”
folder if you created one already) in your [Pre...07-Apr-2010 |
Light Box By: Admin
Lightbox is a revolutionary javascript that allows you to view images,
videos or even an entire web page in a semi-transparent overlay on ...07-Apr-2010 |
Lightbox v2.04 Integration with Blogger Template By: Admin
1.Upload all of your images in your photobucket.com account and create
your own thumbnails for more details of using photobucket.com image...07-Apr-2010 |
ExpressionEngine Enhances PHP Content Management with Framework Flexibility By: Admin
Over the years , I\'ve used quite a few of
these content management systems, in addition to building a va...07-Apr-2010 |
Javascript Lightbox By: Admin
Lightbox is a free open-source JavaScript library that you can use to
present an image gallery on your webpage in a visually appealing way...07-Apr-2010 |
A Template Framework for Static Sites By: Admin
Templates can bring order and structure to a web site. In this article I
describe how templates can be use...07-Apr-2010 |
LIGHTBOX By: Admin
Lightbox is a useful JavaScript, which allows you to watch photos in a
semi-transparent overlay to your site. When you click on a link, th...07-Apr-2010 |
Foundations of Pear: Authentication By: Admin
Many Internet sites have at least some form of
authentication, requiring a username and password that allows a user to
...07-Apr-2010 |
Arrays 101 By: Admin
If you\'ve ever created large scripts that require many variables (sometimes nearly 100), you know
what ...07-Apr-2010 |
Scripts For Galleries, Slideshows and Lightboxes By: Admin
Family photos, vacation snapshots or creative artistic works: whatever
images you have to present, you can present them in a variety of wa...07-Apr-2010 |
Spell Checking and URL Tricks By: Admin
I needed a simple little example that I could use to show how Apache\'s
ForceType directive can be put to...07-Apr-2010 |
Lightbox 0.5 Migration By: Admin
In version 0.5, the Lightbox has been renamed the Image Reorderer, and
its API has been simplified. This page will walk you through the
p...07-Apr-2010 |
On User-Defined Timezones in PHP By: Admin
PHP provides some nice date manipulation functions that work very well
in combination with each other. H...07-Apr-2010 |
Flickr Lightbox By: Admin
Flicker is a popular photo sharing site that supports the best and the brightest ideas that the modern web has to offer. 07-Apr-2010 |
A Twist In Namespaces By: Admin
With PHP5.3--which is in itself a precursor and somewhat of
a teaser for PHP 6--comes something rather n...07-Apr-2010 |
Building an Error-Handling Mechanism By: Admin
I have found that most developers are really unaware of the
power of error handling in PHP. Some develope...07-Apr-2010 |
Building a PHP Calender By: Admin
Today we are going to build a functional calender using PHP.
About a year ago I was given the task of imp...07-Apr-2010 |
Advanced String Processing - How Regular Are Your Expressions By: Admin
Hello hello hello, and welcome
back. We\'ve looked at strings, and numbers and all sorts of
types of dat...07-Apr-2010 |
Date manipulation in PHP By: Admin
I was sitting writing a kind of helpdesk call management program in
PHP and found that I needed to work out how much t...07-Apr-2010 |
How to Upload Images Using PHP By: Admin
One of the most frequently asked questions about PHP is "how can I use
PHP to upload an image"....07-Apr-2010 |
COM Functions in PHP4 (Windows) By: Admin
This short
article will explain how to use COM in real PHP4 programming with three
examples using MS off...07-Apr-2010 |
PHP 4.0 Overview By: Admin
A lot of you were probably wondering about the recent
announcements and discussions about the future of t...07-Apr-2010 |
A Quick PHP XMLWriter Class Tutorial: XML & RSS By: Admin
Since there is absolutely no documentation on how to use PHP5\'s
XMLWriter class, here is a very simple e...07-Apr-2010 |
Using XML: A PHP Developer's Primer By: Admin
This articles will
focus on XML, its
applications in modern day web development and how PHP fits into th...07-Apr-2010 |
Converting XML Into A PHP Data Structure By: Admin
In the last few years, XML has received great media attention, and most
languages support the parsing and...07-Apr-2010 |
PHP and XML: using expat functions By: Admin
The Extensible Markup Language is definitely something that most developers will
w...07-Apr-2010 |
Using PHP and XML with Apache Cocoon By: Admin
Cocoon is a suite of
Java Servlets that sit on your server waiting for .xml pages and then -
if applic...07-Apr-2010 |
PHP Development: Getting Started By: Admin
It\'s been a few years since I echo\'d my first HELLO WORLD script. PHP
has developed and evolved and yes...07-Apr-2010 |
Caching Web Page Output for Server Optimization By: Admin
Often PHP is used to generate pages that do not change all that often.
It isn’t that PHP is used to...07-Apr-2010 |
Making PHP Applications Cache-Friendly By: Admin
With the rather small number of new postings, it is obvious that Phorum and its
underlying DBMS (in our ...07-Apr-2010 |
Building Dynamic Pages With Search Engines in Mind By: Admin
When I first wrote this column back in January 1999, I had no clue
that it was going to be so wildly popular, and I ha...07-Apr-2010 |
Javascript on Steroids By: Admin
Ajax is a catchy name for a type of programming made popular in 2005 by Google
and other big web developers. Ajax loosely stands for A<...08-Apr-2010 |
Creating an HTML Form By: Admin
Before we can start getting to the exciting new stuff, we must first
make a standard HTML form (no submit button though!). This form will be
sp...08-Apr-2010 |
Browser Support By: Admin
This lesson includes one of the largest hurdles for aspiring Ajax programmers: browser support.
It would be nice if all the web...08-Apr-2010 |
XMLHttpRequest Object By: Admin
This lesson will show you how to use your object to communicate directly with the server!Before we even think about sending data to the server, ...08-Apr-2010 |
Server-Side PHP Script By: Admin
This lesson will
walk you through the process of creating a simple PHP script that displays the current
server time.The XMLHttpRequest08-Apr-2010 |
MySQL Database By: Admin
We already know how to run an external PHP script with AJAX, so let\'s take it
to the next level and pull some data down from a MySQL database. ...08-Apr-2010 |
Javascript Techniques By: Admin
The real trick of Ajax is updating a segment of the page without actually
having to reload the entire page. This little trick is often done by ...08-Apr-2010 |
Using a Callback Function By: Admin
For asynchronous requests, a callback function should be
created to check if the response is ready to be processed.
Create a callback function...08-Apr-2010 |
Implementing simple AJAX interaction in your Web Application using XMLHttpRequest object By: Admin
Everybody till now must have atleast heard about AJAX (Asynchronous
JavaScript And XML). This example will give you an idea about how you
can i...08-Apr-2010 |
AJAX - Server By: Admin
With the XMLHttpRequest object, you can request any web resource from a
server.
You can request TXT files, HTML files, XML files, p...08-Apr-2010 |
Example - AJAX Suggest By: Admin
AJAX is used to create more interactive applications.The following AJAX example will demonstrate how a web page can
communicate with a web serve...08-Apr-2010 |
AJAX Suggest Source Code By: Admin
The source code below belongs to the AJAX example on the previous page.You can copy and paste it, and try it yourself.There is...08-Apr-2010 |
How jQuery Works By: Admin
This is a basic tutorial, designed to help you get started using
jQuery. If you don\'t have a test page setup yet, start by creating a
new HTML...08-Apr-2010 |
Getting Started with jQuery By: Admin
This guide is an introduction to the jQuery library. Basic knowledge of
JavaScript and the document object model (DOM) is required. It starts
f...08-Apr-2010 |
Creating a Filterable Portfolio with jQuery By: Admin
If you have worked in your field for a while, there is a pretty good
chance that you have a rather extensive portfolio. To make it a little
eas...08-Apr-2010 |
Learning jQuery: Fading Menu – Replacing Content By: Admin
The more I learn about jQuery, the more natural it feels. Probably
because of how closely tied to CSS it is. From a design perspective,
the syn...08-Apr-2010 |
Create a Photo Admin Site Using PHP and jQuery By: Admin
I’m pleased to present you with part one of a two part series on
creating a photo site using PHP, jQuery, and AJAX. Originally, I
intende...08-Apr-2010 |
Adding to Our Leopard Desktop with jQuery By: Admin
I must note this disclaimer! I don’t own a...08-Apr-2010 |
Slide out and Drawer effect By: Admin
The effect is commonly known as an ‘accordion’ and it’s usually used to
slide up, or down blocks of content to expose new bloc...08-Apr-2010 |
Photo Slider Tutorial By: Admin
It\'s worth noting that you can easily use the photo slider to query a server script to load the images.First we need to start off with some imag...08-Apr-2010 |
Tabbed Content using jQuery and WP_Query By: Admin
Wordpress provides a huge array of information about your blog and
it’s content. Showing lots of this information can become space
consum...08-Apr-2010 |
Improved Current Field Highlighting in Forms By: Admin
s a matter of usability and aesthetics, it is a good thing to add some
kind of visual feedback on web forms to indicate the currently ac...08-Apr-2010 |
Adding Form Validation to WordPress Comments using jQuery By: Admin
When it comes to simpler user experience, having your form validation
happen instantly on the same page is a lot cleaner than reloading pages
a...08-Apr-2010 |
Creating an Ajax Application with Script.aculo.us By: Admin
This tutorial demonstrates the usage of the Java Persistence APIs to
implement server side pagination (recommended for large sets of data)
and ...08-Apr-2010 |
Create Your Own Ajax effects By: Admin
The basic and prebuilt effects in script.aculo.us are nice, but if you
really want to build something great why not investigate doing your
own,...08-Apr-2010 |
Unobtrusive & Persistant Script.aculo.us Effects By: Admin
As part of the design of this site, I\'m using the script.aculo.us
library to make the boxes in the sidebar expand and contract when you
click ...08-Apr-2010 |
Calendar System – Easily using PHP & Script.aculo.us By: Admin
There are 3 main parts, the Javascript, the HTML and the PHP script.
For this tutorial i am making it so you can change the date with the
...08-Apr-2010 |
Enhance your Web application with scriptaculous By: Admin
This article includes drag-and-drop functionality, sorting,
and more. Let\'s get started with an example of adding drag-and-drop features to
a ...08-Apr-2010 |
Prototype, Scriptaculous, Application HTML By: Admin
Prototype is a Javascript framework that aims to ease development of
dynamic web applications. At the risk of being dubbed a traitor to PHP
(ju...08-Apr-2010 |
GlassBox By: Admin
GlassBox is a lightweight JavaScript User Interface (UI) library, which use Prototype and Script.aculo.us for some effects.
GlassBox lets you e...08-Apr-2010 |
Realtime Email validation with Scriptaculous By: Admin
When adding this tiny javascript to the onkeyup event of your inputbox,
the border will turn green when the email address. It uses scriptaculous...08-Apr-2010 |
Improve form usability with auto messages By: Admin
Animated auto messages are useful to improve FORM usability and Scriptaculous is a great framework to use in this case.
This tutor...08-Apr-2010 |
Drag and drop to order list elements with Scriptaculous By: Admin
Drag and drop feature is a popular effect in modern website interfaces and a simple way to implement i...08-Apr-2010 |
Simple Images Slider to Creat Flickr-like Slideshows By: Admin
If you like Flickr slideshow, this article explains how to implement it using Prototype-UI framework.Since
long
time I was looking for a simple...08-Apr-2010 |
How to Auto Caption Images Using MooTools By: Admin
MooTools is a powerful open-source JavaScript framework that can
greatly enhance the way you build your web interfaces. Using MooTools
will all...08-Apr-2010 |
Twitter Emulation Using MooTools 1.2 and PHP By: Admin
People all over the world love Twitter because of how easy it is to
use. All you need to do is type in your current status, click “Update&...08-Apr-2010 |
Two CSS verticle menu with show/hide effects By: Admin
CSS menu and "Web 2.0" transition effects are topics very popular.This simple tutorial consists two vertical menu examples with
show/h...08-Apr-2010 |
Create a Simple, Powerful Product Highlighter with MooTools By: Admin
elieve it or not, there’s a lot of powerful interactivity you can bring
to your site using javascript besides slick navigation menus! This...08-Apr-2010 |
Elegant animated weekly timeline for websites By: Admin
This tutorial explains how to design an elegant and animated weekly
timeline, with daily annotations, you can customize and reuse quickly
in yo...09-Apr-2010 |
Ultra versatile slider for websites By: Admin
This tutorial explains a simple step-by-step way to implement
an ultra versatile slider with horizontal scrolling and animated
effects using Mo...09-Apr-2010 |
Elegant glass style navigation bar using CSS and toggle animated effect By: Admin
Navigation bar is an important element of website design: this is an
example which uses a dynamic submenu to display sublinks of the main
tabs....09-Apr-2010 |
Chaining with MooTools 1.2 – Tutorial By: Admin
This guide will show how powerful the MooTools Chain class
is. In MooTools chaining facilitates the execution of a stack of
fu...09-Apr-2010 |
MooTools Tutorial for Designers By: Admin
This article inspired by "jQuery Tutorials for Designers. It contains a couple of useful examples for beginners. All examples wor...09-Apr-2010 |
MooTools Classes: How to use them By: Admin
A very entry-level article: if you think you can beat MooTools Hero in expert mode, feel free to totally skip this.So, what is a Class? A Class i...09-Apr-2010 |
How Prototype extends the DOM By: Admin
The biggest part of the Prototype framework are its DOM extensions.
Prototype adds many convenience methods to elements returned by the $() func...09-Apr-2010 |
Creating Sortable Lists With PHP And Ajax By: Admin
You might have been in a situation before where you had a list of
items in your database that needed to be output in a specific order.
These it...09-Apr-2010 |
Writing JavaScript Classes with Prototype By: Admin
While JavaScript is by design an object-oriented language, it hasn\'t
always been the easiest language to create nicely structured code that
is...09-Apr-2010 |
Event Handling in Prototype By: Admin
One of the most useful and important aspects of JavaScript developments
is that of event handling. Prototype simplifies this process by
providi...09-Apr-2010 |
Ajax with Prototype By: Admin
In addition to all of the other useful classes Prototype gives to
developers, it also provides a number of classes and methods for
development ...09-Apr-2010 |
Beginning with Prototype By: Admin
Prototype is a JavaScript framework used to help with development of
cross-browser code that is easy to maintain and extend.This article contain...09-Apr-2010 |
How Prototype Extends Elements By: Admin
In the first article of this series ("Week 1, Beginning with
Prototype") I showed you different methods for accessing elements in
the...09-Apr-2010 |
Prototype Data Types By: Admin
In this I
will teach you about the different data types that can be used in
Prototype (on top of the existing JavaScript data types).The first ...09-Apr-2010 |
Quick Guide to Prototype By: Admin
JavaScript’s increasing popularity throughout the web makes it more
important than ever to make sure our client side code is implemented
...09-Apr-2010 |
The prototype object of JavaScript By: Admin
No, we\'re not going to discuss how to construct a new
version of JavaScript in this tutorial. The prototype object of JavaScript,
introduced...09-Apr-2010 |
Periodical visitor counter or live update with Ajax and Prototype By: Admin
Prototype is a Javascript framework that aims to ease development of dynamic web
applications. Among other things that this framework can offer,...09-Apr-2010 |
CSS Introduction By: Admin
Before you continue you should have a basic understanding of the following:
CSS stan...11-Apr-2010 |
CSS Syntax By: Admin
A CSS rule has two main parts: a selector, and one or more declarations.The selector is normally the HTML element you want to style.Each declarat...11-Apr-2010 |
CSS Id and Class By: Admin
In addition to setting a style for a HTML element, CSS allows you to specify
your own selectors called "id" and "class".The...11-Apr-2010 |
CSS How To... By: Admin
When a browser reads a style sheet, it will format the document according to it.There are three ways of inserting a style sheet:External style sh...11-Apr-2010 |
CSS Background By: Admin
CSS background properties are used to define the background effects of an element.CSS properties used for background effects: background-color,ba...11-Apr-2010 |
CSS Text By: Admin
The color property is used to set the color of the text. The color can be
specified by:name - a color name, like "red",RGB - an RGB v...11-Apr-2010 |
CSS Links By: Admin
Links can be styled in different ways.Links can be style with any CSS property (e.g. color, font-family,
background-color).Special for links ar...11-Apr-2010 |
CSS Font By: Admin
CSS font properties define the font family, boldness, size, and
the style of a text.The font family of a text is set with the font-family prope...11-Apr-2010 |
CSS Tables By: Admin
The look of an HTML table can be greatly improved with CSS. To specify table borders in CSS, use the border property.This article will covers how...11-Apr-2010 |
CSS Border By: Admin
The CSS border properties allow you to specify the style and color of an element\'s border.The border-style property specifies what kind of borde...11-Apr-2010 |
CSS Box Model By: Admin
All HTML elements can be considered as boxes. In CSS, the term "box model" is
used when talking about design and layout.The CSS box m...11-Apr-2010 |
CSS Outlines By: Admin
An outline is a line that is drawn around elements, outside the border edge,
to make the element "stand out".The outl...11-Apr-2010 |
CSS Margin By: Admin
The CSS margin properties define the space around elements.The margin clears an area around an element (outside the border). The margin
does no...11-Apr-2010 |
CSS Padding By: Admin
The CSS padding properties define the space between the element border and the element content.The padding clears an area around ...11-Apr-2010 |
CSS Dimension By: Admin
The CSS dimension properties allow you to control the height and
width of an element. This article shows you how to set the dimensions of an ele...11-Apr-2010 |
CSS Grouping and Nesting Selectors By: Admin
In style sheets there are often elements with the same style.To minimize the code, you can group selectors.Separate each selector with a comma.
...11-Apr-2010 |
CSS Display and Visibility By: Admin
The display property specifies if/how an element
is displayed, and the visibility property specifies if an element should be visible or
hidde...11-Apr-2010 |
CSS Positioning By: Admin
The CSS positioning properties allow you to position an element. It
can also place an element behind another, and specify what should
happen wh...11-Apr-2010 |
CSS Float By: Admin
With CSS float, an element can be pushed to the left or right,
allowing other elements to wrap around it.Float is very often used for images, b...11-Apr-2010 |
CSS Horizontal Align By: Admin
In CSS, several properties are used to align elements horizontally.In this chapter we will show you how to horizontally align block elements for ...11-Apr-2010 |
CSS Pseudo-classes By: Admin
CSS pseudo-classes are used to add special effects to some selectors. Links can be displayed in different ways in a CSS-supporting browser. Pseud...11-Apr-2010 |
CSS Navigation Bar By: Admin
Having easy-to-use navigation is important for any web
site.With CSS you can transform boring HTML menus into good-looking
navigation bars. A...11-Apr-2010 |
CSS Image Gallery By: Admin
CSS can be used to create an image gallery.It is very easy to creat image gallery using CSS. This chapter explains how you can creat image galler...11-Apr-2010 |
CSS Image Opacity / Transparency By: Admin
Creating transparent images with CSS is easy.This is not yet a CSS standard. However, it works in all modern browsers, and is a part of the W3C C...11-Apr-2010 |
CSS Media Types By: Admin
Media Types allow you to specify how documents will be presented
in different media. The document can be displayed differently on the screen, on...11-Apr-2010 |
CSS Image Sprites By: Admin
An image sprite is a collection of images put into a single image.A web page with many images can take a long time to load and...11-Apr-2010 |
CSS Don't By: Admin
Here are some technologies you should try to avoid when using CSS. This article shows what things you can do with CSS and what ar...11-Apr-2010 |
CSS Menus - Fluid and Accessible - Vertical Tutorial By: Admin
This tutorial covers the main ingredients for building menus, and shows how they can be developed further by adding background
images or more co...12-Apr-2010 |
CSS Menus - Fluid and Accessible - Horizontal Tutorial By: Admin
The Horizontal version of this menu is built with the headings <h2>\'s
showing across the top, activating a first level drop drown when
h...12-Apr-2010 |
Horizontal Drop-Down Menu using CSS By: Admin
Learn how to create a drop-down horizontal CSS menu, completely
JavaScript-free. The menu is valid XHTML and CSS and uses unordered
lists for t...12-Apr-2010 |
Creating a CSS layout from scratch By: Admin
This guide will attempt to take you step by step, through the process of creating a fully functioning CSS layout. This tutorial assumes you ...12-Apr-2010 |
Three column fixed layout structure using CSS By: Admin
This post explains how to design an HTML/CSS basic structure to design a simple three column fixed page layout.This article in...12-Apr-2010 |
Design page layout using CSS By: Admin
This tutorial will explains how to design page\'s layout for your site using a css file. In the previous tutorilas we have seen a typica...12-Apr-2010 |
How To Create a Horizontally Scrolling Site By: Admin
If web pages were made out of wood, the grain would be running up and
down. Vertical is the natural flow of web layout. When page elements
reac...12-Apr-2010 |
Making Simple Work of Complex CSS Layouts By: Admin
A flexible layout, one which is happy to contort to the requirements of its contents and surroundings.Decent browser support (.....12-Apr-2010 |
The Perfect 3 Column Liquid Layout (Percentage widths) By: Admin
The CSS used for this layout is 100% valid and hack free. To overcome
Internet Explorer\'s broken box model, no horizontal padding or margins
a...12-Apr-2010 |
CSS Layout By: Admin
One of the major benefits of using CSS is that you’re no longer forced to lay your sites out in tables. The layout possibilities of CSS giv...12-Apr-2010 |
Liquid CSS Layouts - Design Alternative to Table Based Websites By: Admin
This article is a step by step case study showing you how to transform
your table based web site to liquid CSS based layout. Although the site
...12-Apr-2010 |
Interaction Between Master Page and Content Page By: Admin
Master page and content page work together to produce output to client.
Sometimes, interaction between master page and content page is needed.
...12-Apr-2010 |
Paging: ASP.net (C#) and SQL 2005/8 By: Admin
In the following approach, we\'re going to use a ListView, DataPager and
an ObjectDataSource to achieve this. Equally one can use a DataView and...12-Apr-2010 |
Easy Intro to ASP.NET MVC By: Admin
ASP.NET MVC is a framework, created by Microsoft, as an alternative (but not replacement) to ASP.NET Web Forms.
This tutorial explains what is ...12-Apr-2010 |
URL Rewriting in ASP.NET By: Admin
One of most important factors for search engine optimization12-Apr-2010 |
How To Reduce Page Size In ASP.NET By: Admin
Although users today have faster Internet connection, light web pages
and fast load are still better choice for various reasons.
This tutorial ...12-Apr-2010 |
Save Images into Sql Server Database Table using asp.net FileUpload Control By: Admin
This article will explain how one can insert or save images into a sql
server database table using asp.net FileUpload control. You may ask why
...12-Apr-2010 |
Create Text Images on the Fly with ASP.NET By: Admin
The code sample demonstrates how you can use the built-in ASP.NET
classes to generate a graphical representation of a single line of
text. The ...12-Apr-2010 |
Highlight GridView Row On MouseOver Using Javascript in Asp.net By: Admin
Asp.net GridView gives us huge facility that we can\'t imagine few years
ago. But still we have a lot of chance to improve look & feel as
w...12-Apr-2010 |
DIV-TABLE-CSS Layout In ASP.NET By: Admin
CSS (Cascading Style Sheets) are one of the popular options for
building advanced and manageable page layouts. As opposite to CSS
layout with D...12-Apr-2010 |
Merge GridView Cells Or Columns in Row ASP.NET C# By: Admin
In most of the cases specially for reporting purpose we need to merge
GridView cells or columns for client preferred output. In this example
i ...12-Apr-2010 |
Conditional Values And Styles In GridView By: Admin
Raw data from database sometimes are not suitable for showing on web
form directly. For example, you could need additional formatting for
date ...12-Apr-2010 |
How to Add an Image to Email in ASP.NET By: Admin
Email is extremely popular way of communication. To make this task
easier, Microsoft .Net Framework contains System.Net.Mail namespace.
This tu...12-Apr-2010 |
How to Create SQL Membership Schema at Run-Time By: Admin
ASP.NET Forms authentication with SQL Server used to store user\'s
information is very popular way to secure web site. There are numerous
tutor...12-Apr-2010 |
AJAX Timer Displaying Time Spent on Page in ASP.NET 3.5 By: Admin
This tutorial will show you how to use AJAX to
record and display time spent on a page, whilst doing other Async
postback...12-Apr-2010 |
Creating Online Poll System with Percentage Results VB By: Admin
This tutorial will show you how to create an online
poll system which makes use of AJAX, XML and LINQ and will provide
pe...12-Apr-2010 |
Installing AJAX Control Toolkit in Visual Studio 2008 By: Admin
This tutorial will guide you through installing Microsoft\'s AJAX Control Toolkit in Visual Studio.NET 2008.
...12-Apr-2010 |
Creating & Changing Dynamic Controls using AJAX & VB By: Admin
This tutorial shows how we can use AJAX to
dynamically interact with controls, without using postback or
refreshing the p...12-Apr-2010 |
AJAX-Enabled Advanced Calendar in ASP.NET and VB By: Admin
This tutorial is a more advanced version of using
AJAX with a Calendar Control to show how we can make a Calendar control
...12-Apr-2010 |
AJAX using ASP.NET 2.0 and VB By: Admin
AJAX, short for Asynchronous JavaScript And XML,
isn\'t a technology but rather a grouping of technologies. AJAX uses a
c...12-Apr-2010 |
AJAX working with DropDownLists using ASP.NET 2.0 C# By: Admin
With the XMLHttpRequest object, Microsoft Internet
Explorer clients can retrieve and submit XML data directly to a Web
se...12-Apr-2010 |
AJAX using ASP.NET 2.0 By: Admin
AJAX, short for Asynchronous JavaScript And XML,
isn\'t a technology but rather a grouping of technologies. AJAX uses a
c...12-Apr-2010 |
Working with cookie in ASP.NET 2.0 By: Admin
Websites typically use session cookies to ensure
that users are recognized when they move from page to page within one
si...12-Apr-2010 |
To show browser capabilities using ASP.NET 2.0 By: Admin
This tutorial will show you how to gather your web browser capabilities using ASP.NET 2.0.The ...12-Apr-2010 |
Installing Microsoft Chart Controls for .NET 3.5 By: Admin
This tutorial will show you how to successfully
install and begin using Microsoft Chart Controls in Visual Studio.NET
200...12-Apr-2010 |
Using the File Field Control to Upload one/many Files By: Admin
This tutorial will show you how to use the File Field Control to allow end-users to upload one or many files to your server...12-Apr-2010 |
How to use the InsertItemTemplate for a Comments Page By: Admin
In this tutorial we can use the ListView control to
insert new records into a database table. The ListView control support...12-Apr-2010 |
How to Display Nested UpdatePanels using the ListView By: Admin
This tutorial will demonstrate how to page using
the ListView control in nested UpdatePanels. The UpdatePanel control
ena...12-Apr-2010 |
How to Display a Page Form with a ListView Control By: Admin
Learn how to display a master/detail form with a ListView control using ASP.NET 3.5.In this tutorial we will demonst...16-Apr-2010 |
Learn How to Use the DataList control in ASP.NET 3.5 By: Admin
In this tutorial will demonstrate how to use a
DataList control to allow users to select individual items in the
particul...12-Apr-2010 |
Using OnItemDataBound with Repeater in ASP.NET By: Admin
This tutorial will show you how to use the
OnItemDataBound event of a Repeater control to query data when
displaying from...12-Apr-2010 |
Using and Creating User Controls in ASP.NET By: Admin
In this tutorial, we will cover the basics of
ASP.NET User Controls using C#. User Controls use the extension ascx
and ca...12-Apr-2010 |
Using the DefaultButton Property of a Panel in ASP.NET By: Admin
In this tutorial, we will cover how to use the
DefaultButton attribute on the Panel control. This attribute allows the
us...12-Apr-2010 |
Using the MultiView Control in ASP.NET 3.5 with C# By: Admin
This tutorial will show you how to use the MultiView Control in conjunction with AJAX to create multi-step applications. C#...12-Apr-2010 |
Allow Files to Open from TreeView Control in VB.NET By: Admin
This tutorial will show you how to use the TreeView
control to allow clicking of files to open from your web browser. VB
...12-Apr-2010 |
Installation overview of SQL Server 2008 By: Admin
This tutorial shows you how to use the
CreateUserWizard control with two SQL Membership Providers in an
ASP.NET Web Appli...12-Apr-2010 |
Using Two ASP.NET Membership Providers to CreateUser VB By: Admin
In this tutorial we will discuss an overview of SQL
Server servicing installation. It is possible to upgrade any installed...12-Apr-2010 |
Using Two ASP.NET Membership Providers to CreateUser C# By: Admin
This tutorial shows you how to use the
CreateUserWizard control with two SQL Membership Providers in an
ASP.NET Web Appli...12-Apr-2010 |
Using LINQ to SQL in place of SQL Statements in VB.NET By: Admin
This tutorial will show you how to use LINQ to SQL
in ASP.NET 3.5 to manipulate database data without using SQL
Statement...12-Apr-2010 |
Using LINQ to SQL in place of SQL Statements in C# By: Admin
This tutorial will show you how to use LINQ to SQL
in ASP.NET 3.5 to manipulate database data without using SQL
Statement...12-Apr-2010 |
Building DAC with Execution Time in ASP.NET 3.5 and VB By: Admin
This tutorial will show you how to use LINQ to SQL
in ASP.NET 3.5 to manipulate database data without using SQL
Statement...12-Apr-2010 |
Building DAC with Execution Time in ASP.NET 3.5 and VB By: Admin
This tutorial will show you how to build your own
Data Access Component and how to retrieve the time taken to execute. VB
...12-Apr-2010 |
Building DAC with Execution Time in ASP.NET 3.5 and C# By: Admin
This tutorial will show you how to build your own
Data Access Component and how to retrieve the time taken to execute. C#
...12-Apr-2010 |
Saving and Retrieving an Image from SQL database in C# By: Admin
This tutorial will show you how to build your own
Data Access Component and how to retrieve the time taken to execute. C#
...12-Apr-2010 |
Adding to Database using LINQ and AJAX in ASP.NET VB By: Admin
This tutorial will show how we can use Microsoft\'s
new LINQ to add new records to a database, and how we can implement
A...12-Apr-2010 |
Using C# to Retrieve List of Emails via POP3 By: Admin
This tutorial will show you how to use ASP.NET and C# to download a list of emails using a POP3 server.In this tutor...13-Apr-2010 |
Using VB.NET to Retrieve List of Emails via POP3 By: Admin
This tutorial will show you how to use ASP.NET and VB.NET to download a list of emails using a POP3 server.
<...12-Apr-2010 |
Send Email with Authentication using ASP.NET and VB.NET By: Admin
This tutorial will show you how to send a simple email message with authentication using ASP.NET 2.0 and VB.NET.
12-Apr-2010 |
Send Email with Authentication using ASP.NET and C#.NET By: Admin
This tutorial will show you how to send a simple email message with authentication using ASP.NET 2.0 and C#.NET.
12-Apr-2010 |
Send Email with Priorities using ASP.NET 2.0 and VB.NET By: Admin
This tutorial will show you how to send a simple email message with priorities using ASP.NET 2.0 and VB.NET.
...12-Apr-2010 |
Send Email with Priorities using ASP.NET 2.0 and C#.NET By: Admin
This tutorial will show you how to send a simple email message with priorities using ASP.NET 2.0 and C#.NET.
...12-Apr-2010 |
Send Email with CC and BCC using ASP.NET 2.0 and VB.NET By: Admin
This tutorial will show you how to send a simple email message with CCs and BCCs using ASP.NET 2.0 and VB.NET.
...12-Apr-2010 |
Send Email with CC and BCC using ASP.NET 2.0 and C#.NET By: Admin
This tutorial will show you how to send a simple email message with CCs and BCCs using ASP.NET 2.0 and C#.NET.
...12-Apr-2010 |
Send Email with Attachment using ASP.NET 2.0 and C# By: Admin
This tutorial will show you how to send a simple email message with an attachment using ASP.NET 2.0 and C#.
<...12-Apr-2010 |
Send Email with Attachment using ASP.NET 2.0 and VB.NET By: Admin
This tutorial will show you how to send a simple email message with an attachment using ASP.NET 2.0 and VB.NET.
12-Apr-2010 |
Exception Handling: Best Practices C# By: Admin
In this tutorial we will go over error handling
within code blocks that can make a program more robust and less
susceptib...12-Apr-2010 |
Retrieve error message from event log in ASP.NET2.0(VB) By: Admin
To retrieve error message, information and warning
message from Windows event log in ASP.NET 2.0 and VB.NET is very
simpl...12-Apr-2010 |
Recovering an Exception using ASP.NET 2.0 and C# .NET By: Admin
This tutorial will show you how to recover an exception using ASP.NET 2.0 and C#.NET.There are many ways to re-try a...13-Apr-2010 |
Retrieve error message from event log in ASP.NET2.0(C#) By: Admin
To retrieve error message or warning message from
Windows event log in ASP.NET 2.0 and C# is very simple. This tutorial
w...12-Apr-2010 |
Recovering an Exception using ASP.NET 2.0 and VB .NET By: Admin
This tutorial will show you how to recover an exception using ASP.NET 2.0 and VB.NET.There are many ways to re-try a...13-Apr-2010 |
Throwing an Exception using ASP.NET 2.0 and VB .NET By: Admin
This tutorial will show you how to throw exceptions using ASP.NET 2.0 and VB.NET.In this example we will be throwing...13-Apr-2010 |
Throwing an Exception using ASP.NET 2.0 and C# .NET By: Admin
This tutorial will show you how to throw exceptions using ASP.NET 2.0 and C#.NET.In this example we will be throwing...13-Apr-2010 |
Catch Multiple Exceptions using ASP.NET 2.0 and C# .NET By: Admin
This tutorial will show you how to catch multiple exceptions using ASP.NET 2.0 and C#.NET.The .NET Framework offers ...13-Apr-2010 |
Specific Exceptions using ASP.NET 2.0 and VB .NET By: Admin
This tutorial will show you how to catch an exception using ASP.NET 2.0 and VB.NET.The .NET Framework offers a numbe...13-Apr-2010 |
Catch Multiple Exceptions using ASP.NET 2.0 and VB .NET By: Admin
This tutorial will show you how to catch multiple exceptions using ASP.NET 2.0 and VB.NET.The .NET Framework offers ...13-Apr-2010 |
Check Existence of File in ASP.NET and VB By: Admin
This tutorials shows how we can verify if a file exists or not before executing code relating to said file. VB version.12-Apr-2010 |
Check Existence of File in ASP.NET and C# By: Admin
This tutorials shows how we can verify if a file exists or not before executing code relating to said file. C# version.12-Apr-2010 |
Uploading and Deleting Files via Form in ASP.NET and VB By: Admin
This tutorial will show how we can upload files to
a web server and also use a GridView control to delete files as well.
...12-Apr-2010 |
Uploading and Deleting Files via Form in ASP.NET and C# By: Admin
This tutorial will show how we can upload files to
a web server and also use a GridView control to delete files as well.
...12-Apr-2010 |
Upload with Thumbnail Generator in ASP.NET and C# By: Admin
This tutorial will show how we use the FileUpload
Control to upload a file to the website, whilst simultaneously creating
...12-Apr-2010 |
Simple File Upload Control with ASP.NET and VB By: Admin
This tutorial will show how to implement the FileUpload control so that files can be uploaded to a website. VB version.12-Apr-2010 |
How to export GridView to Word using ASP.NET 2.0 and VB By: Admin
In tutorial, we need "AddHeader" and "ContentType"
to do the work.The AddHeader method adds a new HTML...13-Apr-2010 |
Simple File Upload Control with ASP.NET and C# By: Admin
This tutorial will show how to implement the FileUpload control so that files can be uploaded to a website. C# version.13-Apr-2010 |
Reading and writing to file using ASP.NET and VB.NET By: Admin
Read and write to file using ASP.NET (VB). Reading and writing to the file content using ASP.NET 2.0 and C# 2.0 is a...13-Apr-2010 |
How to export GridView to Word using ASP.NET 2.0 and C# By: Admin
In tutorial, we need "AddHeader" and "ContentType"
to do the work.The AddHeader method adds a new HTML...13-Apr-2010 |
Displaying a Random Image Each New Session ASP.NET & C# By: Admin
This tutorial shows how to display a random image
upon page load, and then keep that image until the session expires. A
n...13-Apr-2010 |
Displaying a Random Image Each New Session ASP.NET & VB By: Admin
This tutorial shows how to display a random image
upon page load, and then keep that image until the session expires. A
n...13-Apr-2010 |
Drawing in ASP.NET 2.0 and VB.NET By: Admin
This tutorial will show you how to draw pie and font in ASP.NET and VB.NET 2.0 by using the classes of Graphics.
13-Apr-2010 |
Drawing in ASP.NET 2.0 and C# By: Admin
This tutorial will show you how to draw pie and font in ASP.NET 2.0 and C# by using the classes of Graphics.
...13-Apr-2010 |
Using QueryString for Pager on Repeater Control in C# By: Admin
Tutorial shows how to add page links to your Repeater control and make use of QueryString to move between pages. C# version...13-Apr-2010 |
Using QueryString for Pager on Repeater Control in VB By: Admin
Tutorial shows how to add page links to your Repeater control and make use of QueryString to move between pages. VB version...13-Apr-2010 |
Using Forms Authentication Ticket in ASP.NET and VB By: Admin
Implementing login on your website with Forms Authentication Ticket. VB version.An easy way to create user login fea...13-Apr-2010 |
Using Forms Authentication Ticket in ASP.NET and C# By: Admin
Implementing login on your website with Forms Authentication Ticket. C# version.An easy way to create user login fea...13-Apr-2010 |
Controlling Menus Programmatically in ASP.NET and VB By: Admin
This tutorial shows how we can use two Menu
controls to display the SiteMap in a hierarchical structure. The second
menu\...13-Apr-2010 |
Controlling Menus Programmatically in ASP.NET and C# By: Admin
This tutorial shows how we can use two Menu
controls to display the SiteMap in a hierarchical structure. The second
menu\...13-Apr-2010 |
Using TreeView for navigating with Master Pages in VB By: Admin
This tutorial shows how to implement TreeView navigation system, which is very powerful yet easy to employ. VB version.13-Apr-2010 |
Using TreeView for navigating with Master Pages in C# By: Admin
This tutorial shows how to implement TreeView navigation system, which is very powerful yet easy to employ. C# version.13-Apr-2010 |
How to use URL mapping in ASP.NET 2.0 and VB.NET By: Admin
This tutorial will show you how to use URL mapping technology in ASP.NET 2.0 and VB.NET.The URL mapping feature uses...19-Apr-2010 |
How to use URL mapping in ASP.NET 2.0 and C# By: Admin
This tutorial will show you how to use URL mapping technology in ASP.NET 2.0 and C#.The URL mapping feature uses con...19-Apr-2010 |
Reading and Writing Cookies in ASP.NET and C# By: Admin
This tutorial will show how we can both write to and read from a simple cookie. C# version.Using Cookies in web page...13-Apr-2010 |
Reading and Writing Cookies in ASP.NET and VB By: Admin
This tutorial will show how we can both write to and read from a simple cookie. VB version.Using Cookies in web page...13-Apr-2010 |
Resolved hosting informat using ASP.NET 2.0 and C# .NET By: Admin
This tutorial will show you how to resolved hosting information by typing in the DNS name using ASP.NET 2.0 and C# 2.0. 13-Apr-2010 |
Resolved hosting informat using ASP.NET 2.0 and VB .NET By: Admin
This tutorial will show you how to resolved hosting information by typing in the DNS name using ASP.NET 2.0 and VB 2.0. 13-Apr-2010 |
Web caching in ASP.NET 2.0 (C#) By: Admin
Web caching technology in ASP.NET and C# is helpful
for popular website reducing its server workload and improving access
...13-Apr-2010 |
Web caching in ASP.NET 2.0 (VB.NET) By: Admin
Web caching technology in ASP.NET and VB.NET is
helpful for popular website reducing its server workload and improving
ac...13-Apr-2010 |
Rewriting a URL on-the-fly using ASP.NET 2.0 and C#.NET By: Admin
This tutorial shows you how to rewrite URL paths on-the-fly using ASP.NET 2.0 and C# .NET. In some instances you may...13-Apr-2010 |
Rewriting a URL on-the-fly using ASP.NET 2.0 and VB.NET By: Admin
This tutorial shows you how to rewrite URL paths on-the-fly using ASP.NET 2.0 and VB .NET. In some instances you may...13-Apr-2010 |
How to retrieve a webpage using ASP.NET 2.0 and C# .NET By: Admin
This tutorial will show you how to retrieve an external webpage using the .NET System.Net class, ASP.NET 2.0 and C#.NET.13-Apr-2010 |
How to retrieve a webpage using ASP.NET 2.0 and VB .NET By: Admin
This tutorial will show you how to retrieve an external webpage using the .NET System.Net class, ASP.NET 2.0 and VB.NET.13-Apr-2010 |
Using VaryBy attribute in OutputCache in ASP.NET 3.5 C# By: Admin
This tutorial will show numerous options of caching
pages, how we can create different versions of cached pages depending
...13-Apr-2010 |
Using VaryBy attribute in OutputCache in ASP.NET 3.5 VB By: Admin
This tutorial will show numerous options of caching
pages, how we can create different versions of cached pages depending
...13-Apr-2010 |
Optimization - Output Cache in ASP.NET & VB By: Admin
This tutorial shows how to use basic caching to improve the performance of a website. VB version.We
can add the fol...13-Apr-2010 |
Dynamically changing META Tags with MasterPages (C#) By: Admin
How to dynamically change meta tags when using MasterPage in ASP.NET and C#.If you have lots of dynamic pages instea...13-Apr-2010 |
Optimization - Output Cache in ASP.NET & C# By: Admin
This tutorial shows how to use basic caching to improve the performance of a website. C# version.We can add the foll...13-Apr-2010 |
Using Shared Code in ASP.NET and VB By: Admin
This tutorial shows how we can create our own classes and use shared code between different pages on our website. VB versio...13-Apr-2010 |
Using Shared Code in ASP.NET and C# By: Admin
This tutorial shows how we can create our own classes and use shared code between different pages on our website. C# versio...13-Apr-2010 |
Using Application & Session Objects to Store Data in VB By: Admin
This tutorial shows how we can store small amounts
of data in the Application and Session objects - like the number of
us...13-Apr-2010 |
Using Application & Session Objects to Store Data in C# By: Admin
This tutorial shows how we can store small amounts
of data in the Application and Session objects - like the number of
us...13-Apr-2010 |
Asynchronous Page in ASP.NET 2.0 and VB.NET By: Admin
To asynchronous page in ASP.NET 2.0 can improve the
whole performance of website for increasing users. This tutorial will
...13-Apr-2010 |
Using CSS and Changing them Dynamically ASP.NET & C# By: Admin
This tutorial shows how to implement CSS StyleSheet usage with ASP.NET and how to change them dynamically. C# version.13-Apr-2010 |
Using CSS and Changing them Dynamically ASP.NET & VB By: Admin
This tutorial shows how to implement CSS StyleSheet usage with ASP.NET and how to change them dynamically. VB version.13-Apr-2010 |
User Selectable Themes in ASP.NET and C# By: Admin
Tutorial showing how you can let your users choose how a page looks, using ASP.NET Themes. C# version.Server Intelle...13-Apr-2010 |
User Selectable Themes in ASP.NET and VB By: Admin
Tutorial showing how you can let your users choose how a page looks, using ASP.NET Themes. VB version.Server Intelle...13-Apr-2010 |
How to Use Master Pages in ASP.NET 2.0 and C# By: Admin
This tutorial will show how to use Master Pages in Visual Studio, and the ability to dynamically change them.
...13-Apr-2010 |
How to Use Master Pages in ASP.NET 2.0 and VB By: Admin
This tutorial will show how to use Master Pages in Visual Studio, and the ability to dynamically change them. VB version.13-Apr-2010 |
Making web progress bar using ASP.NET 2.0 and C# By: Admin
Web progress bar is a user friendly UI factor to
web applicaion. In this tutorial, we will show you how to create a web
p...13-Apr-2010 |
Making web progress bar using ASP.NET 2.0 and VB.NET By: Admin
Web progress bar is a user friendly UI factor to
web applicaion. In this tutorial, we will show you how to create a web
p...13-Apr-2010 |
CSS and Theme in ASP.NET 2.0 and VB.NET By: Admin
In this tutorial, we will show you how to use CSS and Theme to define the style of the page in ASP.NET 2.0 and VB.NET 13-Apr-2010 |
CSS and Theme in ASP.NET 2.0 and C# By: Admin
In this tutorial, we will show you how to use CSS and Theme to define the style of the page in ASP.NET 2.0 and C#.
...13-Apr-2010 |
ValidationGroup Control on Multiple Forms in ASP.NET By: Admin
In this tutorial, we will cover the basics of
ASP.NET validation techniques. This involves using more advanced
validation...13-Apr-2010 |
Using RequiredFieldValidator Control in ASP.NET By: Admin
In this tutorial, we will cover the basics of
ASP.NET validation techniques. This involves using
RequiredFieldValidator a...13-Apr-2010 |
Validating User Input - SQL Injection Attacks in VB.NET By: Admin
This tutorial will show you how to manage your SQL
data connections and data access methods to improve security issues
ag...13-Apr-2010 |
Validating User Input - SQL Injection Attacks in .NET By: Admin
This tutorial will show you how to manage your SQL
data connections and data access methods to improve security issues
ag...13-Apr-2010 |
User Input Validation - Client & Server - in VB.NET By: Admin
This tutorial shows how you can validate the input of users using ASP.NET and VB.This tutorial shows how the ASP.NET...13-Apr-2010 |
User Input Validation - Client & Server - in C#.NET By: Admin
This tutorial shows how you can validate the input of users using ASP.NET and C#.This tutorial shows how the ASP.NET...13-Apr-2010 |
Forms authentication using ASP.NET 2.0 and VB.NET By: Admin
Forms authentication enables user and password
validation for Web applications that do not require Windows
authentication...13-Apr-2010 |
Forms authentication using ASP.NET 2.0 and C#.NET By: Admin
Forms authentication enables user and password
validation for Web applications that do not require Windows
authentication...13-Apr-2010 |
Validating with RegExs using ASP.NET 2.0 and VB.NET By: Admin
This tutorial will show you how to use the RegularExpressionValidator control using ASP.NET 2.0 and VB.NET.The .NET ...13-Apr-2010 |
Validating with RegExs using ASP.NET 2.0 and C# .NET By: Admin
This tutorial will show you how to use the RegularExpressionValidator control using ASP.NET 2.0 and C#.NET.
<...13-Apr-2010 |
What is Visual Web Developer 2005? By: Admin
This articles goes over some of the features of Visual Web Developer 2005.Visual Studios Web is a free, new IDE publ...13-Apr-2010 |
Installing Visual Web Developer 2005 By: Admin
Overview of installing Visual Web Developer 2005.To begin, first you must reflect on what exactly you need to
start...13-Apr-2010 |
Learn How to Connect Data in a Web Service ASP.NET C# By: Admin
In this tutorial we will show you how to connect your application to a web service using the Data Source Configuration Wiza...13-Apr-2010 |
Web Services Intro - Self-Contained Web Service in VB By: Admin
This tutorial gives an introduction into Web
Services and will show how we can create a self-contained Web Service
with t...13-Apr-2010 |
Simple Web Service - Fahrenheit to Celsius in C# By: Admin
This tutorial will show how we can create a Web
Service that will allow us to convert from Fahrenheit to Celsius, or
vice...13-Apr-2010 |
Web Services Intro - Self-Contained Web Service in C# By: Admin
This tutorial gives an introduction into Web
Services and will show how we can create a self-contained Web Service
with t...13-Apr-2010 |
Simple Web Service - Fahrenheit to Celsius in VB .NET By: Admin
This tutorial will show how we can create a Web
Service that will allow us to convert from Fahrenheit to Celsius, or
vice...13-Apr-2010 |
Using LINQ to XML to Add Data to XML File in C# By: Admin
This tutorial will show you how to use LINQ to XML to read and also add data to an external XML file, in C#.
...13-Apr-2010 |
Creating Simple Guestbook with XML in ASP.NET and VB By: Admin
This tutorial instructs how to create a simple Guestbook using an XML file for storage of comments. VB version.
13-Apr-2010 |
Creating Simple Guestbook with XML in ASP.NET and C# By: Admin
This tutorial instructs how to create a simple Guestbook using an XML file for storage of comments. C# version.
13-Apr-2010 |
Restructure XML with Transformation file in ASP.NET By: Admin
Shows how to restructure XML with Transformation files in ASP.NET.XML files can be structured differently. Some expr...13-Apr-2010 |
Displaying Data from XML file using ASP.NET and VB By: Admin
This tutorial shows you how to display data that resides in an XML file, in a GridView and DataList. VB version.This...13-Apr-2010 |
Displaying Data from XML file using ASP.NET and C# By: Admin
This tutorial shows you how to display data that resides in an XML file, in a GridView and DataList. C# version.Serv...13-Apr-2010 |
Average Xml Data using ASP.NET and VB By: Admin
This tutorial will show you how to calculate average of data from XML using ASP.NET 2.0 and VB.This tutorial will sh...13-Apr-2010 |
Average Xml Data using ASP.NET and C# By: Admin
This tutorial will show you how to calculate average of data from XML using ASP.NET 2.0 and C#.This tutorial will sh...13-Apr-2010 |
RSS Reader using ASP.NET 2.0 and VB.NET 2005 By: Admin
RSS Feed is very popular in Internet. This tutorial will show you how to create a RSS Reader using ASP.NET 2.0 and VB.NET.<...13-Apr-2010 |
RSS Reader using ASP.NET 2.0 and C# 2005 By: Admin
RSS Feed is very popular in Internet. This tutorial will show you how to create a RSS Reader using ASP.NET 2.0 and C#.13-Apr-2010 |
Navigating XML information items using ASP.NET and VB By: Admin
This tutorial will show you how to navigate XML information items in ASP.NET 2.0 using C#. The System.Xml.XPath name...13-Apr-2010 |
Navigating XML information items using ASP.NET and VB By: Admin
This tutorial will show you how to navigate XML information items in ASP.NET 2.0 using VB.NET.The System.Xml.XPath n...13-Apr-2010 |
How to Add Custom Configuration Settings to Web.config By: Admin
In this tutorial we will add custom configuration
settings to the web configuration file easily by taking advantage of
th...13-Apr-2010 |
Using WCF with AJAX to Convert °F to °C in C# By: Admin
This tutorial shows you how to easily create and consume a WCF service into an AJAX Web Application using ASP.NET and C#.13-Apr-2010 |
Introduction to WCF in ASP.NET and VB.NET By: Admin
This tutorial will guide you through creating and consuming your first WCF Service using Visual Studio 2008 and VB.NET.13-Apr-2010 |
Introduction to WCF in ASP.NET and C# By: Admin
This tutorial will guide you through creating and consuming your first WCF Service using Visual Studio 2008 and C#.NET.13-Apr-2010 |
Building a Custom Class in ASP.NET and VB.NET By: Admin
This tutorial will show you how to create your own class in ASP.NET and VB.NET.In this tutorial, we will look at how...13-Apr-2010 |
Building a Custom Class in ASP.NET and C# By: Admin
This tutorial will show you how to create your own class in ASP.NET and C#.In this tutorial, we will look at how to ...13-Apr-2010 |
Render Column Graph from DataTable in MSChart C# By: Admin
This tutorial shows you how to use the new MS Chart to render a Column Chart from a DataTable source in C#.
<...13-Apr-2010 |
ListView Control in ASP.NET 3.5 By: Admin
This tutorial will server as an introduction to the new Control added to the 3.5 .NET Framework.The ListView Control...13-Apr-2010 |
Simple String Encryption in ASP.NET and VB By: Admin
This tutorial will show how we can create a method
that provides quick and easy string encryption and decryption for our
...13-Apr-2010 |
Generating Random Passwords with ASP.NET and VB By: Admin
This tutorial shows how we can use C# to generate a random password. VB version.Generating random passwords can incr...13-Apr-2010 |
C# For Beginners By: Admin
Microsoft. NET is one of the latest and newtechnologies introduced by Microsoft
Corporation. Nowadays we use to connect to the internet using a comp...10-May-2010 |