Demo page Ramui webblog

This is a "simple" template demo page. You can edit this template,

  • by using template editor inside your control panel.
  • Download files /fw_blog/templates/simple/ from your blog root, edit them and upload again using FTP program.
Code | Download
//Sample code block
<div style="padding: 10px 0px; background: #ffffff ;width:400px;">
<div style="clear:both;">
<table id="fw_contact" border="0" cellspacing="2px">
<tbody>
<tr>
<td><sup>*</sup>Your name:</td>
<td><input id="fw_contact_name" class="fw_text" name="name" type="text" /></td>
</tr>
<tr>
<td><sup>*</sup>Your e-mail:</td>
<td><input id="fw_contact_from" class="fw_text" name="from" type="text" /></td>
</tr>
<tr>
<td>Subject:</td>
<td><input id="fw_contact_subject" class="fw_text" name="subject" type="text" /></td>
</tr>
<tr>
<td><sup>*</sup>Message:</td>
<td><textarea id="fw_contact_message" class="fw_text" cols="20" rows="1" name="message" style="height:150px;"></textarea></td>
</tr>
<tr>
<td><sup>*</sup>Type verification image:</td>
<td><input id="fw_contact_captcha" class="fw_text" style="margin:0; padding:0; vertical-align:top; width:80px;" name="captcha_code" type="text" />
<img style="border: medium none; padding: 0px; width: 60px;" src="mail/securityimage.php" alt="verification image" /></td>
</tr>
</tbody></table>
<input class="fw_button" onclick="fw_mail()" name="Submit" type="button" value="Send Message" />
<p style="color:#c0c0c0; margin:10px 0 5px 0px; text-align:left;">___________________________
<span style="color:#808080; font-size:10px; margin-left:5px;">PHP contact-form copyright <a href="http://ramui.com">ramui.com</a></span>
</div>
</div>

The navigation menu

The menu I use here (at the left sidebar) is JavaScript menu. You can select different menu type by clicking "settings" icon at your admin panel. Fro more information please read Handling menu

Top Story:

Free domain name registration

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

Read comments | Add comment

PHP array sort

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

Read comments | Add comment

Total no. of pages: 2  12
User comments:

How to insert "Top story:" and "Recent post:"

COMMENT BY: Reazool DATE: Dec 18, 00:58
How can I insert "Top story" and "Recent post" within my page content? Can I insert them at right sidebar?

How to insert "Top story:" and "Recent post:"

COMMENT BY: admin DATE: Dec 18, 01:03

To insert Top story and Recent post within your page content use tag <toppost>n</toppost> and <recentpost>m</recentpost>. Here m and n are two integer indicating the number of items you want to include. Default value is 5.

Add comment

Ramui webblog demo
Home About Contact Sitemap Terms of use XML
© 2010,  http://ramui.com   All rights reserved.
Powered by: ramui webblog® Version 1.2