MS Exchange Email & Calendar with Evolution

Read email from MS Exchange without IMAP. Optionally, use Exchange calendar too. All from comfort of your Linux.

Posted in Uncategorized | Tagged , , , , , , , , , , , , | 1 Comment

Javascript Basics – variable function loop if-then-else print

Learn the very basics of Javascript: variables, functions, loops, if-then-else and printing. Run the short example in your browser, then view the source. Knowing the basics will make it more fun to jQuery/PhoneGap/Cordova/ProcessingJs.

Posted in Uncategorized | Tagged , , , , , , , , , , , , , | Comments Off on Javascript Basics – variable function loop if-then-else print

Processing.js Graphics in PhoneGap/Cordova – Example for Android

Create simple graphics and animations with Processing.js. You can publish your games and graphics as Android Apps with Cordova. Cordova (aka PhoneGap) allows you to write Android and IOS apps with HTML5 and Javascript.

Posted in Uncategorized | Tagged , , , , , , , , , | Comments Off on Processing.js Graphics in PhoneGap/Cordova – Example for Android

Hello WSGI – Python mod_wsgi on Ubuntu 12.04 LTS & Apache2

Run Python on your web server. In this article, we start with xUbuntu 12.04 LTS live CD and install the whole stack from scratch. Mod_wsgi is the recommended way to install Django and many other web frameworks.

Posted in Uncategorized | Tagged , , , , , , , | 3 Comments