User Tools

Site Tools


projects:start

Differences

This shows you the differences between two versions of the page.


Previous revision
projects:start [2023/04/12 20:44] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Projects ======
  
 +This is a page of more long-term projects.
 +Stuff that I'm currently working on would be either at the [[:todo]] page or at one of my [[http://task.dlma.com/tasks.php?u=david|task list]] accounts.  Let's see that in a hierarchy for visual emphasis:
 +
 +^ Projects  | [[start|projects:start]]                              |
 +^ Potential Projects | [[projects:potential projects]]              |
 +^ Tasks     | [[:todo]]                                             |
 +^ Work      | [[http://task.dlma.com/tasks.php?u=david|task list]]  |
 +
 +The chart below is roughly sorted in descending order of feature importance.  
 +
 +^ Color Codes ^^^^^
 +| <html><div style="background-color:WhiteSmoke; width:9em; text-align:center">No Activity</div></html> | <html><div style="background-color:Red; width:9em; text-align:center">At Risk</div></html> | <html><div style="background-color:Yellow; width:9em; text-align:center">Some Risk</div></html> | <html><div style="background-color:PaleGreen; width:9em; text-align:center">OK</div></html> | <html><div style="width:9em; text-align:center">Done</div></html> |
 +
 +
 +^  Project      ^ Updated    ^ Condition  ^
 +| Landing Page  | 03-15-2010 | <html><div style="width:9em; text-align:center">Done</div></html> |
 +| IMDB.dlma     | 03-15-2010 | <html><div style="background-color:PaleGreen; width:9em; text-align:center">OK</div></html> |
 +| OpenTape and MuxScrobbler | 03-15-2010 | <html><div style="background-color:Yellow"> Not yet started.</div></html> |
 +| PyChallenge   | 09-08-2006 | <html><div style="background-color:WhiteSmoke"> No activity for months.</div></html> |
 +| FeedMaker     | 19-09-2006 | Completed. |
 +
 +
 +===== Backup Script =====
 +
 +I'm using rsync as per this: [[private:backup|Backup Page]].
 +
 +===== MineHunt UI =====
 +
 +And then there's a vague idea somewhere, to update the [[http://home.dlma.com/Download/Minehunt.html|minehunt screensaver]] with more geeky info.  Something along the lines of ensuring that whenever there's a next move waiting in the queue, ensure that the closest one to the current position is chosen...
 +
 +===== Python Challenge =====
 +
 +Must... keep... making... progress...
 +
 +{{:projects:pythonchallenge.py.txt}}
 +
 +{{indexmenu>.}}
 +
 +===== AJAX =====
 +
 +Need to learn how to arbitrarily order items in SQL.  (When inserting?)
 +
 +Investigate Google Web Toolkit for Ajax (vs. Prototype)
 +
 +Drag-and-Drop: Investigate Chapter 15 of Ajax Design Patterns.