This week Bart and I put the finishing touches on our Date and Time prototypes, then we use those very JavaScript prototypes with HTML forms, we learn bout JavaScript error handling (including throwing and catching errors) and the we start manipulating HTML Selects with jQuery. If that sounds as fun to you as it was […]
Continue readingMore TagCategory: Programming by Stealth
CCATP #478 – Bart Busschots on PBS 31 of x – JS Static Functions | Checkboxes & Radio Buttons
Bart and I may have broken a record on Chit Chat Across the Pond this week. We went through so much material in Programming By Stealth that this show runs 100 minutes! The funny thing is that I wasn’t ever bored, it was all really interesting. We started by going over last time’s JavaScript challenge […]
Continue readingMore TagCCATP #476 Bart Busschots PBS 30 – Comparing JS Objects | Introducing WAI-ARIA
Bart continues his current dual path of teaching. We learn how to compare JavaScript objects (spoiler, you can’t use == or === to do it). After that he teaches us how using WAI-ARIA as we develop our code will make it accessible to screen readers and other assistive devices. We don’t do any real coding […]
Continue readingMore TagCCATP #474 Bart Busschots PBS 29 – JS Prototype Revision | Glyph Icons
I don’t want to jinx anything here, but I feel like I’m finally starting to “get” this JavaScript programming thing. In this episode of Programming By Stealth, Bart starts by talking about how we solved the challenges from last week, getting rid of “bad smells” by learning how to reuse our code. Then Bart teaches […]
Continue readingMore TagCCATP #472 – Bart Busschots PBS 28 – CSS Attribute Selectors & HTML Buttons
In this week’s installment of Programming By Stealth, Bart teaches us about how to change the look of HTML buttons using their CSS attributes. It’s great fun, but I have to confess we don’t actually get to the new stuff till over an hour into the show! We had so much fun going through the […]
Continue readingMore TagCCATP #470 – Bart Busschots PBS 27 – Introducing HTML Forms
On this week’s continuing series Programming By Stealth, Bart introduces us to HTML forms in order to take user input. It’s a pretty basic installment so not as head bendy as they have been lately. He also gives us some more repetitive homework to get more practice creating and using prototypes and accessor methods. The […]
Continue readingMore TagCCATP #467 – Bart Busschots PBS 26 – HTML Data Attributes with jQuery
Bart Busschots is back with another installment of Programming By Stealth. In this week’s episode we wake Allison up from her long winter nap away from programming and continue our work on our JavaScript clock. The goal is to create a better API for our clock so that we can publish it and have it […]
Continue readingMore TagCCATP #465 – Bart Busschots Programming By Stealth 25 – Case Study of a JavaScript API
Bart gave me another two weeks to get my homework done on Programming By Stealth and brings us a case study of how to create a JavaScript API on Github. He uses a real life example of a small, open source library he released over the weekend called barfificer.linkTookit.js. This library includes many of the […]
Continue readingMore TagCCATP #461 Bart Busschots Programming By Stealth 24 – Creating a JavaScript API
In this week’s installment of Programming By Stealth, Bart teaches us how to create a JavaScript API up to and including an easy way to create professional documentation in order to publish our work as a JavaScript library. In order to get there we learn how to write reusable and sharable code, how “closures” help […]
Continue readingMore TagCCATP #459 Bart Busschots Programming By Stealth 23 – Creating Elements with jQuery
In this installment of Programming By Stealth, we’re working towards our first truly practical assignment in the series – a function that finds all links on a page, and if, and only if, they lead to an external page, alters them to open in a new tab, and appends an icon indicating that fact. Bart’s […]
Continue readingMore Tag