Log in

goodpods headphones icon

To access all our features

Open the Goodpods app
Close icon
headphones
Programming By Stealth

Programming By Stealth

Bart Busschots & Allison Sheridan

A collaborative project between Bart Busschots and Allison Sheridan to sneak up on real programming in small easy steps, using the allure of the web as the carrot to entice people forward.
bookmark
Share icon

All episodes

Best episodes

Top 10 Programming By Stealth Episodes

Goodpods has curated a list of the 10 best Programming By Stealth episodes, ranked by the number of listens and likes each episode have garnered from our listeners. If you are listening to Programming By Stealth for the first time, there's no better place to start than with one of these standout episodes. If you are a fan of the show, vote for your favorite Programming By Stealth episode by adding your comments to the episode page.

Programming By Stealth - PBS 4 of x - HTML In-line Elements
play

11/21/15 • -1 min

In the previous installment Bart introduced us to the concept of block-level tags, and in-line tags. Block level tags define blocks of text like headers, paragraphs and lists, and starting a new block-level tag generally starts a new line in the page. Inline tags on the other hand effect a part of a block, and opening an inline tag generally doesn’t start a new line. In the previous installment we looked at some of the most important block-level tags, in this installment we’ll look at some of the most common in-line tags.
bookmark
plus icon
share episode
Programming By Stealth - PBS 5 of x - HTML Images & Links

PBS 5 of x - HTML Images & Links

Programming By Stealth

play

12/28/15 • -1 min

In this week's episode of Chit Chat Across the Pond we have Bart Busschots with another installment of Programming by Stealth. He covers the syntax for images and links in HTML and the attributes you can apply and more importantly why you should apply them. He promises that with the first 5 episodes under our belts we'll be ready to move on to understanding CSS, or Cascading Style Sheets. You can read along with his detailed tutorial and download the example files at \bartbusschots.ie/s/2015/12/27/programming-by-stealth-5-of-x-images-links/.
bookmark
plus icon
share episode
Programming By Stealth - PBS 6 of x - Introducing CSS

PBS 6 of x - Introducing CSS

Programming By Stealth

play

01/09/16 • -1 min

In the 6th installment of Bart Busschots' Programming by Stealth series, he introduces the concept of CSS to allow us to format our html pages. He gives us an overview of terminology, explains the different ways to add CSS to an HTML document, explains the basic syntax, and finally gives us some examples of text attribute changes. You can find his detailed shownotes at bartbusschots.ie/....

Also note that he's now created a short url for us to be able to see all of the Programming By Stealth tutorials all in one place (along with an adorable logo) at http://bartb.ie/pbs.

bookmark
plus icon
share episode
Programming By Stealth - PBS 14 of x - JavaScript Loops & Arrays
play

05/13/16 • -1 min

We're back to Programming By Stealth with Bart Busschots where he explains how to create Arrays in Javascript and how to use "while" and "for" to create loops to access the information in Arrays. It's a little bit of a propeller beanie episode but we powered through till I got it!

And as always, here's a link to Bart's terrific tutorial for the episode: bartbusschots.ie/....

bookmark
plus icon
share episode
Programming By Stealth - PBS 15 of x - JavaScript Functions
play

05/27/16 • -1 min

In this week's episode of Chit Chat Across the Pond, Bart Busschots is back with Programming By Stealth episode 15 of x where he's going to teach us about JavaScript functions. he'll twist our brains a bit with recursive functions but it's a fun ride. And there's even a challenge at the end!

And as always, here's a link to Bart's terrific tutorial for the episode: bartbusschots.ie/...

bookmark
plus icon
share episode
Programming By Stealth - PBS 2 of X - Introducing HTML

PBS 2 of X - Introducing HTML

Programming By Stealth

play

10/24/15 • 32 min

