Personal tools
You are here: Home Forums Website Suggestions
Document Actions

Website Suggestions

by Mike Pearson last modified 2006-07-11 21:01

Suggestions about improving this website.


Put your suggestions about improving this website, on this page. 

Feedback on the SecMX RFC should go under the "SecMX RFC Discussion", on the appropriate section.

Forums

Posted by NeilSherratt at 2006-08-14 15:19

Mike,

I'd like to suggest that a forum be set up for more generalistic comments that are related to, but not so specific to SecMX in nature.

Perhaps allow users create their own topics for discussion?

Cheers Neil

Good idea

Posted by Mike at 2006-08-18 14:42
I have added a page that should allow any registered user to start a discussion: http://secmx.org/forums/general-discussion/

Editing comments

Posted by NeilSherratt at 2006-08-31 13:17

Mike, I have added a comment but have discovered some typos. How do I edit these? Also how can I highlight or embold heading and major points?

Re: Editing comments

Posted by Mike at 2006-09-07 14:54
Comments cannot be formatted or edited.

Possibly a clock

Posted by shatch at 2007-09-14 06:06

table.clock { text-align: center; border: thin dotted blue; padding: 5px; margin: auto; }

td, input.clock2 { text-align: center; border: none; font: bold .9em verdana, helvetica, arial, sans-serif; padding-bottom: .5em; }

.clock3 { text-align: center; font: .7em verdana, arial, helvetica, ms sans serif; }

/ This script and many more are available free online at The JavaScript Source :: http://javascript.internet.com Created by: Sandeep Gangadharan :: http://www.sivamdesign.com/scripts/ /

function formatTime() { now = new Date(); hour = now.getHours(); min = now.getMinutes(); sec = now.getSeconds();

if (document.clock.sivamtime[0].checked) { if (min <= 9) { min = "0" + min; } if (sec <= 9) { sec = "0" + sec; } if (hour > 12) { hour = hour - 12; add = " p.m."; } else { hour = hour; add = " a.m."; } if (hour == 12) { add = " p.m."; } if (hour == 00) { hour = "12"; }

document.clock.sivam.value = ((hour<=9) ? "0" + hour : hour) + ":" + min + ":" + sec + add; }

if (document.clock.sivamtime[1].checked) { if (min <= 9) { min = "0" + min; } if (sec <= 9) { sec = "0" + sec; } if (hour < 10) { hour = "0" + hour; } document.clock.sivam.value = hour + : + min + : + sec; }

setTimeout("formatTime()", 1000); }

window.onload=formatTime;

Local Time


Free JavaScripts provided
by The JavaScript Source

« December 2008 »
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
 

Powered by Plone, the Open Source Content Management System

This site conforms to the following standards: