IRC Log for #microformats on 2007-11-15

Timestamps are in UTC.

  1. [00:06:35] * RobotDeathSquad_ (n=RobotDea@75-166-160-243.hlrn.qwest.net) has joined #microformats
  2. [00:10:44] * RobotDeathSquad (n=RobotDea@75-166-160-243.hlrn.qwest.net) Quit (Read error: 110 (Connection timed out))
  3. [00:10:57] * bewest (n=ben@httpcraft/bewest) has joined #microformats
  4. [00:10:57] * ChanServ sets mode +o bewest
  5. [00:10:57] <jibot> bewest is Ben West and lives in San Francisco, CA. He daydreams about web style software, works at Alexa.com and blogs at http://bewest.wordpress.com/
  6. [00:25:32] <mfbot> [[process-de]] N http://microformats.org/wiki/process-de * VanGore * (+3253) first part
  7. [00:26:43] <mfbot> [[process-de]] http://microformats.org/wiki?title=process-de&diff=0&oldid=23365 * VanGore * (+10) sorry 2 typos
  8. [00:31:49] * SignpostMarv (n=Signpost@82-71-31-169.dsl.in-addr.zen.co.uk) has joined #microformats
  9. [00:31:49] <jibot> SignpostMarv is a WordPress, Second Life and OpenID geek
  10. [00:32:22] <SignpostMarv> can anyone tell me what i'm doing wrong with my AHAH test ? http://dev.signpostmarv.name/pub/microformats/ahah-test.xhtml
  11. [00:34:44] * WilleRaab (i=WilleRaa@89-253-85-3.customers.ownit.se) Quit ()
  12. [00:37:49] * shigeta (n=shigeta@124.32.114.226) has joined #microformats
  13. [00:39:17] <SignpostMarv> nvm, fixed it
  14. [00:39:32] <SignpostMarv> although i would like to know why I can't use absolute urls with the AHAH code
  15. [00:41:15] <bewest> I doubt it's related to AHAH code
  16. [00:41:48] <bewest> XHR can only retrieve resources that are found in the same origin as the current browsing context
  17. [00:42:43] <bewest> I've seen a lot of code fail when using absolute URIs, even if the URI points to the same origin
  18. [00:42:47] <SignpostMarv> in short, "XHR only does relative urls" ?
  19. [00:43:04] <bewest> I've been meainging to play with document.domain to see if that'll let me specify absolute URIs
  20. [00:43:19] <bewest> yeah, relative urls will work
  21. [00:43:27] <SignpostMarv> so if I wanted to do absolute URLs, I'd have pass the url to a PHP script in the relative directory ?
  22. [00:43:47] <bewest> not sure I understand what you mean
  23. [00:44:04] <bewest> relative URIs can hit any "directory" on the server
  24. [00:45:00] * jimbojw (n=chatzill@c-67-162-178-189.hsd1.mo.comcast.net) Quit ("ChatZilla 0.9.79 [Firefox 2.0.0.8/2007102213]")
  25. [00:45:01] <SignpostMarv> e.g. rather than trying to grab example.com/foo/bar.xml from example.com/baz/index.html,
  26. [00:45:03] <bewest> if you are trying to get a resource from a different domain or port, you'll need to figure out a way to do that. using a php script to forward the request is a common technique, although it's prudent to watch out for maintaining an open redirect
  27. [00:45:17] <bewest> SignpostMarv: thta's fine /baz/index.html will work
  28. [00:45:38] <SignpostMarv> grab absolute.php?url=http://example.com/foo/bar.xml from /baz/index.html
  29. [00:45:41] <bewest> SignpostMarv: relative URIs cover all uris available on that domain... the directory doesn't matter. you can access anything under the docroot
  30. [00:45:51] <SignpostMarv> ??
  31. [00:46:01] <bewest> directory doesn't matter
  32. [00:46:18] <bewest> you can get /baz/ from /foo/
  33. [00:46:48] <SignpostMarv> I'd need to use a PHP script to get stuff on a different domain though right ?
  34. [00:46:54] <bewest> only the domain, scheme, and port matters
  35. [00:47:38] <bewest> that's a common technique. it's not the only way.
  36. [00:47:48] <bewest> be careful of open redirects though
  37. [00:48:02] <bewest> attackers can use open redirects to trick people
  38. [00:48:32] <SignpostMarv> what I'm wanting to do is an AHAH version of http://services.secondlife.network.marvulous.co.uk/profile-widget/SignpostMarv%20Martin.xhtml
  39. [00:48:44] <SignpostMarv> using http://services.secondlife.network.marvulous.co.uk/profile-widget/SignpostMarv%20Martin.xml as a source
  40. [00:49:34] <SignpostMarv> see the Domesday Book for the full selection of names: http://services.secondlife.network.marvulous.co.uk/profile-widget/domesday-book.xhtml
  41. [00:52:00] * KevinMarks (i=KevinMar@nat/google/x-e8715722315d846e) Quit ("The computer fell asleep")
  42. [00:57:24] * dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net) has joined #microformats
  43. [00:57:25] * ChanServ sets mode +o dglazkov
  44. [00:57:25] <jibot> dglazkov is Dimitri Glazkov (http://glazkov.com) and lives in Birmingham, AL, USA (-6:00 GMT)
  45. [01:07:35] * Naflol (i=sdei@gateway/tor/x-c9b5b88980cd7720) Quit (Read error: 104 (Connection reset by peer))
  46. [01:19:16] * shigeta (n=shigeta@124.32.114.226) Quit ("Leaving...")
  47. [01:20:41] * vbgunz (n=vbgunz@217-98.127-70.tampabay.res.rr.com) Quit (Remote closed the connection)
  48. [01:22:53] * shigeta (n=shigeta@124.32.114.226) has joined #microformats
  49. [01:23:08] * kingryan (n=kingryan@corp.technorati.com) Quit ()
  50. [01:26:11] * vbgunz (n=vbgunz@217-98.127-70.tampabay.res.rr.com) has joined #microformats
  51. [01:33:07] * SignpostMarv (n=Signpost@82-71-31-169.dsl.in-addr.zen.co.uk) Quit ("Leaving")
  52. [01:33:41] * DavidMead (n=DaveMead@cpe-76-189-106-159.neo.res.rr.com) has joined #microformats
  53. [01:36:27] * DavidMead (n=DaveMead@cpe-76-189-106-159.neo.res.rr.com) has left #microformats
  54. [01:49:35] * yugui (n=yugui@s198220.ppp.asahi-net.or.jp) Quit ("Leaving...")
  55. [01:55:57] * caprio (n=caprio@pool-151-199-49-119.bos.east.verizon.net) Quit ()
  56. [02:06:16] * dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net) Quit ("ChatZilla 0.9.79 [Firefox 2.0.0.9/2007102514]")
  57. [02:21:12] * dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net) has joined #microformats
  58. [02:21:12] * ChanServ sets mode +o dglazkov
  59. [02:21:12] <jibot> dglazkov is Dimitri Glazkov (http://glazkov.com) and lives in Birmingham, AL, USA (-6:00 GMT)
  60. [02:22:53] * tantek_ (n=tantek@70.13.124.186) Quit ()
  61. [02:28:20] * dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net) Quit ("Leaving.")
  62. [02:45:39] * dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net) has joined #microformats
  63. [02:45:39] * ChanServ sets mode +o dglazkov
  64. [02:45:39] <jibot> dglazkov is Dimitri Glazkov (http://glazkov.com) and lives in Birmingham, AL, USA (-6:00 GMT)
  65. [03:16:55] * KevinMarks (i=KevinMar@nat/google/x-a331b716d237fe60) has joined #microformats
  66. [03:23:47] * dbaron (n=dbaron@corp-241.mountainview.mozilla.com) Quit ("8403864 bytes have been tenured, next gc will be global.")
  67. [03:34:05] * bear42 (n=bear@pool-72-78-8-210.phlapa.east.verizon.net) has joined #microformats
  68. [03:36:57] * bear (n=bear@pool-72-78-21-80.phlapa.east.verizon.net) Quit (Nick collision from services.)
  69. [03:37:01] * bear42 is now known as bear
  70. [03:49:19] * dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net) Quit ("ChatZilla 0.9.79 [Firefox 2.0.0.9/2007102514]")
  71. [04:03:48] * veeliam (n=veeliam@216.239.45.19) has joined #microformats
  72. [04:41:15] * veeliam (n=veeliam@216.239.45.19) has left #microformats
  73. [05:01:38] * syedsrahman (n=shikeb@59.176.126.239) has joined #microformats
  74. [05:12:05] * KevinMarks (i=KevinMar@nat/google/x-a331b716d237fe60) Quit ("The computer fell asleep")
  75. [05:22:04] * syedsrahman_ (n=shikeb@59.176.126.239) has joined #microformats
  76. [05:22:17] * syedsrahman (n=shikeb@59.176.126.239) Quit (Nick collision from services.)
  77. [05:22:25] * syedsrahman_ is now known as syedsrahman
  78. [05:30:18] * KevinMarks (i=KevinMar@nat/google/x-ade7ac9bda134686) has joined #microformats
  79. [06:00:34] * syedsrahman (n=shikeb@59.176.126.239) Quit (Read error: 104 (Connection reset by peer))
  80. [06:23:53] * syedsrahman (n=shikeb@59.176.126.239) has joined #microformats
  81. [06:35:39] * tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) has joined #microformats
  82. [06:35:39] * ChanServ sets mode +o tantek
  83. [06:35:39] <jibot> tantek is Tantek <http://tantek.com> and develops microformats <http://microformats.org>
  84. [06:43:28] * bergie (n=bergie@cs181192153.pp.htv.fi) has joined #microformats
  85. [06:43:28] <jibot> bergie is lives in Finland and blogs at http://bergie.iki.fi/blog/ and Midgard CMS developer
  86. [06:47:17] * KevinMarks (i=KevinMar@nat/google/x-ade7ac9bda134686) Quit ("The computer fell asleep")
  87. [07:02:21] * Naflol (i=sdei@gateway/tor/x-b081a07ec82efe4a) has joined #microformats
  88. [07:07:47] * mattis^ (n=mattis^@host154-8-dynamic.0-87-r.retail.telecomitalia.it) Quit ("Leaving.")
  89. [07:12:08] * mattis^ (n=mattis^@host154-8-dynamic.0-87-r.retail.telecomitalia.it) has joined #microformats
  90. [07:15:16] * KevinMarks (n=KevinMar@133.sub-75-208-87.myvzw.com) has joined #microformats
  91. [07:31:49] * KevinMarks (n=KevinMar@133.sub-75-208-87.myvzw.com) Quit ("The computer fell asleep")
  92. [08:13:37] * Naflol (i=sdei@gateway/tor/x-b081a07ec82efe4a) Quit (Remote closed the connection)
  93. [08:43:47] * Naflol (i=sdei@gateway/tor/x-d1b627bca38f4d0d) has joined #microformats
  94. [08:47:15] * KevinMarks (n=KevinMar@c-98-207-134-151.hsd1.ca.comcast.net) has joined #microformats
  95. [09:03:50] * trovster (n=trov@creation1.plus.com) has joined #microformats
  96. [09:03:50] <jibot> trovster is a web developer from the UK who writes on http://www.trovster.com and helps with www.multipack.co.uk
  97. [09:04:47] * Atamido (n=atamido@cpe-70-116-1-195.austin.res.rr.com) Quit (Read error: 104 (Connection reset by peer))
  98. [09:06:46] * iand (n=iand@host-83-231-131-18.xdsl.lixxus.net) Quit (Read error: 113 (No route to host))
  99. [09:44:49] * BenWard (i=BenWard@nat/yahoo/x-985af24b8e236118) has joined #microformats
  100. [09:44:49] * ChanServ sets mode +o BenWard
  101. [09:44:49] <jibot> BenWard is Ben Ward of http://ben-ward.co.uk ( 0000/ 0100 GMT)
  102. [09:55:44] * Phae (n=phaeness@gateb.thls.bbc.co.uk) has joined #microformats
  103. [09:55:44] * ChanServ sets mode +o Phae
  104. [09:55:44] <jibot> Phae is Frances Berriman of http://www.fberriman.com/
  105. [10:08:27] * bear42 (n=bear@pool-72-78-3-171.phlapa.east.verizon.net) has joined #microformats
  106. [10:08:49] * bear (n=bear@pool-72-78-8-210.phlapa.east.verizon.net) Quit (Read error: 110 (Connection timed out))
  107. [10:24:39] * bengee (n=bengee@ip-62-143-209-20.1411M-CUD12K-01.ish.de) has joined #microformats
  108. [10:24:39] <jibot> bengee is Benjamin Nowack (http://bnode.org/)
  109. [11:00:23] * Tcl70 (n=Tcl70@85-220-1-139.dsl.dynamic.simnet.is) has joined #microformats
  110. [11:01:35] <Tcl70> Hello , is any one here ?
  111. [11:03:02] * BenWard (i=BenWard@nat/yahoo/x-985af24b8e236118) Quit ()
  112. [11:05:58] <Tcl70> can any one provide a updated(compiled) version of LogBot(mflogbot) ? i'm having troubles compiling it under Windows XP :-/
  113. [11:06:10] <Tcl70> please ?
  114. [11:07:34] <Phae> I don't think anyone is here who can do that for you right now, Tcl70
  115. [11:07:52] <Tcl70> :(
  116. [11:23:44] * mefisto (n=mefisto|@zelli-kojas.lanet.lv) Quit (Read error: 110 (Connection timed out))
  117. [11:26:19] * blueace (n=BlueAce@a80-126-96-54.adsl.xs4all.nl) has joined #microformats
  118. [11:26:19] <jibot> blueace is Robert Gaal, some Dutch guy from http://wakoopa.com and http://53miles.com
  119. [11:37:52] * illustir (n=alper@mail.tamtam.nl) has joined #microformats
  120. [11:37:52] <jibot> illustir is Alper Cugun and a Dutch programmer and a writer at http://fourstarters.com
  121. [11:40:11] * mn_francis (i=mn_franc@nat/yahoo/x-5ef34aef6c02e0f9) has joined #microformats
  122. [11:40:11] <jibot> mn_francis is a web developer for Yahoo! Europe; http://cackhanded.net/ is his personal site
  123. [11:50:25] * mefisto (n=mefisto|@213.175.120.26) has joined #microformats
  124. [11:50:54] * julianstahnke_ (n=julianst@hq.last.fm) has joined #microformats
  125. [11:55:06] * BenWard (i=BenWard@nat/yahoo/x-05224ec2ea9b6a80) has joined #microformats
  126. [11:55:06] * ChanServ sets mode +o BenWard
  127. [11:55:06] <jibot> BenWard is Ben Ward of http://ben-ward.co.uk ( 0000/ 0100 GMT)
  128. [11:57:23] <Phae> helloes Ben
  129. [11:57:39] <BenWard> Hey Fran. How you doing?
  130. [11:58:18] <Phae> Alright. Procrastinating
  131. [11:59:13] <BenWard> Know the feeling. You getting much time for µf work at the moment?
  132. [11:59:59] <Phae> Nope. :( Got site launch on Monday - but I'm not in, so trying to get everything signed off today
  133. [12:04:18] * vant (n=vant@p4238-ipbf2601marunouchi.tokyo.ocn.ne.jp) has joined #microformats
  134. [12:09:27] * julianstahnke_ (n=julianst@hq.last.fm) Quit (Remote closed the connection)
  135. [12:10:48] * illustir (n=alper@mail.tamtam.nl) Quit ()
  136. [12:13:35] * shigeta (n=shigeta@124.32.114.226) Quit ("Leaving...")
  137. [12:32:16] * BenWard (i=BenWard@nat/yahoo/x-05224ec2ea9b6a80) Quit ("Fades out again…")
  138. [12:32:31] * BenWard (i=BenWard@nat/yahoo/x-f5ebf75a3152d79f) has joined #microformats
  139. [12:32:31] * ChanServ sets mode +o BenWard
  140. [12:43:30] * bear42 (n=bear@pool-72-78-3-171.phlapa.east.verizon.net) Quit (Read error: 110 (Connection timed out))
  141. [12:43:50] * vant (n=vant@p4238-ipbf2601marunouchi.tokyo.ocn.ne.jp) Quit ("Leaving...")
  142. [12:50:22] * bear42 (n=bear@pool-72-78-150-194.phlapa.east.verizon.net) has joined #microformats
  143. [13:13:49] * syedsrahman (n=shikeb@59.176.126.239) Quit ("Ex-Chat")
  144. [13:17:08] * lisppaste4 (n=lisppast@common-lisp.net) Quit (Remote closed the connection)
  145. [13:25:30] * lisppaste4 (n=lisppast@common-lisp.net) has joined #microformats
  146. [13:31:29] * Hagfish_ (n=Ed@80.175.122.69) has joined #microformats
  147. [13:48:33] * Hagfish (n=Ed@80.175.122.69) Quit (Read error: 110 (Connection timed out))
  148. [13:49:13] * Tcl70 (n=Tcl70@85-220-1-139.dsl.dynamic.simnet.is) Quit ("ChatZilla 0.9.79 [Firefox 2.0.0.9/2007102514]")
  149. [14:02:42] * DavidMead (n=DaveMead@adcomcommunications-gw0.cust.expedient.net) has joined #microformats
  150. [14:43:22] * WilleRaab (i=WilleRaa@89-253-85-3.customers.ownit.se) has joined #microformats
  151. [14:56:51] * iand (n=iand@host-83-231-131-18.xdsl.lixxus.net) has joined #microformats
  152. [14:56:51] <jibot> iand is Ian Davis who blogs at http://iandavis.com/blog
  153. [15:04:11] * vbgunz (n=vbgunz@217-98.127-70.tampabay.res.rr.com) Quit (Read error: 104 (Connection reset by peer))
  154. [15:15:00] * BobJonkman (n=bjonkman@206.208.226.139) has joined #microformats
  155. [15:16:02] * mkaply (i=mkaply@nat/ibm/x-2ef5f79005782b52) has joined #microformats
  156. [15:16:02] <jibot> mkaply is Michael Kaply <http://www.kaply.com/weblog/> and is the developer of Operator <https://addons.mozilla.org/firefox/4106/>
  157. [15:16:29] * iand (n=iand@host-83-231-131-18.xdsl.lixxus.net) Quit (Read error: 113 (No route to host))
  158. [15:22:46] * dglazkov (n=dglazkov@adsl-065-081-081-030.sip.bhm.bellsouth.net) has joined #microformats
  159. [15:22:46] * ChanServ sets mode +o dglazkov
  160. [15:22:46] <jibot> dglazkov is Dimitri Glazkov (http://glazkov.com) and lives in Birmingham, AL, USA (-6:00 GMT)
  161. [15:27:46] * hober (n=ted@unaffiliated/hober) Quit ("ERC Version 5.3 (devel) (IRC client for Emacs)")
  162. [15:29:53] * DavidMead (n=DaveMead@adcomcommunications-gw0.cust.expedient.net) Quit (Read error: 110 (Connection timed out))
  163. [15:38:48] * bergie (n=bergie@cs181192153.pp.htv.fi) Quit ()
  164. [15:41:43] * KevinMarks (n=KevinMar@c-98-207-134-151.hsd1.ca.comcast.net) Quit ("The computer fell asleep")
  165. [15:45:31] * vbgunz (n=vbgunz@217-98.127-70.tampabay.res.rr.com) has joined #microformats
  166. [16:09:11] * Naflol (i=sdei@gateway/tor/x-d1b627bca38f4d0d) Quit (Remote closed the connection)
  167. [16:24:52] * KevinMarks (n=KevinMar@40.sub-75-209-191.myvzw.com) has joined #microformats
  168. [16:37:08] * KevinMarks (n=KevinMar@40.sub-75-209-191.myvzw.com) Quit ("The computer fell asleep")
  169. [16:39:58] * Naflol (i=sdei@gateway/tor/x-1d4ca4a70ffb0ab0) has joined #microformats
  170. [16:47:32] * jimbojw (n=chatzill@c-67-162-178-189.hsd1.mo.comcast.net) has joined #microformats
  171. [16:47:32] <jibot> jimbojw is Jim R. Wilson of http://jimbojw.com/
  172. [16:53:58] * cgriego (n=cgriego@216.138.69.206) has joined #Microformats
  173. [16:53:58] <jibot> cgriego is Chris Griego (-06:00) and a front-end architect with rd2inc.com
  174. [16:58:37] * tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) Quit (Read error: 110 (Connection timed out))
  175. [17:00:19] * yugui (n=yugui@s198220.ppp.asahi-net.or.jp) has joined #microformats
  176. [17:02:18] * KevinMarks (i=KevinMar@nat/google/x-01cc7847c5a9ce8a) has joined #microformats
  177. [17:08:33] * DavidMead (n=DaveMead@adcomcommunications-gw0.cust.expedient.net) has joined #microformats
  178. [17:09:34] * PibbRelay` (i=supybot@nat/janrain/x-7135d1c4f49b1c5c) Quit (Read error: 104 (Connection reset by peer))
  179. [17:10:03] * PibbRelay (i=supybot@nat/janrain/x-a76609c24fa008f9) has joined #microformats
  180. [17:10:43] * illustir (n=alper@s55912056.adsl.wanadoo.nl) has joined #microformats
  181. [17:10:43] <jibot> illustir is Alper Cugun and a Dutch programmer and a writer at http://fourstarters.com
  182. [17:10:50] * DavidMead (n=DaveMead@adcomcommunications-gw0.cust.expedient.net) has left #microformats
  183. [17:12:39] * mkaply (i=mkaply@nat/ibm/x-2ef5f79005782b52) Quit ("Leaving")
  184. [17:19:40] * Phae (n=phaeness@gateb.thls.bbc.co.uk) Quit ()
  185. [17:24:37] * BenWard (i=BenWard@nat/yahoo/x-f5ebf75a3152d79f) Quit ("Fades out again…")
  186. [17:26:58] * mn_francis (i=mn_franc@nat/yahoo/x-5ef34aef6c02e0f9) Quit (Read error: 110 (Connection timed out))
  187. [17:31:09] * bear42 is now known as bear
  188. [17:38:58] * jimbojw (n=chatzill@c-67-162-178-189.hsd1.mo.comcast.net) Quit (Read error: 104 (Connection reset by peer))
  189. [17:44:00] * jimbojw (n=chatzill@c-67-162-178-189.hsd1.mo.comcast.net) has joined #microformats
  190. [17:52:31] * illustir (n=alper@s55912056.adsl.wanadoo.nl) Quit ()
  191. [17:55:57] * blueace (n=BlueAce@a80-126-96-54.adsl.xs4all.nl) Quit ()
  192. [18:01:25] * tantek (n=tantek@70.13.186.121) has joined #microformats
  193. [18:01:25] * ChanServ sets mode +o tantek
  194. [18:01:25] <jibot> tantek is Tantek <http://tantek.com> and develops microformats <http://microformats.org>
  195. [18:14:04] * kingryan (n=kingryan@corp.technorati.com) has joined #microformats
  196. [18:14:04] * ChanServ sets mode +o kingryan
  197. [18:14:04] <jibot> kingryan is ryan king
  198. [18:25:16] * iand (n=iand@89.192.40.252) has joined #microformats
  199. [18:25:16] <jibot> iand is Ian Davis who blogs at http://iandavis.com/blog
  200. [18:35:10] * kingryan thinks this needs to get lolcatted: http://www.flickr.com/photos/kirinqueen/1994277546/
  201. [18:36:08] * RobotDeathSquad (n=RobotDea@71-208-103-45.hlrn.qwest.net) has joined #microformats
  202. [18:53:05] * iand (n=iand@89.192.40.252) Quit (Read error: 110 (Connection timed out))
  203. [18:53:28] * tantek (n=tantek@70.13.186.121) Quit ()
  204. [19:06:44] * RobotDeathSquad_ (n=RobotDea@75-166-160-243.hlrn.qwest.net) Quit (Read error: 110 (Connection timed out))
  205. [19:12:49] * mkaply (i=mkaply@nat/ibm/x-ff30f0a254734479) has joined #microformats
  206. [19:12:50] <jibot> mkaply is Michael Kaply <http://www.kaply.com/weblog/> and is the developer of Operator <https://addons.mozilla.org/firefox/4106/>
  207. [19:13:23] * trovster (n=trov@creation1.plus.com) Quit ()
  208. [19:28:29] * mefisto (n=mefisto|@213.175.120.26) Quit (Read error: 110 (Connection timed out))
  209. [19:30:18] * gsnedders (n=gsnedder@host86-145-188-131.range86-145.btcentralplus.com) Quit ("404: Not Found")
  210. [19:40:16] * gsnedders (n=gsnedder@host86-145-188-131.range86-145.btcentralplus.com) has joined #microformats
  211. [19:55:28] * csarven (n=nevrasc@81-5-133-33.static.nfwebsolutions.com) has joined #microformats
  212. [19:55:28] <jibot> csarven is Sarven Capadisli and can be found online at http://www.csarven.ca
  213. [19:56:22] * cgriego (n=cgriego@216.138.69.206) Quit (Read error: 113 (No route to host))
  214. [19:59:30] * jimbojw (n=chatzill@c-67-162-178-189.hsd1.mo.comcast.net) Quit (Remote closed the connection)
  215. [20:11:34] * csarven (n=nevrasc@81-5-133-33.static.nfwebsolutions.com) Quit (Remote closed the connection)
  216. [20:20:52] * csarven (n=nevrasc@81-5-133-33.static.nfwebsolutions.com) has joined #microformats
  217. [20:23:20] * cgriego (n=cgriego@216.138.69.206) has joined #Microformats
  218. [20:23:20] <jibot> cgriego is Chris Griego (-06:00) and a front-end architect with rd2inc.com
  219. [20:31:43] * jimbojw (n=chatzill@c-67-162-178-189.hsd1.mo.comcast.net) has joined #microformats
  220. [20:31:43] <jibot> jimbojw is Jim R. Wilson of http://jimbojw.com/
  221. [20:55:10] * illustir (n=alper@5356AB43.cable.casema.nl) has joined #microformats
  222. [20:55:10] <jibot> illustir is Alper Cugun and a Dutch programmer and a writer at http://fourstarters.com
  223. [21:19:23] * illustir (n=alper@5356AB43.cable.casema.nl) Quit (Read error: 110 (Connection timed out))
  224. [21:19:51] * illustir (n=alper@5356AB43.cable.casema.nl) has joined #microformats
  225. [21:24:20] * dglazkov (n=dglazkov@adsl-065-081-081-030.sip.bhm.bellsouth.net) Quit ()
  226. [21:31:04] * bengee (n=bengee@ip-62-143-209-20.1411M-CUD12K-01.ish.de) Quit ("Leaving")
  227. [21:35:03] * jimbojw (n=chatzill@c-67-162-178-189.hsd1.mo.comcast.net) Quit (Remote closed the connection)
  228. [21:35:28] * jimbojw (n=chatzill@c-67-162-178-189.hsd1.mo.comcast.net) has joined #microformats
  229. [21:36:26] * CaptSolo (i=captsolo@194.187.69.19) Quit ("Lost terminal")
  230. [21:42:49] * illustir (n=alper@5356AB43.cable.casema.nl) Quit ()
  231. [21:45:38] <mfbot> [[Talk:hreview-faq-fr]] MN http://microformats.org/wiki/Talk:hreview-faq-fr * PkaDhw * (+15849)
  232. [21:47:24] <mfbot> [[Special:Log/delete]] http://microformats.org/wiki?title=Special:Log/delete&diff=0&oldid=0 * RyanKing * (+0) deleted "Talk:hreview-faq-fr": spam
  233. [21:47:40] <mfbot> [[Special:Log/block]] http://microformats.org/wiki?title=Special:Log/block&diff=0&oldid=0 * RyanKing * (+0) blocked "User:PkaDhw" with an expiry time of indefinite: spam
  234. [21:53:20] * jimbojw (n=chatzill@c-67-162-178-189.hsd1.mo.comcast.net) Quit ("ChatZilla 0.9.79 [Firefox 2.0.0.8/2007102213]")
  235. [21:53:56] * PibbRelay (i=supybot@nat/janrain/x-a76609c24fa008f9) Quit (kubrick.freenode.net irc.freenode.net)
  236. [21:53:56] * WilleRaab (i=WilleRaa@89-253-85-3.customers.ownit.se) Quit (kubrick.freenode.net irc.freenode.net)
  237. [21:53:56] * Hixie (i=ianh@trivini.no) Quit (kubrick.freenode.net irc.freenode.net)
  238. [21:53:56] * BandC (n=BandC@CPE-65-30-95-202.kc.res.rr.com) Quit (kubrick.freenode.net irc.freenode.net)
  239. [21:53:56] * ChanServ (ChanServ@services.) Quit (kubrick.freenode.net irc.freenode.net)
  240. [21:53:56] * vbgunz (n=vbgunz@217-98.127-70.tampabay.res.rr.com) Quit (kubrick.freenode.net irc.freenode.net)
  241. [21:53:56] * hlb (i=lbhsiuh@alumni.csie.nctu.edu.tw) Quit (kubrick.freenode.net irc.freenode.net)
  242. [21:53:56] * ianloic (i=yakk@glub.dreamhostps.com) Quit (kubrick.freenode.net irc.freenode.net)
  243. [21:53:56] * jibot (i=andy@208.78.244.32) Quit (kubrick.freenode.net irc.freenode.net)
  244. [21:53:56] * gsnedders (n=gsnedder@host86-145-188-131.range86-145.btcentralplus.com) Quit (kubrick.freenode.net irc.freenode.net)
  245. [21:53:56] * mattis^ (n=mattis^@host154-8-dynamic.0-87-r.retail.telecomitalia.it) Quit (kubrick.freenode.net irc.freenode.net)
  246. [21:53:56] * InsomniaCity (n=insomnia@raptor.ukc.ac.uk) Quit (kubrick.freenode.net irc.freenode.net)
  247. [21:53:56] * bear (n=bear@pool-72-78-150-194.phlapa.east.verizon.net) Quit (kubrick.freenode.net irc.freenode.net)
  248. [21:53:56] * levitation[A] (n=levitati@noorus.aklubi.ee) Quit (kubrick.freenode.net irc.freenode.net)
  249. [21:53:56] * RobotDeathSquad (n=RobotDea@71-208-103-45.hlrn.qwest.net) Quit (kubrick.freenode.net irc.freenode.net)
  250. [21:53:56] * BobJonkman (n=bjonkman@206.208.226.139) Quit (kubrick.freenode.net irc.freenode.net)
  251. [21:53:56] * Hagfish_ (n=Ed@80.175.122.69) Quit (kubrick.freenode.net irc.freenode.net)
  252. [21:53:56] * jiing (n=jiing@59-120-12-62.HINET-IP.hinet.net) Quit (kubrick.freenode.net irc.freenode.net)
  253. [21:53:56] * Jedi_ (n=Jedi@jedi.iem.NCTU.edu.tw) Quit (kubrick.freenode.net irc.freenode.net)
  254. [21:53:56] * iwaim (n=iwaim@gateway.alib.jp) Quit (kubrick.freenode.net irc.freenode.net)
  255. [21:53:56] * Zeeshan_AFK (i=develope@o.je) Quit (kubrick.freenode.net irc.freenode.net)
  256. [21:53:56] * Cloud_ (n=Cloud@Srvgal18-vm5.nuigalway.ie) Quit (kubrick.freenode.net irc.freenode.net)
  257. [21:53:56] * csarven (n=nevrasc@81-5-133-33.static.nfwebsolutions.com) Quit (kubrick.freenode.net irc.freenode.net)
  258. [21:53:56] * yugui (n=yugui@s198220.ppp.asahi-net.or.jp) Quit (kubrick.freenode.net irc.freenode.net)
  259. [21:53:56] * Naflol (i=sdei@gateway/tor/x-1d4ca4a70ffb0ab0) Quit (kubrick.freenode.net irc.freenode.net)
  260. [21:53:56] * lisppaste4 (n=lisppast@common-lisp.net) Quit (kubrick.freenode.net irc.freenode.net)
  261. [21:53:56] * mcknut (n=john@the.3dge.net) Quit (kubrick.freenode.net irc.freenode.net)
  262. [21:53:56] * termie_ (i=andy@208.78.244.32) Quit (kubrick.freenode.net irc.freenode.net)
  263. [21:53:57] * hopson (i=hopsonro@access.cws.oregonstate.edu) Quit (kubrick.freenode.net irc.freenode.net)
  264. [21:53:57] * Jonbo (n=Jonbo123@adsl-068-209-082-227.sip.bhm.bellsouth.net) Quit (kubrick.freenode.net irc.freenode.net)
  265. [21:53:57] * mkaply (i=mkaply@nat/ibm/x-ff30f0a254734479) Quit (kubrick.freenode.net irc.freenode.net)
  266. [21:53:57] * kingryan (n=kingryan@corp.technorati.com) Quit (kubrick.freenode.net irc.freenode.net)
  267. [21:53:57] * ddfreyne (n=ddfreyne@unaffiliated/ddfreyne) Quit (kubrick.freenode.net irc.freenode.net)
  268. [21:53:57] * Azathoth (n=Azathoth@tyr.no-panic.at) Quit (kubrick.freenode.net irc.freenode.net)
  269. [21:53:57] * taaz (n=dlehn@66.37.66.32) Quit (kubrick.freenode.net irc.freenode.net)
  270. [21:59:53] * tantek (n=tantek@70.13.254.193) has joined #microformats
  271. [21:59:53] * Jonbo (n=Jonbo123@adsl-068-209-082-227.sip.bhm.bellsouth.net) has joined #microformats
  272. [21:59:53] * jimbojw (n=chatzill@c-67-162-178-189.hsd1.mo.comcast.net) has joined #microformats
  273. [21:59:53] * csarven (n=nevrasc@81-5-133-33.static.nfwebsolutions.com) has joined #microformats
  274. [21:59:53] * gsnedders (n=gsnedder@host86-145-188-131.range86-145.btcentralplus.com) has joined #microformats
  275. [21:59:53] * yugui (n=yugui@s198220.ppp.asahi-net.or.jp) has joined #microformats
  276. [21:59:53] * Naflol (i=sdei@gateway/tor/x-1d4ca4a70ffb0ab0) has joined #microformats
  277. [21:59:53] * vbgunz (n=vbgunz@217-98.127-70.tampabay.res.rr.com) has joined #microformats
  278. [21:59:53] * BobJonkman (n=bjonkman@206.208.226.139) has joined #microformats
  279. [21:59:53] * Hagfish_ (n=Ed@80.175.122.69) has joined #microformats
  280. [21:59:53] * lisppaste4 (n=lisppast@common-lisp.net) has joined #microformats
  281. [21:59:53] * bear (n=bear@pool-72-78-150-194.phlapa.east.verizon.net) has joined #microformats
  282. [21:59:53] * mattis^ (n=mattis^@host154-8-dynamic.0-87-r.retail.telecomitalia.it) has joined #microformats
  283. [21:59:53] * mcknut (n=john@the.3dge.net) has joined #microformats
  284. [21:59:53] * levitation[A] (n=levitati@noorus.aklubi.ee) has joined #microformats
  285. [21:59:53] * hopson (i=hopsonro@access.cws.oregonstate.edu) has joined #microformats
  286. [21:59:53] * iwaim (n=iwaim@gateway.alib.jp) has joined #microformats
  287. [21:59:53] * Zeeshan_AFK (i=develope@o.je) has joined #microformats
  288. [21:59:53] * InsomniaCity (n=insomnia@raptor.ukc.ac.uk) has joined #microformats
  289. [21:59:53] * Cloud_ (n=Cloud@Srvgal18-vm5.nuigalway.ie) has joined #microformats
  290. [21:59:53] * ChanServ (ChanServ@services.) has joined #microformats
  291. [21:59:53] * jibot (i=andy@208.78.244.32) has joined #microformats
  292. [21:59:53] * ianloic (i=yakk@glub.dreamhostps.com) has joined #microformats
  293. [21:59:53] * hlb (i=lbhsiuh@alumni.csie.nctu.edu.tw) has joined #microformats
  294. [21:59:53] * jiing (n=jiing@59-120-12-62.HINET-IP.hinet.net) has joined #microformats
  295. [21:59:53] * Jedi_ (n=Jedi@jedi.iem.NCTU.edu.tw) has joined #microformats
  296. [21:59:53] * termie_ (i=andy@208.78.244.32) has joined #microformats
  297. [22:00:05] * kingryan (n=kingryan@corp.technorati.com) has joined #microformats
  298. [22:00:05] * mkaply (i=mkaply@nat/ibm/x-ff30f0a254734479) has joined #microformats
  299. [22:00:05] * ddfreyne (n=ddfreyne@unaffiliated/ddfreyne) has joined #microformats
  300. [22:00:05] * taaz (n=dlehn@66.37.66.32) has joined #microformats
  301. [22:00:05] * Azathoth (n=Azathoth@tyr.no-panic.at) has joined #microformats
  302. [22:00:09] * PibbRelay (i=supybot@nat/janrain/x-a76609c24fa008f9) has joined #microformats
  303. [22:00:09] * WilleRaab (i=WilleRaa@89-253-85-3.customers.ownit.se) has joined #microformats
  304. [22:00:09] * Hixie (i=ianh@trivini.no) has joined #microformats
  305. [22:00:09] * BandC (n=BandC@CPE-65-30-95-202.kc.res.rr.com) has joined #microformats
  306. [22:00:11] * illustir (n=alper@s55912056.adsl.wanadoo.nl) has joined #microformats
  307. [22:10:31] * csarven (n=nevrasc@81-5-133-33.static.nfwebsolutions.com) Quit (Connection timed out)
  308. [22:20:35] * tantek (n=tantek@70.13.254.193) Quit ()
  309. [22:23:36] * blueace (n=BlueAce@ip244-136-173-82.adsl2.versatel.nl) has joined #microformats
  310. [22:23:36] <jibot> blueace is Robert Gaal, some Dutch guy from http://wakoopa.com and http://53miles.com
  311. [22:27:52] * blueace (n=BlueAce@ip244-136-173-82.adsl2.versatel.nl) Quit (Client Quit)
  312. [22:40:37] * surial (n=surial@213.211.187.130) has joined #microformats
  313. [22:40:37] <jibot> surial is Reinier Zwitserloot, maintainer of org.microformats.hCard, the java hCard parser.
  314. [22:42:49] * mkaply (i=mkaply@nat/ibm/x-ff30f0a254734479) Quit ("Leaving")
  315. [23:04:18] * tantek (n=tantek@70.14.45.215) has joined #microformats
  316. [23:04:18] * ChanServ sets mode +o tantek
  317. [23:04:18] <jibot> tantek is Tantek <http://tantek.com> and develops microformats <http://microformats.org>
  318. [23:11:59] * mefisto (n=mefisto|@zelli-kojas.lanet.lv) has joined #microformats
  319. [23:13:49] * bear42 (n=bear@pool-72-78-20-78.phlapa.east.verizon.net) has joined #microformats
  320. [23:14:51] * bear (n=bear@pool-72-78-150-194.phlapa.east.verizon.net) Quit (Connection timed out)
  321. [23:17:11] * cgriego (n=cgriego@216.138.69.206) Quit ()
  322. [23:22:01] * BobJonkman (n=bjonkman@206.208.226.139) Quit (Read error: 104 (Connection reset by peer))
  323. [23:25:26] * daggi (n=chrisada@87.115.5.105.plusnet.pcl-ag01.dyn.plus.net) has joined #microformats
  324. [23:28:35] * kingryan (n=kingryan@corp.technorati.com) Quit ()
  325. [23:28:43] * bear42 is now known as bear
  326. [23:45:20] * klml (n=klml@e181100070.adsl.alicedsl.de) has joined #microformats
  327. [23:50:53] * daggi (n=chrisada@87.115.5.105.plusnet.pcl-ag01.dyn.plus.net) Quit ()
  328. [23:56:51] * RobotDeathSquad (n=RobotDea@71-208-103-45.hlrn.qwest.net) has joined #microformats
  329. [23:59:46] * Hagfish_ (n=Ed@80.175.122.69) has left #microformats

These logs were automatically created by mflogbot on chat.freenode.net using a modified version of the Java IRC LogBot.

See http://microformats.org/wiki/mflogbot for more information.