Tag Archive: javascript

Mar 31

Modify iframe contents with Javascript

Conventionally, you are not allowed to play around with the contents of an iframe of external url with javascript. But with the use of javascript injections, you can do it very easily.For example, you want to modify the values of text fields in the web page open in an iframe, but the web page is …

Continue reading »

Mar 03

How to Create a Visitor Map with PHP

id159_step1_substep1_preview

This tutorial aims to outline the process of creating a visitor map you sometimes see on MySpace profiles. It does not aim to be a definitive guide on creating an incredibly precise map, but rather shows an example of the process involved and how different APIs and data can work together. Due to the nature …

Continue reading »