Feed on
 Posts
 Comments
Java Beans dot Asia

Just a few simple tutorials …

Category Archive for 'javascript'

I came across a Firefox Add-On today by Matthias Tylkowski, that lets user to modify the browser view of his/her preferred web pages. For example, user can modify the appearance of cnn.com to suit his/her needs. The add-on or the web rules is a JSON-based rule language, where each rule is a JSON object. In [...]

Read Full Post »

In this article I would like to show how JSON (JavaScript Object Notation) and Java servlet can be used together in a little AJAX (Asynchronous JavaScript and XML) application. To give brief description to those who are not closely familiar with JSON – JSON is a lightweight syntax for representing data, which makes working with [...]

Read Full Post »

Few days ago I was searching for a solution to the problem I’ve encountered – I needed to prevent a third party page to break out of iframe inside a web page of my web application. For people who are not closely familiar with JavaScript, the following JS snippet will make it more clear how [...]

Read Full Post »

The other day I was developing small client-server application where I needed to check using Javascript on the client’s side whether active Internet connection exists, before submitting request to the server. Javascript does not allow you to do ping, and even so many websites protect against ping requests (ICMP echo), so I had to come [...]

Read Full Post »


Page 1 of 11