More Details on `details`

A lot of chatter around the ol’ <details> and <summary> elements lately! I saw Lea Verou recently tweet an observation about the element’s display behavior and that sorta splintered into more observations and usage notes from folks, including a revived … More Details on `details` originally…

CSS vs. HTML: What’s the Difference?

When you start learning about web development, some of the first terms you’ll come across are HTML and CSS. What’s the difference between them and how do they play a role in building websites? We’ll dive deeper into these two…
The post CSS vs. HTML: What’s the…

Two drones ground firefighting helicopters in Idaho

There were two incidences where drones forced firefighters in Idaho fighting the Ross Fork Fire to ground their helicopters.
The post Two drones ground firefighting helicopters in Idaho appeared first on Videomaker….

Treehouse vs. Pluralsight: Complete Guide

When it comes to learning a tech development skill, Treehouse and Pluralsight are popular MOOC (Massive Open Online Courses) platforms. These e-learning platforms provide coding and design courses to cater to beginner, intermediate and advanced developers. Now that you know…
The post Treehouse vs. Pluralsight: Complete Guide…

Should I Learn HTML Before JavaScript?

Once you’ve decided to pursue front-end web development, you might be overwhelmed with deciding where you should start. Do you learn HTML or JavaScript first? How long will it take to learn them? What about CSS? The short answer: You…
The post Should I Learn HTML Before…

When is it OK to Disable Text Selection?

Using CSS, it’s possible to prevent users from selecting text within an element using user-select: none. Now, it’s understandable why doing so might be considered “controversial”. I mean, should we be disabling standard user behaviors? Generally speaking, no, we … When is it OK to Disable…