Tag page
javascript
Page 2 of 4
Tag archive
Posts
Page 2 of 4
- 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…
- 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…
- 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…
- 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…
- 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…
- 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…
- 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…
- jQuery
What is jQuery? jQuery is a JavaScript library designed to simplify front end web development. It is the most widely deployed JavaScript library…
- Halfway
Just now I've put the finishing touches on "The Great RGB Colour Game" thereby passing the halfway point of my web dev bootcamp. You can take a…
- RGB Colour Game UI update
Tonight I got a bit of time to work on a new version of RGB colour game. This time I focused mostly on UI improvements so the game looks a…