Running out of time…bug #235
So I moved on to my popcorn.js bug this week, bug #235. Reading the bug comments, I had a feeling this wasn’t going to be easy. So I began to set up popcorn.js and started to play around with some...
View ArticlePopcorn.js Documentation: Subtitle Plug-in
In DPS909, we were asked to contribute to the creating of the documentation for the popcorn.js plug-ins. I created a documentation page for the subtitle plug-in, that page can be found here.
View ArticleRelease 0.2 – Bug #1077
For our second release for dps909, we had to pick 2 more bugs to fix. They could either be from popcorn.js, processing.js, or if you perferred, 2 bugs from one project. For my first bug, I was looking...
View ArticleRelease 0.2 – Bug #1139
So sticking with Processing.js, I decided to work on bug #1139. After a bit of testing, I found that the reason the example below doesn’t work properly is because there is no constructor to handle...
View ArticleBug #1139 – Oops, my bad.
So for those who read my last blog post, you can probably disregard most of it because turns out I made a novice mistake and worked on an old version of processing.js. When I created my branch for my...
View ArticleCreating Ref tests
In dps909 this week we were asked to help a group project to convert all the processing.js examples in the seneca directory into ref tests. The examples are sketches that were created in the early...
View ArticleModifying Minefield
This week in dps909, we were given the task of searching through firefox code and making changes. The 2 desired changes are: make it so all tabs are created next to the tab in focus, and change...
View Articlebug #1065 – Working on key
For my 0.3 release for dps909, Ive decided to work on bug #1065. The main problem behind this bug is the key, which should be the value of the key pressed, prints out the ascii value instead of the...
View ArticleBug #1210
I chose to work on processing.js bug #1210 for my 0.3 release. This bug was not a very difficult bug. The bug was filed with an example program and a solution that made it easy to understand. I chose...
View ArticleBug #1065 – Sometimes there is no right answer
So I’m still working on bug #1065, the only real progress that I’ve made is to find out that what I have done so far is definitely not the right answer. After spending time chatting on IRC, it seems...
View Article