Difference between revisions of "User:Pychen"
m (→Mozilla) |
(→Popcorn.js) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
* [http://www.bradchen.com/blog/2011/04/image-map-and-html5-again Minefield Bug #565031 Blogpost 2] | * [http://www.bradchen.com/blog/2011/04/image-map-and-html5-again Minefield Bug #565031 Blogpost 2] | ||
* [http://www.bradchen.com/blog/2011/04/mochitests-for-bug-565031 Mochitests for Minefield Bug #565031] | * [http://www.bradchen.com/blog/2011/04/mochitests-for-bug-565031 Mochitests for Minefield Bug #565031] | ||
− | * [https://github.com/vvasabi/html5-number-list HTML5 Number List Parser Implemented in Java with Unit Tests that Cover all Code Paths (Something the Mozilla community is not interested in.) | + | * [https://github.com/vvasabi/html5-number-list HTML5 Number List Parser Implemented in Java with Unit Tests that Cover all Code Paths] (Something the Mozilla community is not interested in.) |
=== Processing.js === | === Processing.js === | ||
Line 14: | Line 14: | ||
* [https://processing-js.lighthouseapp.com/projects/41284/tickets/864-problematic-string-functions-097-split Worked on #864] | * [https://processing-js.lighthouseapp.com/projects/41284/tickets/864-problematic-string-functions-097-split Worked on #864] | ||
* [https://processing-js.lighthouseapp.com/projects/41284/tickets/578-text-doesnt-seem-to-render-on-the-ipad-mobile-safari#ticket-578-6 Participated in #578] | * [https://processing-js.lighthouseapp.com/projects/41284/tickets/578-text-doesnt-seem-to-render-on-the-ipad-mobile-safari#ticket-578-6 Participated in #578] | ||
+ | * [https://processing-js.lighthouseapp.com/projects/41284/tickets/1078-iterator-for-a-maps-entryset-does-not-iterate-through-the-entire-set Filed bug #1078] | ||
+ | * [https://processing-js.lighthouseapp.com/projects/41284/tickets/1161-add-the-ability-to-specify-individual-values-for-ref-tests Filed bug #1161] | ||
=== Popcorn.js === | === Popcorn.js === | ||
Line 19: | Line 21: | ||
* [https://webmademovies.lighthouseapp.com/projects/63272/tickets/324-allow-non-html5-video-backends-to-work-with-popcorn Participated in discussions for #324] | * [https://webmademovies.lighthouseapp.com/projects/63272/tickets/324-allow-non-html5-video-backends-to-work-with-popcorn Participated in discussions for #324] | ||
* [https://webmademovies.lighthouseapp.com/projects/63272/tickets/140-youtube-support Collaborated with Steven W on #140] | * [https://webmademovies.lighthouseapp.com/projects/63272/tickets/140-youtube-support Collaborated with Steven W on #140] | ||
+ | * [https://webmademovies.lighthouseapp.com/projects/63272-popcornjs/tickets/395-create-a-web-based-popcorn-builder-tool Worked on #395] | ||
+ | * [https://webmademovies.lighthouseapp.com/projects/63272/tickets/441-youtubeunitjs-tests-need-reviewing Participated in discussion of #441] | ||
* [http://www.bradchen.com/blog/2011/02/youtube-support-for-popcorn.js Blog Post Related to #140 Youtube Support] | * [http://www.bradchen.com/blog/2011/02/youtube-support-for-popcorn.js Blog Post Related to #140 Youtube Support] | ||
+ | |||
+ | == Other Open Source Activities == | ||
+ | |||
+ | * [http://www.bradchen.com/blog/2011/02/ldap-installation-on-redhat-enterprise-linux-5.6 A tutorial on OpenLDAP] | ||
+ | * [http://www.bradchen.com/blog/2011/02/duplicated-resources-loaded-with-virgo Participation in an Apache MyFaces Bug] (link to the [https://issues.apache.org/jira/browse/MYFACES-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998366 bug]) | ||
+ | * [http://www.bradchen.com/blog/2011/03/issues-and-solutions-for-cross-domain-ajax-call A Tutorial on How to Resolve Issues with Cross-Domain Ajax Calls] | ||
+ | * Other miscellaneous open source blog posts: | ||
+ | ** [http://www.bradchen.com/blog/2011/02/issue-with-building-jpa-using-maven] | ||
+ | ** [http://www.bradchen.com/blog/2011/02/jpa-transaction-gets-springed-on-glassfish] | ||
+ | ** [http://www.bradchen.com/blog/2011/04/upgrade-virgo-servers-spring-framework-version] |
Latest revision as of 09:17, 14 April 2011
DPS909 Work
Mozilla
- Build Minefield Blogpost
- Minefield Modification Blogpost
- Minefield Bug #565031 Blogpost 1
- Minefield Bug #565031 Blogpost 2
- Mochitests for Minefield Bug #565031
- HTML5 Number List Parser Implemented in Java with Unit Tests that Cover all Code Paths (Something the Mozilla community is not interested in.)
Processing.js
Popcorn.js
- Participated in discussions for #324
- Collaborated with Steven W on #140
- Worked on #395
- Participated in discussion of #441
- Blog Post Related to #140 Youtube Support
Other Open Source Activities
- A tutorial on OpenLDAP
- Participation in an Apache MyFaces Bug (link to the bug)
- A Tutorial on How to Resolve Issues with Cross-Domain Ajax Calls
- Other miscellaneous open source blog posts: