webdev
-
Nice. https://fontofweb.com/ Find out what fonts a website uses or apparently search for websites by font. #fonts #webdev #webtools
-
Copy Table in #Excel and Paste as a #Markdown Table. https://thisdavej.com/copy-table-in-excel-and-paste-as-a-markdown-table/ "Easily create Markdown tables by copying data from Excel or Google Sheets and pasting it into the text box below using Ctrl+V. Alternatively, as a new feature, paste a Markdown table to convert it to Excel/Google Sheets format." #webdev #webtools
-
"WP Since" makes sure your #WordPress plugin works with the right WordPress version automatically. Scans your WordPress plugin to detect all used core symbols and validates them against their official @since versions for accurate compatibility checks. https://github.com/eduardovillao/wp-since #webdev #PHP
-
SQLite is 25 years old today. https://sqlite.org/src/stat #SQL #webdev
-
.tv { width: 10%; top: 0; position: absolute;} #memes #webdev #CSS
-
Spouse: ”Did you buy another domain name for a side project you’ll never finish?” 🤔 #memes #webdev #domainnames
-
Display any CSV file as a searchable, filterable, pretty HTML table. https://github.com/derekeder/csv-to-html-table #CSS #HTML #webdev
-
"What does reading code comments from some developers look like?" 🤔 #memes #webdev #programming
-
Hiding elements that require JavaScript without #JavaScript https://0xda.de/blog/2025/04/hiding-elements-that-require-javascript-without-javascript #CSS #webdev
-
How to have the browser pick a contrasting color in #CSS via @jensimmons https://webkit.org/blog/16929/contrast-color/ #webdev #frontend
-
"Plain Vanilla" "An explainer for doing web development using only vanilla techniques. No tools, no frameworks — just #HTML, #CSS, and #JavaScript." https://plainvanillaweb.com #webdev
-
Fun look at making of "infinite monkeys" experiment (I 🧡 the web btw). If you're into #webdev or #javascript it might be worth a look, not a long read. https://www.lukeschaefer.dev/posts/making-of-monkeys/ I love how the (bad) state management library was called StateFarm. Also reminded that https://lit.dev/ exists. #HTML
-
.door { max-width: 90%; float: right;} #memes #CSS #webdev
-
Reading: Avoiding Skill Atrophy in the Age of #AI https://addyo.substack.com/p/avoiding-skill-atrophy-in-the-age "Make AI a collaborator, not a crutch – a junior pair programmer or an always-available rubber duck – rather than an infallible oracle or a dumping ground for problems." #webdev
-
“Ever watch customers use your app with reading any documentation?” 🤔 #memes #programming #webdev
-
Web Browser telemetry – 2025 edition "An article about which browser has the most connections after a fresh install." https://sizeof.cat/post/web-browser-telemetry-2025-edition/ "But I do believe that’s a huge amount of connections for some of the browsers since it’s actually the first start after installing." #webdev
-
Why I 🧡 the web. https://hypertext.tv/ has "daily and weekly TV programming for handmade games, art, and other websites." You can add your sites via GitHub. #opensource https://github.com/evadecker/hypertext.tv #oldschool #web1.0 #webdev
-
"When looking at your tasks for a project how do you know which one involves #JavaScript ?" 🤔 #memes #webdev
-
#WordPress 6.8 “Cecil” is out. 🎉 Thanks to the over 900 contributors (including 250+ first timers) and their partners, family, therapists, pets, imaginary friends, parents. in more than 60 countries all over the world. https://wordpress.org/news/2025/04/cecil/ #opensource #PHP #webdev
-
Stevens: a hackable #AI assistant "using a single #SQLite table and a handful of cron jobs" https://www.geoffreylitt.com/2025/04/12/how-i-made-a-useful-ai-assistant-with-one-sqlite-table-and-a-handful-of-cron-jobs #webdev
-
"Writing Cursor Rules with a Cursor Rule" https://www.adithyan.io/blog/writing-cursor-rules-with-a-cursor-rule Writing rules for Cursor has greatly added to it's effectiveness in my development with it. Inspired by https://cursor.directory/ and https://github.com/PatrickJS/awesome-cursorrules. #CursorAI #AI #webdev
-
Interesting: OmniSVG is the first family of "end-to-end multimodal SVG generators" capable of generating complex and detailed SVGs ("from simple icons to intricate anime characters"). https://github.com/OmniSVG/OmniSVG #opensource #webdev #svg #AI
-
"What does it look like when there's a bug in your debugger and it crashes your coding app?" 🤔 #memes #webdev #programming
-
Why I 🧡 the web. WebTUI is a modular #CSS library that brings the beauty of Terminal UIs to the browser. 💻 https://webtui.ironclad.sh/ #frontend #webdev
-
Some nice #SVG tricks. Animated "Knight Rider" bars, table of contents tweaks, and more. https://fuma-nama.vercel.app/blog/svg-art #webdev #frontend #CSS
-
NICE. 🎉 #opensource and #selfhostable private file converter. https://vert.sh/https://github.com/VERT-sh/VERT – Convert files directly on your device using WebAssembly.– No file size limits.– Supports multiple file formats. #webdev #webtools #Svelte
-
"Default styles for h1 elements are changing" #frontend #webdev #HTML https://developer.mozilla.org/en-US/blog/h1-element-styles/
-
“Ever tried to warn future #developers with a comment in your code?” 🤔 #memes #programming #webdev
-
Apache ECharts:An #opensource visualization library in #JavaScript. https://echarts.apache.org/en/index.html Also see https://chartscss.org/ #CSS #webtools #webdev #charts
-
“Ever start writing documentation for users but then just give up?” 🤔 #memes #webdev