Accueil > Notes > @b_b - Seenthis
http://www.seenthis.net/people/b_b
Articles
-
CSS Tip : Learn CSS the easy one
2 mai, par b_b (@b_b)#CSS Tip: Learn CSS the easy one
▻https://css-tip.comA small website where you can learn a new CSS #trick every day. All the CSS secrets are here (Flexbox, CSS Grid, Gradients, Colors, Animation, Masking, Selectors, etc). It takes one minute to read a tip.
Quelques trucs sympas comme ▻https://css-tip.com/horizontal-line-title ou ▻https://css-tip.com/css-ribbon
-
WordPress Playground
24 avril, par b_b (@b_b)#WordPress Playground
▻https://developer.wordpress.org/playground
▻https://wordpress.github.io/wordpress-playgroundWordPress Playground brings key platform dependencies into the browser. Here’s a quick breakdown of how it works:
– #PHP runs as a #WebAssembly binary
– MySQL is replaced for SQLite via a WordPress plugin
– Web server is implemented with the Service Worker APIFaire tourner un WP directement dans son navigateur, cas d’usage :
- Single-click website clones to experiment with design updates and plugins
– WordPress programming tutorials in the browser without any local setup
– Zero-setup website builders
– PHP and WordPress versions switchers—helpful for testers
– Bug reports that include a real reproduction
– Single-click development environments for reviewing code, onboarding new developers, or debugging failed tests directly in the CI (imagine visiting WordPress.org, pressing a button, and starting your first PR right there) -
Online PHP editor | Test code in 250+ PHP versions
24 avril, par b_b (@b_b)Online #PHP editor | #Test code in 250+ PHP versions
▻https://3v4l.org -
North East Coastal Town | LIFE ❝post-punk dansant et goguenard❞
7 avril, par b_b (@b_b)North East Coastal Town | LIFE
post-punk dansant et goguenard
▻https://lifebanduk.bandcamp.com/album/north-east-coastal-town
#son via ▻https://www.positiverage.com/life-north-east-coastal-town
-
Compress PHP applications into one binary : PHP
7 avril, par b_b (@b_b)Compress #PHP applications into one binary : PHP
▻https://www.reddit.com/r/PHP/comments/12e743w/compress_php_applications_into_one_binaryAre we talking about a full-size web app, or a small CLI app?
See ▻https://github.com/dreadnip/static for an example.
TL;DR: you build your app as a #phar (for example with Box), en then prepend it with this: ▻https://github.com/dixyes/phpmicro/blob/master/Readme.EN.md
The result is a #selfexecutable binary.