JavaScript is a great language with many features. The community is constantly growing and the language itself gets regular updates. Despite having so many features built into the language itself, there are still many tasks […]
JavaScript is a great programming language. There is so much you can do with it, there are many different flavors and variants, and it is flexible. One downside to this flexibility, particularly in the context […]
In Javascript, it is a pretty common task to get the value of an HTML element to either watch or update that value. With that in mind, it is easy to imagine why that should […]
The world of the Internet is fascinating. There are more than 1.88 billion websites today. If you are new to the online world, you might be wondering what is a domain name for a website. […]
jQuery is a popular JavaScript library that was released well before the era of JavaScript frameworks such as React or Vue. In fact, it came out in 2006 which is 7 years before React came […]
In this resource, we'll show how to easily specify 1/3 width in CSS. Say you want three columns within a container. Typically, people will write 33% into each child element. However 33% * 3 comes […]
In this article, we'll discuss how to get rid of the Blinking Text Cursor globally appearing in Chrome. With this issue, the cursor (AKA "the insertion point"), appears when clicking any text or element of […]
Code formatting. Tabs or spaces, semi-colons or no semi-colons. It is a pretty controversial subject to many but it is quite important in some instances. If you are on a team, having a cohesive code […]
There are a few different ways to use JavaScript modules but one of the most widespread approaches is EcmaScript modules, often referred to simply as ES modules. This syntax uses the import and export statements. […]
Midjourney recently released an AI image generator that rivals Dall-E in terms of accuracy and resolution. In this article, we're going to take a look at what the Midjourney AI can do, and how it […]