Top
Highlights
Tickets
Schedules
Festival + Symposium Blog
ISEA2006 Symposium
ZeroOne San Jose Festival
Events
Exhibitions
Artworks
Artists
Education
Summits
Workshops + Tours
Travel
Hotels
Maps
Sponsors
Press Center
Contact Us
Volunteer
Search
Login Form
Username

Password

Remember me
Password Reminder
No account yet? Create one
ZeroOne San Jose / ISEA2006 ISEA2006 symposium
Forum

Welcome to the ISEA2006 online forum.

The Pacific Rim forum dates will be announced in the very near future.

All other forums are now closed.  They are available for viewing but no new postings may be added. 

[Paper Abstracts]

 

 

 

ISEA2006 Online Forum April 24 - May 29 2006  

The TSMF Team
The Simpleboard development team consists of:
Jan de Graaff (also Project Admin), Tomislav Ribicic, Arno Zijlstra, Niels Vandekeybus, Iosif Chatzimichail, Jon Langevin, Kathy Strickland and Thomas Despoix.

What is boardcode?
Boardcode are special tags that will allow you to format your messages. Currently, SimpleBoard supports links, bold, italic, bold, "quoted" text, img, size, list and colored text. The tags are used as follows:

[b]Bold[/b] will produce Bold

[i]Italic[/b] will produce Italic

[u]Underline[/u] will produce Underline

[size=4]Size[/size] will produce Size

[color=#FF0000]Red[/color] will produce Red

[img=150]link to image[/img] will produce a image with a width off 150 pixels.
Please remember you can go to a maximum width of 499 pixels.

[ul][li]item 1[/li][/ul] will produce an unordered list, but please keep in mind you'll have to insert
the [li][/li] tags around the list items. See example below.

[ul][li]item 1[/li]
[li]item 2[/li]
[li]item 3[/li][/ul]
  • item 1
  • item 2
  • item 3
The [ol] tag will produce a similar list, but ordered (with numbers):
[ol][li]item 1[/li]
[li]item 2[/li]
[li]item 3[/li][/ol]
  1. item 1
  2. item 2
  3. item 3
[url]http://www.yahoo.com[/url] will produce http://www.yahoo.com

[url=http://www.yahoo.com]Yahoo![/url] will produce Yahoo!

[quote]Quote[/quote] will produce
Quote

[code]some code here[/code] will produce
Code:
//Some code here
while ($adversary=='Neo')
{
   fork(agent_Smith);
}
About the Forum Component (for Mos 4.5+)
This forum is based on the Simpleboard Forum originally written by Josh Levine.
It has been extended, enhanced and integrated as a component into Mambo Open Source by Jan de Graaff.

Please visit the home of the Forum Component at the Two Shoes Module Factory website.

Special Thanks:
Toni Brännlund::For helping me out with the Two Shoes Module Factory website.
Phil Taylor::For helping me out with some of the basics of component writing.
Andrew Eddie::For giving me a jumpstart on rewriting the Admin Area as a MOS compliant backend.
Andrew Fletcher::For helping me out with the Review code and the Language Support.
Dave McDonnell::For helping us out with the Safe Mode problems we had.
Jick::For giving a great start on the Discuss Mosbot.