Designing APIs is an important task. The API should be simple, follow good conventions, behave like expected, be efficient. This post is about updating data in bunch operations.
Last time I told you about txml, the fastest XML parser in Javascript. Now I have a new bonbon for you. tReeact. A framework that is inspired by facebook’s react. In react you are compiling JSX letting you generating an object-tree representing the html-DOM
I want to share some thoughts about the code structuring within an application server. In this article I use the pretty much generic term 'application server' to relate to the server that is executing the main parts of your ...
It is done, the fastest pure Javascript XML parser is ready. For a new UI framework that I develop I needed an XML-DOM parser. The new framework tReeact, was highly inspired by ...
The short answer is Javascript. When you want to learn to program, you should learn Javascript. With Javascript you can do almost anything. And today it is getting more and more popular ...