| *** mjsir911 has joined #novawebdev | 08:21 | |
| *** jelkner has joined #novawebdev | 09:32 | |
| *** Doisaac has joined #novawebdev | 09:50 | |
| jelkner | Good morning Douglas! | 09:51 |
|---|---|---|
| jelkner | (or Doisaac ;-) | 09:51 |
| Doisaac | Good Morning Jeff | 09:52 |
| jelkner | can we start a few minutes early? | 09:52 |
| jelkner | i'm ready now | 09:52 |
| Doisaac | Sure | 09:52 |
| Doisaac | me too | 09:52 |
| jelkner | and like i mentioned, we want this to be quick "check-in" meeting | 09:52 |
| jelkner | i just logged in to our student server | 09:53 |
| Doisaac | ok | 09:53 |
| jelkner | i see a few things | 09:53 |
| jelkner | in your home directory i see gdw.html.txt | 09:54 |
| jelkner | and gdw.html.text.save | 09:54 |
| jelkner | and gdw.html.text.save1 | 09:54 |
| jelkner | ;-) | 09:54 |
| jelkner | can you tell me what you are doing that put those there? | 09:54 |
| Doisaac | gdw.htm.txt was which i edited | 09:55 |
| jelkner | why .txt | 09:55 |
| jelkner | ? | 09:55 |
| jelkner | it is supposed to be just gdw.html | 09:55 |
| Doisaac | was for create a text file i think | 09:55 |
| jelkner | *and*, is it supposed to be inside your public_html directory | 09:55 |
| jelkner | html files *are* text files | 09:56 |
| Doisaac | oh | 09:56 |
| jelkner | but we use the extension .html to identify them as containing html markup | 09:56 |
| jelkner | so time for some house keeping | 09:57 |
| jelkner | (cleaning up) | 09:57 |
| jelkner | which version do you want to keep? | 09:57 |
| Doisaac | rm? | 09:57 |
| jelkner | yes, rm | 09:57 |
| jelkner | but first, let's decide which version you want to keep | 09:57 |
| Doisaac | i think i edited gdw.html.txt | 09:57 |
| jelkner | i think so too | 09:58 |
| jelkner | is has 550 bytes in it | 09:58 |
| Doisaac | oh yes | 09:58 |
| jelkner | do you know how to remove the other two most easily? | 09:58 |
| jelkner | $ rm *save* | 09:58 |
| jelkner | that will remove both files that have save in their name | 09:58 |
| Doisaac | tying save or *save* | 09:59 |
| Doisaac | done | 10:01 |
| jelkner | sweet | 10:01 |
| jelkner | now, we want to move the good one to the right place and the right name. | 10:01 |
| jelkner | do you know how to do that? | 10:01 |
| jelkner | $ mv gdw.html.txt public_html/gdw.html | 10:02 |
| Doisaac | move | 10:02 |
| Doisaac | mv | 10:02 |
| jelkner | yup | 10:02 |
| jelkner | and use TAB completion | 10:02 |
| jelkner | its a huge help | 10:02 |
| jelkner | you can tab most of what i typed | 10:02 |
| jelkner | so really | 10:02 |
| Doisaac | done | 10:02 |
| jelkner | $ mv g[TAB] p[TAB]/g[TAB} | 10:02 |
| jelkner | great, put "Getting Down with HTML Lessons" in your title | 10:03 |
| jelkner | also, the validation link i have at the bottom of your home page | 10:04 |
| Doisaac | in gdw.html | 10:04 |
| jelkner | we want that too | 10:04 |
| jelkner | yes | 10:04 |
| Doisaac | nano gdw.html | 10:04 |
| jelkner | i'm looking at http://students.gctaa.net/~dbarrera/gdw.html | 10:04 |
| jelkner | i'm also looking at your source code on the server | 10:05 |
| Doisaac | oh | 10:05 |
| jelkner | do you want me to do it for you? | 10:05 |
| jelkner | my goal for now (and I only have 10 minutes) | 10:06 |
| Doisaac | ok | 10:06 |
| Doisaac | please | 10:06 |
| jelkner | is to show you one link, and how we want to glue all this together | 10:06 |
| jelkner | so if you are editing gdw.html | 10:06 |
| jelkner | quit | 10:06 |
| jelkner | and let me fix it | 10:06 |
| Doisaac | ok | 10:06 |
| Doisaac | i exit | 10:06 |
| jelkner | oh, you already did most of it, nice! | 10:07 |
| Doisaac | yes | 10:07 |
| Doisaac | but it's not on the page | 10:07 |
| Doisaac | why? | 10:07 |
| jelkner | because you didn't close the footer | 10:08 |
| jelkner | hold on | 10:08 |
| jelkner | ok, i've made a few changes | 10:10 |
| jelkner | i ran: | 10:10 |
| jelkner | $ cp min.html block.html | 10:10 |
| jelkner | that's the first exercise in lesson 3 | 10:11 |
| jelkner | i linked it | 10:11 |
| jelkner | i fixed a few typos | 10:11 |
| jelkner | and i indented and used white space to make it a bit more readable | 10:11 |
| Doisaac | oh ok | 10:11 |
| jelkner | i checked the validation | 10:11 |
| jelkner | which is now "green bar" | 10:12 |
| Doisaac | i saw it's linked | 10:12 |
| jelkner | so your page has no syntax errors | 10:12 |
| Doisaac | why it was red? | 10:12 |
| jelkner | your assignment from now until we meet on sunday, april 21 | 10:12 |
| jelkner | is to start working on lesson 3 | 10:12 |
| jelkner | elements | 10:12 |
| jelkner | take your time | 10:12 |
| jelkner | its not a race | 10:13 |
| jelkner | you want to develop mastery | 10:13 |
| jelkner | not just get through it | 10:13 |
| jelkner | so take block.html | 10:13 |
| jelkner | and make the changes to it described in the exercises | 10:13 |
| Doisaac | mi task : doing lesson 3 on " Block.html" | 10:13 |
| Doisaac | my | 10:13 |
| jelkner | +1 | 10:13 |
| jelkner | and do *everything* using the cli *on the server* | 10:13 |
| jelkner | for now, i want you do get practice with that workflow | 10:14 |
| jelkner | later on we will change that | 10:14 |
| jelkner | preguntas? | 10:14 |
| Doisaac | No jeff My task is to do Lesson 3 on the server using nano editor | 10:15 |
| jelkner | +1 | 10:15 |
| jelkner | please *only* do lesson 3 | 10:15 |
| jelkner | you can do all the exercises if you have time | 10:15 |
| jelkner | but when we meet next, i want to go over what you did and give you feedback | 10:15 |
| jelkner | before you start lesson 4 | 10:15 |
| Doisaac | Perfect, Ok Jeff Only lesson 3 | 10:16 |
| jelkner | si mi amigo | 10:16 |
| Doisaac | jeje | 10:16 |
| jelkner | solo leccion 3 | 10:16 |
| Doisaac | Yep | 10:16 |
| jelkner | great | 10:16 |
| jelkner | next summer we will have lots to time to work together | 10:16 |
| jelkner | but for now, let's move at a steady pace, with time to reflect | 10:16 |
| jelkner | see you on sunday, april 21 at 10:30 am my time, yes? | 10:17 |
| Doisaac | Yes | 10:17 |
| jelkner | that's 10 days from now | 10:17 |
| Doisaac | get it | 10:17 |
| jelkner | hasta entonces, Doisaac | 10:17 |
| Doisaac | Thank You a lot , for your time. | 10:17 |
| Doisaac | See you. | 10:18 |
| jelkner | this is fun for me, so thank you for your interest in learning! | 10:18 |
| jelkner | ACTION signs off to go back to his teacher duties | 10:18 |
| Doisaac | leaving | 10:19 |
| *** mjsir911 has joined #novawebdev | 10:24 | |
| *** mjsir911 has joined #novawebdev | 11:00 | |
| *** mjsir911 has joined #novawebdev | 15:27 | |
| *** mjsir911 has joined #novawebdev | 18:09 | |
| *** mjsir911 has joined #novawebdev | 21:16 | |
| *** mjsir911 has joined #novawebdev | 21:47 | |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!