Feed items

  • warning: Declaration of views_handler_argument::init(&$view, &$options) should be compatible with views_handler::init(&$view, $options) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_argument.inc on line 48.
  • warning: Declaration of views_handler_filter_boolean_operator::value_validate(&$form, &$form_state) should be compatible with views_handler_filter::value_validate($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_filter_boolean_operator.inc on line 111.
  • warning: Declaration of views_plugin_row_node_view::options_form(&$form, &$form_state) should be compatible with views_plugin_row::options_form($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/modules/node/views_plugin_row_node_view.inc on line 35.

Node v20.19.0 (LTS)

Node.js Launches Official Community Space on Discord





PHP 8.3.19 Released!

The PHP development team announces the immediate availability of PHP 8.3.19. This is a security release.

All PHP 8.3 users are encouraged to upgrade to this version.

For source downloads of PHP 8.3.19 please visit our downloads page,
Windows source and binaries can be found on windows.php.net/download/.
The list of changes is recorded in the ChangeLog.





Fusion or the Art of Writing PHP Into a Vue SFC Components


Bridging the gap between the frontend and backend is a challenge that tries to solve Fusion. On its way to do so, it brings a lot of things to learn from.





Updated W3C Recommendation: WebRTC: Real-Time Communication in Browsers

The Web Real-Time Communications Working Group has published WebRTC: Real-Time Communication in Browsers as an updated W3C Recommendation. This document defines a set of ECMAScript APIs in WebIDL to allow media and generic application data to be sent to and received from another browser or device implementing the appropriate set of real-time protocols.





Laravel 12.2 Introduces Custom Starter Kits


The Laravel team released v12.2.0 this week, along with an update to the Laravel installer that supports community starter kits.





Access Management in Filament With the Shield Plugin


The Filament Shield package adds access management to your Filament panels, resources, pages, and widgets.





WordPress 6.8 Beta 2

WordPress 6.8 Beta 2 is now ready for testing!

This beta version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites.  Instead, you should evaluate Beta 2 on a test server and site.

You can test WordPress 6.8 Beta 2 in four ways:





W3C invites implementations of Dubbing and Audio description Profiles of TTML2

The Timed Text Working Group has published Dubbing and Audio description Profiles of TTML2 as a W3C Candidate Recommendation. This document defines DAPT, a TTML-based file format for the exchange of timed text content in dubbing and audio description workflows. Comments are welcome via GitHub issues by 8 April 2025.





Control Hardware Components in Laravel with Pinout


Pinout is a Laravel package that bridges the gap between web applications and hardware, enabling developers to control hardware components directly from their Laravel projects.