Nehal Fathemasafaranokhi.hashnode.dev·Nov 11, 2024Understanding and Implementing the Masonry Layout in Web DesignWeb design often brings us creative solutions for showcasing content in unique, aesthetically pleasing ways. One layout that has gained popularity for displaying dynamic content such as images, cards, or posts is the masonry layout. This layout, famo...Discusswebdesign
Ayusharpcoderreacttonext.hashnode.dev·Nov 11, 2024Essential HTML and CSS Tricks Every Frontend Developer Should KnowIn the world of frontend development, HTML and CSS are the building blocks of every website and web application. While mastering JavaScript frameworks is important, having a strong foundation in HTML and CSS can make your projects more efficient, acc...Discuss·1 likewebdev
Shani Riversshanirivers.hashnode.dev·Oct 24, 20245-Minute Coffee Tip #1: Convert a PNG to ICO with PillowIn the world of digital design, icons are super important for making user interfaces look great and for sharing information quickly. ICO or Icon files are popular for displaying icons on Windows and are also used to add a logo to a website's browser ...Discussicon
Arezoodigital-marketing-blog-canada.hashnode.dev·Oct 7, 2024Wix Website Accessibility: Designing for EveryoneIntroduction In today's digital age, websites have become an integral part of our lives. However, for individuals with disabilities, navigating the web can often be a challenging experience. This is where website accessibility comes into play. It ens...DiscussWeb Development
Menno Drescherblog.cbaconsult.eu·Sep 30, 2024Publishing a website online and minimum technical and legal requirementsHere’s a table summarizing both the legal and technical minimum requirements for running a website, along with their associated costs: Tabel RequirementCost Range (Monthly)Purpose Legal Requirements Privacy Policy & Terms & Conditions$42 - $1...Discusslegal
Yug Jadvanitheyugjadvani.hashnode.dev·Sep 22, 2024How to Fix File-Based Metadata Issues in Next.js 14 for Dynamic PagesIntroduction Next.js 14 introduces exciting features for developers, including file-based metadata handling for SEO optimization. However, when building a website, you may encounter issues with dynamic metadata not being applied correctly across diff...DiscussMetaTags
Hiraman Patilhiramanpatil.hashnode.dev·Sep 13, 2024What's New in Drupal 11: A Glimpse into the Future of Web DevelopmentDrupal 11, the latest major release in the open-source content management system (CMS), builds upon its legacy of flexibility, scalability, and power. While Drupal 10 brought significant advancements, Drupal 11 further enhances user experience, devel...DiscussDrupal
M Tayyabtayyabdeveloper.hashnode.dev·Sep 3, 2024Optimizing WordPress Sites for Core Web Vitals: A Complete GuideIn today's digital landscape, website performance isn't just about speed; it's about delivering a smooth, engaging user experience. With Google's Core Web Vitals becoming a crucial ranking factor, it's more important than ever for WordPress site owne...DiscussWeb Development
code-passionchinumoon.hashnode.dev·Sep 2, 2024Leveraging JavaScript’s Set and Map for an Efficient Content Management SystemJavaScript provides several powerful data structures to handle collections of data. Among these, Map and Set are particularly useful for certain types of tasks. In this blog, we’ll explore real-world examples of using Map and Set to solve common prog...DiscussJavaScript
Bhavesh Jadhavbhaveshjadhav.hashnode.dev·Aug 27, 2024Understanding Event Propagation in JavaScriptIn JavaScript, events like clicks don't just stay where they happen. They can move through different parts of your webpage, which is known as event propagation. Let's explore what this means, how it works, and how you can control it using event bubbl...Discuss·10 likes·35 readsJavascript BasicsKeyboard events in JavaScript