NEW VERSION RELEASED! Webix 11.1 Read More New widget — Rich Text Editor! Scheduler, File and Doc Manager updates and more

WEBIX BLOG

Grow with Webix: Real Showcase from Michael Basin

Hey guys!

New week, new showcase from our customers. Today we are presenting a short, but colourful article from Michael Basin. The project, which was made on Webix, is called Blitz-Budget. So let’s start.

“I use JavaScript Pivot for mobile applications for financial accounting as a tool for generating reports. And I do it in an unusual way.

A smartphone is used as a web-server and Pivot is run on a PC as a client. Thus, users get a possibility to make reports on a desktop directly using data from the smartphone.

Blitz-Budget App made on Webix

 

Blitz-Budget for Android – is the program for accounting and control of personal finance.

Import / Export in Webix 3.0

Web apps are dominating in the modern software development. Born as stateless pieces of HTML, they have evolved to dynamic and smart applications, still bound to the browser and the HTML markup. The next step of evolution is happening just now. A web app is moving beyond the boundaries of the browser. On the one hand, we already have desktop and mobile apps which, in fact, are wrapped web apps, on the other hand, web apps learn how to interact with desktop apps.

In Webix 3.0 we have added a few new API to simplify such a client <-> desktop data interchange.

Data Export from a web app

With Webix 3.0, you have two very powerful data export commands. They are:

webix.toPNG($$("chart"))
webix.toExcel($$("datatable"));

export to png

Those commands allow exporting any Webix component to PNG or Excel. In the case of export to PNG, you can use API with any HTML content. Yes, you can export any HTML content on the page to a PNG image.

// export the whole page to an image
webix.toPNG(document.body);

Grow with Webix: Real Showcase from BNDC company

Bonjour everyone!

Another week, another cool showcase from our customers. Today we are glad to present an article from Bruno Denis from french company BNDC. The project, which was made on Webix, is called MyMetriks. So here you go.

MyMetriks is a simple and intuitive dashboarding platform. Build 100% HTML5 and nodejs, it gives to all users possibilities to create/customise the dashboards they really need. It is cheap, based on all latest technologies and really fast thanks to in-memory data cube management.

Dashboard Design

MyMetriks made on Webix

 

All operations are done via simple click or drag and drop, even dashboards creation. All the solutions are based on Webix framework. We have developped our own Nodejs ajax JSON adapter based on Webix proxy. The platform is fairly simple: nodejs, mysql, Webix and a specific columnar database for Business Intelligence performances.

Grow with Webix: Real Showcase from Glasslink Company

Good day everybody!

Today we begin to publish new articles that describe the real use cases which were made with Webix by our customers. And the first article was presented by our customers Lars Kjebekk and Yuriy Klyuch from the Glasslink company.

“My name is Lars Kjebekk and I run the company called Glasslink. We specialize in glass and facade consultancy and also do some custom IT solutions. I have worked a lot with automating processes to improve efficiency and also provide the end users with better service.

Glasslink was contacted by Polyteknikk as they wanted to bring their service to the web. Polyteknikk is a manufacturer of professional tag signs for offshore, building and other fields that require technical marking.

The final result is //myglasslink.no/webix25/polyteknikk2/index.html

The idea was to create a web portal where customers could login and design their signs online.

After a lot of sketching and brainstorming, we ended up with a 4 step wizard to design the signs. We have also implemented dynamic image view that shows the changes in colors, fonts, shapes, etc. in real time.

Design Wizard View

WebixShowcase

Highlight your company with Webix

Hi, everyone!

They say that Monday is a tough day. We say that Monday is a right time for new beginning. That is why today we decided to start our new project, in which everyone, who deals with Webix, can participate.

Highlight your company with Webix

 

I think, you will agree that before you buy a product or a service, it would be cool to read the reviews of people who have already used it. And if we are talking about building applications, it would be nice to see real cases that have already been created. That is why every week in our blog we will publish an article that describes a real use case which was made with Webix by our customers.

