Tag page

code

Page 2 of 4

Tag archive

Posts

Page 2 of 4

    • 9 Mar 2019
    • 1 min read
    I made a thing: To-do list

    Yep, I made another thing in JavaScript for the course I'm doing. This one's a bit more basic, but really it's more of cutting my teeth with…

    • 7 Mar 2019
    • 2 min read
    on() click()

    Today I learned the difference between the on("click") and click() methods in jQuery. click() only adds listeners for existing elements, so it…

    • 4 Mar 2019
    • 1 min read
    What is the state of JavaScript?

    This JavaScript thing is really catching on eh? As the name suggests, "the state of JavaScript" survey gives a snapshot view of JavaScript…

    • 3 Mar 2019
    • 1 min read
    Pigs in namespaaaace

    When you're working on a JavaScript (JS) app you'll create loads of functions and variables. By default in JS, there is no namespacing so…

    • 2 Mar 2019
    • 1 min read
    Atom snippets

    One of the things I love about modern text editors is code snippets. Coding tends to involve repetition, code snippets can really help cut down…

    • 28 Feb 2019
    • 1 min read
    Selection

    One thing I notice about jQuery is how it simplifies common tasks. A good example is something you do all the time with JavaScript, select DOM…

    • 27 Feb 2019
    • 1 min read
    Survey says

    Today I was reading the 2018 stack overflow developer survey and boy was it an interesting read. There are loads of insights into the current…

    • 25 Feb 2019
    • 1 min read
    Emmet!

    Whatever your text editor of choice (I just can't quit you Atom) there is a wide range of plugins to enhance its capabilities. One such plugin…

    • 24 Feb 2019
    • 1 min read
    Hex

    Just a quick post to say I’ve updated the colour game with a new mode, Hex colours. To enable different modes I’ve changed a little bit of the…

    • 22 Feb 2019
    • 2 min read
    jQuery

    What is jQuery? jQuery is a JavaScript library designed to simplify front end web development. It is the most widely deployed JavaScript library…