Sitemap : Ramui webblog

  • Contact us

  • JavaScript drop down menu

    Date last modified: Apr 14, 02:34

    A drop down menu is one in which menu items are normally kept hidden; only their parent nodes are visible to the viewers. When viewer clicks on a node, the node expanded vertically and the items under that node becomes visible.

  • BMI calculator script

    Date last modified: May 29, 15:33

    BMI is not a direct measure of body fat. But as statistics are available for normal health people, BMI is good substitution of direct body fat measurement and gives fairly good result for most of the people.

  • How to preview HTML code with JavaScript

    Date last modified: Mar 19, 06:20

    There may be several such situations where a Webmaster needs to include a dynamic preview system of HTML code as typed by the viewers into a text field. This article shows how to build simple but safe preview system with the help of JavaScript.

  • JavaScript timer

    Date last modified: May 29, 15:36

    Timer is a device which fires an event after a preset time interval. In JavaScript there is an inbuilt timer function setTimeout()

  • Online HTML editor

    Date last modified: Sep 10, 15:30

    This online HTML editor script using iframe has been developed here may be used as an add-on device of a CMS script to accept HTML input from user and transfer data to the web server

  • US Navy Body fat calculator script

    Date last modified: Aug 01, 01:51

    This Free Online US Navy Body fat calculator script works as Body Mass Index (BMI) Calculator, US Navy Body fat calculator, BMR (Basal Metabolic Rate) calculator, Daily calorie needs calculator, Weight loss calculator.

  • About

    Date last modified: Jan 12, 15:56

    ramui.com is a friend of web site owners and webmasters. Here you find many useful tools articles and resources to build your site and marketing it. You can freely use them.

  • AJAX popup contact form

    Date last modified: May 14, 11:04

    It's nice to see the contact form to open in popup window. To open our contact form script in popup window you have to make the following modification

  • 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.

  • 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.

  • 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

  • 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

  • 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

  • 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

  • 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

  • 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

  • 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

  • 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

  • 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.

  • 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.

  • 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.

  • 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

  • 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

  • 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

  • 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

  • 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.

  • 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.

  • 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

  • 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.

  • 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()

  • 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

  • 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

  • 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.

  • 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

  • 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.

  • 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

  • Random password generator

    Date last modified: Mar 16, 04:29

    How to generate random and secured password in PHP and JavaScript

  • 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.

  • 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.

  • 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

  • AJAX Contact form with auto responder demo

    Date last modified: Dec 11, 09:35

  • BBCode generator PHP HTML decoder script demo

    Date last modified: Aug 22, 04:37

  • PHP Contact form demo

    Date last modified: Jan 22, 07:06

  • Spam free PHP GuestBook script demo

    Date last modified: Feb 12, 10:23

    This spam free PHP GuestBook script has the ability of Stop GuestBook spam, Guest can post HTML code, BBCode input etc.

  • DHTML CSS list menu tutorial

    Date last modified: Jul 23, 17:24

    DHTML CSS list menu are being increasingly popular today. The main advantage of such menu is they take smaller area of webpage to accommodate such menu. In this tutorial we shall learn how to design DHTML CSS menu which works in all modern browsers

  • Ramui web hosting directory script

    Date last modified: Sep 05, 13:13

    Ramui web hosting directory script is a specially designed spam protected CMS script to list the websites offering web hosting service. It is written in PHP and uses MySql database to run its system

  • Ramui web hosting directory script feature list

    Date last modified: Sep 05, 13:12

    Here is complete feature list of Ramui web hosting directory script. This feature list includes script administrator, admin control panel, adding affiliate link etc.

  • AJAX contact form with auto responder - Documentation

    Date last modified: Jan 14, 17:17

    This nice looking contact form includes auto responder. You can use this contact form as popup contact form.

  • AJAX contact form without mail - Documentation

    Date last modified: Oct 29, 12:04

    This unique contact form receive message from the viewers and store them in a flat file database. So there is no need of php mail() function

  • BBCode generator PHP HTML decoder script

    Date last modified: Aug 22, 04:32

    This PHP BBCode to HTML decoder script can encode data using JavaScript and at the server end can decode the BBCode text by using PHP.

  • Contact form with-autoresponder - Documentation

    Date last modified: Jan 22, 17:14

    This unique contact form receive message from the viewers and store them in a flat file database. So there is no need of php mail() function. Upon login with your unique login name and password you can view the messages, download them or delete them

  • PHP Contact form without mail documentation

    Date last modified: Jan 07, 15:11

    This unique PHP contact form receive message from the viewers and store them in a flat file database. So there is no need of php mail function

  • DHTML AJAX popup contact form with auto responder - Documentation

    Date last modified: Sep 28, 11:38

    This nice looking contact form includes auto responder.

  • Spam free PHP GuestBook script

    Date last modified: Aug 26, 06:24

    Free PHP guestbook script can effectively prevent spam. Guest can post image, HTML code in post

  • US Navy Body fat calculator script - Documentation

    Date last modified: Aug 27, 07:20

    As this script uses AJAX technology you can easily add it to any of your existing web page- no mater whether it is HTML or PHP. Even you can use POP-UP window to open this script

  • Domain name

    Date last modified: Oct 18, 14:04

    Domain name is extremely important in getting success of your website. A good domain name should be shorter in length, should only contain alphanumeric character, and contain one or more keywords in it

  • Free domain name registration

    Date last modified: Jun 06, 10:45

    There are lots of site offering you free sub domain under their domain. But many of them are only URL redirection service. Below, I list some sites which offer free subdomain with full DSN control

  • Free web template for ramui webblog

    Date last modified: Jul 17, 07:32

    This webpage is a demonstration of free web template designed for Ramui webblog version - 3. To use this web template download zip file; unpack and upload it into your_blog_root/fw_blog/templates/ folder

  • How to add Ajax contact form on your wordpress blog

    Date last modified: Aug 17, 15:38

    Our Ajax contact form script is basically not intended to use with wordpress blog. But if you like to add it in your wordpress blog then you have to follow the following steps

  • Easy HTML tutorial introduction

    Date last modified: Feb 08, 16:31

    An HTML document has two basic parts. One known as head contains few important document information, like document title, description, etc. And the other part known as body, contains the text, graphics, etc. are displayed over the browser window

  • HTML editor

    Date last modified: Aug 19, 14:19

    An HTML editor is a software program which allow user to create or to edit HTML page. Basically HTML editor may be of two types; text based editor and WYSIWYG editor

  • HTML form

    Date last modified: May 09, 07:34

    Form is an HTML element. A form is used to accept data from the user side. When user enter data and click the submit button the submitted data are sent to the server. Server then validates those data and takes necessary action

  • Free PHP script - contact form, guestbook, web hosting directory, blog script

    Date last modified: Jan 22, 07:12

    Ramui.com contains many free PHP script such as free blog script, php contact form, GuestBook script, web hosting directory, PHP HTML decoder, Body fat calculator, etc.

  • Dynamic web development with PHP

    Date last modified: Oct 22, 13:45

    Web pages developed by HTML script are said as static WebPages. A dynamic website is one whose page content may vary according to the various variables read by the server

  • PHP constants

    Date last modified: Dec 26, 17:53

    Constants are data which do not change their values. Named constants are defined by a unique name and they hold constant values through out the execution of a program. PHP allows programmers to define named constants

  • PHP learning resources

    Date last modified: Jan 20, 02:19

    Acquire a working knowledge about PHP programming then it is a mater of few weeks. Additionally if you have programming background in other languages especially on C then you can learn PHP quickly, since its syntax is analogous to C

  • PHP loops

    Date last modified: Dec 02, 04:39

    PHP language offers many types of loop statements. They are for loop, foreach loop, while loop, do-while loop, goto loop. A brief introduction with example of each of them is given here

  • PHP script introduction

    Date last modified: Oct 25, 12:57

    PHP is a open source general purpose scripting language. As scripting language, - program in PHP are written in plain text and hence they are portable

  • Add sidebar in PHPBB3 template

    Date last modified: May 26, 13:16

    How to add left sidebar and right sidebar in PHPBB3 template

  • Adding adsense code on PHPBB3.x forum

    Date last modified: Mar 19, 06:26

    To add adsense code on your PHPBB3.x forum you have to edit template file. If you like to add adsense code after first or original post then you have to enable PHP code in your template file.

  • Editing PHPBB3 forum template

    Date last modified: Jan 16, 08:11

    Sometimes board administrators of PHPBB3 forum like to edit their forum template to change the appearance and functionality of their forum. PHPBB3 has a very rich and user friendly interface to edit your forum template from within your admin panel.

  • List of directory

    Date last modified: Jan 27, 06:14

  • terms-of-use

    Date last modified: Jul 03, 03:15

    Terms of use of our website. If you continue to browse and use this website you are agreeing to comply with and be bound by the following terms and conditions of use.

  • Add-on page and its uses

    Date last modified: Feb 22, 05:38

    An add-on page is a pre-defined page element which can be plugged at any where within your page. The purpose of such page is to avoid code repetition in building web page.

  • Adding AdSense search engine to your site

    Date last modified: Jul 03, 15:23

    Ramui webblog script has no inbuilt site search module. So you have to add external site search script to your site. Here is a complete guide how to add Adsense search module with your site template.

  • Download ramui webblog

    Date last modified: Dec 27, 13:40

  • Google +1 button

    Date last modified: Dec 21, 18:46

    Google +1 button accepts approval from the registered users of Google. Google bot gives great importance over those votes from users. In this way the performance of bot is influenced by human review thus removing the shortcoming of web crawler

  • Generate menu

    Date last modified: Jan 16, 17:59

    In RAMUI WEBBLOG script webmaster has the option to generate menu either statically or dynamically. In static menu system predefined HTML code are stored in database and displayed on WebPages. Dynamic menu codes are generated at run time

  • How to backup your website

    Date last modified: Jun 12, 06:22

    Website backup is a copy of website data at a safe place which can be used to rebuild that site. Here I shall discus how to backup your site built on RAMUI WEBBLOG script

  • How to create a new web page

    Date last modified: Feb 22, 05:36

    You can create a new web page by the following two ways. From 'Create new' link; or by editing an existing one and saving at a different name.

  • How to design new web template

    Date last modified: Jul 02, 09:01

    Designing web template for RAMUI WEBBLOG blog script is an easy task. Here is a step by step guide which will teach you how to convert an existing HTML page into your blog template

  • RAMUI WEBBLOG free blog script documentation

    Date last modified: Jul 03, 15:40

    RAMUI WEBBLOG is a PHP-MYSQL based free blog script. The ultimate goal of this script is to provide maximum control to the webmasters in managing their websites

  • Other webmaster utilities

    Date last modified: Jul 03, 17:06

    Besides the features mentioned so far this script has many more utilities to help the webmaster to manage their site easier. These are XML sitemap generator, Contact form and email system, Webstat script, a website backup script

  • Ramui webblog control panel

    Date last modified: Dec 30, 05:14

    As a web master you must login to your control panel before you create a new web page or access any other functionality provided by this script. So after installation your first task is to login to your control panel and get familiar with it.

  • Ramui webblog installation

    Date last modified: Dec 27, 15:36

    Installation of Ramui webblog is pretty simple. You must read this paragraph before you upload this script to your web server.

  • Ramui webblog script

    Date last modified: Dec 26, 14:57

    RAMUI WEBBLOG is a free PHP-MYSQL based content management system script. The ultimate goal of this script is to provide maximum control to the webmasters in managing their websites.

  • Ramui webblog version 3.3

    Date last modified: Aug 27, 06:05

    Ramui webblog version 3.3 is more users friendly and is providing even better control than any other earlier version of this script

  • Ramui webblog version-4.2

    Date last modified: Dec 27, 13:42

    Ramui webblog - free blog script version 4.0 has been released with multi-language support. The default language of this blog script is English. But webmaster or administrator of this script can change the default language of his or her preference

  • Ramui webblog script screenshot

    Date last modified: Jul 17, 01:37

  • Template editor

    Date last modified: Jul 03, 17:02

    Ramui webblog script has an inbuilt template editor which you can use to edit an existing template or to create a new template.

  • Use of page header

    Date last modified: Feb 22, 05:37

    Page header is very important and most powerful element when you are creating a new page or post. It is strictly advised that if you do not have enough knowledge in PHP programming please keep this option blank.

  • Using ramui webblog

    Date last modified: Jan 06, 05:10

    Your ultimate goal is to create web pages for the viewers. This script gives you very handy support to build web pages, editing them; and when necessary publishing them to your viewers

  • Review Bytehost.com

    Date last modified: Feb 28, 14:33

    If you are a new webmaster the ideal place to host your website is Bytehost.com. Byet provides you with a 100% ad-free VistaPanel free hosting service including PHP, MySQL, FTP & more!

  • Review Hosting4You.net

    Date last modified: Jan 22, 17:13

    Hosting4You.net is offering a high quality CPanel web hosting service to the webmasters. Their service is 100% ad free. No special requirement is there.

  • Review x10Hosting.com

    Date last modified: Sep 14, 02:31

    x10Hosting.com is the best free hosting company on the internet. Some features are ASP.NET, PHP, MySQL, CGI, Python, Perl, Website Builders, cPanel, Fantastico, Templates, Contests, Prizes..