Are we trying to reinvent web development? Last few years have been wild. We abandoned HTML CSS and JS websites that used to work just fine and ran after frontend component frameworks and now the circle is getting completed by building tools and extensions we had 20 yrs ago
>We abandoned HTML CSS and JS websites that used to work just fine Hmm. Have you actually done much web development in the last 10 years? Building websites with raw HTML, CSS and JS 10 years ago was very much not "just fine". There's a reason frameworks were invented.
Show HN: A VSCode Extension to edit HTML visually in real-time
51–60 of 142 posts
Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#52Are we trying to reinvent web development? Last few years have been wild. We abandoned HTML CSS and JS websites that used to work just fine and ran after frontend component frameworks and now the circle is getting completed by building tools and extensions we had 20 yrs ago
Tailwind is reviving the style attribute.
Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#53Earlier quoted context omitted.
>We abandoned HTML CSS and JS websites that used to work just fine Hmm. Have you actually done much web development in the last 10 years? Building websites with raw HTML, CSS and JS 10 years ago was very much not "just fine". There's a reason frameworks were invented.
What do you consider "not fine" about websites written in "just" html, CSS, and js?
2) Rats nest of JavaScript callbacks.
3) Overlapping stylesheets with !important everywhere.
4) Elements used for style not their semantic purpose (, ) 5) Subtle and not-so-subtle browser compatibility issues.
Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#54Earlier quoted context omitted.
I don’t think it was meant to criticize your work :) It’s just fun to see that we (here : you) are reinventing tools that everyone used 20 or 30 years ago. I remember making my first websites in Dreamweaver. I remember it being hated by "pro" developers but this plus an FTP client (which was integrated IIRC) was enough for teenager me to be live on the internet.
How is Dreamweaver these days?
Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#55Are we trying to reinvent web development? Last few years have been wild. We abandoned HTML CSS and JS websites that used to work just fine and ran after frontend component frameworks and now the circle is getting completed by building tools and extensions we had 20 yrs ago
And what is more crazy, acting as if they are something new, instead of something that is 20 years old.
Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#56Earlier quoted context omitted.
A notable feature is the ability to synchronize code selection with visual selection in the preview. Since this extension has minimal functionality, the codebase is very small, making future expansions easy. It is designed to reflect changes made in the preview back to the code, so enhancing the editing capabilities within the preview may be beneficial in the future.
This is useful. I am occasionally day dreaming about moving my static site from Hugo to pure html which I write/edit myself. Do these features depend on complexity of the html or that doesn't matter? Does Javascript work in live preview?
Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#57Are we trying to reinvent web development? Last few years have been wild. We abandoned HTML CSS and JS websites that used to work just fine and ran after frontend component frameworks and now the circle is getting completed by building tools and extensions we had 20 yrs ago
>We abandoned HTML CSS and JS websites that used to work just fine Hmm. Have you actually done much web development in the last 10 years? Building websites with raw HTML, CSS and JS 10 years ago was very much not "just fine". There's a reason frameworks were invented.
Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#58Earlier quoted context omitted.
What do you consider "not fine" about websites written in "just" html, CSS, and js?
1) Rats nest of non-declarative JavaScript. 2) Rats nest of JavaScript callbacks. 3) Overlapping stylesheets with !important everywhere. 4) Elements used for style not their semantic purpose ( , ) 5) Subtle and not-so-subtle browser compatibility issues.
Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#59we've come full circle - macromedia dreamweaver had this in 2001
Wait till you hear about Typescript, you know adding types to ECMAScript, like Macromedia did some 20 years ago. :) Being in the industry for 20+ years and starting as a teenager making games in Flash it makes really hard for me to treat webdev seriously with all their revolutionary innovations. At work I often encounter a resistance to a tech or solution I propose, because "there hasen't been any substational contri…
Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#60Earlier quoted context omitted.
1) Rats nest of non-declarative JavaScript. 2) Rats nest of JavaScript callbacks. 3) Overlapping stylesheets with !important everywhere. 4) Elements used for style not their semantic purpose ( , ) 5) Subtle and not-so-subtle browser compatibility issues.
5) is the only valid reason, the rest has comparable alternative shitty things when using whatever framework