Difference between revisions of "User:Kclascon"
(→Progress) |
(→Progress) |
||
(25 intermediate revisions by the same user not shown) | |||
Line 27: | Line 27: | ||
== Projects == | == Projects == | ||
− | I am working on the | + | I am working on the BBB open source project. The project page can be found [http://zenit.senecac.on.ca/wiki/index.php/BBB here]. |
== Progress == | == Progress == | ||
Line 41: | Line 41: | ||
| October 21, 2010 || Working on initial BBB.js demo. || | | October 21, 2010 || Working on initial BBB.js demo. || | ||
|- | |- | ||
− | | October 22, 2010 || Release 0.1 for BBB.js with Steven. || | + | | October 22, 2010 || Release 0.1 for BBB.js with Steven. || [http://klasconia.wordpress.com/2010/10/22/bbb-js-release-0-1/ Blog Post] |
+ | |- | ||
+ | | November 16, 2010 || Implemented BBB watermark overlay, statistics tracking, video information/video recommendation functionality || | ||
+ | |- | ||
+ | | November 19, 2010 || Release 0.2 || [http://klasconia.wordpress.com/2010/11/19/bbb-release-0-2/ Blog Post] | ||
+ | |- | ||
+ | | November 26, 2010 || Researching into SVG video filters (possible contribution to Candy.js) || | ||
+ | |- | ||
+ | | November 28, 2010 || Worked with Steven to merge our 0.2 releases || | ||
+ | |- | ||
+ | | November 29, 2010 || Added tickets to BBB Lighthouse corresponding to 0.3 release || | ||
+ | |- | ||
+ | | December 02, 2010 || Implemented new tab patch for Minefield (new tabs will appear after the currently selected tab regardless if it is related or not) || | ||
+ | |- | ||
+ | | December 05, 2010 || Researching into possible drag & drop html elements for BBB bookmark ordering || | ||
+ | |- | ||
+ | | December 09, 2010 || Implemented and integrated on the fly re-ordering of bookmarks for BBB.js (drag and drop) || | ||
+ | |- | ||
+ | | December 09, 2010 || Implemented HTML5 Local Storage support to BBB.js, integrated into storage module || | ||
+ | |- | ||
+ | | December 10, 2010 || Fixed sequential chapter play bug (Chapters would play out of sync, then go into an infinite loop) || | ||
+ | |- | ||
+ | | December 13, 2010 || Re-factored watermark (now uses canvas + is visible on white background), changed all Base object prototypes into functions || | ||
+ | |- | ||
+ | | December 13, 2010 || Re-factored drag and drop bookmark re-ordering || | ||
|} | |} | ||
+ | |||
+ | == Resources == | ||
+ | * [https://developer.mozilla.org/en-US/ Mozilla Developer Network] | ||
+ | * [http://kylecordes.com/2008/git-windows-go Git on Windows tutorial] | ||
+ | * [http://www.w3avenue.com/2010/05/07/html5-unleashed-tips-tricks-and-techniques/ HTML5 Unleashed: Tips, Tricks and Techniques] | ||
+ | * [http://www.jsfiddle.net/ jsFiddle] | ||
+ | |||
+ | == Other Work == | ||
+ | * [http://zenit.senecac.on.ca/wiki/index.php/Firefox_Performance_Testing_Lab_Fall_2010_kclascon Firefox Performance Testing Lab (Chrome Experiments)] | ||
+ | * [http://zenit.senecac.on.ca/wiki/index.php/User:Kclascon/FSOSS_2010 FSOSS 2010 Paper] | ||
+ | * [http://pastebin.ca/2011374 Minefield Tab Patch] |
Latest revision as of 19:21, 15 December 2010
Contact Information
Name: | Kevin Lasconia |
Email: | kclascon@learn.senecac.on.ca |
IRC Nick: | klasconia |
Blog: | My Blog |
Github: | My GitHub |
About Me
My name is Kevin Lasconia, and I am in my 8th semester of Seneca College’s Bachelor of Software Development program. Aside from trying to finish up my last semester, I am also employed as a Junior C++ developer at a small software development company.
Projects
I am working on the BBB open source project. The project page can be found here.
Progress
Date | Item | Link |
---|---|---|
October 11, 2010 | Started working on a small demo of book marking demo. | |
October 19, 2010 | Tweaked initial sequential chapter video demo. | Blog Post |
October 21, 2010 | Working on initial BBB.js demo. | |
October 22, 2010 | Release 0.1 for BBB.js with Steven. | Blog Post |
November 16, 2010 | Implemented BBB watermark overlay, statistics tracking, video information/video recommendation functionality | |
November 19, 2010 | Release 0.2 | Blog Post |
November 26, 2010 | Researching into SVG video filters (possible contribution to Candy.js) | |
November 28, 2010 | Worked with Steven to merge our 0.2 releases | |
November 29, 2010 | Added tickets to BBB Lighthouse corresponding to 0.3 release | |
December 02, 2010 | Implemented new tab patch for Minefield (new tabs will appear after the currently selected tab regardless if it is related or not) | |
December 05, 2010 | Researching into possible drag & drop html elements for BBB bookmark ordering | |
December 09, 2010 | Implemented and integrated on the fly re-ordering of bookmarks for BBB.js (drag and drop) | |
December 09, 2010 | Implemented HTML5 Local Storage support to BBB.js, integrated into storage module | |
December 10, 2010 | Fixed sequential chapter play bug (Chapters would play out of sync, then go into an infinite loop) | |
December 13, 2010 | Re-factored watermark (now uses canvas + is visible on white background), changed all Base object prototypes into functions | |
December 13, 2010 | Re-factored drag and drop bookmark re-ordering |
Resources
- Mozilla Developer Network
- Git on Windows tutorial
- HTML5 Unleashed: Tips, Tricks and Techniques
- jsFiddle