Quick Update
I haven’t gotten much done since the last update since that one came so late, but I want to keep these blog posts more for the weekend.
I finished the Manage Medal section. While I was writing that, I cleaned up the code a little too. There were parts where I was repeating the same thing in all manage sections and just decided to make it a method in the class I’m using for all of these.
For the past 2 days I’ve been working on creating a WYSIWYG text editor for the Custom Pages. A WYSIWYG editor basically allows you to format text and stuff without having knowledge of html. So it will be easier for people who don’t have experience with html to make custom pages. I’m also going to add this editor to pages like history and rules. It has taken make a while to figure out how to go about making it. I’ve just been googling, learning and testing things out. I was actually amazed at how simple it is to do, I thought I was going to create something crazy but javascript has a function that it seems like was made for an editor like this. I’ve probably spent more time making it cool than actually figuring out how to make it do the formatting. Once I get the editor done, I can start on the actual pages to add and manage custom pages.
If you want to keep up with the updates more frequently, follow me on twitter at @Bluethrust. If you have any suggestions for features that you would like to see, post in the comments below or in the forum.