Difference between revisions of "User:Sdowne/summer 2010 worklog july"

From CDOT Wiki
Jump to: navigation, search
Line 19: Line 19:
 
* fixed some html errors in the popcorn demo. Fixed a JavaScript error in the popcorn library [https://processing-js.lighthouseapp.com/projects/52212/tickets/82-a-few-errors-in-the-html here]
 
* fixed some html errors in the popcorn demo. Fixed a JavaScript error in the popcorn library [https://processing-js.lighthouseapp.com/projects/52212/tickets/82-a-few-errors-in-the-html here]
 
* Decided fade in and out were easier than grow and shrink, changing the size would do weird things, and display them as a block, and not inline. Also, growing htem from the middle wans't work, and just from bottm right or top left, decided it wasn't worth it and that fade in and out look just as good.
 
* Decided fade in and out were easier than grow and shrink, changing the size would do weird things, and display them as a block, and not inline. Also, growing htem from the middle wans't work, and just from bottm right or top left, decided it wasn't worth it and that fade in and out look just as good.
* Added a fade in and out to popcorn overlays and hard coded a default image link [https://processing-js.lighthouseapp.com/projects/52212/tickets/76-overlay-needs-links-and-images-mapped-in-a-more-practrical-way here]
+
* Added a fade in and out to popcorn overlays and hard coded a default image link [https://processing-js.lighthouseapp.com/projects/52212/tickets/76-overlay-needs-links-and-images-mapped-in-a-more-practrical-way here], the default can be overwritten with overlay="link/to/new/png"
 
* Started finishing the credit's data. Finished [https://processing-js.lighthouseapp.com/projects/52212/tickets/74-map-out-credits-data#ticket-74-2 here]
 
* Started finishing the credit's data. Finished [https://processing-js.lighthouseapp.com/projects/52212/tickets/74-map-out-credits-data#ticket-74-2 here]
 
* Started debugging popcorn with jslint, jquery $ is a problem, will look into it more tomorrow.
 
* Started debugging popcorn with jslint, jquery $ is a problem, will look into it more tomorrow.

Revision as of 16:15, 6 July 2010

Thursday July 1st

Friday July 2nd

Saturday July 3rd

Sunday July 4th

Monday July 5th

  • Added the user's name to the flickr div here this was a simple matter of finding the right variable from the flickr stream json
  • Added a colour flash to the div when a popcorn event fires here and grayed it out when it's not active.
  • Looked into jquery's animate method, need something to grow and shrink the overlay image when they appear and disapear, but I may just use fade in and out.

Tuesday July 6th

  • fixed some html errors in the popcorn demo. Fixed a JavaScript error in the popcorn library here
  • Decided fade in and out were easier than grow and shrink, changing the size would do weird things, and display them as a block, and not inline. Also, growing htem from the middle wans't work, and just from bottm right or top left, decided it wasn't worth it and that fade in and out look just as good.
  • Added a fade in and out to popcorn overlays and hard coded a default image link here, the default can be overwritten with overlay="link/to/new/png"
  • Started finishing the credit's data. Finished here
  • Started debugging popcorn with jslint, jquery $ is a problem, will look into it more tomorrow.