I’m listening to this excellent BBC podcast on Unintended Consequences of Mathematics. In his book The Mathematician’s Apology (1941), the Cambridge mathematician GH Hardy expressed his reverence for pure maths, and celebrated its uselessness in the real world. Yet one of the branches of pure mathematics in which Hardy excelled was number theory, and it [...]
Unintended Consequences and the Inevitable “Why Would Anyone Want To Do This?”
February 16th, 2010 · No Comments
Tags: SoftwareDev
Not Your Grandpa’s Framesets: Premasagar Rose shows us IFrame 2.0!
February 9th, 2010 · No Comments
usual live blogging caveats – spelling errors, messy, etc etc @premasagar is visiting the Osmoplex today (thanks @jayfresh for arranging it) and is taking us through his work on iframes, widgets, and sandboxing. I’ve realised we could perhaps be collaborating as my jquery-iframe plugin is so close to his. Different emphases, but much overlap. GitHub is where [...]
Tags: SoftwareDev
Inline SVG
January 26th, 2009 · 4 Comments
Okay, I'm currently ripsnort delighted to have found a solution to this problem of rendering SVG element dynamically. As in: My web apps receive some <svg>...<svg> from an Ajax call ??? Super, there's a drawing on the page!!! What is the secret sauce in step 2? After a merry frolic [...]
Tags: SoftwareDev
Injecting HTML into an IFrame
August 5th, 2008 · 12 Comments
Walking through Tiddlywiki source (write-up to follow), I noticed some interesting code in TiddlyWiki.js, importTiddlyWiki function. The code takes a string and injects into an IFrame. I had talked to Jon a little while ago about a similar problem and was wondering about it ever since. The technique here looks like this: It wraps the text with [...]
Tags: SoftwareDev
Cross-Domain Communication with IFrames
March 31st, 2008 · 58 Comments
This article explains iframe-to-iframe communication, when the iframes come from different domains. That you can do this effectively is only now becoming apparent to the community, and is now used in production by Google, Facebook, and others, and has powerful implications for the future of Ajax, mashups, and widgets/gadgets. I've been investigating the technique and [...]
Tags: Links · SoftwareDev
Time Your Website with WebWait.com
February 12th, 2007 · 6 Comments
Update (2 days later): The site’s been popular - 10k+ views yesterday. Hit Delicious Popular and somehow got caught up in the German blogosphere, the greatest source of hits. Technorati it. There’s a good discussion in Ajaxian of the strengths and weaknesses of this technique. As with AjaxPatterns, which also reached Delicious Popular, it failed [...]
Tags: SoftwareDev
Portable Comet? It’s the IFrame, Stupid!
June 6th, 2006 · 10 Comments
Comet Takes to IE Like a Fish Takes to Acid Comet - or HTTP Streaming, if you will - is a little sensitive when it comes to portability, and I'll give you four guesses which major browser is causing the grief? Yeah, IE makes it difficult for two reasons: (a) IE's XMLHttpRequest component doesn't tell [...]
Tags: SoftwareDev
SAG Ajax Patterns Review 1 – XHR Call, IFrame Call, HTTP Streaming
March 4th, 2006 · No Comments
A little while back, I mentioned that some people in the patterns community have been noticing the Ajax Patterns. In particular, there have been a series of discussions about the patterns by the Software Architecture Group in the University of Illinois Computer Science Dept (home of Netscape forerunner Mosaic btw). The SAG is led by [...]
Tags: Links · SoftwareDev
Basics of Ajax 2 of 3: Web Remoting (XMLHttpRequest etc) (Podcast)
November 2nd, 2005 · 4 Comments
Ajax Basics 2 of 3 This is the second of three podcasts on the basic Ajax patterns. Podcast 1: Display Patterns and the DOM. Podcast 2: Web Remoting - XMLHttpRequest, IFrame Call, HTTP Streaming. Podcast 3: Dynamic Behaviour - Events and Timing. Podcast 2: Web Remoting (XMLHttpRequest, IFrame, HTTP Streaming) This 75 minute podcast covers web remoting concepts and the [...]
Tags: Links · Podcast · SoftwareDev
New Patterns: XMLHttpRequest Call and IFrame Call
October 10th, 2005 · 2 Comments
Full drafts are now online for the two big Web Remoting patterns: XMLHttpRequest Call and IFrame Call. There are also a couple of new demos to illustrate GETting and POSTing with both call types: XMLHttpRequest Example, IFrame Example. A few extracts follow, but first, let me ask you: Do you know of any public IFrame remoting [...]
Tags: HumansAndTech · Links · SoftwareDev