Bart Busschots is back with episode 2 of his Programming By Stealth series. He’ll take us on our first baby step towards programming by explaining how the Hyper-Text Markup Language works, better known to us all as HTML. HTML is not a true programming language, it is instead a simpler beast known as a markup language – it adds context to text.

Bart’s companion tutorial can be found on his website at bartbusschots.ie/s/2015/10/23/programming-by-stealth-2-of-x-basic-html.

bookmark
plus icon
share episode
Programming By Stealth - PBS 66 of X - Bootstrap Form Validation
play

11/04/18 • 93 min

HTML 5 gives us form validation for free, but it's not very nuanced. In this installment of Programming By Stealth, Bart will show us how to use Bootstrap to make our form validation a little less shouty and more useful for the viewer. He shows us how to take a little control, how to take a lot of control and how to take supreme control. That last bit scared me when he introduced it but he does a fantastic job of breaking down the building blocks for us. He builds up the form validation in logical steps, using tools we already know (but might have to dust off a bit.)
bookmark
plus icon
share episode
Programming By Stealth - PBS 174 of X: Working with Git Submodules
play

12/08/24 • 61 min

In this installment of Programming By Stealth, Bart completes his miniseries on Git Submodules. Last time he created an imaginary company with three developers and went through three relatively simple scenarios where Git submodules were implemented. In this finale installment, he takes it up a notch in complexity and we actually get to push submodule changes. The path is fraught with danger and I get stuck on the very last scenario but Bart wouldn't let me give up and eventually helped me understand.

You can find Bart's fabulous tutorial shownotes at pbs.bartificer.net.

Read an unedited, auto-generated transcript with chapter marks: PBS_2024_12_07

Join our Slack at podfeet.com/slack and look for the #pbs channel, and check out our pbs-student GitHub Organization. It's by invitation only but all you have to do is ask Allison!


Join the Conversation: Support the Show:

Referral Links:

bookmark
plus icon
share episode
Programming By Stealth - PBS Tidbit 11A — A PowerShell Teaser
play

01/03/25 • 63 min

Bart Busschots is enamored with the open source shell from Microsoft called PowerShell. His goal was to give us a teaser on this modern shell but there was enough material in his shownotes that we're recording the audio in two halves. Feel free to read ahead in the shownotes if you like, or you can wait till the second installment to read the rest.

In this first half, we learn about how Bart begrudgingly started using PowerShell and what made him become such a fan. He walks us through the philosophy and then the structure of commands first. We get to play with a few tiny scripts to illustrate how the "plumbing" works in PowerShell and we learn about how message streams work with data streams.

You can find Bart's fabulous tutorial shownotes at pbs.bartificer.net.

Join our Slack at podfeet.com/slack and check out the Programming By Stealth channel under #pbs.

Support Bart by going to lets-talk.ie and pushing one of the big blue support buttons.

Referral Links:
bookmark
plus icon
share episode
Programming By Stealth - PBS Tidbit 1 of Y — Display Values are not Data!
play

02/09/20 • 13 min

Bart explains how alert listener @lbutlr on Twitter found a mistake in Bart's math and he walks through how he figured out what was wrong and what we can all learn from it. Bart's explanation can be found here:

bartbusschots.ie/...

bookmark
plus icon
share episode

Show more best episodes

Toggle view more icon

FAQ

How many episodes does Programming By Stealth have?

Programming By Stealth currently has 192 episodes available.

What topics does Programming By Stealth cover?

The podcast is about Javascript, Css, Podcasts, Technology and Programming.

What is the most popular episode on Programming By Stealth?

The episode title 'PBS 169 of X — Advanced YAML Topics' is the most popular.

What is the average episode length on Programming By Stealth?

The average episode length on Programming By Stealth is 70 minutes.

How often are episodes of Programming By Stealth released?

Episodes of Programming By Stealth are typically released every 14 days.

When was the first episode of Programming By Stealth?

The first episode of Programming By Stealth was released on Mar 18, 2015.

Show more FAQ

Toggle view more icon

Comments