Tango Desktop Project – is a free guideline to create design in a tango style (primarily used in Linux). Here is a color theme table used in tango project.
Archives for HTML
Javascript snippet: “asUtfCodes” function
Sometimes I need to include escaped string sequence to my code (mostly for unit tests), because clearcase (VCS I forced to use by my current employer) chokes when it encounters UTF-8 -encoded source code. In order to make my life easier, I wrote a small function that transforms a given input string to it’s escaped [...]
HTML5 phenomenon
HTML5 is a developong standard that would extend boundaries of the modern applications. This article claims that learning HTML5 today is a great investment.
Web Workers
Web Workers is an approach to multitasking in JavaScript. Web Workers is drafted and committed for review for being added to HTML5 standard. Web Workers now used in node.js.
In-browser code editing
In-browser code editing now available for modern browsers. Wow!
Rich HTML editing
Two articles by Olav Junker: Part 1 Part 2
Posts