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 TagTag: programming
CCATP #455 Bart Busschots Programming By Stealth 21 – jQuery Basics
In this installment of Programming By Stealth, Bart Busschots continues our baby steps into jQuery, keeping us inside the JavaScript console. He reviews some html and css basics and then teaches us how to select elements with jQuery, limit the search, and filter the results. Then he shows us how to start changing the css […]
Continue readingMore TagNC #591 Theodore Bearington, Typeeto, Wire, DropShadow App, Security Bits
John, AKA NASAnut in the live chatroom sends a spectacular gift to us. We’ll talk about a free Mac utility called Typeeto that lets you use your Mac as a Bluetooth keyboard for your iOS devices and AppleTV. Joe LaGreca gives us a review of the secure messaging service, Wire, with full instructions on how […]
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 TagDropShadow App Made With Automator and ImageMagick
Have you ever had a favorite piece of software be abandoned by the developer? I’m not even talking about Apple or Google here, but maybe some nifty little utility that does exactly what you want. For years I have been adding a pretty little drop shadow to all images I post on the blog with […]
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 TagCCATP #449 Programming By Stealth – 19a of x Solving JavaScript Challenges
In this week’s episode of Chit Chat Across the Pond, Bart Busschots starts walking us through the JavaScript challenges he gave us on Programming By Stealth 19. Bart got this crazy idea that we should do this episode as a video so that he could walk through each challenge from scratch on a blank canvas. […]
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 TagCCATP #444 – Programming by Stealth – 17 of x JavaScript Objects
In this continuing series with Bart Busschots, we get a more detailed look at objects, and then we look at some standard functions and objects that are built into JavaScript. We also take a proper look at two operators we’ve seen before, typeof and instanceof. Bart’s full written tutorial is available at pbs.bartificer.net/… mp3 download
Continue readingMore Tag