Wednesday, 13 February 2019
<h1>This is a test</h1> Recently one of our clients asked me about the possibility to build a kiosk application with a Mac mini and a huge display with touch support. The display is really big about 2 meters wide. Why Mac mini, I asked, it’s expensive and makes no sense. The client answered — “we just have one and our admin is like Apple”. I’ve investigated a little and asked our devs to make a proof of concept. And we found that it’s possible with ElectronJS. You just need to do the following when you initialize ElectronJS window. And that works perfectly on Mac — the application is full screen, and you don’t have access to the dock and menu bar. Don’t forget to add a possibility to exit, I have to shut down my Mac the first time to close it. Also in Kvinivel we are the ...
Thursday, 23 February 2017
It’s not news anymore that JavaScript is the most cross-platform and cross-tier technology today. Let’s take a look at it. JavaScript can be efficiently used on the server part of Web-server and can a...
Friday, 19 June 2015
In one of my previous posts, (WPF vs. GDI+) I wrote about the performance of WPF and how to solve this problem. After some experiments in Kvinivel we’ve found more improvements to the solution in the ...
Monday, 15 February 2016
Microsoft declares that a new version of .Net and a new alternative dev tool Visual Studio Code will be available for multiple platforms, including Linux. In this post, I will try to describe my Code ...