Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
function handle_pipe_response(json){ //Do stuff } function getAnyRSS(url){ var tag = document.createElement('script'); tag.src = 'http://pipes.yahoo.com/pipes/pipe.run?_id=fFIyvvYg3BGZpVytjknRlg&_render=json&_callback=handle_pipe_response&_run=1&feedurl=' + escape(url); document.getElementsByTagName('head')[0].appendChild(tag); }
This paste will be private.
From the Design Piracy series on my blog: