More updates on musecast site

Main updates include:

  • Major code cleanup; managed to make sure that the code follows some sort of convention, for instance braces and how they are used. I managed to fix this up for both php and xhtml.
  • Remove tag links: using a simple delete function, this however only removes the links rather then the tags, will probably work on a tag renamer and perhaps tag remove thing which will not only remove the tags, but remove the links associated with it as well
  • Add tag from input box: now tags can be added through an input box as well as click on previous tags (might consider AJAXing the whole thing)
  • Fixed a bit of table and input box styles; I accidently used TH to replace TR, when it should be TD. I’ve also made the input boxes descend from the generic div. This means other input boxes outside the generic div will function properly.

Targets for this weekend:

  • Complete tagging section (mainly the tag page)
  • Reuse tagging section to quickly implement a song used section
  • Start on links and staff page, they seem to be very small sections that can be fixed quite quickly
  • Have a start on news when the above is completed

Next week I’m hoping to focus mainly on the RSS and Wiki markup features, afterwards I’ll have a meeting with my supervisor to discuss what I should do next for the project.

Leave a Reply