Blog

Creamy Vegan Mushroom Pasta

November 19th, 2024 / masm / 0 comments

Servings: 2-3 Ingredients: Instructions: 4. For the mushrooms: 5. Final assembly:

Mediterranean Vegan Olive Bread

November 17th, 2024 / masm / 0 comments

Ingredients Base Dough Mix-ins Step-by-Step Instructions Mixing Dough (Machine Method) Adding Olives/Tapenade by Hand Rising and Baking Tips for Your Revel Mixer Storage

UI Framework for Rapid Layout Development

November 1st, 2024 / masm / 0 comments

Modern web applications demand efficient UI development workflows that can scale. This UI framework provides a comprehensive set of CSS utilities designed to streamline interface development, from basic layouts to complex UI components. By combining a powerful grid system with extensive UI utilities, developers can rapidly build consistent, responsive user interfaces without writing custom CSS. […]

Accessible Modal Dialogs

October 28th, 2024 / masm / 0 comments

Modal dialogs are everywhere in modern web applications, from simple confirmation boxes to complex forms and video players. While they might seem straightforward to implement, creating a truly accessible modal experience requires careful attention to detail. In this post, we’ll explore how to build modal dialogs that work for everyone, regardless of how they interact […]

Transform Your Web Development With Accessible Tooltips

October 18th, 2024 / masm / Comments Off on Transform Your Web Development With Accessible Tooltips

A lightweight, accessible tooltip solution that provides informational and help tooltips with various positioning options. The tooltips are keyboard-accessible and customizable through CSS/SCSS. Key Features: To see it in action, you can view the Accessible tooltips example either on Codepen or GITHUB. Live example: Nullam porta odio maximus lobortis imperdiet. Vivamus non accumsan nibh. Nulla […]

DIY How to build a hydroponic garden

February 22nd, 2023 / masm / 2 comments

First thing you will need is this Rubbermaid reservoir or similar container. With this you can buy a 1.25 inch hole saw and cut holes into the container with a drill: You will also need another small hole for the air pump pipe. Make sure it is the same size. Once the holes are cut […]

Top ten health remedies

November 20th, 2022 / masm / Comments Off on Top ten health remedies

Having remedies on hand when you are not feeling well is a great way to help boost the immune system. Important: It is always a good idea to check with your doctor before consuming any of the following remedies. Here are my top 10 remedies I have found to be most effective: Tiger nuts Our […]

DBAG NFT project website

April 4th, 2022 / masm / Comments Off on DBAG NFT project website

Overview of the development of the Digital Bros Acting Gangsta – DBAG NFT project website

Ol element alignment with CSS

March 4th, 2022 / masm / Comments Off on Ol element alignment with CSS

Using ordered list custom attribute with pseudo elements to position numbers to the left instead of right for proper alignment.

masm multiplication method

May 7th, 2021 / masm / 1 comment

Learning the patterns from the line multiplication method we can establish a new more efficient way to multiply numbers together and skip redundancies.