19th February 2010
Sometimes board administrators of PHPBB3 forum like to edit their forum template to change the appearance and functionality of their forum. Few common reasons are,
1. Adding a sidebar to place advertisements and / or important menu items inside it.
...
Read >
19th February 2010
A web page menu gives the viewers an easy navigation links to the other pages of a website. Not only that, - it also gives an idea to the viewers that what materials they can expect from that website. A good menu system is one which serves those basic pur...
Read >
27th November 2009
Affiliate program is the most popular source of earning online money today. A person alone with his computer can earn lots of online money by joining a successful affiliate program. The idea behind affiliate program is that you send customers to the vendo...
Read >
27th November 2009
Affiliate program is the easiest way to earn money online. Here you do not need a big setup to establish your business; you need not to keep information about your customers, their credit card information etc. The only thing you need to start your busines...
Read >
25th November 2009
Ajax (asynchronous JavaScript and XML) technology is being increasingly popular in website design. Using ajax technology you can submit form data to the server without refreshing the document. Suppose you are filling an online registration form. You write...
Read >
25th November 2009
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.
Logically you can divide HTML code of a webpage into mul...
Read >
06th November 2009
A website login script is used to identify a user according to the user name and password he provides. Actually this identification restricts other users from accessing some particular pages. A simple example of explaining the necessity of login script is...
Read >
08th October 2009
Flat file database
A flat file database is one in which data is stored in plain text format. It is usually used to store and retrieve a small amount of data in a local text file.
Need of flat file database:
Most free web host do not allow their users...
Read >
08th October 2009
JavaScript and Ajax
JavaScript is client side scripting language. When you open a web page your web browser first downloads all the necessary files from the server to display that page correctly. Those necessary files are HTML, CSS, Images, Videos, etc...
Read >
08th October 2009
Spamming and spam blocker
Spamming is one of the big headaches to the web masters. Spammers abuse their electronic messaging system; post messages on blog, forum or guest book, or send spam emails to get free advertisement. This issue becomes more seri...
Read >