Education/Projects/ProcessingForTheWeb/Tasks: Difference between revisions

Line 747: Line 747:
|-
|-
| saveBytes()  
| saveBytes()  
|  
| A saveBytess does not exists in processing.js. It should be similar to saveStrings()
| [http://matrix.senecac.on.ca/~alondono/saveBytes.html Tyrant911]
| [http://matrix.senecac.on.ca/~alondono/saveBytes.html Tyrant911]
|  
|  
Line 759: Line 759:
|-
|-
| saveStrings()  
| saveStrings()  
| A saveStrings does not exists in processing.js. It will emulate saving to a file with localStorage *html5* stuff.  (I added this to this list.)
| [http://matrix.senecac.on.ca/~alondono/saveStrings.html Tyrant911]
|
| Medium
|-
| loadStrings()
| A loadStrings already exists in processing.js but it only accepts URL's so i'm going to add functionality so I can work with localStorage
| [http://matrix.senecac.on.ca/~alondono/loadStrings.html Tyrant911]
|  
|  
| [http://matrix.senecac.on.ca/~alondono/saveStrings.html Tyrant911]
| Medium 
|-
| loadBytes()
| A loadBytess does not exists in processing.js. It should be similar to loadStrings()  (I added this to this list.)
| [http://matrix.senecac.on.ca/~alondono/loadBytes.html Tyrant911]
|  
|  
| Medium
| Medium
9

edits