Difference between revisions of "User:Minooz/OSD600/processing"
< User:Minooz | OSD600
(→Start up!) |
(→PROCESSING) |
||
Line 1: | Line 1: | ||
='''PROCESSING'''= | ='''PROCESSING'''= | ||
+ | ==My works on Processing.js== | ||
+ | === Release 0.1=== | ||
+ | [http://processingjs.org/ processing.js] | ||
+ | Source Control: git | ||
+ | BugTracker: [https://processing-js.lighthouseapp.com/projects/41284-processingjs Lighthouse] | ||
+ | Blog: @ [http://Minooz.wordpress.com wordpress] | ||
+ | |||
+ | * Bugs | ||
+ | : Add url to the name of tagged person in <TT>tagthisperson</TT> plugin. Ticket @[https://webmademovies.lighthouseapp.com/projects/63272/tickets/91-urls-for-person-tags lighthouse] | ||
+ | :: Currently, tagthisperson plugin, adds the name of the person who is tagged in the video along with his/her image. This ticket is for adding url feature to this plugin. So, if the person has url, show the name as a link. | ||
+ | :: So, I tried to append the <TT><a href></a></TT> syntax to the value of the <TT>options._p[ 'options.person' ]</TT>. But the problem was that it was appending the linked name to the existing value and I couldn't just replace the name of the person with the linked name. I checked with David Humphrey and he suggested to create an object instead of an array for the <TT>people</TT> variable. | ||
+ | :: I created the object with properties: <TT>person, image, href</TT>. Now I have to work on how to keep an array of these objects, to be retrieved at start time and end time. | ||
+ | |||
+ | * Documentation | ||
+ | : Add [[User:Minooz/OSD600/popcorn/doc | documentation]] for <TT>tagthisperson</TT> plugin for [http://dev.popcornjs.org popcornjs.org] based on[http://etherpad.mozilla.com:9000/PY40aQY7dV these info] | ||
+ | |||
+ | * Helpful tips | ||
+ | : Problem with XHRHttpRequest on Chrome while running a local file on the browser[http://stackoverflow.com/questions/4819060/use-xmlhttprequest-to-load-url-from-local-file Disable Web Security] | ||
+ | |||
==Start up!== | ==Start up!== | ||
: [https://processing-js.lighthouseapp.com/projects/41284/project-workflow setup] | : [https://processing-js.lighthouseapp.com/projects/41284/project-workflow setup] |
Revision as of 23:24, 26 February 2011
Contents
PROCESSING
My works on Processing.js
Release 0.1
processing.js Source Control: git BugTracker: Lighthouse Blog: @ wordpress
- Bugs
- Add url to the name of tagged person in tagthisperson plugin. Ticket @lighthouse
- Currently, tagthisperson plugin, adds the name of the person who is tagged in the video along with his/her image. This ticket is for adding url feature to this plugin. So, if the person has url, show the name as a link.
- So, I tried to append the <a href></a> syntax to the value of the options._p[ 'options.person' ]. But the problem was that it was appending the linked name to the existing value and I couldn't just replace the name of the person with the linked name. I checked with David Humphrey and he suggested to create an object instead of an array for the people variable.
- I created the object with properties: person, image, href. Now I have to work on how to keep an array of these objects, to be retrieved at start time and end time.
- Documentation
- Add documentation for tagthisperson plugin for popcornjs.org based onthese info
- Helpful tips
- Problem with XHRHttpRequest on Chrome while running a local file on the browserDisable Web Security
Start up!
- setup
- Git/GitHub and Add code to repo
- git_tutorial
- Java Code
- google help beginners
- how to build the processing in cygwin
- Git Cheat Sheet
- msysgit
- learn GitHub
- github .gitconfig
- sample
- Processing QuickStart
- how to contribute
- firebug - Tutorial
- Fork on GitHub
Bugs
- link to the Discussions and Questions
- ParseBoolean
About Processing.js
- Processingjs.org
- Processing.org
- Definition of the project
- Processing on CDOT
- Mozilla Project
- processing.js for javascript
Related References
- 1- C3DL
- 2-Canvas Tutorial