/irc-logs / freenode / #html5 / 2013-05-29 / end

Options:

  1. # Session Start: Wed May 29 00:00:00 2013
  2. # Session Ident: #html5
  3. # [00:00] * Joins: Hornet- (~Hornet@cpc10-ipsw2-2-0-cust55.7-4.cable.virginmedia.com)
  4. # [00:00] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Quit: mattkelly)
  5. # [00:01] <David_Bradbury> elplatt: This may be related to your issue, though without any more information, I'm not sure what you're asking - http://stackoverflow.com/questions/16337993/trying-to-compare-two-canvas-elements
  6. # [00:01] * Quits: Noctrl (~NoCtrl-@117.177.241.83.in-addr.dgcsystems.net) (Read error: Connection reset by peer)
  7. # [00:01] * Joins: Noctrl (~NoCtrl-@117.177.241.83.in-addr.dgcsystems.net)
  8. # [00:02] * Joins: boogyman (~misterj@68.200.9.63)
  9. # [00:02] * Quits: boogyman (~misterj@68.200.9.63) (Changing host)
  10. # [00:02] * Joins: boogyman (~misterj@pdpc/supporter/professional/boogyman)
  11. # [00:03] * Quits: Hornet (~Hornet@cpc10-ipsw2-2-0-cust55.7-4.cable.virginmedia.com) (Ping timeout: 264 seconds)
  12. # [00:03] <elplatt> David_Bradbury, thanks, that's the same problem. Unfortunately I can't avoid using svg. Seems like there should be a way to do it.
  13. # [00:03] * Joins: mattkelly (~mattwkell@173.252.71.3)
  14. # [00:03] * Quits: mattkelly (~mattwkell@173.252.71.3) (Changing host)
  15. # [00:03] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
  16. # [00:04] * Quits: didiergm (~quassel@81-65-80-163.rev.numericable.fr) (Remote host closed the connection)
  17. # [00:06] * Joins: manuelbieh (~beeevi2@p5B3D53AD.dip0.t-ipconnect.de)
  18. # [00:07] <David_Bradbury> If Chrome thinks it is a security risk, then I'm not sure how you will get around it. That said, I don't know the specifics of your issue and there may be a server-side or Flash method.
  19. # [00:10] <elplatt> Server side would work if I could get the data there, but it's too long to send via GET.
  20. # [00:10] * Quits: Eightamr0ck (~Eightamr0@h-64-236-128-41.nat.aol.com) (Read error: Connection reset by peer)
  21. # [00:10] * Quits: Pixelius (~Pixelius@84.78.129.17) (Ping timeout: 252 seconds)
  22. # [00:11] <David_Bradbury> Send it in a POST?
  23. # [00:11] <elplatt> I'm trying to generate an svg with d3 client-side, and provide a downloadable png version.
  24. # [00:11] * Quits: Psalm (Psalm@ingenting.funkar.nu) (Ping timeout: 240 seconds)
  25. # [00:11] * Joins: Eightamr0ck (~Eightamr0@h-64-236-128-41.nat.aol.com)
  26. # [00:12] * Quits: Eightamr0ck (~Eightamr0@h-64-236-128-41.nat.aol.com) (Read error: Connection reset by peer)
  27. # [00:12] * Joins: Eightamr0ck (~Eightamr0@h-64-236-128-41.nat.aol.com)
  28. # [00:12] <David_Bradbury> http://stackoverflow.com/questions/8389646/send-post-data-on-redirect-with-javascript-jquery
  29. # [00:13] * Quits: Eightamr0ck (~Eightamr0@h-64-236-128-41.nat.aol.com) (Read error: Connection reset by peer)
  30. # [00:13] * Quits: oakdog8 (~oakdog8@unaffiliated/oakdog8) (Ping timeout: 240 seconds)
  31. # [00:13] <elplatt> Problem with that is that the response needs to go into in img element in order to draw it to a canvas.
  32. # [00:13] * Joins: Eightamr0ck (~Eightamr0@h-64-236-128-41.nat.aol.com)
  33. # [00:14] <David_Bradbury> POST it via an AJAX request?
  34. # [00:14] <David_Bradbury> err XHR
  35. # [00:15] <elplatt> I could do that, and convet to a data uri or object uri, but then i'd be back where I started.
  36. # [00:15] <elplatt> Maybe it's not possible.
  37. # [00:16] * Joins: playjax (~chatzilla@49.176.67.230)
  38. # [00:20] <David_Bradbury> The developers for these browsers can be really weird randomly about some security issues.
  39. # [00:21] <elplatt> Yes, I'm seeing that. This seems to be the relevant chrome bug report: https://code.google.com/p/chromium/issues/detail?id=68568
  40. # [00:22] <elplatt> seems there are two bugs: 1. data urls are always marked as cross-domain, 2. svgs are always marked as cross-domain.
  41. # [00:22] * Quits: exoon (~exoon@p4FC3F0CF.dip0.t-ipconnect.de) (Ping timeout: 264 seconds)
  42. # [00:23] <David_Bradbury> Mozilla has completely shut down discussion about a 'security issue' regarding being able to send your users a message before they leave your page. This is important for a lot of web applications, and hundreds of comments have been made because of the things that broke.
  43. # [00:24] * Quits: jn (~jn@yellowagents.com) (Quit: leaving)
  44. # [00:24] * Quits: tantek (~tantek@50-0-120-82.dedicated.static.sonic.net) (Quit: tantek)
  45. # [00:24] <David_Bradbury> But because there was too much 'complaining' and not enough compelling reasons, an admin shut down any future discussion
  46. # [00:24] <elplatt> Alas.
  47. # [00:25] <elplatt> Well, thanks for your suggestions in any case!
  48. # [00:25] <David_Bradbury> No problem, sorry I couldn't help more
  49. # [00:26] * Quits: elplatt (~elplatt@lindy.media.mit.edu) (Quit: elplatt)
  50. # [00:27] * Quits: imsky (~imsky@unaffiliated/imsky) (Read error: Connection reset by peer)
  51. # [00:27] * Joins: Baybal32 (~Baybal32@S0106602ad07504ca.vc.shawcable.net)
  52. # [00:28] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Quit: mattkelly)
  53. # [00:29] * Quits: ole (~ole@87-104-84-42-dynamic-customer.profibernet.dk) (Ping timeout: 252 seconds)
  54. # [00:29] * Joins: mattkelly (~mattwkell@173.252.71.3)
  55. # [00:29] * Quits: mattkelly (~mattwkell@173.252.71.3) (Changing host)
  56. # [00:29] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
  57. # [00:31] * Joins: ZAQfx (~fx@188.251.207.6)
  58. # [00:31] * Quits: ZAQfx (~fx@188.251.207.6) (Changing host)
  59. # [00:31] * Joins: ZAQfx (~fx@unaffiliated/zaqfx)
  60. # [00:31] * Quits: chriseppstein_ (ceppstei@dagmar.corp.linkedin.com) (Quit: chriseppstein_)
  61. # [00:31] * Quits: devsharpen (~steph@ARennes-551-1-181-114.w2-13.abo.wanadoo.fr) (Quit: Quitte)
  62. # [00:31] * Joins: populvuh (~populvuh@unaffiliated/populvuh)
  63. # [00:33] * carwin is now known as [carwin]
  64. # [00:34] * Quits: Eightamr0ck (~Eightamr0@h-64-236-128-41.nat.aol.com) (Remote host closed the connection)
  65. # [00:34] * Joins: chriseppstein (ceppstei@dagmar.corp.linkedin.com)
  66. # [00:34] * Quits: DoniRS (~DoniRS@ip4da37ebf.direct-adsl.nl) (Quit: Adios!)
  67. # [00:34] * Joins: developerjustin (~developer@173-80-78-104-bkly.atw.dyn.suddenlink.net)
  68. # [00:37] * Quits: EwokFartPorn (~EwokFartP@66.49.23.98.nw.nuvox.net) (Remote host closed the connection)
  69. # [00:38] * Joins: ewokchewy (~Thunderbi@38.122.109.194)
  70. # [00:38] * Quits: ewokchewy (~Thunderbi@38.122.109.194) (Remote host closed the connection)
  71. # [00:39] * Joins: newtron (~newtron@69-165-138-36.dsl.teksavvy.com)
  72. # [00:45] * Quits: newtron (~newtron@69-165-138-36.dsl.teksavvy.com) (Ping timeout: 276 seconds)
  73. # [00:46] * Joins: tantek (~tantek@50-0-120-82.dedicated.static.sonic.net)
  74. # [00:46] * Joins: ole (~ole@87-104-84-42-dynamic-customer.profibernet.dk)
  75. # [00:52] * Quits: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net) (Quit: ChatZilla 0.9.90 [Firefox 21.0/20130511120803])
  76. # [00:55] * Quits: Zee4Q (~skip@nat60-100.net.kcls.org) (Ping timeout: 248 seconds)
  77. # [00:55] * Joins: develope_ (~developer@cdm-75-109-122-65.asbnva.dh.suddenlink.net)
  78. # [00:57] * Quits: flcl (~flcl@mm-78-247-57-86.leased.line.mgts.by) (Quit: Leaving.)
  79. # [00:57] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Quit: mattkelly)
  80. # [01:00] * Quits: developerjustin (~developer@173-80-78-104-bkly.atw.dyn.suddenlink.net) (Ping timeout: 276 seconds)
  81. # [01:00] * Quits: rupl (anonymous@rrcs-24-173-111-218.sw.biz.rr.com) (Quit: ^_^)
  82. # [01:00] * Quits: ZAQfx (~fx@unaffiliated/zaqfx) (Remote host closed the connection)
  83. # [01:00] * Quits: robottinosino (~robottino@228.Red-83-57-167.dynamicIP.rima-tde.net) (Quit: WeeChat 0.4.0)
  84. # [01:01] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
  85. # [01:01] * Joins: aaas (~UserNick@ool-18bf6656.dyn.optonline.net)
  86. # [01:03] * Joins: dekiss (~math@46.217.86.247)
  87. # [01:03] <dekiss> when I save document with notepad++ as html index.html how the file is saved on the hard disk with which encoding?
  88. # [01:03] * Joins: JonathanNeal (~JonathanN@cpe-142-11-82-156.socal.rr.com)
  89. # [01:03] <JonathanNeal> Hello
  90. # [01:05] <aaas> im doing some ajaxy stuff and i like html5 history feature...it looks good if js is enabled the urls pop on and off and you can store the history... with it disabled you can tell it to just follow the links with the browser refresh... i need to know the PATH it took to traverse backwards (not just the last back move)...afaik there's no way to store this FULL history using html5 without js...Im assuming I need to use POST, GET, OR SESSION...an
  91. # [01:05] <aaas> y input regarding this?
  92. # [01:06] <aaas> a reminder: http://html5demos.com/history
  93. # [01:10] * Joins: kadiks (~kadiks@APuteaux-652-1-193-111.w86-217.abo.wanadoo.fr)
  94. # [01:14] * Quits: Leeol3 (~Lee@63-155-185-253.eugn.qwest.net) (Read error: Connection reset by peer)
  95. # [01:14] * Joins: Leeol3 (~Lee@63-155-185-253.eugn.qwest.net)
  96. # [01:14] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Read error: Connection reset by peer)
  97. # [01:14] * Quits: pauld_ (~decotii@static-98-116-12-109.nycmny.fios.verizon.net) (Quit: Leaving)
  98. # [01:15] * Quits: Baybal32 (~Baybal32@S0106602ad07504ca.vc.shawcable.net) (Ping timeout: 276 seconds)
  99. # [01:15] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
  100. # [01:18] * Joins: newtron (~newtron@69-165-138-36.dsl.teksavvy.com)
  101. # [01:23] * Quits: tantek (~tantek@50-0-120-82.dedicated.static.sonic.net) (Quit: tantek)
  102. # [01:23] * Quits: goodfriend (~Huge@193.87.broadband6.iol.cz) (Quit: Not sure if the sun is yellow or the world is black...)
  103. # [01:25] * Quits: aniasis (~aniasis@64.124.202.222) (Ping timeout: 252 seconds)
  104. # [01:27] * Joins: TripTastic (~Trip@72.25.42.96)
  105. # [01:28] * TripTastic is now known as JBreit2
  106. # [01:29] * Quits: JBreit (~Trip@h208.56.21.98.dynamic.ip.windstream.net) (Ping timeout: 252 seconds)
  107. # [01:29] * Joins: stephenplusplus (~stephenpl@c-71-238-131-205.hsd1.mi.comcast.net)
  108. # [01:31] * Quits: newtron (~newtron@69-165-138-36.dsl.teksavvy.com) (Remote host closed the connection)
  109. # [01:32] * Quits: sethwalker (~sethwalke@199.188.194.204) (Remote host closed the connection)
  110. # [01:32] * Quits: chriseppstein (ceppstei@dagmar.corp.linkedin.com) (Read error: Connection reset by peer)
  111. # [01:32] * Joins: chriseppstein (ceppstei@dagmar.corp.linkedin.com)
  112. # [01:32] * Joins: jn (~jn@164.138.28.114)
  113. # [01:37] * Quits: scottkellum (~scottkell@199.180.217.169) (Remote host closed the connection)
  114. # [01:39] * Quits: JonathanNeal (~JonathanN@cpe-142-11-82-156.socal.rr.com) (Ping timeout: 264 seconds)
  115. # [01:41] * Quits: mpaun (~mpaun@80.111.45.126) (Remote host closed the connection)
  116. # [01:41] * Joins: Pixelius (~Pixelius@84.78.129.17)
  117. # [01:41] * Joins: mpaun (~mpaun@80.111.45.126)
  118. # [01:41] * Quits: Pixelius (~Pixelius@84.78.129.17) (Client Quit)
  119. # [01:42] * Joins: Pixelius (~Pixelius@84.78.129.17)
  120. # [01:43] * Quits: mykul (~mykul@70-91-168-190-BusName-Colorado.hfc.comcastbusiness.net) (Quit: gg)
  121. # [01:43] * Quits: Pixelius (~Pixelius@84.78.129.17) (Client Quit)
  122. # [01:43] * Joins: JonathanNeal (~JonathanN@cpe-142-11-82-156.socal.rr.com)
  123. # [01:44] * Quits: iatkotep (~textual@173-14-19-34-Colorado.hfc.comcastbusiness.net) (Quit: Textual IRC Client: http://www.textualapp.com/)
  124. # [01:45] * Quits: garciawebdev (~garciaweb@11-223-235-201.fibertel.com.ar) (Remote host closed the connection)
  125. # [01:46] * Quits: mpaun (~mpaun@80.111.45.126) (Ping timeout: 252 seconds)
  126. # [01:46] * Quits: dFfrench (~davidffre@176.61.38.158) (Read error: Connection reset by peer)
  127. # [01:47] * Joins: mykul (~mykul@70-91-168-190-BusName-Colorado.hfc.comcastbusiness.net)
  128. # [01:47] * Quits: Jayflux (~jay_knows@unaffiliated/jayflux) (Read error: Connection reset by peer)
  129. # [01:47] * Quits: ML74 (~ML74@94.12.97.51) (Ping timeout: 256 seconds)
  130. # [01:49] * Quits: mykul (~mykul@70-91-168-190-BusName-Colorado.hfc.comcastbusiness.net) (Client Quit)
  131. # [01:50] * Joins: dkiss (~math@77.28.20.160)
  132. # [01:51] * Quits: dekiss (~math@46.217.86.247) (Ping timeout: 252 seconds)
  133. # [01:52] * Joins: reecefowell (~reecefowe@cpc12-gill14-2-0-cust318.basl.cable.virginmedia.com)
  134. # [01:54] * Joins: Baybal32 (~Baybal32@216.13.187.154)
  135. # [01:56] * Joins: phila82r (~phila82r@2607:fa48:6dcb:d860:cc55:6997:b6bf:fe75)
  136. # [01:59] * Quits: chriseppstein (ceppstei@dagmar.corp.linkedin.com) (Quit: chriseppstein)
  137. # [02:00] * Quits: dkiss (~math@77.28.20.160)
  138. # [02:01] * Quits: webpro (~webpro@535337EE.cm-6-4a.dynamic.ziggo.nl) (Quit: webpro)
  139. # [02:06] * Joins: mven (~mven@ip68-224-15-53.lv.lv.cox.net)
  140. # [02:06] * Joins: chriseppstein (ceppstei@dagmar.corp.linkedin.com)
  141. # [02:07] * Joins: vitorpacheco (~vitor@201-8-245-157.user.veloxzone.com.br)
  142. # [02:11] * Quits: manuelbieh (~beeevi2@p5B3D53AD.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  143. # [02:12] * Joins: jarek (~jarek@unaffiliated/jarek)
  144. # [02:12] * Joins: mpaun (~mpaun@80.111.45.126)
  145. # [02:12] * Quits: jacobolus (~jacobolus@108-75-75-178.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
  146. # [02:13] * Quits: Trae32566-NE (~Trae32566@unaffiliated/trae32566-smsng) (Quit: ZNC - http://znc.in)
  147. # [02:14] * Joins: erichynds (~ehynds@pool-173-76-135-79.bstnma.fios.verizon.net)
  148. # [02:15] * Joins: Trae32566-NE (~Trae32566@unaffiliated/trae32566-smsng)
  149. # [02:16] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
  150. # [02:17] * Joins: Trae32566-NE-1 (~Trae32566@pool-173-74-73-171.dllstx.fios.verizon.net)
  151. # [02:17] * Quits: erichynds (~ehynds@pool-173-76-135-79.bstnma.fios.verizon.net) (Client Quit)
  152. # [02:18] * Quits: Trae32566-NE (~Trae32566@unaffiliated/trae32566-smsng) (Read error: Connection reset by peer)
  153. # [02:18] * Quits: Trae32566-NE-1 (~Trae32566@pool-173-74-73-171.dllstx.fios.verizon.net) (Remote host closed the connection)
  154. # [02:19] * Parts: boogyman (~misterj@pdpc/supporter/professional/boogyman)
  155. # [02:19] * Joins: boogyman (~misterj@pdpc/supporter/professional/boogyman)
  156. # [02:19] * Quits: NivenHuH (~NivenWuss@sonic.mochaleaf.com) (Quit: Computer has gone to sleep.)
  157. # [02:20] * Joins: Trae32566-NE (~Trae32566@unaffiliated/trae32566-smsng)
  158. # [02:20] * Quits: mpaun (~mpaun@80.111.45.126) (Ping timeout: 252 seconds)
  159. # [02:21] * Quits: Baybal32 (~Baybal32@216.13.187.154) (Ping timeout: 248 seconds)
  160. # [02:22] * Quits: gde33 (~gde33@546A1A51.cm-12-3a.dynamic.ziggo.nl) (Ping timeout: 276 seconds)
  161. # [02:23] * Joins: scottkellum (~scottkell@cpe-98-14-102-66.nyc.res.rr.com)
  162. # [02:23] * Quits: chriseppstein (ceppstei@dagmar.corp.linkedin.com) (Quit: chriseppstein)
  163. # [02:23] * Joins: llamapixel (~llamapixe@123-243-224-99.static.tpgi.com.au)
  164. # [02:25] * Joins: hfaze (~hfaze@99-0-116-106.lightspeed.chrlnc.sbcglobal.net)
  165. # [02:26] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Quit: mattkelly)
  166. # [02:28] * Quits: mariusz (~mariusz@91-237-52-142.greendata.pl) (Ping timeout: 246 seconds)
  167. # [02:28] * Joins: newtron (~newtron@69-165-138-36.dsl.teksavvy.com)
  168. # [02:29] * Joins: debsan (~debsan@244-79-245-190.fibertel.com.ar)
  169. # [02:32] * Quits: _gambit (~prajwalit@59.95.25.129) (Quit: Computer has gone to sleep.)
  170. # [02:33] * Quits: boogyman (~misterj@pdpc/supporter/professional/boogyman) (Quit: ChatZilla 0.9.90 [Firefox 21.0/20130511120803])
  171. # [02:33] * Joins: boogyman (~misterj@68.200.9.63)
  172. # [02:33] * Quits: boogyman (~misterj@68.200.9.63) (Changing host)
  173. # [02:33] * Joins: boogyman (~misterj@pdpc/supporter/professional/boogyman)
  174. # [02:36] * Joins: gde33 (~gde33@546A1A51.cm-12-3a.dynamic.ziggo.nl)
  175. # [02:37] * Quits: hfaze (~hfaze@99-0-116-106.lightspeed.chrlnc.sbcglobal.net) (Quit: Leaving...)
  176. # [02:38] * Quits: JonEdney (~JonEdney@unaffiliated/jonedney) (Quit: Gone (XChat 2.8.9 for Windows))
  177. # [02:39] * Joins: grantgalitz (~chatzilla@108-230-227-18.lightspeed.miamfl.sbcglobal.net)
  178. # [02:39] <mehwork> is it ok to use camelCase in attribute values: <div id="fooBar"> ?
  179. # [02:40] * Quits: vitorpacheco (~vitor@201-8-245-157.user.veloxzone.com.br) (Quit: Saindo)
  180. # [02:40] <mehwork> i know it's technically ok, but is there any good reason not to?
  181. # [02:41] <llamapixel> http://csswizardry.com/2010/12/css-camel-case-seriously-sucks/ some suggest it makes things harder but your finger memory might feel the pain ;)
  182. # [02:41] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: jarek)
  183. # [02:41] <llamapixel> underscore might be a solution or hyphens
  184. # [02:41] * Joins: vitorpacheco (~vitor@201-8-245-157.user.veloxzone.com.br)
  185. # [02:45] * grantgalitz is now known as grantg
  186. # [02:48] * Joins: chriseppstein (ceppstei@dagmar.corp.linkedin.com)
  187. # [02:53] <mehwork> thanks
  188. # [02:53] <llamapixel> np m8
  189. # [02:54] * Quits: newtron (~newtron@69-165-138-36.dsl.teksavvy.com) (Remote host closed the connection)
  190. # [02:54] * Joins: crudo (~kayaman@177.17.96.22)
  191. # [02:54] * Quits: stephenplusplus (~stephenpl@c-71-238-131-205.hsd1.mi.comcast.net) (Quit: Leaving.)
  192. # [02:55] * Quits: banister`shop (~banisterf@5ED280BF.cm-7-3c.dynamic.ziggo.nl) (Read error: Connection reset by peer)
  193. # [02:56] * Joins: roadt (~roadt@114.96.140.43)
  194. # [02:56] * Quits: boogyman (~misterj@pdpc/supporter/professional/boogyman) (Quit: ChatZilla 0.9.90 [Firefox 21.0/20130511120803])
  195. # [02:56] * Joins: stephenplusplus (~stephenpl@c-71-238-131-205.hsd1.mi.comcast.net)
  196. # [03:00] * Quits: chriseppstein (ceppstei@dagmar.corp.linkedin.com) (Quit: chriseppstein)
  197. # [03:01] * Quits: stephenplusplus (~stephenpl@c-71-238-131-205.hsd1.mi.comcast.net) (Client Quit)
  198. # [03:02] * Joins: shiwano (~shiwano@124x35x143x210.ap124.ftth.ucom.ne.jp)
  199. # [03:03] * Quits: WebDragon (~webdragon@c-69-249-35-128.hsd1.de.comcast.net) (Ping timeout: 264 seconds)
  200. # [03:03] * Joins: boogyman (~misterj@68.200.9.63)
  201. # [03:03] * Quits: boogyman (~misterj@68.200.9.63) (Changing host)
  202. # [03:03] * Joins: boogyman (~misterj@pdpc/supporter/professional/boogyman)
  203. # [03:05] * Quits: kborchers (~kborchers@unaffiliated/kborchers) (Excess Flood)
  204. # [03:06] * Quits: playjax (~chatzilla@49.176.67.230) (Quit: ChatZilla 0.9.90 [Firefox 21.0/20130511120803])
  205. # [03:06] * Joins: newtron (~newtron@69-165-138-36.dsl.teksavvy.com)
  206. # [03:07] * Joins: kborchers (~kborchers@unaffiliated/kborchers)
  207. # [03:08] * Joins: WebDragon (~webdragon@c-69-249-35-128.hsd1.de.comcast.net)
  208. # [03:09] * Quits: stephCoue (~stephCoue@tou31-2-82-243-115-55.fbx.proxad.net) (Remote host closed the connection)
  209. # [03:09] * Joins: cwin (~cwin@c-67-173-252-218.hsd1.co.comcast.net)
  210. # [03:10] * Quits: dankest (~dankest@wsip-70-182-130-90.sb.sd.cox.net) (Quit: Leaving...)
  211. # [03:12] * Quits: newtron (~newtron@69-165-138-36.dsl.teksavvy.com) (Remote host closed the connection)
  212. # [03:12] * Quits: vitorpacheco (~vitor@201-8-245-157.user.veloxzone.com.br) (Remote host closed the connection)
  213. # [03:14] * Joins: vitorpacheco (~vitor@201-8-245-157.user.veloxzone.com.br)
  214. # [03:15] * Joins: newtron (~newtron@69-165-138-36.dsl.teksavvy.com)
  215. # [03:15] * Joins: BBBThunda (~IceChat77@71-10-243-212.dhcp.oxfr.ma.charter.com)
  216. # [03:19] * Quits: xec (xec@unaffiliated/xec) (Ping timeout: 256 seconds)
  217. # [03:20] * Joins: xec (xec@unaffiliated/xec)
  218. # [03:20] * Quits: cwin (~cwin@c-67-173-252-218.hsd1.co.comcast.net) (Quit: cwin)
  219. # [03:20] * Joins: k_sze[work] (~kvirc@101.78.178.186)
  220. # [03:22] * Quits: vitorpacheco (~vitor@201-8-245-157.user.veloxzone.com.br) (Remote host closed the connection)
  221. # [03:23] * Joins: dankest (~dankest@ip24-254-84-12.sb.sd.cox.net)
  222. # [03:24] * Joins: vitorpacheco (~vitor@201-8-245-157.user.veloxzone.com.br)
  223. # [03:26] * Quits: newtron (~newtron@69-165-138-36.dsl.teksavvy.com) (Remote host closed the connection)
  224. # [03:27] <phila82r> Hi all :)
  225. # [03:27] <boogyman> hi
  226. # [03:28] * Quits: dankest (~dankest@ip24-254-84-12.sb.sd.cox.net) (Quit: Linkinus - http://linkinus.com)
  227. # [03:28] <phila82r> I'm kinda new with this server and was wondering if it was poor etiquette to look for freelancers here?
  228. # [03:28] <phila82r> Not for an open-source project
  229. # [03:34] * Quits: danielwrobert (~danielwro@wsip-68-15-24-46.sd.sd.cox.net) (Quit: Leaving.)
  230. # [03:34] * Quits: grantg (~chatzilla@108-230-227-18.lightspeed.miamfl.sbcglobal.net) (Quit: ChatZilla 0.9.90 [Firefox 24.0a1/20130526031046])
  231. # [03:39] * Joins: newtron (~newtron@69-165-138-36.dsl.teksavvy.com)
  232. # [03:41] * Quits: roadt (~roadt@114.96.140.43) (Ping timeout: 256 seconds)
  233. # [03:44] * Joins: roadt (~roadt@114.96.140.43)
  234. # [03:47] * Joins: meandi (~quassel@dyndsl-031-150-035-177.ewe-ip-backbone.de)
  235. # [03:48] <phila82r> Alright, I was wondering if anyone'd be interested in working with a startup? Looking for UI/UX designer, Front and Back-End Devs as well.
  236. # [03:48] * Quits: meandi_ (~quassel@dyndsl-031-150-045-079.ewe-ip-backbone.de) (Read error: Operation timed out)
  237. # [03:51] * Quits: nate_k (~nkrantz23@184.152.95.28) (Read error: Operation timed out)
  238. # [03:51] <llamapixel> How are you going to hide the source when its available to anyone with a desktop browser?
  239. # [03:53] * Joins: d_d_d (~d_d_d@119.192.24.164)
  240. # [03:53] * Quits: roadt (~roadt@114.96.140.43) (Ping timeout: 256 seconds)
  241. # [03:55] * Joins: roadt (~roadt@114.96.140.43)
  242. # [03:55] * Joins: pr0ton (~pr0ton@8.25.197.24)
  243. # [03:58] * Joins: Snugug (~Richard@pool-74-108-101-95.nycmny.fios.verizon.net)
  244. # [04:03] * Joins: asher^ (~asher@130.95.90.105)
  245. # [04:03] * Quits: asher^ (~asher@130.95.90.105) (Changing host)
  246. # [04:03] * Joins: asher^ (~asher@unaffiliated/asher/x-9381395)
  247. # [04:03] * Joins: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net)
  248. # [04:05] * Quits: JonathanNeal (~JonathanN@cpe-142-11-82-156.socal.rr.com) (Quit: JonathanNeal)
  249. # [04:07] * Joins: NivenHuH (~NivenWuss@199.241.202.53)
  250. # [04:08] * Joins: nate_k (~nkrantz23@184.152.95.28)
  251. # [04:09] * Quits: crudo (~kayaman@177.17.96.22) (Quit: Leaving.)
  252. # [04:10] * Quits: Siqfck (Siqfck@siqfck.biz) (Ping timeout: 264 seconds)
  253. # [04:15] * [carwin] is now known as carwin
  254. # [04:17] * Quits: llamapixel (~llamapixe@123-243-224-99.static.tpgi.com.au) (Quit: -=[. _ .]=- waves bye..)
  255. # [04:18] * Joins: hfaze (~hfaze@99-0-116-106.lightspeed.chrlnc.sbcglobal.net)
  256. # [04:19] * Joins: stephCoue (~stephCoue@tou31-2-82-243-115-55.fbx.proxad.net)
  257. # [04:20] * Quits: pr0ton (~pr0ton@8.25.197.24) (Quit: pr0ton)
  258. # [04:20] * Quits: mmlac-bv (~mmlac@208.65.181.227.static.etheric.net) (Quit: mmlac-bv)
  259. # [04:23] * Quits: NivenHuH (~NivenWuss@199.241.202.53) (Quit: Computer has gone to sleep.)
  260. # [04:24] * Quits: stephCoue (~stephCoue@tou31-2-82-243-115-55.fbx.proxad.net) (Ping timeout: 256 seconds)
  261. # [04:24] * Quits: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net) (Quit: Imaginativeone)
  262. # [04:25] * Joins: curvedmark (~curvedmar@125.116.97.41)
  263. # [04:25] * carwin is now known as [carwin]
  264. # [04:27] * [carwin] is now known as carwin
  265. # [04:28] * Quits: zettam (~Pak@176.42.167.190) (Read error: Connection reset by peer)
  266. # [04:30] * Joins: oakdog8 (~oakdog8@unaffiliated/oakdog8)
  267. # [04:34] * Joins: Vennril2 (~vennril@p4FEB2B8B.dip0.t-ipconnect.de)
  268. # [04:35] * Quits: Snugug (~Richard@pool-74-108-101-95.nycmny.fios.verizon.net) (Quit: Snugug)
  269. # [04:36] * Quits: Vennril (~vennril@p4FEB0D37.dip0.t-ipconnect.de) (Ping timeout: 256 seconds)
  270. # [04:37] * Quits: oakdog8 (~oakdog8@unaffiliated/oakdog8) (Remote host closed the connection)
  271. # [04:40] * Quits: develope_ (~developer@cdm-75-109-122-65.asbnva.dh.suddenlink.net) (Remote host closed the connection)
  272. # [04:45] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Quit: Leaving)
  273. # [04:46] * Joins: sethwalker (~sethwalke@c-50-131-59-105.hsd1.ca.comcast.net)
  274. # [04:46] * Quits: Dorf (~james@c-98-213-99-154.hsd1.in.comcast.net) (Read error: Operation timed out)
  275. # [04:50] * Quits: vitorpacheco (~vitor@201-8-245-157.user.veloxzone.com.br) (Remote host closed the connection)
  276. # [04:51] * Joins: vitorpacheco (~vitor@201-8-245-157.user.veloxzone.com.br)
  277. # [04:53] * Joins: JonathanNeal (~JonathanN@cpe-142-11-82-156.socal.rr.com)
  278. # [04:56] * Quits: sethwalker (~sethwalke@c-50-131-59-105.hsd1.ca.comcast.net) (Remote host closed the connection)
  279. # [04:57] * Joins: rowin_ (~rowin@123-243-103-144.static.tpgi.com.au)
  280. # [04:57] * Joins: cwin (~cwin@c-67-173-252-218.hsd1.co.comcast.net)
  281. # [04:58] * Parts: rowin_ (~rowin@123-243-103-144.static.tpgi.com.au)
  282. # [04:58] * Joins: newtron_ (~newtron@69-165-138-36.dsl.teksavvy.com)
  283. # [04:59] * Joins: sethwalker (~sethwalke@c-50-131-59-105.hsd1.ca.comcast.net)
  284. # [05:01] * Joins: stephenplusplus (~stephenpl@c-71-238-131-205.hsd1.mi.comcast.net)
  285. # [05:01] * Quits: cwin (~cwin@c-67-173-252-218.hsd1.co.comcast.net) (Client Quit)
  286. # [05:01] * Quits: newtron (~newtron@69-165-138-36.dsl.teksavvy.com) (Ping timeout: 276 seconds)
  287. # [05:02] * Quits: newtron_ (~newtron@69-165-138-36.dsl.teksavvy.com) (Remote host closed the connection)
  288. # [05:05] * Joins: dexteryy (~dexteryy@124.205.66.195)
  289. # [05:08] * Quits: vitorpacheco (~vitor@201-8-245-157.user.veloxzone.com.br) (Remote host closed the connection)
  290. # [05:10] * Quits: phila82r (~phila82r@2607:fa48:6dcb:d860:cc55:6997:b6bf:fe75) (Quit: Leaving)
  291. # [05:10] * Joins: chandankumar (~chandanku@223.231.3.92)
  292. # [05:12] * Joins: roadt_ (~roadt@223.240.107.87)
  293. # [05:14] * Quits: chandankumar (~chandanku@223.231.3.92) (Ping timeout: 256 seconds)
  294. # [05:15] * Quits: roadt (~roadt@114.96.140.43) (Ping timeout: 252 seconds)
  295. # [05:18] * Quits: oohnoitz (septicore@gateway/shell/xzibition.com/x-ippyvndydcpdkueq) (Ping timeout: 256 seconds)
  296. # [05:19] * Joins: NivenHuH (~NivenWuss@199.241.202.53)
  297. # [05:19] * Quits: NivenHuH (~NivenWuss@199.241.202.53) (Client Quit)
  298. # [05:21] * Quits: jdelgado (~jdelgado@50.23.115.103) (Ping timeout: 256 seconds)
  299. # [05:22] * Quits: hfaze (~hfaze@99-0-116-106.lightspeed.chrlnc.sbcglobal.net) (Quit: Linkinus - http://linkinus.com)
  300. # [05:22] * Joins: oohnoitz (septicore@gateway/shell/xzibition.com/x-wjtcqvupsdjvnwcl)
  301. # [05:23] * Quits: r0tha (~r0tha@173.247.200.122) (Remote host closed the connection)
  302. # [05:25] * Quits: DrShoggoth (~prakwtf@12.116.104.118) (Quit: Leaving)
  303. # [05:30] * Joins: DrShoggoth (~prakwtf@12.116.104.118)
  304. # [05:32] * Quits: scottkellum (~scottkell@cpe-98-14-102-66.nyc.res.rr.com) (Remote host closed the connection)
  305. # [05:35] * Joins: seth_ (~seth@ec2-54-242-252-150.compute-1.amazonaws.com)
  306. # [05:36] * Joins: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net)
  307. # [05:37] * Quits: d[off]cster (docster@89.43.74.4) (Remote host closed the connection)
  308. # [05:37] * Joins: pr0ton (~pr0ton@172-9-104-52.lightspeed.sntcca.sbcglobal.net)
  309. # [05:37] * Quits: pr0ton (~pr0ton@172-9-104-52.lightspeed.sntcca.sbcglobal.net) (Client Quit)
  310. # [05:38] * Quits: threesome (~threesome@81.183.251.5) (Ping timeout: 248 seconds)
  311. # [05:38] * Quits: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net) (Client Quit)
  312. # [05:38] * Quits: mehwork (~mehwork@cpe-50-113-83-215.san.res.rr.com) (Ping timeout: 256 seconds)
  313. # [05:40] * seth_ is now known as sethwalker_
  314. # [05:40] * Quits: obert (~quassel@host186-202-dynamic.6-87-r.retail.telecomitalia.it) (Remote host closed the connection)
  315. # [05:41] * Quits: d3m0n (~demon@67.198.198.66) (Remote host closed the connection)
  316. # [05:42] * Quits: shaunmckinnon (~shaunmcki@CPE20c9d014a71f-CM0026f337503d.cpe.net.cable.rogers.com) (Quit: Linkinus - http://linkinus.com)
  317. # [05:44] * carwin is now known as carwin|afk
  318. # [05:49] * Quits: sethwalker (~sethwalke@c-50-131-59-105.hsd1.ca.comcast.net) (Quit: Leaving...)
  319. # [05:50] * sethwalker_ is now known as sethwalker
  320. # [05:50] * Quits: populvuh (~populvuh@unaffiliated/populvuh) (Ping timeout: 248 seconds)
  321. # [05:52] * Quits: heath (quassel@unaffiliated/ybit) (Read error: Connection reset by peer)
  322. # [06:00] * Quits: _cheney (~cheney@nat.sierrabravo.net) (Read error: Connection reset by peer)
  323. # [06:00] * Joins: _cheney (~cheney@nat.sierrabravo.net)
  324. # [06:01] * Joins: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net)
  325. # [06:03] * Quits: shiwano (~shiwano@124x35x143x210.ap124.ftth.ucom.ne.jp) (Remote host closed the connection)
  326. # [06:04] * Joins: mehwork (~mehwork@cpe-50-113-83-215.san.res.rr.com)
  327. # [06:05] * Joins: heath (~quassel@heath.io)
  328. # [06:05] * Quits: heath (~quassel@heath.io) (Changing host)
  329. # [06:05] * Joins: heath (~quassel@unaffiliated/ybit)
  330. # [06:05] * Quits: freakazoid0223 (~matt@pool-173-75-233-172.phlapa.fios.verizon.net) (Ping timeout: 246 seconds)
  331. # [06:06] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
  332. # [06:10] * Joins: nimbu (~Adium@50-0-136-58.dsl.dynamic.sonic.net)
  333. # [06:12] * Joins: pplcf (pplcf@46.48.158.197)
  334. # [06:13] * Quits: mehwork (~mehwork@cpe-50-113-83-215.san.res.rr.com) (Ping timeout: 276 seconds)
  335. # [06:13] * Joins: newtron (~newtron@69-165-138-36.dsl.teksavvy.com)
  336. # [06:18] * Quits: newtron (~newtron@69-165-138-36.dsl.teksavvy.com) (Ping timeout: 276 seconds)
  337. # [06:19] * Quits: rostam (~zartoosh@nat/cisco/x-sdazdihkrhcarbdx) (Remote host closed the connection)
  338. # [06:20] * Quits: curvedmark (~curvedmar@125.116.97.41) (Ping timeout: 264 seconds)
  339. # [06:23] * Joins: rostam (~zartoosh@nat/cisco/x-bqdoahboqcvnbeyk)
  340. # [06:24] * Joins: Siqfck (Siqfck@siqfck.biz)
  341. # [06:25] * Quits: tristanseifert_ (~tristan@72.183.110.128) (Remote host closed the connection)
  342. # [06:37] * Quits: gde33 (~gde33@546A1A51.cm-12-3a.dynamic.ziggo.nl) (Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/)
  343. # [06:39] * Joins: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net)
  344. # [06:41] * Joins: pensive612 (~pensive61@172-10-237-104.lightspeed.sntcca.sbcglobal.net)
  345. # [06:43] <pensive612> Anyone know of a way in Chrome to temporarily disable CSS3 compatibilities for testing?
  346. # [06:43] <pensive612> ie. turn off flexbox support.
  347. # [06:45] * Joins: scottkellum (~scottkell@cpe-98-14-102-66.nyc.res.rr.com)
  348. # [06:46] * Joins: sethwalk_ (~sethwalke@c-50-131-59-105.hsd1.ca.comcast.net)
  349. # [06:50] * Parts: nate_k (~nkrantz23@184.152.95.28) ("Leaving")
  350. # [06:50] * Quits: scottkellum (~scottkell@cpe-98-14-102-66.nyc.res.rr.com) (Ping timeout: 276 seconds)
  351. # [06:54] * Joins: gde33 (~gde33@546A1A51.cm-12-3a.dynamic.ziggo.nl)
  352. # [06:59] * Quits: roadt_ (~roadt@223.240.107.87) (Read error: Connection reset by peer)
  353. # [07:02] * Quits: stephenplusplus (~stephenpl@c-71-238-131-205.hsd1.mi.comcast.net) (Quit: Leaving.)
  354. # [07:06] * Quits: sethwalk_ (~sethwalke@c-50-131-59-105.hsd1.ca.comcast.net) (Quit: Leaving...)
  355. # [07:13] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
  356. # [07:15] * Joins: chandankumar (~chandanku@210.212.5.129)
  357. # [07:15] * Quits: carlos_antonio (~benway@unaffiliated/disusered) (Ping timeout: 248 seconds)
  358. # [07:18] * Quits: chandankumar (~chandanku@210.212.5.129) (Excess Flood)
  359. # [07:20] * Joins: chandankumar (~chandanku@210.212.5.129)
  360. # [07:20] * Quits: k_sze[work] (~kvirc@101.78.178.186) (Ping timeout: 276 seconds)
  361. # [07:23] * Quits: chandankumar (~chandanku@210.212.5.129) (Max SendQ exceeded)
  362. # [07:24] * Joins: chandankumar (~chandanku@210.212.5.129)
  363. # [07:26] * Joins: shiwano (~shiwano@124x35x143x210.ap124.ftth.ucom.ne.jp)
  364. # [07:27] * Quits: chandankumar (~chandanku@210.212.5.129) (Max SendQ exceeded)
  365. # [07:31] * Quits: boogyman (~misterj@pdpc/supporter/professional/boogyman) (Ping timeout: 276 seconds)
  366. # [07:31] * Joins: factor (~factor@ip70-189-111-253.ok.ok.cox.net)
  367. # [07:37] * Joins: _gambit (~prajwalit@61.12.96.226)
  368. # [07:38] * Joins: mattkelly (~mattwkell@c-69-181-69-39.hsd1.ca.comcast.net)
  369. # [07:38] * Quits: mattkelly (~mattwkell@c-69-181-69-39.hsd1.ca.comcast.net) (Changing host)
  370. # [07:38] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
  371. # [07:42] * Joins: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk)
  372. # [07:43] * Joins: Erakso (~darklands@194.237.81.4)
  373. # [07:45] * Quits: vlad_starkov (~vlad_star@109.188.124.147) (Remote host closed the connection)
  374. # [07:45] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Ping timeout: 264 seconds)
  375. # [07:45] * Joins: vlad_starkov (~vlad_star@109.188.124.147)
  376. # [07:46] * Joins: longbeach (~mike@AFontenayssB-152-1-2-121.w82-121.abo.wanadoo.fr)
  377. # [07:48] * Joins: erickubenka (~erick@212.80.226.195)
  378. # [07:48] * Quits: vlad_starkov (~vlad_star@109.188.124.147) (Remote host closed the connection)
  379. # [07:51] * Quits: Trae32566-NE (~Trae32566@unaffiliated/trae32566-smsng) (Read error: Operation timed out)
  380. # [07:54] * Joins: arietis (~arietis@188.242.181.162)
  381. # [07:56] * Quits: PaulCapestany (~PaulCapes@204.28.124.82) (Quit: Textual IRC Client: www.textualapp.com)
  382. # [07:57] * Joins: djamel (~djamel@li252-173.members.linode.com)
  383. # [07:58] * Quits: djamel (~djamel@li252-173.members.linode.com) (Remote host closed the connection)
  384. # [08:01] * Quits: JonathanNeal (~JonathanN@cpe-142-11-82-156.socal.rr.com) (Quit: JonathanNeal)
  385. # [08:03] * Joins: k_sze[work] (~kvirc@101.78.178.186)
  386. # [08:08] * Quits: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk) (Quit: Ex-Chat)
  387. # [08:09] * Joins: mehwork (~mehwork@cpe-50-113-83-215.san.res.rr.com)
  388. # [08:16] * Quits: kadiks (~kadiks@APuteaux-652-1-193-111.w86-217.abo.wanadoo.fr) (Read error: Operation timed out)
  389. # [08:16] * Joins: didiergm (~quassel@81-65-80-163.rev.numericable.fr)
  390. # [08:17] * Quits: mehwork (~mehwork@cpe-50-113-83-215.san.res.rr.com) (Ping timeout: 260 seconds)
  391. # [08:18] * sethwalker is now known as zz_sethwalker
  392. # [08:19] * Joins: mpaun (~mpaun@80.111.45.126)
  393. # [08:20] * Joins: populvuh (~populvuh@unaffiliated/populvuh)
  394. # [08:21] * zz_sethwalker is now known as sethwalker
  395. # [08:26] * Joins: Baybal32 (~Baybal32@d75-156-91-135.bchsia.telus.net)
  396. # [08:26] * Quits: Vennril2 (~vennril@p4FEB2B8B.dip0.t-ipconnect.de) (Quit: Nettalk6 - www.ntalk.de)
  397. # [08:27] * Quits: mpaun (~mpaun@80.111.45.126) (Ping timeout: 260 seconds)
  398. # [08:28] * Quits: asher^ (~asher@unaffiliated/asher/x-9381395)
  399. # [08:30] * Quits: arietis (~arietis@188.242.181.162) (Quit: Textual IRC Client: http://www.textualapp.com/)
  400. # [08:30] * Joins: exoon (~exoon@p4FC3F0CF.dip0.t-ipconnect.de)
  401. # [08:30] * Quits: hugo_moss (hugo_moss@ool-ad033d92.dyn.optonline.net) (Ping timeout: 252 seconds)
  402. # [08:31] * Joins: hugo_moss (hugo_moss@ool-ad033d92.dyn.optonline.net)
  403. # [08:33] * Joins: threesome (~threesome@81.183.251.4)
  404. # [08:34] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Quit: mattkelly)
  405. # [08:35] * Quits: exoon (~exoon@p4FC3F0CF.dip0.t-ipconnect.de) (Ping timeout: 256 seconds)
  406. # [08:40] * Joins: Ms2ger (~Ms2ger@111.235-64-87.adsl-dyn.isp.belgacom.be)
  407. # [08:40] * Quits: pensive612 (~pensive61@172-10-237-104.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 248 seconds)
  408. # [08:40] * sethwalker is now known as zz_sethwalker
  409. # [08:41] * Joins: mehwork (~mehwork@cpe-50-113-83-215.san.res.rr.com)
  410. # [08:43] * Joins: kroyeren (~kroyeren@81.27.221.202)
  411. # [08:43] * Joins: llamapixel (~llamapixe@123-243-224-99.static.tpgi.com.au)
  412. # [08:44] * zz_sethwalker is now known as sethwalker
  413. # [08:45] * Joins: codeho (~codeho@p54A76A2D.dip0.t-ipconnect.de)
  414. # [08:45] * Quits: codeho (~codeho@p54A76A2D.dip0.t-ipconnect.de) (Client Quit)
  415. # [08:50] * Joins: vlad_starkov (~vlad_star@109.188.124.177)
  416. # [08:54] * sethwalker is now known as zz_sethwalker
  417. # [08:54] * Quits: vlad_starkov (~vlad_star@109.188.124.177) (Ping timeout: 252 seconds)
  418. # [08:55] * Joins: Creepy (~Creepy@p5B168161.dip0.t-ipconnect.de)
  419. # [08:58] * Joins: Kolombiken1 (~Adium@gateway.creuna.se)
  420. # [08:59] * Joins: themsay (~themsay@cpc1-ipsw1-2-0-cust402.7-4.cable.virginmedia.com)
  421. # [09:00] * Joins: daanavitch (~daanavitc@d8D86D71B.access.telenet.be)
  422. # [09:00] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Ping timeout: 256 seconds)
  423. # [09:00] * Quits: Kolombiken1 (~Adium@gateway.creuna.se) (Client Quit)
  424. # [09:00] * Joins: vlad_starkov (~vlad_star@109.188.124.177)
  425. # [09:01] * Joins: shwetank (~shwetank@122.161.125.87)
  426. # [09:04] * Quits: vlad_starkov (~vlad_star@109.188.124.177) (Ping timeout: 245 seconds)
  427. # [09:06] * Joins: ng_ (~ng@host86-152-231-79.range86-152.btcentralplus.com)
  428. # [09:06] * Joins: Trae32566-NE (~Trae32566@unaffiliated/trae32566-smsng)
  429. # [09:07] * Joins: thomasFre (~thomas@159.71.64.86.rev.sfr.net)
  430. # [09:09] * Quits: shiwano (~shiwano@124x35x143x210.ap124.ftth.ucom.ne.jp) (Quit: Leaving...)
  431. # [09:09] * Quits: dpogue (~dpogue@S010600226b831d53.vf.shawcable.net) (Quit: :q!)
  432. # [09:11] * Joins: curvedmark (~curvedmar@125.115.185.83)
  433. # [09:12] * Joins: brunus (~brunus@159.71.64.86.rev.sfr.net)
  434. # [09:12] * Joins: icecandy (~icecandy@unaffiliated/icecandy)
  435. # [09:14] * Joins: rnarian (~rnarian@p4FF08081.dip0.t-ipconnect.de)
  436. # [09:14] * Joins: dpogue (~dpogue@S010600226b831d53.vf.shawcable.net)
  437. # [09:15] * Quits: WebDragon (~webdragon@c-69-249-35-128.hsd1.de.comcast.net) (Ping timeout: 256 seconds)
  438. # [09:16] * Quits: mehwork (~mehwork@cpe-50-113-83-215.san.res.rr.com) (Ping timeout: 252 seconds)
  439. # [09:16] * Quits: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net) (Quit: gg)
  440. # [09:17] * Joins: Lethalman (~luca@net77-43-20-100.mclink.it)
  441. # [09:18] * Joins: calbasi (~joan@168.34.14.37.dynamic.jazztel.es)
  442. # [09:18] * Quits: themsay (~themsay@cpc1-ipsw1-2-0-cust402.7-4.cable.virginmedia.com) (Ping timeout: 256 seconds)
  443. # [09:18] * Joins: devsharpen (~steph@ARennes-551-1-192-159.w2-13.abo.wanadoo.fr)
  444. # [09:23] * Joins: Criztian (~criztian@cust.static.46-14-92-114.swisscomdata.ch)
  445. # [09:28] * Joins: MCHammer (~mchammer@212.48.107.10)
  446. # [09:30] * Joins: fr33r1d3 (~peter@h240n7-oer-d4.ias.bredband.telia.com)
  447. # [09:30] * Joins: dhruvasagar (~dhruvasag@122.167.92.231)
  448. # [09:34] * Joins: mitemitreski (~mitemitre@212.120.17.179)
  449. # [09:34] * Joins: marian- (~rnarian@p4FF084B1.dip0.t-ipconnect.de)
  450. # [09:36] * Joins: thomasjachmann (~thomasjac@business-176-094-016-206.static.arcor-ip.net)
  451. # [09:36] * Quits: rnarian (~rnarian@p4FF08081.dip0.t-ipconnect.de) (Ping timeout: 264 seconds)
  452. # [09:40] * Joins: Vennril (~vennril@p4FEB2B8B.dip0.t-ipconnect.de)
  453. # [09:41] * Quits: dhaber (~dhaber@c-76-28-237-222.hsd1.wa.comcast.net) (Ping timeout: 276 seconds)
  454. # [09:42] * marian- is now known as rnarian
  455. # [09:42] * Quits: threesome (~threesome@81.183.251.4) (Ping timeout: 248 seconds)
  456. # [09:42] * Joins: dhaber (~dhaber@c-76-28-237-222.hsd1.wa.comcast.net)
  457. # [09:43] * Joins: shiwano (~shiwano@124x35x143x210.ap124.ftth.ucom.ne.jp)
  458. # [09:43] * Quits: thomasjachmann (~thomasjac@business-176-094-016-206.static.arcor-ip.net)
  459. # [09:45] * zz_sethwalker is now known as sethwalker
  460. # [09:52] * Quits: devsharpen (~steph@ARennes-551-1-192-159.w2-13.abo.wanadoo.fr) (Remote host closed the connection)
  461. # [09:54] * sethwalker is now known as zz_sethwalker
  462. # [09:55] * Joins: extrawurst (~extrawurs@b2b-92-50-112-98.unitymedia.biz)
  463. # [09:57] * Joins: Kolombiken (~Adium@gateway.creuna.se)
  464. # [09:57] * Quits: extrawurst (~extrawurs@b2b-92-50-112-98.unitymedia.biz) (Client Quit)
  465. # [09:58] * Joins: devsharpen (~steph@ARennes-551-1-192-159.w2-13.abo.wanadoo.fr)
  466. # [10:00] * Joins: vlad_starkov (~vlad_star@109.188.124.145)
  467. # [10:05] * Quits: vlad_starkov (~vlad_star@109.188.124.145) (Ping timeout: 256 seconds)
  468. # [10:06] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Quit: Leaving.)
  469. # [10:07] * Joins: threesome (~threesome@81.183.251.4)
  470. # [10:11] * Quits: brunus (~brunus@159.71.64.86.rev.sfr.net) (Quit: Quitte)
  471. # [10:11] * Joins: chandankumar (~chandanku@210.212.5.129)
  472. # [10:15] * Hornet- is now known as Hornet
  473. # [10:16] * Joins: nonge_ (~nonge@p5082B42C.dip0.t-ipconnect.de)
  474. # [10:17] * Joins: brunus (~brunus@159.71.64.86.rev.sfr.net)
  475. # [10:17] * Joins: Trisox (~Tri_sox@dw87236798.amsterdam-tc.dataweb.net)
  476. # [10:18] * Joins: zettam (~Pak@176.42.167.190)
  477. # [10:20] * Quits: nonge (~nonge@p5082A0A7.dip0.t-ipconnect.de) (Ping timeout: 256 seconds)
  478. # [10:20] * Quits: curvedmark (~curvedmar@125.115.185.83) (Quit: Zzzzzz)
  479. # [10:24] * Quits: jon8 (Rush@unaffiliated/jon8) (Ping timeout: 245 seconds)
  480. # [10:30] * Joins: manuelbieh (~beeevi2@78.47.226.217)
  481. # [10:31] * Joins: rkgarg901 (6b151093@gateway/web/freenode/ip.107.21.16.147)
  482. # [10:31] * Quits: brunus (~brunus@159.71.64.86.rev.sfr.net) (Read error: Connection reset by peer)
  483. # [10:31] * Joins: brunus_ (~brunus@159.71.64.86.rev.sfr.net)
  484. # [10:32] * Parts: rkgarg901 (6b151093@gateway/web/freenode/ip.107.21.16.147)
  485. # [10:32] * Joins: stephCoue (~stephCoue@2a01:e35:2e04:9b90:815:473f:31ca:198a)
  486. # [10:34] * Joins: jxdones (~Jones@unaffiliated/jxdones)
  487. # [10:34] * Joins: Karliky (~Karliky@13.85-84-186.dynamic.clientes.euskaltel.es)
  488. # [10:35] * Joins: mpaun (~mpaun@80.111.45.126)
  489. # [10:40] * Quits: kroyeren (~kroyeren@81.27.221.202) (Ping timeout: 256 seconds)
  490. # [10:40] * brunus_ is now known as Brunus
  491. # [10:42] * Joins: jon8 (~jon8@c-68-41-244-147.hsd1.mi.comcast.net)
  492. # [10:42] * Quits: jon8 (~jon8@c-68-41-244-147.hsd1.mi.comcast.net) (Changing host)
  493. # [10:42] * Joins: jon8 (~jon8@unaffiliated/jon8)
  494. # [10:43] * Quits: coellobranco (~FoRcEr@201.Red-83-53-125.dynamicIP.rima-tde.net) (Quit: http://www.juanantoniomosquera.com)
  495. # [10:43] * Quits: barneybook (~kvirc@220-136-41-85.dynamic.hinet.net) (Ping timeout: 252 seconds)
  496. # [10:45] * Joins: Siyfion (~Siyfion@195.58.75.192)
  497. # [10:45] * zz_sethwalker is now known as sethwalker
  498. # [10:45] * Quits: chandankumar (~chandanku@210.212.5.129) (Quit: Leaving)
  499. # [10:46] * Quits: shwetank (~shwetank@122.161.125.87) (Quit: Leaving...)
  500. # [10:46] * Quits: threesome (~threesome@81.183.251.4) (Read error: Connection reset by peer)
  501. # [10:48] * Joins: flcl1 (~flcl@mm-78-247-57-86.leased.line.mgts.by)
  502. # [10:48] * Joins: threesome (~threesome@81.183.251.4)
  503. # Session Close: Wed May 29 10:52:17 2013
  504. #
  505. # Session Start: Wed May 29 10:52:17 2013
  506. # Session Ident: #html5
  507. # [10:52] * Disconnected
  508. # [10:53] * Attempting to rejoin channel #html5
  509. # [10:53] * Rejoined channel #html5
  510. # [10:53] * Topic is 'Ask any question about HTML5 & Friends || HTML5 Spec for Developers: http://developers.whatwg.org || Also: http://html5rocks.com http://diveintohtml5.info http://mzl.la/9giLwR || Channel logs: http://j.mp/cG7UDa'
  511. # [10:53] * Set by marienz!marienz@freenode/staff/marienz on Fri Oct 21 21:53:09
  512. # [10:53] * Joins: shwetank (~shwetank@122.161.125.87)
  513. # [10:53] * Quits: shwetank (~shwetank@122.161.125.87) (Client Quit)
  514. # [10:54] * Quits: amizraa (~amizraa@gateway/tor-sasl/amizraa) (Remote host closed the connection)
  515. # [10:54] * sethwalker is now known as zz_sethwalker
  516. # [10:55] * Quits: shiwano (~shiwano@124x35x143x210.ap124.ftth.ucom.ne.jp) (Quit: Leaving...)
  517. # [10:55] * Joins: obert (~quassel@host11-202-dynamic.6-87-r.retail.telecomitalia.it)
  518. # [10:56] * Quits: ng_ (~ng@host86-152-231-79.range86-152.btcentralplus.com) (Quit: ng_)
  519. # [10:56] * Quits: obert (~quassel@host11-202-dynamic.6-87-r.retail.telecomitalia.it) (Remote host closed the connection)
  520. # [10:56] * Joins: DrCode (~DrCode@gateway/tor-sasl/drcode)
  521. # [10:56] * Quits: bot-t (temp01@unaffiliated/temp01/bot/bot-t) (Ping timeout: 252 seconds)
  522. # [11:00] * Quits: flcl1 (~flcl@mm-78-247-57-86.leased.line.mgts.by) (Quit: Leaving.)
  523. # [11:00] * Joins: vlad_starkov (~vlad_star@109.188.124.176)
  524. # [11:03] * Joins: Somebody (~somebody@82-169-11-49.ip.telfort.nl)
  525. # [11:03] * Somebody is now known as leonvv
  526. # [11:03] * Joins: niloy (~niloy@115.112.64.6)
  527. # [11:05] * Quits: vlad_starkov (~vlad_star@109.188.124.176) (Ping timeout: 256 seconds)
  528. # [11:11] * Quits: lukaszr (~luro@195.26.78.26) (Remote host closed the connection)
  529. # [11:13] * Joins: bot-t (temp01@unaffiliated/temp01/bot/bot-t)
  530. # [11:14] * Joins: curvedmark (~curvedmar@125.115.185.83)
  531. # [11:14] * Joins: lukaszr (~luro@195.26.78.26)
  532. # [11:17] * Joins: kroyeren (~kroyeren@81.27.221.202)
  533. # [11:17] * Joins: chandankumar (~chandanku@210.212.5.129)
  534. # [11:23] * Joins: samn (~Adium@94.137.124.2)
  535. # [11:26] * Quits: daanavitch (~daanavitc@d8D86D71B.access.telenet.be) (Remote host closed the connection)
  536. # [11:43] * Joins: maxani_ (~maxani@ARennes-655-1-26-83.w109-218.abo.wanadoo.fr)
  537. # [11:43] * Quits: curvedmark (~curvedmar@125.115.185.83) (Quit: Quit)
  538. # [11:44] * Joins: curvedmark (~curvedmar@125.115.185.83)
  539. # [11:45] * Joins: fBirD (~andre.sr@188.251.254.160)
  540. # [11:45] * Quits: curvedmark (~curvedmar@125.115.185.83) (Client Quit)
  541. # [11:45] * zz_sethwalker is now known as sethwalker
  542. # [11:45] * Quits: bot-t (temp01@unaffiliated/temp01/bot/bot-t) (Quit: bot-t)
  543. # [11:48] * Quits: chandankumar (~chandanku@210.212.5.129) (Ping timeout: 276 seconds)
  544. # [11:54] * Joins: chandankumar (~chandanku@210.212.5.129)
  545. # [11:54] * Joins: dekiss (~math@77.28.20.160)
  546. # [11:54] * Quits: leonvv (~somebody@82-169-11-49.ip.telfort.nl) (Remote host closed the connection)
  547. # [11:54] <dekiss> should I end doctype element with solidus character?
  548. # [11:55] * sethwalker is now known as zz_sethwalker
  549. # [11:55] * Quits: chandankumar (~chandanku@210.212.5.129) (Excess Flood)
  550. # [11:55] <dekiss> <!doctype html /> like this? or <!doctype html> or like his?
  551. # [11:56] <dahlfors_> second one
  552. # [11:56] <dekiss> why?
  553. # [11:56] <dahlfors_> long story. read up on it
  554. # [11:56] * Joins: chandankumar (~chandanku@210.212.5.129)
  555. # [11:56] <dekiss> I can't end it with solidus?
  556. # [11:56] <dahlfors_> I'm working here
  557. # [11:56] <dekiss> isn't that ordinary element like all others?
  558. # [11:57] <dekiss> nah I think you don't know that is why
  559. # [11:57] <dekiss> you lie that you work :)
  560. # [11:57] <dahlfors_> ok
  561. # [11:58] * Joins: coellobranco (~FoRcEr@201.Red-83-53-125.dynamicIP.rima-tde.net)
  562. # [11:59] <dekiss> you just have read that but don't know to exaplin why
  563. # [12:00] <dekiss> I saw on wc html5 standard taht it should consist solidus / but I am not sure why
  564. # [12:00] <dekiss> so that makes doctype not ordinary element
  565. # [12:02] * Joins: obert (~quassel@host11-202-dynamic.6-87-r.retail.telecomitalia.it)
  566. # [12:03] * Joins: christophe_v_E (54c25f0d@gateway/web/freenode/ip.84.194.95.13)
  567. # [12:03] <christophe_v_E> Hi, I'm looking to play a video with multiple audio tracks (only the selected one can be played with the video) any suggestions?
  568. # [12:05] * Joins: edgeuplink (~edgeup@a81-84-242-11.static.cpe.netcabo.pt)
  569. # [12:06] * Joins: GarethAdams (~garethada@pdpc/supporter/active/GarethAdams)
  570. # [12:11] * Joins: daanavitch (~daanavitc@d8D86D71B.access.telenet.be)
  571. # [12:14] * Joins: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net)
  572. # [12:15] * Joins: Guest15381 (~Guest1538@69.41.182.130)
  573. # [12:16] * Quits: Guest15381 (~Guest1538@69.41.182.130) (Client Quit)
  574. # [12:19] * Joins: bot-t (temp01@unaffiliated/temp01/bot/bot-t)
  575. # [12:28] * Quits: llamapixel (~llamapixe@123-243-224-99.static.tpgi.com.au) (Quit: llamapixel)
  576. # [12:28] * fiws|meh is now known as fiws
  577. # [12:30] * Quits: maxani_ (~maxani@ARennes-655-1-26-83.w109-218.abo.wanadoo.fr) (Quit: Computer has gone to sleep.)
  578. # [12:32] * Quits: chandankumar (~chandanku@210.212.5.129) (Ping timeout: 252 seconds)
  579. # [12:32] * Quits: obert (~quassel@host11-202-dynamic.6-87-r.retail.telecomitalia.it) (Remote host closed the connection)
  580. # [12:41] * Quits: dhruvasagar (~dhruvasag@122.167.92.231) (Ping timeout: 245 seconds)
  581. # [12:42] * Parts: christophe_v_E (54c25f0d@gateway/web/freenode/ip.84.194.95.13)
  582. # [12:43] * Quits: kroyeren (~kroyeren@81.27.221.202) (Ping timeout: 256 seconds)
  583. # [12:43] * Joins: dhruvasagar (~dhruvasag@122.166.154.84)
  584. # [12:46] * zz_sethwalker is now known as sethwalker
  585. # [12:47] * Joins: curvedmark (~curvedmar@125.115.185.83)
  586. # [12:52] * Quits: daanavitch (~daanavitc@d8D86D71B.access.telenet.be) (Remote host closed the connection)
  587. # [12:53] * Quits: fBirD (~andre.sr@188.251.254.160) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
  588. # [12:55] * sethwalker is now known as zz_sethwalker
  589. # [13:00] * Joins: Kolombiken (~Adium@gateway.creuna.se)
  590. # [13:01] * Joins: herbnerder (~herbnerde@192.34.63.47)
  591. # [13:01] * Joins: vlad_starkov (~vlad_star@212.44.137.202)
  592. # [13:06] * Quits: k_sze[work] (~kvirc@101.78.178.186) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
  593. # [13:07] * Quits: herbnerder (~herbnerde@192.34.63.47) (Quit: ZNC - http://znc.in)
  594. # [13:07] * Quits: vlad_starkov (~vlad_star@212.44.137.202) (Ping timeout: 260 seconds)
  595. # [13:09] * Joins: shaunmckinnon (~shaunmcki@CPE20c9d014a71f-CM0026f337503d.cpe.net.cable.rogers.com)
  596. # [13:13] * Joins: kroyeren (~kroyeren@81.27.221.202)
  597. # [13:15] * Joins: playjax (~chatzilla@49.176.100.216)
  598. # [13:16] * Joins: herbnerder (~herbnerde@192.34.63.47)
  599. # [13:17] * Joins: thomasjachmann (~thomasjac@p578bb5c6.dip0.t-ipconnect.de)
  600. # [13:17] * Quits: mkf (telex@gateway/shell/anapnea.net/x-ibmzsszfftiaehzy) (Ping timeout: 256 seconds)
  601. # [13:18] * Joins: scottkellum (~scottkell@cpe-98-14-102-66.nyc.res.rr.com)
  602. # [13:21] * Joins: vlad_starkov (~vlad_star@195.239.220.131)
  603. # [13:21] * Joins: tristanseifert (~tristan@72.183.110.128)
  604. # [13:21] * Quits: rnarian (~rnarian@p4FF084B1.dip0.t-ipconnect.de) (Quit: Leaving...)
  605. # [13:23] * Joins: mkf (telex@gateway/shell/anapnea.net/x-zmeumvrkjpbversu)
  606. # [13:23] * Joins: vlad_sta_ (~vlad_star@91.206.59.129)
  607. # [13:23] * Joins: vlad_st__ (~vlad_star@212.44.137.202)
  608. # [13:25] * Quits: shaunmckinnon (~shaunmcki@CPE20c9d014a71f-CM0026f337503d.cpe.net.cable.rogers.com) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  609. # [13:26] * Quits: playjax (~chatzilla@49.176.100.216) (Ping timeout: 276 seconds)
  610. # [13:26] * Quits: vlad_starkov (~vlad_star@195.239.220.131) (Ping timeout: 248 seconds)
  611. # [13:27] * Quits: vlad_sta_ (~vlad_star@91.206.59.129) (Ping timeout: 252 seconds)
  612. # [13:27] * Joins: amizraa (~amizraa@gateway/tor-sasl/amizraa)
  613. # [13:31] * Quits: thomasjachmann (~thomasjac@p578bb5c6.dip0.t-ipconnect.de)
  614. # [13:32] * Joins: mechanicalduck (~mechanica@ltea-047-064-018-061.pools.arcor-ip.net)
  615. # [13:33] * Joins: mstalfoort (~manuchill@83.232.96.217)
  616. # [13:34] * fiws is now known as fiws|meh
  617. # [13:43] * Joins: sasori (~chatzilla@cm105.gamma248.maxonline.com.sg)
  618. # [13:46] * zz_sethwalker is now known as sethwalker
  619. # [13:48] * Joins: erichynds (~ehynds@64.206.121.41)
  620. # [13:50] * Joins: dkiss (~math@77.28.10.67)
  621. # [13:52] * Joins: developerjustin (~developer@173-80-78-104-bkly.atw.dyn.suddenlink.net)
  622. # [13:52] * Quits: dkiss (~math@77.28.10.67) (Client Quit)
  623. # [13:52] * Quits: dekiss (~math@77.28.20.160) (Ping timeout: 260 seconds)
  624. # [13:52] * Quits: developerjustin (~developer@173-80-78-104-bkly.atw.dyn.suddenlink.net) (Remote host closed the connection)
  625. # [13:53] * Joins: developerjustin (~developer@173-80-78-104-bkly.atw.dyn.suddenlink.net)
  626. # [13:56] * sethwalker is now known as zz_sethwalker
  627. # [13:57] * Joins: daanavitch (~daanavitc@d8D86D71B.access.telenet.be)
  628. # [14:09] * Joins: BrianWGray (~BrianWGra@unaffiliated/brianwgray)
  629. # [14:09] * Joins: Jon47 (~Adium@pool-108-18-206-254.washdc.fios.verizon.net)
  630. # [14:10] * Parts: calbasi (~joan@168.34.14.37.dynamic.jazztel.es)
  631. # [14:10] * Joins: asher^ (asher@101.166.147.73)
  632. # [14:10] * Quits: asher^ (asher@101.166.147.73) (Changing host)
  633. # [14:10] * Joins: asher^ (asher@unaffiliated/asher/x-9381395)
  634. # [14:10] * Quits: asher^ (asher@unaffiliated/asher/x-9381395) (Remote host closed the connection)
  635. # [14:11] * Quits: daze (~irc@client-212-117-18-111.inturbo.lt) (Ping timeout: 264 seconds)
  636. # [14:14] * Quits: mpaun (~mpaun@80.111.45.126) (Remote host closed the connection)
  637. # [14:14] * Joins: mpaun (~mpaun@80.111.45.126)
  638. # [14:19] * Quits: mpaun (~mpaun@80.111.45.126) (Ping timeout: 245 seconds)
  639. # [14:19] * Joins: brbcoding (~cghensha@unaffiliated/brbcoding)
  640. # [14:20] * Joins: maxani_ (~maxani@ARennes-655-1-26-83.w109-218.abo.wanadoo.fr)
  641. # [14:21] * Quits: Jon47 (~Adium@pool-108-18-206-254.washdc.fios.verizon.net) (Quit: Leaving.)
  642. # [14:23] * Joins: vmosnak (b06a797e@gateway/web/freenode/ip.176.106.121.126)
  643. # [14:28] * Joins: shwetank (~shwetank@122.161.125.87)
  644. # [14:31] * Joins: cwin (~cwin@c-67-173-252-218.hsd1.co.comcast.net)
  645. # [14:36] * Quits: vmosnak (b06a797e@gateway/web/freenode/ip.176.106.121.126) (Quit: Page closed)
  646. # [14:42] * Joins: shaunmckinnon (~shaunmcki@CPE20c9d014a71f-CM0026f337503d.cpe.net.cable.rogers.com)
  647. # [14:42] * Joins: newtron (~newtron@199.71.174.103)
  648. # [14:43] * Joins: boogyman (~dividingl@68.200.9.63)
  649. # [14:43] * Quits: boogyman (~dividingl@68.200.9.63) (Changing host)
  650. # [14:43] * Joins: boogyman (~dividingl@pdpc/supporter/professional/boogyman)
  651. # [14:44] * Quits: shaunmckinnon (~shaunmcki@CPE20c9d014a71f-CM0026f337503d.cpe.net.cable.rogers.com) (Client Quit)
  652. # [14:45] * Joins: mpaun (~mpaun@80.111.45.126)
  653. # [14:46] * zz_sethwalker is now known as sethwalker
  654. # [14:47] * Quits: coellobranco (~FoRcEr@201.Red-83-53-125.dynamicIP.rima-tde.net) (Quit: http://www.juanantoniomosquera.com)
  655. # [14:47] * Quits: mechanicalduck (~mechanica@ltea-047-064-018-061.pools.arcor-ip.net) (Ping timeout: 252 seconds)
  656. # [14:53] * Joins: mechanicalduck (~mechanica@ltea-047-064-018-061.pools.arcor-ip.net)
  657. # [14:53] * Quits: mpaun (~mpaun@80.111.45.126) (Ping timeout: 252 seconds)
  658. # [14:53] * Joins: glob (~bolg@me.glob.com.au)
  659. # [14:56] * Quits: maxani_ (~maxani@ARennes-655-1-26-83.w109-218.abo.wanadoo.fr) (Quit: Computer has gone to sleep.)
  660. # [14:56] * sethwalker is now known as zz_sethwalker
  661. # [14:56] * Joins: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk)
  662. # [14:57] * Quits: shwetank (~shwetank@122.161.125.87) (Ping timeout: 252 seconds)
  663. # [14:59] * Joins: decotii (~decotii@static-98-116-12-109.nycmny.fios.verizon.net)
  664. # [14:59] * Quits: curvedmark (~curvedmar@125.115.185.83) (Quit: Quit)
  665. # [15:00] * Joins: rblackwe (~rblackwe@li521-162.members.linode.com)
  666. # [15:01] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  667. # [15:01] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  668. # [15:02] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  669. # [15:02] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  670. # [15:02] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  671. # [15:02] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  672. # [15:03] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  673. # [15:03] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  674. # [15:03] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  675. # [15:03] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  676. # [15:03] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  677. # [15:03] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  678. # [15:04] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  679. # [15:04] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  680. # [15:04] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  681. # [15:04] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  682. # [15:05] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  683. # [15:05] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  684. # [15:05] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  685. # [15:05] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  686. # [15:06] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  687. # [15:06] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  688. # [15:06] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  689. # [15:06] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  690. # [15:06] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  691. # [15:06] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  692. # [15:07] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  693. # [15:07] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  694. # [15:07] * Joins: chandankumar (~chandanku@210.212.5.129)
  695. # [15:07] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  696. # [15:07] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  697. # [15:08] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  698. # [15:08] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  699. # [15:08] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  700. # [15:08] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  701. # [15:08] * Quits: LordNasty (~NaSTy@93-43-163-20.ip92.fastwebnet.it) (Ping timeout: 264 seconds)
  702. # [15:08] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  703. # [15:09] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  704. # [15:09] * Joins: LordNasty (~NaSTy@93-43-163-20.ip92.fastwebnet.it)
  705. # [15:09] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  706. # [15:09] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  707. # [15:09] * Joins: Itrace (~Itrace@74-84-110-222.client.mchsi.com)
  708. # [15:09] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  709. # [15:09] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  710. # [15:10] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  711. # [15:10] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  712. # [15:10] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  713. # [15:10] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  714. # [15:10] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  715. # [15:10] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  716. # [15:11] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  717. # [15:11] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  718. # [15:11] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  719. # [15:11] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  720. # [15:12] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  721. # [15:12] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  722. # [15:12] * Quits: chandankumar (~chandanku@210.212.5.129) (Ping timeout: 264 seconds)
  723. # [15:12] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  724. # [15:12] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  725. # [15:13] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  726. # [15:13] * Quits: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net) (Quit: Imaginativeone)
  727. # [15:13] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  728. # [15:13] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  729. # [15:13] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  730. # [15:13] * Joins: Nneon (~Nneon@217.205.197.194)
  731. # [15:13] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  732. # [15:13] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  733. # [15:13] * Joins: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net)
  734. # [15:14] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  735. # [15:14] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  736. # [15:14] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  737. # [15:14] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  738. # [15:14] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  739. # [15:15] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  740. # [15:15] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  741. # [15:15] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  742. # [15:15] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  743. # [15:15] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  744. # [15:16] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  745. # [15:16] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  746. # [15:16] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  747. # [15:16] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  748. # [15:16] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  749. # [15:16] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  750. # [15:17] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  751. # [15:17] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  752. # [15:17] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  753. # [15:17] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  754. # [15:17] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  755. # [15:18] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  756. # [15:18] * Joins: mokush (~cc@82.208.133.70)
  757. # [15:18] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  758. # [15:18] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  759. # [15:18] * Joins: _dc (~dc@219.sub-70-194-84.myvzw.com)
  760. # [15:18] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  761. # [15:18] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  762. # [15:19] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  763. # [15:19] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  764. # [15:19] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  765. # [15:19] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  766. # [15:19] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  767. # [15:19] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  768. # [15:20] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  769. # [15:20] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  770. # [15:20] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  771. # [15:20] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  772. # [15:20] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  773. # [15:20] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Excess Flood)
  774. # [15:21] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  775. # [15:21] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Remote host closed the connection)
  776. # [15:22] * Joins: bmac (~textual@75-150-66-249-NewEngland.hfc.comcastbusiness.net)
  777. # [15:22] * Joins: jreading (~Adium@50-201-41-253-static.hfc.comcastbusiness.net)
  778. # [15:23] * Quits: no-thing (~no-thing@ip1.c2834.amb98.cust.comxnet.dk) (Read error: Operation timed out)
  779. # [15:24] * Joins: Wildblue` (~guy@unaffiliated/wildblue)
  780. # [15:24] * Wildblue` is now known as Wildblue
  781. # [15:24] * Quits: mokush (~cc@82.208.133.70) (Quit: Konversation terminated!)
  782. # [15:24] * Quits: dhruvasagar (~dhruvasag@122.166.154.84) (Ping timeout: 264 seconds)
  783. # [15:24] * Joins: mtcrutch (~mtcrutch@157.166.167.129)
  784. # [15:26] * Joins: roelmonnens (~roelmonne@d54C2232C.access.telenet.be)
  785. # [15:26] * Joins: jdelgado (~jdelgado@50-23-65-34.revip2.marketstreetwifi.net)
  786. # [15:27] * Quits: dexteryy (~dexteryy@124.205.66.195) (Quit: dexteryy)
  787. # [15:27] * Joins: oakdog8 (~oakdog8@unaffiliated/oakdog8)
  788. # [15:32] * Quits: Creepy (~Creepy@p5B168161.dip0.t-ipconnect.de) (Quit: Creepy)
  789. # [15:32] * Joins: chandankumar (~chandanku@210.212.5.129)
  790. # [15:33] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
  791. # [15:34] * Joins: rnarian (~rnarian@p4FF084B1.dip0.t-ipconnect.de)
  792. # [15:34] * Quits: boogyman (~dividingl@pdpc/supporter/professional/boogyman) (Ping timeout: 276 seconds)
  793. # [15:34] * Quits: fr33r1d3 (~peter@h240n7-oer-d4.ias.bredband.telia.com) (Quit: Ex-Chat)
  794. # [15:41] * Joins: themsay (~themsay@cpc1-ipsw1-2-0-cust402.7-4.cable.virginmedia.com)
  795. # [15:42] * Quits: chandankumar (~chandanku@210.212.5.129) (Ping timeout: 245 seconds)
  796. # [15:46] * Joins: JonEdney (~JonEdney@unaffiliated/jonedney)
  797. # [15:47] * zz_sethwalker is now known as sethwalker
  798. # [15:49] * Quits: kroyeren (~kroyeren@81.27.221.202) (Ping timeout: 256 seconds)
  799. # [15:52] * Joins: Snugug (~Richard@rrcs-24-136-96-234.nyc.biz.rr.com)
  800. # [15:53] * carwin|afk is now known as carwin
  801. # [15:56] * Quits: _dc (~dc@219.sub-70-194-84.myvzw.com) (Remote host closed the connection)
  802. # [15:56] * sethwalker is now known as zz_sethwalker
  803. # [15:57] * Quits: vlad_st__ (~vlad_star@212.44.137.202) (Remote host closed the connection)
  804. # [15:58] * Joins: vlad_starkov (~vlad_star@91.206.59.131)
  805. # [15:58] * Joins: Jon47 (~Adium@199.119.119.85)
  806. # [15:59] * Quits: Jon47 (~Adium@199.119.119.85) (Read error: Connection reset by peer)
  807. # [15:59] * Joins: Jon47 (~Adium@199.119.119.85)
  808. # [16:00] * Quits: ole (~ole@87-104-84-42-dynamic-customer.profibernet.dk) (Ping timeout: 252 seconds)
  809. # [16:00] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
  810. # [16:01] * Joins: thanhdungtruong (~babygau@CPE-137-147-43-132.lnse7.lon.bigpond.net.au)
  811. # [16:03] * Quits: vlad_starkov (~vlad_star@91.206.59.131) (Ping timeout: 248 seconds)
  812. # [16:03] * Quits: icecandy (~icecandy@unaffiliated/icecandy) (Read error: Connection reset by peer)
  813. # [16:03] * Joins: icecandy (~icecandy@unaffiliated/icecandy)
  814. # [16:06] * Quits: mitemitreski (~mitemitre@212.120.17.179) (Ping timeout: 264 seconds)
  815. # [16:14] * Joins: mtcrutch_ (~mtcrutch@157.166.167.129)
  816. # [16:15] * Quits: developerjustin (~developer@173-80-78-104-bkly.atw.dyn.suddenlink.net) (Remote host closed the connection)
  817. # [16:16] * carwin is now known as carwin|brb
  818. # [16:17] * Quits: mtcrutch (~mtcrutch@157.166.167.129) (Ping timeout: 252 seconds)
  819. # [16:18] * Quits: burbankboy (uid5293@gateway/web/irccloud.com/x-fyapjprlyogqnasg)
  820. # [16:20] * Quits: mven (~mven@ip68-224-15-53.lv.lv.cox.net) (Remote host closed the connection)
  821. # [16:21] * Quits: nimbu (~Adium@50-0-136-58.dsl.dynamic.sonic.net) (Quit: Leaving.)
  822. # [16:24] * Quits: Snugug (~Richard@rrcs-24-136-96-234.nyc.biz.rr.com) (Quit: Snugug)
  823. # [16:29] * Quits: Trisox (~Tri_sox@dw87236798.amsterdam-tc.dataweb.net) (Ping timeout: 252 seconds)
  824. # [16:30] * Joins: Sculptor (~Sculptor@89.110.199.246)
  825. # [16:30] * Joins: chandankumar (~chandanku@210.212.5.129)
  826. # [16:33] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
  827. # [16:35] * Joins: mitemitreski (~mitemitre@212.120.17.179)
  828. # [16:37] * carwin|brb is now known as carwin
  829. # [16:42] * Quits: rolleiflex (~rolleifle@ec2-54-242-146-184.compute-1.amazonaws.com) (Excess Flood)
  830. # [16:43] * Quits: Alina-malina (Alamo777@host-224.244.34.212.ucom.am) (Quit: Leaving)
  831. # [16:43] * Joins: _dc (~dc@ip-64-134-170-51.public.wayport.net)
  832. # [16:44] * Joins: rupl (anonymous@rrcs-24-173-111-218.sw.biz.rr.com)
  833. # [16:45] * Joins: rolleiflex (~rolleifle@ec2-54-242-146-184.compute-1.amazonaws.com)
  834. # [16:47] * Joins: brownbathrobe (~davemaura@vpn.polarmobile.com)
  835. # [16:47] * Joins: franksta-imac (~frankstal@72.10.55.185)
  836. # [16:47] * zz_sethwalker is now known as sethwalker
  837. # [16:47] * Joins: cwatson (~cwatson@66.49.23.98.nw.nuvox.net)
  838. # [16:48] * Quits: rolleiflex (~rolleifle@ec2-54-242-146-184.compute-1.amazonaws.com) (Excess Flood)
  839. # [16:49] * Joins: Alina-malina (~Alamo777@host-224.244.34.212.ucom.am)
  840. # [16:49] * Joins: rolleiflex (~rolleifle@ec2-54-242-146-184.compute-1.amazonaws.com)
  841. # [16:51] * Joins: nimbu (~Adium@50-0-136-58.dsl.dynamic.sonic.net)
  842. # [16:54] * Joins: dhruvasagar (~dhruvasag@122.167.77.117)
  843. # [16:58] * Quits: nimbu (~Adium@50-0-136-58.dsl.dynamic.sonic.net) (Ping timeout: 264 seconds)
  844. # [16:59] * Quits: BBBThunda (~IceChat77@71-10-243-212.dhcp.oxfr.ma.charter.com) (Quit: It's a dud! It's a dud! It's a du...)
  845. # [17:00] * sethwalker is now known as zz_sethwalker
  846. # [17:01] * Quits: themsay (~themsay@cpc1-ipsw1-2-0-cust402.7-4.cable.virginmedia.com) (Quit: leaving)
  847. # [17:01] * Joins: themsay (~themsay@cpc1-ipsw1-2-0-cust402.7-4.cable.virginmedia.com)
  848. # [17:02] * Quits: jreading (~Adium@50-201-41-253-static.hfc.comcastbusiness.net) (Quit: Leaving.)
  849. # [17:02] * Joins: exprosic (~expuser@2001:da8:201:1236:f938:6c12:2f34:61a8)
  850. # [17:02] * Quits: dhruvasagar (~dhruvasag@122.167.77.117) (Ping timeout: 256 seconds)
  851. # [17:05] * Joins: hfaze (~hfaze@66.55.141.76)
  852. # [17:05] * Quits: aQustic (~aQustic@154.63.9.46.customer.cdi.no) (Ping timeout: 256 seconds)
  853. # [17:05] * Quits: abstractj (~abstractj@redhat/jboss/abstractj) (Ping timeout: 264 seconds)
  854. # [17:05] * zz_sethwalker is now known as sethwalker
  855. # [17:05] * Quits: b-ot (~b-ot@aether.gf3.ca) (Ping timeout: 264 seconds)
  856. # [17:06] * Quits: _dc (~dc@ip-64-134-170-51.public.wayport.net) (Remote host closed the connection)
  857. # [17:06] * Joins: abstractj (~abstractj@redhat/jboss/abstractj)
  858. # [17:08] * Quits: roelmonnens (~roelmonne@d54C2232C.access.telenet.be) (Ping timeout: 256 seconds)
  859. # [17:09] * Joins: vlad_starkov (~vlad_star@87.117.139.75)
  860. # [17:10] * Joins: r0tha (~r0tha@76-218-126-126.lightspeed.sntcca.sbcglobal.net)
  861. # [17:11] * Quits: samn (~Adium@94.137.124.2) (Quit: Leaving.)
  862. # [17:11] * Quits: brownbathrobe (~davemaura@vpn.polarmobile.com) (Ping timeout: 276 seconds)
  863. # [17:14] * Quits: Jon47 (~Adium@199.119.119.85) (Remote host closed the connection)
  864. # [17:15] * Quits: r0tha (~r0tha@76-218-126-126.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 248 seconds)
  865. # [17:15] * Joins: Jon47 (~Adium@199.119.119.85)
  866. # [17:15] * Quits: vlad_starkov (~vlad_star@87.117.139.75) (Ping timeout: 248 seconds)
  867. # [17:15] * sethwalker is now known as zz_sethwalker
  868. # [17:15] * Quits: Erakso (~darklands@194.237.81.4) (Quit: Leaving)
  869. # [17:17] * Quits: Adawerk__ (~ada@169.241.49.57) (Quit: Leaving)
  870. # [17:17] * Joins: Adawerk (~ada@169.241.49.57)
  871. # [17:17] * Quits: Adawerk (~ada@169.241.49.57) (Client Quit)
  872. # [17:18] * Joins: Adawerk (~ada@169.241.49.57)
  873. # [17:18] * Quits: erickubenka (~erick@212.80.226.195) (Quit: Leaving)
  874. # [17:19] * Joins: Snugug (~Richard@rrcs-24-136-96-234.nyc.biz.rr.com)
  875. # [17:20] * Quits: daanavitch (~daanavitc@d8D86D71B.access.telenet.be) (Remote host closed the connection)
  876. # [17:21] * Joins: drewery (~drewery@71.23.127.55)
  877. # [17:22] * Joins: Christophh (~Christoph@p4FDF409E.dip0.t-ipconnect.de)
  878. # [17:23] * Joins: chriseppstein (~ceppstei@99-6-85-4.lightspeed.sntcca.sbcglobal.net)
  879. # [17:23] * Joins: dhruvasagar (~dhruvasag@122.167.77.117)
  880. # [17:23] * Joins: Somebody (~somebody@82-169-11-49.ip.telfort.nl)
  881. # [17:24] * Quits: Somebody (~somebody@82-169-11-49.ip.telfort.nl) (Remote host closed the connection)
  882. # [17:24] * Quits: chriseppstein (~ceppstei@99-6-85-4.lightspeed.sntcca.sbcglobal.net) (Client Quit)
  883. # [17:24] * Quits: chandankumar (~chandanku@210.212.5.129) (Ping timeout: 252 seconds)
  884. # [17:25] * Joins: chriseppstein (~ceppstei@99-6-85-4.lightspeed.sntcca.sbcglobal.net)
  885. # [17:26] * Joins: brownbathrobe (~davemaura@vpn.polarmobile.com)
  886. # [17:27] * Joins: jreading (~Adium@50-201-41-253-static.hfc.comcastbusiness.net)
  887. # [17:27] * Joins: Somebody (~somebody@82-169-11-49.ip.telfort.nl)
  888. # [17:27] * Somebody is now known as leonvv
  889. # [17:28] * Quits: brownbathrobe (~davemaura@vpn.polarmobile.com) (Client Quit)
  890. # [17:31] * Quits: mstalfoort (~manuchill@83.232.96.217) (Quit: kthxbai)
  891. # [17:31] * Quits: mitemitreski (~mitemitre@212.120.17.179) (Quit: Leaving.)
  892. # [17:31] * Quits: hugo_moss (hugo_moss@ool-ad033d92.dyn.optonline.net) (Read error: Connection reset by peer)
  893. # [17:32] * Quits: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net) (Quit: tantek)
  894. # [17:33] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Quit: Terabytes are termite-like desert insects.)
  895. # [17:33] * Quits: meshuga- (fn@85.93.166.78) (Ping timeout: 252 seconds)
  896. # [17:35] * Quits: themsay (~themsay@cpc1-ipsw1-2-0-cust402.7-4.cable.virginmedia.com) (Quit: leaving)
  897. # [17:35] * Joins: paul147 (~paultrone@173-8-222-173-Oregon.hfc.comcastbusiness.net)
  898. # [17:36] * paul147 is now known as paul_trone
  899. # [17:37] * Joins: mehwork (~mehwork@cpe-50-113-83-215.san.res.rr.com)
  900. # [17:37] * Quits: mreeder (uid4425@gateway/web/irccloud.com/x-buyrimgulkuyuyhc) (Ping timeout: 248 seconds)
  901. # [17:37] * Joins: mitemitreski (~mitemitre@212.120.17.179)
  902. # [17:37] * Joins: meshuga- (fn@85.93.166.78)
  903. # [17:38] * Parts: exprosic (~expuser@2001:da8:201:1236:f938:6c12:2f34:61a8)
  904. # [17:38] * Joins: dekiss (~math@77.28.10.67)
  905. # [17:38] <dekiss> why on w3c.org there are not all values that I can put for name atribute of meta element?
  906. # [17:38] * Joins: AlphaPinky (~unknown@189.113.75.19)
  907. # [17:40] * Quits: drewery (~drewery@71.23.127.55) (Remote host closed the connection)
  908. # [17:42] <GarethAdams> dekiss: because anything can be a valid meta name
  909. # [17:42] <GarethAdams> dekiss: there is a list of recognised standard names, but as long as you have a tool that understands what <meta name='zorkversion' content='7'> means there's nothing stopping you using it
  910. # [17:43] <dekiss> there is no explanation about <meta name="robots"
  911. # [17:43] <dekiss> ok but there isn't standar names list?
  912. # [17:43] <dekiss> where is the list please?
  913. # [17:44] * Quits: paul_trone (~paultrone@173-8-222-173-Oregon.hfc.comcastbusiness.net) (Quit: leaving)
  914. # [17:44] <GarethAdams> dekiss: you've found the <meta> element part of the HTML5 spec?
  915. # [17:44] <dekiss> what is archiving, what means robots like googlebot to archieve the page?
  916. # [17:44] <dekiss> GarethAdams yes
  917. # [17:45] <GarethAdams> dekiss: there's a section "Other metadata names"
  918. # [17:45] * Joins: dankest (~dankest@wsip-70-182-130-90.sb.sd.cox.net)
  919. # [17:46] <GarethAdams> well first there's a section "Standard metadata names" but as you say, "robots" is not in the list of standardised names
  920. # [17:46] <dekiss> what mean sindex, and archieve
  921. # [17:46] <dekiss> GarethAdams robtos and other arent in "other metadata names"
  922. # [17:47] <GarethAdams> what's the first line in the "Other metadata names" section?
  923. # [17:47] * Joins: paul_trone (~paultrone@173-8-222-173-Oregon.hfc.comcastbusiness.net)
  924. # [17:47] * Quits: Itrace (~Itrace@74-84-110-222.client.mchsi.com) (Quit: Itrace)
  925. # [17:48] <dekiss> 4.2.5.2 Other metadata names
  926. # [17:48] <dekiss> Extensions to the predefined set of metadata names may be registered in the WHATWG Wiki MetaExtensions page. [WHATWGWIKI]
  927. # [17:48] <dekiss> Anyone is free to edit the WHATWG Wiki MetaExtensions page at any time to add a type. These new names must be specified with the following information:
  928. # [17:48] <dekiss> Keyword
  929. # [17:48] <dekiss> The actual name being defined. The name should not be confusingly similar to any other defined name (e.g. differing only in case).
  930. # [17:48] <Sculptor> i wrote s a simple app. it works in chrome/firefox on desktop and wont work in ie, and works on firefox in tablet and won't work in chrome. beautiful
  931. # [17:48] <Sculptor> on*
  932. # [17:48] <GarethAdams> dekiss: does anything there seem like it would tell you how to find extensions to the predefined set of metadata names?
  933. # [17:49] * Quits: paul_trone (~paultrone@173-8-222-173-Oregon.hfc.comcastbusiness.net) (Client Quit)
  934. # [17:49] * Joins: mmlac-bv (~mmlac@208.65.181.227.static.etheric.net)
  935. # [17:49] * Joins: paul_trone (~paultrone@173-8-222-173-Oregon.hfc.comcastbusiness.net)
  936. # [17:49] <dekiss> ok
  937. # [17:50] <dekiss> what means robots to index and archieve the page?
  938. # [17:50] <GarethAdams> dekiss: are you going to read anything I show you?
  939. # [17:51] <GarethAdams> dekiss: I'm not going to tell you your answer when I've shown you exactly where the answer is
  940. # [17:51] <dekiss> i did
  941. # [17:51] <dekiss> but didnt understood u
  942. # [17:51] * Joins: mpaun (~mpaun@80.111.45.126)
  943. # [17:51] <dekiss> no is answer for last your question
  944. # [17:51] <dekiss> haha
  945. # [17:51] <GarethAdams> haha?
  946. # [17:52] <dekiss> I think you are beign an idiot because you have no fucking idea about the answer
  947. # [17:52] <dekiss> stop wasting my time now
  948. # [17:52] <dekiss> thanks
  949. # [17:52] * Quits: dekiss (~math@77.28.10.67)
  950. # [17:52] <GarethAdams> You don't see a link where it says "Extensions to the predefined set of metadata names may be registered in the WHATWG Wiki MetaExtensions page"?
  951. # [17:52] <GarethAdams> lol
  952. # [17:56] * Quits: mpaun (~mpaun@80.111.45.126) (Ping timeout: 252 seconds)
  953. # [17:56] * Joins: nimbu1 (~Adium@50-0-136-58.dsl.dynamic.sonic.net)
  954. # [17:56] <dahlfors_> I really wonder how ppl like him will work out in work life... always needing someone to show him exactly what to do
  955. # [17:56] <dahlfors_> :)
  956. # [17:56] <dahlfors_> wouldn't employ those in our company at least
  957. # [17:58] <GarethAdams> I sent him a MemoServ memo just to clear it up ;)
  958. # [17:58] * Quits: rnarian (~rnarian@p4FF084B1.dip0.t-ipconnect.de) (Quit: Leaving...)
  959. # [17:59] * ericduran|away is now known as ericduran
  960. # [17:59] * Quits: _cheney (~cheney@nat.sierrabravo.net) (Read error: Connection reset by peer)
  961. # [18:00] * Quits: nimbu1 (~Adium@50-0-136-58.dsl.dynamic.sonic.net) (Ping timeout: 252 seconds)
  962. # [18:00] * Joins: _cheney (~cheney@nat.sierrabravo.net)
  963. # [18:01] * Joins: Jayflux (~jay_knows@unaffiliated/jayflux)
  964. # [18:01] * Joins: elplatt (~elplatt@lindy.media.mit.edu)
  965. # [18:02] * Parts: elplatt (~elplatt@lindy.media.mit.edu)
  966. # [18:02] * Joins: danielwrobert (~danielwro@wsip-68-15-24-46.sd.sd.cox.net)
  967. # [18:03] * Quits: mechanicalduck (~mechanica@ltea-047-064-018-061.pools.arcor-ip.net) (Ping timeout: 256 seconds)
  968. # [18:04] * Joins: garciawebdev (~garciaweb@190.244.74.107)
  969. # [18:05] * Quits: oakdog8 (~oakdog8@unaffiliated/oakdog8) (Remote host closed the connection)
  970. # [18:07] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
  971. # [18:07] * Joins: deasy (~deasy@109.88.190.110)
  972. # [18:09] * Joins: WebDragon (~webdragon@c-69-249-35-128.hsd1.de.comcast.net)
  973. # [18:09] * Joins: tantek (~tantek@mbf2636d0.tmodns.net)
  974. # [18:10] * Joins: mreeder (uid4425@gateway/web/irccloud.com/x-ukzmslkenwlpaiyb)
  975. # [18:11] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  976. # [18:11] * Joins: mechanicalduck (~mechanica@ltea-047-064-018-061.pools.arcor-ip.net)
  977. # [18:13] * Quits: sasori (~chatzilla@cm105.gamma248.maxonline.com.sg) (Quit: ChatZilla 0.9.90 [Firefox 21.0/20130511120803])
  978. # [18:13] * Quits: mechanicalduck (~mechanica@ltea-047-064-018-061.pools.arcor-ip.net) (Client Quit)
  979. # [18:13] * Quits: ryanseddon (uid1832@gateway/web/irccloud.com/x-qsvsjusndkbvcbzt)
  980. # [18:13] * Quits: leonvv (~somebody@82-169-11-49.ip.telfort.nl) (Remote host closed the connection)
  981. # [18:14] * Joins: mechanicalduck (~mechanica@ltea-047-064-018-061.pools.arcor-ip.net)
  982. # [18:15] * carwin is now known as carwin|brb
  983. # [18:15] * Quits: GarethAdams (~garethada@pdpc/supporter/active/GarethAdams) (Quit: Leaving...)
  984. # [18:17] * Joins: dekiss (~math@77.28.10.67)
  985. # [18:17] <dekiss> whyI can't find anything about inline-block elements on w3c.org website? in the HTML5 standard section
  986. # [18:18] * Quits: scheib (uid4467@gateway/web/irccloud.com/x-pxerftcmdqvojmvw) (Ping timeout: 240 seconds)
  987. # [18:18] * Quits: reybango (uid11414@gateway/web/irccloud.com/x-dtpxcfoxlifsvatr) (Ping timeout: 246 seconds)
  988. # [18:19] * Quits: basiclaser_ (uid10861@gateway/web/irccloud.com/x-tllmomsvqzvqgxhi) (Ping timeout: 240 seconds)
  989. # [18:19] * Quits: rostam (~zartoosh@nat/cisco/x-bqdoahboqcvnbeyk) (Remote host closed the connection)
  990. # [18:20] * Quits: stephCoue (~stephCoue@2a01:e35:2e04:9b90:815:473f:31ca:198a) (Remote host closed the connection)
  991. # [18:20] * Quits: remysharp (uid4345@gateway/web/irccloud.com/x-lbuyihaebgjkvztj) (Ping timeout: 261 seconds)
  992. # [18:21] * Joins: freakazoid0223 (~matt@pool-173-75-233-172.phlapa.fios.verizon.net)
  993. # [18:23] * Joins: ole (~ole@87-104-84-42-dynamic-customer.profibernet.dk)
  994. # [18:23] * Quits: MCHammer (~mchammer@212.48.107.10) (Remote host closed the connection)
  995. # [18:23] * Quits: manuelbieh (~beeevi2@78.47.226.217) (Quit: Verlassend)
  996. # [18:23] * carwin|brb is now known as carwin
  997. # [18:24] * Quits: threesome (~threesome@81.183.251.4) (Ping timeout: 256 seconds)
  998. # [18:24] * Joins: rostam (~zartoosh@nat/cisco/x-jpxwywpgnosfkjzi)
  999. # [18:24] * Quits: Karliky (~Karliky@13.85-84-186.dynamic.clientes.euskaltel.es) (Remote host closed the connection)
  1000. # [18:24] * Parts: Sculptor (~Sculptor@89.110.199.246) ("Одлазим")
  1001. # [18:26] * Joins: mpaun (~mpaun@80.111.45.126)
  1002. # [18:27] * Quits: Nneon (~Nneon@217.205.197.194) (Quit: Linkinus - http://linkinus.com)
  1003. # [18:27] * Quits: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net) (Quit: Imaginativeone)
  1004. # [18:29] * Quits: dhruvasagar (~dhruvasag@122.167.77.117) (Ping timeout: 252 seconds)
  1005. # [18:29] * Joins: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net)
  1006. # [18:30] * Quits: jreading (~Adium@50-201-41-253-static.hfc.comcastbusiness.net) (Quit: Leaving.)
  1007. # [18:30] * Joins: daanavitch (~daanavitc@178-118-247-206.access.telenet.be)
  1008. # [18:30] * Quits: lukaszr (~luro@195.26.78.26) (Ping timeout: 276 seconds)
  1009. # [18:30] * Quits: thanhdungtruong (~babygau@CPE-137-147-43-132.lnse7.lon.bigpond.net.au) (Quit: Leaving)
  1010. # [18:30] * Joins: chandankumar (~chandanku@210.212.5.129)
  1011. # [18:30] * Quits: mpaun (~mpaun@80.111.45.126) (Ping timeout: 252 seconds)
  1012. # [18:31] * Joins: maxani_ (~maxani@ARennes-655-1-26-83.w109-218.abo.wanadoo.fr)
  1013. # [18:33] * Quits: Siyfion (~Siyfion@195.58.75.192) (Quit: Leaving)
  1014. # [18:34] * Quits: chandankumar (~chandanku@210.212.5.129) (Excess Flood)
  1015. # [18:34] * Quits: Brunus (~brunus@159.71.64.86.rev.sfr.net) (Quit: Quitte)
  1016. # [18:35] * Joins: extrawurst (~extrawurs@62.225.8.76)
  1017. # [18:35] * Joins: chandankumar (~chandanku@210.212.5.129)
  1018. # [18:36] * zz_sethwalker is now known as sethwalker
  1019. # [18:37] * Quits: Lethalman (~luca@net77-43-20-100.mclink.it) (Remote host closed the connection)
  1020. # [18:37] * Joins: threesome (~threesome@81.183.251.4)
  1021. # [18:39] * Joins: mpaun (~mpaun@80.111.45.126)
  1022. # [18:40] * Joins: mattkelly (~mattwkell@c-69-181-69-39.hsd1.ca.comcast.net)
  1023. # [18:40] * Quits: mattkelly (~mattwkell@c-69-181-69-39.hsd1.ca.comcast.net) (Changing host)
  1024. # [18:40] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
  1025. # [18:41] * Joins: jreading (~Adium@50-201-41-253-static.hfc.comcastbusiness.net)
  1026. # [18:42] * Quits: tantek (~tantek@mbf2636d0.tmodns.net) (Quit: Colloquy for iPod touch - http://colloquy.mobi)
  1027. # [18:45] * Joins: goodfriend (~Huge@193.87.broadband6.iol.cz)
  1028. # [18:48] * Joins: r0tha (~r0tha@173.247.200.122)
  1029. # [18:50] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
  1030. # [18:50] * Quits: extrawurst (~extrawurs@62.225.8.76) (Quit: bye)
  1031. # [18:51] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Remote host closed the connection)
  1032. # [18:51] * Joins: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net)
  1033. # [18:53] * Joins: Itrace (~Itrace@74-84-110-222.client.mchsi.com)
  1034. # [18:53] * Joins: mygan (~mygan@78-70-166-27-no181.tbcn.telia.com)
  1035. # [18:54] * Joins: Somebody (~somebody@82-169-11-49.ip.telfort.nl)
  1036. # [18:57] * Joins: nimbu1 (~Adium@50-0-136-58.dsl.dynamic.sonic.net)
  1037. # [19:00] * Joins: vlad_starkov (~vlad_star@87.117.139.75)
  1038. # [19:01] * Quits: nimbu1 (~Adium@50-0-136-58.dsl.dynamic.sonic.net) (Ping timeout: 245 seconds)
  1039. # [19:07] * Quits: jreading (~Adium@50-201-41-253-static.hfc.comcastbusiness.net) (Quit: Leaving.)
  1040. # [19:12] * Quits: vlad_starkov (~vlad_star@87.117.139.75) (Remote host closed the connection)
  1041. # [19:14] * Quits: deasy (~deasy@109.88.190.110) (Quit: Nom d'un quark, c'est Edmonton!)
  1042. # [19:14] * Quits: maxani_ (~maxani@ARennes-655-1-26-83.w109-218.abo.wanadoo.fr) (Quit: Computer has gone to sleep.)
  1043. # [19:16] * carwin is now known as carwin|lunch
  1044. # [19:17] * ericduran is now known as ericduran|away
  1045. # [19:17] * Joins: PaulCapestany (~PaulCapes@204.28.124.82)
  1046. # [19:17] * Quits: dekiss (~math@77.28.10.67)
  1047. # [19:18] * Joins: vlad_starkov (~vlad_star@87.117.139.75)
  1048. # [19:18] * Joins: frozenice (~frozenice@unaffiliated/fr0zenice)
  1049. # [19:20] * Joins: kroyeren (~kroyeren@1385153545.dhcp.dbnet.dk)
  1050. # [19:21] * Quits: pplcf (pplcf@46.48.158.197) (Ping timeout: 252 seconds)
  1051. # [19:24] * Joins: D[4]ni (~dani@unaffiliated/d4ni/x-7659332)
  1052. # [19:25] * Quits: Somebody (~somebody@82-169-11-49.ip.telfort.nl) (Remote host closed the connection)
  1053. # [19:26] * Joins: pr0ton (~pr0ton@8.25.197.24)
  1054. # [19:26] * Quits: Baybal32 (~Baybal32@d75-156-91-135.bchsia.telus.net) (Ping timeout: 245 seconds)
  1055. # [19:26] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Quit: mattkelly)
  1056. # [19:26] * Joins: mattkelly (~mattwkell@c-69-181-69-39.hsd1.ca.comcast.net)
  1057. # [19:26] * Quits: mattkelly (~mattwkell@c-69-181-69-39.hsd1.ca.comcast.net) (Changing host)
  1058. # [19:26] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
  1059. # [19:28] * Quits: Itrace (~Itrace@74-84-110-222.client.mchsi.com) (Quit: Itrace)
  1060. # [19:30] * Joins: stephCoue (~stephCoue@2a01:e35:2f37:3370:8148:8538:df4:a34d)
  1061. # [19:30] * Joins: Itrace (~Itrace@74-84-110-222.client.mchsi.com)
  1062. # [19:30] * sethwalker is now known as zz_sethwalker
  1063. # [19:31] * Joins: jreading (~Adium@50-201-41-253-static.hfc.comcastbusiness.net)
  1064. # [19:32] * Joins: d3m0n (~demon@67.198.198.66)
  1065. # [19:35] * ericduran|away is now known as ericduran
  1066. # [19:35] * Quits: stephCoue (~stephCoue@2a01:e35:2f37:3370:8148:8538:df4:a34d) (Ping timeout: 240 seconds)
  1067. # [19:36] * Joins: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net)
  1068. # [19:36] * Quits: vlad_starkov (~vlad_star@87.117.139.75) (Remote host closed the connection)
  1069. # [19:37] * Joins: DoniRS (~DoniRS@ip4da37ebf.direct-adsl.nl)
  1070. # [19:37] * Joins: _dc (~dc@alfred.nat.trb.com)
  1071. # [19:40] * Quits: mmlac-bv (~mmlac@208.65.181.227.static.etheric.net) (Quit: mmlac-bv)
  1072. # [19:40] * Joins: mmlac-bv (~mmlac@208.65.181.227.static.etheric.net)
  1073. # [19:42] * Quits: icecandy (~icecandy@unaffiliated/icecandy) (Remote host closed the connection)
  1074. # [19:43] * Joins: stevegill (~stevengil@50-201-41-253-static.hfc.comcastbusiness.net)
  1075. # [19:43] * Quits: mmlac-bv (~mmlac@208.65.181.227.static.etheric.net) (Client Quit)
  1076. # [19:43] * Joins: mmlac-bv (~mmlac@208.65.181.227.static.etheric.net)
  1077. # [19:43] * Quits: edgeuplink (~edgeup@a81-84-242-11.static.cpe.netcabo.pt) (Ping timeout: 256 seconds)
  1078. # [19:44] <D[4]ni> hi people, right now i have something like this: http://jsfiddle.net/tR7rZ/
  1079. # [19:45] <D[4]ni> now i don't want that img tag to be removed by the user, while still looking the same (float and stuff, so i can't just move the img outside the div)
  1080. # [19:45] * Quits: goodfriend (~Huge@193.87.broadband6.iol.cz) (Quit: Not sure if the sun is yellow or the world is black...)
  1081. # [19:45] <D[4]ni> additionally, i don't want the user to put anything before that image. does anyone have some hints to me how i would go for that?
  1082. # [19:46] * Quits: mehwork (~mehwork@cpe-50-113-83-215.san.res.rr.com) (Ping timeout: 248 seconds)
  1083. # [19:47] * carwin|lunch is now known as carwin
  1084. # [19:47] * Joins: mechanicalduck_ (~mechanica@ip-109-45-0-105.web.vodafone.de)
  1085. # [19:47] * Joins: apr (c2418a78@gateway/web/freenode/ip.194.65.138.120)
  1086. # [19:47] * Quits: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net) (Quit: gg)
  1087. # [19:49] <apr> hello?
  1088. # [19:49] * Parts: apr (c2418a78@gateway/web/freenode/ip.194.65.138.120)
  1089. # [19:49] * Quits: mechanicalduck (~mechanica@ltea-047-064-018-061.pools.arcor-ip.net) (Ping timeout: 264 seconds)
  1090. # [19:49] * Quits: chandankumar (~chandanku@210.212.5.129) (Ping timeout: 276 seconds)
  1091. # [19:52] * Joins: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net)
  1092. # [19:53] * Quits: kroyeren (~kroyeren@1385153545.dhcp.dbnet.dk) (Quit: Ex-Chat)
  1093. # [19:53] * Joins: aQustic (~aQustic@154.63.9.46.customer.cdi.no)
  1094. # [19:53] * Joins: kroyeren (~kroyeren@1385153545.dhcp.dbnet.dk)
  1095. # [19:55] * Joins: mehwork (~mehwork@cpe-50-113-83-215.san.res.rr.com)
  1096. # [19:55] * Joins: chandankumar (~chandanku@210.212.5.129)
  1097. # [19:55] * Quits: alexwhitman (~alexwhitm@87-194-159-116.bethere.co.uk) (Read error: Connection reset by peer)
  1098. # [19:56] * Joins: ML74 (~ML74@94.12.108.96)
  1099. # [19:56] * Quits: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net) (Client Quit)
  1100. # [19:57] * Quits: daanavitch (~daanavitc@178-118-247-206.access.telenet.be) (Remote host closed the connection)
  1101. # [19:57] * Quits: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net) (Quit: Imaginativeone)
  1102. # [19:57] * Joins: nimbu (~Adium@50-0-136-58.dsl.dynamic.sonic.net)
  1103. # [19:58] * Joins: daanavitch (~daanavitc@66.187.72.219)
  1104. # [19:59] * Joins: no-thing (~no-thing@ip1.c2834.amb98.cust.comxnet.dk)
  1105. # [20:00] * zz_sethwalker is now known as sethwalker
  1106. # [20:00] * Quits: jreading (~Adium@50-201-41-253-static.hfc.comcastbusiness.net) (Quit: Leaving.)
  1107. # [20:00] * Joins: alexwhitman (~alexwhitm@87-194-159-116.bethere.co.uk)
  1108. # [20:02] * Quits: nimbu (~Adium@50-0-136-58.dsl.dynamic.sonic.net) (Ping timeout: 257 seconds)
  1109. # [20:03] * Joins: jreading (~Adium@50-201-41-253-static.hfc.comcastbusiness.net)
  1110. # [20:07] * Joins: carlos_antonio (~benway@unaffiliated/disusered)
  1111. # [20:09] * Joins: brownbathrobe (~davemaura@vpn.polarmobile.com)
  1112. # [20:10] * Quits: brownbathrobe (~davemaura@vpn.polarmobile.com) (Client Quit)
  1113. # [20:10] * Quits: daanavitch (~daanavitc@66.187.72.219) (Read error: Connection reset by peer)
  1114. # [20:10] * Joins: mykul (~mykul@70-91-168-190-BusName-Colorado.hfc.comcastbusiness.net)
  1115. # [20:10] * carwin is now known as carwin|otp
  1116. # [20:11] * Joins: daanavitch (~daanavitc@178-118-247-206.access.telenet.be)
  1117. # [20:13] * Quits: jreading (~Adium@50-201-41-253-static.hfc.comcastbusiness.net) (Quit: Leaving.)
  1118. # [20:13] * Joins: daze (~irc@client-212-117-18-111.inturbo.lt)
  1119. # [20:15] * Joins: scheib (uid4467@gateway/web/irccloud.com/x-clazodurvjhzgaju)
  1120. # [20:15] * Joins: reybango (uid11414@gateway/web/irccloud.com/x-qyzwsnhmzduyamxc)
  1121. # [20:16] * Quits: mechanicalduck_ (~mechanica@ip-109-45-0-105.web.vodafone.de) (Read error: Connection reset by peer)
  1122. # [20:17] * Joins: mechanicalduck (~mechanica@ltea-047-064-018-061.pools.arcor-ip.net)
  1123. # [20:17] * Joins: basiclaser_ (uid10861@gateway/web/irccloud.com/x-qflrxprihbbsjjxz)
  1124. # [20:17] * Joins: brownbathrobe (~davemaura@vpn.polarmobile.com)
  1125. # [20:17] * Joins: remysharp (uid4345@gateway/web/irccloud.com/x-wajumxejajdafyay)
  1126. # [20:18] * Joins: mechanicalduck_ (~mechanica@ip-109-45-0-105.web.vodafone.de)
  1127. # [20:22] * Quits: mechanicalduck (~mechanica@ltea-047-064-018-061.pools.arcor-ip.net) (Ping timeout: 276 seconds)
  1128. # [20:24] * Joins: Erid_ (bab006e5@gateway/web/freenode/ip.186.176.6.229)
  1129. # [20:27] * Joins: paul_tro1e (~paultrone@173-8-222-173-Oregon.hfc.comcastbusiness.net)
  1130. # [20:28] * Quits: DoniRS (~DoniRS@ip4da37ebf.direct-adsl.nl) (Remote host closed the connection)
  1131. # [20:28] * Joins: fdre3wsd_ (~fdre3wsd_@71.202.102.10)
  1132. # [20:28] * Joins: vlad_starkov (~vlad_star@109.188.125.211)
  1133. # [20:28] * Quits: populvuh (~populvuh@unaffiliated/populvuh) (Read error: Connection reset by peer)
  1134. # [20:28] * Quits: hfaze (~hfaze@66.55.141.76) (Quit: Linkinus - http://linkinus.com)
  1135. # [20:29] * Quits: _dc (~dc@alfred.nat.trb.com) (Remote host closed the connection)
  1136. # [20:29] * Quits: vlad_starkov (~vlad_star@109.188.125.211) (Read error: Connection reset by peer)
  1137. # [20:30] * Joins: vlad_starkov (~vlad_star@91.206.59.132)
  1138. # [20:30] * Quits: paul_trone (~paultrone@173-8-222-173-Oregon.hfc.comcastbusiness.net) (Ping timeout: 276 seconds)
  1139. # [20:31] * Joins: _dc (~dc@163.192.12.3)
  1140. # [20:32] * Joins: vlad_sta_ (~vlad_star@109.188.125.211)
  1141. # [20:35] * Quits: fdre3wsd_ (~fdre3wsd_@71.202.102.10) (Ping timeout: 252 seconds)
  1142. # [20:36] * Quits: vlad_starkov (~vlad_star@91.206.59.132) (Ping timeout: 252 seconds)
  1143. # [20:36] * Joins: fdre3wsd_ (~fdre3wsd_@71.202.102.10)
  1144. # [20:38] * sethwalker is now known as zz_sethwalker
  1145. # [20:40] * zz_sethwalker is now known as sethwalker
  1146. # [20:41] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Ping timeout: 252 seconds)
  1147. # [20:41] * carwin|otp is now known as carwin
  1148. # [20:41] * Joins: Baybal32 (~Baybal32@64.213.70.194)
  1149. # [20:43] * Quits: jdelgado (~jdelgado@50-23-65-34.revip2.marketstreetwifi.net) (Ping timeout: 276 seconds)
  1150. # [20:43] * Joins: lmclister (~lmclister@sjfw1-a.adobe.com)
  1151. # [20:44] * Joins: mattkelly (~mattwkell@c-69-181-69-39.hsd1.ca.comcast.net)
  1152. # [20:44] * Quits: mattkelly (~mattwkell@c-69-181-69-39.hsd1.ca.comcast.net) (Changing host)
  1153. # [20:44] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
  1154. # [20:45] * carwin is now known as carwin|brb
  1155. # [20:46] * Quits: jxdones (~Jones@unaffiliated/jxdones) (Ping timeout: 276 seconds)
  1156. # [20:47] * Quits: vlad_sta_ (~vlad_star@109.188.125.211) (Remote host closed the connection)
  1157. # [20:50] * Quits: bot-t (temp01@unaffiliated/temp01/bot/bot-t) (Quit: bot-t)
  1158. # [20:53] * Joins: jarek (~jarek@unaffiliated/jarek)
  1159. # [20:53] * Joins: jxdones (~Jones@189-104-120-204.user.veloxzone.com.br)
  1160. # [20:54] * Quits: Baybal32 (~Baybal32@64.213.70.194) (Ping timeout: 252 seconds)
  1161. # [20:54] * sethwalker is now known as zz_sethwalker
  1162. # [20:54] * carwin|brb is now known as carwin
  1163. # [20:55] * zz_sethwalker is now known as sethwalker
  1164. # [20:56] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Read error: Connection reset by peer)
  1165. # [20:56] * Joins: jreading (~Adium@50-201-41-253-static.hfc.comcastbusiness.net)
  1166. # [20:57] * Joins: mattkelly (~mattwkell@c-69-181-69-39.hsd1.ca.comcast.net)
  1167. # [20:57] * Quits: mattkelly (~mattwkell@c-69-181-69-39.hsd1.ca.comcast.net) (Changing host)
  1168. # [20:57] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
  1169. # [20:58] * Joins: nimbu (~Adium@50-0-136-58.dsl.dynamic.sonic.net)
  1170. # [21:00] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Read error: No route to host)
  1171. # [21:01] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
  1172. # [21:02] * Quits: Troy^ (~fizz@hlfxns0169w-099192118198.dhcp-dynamic.FibreOp.ns.bellaliant.net) (Quit: WeeChat 0.3.7)
  1173. # [21:03] * Quits: nimbu (~Adium@50-0-136-58.dsl.dynamic.sonic.net) (Ping timeout: 264 seconds)
  1174. # [21:03] * Joins: Baybal32 (~Baybal32@64.213.70.194)
  1175. # [21:04] * Quits: Snugug (~Richard@rrcs-24-136-96-234.nyc.biz.rr.com) (Quit: Snugug)
  1176. # [21:04] * Joins: PhanLord_ (~quassel@199.227.180.161)
  1177. # [21:05] * Quits: PhanLord (~quassel@199.227.180.161) (Ping timeout: 245 seconds)
  1178. # [21:06] * Joins: Snugug (~Richard@rrcs-24-136-96-234.nyc.biz.rr.com)
  1179. # [21:09] * Quits: ole (~ole@87-104-84-42-dynamic-customer.profibernet.dk) (Ping timeout: 248 seconds)
  1180. # [21:10] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Ping timeout: 240 seconds)
  1181. # [21:11] * Joins: mattkelly (~mattwkell@c-69-181-69-39.hsd1.ca.comcast.net)
  1182. # [21:11] * Quits: mattkelly (~mattwkell@c-69-181-69-39.hsd1.ca.comcast.net) (Changing host)
  1183. # [21:11] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
  1184. # [21:12] * Quits: chandankumar (~chandanku@210.212.5.129) (Ping timeout: 240 seconds)
  1185. # [21:13] * Quits: _gambit (~prajwalit@61.12.96.226) (Quit: Computer has gone to sleep.)
  1186. # [21:14] * Joins: vlad_starkov (~vlad_star@109.188.125.211)
  1187. # [21:15] * Quits: kroyeren (~kroyeren@1385153545.dhcp.dbnet.dk) (Ping timeout: 256 seconds)
  1188. # [21:18] * Joins: jdelgado (~jdelgado@50-23-65-34.revip2.marketstreetwifi.net)
  1189. # [21:19] * Quits: Snugug (~Richard@rrcs-24-136-96-234.nyc.biz.rr.com) (Remote host closed the connection)
  1190. # [21:19] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: jarek)
  1191. # [21:19] * Joins: bot-t (temp01@unaffiliated/temp01/bot/bot-t)
  1192. # [21:19] * Joins: b-ot (~b-ot@aether.gf3.ca)
  1193. # [21:20] * Quits: Baybal32 (~Baybal32@64.213.70.194) (Ping timeout: 252 seconds)
  1194. # [21:20] * Joins: shiwano (~shiwano@nfmv001017107.uqw.ppp.infoweb.ne.jp)
  1195. # [21:22] * Quits: mtcrutch_ (~mtcrutch@157.166.167.129) (Remote host closed the connection)
  1196. # [21:23] * Quits: pr0ton (~pr0ton@8.25.197.24) (Ping timeout: 264 seconds)
  1197. # [21:23] * paul_irish_ is now known as paul_irish
  1198. # [21:26] * Joins: ZAQfx (~fx@188.251.10.120)
  1199. # [21:26] * Quits: ZAQfx (~fx@188.251.10.120) (Changing host)
  1200. # [21:26] * Joins: ZAQfx (~fx@unaffiliated/zaqfx)
  1201. # [21:28] * sethwalker is now known as zz_sethwalker
  1202. # [21:29] * Quits: jxdones (~Jones@189-104-120-204.user.veloxzone.com.br) (Ping timeout: 276 seconds)
  1203. # [21:31] * Joins: mstalfoort (~manuchill@546AF15F.cm-12-3d.dynamic.ziggo.nl)
  1204. # [21:32] * Quits: ZAQfx (~fx@unaffiliated/zaqfx) (Remote host closed the connection)
  1205. # [21:35] * Joins: Andreo (~Andreo@177.18.126.55)
  1206. # [21:36] * Quits: erichynds (~ehynds@64.206.121.41) (Quit: erichynds)
  1207. # [21:40] * Joins: curvedmark (~curvedmar@125.115.185.83)
  1208. # [21:41] * Joins: OnlyMax (~OnlyMax@187-126-215-224.user.veloxzone.com.br)
  1209. # [21:43] * Joins: coellobranco (~FoRcEr@201.Red-83-53-125.dynamicIP.rima-tde.net)
  1210. # [21:43] * Quits: _dc (~dc@163.192.12.3) (Remote host closed the connection)
  1211. # [21:44] * Quits: BrianWGray (~BrianWGra@unaffiliated/brianwgray) (Quit: IRSSI for VMS)
  1212. # [21:45] * Joins: BrianWGray (~BrianWGra@unaffiliated/brianwgray)
  1213. # [21:47] * Joins: Leeol2 (~Lee@63-155-185-253.eugn.qwest.net)
  1214. # [21:47] * Joins: OnlyMax2 (~OnlyMax@187-126-215-224.user.veloxzone.com.br)
  1215. # [21:48] * Quits: curvedmark (~curvedmar@125.115.185.83) (Quit: Quit)
  1216. # [21:48] * Joins: meandi_ (~quassel@dyndsl-031-150-035-177.ewe-ip-backbone.de)
  1217. # [21:49] * Joins: Kolombiken1 (~Adium@94.137.124.2)
  1218. # [21:50] * Joins: bot-t1 (temp01@unaffiliated/temp01/bot/bot-t)
  1219. # [21:50] * Quits: bot-t (temp01@unaffiliated/temp01/bot/bot-t) (Disconnected by services)
  1220. # [21:50] * Quits: bot-t1 (temp01@unaffiliated/temp01/bot/bot-t) (Excess Flood)
  1221. # [21:50] * Joins: jxdones (~Jones@189-104-120-204.user.veloxzone.com.br)
  1222. # [21:51] * Joins: shaunmckinnon (~shaunmcki@ba-c301j-fw01.georgianc.on.ca)
  1223. # [21:51] * Joins: Unlocked_ (~root@185-5-99-44.greendata.pl)
  1224. # [21:52] * Joins: pr0ton (~pr0ton@8.25.197.24)
  1225. # [21:52] * Joins: BrianWGr_ (~BrianWGra@unaffiliated/brianwgray)
  1226. # [21:53] * Quits: daanavitch (~daanavitc@178-118-247-206.access.telenet.be) (Remote host closed the connection)
  1227. # [21:53] * Joins: daanavitch (~daanavitc@216-230-229-165-colo.oplink.net)
  1228. # [21:53] * Joins: bot-t (temp01@unaffiliated/temp01/bot/bot-t)
  1229. # [21:54] * Joins: Dan_ (~dankest@wsip-70-182-130-90.sb.sd.cox.net)
  1230. # [21:54] * Joins: ecube_ (~ecube@unaffiliated/ecube)
  1231. # [21:54] * Quits: Leeol3 (~Lee@63-155-185-253.eugn.qwest.net) (Read error: Connection reset by peer)
  1232. # [21:54] * Quits: greg_otoole (~gregoryot@130.203.137.56) (Ping timeout: 276 seconds)
  1233. # [21:54] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Ping timeout: 276 seconds)
  1234. # [21:54] * Quits: BrianWGray (~BrianWGra@unaffiliated/brianwgray) (Ping timeout: 276 seconds)
  1235. # [21:54] * Quits: bmac (~textual@75-150-66-249-NewEngland.hfc.comcastbusiness.net) (Ping timeout: 276 seconds)
  1236. # [21:54] * Quits: newtron (~newtron@199.71.174.103) (Ping timeout: 276 seconds)
  1237. # [21:54] * Quits: Bamital (Bamital@host216-158-dynamic.54-79-r.retail.telecomitalia.it) (Ping timeout: 276 seconds)
  1238. # [21:54] * Quits: m3pow (~chatzilla@176.223.57.45) (Ping timeout: 276 seconds)
  1239. # [21:54] * Quits: Unlocked (~root@185-5-99-44.greendata.pl) (Ping timeout: 276 seconds)
  1240. # [21:54] * Quits: OnlyMax (~OnlyMax@187-126-215-224.user.veloxzone.com.br) (Ping timeout: 276 seconds)
  1241. # [21:54] * Quits: scheib (uid4467@gateway/web/irccloud.com/x-clazodurvjhzgaju) (Ping timeout: 276 seconds)
  1242. # [21:54] * Quits: meandi (~quassel@dyndsl-031-150-035-177.ewe-ip-backbone.de) (Ping timeout: 276 seconds)
  1243. # [21:54] * Quits: ecube (~ecube@unaffiliated/ecube) (Ping timeout: 276 seconds)
  1244. # [21:54] * Quits: Orginator (Orginator@109.230.236.254) (Ping timeout: 276 seconds)
  1245. # [21:54] * Quits: dankest (~dankest@wsip-70-182-130-90.sb.sd.cox.net) (Ping timeout: 276 seconds)
  1246. # [21:54] * Joins: Bamital (Bamital@host216-158-dynamic.54-79-r.retail.telecomitalia.it)
  1247. # [21:54] * Joins: newtron (~newtron@199.71.174.103)
  1248. # [21:54] * Quits: Bamital (Bamital@host216-158-dynamic.54-79-r.retail.telecomitalia.it) (Excess Flood)
  1249. # [21:54] * ecube_ is now known as ecube
  1250. # [21:54] * Dan_ is now known as Guest51987
  1251. # [21:54] * Joins: Bamital (Bamital@host216-158-dynamic.54-79-r.retail.telecomitalia.it)
  1252. # [21:54] * Quits: Bamital (Bamital@host216-158-dynamic.54-79-r.retail.telecomitalia.it) (Excess Flood)
  1253. # [21:55] * Joins: Bamital (Bamital@host216-158-dynamic.54-79-r.retail.telecomitalia.it)
  1254. # [21:55] * Joins: m3pow (~chatzilla@176.223.57.45)
  1255. # [21:55] * Quits: Bamital (Bamital@host216-158-dynamic.54-79-r.retail.telecomitalia.it) (Excess Flood)
  1256. # [21:55] * Joins: Bamital (Bamital@host216-158-dynamic.54-79-r.retail.telecomitalia.it)
  1257. # [21:55] * Quits: Bamital (Bamital@host216-158-dynamic.54-79-r.retail.telecomitalia.it) (Client Quit)
  1258. # [21:56] * Quits: longbeach (~mike@AFontenayssB-152-1-2-121.w82-121.abo.wanadoo.fr)
  1259. # [21:56] * Joins: JJcoder (~jjcoder@24.114.64.23)
  1260. # [21:57] * Joins: Orginator (Orginator@109.230.236.254)
  1261. # [21:59] * Joins: nimbu (~Adium@50-0-136-58.dsl.dynamic.sonic.net)
  1262. # [22:00] * Joins: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net)
  1263. # [22:00] * Quits: factor (~factor@ip70-189-111-253.ok.ok.cox.net) (Quit: Leaving)
  1264. # [22:02] * Joins: bmac (~textual@75-150-66-249-NewEngland.hfc.comcastbusiness.net)
  1265. # [22:03] * Quits: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk) (Quit: Ex-Chat)
  1266. # [22:03] * Quits: franksta-imac (~frankstal@72.10.55.185)
  1267. # [22:03] * Quits: Jon47 (~Adium@199.119.119.85) (Ping timeout: 240 seconds)
  1268. # [22:03] * Joins: manuelbieh (~beeevi2@p5B3D44F8.dip0.t-ipconnect.de)
  1269. # [22:03] * Quits: nimbu (~Adium@50-0-136-58.dsl.dynamic.sonic.net) (Read error: Operation timed out)
  1270. # [22:03] * Quits: shaunmckinnon (~shaunmcki@ba-c301j-fw01.georgianc.on.ca) (Ping timeout: 256 seconds)
  1271. # [22:04] * Quits: jreading (~Adium@50-201-41-253-static.hfc.comcastbusiness.net) (Read error: Connection reset by peer)
  1272. # [22:04] * Joins: alp82 (~alp@ip-176-199-202-80.unitymediagroup.de)
  1273. # [22:05] * Quits: stevegill (~stevengil@50-201-41-253-static.hfc.comcastbusiness.net) (Quit: stevegill)
  1274. # [22:05] * Joins: shaunmckinnon (~shaunmcki@ba-c301j-fw01.georgianc.on.ca)
  1275. # [22:07] * Joins: _dc (~dc@163.192.12.3)
  1276. # [22:09] * Quits: _dc (~dc@163.192.12.3) (Remote host closed the connection)
  1277. # [22:09] * Joins: Baybal32 (~Baybal32@S0106002618c73685.vc.shawcable.net)
  1278. # [22:13] * Parts: Erid_ (bab006e5@gateway/web/freenode/ip.186.176.6.229)
  1279. # [22:15] * Joins: Erid_ (bab006e5@gateway/web/freenode/ip.186.176.6.229)
  1280. # [22:15] * Quits: shaunmckinnon (~shaunmcki@ba-c301j-fw01.georgianc.on.ca) (Ping timeout: 264 seconds)
  1281. # [22:19] * Joins: fBirD (~andre.sr@188.250.11.136)
  1282. # [22:19] * Quits: chriseppstein (~ceppstei@99-6-85-4.lightspeed.sntcca.sbcglobal.net) (Quit: chriseppstein)
  1283. # [22:19] * Quits: r0tha (~r0tha@173.247.200.122) (Remote host closed the connection)
  1284. # [22:19] * Quits: JJcoder (~jjcoder@24.114.64.23) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  1285. # [22:21] * Joins: kadiks (~kadiks@APuteaux-652-1-225-38.w92-132.abo.wanadoo.fr)
  1286. # [22:22] * Quits: Criztian (~criztian@cust.static.46-14-92-114.swisscomdata.ch) (Remote host closed the connection)
  1287. # [22:22] * Joins: shaunmckinnon (~shaunmcki@ba-c301j-fw01.georgianc.on.ca)
  1288. # [22:23] * Quits: shaunmckinnon (~shaunmcki@ba-c301j-fw01.georgianc.on.ca) (Client Quit)
  1289. # [22:24] * Quits: daanavitch (~daanavitc@216-230-229-165-colo.oplink.net) (Read error: Connection reset by peer)
  1290. # [22:26] * Quits: vlad_starkov (~vlad_star@109.188.125.211) (Read error: Connection reset by peer)
  1291. # [22:27] * Joins: vlad_starkov (~vlad_star@109.188.125.211)
  1292. # [22:27] * Quits: Guest51987 (~dankest@wsip-70-182-130-90.sb.sd.cox.net) (Ping timeout: 264 seconds)
  1293. # [22:29] * Joins: astro73|roam (~astronout@adsl-75-5-236-210.dsl.klmzmi.sbcglobal.net)
  1294. # [22:29] * Quits: Ms2ger (~Ms2ger@111.235-64-87.adsl-dyn.isp.belgacom.be) (Quit: nn)
  1295. # [22:29] <astro73|roam> is there a JavaScript event thrown when the server returns a 205 Reset Content to a request?
  1296. # [22:30] * Quits: peol (~andree@unaffiliated/peol) (Quit: Computer is sleepy)
  1297. # [22:30] <astro73|roam> *to a form submission
  1298. # [22:30] * Joins: _dc (~dc@alfred.nat.trb.com)
  1299. # [22:31] * Joins: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net)
  1300. # [22:31] * Quits: mechanicalduck_ (~mechanica@ip-109-45-0-105.web.vodafone.de) (Read error: Connection reset by peer)
  1301. # [22:32] * Quits: vlad_starkov (~vlad_star@109.188.125.211) (Remote host closed the connection)
  1302. # [22:34] * Quits: Baybal32 (~Baybal32@S0106002618c73685.vc.shawcable.net) (Ping timeout: 264 seconds)
  1303. # [22:36] * Joins: Baybal32 (~Baybal32@S0106002618c73685.vc.shawcable.net)
  1304. # [22:37] * Joins: dankest (~dankest@wsip-70-182-130-90.sb.sd.cox.net)
  1305. # [22:37] * Joins: jreading (~Adium@50-201-41-253-static.hfc.comcastbusiness.net)
  1306. # [22:38] * Joins: chriseppstein (~ceppstei@99-6-85-4.lightspeed.sntcca.sbcglobal.net)
  1307. # [22:38] * Quits: Erid_ (bab006e5@gateway/web/freenode/ip.186.176.6.229) (Ping timeout: 250 seconds)
  1308. # [22:40] * Quits: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net) (Quit: Imaginativeone)
  1309. # [22:43] * Quits: fdre3wsd_ (~fdre3wsd_@71.202.102.10)
  1310. # [22:43] * Quits: coellobranco (~FoRcEr@201.Red-83-53-125.dynamicIP.rima-tde.net) (Quit: http://www.juanantoniomosquera.com)
  1311. # [22:44] * Quits: patstoms (~patsToms_@46.22.209.85) (Read error: Operation timed out)
  1312. # [22:45] * Quits: BBonifield (~BBonifiel@li107-227.members.linode.com) (Ping timeout: 264 seconds)
  1313. # [22:45] * Joins: patsToms (~patsToms_@46.22.209.85)
  1314. # [22:46] * zz_sethwalker is now known as sethwalker
  1315. # [22:46] * patsToms is now known as patstoms
  1316. # [22:46] * Joins: BBonifield (~BBonifiel@li107-227.members.linode.com)
  1317. # [22:46] * Quits: frozenice (~frozenice@unaffiliated/fr0zenice) (Remote host closed the connection)
  1318. # [22:47] * Quits: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net) (Quit: ChatZilla 0.9.90 [Firefox 21.0/20130511120803])
  1319. # [22:49] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
  1320. # [22:50] * carwin is now known as [carwin]
  1321. # [22:51] * Quits: dankest (~dankest@wsip-70-182-130-90.sb.sd.cox.net) (Ping timeout: 260 seconds)
  1322. # [22:56] * Quits: AlphaPinky (~unknown@189.113.75.19) (Quit: AlphaPinky)
  1323. # [22:59] * Joins: DoniRS (~DoniRS@188.200.238.49)
  1324. # [22:59] * Quits: _dc (~dc@alfred.nat.trb.com) (Remote host closed the connection)
  1325. # [22:59] * [carwin] is now known as carwin
  1326. # [23:00] * Joins: nimbu (~Adium@50-0-136-58.dsl.dynamic.sonic.net)
  1327. # [23:04] * Quits: nimbu (~Adium@50-0-136-58.dsl.dynamic.sonic.net) (Ping timeout: 276 seconds)
  1328. # [23:05] * Joins: Bamital (Bamital@host216-158-dynamic.54-79-r.retail.telecomitalia.it)
  1329. # [23:06] * Quits: chriseppstein (~ceppstei@99-6-85-4.lightspeed.sntcca.sbcglobal.net) (Quit: chriseppstein)
  1330. # [23:06] <astro73|roam> that's unfortunate. I think i have to turn it into an AJAX form if i want to give the user feedback on 204/205 :/
  1331. # [23:07] * Joins: _dc (~dc@alfred.nat.trb.com)
  1332. # [23:07] * Quits: Baybal32 (~Baybal32@S0106002618c73685.vc.shawcable.net) (Ping timeout: 264 seconds)
  1333. # [23:09] * Quits: brbcoding (~cghensha@unaffiliated/brbcoding) (Ping timeout: 256 seconds)
  1334. # [23:09] * Joins: _gambit (~prajwalit@59.95.4.171)
  1335. # [23:10] * Quits: mygan (~mygan@78-70-166-27-no181.tbcn.telia.com) (Read error: Connection reset by peer)
  1336. # [23:11] * Quits: _dc (~dc@alfred.nat.trb.com) (Remote host closed the connection)
  1337. # [23:12] * Joins: jdelgado_ (~jdelgado@50-23-65-34.revip2.marketstreetwifi.net)
  1338. # [23:12] * Quits: jdelgado (~jdelgado@50-23-65-34.revip2.marketstreetwifi.net) (Read error: Connection reset by peer)
  1339. # [23:12] * Quits: Christophh (~Christoph@p4FDF409E.dip0.t-ipconnect.de) (Quit: Christophh)
  1340. # [23:16] * Joins: _dc (~dc@163.192.12.3)
  1341. # [23:19] * Joins: Andreo_ (~Andreo@177.18.126.55)
  1342. # [23:19] * Quits: DoniRS (~DoniRS@188.200.238.49) (Quit: Adios!)
  1343. # [23:20] * Joins: Jon47 (~Adium@199.119.119.85)
  1344. # [23:20] * Quits: rupl (anonymous@rrcs-24-173-111-218.sw.biz.rr.com) (Quit: ^_^)
  1345. # [23:20] * Quits: scottkellum (~scottkell@cpe-98-14-102-66.nyc.res.rr.com) (Remote host closed the connection)
  1346. # [23:21] * Quits: fBirD (~andre.sr@188.250.11.136) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
  1347. # [23:21] * Quits: Andreo (~Andreo@177.18.126.55) (Read error: Operation timed out)
  1348. # [23:22] * Joins: ZAQfx (~fx@188.251.10.120)
  1349. # [23:22] * Quits: ZAQfx (~fx@188.251.10.120) (Changing host)
  1350. # [23:22] * Joins: ZAQfx (~fx@unaffiliated/zaqfx)
  1351. # [23:25] * Quits: _dc (~dc@163.192.12.3) (Remote host closed the connection)
  1352. # [23:27] * Joins: _dc (~dc@alfred.nat.trb.com)
  1353. # [23:27] * Joins: beeviz (~beevi2@p5B3D44F8.dip0.t-ipconnect.de)
  1354. # [23:28] * sethwalker is now known as zz_sethwalker
  1355. # [23:29] * Quits: Adawerk (~ada@169.241.49.57) (Quit: Leaving)
  1356. # [23:32] * Joins: Adawerk (~ada@169.241.49.57)
  1357. # [23:35] * Joins: vlad_starkov (~vlad_star@109.188.127.251)
  1358. # [23:38] * Quits: Itrace (~Itrace@74-84-110-222.client.mchsi.com) (Quit: Itrace)
  1359. # [23:38] * Quits: Jon47 (~Adium@199.119.119.85) (Quit: Leaving.)
  1360. # [23:44] * Quits: mitemitreski (~mitemitre@212.120.17.179) (Quit: Leaving.)
  1361. # [23:45] * Quits: brownbathrobe (~davemaura@vpn.polarmobile.com) (Quit: leaving)
  1362. # [23:45] * Joins: Criztian (~criztian@239-210.198-178.cust.bluewin.ch)
  1363. # [23:46] * Joins: brownbathrobe (~davemaura@vpn.polarmobile.com)
  1364. # [23:47] * Joins: r0tha (~r0tha@173.247.200.122)
  1365. # [23:47] * Quits: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com) (Ping timeout: 248 seconds)
  1366. # [23:48] * Quits: mpaun (~mpaun@80.111.45.126) (Remote host closed the connection)
  1367. # [23:48] * Joins: mpaun (~mpaun@80.111.45.126)
  1368. # [23:49] * Joins: doomlaptop (~devil@38.104.194.102)
  1369. # [23:49] * Quits: brownbathrobe (~davemaura@vpn.polarmobile.com) (Client Quit)
  1370. # [23:49] <doomlaptop> to make browsers use autofill
  1371. # [23:49] <doomlaptop> does the form has to have type="submit" input?
  1372. # [23:49] * zz_sethwalker is now known as sethwalker
  1373. # [23:50] <doomlaptop> because i'm using js to post the form and it seems like it's not autofilling
  1374. # [23:50] * Quits: mstalfoort (~manuchill@546AF15F.cm-12-3d.dynamic.ziggo.nl) (Quit: kthxbai)
  1375. # [23:50] * Joins: scheib (uid4467@gateway/web/irccloud.com/x-pwjkrzugygtimbgg)
  1376. # [23:50] * Joins: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com)
  1377. # [23:50] * Quits: _gambit (~prajwalit@59.95.4.171) (Quit: Computer has gone to sleep.)
  1378. # [23:51] * Quits: jxdones (~Jones@189-104-120-204.user.veloxzone.com.br) (Read error: Connection reset by peer)
  1379. # [23:53] * Quits: mpaun (~mpaun@80.111.45.126) (Ping timeout: 252 seconds)
  1380. # [23:55] * Parts: carwin (~carwin@unaffiliated/carwin)
  1381. # [23:55] * Joins: scottkellum (~scottkell@static-96-239-59-178.nycmny.fios.verizon.net)
  1382. # [23:56] * Joins: VapidWorx1 (~Margaret@173-12-5-73-Philadelphia.hfc.comcastbusiness.net)
  1383. # [23:56] * Quits: scottkellum (~scottkell@static-96-239-59-178.nycmny.fios.verizon.net) (Remote host closed the connection)
  1384. # [23:56] * Quits: decotii (~decotii@static-98-116-12-109.nycmny.fios.verizon.net) (Quit: This computer has gone to sleep)
  1385. # [23:56] * Joins: ewokchewy (~Thunderbi@38.122.109.194)
  1386. # [23:56] * Quits: ewokchewy (~Thunderbi@38.122.109.194) (Remote host closed the connection)
  1387. # [23:57] * Joins: dannydage (~dannydagg@c-5eeaaa17-74736162.cust.telenor.se)
  1388. # [23:57] <dannydage> can someone help me out here? the downarrow works for the first few sliders.. but for the fourth slider it doesn't work because I have another css class on that slider.. anyone have an idea what to do? http://colorworld.se/avion/index.html
  1389. # Session Close: Thu May 30 00:00:00 2013

The end :)