An Introduction into Modern JavaScript

On one hand you have the Javascript language that you can use directly in the browser, simply drop it in the console and everything runs as expected. On the other hand you have this new and improved……

Similar

Using a C-Library in JavaScript

Recently we integrated spellchecking into Teamemo. Therefore we searched for a good JavaScript spellchecking library. There were some very promising available, for example: nspell. It wasn’t very popular, however was good documented and based on hunspell ... (more…)

Read more »