Difference between revisions of "User:Dennis Villasenor"

From CDOT Wiki
Jump to: navigation, search
(Task List for DPS909)
Line 7: Line 7:
 
== DPS909 Project ==
 
== DPS909 Project ==
  
 +
[http://zenit.senecac.on.ca/wiki/index.php/Popcorn_slideshow_player#Project_Leader.28s.29 Popcorn Slideshare Slideshow PLayer]
  
 
== Task List for DPS909 ==
 
== Task List for DPS909 ==

Revision as of 23:57, 11 December 2011

Hello, my name is Dennis Villasenor, I am just finishing my first year at Seneca's BSD program. I graduated from Seneca's CPA program in 2004 and spent a few years working as a developer for SAP systems. I enjoy working with computers particularly with databases and anything that involves handling data as well as system design. I'm not particularly technically minded and prefer to look at system development and programming more from the business end of things.


DPS909

DPS909 Project

Popcorn Slideshare Slideshow PLayer

Task List for DPS909

  1. wk1 - First week of classes.
  2. wk2 - Read 'Cathedral and Bazaar' by Eric Raymond for a quiz during the week.
  3. wk3 - Setup blog, got assigned ticket 559 which is the Slideshow player. Got in touch with David Seifried and Chris DeCairos for the first time.
  4. wk4 - Talked with David Seifried. What the slideshow player will do has not yet been established at this point. Much of our discussion on IRC involved both me getting some clarification and ideas on what the player will do. Began working on an initial version which would consist of 2 javascript files, one for creating the slideshow and one for playing it.
  5. wk5 - Talked with David Seifried and it turns out that my ideas were off, there would only be one .js file which will run slideshows created and uploaded to [Slideshare].
  6. wk6 - Read through the slideshare API documentation and talked some more with Dave Seifried on the best way to approach coding this player.
  7. wk7 - Not much was done for DPS909. I had a number of work due in my other classes which I had to focus on.
  8. wk8 - Spent Thursday and Friday working on this player. Came to the conclusion that using an existing player would be a good approach as from the talks over IRC with Dave, the player will behave in much the same way as most of the other slideshow players. After looking at the different players and from the slideshare documentation on how to implement a slideshare slideshow, the Vimeo player looked like a good candidate. Friday and the weekend were spent adapting a copy of the vimeo player to run a slideshare slideshow though with no success. Sunday was spent attending FSOSS as a volunteer.
  9. wk9 - Continued to work on adapting the Vimeo player to run a slideshare application but with no success. Worked on my FSOSS Research Paper
  10. wk10 - Attempted to carry out a Firefox build but failed. It looks like the culprit was the file security settings on my laptop where I tried to do my build. Also did not expect just how long the build would take (it took close to 6 hours on my laptop)
  11. wk11 - Conducted a build of Firefox on my desktop which compiled successfully.
  12. wk12 - Finally managed to get my modified Vimeo player to run a slideshow. After talking with Humph on IRC, it turned out that popcorn needs to be run on a web server due to Flash's security model. Ported over my entire popcorn folder along with my slideshow player to my matrix account.
  13. wk13 - Got tasked with creating a mochi test for mouselock. After reading through the documentation I realized that I needed to rebuild Firefox using Rhung's Mozilla-Central repo. Ended up lost and confused after trying to do my Firefox build on Git instead of Moz Build shell. Didn't ask questions and got nowhere fast.
  14. wk14 - Worked on both the personal and project wiki. Much still remains to be done for the slideshow player and it definitely will not make the 1.1 release of popcorn. Will spend the remainder of the week cleaning the code.