This is a place where I try out new things and see just what's possible on a web page.
For example, Here's a referral link to jon Blurtit!Fixed positioning of HTML elements on a webpage doesn't always work on mobile devices. Here's a piece of meta code that is supposed to 'fix ...
Here's how to immediately capture the text on your web page that a visitor has highlighted with their mouse. Select some text on this page ...
I'm trialling IndexTank, to see how easy it is to use as my website's search engine!
Here's a simple hit counter: div#hitcounter { width:20em; padding:1em; margin:1em 0 0 1em; border:1px solid black; background-color ...
Using the DirectedEdge.com API
This API claims to return your location, based on your IP address. Here (hopefully) is what it thinks of yours: GeoMe->Locate; //show($data ...
The Intel Power Web API provides a web app with JavaScript access to information about the device's power and battery state. For instance ...
Just a test!
This is a demonstration of the Qhub API (see qhub.com/api for more details). Once I got my API key, all I had to do was run this code: require_once ...
google.load("language", "1"); function initialize() { var text = document.getElementById("text").innerHTML ...
From the Icebox:
blurtit_id = 'blurtit_widget_container'; //if you want to use more than one widget on the same page, make sure you ...
It's really easy to integrate Twitter notifications into your own web app. For the source code have a look at Programming with the Twitter ...