[[1 |first class]] [[2 |second class]] [[3 |third class]] [[4 |fourth class]] [[5 |fifth class]] [[6 |sixth class]] [[7 |seventh class]] [[8 |eighth class]] [[9 |ninth class]] [[10 |tenth class]] [[11 |eleventh class]] [[12 |twelfth class]] h1 Sharing First Draft Thoughts ~~Confusing __prototyping__ with __engineering__ tends to be a big one (common mistakes software developers make).~~ James Gosling In this wiki and in a wider scope of this course, our explorations will be to get more experience with web technology so that in the future we'll be better equipped to engineer better solutions. Gosling wanted to emphasis that prototyping is more about establishing what's possible and that it's important to start fresh when you then want to proceed to creating a real solution. This wiki is like a thought prototyping site we can use to dump some rough and often partial ideas down. Later, we may get back to cleaning them up so that we can use them to help understand some of the topics. Exploring technology should start with OWLs' wiki. So far, I'm not impressed with its ability to lose content and its spellchcking. :( h3 Big picture https://publish.uwo.ca/~jmorey2/simple.html * [[assignment 3 issues]] h3 The [[project]] * [[the checklist]] h3 Some pages I'm thinking about i. [[Technology Fear]] i. [[Coolest tech]] i. [[Understanding bad habits]] i. [[HELP]] #!/bin/bash rm -R --force thisbundle/* thisbundle/.* rmdir thisbundle find . -name "*.bundle" | sed -n "${1}p" | sed "s/^/git clone '/" | sed "s/.*/&' thisbundle/" | /bin/bash echo "----------------" echo "show files for "$1 ls thisbundle more thisbundle/*.html thisbundle/*.js thisbundle/*.css thisbundle/*.txt