I remember years ago my good friend David Roth telling me how much time he spent trying to find the perfect Getting Things Done app. He realized that he could have been actually getting some stuff done if he hadn’t spent all that time on the tool. He eventually just picked one and got on […]
Continue readingMore TagTag: pbs
CCATP #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 #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 #457 Bart Busschots Programming By Stealth 22 – jQuery Events
Bart Busschots joins us again for his continuing series called Programming By Stealth. In this episode Bart explains how to embed JavaScript into a webpage, how to control when JavaScript executes and then teaches us about the browser event model. Using this model he teaches us how we can change things on a web page […]
Continue readingMore TagCCATP #453 Programming By Stealth – 20 of x JavaScript in the Browser
In this installment of Programming By Stealth with Bart Busschots, we finally break out of the sandbox and learn how to use the console in a web browser to start taking control of web browsers. Bart’s full tutorial is available at pbs.bartificer.net/… mp3 download
Continue readingMore TagCCATP #451 Programming By Stealth – 19b of x Solving JavaScript Challenges Part 2
In episode #449, Bart Busschots walked us through how he’d solve the first half of the JavaScript challenges from PBS 19. This week we finish the second half of the 5th problem about Complex Numbers. Just like the last episode, we’re giving you the audio in the podcast, but if you’d like to watch the […]
Continue readingMore TagCodeCademy + PBS to Learn JavaScript
Bart Busschots has been working on a series in Chit Chat Across the Pond entitled Programming By Stealth, and we just finished episode 18. These lessons started with HTML, then moved into CSS, and since episode 12 we’ve been learning JavaScript. Bart has written terrific tutorials with excellent explanations of the terminology, logic and process […]
Continue readingMore TagCCATP #446 – Programming by Stealth – 18 of x JavaScript Miscellany
In this episode of Programming By Stealth, Bart Busschots takes us through the final stages of learning JavaScript within the playground. Now that we know about objects, we need to re-visit the arguments object present in every JavaScript function. We need to take a detailed look at the typeof operator, and we need to look […]
Continue readingMore Tag