first class second class third class fourth class fifth class sixth class seventh class eighth class ninth class tenth class eleventh class 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

linux walk through
#!/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
random_junk.txt · Last modified: 2022/08/10 19:12 by morey
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki