webdev
-
More #CSS goodies incoming. "CSS scrollbar-color and scrollbar-gutter are Baseline Newly available" https://web.dev/blog/baseline-scrollbar-props With the scrollbar-color property you can change the colors used for scrollbars. Using scrollbar-width you can opt-in to a narrower scrollbar or hide completely. #webdev
-
"How did you know that the worker installing your power outlets was formerly a bad #CSS developer?" 🤔 #memes #webdev
-
“As a developer what decisions do you face daily?” 🤔 #memes #webdev #programming
-
Tailwind Alchemist is a #CLI tool to find and replace Tailwind #CSS colors. https://github.com/Einenlum/tailwind-alchemist Check all the #Tailwind default colors used in your project and replace existing colors with new ones while maintaining consistency. #webtools #webdev
-
For #JavaScript devs, this is big. Nice overview w/ link to more docs. https://developer.mozilla.org/en-US/blog/javascript-temporal-is-coming/ Replacing Date object. Adds support for time zone and calendar representations, many built-in methods for conversions, comparisons and computations, formatting, etc. #webdev
-
After Coda, my code editor of choice was Sublime Text for a LONG Time before #VSCode. "Why I still like Sublime Text in 2025 after about 15 years of using it" https://ohdoylerules.com/workflows/why-i-still-like-sublime-text-in-2025/ #webdev #programming
-
“Ever seen a feature in an app that wouldn’t have been needed if things were designed correctly from the start?” 🤔 #memes #webdev
-
“I’m Going Back to #jQuery in 2025” via @chasingquiet.dev https://marc.boisvertdupras.com/going-back-to-jquery-in-2025/ I still use it to this day even beyond #WordPress if I’m not using a framework. Majority of the sites in the web still do. It just works. #JavaScript #webdev
-
Nice look'n SVG to CSS converter. Converts SVG code into a Data URI, an encoded URL format that can be used as a background-image source. #webdev #SVG #CSS https://www.svgbackgrounds.com/tools/svg-to-css/
-
“Back in my day it was simple but rough. We built sites from whatever we could find. Not pretty, but it worked.” 🤔 #webdev #oldachool #memes
-
As a #VSCode user I might try this. Opening a new project in the same window. #webdevhttps://www.stefanjudis.com/today-i-learned/reuse-editor-window-in-vs-code/
-
Helpful boommark especially for #webdev folks – an alt decision tree. https://www.w3.org/WAI/tutorials/images/decision-tree/ #a11y
-
Nice quick #HTML reference: https://htmlreference.io Also one for #CSS: https://cssreference.io #webdev
-
cs16.css is a #CSS library based on… <checks notes> …Counter Strike 1.6 UI. Neat. https://cs16.samke.me/ #webdev
-
"Build for the Web, Build on the Web, Build with the Web" From @csswizardry https://csswizardry.com/2025/01/build-for-the-web-build-on-the-web-build-with-the-web/ "Web as a platform = a safe bet…Opt into features incrementally…Embrace progressive enhancement…Write code that leans into browser, not away from it." #webdev #frontend #css
-
“Ever troubleshoot a #WordPress site and spot an old plugin that you didn’t know even existed?” 🤔 #memes #webdev #oldschool
-
https://open-props-ui.netlify.app allows you to use components (like a menu, button, badge, or form elements) that you can copy and paste to your project. #opensource: https://github.com/felix-bohlin/ui #frontend #webdev #CSS
-
A nice little #CSS button generator, in case you need one in a pinch. https://markodenic.com/tools/buttons-generator #webdev
-
"Top 25 Website Fonts for 2025" https://bestwebdesigntools.com/blog/designers-favorite-top-25-website-fonts-for-2025 i'm not a big font person, but sometimes I do like to change things up. I'm a rebel. #free #frontend #webdev #fonts
-
Some #opensource and free #Laravel SaaS Starter Kits. "…comes with a lot of features that are common to most #SaaS applications such as user authentication, subscription billing, team management, etc." https://www.amitmerchant.com/open-source-laravel-saas-starter-kits/ #PHP #webdev
-
Interesting: matcha.css is a drop-in semantic styling library in pure #CSS. https://matcha.mizu.sh “Ideal for fast prototyping, static HTML pages, Markdown-generated documents…”. No dependencies Semantic. #webdev
-
Not a big fan of distractions while I code, but this IS cute. https://github.com/tonybaloney/vscode-pets This adds playful pets 🦀🐱🐶 in your VS Code window. #vscode #webdev #programming
-
#PHP version stats: January, 2025 Good data here from Brent Roose ("stitcher"). Recent numbers here, but his post has lots more comparative data. 7.4 – 7.6%8.0 – 3.4%8.1 – 18.1%8.2 – 28.6%8.3 – 32.7%8.4 – 5.1% https://stitcher.io/blog/php-version-stats-january-2025 #webdev #Laravel
-
For developers using #Git, keep this handy if you use "Oops" (or other words) when you hit a problem… https://ohshitgit.com Like undoing commits, wrong branches, and more. #webdev
-
Nice to see a moderate pain in the #CSS butt addressed. https://developer.chrome.com/blog/css-text-box-trim Take back space from above and below your text content. #webdev
-
Nice if you end up using #FFmpeg. https://ffmpegbyexample.com/ #webdev #video
-
Client: "The forms on our website should cover ALL the bases." 🤔 #memes #webdev #UX
-
"Ever see things in real life that remind you of code bases you've worked on?" 🤔 #programming #memes #webdev
-
Relatively New Things You Should Know about #HTML Heading Into 2025 (from @chriscoyier.net on @frontendmasters.com) https://frontendmasters.com/blog/bone-up-html-2025/ And yes! Styleable <select>s are coming! 🎉 #CSS #webdev
-
Picyard is a tool for making your code snippets look nice with various themes and languages supported. I've seen apps (paid and free) do this, but if you need a free online solution work a look. https://www.picyard.in/code #frontend #CSS #webdev #JavaScript #PHP