I really have no use for this section right now.
On a side note, I need to update the code to this section. I rewrote it into PHP classes during the Cataclysm rewrite.
- cataclysm news -
- 24/03/06
Back after another stint at WoW. Kinda hard to play when your laptop's hard drive crashes. With some help from beta testers (scott and dino), I was able to fix quite a few bugs today. Three bugs were annihilated on the register page; introduced 18/02/06, most likely. The register page and the 'game time' clock inside cataclysm used Javascript's innerHTML property. Apparently Javascript's innerHTML property is non-standard so I now use the DOM and pre-1.5 Firefox is happy with me again. A major bug with population growth was also found and fixed. I accidently overwrote a key variable which caused all but the first player [returned from the database] to have 0 max population. - 05/03/06
Redesigned cataclysm logo. Still 'plain' due to my lack of creativity (or lack of graphic skills), but much better nonetheless. Also, shifted around javascript includes. - 04/03/06
Nothing major lately. Added a javascript 'game time' clock inside of the actual game pages. Sunrise is at 6:30 by its count. Round length extended to 60.8 days (up from 56). In game time, that is 16 years. - 24/02/06 later
The Guide just got a full recode, again. - 24/02/06
Register page now validates ruler/username/password/kingdom inputs prior to submitting using XMLHttpRequest(). - 18/02/06
Register page now displays only necessary elements.- user - displays player inputs (with antiscript image)
- user and player - redirected to main index
- neither - displays user inputs (with antiscript image) and player inputs
- 13/02/06
I've been playing a bit of WoW lately. However, I did add a 'quick links' bit to the header & footer of each page that is displayed if you are logged in. The main index's central links now change depending on your player/user/neither status. - 07/02/06
'Quote' button works in the forum now! Next up 'delete' and then 'edit.' Made some misc changes on my end yesterday. - 05/02/06 early
A few XHTML/CSS changes to achieve validation. Apparently <br /> is not allowed inside a <p>. Who knew?
The application/xhtml+xml content-type is now being sent to all browsers that say they accept it. (As usual Internet Explorer is behind the times.) - 03/02/06 later
I should have went to sleep, but instead I added List (unordered, ordered: decimal lower-alpha upper-alpha lower-roman upper-roman) and extended Size to accept 8-30pt absolute sizes. - 03/02/06
The forum now supports most of the same elements as phpbb's "bbcode." Only lists are missing. (I may add them later today.)
Smiley/emoticons have been added as well. I actually made them in MS Paint and then added transparency with PSP.
Still need to add 'edit post' and 'delete post' (and allow moderators to delete any post). - 01/02/06
The forum is back up and running! Still more features to be added though :( - 30/01/06
cataclysm is undergoing extensive development (full recode and new features)