HTML All The Things - Web Development, Web Design, Small Business
The adventures of Matt Lawrence and Mike Karan through the world of web development, web design, and small business management. As web development agency owners for the better part of a decade, they’ve worked with all sorts of technologies, through the rise of responsive web design, the revolution of serverless computing, and the popularity gain of many no-code tools for small business owners. They commonly discuss foundational web development technologies like HTML, CSS, and JavaScript - including popular frameworks and tools such as Tailwind CSS, Svelte, WordPress, Vue, and more.
Episodes
Wednesday Nov 23, 2022
The Transitional Web w/ Chris Ferdinandi
Wednesday Nov 23, 2022
Wednesday Nov 23, 2022
This week we sat down with Chris Ferdinandi to discuss why he thinks the web is in a state of transition, moving away from bloated frameworks and other tooling, towards the use of more "vanilla" or "native" platform features. This less bloated web is where Chris believes we are already transitioning towards, with the hopes that it makes websites and web apps more efficient.
Show Notes: The Transitional Web w/ Chris Ferdinandi | HTML All The Things Podcast
Wednesday Nov 16, 2022
What NOT to Do in Web Development
Wednesday Nov 16, 2022
Wednesday Nov 16, 2022
Web development has a lot of dos and donts, so today we decided to focus on what NOT to do in web development. Things that all of us have done, like pushing confidential credentials to a public git repo, through client interactions like undervaluing your work. And don't forget, the classic "don't deploy on Friday" which Matt thinks Mike should do anyway, for his upcoming film.
Wednesday Nov 09, 2022
What to Expect From Your First Job as a Junior Developer
Wednesday Nov 09, 2022
Wednesday Nov 09, 2022
Your first job as a junior developer can be nerve wracking. Not only are you new to coding, but you're also new to the organizational systems that your office has. This week we try and alleviate some of that anxiety by discussing the onboarding process commonly used for junior developers, including the difference between working solo versus a team, as well as a day in the life of a developer.
Wednesday Nov 02, 2022
How to Raise Your Prices
Wednesday Nov 02, 2022
Wednesday Nov 02, 2022
Raising your prices as a freelancer, or web dev agency can be a challenging process. You have to weigh the possibility that some of your existing customers may leave for cheaper options, while trying to convince new customers that your pricing is worth it. This week we discuss how to raise your prices and how to justify them with the value your customer will receive from all the work you do.
Wednesday Oct 26, 2022
Are You a Good Developer?
Wednesday Oct 26, 2022
Wednesday Oct 26, 2022
Are you a good developer? It's a question that all of us have asked ourselves countless times during our career. It usually happens when we're at our lowest, when a site runs into trouble, and you have no idea what's going on. Sometimes when you're trying to learn something new, and you just can't figure it out. If you were a better developer, would you have these problems? Are you a good developer?
Wednesday Oct 19, 2022
What Is Dynamic Content?
Wednesday Oct 19, 2022
Wednesday Oct 19, 2022
Dynamic content on a website is content that changes over time, based on the user's preferences, or other parameters. One of the most common examples of dynamic content is a blog, where the content changes all the time as writers submit new articles and ad banners flip through new ads based on your unique browsing history. Powered by various CMS, these dynamic websites are something that almost every web developer will work with and create in their career.
Wednesday Oct 12, 2022
Powerful CSS Pseudo-Classes
Wednesday Oct 12, 2022
Wednesday Oct 12, 2022
CSS pseudo-classes expand its capabilities into a tool that can style web pages using advanced sets of parameters, without the need for JavaScript. In this episode, we'll be looking into the :has(), :is(), and :not() pseudo-classes. We'll explore interesting use cases, using them together, how they work, and whether they're ready to be used in a production project.
Wednesday Oct 05, 2022
What Is Hacktoberfest?
Wednesday Oct 05, 2022
Wednesday Oct 05, 2022
Hacktoberfest 2022 is upon us, the annual open-source centric event that rewards those that contribute during the month of October. This year coders, bloggers, video producers, podcasters, and more can contribute their works to participating repos on GitHub and GitLab. In this episode, Matt and Mike discuss what Hacktoberfest is, and why you should contribute if you can.
Wednesday Sep 28, 2022
How Working in a Restaurant Helped Me as a Web Developer
Wednesday Sep 28, 2022
Wednesday Sep 28, 2022
Welcome back to the HTML All The Things Podcast your web development, web design, and small business headquarters. This week Mike and Matt discussed the skills they picked up from previous non-developer jobs and how they helped them in web development. Even when working in a kitchen, a factory, or an unrelated tech job - there are some skills that you can't learn anywhere else and yet still transfer over to web development.
Wednesday Sep 21, 2022
What Can’t JavaScript Do?
Wednesday Sep 21, 2022
Wednesday Sep 21, 2022
Welcome back to the HTML All The Things Podcast your web development, web design, and small business headquarters. This week Mike and Matt discussed the many use cases for JavaScript. Over the past several years, JavaScript has been steadily exploding in popularity, with an appropriate number of frameworks and tooling being released alongside all the interest. With that though, is there anything that JavaScript can't do? What about what it excels at?