All posts tagged JavaScript

Latest
October 19, 2008, 7 Comments

If you ever created a script with JS, you probably know how painful logging messages with alert() function is. Not only you can see one message at the time but …

Detect connection speed with JavaScript

August 6, 2008, 12 Comments

Recently i created JavaScript application which tests user connection speed, in fact it measures connection speed between user and my server, but that ...

PHP, JSON and JavaScript usage

July 17, 2008, 50 Comments

Today i want to introduce you to jSON (JavaScript Object Notation), in short, it is a simple format designed to exchange data between different progra ...

Your very first AJAX web application

July 14, 2007, 4 Comments

Let me explain why i selected such title. When writing AJAX scripts there is a part of code that always have to be included, it is pretty much like DO ...