/irc-logs / freenode / #html5 / 2013-10-21 / end

Options:

  1. # Session Start: Mon Oct 21 00:00:00 2013
  2. # Session Ident: #html5
  3. # [00:00] * Quits: fritzy (~fritzy@67.131.102.78) (Read error: Connection reset by peer)
  4. # [00:00] * Joins: fritzy (~fritzy@67.131.102.78)
  5. # [00:01] * Joins: Georg3 (~Georg3@99-186-17-2.lightspeed.irvnca.sbcglobal.net)
  6. # [00:04] * Joins: pandeiro (~user@187.38.106.120)
  7. # [00:04] * Quits: jumperswitch_ (~jumperswi@ltea-047-065-017-027.pools.arcor-ip.net) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  8. # [00:05] * Joins: ridahgee_ (~ridahgee@adsl-108-87-12-218.dsl.ksc2mo.sbcglobal.net)
  9. # [00:06] * Quits: deasy (~deasy@109.88.224.123) (Quit: Nom d'un quark, c'est Edmonton !)
  10. # [00:06] * Joins: calbasi (~joan@237.59.14.37.dynamic.jazztel.es)
  11. # [00:06] * Parts: calbasi (~joan@237.59.14.37.dynamic.jazztel.es)
  12. # [00:07] * Joins: pfFred (~pfFredd@32.79-161-26.customer.lyse.net)
  13. # [00:07] * Quits: RidahGee (~ridahgee@adsl-99-102-240-114.dsl.ksc2mo.sbcglobal.net) (Ping timeout: 248 seconds)
  14. # [00:08] * Joins: carif (~mcarifio@cpe-74-78-54-137.maine.res.rr.com)
  15. # [00:10] * Quits: pfFreddd (~pfFredd@91.240.65.100) (Ping timeout: 248 seconds)
  16. # [00:10] * Joins: ryanponce (ryanponce@gateway/shell/freebnc/x-rotibzfyeswplies)
  17. # [00:12] * Joins: rootshift (~rootshift@2.26.136.50)
  18. # [00:18] * Quits: Freyr (~Freyr@ip72-199-165-160.sd.sd.cox.net) (Read error: Connection reset by peer)
  19. # [00:18] * Joins: Freyr_ (~Freyr@ip72-199-165-160.sd.sd.cox.net)
  20. # [00:19] * Joins: PaulCapestany (~PaulCapes@204.28.124.82)
  21. # [00:26] * Quits: sifu_ (~sifu@2.31.111.61) (Ping timeout: 272 seconds)
  22. # [00:31] * Joins: pinkhominid (~pinkhomin@208.50.255.30)
  23. # [00:31] * Quits: pinkhominid_ (~pinkhomin@208.50.255.30) (Ping timeout: 272 seconds)
  24. # [00:32] * Quits: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net) (Read error: Operation timed out)
  25. # [00:42] * Quits: devsharpen (~steph@ARennes-551-1-169-191.w2-12.abo.wanadoo.fr) (Quit: Quitte)
  26. # [00:43] * Quits: doev (~doev@p4FD427E3.dip0.t-ipconnect.de) (Quit: Verlassend)
  27. # [00:46] * Quits: rootshift (~rootshift@2.26.136.50) (Quit: rootshift)
  28. # [00:46] * Quits: fritzy (~fritzy@67.131.102.78) (Remote host closed the connection)
  29. # [00:48] <parshap> What's the proper technique to add a string of CSS to the document? Updating a <style>'s innerHTML seems to work, but is that correct?
  30. # [00:53] * Joins: i0x3p710n (~i0x3p710n@182.188.195.158)
  31. # [00:54] * Joins: Mr_Wharfsnort (~mrwharfsn@r74-192-126-85.tyrdcmta01.tylrtx.tl.dh.suddenlink.net)
  32. # [01:03] * Joins: kristofers (~kristofer@89-160-178-85.du.xdsl.is)
  33. # [01:03] * Quits: SamSagaZ (~kvirc@59-39-231-201.fibertel.com.ar) (Ping timeout: 256 seconds)
  34. # [01:04] * Joins: MrWharfsnort (~mrwharfsn@r74-192-126-85.tyrdcmta01.tylrtx.tl.dh.suddenlink.net)
  35. # [01:04] * Joins: Rplus (~rplus_tw@114-24-71-182.dynamic.hinet.net)
  36. # [01:05] * Quits: Rplus (~rplus_tw@114-24-71-182.dynamic.hinet.net) (Client Quit)
  37. # [01:05] * Quits: MrWharfsnort (~mrwharfsn@r74-192-126-85.tyrdcmta01.tylrtx.tl.dh.suddenlink.net) (Client Quit)
  38. # [01:06] <moo-_-> parshap: a good question
  39. # [01:06] <moo-_-> I'd like to know too if there are any best practices
  40. # [01:07] <moo-_-> parshap: http://www.w3.org/wiki/Dynamic_style_-_manipulating_CSS_with_JavaScript
  41. # [01:07] <parshap> moo-_-: innerHTML seems to work for me (chrome), apparently you need a fallback (el.styleSheet.cssText) for IE <= 8
  42. # [01:08] * Joins: MrWharfsnort (~mrwharfsn@r74-192-126-85.tyrdcmta01.tylrtx.tl.dh.suddenlink.net)
  43. # [01:08] * Quits: Mr_Wharfsnort (~mrwharfsn@r74-192-126-85.tyrdcmta01.tylrtx.tl.dh.suddenlink.net) (Ping timeout: 272 seconds)
  44. # [01:08] <moo-_-> "surprise" :P
  45. # [01:08] * Quits: xk_id (~xk_id@unaffiliated/xk-id/x-0573425) (Quit: 🚣)
  46. # [01:10] <parshap> moo-_-: great link! has trouble finding anything from a good source
  47. # [01:10] <parshap> moo-_-: maybe deleting the previous <style> and creating a new one is more robust than just changing the innerHTML for old IE
  48. # [01:10] <moo-_-> first hit of dynamic css styles ;)
  49. # [01:11] <moo-_-> parshap: also http://stackoverflow.com/search?q=dynamic%20css%20styles
  50. # [01:12] <parshap> moo-_-: yeah i saw a lot of q/a site posts
  51. # [01:12] * Parts: i0x3p710n (~i0x3p710n@182.188.195.158)
  52. # [01:12] <parshap> moo-_-: but nothing with good wholistic info like that w3c link
  53. # [01:12] * Quits: MrWharfsnort (~mrwharfsn@r74-192-126-85.tyrdcmta01.tylrtx.tl.dh.suddenlink.net) (Client Quit)
  54. # [01:12] * Joins: MrWharfsnort (~mrwharfsn@r74-192-126-85.tyrdcmta01.tylrtx.tl.dh.suddenlink.net)
  55. # [01:12] * Quits: MrWharfsnort (~mrwharfsn@r74-192-126-85.tyrdcmta01.tylrtx.tl.dh.suddenlink.net) (Client Quit)
  56. # [01:13] * Joins: Mr_Wharfsnort (~mrwharfsn@r74-192-126-85.tyrdcmta01.tylrtx.tl.dh.suddenlink.net)
  57. # [01:14] * Quits: Mr_Wharfsnort (~mrwharfsn@r74-192-126-85.tyrdcmta01.tylrtx.tl.dh.suddenlink.net) (Client Quit)
  58. # [01:14] * Joins: Mr_Wharfsnort (~mrwharfsn@r74-192-126-85.tyrdcmta01.tylrtx.tl.dh.suddenlink.net)
  59. # [01:15] * Quits: k1ng (~k1ng@unaffiliated/k1ng) (Ping timeout: 245 seconds)
  60. # [01:16] * Joins: martndemus (~martndemu@162pc213.sshunet.nl)
  61. # [01:17] * Joins: fritzy (~fritzy@67.131.102.78)
  62. # [01:21] * Quits: martndemus (~martndemu@162pc213.sshunet.nl) (Ping timeout: 240 seconds)
  63. # [01:27] * Quits: fritzy (~fritzy@67.131.102.78) (Ping timeout: 272 seconds)
  64. # [01:27] * Quits: codygman (~cody@69.169.243.64) (Ping timeout: 272 seconds)
  65. # [01:27] * Joins: petey_ (~petey@c-67-175-129-174.hsd1.il.comcast.net)
  66. # [01:28] * Quits: PaulCapestany (~PaulCapes@204.28.124.82) (Quit: Computer has gone to sleep.)
  67. # [01:28] * Quits: petey_ (~petey@c-67-175-129-174.hsd1.il.comcast.net) (Remote host closed the connection)
  68. # [01:29] * Joins: petey_ (~petey@c-67-175-129-174.hsd1.il.comcast.net)
  69. # [01:31] * Quits: Mr_Wharfsnort (~mrwharfsn@r74-192-126-85.tyrdcmta01.tylrtx.tl.dh.suddenlink.net) (Quit: Leaving)
  70. # [01:33] * Quits: petey_ (~petey@c-67-175-129-174.hsd1.il.comcast.net) (Ping timeout: 245 seconds)
  71. # [01:36] * Quits: Jayflux (~Jason@unaffiliated/jayflux) (Quit: Leaving)
  72. # [01:37] * Quits: austincheney (~austinche@108-72-76-12.lightspeed.rcsntx.sbcglobal.net) (Ping timeout: 272 seconds)
  73. # [01:38] * Quits: carif (~mcarifio@cpe-74-78-54-137.maine.res.rr.com) (Ping timeout: 240 seconds)
  74. # [01:39] * Joins: fritzy (~fritzy@67.131.102.78)
  75. # [01:46] * Joins: toughskin (~meeez@wsip-68-225-63-113.pn.at.cox.net)
  76. # [01:46] * Joins: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com)
  77. # [01:47] * Quits: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com) (Remote host closed the connection)
  78. # [01:47] * Joins: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com)
  79. # [01:48] * Joins: k1ng (~k1ng@unaffiliated/k1ng)
  80. # [01:52] * Quits: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com) (Ping timeout: 272 seconds)
  81. # [01:53] * Quits: fritzy (~fritzy@67.131.102.78) (Remote host closed the connection)
  82. # [02:00] * Quits: threesome (~threesome@ip-94-113-13-143.net.upcbroadband.cz) (Ping timeout: 256 seconds)
  83. # [02:01] * Joins: Zee4Q (~skip@dsl081-169-034.sea1.dsl.speakeasy.net)
  84. # [02:01] * Quits: space_ (~irssi@r186-48-211-189.dialup.adsl.anteldata.net.uy) (Read error: Connection reset by peer)
  85. # [02:03] * Quits: k1ng (~k1ng@unaffiliated/k1ng) (Ping timeout: 240 seconds)
  86. # [02:05] * Quits: milleja46 (~quassel@projecthq.biz) (Ping timeout: 245 seconds)
  87. # [02:06] * Joins: carif (~mcarifio@cpe-74-78-54-137.maine.res.rr.com)
  88. # [02:11] * Quits: Jon47 (~Adium@pool-108-18-206-254.washdc.fios.verizon.net) (Quit: Leaving.)
  89. # [02:13] * Quits: pfFred (~pfFredd@32.79-161-26.customer.lyse.net) (Quit: This computer has gone to sleep)
  90. # [02:18] * Joins: martndemus (~martndemu@162pc213.sshunet.nl)
  91. # [02:22] * Quits: martndemus (~martndemu@162pc213.sshunet.nl) (Ping timeout: 240 seconds)
  92. # [02:23] * frankstallone is now known as J-A-R-V-I-S
  93. # [02:24] * Joins: petey_ (~petey@108-240-30-84.lightspeed.cicril.sbcglobal.net)
  94. # [02:25] * Joins: SeeMeCode (~seemecode@pool-108-16-122-87.phlapa.fios.verizon.net)
  95. # [02:27] * Joins: danjesus (~danjesus@179.98.219.60)
  96. # [02:30] * Quits: Zee4Q (~skip@dsl081-169-034.sea1.dsl.speakeasy.net) (Quit: This computer has gone to sleep)
  97. # [02:34] * SeeMeCode is now known as abc_
  98. # [02:34] * abc_ is now known as seeMeCode
  99. # [02:35] * seeMeCode is now known as SeeMeCode
  100. # [02:36] * Joins: k1ng (~k1ng@unaffiliated/k1ng)
  101. # [02:38] * Quits: visualshock (~visualsho@host-37-191-204-89.lynet.no) (Quit: Leaving)
  102. # [02:40] * Joins: austincheney (~austinche@108-72-76-12.lightspeed.rcsntx.sbcglobal.net)
  103. # [02:42] * Quits: romanenko (~ZeroOne@37.218.179.234) (Quit: Textual IRC Client: www.textualapp.com)
  104. # [02:43] * Quits: vlad_starkov (~vlad_star@109.188.126.34) (Remote host closed the connection)
  105. # [02:47] * Quits: SeeMeCode (~seemecode@pool-108-16-122-87.phlapa.fios.verizon.net) (Remote host closed the connection)
  106. # [02:47] * Joins: SeeMeCode (~seemecode@pool-108-16-122-87.phlapa.fios.verizon.net)
  107. # [02:48] * Quits: SeeMeCode (~seemecode@pool-108-16-122-87.phlapa.fios.verizon.net) (Read error: Connection reset by peer)
  108. # [02:48] * Joins: SeeMeCode (~seemecode@pool-108-16-122-87.phlapa.fios.verizon.net)
  109. # [02:52] * zz_michael_mbp is now known as michael_mbp
  110. # [02:53] * Quits: petey_ (~petey@108-240-30-84.lightspeed.cicril.sbcglobal.net) (Remote host closed the connection)
  111. # [02:53] * Joins: petey_ (~petey@108-240-30-84.lightspeed.cicril.sbcglobal.net)
  112. # [02:54] * Joins: germ13 (~germ13@cpe-75-84-12-100.socal.res.rr.com)
  113. # [02:54] * Quits: symb (~IRC@91-64-9-149-dynip.superkabel.de) (Quit: You should never underestimate the predictability of stupidity.)
  114. # [02:54] * Joins: curvedmark (~curvedmar@125.114.182.94)
  115. # [02:56] * Quits: ericelliott (~ericellio@162.219.21.153) (Quit: ChatZilla 0.9.90.1 [Firefox 24.0/20130910160258])
  116. # [02:56] * Joins: Mr_Wharfsnort (~mrwharfsn@r74-192-126-85.tyrdcmta01.tylrtx.tl.dh.suddenlink.net)
  117. # [02:56] * michael_mbp is now known as zz_michael_mbp
  118. # [02:58] * Joins: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com)
  119. # [03:00] * Joins: Zee4Q (~skip@dsl081-169-034.sea1.dsl.speakeasy.net)
  120. # [03:02] * Quits: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com) (Ping timeout: 248 seconds)
  121. # [03:06] * Quits: cnivolle_ (~cnivolle@glo44-3-82-227-211-116.fbx.proxad.net) (Remote host closed the connection)
  122. # [03:06] * Joins: cnivolle (~cnivolle@glo44-3-82-227-211-116.fbx.proxad.net)
  123. # [03:09] * Joins: dhruvasagar (~dhruvasag@122.178.240.149)
  124. # [03:11] * Quits: cnivolle (~cnivolle@glo44-3-82-227-211-116.fbx.proxad.net) (Ping timeout: 248 seconds)
  125. # [03:12] * Joins: Jon47 (~Adium@pool-108-18-206-254.washdc.fios.verizon.net)
  126. # [03:12] * Quits: Samsamyu1yum (cellardwel@slaps.everyone.around.a.bit.with.a.large.trout.pl) (Read error: Operation timed out)
  127. # [03:14] * Joins: ericelliott (~ericellio@162.219.21.153)
  128. # [03:17] * Joins: Samsamyumyum (cellardwel@slaps.everyone.around.a.bit.with.a.large.trout.pl)
  129. # [03:17] * Quits: Mr_Wharfsnort (~mrwharfsn@r74-192-126-85.tyrdcmta01.tylrtx.tl.dh.suddenlink.net) (Ping timeout: 272 seconds)
  130. # [03:19] * Joins: martndemus (~martndemu@162pc213.sshunet.nl)
  131. # [03:22] * Joins: k_sze[work] (~kvirc@101.78.178.186)
  132. # [03:25] * Quits: danjesus (~danjesus@179.98.219.60) (Remote host closed the connection)
  133. # [03:25] * Quits: martndemus (~martndemu@162pc213.sshunet.nl) (Ping timeout: 272 seconds)
  134. # [03:25] * Joins: danjesus (~danjesus@179.98.219.60)
  135. # [03:28] * Quits: vydd (~vydd@unaffiliated/vydd) (Remote host closed the connection)
  136. # [03:29] * Quits: danjesus (~danjesus@179.98.219.60) (Ping timeout: 241 seconds)
  137. # [03:36] * Quits: dhruvasagar (~dhruvasag@122.178.240.149) (Ping timeout: 272 seconds)
  138. # [03:36] * Joins: dhruvasagar (~dhruvasag@122.178.240.149)
  139. # [03:36] * Quits: SeeMeCode (~seemecode@pool-108-16-122-87.phlapa.fios.verizon.net) (Remote host closed the connection)
  140. # [03:37] * Quits: Zee4Q (~skip@dsl081-169-034.sea1.dsl.speakeasy.net) (Quit: This computer has gone to sleep)
  141. # [03:38] * Quits: carif (~mcarifio@cpe-74-78-54-137.maine.res.rr.com) (Read error: Operation timed out)
  142. # [03:39] * Quits: Jon47 (~Adium@pool-108-18-206-254.washdc.fios.verizon.net) (Quit: Leaving.)
  143. # [03:40] * Joins: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp)
  144. # [03:41] * Joins: Zee4Q (~skip@dsl081-169-034.sea1.dsl.speakeasy.net)
  145. # [03:42] * Joins: codygman (~cody@69.169.243.64)
  146. # [03:45] * Quits: ericelliott (~ericellio@162.219.21.153) (Quit: ChatZilla 0.9.90.1 [Firefox 24.0/20130910160258])
  147. # [03:49] * Joins: shepazu_ (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
  148. # [03:51] * Quits: pandeiro (~user@187.38.106.120) (Remote host closed the connection)
  149. # [03:51] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Ping timeout: 248 seconds)
  150. # [03:51] * shepazu_ is now known as shepazu
  151. # [03:51] * Joins: space (~irssi@r190-134-10-28.dialup.adsl.anteldata.net.uy)
  152. # [03:54] * Joins: carif (~mcarifio@cpe-74-78-54-137.maine.res.rr.com)
  153. # [03:56] * Joins: skip (~skip@dsl081-169-034.sea1.dsl.speakeasy.net)
  154. # [03:58] * Quits: Zee4Q (~skip@dsl081-169-034.sea1.dsl.speakeasy.net) (Ping timeout: 248 seconds)
  155. # [04:06] * space is now known as space_
  156. # [04:15] * Joins: lulzplzkthx (~lulzplzkt@dib.leftforliving.com)
  157. # [04:15] <lulzplzkthx> Hey all. I'm working on a new portfolio (current one: http://leftforliving.com/) because I just got a new domain with my name in it this time. Decided to switch from my current style to a more minimalist style.
  158. # [04:15] <lulzplzkthx> My main page is going to contain a list of links to articles, instead of the articles themselves.
  159. # [04:15] <lulzplzkthx> I was wondering what the best HTML5 way to do this would be.
  160. # [04:16] <lulzplzkthx> I considered using a <nav> element, or a <section> with many <article> elements.
  161. # [04:16] <lulzplzkthx> While it would not be a true article as the content would be missing, it could contain a <header> and <time> element.
  162. # [04:17] <lulzplzkthx> <nav> would make sense in my opinion because it's a list used for navigating through the content.
  163. # [04:17] <lulzplzkthx> Alternatively, I could go HTML4 style and just use a styled <ul>
  164. # [04:18] <lulzplzkthx> Currently, my source looks like this (using Bootstrap 3): https://dpaste.de/nLy9
  165. # [04:20] * Quits: Vennril (~vennril@p4FEB37FC.dip0.t-ipconnect.de) (Ping timeout: 240 seconds)
  166. # [04:20] * Quits: space_ (~irssi@r190-134-10-28.dialup.adsl.anteldata.net.uy) (Ping timeout: 248 seconds)
  167. # [04:21] * Joins: martndemus (~martndemu@162pc213.sshunet.nl)
  168. # [04:21] * Joins: Vennril (~vennril@p4FEB07FB.dip0.t-ipconnect.de)
  169. # [04:26] * Quits: martndemus (~martndemu@162pc213.sshunet.nl) (Ping timeout: 265 seconds)
  170. # [04:26] * Quits: gde33 (~gde33@546A1A51.cm-12-3a.dynamic.ziggo.nl) (Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/)
  171. # [04:27] * Joins: PaulCapestany (~PaulCapes@204.28.124.82)
  172. # [04:31] * Joins: vydd (~vydd@unaffiliated/vydd)
  173. # [04:35] * Quits: vydd (~vydd@unaffiliated/vydd) (Ping timeout: 245 seconds)
  174. # [04:36] * Parts: SmashAG (~SmashAG@stupid.is) ("Leaving")
  175. # [04:39] * Quits: petey_ (~petey@108-240-30-84.lightspeed.cicril.sbcglobal.net) (Remote host closed the connection)
  176. # [04:39] * Joins: Xander1 (~Adium@c-98-253-246-117.hsd1.in.comcast.net)
  177. # [04:39] * Parts: Xander1 (~Adium@c-98-253-246-117.hsd1.in.comcast.net)
  178. # [04:52] * Joins: parshap_ (~parshap@ip70-181-88-181.oc.oc.cox.net)
  179. # [04:54] * Quits: parshap (~parshap@ip70-181-88-181.oc.oc.cox.net) (Ping timeout: 248 seconds)
  180. # [04:54] * Quits: kristofers (~kristofer@89-160-178-85.du.xdsl.is) (Remote host closed the connection)
  181. # [04:57] <lulzplzkthx> I decided to use a structure of ul > li > article.
  182. # [05:01] * Quits: dhruvasagar (~dhruvasag@122.178.240.149) (Ping timeout: 248 seconds)
  183. # [05:03] * Joins: visualshock (~visualsho@host-37-191-204-89.lynet.no)
  184. # [05:03] * Quits: Ericx2x (Ericx2x@209-6-40-131.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Ping timeout: 240 seconds)
  185. # [05:05] <terinjokes> anyone know how to get afarkas's webshim library to redraw the widget UI of a form element?
  186. # [05:06] <terinjokes> i set the value of a datetime input with jQuery after the DOM has rendered (since I'm waiting for the response of an AJAX call) and the webshims library doesn't draw the input with the new data properly
  187. # [05:07] * Quits: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net) (Quit: tantek)
  188. # [05:16] * Joins: MrPot4to (~quassel@181.28.28.113)
  189. # [05:18] * Quits: Wildblue (~guy@unaffiliated/wildblue) (Ping timeout: 272 seconds)
  190. # [05:21] * Joins: goodwin_ (~chatzilla@218.11.176.38)
  191. # [05:22] * Quits: aspire (~aspire@unaffiliated/aspire) (Quit: Leaving)
  192. # [05:22] * Joins: martndemus (~martndemu@162pc213.sshunet.nl)
  193. # [05:24] * Joins: Xander1 (~Adium@c-98-253-246-117.hsd1.in.comcast.net)
  194. # [05:25] * Joins: vlad_starkov (~vlad_star@109.188.125.84)
  195. # [05:26] * Joins: abraxas_ (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp)
  196. # [05:27] * Parts: Xander1 (~Adium@c-98-253-246-117.hsd1.in.comcast.net)
  197. # [05:28] * Quits: martndemus (~martndemu@162pc213.sshunet.nl) (Ping timeout: 256 seconds)
  198. # [05:28] * Quits: AciD` (~gni@jau72-5-78-223-56-21.fbx.proxad.net) (Ping timeout: 248 seconds)
  199. # [05:28] * Quits: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp) (Ping timeout: 248 seconds)
  200. # [05:28] * Quits: BombStrike (~BombStrik@mtgox/staff/BombStrike) (Ping timeout: 248 seconds)
  201. # [05:28] * Quits: ericduran (~ericduran@198.211.114.34) (Ping timeout: 248 seconds)
  202. # [05:28] * Quits: Unlocked (~root@185-5-99-44.greendata.pl) (Ping timeout: 248 seconds)
  203. # [05:29] * Joins: AciD` (~gni@78.223.56.21)
  204. # [05:29] * Joins: Unlocked (~root@185-5-99-44.greendata.pl)
  205. # [05:29] * Quits: vlad_starkov (~vlad_star@109.188.125.84) (Ping timeout: 240 seconds)
  206. # [05:29] * Joins: Mr_Wharfsnort (~mrwharfsn@r74-192-126-85.tyrdcmta01.tylrtx.tl.dh.suddenlink.net)
  207. # [05:29] * Quits: Mr_Wharfsnort (~mrwharfsn@r74-192-126-85.tyrdcmta01.tylrtx.tl.dh.suddenlink.net) (Client Quit)
  208. # [05:30] * Joins: ericduran|away (~ericduran@198.211.114.34)
  209. # [05:30] * ericduran|away is now known as ericduran
  210. # [05:30] * Joins: BombStrike (~BombStrik@mtgox/staff/BombStrike)
  211. # [05:32] * Quits: visualshock (~visualsho@host-37-191-204-89.lynet.no) (Quit: Leaving)
  212. # [05:34] * Joins: gde33 (~gde33@546A1A51.cm-12-3a.dynamic.ziggo.nl)
  213. # [05:43] * Joins: ericelliott (~ericellio@162.219.21.153)
  214. # [05:45] * zz_michael_mbp is now known as michael_mbp
  215. # [05:45] * Quits: ridahgee_ (~ridahgee@adsl-108-87-12-218.dsl.ksc2mo.sbcglobal.net) (Quit: Leaving)
  216. # [05:51] * Joins: sleepee (~sleepee@adsl-65-23-225-27.prtc.net)
  217. # [05:53] * Joins: rachmaninov (~rachmanin@50-78-253-38-static.hfc.comcastbusiness.net)
  218. # [05:54] * Joins: Ericx2x (Ericx2x@209-6-40-131.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  219. # [05:55] * Joins: SamSagaZ (~kvirc@59-39-231-201.fibertel.com.ar)
  220. # [05:56] * Joins: vlad_starkov (~vlad_star@109.188.125.84)
  221. # [05:58] * Quits: sleepee (~sleepee@adsl-65-23-225-27.prtc.net) (Quit: Leaving)
  222. # [06:00] * Quits: rachmaninov (~rachmanin@50-78-253-38-static.hfc.comcastbusiness.net) (Quit: rachmaninov)
  223. # [06:00] * Quits: vlad_starkov (~vlad_star@109.188.125.84) (Ping timeout: 256 seconds)
  224. # [06:03] * Quits: yano (yano@freenode/staff/yano) (Read error: Connection reset by peer)
  225. # [06:03] * Quits: MrPot4to (~quassel@181.28.28.113) (Read error: Connection reset by peer)
  226. # [06:03] * Quits: donmichelangelo (~donmichel@pD95DA11D.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  227. # [06:03] * Joins: MrPot4to (~quassel@181.28.28.113)
  228. # [06:04] * Quits: MrPot4to (~quassel@181.28.28.113) (Read error: Connection reset by peer)
  229. # [06:04] * Joins: donmichelangelo (~donmichel@pD95DA11D.dip0.t-ipconnect.de)
  230. # [06:06] * Joins: yano (yano@freenode/staff/yano)
  231. # [06:13] * Quits: codygman (~cody@69.169.243.64) (Ping timeout: 240 seconds)
  232. # [06:19] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
  233. # [06:24] * Joins: martndemus (~martndemu@162pc213.sshunet.nl)
  234. # [06:24] * Quits: waysc (~waysc4@cpe-70-113-206-158.austin.res.rr.com) (Ping timeout: 248 seconds)
  235. # [06:26] <terinjokes> nevermind, it was a bug with how webshims treats hours without double digits
  236. # [06:27] * Joins: haiQt (~haiQt@78-21-0-106.access.telenet.be)
  237. # [06:29] * Quits: martndemus (~martndemu@162pc213.sshunet.nl) (Ping timeout: 256 seconds)
  238. # [06:33] * Quits: skip (~skip@dsl081-169-034.sea1.dsl.speakeasy.net) (Ping timeout: 272 seconds)
  239. # [06:33] * Joins: WebDragon (~webdragon@c-69-249-35-128.hsd1.de.comcast.net)
  240. # [06:40] * michael_mbp is now known as zz_michael_mbp
  241. # [06:53] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Ping timeout: 256 seconds)
  242. # [06:55] * Quits: mven (~mven@ip68-224-15-53.lv.lv.cox.net) (Remote host closed the connection)
  243. # [06:56] * Joins: mven (~mven@ip68-224-15-53.lv.lv.cox.net)
  244. # [07:00] * Quits: mven (~mven@ip68-224-15-53.lv.lv.cox.net) (Ping timeout: 240 seconds)
  245. # [07:01] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
  246. # [07:01] * Quits: _cheney (~cheney@nat.sierrabravo.net) (Read error: Connection reset by peer)
  247. # [07:01] * Joins: _cheney (~cheney@nat.sierrabravo.net)
  248. # [07:08] * Joins: mven_ (~mven@ip68-224-15-53.lv.lv.cox.net)
  249. # [07:10] * Quits: bubbajoness (~bubbajone@66.172.27.251) (Ping timeout: 252 seconds)
  250. # [07:10] * Joins: Omnicide (~Omnicide@dyn-wifi-254-247.megawire.com)
  251. # [07:11] * Joins: Socket_User (~hax@198.98.49.240)
  252. # [07:11] <Omnicide> y
  253. # [07:12] * Quits: Socket_User (~hax@198.98.49.240) (Remote host closed the connection)
  254. # [07:13] * Joins: Socket_User (~hax@198.98.49.240)
  255. # [07:13] <Socket_User> testing
  256. # [07:13] <Socket_User> awww yeah websocket irc client
  257. # [07:14] * Quits: Socket_User (~hax@198.98.49.240) (Remote host closed the connection)
  258. # [07:14] <Omnicide> aw yis
  259. # [07:18] * Joins: b44rd (~b44rd@241-6.allergruppen.no)
  260. # [07:26] * Joins: martndemus (~martndemu@162pc213.sshunet.nl)
  261. # [07:27] * Joins: vlad_starkov (~vlad_star@109.188.127.183)
  262. # [07:31] * Joins: Socket_User (~hax@198.98.49.240)
  263. # [07:31] <Socket_User> hi
  264. # [07:31] <Socket_User> /whois
  265. # [07:31] <Socket_User> /test
  266. # [07:31] * Quits: martndemus (~martndemu@162pc213.sshunet.nl) (Ping timeout: 272 seconds)
  267. # [07:31] * Quits: vlad_starkov (~vlad_star@109.188.127.183) (Ping timeout: 272 seconds)
  268. # [07:31] * Quits: Socket_User (~hax@198.98.49.240) (Remote host closed the connection)
  269. # [07:32] * Joins: vydd (~vydd@unaffiliated/vydd)
  270. # [07:33] * Quits: curvedmark (~curvedmar@125.114.182.94) (Quit: Zzzzzz)
  271. # [07:34] * Joins: bubbajones (~bubbajone@66.172.27.251)
  272. # [07:34] * Joins: longbeach (~mike@AFontenayssB-152-1-59-140.w82-121.abo.wanadoo.fr)
  273. # [07:35] * Joins: curvedmark (~curvedmar@125.114.182.94)
  274. # [07:35] * Quits: curvedmark (~curvedmar@125.114.182.94) (Max SendQ exceeded)
  275. # [07:36] * Quits: WebDragon (~webdragon@c-69-249-35-128.hsd1.de.comcast.net) (Ping timeout: 272 seconds)
  276. # [07:37] * Quits: vydd (~vydd@unaffiliated/vydd) (Ping timeout: 245 seconds)
  277. # [07:46] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
  278. # [07:46] * Joins: pr0ton (~pr0ton@8.25.195.26)
  279. # [07:49] * Quits: mven_ (~mven@ip68-224-15-53.lv.lv.cox.net) (Ping timeout: 272 seconds)
  280. # [07:50] * Quits: ericelliott (~ericellio@162.219.21.153) (Ping timeout: 256 seconds)
  281. # [07:54] * zz_michael_mbp is now known as michael_mbp
  282. # [07:59] * Joins: gverri (~gverri@177-177-185-44.user.veloxzone.com.br)
  283. # [08:01] * Joins: Ducki (~Ducki@137.116.197.171)
  284. # [08:01] * Quits: frustrum (~frustrum@128.54.214.195) (Ping timeout: 245 seconds)
  285. # [08:01] * Joins: martndemus (~martndemu@162pc213.sshunet.nl)
  286. # [08:02] * Joins: AdenFlorian (~AdenFlori@74.197.181.184)
  287. # [08:15] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  288. # [08:16] * Joins: ericelliott (~ericellio@162.219.21.153)
  289. # [08:21] * Quits: WillAmes (~py@adfb55be.cst.lightpath.net) (Remote host closed the connection)
  290. # [08:22] * Joins: WillAmes (~py@adfb55be.cst.lightpath.net)
  291. # [08:23] * Joins: TheOrignl (~Thunderbi@c-50-168-25-146.hsd1.ca.comcast.net)
  292. # [08:25] <niftylettuce> anyone here have experience with desktopCapture API?
  293. # [08:27] * Quits: martndemus (~martndemu@162pc213.sshunet.nl) (Ping timeout: 248 seconds)
  294. # [08:27] * Joins: vlad_starkov (~vlad_star@109.188.124.150)
  295. # [08:31] * Joins: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.k368.webspeed.dk)
  296. # [08:31] * Quits: vlad_starkov (~vlad_star@109.188.124.150) (Ping timeout: 265 seconds)
  297. # [08:32] * Joins: roelmonnens (~roelmonne@d54C2232C.access.telenet.be)
  298. # [08:32] * Quits: TheOrignl (~Thunderbi@c-50-168-25-146.hsd1.ca.comcast.net) (Quit: TheOrignl)
  299. # [08:33] * Joins: JustinMac (~JustinMac@70-36-48-11.dyn.novuscom.net)
  300. # [08:33] * Quits: PaulCapestany (~PaulCapes@204.28.124.82) (Quit: Computer has gone to sleep.)
  301. # [08:36] * Quits: danielesalatti (~danielesa@x1-6-74-44-01-e4-ed-9a.k331.webspeed.dk) (Quit: danielesalatti)
  302. # [08:36] * Joins: JustinMa_ (~JustinMac@70-36-48-11.dyn.novuscom.net)
  303. # [08:42] * Joins: Ms2ger (~Ms2ger@86.193-242-81.adsl-dyn.isp.belgacom.be)
  304. # [08:44] * Joins: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net)
  305. # [08:44] * Joins: kadiks (~kadiks@APuteaux-652-1-58-207.w83-204.abo.wanadoo.fr)
  306. # [08:45] * Quits: germ13 (~germ13@cpe-75-84-12-100.socal.res.rr.com) (Ping timeout: 248 seconds)
  307. # [08:46] * Quits: JustinMac (~JustinMac@70-36-48-11.dyn.novuscom.net)
  308. # [08:47] * michael_mbp is now known as zz_michael_mbp
  309. # [08:49] * Joins: vlad_starkov (~vlad_star@109.188.124.150)
  310. # [08:49] * Quits: pr0ton (~pr0ton@8.25.195.26) (Ping timeout: 248 seconds)
  311. # [08:52] * Joins: pfFredd (~pfFredd@32.79-161-26.customer.lyse.net)
  312. # [08:54] * Joins: FilipNortic (~quassel@h-143-51.a192.priv.bahnhof.se)
  313. # [08:56] * Joins: o0Tao0o (~o0Tao0o@cpc11-seve20-2-0-cust45.13-3.cable.virginmedia.com)
  314. # [08:56] * Joins: markkes (~markkes@62.207.90.201)
  315. # [08:58] * Quits: vlad_starkov (~vlad_star@109.188.124.150) (Remote host closed the connection)
  316. # [09:01] * Joins: Hornet- (~Hornet@cpc10-ipsw2-2-0-cust55.7-4.cable.virginmedia.com)
  317. # [09:02] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 248 seconds)
  318. # [09:04] * Quits: Hornet (~Hornet@cpc10-ipsw2-2-0-cust55.7-4.cable.virginmedia.com) (Ping timeout: 264 seconds)
  319. # [09:09] * Joins: DRSK (~DRSK@unaffiliated/drsk)
  320. # [09:10] * Joins: vlad_starkov (~vlad_star@109.188.124.150)
  321. # [09:10] * Joins: martndemus (~martndemu@a83-163-254-59.adsl.xs4all.nl)
  322. # [09:13] * Joins: devsharpen (~steph@ARennes-551-1-169-191.w2-12.abo.wanadoo.fr)
  323. # [09:15] * Quits: vlad_starkov (~vlad_star@109.188.124.150) (Remote host closed the connection)
  324. # [09:18] * Joins: h_kon (~h_kon@213.167.121.42.static.lyse.net)
  325. # [09:19] * Joins: Xander1 (~Adium@c-98-253-246-117.hsd1.in.comcast.net)
  326. # [09:21] * Joins: rootshift (~rootshift@37.48.241.44)
  327. # [09:22] * Quits: Ericx2x (Ericx2x@209-6-40-131.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Ping timeout: 272 seconds)
  328. # [09:23] * Quits: Xander1 (~Adium@c-98-253-246-117.hsd1.in.comcast.net) (Ping timeout: 248 seconds)
  329. # [09:24] * Joins: doev (~doev@p4FD427E3.dip0.t-ipconnect.de)
  330. # [09:27] * Joins: chrob (~christoph@chello080108185051.1.12.vie.surfer.at)
  331. # [09:28] * Joins: codygman (~cody@69.169.243.64)
  332. # [09:33] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  333. # [09:34] * Joins: wjiang_ (qicruser@nat/redhat/x-nwupvvevxbdlpaci)
  334. # [09:36] * Joins: Lethalman (~luca@89.118.249.114)
  335. # [09:37] * Quits: pfFredd (~pfFredd@32.79-161-26.customer.lyse.net) (Quit: This computer has gone to sleep)
  336. # [09:37] * Quits: austincheney (~austinche@108-72-76-12.lightspeed.rcsntx.sbcglobal.net) (Ping timeout: 265 seconds)
  337. # [09:39] * Joins: cnivolle (~cnivolle@glo44-3-82-227-211-116.fbx.proxad.net)
  338. # [09:39] * Quits: gverri (~gverri@177-177-185-44.user.veloxzone.com.br) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  339. # [09:40] * Joins: fikst (~fikst@d54C442D5.access.telenet.be)
  340. # [09:40] * Joins: asdfz0mg (~asdfz0mg@109-104-22-194.customers.ownit.se)
  341. # [09:40] * Quits: FilipNortic (~quassel@h-143-51.a192.priv.bahnhof.se) (Remote host closed the connection)
  342. # [09:40] * Joins: austincheney (~austinche@108-72-76-12.lightspeed.rcsntx.sbcglobal.net)
  343. # [09:43] * Joins: FilipNortic (~quassel@h-143-51.a192.priv.bahnhof.se)
  344. # [09:44] * Joins: symb (~IRC@91-64-9-149-dynip.superkabel.de)
  345. # [09:46] * Quits: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.k368.webspeed.dk) (Quit: TuRnaD0)
  346. # [09:50] * Joins: scholchr (~Chris@unaffiliated/scholchr)
  347. # [09:52] * Quits: parshap_ (~parshap@ip70-181-88-181.oc.oc.cox.net) (Ping timeout: 256 seconds)
  348. # [09:52] * Quits: biscuit (~neo@opennic/Neo) (Ping timeout: 240 seconds)
  349. # [09:53] * Joins: biscuit (~neo@ariana.4195tech.com)
  350. # [09:54] * biscuit is now known as Guest67373
  351. # [09:55] * Quits: asdfz0mg (~asdfz0mg@109-104-22-194.customers.ownit.se) (Quit: Sleepy time)
  352. # [09:55] * Joins: coellobranco (~FoRcEr@108.Red-88-24-231.staticIP.rima-tde.net)
  353. # [09:56] * Joins: gverri_ (~gverri@177-177-185-44.user.veloxzone.com.br)
  354. # [09:56] * Quits: gverri_ (~gverri@177-177-185-44.user.veloxzone.com.br) (Remote host closed the connection)
  355. # [10:02] * Quits: fikst (~fikst@d54C442D5.access.telenet.be) (Quit: Leaving)
  356. # [10:04] * Joins: MCHammer (~mchammer@212.48.107.10)
  357. # [10:06] * Quits: wjiang_ (qicruser@nat/redhat/x-nwupvvevxbdlpaci) (Quit: qicr for android: faster and better)
  358. # [10:12] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 248 seconds)
  359. # [10:12] * Quits: kadiks (~kadiks@APuteaux-652-1-58-207.w83-204.abo.wanadoo.fr) (Ping timeout: 248 seconds)
  360. # [10:13] * Quits: Georg3 (~Georg3@99-186-17-2.lightspeed.irvnca.sbcglobal.net) (Quit: Leaving)
  361. # [10:15] * Joins: asdfz0mg (~asdfz0mg@109-104-22-194.customers.ownit.se)
  362. # [10:16] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  363. # [10:19] * Joins: wast (~wasteful@141-136-136-93.dsl.iskon.hr)
  364. # [10:20] * Quits: wast (~wasteful@141-136-136-93.dsl.iskon.hr) (Client Quit)
  365. # [10:20] * Quits: Ms2ger (~Ms2ger@86.193-242-81.adsl-dyn.isp.belgacom.be) (Quit: bbl)
  366. # [10:21] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Quit: is sleepy)
  367. # [10:23] <ericelliott> is express.bodyParser() deprecated?
  368. # [10:26] * Joins: jerev (~jerev@91.180.182.239)
  369. # [10:28] * Joins: Ericx2x (~ericx2x@209-6-40-131.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  370. # [10:30] * Quits: cnivolle (~cnivolle@glo44-3-82-227-211-116.fbx.proxad.net) (Remote host closed the connection)
  371. # [10:30] * Joins: cnivolle (~cnivolle@glo44-3-82-227-211-116.fbx.proxad.net)
  372. # [10:32] * Joins: Kolombiken (~Adium@94.137.124.2)
  373. # [10:35] * Quits: cnivolle (~cnivolle@glo44-3-82-227-211-116.fbx.proxad.net) (Ping timeout: 272 seconds)
  374. # [10:36] * Joins: vlad_starkov (~vlad_star@109.188.124.94)
  375. # [10:38] * Quits: vlad_starkov (~vlad_star@109.188.124.94) (Remote host closed the connection)
  376. # [10:38] * Joins: koyama (~koyama@em119-72-198-18.pool.e-mobile.ne.jp)
  377. # [10:43] <moo-_-> ericelliott: I suggest you ask on Express specific forum
  378. # [10:43] * Joins: quazimodo (~quazimodo@d110-32-231-40.bla800.nsw.optusnet.com.au)
  379. # [10:43] <moo-_-> so you may find more people with in-depth information about the topic
  380. # [10:46] * Joins: vlad_starkov (~vlad_star@109.188.124.94)
  381. # [10:49] * Joins: bigbugjava (~bigbugjav@77.126.72.228)
  382. # [10:50] * Joins: gverri_ (~gverri@177-177-185-44.user.veloxzone.com.br)
  383. # [10:50] * Quits: gverri_ (~gverri@177-177-185-44.user.veloxzone.com.br) (Client Quit)
  384. # [10:50] * zz_michael_mbp is now known as michael_mbp
  385. # [10:51] <bigbugjava> hi there, question, I want a datalist to display a few options, but when I select them, I want it to run from 0-some number, I mean that when it runs to data, it will be body.'val'.number
  386. # [10:52] * Quits: martndemus (~martndemu@a83-163-254-59.adsl.xs4all.nl) (Ping timeout: 272 seconds)
  387. # [10:53] * Joins: fikst (~fikst@d54C6D0B7.access.telenet.be)
  388. # [10:53] * Joins: martndemus (~martndemu@a83-163-254-59.adsl.xs4all.nl)
  389. # [10:54] <bigbugjava> found it.. it's okay
  390. # [10:55] * Joins: dhruvasagar (~dhruvasag@122.167.154.116)
  391. # [10:57] * Quits: vlad_starkov (~vlad_star@109.188.124.94) (Read error: Connection reset by peer)
  392. # [10:58] * Joins: vlad_starkov (~vlad_star@217.26.6.70)
  393. # [10:59] * Joins: Xander1 (~Adium@c-98-253-246-117.hsd1.in.comcast.net)
  394. # [11:03] * Quits: Xander1 (~Adium@c-98-253-246-117.hsd1.in.comcast.net) (Ping timeout: 245 seconds)
  395. # [11:09] * Quits: toughskin (~meeez@wsip-68-225-63-113.pn.at.cox.net)
  396. # [11:12] * Joins: daslicht (~daslicht@24-134-98-109-dynip.superkabel.de)
  397. # [11:14] * Joins: i0x3p710n (~i0x3p710n@182.188.133.3)
  398. # [11:17] * Joins: simons (~scarfs03@gatej.mh.bbc.co.uk)
  399. # [11:17] * Quits: Kolombiken (~Adium@94.137.124.2) (Quit: Leaving.)
  400. # [11:17] * Joins: Kolombiken (~Adium@gateway.creuna.se)
  401. # [11:18] * Joins: shaunbaker (~shaunbake@2001:67c:90:7ff:b4f6:6991:e00a:ac7e)
  402. # [11:18] * Quits: codygman (~cody@69.169.243.64) (Read error: Operation timed out)
  403. # [11:19] * Joins: shaunbak_ (~shaunbake@brick-lane.lbi.co.uk)
  404. # [11:20] * Parts: quazimodo (~quazimodo@d110-32-231-40.bla800.nsw.optusnet.com.au)
  405. # [11:22] * Joins: Ms2ger (~Ms2ger@vpnb036.ugent.be)
  406. # [11:22] * Quits: shaunbaker (~shaunbake@2001:67c:90:7ff:b4f6:6991:e00a:ac7e) (Ping timeout: 245 seconds)
  407. # [11:23] * Joins: space (~irssi@r190-134-100-130.dialup.adsl.anteldata.net.uy)
  408. # [11:23] * Quits: space (~irssi@r190-134-100-130.dialup.adsl.anteldata.net.uy) (Read error: Connection reset by peer)
  409. # [11:24] * Quits: devsharpen (~steph@ARennes-551-1-169-191.w2-12.abo.wanadoo.fr) (Remote host closed the connection)
  410. # [11:25] * Joins: Zee4Q (~skip@dsl081-169-034.sea1.dsl.speakeasy.net)
  411. # [11:25] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Read error: Connection reset by peer)
  412. # [11:25] * Joins: Kolombiken (~Adium@gateway.creuna.se)
  413. # [11:26] * Joins: devsharpen (~steph@ARennes-551-1-169-191.w2-12.abo.wanadoo.fr)
  414. # [11:27] * Quits: b44rd (~b44rd@241-6.allergruppen.no) (Remote host closed the connection)
  415. # [11:27] * Quits: JustinMa_ (~JustinMac@70-36-48-11.dyn.novuscom.net)
  416. # [11:27] * Parts: Zee4Q (~skip@dsl081-169-034.sea1.dsl.speakeasy.net)
  417. # [11:27] * Joins: b44rd (~b44rd@241-6.allergruppen.no)
  418. # [11:28] * Joins: shashank_rs (~Thunderbi@14.139.122.114)
  419. # [11:28] * Joins: sendoushi (~joelsanto@bl17-139-162.dsl.telepac.pt)
  420. # [11:28] <sendoushi> hey guys
  421. # [11:28] <sendoushi> anyone uses kineticjs?
  422. # [11:29] * Quits: b44rd (~b44rd@241-6.allergruppen.no) (Read error: Operation timed out)
  423. # [11:31] * HariboPenguin|Of is now known as HariboPenguin
  424. # [11:32] * Quits: Ericx2x (~ericx2x@209-6-40-131.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Ping timeout: 272 seconds)
  425. # [11:32] * HariboPenguin is now known as HariboPenguin|Of
  426. # [11:33] * Joins: insertcoffee (~insertcof@89.202.129.66)
  427. # [11:34] * Quits: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net) (Quit: tantek)
  428. # [11:35] * Joins: gverri (~gverri@177-177-185-44.user.veloxzone.com.br)
  429. # [11:35] * Quits: gverri (~gverri@177-177-185-44.user.veloxzone.com.br) (Client Quit)
  430. # [11:41] * Quits: shashank_rs (~Thunderbi@14.139.122.114) (Read error: Connection reset by peer)
  431. # [11:42] * Joins: threesome (~threesome@ip-94-113-13-143.net.upcbroadband.cz)
  432. # [11:42] * Quits: i0x3p710n (~i0x3p710n@182.188.133.3) (Quit: leaving)
  433. # [11:45] * Quits: scholchr (~Chris@unaffiliated/scholchr) (Quit: scholchr)
  434. # [11:47] * Joins: cnivolle (~cnivolle@2a01:e34:ee97:c5c0:6950:6b83:73ca:af9c)
  435. # [11:48] * Quits: simons (~scarfs03@gatej.mh.bbc.co.uk) (Ping timeout: 256 seconds)
  436. # [11:51] * Joins: milleja46 (~quassel@projecthq.biz)
  437. # [11:53] * Quits: jerev (~jerev@91.180.182.239) (Ping timeout: 248 seconds)
  438. # [12:04] * Joins: simons (~scarfs03@gatek.mh.bbc.co.uk)
  439. # [12:06] * Quits: simons (~scarfs03@gatek.mh.bbc.co.uk) (Remote host closed the connection)
  440. # [12:09] * Quits: insertcoffee (~insertcof@89.202.129.66) (Ping timeout: 248 seconds)
  441. # [12:13] * Joins: kadiks (~kadiks@APuteaux-652-1-58-207.w83-204.abo.wanadoo.fr)
  442. # [12:20] * Quits: DRSK (~DRSK@unaffiliated/drsk) (Ping timeout: 248 seconds)
  443. # [12:20] * Joins: sifu_ (~sifu@host86-136-108-149.range86-136.btcentralplus.com)
  444. # [12:20] * Joins: curvedmark (~curvedmar@50.23.115.113)
  445. # [12:20] * Quits: h_kon (~h_kon@213.167.121.42.static.lyse.net) (Remote host closed the connection)
  446. # [12:21] * Joins: insertcoffee (~insertcof@89.202.129.65)
  447. # [12:22] * Quits: martndemus (~martndemu@a83-163-254-59.adsl.xs4all.nl) (Ping timeout: 240 seconds)
  448. # [12:24] * Joins: Fli-c (~c@176.209.202.212)
  449. # [12:27] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Read error: Connection reset by peer)
  450. # [12:27] * Joins: Kolombiken (~Adium@gateway.creuna.se)
  451. # [12:27] * Quits: curvedmark (~curvedmar@50.23.115.113) (Quit: Zzzzzz)
  452. # [12:28] * Joins: xk_id (~xk_id@unaffiliated/xk-id/x-0573425)
  453. # [12:29] * Joins: someone-noone (~someone-n@109.251.149.72)
  454. # [12:30] * Quits: coellobranco (~FoRcEr@108.Red-88-24-231.staticIP.rima-tde.net) (Quit: http://www.juanantoniomosquera.com)
  455. # [12:32] * Quits: koyama (~koyama@em119-72-198-18.pool.e-mobile.ne.jp) (Ping timeout: 265 seconds)
  456. # [12:34] * Joins: martndemus (~martndemu@a83-163-254-59.adsl.xs4all.nl)
  457. # [12:34] <someone-noone> Hello! I'm getting PERMISSION_DENIED error when use WebRTC on Chrome 30 OS X with next code: http://ideone.com/fXrXfH
  458. # [12:34] * Joins: coellobranco (~FoRcEr@108.Red-88-24-231.staticIP.rima-tde.net)
  459. # [12:34] <someone-noone> this code works fine on Firefox
  460. # [12:34] <someone-noone> also WebRTC is enabled on Chrome
  461. # [12:36] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Ping timeout: 272 seconds)
  462. # [12:37] * Quits: abraxas_ (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
  463. # [12:37] * Joins: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp)
  464. # [12:39] * Joins: martndem1s (~martndemu@a83-163-254-59.adsl.xs4all.nl)
  465. # [12:42] * Quits: martndemus (~martndemu@a83-163-254-59.adsl.xs4all.nl) (Ping timeout: 272 seconds)
  466. # [12:42] * Quits: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp) (Ping timeout: 248 seconds)
  467. # [12:42] * Quits: Ms2ger (~Ms2ger@vpnb036.ugent.be) (Quit: bbl)
  468. # [12:46] * Quits: martndem1s (~martndemu@a83-163-254-59.adsl.xs4all.nl) (Ping timeout: 240 seconds)
  469. # [12:47] * Joins: deasy (~deasy@109.88.224.123)
  470. # [12:49] * Quits: symb (~IRC@91-64-9-149-dynip.superkabel.de) (Quit: You should never underestimate the predictability of stupidity.)
  471. # [12:49] * Joins: symb (~IRC@91-64-9-149-dynip.superkabel.de)
  472. # [12:49] * Joins: martndemus (~martndemu@a83-163-254-59.adsl.xs4all.nl)
  473. # [12:53] * Quits: symb (~IRC@91-64-9-149-dynip.superkabel.de) (Ping timeout: 248 seconds)
  474. # [12:55] * Quits: rootshift (~rootshift@37.48.241.44) (Quit: rootshift)
  475. # [12:56] * Quits: martndemus (~martndemu@a83-163-254-59.adsl.xs4all.nl) (Ping timeout: 272 seconds)
  476. # [13:04] * Quits: xk_id (~xk_id@unaffiliated/xk-id/x-0573425) (Quit: 🚣)
  477. # [13:05] * Quits: deasy (~deasy@109.88.224.123) (Quit: Nom d'un quark, c'est Edmonton !)
  478. # [13:05] * Quits: dhruvasagar (~dhruvasag@122.167.154.116) (Ping timeout: 272 seconds)
  479. # [13:05] * Joins: curvedmark (~curvedmar@125.114.182.94)
  480. # [13:06] * Joins: dhruvasagar (~dhruvasag@122.172.243.93)
  481. # [13:06] * Quits: k_sze[work] (~kvirc@101.78.178.186) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
  482. # [13:07] * Joins: Kolombiken (~Adium@gateway.creuna.se)
  483. # [13:07] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Client Quit)
  484. # [13:08] * Quits: sifu_ (~sifu@host86-136-108-149.range86-136.btcentralplus.com) (Quit: Textual IRC Client: www.textualapp.com)
  485. # [13:10] * Joins: xk_id (~xk_id@unaffiliated/xk-id/x-0573425)
  486. # [13:10] * Quits: donmichelangelo (~donmichel@pD95DA11D.dip0.t-ipconnect.de) (Ping timeout: 272 seconds)
  487. # [13:10] * Joins: donmichelangelo (~donmichel@pD95DD952.dip0.t-ipconnect.de)
  488. # [13:11] * Joins: jerev (~jerev@91.180.182.239)
  489. # [13:13] * Quits: Hanumaan (~kiran@px3.ruf.uni-freiburg.de) (Remote host closed the connection)
  490. # [13:17] * Joins: felipeduardo (~felipedua@189.115.44.34)
  491. # [13:21] * Joins: martndemus (~martndemu@a83-163-254-59.adsl.xs4all.nl)
  492. # [13:24] * Joins: basingh (~basingh@171.76.61.170)
  493. # [13:25] * Joins: sifu_ (~sifu@host86-136-108-149.range86-136.btcentralplus.com)
  494. # [13:28] * Joins: b44rd (~b44rd@241-6.allergruppen.no)
  495. # [13:31] * Quits: austincheney (~austinche@108-72-76-12.lightspeed.rcsntx.sbcglobal.net) (Ping timeout: 240 seconds)
  496. # [13:32] * Joins: deasy (~deasy@109.88.224.123)
  497. # [13:32] * Joins: Ms2ger (~Ms2ger@vpna064.ugent.be)
  498. # [13:32] * Quits: b44rd (~b44rd@241-6.allergruppen.no) (Ping timeout: 248 seconds)
  499. # [13:33] * Joins: austincheney (~austinche@108-72-76-12.lightspeed.rcsntx.sbcglobal.net)
  500. # [13:33] * Quits: vlad_starkov (~vlad_star@217.26.6.70) (Remote host closed the connection)
  501. # [13:34] * Quits: basingh (~basingh@171.76.61.170) (Quit: basingh)
  502. # [13:35] * Quits: haiQt (~haiQt@78-21-0-106.access.telenet.be) (Read error: Connection reset by peer)
  503. # [13:36] * Quits: AdenFlorian (~AdenFlori@74.197.181.184) (Read error: Connection reset by peer)
  504. # [13:37] * Joins: Serdar (~deres@ip-37-201-74-80.unitymediagroup.de)
  505. # [13:38] <Serdar> is it possible to append/remove divs dynamically?
  506. # [13:39] * Quits: jerev (~jerev@91.180.182.239) (Remote host closed the connection)
  507. # [13:40] * Joins: rachmaninov (~rachmanin@50-78-253-38-static.hfc.comcastbusiness.net)
  508. # [13:43] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 248 seconds)
  509. # [13:44] * Joins: danjesus (~danjesus@179.98.219.60)
  510. # [13:45] * Quits: sifu_ (~sifu@host86-136-108-149.range86-136.btcentralplus.com) (Ping timeout: 248 seconds)
  511. # [13:47] * Quits: xk_id (~xk_id@unaffiliated/xk-id/x-0573425) (Quit: 🚣)
  512. # [13:51] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  513. # [13:52] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  514. # [13:53] * Joins: maxani (~maxani@ARennes-655-1-44-135.w109-218.abo.wanadoo.fr)
  515. # [13:54] <moo-_-> Serdar: yes
  516. # [13:54] * Quits: coellobranco (~FoRcEr@108.Red-88-24-231.staticIP.rima-tde.net) (Ping timeout: 272 seconds)
  517. # [13:54] <moo-_-> Serdar: I suggest you learn about jQuery if you have not done so already
  518. # [13:55] * Quits: doev (~doev@p4FD427E3.dip0.t-ipconnect.de) (Read error: Operation timed out)
  519. # [13:56] <Serdar> moo-_-, jQuery, got it, thanks
  520. # [13:56] * Joins: doev (~doev@p4FD40F7E.dip0.t-ipconnect.de)
  521. # [13:56] <moo-_-> Serdar: it's a human friendly wrapper over underling JavaScript DOM manipulation APIs
  522. # [13:57] <Serdar> I am not a fan of DOM, why not JSON?
  523. # [13:58] <moo-_-> Serdar: because HTML document is modelled using DOM APIs in the web browser
  524. # [13:58] <moo-_-> Serdar: DOM is the in-memory presentation of HTML
  525. # [13:58] * Quits: drager (~drager@shell.prq.se) (Changing host)
  526. # [13:58] * Joins: drager (~drager@unaffiliated/drager)
  527. # [13:58] * Joins: jerev (~jerev@91.180.182.239)
  528. # [14:00] * Joins: Jayflux (~Jason@host-78-147-55-133.as13285.net)
  529. # [14:00] * Quits: Jayflux (~Jason@host-78-147-55-133.as13285.net) (Changing host)
  530. # [14:00] * Joins: Jayflux (~Jason@unaffiliated/jayflux)
  531. # [14:01] <Serdar> hmm I see
  532. # [14:06] * Joins: simons (~scarfs03@gatej.mh.bbc.co.uk)
  533. # [14:12] * Quits: rachmaninov (~rachmanin@50-78-253-38-static.hfc.comcastbusiness.net) (Ping timeout: 248 seconds)
  534. # [14:12] * Joins: coellobranco (~FoRcEr@106.Red-83-37-198.dynamicIP.rima-tde.net)
  535. # [14:13] * Joins: visualshock (~visualsho@host-37-191-204-89.lynet.no)
  536. # [14:14] * michael_mbp is now known as zz_michael_mbp
  537. # [14:14] * Joins: h_kon (~h_kon@213.167.121.42.static.lyse.net)
  538. # [14:15] * Quits: danjesus (~danjesus@179.98.219.60) (Remote host closed the connection)
  539. # [14:16] * Joins: danjesus (~danjesus@179.98.219.60)
  540. # [14:17] * Quits: danjesus (~danjesus@179.98.219.60) (Read error: Connection reset by peer)
  541. # [14:17] * Joins: danjesus (~danjesus@179.98.219.60)
  542. # [14:18] * Quits: danjesus (~danjesus@179.98.219.60) (Remote host closed the connection)
  543. # [14:19] * Joins: danjesus (~danjesus@179.98.219.60)
  544. # [14:20] * Joins: kkrikk (~kkrikk@p5DDC0D1D.dip0.t-ipconnect.de)
  545. # [14:23] * Quits: dhruvasagar (~dhruvasag@122.172.243.93) (Read error: Operation timed out)
  546. # [14:24] * Quits: danjesus (~danjesus@179.98.219.60) (Ping timeout: 265 seconds)
  547. # [14:24] * Joins: rootshift (~rootshift@37.48.241.44)
  548. # [14:25] * zz_michael_mbp is now known as michael_mbp
  549. # [14:26] * Joins: roadt (~roadt@36.7.144.181)
  550. # [14:27] * Joins: vydd (~vydd@92.244.136.246)
  551. # [14:27] * Quits: vydd (~vydd@92.244.136.246) (Changing host)
  552. # [14:27] * Joins: vydd (~vydd@unaffiliated/vydd)
  553. # [14:28] * Quits: soredz1 (~soredz@81-232-171-7-no10.tbcn.telia.com) (Ping timeout: 260 seconds)
  554. # [14:30] * Joins: dhruvasagar (~dhruvasag@122.178.242.253)
  555. # [14:32] * Joins: _unary (~unary@68.67.54.218)
  556. # [14:36] * Joins: soredz1 (~soredz@81-232-171-7-no10.tbcn.telia.com)
  557. # [14:37] * Quits: coellobranco (~FoRcEr@106.Red-83-37-198.dynamicIP.rima-tde.net) (Ping timeout: 272 seconds)
  558. # [14:37] * Joins: calbasi (~joan@237.59.14.37.dynamic.jazztel.es)
  559. # [14:39] * Joins: mvpgraff (~mvpgraff@204.9.65.82)
  560. # [14:39] * Quits: mvpgraff (~mvpgraff@204.9.65.82) (Changing host)
  561. # [14:39] * Joins: mvpgraff (~mvpgraff@unaffiliated/mvpgraff)
  562. # [14:39] * Joins: jferrie (~Adium@static-71-183-236-56.nycmny.fios.verizon.net)
  563. # [14:40] * Quits: wieshka (~wieshka@80.90.2.180)
  564. # [14:41] * Parts: jerev (~jerev@91.180.182.239) ("Closing Window")
  565. # [14:41] * Joins: danjesus (~danjesus@179-198-76-195.user3g.veloxzone.com.br)
  566. # [14:42] * Joins: newtron (~newtron@199.71.174.203)
  567. # [14:43] * Quits: dhruvasagar (~dhruvasag@122.178.242.253) (Ping timeout: 256 seconds)
  568. # [14:44] * Quits: Ms2ger (~Ms2ger@vpna064.ugent.be) (Quit: bbl)
  569. # [14:44] * Parts: jferrie (~Adium@static-71-183-236-56.nycmny.fios.verizon.net)
  570. # [14:45] * Joins: decotii (~decotii@hq.croscon.com)
  571. # [14:50] * Joins: dhruvasagar (~dhruvasag@122.178.254.197)
  572. # [14:51] * Joins: badboy4471 (~tiger@115.206.155.39)
  573. # [14:52] * Quits: badboy4471 (~tiger@115.206.155.39) (Client Quit)
  574. # [14:52] * Joins: badboy4471 (~tiger@115.206.155.39)
  575. # [14:52] * Quits: danjesus (~danjesus@179-198-76-195.user3g.veloxzone.com.br) (Read error: Connection reset by peer)
  576. # [14:54] * Quits: badboy4471 (~tiger@115.206.155.39) (Read error: Connection reset by peer)
  577. # [14:55] * Quits: dhruvasagar (~dhruvasag@122.178.254.197) (Ping timeout: 272 seconds)
  578. # [14:55] * Joins: pfFredd (~pfFredd@193.213.205.101)
  579. # [14:56] * Joins: dhruvasagar (~dhruvasag@122.167.79.45)
  580. # [14:58] * Joins: jreading (Adium@nat/novell/x-pocexumvfmumpagi)
  581. # [14:59] * Quits: goodwin_ (~chatzilla@218.11.176.38) (Ping timeout: 245 seconds)
  582. # [14:59] * Joins: goodwin (~chatzilla@112.65.211.235)
  583. # [15:00] * Joins: space (~irssi@r186-48-224-252.dialup.adsl.anteldata.net.uy)
  584. # [15:00] * Joins: waysc (~waysc4@2605:6000:ff01:7300:e4d4:e694:f44d:247f)
  585. # [15:00] * Joins: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com)
  586. # [15:02] * Joins: jerev (~jerev@91.180.182.239)
  587. # [15:03] * Joins: vlad_starkov (~vlad_star@217.26.6.70)
  588. # [15:05] * Joins: cryptopsy (~cryptopsy@78.96.133.249)
  589. # [15:06] * Quits: patta (~pattinsky@89.221.240.18) (Quit: No Ping reply in 180 seconds.)
  590. # [15:07] * Joins: [ORBITAL] (orbital@gateway/shell/freebnc/x-omumhndpgkwpajgm)
  591. # [15:07] * Joins: patta (~pattinsky@89.221.240.18)
  592. # [15:07] * Joins: quetzakubica (~quetzacot@pby93.internetdsl.tpnet.pl)
  593. # [15:09] * Joins: Jon47 (~Adium@pool-108-18-206-254.washdc.fios.verizon.net)
  594. # [15:11] * Joins: aspire (~aspire@unaffiliated/aspire)
  595. # [15:13] * Quits: patta (~pattinsky@89.221.240.18) (Quit: No Ping reply in 180 seconds.)
  596. # [15:13] * Joins: patta (~pattinsky@89.221.240.18)
  597. # [15:13] * Quits: cryptopsy (~cryptopsy@78.96.133.249) (Quit: leaving)
  598. # [15:14] * Joins: cryptopsy (~cryptopsy@78.96.133.249)
  599. # [15:18] * Joins: germ13 (~germ13@cpe-75-84-12-100.socal.res.rr.com)
  600. # [15:19] * Joins: pinkhominid_ (~pinkhomin@208.50.255.30)
  601. # [15:20] * Quits: pinkhominid (~pinkhomin@208.50.255.30) (Read error: Connection reset by peer)
  602. # [15:22] * Quits: Lethalman (~luca@89.118.249.114) (Ping timeout: 272 seconds)
  603. # [15:24] * Joins: mj12albert (~mj12alber@n058152242145.netvigator.com)
  604. # [15:25] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
  605. # [15:25] * Quits: mj12albert (~mj12alber@n058152242145.netvigator.com) (Max SendQ exceeded)
  606. # [15:25] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  607. # [15:26] * Joins: mj12albert (~mj12alber@n058152242145.netvigator.com)
  608. # [15:26] * Quits: sendoushi (~joelsanto@bl17-139-162.dsl.telepac.pt) (Quit: Ex-Chat)
  609. # [15:27] * Quits: mj12albert (~mj12alber@n058152242145.netvigator.com) (Max SendQ exceeded)
  610. # [15:27] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Read error: Operation timed out)
  611. # [15:31] * Joins: waysc2 (~waysc4@cpe-70-113-206-158.austin.res.rr.com)
  612. # [15:32] * Joins: bert3d (~bert3d@host81-159-237-131.range81-159.btcentralplus.com)
  613. # [15:32] * Quits: germ13 (~germ13@cpe-75-84-12-100.socal.res.rr.com) (Ping timeout: 248 seconds)
  614. # [15:34] * Quits: waysc (~waysc4@2605:6000:ff01:7300:e4d4:e694:f44d:247f) (Ping timeout: 240 seconds)
  615. # [15:34] * Joins: Lethalman (~luca@89.118.249.114)
  616. # [15:35] * Joins: iGrow (~iGrow@c-98-229-114-236.hsd1.ma.comcast.net)
  617. # [15:37] * Quits: maxani (~maxani@ARennes-655-1-44-135.w109-218.abo.wanadoo.fr) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  618. # [15:38] * Quits: iserantes (~quassel@64.7.27.77.dynamic.mundo-r.com) (Remote host closed the connection)
  619. # [15:39] * Quits: Lethalman (~luca@89.118.249.114) (Ping timeout: 240 seconds)
  620. # [15:39] * Quits: Ducki (~Ducki@137.116.197.171) (Remote host closed the connection)
  621. # [15:39] * Quits: h_kon (~h_kon@213.167.121.42.static.lyse.net) (Remote host closed the connection)
  622. # [15:40] * Joins: Lethalman (~luca@89.118.249.114)
  623. # [15:40] * Quits: kkrikk (~kkrikk@p5DDC0D1D.dip0.t-ipconnect.de)
  624. # [15:40] * Joins: iserantes (~quassel@64.7.27.77.dynamic.mundo-r.com)
  625. # [15:40] * Quits: waysc2 (~waysc4@cpe-70-113-206-158.austin.res.rr.com) (Ping timeout: 240 seconds)
  626. # [15:41] * Joins: kkrikk (~kkrikk@p5DDC0D1D.dip0.t-ipconnect.de)
  627. # [15:41] * Quits: cryptopsy (~cryptopsy@78.96.133.249) (Quit: leaving)
  628. # [15:42] * Quits: Jon47 (~Adium@pool-108-18-206-254.washdc.fios.verizon.net) (Quit: Leaving.)
  629. # [15:42] * Joins: Ducki (~Ducki@137.116.197.171)
  630. # [15:43] * Quits: simons (~scarfs03@gatej.mh.bbc.co.uk) (Ping timeout: 256 seconds)
  631. # [15:44] * Joins: xk_id (~xk_id@unaffiliated/xk-id/x-0573425)
  632. # [15:45] * Joins: simons (~scarfs03@gatej.mh.bbc.co.uk)
  633. # [15:46] * Quits: simons (~scarfs03@gatej.mh.bbc.co.uk) (Remote host closed the connection)
  634. # [15:46] * Joins: frankstallone (~frankstal@72.10.55.185)
  635. # [15:50] * HariboPenguin|Of is now known as HariboPenguin
  636. # [15:51] * Quits: devsharpen (~steph@ARennes-551-1-169-191.w2-12.abo.wanadoo.fr) (Read error: Connection reset by peer)
  637. # [15:53] * Joins: devsharpen (~steph@ARennes-551-1-169-191.w2-12.abo.wanadoo.fr)
  638. # [15:53] * Quits: fikst (~fikst@d54C6D0B7.access.telenet.be) (Ping timeout: 272 seconds)
  639. # [15:53] * Quits: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com) (Remote host closed the connection)
  640. # [15:53] * Quits: Ducki (~Ducki@137.116.197.171) (Ping timeout: 248 seconds)
  641. # [15:54] * Joins: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com)
  642. # [15:56] * Joins: Ducki (~Ducki@137.116.197.171)
  643. # [15:57] * HariboPenguin is now known as HariboPenguin|Of
  644. # [15:58] * Quits: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com) (Ping timeout: 248 seconds)
  645. # [16:02] * Quits: _unary (~unary@68.67.54.218) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  646. # [16:03] * Quits: donmichelangelo (~donmichel@pD95DD952.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  647. # [16:03] * Joins: _unary (~unary@68.67.54.218)
  648. # [16:04] * Joins: donmichelangelo (~donmichel@pD95DD952.dip0.t-ipconnect.de)
  649. # [16:06] * Joins: jumperswitch (~jumperswi@ltea-178-013-208-225.pools.arcor-ip.net)
  650. # [16:06] * Quits: xk_id (~xk_id@unaffiliated/xk-id/x-0573425) (Quit: 🚣)
  651. # [16:06] * Quits: bert3d (~bert3d@host81-159-237-131.range81-159.btcentralplus.com) (Remote host closed the connection)
  652. # [16:06] * Joins: bert3d (~bert3d@host81-159-237-131.range81-159.btcentralplus.com)
  653. # [16:07] * Quits: iGrow (~iGrow@c-98-229-114-236.hsd1.ma.comcast.net) (Ping timeout: 248 seconds)
  654. # [16:10] * Joins: fikst (~fikst@188.189.9.222)
  655. # [16:10] * Joins: Zee4Q (~skip@dsl081-169-034.sea1.dsl.speakeasy.net)
  656. # [16:11] * Joins: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com)
  657. # [16:11] * Quits: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com) (Remote host closed the connection)
  658. # [16:12] * Joins: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com)
  659. # [16:13] * Joins: frustrum (~frustrum@128.54.214.195)
  660. # [16:13] * Quits: fikst (~fikst@188.189.9.222) (Max SendQ exceeded)
  661. # [16:13] * Joins: iGrow (~iGrow@c-98-229-114-236.hsd1.ma.comcast.net)
  662. # [16:14] * Joins: Ducki_ (~Ducki@137.116.197.171)
  663. # [16:14] * Quits: Ducki (~Ducki@137.116.197.171) (Ping timeout: 265 seconds)
  664. # [16:16] * Quits: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com) (Ping timeout: 272 seconds)
  665. # [16:18] * Joins: pierlooqup (~pierlooqu@2.236.97.55)
  666. # [16:20] * Joins: Xander1 (~Adium@2602:306:38a6:8710:78a3:82c1:8461:306e)
  667. # [16:21] * Joins: Xander2 (~Adium@99-138-104-113.lightspeed.cicril.sbcglobal.net)
  668. # [16:21] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
  669. # [16:22] * Parts: Xander2 (~Adium@99-138-104-113.lightspeed.cicril.sbcglobal.net)
  670. # [16:24] * Quits: Xander1 (~Adium@2602:306:38a6:8710:78a3:82c1:8461:306e) (Ping timeout: 240 seconds)
  671. # [16:25] * Quits: J-A-R-V-I-S (~frankstal@pool-74-105-106-200.nwrknj.fios.verizon.net) (Read error: Connection reset by peer)
  672. # [16:26] * Joins: pierlooqup_ (~pierlooqu@2.236.97.55)
  673. # [16:26] * Joins: J-A-R-V-I-S (~frankstal@pool-74-105-106-200.nwrknj.fios.verizon.net)
  674. # [16:27] * Joins: jsbkkj (~jsbkkj@host81-139-93-110.in-addr.btopenworld.com)
  675. # [16:29] * Quits: pierlooqup (~pierlooqu@2.236.97.55) (Ping timeout: 272 seconds)
  676. # [16:29] * pierlooqup_ is now known as pierlooqup
  677. # [16:29] * HariboPenguin|Of is now known as HariboPenguin
  678. # [16:31] * Quits: iGrow (~iGrow@c-98-229-114-236.hsd1.ma.comcast.net) (Ping timeout: 240 seconds)
  679. # [16:33] * Joins: Jon47 (~Adium@38.100.143.34)
  680. # [16:33] * Quits: bigbugjava (~bigbugjav@77.126.72.228)
  681. # [16:34] * Joins: mven (~mven@ip68-224-15-53.lv.lv.cox.net)
  682. # [16:34] * Joins: Kolombiken (~Adium@94.137.124.2)
  683. # [16:36] * Quits: mven (~mven@ip68-224-15-53.lv.lv.cox.net) (Remote host closed the connection)
  684. # [16:36] * Joins: mven (~mven@ip68-224-15-53.lv.lv.cox.net)
  685. # [16:39] * Joins: fikst (~fikst@188.189.9.222)
  686. # [16:39] * Joins: daffl (~daffl@216-13-236-174.dedicated.allstream.net)
  687. # [16:40] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
  688. # [16:40] * Joins: shashank_rs (~Thunderbi@14.139.122.114)
  689. # [16:40] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
  690. # [16:41] * Quits: mven (~mven@ip68-224-15-53.lv.lv.cox.net) (Ping timeout: 272 seconds)
  691. # [16:42] * Quits: Kolombiken (~Adium@94.137.124.2) (Quit: Leaving.)
  692. # [16:43] * Joins: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.k368.webspeed.dk)
  693. # [16:44] * Joins: Ericx2x (Ericx2x@209-6-40-131.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  694. # [16:44] * Joins: squeakytoy (~squeakyto@188.65.156.34)
  695. # [16:45] * Quits: Ericx2x (Ericx2x@209-6-40-131.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Remote host closed the connection)
  696. # [16:45] * Joins: Ericx2x (Ericx2x@209-6-40-131.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  697. # [16:45] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Remote host closed the connection)
  698. # [16:47] * Quits: Ericx2x (Ericx2x@209-6-40-131.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Remote host closed the connection)
  699. # [16:48] * Parts: Zee4Q (~skip@dsl081-169-034.sea1.dsl.speakeasy.net) ("Leaving")
  700. # [16:49] * Quits: deasy (~deasy@109.88.224.123) (Quit: Nom d'un quark, c'est Edmonton !)
  701. # [16:49] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
  702. # [16:54] * Joins: Kolombiken (~Adium@94.137.124.2)
  703. # [16:54] * Joins: iGrow (~iGrow@c-98-229-114-236.hsd1.ma.comcast.net)
  704. # [16:54] * Quits: Kolombiken (~Adium@94.137.124.2) (Remote host closed the connection)
  705. # [16:55] * Joins: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net)
  706. # [16:55] * Quits: pierlooqup (~pierlooqu@2.236.97.55) (Quit: pierlooqup)
  707. # [16:55] * Joins: Palove (~Palove@app2.chatmosphere.org)
  708. # [16:56] <Palove> Hmm
  709. # [16:56] <Palove> This is 1 large html5 community
  710. # [16:58] <Palove> Anyone to welcome me here?
  711. # [17:00] * Joins: mstalfoort (~manuchill@200.50.253.54)
  712. # [17:03] * Quits: mstalfoort (~manuchill@200.50.253.54) (Client Quit)
  713. # [17:04] * Quits: curvedmark (~curvedmar@125.114.182.94) (Quit: Zzzzzz)
  714. # [17:04] * Quits: goodwin (~chatzilla@112.65.211.235) (Ping timeout: 256 seconds)
  715. # [17:04] * Joins: roelmonn_ (~roelmonne@d54C2232C.access.telenet.be)
  716. # [17:04] * Quits: daslicht (~daslicht@24-134-98-109-dynip.superkabel.de) (Remote host closed the connection)
  717. # [17:05] * Joins: Ms2ger (~Ms2ger@193.190.253.150)
  718. # [17:05] * Joins: gverri_ (~gverri@177-177-185-44.user.veloxzone.com.br)
  719. # [17:05] * Quits: fikst (~fikst@188.189.9.222) (Ping timeout: 248 seconds)
  720. # [17:05] * Quits: gverri_ (~gverri@177-177-185-44.user.veloxzone.com.br) (Client Quit)
  721. # [17:06] * Joins: Kolombiken (~Adium@94.137.124.2)
  722. # [17:06] * Quits: FilipNortic (~quassel@h-143-51.a192.priv.bahnhof.se) (Remote host closed the connection)
  723. # [17:06] * Quits: dhruvasagar (~dhruvasag@122.167.79.45) (Ping timeout: 248 seconds)
  724. # [17:07] <Palove> anyone?
  725. # [17:08] * Quits: roelmonnens (~roelmonne@d54C2232C.access.telenet.be) (Ping timeout: 248 seconds)
  726. # [17:09] * Quits: roelmonn_ (~roelmonne@d54C2232C.access.telenet.be) (Ping timeout: 272 seconds)
  727. # [17:10] * Joins: dhruvasagar (~dhruvasag@122.167.79.45)
  728. # [17:11] * Quits: Kolombiken (~Adium@94.137.124.2) (Ping timeout: 256 seconds)
  729. # [17:13] * Quits: Ducki_ (~Ducki@137.116.197.171) (Ping timeout: 272 seconds)
  730. # [17:14] * Joins: symb (~IRC@91-64-9-149-dynip.superkabel.de)
  731. # [17:14] * Joins: Kolombiken (~Adium@gateway.creuna.se)
  732. # [17:17] * Joins: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net)
  733. # [17:17] * Joins: romanenko (~ZeroOne@158.181.223.156)
  734. # [17:17] * Joins: Karliky (~Karliky@243.85-86-210.dynamic.clientes.euskaltel.es)
  735. # [17:20] * Quits: Palove (~Palove@app2.chatmosphere.org) (Remote host closed the connection)
  736. # [17:21] * Quits: squeakytoy (~squeakyto@188.65.156.34) (Quit: Leaving)
  737. # [17:24] * Joins: Socket_User (~hax@198.98.49.240)
  738. # [17:24] <Socket_User> whut
  739. # [17:24] <Socket_User> /help
  740. # [17:24] <b-ot> Socket_User: NO U!
  741. # [17:24] <Omnicide> nope
  742. # [17:24] <Omnicide> no commands
  743. # [17:25] <Socket_User> y u no
  744. # [17:25] <b-ot> Socket_User: (ĺ±®'Đ”')ĺ±®
  745. # [17:25] * Quits: romanenko (~ZeroOne@158.181.223.156) (Quit: Computer has gone to sleep.)
  746. # [17:26] * Joins: fikst (~fikst@d54C6D0B7.access.telenet.be)
  747. # [17:27] * Quits: Socket_User (~hax@198.98.49.240) (Remote host closed the connection)
  748. # [17:28] * Joins: mstalfoort (~manuchill@200.50.253.54)
  749. # [17:28] * Joins: mtrythall (~mtrythall@50.7.33.186)
  750. # [17:31] * Parts: calbasi (~joan@237.59.14.37.dynamic.jazztel.es)
  751. # [17:32] * Joins: curvedmark (~curvedmar@125.114.182.94)
  752. # [17:32] * Quits: curvedmark (~curvedmar@125.114.182.94) (Max SendQ exceeded)
  753. # [17:32] * michael_mbp is now known as zz_michael_mbp
  754. # [17:33] * Quits: rootshift (~rootshift@37.48.241.44) (Quit: rootshift)
  755. # [17:37] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  756. # [17:37] * Quits: dhruvasagar (~dhruvasag@122.167.79.45) (Ping timeout: 240 seconds)
  757. # [17:37] * Quits: iGrow (~iGrow@c-98-229-114-236.hsd1.ma.comcast.net) (Ping timeout: 265 seconds)
  758. # [17:38] * Joins: WebDragon (~webdragon@c-69-249-35-128.hsd1.de.comcast.net)
  759. # [17:40] * Joins: iGrow (~iGrow@c-98-229-114-236.hsd1.ma.comcast.net)
  760. # [17:40] * Joins: sifu_ (~sifu@host86-136-108-149.range86-136.btcentralplus.com)
  761. # [17:41] * Quits: asdfz0mg (~asdfz0mg@109-104-22-194.customers.ownit.se) (Quit: Sleepy time)
  762. # [17:41] * Joins: jumperswitch_ (~jumperswi@ltea-178-014-118-004.pools.arcor-ip.net)
  763. # [17:43] * Quits: jumperswitch (~jumperswi@ltea-178-013-208-225.pools.arcor-ip.net) (Ping timeout: 248 seconds)
  764. # [17:44] * Joins: lmcliste_ (~lmclister@192.150.10.209)
  765. # [17:48] * Joins: eddief1029 (~Eddie@c-24-22-33-249.hsd1.or.comcast.net)
  766. # [17:49] * Quits: j_wright (~jwright@unaffiliated/j-wright/x-9145068) (Remote host closed the connection)
  767. # [17:51] * Joins: jfenix (~jfenix@187-166-114-116.static.axtel.net)
  768. # [17:51] * Joins: gverri_ (~gverri@177-177-185-44.user.veloxzone.com.br)
  769. # [17:51] * Quits: gverri_ (~gverri@177-177-185-44.user.veloxzone.com.br) (Client Quit)
  770. # [17:55] * Quits: iGrow (~iGrow@c-98-229-114-236.hsd1.ma.comcast.net) (Ping timeout: 240 seconds)
  771. # [17:55] * Quits: pfFredd (~pfFredd@193.213.205.101) (Quit: This computer has gone to sleep)
  772. # [17:56] * Quits: MCHammer (~mchammer@212.48.107.10) (Remote host closed the connection)
  773. # [18:00] * Joins: jerev_ (~jerev@91.180.182.239)
  774. # [18:03] * Joins: frozenice (~frozenice@unaffiliated/fr0zenice)
  775. # [18:03] * Quits: _unary (~unary@68.67.54.218) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  776. # [18:03] * Joins: mven (~mven@169.241.49.228)
  777. # [18:03] * Quits: jerev (~jerev@91.180.182.239) (Ping timeout: 248 seconds)
  778. # [18:03] * jerev_ is now known as jerev
  779. # [18:03] * Quits: jsbkkj (~jsbkkj@host81-139-93-110.in-addr.btopenworld.com) (Quit: jsbkkj)
  780. # [18:09] * Joins: shoogz (~shoogz@115-64-77-180.static.tpgi.com.au)
  781. # [18:09] * Joins: iGrow (~iGrow@c-98-229-114-236.hsd1.ma.comcast.net)
  782. # [18:09] * Quits: shoogz (~shoogz@115-64-77-180.static.tpgi.com.au) (Changing host)
  783. # [18:09] * Joins: shoogz (~shoogz@unaffiliated/shoogz)
  784. # [18:09] * Quits: shoogz (~shoogz@unaffiliated/shoogz) (Remote host closed the connection)
  785. # [18:09] * Joins: Karliky_ (~Karliky@243.85-86-210.dynamic.clientes.euskaltel.es)
  786. # [18:09] * Joins: deasy (~deasy@109.88.224.123)
  787. # [18:09] * Joins: shoogz (~shoogz@unaffiliated/shoogz)
  788. # [18:11] * HariboPenguin is now known as HariboPenguin|Of
  789. # [18:11] * HariboPenguin|Of is now known as HariboPenguin
  790. # [18:13] * Quits: Karliky (~Karliky@243.85-86-210.dynamic.clientes.euskaltel.es) (Ping timeout: 272 seconds)
  791. # [18:13] * Quits: Karliky_ (~Karliky@243.85-86-210.dynamic.clientes.euskaltel.es) (Ping timeout: 240 seconds)
  792. # [18:13] * Quits: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net) (Quit: Imaginativeone)
  793. # [18:13] * Quits: chrob (~christoph@chello080108185051.1.12.vie.surfer.at) (Ping timeout: 272 seconds)
  794. # [18:13] * Quits: martndemus (~martndemu@a83-163-254-59.adsl.xs4all.nl) (Ping timeout: 245 seconds)
  795. # [18:13] * Joins: maxani (~maxani@ARennes-655-1-44-135.w109-218.abo.wanadoo.fr)
  796. # [18:14] * Quits: maxani (~maxani@ARennes-655-1-44-135.w109-218.abo.wanadoo.fr) (Max SendQ exceeded)
  797. # [18:14] * Joins: maxani (~maxani@ARennes-655-1-44-135.w109-218.abo.wanadoo.fr)
  798. # [18:15] * Quits: fikst (~fikst@d54C6D0B7.access.telenet.be) (Quit: Leaving)
  799. # [18:18] * Joins: cryptopsy (~cryptopsy@78.96.133.249)
  800. # [18:18] * Quits: mven (~mven@169.241.49.228) (Remote host closed the connection)
  801. # [18:19] * Joins: Kolombiken1 (~Adium@94.137.124.2)
  802. # [18:21] * Quits: tantek (~tantek@50-0-164-83.dsl.dynamic.sonic.net) (Quit: tantek)
  803. # [18:21] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Ping timeout: 256 seconds)
  804. # [18:23] * Joins: gverri_ (~gverri@177-177-185-44.user.veloxzone.com.br)
  805. # [18:23] * Quits: gverri_ (~gverri@177-177-185-44.user.veloxzone.com.br) (Client Quit)
  806. # [18:24] * Joins: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com)
  807. # [18:26] * Joins: chrob (~christoph@chello080108185051.1.12.vie.surfer.at)
  808. # [18:27] * Quits: bert3d (~bert3d@host81-159-237-131.range81-159.btcentralplus.com) (Remote host closed the connection)
  809. # [18:29] * Quits: mstalfoort (~manuchill@200.50.253.54) (Quit: kthxbai)
  810. # [18:33] * Quits: donmichelangelo (~donmichel@pD95DD952.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  811. # [18:34] * Joins: donmichelangelo (~donmichel@pD95DD952.dip0.t-ipconnect.de)
  812. # [18:34] * Quits: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com) (Remote host closed the connection)
  813. # [18:34] * Joins: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com)
  814. # [18:38] * Quits: space (~irssi@r186-48-224-252.dialup.adsl.anteldata.net.uy) (Read error: Connection reset by peer)
  815. # [18:39] * Quits: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com) (Ping timeout: 248 seconds)
  816. # [18:39] * Quits: Ms2ger (~Ms2ger@193.190.253.150) (Ping timeout: 248 seconds)
  817. # [18:39] * Joins: NealJ (~Neal@82-170-253-169.ip.telfort.nl)
  818. # [18:41] * Joins: dhruvasagar (~dhruvasag@122.167.79.45)
  819. # [18:41] * Joins: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com)
  820. # [18:41] * Quits: frozenice (~frozenice@unaffiliated/fr0zenice) (Remote host closed the connection)
  821. # [18:41] * Joins: codygman (~cody@pool-173-74-49-237.dllstx.fios.verizon.net)
  822. # [18:43] * Quits: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com) (Remote host closed the connection)
  823. # [18:43] * Quits: vlad_starkov (~vlad_star@217.26.6.70) (Remote host closed the connection)
  824. # [18:43] * Joins: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com)
  825. # [18:44] * Joins: _unary (~unary@68.67.54.218)
  826. # [18:45] * Quits: cryptopsy (~cryptopsy@78.96.133.249) (Quit: leaving)
  827. # [18:46] * Joins: cryptopsy (~cryptopsy@78.96.133.249)
  828. # [18:46] * Joins: NivenHuH (~NivenWuss@sonic.mochaleaf.com)
  829. # [18:48] * Quits: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com) (Ping timeout: 265 seconds)
  830. # [18:48] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 248 seconds)
  831. # [18:49] * Quits: dhruvasagar (~dhruvasag@122.167.79.45) (Ping timeout: 245 seconds)
  832. # [18:51] * Joins: sasmit87 (~chatzilla@14.96.114.224)
  833. # [18:51] <sasmit87> hi
  834. # [18:51] * Joins: dhruvasagar (~dhruvasag@122.167.79.45)
  835. # [18:51] <sasmit87> can somebody explain how manifest attribute works in html5
  836. # [18:53] * Quits: doev (~doev@p4FD40F7E.dip0.t-ipconnect.de) (Quit: Verlassend)
  837. # [18:55] * Joins: jaredwilli (~jaredwill@64.206.121.41)
  838. # [18:57] * Quits: sifu_ (~sifu@host86-136-108-149.range86-136.btcentralplus.com) (Ping timeout: 256 seconds)
  839. # [18:58] * Joins: ryan_tait (~ryan_tait@76-10-142-198.dsl.teksavvy.com)
  840. # [19:00] * Quits: sasmit87 (~chatzilla@14.96.114.224) (Ping timeout: 256 seconds)
  841. # [19:00] * Joins: with_drinks (328b410c@gateway/web/freenode/ip.50.139.65.12)
  842. # [19:00] * Parts: jaredwilli (~jaredwill@64.206.121.41)
  843. # [19:01] * Quits: _cheney (~cheney@nat.sierrabravo.net) (Read error: Connection reset by peer)
  844. # [19:01] * Joins: _cheney (~cheney@nat.sierrabravo.net)
  845. # [19:02] * Joins: kawaiibesu (~kawaiibes@ip184-189-235-179.sb.sd.cox.net)
  846. # [19:03] * Joins: riskable (~quassel@2601:e:8c00:8b:eccb:f417:8ff2:4c36)
  847. # [19:03] * Joins: martndemus (~martndemu@162pc213.sshunet.nl)
  848. # [19:04] * Quits: iGrow (~iGrow@c-98-229-114-236.hsd1.ma.comcast.net) (Ping timeout: 241 seconds)
  849. # [19:04] * Quits: with_drinks (328b410c@gateway/web/freenode/ip.50.139.65.12) (Client Quit)
  850. # [19:05] * Joins: daslicht (~daslicht@24-134-98-109-dynip.superkabel.de)
  851. # [19:07] * Joins: mven (~mven@169.241.49.228)
  852. # [19:08] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  853. # [19:09] * Quits: daslicht (~daslicht@24-134-98-109-dynip.superkabel.de) (Ping timeout: 248 seconds)
  854. # [19:09] * Quits: cnivolle (~cnivolle@2a01:e34:ee97:c5c0:6950:6b83:73ca:af9c) (Remote host closed the connection)
  855. # [19:10] * Joins: cnivolle (~cnivolle@2a01:e34:ee97:c5c0:c8b:5e5:9c51:8ba6)
  856. # [19:13] * Joins: mmlac-bv (~mmlac@208.65.181.227.static.etheric.net)
  857. # [19:14] * Quits: dhruvasagar (~dhruvasag@122.167.79.45) (Ping timeout: 240 seconds)
  858. # [19:14] * Quits: cnivolle (~cnivolle@2a01:e34:ee97:c5c0:c8b:5e5:9c51:8ba6) (Ping timeout: 260 seconds)
  859. # [19:15] * Quits: maxani (~maxani@ARennes-655-1-44-135.w109-218.abo.wanadoo.fr) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  860. # [19:15] * Joins: jsbkkj (~jsbkkj@host86-130-238-91.range86-130.btcentralplus.com)
  861. # [19:16] * Joins: DrShoggoth (~prakwtf@216-43-16-195.ip.mcleodusa.net)
  862. # [19:16] * Joins: danielwrobert (~danielwro@wsip-68-15-24-46.sd.sd.cox.net)
  863. # [19:17] * Joins: romanenko (~ZeroOne@158.181.223.156)
  864. # [19:17] * HariboPenguin is now known as HariboPenguin|Of
  865. # [19:18] * Quits: shaunbak_ (~shaunbake@brick-lane.lbi.co.uk) (Remote host closed the connection)
  866. # [19:19] * Joins: shaunbaker (~shaunbake@brick-lane.lbi.co.uk)
  867. # [19:19] * Joins: ericelliott_ (~ericellio@192.150.10.206)
  868. # [19:19] * Quits: jerev (~jerev@91.180.182.239) (Remote host closed the connection)
  869. # [19:21] * Quits: ericelliott (~ericellio@162.219.21.153) (Ping timeout: 256 seconds)
  870. # [19:21] * ericelliott_ is now known as ericelliott
  871. # [19:24] * Quits: shaunbaker (~shaunbake@brick-lane.lbi.co.uk) (Ping timeout: 272 seconds)
  872. # [19:24] * Quits: shashank_rs (~Thunderbi@14.139.122.114) (Ping timeout: 265 seconds)
  873. # [19:25] * Joins: sasmit87 (~chatzilla@14.99.44.133)
  874. # [19:25] * Joins: shashank_rs (~Thunderbi@14.139.122.114)
  875. # [19:26] * Joins: dhruvasagar (~dhruvasag@122.167.79.45)
  876. # [19:28] * Joins: b44rd (~b44rd@241-6.allergruppen.no)
  877. # [19:29] * HariboPenguin|Of is now known as HariboPenguin
  878. # [19:31] * Quits: mven (~mven@169.241.49.228) (Remote host closed the connection)
  879. # [19:33] * Joins: mven (~mven@169.241.49.228)
  880. # [19:33] * Quits: b44rd (~b44rd@241-6.allergruppen.no) (Ping timeout: 272 seconds)
  881. # [19:33] * Joins: rootshift (~rootshift@2.26.136.50)
  882. # [19:35] * Quits: romanenko (~ZeroOne@158.181.223.156) (Ping timeout: 248 seconds)
  883. # [19:35] * Quits: jsbkkj (~jsbkkj@host86-130-238-91.range86-130.btcentralplus.com) (Quit: jsbkkj)
  884. # [19:35] * Joins: JustinMac (~JustinMac@207.102.98.250)
  885. # [19:37] * Quits: insertcoffee (~insertcof@89.202.129.65) (Ping timeout: 256 seconds)
  886. # [19:38] * Joins: Zee4Q (~skip@aruba-master.seattlecentral.edu)
  887. # [19:38] * Parts: Zee4Q (~skip@aruba-master.seattlecentral.edu)
  888. # [19:39] * Quits: gerard0- (znc@envy.gerardo.cc) (Read error: Connection reset by peer)
  889. # [19:40] * Quits: codygman (~cody@pool-173-74-49-237.dllstx.fios.verizon.net) (Remote host closed the connection)
  890. # [19:40] * Joins: gerard0 (znc@envy.gerardo.cc)
  891. # [19:40] * Joins: Kolombiken (~Adium@94.137.124.2)
  892. # [19:40] * Quits: voiceofgrog (~voiceofgr@unaffiliated/voiceofgrog) (Remote host closed the connection)
  893. # [19:41] * Quits: Kolombiken1 (~Adium@94.137.124.2) (Read error: Connection reset by peer)
  894. # [19:42] * Joins: jsbkkj (~jsbkkj@host86-130-238-91.range86-130.btcentralplus.com)
  895. # [19:43] * Joins: mrpot4to_ (~quassel@181.28.27.231)
  896. # [19:43] * Joins: szzzzzzzzzzzzzz (~scott@63-153-214-43.desm.qwest.net)
  897. # [19:43] * Joins: iGrow (~iGrow@c-98-229-114-236.hsd1.ma.comcast.net)
  898. # [19:44] * Joins: fikst (~fikst@d54C442D5.access.telenet.be)
  899. # [19:45] * Quits: rootshift (~rootshift@2.26.136.50) (Quit: rootshift)
  900. # [19:47] * Quits: fikst (~fikst@d54C442D5.access.telenet.be) (Client Quit)
  901. # [19:47] * Quits: jsbkkj (~jsbkkj@host86-130-238-91.range86-130.btcentralplus.com) (Client Quit)
  902. # [19:47] * Joins: rootshift (~rootshift@2.26.136.50)
  903. # [19:51] * Joins: Leo2013 (~Leo2013@2a02:8070:2410:6500:242c:d30b:ef59:3fea)
  904. # [19:51] * Joins: vlad_starkov (~vlad_star@109.188.127.209)
  905. # [19:51] * zz_michael_mbp is now known as michael_mbp
  906. # [19:53] * Quits: vlad_starkov (~vlad_star@109.188.127.209) (Remote host closed the connection)
  907. # [19:54] * Joins: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com)
  908. # [19:56] * Joins: vlad_starkov (~vlad_star@109.188.127.209)
  909. # [19:56] * michael_mbp is now known as zz_michael_mbp
  910. # [19:56] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 248 seconds)
  911. # [19:57] * Quits: shoogz (~shoogz@unaffiliated/shoogz) (Quit: Leaving...)
  912. # [19:57] * Joins: Karliky (~Karliky@42.85-86-188.dynamic.clientes.euskaltel.es)
  913. # [19:58] * Quits: dhruvasagar (~dhruvasag@122.167.79.45) (Ping timeout: 248 seconds)
  914. # [19:58] * Quits: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com) (Ping timeout: 256 seconds)
  915. # [19:59] * Quits: pinkhominid_ (~pinkhomin@208.50.255.30) (Remote host closed the connection)
  916. # [20:01] * Quits: carif (~mcarifio@cpe-74-78-54-137.maine.res.rr.com) (Remote host closed the connection)
  917. # [20:01] * Joins: jve (~jve@208.50.255.30)
  918. # [20:01] * Joins: parshap (~parshap@ip70-181-88-181.oc.oc.cox.net)
  919. # [20:01] * Joins: carif (~mcarifio@cpe-74-78-54-137.maine.res.rr.com)
  920. # [20:06] * Quits: mmlac-bv (~mmlac@208.65.181.227.static.etheric.net) (Quit: mmlac-bv)
  921. # [20:06] * Joins: xk_id (~xk_id@unaffiliated/xk-id/x-0573425)
  922. # [20:06] * Joins: drublic (~drublic@xdsl-84-44-182-146.netcologne.de)
  923. # [20:07] * HariboPenguin is now known as HariboPenguin|Of
  924. # [20:09] * Quits: sjefen6 (~sjefen6@2001:700:c00:200:20c:29ff:fed8:bbab) (Quit: No Ping reply in 180 seconds.)
  925. # [20:09] * Joins: sjefen6 (~sjefen6@2001:700:c00:200:20c:29ff:fed8:bbab)
  926. # [20:09] * Joins: Zee4Q (~skip@aruba-master.seattlecentral.edu)
  927. # [20:10] * Quits: carif (~mcarifio@cpe-74-78-54-137.maine.res.rr.com) (Remote host closed the connection)
  928. # [20:10] * Quits: Leo2013 (~Leo2013@2a02:8070:2410:6500:242c:d30b:ef59:3fea) (Remote host closed the connection)
  929. # [20:10] * Joins: carif (~mcarifio@cpe-74-78-54-137.maine.res.rr.com)
  930. # [20:16] * Joins: tantek (~tantek@me05336d0.tmodns.net)
  931. # [20:17] * zz_michael_mbp is now known as michael_mbp
  932. # [20:17] * Quits: daze (~daze@client-212-117-18-111.inturbo.lt) (Quit: daze)
  933. # [20:18] * Joins: 31NAART4C (~gverri@201-4-173-65.user.veloxzone.com.br)
  934. # [20:18] * Quits: 31NAART4C (~gverri@201-4-173-65.user.veloxzone.com.br) (Max SendQ exceeded)
  935. # [20:19] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  936. # [20:20] * Joins: skip (~skip@aruba-master.seattlecentral.edu)
  937. # [20:21] * Quits: sasmit87 (~chatzilla@14.99.44.133) (Quit: ChatZilla 0.9.90.1 [Firefox 24.0/20130911160237])
  938. # [20:22] * Joins: wast (~wasteful@141-136-136-93.dsl.iskon.hr)
  939. # [20:23] * Quits: Zee4Q (~skip@aruba-master.seattlecentral.edu) (Ping timeout: 256 seconds)
  940. # [20:24] * Joins: tantek_ (~tantek@v-1045.fw1.sfo1.mozilla.net)
  941. # [20:24] * Quits: tantek (~tantek@me05336d0.tmodns.net) (Quit: Colloquy for iPod touch - http://colloquy.mobi)
  942. # [20:24] * tantek_ is now known as tantek
  943. # [20:26] * Quits: martndemus (~martndemu@162pc213.sshunet.nl) (Ping timeout: 272 seconds)
  944. # [20:27] * Quits: shashank_rs (~Thunderbi@14.139.122.114) (Ping timeout: 265 seconds)
  945. # [20:30] * Quits: mtrythall (~mtrythall@50.7.33.186) (Quit: Textual IRC Client: http://www.textualapp.com/)
  946. # [20:31] * Joins: mtrythall (~mtrythall@c-174-61-186-76.hsd1.wa.comcast.net)
  947. # [20:32] * Quits: tantek (~tantek@v-1045.fw1.sfo1.mozilla.net) (Quit: tantek)
  948. # [20:33] * Quits: skip (~skip@aruba-master.seattlecentral.edu) (Ping timeout: 248 seconds)
  949. # [20:36] * Joins: fritzy (~fritzy@67.136.133.198)
  950. # [20:36] * Quits: aspire (~aspire@unaffiliated/aspire) (Read error: Connection reset by peer)
  951. # [20:39] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
  952. # [20:39] * Joins: jerev (~jerev@91.180.182.239)
  953. # [20:39] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  954. # [20:39] * Quits: carif (~mcarifio@cpe-74-78-54-137.maine.res.rr.com) (Remote host closed the connection)
  955. # [20:40] * Quits: vlad_starkov (~vlad_star@109.188.127.209) (Remote host closed the connection)
  956. # [20:40] * Quits: fritzy (~fritzy@67.136.133.198) (Ping timeout: 246 seconds)
  957. # [20:40] * Joins: vlad_starkov (~vlad_star@109.188.127.209)
  958. # [20:41] * Quits: mrpot4to_ (~quassel@181.28.27.231) (Read error: Connection reset by peer)
  959. # [20:41] * Joins: MrPot4to (~quassel@181.28.27.231)
  960. # [20:43] * Quits: xec_ (~xec@unaffiliated/xec)
  961. # [20:43] * Quits: _unary (~unary@68.67.54.218) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  962. # [20:44] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 252 seconds)
  963. # [20:45] * Joins: enjawork (~enjamini@50-1-123-108.dsl.dynamic.sonic.net)
  964. # [20:46] * Joins: tantek (~tantek@v-1045.fw1.sfo1.mozilla.net)
  965. # [20:46] * HariboPenguin|Of is now known as HariboPenguin
  966. # [20:47] * Quits: enjawork (~enjamini@50-1-123-108.dsl.dynamic.sonic.net) (Client Quit)
  967. # [20:47] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 248 seconds)
  968. # [20:47] * Quits: mtrythall (~mtrythall@c-174-61-186-76.hsd1.wa.comcast.net) (Quit: Textual IRC Client: http://www.textualapp.com/)
  969. # [20:48] * Joins: apprentice (~apprentic@dynamic-adsl-94-34-97-73.clienti.tiscali.it)
  970. # [20:49] * Joins: enjawork (~enjamini@50-1-123-108.dsl.dynamic.sonic.net)
  971. # [20:50] * Joins: Zee4Q (~skip@aruba-master.seattlecentral.edu)
  972. # [20:50] * Joins: pandeiro (~user@187.38.106.120)
  973. # [20:50] * Joins: mtrythall (~mtrythall@50.7.1.34)
  974. # [20:50] * Joins: romanenko (~ZeroOne@158.181.208.247)
  975. # [20:51] * Joins: maxani (~maxani@ARennes-655-1-44-135.w109-218.abo.wanadoo.fr)
  976. # [20:52] * Quits: Zee4Q (~skip@aruba-master.seattlecentral.edu) (Client Quit)
  977. # [20:53] * Quits: apprentice (~apprentic@dynamic-adsl-94-34-97-73.clienti.tiscali.it) (Quit: Sto andando via)
  978. # [20:54] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  979. # [20:56] * Quits: tantek (~tantek@v-1045.fw1.sfo1.mozilla.net) (Quit: tantek)
  980. # [21:00] * Joins: Ms2ger (~Ms2ger@193.190.253.150)
  981. # [21:01] * Joins: wast_ (~wasteful@141-136-136-93.dsl.iskon.hr)
  982. # [21:01] * Quits: romanenko (~ZeroOne@158.181.208.247) (Quit: Textual IRC Client: www.textualapp.com)
  983. # [21:02] * Quits: kawaiibesu (~kawaiibes@ip184-189-235-179.sb.sd.cox.net) (Quit: Textual IRC Client: www.textualapp.com)
  984. # [21:02] * Quits: xk_id (~xk_id@unaffiliated/xk-id/x-0573425) (Quit: 🚣)
  985. # [21:02] * Quits: pandeiro (~user@187.38.106.120) (Remote host closed the connection)
  986. # [21:03] * Joins: kawaiibesu (~kawaiibes@ip184-189-235-179.sb.sd.cox.net)
  987. # [21:03] * Joins: Zee4Q (~skip@aruba-master.seattlecentral.edu)
  988. # [21:03] * Quits: maxani (~maxani@ARennes-655-1-44-135.w109-218.abo.wanadoo.fr) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  989. # [21:04] * Quits: wast (~wasteful@141-136-136-93.dsl.iskon.hr) (Ping timeout: 252 seconds)
  990. # [21:05] * Joins: daslicht (~daslicht@24-134-98-109-dynip.superkabel.de)
  991. # [21:06] * Joins: tantek (~tantek@v-1045.fw1.sfo1.mozilla.net)
  992. # [21:08] * HariboPenguin is now known as HariboPenguin|Of
  993. # [21:08] * Quits: JustinMac (~JustinMac@207.102.98.250)
  994. # [21:10] * Quits: daslicht (~daslicht@24-134-98-109-dynip.superkabel.de) (Ping timeout: 246 seconds)
  995. # [21:11] * Joins: shaunbaker (~shaunbake@97e69e6b.skybroadband.com)
  996. # [21:11] * HariboPenguin|Of is now known as HariboPenguin
  997. # [21:14] * Joins: mmlac-bv (~mmlac@208.65.181.227.static.etheric.net)
  998. # [21:16] * Joins: fritzy (~fritzy@67.51.76.53)
  999. # [21:16] * Quits: rootshift (~rootshift@2.26.136.50) (Quit: rootshift)
  1000. # [21:17] * Quits: shaunbaker (~shaunbake@97e69e6b.skybroadband.com) (Remote host closed the connection)
  1001. # [21:18] * Joins: Christer (~Christer@50.79-160-133.customer.lyse.net)
  1002. # [21:18] * Joins: pandeiro (~user@187.38.106.120)
  1003. # [21:18] * Joins: shaunbaker (~shaunbake@97e69e6b.skybroadband.com)
  1004. # [21:20] * Joins: skip (~skip@aruba-master.seattlecentral.edu)
  1005. # [21:22] * Joins: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com)
  1006. # [21:22] * Quits: shaunbaker (~shaunbake@97e69e6b.skybroadband.com) (Ping timeout: 240 seconds)
  1007. # [21:22] * Joins: squeakytoy (~squeakyto@h87-96-232-107.dynamic.se.alltele.net)
  1008. # [21:23] * Joins: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  1009. # [21:24] * Quits: Zee4Q (~skip@aruba-master.seattlecentral.edu) (Ping timeout: 252 seconds)
  1010. # [21:24] * Joins: xk_id (~xk_id@unaffiliated/xk-id/x-0573425)
  1011. # [21:24] * Quits: someone-noone (~someone-n@109.251.149.72) (Quit: Leaving.)
  1012. # [21:25] * Quits: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com) (Read error: Connection reset by peer)
  1013. # [21:25] * Joins: shaunbaker (~shaunbake@97e69e6b.skybroadband.com)
  1014. # [21:25] * Joins: daze (~daze@client-212-117-18-111.inturbo.lt)
  1015. # [21:25] * Joins: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com)
  1016. # [21:25] * Parts: kkrikk (~kkrikk@p5DDC0D1D.dip0.t-ipconnect.de)
  1017. # [21:26] * Quits: iGrow (~iGrow@c-98-229-114-236.hsd1.ma.comcast.net) (Quit: Leaving)
  1018. # [21:27] * Joins: scottkel_ (~scottkell@host-24-49-97-14.beyondbb.com)
  1019. # [21:28] * Joins: weazy (~weazy@109.76.228.101)
  1020. # [21:29] * Quits: frustrum (~frustrum@128.54.214.195) (Ping timeout: 272 seconds)
  1021. # [21:29] * Joins: frustrum (~frustrum@128.54.214.195)
  1022. # [21:29] * Joins: rootshift (~rootshift@2.26.136.50)
  1023. # [21:30] * Quits: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 248 seconds)
  1024. # [21:30] * Joins: TheOrignl (~Thunderbi@c-50-168-25-146.hsd1.ca.comcast.net)
  1025. # [21:31] * Quits: scottkellum (~scottkell@host-74-211-56-146.beyondbb.com) (Ping timeout: 264 seconds)
  1026. # [21:31] * Joins: martndemus (~martndemu@162pc213.sshunet.nl)
  1027. # [21:34] * Quits: Ms2ger (~Ms2ger@193.190.253.150) (Quit: nn)
  1028. # [21:35] * Quits: skip (~skip@aruba-master.seattlecentral.edu) (Ping timeout: 268 seconds)
  1029. # [21:36] * Joins: pfFredd (~pfFredd@32.79-161-26.customer.lyse.net)
  1030. # [21:37] * Joins: danielesalatti (~danielesa@x1-6-74-44-01-e4-ed-9a.k331.webspeed.dk)
  1031. # [21:37] * Quits: martndemus (~martndemu@162pc213.sshunet.nl) (Ping timeout: 268 seconds)
  1032. # [21:37] * Joins: sifu_ (~sifu@2.31.111.61)
  1033. # [21:37] * Quits: vlad_starkov (~vlad_star@109.188.127.209) (Remote host closed the connection)
  1034. # [21:39] * Quits: Karliky (~Karliky@42.85-86-188.dynamic.clientes.euskaltel.es) (Remote host closed the connection)
  1035. # [21:40] * Joins: Karliky (~Karliky@42.85-86-188.dynamic.clientes.euskaltel.es)
  1036. # [21:40] * Joins: wast (~wasteful@141-136-136-93.dsl.iskon.hr)
  1037. # [21:41] * Joins: maxani (~maxani@ARennes-655-1-44-135.w109-218.abo.wanadoo.fr)
  1038. # [21:42] * Joins: kristofers (~kristofer@89-160-178-85.du.xdsl.is)
  1039. # [21:43] * Quits: fooly (uid11295@gateway/web/irccloud.com/x-rgtmnfypogvmomrt)
  1040. # [21:43] * Quits: wast_ (~wasteful@141-136-136-93.dsl.iskon.hr) (Ping timeout: 252 seconds)
  1041. # [21:44] * Quits: _cheney (~cheney@nat.sierrabravo.net) (Remote host closed the connection)
  1042. # [21:44] * Quits: Karliky (~Karliky@42.85-86-188.dynamic.clientes.euskaltel.es) (Ping timeout: 245 seconds)
  1043. # [21:45] * Joins: _cheney (~cheney@nat.sierrabravo.net)
  1044. # [21:47] * Quits: daffl (~daffl@216-13-236-174.dedicated.allstream.net) (Remote host closed the connection)
  1045. # [21:50] * Quits: o0Tao0o (~o0Tao0o@cpc11-seve20-2-0-cust45.13-3.cable.virginmedia.com) (Ping timeout: 260 seconds)
  1046. # [21:51] * Quits: factor (~factor@ip70-189-111-253.ok.ok.cox.net) (Quit: Leaving)
  1047. # [21:52] * Quits: roadt (~roadt@36.7.144.181) (Ping timeout: 256 seconds)
  1048. # [21:52] * Quits: TheOrignl (~Thunderbi@c-50-168-25-146.hsd1.ca.comcast.net) (Quit: TheOrignl)
  1049. # [21:53] * Joins: TheOrignl (~Thunderbi@c-50-168-25-146.hsd1.ca.comcast.net)
  1050. # [21:54] * Joins: vlad_starkov (~vlad_star@109.188.126.30)
  1051. # [21:55] * Quits: scottkel_ (~scottkell@host-24-49-97-14.beyondbb.com) (Remote host closed the connection)
  1052. # [21:56] * Quits: TheOrignl (~Thunderbi@c-50-168-25-146.hsd1.ca.comcast.net) (Client Quit)
  1053. # [21:56] * Joins: scottkellum (~scottkell@host-24-49-97-22.beyondbb.com)
  1054. # [21:57] * Quits: kristofers (~kristofer@89-160-178-85.du.xdsl.is) (Read error: Connection reset by peer)
  1055. # [21:58] * Quits: epopt37 (~epopt37@cpe-98-154-161-216.socal.res.rr.com) (Ping timeout: 248 seconds)
  1056. # [21:58] * Joins: petey_ (~petey@198.179.137.241)
  1057. # [21:59] * Joins: JustinMac (~JustinMac@207.102.98.250)
  1058. # [22:00] * Quits: scottkellum (~scottkell@host-24-49-97-22.beyondbb.com) (Ping timeout: 260 seconds)
  1059. # [22:00] * Quits: quetzakubica (~quetzacot@pby93.internetdsl.tpnet.pl) (Quit: Leaving.)
  1060. # [22:01] * Joins: Ericx2x (Ericx2x@209-6-40-131.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1061. # [22:02] * Joins: Mr_Wharfsnort (~mrwharfsn@74.192.107.238)
  1062. # [22:02] * Quits: dahlfors1 (~johan@85.8.46.120) (Ping timeout: 240 seconds)
  1063. # [22:03] * Joins: _unary (~unary@68.67.54.218)
  1064. # [22:03] * Quits: kawaiibesu (~kawaiibes@ip184-189-235-179.sb.sd.cox.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1065. # [22:04] * Joins: dahlfors_ (~johan@85.8.46.120)
  1066. # [22:05] * Quits: Mr_Wharfsnort (~mrwharfsn@74.192.107.238) (Client Quit)
  1067. # [22:05] * Joins: Mr_Wharfsnort (~mrwharfsn@r74-192-107-238.tyrdcmta01.tylrtx.tl.dh.suddenlink.net)
  1068. # [22:06] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
  1069. # [22:06] * Quits: danielwrobert (~danielwro@wsip-68-15-24-46.sd.sd.cox.net) (Quit: Leaving.)
  1070. # [22:06] * Joins: tkeith (d810f2c6@gateway/web/freenode/ip.216.16.242.198)
  1071. # [22:06] * Joins: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  1072. # [22:06] <tkeith> I have a manifest file. When I update a resource and change the manifest file, and then refresh the browser, it reloads the resources but requires another refresh to actually use them (for a total of two refreshes). Why isn't it using the new resource on the first refresh?
  1073. # [22:10] * Joins: Georg3 (~Georg3@99-186-17-2.lightspeed.irvnca.sbcglobal.net)
  1074. # [22:10] * Joins: epopt37 (~epopt37@cpe-98-154-161-216.socal.res.rr.com)
  1075. # [22:11] * Joins: daffl (~daffl@204.191.202.151)
  1076. # [22:14] * Joins: kristofers (~kristofer@89-160-178-85.du.xdsl.is)
  1077. # [22:15] * Quits: SteveF_ (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 248 seconds)
  1078. # [22:15] * Quits: toJanhonen (~toJanhone@a88-115-77-225.elisa-laajakaista.fi)
  1079. # [22:16] * Joins: MrWharfsnort (~mrwharfsn@r74-192-107-238.tyrdcmta01.tylrtx.tl.dh.suddenlink.net)
  1080. # [22:16] * Quits: Mr_Wharfsnort (~mrwharfsn@r74-192-107-238.tyrdcmta01.tylrtx.tl.dh.suddenlink.net) (Quit: Leaving)
  1081. # [22:18] * Joins: malcolmva (~malcolmva@c-67-180-198-144.hsd1.ca.comcast.net)
  1082. # [22:18] * Joins: manuelbieh (~beeevi2@ip-84-118-124-233.unity-media.net)
  1083. # [22:20] * Quits: felipeduardo (~felipedua@189.115.44.34) (Remote host closed the connection)
  1084. # [22:22] * Quits: shaunbaker (~shaunbake@97e69e6b.skybroadband.com) (Remote host closed the connection)
  1085. # [22:22] * Quits: cryptopsy (~cryptopsy@78.96.133.249) (Read error: Operation timed out)
  1086. # [22:22] * Quits: austincheney (~austinche@108-72-76-12.lightspeed.rcsntx.sbcglobal.net) (Ping timeout: 272 seconds)
  1087. # [22:24] * Quits: MrWharfsnort (~mrwharfsn@r74-192-107-238.tyrdcmta01.tylrtx.tl.dh.suddenlink.net) (Quit: Leaving)
  1088. # [22:26] * Joins: MrWharfsnort (~Mr_Wharfs@r74-192-107-238.tyrdcmta01.tylrtx.tl.dh.suddenlink.net)
  1089. # [22:26] * Joins: drublic_ (~drublic@xdsl-213-168-108-180.netcologne.de)
  1090. # [22:26] * Quits: drublic (~drublic@xdsl-84-44-182-146.netcologne.de) (Ping timeout: 246 seconds)
  1091. # [22:33] * Joins: martndemus (~martndemu@162pc213.sshunet.nl)
  1092. # [22:33] * Joins: Leo2013 (~Leo2013@2a02:8070:2410:6500:e4f4:2fe8:67c0:373e)
  1093. # [22:34] * Quits: mmlac-bv (~mmlac@208.65.181.227.static.etheric.net) (Quit: mmlac-bv)
  1094. # [22:35] * Joins: Skorski (~Skorski@c-50-158-213-140.hsd1.il.comcast.net)
  1095. # [22:35] * Quits: drublic_ (~drublic@xdsl-213-168-108-180.netcologne.de) (Remote host closed the connection)
  1096. # [22:36] * Quits: Ericx2x (Ericx2x@209-6-40-131.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Ping timeout: 248 seconds)
  1097. # [22:36] * Quits: jumperswitch_ (~jumperswi@ltea-178-014-118-004.pools.arcor-ip.net) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  1098. # [22:37] * Joins: Ericx2x (~ericx2x@209-6-40-131.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1099. # [22:38] * Quits: Jon47 (~Adium@38.100.143.34) (Quit: Leaving.)
  1100. # [22:38] * Quits: martndemus (~martndemu@162pc213.sshunet.nl) (Ping timeout: 268 seconds)
  1101. # [22:39] * Quits: mven (~mven@169.241.49.228) (Remote host closed the connection)
  1102. # [22:40] * Joins: coellobranco (~FoRcEr@2.Red-79-152-158.dynamicIP.rima-tde.net)
  1103. # [22:40] * michael_mbp is now known as zz_michael_mbp
  1104. # [22:40] * Quits: coellobranco (~FoRcEr@2.Red-79-152-158.dynamicIP.rima-tde.net) (Max SendQ exceeded)
  1105. # [22:41] * Quits: xk_id (~xk_id@unaffiliated/xk-id/x-0573425) (Ping timeout: 245 seconds)
  1106. # [22:41] * Joins: coellobranco (~FoRcEr@2.Red-79-152-158.dynamicIP.rima-tde.net)
  1107. # [22:43] * Quits: MrWharfsnort (~Mr_Wharfs@r74-192-107-238.tyrdcmta01.tylrtx.tl.dh.suddenlink.net) (Ping timeout: 245 seconds)
  1108. # [22:44] * Joins: xk_id (~xk_id@unaffiliated/xk-id/x-0573425)
  1109. # [22:44] * Joins: drublic (~drublic@xdsl-213-168-108-180.netcologne.de)
  1110. # [22:45] * Joins: martndemus (~martndemu@162pc213.sshunet.nl)
  1111. # [22:46] * zz_michael_mbp is now known as michael_mbp
  1112. # [22:48] * Quits: rootshift (~rootshift@2.26.136.50) (Quit: rootshift)
  1113. # [22:50] * Joins: Jon47 (~Adium@38.100.143.34)
  1114. # [22:51] * Quits: MrPot4to (~quassel@181.28.27.231) (Read error: Connection reset by peer)
  1115. # [22:53] * Quits: manuelbieh (~beeevi2@ip-84-118-124-233.unity-media.net) (Ping timeout: 252 seconds)
  1116. # [22:53] * Joins: scottkellum (~scottkell@host-24-49-97-14.beyondbb.com)
  1117. # [22:53] * Quits: coellobranco (~FoRcEr@2.Red-79-152-158.dynamicIP.rima-tde.net) (Quit: http://www.juanantoniomosquera.com)
  1118. # [22:54] * Joins: coellobranco (~FoRcEr@2.Red-79-152-158.dynamicIP.rima-tde.net)
  1119. # [22:54] * Quits: vlad_starkov (~vlad_star@109.188.126.30) (Remote host closed the connection)
  1120. # [22:54] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  1121. # [22:54] * Quits: scottkellum (~scottkell@host-24-49-97-14.beyondbb.com) (Remote host closed the connection)
  1122. # [22:55] * Joins: scottkellum (~scottkell@host-24-49-97-14.beyondbb.com)
  1123. # [22:56] * Quits: scottkellum (~scottkell@host-24-49-97-14.beyondbb.com) (Read error: Connection reset by peer)
  1124. # [22:56] * Joins: scottkel_ (~scottkell@host-24-49-97-22.beyondbb.com)
  1125. # [22:57] * Quits: scottkel_ (~scottkell@host-24-49-97-22.beyondbb.com) (Remote host closed the connection)
  1126. # [22:57] * Joins: scottkellum (~scottkell@host-24-49-97-22.beyondbb.com)
  1127. # [22:59] * Joins: manuelbieh (~beeevi2@ip-84-118-124-233.unity-media.net)
  1128. # [22:59] * Joins: thin (~thinwork@24.51.88.38)
  1129. # [22:59] <thin> Does anyone know if IE intenitionally gives this error all the time on every page that doesn't have an html5 doctype? HTML1524: Invalid DOCTYPE. The shortest valid doctype is "<!DOCTYPE html>".
  1130. # [23:00] * Quits: enjawork (~enjamini@50-1-123-108.dsl.dynamic.sonic.net) (Quit: enjawork)
  1131. # [23:03] * Quits: scottkellum (~scottkell@host-24-49-97-22.beyondbb.com) (Ping timeout: 248 seconds)
  1132. # [23:03] * Quits: pandeiro (~user@187.38.106.120) (Read error: Connection reset by peer)
  1133. # [23:03] * Joins: scottkellum (~scottkell@host-24-49-97-22.beyondbb.com)
  1134. # [23:03] * Quits: scottkellum (~scottkell@host-24-49-97-22.beyondbb.com) (Remote host closed the connection)
  1135. # [23:04] * Quits: jreading (Adium@nat/novell/x-pocexumvfmumpagi) (Ping timeout: 272 seconds)
  1136. # [23:04] * Joins: scottkellum (~scottkell@host-24-49-97-14.beyondbb.com)
  1137. # [23:04] * Joins: newtron_ (~newtron@199.71.174.202)
  1138. # [23:05] * Joins: kode101 (~kode101@188.141.105.9)
  1139. # [23:05] * Quits: _unary (~unary@68.67.54.218) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1140. # [23:05] * Joins: rootshift (~rootshift@2.26.136.50)
  1141. # [23:06] * Joins: daslicht (~daslicht@24-134-98-109-dynip.superkabel.de)
  1142. # [23:06] * Joins: jsbkkj (~jsbkkj@host86-130-238-91.range86-130.btcentralplus.com)
  1143. # [23:08] * Quits: maxani (~maxani@ARennes-655-1-44-135.w109-218.abo.wanadoo.fr) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1144. # [23:08] * Quits: newtron (~newtron@199.71.174.203) (Ping timeout: 272 seconds)
  1145. # [23:08] * Quits: scottkellum (~scottkell@host-24-49-97-14.beyondbb.com) (Ping timeout: 245 seconds)
  1146. # [23:08] * Quits: wast (~wasteful@141-136-136-93.dsl.iskon.hr) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
  1147. # [23:09] * Quits: newtron_ (~newtron@199.71.174.202) (Ping timeout: 272 seconds)
  1148. # [23:10] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
  1149. # [23:11] * Quits: daslicht (~daslicht@24-134-98-109-dynip.superkabel.de) (Ping timeout: 260 seconds)
  1150. # [23:12] * Quits: kristofers (~kristofer@89-160-178-85.du.xdsl.is) (Remote host closed the connection)
  1151. # [23:12] * Joins: Karliky (~Karliky@42.85-86-188.dynamic.clientes.euskaltel.es)
  1152. # [23:12] * Quits: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.k368.webspeed.dk) (Quit: TuRnaD0)
  1153. # [23:13] * Joins: ArchonDev (485f5ae9@gateway/web/freenode/ip.72.95.90.233)
  1154. # [23:14] <ArchonDev> hey
  1155. # [23:14] <ArchonDev> HELP!
  1156. # [23:15] <ArchonDev> before I get any snide remarks telling me to go watch a tutorial, w3schools, or google it. I have already done these and have not found a solution.
  1157. # [23:15] <ArchonDev> http://jsfiddle.net/pLe8Q/
  1158. # [23:16] <ArchonDev> For some reason the text is outside of the columns and I need to know how to fix that so it is not so sloppy.
  1159. # [23:16] <ArchonDev> if you want the actual website let me know.
  1160. # [23:16] <ArchonDev> Thanks in advance for any suggestions.
  1161. # [23:16] * Joins: mmlac-bv (~mmlac@208.65.181.227.static.etheric.net)
  1162. # [23:21] * Joins: PaulCapestany (~PaulCapes@204.28.124.82)
  1163. # [23:22] * Quits: drublic (~drublic@xdsl-213-168-108-180.netcologne.de) (Remote host closed the connection)
  1164. # [23:22] * Joins: kristofers (~kristofer@89-160-178-85.du.xdsl.is)
  1165. # [23:23] * Joins: daslicht (~daslicht@24-134-98-109-dynip.superkabel.de)
  1166. # [23:24] * Quits: chrob (~christoph@chello080108185051.1.12.vie.surfer.at) (Read error: Connection reset by peer)
  1167. # [23:24] * Joins: danielwrobert (~danielwro@wsip-68-15-24-46.sd.sd.cox.net)
  1168. # [23:25] * Joins: vlad_starkov (~vlad_star@109.188.126.223)
  1169. # [23:26] * Quits: jsbkkj (~jsbkkj@host86-130-238-91.range86-130.btcentralplus.com) (Read error: Connection reset by peer)
  1170. # [23:26] * Joins: jsbkkj (~jsbkkj@host86-130-238-91.range86-130.btcentralplus.com)
  1171. # [23:28] * michael_mbp is now known as zz_michael_mbp
  1172. # [23:31] * ericduran is now known as ericduran|away
  1173. # [23:32] * Joins: jerev_ (~jerev@91.180.182.239)
  1174. # [23:33] * Quits: donmichelangelo (~donmichel@pD95DD952.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  1175. # [23:33] * Joins: donmichelangelo (~donmichel@pD95DD952.dip0.t-ipconnect.de)
  1176. # [23:34] * Joins: mven (~mven@u-131-216-14-39.dhcp.unlv.edu)
  1177. # [23:34] * Quits: vlad_starkov (~vlad_star@109.188.126.223) (Ping timeout: 264 seconds)
  1178. # [23:35] * Joins: aspire (~aspire@24.53.226.70)
  1179. # [23:35] * Quits: aspire (~aspire@24.53.226.70) (Changing host)
  1180. # [23:35] * Joins: aspire (~aspire@unaffiliated/aspire)
  1181. # [23:36] <kadiks> ArchonDev, I can't see the problem you mentionned in the fiddle
  1182. # [23:36] <kadiks> can you?
  1183. # [23:36] <ArchonDev> Second. making some modifications
  1184. # [23:36] * Quits: jerev (~jerev@91.180.182.239) (Ping timeout: 260 seconds)
  1185. # [23:36] <kadiks> well nothing.... you could have made it visible at least
  1186. # [23:36] * jerev_ is now known as jerev
  1187. # [23:36] <ArchonDev> I think I figured it out.
  1188. # [23:37] <ArchonDev> Ummm...not familiar using fiddle so not sure how to make page visible?
  1189. # [23:38] * Quits: mven (~mven@u-131-216-14-39.dhcp.unlv.edu) (Remote host closed the connection)
  1190. # [23:38] <kadiks> the page is, not the text, a simple p{color:black} is enough, the goal of a fiddle is to visualize the isolated issue, not to simply copy an existing code
  1191. # [23:40] <ArchonDev> kadiks
  1192. # [23:40] <ArchonDev> here is my problem
  1193. # [23:40] <ArchonDev> http://ctstudents.smccme.edu/~guineyp/projects/proj4/
  1194. # [23:41] * Joins: chrob (~christoph@chello080108185051.1.12.vie.surfer.at)
  1195. # [23:41] <ArchonDev> I know its sloppy but that's why I came here for help.
  1196. # [23:41] * Quits: daslicht (~daslicht@24-134-98-109-dynip.superkabel.de) (Remote host closed the connection)
  1197. # [23:41] * Quits: Kolombiken (~Adium@94.137.124.2) (Quit: Leaving.)
  1198. # [23:41] <ryan_tait> you do not want to absolutely position those asides for start
  1199. # [23:42] <ryan_tait> or the article
  1200. # [23:44] * Quits: jsbkkj (~jsbkkj@host86-130-238-91.range86-130.btcentralplus.com) (Quit: jsbkkj)
  1201. # [23:44] * Joins: gotwig (~gotwig@koln-5d81ec99.pool.mediaWays.net)
  1202. # [23:44] * Quits: gotwig (~gotwig@koln-5d81ec99.pool.mediaWays.net) (Remote host closed the connection)
  1203. # [23:45] * Quits: jerev (~jerev@91.180.182.239) (Quit: Be right back!)
  1204. # [23:45] * Joins: enjawork (~enjamini@50-1-123-108.dsl.dynamic.sonic.net)
  1205. # [23:48] * Quits: sifu_ (~sifu@2.31.111.61) (Ping timeout: 246 seconds)
  1206. # [23:49] <ryan_tait> keep everything relative and use floats and clearfix for the two asides... I would also change the structure.. aside is meant more for a sidebar not for what you are trying to do.. I would have header outside of the article and change article to section and the asides to article
  1207. # [23:49] * Quits: manuelbieh (~beeevi2@ip-84-118-124-233.unity-media.net) (Quit: Verlassend)
  1208. # [23:51] * Quits: mtrythall (~mtrythall@50.7.1.34) (Quit: Textual IRC Client: http://www.textualapp.com/)
  1209. # [23:52] * Joins: fooly (uid11295@gateway/web/irccloud.com/x-iecdgqmiokcswdbn)
  1210. # [23:53] * Quits: threesome (~threesome@ip-94-113-13-143.net.upcbroadband.cz) (Read error: Operation timed out)
  1211. # [23:56] * Quits: deasy (~deasy@109.88.224.123) (Quit: Nom d'un quark, c'est Edmonton !)
  1212. # [23:58] * Joins: Pengoo (~Pengoo@S0106602ad0726c1f.vf.shawcable.net)
  1213. # [23:59] * Joins: jdelgado (~jdelgado@192.198.202.146)
  1214. # Session Close: Tue Oct 22 00:00:00 2013

The end :)