Archive page
Blog archive
Page 5 of 55
Paged archive
Posts
Page 5 of 55
- 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…
- Pastebot
The more time I spend coding the more time I find myself researching solutions to workflow problems I've never had before. Copy and paste…
- on() click()
Today I learned the difference between the on("click") and click() methods in jQuery. click() only adds listeners for existing elements, so…
- VS Code
Recent reading leads me to think my text editor of choice (Atom) might not be the best solution for my current needs. To that end, I'm…
- 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…
- 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…
- 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…
- 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…