This course will become read-only in the near future. Tell us at community.p2pu.org if that is a problem.

Give Your Peers Some Feedback


Leave comments on the discussion page

Spend the last five minutes of time looking for other peoples blog posts on the challenge discussion page and leave comments for them. If you can find any errors in peoples work mention it to them, but do so in a way that you'd like people to do to you.

Task Discussion


  • mixmaxmin said:

    HTML hand coding will ensure you understand the accuracy required to ensure your code is consistent and clean. It is not particularly difficult at the basic leve, but can get pretty complex as you move on.

    on April 26, 2013, 5:47 a.m.
  • sabsofsteel said:

    I don't have access to a camera at the moment... so you'll just have to believe that I wrote this by memory:

    <!DOCTYPE html>

        <html>

             <head>

                   <meta charset="utf-8">

                   <title> Hello, my name is Sabrina </title>

             </head>

             <body>

                  <h1> Hello, my name is Sabrina </h1>

                  <p>

                     This is me memorizing code.

                  </p>

             </body>

        </html>

    on April 24, 2013, 11:43 a.m.

    CircaDesigns said:

    If you had loads of time you could of used a script font, generated a PDF, convert the PDF to a JPG and bam!, looks real. Actually I should of done what you did.

    on May 17, 2013, 12:34 p.m. in reply to sabsofsteel
  • dimdim_sum said:

    the hardest part writing by hand your code is remembering each detail of the tag.

    but it is necessary for beginner, to understand the basic

     

    on April 22, 2013, 7:58 p.m.

    mixmaxmin said:

    fully agree :)

    on April 26, 2013, 5:48 a.m. in reply to dimdim_sum

    Shoe Mogul said:

    I agree 100%

    on May 11, 2013, 9:51 p.m. in reply to dimdim_sum

    Saivamsi said:

    I don't agree, because it didn't really took a lot of time to finish, propably 8-10 minutes, it is just because of remebering it . I don't know, but I believe it is not that hard.

    on May 20, 2013, 1:13 a.m. in reply to dimdim_sum
  • ReyDothard said:

    I think writing the code my hand was interesting but I think wrtiting code in the text editor will help better with mistakes and what not. Here's my blog http://ezshapeshifter.wordpress.com/

    on April 15, 2013, 9:52 p.m.

    Anonym said:

    Very nice handwritten markup with some good indenting. The only correction is to close the head tag and ensure the body tags have the same level of indention as the head tags. The indentation thing is only to make the markup more readable for us humans because the browser will render the markup the same whether the tags were indented or not.

    When we markup by hand all our errors show up, I noticed this with my markup. A dedicated HTML editor will show us where we went wrong and some will even automatically close the tag for us.

     

    <!doctype html>
     <head>
      <meta charset="utf-8">
      <title>Hello World</title>
     </head>
     <body>
      <h1>Hello World</h1>
      <p>
        This is not handwritten, but it's still awesome.
      </p>
     </body>
    </html>
     

     

    on April 23, 2013, 6:32 p.m. in reply to ReyDothard

    kistlerlf said:

    This was really helpful for me, not sure why, but thanks!

    on April 30, 2013, 3:38 p.m. in reply to Anonym

    Felix said:

    Though your work was not hand written, it looked as a master piece. I suggest in future we  encourage poeple to use key board approach in developing this skills ,since the task would required the use of keyboard. I therefore recommend a badge for this.

    on June 1, 2013, 4:31 p.m. in reply to Anonym
  • Eenvincible said:

    Hello guys I am back after taking a break from P2PU website. The good thing is I have officially moved my site from Wordpress servers to my self-hosted place where I have more control. You can find me over at:

    Simple Developer

    Thanks and hope you are all having fun here

    on April 13, 2013, 9:56 p.m.

    Anonym said:

    I checked out your WordPress site. It is full of useful content. Great job! Your blog stand out because it is one of those sites where you can finally figure out a problem because you have so much relevent content.

    on April 17, 2013, 4:37 p.m. in reply to Eenvincible

    Anonym said:

    Nice website with a lot of useful information. 

    on April 23, 2013, 6:40 p.m. in reply to Eenvincible
  • Mark Valentine Aikins said:

    It was such a good feeling doing hand written html tags.

    I always do it straight using my edit pad (notepad ++).

    Great feeling

    on April 13, 2013, 2:15 p.m.

    Mandy Real said:

    I did the same! But just for fun, I also tried writing the codes on a piece of a paper once :) 

    Here's my post:

    http://webcraftjourney.wordpress.com/2013/04/15/day-2-coding-html-by-hand/

     

    on April 15, 2013, 9:25 a.m. in reply to Mark Valentine Aikins

    ReyDothard said:

    That's great, I think I like handwriting the code out too.

    on April 15, 2013, 9:49 p.m. in reply to Mandy Real
  • lohitsarna said:

    on April 10, 2013, 3:17 p.m.

    iWishez said:

    very nice code, clean and tidy

    on April 11, 2013, 9:40 a.m. in reply to lohitsarna

    Brenna said:

    You've got great handwriting!

    on April 15, 2013, 12:19 p.m. in reply to lohitsarna
  • Pkandy said:

    Here's My blog :) http://peercoms.wordpress.com

    i
    t's interesting to see how the community gives feedback :D

    on April 8, 2013, 7:35 p.m.

    Agamos said:

    Saludos Andrés. Acabas de empezar un camino muy interesante. Si te gusta "hacer", en general, contar con conocimientos de informática te permite desarrollar la creatividad: solo cuesta tiempo y dedicación, pero no necesitas gastar en materiales, herramientas, un taller,... Pásatelo bien.

    Hello Andres. You stepped in a very interesting path. If you like DIY, generally speaking, learning some programming languages and tools gives you an opportunity to develop your creativity: it just takes time and dedication, but you don't need to spent money for materials, tools, a workshop,... Have a great time.

    on April 10, 2013, 1:50 p.m. in reply to Pkandy

    Israel Vite said:

    Few tries... smart people!!

    on April 11, 2013, 6:25 p.m. in reply to Pkandy
  • ginny said:

    So interesting to visit your blogs and see the different writing tools and handwriting styles and blogging personalities!

    And this is me:  Never Stop Learning

    on April 7, 2013, 2:34 p.m.

    joseph said:

    Spot on!

     

    Great reading, lovely posting.

     

    keep up the good work.

     

    much love, Joseph.

    on April 8, 2013, 5:55 p.m. in reply to ginny

    liezel said:

    Nice job.  Read through your quick reviews of your "Weapon of Choice."  Great addition with Mozilla Thimble!

    on April 20, 2013, 8:27 p.m. in reply to ginny
  • nadjetey said:

    Seemed quite straight forward, especially with the screen right in front of me :)

    on April 4, 2013, 12:40 p.m.

    lohitsarna said:

    I know :) 

    on April 10, 2013, 3:18 p.m. in reply to nadjetey

    Thonglor20 said:

    same here :-)

    on April 24, 2013, 10:35 a.m. in reply to nadjetey
  • Emmet said:

    it looked very hard in the beginning but sure it is quite easy and fun to be honest,i thouroughly enjoyed it and cant wait to challenge myself to some other task :D

    on April 3, 2013, 5:11 p.m.
  • Vicky said:

    Great job everyone is doing

    on April 2, 2013, 2:06 p.m.
  • Fima Margovskiy said:

    Hey! Come to my blog! Link http://fmargovskiy.wordpress.com/ Link to challenge #2: http://fmargovskiy.wordpress.com/2013/04/01/p2pu-challange-2/
    Thank you!

    on April 1, 2013, 8:32 a.m.

    Agamos said:

    Follow that link. You won't find anything. Look at your blog's "Dashboard" for the format of your post (right side column): I guess the "Image" radio button is checked. Choose "Entry" so that your post appears on your blog site. Otherwise it won't.

    on April 10, 2013, 1:55 p.m. in reply to Fima Margovskiy
  • Fima Margovskiy said:

    Hello! You are welcome to my blog! Link: http://fmargovskiy.wordpress.com/
    Link to Challenge #2: http://fmargovskiy.wordpress.com/2013/04/01/p2pu-challange-2/
    Good luck!

    on April 1, 2013, 8:31 a.m.
  • chad said:

    Hello All,

    Here's my latest post pertaining to this course showing my "Hand Written Code"smiley

    Check it out and if you have time feel free to ask a question or leave a comment.

    Thank you.

    Chet.

    on March 31, 2013, 4:30 p.m.

    Dcard said:

    Hello ,

     

    Nice work, very good to follow.

     

    Best regards

     

    on April 2, 2013, 9:59 a.m. in reply to chad

    Agamos said:

    Nice to meet you. We share background and motivation for taking these "challenges". I'm also thinking in signing up as "mentor". How long has you been "mentor"? Does it mean much time? What is your experience?

    on April 10, 2013, 2:07 p.m. in reply to chad
  • Aggie said:

    on March 18, 2013, 10:28 a.m.

    Amo said:

    Nice work Aggie, You helped me to fix a mistake in my own. I left out the / from </P> on mine.

    on March 19, 2013, 10:04 a.m. in reply to Aggie

    shashank said:

    nice handwriting cool

    on March 25, 2013, 3:49 p.m. in reply to Aggie

    KHLS97 said:

    Nice job, and the toblerones look yummy!

    on March 26, 2013, 8:31 p.m. in reply to Aggie

    Jose Ariel Herrera Tavares said:

    Really Nice

    on March 26, 2013, 11:27 p.m. in reply to Aggie

    Andrea said:

    Great job Agnes! nice work :-) A

    on March 27, 2013, 3:48 p.m. in reply to Aggie

    jjscloud said:

    Very nice, I like the cleanliness haha, mine had bad handwritting, I blame the pen >.>

    on March 28, 2013, 10:30 p.m. in reply to Aggie

    vgvenkat said:

    on March 31, 2013, 1:04 a.m. in reply to Aggie

    chad said:

    Great work Aggie,

    You can check mine out here --> That's a Blog.

    Thanks,

    Chet.

    on March 31, 2013, 4:15 p.m. in reply to Aggie

    Dcard said:

    nice work,

    you took 2 good things :)

    on April 2, 2013, 10:02 a.m. in reply to Aggie

    mBlakew said:

    A notebook for code sounds like a great idea. Thanks.

    on April 3, 2013, 9:39 a.m. in reply to Aggie

    Wade said:

    I am deeply dissapointed with the work from all of you. Jk gj guys!

    on April 8, 2013, 3:37 a.m. in reply to Aggie

    Agamos said:

    Hello mBlakew, maybe it's to soon for it but have a look at this site. I think you will find it awesome.

    on April 10, 2013, 2 p.m. in reply to mBlakew
  • Karsoft said:

    hhttp://t.co/k864sni4RY this is the pic on my blog... 

    on March 17, 2013, 9:41 p.m.

    M3Dceo said:

    well done! keep up the good work
    Begin2Code!

    on March 26, 2013, 7:13 p.m. in reply to Karsoft

    Andrea said:

    Well done Romain! keep it up :-) A

    on March 27, 2013, 3:49 p.m. in reply to Karsoft

    chad said:

    Great Work Karsoft!

    Being able to write code and develop webpages will open up a whole new world to you!

    Chet.

    on March 31, 2013, 4:18 p.m. in reply to Karsoft
  • Karsoft said:

    well done 

    on March 17, 2013, 9:40 p.m.
  • Loong said:

    My comment is here.

    on March 16, 2013, 1:01 a.m.

    chad said:

    Hi Loong,

    Nice blog. My portuguese is a little weak but I was able to understand most of it.

    I agree with you, that, yes, this course has started off very, very easy. But remember, it is designed for the complete beginner, and I'm sure it will make a great refresher for those of us who are more accomplished.

    It will also be a great way to make new friends and network.

    Check out my blog when you get a chance (That's a Blog!). Feel free to comment or ask any questions.

    Falo com você mais tarde ...

    Chet

     

    on March 31, 2013, 4:27 p.m. in reply to Loong
  • Rodolfo De Nadai said:

    on March 15, 2013, 3:02 p.m.

    Loong said:

    Neat,

    on March 16, 2013, 12:58 a.m. in reply to Rodolfo De Nadai