Everyone, who has a product or an application made with Webix library! If your project is not internal, confidential or private, and you want to share it publicly and highlight your company in our blog – my email is open for your cool articles.

What we expect to get: a full description of your product, for what purpose and for whom it was developed, 3-5 screenshots, as well as the information about your company (link to the website or your blog, your company’s name and the name of the product), and any additional information you want to share.

By the end of this year we will publish all the articles. Then we will choose the most interesting application or solution based on Webix JavaScript UI library and announce the winner.

Hurry up, maybe exactly your app is the most interesting one!

Webix Jet – a better way to build web apps

Making a web application should be easy.

While developing Webix, we have tried to create components that simplify the development of web applications. Fast, clear, customizable; Such are the components we needed for our projects.

However, it was not enough. Every time we were developing new applications, we invented new solutions about how to keep the code, how to organize navigation, how to work with the server-side code and lots of other boring tasks. After a while, we decided that enough is enough. Eventually, all the best practices for developing on Webix were combined into a micro-framework. So, that’s how Webix Jet was born.

webix jet micro framework

 

What is Webix Jet

Webix Jet is a micro framework for a single-page application. As you probably know, Webix is a library of diverse and separate UI components. Webix Jet is a framework which allows you to combine and reuse them all and to create and develop your perfect app with minimal code footprint and without stress.

It is very light in weight (less than 10 kb of code ), works with any back end (NodeJs, PHP, .Net ) and can be used for both Desktop and Mobile apps.

Path to Webix 4.0

You may already be aware of the release of Webix 3.0 only one week ago with more new cool features. That doesn’t mean that we are going to rest on our laurels. What it means is that we have already started working on the next Webix update.

Webix roadmap

 

To tell the truth, not all features that were planned for version 3.0 were included in the final release. We were a bit over-optimistic with our previous estimates. Nevertheless, features missing in version 3.0 have not been discarded and will be included in our next updates.

Webix UI

Version 3.1 (the date of release is the end of November) will contain the long-expected side-menu component and auto-sizing functionality for menu and buttons (that is mandatory for any multilingual app).

What is more, the next version will have layouts with absolute float positioning and data-map component that will allow you to visualize complex data similar to the next:

Webix 3.0: Webix Jet, Visual Designer, New functionality

Now September is in its most colourful phase and we are happy to present our powerful updates. Today we want to highlight a release of Webix 3.0 that adds two absolutely new ways to build a Webix based app and new features, which are unique, and can’t be found in any other HTML frameworks.

Webix 3.0

 

Let’s start with 2 major updates.

Webix Jet – framework that works

Webix UI helps you to create apps faster by providing rich widgets. Still the whole app is more complex than just a set of widgets. Developers also need to arrange their code nicely as well as solve such tasks as app routing, state saving, code re-usage and etc. To cover all above concerns, we are introducing micro framework Webix Jet as part of the release. It will definitely save your time and efforts.

Coming Out: Webix Update 3.0

Hey everyone!

September 22 – mark the date in your calendar, because exactly on this day we will be glad to present our new major update – Webix 3.0. As autumn is a start of a working year, we decided to start it with a big upgrade.

Webix 3.0

 

What September 22 will bring:

  1. Webix Jet – a micro framework on top of Webix UI, which will allow you to combine and reuse all of diverse and separate UI components, and to create and develop your perfect app with minimal code footprint and without any stress.
  2. Visual designer – a tool for creating UI by drag and drop.
  3. New, even more powerful functionality for grids: Sub-rows, Sub-grid, Sub-form.
    a) ability to show really complex data in the datatables
    b) nested tables
    c) master and slave data in the same table
  4. Import/Export to PNG and Excel – no longer need to take screenshots or start separate tables. It definitely simplifies tasks’ solving and saves your time.

As usual, we have something to share.

Stay tuned and see you next week!

Share it with your friends and get +3.0 to your karma!

1 2 3