Sciter Chat

This month I was designing Chat module implementation. That is Skype, WhatsApp, Slack, etc. alike thing. Implementation is pretty simple and so greatly customizable. Let me know if you will need anything close to it.

Making Sciter Open Source

I’d like to transform Sciter Engine project to Open Source eventually. As for me Open Source is a great responsibility and to make Sciter Open Source requires significant amount of work – code needs to be commented thoroughly, overall source architecture to be documented, source code restructured. Yet I need to make it compliable by…

Bloomberg Terminal, how I would do it with Sciter.

I think the image above looks familiar to people working around stock exchange. The screen contains many areas that are updated in real time so it is interesting to try to implement this using Sciter and its rendering pipelines. So I’ve made simple mockup of typical screen used there, in particular that scrollable list with…

Sciter+Node versus Electron

Electron As we know Electron.js is built of Chromium and Node.js. Where Chromium is a full scale Web browser that even uses its own, independent JavaScript engine. Therefore each Electron.js application is essentially a separate Web browser and Web server installed on your machine – as many Electron applications you are running – as many…

C# Span versus aux::slice

The Span<T> has landed in .NET Standard today. According to the article (Span<T> is) at the heart of most performance-related improvements in .NET Core 2.1. Since it allows managing buffers in a more efficient way, it can help in reducing allocations and copying. We consider Span to be a very fundamental type as it requires…

HTML-NOTEPAD

HTML-NOTEPAD application is out While it works for me consider it as a beta. More features and fixes will be added down the road.

Splitting strings

Have read Splitting Strings by Chris Zetter mini saga… What this expression: “”.split(“,”) shall produce?

SCITER.COM

After 6 years Sciter Engine finally got its own home : sciter.com. The site is not complete though, I am still working on content, documentation in particular. The plan is to combine in one place stuff that was spread across many sites and blog articles. Forum users are advised to re-register on Sciter’s new forum…