21

Updated a website for an older client today. Realized I originally wrote their website in 2002.

That web site is a fucking non-responsive piece of shit... but it is still running normally after 18 years.

Just HTML/CSS and some light JS/PHP for form processing. It's not fancy but it still performs and works perfect on Desktop and OK on mobile. Mobile devices which DID NOT EXIST when I wrote it.

Let this be a lesson to the entire new class of developers who seems to think you need some framework to develop. You don't. And I GUARANTEE if that site used any framework that framework would have been retired or updated to un-useability 10 years ago.

Meanwhile my LAMP ass "web native" shit spaghetti with ZERO DEPENDENCIES is still just chugging the fuck along.

Comments
  • 7
    Your non-responsive mostly static website can be like that. Not every case is the same. People use frameworks for more sophisticated websites. It is a risk they gladly take.
  • 2
    @aviophile Static websites can be fully responsive.

    Actually, HTML with no CSS at all has always been responsive by default (if super ugly). It's devs who break that with their CSS.
  • 1
    @ostream omg did you write the endpoint in
    @highlight
    telnet towel.blinkenlights.nl
  • 0
Add Comment