Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.misc Subject: Re: The Web (HTML) Sux Date: 25 Dec 2025 22:38:27 GMT Lines: 15 Message-ID: References: <10i7khm$2e0ab$3@dont-email.me> <10i8lit$2ltf1$1@dont-email.me> <10i8u2b$2p3ha$1@dont-email.me> <69487137@news.ausics.net> <20251222135823.000042ea@gmail.com> <10icgk7$3rvck$1@dont-email.me> <20251222144314.000060d0@gmail.com> <10icj90$3snlp$2@dont-email.me> <20251222153725.000058b6@gmail.com> <10icl7j$3t6jc$2@dont-email.me> <10igm2u$10hm7$1@dont-email.me> <10ihdst$1aaqu$9@dont-email.me> <10ii5u3$1hc1p$1@dont-email.me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net 3s9vYqAa5NkqSusCmzWFCAatnT/qYLzGlcW5DrPmTuRm2cKTVG Cancel-Lock: sha1:tCl2VNX8f+YnR2lUYOWlVJsyLlg= sha256:RgEimAhr2tGSAxFhRn32HihmYGYDLIzYWcDPRehLL7g= User-Agent: Pan/0.162 (Pokrosvk) Xref: csiph.com comp.os.linux.misc:79847 On Thu, 25 Dec 2025 21:05:10 GMT, Charlie Gibbs wrote: > I suspect that a lot of these so-called "designers" use web site > generators and seldom if ever look at the actual HTML that's being > generated. Ah, for the good old days when FrontPage used up the world's supply of non-breaking spaces trying to format a page. 'ng generate component foobar' gets you a whole subdirectory full of wondrous stuff. Not too much happens in foobar.component.html. All the heavy lifting is in foobar.component.ts. For our web application no day and no way would static pages assembled server side get the job done.