Sometimes you need to quickly run a simple HTTP server on your localhost to test or try something. If you already have Python installed, then […]
Encrypting DNS
A way to make it a lot harder for your ISP to track and collect content from your browsing activities is by encrypting your DNS […]
Firefox OS – A simple No Nonsense Calculator
When I received my Geeksphone Keon last year (2013), I searched the Firefox Marketplace for a simple calculator, similar to the Calculator that comes with […]
Total Mouse Control in Javascript
The following article was originally written back in 2006. The code example below shows you how you can include better mouse control over your web […]
Creating an Offline Web App for the iPhone
Besides coding in Objective-C on a Mac in order to create native apps for the iPhone, the iPod Touch and the iPad, you also have […]
Using Servlet filters in Java web applications
As of the Java Servlet specification version 2.3, a component type, called a filter, can be used in your Java web applications. A filter dynamically […]
A complete AJAX example
There are several third party libraries that simplify the programming that is needed to make your web pages communicate with the server more dynamically, and […]