UserPreferences

ToDoList


This is a to-do list and a semi-bug databse for POD.

Do NOT post raw bugs in here. This is a developer work list first, a design list second, a bug-tracker only for bugs that have been refined to the "we know how to solve" stage.

Wishlist and feature-type items should go on FutureFeatures

  1. Things to do
  2. lower priority buglist
    1. meeting area ui
    2. non-marea ui bugs
    3. internals and performance changes
  3. Issues
  4. Bizzarre browser bugs
  5. Things that are done
  6. unclassified bugs and other new things

1. Things to do

2. lower priority buglist

2.1. meeting area ui

2.2. non-marea ui bugs

2.3. internals and performance changes

3. Issues

4. Bizzarre browser bugs

5. Things that are done

6. unclassified bugs and other new things

[WWW]Promo Codes [WWW]mobile- potential hashing solutions: is it the case that a symtable/obj attr lookup in javascript is O(1)? It sure would be if symtables are implemented with hashtables, which is logical and is done in every other common interpreted programming

[WWW]PC pitstop Promo Code - dive into the hell of scrollX/scrollY. Lots of cross-browser incompatibilities? IE 6 alone has two different behaviors depending on your doctype delcarations... and 4/5 world is far worse.

[WWW]Vistaprint Promo Code - to solve this, it seems, would require a big architecture revamp to have a general UI driver that could work for multiple views, where the 7-pane marea view is only one of them. the single-maximized-pane would be another view. A view for persons with disabilities might be another. You'd have to have an architecture where you could write plugin object/modules that implement general ui commands like like view_object and view_message, but the ui itself is driven through these abstracted ui state-change commands.