VIE is a JavaScript library that makes RDFa-annotated entities on web pages editable. We started the work towards the next major version of it, codenamed Zart (for Mozart) in a Salzburg IKS hackathon couple of weeks ago.
The purpose of business analytics is to find data from the company’s information systems that can be used to support decision making. What customers buy most? What do they do before a buying decision? What are the signs that a customer may be leaving?
Tutorial on sending and receiving email with Node.jsToday I wrote some examples of sending and receiving emails with Node.js.
Creating Objective-C applications with Node.jsNative-feeling Mac applications can now be built in JavaScript with NodObjC. This means OS X joins Windows 8 and GNOME in the group of desktop environments that can be targeted with the universal runtime. Hello World looks like the following:
Windows 8 JavaScript code examplesAs seen from the list, JavaScript is a first-class citizen in the Windows 8 world. For example, dealing with Contacts:
Working with streams in JavaScript
Microsoft embraces the Universal RuntimeSimple JS calls like var instance = new Windows.SomeInterface() will be the new way to access Windows APIs, with HTML5 and CSS for rendering.
GObject Introspection (GIR) is a way to create automatic bindings to GNOME libraries for various different programming languages. I’ve written before about the benefits of bringing GIR to PHP, and now it seems something similar is happening on Node.js.
I’m getting worried about Google. Long one of the champions of the open web alongside Mozilla, the rise of social networking silos and the app economy seem to have scared them. And like any scared organism, they lash out.
Implement LDAP servers in JavaScriptI’m quite excited about this. LDAP has always been an interesting protocol, but with rather complicated implementations.