Peter Njugunapcodesdev.hashnode.dev·Sep 10, 2023The Evolution of HTML: A Journey Through TimeIn the ever-evolving landscape of web development, the history of HTML stands as a testament to the rapid advancements that have shaped the digital world we know today. HTML, or Hypertext Markup Language, is the foundation upon which the World Wide W...Discuss·10 likesHTML5
Mukund Mittalblog.mukund.page·Aug 6, 2023Exploring the World of 3D GraphicsIntroduction Greetings, fellow developers! I'm Mukund, an enthusiastic Full-Stack Web Developer, and I'm thrilled to embark on this exciting journey into the captivating realm of Three.js with all of you. In this debut blog post, I can't wait to take...Discuss·36 readsThreeJS
Farhaan Malikfarhaanmalik.hashnode.dev·Jul 28, 2023Unveiling HTML Tags: Empowering Your Web Content with Semantic Tags and <div>HTML, the backbone of web development, offers a plethora of tags to structure content and create visually appealing web pages. Among these tags, the <div> element stands out as a versatile container that developers often turn to for layout and stylin...DiscussHTML5
Vineet Jadhavvineet-op.hashnode.dev·Jul 21, 2023HTMX: Enhancing Frontend Development with Minimal Effort⭐Introduction: In the fast-paced world of web development, providing seamless user experiences has become a top priority. With users demanding interactive and dynamic interfaces, developers are constantly seeking tools that streamline frontend develop...DiscussHTML Canvas
Sundram YTshivam201.hashnode.dev·Jul 16, 2023Html basics course easy to learnWelcome to the Basics Course for HTML! In this course, we will cover the fundamental concepts and syntax of HTML (Hypertext Markup Language). HTMLLesson ------HTML BASICS COURSE------ beautiful analogy Html = car body. (only metal). Css = car paint d...Discuss·6 likesHTML5
Colin Kiamacolinkiama.hashnode.dev·Jul 8, 2023Making Four-In-A-Row Using JavaScript - Part 9: Play AgainIntro In the previous blog post, you added the status area to the game. Players and spectators now clearly understand what's happening at any time during gameplay. In this post, you'll add the ability to restart the game without having to refresh you...DiscussMaking Four-In-A-RowJavaScript
Colin Kiamacolinkiama.hashnode.dev·Jul 7, 2023Making Four-In-A-Row Using JavaScript - Part 8: Status UpdatesIntro Welcome back! In the previous blog post, you drew the game board and made the game playable by clicking on board columns. In this post, you'll be adding the status area component to your four-in-a-row game. Breaking Down The Status Area Compone...DiscussMaking Four-In-A-RowJavaScript
Colin Kiamacolinkiama.hashnode.dev·Jun 28, 2023Making Four-In-A-Row Using JavaScript - Part 7: Drawing The BoardIntro Welcome back! In the previous blog post, you set up the canvas and created drawings on it. Now in this post, you'll draw the game board. Game Objects What Is A Game Object? The game features multiple drawings on the canvas. These distinct drawi...DiscussMaking Four-In-A-RowJavaScript
Biswojit Balbiswo2004.hashnode.dev·Jun 25, 2023What is HTML?Definition HTML stands for Hypertext Markup Language which is used to design web pages using the markup language. -> HTML is a combination of Hypertext and markup language. -> Hypertext defines the link between the web pages and markup language defin...DiscussHTML5
Colin Kiamacolinkiama.hashnode.dev·May 26, 2023Making Four-In-A-Row Using JavaScript - Part 6: Blank CanvasIntro First of all, great job following along with this series! You've completed the first 50% of this tutorial so far! In the previous blog post, you reorganised the project in preparation for work on the front end of the game. This is the post wher...DiscussMaking Four-In-A-RowJavaScript