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.

A Week of Symfony #934 (18-24 November 2024)

This week, Symfony development activity focused on polishing the upcoming Symfony 7.2 release (scheduled for next week) and fixing some bugs in the 5.4 branch (which will reach the end of its bug-fix maintenance period next week as well). Additionally, we continued publishing blog posts about the new features of Symfony 7.2.





The Renaissance of Meteor.js

IntroductionWhen creating real-time apps such as chats or dashboards, we usually consider Node.js and its many frameworks. In this tutorial, I’ll show you the most productive to create real-time apps with Zod and TypeScript.Most of you might think I’ll talk about a new JavaScript framework, but if you have been around the JavaScript community long enough, you may have heard of Meteor.js.





New in Symfony 7.2: Optional Secret

One of the most well-know Symfony configuration options is the secret,
which can be configured via the framework.secret option or the APP_SECRET
env var in one of the .env files processed by Symfony.





WordPress 6.7.1 Maintenance Release

WordPress 6.7.1 is now available!

This minor release features 16 bug fixes throughout Core and the Block Editor.





Meteor.js 3.1: A New Dawn for Full-Stack JavaScript Development

IntroductionWhen creating real-time apps such as chats or dashboards, we usually consider Node.js and its many frameworks. In this tutorial, I’ll show you the most productive to create real-time apps with Zod and TypeScript.Most of you might think I’ll talk about a new JavaScript framework, but if you have been around the JavaScript community long enough, you may have heard of Meteor.js.





First Public Working Draft: Global Privacy Control (GPC)

The Privacy Working Group has published the First Public Working Draft of Global Privacy Control (GPC). This document defines a signal, transmitted over HTTP and through the DOM, that conveys a person's request to websites and services to not sell or share their personal information with third parties. This standard is intended to work with existing and upcoming legal frameworks that render such requests enforceable.





First Public Working Draft: WebDriver BiDi

The Browser Testing and Tools Working Group has published the First Public Working Draft of WebDriver BiDi. This document defines the BiDirectional WebDriver Protocol, a mechanism for remote control of user agents.