News

Can a 3D Minecraft implementation be done entirely in CSS and HTML, without a single line of JavaScript in sight? The answer ...
Low-quality image placeholders (LQIPs) have a solid place in web page design. There are many different solutions but the main gotcha is that generating them tends to lean on things like JavaScript,… ...
Tables are everywhere. Even in 2021, the grid layout remains a challenge for front-end developers. Building quality web apps with tables, grids, or spreadsheets require more than knowledge of HTML ...
I built this website to raise awareness and offer resources for the DeafBlind community. Showcasing my skills in HTML, CSS, and JavaScript, the site prioritizes accessibility. It boasts a responsive ...
Spread the loveCreating a simple image gallery can be a great way to showcase your work or highlight special photos on your website. Luckily, creating an image gallery is easier than you might think.
It’s really hot in Texas right now. Many parts of the state are hotter than they’ve ever been at this time of year. In the coastal city of Corpus Christi, the heat index, a combined measure of ...
Example: We want to reach the block of coordinate x = 3, y = 2, we will therefore have to select the box (y * number of columns + x) of the table, i.e. for a grid of width 6, box number 2 * 6 + 3 = 15 ...