controlling

How to display externally hosted images without being surprised by unexpected file sizes or other unforseen problems.

So I run a webgame over at http://ninjawars.net Displaying externally hosted images I want to provide embeddable images that aren't avatars (I'm aware of and already using the great service of gravatar, but these images won't be tied to any email), this is because I've found hosting your own uploaded images to often be a pain, and othe...

Javascript: Can't control parent of descendant nodes.

I'm creating elements (level 1) dynamically which in turn create elements (level 2) themselves. However, the children of level 2 elements have "body" as their parent. In the HTML code below, the content if spotAd2 is created by my function createNode(). It's a Google Ad Sense tag. However, the Google Ad Sense tag create elements that we...

How can I modify browser to control DOM of any loaded document?

I want to login in gmail account automatically. Then want to create a mail through contents of a text file. Then select Email addresses from Database one by one and send mail through GMail account and everything should be absolutely automatic. I mean. I have a list of thousands of emails and I want to send all of them a personalized ma...