Organizers Page


This Page is for ORGANIZERS only - so we can discuss and share the latest changes / to do things for this wiki.

First of all, no normal member is allowed to make a new page.

USERS WHICH DONT HAVE THEIR NAME IN THEIR USERNAME:

Beatles13 = Marco
fis2010aarnold=Alex
fis2010mshoebottom
TheCarrot=Megan
davis404 = Jacob
AshleyD95=Ashley

We should make a page where all of the students instructions are uploaded. This will make it easier to find them, hence will be easier to organize.
The impression given is that we are all in favour of using WikiSpaces to manage the wikis.

When adding a New topic be sure to add it into the By Name and the By Topic page

Alex wanted to add Menues.
This won't work with JavaScript
or CSS for a variety of reasons.
However, a FLASH applet like
the one at the right will work.
This was made at:
http://www.flashvortex.com/index.php

That's not the only possibility, but it is
pretty simple to use and works well.

Insert the menu as a Widget - Other,
and copy the code produced by the web-site.

Alex added this script that implements a menu for the Nav bar, but it's broken.
<script src="http://h1.flashvortex.com/display.php?id=2_1304942576_7607_132_0_190_155_6_1_48" type="text/javascript">
</script>

This is the Current topics, we changed it because the links were not written right e.g. Graphics and Multi
<script src="http://h1.flashvortex.com/display.php?id=2_1304943001_53286_132_0_805_191_6_1_48" type="text/javascript">
</script>

This is code to hide the flash menu and show it again when the buttons are pressed.
This is typed into a Widget "Other HTML":
---------------------------------------------------------------

<div id="sampleflashmenu"><script src="http://h1.flashvortex.com/display.php?id=2_1304923397_6225_132_0_186_183_6_1_48" type="text/javascript">
</script></div>

<script type="text/javascript">
<![CDATA[
document.write('<input id=hider type=button value="hide menu" ><input id=shower type=button value="show menu">');

hider.onclick = function()
{
sampleflashmenu.style.display = "none"
}

shower.onclick = function()
{
sampleflashmenu.style.display = "block"
}
]]>
</script>