articles

  • Introduction to article marketing

    Date last modified: Jan 21, 16:20

    Article marketing is very popular and cost effective method of promoting online products or getting traffic to your website. There are lots of article directory sites which publish third party articles with minimum cost or even for free

    Comments(0)

  • Internet directory

    Date last modified: Jan 20, 05:45

    An internet directory is a website which enlists other websites or services in various categories and sub categories. Viewers seeking information browse categories and find the required service they are looking for

    Comments(0)

  • PHP cookie

    Date last modified: Dec 12, 01:19

    Cookie is a small text file saved by web server on the visitor computer. When browser requests the login page again it also sends the previously saved cookie too.

    Comments(6)

  • Branch and loop in program

    Date last modified: Nov 17, 18:24

    The key feature of a computer is its ability to take logical decision. It is implemented by conditional statements, - branches and loops which allow a program to flow in a certain path according to the condition given to it

    Comments(0)

  • Functions in programming

    Date last modified: Nov 03, 16:14

    A function or sub program is a program which is written for the possible use of another program. Here another program may be the function itself. In such case it will be known as recursive program

    Comments(0)

  • Cheapest domain name registration

    Date last modified: Oct 06, 12:47

    There are lots of site offering low cost domain name registration. Below, I list the website offering cheapest domain name registration

    Comments(0)

  • PHP RECAPTCHA script using iframe

    Date last modified: Aug 08, 03:26

    An iframe object probably gives the easiest solution in developing recaptcha script. Whenever users require refreshing the image, only the document inside the iframe getting refreshed producing a new verification image

    Comments(0)

  • AJAX file upload using iframe

    Date last modified: Aug 02, 13:29

    upload file using AJAX technology is not possible. But using iframe object it is possible to create an interface over a HTML form such that it produces an effect AJAX upload

    Comments(0)

  • Multi-user login script

    Date last modified: Jul 23, 13:09

    A multi-user login script is a software system where many users can login with their unique login name and password and access protected area of that system. Here is the basic principle of working of a multi-user login script used in websites

    Comments(0)

  • PHP Zip files and directory

    Date last modified: Jul 05, 16:23

    You can insert a complete directory, all files and subdirectory in it into a zip archive by PHP. The most efficient way is to use a recursive program to do it.

    Comments(28)

  • Ajax post data example

    Date last modified: Mar 29, 17:20

    Here is a practical example of Ajax post data and how data is being communicated with php

    Comments(12)

  • BBCode introduction

    Date last modified: Dec 09, 07:43

    As the name implied Bulletin Board Code or BBCode are extensively used in Blogs and Bulletin Boards to accept user posts and comments. BBCode is special language to define HTML

    Comments(0)

  • Advantage of PHP include page in web page design

    Date last modified: May 29, 15:37

    PHP include page statement is an extremely useful statement to build WebPages. If you are very new in PHP or even don't know it at all, you can also utilize this statement to manage your website.

    Comments(1)

  • Database driven website

    Date last modified: May 15, 04:01

    Database driven websites use database to store the content of their web pages. When viewer requests a page of such a website web server search the database for the content of that requested page and if found, display it on the browser

    Comments(0)

  • Hotlink protected PHP download script

    Date last modified: Mar 19, 06:24

    Here is a code example of hotlink protected PHP download script. This script allows users to download an attachment file but when user opens this link directly or from another website it will be redirected to your download page

    Comments(1)

  • PHP array sort

    Date last modified: Mar 19, 06:23

    To discuss about sorting of PHP array you need to know the following PHP functions. They are sort(), asort(), natsort(), natcasesort(), ksort(), rsort(), arsort(), krsort()

    Comments(2)

  • PHP array tutorial

    Date last modified: Mar 19, 06:21

    In PHP the language constructor array() is used to declare an array. Arguments of array() constructor are comma separated data contain in the array. Not all other languages but PHP allow mixed variable array

    Comments(1)

  • Random password generator

    Date last modified: Mar 16, 04:29

    How to generate random and secured password in PHP and JavaScript

    Comments(4)

  • Menu in website

    Date last modified: Mar 15, 19:24

    Without menu the WebPages of a website are isolated elements. A well designed menu not only integrates web pages of your website, it also gives a way to measure the quality of your site.

    Comments(0)

  • PHP captcha script tutorial

    Date last modified: Mar 15, 19:23

    Captcha image verification method is the most widely used method to prevent spam. In this tutorial we shall learn how to generate Captcha image with PHP

    Comments(0)

  • Designing navigation menu

    Date last modified: Feb 06, 15:32

    A web page menu gives the viewers an easy navigation links to the other pages of a website. It also gives an idea to them that what materials they can expect from that website. A good menu system is one which serves those basic purposes very well

    Comments(0)

  • Earn online money with affiliate program

    Date last modified: Nov 24, 12:27

    So your success as an affiliate entirely depends upon the number of targeted visitors you can send everyday to the vendor's website. More visitors you send there will be greater chance of purchase and hence you can earn more online money.

    Comments(0)

  • Affiliate program

    Date last modified: Nov 17, 15:45

    Affiliate program is the easiest way to earn money online. Here you do not need a big setup to establish your business. The only thing you need to start your business is a website.

    Comments(0)

  • PHP array search

    Date last modified: Sep 28, 12:43

    The following functions are important to discus about PHP array search. They are in_array, array_search, array_keys, array_key_exist.

    Comments(0)

  • Spamming and spam blocker

    Date last modified: Sep 01, 18:47

    Spammers abuse their electronic messaging system; post messages on blog, forum or guest book, or send spam emails to get free advertisement. So in all modern scripts available today have inbuilt spam blocker system.

    Comments(0)

  • JavaScript and Ajax

    Date last modified: Aug 28, 02:55

    As JavaScript runs from the client computer its execution time is very short, in Ajax, execution time is much longer which depends on their internet connection speed, server hardware and number of bytes to be transferred.

    Comments(0)

  • Free web hosting

    Date last modified: Aug 11, 18:16

    Free web site hosting solution is only recommended to the new web masters to gain some experiences of hosting website. You can hardly get uptime more than 95% compared to 99.5% or more for any reputed paid hosting service.

    Comments(0)

  • Pop-under advertising

    Date last modified: Jul 29, 02:34

    Technically the only difference between a popup and pop-under window is that popup appears over the main browser window while pop-under behind it. But from the viewers point of view pop-up ads are hated all round by visitors

    Comments(0)

  • Website login script

    Date last modified: Jul 20, 08:34

    A website login script is used to identify a user according to the user name and password he supplied. Actually this identification restricts other users from accessing some particular pages

    Comments(0)

  • Self closing popup window

    Date last modified: Jun 22, 11:24

    Self closing popup window is a web page which open in popup and close automatically after serving its purpose. It may be an HTML form which will be closed after successful submission of data.

    Comments(3)

  • Falt file database

    Date last modified: Jun 22, 03:10

    Flat file database is usually used to store and retrieve a small amount of data in a local text file. Most free web host do not allow their users to use MYSQL database for free. In that case flat file database is an alternative solution.

    Comments(0)

  • Ajax introduction

    Date last modified: Jun 21, 06:41

    Use of ajax technology is not limited to form data submission. It is widely used in dynamic menu design; collecting data for web stat analysis, or even reload the entire page dynamically

    Comments(0)