Modern Thymeleaf Bundle https://leanpub.com/b/modern-thymeleaf-bundle by Wim Deblauwe is the featured bundle of ebooks on the Leanpub homepage! https://leanpub.com wimdeblauwe@mastodon.social #Java #Html #WebDevelopment #Software #Javascript #books #ebooks
"Beautiful days do not come to you. You must walk towards them."
- Rumi
#OnlineDirectory #WebsiteListing #LinkBuilding #Backlinks #WebPromotion #DigitalMarketing #SEO #Money #DirectorySubmission #WebResources #WebsiteSubmission #webdevelopment #website #web #Marketing #Promotion #sturtup
Promote your website today
https://python-code.pro/webdirectorypro/
Visualising Data with JavaScript Complete Bundle https://leanpub.com/b/visualising-data-with-javascript-complete-bundle by Peter Cook is the featured bundle of ebooks on the Leanpub homepage! https://leanpub.com #Graphics #D3Js #Javascript #WebDevelopment #DataScience #NodeJs #React #Html #Css
How would you create this in such a way that its individual parts can be scaled independently, including via #CSS animations/ transitions?
Here's my take on it https://www.reddit.com/r/css/comments/1jp1cgu/comment/mkw30mh/
Little @codepen demo: stacked avatars https://codepen.io/thebabydino/pen/ogNQryV
Hot-reloading in Python can be slow since the entire server process must be restarted from scratch. The Tach package speeds this up by building a dependency map. Evan Doyle explained how it works with an interesting example.
https://www.gauge.sh/blog/how-to-build-hot-module-replacement-in-python
Plone Conference 2025 Early Bird Registration is now open! https://2025.ploneconf.org/tickets
Get your tickets now with discounted price. Ticket includes full week of premium content and more! PS. This is not an April Fool's Day prank
#plone #CMS #ploneconf2025 #websites #Python #React #webdevelopment #opensource #finland #jyväskylä #universityofjyväskylä
Plone Conference 2025 Early Bird Registration is now open! https://2025.ploneconf.org/tickets
Get your tickets now with discounted price. Ticket includes full week of premium content and more! PS. This is not an April Fool's Day prank
#plone #CMS #ploneconf2025 #websites #Python #React #webdevelopment #opensource #finland #jyväskylä #universityofjyväskylä
Here's a gradient background version on @codepen too https://codepen.io/thebabydino/pen/KwKrJGp
Shape depends on how the text content naturally wraps.
To fix this, we give the assembly a tiny blur.
We don't want blurry edges either, so we push some of the semitransparent edge pixels to either 0 or 1, whichever is closer. To do so, we use another `feComponentTransfer` and map the [0, 1] alpha interval to [-2, 3]. Basically we're stretching the alpha interval to be 5 times bigger, keeping same midpoint (.5), then it's clamped to [0, 1].
How the assembly alpha is computed is something I've detailed in https://css-tricks.com/adventures-in-css-semi-transparency-land/
Keep in mind that where we have overlap, two corresponding pixels from the two layers may both have an alpha below .5, but their overlap can still give the assembly an alpha above .5!
For example:
.4 + .3 - .4*.3 = .7 - .12 = .58
Both .4 and .3 are smaller than .5, but the overlap alpha .58 is bigger than .5!
As you can see in the recording blurring makes the pixels around the edges semitransparent. The bigger the blur radius, the more pixels become transparent.
When the particles get closer, their semitransparent areas overlap. This increases the assembly alpha there.
A little spinner I made years ago on @codepen but never shared publicly https://codepen.io/thebabydino/pen/OJQKbKW
At @agaric team meeting today we talked a little about the future of #Drupal and #WebDevelopment more generally and talked about trying to help get us into the best of both worlds where a design-on-the-fly "page builder" can easily have elements that tie back into true structured content. Heartened to pick up Greg Dunlap's new book Designing Content Authoring Experiences and see this (underline added, heh):