Open main menu

CDOT Wiki β

Changes

User:Sdowne/summer 2010 worklog june

1,319 bytes added, 09:08, 28 June 2010
no edit summary
Thursday June 10th<br />
*Today I went over a lot of what we talked about yesterday, and added the ability to grab text from an external file and start parsing it. I lot of what i did was research as I went through 3-4 different methods for parsing, and still not sure which is best.* Removed the dependency for JQuery.* Put everything inside a closure.* Still need to put the actually work, of displaying tags and subtitles back into the new closure, without jquery.
Friday June 11th<br />
*Started work on [https://processing-js.lighthouseapp.com/projects/52212/tickets/6-create-new-parser-structure the new design] and [https://processing-js.lighthouseapp.com/projects/52212/tickets/22-create-videomanager-videomanifest-videocommand-objects here]. The new design uses a command pattern. Sat-Sun June 12th-13th<br />* This weekend I worked on [https://processing-js.lighthouseapp.com/projects/52212/tickets/22-create-videomanager-videomanifest-videocommand-objects new structure] and got that said ticket up for review on Sunday.
Monday June 14th<br />
* I had a meeting with Dave and Dan about our javascript video library popcorn.js. It went well and I got a better understanding for what I am responsible, and this allows me to have a greater degree of focus for my work. I work best this way.
*I also have my new command pattern finished and working, but after showing it to Dave, I need a few small updates to make it better. Started on those fixes.* Merged the new work into the old work.
Tuesday June 15th<br />
* Set [https://processing-js.lighthouseapp.com/projects/52212/tickets/6-create-new-parser-structure command pattern] for peer review.
* I cleaned up my popcorn branch. The problem was I started over again, and had my work on a new tree, but I didn't consider the previous history for the project, so I cleaned it up, pushed it into the old tree, and updated everything.
* I added some new functionality to the popcorn [https://processing-js.lighthouseapp.com/projects/52212/tickets/6-create-new-parser-structure#ticket-6-4 parser]. The parser now does what it did before, but it contains properties passed down by parent elements, along with not using a single regular expressions. Instead, I am using the xml dom object tree, and I transverse through that using a library, much easier.
1
edit