Sitemap : Ramui webblog


  • BMI calculator script
    Date last modified: Aug 04, 19:32
    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: Feb 11, 13:48
    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: Jul 01, 12:23
    Timer is a device which fires an event after a preset time interval. In JavaScript there is an inbuilt timer function setTimeout()
  • US Navy Body fat calculator script
    Date last modified: Jan 29, 00:38
    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: Sep 28, 14:53
    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: Jul 19, 16:39
    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 post data example
    Date last modified: Aug 15, 03: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
  • Cheapest domain name registration
    Date last modified: Feb 01, 16:59
    There are lots of site offering low cost domain name registration. Below, I list the website offering cheapest domain name registration
  • 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.
  • Hotlink protected PHP download script
    Date last modified: Jan 12, 04:53
    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
  • 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: Feb 06, 15:32
    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.
  • 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: Aug 20, 06:18
    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: Aug 18, 03:43
    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: Nov 11, 03:46
    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: Jul 19, 15:46
    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 Zip files and directory
    Date last modified: Nov 14, 16:09
    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: Sep 28, 12:08
    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
  • contact-us
    Date last modified: Feb 19, 17:50
  • AJAX Contact form with auto responder demo
    Date last modified: Nov 08, 02:18
  • AJAX Contact form demo
    Date last modified: Jul 01, 03:33
  • AJAX contact form with auto responder - Documentation
    Date last modified: Jan 29, 17:41
    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
  • 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
  • Contact form without mail - Documentation
    Date last modified: Oct 15, 02:58
    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
  • DHTML AJAX popup contact form with auto responder - Documentation
    Date last modified: Sep 28, 11:38
    This nice looking contact form includes auto responder.
  • US Navy Body fat calculator script - Documentation
    Date last modified: Aug 10, 06:10
    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
  • Free domain name registration
    Date last modified: Jul 17, 06:48
    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
  • 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
  • Home
    Date last modified: Feb 25, 13:44
    This website contains many free scripts, articles and tutorials about web hosting and design
  • 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: Jan 22, 17:18
    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: Mar 03, 07:21
  • terms-of-use
    Date last modified: Nov 13, 23:51
    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.
  • Download ramui webblog
    Date last modified: Feb 22, 05:30
  • Handling menu
    Date last modified: Feb 22, 05:39
    Ramui webblog script includes three different types of menu generator. JavaScript menu, Ajax menu and simple menu. When included they can generated vertical menu for your website.
Total no. of pages: 2  12
RAMUI WEBBLOG
HomeAboutContact SitemapTerms of useXMLForum
© 2010,  http://ramui.com   All rights reserved.
Powered by: ramui webblog® Version 1.0