- From: Henry Story <henry.story@bblfish.net>
- Date: Wed, 30 May 2012 17:00:07 +0200
- To: Melvin Carvalho <melvincarvalho@gmail.com>
- Cc: public-rww <public-rww@w3.org>
Received on Wednesday, 30 May 2012 15:00:53 UTC
can you explain a bit what JSFiddle is about? Is it just a web service for html editing? Henry On 30 May 2012, at 16:38, Melvin Carvalho wrote: > I wrote a quick jsfiddle that allows you to use the my profile pingback service as a generic federated messaging system > > You can try / fork it here > > http://jsfiddle.net/9LbLz/1/ > > The code: > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xmlns:pingback="http://purl.org/net/pingback/"> > <head> > <title>Pingback Service</title> > <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> > </head> > <body typeof="pingback:Container"> > <form method="post" action="https://my-profile.eu/pingback.php"> > <p>source: <input type="text" property="pingback:source" name="source" /></p> > <p>target: <input type="text" property="pingback:target" name="target" /></p> > <p>comment: <input maxlength="256" type="text" name="comment" /></p> > <p><input type="submit" name="submit" value="Send" /></p> > </form> > </body> > </html> > > Worked for me in firefox no problem. > Social Web Architect http://bblfish.net/
Received on Wednesday, 30 May 2012 15:00:53 UTC