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

Options:

  1. # Session Start: Mon Oct 14 00:00:00 2013
  2. # Session Ident: #html5
  3. # [00:02] * Joins: rixth (~textual@cpe-67-247-7-62.nyc.res.rr.com)
  4. # [00:03] * Joins: JBreit (~Trip@72.25.55.26)
  5. # [00:05] * Joins: buribu (~buribu@unaffiliated/buribu)
  6. # [00:08] * Quits: buribu (~buribu@unaffiliated/buribu) (Max SendQ exceeded)
  7. # [00:08] * Quits: jumperswitch (~jumperswi@ltea-178-013-037-037.pools.arcor-ip.net) (Ping timeout: 272 seconds)
  8. # [00:09] * Joins: xk_id (~xk_id@unaffiliated/xk-id/x-0573425)
  9. # [00:09] * Joins: buribu (~buribu@unaffiliated/buribu)
  10. # [00:09] * Quits: xk_id (~xk_id@unaffiliated/xk-id/x-0573425) (Client Quit)
  11. # [00:10] * Joins: aspire (~aspire@unaffiliated/aspire)
  12. # [00:11] * Quits: buribu (~buribu@unaffiliated/buribu) (Max SendQ exceeded)
  13. # [00:12] <farn> P1RATEZ: + means "one or more times", so that would match an infinite string of digits
  14. # [00:13] <farn> if I understand correctly, you could replace everything before the first - with [0-9]{0,4}
  15. # [00:13] * Quits: rixth (~textual@cpe-67-247-7-62.nyc.res.rr.com) (Quit: Computer has gone to sleep.)
  16. # [00:13] * Joins: buribu (~buribu@unaffiliated/buribu)
  17. # [00:14] <farn> hm, that might not be what you want
  18. # [00:15] <farn> maybe you mean '([0-9]{1,4}-)?'
  19. # [00:15] <P1RATEZ> lets see
  20. # [00:15] * Quits: buribu (~buribu@unaffiliated/buribu) (Max SendQ exceeded)
  21. # [00:16] * Quits: sjeeke (~sjeeke@d54C315CF.access.telenet.be) (Quit: Leaving)
  22. # [00:17] * Joins: xk_id (~xk_id@unaffiliated/xk-id/x-0573425)
  23. # [00:17] * Quits: AllissonBrito (bd511af6@gateway/web/freenode/ip.189.81.26.246) (Quit: Page closed)
  24. # [00:17] * Joins: rixth (~textual@cpe-67-247-7-62.nyc.res.rr.com)
  25. # [00:17] <farn> the former would allow the string to start with a - without any digits before it
  26. # [00:18] <farn> the latter allows between 1 and 4 digits and a -, or neither
  27. # [00:18] * Quits: carif (~mcarifio@cpe-74-78-54-137.maine.res.rr.com) (Ping timeout: 240 seconds)
  28. # [00:20] <P1RATEZ> hmm good point, will test that. i'm forced to reboot, firefox just died taking out all programs with it.. not responding...
  29. # [00:20] * Quits: P1RATEZ (piratez@CPE602ad086e9b5-CM602ad086e9b2.cpe.net.cable.rogers.com) (Quit: Read error: Text overflow)
  30. # [00:22] * Quits: fikst (~fikst@d54C442D5.access.telenet.be) (Quit: Leaving)
  31. # [00:27] * Joins: petey (~petey@108-240-30-84.lightspeed.cicril.sbcglobal.net)
  32. # [00:29] * Joins: DrShoggoth (~prakwtf@12.116.104.118)
  33. # [00:30] * Joins: carif (~mcarifio@cpe-74-78-54-137.maine.res.rr.com)
  34. # [00:33] * Joins: buribu (~buribu@unaffiliated/buribu)
  35. # [00:36] * Quits: devsharpen (~steph@138.199.66.124) (Quit: Quitte)
  36. # [00:37] * Quits: xk_id (~xk_id@unaffiliated/xk-id/x-0573425) (Quit: 🚣)
  37. # [00:40] * Joins: rmichnik (~quassel@177.41.133.162.dynamic.adsl.gvt.net.br)
  38. # [00:41] * Quits: frustrum (~frustrum@128.54.214.164) (Quit: WeeChat 0.4.1)
  39. # [00:50] * Quits: calbasi (~joan@237.59.14.37.dynamic.jazztel.es) (Quit: Leaving.)
  40. # [00:51] * Joins: lmcliste_ (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  41. # [00:54] * Joins: okee (~Okee@50-0-108-248.dsl.dynamic.sonic.net)
  42. # [00:56] <okee> Is there any reason a content management system shouldn't validate? This was from a job applicant, and I would like to know what your first impression is? http://www.dnnsoftware.com/ http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.dnnsoftware.com%2F
  43. # [01:01] * Joins: minghai (~minghai@24.114.64.181)
  44. # [01:01] * Quits: ericelliott (~ericellio@162.219.21.153) (Ping timeout: 240 seconds)
  45. # [01:04] * Quits: jdelgado (~jdelgado@198.23.71.89-static.reverse.softlayer.com) (Read error: Connection reset by peer)
  46. # [01:05] <mdel> okee, what are you asking?
  47. # [01:06] <okee> I would like your honest opinion as to the credentials of someone who created the website listed above? Please note that I included my validation of the site as well.
  48. # [01:08] <okee> Also, why does the following website not validate in html5? http://kalyani.com/2010/10/subway-map-visualization-jquery-plugin/
  49. # [01:09] <mdel> you are asking to judge the credentials of someone based on the validation of the dotnetnuke site?
  50. # [01:10] <mdel> validation is a good tool to use during development, not a great tool to use to vet potential employees
  51. # [01:11] * Joins: xk_id (~xk_id@unaffiliated/xk-id/x-0573425)
  52. # [01:12] * Quits: Jayflux (~Jason@unaffiliated/jayflux) (Quit: Leaving)
  53. # [01:12] <mdel> also, dnnsoftware.com is the homepage for the popular DNN cms - I would make sure that you are clear on whether or not they actually created this site
  54. # [01:13] * Joins: lmclist__ (~lmclister@192.150.10.203)
  55. # [01:13] <okee> The reason that I am asking is that I have 772 CSS errors, and the html won't validate. It has been awhile since I looked at this type of stuff, but I seem to recall that sites that use frames often have trouble with validaition, and it is sometimes helpful to validate what goes in one frame, as opposed to the site as a whole. Generally I am leary of people who don't validate their code, and
  56. # [01:13] <okee> question whether or not they developed the code when there are too many validation errors.
  57. # [01:13] * Quits: lmclist__ (~lmclister@192.150.10.203) (Read error: Connection reset by peer)
  58. # [01:14] * Quits: lmcliste_ (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net) (Remote host closed the connection)
  59. # [01:16] * Quits: rixth (~textual@cpe-67-247-7-62.nyc.res.rr.com) (Quit: Textual IRC Client: www.textualapp.com)
  60. # [01:17] <okee> Any ideas why the html5 would not validate at all for the subway visiualization map?
  61. # [01:17] * Joins: lmcliste_ (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  62. # [01:20] * Quits: Ariadeno (~Ariadeno@010.233.dsl.concepts.nl) (Ping timeout: 240 seconds)
  63. # [01:24] * Joins: jabber (~Thunderbi@99-12-144-175.lightspeed.tukrga.sbcglobal.net)
  64. # [01:25] * Parts: jabber (~Thunderbi@99-12-144-175.lightspeed.tukrga.sbcglobal.net)
  65. # [01:25] * HariboPenguin|Of is now known as HariboPenguin
  66. # [01:25] * Quits: lmcliste_ (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  67. # [01:26] * Quits: Freyr (~Freyr@ip72-199-165-160.sd.sd.cox.net) (Remote host closed the connection)
  68. # [01:27] * Quits: minghai (~minghai@24.114.64.181) (Remote host closed the connection)
  69. # [01:29] * Joins: kode101 (~kode101@188.141.105.9)
  70. # [01:31] * Joins: chrob (~christoph@chello080108185051.1.12.vie.surfer.at)
  71. # [01:32] * HariboPenguin is now known as HariboPenguin|Of
  72. # [01:35] * zz_michael_mbp is now known as michael_mbp
  73. # [01:39] * michael_mbp is now known as zz_michael_mbp
  74. # [01:40] * Quits: symb (~IRC@91-64-9-149-dynip.superkabel.de) (Quit: You should never underestimate the predictability of stupidity.)
  75. # [01:40] * Joins: symb (~IRC@91-64-9-149-dynip.superkabel.de)
  76. # [01:40] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
  77. # [01:41] * Quits: kode101 (~kode101@188.141.105.9) (Quit: Computer has gone to sleep.)
  78. # [01:44] * Joins: PaulCapestany (~PaulCapes@204.28.124.82)
  79. # [01:45] * Quits: symb (~IRC@91-64-9-149-dynip.superkabel.de) (Ping timeout: 265 seconds)
  80. # [01:46] * Quits: petey (~petey@108-240-30-84.lightspeed.cicril.sbcglobal.net) (Remote host closed the connection)
  81. # [01:47] * Joins: Jace1 (~Thunderbi@50.137.193.149)
  82. # [01:48] * Joins: petey (~petey@108-240-30-84.lightspeed.cicril.sbcglobal.net)
  83. # [01:49] * Joins: Xander1 (~Adium@c-98-253-246-117.hsd1.in.comcast.net)
  84. # [01:50] * Quits: Xander1 (~Adium@c-98-253-246-117.hsd1.in.comcast.net) (Client Quit)
  85. # [01:50] * Quits: chrob (~christoph@chello080108185051.1.12.vie.surfer.at) (Remote host closed the connection)
  86. # [01:53] * Joins: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net)
  87. # [01:53] * Joins: Xander1 (~Adium@c-98-253-246-117.hsd1.in.comcast.net)
  88. # [01:53] * Parts: Xander1 (~Adium@c-98-253-246-117.hsd1.in.comcast.net)
  89. # [01:53] * Quits: petey (~petey@108-240-30-84.lightspeed.cicril.sbcglobal.net) (Ping timeout: 265 seconds)
  90. # [01:55] * Quits: threesome (~threesome@ip-94-113-13-143.net.upcbroadband.cz) (Read error: Operation timed out)
  91. # [01:56] * Joins: ren_hope (~ren@pool-173-74-159-41.dllstx.fios.verizon.net)
  92. # [01:58] * Joins: petey (~petey@108-240-30-84.lightspeed.cicril.sbcglobal.net)
  93. # [01:59] * Quits: zettam (~undream@212.252.19.183) (Ping timeout: 265 seconds)
  94. # [02:02] * Quits: cnivolle (~cnivolle@glo44-3-82-227-211-116.fbx.proxad.net) (Remote host closed the connection)
  95. # [02:02] * Joins: cnivolle (~cnivolle@2a01:e35:2e3d:3740:25f8:669d:b31d:5b41)
  96. # [02:05] * Quits: Zauberfisch (~Zauberfis@venus.zauberfisch.at) (Read error: Connection reset by peer)
  97. # [02:05] * Quits: rmichnik (~quassel@177.41.133.162.dynamic.adsl.gvt.net.br) (Read error: Connection reset by peer)
  98. # [02:05] * Joins: Zauberfisch (~Zauberfis@venus.zauberfisch.at)
  99. # [02:05] * Joins: rmichnik (~quassel@177.41.133.162.dynamic.adsl.gvt.net.br)
  100. # [02:06] * Joins: P1RATEZ (piratez@CPE602ad086e9b5-CM602ad086e9b2.cpe.net.cable.rogers.com)
  101. # [02:07] * Quits: cnivolle (~cnivolle@2a01:e35:2e3d:3740:25f8:669d:b31d:5b41) (Ping timeout: 252 seconds)
  102. # [02:09] * Quits: vydd (~vydd@unaffiliated/vydd) (Remote host closed the connection)
  103. # [02:29] * Quits: DrShoggoth (~prakwtf@12.116.104.118) (Ping timeout: 252 seconds)
  104. # [02:33] * Joins: pr0ton (~pr0ton@172-9-104-52.lightspeed.sntcca.sbcglobal.net)
  105. # [02:36] * Joins: Freyr (~Freyr@ip72-199-165-160.sd.sd.cox.net)
  106. # [02:41] * Quits: petey (~petey@108-240-30-84.lightspeed.cicril.sbcglobal.net) (Remote host closed the connection)
  107. # [02:51] * Quits: pr0ton (~pr0ton@172-9-104-52.lightspeed.sntcca.sbcglobal.net) (Quit: pr0ton)
  108. # [02:59] * Quits: rmichnik (~quassel@177.41.133.162.dynamic.adsl.gvt.net.br) (Ping timeout: 252 seconds)
  109. # [03:01] * Quits: buribu (~buribu@unaffiliated/buribu) (Ping timeout: 241 seconds)
  110. # [03:03] * Joins: roadt (~roadt@60.168.88.137)
  111. # [03:12] * Parts: Jace1 (~Thunderbi@50.137.193.149)
  112. # [03:17] * Joins: rmichnik (~quassel@177.41.133.162.dynamic.adsl.gvt.net.br)
  113. # [03:17] * Joins: Itrace (~Itrace@74-84-110-222.client.mchsi.com)
  114. # [03:20] * Joins: vydd (~vydd@92.244.136.246)
  115. # [03:20] * Quits: vydd (~vydd@92.244.136.246) (Changing host)
  116. # [03:20] * Joins: vydd (~vydd@unaffiliated/vydd)
  117. # [03:24] * Quits: vydd (~vydd@unaffiliated/vydd) (Ping timeout: 246 seconds)
  118. # [03:34] * Quits: NicolasTarzia (~NicolasTa@179.223.108.100) (Quit: Leaving)
  119. # [03:41] * Quits: Ericx2x (Ericx2x@209-6-40-131.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Ping timeout: 240 seconds)
  120. # [03:45] * Quits: GarethAdams (~gareth@pdpc/supporter/active/GarethAdams) (Ping timeout: 245 seconds)
  121. # [03:51] * Joins: GarethAdams (~gareth@pdpc/supporter/active/GarethAdams)
  122. # [04:00] * Joins: zettam (~undream@176.40.119.226)
  123. # [04:01] * Quits: ren_hope (~ren@pool-173-74-159-41.dllstx.fios.verizon.net) (Ping timeout: 265 seconds)
  124. # [04:05] * Joins: LiENUS (~LiENUS@2001:470:bbb3:12:fc4e:3c2d:bb5c:570b)
  125. # [04:11] * Joins: mtrythall (~mtrythall@50.7.30.146)
  126. # [04:11] * Joins: binalee (~binalee@121.138.215.161)
  127. # [04:17] * Joins: ericelliott (~ericellio@162.219.21.153)
  128. # [04:21] * Quits: xk_id (~xk_id@unaffiliated/xk-id/x-0573425) (Quit: 🚣)
  129. # [04:24] * Joins: Vennril (~vennril@p4FEB03F6.dip0.t-ipconnect.de)
  130. # [04:25] * Joins: buribu (~buribu@unaffiliated/buribu)
  131. # [04:26] * Quits: Vennril2 (~vennril@p4FEB37A6.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
  132. # [04:36] * Joins: xk_id (~xk_id@unaffiliated/xk-id/x-0573425)
  133. # [04:41] * Quits: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net) (Remote host closed the connection)
  134. # [04:45] * Joins: lmcliste_ (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  135. # [04:50] * Quits: factor (~factor@ip70-189-111-253.ok.ok.cox.net) (Quit: Leaving)
  136. # [04:53] * Quits: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp) (Ping timeout: 252 seconds)
  137. # [05:01] * Joins: Amitayus (~Administr@218.22.140.22)
  138. # [05:02] <Amitayus> hi anyone there?h
  139. # [05:02] * Joins: space (~irssi@r190-134-127-144.dialup.adsl.anteldata.net.uy)
  140. # [05:02] <Amitayus> how about this webpage?
  141. # [05:02] <Amitayus> http://www.lovezuojiajia.com/
  142. # [05:03] <Amitayus> any work should be done to improve the impression of this web page?
  143. # [05:04] * Quits: tklun (~tklun@c-24-13-107-173.hsd1.il.comcast.net) (Ping timeout: 252 seconds)
  144. # [05:05] * Quits: kreeves (kreeves@unaffiliated/epik) (Ping timeout: 240 seconds)
  145. # [05:05] * Quits: P1RATEZ (piratez@CPE602ad086e9b5-CM602ad086e9b2.cpe.net.cable.rogers.com) (Quit: Read error: Text overflow)
  146. # [05:06] <Amitayus> hi anyone there?
  147. # [05:06] <Amitayus> i need your suggestion
  148. # [05:07] <Amitayus> this page is for a girl
  149. # [05:07] * Joins: wjiang_ (qicruser@nat/redhat/x-ucieowphipikuuqm)
  150. # [05:10] * Quits: otherj (~otherj@unaffiliated/otherj)
  151. # [05:10] * FortuneDays is now known as MortuneDays
  152. # [05:11] * MortuneDays is now known as FortuneDays
  153. # [05:11] * zz_michael_mbp is now known as michael_mbp
  154. # [05:12] * Quits: xk_id (~xk_id@unaffiliated/xk-id/x-0573425) (Quit: 🚣)
  155. # [05:12] * Quits: lmcliste_ (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  156. # [05:13] * Quits: mtrythall (~mtrythall@50.7.30.146) (Quit: Textual IRC Client: http://www.textualapp.com/)
  157. # [05:14] * Joins: mmlac-bv (~mmlac@c-98-207-206-170.hsd1.ca.comcast.net)
  158. # [05:16] * michael_mbp is now known as zz_michael_mbp
  159. # [05:21] * Quits: Amitayus (~Administr@218.22.140.22) (Quit: Leaving)
  160. # [05:25] * Quits: mmlac-bv (~mmlac@c-98-207-206-170.hsd1.ca.comcast.net) (Quit: mmlac-bv)
  161. # [05:25] * Quits: kristofers (~kristofer@89-160-178-85.du.xdsl.is) (Remote host closed the connection)
  162. # [05:28] * Quits: hugo_moss (~hm@ool-ad033cd6.dyn.optonline.net) (Ping timeout: 240 seconds)
  163. # [05:32] * Joins: quixotic_chris (~quixotic@stjhnbsu0ww-142167015190.dhcp-dynamic.FibreOp.nb.bellaliant.net)
  164. # [05:33] * Joins: arietis (~arietis@188.242.181.162)
  165. # [05:35] * Quits: PaulCapestany (~PaulCapes@204.28.124.82) (Quit: Computer has gone to sleep.)
  166. # [05:41] * Quits: arietis (~arietis@188.242.181.162) (Quit: Computer has gone to sleep.)
  167. # [05:42] * Joins: ren_hope (~ren@pool-173-74-159-41.dllstx.fios.verizon.net)
  168. # [05:42] * Quits: ericelliott (~ericellio@162.219.21.153) (Ping timeout: 240 seconds)
  169. # [05:49] * Quits: wjiang_ (qicruser@nat/redhat/x-ucieowphipikuuqm) (Ping timeout: 256 seconds)
  170. # [06:00] * Quits: donmichelangelo (~donmichel@pD95D91E5.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  171. # [06:00] * Joins: donmichelangelo (~donmichel@pD95D91E5.dip0.t-ipconnect.de)
  172. # [06:01] * Joins: wjiang_ (qicruser@nat/redhat/x-vpdofsoxcupuswgg)
  173. # [06:07] * Joins: P1RATEZ (piratez@CPE602ad086e9b5-CM602ad086e9b2.cpe.net.cable.rogers.com)
  174. # [06:07] * Quits: Itrace (~Itrace@74-84-110-222.client.mchsi.com) (Quit: Itrace)
  175. # [06:09] * Quits: ren_hope (~ren@pool-173-74-159-41.dllstx.fios.verizon.net) (Ping timeout: 245 seconds)
  176. # [06:11] * Quits: binalee (~binalee@121.138.215.161) (Remote host closed the connection)
  177. # [06:12] * Joins: binalee (~binalee@121.138.215.161)
  178. # [06:16] * Quits: binalee (~binalee@121.138.215.161) (Ping timeout: 256 seconds)
  179. # [06:21] * Joins: troop (~izmir@5.47.72.19)
  180. # [06:22] * Joins: martndemus (~martndemu@88.128.80.6)
  181. # [06:26] * Joins: jumperswitch (~jumperswi@ip-109-47-3-223.web.vodafone.de)
  182. # [06:27] * Joins: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net)
  183. # [06:34] * Quits: quixotic_chris (~quixotic@stjhnbsu0ww-142167015190.dhcp-dynamic.FibreOp.nb.bellaliant.net) (Ping timeout: 240 seconds)
  184. # [06:34] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
  185. # [06:36] * Joins: quixotic_chris (~quixotic@stjhnbsu0ww-142167015190.dhcp-dynamic.FibreOp.nb.bellaliant.net)
  186. # [06:39] * Quits: Freyr (~Freyr@ip72-199-165-160.sd.sd.cox.net) (Ping timeout: 272 seconds)
  187. # [06:42] * Joins: binalee (~binalee@121.138.215.161)
  188. # [06:43] * Quits: abstractj (~abstractj@redhat/jboss/abstractj) (Read error: Connection reset by peer)
  189. # [06:43] * Quits: rmichnik (~quassel@177.41.133.162.dynamic.adsl.gvt.net.br) (Ping timeout: 240 seconds)
  190. # [06:43] * Leo2013 is now known as Leo2013jkhjhj
  191. # [06:49] * Quits: DrCode (~DrCode@gateway/tor-sasl/drcode) (Remote host closed the connection)
  192. # [06:50] * Joins: DrCode (~DrCode@gateway/tor-sasl/drcode)
  193. # [06:51] * Quits: binalee (~binalee@121.138.215.161) (Ping timeout: 252 seconds)
  194. # [06:52] * Joins: TheOrignl (~Thunderbi@c-50-168-25-146.hsd1.ca.comcast.net)
  195. # [06:53] * Quits: martndemus (~martndemu@88.128.80.6) (Ping timeout: 240 seconds)
  196. # [06:54] * Quits: jumperswitch (~jumperswi@ip-109-47-3-223.web.vodafone.de) (Ping timeout: 246 seconds)
  197. # [06:55] * Joins: PaulCapestany (~PaulCapes@204.28.124.82)
  198. # [06:57] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Remote host closed the connection)
  199. # [06:57] * Quits: _cheney (~cheney@nat.sierrabravo.net) (Read error: Connection reset by peer)
  200. # [06:57] * Joins: space_ (~irssi@r186-55-132-97.dialup.adsl.anteldata.net.uy)
  201. # [06:57] * Joins: _cheney (~cheney@nat.sierrabravo.net)
  202. # [06:58] * Quits: space (~irssi@r190-134-127-144.dialup.adsl.anteldata.net.uy) (Ping timeout: 240 seconds)
  203. # [06:59] * Joins: ericelliott (~ericellio@162.219.21.153)
  204. # [07:01] * Joins: frustrum (~frustrum@128.54.214.164)
  205. # [07:01] * Quits: frustrum (~frustrum@128.54.214.164) (Client Quit)
  206. # [07:06] * Quits: Leeol2 (~Lee@71-220-225-148.eugn.qwest.net) (Ping timeout: 272 seconds)
  207. # [07:07] * Joins: martndemus (~martndemu@88.128.80.6)
  208. # [07:10] * Quits: quixotic_chris (~quixotic@stjhnbsu0ww-142167015190.dhcp-dynamic.FibreOp.nb.bellaliant.net) (Read error: Operation timed out)
  209. # [07:17] * Joins: b44rd (~b44rd@241-6.allergruppen.no)
  210. # [07:25] * Joins: vydd (~vydd@92.244.136.246)
  211. # [07:25] * Quits: vydd (~vydd@92.244.136.246) (Changing host)
  212. # [07:25] * Joins: vydd (~vydd@unaffiliated/vydd)
  213. # [07:29] * Quits: vydd (~vydd@unaffiliated/vydd) (Ping timeout: 245 seconds)
  214. # [07:31] * Joins: jumperswitch (~jumperswi@ltea-178-013-037-037.pools.arcor-ip.net)
  215. # [07:39] * Joins: binalee (~binalee@121.138.215.161)
  216. # [07:41] * Joins: vincentjr (~vincentjr@c-98-255-199-253.hsd1.ca.comcast.net)
  217. # [07:41] * Quits: aspire (~aspire@unaffiliated/aspire) (Quit: Leaving)
  218. # [07:42] * Quits: kmels (~kmels@190.56.121.28) (Ping timeout: 245 seconds)
  219. # [07:44] * Joins: roadt_ (~roadt@114.96.137.186)
  220. # [07:46] * Quits: space_ (~irssi@r186-55-132-97.dialup.adsl.anteldata.net.uy) (Ping timeout: 256 seconds)
  221. # [07:47] * Quits: roadt (~roadt@60.168.88.137) (Ping timeout: 240 seconds)
  222. # [07:47] * Quits: squeakytoy2 (~squeakyto@h87-96-232-107.dynamic.se.alltele.net) (Quit: Leaving)
  223. # [07:50] * Quits: ericelliott (~ericellio@162.219.21.153) (Ping timeout: 240 seconds)
  224. # [07:57] * Quits: PaulCapestany (~PaulCapes@204.28.124.82) (Quit: Computer has gone to sleep.)
  225. # [07:59] * Joins: devsharpen (~steph@ARennes-551-1-24-172.w92-135.abo.wanadoo.fr)
  226. # [08:04] * Joins: lmcliste_ (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  227. # [08:05] * Quits: lmcliste_ (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net) (Client Quit)
  228. # [08:06] * Joins: calbasi (~joan@237.59.14.37.dynamic.jazztel.es)
  229. # [08:08] * Joins: ericelliott (~ericellio@162.219.21.153)
  230. # [08:10] * Quits: LiENUS (~LiENUS@2001:470:bbb3:12:fc4e:3c2d:bb5c:570b) (Quit: Leaving)
  231. # [08:14] * Quits: ericelliott (~ericellio@162.219.21.153) (Ping timeout: 246 seconds)
  232. # [08:15] * Joins: deasy (~deasy@host-85-201-85-126.brutele.be)
  233. # [08:16] * Joins: asdfz0mg (~asdfz0mg@62.109.47.10)
  234. # [08:17] * Quits: TheOrignl (~Thunderbi@c-50-168-25-146.hsd1.ca.comcast.net) (Quit: TheOrignl)
  235. # [08:17] * Quits: WillAmes (~py@adfb55be.cst.lightpath.net) (Remote host closed the connection)
  236. # [08:18] * Quits: martndemus (~martndemu@88.128.80.6) (Ping timeout: 252 seconds)
  237. # [08:18] * Joins: symb (~IRC@91-64-9-149-dynip.superkabel.de)
  238. # [08:19] * Joins: WillAmes (~py@adfb55be.cst.lightpath.net)
  239. # [08:19] * Quits: jumperswitch (~jumperswi@ltea-178-013-037-037.pools.arcor-ip.net) (Ping timeout: 272 seconds)
  240. # [08:19] * Joins: lmcliste_ (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  241. # [08:21] * Joins: longbeach (~mike@AFontenayssB-152-1-50-18.w82-121.abo.wanadoo.fr)
  242. # [08:23] * Joins: roelmonnens (~roelmonne@d54C2232C.access.telenet.be)
  243. # [08:24] * Joins: neogeeo (~tesla@65.Red-81-32-57.dynamicIP.rima-tde.net)
  244. # [08:25] * Joins: l0ngbeach (~mike@AFontenayssB-152-1-50-18.w82-121.abo.wanadoo.fr)
  245. # [08:26] * Quits: longbeach (~mike@AFontenayssB-152-1-50-18.w82-121.abo.wanadoo.fr) (Client Quit)
  246. # [08:27] * Quits: DrCode (~DrCode@gateway/tor-sasl/drcode) (Remote host closed the connection)
  247. # [08:28] * Joins: DrCode (~DrCode@gateway/tor-sasl/drcode)
  248. # [08:30] * Joins: jumperswitch (~jumperswi@ip-109-47-3-223.web.vodafone.de)
  249. # [08:33] * Joins: fikst (~fikst@d54C442D5.access.telenet.be)
  250. # [08:38] * Quits: okee (~Okee@50-0-108-248.dsl.dynamic.sonic.net)
  251. # [08:38] * Joins: DrScript (~DrScript@kbw-reserved-41-222-21-147.iconnect.zm)
  252. # [08:40] * Quits: neogeeo (~tesla@65.Red-81-32-57.dynamicIP.rima-tde.net) (Quit: Leaving)
  253. # [08:42] * Joins: petey (~petey@108-240-30-84.lightspeed.cicril.sbcglobal.net)
  254. # [08:43] * Joins: Ms2ger (~Ms2ger@91.180.155.192)
  255. # [08:47] * Quits: petey (~petey@108-240-30-84.lightspeed.cicril.sbcglobal.net) (Ping timeout: 256 seconds)
  256. # [08:49] * zz_michael_mbp is now known as michael_mbp
  257. # [08:54] * michael_mbp is now known as zz_michael_mbp
  258. # [08:58] * Joins: martndemus (~martndemu@a83-163-254-59.adsl.xs4all.nl)
  259. # [08:59] * Joins: chrob (~christoph@chello080108185051.1.12.vie.surfer.at)
  260. # [09:02] * Quits: DrScript (~DrScript@kbw-reserved-41-222-21-147.iconnect.zm) (Read error: Connection reset by peer)
  261. # [09:02] * Quits: jumperswitch (~jumperswi@ip-109-47-3-223.web.vodafone.de) (Remote host closed the connection)
  262. # [09:02] * Joins: shashank_rs (~Thunderbi@14.139.122.114)
  263. # [09:05] * Parts: Wildblue (~guy@unaffiliated/wildblue)
  264. # [09:08] * Parts: calbasi (~joan@237.59.14.37.dynamic.jazztel.es)
  265. # [09:11] * Quits: fikst (~fikst@d54C442D5.access.telenet.be) (Quit: Leaving)
  266. # [09:13] * Joins: soee (~soee@83-238-167-52.ip.netia.com.pl)
  267. # [09:13] * Quits: vincentjr (~vincentjr@c-98-255-199-253.hsd1.ca.comcast.net) (Quit: vincentjr)
  268. # [09:14] * Joins: apprentice (~apprentic@dynamic-adsl-94-34-99-102.clienti.tiscali.it)
  269. # [09:14] * Joins: maxani (~maxani@ARennes-655-1-56-4.w109-218.abo.wanadoo.fr)
  270. # [09:16] * Quits: P1RATEZ (piratez@CPE602ad086e9b5-CM602ad086e9b2.cpe.net.cable.rogers.com) (Quit: Read error: Text overflow)
  271. # [09:18] * Joins: brunus (~brunus@159.71.64.86.rev.sfr.net)
  272. # [09:18] * Joins: Asa (~asa.carri@mail1.redburn.com)
  273. # [09:19] * Joins: rnarian (~rnarian@p4FF0A8A2.dip0.t-ipconnect.de)
  274. # [09:21] * Joins: DrScript (~DrScript@kbw-reserved-41-222-21-147.iconnect.zm)
  275. # [09:21] * Joins: markkes (~markkes@62.207.90.201)
  276. # [09:25] * Quits: wjiang_ (qicruser@nat/redhat/x-vpdofsoxcupuswgg) (Ping timeout: 272 seconds)
  277. # [09:25] * Quits: lmcliste_ (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  278. # [09:28] * zz_michael_mbp is now known as michael_mbp
  279. # [09:30] * Joins: Lethalman (~luca@89.118.249.114)
  280. # [09:33] * Quits: apprentice (~apprentic@dynamic-adsl-94-34-99-102.clienti.tiscali.it) (Quit: Sto andando via)
  281. # [09:39] * Joins: DRSK (~DRSK@unaffiliated/drsk)
  282. # [09:49] * Quits: rnarian (~rnarian@p4FF0A8A2.dip0.t-ipconnect.de) (Quit: Linkinus - http://linkinus.com)
  283. # [09:49] * Joins: h_kon (~h_kon@213.167.121.42.static.lyse.net)
  284. # [09:50] * Joins: MCHammer (~mchammer@212.48.107.10)
  285. # [09:53] * Quits: deasy (~deasy@host-85-201-85-126.brutele.be) (Ping timeout: 240 seconds)
  286. # [09:55] * Quits: Kolombiken (~Adium@94.137.124.2) (Quit: Leaving.)
  287. # [09:55] * Joins: Kolombiken (~Adium@gateway.creuna.se)
  288. # [09:55] * Joins: web_345 (~web_345@78.83.21.231)
  289. # [09:59] * Joins: jaisonjustus (~jaisonjus@122.166.182.99)
  290. # [10:01] * Quits: maxani (~maxani@ARennes-655-1-56-4.w109-218.abo.wanadoo.fr) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  291. # [10:06] * Quits: jaisonjustus (~jaisonjus@122.166.182.99) (Remote host closed the connection)
  292. # [10:06] * Quits: shashank_rs (~Thunderbi@14.139.122.114) (Ping timeout: 252 seconds)
  293. # [10:07] * Joins: deasy (~deasy@host-85-201-85-126.brutele.be)
  294. # [10:09] * Joins: shaunbaker (~shaunbake@brick-lane.lbi.co.uk)
  295. # [10:09] * Quits: shaunbaker (~shaunbake@brick-lane.lbi.co.uk) (Remote host closed the connection)
  296. # [10:09] * Joins: fikst (~fikst@d54C6D0B7.access.telenet.be)
  297. # [10:09] * Joins: shaunbaker (~shaunbake@brick-lane.lbi.co.uk)
  298. # [10:11] * Quits: web_345 (~web_345@78.83.21.231) (Quit: Leaving)
  299. # [10:11] * Joins: skylamer` (~cgskylame@78.90.215.70)
  300. # [10:11] * Joins: web_345 (~web_345@78.83.21.231)
  301. # [10:12] * Joins: shashank_rs (~Thunderbi@14.139.122.114)
  302. # [10:13] * Joins: nessib (~nessib@bb119-74-220-95.singnet.com.sg)
  303. # [10:13] * Quits: nessib (~nessib@bb119-74-220-95.singnet.com.sg) (Remote host closed the connection)
  304. # [10:27] * Quits: fikst (~fikst@d54C6D0B7.access.telenet.be) (Quit: Leaving)
  305. # [10:28] * Joins: fikst (~fikst@d54C6D0B7.access.telenet.be)
  306. # [10:29] * Parts: kohvihoor (~kohvihoor@176.58.126.126)
  307. # [10:30] * Joins: threesome (~threesome@ip-94-113-13-143.net.upcbroadband.cz)
  308. # [10:32] * Quits: fikst (~fikst@d54C6D0B7.access.telenet.be) (Remote host closed the connection)
  309. # [10:33] * Quits: Ms2ger (~Ms2ger@91.180.155.192) (Quit: bbl)
  310. # [10:33] * Quits: shashank_rs (~Thunderbi@14.139.122.114) (Ping timeout: 252 seconds)
  311. # [10:35] * Joins: Siyfion (~Siyfion@host-89-240-2-234.static.as13285.net)
  312. # [10:42] * Quits: Siyfion (~Siyfion@host-89-240-2-234.static.as13285.net) (Remote host closed the connection)
  313. # [10:42] * Joins: Siyfion (~Siyfion@195.58.75.192)
  314. # [10:42] * Joins: maxani (~maxani@ARennes-655-1-56-4.w109-218.abo.wanadoo.fr)
  315. # [10:48] * Joins: manuelbieh (~beeevi2@p509926a1.dip0.t-ipconnect.de)
  316. # [10:49] * Joins: WolfieZero (~WolfieZer@87.124.34.97)
  317. # [10:59] * Quits: maxani (~maxani@ARennes-655-1-56-4.w109-218.abo.wanadoo.fr) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  318. # [11:01] * Joins: fikst (~fikst@188.189.43.83)
  319. # [11:03] * Quits: Georg3 (~Georg3@99-186-17-2.lightspeed.irvnca.sbcglobal.net) (Quit: Leaving)
  320. # [11:06] * Joins: jumperswitch (~jumperswi@ip-109-47-3-223.web.vodafone.de)
  321. # [11:14] * Joins: cnivolle (~cnivolle@office.clever-cloud.com)
  322. # [11:18] * Quits: jumperswitch (~jumperswi@ip-109-47-3-223.web.vodafone.de) (Remote host closed the connection)
  323. # [11:20] * Quits: manuelbieh (~beeevi2@p509926a1.dip0.t-ipconnect.de) (Ping timeout: 260 seconds)
  324. # [11:21] * Joins: manuelbieh (~beeevi2@p509926a1.dip0.t-ipconnect.de)
  325. # [11:27] * Joins: Ms2ger (~Ms2ger@vpnk248.ugent.be)
  326. # [11:28] * Quits: Siyfion (~Siyfion@195.58.75.192) (Read error: Connection reset by peer)
  327. # [11:29] * Quits: HariboPenguin|Of (~Pingu@dtomlinson.net) (Ping timeout: 252 seconds)
  328. # [11:31] * Joins: Siyfion (~Siyfion@195.58.75.192)
  329. # [11:32] * Joins: HariboPenguin|Of (~Pingu@dtomlinson.net)
  330. # [11:32] * HariboPenguin|Of is now known as HariboPenguin
  331. # [11:32] * Joins: abstractj (~abstractj@esgaroth.qmx.me)
  332. # [11:32] * Quits: abstractj (~abstractj@esgaroth.qmx.me) (Changing host)
  333. # [11:32] * Joins: abstractj (~abstractj@redhat/jboss/abstractj)
  334. # [11:33] * Joins: simons (~scarfs03@gatej.thls.bbc.co.uk)
  335. # [11:34] * Joins: wjiang_ (qicruser@nat/redhat/x-etjmnpughsszyiiu)
  336. # [11:36] * Quits: WolfieZero (~WolfieZer@87.124.34.97) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  337. # [11:41] * Joins: WolfieZero (~WolfieZer@87.124.34.97)
  338. # [11:42] * Joins: Narven (~narven@bl7-90-2.dsl.telepac.pt)
  339. # [11:43] * Quits: JBreit (~Trip@72.25.55.26) (Read error: Connection reset by peer)
  340. # [11:51] * Quits: fikst (~fikst@188.189.43.83) (Ping timeout: 272 seconds)
  341. # [11:54] * HariboPenguin is now known as HariboPenguin|Of
  342. # [11:57] * Quits: h_kon (~h_kon@213.167.121.42.static.lyse.net) (Remote host closed the connection)
  343. # [12:05] * Joins: JBreit (~Trip@72.25.55.26)
  344. # [12:05] * Quits: skylamer` (~cgskylame@78.90.215.70) (Remote host closed the connection)
  345. # [12:06] * Joins: jumperswitch (~jumperswi@ip-109-47-3-223.web.vodafone.de)
  346. # [12:07] * Joins: h_kon (~h_kon@213.167.121.42.static.lyse.net)
  347. # [12:09] * Joins: fikst (~fikst@d54C6D0B7.access.telenet.be)
  348. # [12:10] * Joins: shashank_rs (~Thunderbi@14.139.122.114)
  349. # [12:16] * Joins: vydd (~vydd@92.244.136.246)
  350. # [12:16] * Quits: vydd (~vydd@92.244.136.246) (Changing host)
  351. # [12:16] * Joins: vydd (~vydd@unaffiliated/vydd)
  352. # [12:18] * Quits: jumperswitch (~jumperswi@ip-109-47-3-223.web.vodafone.de) (Remote host closed the connection)
  353. # [12:19] * Quits: Ms2ger (~Ms2ger@vpnk248.ugent.be) (Quit: bbl)
  354. # [12:19] * Quits: binalee (~binalee@121.138.215.161) (Remote host closed the connection)
  355. # [12:20] * Joins: binalee (~binalee@121.138.215.161)
  356. # [12:20] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  357. # [12:25] * Quits: binalee (~binalee@121.138.215.161) (Ping timeout: 256 seconds)
  358. # [12:28] * Joins: apprentice (~apprentic@dynamic-adsl-94-34-99-102.clienti.tiscali.it)
  359. # [12:31] * Joins: otherj (~otherj@unaffiliated/otherj)
  360. # [12:31] * Quits: otherj (~otherj@unaffiliated/otherj) (Max SendQ exceeded)
  361. # [12:31] * Joins: otherj (~otherj@unaffiliated/otherj)
  362. # [12:33] * Quits: h_kon (~h_kon@213.167.121.42.static.lyse.net) (Remote host closed the connection)
  363. # [12:34] * Quits: otherj (~otherj@unaffiliated/otherj) (Client Quit)
  364. # [12:36] * Joins: Xander1 (~Adium@c-98-253-246-117.hsd1.in.comcast.net)
  365. # [12:38] * Quits: apprentice (~apprentic@dynamic-adsl-94-34-99-102.clienti.tiscali.it) (Quit: Sto andando via)
  366. # [12:40] * Quits: Xander1 (~Adium@c-98-253-246-117.hsd1.in.comcast.net) (Ping timeout: 245 seconds)
  367. # [12:43] * Joins: petey (~petey@108-240-30-84.lightspeed.cicril.sbcglobal.net)
  368. # [12:43] * Jikan is now known as Jikai
  369. # [12:45] * Quits: chrob (~christoph@chello080108185051.1.12.vie.surfer.at) (Quit: Verlassend)
  370. # [12:46] * Joins: coellobranco (~FoRcEr@108.Red-88-24-231.staticIP.rima-tde.net)
  371. # [12:47] * Quits: petey (~petey@108-240-30-84.lightspeed.cicril.sbcglobal.net) (Ping timeout: 240 seconds)
  372. # [12:52] * Joins: Xander1 (~Adium@c-98-253-246-117.hsd1.in.comcast.net)
  373. # [12:52] * Joins: RudyValencia (~self@unaffiliated/rudyvalencia)
  374. # [12:53] * Jikai is now known as Jikan
  375. # [12:53] <RudyValencia> What element(s) would be semantically appropriate for a restaurant menu with items and descriptions, no prices?
  376. # [12:56] * Quits: Xander1 (~Adium@c-98-253-246-117.hsd1.in.comcast.net) (Ping timeout: 245 seconds)
  377. # [13:00] * Joins: Xander1 (~Adium@c-98-253-246-117.hsd1.in.comcast.net)
  378. # [13:00] * Quits: shashank_rs (~Thunderbi@14.139.122.114) (Ping timeout: 252 seconds)
  379. # [13:02] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Read error: Connection reset by peer)
  380. # [13:02] * Quits: donmichelangelo (~donmichel@pD95D91E5.dip0.t-ipconnect.de) (Ping timeout: 272 seconds)
  381. # [13:03] * Joins: donmichelangelo (~donmichel@pD95DD7C3.dip0.t-ipconnect.de)
  382. # [13:04] * Quits: Xander1 (~Adium@c-98-253-246-117.hsd1.in.comcast.net) (Ping timeout: 248 seconds)
  383. # [13:04] * Quits: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net) (Remote host closed the connection)
  384. # [13:07] * Quits: simons (~scarfs03@gatej.thls.bbc.co.uk) (Ping timeout: 256 seconds)
  385. # [13:09] * Quits: danja (~danny@host77-53-dynamic.36-79-r.retail.telecomitalia.it) (Quit: gorn)
  386. # [13:09] * Quits: WolfieZero (~WolfieZer@87.124.34.97) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  387. # [13:12] * Zauberfisch is now known as Zauberfisch23_
  388. # [13:13] * Joins: haiQt (~haiQt@78-21-0-106.access.telenet.be)
  389. # [13:14] * Joins: jumperswitch (~jumperswi@ip-109-47-3-223.web.vodafone.de)
  390. # [13:15] * Quits: wjiang_ (qicruser@nat/redhat/x-etjmnpughsszyiiu) (Ping timeout: 260 seconds)
  391. # [13:15] * Quits: kuranai|bnc (~kuranai@2001:1a50:11:0:5f:8f:ac66:1) (Ping timeout: 252 seconds)
  392. # [13:17] * Quits: martndemus (~martndemu@a83-163-254-59.adsl.xs4all.nl) (Ping timeout: 256 seconds)
  393. # [13:18] * Quits: DrScript (~DrScript@kbw-reserved-41-222-21-147.iconnect.zm) (Read error: Connection reset by peer)
  394. # [13:18] * Joins: DrScript (~DrScript@kbw-reserved-41-222-21-147.iconnect.zm)
  395. # [13:19] * Quits: DrScript (~DrScript@kbw-reserved-41-222-21-147.iconnect.zm) (Read error: Connection reset by peer)
  396. # [13:20] * Joins: DrScript (~DrScript@kbw-reserved-41-222-21-147.iconnect.zm)
  397. # [13:21] <daze> <dl><dt>Menu item</dt><dd>Ingredients, description</dd></dl>
  398. # [13:23] <RudyValencia> I was thinking dl was acceptable but wasn't sure
  399. # [13:23] <daze> it is. It has a weird syntax, though :]
  400. # [13:24] <daze> several <dd>s can follow a single <dt>
  401. # [13:24] <RudyValencia> right
  402. # [13:24] <RudyValencia> because it's a definition list with terms and definitions
  403. # [13:24] <daze> yeah
  404. # [13:24] * Joins: maxani (~maxani@ARennes-655-1-56-4.w109-218.abo.wanadoo.fr)
  405. # [13:25] * Joins: WolfieZero (~WolfieZer@87.124.34.97)
  406. # [13:25] * Joins: binalee (~binalee@58.233.226.46)
  407. # [13:25] * Joins: rmichnik (~quassel@177.135.228.218)
  408. # [13:26] * Quits: troop (~izmir@5.47.72.19) (Ping timeout: 240 seconds)
  409. # [13:26] * Joins: simons (~scarfs03@gatek.mh.bbc.co.uk)
  410. # [13:32] * Joins: kkrikk (~kkrikk@p5DDC0CB6.dip0.t-ipconnect.de)
  411. # [13:33] * Quits: horse (~test@escpc80.esc.rl.ac.uk)
  412. # [13:33] * Quits: jumperswitch (~jumperswi@ip-109-47-3-223.web.vodafone.de) (Ping timeout: 245 seconds)
  413. # [13:33] * Joins: Ms2ger (~Ms2ger@91.180.155.192)
  414. # [13:34] * Quits: simons (~scarfs03@gatek.mh.bbc.co.uk) (Ping timeout: 256 seconds)
  415. # [13:37] * Joins: sadistik_ (barking_ca@h-35-206.a336.priv.bahnhof.se)
  416. # [13:43] * Joins: martndemus (~martndemu@a83-163-254-59.adsl.xs4all.nl)
  417. # [13:45] * Joins: quetzakubica (~quetzacot@pby93.internetdsl.tpnet.pl)
  418. # [13:45] * Joins: shashank_rs (~Thunderbi@14.139.122.114)
  419. # [13:46] * Quits: maxani (~maxani@ARennes-655-1-56-4.w109-218.abo.wanadoo.fr) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  420. # [13:47] * Joins: maxani (~maxani@ARennes-655-1-56-4.w109-218.abo.wanadoo.fr)
  421. # [13:51] * Joins: felipeduardo (~felipedua@189.115.44.34)
  422. # [13:59] * Joins: kristofers (~kristofer@89-160-178-85.du.xdsl.is)
  423. # [14:02] * Joins: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.k368.webspeed.dk)
  424. # [14:04] * Joins: FilipNortic (~quassel@h-143-51.a192.priv.bahnhof.se)
  425. # [14:04] * Quits: maxani (~maxani@ARennes-655-1-56-4.w109-218.abo.wanadoo.fr) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  426. # [14:07] * Joins: simons (~scarfs03@gatek.mh.bbc.co.uk)
  427. # [14:09] * Joins: h_kon (~h_kon@213.167.121.42.static.lyse.net)
  428. # [14:16] * Joins: jferrie (~Adium@static-71-183-236-56.nycmny.fios.verizon.net)
  429. # [14:16] * Parts: jferrie (~Adium@static-71-183-236-56.nycmny.fios.verizon.net)
  430. # [14:17] * Joins: ulkesh (~ulkesh@65.83.231.100)
  431. # [14:18] * Joins: jferrie (~Adium@static-71-183-236-56.nycmny.fios.verizon.net)
  432. # [14:19] * Parts: jferrie (~Adium@static-71-183-236-56.nycmny.fios.verizon.net)
  433. # [14:22] * Quits: Narven (~narven@bl7-90-2.dsl.telepac.pt) (Remote host closed the connection)
  434. # [14:23] * Joins: Narven (~narven@94-246-206-14.ipv4.ee)
  435. # [14:25] * Joins: Narven_ (~narven@bl7-90-2.dsl.telepac.pt)
  436. # [14:27] * Quits: Narven (~narven@94-246-206-14.ipv4.ee) (Ping timeout: 256 seconds)
  437. # [14:30] * Joins: etimesg (~etimesg@187.92.70.2)
  438. # [14:32] * Quits: buribu (~buribu@unaffiliated/buribu) (Quit: Ex-Chat)
  439. # [14:33] * Joins: maxani (~maxani@ARennes-655-1-56-4.w109-218.abo.wanadoo.fr)
  440. # [14:34] * Joins: xk_id (~xk_id@unaffiliated/xk-id/x-0573425)
  441. # [14:36] * Quits: web_345 (~web_345@78.83.21.231) (Quit: Leaving)
  442. # [14:40] * Joins: jsbkkj (~jsbkkj@host81-139-64-224.in-addr.btopenworld.com)
  443. # [14:42] * Quits: rmichnik (~quassel@177.135.228.218) (Read error: Connection reset by peer)
  444. # [14:43] * Joins: rmichnik (~quassel@177.135.228.218)
  445. # [14:48] * Joins: ericx2x (~ericx2x@209-6-40-131.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  446. # [14:50] * Quits: kristofers (~kristofer@89-160-178-85.du.xdsl.is) (Remote host closed the connection)
  447. # [14:53] * Quits: xk_id (~xk_id@unaffiliated/xk-id/x-0573425) (Quit: 🚣)
  448. # [14:55] * Quits: shaunbaker (~shaunbake@brick-lane.lbi.co.uk) (Remote host closed the connection)
  449. # [14:56] * Joins: shaunbaker (~shaunbake@brick-lane.lbi.co.uk)
  450. # [14:59] * Joins: jreading (Adium@nat/novell/x-paqfcnycshdgssit)
  451. # [15:00] * Quits: shaunbaker (~shaunbake@brick-lane.lbi.co.uk) (Ping timeout: 245 seconds)
  452. # [15:00] * michael_mbp is now known as zz_michael_mbp
  453. # [15:01] * zz_michael_mbp is now known as michael_mbp
  454. # [15:01] * Joins: shaunbaker (~shaunbake@2001:67c:90:7ff:1130:8f0a:ef81:95bc)
  455. # [15:02] * Joins: jumperswitch (~jumperswi@ip-109-47-0-63.web.vodafone.de)
  456. # [15:03] * Quits: b44rd (~b44rd@241-6.allergruppen.no) (Remote host closed the connection)
  457. # [15:07] * Joins: calbasi (~joan@237.59.14.37.dynamic.jazztel.es)
  458. # [15:08] * Joins: ericx3x (Ericx2x@209-6-40-131.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  459. # [15:09] * Joins: decotii (~decotii@hq.croscon.com)
  460. # [15:09] * Joins: Zauberfisch_ (~Zauberfis@venus.zauberfisch.at)
  461. # [15:09] * Quits: rfoust (~rfoust@cpe-098-026-007-087.nc.res.rr.com) (Quit: Computer has gone to sleep.)
  462. # [15:10] * Joins: Sjeeke (54c75a01@gateway/web/cgi-irc/kiwiirc.com/ip.84.199.90.1)
  463. # [15:11] * Quits: ericx2x (~ericx2x@209-6-40-131.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Ping timeout: 256 seconds)
  464. # [15:11] * Joins: clamstar (~textual@38.104.173.198)
  465. # [15:12] * Quits: Zauberfisch23_ (~Zauberfis@venus.zauberfisch.at) (Read error: Connection reset by peer)
  466. # [15:12] * Quits: abstractj (~abstractj@redhat/jboss/abstractj) (Ping timeout: 246 seconds)
  467. # [15:12] * Quits: Siqfck (Siqfck@siqfck.biz) (Ping timeout: 246 seconds)
  468. # [15:12] * Quits: ericduran|away (~ericduran@198.211.114.34) (Ping timeout: 246 seconds)
  469. # [15:12] * Quits: danielfilho (~danielfil@208.68.39.233) (Ping timeout: 246 seconds)
  470. # [15:12] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 246 seconds)
  471. # [15:12] * Quits: WillAmes (~py@adfb55be.cst.lightpath.net) (Ping timeout: 246 seconds)
  472. # [15:12] * Quits: muffinmonster (uid13745@gateway/web/irccloud.com/x-gzeucheehhzardzv) (Ping timeout: 246 seconds)
  473. # [15:12] * Quits: heidar (uid1480@gateway/web/irccloud.com/x-wmfkbsljwmdgggqz) (Ping timeout: 246 seconds)
  474. # [15:12] * Quits: daleharvey (uid513@gateway/web/irccloud.com/x-mvohpicvfisnqjrm) (Ping timeout: 246 seconds)
  475. # [15:12] * Quits: roadt_ (~roadt@114.96.137.186) (Ping timeout: 246 seconds)
  476. # [15:12] * Quits: tomshreds (~shreds@192.34.58.130) (Ping timeout: 246 seconds)
  477. # [15:12] * Joins: Siqfck_ (Siqfck@siqfck.biz)
  478. # [15:12] * Siqfck_ is now known as Siqfck
  479. # [15:12] * Quits: shashank_rs (~Thunderbi@14.139.122.114) (Ping timeout: 252 seconds)
  480. # [15:13] * Joins: moshee (~moshee@unaffiliated/moshee)
  481. # [15:13] * Joins: abstractj (~abstractj@esgaroth.qmx.me)
  482. # [15:13] * Joins: roadt_ (~roadt@114.96.137.186)
  483. # [15:13] * Quits: abstractj (~abstractj@esgaroth.qmx.me) (Changing host)
  484. # [15:13] * Joins: abstractj (~abstractj@redhat/jboss/abstractj)
  485. # [15:13] * Joins: kmels (~kmels@190.56.121.28)
  486. # [15:13] * Joins: danielfilho (~danielfil@208.68.39.233)
  487. # [15:13] * Joins: ericduran|away (~ericduran@198.211.114.34)
  488. # [15:13] * Joins: tomshreds (~shreds@192.34.58.130)
  489. # [15:13] * ericduran|away is now known as ericduran
  490. # [15:14] * Joins: shashank_rs (~Thunderbi@14.139.122.114)
  491. # [15:14] * Zauberfisch_ is now known as Zauberfisch23_
  492. # [15:15] <felixjet> it is valid to use more than one thead ?
  493. # [15:16] * Joins: shaunbak_ (~shaunbake@brick-lane.lbi.co.uk)
  494. # [15:20] * Joins: xk_id (~xk_id@unaffiliated/xk-id/x-0573425)
  495. # [15:20] * Quits: shaunbaker (~shaunbake@2001:67c:90:7ff:1130:8f0a:ef81:95bc) (Ping timeout: 264 seconds)
  496. # [15:23] * Joins: scottk_SassConf (~scottkell@199.180.217.169)
  497. # [15:24] * Joins: hugo_moss (~hm@ool-ad033cd6.dyn.optonline.net)
  498. # [15:26] * Quits: maxani (~maxani@ARennes-655-1-56-4.w109-218.abo.wanadoo.fr) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  499. # [15:30] * Joins: harvey203 (~harvey@113.190.231.181)
  500. # [15:31] * Quits: vydd (~vydd@unaffiliated/vydd) (Remote host closed the connection)
  501. # [15:32] * Joins: vydd (~vydd@unaffiliated/vydd)
  502. # [15:34] * Quits: quetzakubica (~quetzacot@pby93.internetdsl.tpnet.pl) (Read error: Connection reset by peer)
  503. # [15:34] * Joins: quetzakubica (~quetzacot@pby93.internetdsl.tpnet.pl)
  504. # [15:35] * Joins: AlchemicRaker (~quassel@ec2-23-21-136-4.compute-1.amazonaws.com)
  505. # [15:35] * Quits: carif (~mcarifio@cpe-74-78-54-137.maine.res.rr.com) (Quit: Ex-Chat)
  506. # [15:35] * Quits: sosby (~jsa@penguin.norclans.org) (Ping timeout: 240 seconds)
  507. # [15:37] * Quits: xk_id (~xk_id@unaffiliated/xk-id/x-0573425) (Quit: 🚣)
  508. # [15:39] * Quits: jumperswitch (~jumperswi@ip-109-47-0-63.web.vodafone.de) (Remote host closed the connection)
  509. # [15:39] * Joins: rubatdub (~khalil@213.188.180.185)
  510. # [15:39] * Parts: jsbkkj (~jsbkkj@host81-139-64-224.in-addr.btopenworld.com)
  511. # [15:40] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
  512. # [15:40] * Quits: Narven_ (~narven@bl7-90-2.dsl.telepac.pt) (Quit: Lingo - http://www.lingoirc.com)
  513. # [15:41] * Joins: Narven (~narven@bl7-90-2.dsl.telepac.pt)
  514. # [15:41] * Joins: carif (~mcarifio@cpe-74-78-54-137.maine.res.rr.com)
  515. # [15:42] * Quits: WolfieZero (~WolfieZer@87.124.34.97) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  516. # [15:42] * Joins: sosby (~jsa@penguin.norclans.org)
  517. # [15:43] * Joins: WolfieZero (~WolfieZer@87.124.34.97)
  518. # [15:44] * Quits: carif (~mcarifio@cpe-74-78-54-137.maine.res.rr.com) (Read error: Connection reset by peer)
  519. # [15:44] * Quits: jreading (Adium@nat/novell/x-paqfcnycshdgssit) (Quit: Leaving.)
  520. # [15:45] * Joins: jreading (Adium@nat/novell/x-blfvbvpfoelbmqfn)
  521. # [15:47] * Quits: sosby (~jsa@penguin.norclans.org) (Ping timeout: 272 seconds)
  522. # [15:50] * Quits: soee (~soee@83-238-167-52.ip.netia.com.pl) (Quit: Wychodzi)
  523. # [15:50] * Joins: sosby (~jsa@penguin.norclans.org)
  524. # [15:50] * michael_mbp is now known as zz_michael_mbp
  525. # [15:51] * Joins: dhruvasagar (~dhruvasag@122.167.152.122)
  526. # [15:54] * Quits: shaunbak_ (~shaunbake@brick-lane.lbi.co.uk) (Remote host closed the connection)
  527. # [15:54] * Joins: shaunbaker (~shaunbake@brick-lane.lbi.co.uk)
  528. # [15:56] * Quits: shaunbaker (~shaunbake@brick-lane.lbi.co.uk) (Read error: Connection reset by peer)
  529. # [15:56] * Joins: shaunbaker (~shaunbake@brick-lane.lbi.co.uk)
  530. # [15:58] * Quits: shaunbaker (~shaunbake@brick-lane.lbi.co.uk) (Remote host closed the connection)
  531. # [15:58] * Joins: TheOrignl (~Thunderbi@c-50-168-25-146.hsd1.ca.comcast.net)
  532. # [15:58] * Parts: calbasi (~joan@237.59.14.37.dynamic.jazztel.es)
  533. # [15:58] * Joins: rfoust (~rfoust@wl-atc-pat.netcom.duke.edu)
  534. # [15:58] * Joins: shaunbaker (~shaunbake@brick-lane.lbi.co.uk)
  535. # [15:59] * ericduran is now known as ericduran|scrum
  536. # [15:59] * Quits: binalee (~binalee@58.233.226.46) (Remote host closed the connection)
  537. # [15:59] * zz_michael_mbp is now known as michael_mbp
  538. # [15:59] * Joins: binalee (~binalee@58.233.226.46)
  539. # [16:00] * Quits: donmichelangelo (~donmichel@pD95DD7C3.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  540. # [16:00] * Quits: dhruvasagar (~dhruvasag@122.167.152.122) (Read error: Operation timed out)
  541. # [16:00] * Joins: donmichelangelo (~donmichel@pD95DD7C3.dip0.t-ipconnect.de)
  542. # [16:02] * Joins: franksta-imac (~frankstal@72.10.55.185)
  543. # [16:02] * Joins: aniasis (~aniasis@162-195-130-32.lightspeed.rcsntx.sbcglobal.net)
  544. # [16:03] * Quits: shaunbaker (~shaunbake@brick-lane.lbi.co.uk) (Ping timeout: 252 seconds)
  545. # [16:03] * Quits: deasy (~deasy@host-85-201-85-126.brutele.be) (Quit: Nom d'un quark, c'est Edmonton !)
  546. # [16:03] * Joins: shaunbaker (~shaunbake@public.lbi.co.uk)
  547. # [16:04] * Quits: binalee (~binalee@58.233.226.46) (Ping timeout: 256 seconds)
  548. # [16:04] * Quits: harvey203 (~harvey@113.190.231.181) (Quit: Lost terminal)
  549. # [16:05] * Joins: petey (~petey@198.179.137.241)
  550. # [16:08] * Joins: romanenko (~ZeroOne@212.112.113.90)
  551. # [16:10] * Joins: Jon47 (~Adium@38.100.143.34)
  552. # [16:11] * Quits: ShooterMG (~shootermg@c-67-169-200-4.hsd1.or.comcast.net) (Remote host closed the connection)
  553. # [16:12] * Joins: bolson (~bolson@75.112.170.99)
  554. # [16:12] * Quits: shaunbaker (~shaunbake@public.lbi.co.uk) (Remote host closed the connection)
  555. # [16:12] * Joins: ZinnSoldat (~ZinnSolda@p4FEDB052.dip0.t-ipconnect.de)
  556. # [16:13] * Joins: daffl (~daffl@204.191.202.151)
  557. # [16:13] * Quits: ZinnSoldat (~ZinnSolda@p4FEDB052.dip0.t-ipconnect.de) (Remote host closed the connection)
  558. # [16:13] * Quits: daffl (~daffl@204.191.202.151) (Remote host closed the connection)
  559. # [16:13] * Joins: shaunbaker (~shaunbake@2001:67c:90:7ff:68ae:1da2:738d:ceda)
  560. # [16:13] * Joins: daffl (~daffl@204.191.202.151)
  561. # [16:15] * Joins: Jon471 (~Adium@38.100.143.34)
  562. # [16:16] * Quits: Jon47 (~Adium@38.100.143.34) (Ping timeout: 245 seconds)
  563. # [16:18] * ericduran|scrum is now known as ericduran
  564. # [16:18] * Joins: dhruvasagar (~dhruvasag@122.167.152.122)
  565. # [16:22] * scottk_SassConf is now known as scottkellum_busy
  566. # [16:22] * Joins: shaunbak_ (~shaunbake@brick-lane.lbi.co.uk)
  567. # [16:24] * Joins: xk_id (~xk_id@unaffiliated/xk-id/x-0573425)
  568. # [16:25] * Quits: xk_id (~xk_id@unaffiliated/xk-id/x-0573425) (Client Quit)
  569. # [16:25] * Quits: shaunbaker (~shaunbake@2001:67c:90:7ff:68ae:1da2:738d:ceda) (Ping timeout: 245 seconds)
  570. # [16:26] * Joins: maxani (~maxani@ARennes-655-1-56-4.w109-218.abo.wanadoo.fr)
  571. # [16:27] * Quits: coellobranco (~FoRcEr@108.Red-88-24-231.staticIP.rima-tde.net) (Quit: http://www.juanantoniomosquera.com)
  572. # [16:29] * Quits: sosby (~jsa@penguin.norclans.org) (Ping timeout: 252 seconds)
  573. # [16:29] * Quits: shashank_rs (~Thunderbi@14.139.122.114) (Ping timeout: 252 seconds)
  574. # [16:32] * Joins: sosby (~jsa@penguin.norclans.org)
  575. # [16:34] * Joins: debsan_ (~debsan@244-79-245-190.fibertel.com.ar)
  576. # [16:34] * Joins: karega (~aniasis@162-195-130-32.lightspeed.rcsntx.sbcglobal.net)
  577. # [16:34] * Quits: aniasis (~aniasis@162-195-130-32.lightspeed.rcsntx.sbcglobal.net) (Ping timeout: 252 seconds)
  578. # [16:36] * Quits: debsan (~debsan@244-79-245-190.fibertel.com.ar) (Ping timeout: 268 seconds)
  579. # [16:37] * Quits: maxani (~maxani@ARennes-655-1-56-4.w109-218.abo.wanadoo.fr) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  580. # [16:37] * Quits: h_kon (~h_kon@213.167.121.42.static.lyse.net) (Remote host closed the connection)
  581. # [16:39] * Joins: basmoura (~basmoura@186-247-154-158.user.veloxzone.com.br)
  582. # [16:40] * Quits: TheOrignl (~Thunderbi@c-50-168-25-146.hsd1.ca.comcast.net) (Quit: TheOrignl)
  583. # [16:46] * Joins: Xander1 (~Adium@2602:306:38a6:8710:79cc:75d6:9b4f:8361)
  584. # [16:46] * Quits: bgresham (~bgresham@li607-142.members.linode.com) (Quit: leaving)
  585. # [16:46] * Joins: bgresham (~bgresham@li607-142.members.linode.com)
  586. # [16:46] * Joins: mvpgraff (~mvpgraff@unaffiliated/mvpgraff)
  587. # [16:46] * Quits: dhruvasagar (~dhruvasag@122.167.152.122) (Ping timeout: 245 seconds)
  588. # [16:47] * Parts: Xander1 (~Adium@2602:306:38a6:8710:79cc:75d6:9b4f:8361)
  589. # [16:49] * Joins: xk_id (~xk_id@unaffiliated/xk-id/x-0573425)
  590. # [16:50] * Joins: PaulCapestany (~PaulCapes@204.28.124.82)
  591. # [16:54] * Joins: maxani (~maxani@ARennes-655-1-56-4.w109-218.abo.wanadoo.fr)
  592. # [16:55] * Quits: mven_ (~mven@ip68-224-15-53.lv.lv.cox.net) (Remote host closed the connection)
  593. # [16:55] * Joins: pandeiro (~user@187.37.172.139)
  594. # [16:56] * Joins: dhruvasagar (~dhruvasag@122.167.152.122)
  595. # [16:56] * Joins: mven (~mven@ip68-224-15-53.lv.lv.cox.net)
  596. # [17:00] * Joins: roelmonn_ (~roelmonne@d54C2232C.access.telenet.be)
  597. # [17:00] * Quits: mven (~mven@ip68-224-15-53.lv.lv.cox.net) (Ping timeout: 268 seconds)
  598. # [17:01] * Joins: xec_ (~xec@unaffiliated/xec)
  599. # [17:01] * Quits: roelmonnens (~roelmonne@d54C2232C.access.telenet.be) (Read error: Operation timed out)
  600. # [17:04] * Joins: b44rd (~b44rd@241-6.allergruppen.no)
  601. # [17:05] * Quits: Sjeeke (54c75a01@gateway/web/cgi-irc/kiwiirc.com/ip.84.199.90.1) (Quit: Sjeeke)
  602. # [17:05] * Quits: roelmonn_ (~roelmonne@d54C2232C.access.telenet.be) (Ping timeout: 272 seconds)
  603. # [17:06] * Joins: lmcliste_ (~lmclister@192.150.10.209)
  604. # [17:07] * Joins: Karate (~Karate@190.189.230.229)
  605. # [17:07] * Quits: sadistik_ (barking_ca@h-35-206.a336.priv.bahnhof.se)
  606. # [17:08] * Quits: barking_cat (~afoo@37.139.30.50) (Excess Flood)
  607. # [17:08] * Quits: b44rd (~b44rd@241-6.allergruppen.no) (Ping timeout: 245 seconds)
  608. # [17:09] * Joins: sadistik (~afoo@37.139.30.50)
  609. # [17:09] * sadistik is now known as BARKING_CAT
  610. # [17:10] * Joins: binalee (~binalee@218.144.102.244)
  611. # [17:10] * Joins: kristofers (~kristofer@89-160-178-85.du.xdsl.is)
  612. # [17:11] * Joins: mmlac-bv (~mmlac@208.65.181.227.static.etheric.net)
  613. # [17:11] * Joins: shashank_rs (~Thunderbi@14.139.122.114)
  614. # [17:13] * Quits: FilipNortic (~quassel@h-143-51.a192.priv.bahnhof.se) (Remote host closed the connection)
  615. # [17:14] * Quits: binalee (~binalee@218.144.102.244) (Ping timeout: 256 seconds)
  616. # [17:15] * Quits: Ms2ger (~Ms2ger@91.180.155.192) (Ping timeout: 260 seconds)
  617. # [17:18] * Quits: maxani (~maxani@ARennes-655-1-56-4.w109-218.abo.wanadoo.fr) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  618. # [17:19] * Quits: DRSK (~DRSK@unaffiliated/drsk) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  619. # [17:19] * Joins: daleharvey (uid513@gateway/web/irccloud.com/x-ddfavyeaywfhalxp)
  620. # [17:19] * Joins: muffinmonster (uid13745@gateway/web/irccloud.com/x-omhpyjvtxysbkjse)
  621. # [17:19] * Joins: heidar (uid1480@gateway/web/irccloud.com/x-ycpsqjjwipsnvjak)
  622. # [17:26] * Quits: Leo2013jkhjhj (~Leo2013@2a02:8070:2410:6500:9dac:8e20:1212:cb91) (Remote host closed the connection)
  623. # [17:27] * Joins: maxani (~maxani@ARennes-655-1-56-4.w109-218.abo.wanadoo.fr)
  624. # [17:29] * Joins: Ms2ger (~Ms2ger@91.180.155.192)
  625. # [17:29] * Joins: MrNaviPacho (~MrNaviPac@pool-72-91-152-111.tampfl.fios.verizon.net)
  626. # [17:31] * Joins: newtron (~newtron@199.71.174.203)
  627. # [17:31] <MrNaviPacho> Is there a way to prevent touch events from occurring in an iframe? The iframe is currently blocking scrolling of the page.
  628. # [17:35] * Parts: MrNaviPacho (~MrNaviPac@pool-72-91-152-111.tampfl.fios.verizon.net) ("Textual IRC Client: www.textualapp.com")
  629. # [17:35] * Quits: jreading (Adium@nat/novell/x-blfvbvpfoelbmqfn) (Quit: Leaving.)
  630. # [17:37] * Quits: petey (~petey@198.179.137.241) (Ping timeout: 272 seconds)
  631. # [17:37] * Joins: jreading (Adium@nat/novell/x-hxvhhsxszllmvnpt)
  632. # [17:37] * Joins: mtrythall (~mtrythall@208.53.158.222)
  633. # [17:40] * Joins: WebDragon (~webdragon@c-69-249-35-128.hsd1.de.comcast.net)
  634. # [17:41] * Quits: maxani (~maxani@ARennes-655-1-56-4.w109-218.abo.wanadoo.fr) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  635. # [17:41] * Quits: xk_id (~xk_id@unaffiliated/xk-id/x-0573425) (Quit: 🚣)
  636. # [17:42] * Joins: eddief1029 (~Eddie@c-24-22-33-249.hsd1.or.comcast.net)
  637. # [17:42] * Quits: romanenko (~ZeroOne@212.112.113.90) (Quit: Computer has gone to sleep.)
  638. # [17:42] * Quits: asdfz0mg (~asdfz0mg@62.109.47.10) (Quit: Sleepy time)
  639. # [17:44] * ericduran is now known as ericduran|away
  640. # [17:45] * Joins: jumperswitch (~jumperswi@ip-109-47-1-166.web.vodafone.de)
  641. # [17:45] * Quits: mmlac-bv (~mmlac@208.65.181.227.static.etheric.net) (Quit: mmlac-bv)
  642. # [17:45] * Quits: dhruvasagar (~dhruvasag@122.167.152.122) (Ping timeout: 245 seconds)
  643. # [17:45] * Quits: sosby (~jsa@penguin.norclans.org) (Ping timeout: 260 seconds)
  644. # [17:46] * Joins: petey (~petey@198.179.137.142)
  645. # [17:49] * Quits: eddief1029 (~Eddie@c-24-22-33-249.hsd1.or.comcast.net) (Read error: Connection reset by peer)
  646. # [17:50] * Joins: aspire (~aspire@unaffiliated/aspire)
  647. # [17:50] * Quits: PaulCapestany (~PaulCapes@204.28.124.82) (Quit: Computer has gone to sleep.)
  648. # [17:51] * Joins: xk_id (~xk_id@unaffiliated/xk-id/x-0573425)
  649. # [17:51] * Joins: eddief1029 (~Eddie@c-24-22-33-249.hsd1.or.comcast.net)
  650. # [17:58] * Quits: franksta-imac (~frankstal@72.10.55.185) (Remote host closed the connection)
  651. # [17:59] * Joins: franksta-imac (~frankstal@72.10.55.185)
  652. # [17:59] * ericduran|away is now known as ericduran
  653. # [18:00] * Quits: martndemus (~martndemu@a83-163-254-59.adsl.xs4all.nl) (Ping timeout: 246 seconds)
  654. # [18:01] * Joins: sosby (~jsa@penguin.norclans.org)
  655. # [18:01] * Quits: aspire (~aspire@unaffiliated/aspire) (Quit: Leaving)
  656. # [18:01] * Joins: mven (~mven@169.241.49.239)
  657. # [18:02] * Quits: MCHammer (~mchammer@212.48.107.10) (Remote host closed the connection)
  658. # [18:03] * Joins: mmlac-bv (~mmlac@208.65.181.227.static.etheric.net)
  659. # [18:05] * Joins: keithclarkcouk (~keithclar@0543c095.skybroadband.com)
  660. # [18:05] * Joins: c4milo (~c4milo@cable201-232-176-18.epm.net.co)
  661. # [18:08] * Joins: maxani (~maxani@ARennes-655-1-56-4.w109-218.abo.wanadoo.fr)
  662. # [18:08] * Joins: aspire (~aspire@unaffiliated/aspire)
  663. # [18:10] * Quits: jumperswitch (~jumperswi@ip-109-47-1-166.web.vodafone.de) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  664. # [18:10] * Joins: cnivolle_ (~cnivolle@office.clever-cloud.com)
  665. # [18:10] * Joins: jumperswitch (~jumperswi@ip-109-47-1-166.web.vodafone.de)
  666. # [18:11] * Joins: roelmonnens (~roelmonne@ip-62-235-143-140.dsl.scarlet.be)
  667. # [18:12] * Quits: petey (~petey@198.179.137.142) (Remote host closed the connection)
  668. # [18:12] * Quits: fikst (~fikst@d54C6D0B7.access.telenet.be) (Quit: Leaving)
  669. # [18:13] * Joins: petey (~petey@198.179.137.142)
  670. # [18:14] * Quits: keithclarkcouk (~keithclar@0543c095.skybroadband.com) (Remote host closed the connection)
  671. # [18:14] * Quits: petey (~petey@198.179.137.142) (Read error: Connection reset by peer)
  672. # [18:14] * Quits: cnivolle (~cnivolle@office.clever-cloud.com) (Ping timeout: 272 seconds)
  673. # [18:14] * Joins: petey (~petey@198.179.137.241)
  674. # [18:15] * Quits: cnivolle_ (~cnivolle@office.clever-cloud.com) (Ping timeout: 272 seconds)
  675. # [18:15] * Quits: roelmonnens (~roelmonne@ip-62-235-143-140.dsl.scarlet.be) (Ping timeout: 246 seconds)
  676. # [18:16] * Quits: petey (~petey@198.179.137.241) (Remote host closed the connection)
  677. # [18:16] * Joins: petey (~petey@198.179.137.241)
  678. # [18:17] * Quits: kmels (~kmels@190.56.121.28) (Quit: Leaving)
  679. # [18:18] * Joins: Gmac__ (~textual@63.92.224.249)
  680. # [18:18] * Quits: mven (~mven@169.241.49.239) (Remote host closed the connection)
  681. # [18:18] * Joins: mven (~mven@169.241.49.239)
  682. # [18:19] * Quits: maxani (~maxani@ARennes-655-1-56-4.w109-218.abo.wanadoo.fr) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  683. # [18:20] * Quits: petey (~petey@198.179.137.241) (Ping timeout: 245 seconds)
  684. # [18:22] * Joins: petey (~petey@198.179.137.241)
  685. # [18:23] * Quits: mven (~mven@169.241.49.239) (Ping timeout: 245 seconds)
  686. # [18:23] <ericx3x> Does anyone know how to use google analytics?
  687. # [18:23] * Quits: jumperswitch (~jumperswi@ip-109-47-1-166.web.vodafone.de) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  688. # [18:23] * Quits: Siyfion (~Siyfion@195.58.75.192) (Remote host closed the connection)
  689. # [18:23] <ericx3x> My client is asking to make sure Event Tracking, and custom variable code is added to this website I'm developing
  690. # [18:23] <ericx3x> I'm not quite sure what they mean
  691. # [18:24] <ericx3x> I have this google analytics script in the site but nothing more than that.
  692. # [18:24] * Quits: Gmac__ (~textual@63.92.224.249) (Quit: Textual IRC Client: www.textualapp.com)
  693. # [18:28] * Joins: mgocobachi (~mgocobach@200-56-201-117-cable.cybercable.net.mx)
  694. # [18:28] * Quits: brunus (~brunus@159.71.64.86.rev.sfr.net) (Quit: Quitte)
  695. # [18:29] * Joins: AhabsBeard (~dm@66-193-119-131.static.twtelecom.net)
  696. # [18:29] * Quits: donmichelangelo (~donmichel@pD95DD7C3.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  697. # [18:30] * Joins: donmichelangelo (~donmichel@pD95DD7C3.dip0.t-ipconnect.de)
  698. # [18:30] * Joins: jumperswitch (~jumperswi@ltea-178-014-124-231.pools.arcor-ip.net)
  699. # [18:31] * Joins: gmi (~G74@185.13.9.63)
  700. # [18:32] * Joins: __DUDE__ (~Wheelman@41.226.32.84)
  701. # [18:32] * Quits: Lethalman (~luca@89.118.249.114) (Remote host closed the connection)
  702. # [18:33] * Quits: franksta-imac (~frankstal@72.10.55.185) (Remote host closed the connection)
  703. # [18:34] * Joins: franksta-imac (~frankstal@72.10.55.185)
  704. # [18:35] * Quits: clamstar (~textual@38.104.173.198) (Quit: Computer has gone to sleep.)
  705. # [18:37] * Quits: vydd (~vydd@unaffiliated/vydd) (Remote host closed the connection)
  706. # [18:37] * Quits: basmoura (~basmoura@186-247-154-158.user.veloxzone.com.br) (Ping timeout: 264 seconds)
  707. # [18:39] * Joins: maxani (~maxani@ARennes-655-1-56-4.w109-218.abo.wanadoo.fr)
  708. # [18:40] * Joins: Jayflux (~Jason@unaffiliated/jayflux)
  709. # [18:49] * Joins: Shusshu (~shu@ip51cd1542.speed.planet.nl)
  710. # [18:51] * Quits: DrScript (~DrScript@kbw-reserved-41-222-21-147.iconnect.zm) (Ping timeout: 260 seconds)
  711. # [18:51] * Quits: Shusshu (~shu@ip51cd1542.speed.planet.nl) (Client Quit)
  712. # [18:53] * Joins: sguselnikov (~arietis@188.242.181.162)
  713. # [18:53] * Quits: kristofers (~kristofer@89-160-178-85.du.xdsl.is) (Remote host closed the connection)
  714. # [18:54] * Joins: vydd (~vydd@92.244.136.246)
  715. # [18:54] * Quits: vydd (~vydd@92.244.136.246) (Changing host)
  716. # [18:54] * Joins: vydd (~vydd@unaffiliated/vydd)
  717. # [18:56] * Quits: petey (~petey@198.179.137.241) (Remote host closed the connection)
  718. # [18:56] * Joins: jaredwilli (~jaredwill@c-98-217-71-223.hsd1.ma.comcast.net)
  719. # [18:56] * Quits: jaredwilli (~jaredwill@c-98-217-71-223.hsd1.ma.comcast.net) (Remote host closed the connection)
  720. # [18:56] * Joins: petey (~petey@198.179.137.241)
  721. # [18:56] * Joins: jaredwilli (~jaredwill@c-98-217-71-223.hsd1.ma.comcast.net)
  722. # [18:57] * Quits: sguselnikov (~arietis@188.242.181.162) (Client Quit)
  723. # [18:57] * Quits: _cheney (~cheney@nat.sierrabravo.net) (Read error: Connection reset by peer)
  724. # [18:57] * Joins: arietis (~arietis@188.242.181.162)
  725. # [18:58] * Joins: _cheney (~cheney@nat.sierrabravo.net)
  726. # [18:59] * Joins: petey_ (~petey@198.179.137.241)
  727. # [19:00] * Joins: frozenice (~frozenice@unaffiliated/fr0zenice)
  728. # [19:00] * Quits: shaunbak_ (~shaunbake@brick-lane.lbi.co.uk) (Remote host closed the connection)
  729. # [19:00] * Quits: petey (~petey@198.179.137.241) (Read error: Connection reset by peer)
  730. # [19:01] * Joins: dhruvasagar (~dhruvasag@122.167.152.122)
  731. # [19:01] * Joins: shaunbaker (~shaunbake@brick-lane.lbi.co.uk)
  732. # [19:03] * Joins: NivenHuH (~NivenWuss@sonic.mochaleaf.com)
  733. # [19:04] * Quits: pandeiro (~user@187.37.172.139) (Read error: Connection reset by peer)
  734. # [19:06] * Quits: shaunbaker (~shaunbake@brick-lane.lbi.co.uk) (Ping timeout: 272 seconds)
  735. # [19:07] * Joins: martndemus (~martndemu@162pc213.sshunet.nl)
  736. # [19:10] * Quits: petey_ (~petey@198.179.137.241) (Remote host closed the connection)
  737. # [19:11] * Joins: petey (~petey@198.179.137.241)
  738. # [19:12] * Quits: martndemus (~martndemu@162pc213.sshunet.nl) (Ping timeout: 272 seconds)
  739. # [19:12] * ericduran is now known as ericduran|away
  740. # [19:15] * HariboPenguin|Of is now known as HariboPenguin
  741. # [19:15] * Quits: petey (~petey@198.179.137.241) (Ping timeout: 265 seconds)
  742. # [19:16] * Joins: chrob (~christoph@chello080108185051.1.12.vie.surfer.at)
  743. # [19:16] * Quits: manuelbieh (~beeevi2@p509926a1.dip0.t-ipconnect.de) (Quit: Verlassend)
  744. # [19:19] * ericduran|away is now known as ericduran
  745. # [19:20] * Joins: pandeiro (~user@187.37.172.139)
  746. # [19:23] * Joins: danielwrobert (~danielwro@wsip-68-15-24-46.sd.sd.cox.net)
  747. # [19:24] * Quits: maxani (~maxani@ARennes-655-1-56-4.w109-218.abo.wanadoo.fr) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  748. # [19:25] * HariboPenguin is now known as HariboPenguin|Of
  749. # [19:26] * Quits: karega (~aniasis@162-195-130-32.lightspeed.rcsntx.sbcglobal.net) (Ping timeout: 272 seconds)
  750. # [19:26] * Joins: PaulCapestany (~PaulCapes@204.28.124.82)
  751. # [19:28] * Joins: mj12albert (~textual@n112118157241.netvigator.com)
  752. # [19:28] * Quits: mj12albert (~textual@n112118157241.netvigator.com) (Max SendQ exceeded)
  753. # [19:30] * Quits: danielwrobert (~danielwro@wsip-68-15-24-46.sd.sd.cox.net) (Quit: Leaving.)
  754. # [19:30] * Joins: danielwrobert (~danielwro@wsip-68-15-24-46.sd.sd.cox.net)
  755. # [19:33] * Joins: mj12albert (~mj12alber@n112118157241.netvigator.com)
  756. # [19:37] * Quits: simons (~scarfs03@gatek.mh.bbc.co.uk) (Ping timeout: 256 seconds)
  757. # [19:38] * Joins: maxani (~maxani@ARennes-655-1-56-4.w109-218.abo.wanadoo.fr)
  758. # [19:38] * Quits: jaredwilli (~jaredwill@c-98-217-71-223.hsd1.ma.comcast.net) (Remote host closed the connection)
  759. # [19:39] * Quits: dhruvasagar (~dhruvasag@122.167.152.122) (Ping timeout: 245 seconds)
  760. # [19:41] * Joins: Leo2013 (~Leo2013@2a02:8070:2410:6500:9dac:8e20:1212:cb91)
  761. # [19:43] * Joins: enjawork (~enjamini@50-1-123-108.dsl.dynamic.sonic.net)
  762. # [19:45] * Quits: enjawork (~enjamini@50-1-123-108.dsl.dynamic.sonic.net) (Client Quit)
  763. # [19:51] * Joins: Sami1 (~Adium@cpc5-basl9-2-0-cust81.basl.cable.virginmedia.com)
  764. # [19:51] * Parts: Sami1 (~Adium@cpc5-basl9-2-0-cust81.basl.cable.virginmedia.com)
  765. # [19:55] * Quits: maxani (~maxani@ARennes-655-1-56-4.w109-218.abo.wanadoo.fr) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  766. # [19:55] * Quits: Jayflux (~Jason@unaffiliated/jayflux) (Ping timeout: 268 seconds)
  767. # [19:57] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
  768. # [19:57] * Joins: enjawork (~enjamini@50-1-123-108.dsl.dynamic.sonic.net)
  769. # [19:58] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
  770. # [20:00] * Joins: petey (~petey@198.179.137.241)
  771. # [20:00] * Joins: cnivolle (~cnivolle@glo44-3-82-227-211-116.fbx.proxad.net)
  772. # [20:00] * Quits: WolfieZero (~WolfieZer@87.124.34.97) (Ping timeout: 264 seconds)
  773. # [20:01] * Joins: jsbkkj (~jsbkkj@46.28.51.68)
  774. # [20:02] * Joins: aniasis (~aniasis@64.124.202.222)
  775. # [20:02] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
  776. # [20:04] * Joins: mattkelly (~mattwkell@facebook/engineering/mattkelly)
  777. # [20:04] * Quits: mattkelly (~mattwkell@facebook/engineering/mattkelly) (Client Quit)
  778. # [20:05] * Quits: mmlac-bv (~mmlac@208.65.181.227.static.etheric.net) (Quit: mmlac-bv)
  779. # [20:06] * Quits: NivenHuH (~NivenWuss@sonic.mochaleaf.com) (Read error: Connection reset by peer)
  780. # [20:06] * Quits: bouble (~guz@177-97-190-109.dsl.ovh.fr) (Ping timeout: 272 seconds)
  781. # [20:08] * Joins: pr0ton (~pr0ton@8.25.197.24)
  782. # [20:11] * Quits: shashank_rs (~Thunderbi@14.139.122.114) (Ping timeout: 252 seconds)
  783. # [20:13] * Joins: shashank_rs (~Thunderbi@14.139.122.114)
  784. # [20:17] * Joins: fikst (~fikst@d54C442D5.access.telenet.be)
  785. # [20:17] * Joins: drublic (~drublic@ip-5-146-24-242.unitymediagroup.de)
  786. # [20:17] * Quits: drublic (~drublic@ip-5-146-24-242.unitymediagroup.de) (Remote host closed the connection)
  787. # [20:17] * Joins: kuranai|bnc (~kuranai@taurus.uberspace.de)
  788. # [20:17] * Joins: drublic (~drublic@ip-5-146-24-242.unitymediagroup.de)
  789. # [20:18] * Quits: arietis (~arietis@188.242.181.162) (Quit: Computer has gone to sleep.)
  790. # [20:23] * Quits: frozenice (~frozenice@unaffiliated/fr0zenice) (Remote host closed the connection)
  791. # [20:25] * Quits: devsharpen (~steph@ARennes-551-1-24-172.w92-135.abo.wanadoo.fr) (Ping timeout: 272 seconds)
  792. # [20:26] * Quits: quetzakubica (~quetzacot@pby93.internetdsl.tpnet.pl) (Quit: Leaving.)
  793. # [20:26] * Quits: c4milo (~c4milo@cable201-232-176-18.epm.net.co) (Remote host closed the connection)
  794. # [20:27] * Joins: c4milo (~c4milo@cable201-232-176-18.epm.net.co)
  795. # [20:27] * Joins: iGrow (~iGrow@c-98-229-114-236.hsd1.ma.comcast.net)
  796. # [20:27] * Quits: shashank_rs (~Thunderbi@14.139.122.114) (Ping timeout: 252 seconds)
  797. # [20:28] * Quits: etimesg (~etimesg@187.92.70.2) (Quit: etimesg)
  798. # [20:28] * Quits: kkrikk (~kkrikk@p5DDC0CB6.dip0.t-ipconnect.de)
  799. # [20:30] * Quits: ProgR33n (ProgR33n@178.32.230.202) (Remote host closed the connection)
  800. # [20:32] * Quits: c4milo (~c4milo@cable201-232-176-18.epm.net.co) (Ping timeout: 272 seconds)
  801. # [20:37] * Joins: devsharpen (~steph@31.6.45.59)
  802. # [20:41] * Joins: deasy (~deasy@host-85-201-85-126.brutele.be)
  803. # [20:44] * Joins: manuelbieh (~beeevi2@p57BD619E.dip0.t-ipconnect.de)
  804. # [20:49] * Joins: graphettion (~graphetti@66.49.23.98.nw.nuvox.net)
  805. # [20:49] * Quits: petey (~petey@198.179.137.241) (Remote host closed the connection)
  806. # [20:49] * Joins: petey (~petey@198.179.137.241)
  807. # [20:54] * Quits: petey (~petey@198.179.137.241) (Ping timeout: 272 seconds)
  808. # [20:56] * Joins: petey (~petey@198.179.137.241)
  809. # [20:57] * Quits: Ms2ger (~Ms2ger@91.180.155.192) (Ping timeout: 252 seconds)
  810. # [20:57] * Quits: cnivolle (~cnivolle@glo44-3-82-227-211-116.fbx.proxad.net) (Remote host closed the connection)
  811. # [20:58] * Joins: cnivolle (~cnivolle@glo44-3-82-227-211-116.fbx.proxad.net)
  812. # [20:58] * Quits: mtrythall (~mtrythall@208.53.158.222) (Quit: Textual IRC Client: http://www.textualapp.com/)
  813. # [21:00] * Quits: iGrow (~iGrow@c-98-229-114-236.hsd1.ma.comcast.net) (Ping timeout: 240 seconds)
  814. # [21:02] * Joins: iGrow (~iGrow@c-98-229-114-236.hsd1.ma.comcast.net)
  815. # [21:03] * Quits: cnivolle (~cnivolle@glo44-3-82-227-211-116.fbx.proxad.net) (Ping timeout: 272 seconds)
  816. # [21:06] * Quits: symb (~IRC@91-64-9-149-dynip.superkabel.de) (Read error: Connection reset by peer)
  817. # [21:06] * Joins: symb (~IRC@91-64-9-149-dynip.superkabel.de)
  818. # [21:08] * Quits: pr0ton (~pr0ton@8.25.197.24) (Quit: pr0ton)
  819. # [21:10] * Quits: felipeduardo (~felipedua@189.115.44.34) (Ping timeout: 272 seconds)
  820. # [21:11] * Quits: ulkesh (~ulkesh@65.83.231.100) (Quit: Buh-bye.)
  821. # [21:12] * Joins: Ms2ger (~Ms2ger@91.180.155.192)
  822. # [21:15] * FortuneDays is now known as Guest30396
  823. # [21:15] * Quits: Guest30396 (~Mac@24-119-142-246.cpe.cableone.net) (Killed (hubbard.freenode.net (Nickname regained by services)))
  824. # [21:16] * Joins: Guest30396 (~Mac@24-119-142-246.cpe.cableone.net)
  825. # [21:20] * Joins: mmlac-bv (~mmlac@208.65.181.227.static.etheric.net)
  826. # [21:20] * Quits: xk_id (~xk_id@unaffiliated/xk-id/x-0573425) (Quit: 🚣)
  827. # [21:23] * Joins: cnivolle (~cnivolle@glo44-3-82-227-211-116.fbx.proxad.net)
  828. # [21:24] * Joins: felipeduardo (~felipedua@189.115.44.34)
  829. # [21:25] <terinjokes> anyone seen chrome continue to resolve a domain to the wrong IP, even after flushing browser and the local caches?
  830. # [21:25] * Joins: mtrythall (~mtrythall@208.53.158.222)
  831. # [21:29] * Quits: graphettion (~graphetti@66.49.23.98.nw.nuvox.net) (Remote host closed the connection)
  832. # [21:29] * Quits: PaulCapestany (~PaulCapes@204.28.124.82) (Quit: Computer has gone to sleep.)
  833. # [21:31] * Joins: PaulCapestany (~PaulCapes@204.28.124.82)
  834. # [21:32] * Quits: danielwrobert (~danielwro@wsip-68-15-24-46.sd.sd.cox.net) (Quit: Leaving.)
  835. # [21:32] * Quits: epopt37 (~epopt37@cpe-98-154-161-216.socal.res.rr.com) (Ping timeout: 272 seconds)
  836. # [21:32] * Quits: tantek (~tantek@cpe-172-254-56-122.nyc.res.rr.com) (Quit: tantek)
  837. # [21:35] * Joins: Jayflux (~Jason@unaffiliated/jayflux)
  838. # [21:36] * Joins: c4milo (~c4milo@cable201-232-176-18.epm.net.co)
  839. # [21:38] * Quits: Ms2ger (~Ms2ger@91.180.155.192) (Quit: nn)
  840. # [21:43] * michael_mbp is now known as zz_michael_mbp
  841. # [21:43] * Quits: daffl (~daffl@204.191.202.151) (Remote host closed the connection)
  842. # [21:45] * Joins: tomlane (tomlane@gateway/shell/ircrelay.com/x-ttgylwcdnqblszyi)
  843. # [21:45] * Quits: __DUDE__ (~Wheelman@41.226.32.84) (Quit: Leaving)
  844. # [21:45] * Joins: epopt37 (~epopt37@cpe-98-154-161-216.socal.res.rr.com)
  845. # [21:49] * Joins: pr0ton (~pr0ton@8.25.197.24)
  846. # [21:50] * Quits: iGrow (~iGrow@c-98-229-114-236.hsd1.ma.comcast.net) (Ping timeout: 245 seconds)
  847. # [21:50] * Joins: xk_id (~xk_id@unaffiliated/xk-id/x-0573425)
  848. # [21:52] * Quits: fikst (~fikst@d54C442D5.access.telenet.be) (Remote host closed the connection)
  849. # [21:53] * ericduran is now known as ericduran|away
  850. # [21:55] * Joins: daffl (~daffl@216-13-236-174.dedicated.allstream.net)
  851. # [21:56] * Quits: jochen__ (jochen@nat/google/x-wrjyadnigbfvayhy) (Ping timeout: 268 seconds)
  852. # [21:57] * Joins: jochen__ (jochen@nat/google/x-wnjvgyixqsrvaisa)
  853. # [21:57] * Quits: AhabsBeard (~dm@66-193-119-131.static.twtelecom.net)
  854. # [21:58] * Quits: haiQt (~haiQt@78-21-0-106.access.telenet.be) (Read error: Connection reset by peer)
  855. # [21:58] * ericduran|away is now known as ericduran
  856. # [21:59] * Quits: RudyValencia (~self@unaffiliated/rudyvalencia) (Ping timeout: 245 seconds)
  857. # [21:59] * Joins: iGrow (~iGrow@c-98-229-114-236.hsd1.ma.comcast.net)
  858. # [22:00] * Quits: petey (~petey@198.179.137.241) (Remote host closed the connection)
  859. # [22:00] * Joins: petey (~petey@198.179.137.241)
  860. # [22:03] * Quits: c4milo (~c4milo@cable201-232-176-18.epm.net.co) (Remote host closed the connection)
  861. # [22:03] * Quits: rfoust (~rfoust@wl-atc-pat.netcom.duke.edu) (Quit: Computer has gone to sleep.)
  862. # [22:04] * Joins: petey_ (~petey@198.179.137.241)
  863. # [22:04] * Quits: petey (~petey@198.179.137.241) (Read error: Connection reset by peer)
  864. # [22:08] * Joins: tantek (~tantek@172.56.34.120)
  865. # [22:08] * Quits: xk_id (~xk_id@unaffiliated/xk-id/x-0573425) (Quit: 🚣)
  866. # [22:10] * Joins: manuelbieh_ (~beeevi2@p57BD619E.dip0.t-ipconnect.de)
  867. # [22:11] * Quits: pr0ton (~pr0ton@8.25.197.24) (Quit: pr0ton)
  868. # [22:12] * Quits: jochen__ (jochen@nat/google/x-wnjvgyixqsrvaisa) (Ping timeout: 264 seconds)
  869. # [22:12] * Quits: tantek (~tantek@172.56.34.120) (Ping timeout: 240 seconds)
  870. # [22:13] * Quits: deasy (~deasy@host-85-201-85-126.brutele.be) (Quit: Nom d'un quark, c'est Edmonton !)
  871. # [22:13] * Joins: jochen__ (jochen@nat/google/x-xalemiywzqvjexhs)
  872. # [22:13] * Joins: pr0ton (~pr0ton@8.25.197.24)
  873. # [22:13] * Quits: manuelbieh (~beeevi2@p57BD619E.dip0.t-ipconnect.de) (Ping timeout: 272 seconds)
  874. # [22:14] * Quits: pr0ton (~pr0ton@8.25.197.24) (Client Quit)
  875. # [22:15] * Quits: ecube (~ecube@unaffiliated/ecube) (Ping timeout: 272 seconds)
  876. # [22:16] * Joins: ericelliott (~ericellio@162.219.21.153)
  877. # [22:16] * Joins: darvein (~darvein@static-190-181-5-60.acelerate.net)
  878. # [22:17] <darvein> hello, somebode use angular-snap.js ?
  879. # [22:19] * Quits: jumperswitch (~jumperswi@ltea-178-014-124-231.pools.arcor-ip.net) (Ping timeout: 245 seconds)
  880. # [22:19] * Joins: jumperswitch_ (~jumperswi@ip-109-47-3-178.web.vodafone.de)
  881. # [22:19] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
  882. # [22:21] * Quits: ericelliott (~ericellio@162.219.21.153) (Ping timeout: 272 seconds)
  883. # [22:22] * Joins: patson (~mIRC@dyn72-158.yok.fi)
  884. # [22:22] * jumperswitch_ is now known as jumperswitch
  885. # [22:23] * Quits: drublic (~drublic@ip-5-146-24-242.unitymediagroup.de) (Remote host closed the connection)
  886. # [22:25] * Joins: kawaiibesu (~kawaiibes@wsip-72-215-161-38.sb.sd.cox.net)
  887. # [22:27] * Quits: rolleiflex (~rolleifle@ec2-54-242-146-184.compute-1.amazonaws.com) (Excess Flood)
  888. # [22:27] * Joins: rolleiflex (~rolleifle@ec2-54-242-146-184.compute-1.amazonaws.com)
  889. # [22:27] * Quits: darvein (~darvein@static-190-181-5-60.acelerate.net) (Read error: Connection reset by peer)
  890. # [22:27] * Joins: pr0ton (~pr0ton@8.25.197.24)
  891. # [22:28] * Joins: rfoust (~rfoust@cpe-098-026-007-087.nc.res.rr.com)
  892. # [22:30] * Joins: darvein (~darvein@static-190-181-5-60.acelerate.net)
  893. # [22:30] * Joins: kristofers (~kristofer@89-160-178-85.du.xdsl.is)
  894. # [22:32] * Quits: iGrow (~iGrow@c-98-229-114-236.hsd1.ma.comcast.net) (Ping timeout: 260 seconds)
  895. # [22:32] * Quits: mtrythall (~mtrythall@208.53.158.222) (Quit: Textual IRC Client: http://www.textualapp.com/)
  896. # [22:34] * Joins: maxani (~maxani@ARennes-655-1-56-4.w109-218.abo.wanadoo.fr)
  897. # [22:34] * Quits: maxani (~maxani@ARennes-655-1-56-4.w109-218.abo.wanadoo.fr) (Client Quit)
  898. # [22:37] * Quits: enjawork (~enjamini@50-1-123-108.dsl.dynamic.sonic.net) (Quit: enjawork)
  899. # [22:38] * Joins: NivenHuH (~NivenWuss@sonic.mochaleaf.com)
  900. # [22:38] * Joins: mtrythall (~mtrythall@208.53.158.222)
  901. # [22:44] * Joins: fikst (~fikst@d54C442D5.access.telenet.be)
  902. # [22:44] * Joins: danielwrobert (~danielwro@wsip-68-15-24-46.sd.sd.cox.net)
  903. # [22:45] * Quits: AlchemicRaker (~quassel@ec2-23-21-136-4.compute-1.amazonaws.com) (Ping timeout: 272 seconds)
  904. # [22:47] * Quits: mmlac-bv (~mmlac@208.65.181.227.static.etheric.net) (Quit: mmlac-bv)
  905. # [22:48] * Joins: mmlac-bv (~mmlac@208.65.181.227)
  906. # [22:49] * Joins: jumperswitch_ (~jumperswi@ip-109-47-2-82.web.vodafone.de)
  907. # [22:49] * Quits: petey_ (~petey@198.179.137.241) (Remote host closed the connection)
  908. # [22:49] * Quits: gmi (~G74@185.13.9.63) (Quit: Leaving)
  909. # [22:49] * Joins: petey (~petey@198.179.137.241)
  910. # [22:49] * Joins: AlchemicRaker (~quassel@ec2-23-21-136-4.compute-1.amazonaws.com)
  911. # [22:49] * Joins: xk_id (~xk_id@unaffiliated/xk-id/x-0573425)
  912. # [22:49] * Quits: petey (~petey@198.179.137.241) (Read error: Connection reset by peer)
  913. # [22:50] * Quits: jumperswitch (~jumperswi@ip-109-47-3-178.web.vodafone.de) (Ping timeout: 245 seconds)
  914. # [22:50] * Joins: petey (~petey@198.179.137.241)
  915. # [22:51] * Guest30396 is now known as FortuneDays
  916. # [22:53] * jumperswitch_ is now known as jumperswitch
  917. # [22:53] * Joins: newtron_ (~newtron@199.71.174.202)
  918. # [22:54] * zz_michael_mbp is now known as michael_mbp
  919. # [22:54] * Quits: pandeiro (~user@187.37.172.139) (Read error: Connection reset by peer)
  920. # [22:54] * Joins: pandeiro (~user@187.37.172.139)
  921. # [22:56] * Quits: scottkellum_busy (~scottkell@199.180.217.169) (Remote host closed the connection)
  922. # [22:57] * Joins: scottkellum (~scottkell@199.180.217.169)
  923. # [22:58] * Quits: newtron (~newtron@199.71.174.203) (Ping timeout: 272 seconds)
  924. # [22:58] * Quits: newtron_ (~newtron@199.71.174.202) (Ping timeout: 272 seconds)
  925. # [23:01] * Quits: aniasis (~aniasis@64.124.202.222) (Ping timeout: 272 seconds)
  926. # [23:01] * ironfroggy is now known as ironfroggy_hatin
  927. # [23:02] * ironfroggy_hatin is now known as ironfroggy
  928. # [23:02] * Quits: darvein (~darvein@static-190-181-5-60.acelerate.net) (Read error: Connection reset by peer)
  929. # [23:03] * Joins: synTax (syny0@is.f14sh.de)
  930. # [23:04] * Joins: AhabsBeard (~dm@cpe-66-68-12-172.austin.res.rr.com)
  931. # [23:04] * Joins: enjawork (~enjamini@50-1-123-108.dsl.dynamic.sonic.net)
  932. # [23:04] * Joins: P1RATEZ (piratez@CPE602ad086e9b5-CM602ad086e9b2.cpe.net.cable.rogers.com)
  933. # [23:05] * Joins: ecube (~ecube@unaffiliated/ecube)
  934. # [23:05] * Quits: AhabsBeard (~dm@cpe-66-68-12-172.austin.res.rr.com) (Max SendQ exceeded)
  935. # [23:06] * Joins: factor (~factor@ip70-189-111-253.ok.ok.cox.net)
  936. # [23:13] * Quits: daffl (~daffl@216-13-236-174.dedicated.allstream.net) (Remote host closed the connection)
  937. # [23:13] * Quits: felipeduardo (~felipedua@189.115.44.34) (Quit: fui..)
  938. # [23:13] * Joins: Itrace (~Itrace@74-84-110-222.client.mchsi.com)
  939. # [23:13] * Joins: NicolasTarzia (~NicolasTa@179.223.108.100)
  940. # [23:14] * Quits: petey (~petey@198.179.137.241) (Remote host closed the connection)
  941. # [23:14] * Quits: rubatdub (~khalil@213.188.180.185) (Quit: Quitte)
  942. # [23:15] * Joins: petey (~petey@198.179.137.241)
  943. # [23:15] * Joins: c4milo (~c4milo@cable201-232-176-18.epm.net.co)
  944. # [23:16] * Quits: petey (~petey@198.179.137.241) (Read error: Connection reset by peer)
  945. # [23:16] * Joins: petey (~petey@198.179.137.241)
  946. # [23:19] * Quits: roadt_ (~roadt@114.96.137.186) (Ping timeout: 272 seconds)
  947. # [23:20] * Joins: TheOrignl (~Thunderbi@c-50-168-25-146.hsd1.ca.comcast.net)
  948. # [23:23] * ericduran is now known as ericduran|away
  949. # [23:24] * Quits: enjawork (~enjamini@50-1-123-108.dsl.dynamic.sonic.net) (Quit: enjawork)
  950. # [23:25] * Quits: danielwrobert (~danielwro@wsip-68-15-24-46.sd.sd.cox.net) (Quit: Leaving.)
  951. # [23:26] * Jikan is now known as Jikai
  952. # [23:26] * Joins: Wildblue (~guy@unaffiliated/wildblue)
  953. # [23:28] * Quits: Itrace (~Itrace@74-84-110-222.client.mchsi.com) (Quit: Itrace)
  954. # [23:29] * Quits: jreading (Adium@nat/novell/x-hxvhhsxszllmvnpt) (Quit: Leaving.)
  955. # [23:30] * Quits: donmichelangelo (~donmichel@pD95DD7C3.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  956. # [23:30] * Joins: donmichelangelo (~donmichel@pD95DD7C3.dip0.t-ipconnect.de)
  957. # [23:30] * Quits: scottkellum (~scottkell@199.180.217.169) (Remote host closed the connection)
  958. # [23:30] * Joins: darvein (~darvein@static-190-181-5-60.acelerate.net)
  959. # [23:30] * Quits: BlippSquipp (~mmaurisak@168-93-187-18.ipv4.firstcomm.com) (Quit: Leaving.)
  960. # [23:30] * Joins: scottkellum (~scottkell@199.180.217.169)
  961. # [23:32] * Quits: darvein (~darvein@static-190-181-5-60.acelerate.net) (Read error: Connection reset by peer)
  962. # [23:33] * Quits: fikst (~fikst@d54C442D5.access.telenet.be) (Read error: Connection reset by peer)
  963. # [23:34] * Joins: danielwrobert (~danielwro@wsip-68-15-24-46.sd.sd.cox.net)
  964. # [23:35] * Quits: petey (~petey@198.179.137.241) (Remote host closed the connection)
  965. # [23:36] * Joins: petey (~petey@198.179.137.241)
  966. # [23:38] * Quits: NivenHuH (~NivenWuss@sonic.mochaleaf.com) (Ping timeout: 240 seconds)
  967. # [23:38] * Joins: NivenHuH (~NivenWuss@sonic.mochaleaf.com)
  968. # [23:39] * Joins: petey_ (~petey@198.179.137.241)
  969. # [23:39] * Joins: Skorski (~Skorski@c-50-158-213-140.hsd1.il.comcast.net)
  970. # [23:40] * Quits: l0ngbeach (~mike@AFontenayssB-152-1-50-18.w82-121.abo.wanadoo.fr)
  971. # [23:40] * Quits: petey (~petey@198.179.137.241) (Read error: Connection reset by peer)
  972. # [23:41] * Quits: PaulCapestany (~PaulCapes@204.28.124.82) (Quit: Computer has gone to sleep.)
  973. # [23:42] * Joins: AhabsBeard (~dm@cpe-66-68-12-172.austin.res.rr.com)
  974. # [23:45] * Quits: kristofers (~kristofer@89-160-178-85.du.xdsl.is) (Remote host closed the connection)
  975. # [23:46] * Quits: c4milo (~c4milo@cable201-232-176-18.epm.net.co) (Remote host closed the connection)
  976. # [23:46] * michael_mbp is now known as zz_michael_mbp
  977. # [23:51] * Jikai is now known as Jikan
  978. # [23:51] * Joins: LiENUS (~LiENUS@2001:470:bbb3:12:dd7b:5163:83ee:1080)
  979. # [23:56] * Quits: AhabsBeard (~dm@cpe-66-68-12-172.austin.res.rr.com)
  980. # [23:56] * Quits: mgocobachi (~mgocobach@200-56-201-117-cable.cybercable.net.mx) (Read error: Connection reset by peer)
  981. # [23:57] * Quits: scottkellum (~scottkell@199.180.217.169) (Remote host closed the connection)
  982. # [23:57] * Joins: mgocobachi (~mgocobach@200-56-201-117-cable.cybercable.net.mx)
  983. # [23:59] * Joins: AhabsBeard (~dm@cpe-66-68-12-172.austin.res.rr.com)
  984. # [23:59] * Joins: danfromuk (~IceChat77@unaffiliated/danfromuk)
  985. # Session Close: Tue Oct 15 00:00:00 2013

The end :)