Resources for html

    Search resources
    Peter Brownell posted a link on 3 December 2008 - 2:11pm.

    The other half of "Artists Ship"

    "It's natural for organizations to learn from mistakes. The problem is, people who propose new checks almost never consider that the check itself has a cost."
    ....

    Read more

    Book Club Organi... posted a note on 24 November 2008 - 2:49pm.
    Peter Brownell posted a note on 3 November 2008 - 1:18pm.

    Bash variable scope, pipe and cat

    Here is a nice little bit of bash snagging for you. You need to grab lines from a file, process each in turn, and then at the very end report whether or not there was a problem for any of them. Simple ? Not quite.

    The following scripts are mangled to show how this works, so don't expect them to operate as-is.


    #!/bin/bash

    PROBLEM=0

    cat $CONF | grep backup | grep @ |
    while IFS=$TAB read var1 var2 var3 var4
    do
    PROBLEM=1
    echo PROBLEM:$PROBLEM
    done
    echo PROBLEM: $PROBLEM

    Read more

    Peter Brownell posted a note on 29 October 2008 - 7:00pm.

    Drupal, urls, the difference between things and filters, and keeping urls constant

    Disclaimer: The worst bit about this lesson is that, as I have written this note, I have realised that what I had planned to be the lesson was incorrect! Anyway, I will post this anyway because I may need to remember all this next time.

    Todays Drupal lesson: Keeping things and filters seperate. It's going to apply to any kind of social media site, but this is a little Drupal specific note.

    Read more


    Unlimited Resources

    Every member of School of Everything can add notes, links, videos, images, documents and other things to the site that help people learn or teach a particular subject. If you're learning, you can use it to keep track of your progress in your subjects and all the things that help you learn like useful websites or how-to videos.

    If you're teaching, you can share useful resources and advice that you think will help people learn you subjects. You can tag each resource post with one or more subjects, and your posts will appear to other people looking for those subjects.

    Learn more.

    Don't be shy, say hello. We'd love to hear from you.


    hello@schoolofeverything.com

    Stay safe

    School of Everything is all about meeting up in the real world. Here are some tips on how to arrange your learning and teaching safely.