2025-02-22

Ask HN: Is anyone still using Dreamweaver?

A nostalgic discussion about Adobe Dreamweaver reveals its historical significance as a web development tool in the early 2000s, with mixed experiences from users. The conversation explores the evolution of web development tools, from WYSIWYG editors to modern frameworks, highlighting both the simplicity of earlier tools and the complexity of current solutions.

Original archive.is archive.ph web.archive.org

Log in to get one-click access to archived versions of this article.

read comments on news aggregators:

Related articles

Let's Hold Hands · Untested

A web app called 'Let's Hold Hands' enables anonymous, non-verbal interactions between two users through a simple hand-holding interface. Built using Preact and PartyKit, the project explores serendipitous human connections without verbal communication, offering both direct invites and random pairing functionality.

JavaScript Required

Bluesky requires JavaScript to function as a heavily interactive web application, although basic HTML interfaces are possible but not implemented.

GitHub - PragmaticMachineLearning/probly

An innovative spreadsheet application combining traditional spreadsheet functionality with Python data analysis and AI capabilities, leveraging OpenAI API and Pyodide for runtime execution. Built with Next.js 14 and TypeScript, it offers interactive data visualization through ECharts and intelligent suggestions through an AI-powered chat interface.

GitHub - electronicarts/CnC_Red_Alert: Command and Conquer: Red Alert

Source code for Command & Conquer Red Alert has been released with Steam Workshop support, requiring specific legacy development tools and libraries for compilation. The code requires significant restoration effort and specific SDKs, with compilation requiring Watcom C/C++ and Borland Turbo Assembler.

Beej's Bit Bucket

A developer documents their journey of replacing Disqus with Mastodon-powered comments on their blog, detailing the technical implementation process and considerations. The solution involves fetching comments via Mastodon's API and displaying them using JavaScript, while maintaining a blacklist system for content moderation.

The Vine Programming Language

Vine is a new programming language designed for web development that aims to combine modern features with simplicity and performance. The language emphasizes safe concurrency, static typing, and seamless JavaScript interoperability while maintaining a familiar syntax for experienced developers.

Why Ruby on Rails still matters

A comparison between Ruby on Rails and Next.js frameworks highlights how Rails maintains relevance through simplicity and abstraction, while Next.js enables advanced web capabilities at the cost of complexity. The text draws parallels between vinyl records' longevity and web technologies' evolution, emphasizing how fundamental approaches remain valuable despite technological advancement.

Running Pong in 240 Browser Tabs · eieio.games

A developer created an experimental game of Pong that runs across 240 browser tabs, utilizing favicons and tab grids to extend the playing field beyond a single browser window. The project explores creative ways to synchronize multiple browser tabs and manage favicon updates, demonstrating innovative browser-based game development techniques.

Request for developer feedback: customizable select | Blog | Chrome for Developers

Google Chrome is introducing a customizable select element feature allowing developers to style form controls with enhanced flexibility and functionality. The feature includes new pseudo-elements, content styling options, and improved accessibility controls, currently available for testing in Chrome Canary 130. The implementation builds upon the existing HTML select tag, ensuring backwards compatibility while enabling progressive enhancement.