Tuesday, July 31, 2007

Some minor updates

16:00-19:30
  • Added 'edit' subsection to admin.php page (links to all rte-editable pages)
  • Configured rte to match site style so that site default font-size and style are preserved.
  • Configured rte buttons to include just a few, including "save." (This took an embarrassingly long time, because I was getting burned by the browser cache. I ended up browsing the fckeditor forums for the answer.)
  • added necessary php stuff to homepage to allow rte to work.
  • Updated site index spreadsheet.
  • Wrote simple contact form POST script.
Action items:
  • Do we need file upload capabilities for images? (Probably, to make updating the main page easier.)
  • None of the source <img> tags have width and height attributes. (Bad for slow connections.)
  • How do you get this functionality?
    <input type="submit"
      onclick="history.back(); document.login.submit()" />

No comments: