Difference between revisions of "User:ASydiK/May2010"
Line 88: | Line 88: | ||
* Blogged about keyCode compatibilty | * Blogged about keyCode compatibilty | ||
* Implemented browser detection in PJS | * Implemented browser detection in PJS | ||
+ | * Weekly meeting with supervisor (Dave) | ||
* Fixed sketch with [https://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/374-difference-between-p5-and-pjs-keyboard-input key stroke] problems | * Fixed sketch with [https://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets/374-difference-between-p5-and-pjs-keyboard-input key stroke] problems | ||
+ | * Fixed ticket [https://processing-js.lighthouseapp.com/projects/41284/tickets/376-mousepressed-fails-when-mousepressed-is-defined 376] involving pressing a mouse button | ||
+ | * Created and fixed ticket [https://processing-js.lighthouseapp.com/projects/41284/tickets/674-change-keypressed-to-work-like-mousepressed-and-framerate 674] which is like the mouse problem but with a keyboard |
Revision as of 09:26, 26 May 2010
03 Monday
- Meetings and Orientation
- Setup Hardware Workstations
04 Tuesday
- Setup Windows 7
- Installed tools needed on Windows 7 (Firefox, Minefield, Webkit...)
- Setup mIRC on Win7
- Setup Linux Environment(dual monitor setup/linux drivers)
05 Wednesday
- Setup git on Win7
- Setup XChat on Linux
- Setup git on Linux
- Built mozilla-central on Linux
- Conference call about OCE presentation
06 Thursday
- Scoured PJS Google Groups for demos and problems
- Helped Scott locate a parser problem involving Classes
- Wrote 2D bezierVertex and made it functional
07 Friday
- Worked on fixing colors for beginShape/endShape only to find out that there's something missing in the shader code
- Discussed shader code with Andor
- Wrote ticket for Andor to fix shader code and set deadline
- Wrote up timeline for Anna
10 Monday
- Worked on tests in test-suite
- Met with John about OCE presentation
- Worked on OCE presentation
- Re-ran test-suite for updated 0.9 release (on Firefox and Minefield)
11 Tuesday
- Wrote a blog post
- Downloaded and installed xvidcap for Ubuntu
- Helped Andor with the speech outline
- Looking through Open Processing for demos to use at the OCE booths
12 Wednesday
- Installed Mac OS X 10.5 on MacBook
- Recorded demos for OCE Presentation
- Helped triage and assigned bugs to myself in 0.9.3 Milestone
- Put content on slides for OCE Presentation
- Troubleshooting video codecs for OCE demos - resulting in re-recording demos multiple times
13 Thursday
- Recorded demos a final time using specific codec that we packed with the presentation
- Put together slides for OCE presentation
- Re-recorded demos using different codecs
14 Friday
- Meeting with Arius3D
- Researched sample data from Arius3D
- Tried installing application (they gave us the wrong application)
- Installed Weave on Firefox for cross-OS bookmarks
17 Monday
- Updated OCE Presentation
- Setup booth for OCE
- Presented Processing.js at OCE
18 Tuesday
- Attended OCE Discovery
- Manned booths at OCE and talked to different contacts for future projects
19 Wednesday
- Tried downloading Viewer from Arius3D (no progress, dl being throttled)
- Made audio build for Dave
- Planned/looked at the scope of tickets in PJS under my name
20 Thursday
- Found problem with audio build, researched solution, found too time consuming and scrapped build
- Blogged about experience
- Worked on ticket 374 and found problem
- Meeting with Dawn about OCE Contacts
- PJS Meeting to set deadlines and goals
21 Friday
- Peer Reviewed ticket 338 and implemented in keyCode repo
- Found and fixed ticket 667
- Original scope of 374 deemed improper and will need a revamp of the keyCode for all browsers
- Research on DOM eventListeners and browser keyCode compatibility
25 Tuesday
- Blogged about keyCode compatibilty
- Implemented browser detection in PJS
- Weekly meeting with supervisor (Dave)
- Fixed sketch with key stroke problems
- Fixed ticket 376 involving pressing a mouse button
- Created and fixed ticket 674 which is like the mouse problem but with a keyboard