My solution was a branch off of the previous post's links which I dearly want to know what I was doing wrong with.
Class 05 Files: (new)
Coding Observations:
- There is an annoying flickering going on. I'm out of time to figure that out but maybe I'll figure it by looking at a previous post I saw.
- I still can read better than I can write and I'm having a hard time understanding how some variables are associated with different functions... but somehow I know they are.
- I see how programmers have a personal style to coding with all the different ways we each solved this problem.
- I'm at the belief now that defining vars is the key. Where each step in a function is achieved by taking the result of one function and defining a new var to perform yet another function. Probably not making sense here but I see the steps in the code but am still challenge when conceiving on my own.
- I believe I need to read read read and do small tests if I'm to really to code javascript on my own. Not sure that will be achieved in this class but this class is certainly helping me get there.
1 comment:
thanks dude. actually the credit should go to joel cuz i used his js. and my code only looks clean cuz im just lazy about commenting.
glad to see you got your site working. i think its the fact that there isnt just one way to code this that made this difficult .but then again, you can say that about html/css.
Post a Comment