Category: Uncategorized
-
The Great Divide: From Combined Roles to Figma Silos
From building in the browser to designing in Figma silos, the designer-developer role has fractured over 30 years of tools. This article traces that split through Photoshop, WordPress, and modern platforms, arguing that true collaboration returns not by learning every tool, but by understanding the HTML, CSS, and systems principles that make design buildable.
-
Deconstructing the “Neutral” Web: Why Your Portfolio Exists on Someone Else’s Stage
Forget the myth of a neutral web. Your portfolio exists on a stage built by tech giants, from Google Fonts to AWS. This digital hegemony impacts privacy, accessibility, and who can see your work. Designing for sovereignty—by self-hosting assets and asking critical questions—isn’t just technical; it’s an essential, ethical act of professional design.
-
Why the Box Model Is the Moment HTML & CSS Finally Click
Most beginners struggle with layouts until HTML & CSS suddenly click. That moment usually comes from understanding the box model—how content, padding, borders, and margins shape every element. Once you see how boxes interact, layouts stop breaking and finally make sense.
-
The Internet’s Origin Story: From ARPANET to Your Instagram Feed
Built with public money, sold for private profit—and millions left offline. Why every designer should know this internet history before their next project.
-
Why There’s No <h7>
(And Other Lies Your Code Tells You) Think you can invent or use justify-content: right? Think again! HTML stops at , CSS values are picky, and browsers won’t play along with made-up elements. Learn the rules first, then break them responsibly—your layouts (and your sanity) will survive.
-
Master the Basics: Why Learning HTML & CSS Beats Relying on AI
AI can generate code fast, but without HTML and CSS fundamentals you’ll struggle with broken layouts, bloated code, and limited control. Whether you’re a designer, student, or beginner, mastering the basics makes your work responsive, customizable, and professional—skills no AI can replace.
-
Taming Wild Layouts: How width: 100% Gives Designers Control
width: 100% is CSS magic for designers—flexible like rubber bands yet contained like Figma auto-layout. Stop ‘highway text’ and create perfect responsive layouts. Pro tips for nesting and debugging included.
-
From Figma to the Web: Responsive Design Made Easy with Relative Units in CSS
Struggling with rigid, pixel-based layouts from Figma? Learn why switching to relative units like %, vw, and rem in CSS creates responsive, accessible, and future-proof designs. Say goodbye to magic numbers! 🚀
