WEBIX BLOG

Управление временем и датой с Webix

Выбор времени и даты – частая задача в современной веб-разработке. Простой и интуитивно понятный интерфейс является залогом успешной коммуникации между вашим приложением и пользователями.

Software development time saving practices: Gantt charts for project management and UI libraries

Managing a project in software development is a challenging task: there are always lots of issues to face, team members who need to be controlled, deadlines that should be met in a timely manner, and tons of critical details that affect the whole project development. In this environment, time-saving practices take the stage and play a critical role: the better you master them, the higher the chances to successfully complete a project.

Boosting Webix Pivot Performance: HTML5 Web Workers

Performance is a key feature of modern web applications. It is a mountain you have to climb to win your customer’s heart, but sometimes its top remains unreachable due to heavy tasks the application has to perform on the client side.

Take, for instance, Webix Pivot table JS widget. It does a hard job of calculating and aggregating data and may leave the UI unresponsive if the data is too big. Fortunately, from version 4.2 the widget comes supplied with an HTML5 Web Worker, which takes all the data processing into a separate thread.

web workers for high-performant web pages

1 2