/irc-logs / freenode / #html5 / 2013-01-31 / end

Options:

  1. # Session Start: Thu Jan 31 00:00:01 2013
  2. # Session Ident: #html5
  3. # [00:00] <dhaber> That should do the trick. Just make sure you have the console showing errors. Often it saves lots of time.
  4. # [00:01] * Quits: Somatt_wrk (~somattwrk@darkstar2.fullsix.com) (Read error: Connection reset by peer)
  5. # [00:01] <Syzygy> canvas is null in line var context = canvas.getContext("2d");
  6. # [00:01] <Syzygy> weird
  7. # [00:02] * Joins: Somatt_wrk (~somattwrk@darkstar2.fullsix.com)
  8. # [00:02] <Syzygy> is the script part loaded before the HTML part?
  9. # [00:04] * Joins: dragonshed (~chaka@about/csharp/regular/chaka)
  10. # [00:05] * Quits: rickibalboa (~ricki@84.19.104.118) (Read error: Operation timed out)
  11. # [00:06] <Syzygy> document.getElementById("panel"); well this obviously returns 0
  12. # [00:06] <moo-_-> Syzygy: your orignal id was wrong
  13. # [00:06] <moo-_-> don't mix class and ids
  14. # [00:07] <Syzygy> i copied this code: http://jsfiddle.net/PhmTQ/9/
  15. # [00:07] <Syzygy> so it should be fine
  16. # [00:07] <moo-_-> Syzygy: note that jsfiddle.net runs the code in windows.onload handler
  17. # [00:07] <moo-_-> you should do the same
  18. # [00:07] <moo-_-> in jQuery it's
  19. # [00:07] <moo-_-> $(window).load(function() {})
  20. # [00:08] * Quits: _dc (~dc@alexander.nat.trb.com) (Ping timeout: 248 seconds)
  21. # [00:08] * Quits: Syzygy (~Syzygy@188-22-172-50.adsl.highway.telekom.at) (Read error: Connection reset by peer)
  22. # [00:08] * Joins: Syzygy (~Syzygy@188-22-172-50.adsl.highway.telekom.at)
  23. # [00:08] * Joins: tocka (~tocka@host86-162-171-211.range86-162.btcentralplus.com)
  24. # [00:08] <Syzygy> client crashed
  25. # [00:08] * Quits: tocka (~tocka@host86-162-171-211.range86-162.btcentralplus.com) (Max SendQ exceeded)
  26. # [00:09] * Quits: Kuifje (~None@unaffiliated/kuifje111) (Ping timeout: 256 seconds)
  27. # [00:11] * Joins: martisj (~martisj@ppp154-95.static.internode.on.net)
  28. # [00:15] * Quits: guy (~gajus@oftn/member/guy) (Remote host closed the connection)
  29. # [00:16] <moo-_-> Syzygy: np
  30. # [00:17] * Joins: schpengle (~schpengle@host-92-25-170-137.as13285.net)
  31. # [00:18] * abstractj|away is now known as abstractj
  32. # [00:18] * Quits: schpengle (~schpengle@host-92-25-170-137.as13285.net) (Client Quit)
  33. # [00:19] <Syzygy> ok so i'm tried implementing the on load thing
  34. # [00:19] <Syzygy> window.onLoad=function(){ all my JS code }
  35. # [00:19] * Joins: schpengle (~schpengle@host-92-25-170-137.as13285.net)
  36. # [00:19] <Syzygy> and at least now i don't get the null problem, but nothing happens
  37. # [00:20] <Syzygy> with the $(window).load(function(){ all my js code}) thing you recommened earlier I still get an error
  38. # [00:20] <moo-_-> https://developer.mozilla.org/en-US/docs/DOM/window.onload javascript is case sensitive
  39. # [00:21] <Syzygy> not used to all lowercase D:
  40. # [00:22] <Syzygy> yay, i see the cat
  41. # [00:22] * Quits: Sendoushi (~Musok@cm2-84-91-84-50.netvisao.pt) (Read error: Connection reset by peer)
  42. # [00:22] <Syzygy> thanks for the help and patience so far
  43. # [00:22] * Joins: Sendoushi (~Musok@cm2-84-91-84-50.netvisao.pt)
  44. # [00:23] <Syzygy> can I apply CSS to the javascript image?
  45. # [00:23] <estellevw_> yes
  46. # [00:23] <bot-t> (488 hours ago) <estellevw> tell estellevw_ this is a test
  47. # [00:25] * Quits: schpengle (~schpengle@host-92-25-170-137.as13285.net) (Quit: schpengle)
  48. # [00:28] * Quits: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net) (Quit: ChatZilla 0.9.89 [Firefox 18.0.1/20130116073211])
  49. # [00:28] <moo-_-> Syzygy: however, it's useless
  50. # [00:28] <moo-_-> Syzygy: as said before <canvas> operators on raw image and pixel data
  51. # [00:28] <Syzygy> ok
  52. # [00:29] <moo-_-> CSS lives in different world than drawImage()
  53. # [00:30] * Quits: stephenplusplus1 (~stephenpl@c-76-112-18-90.hsd1.mi.comcast.net) (Max SendQ exceeded)
  54. # [00:30] * Quits: oakdog8 (~oakdog8@unaffiliated/oakdog8) (Remote host closed the connection)
  55. # [00:30] * Quits: paul147 (~Adium@173-8-222-173-Oregon.hfc.comcastbusiness.net) (Quit: Leaving.)
  56. # [00:31] * Joins: stephenplusplus (~stephenpl@c-76-112-18-90.hsd1.mi.comcast.net)
  57. # [00:33] * Quits: craigrich (craigrich@02d8bd67.bb.sky.com)
  58. # [00:34] * Joins: tantek (~tantek@v-1045.fw1.sfo1.mozilla.net)
  59. # [00:35] * Joins: ZinnSoldat (~u291187@p5B39468A.dip.t-dialin.net)
  60. # [00:35] <Syzygy> well, i managed to break gradients
  61. # [00:36] * EHLOvader[afk] is now known as EHLOVader
  62. # [00:37] * Quits: benv (~benv@38.104.194.126) (Ping timeout: 255 seconds)
  63. # [00:37] * Quits: ZinnSoldat (~u291187@p5B39468A.dip.t-dialin.net) (Remote host closed the connection)
  64. # [00:39] * Quits: ghartmann (~ghartmann@cpc23-camd13-2-0-cust14.hari.cable.virginmedia.com) (Quit: Leaving)
  65. # [00:39] * Joins: DeltaHeavy (~DeltaHeav@d24-204-219-104.home4.cgocable.net)
  66. # [00:40] * Joins: ZinnSoldat (~u694458@p5B39468A.dip.t-dialin.net)
  67. # [00:42] * Quits: ML74 (~ML74@5e0c6133.bb.sky.com) (Quit: ["Textual IRC Client: www.textualapp.com"])
  68. # [00:42] <Jon47> well i just hope you are proud of what you've done
  69. # [00:42] <moo-_-> Syzygy: as long as you don't break the kitten :3
  70. # [00:42] <moo-_-> the world would not forgive you
  71. # [00:43] * Quits: seigmann (seigmann@cm-84.208.205.63.getinternet.no) (Ping timeout: 264 seconds)
  72. # [00:43] <Syzygy> context.drawImage(img, canvas.width/2, canvas.height/7, canvas.width/10, canvas.height/10); and the kittens face looks kind of like a badly drawn on smiley skull
  73. # [00:43] * Quits: yuya (~yuya@p31099-ipngn601hodogaya.kanagawa.ocn.ne.jp) (Ping timeout: 264 seconds)
  74. # [00:43] * Joins: guy (~gajus@oftn/member/guy)
  75. # [00:44] * Joins: seigmann (seigmann@cm-84.208.205.63.getinternet.no)
  76. # [00:44] <Syzygy> ... now that i try to get my colors here darker it's time to figure out if FFFFFF is white or black actually -.-
  77. # [00:46] * Joins: JiKeidan (~JiKeidan@74-128-170-35.dhcp.insightbb.com)
  78. # [00:47] <jaequery> anyone know how to refresh your chrome while clearing cache? i thought it was like shift+f5 but doesn't seem to do anything …
  79. # [00:48] <Syzygy> on firefox it's ctrl+f5
  80. # [00:48] * Quits: chriys (Tgl0be@modemcable040.63-177-173.mc.videotron.ca) (Ping timeout: 276 seconds)
  81. # [00:49] * Joins: ML74 (~ML74@5e0c6133.bb.sky.com)
  82. # [00:51] * Quits: Sendoushi (~Musok@cm2-84-91-84-50.netvisao.pt) (Remote host closed the connection)
  83. # [00:51] * Quits: _gambit (~prajwalit@59.95.7.112) (Ping timeout: 252 seconds)
  84. # [00:52] * Parts: tw2113 (~tw2113@fedora/tw2113) ("yar! I be gone exited!")
  85. # [00:53] <Syzygy> so. if i set the width of the canvas to something like 9 and scale it to 100% of the screen the canvas ill still only have 9 pixel?
  86. # [00:53] * Quits: ZinnSoldat (~u694458@p5B39468A.dip.t-dialin.net) (Remote host closed the connection)
  87. # [00:53] * Quits: mobileju_ (~mobilejus@173-80-78-104-bkly.atw.dyn.suddenlink.net) (Remote host closed the connection)
  88. # [00:56] * Joins: _gambit (~prajwalit@59.95.10.44)
  89. # [00:56] * Joins: _dc (~dc@8.sub-70-194-66.myvzw.com)
  90. # [00:56] * Quits: _dc (~dc@8.sub-70-194-66.myvzw.com) (Remote host closed the connection)
  91. # [00:57] * Quits: seigmann (seigmann@cm-84.208.205.63.getinternet.no) (Ping timeout: 246 seconds)
  92. # [00:57] * Joins: seigmann (seigmann@cm-84.208.205.63.getinternet.no)
  93. # [00:58] * Quits: mykul (~mykul@c-71-56-217-213.hsd1.co.comcast.net) (Quit: gg)
  94. # [00:59] * Quits: stephenplusplus (~stephenpl@c-76-112-18-90.hsd1.mi.comcast.net) (Read error: Connection reset by peer)
  95. # [00:59] * Quits: JiKeidan (~JiKeidan@74-128-170-35.dhcp.insightbb.com) (Read error: Connection reset by peer)
  96. # [00:59] * Joins: stephenplusplus (~stephenpl@c-76-112-18-90.hsd1.mi.comcast.net)
  97. # [00:59] * Joins: JiKeidan (~JiKeidan@74-128-170-35.dhcp.insightbb.com)
  98. # [01:00] * Quits: JiKeidan (~JiKeidan@74-128-170-35.dhcp.insightbb.com) (Client Quit)
  99. # [01:00] * Joins: JiKeidan (~JiKeidan@74-128-170-35.dhcp.insightbb.com)
  100. # [01:02] * Quits: seigmann (seigmann@cm-84.208.205.63.getinternet.no) (Ping timeout: 264 seconds)
  101. # [01:02] * Quits: manuelbieh (~beeevi2@p57BD64E2.dip0.t-ipconnect.de) (Quit: Verlassend)
  102. # [01:02] * Joins: benv (~benv@38.104.194.126)
  103. # [01:02] * Joins: seigmann (~seigmann@cm-84.208.205.63.getinternet.no)
  104. # [01:03] * Joins: Boydy (~Emma@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
  105. # [01:03] * Quits: Boydy (~Emma@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Changing host)
  106. # [01:03] * Joins: Boydy (~Emma@unaffiliated/boydy)
  107. # [01:04] <moo-_-> Syzygy: exactly
  108. # [01:04] <moo-_-> very scaled pixels
  109. # [01:05] * Quits: JiKeidan (~JiKeidan@74-128-170-35.dhcp.insightbb.com) (Ping timeout: 276 seconds)
  110. # [01:08] * Quits: Jon47 (~Adium@pool-108-18-206-254.washdc.fios.verizon.net) (Quit: Leaving.)
  111. # [01:10] <Syzygy> canvas.width = window.width; should work though?
  112. # [01:12] * Quits: SrPx (~SrPx@177.205.169.238.dynamic.adsl.gvt.net.br) (Quit: SrPx)
  113. # [01:13] * Quits: DrCode (~DrCode@gateway/tor-sasl/drcode) (Remote host closed the connection)
  114. # [01:15] * Joins: SrPx (~SrPx@177.205.169.238.dynamic.adsl.gvt.net.br)
  115. # [01:15] * Quits: mutt (~mutt@adsl-238.109.242.226.tellas.gr) (Ping timeout: 256 seconds)
  116. # [01:16] <moo-_-> Syzygy: yes
  117. # [01:16] <moo-_-> though there are issues
  118. # [01:16] <moo-_-> like scrollbars
  119. # [01:16] <moo-_-> etc. margins
  120. # [01:18] <Syzygy> well, right now it doesn't work at all
  121. # [01:20] * Quits: Maxani_ (~maxani@ARennes-653-1-323-199.w109-218.abo.wanadoo.fr) (Quit: Computer has gone to sleep.)
  122. # [01:20] * Joins: DrCode (~DrCode@gateway/tor-sasl/drcode)
  123. # [01:24] * Joins: tiglog (~topeak@123.116.83.199)
  124. # [01:25] * Joins: paul147 (~Adium@c-71-193-227-186.hsd1.or.comcast.net)
  125. # [01:25] <moo-_-> Syzygy: jsfiddle or didn't happen :)
  126. # [01:25] <Syzygy> http://jsfiddle.net/PhmTQ/43/
  127. # [01:29] * Quits: decotii (~decotii@hq.croscon.com) (Quit: Leaving)
  128. # [01:30] * Quits: main (~main@ip-94-113-12-74.net.upcbroadband.cz) (Ping timeout: 245 seconds)
  129. # [01:31] * Joins: zenoamaro (~zenoamaro@93.51.243.160)
  130. # [01:31] * Joins: asher^ (asher@101.166.147.73)
  131. # [01:31] * Quits: asher^ (asher@101.166.147.73) (Changing host)
  132. # [01:31] * Joins: asher^ (asher@unaffiliated/asher/x-9381395)
  133. # [01:33] * Quits: ML74 (~ML74@5e0c6133.bb.sky.com) (Ping timeout: 276 seconds)
  134. # [01:33] * Quits: zenoamaro (~zenoamaro@93.51.243.160)
  135. # [01:38] <Syzygy> well, I'm playing a round of league of legends in the meantime
  136. # [01:39] * Joins: zenoamaro (~zenoamaro@93-36-99-221.ip59.fastwebnet.it)
  137. # [01:39] * Quits: zenoamaro (~zenoamaro@93-36-99-221.ip59.fastwebnet.it) (Max SendQ exceeded)
  138. # [01:40] * Joins: zenoamaro (~zenoamaro@93-36-99-221.ip59.fastwebnet.it)
  139. # [01:40] * Quits: zenoamaro (~zenoamaro@93-36-99-221.ip59.fastwebnet.it) (Max SendQ exceeded)
  140. # [01:41] * Joins: zenoamaro (~zenoamaro@93.51.243.160)
  141. # [01:41] * Quits: zenoamaro (~zenoamaro@93.51.243.160) (Max SendQ exceeded)
  142. # [01:42] * Joins: dekiss (~jason@89.205.75.230)
  143. # [01:42] <dekiss> what will hapoen if I put path to the image from folder in the server in which visitors of my website dont have access?
  144. # [01:42] * Joins: zenoamaro (~zenoamaro@93.51.243.160)
  145. # [01:43] * Quits: zenoamaro (~zenoamaro@93.51.243.160) (Max SendQ exceeded)
  146. # [01:47] * Joins: schpengle (~schpengle@host86-174-130-247.range86-174.btcentralplus.com)
  147. # [01:49] * Joins: jetienne (~jerome@ivr94-10-88-177-169-62.fbx.proxad.net)
  148. # [01:52] * Quits: Boydy (~Emma@unaffiliated/boydy) (Remote host closed the connection)
  149. # [01:52] * Joins: Thalisson (~Thalisson@201.40.2.50)
  150. # [01:52] * Quits: Thalisson (~Thalisson@201.40.2.50) (Changing host)
  151. # [01:52] * Joins: Thalisson (~Thalisson@unaffiliated/talssn3l)
  152. # [01:52] * Joins: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp)
  153. # [01:52] * Quits: khollada_ (~kholladay@69.169.182.226.provo.static.broadweavenetworks.net) (Remote host closed the connection)
  154. # [01:54] * Quits: stevegill (~stevengil@sjfw1-a.adobe.com) (Quit: stevegill)
  155. # [01:56] * Quits: guy (~gajus@oftn/member/guy) (Remote host closed the connection)
  156. # [01:56] * Joins: zenoamaro (~zenoamaro@93-36-99-221.ip59.fastwebnet.it)
  157. # [01:56] * Quits: twirm (~twirm@cpe-66-68-191-244.austin.res.rr.com) (Ping timeout: 264 seconds)
  158. # [02:11] * Quits: Xarthok (~Xarthok@5addafd9.bb.sky.com)
  159. # [02:13] * Joins: llamapixel (~llamapixe@123-243-224-99.static.tpgi.com.au)
  160. # [02:13] * Quits: alexhancock (~alexhanco@64.125.137.250) (Remote host closed the connection)
  161. # [02:17] * Joins: sasori (~chatzilla@202.27.31.225)
  162. # [02:19] * Quits: seigmann (~seigmann@cm-84.208.205.63.getinternet.no) (Ping timeout: 248 seconds)
  163. # [02:22] * Quits: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
  164. # [02:22] * Joins: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net)
  165. # [02:22] * Joins: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp)
  166. # [02:22] * Joins: oakdog8 (~oakdog8@unaffiliated/oakdog8)
  167. # [02:23] * Joins: Boydy (~Emma@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
  168. # [02:23] * Quits: Boydy (~Emma@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Changing host)
  169. # [02:23] * Joins: Boydy (~Emma@unaffiliated/boydy)
  170. # [02:23] * Quits: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net) (Client Quit)
  171. # [02:23] * Quits: asher^ (asher@unaffiliated/asher/x-9381395)
  172. # [02:23] * Joins: seigmann (~seigmann@cm-84.208.205.63.getinternet.no)
  173. # [02:24] * Quits: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
  174. # [02:24] * Joins: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp)
  175. # [02:25] * Quits: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
  176. # [02:25] * Joins: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp)
  177. # [02:28] * abstractj is now known as abstractj|brb
  178. # [02:29] * Quits: tantek (~tantek@v-1045.fw1.sfo1.mozilla.net) (Quit: tantek)
  179. # [02:29] * Quits: tiglog (~topeak@123.116.83.199) (Quit: Leaving)
  180. # [02:31] * Quits: Boydy (~Emma@unaffiliated/boydy) (Ping timeout: 240 seconds)
  181. # [02:31] * Joins: tantek (~tantek@v-1045.fw1.sfo1.mozilla.net)
  182. # [02:31] * Quits: oakdog8 (~oakdog8@unaffiliated/oakdog8) (Ping timeout: 240 seconds)
  183. # [02:33] * Quits: seigmann (~seigmann@cm-84.208.205.63.getinternet.no) (Ping timeout: 256 seconds)
  184. # [02:33] * Joins: seigmann (seigmann@cm-84.208.205.63.getinternet.no)
  185. # [02:35] * Quits: Thalisson (~Thalisson@unaffiliated/talssn3l) (Ping timeout: 264 seconds)
  186. # [02:36] * Joins: tw2113 (~tw2113@fedora/tw2113)
  187. # [02:37] * Quits: paul147 (~Adium@c-71-193-227-186.hsd1.or.comcast.net) (Quit: Leaving.)
  188. # [02:38] * Quits: schpengle (~schpengle@host86-174-130-247.range86-174.btcentralplus.com) (Quit: schpengle)
  189. # [02:40] * Joins: godpuppet (~godpuppet@189-104-15-106.user.veloxzone.com.br)
  190. # [02:40] * Quits: andredieb (~andredieb@unaffiliated/andredieb) (Ping timeout: 255 seconds)
  191. # [02:42] * Joins: andredieb (~andredieb@ec2-54-232-98-53.sa-east-1.compute.amazonaws.com)
  192. # [02:42] * Quits: andredieb (~andredieb@ec2-54-232-98-53.sa-east-1.compute.amazonaws.com) (Changing host)
  193. # [02:42] * Joins: andredieb (~andredieb@unaffiliated/andredieb)
  194. # [02:43] * Joins: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp)
  195. # [02:49] * Joins: Thalisson (~Thalisson@unaffiliated/talssn3l)
  196. # [02:49] * Quits: Thalisson (~Thalisson@unaffiliated/talssn3l) (Remote host closed the connection)
  197. # [02:50] * Quits: Jayflux (~jay_knows@host-78-149-17-197.as13285.net) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
  198. # [02:50] * Joins: quest88_ (~quest88@c-67-170-219-133.hsd1.ca.comcast.net)
  199. # [02:51] * Joins: asher^ (~asher@130.95.90.105)
  200. # [02:51] * Quits: asher^ (~asher@130.95.90.105) (Changing host)
  201. # [02:51] * Joins: asher^ (~asher@unaffiliated/asher/x-9381395)
  202. # [02:52] * Jikan is now known as Jikai
  203. # [02:54] * Quits: llamapixel (~llamapixe@123-243-224-99.static.tpgi.com.au) (Quit: -=[. _ .]=- waves bye..)
  204. # [02:54] * Quits: asher^ (~asher@unaffiliated/asher/x-9381395) (Client Quit)
  205. # [02:54] * Quits: fleeting (~fleeting@108-253-244-91.lightspeed.austtx.sbcglobal.net) (Quit: fleeting)
  206. # [02:55] * Joins: ablyss (~quassel@68-118-118-194.static.gwnt.ga.charter.com)
  207. # [02:55] * Quits: kborchers (~kborchers@unaffiliated/kborchers) (Excess Flood)
  208. # [02:56] * Quits: seigmann (seigmann@cm-84.208.205.63.getinternet.no) (Ping timeout: 276 seconds)
  209. # [02:56] * Joins: seigmann (seigmann@cm-84.208.205.63.getinternet.no)
  210. # [02:57] * Joins: kborchers (~kborchers@unaffiliated/kborchers)
  211. # [02:57] * Joins: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net)
  212. # [02:58] * Quits: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net) (Client Quit)
  213. # [03:00] * Joins: arcanin (~Mael@bas1-montreal07-2925060433.dsl.bell.ca)
  214. # [03:01] * Quits: arcanis (~Mael@bas1-montreal07-2925060433.dsl.bell.ca) (Ping timeout: 256 seconds)
  215. # [03:03] * Joins: luciokleber (~luciokleb@187.22.39.172)
  216. # [03:05] * Quits: ontime (~ontime@unaffiliated/ontime) (Ping timeout: 248 seconds)
  217. # [03:05] * Quits: joeytwiddle (~joey@cpc1-aztw4-0-0-cust1957.18-1.cable.virginmedia.com) (Read error: Operation timed out)
  218. # [03:06] * Quits: alrra (~alrra@unaffiliated/alrra) (Quit: This computer has gone to sleep)
  219. # [03:08] * Quits: jaequery (~jaequery@rrcs-173-196-143-198.west.biz.rr.com) (Quit: Computer has gone to sleep.)
  220. # [03:08] * Quits: Syzygy (~Syzygy@188-22-172-50.adsl.highway.telekom.at) (Read error: Connection reset by peer)
  221. # [03:17] * Quits: danielwrobert (~danielwro@trestles.cukerinteractive.com) (Quit: Leaving.)
  222. # [03:17] * Joins: Wildblue (~guy@c-69-140-154-17.hsd1.md.comcast.net)
  223. # [03:19] * Quits: seigmann (seigmann@cm-84.208.205.63.getinternet.no) (Ping timeout: 256 seconds)
  224. # [03:19] * Quits: estellevw_ (~estellevw@surveymonkey-3.mpr1.pao001.pnap.net) (Ping timeout: 248 seconds)
  225. # [03:19] * Joins: seigmann (seigmann@cm-84.208.205.63.getinternet.no)
  226. # [03:24] * Quits: freakazoid0223 (~matt@pool-173-75-233-172.phlapa.fios.verizon.net) (Quit: Leaving)
  227. # [03:28] * Quits: seigmann (seigmann@cm-84.208.205.63.getinternet.no) (Ping timeout: 252 seconds)
  228. # [03:28] * Joins: seigmann (seigmann@cm-84.208.205.63.getinternet.no)
  229. # [03:32] * Quits: prudnikov (~prudnikov@nat-17.starnet.cz) (Quit: Leaving...)
  230. # [03:32] * Quits: quest88_ (~quest88@c-67-170-219-133.hsd1.ca.comcast.net) (Quit: quest88_)
  231. # [03:34] * Quits: globbot (~logbot@lump.glob.com.au) (Ping timeout: 256 seconds)
  232. # [03:35] * Joins: pandeiro (~user@187.38.66.73)
  233. # [03:35] * Joins: globbot (~logbot@lump.glob.com.au)
  234. # [03:40] * Quits: seigmann (seigmann@cm-84.208.205.63.getinternet.no) (Ping timeout: 240 seconds)
  235. # [03:40] * Quits: techlife (~jimmy@27.213.62.29) (Ping timeout: 252 seconds)
  236. # [03:40] * Joins: seigmann (seigmann@cm-84.208.205.63.getinternet.no)
  237. # [03:41] * Quits: dekiss (~jason@89.205.75.230) (Remote host closed the connection)
  238. # [03:41] * Quits: benv (~benv@38.104.194.126) (Quit: Computer has gone to sleep.)
  239. # [03:44] * Joins: techlife (techlife@27.213.62.29)
  240. # [03:46] * Joins: jaequery (~jaequery@cpe-198-72-230-152.socal.res.rr.com)
  241. # [03:51] * Quits: tantek (~tantek@v-1045.fw1.sfo1.mozilla.net) (Quit: tantek)
  242. # [03:52] * Quits: jaequery (~jaequery@cpe-198-72-230-152.socal.res.rr.com) (Quit: Computer has gone to sleep.)
  243. # [03:53] * Joins: kholladay (~kholladay@69.169.182.226.provo.static.broadweavenetworks.net)
  244. # [03:58] * Quits: kholladay (~kholladay@69.169.182.226.provo.static.broadweavenetworks.net) (Ping timeout: 255 seconds)
  245. # [04:02] * Quits: _gambit (~prajwalit@59.95.10.44) (Quit: Computer has gone to sleep.)
  246. # [04:06] * abstractj|brb is now known as abstractj
  247. # [04:09] * Quits: arcanin (~Mael@bas1-montreal07-2925060433.dsl.bell.ca) (Read error: Connection reset by peer)
  248. # [04:09] * Joins: arcanin (~Mael@bas1-montreal07-2925060433.dsl.bell.ca)
  249. # [04:10] * Joins: Thalisson (~Thalisson@201.34.213.158)
  250. # [04:10] * Quits: Thalisson (~Thalisson@201.34.213.158) (Changing host)
  251. # [04:10] * Joins: Thalisson (~Thalisson@unaffiliated/talssn3l)
  252. # [04:13] * Joins: rfoust (~rfoust@cpe-098-026-007-087.nc.res.rr.com)
  253. # [04:15] * Quits: ablyss (~quassel@68-118-118-194.static.gwnt.ga.charter.com) (Remote host closed the connection)
  254. # [04:15] * Joins: Itrace (~Itrace@74-84-110-222.client.mchsi.com)
  255. # [04:18] * Joins: Vennril (~vennril@p4FEB0868.dip0.t-ipconnect.de)
  256. # [04:19] * Quits: Vennril2 (~vennril@p4FEB080C.dip0.t-ipconnect.de) (Ping timeout: 272 seconds)
  257. # [04:20] * Quits: arcanin (~Mael@bas1-montreal07-2925060433.dsl.bell.ca) (Ping timeout: 248 seconds)
  258. # [04:24] * Quits: r0tha (~r0tha@173.247.200.122) (Remote host closed the connection)
  259. # [04:24] * Joins: awc737 (~awc737@66-190-224-247.dhcp.klfl.or.charter.com)
  260. # [04:25] <awc737> does anybody know a decent cross-platform HTML email table generator
  261. # [04:28] * Quits: chriseppstein (~chrisepps@209.119.65.162) (Quit: chriseppstein)
  262. # [04:31] * Quits: jetienne (~jerome@ivr94-10-88-177-169-62.fbx.proxad.net) (Quit: jetienne)
  263. # [04:34] * Quits: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
  264. # [04:34] * Joins: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp)
  265. # [04:38] * Joins: iuhiz (~iuhiz@bb220-255-196-218.singnet.com.sg)
  266. # [04:42] * Joins: jaequery (~jaequery@cpe-198-72-230-152.socal.res.rr.com)
  267. # [04:43] * Joins: MEMutable1000 (~Me1000@74-143-221-15.static.insightbb.com)
  268. # [04:43] * Joins: dhruvasagar (~dhruvasag@122.167.78.198)
  269. # [04:43] * Quits: Me1000 (~Me1000@74-143-221-15.static.insightbb.com) (Read error: Connection reset by peer)
  270. # [04:55] * Quits: bolbat (~bolbat@82.193.100.250.ipnet.kiev.ua) (Ping timeout: 248 seconds)
  271. # [05:00] * abstractj is now known as abstractj|away
  272. # [05:01] * Quits: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
  273. # [05:01] * Joins: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp)
  274. # [05:07] * Quits: rfoust (~rfoust@cpe-098-026-007-087.nc.res.rr.com) (Ping timeout: 256 seconds)
  275. # [05:09] * Joins: rfoust (~rfoust@cpe-098-026-007-087.nc.res.rr.com)
  276. # [05:12] * Joins: arcanin (~Mael@bas1-montreal07-2925060433.dsl.bell.ca)
  277. # [05:14] * Quits: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net) (Quit: Computer has gone to sleep.)
  278. # [05:14] * Quits: Thalisson (~Thalisson@unaffiliated/talssn3l) (Remote host closed the connection)
  279. # [05:20] * Joins: Hornet- (~Hornet@cpc10-ipsw2-2-0-cust55.7-4.cable.virginmedia.com)
  280. # [05:21] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
  281. # [05:21] * Quits: techlife (techlife@27.213.62.29) (Ping timeout: 245 seconds)
  282. # [05:23] * Quits: Hornet (~Hornet@cpc10-ipsw2-2-0-cust55.7-4.cable.virginmedia.com) (Ping timeout: 276 seconds)
  283. # [05:25] * Quits: dhruvasagar (~dhruvasag@122.167.78.198) (Ping timeout: 245 seconds)
  284. # [05:27] * Quits: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net) (Quit: Computer has gone to sleep.)
  285. # [05:27] * Joins: dhruvasagar (~dhruvasag@122.167.255.12)
  286. # [05:27] * Joins: quest88_ (~quest88@c-67-170-219-133.hsd1.ca.comcast.net)
  287. # [05:28] * Joins: techlife (techlife@112.249.91.29)
  288. # [05:28] * Quits: techlife (techlife@112.249.91.29) (Max SendQ exceeded)
  289. # [05:29] * Parts: cgcardona (~cgcardona@unaffiliated/cgcardona)
  290. # [05:30] * Joins: techlife (~jimmy@112.249.91.29)
  291. # [05:30] * Quits: techlife (~jimmy@112.249.91.29) (Max SendQ exceeded)
  292. # [05:30] * Joins: techlife (techlife@112.249.91.29)
  293. # [05:31] * Joins: diegoviola (~diego@host-1-19.b9.cvc.com.py)
  294. # [05:32] * Joins: Hornet (~Hornet@cpc10-ipsw2-2-0-cust55.7-4.cable.virginmedia.com)
  295. # [05:33] * Joins: ontime (~ontime@unaffiliated/ontime)
  296. # [05:34] * Quits: Hornet- (~Hornet@cpc10-ipsw2-2-0-cust55.7-4.cable.virginmedia.com) (Ping timeout: 276 seconds)
  297. # [05:34] * Quits: arcanin (~Mael@bas1-montreal07-2925060433.dsl.bell.ca) (Ping timeout: 256 seconds)
  298. # [05:35] * Joins: r0tha (~r0tha@2602:304:cda7:e7e0:c8e0:488d:be3:c31f)
  299. # [05:36] * Quits: jaequery (~jaequery@cpe-198-72-230-152.socal.res.rr.com) (Quit: Computer has gone to sleep.)
  300. # [05:36] * Quits: xSmurf (~MrSmurf@unaffiliated/mrsmurf) (Read error: Operation timed out)
  301. # [05:38] * Quits: mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net) (Ping timeout: 246 seconds)
  302. # [05:39] * Joins: mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net)
  303. # [05:40] * Joins: jaequery (~jaequery@cpe-198-72-230-152.socal.res.rr.com)
  304. # [05:40] * Quits: r0tha (~r0tha@2602:304:cda7:e7e0:c8e0:488d:be3:c31f) (Ping timeout: 276 seconds)
  305. # [05:42] * Joins: austincheney (~quassel@62.150.91.10)
  306. # [05:43] * Joins: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net)
  307. # [05:43] * Joins: xSmurf (~MrSmurf@unaffiliated/mrsmurf)
  308. # [05:49] * Joins: ericduran (~ericduran@cpe-68-175-85-180.nyc.res.rr.com)
  309. # [05:50] * Quits: jaequery (~jaequery@cpe-198-72-230-152.socal.res.rr.com) (Quit: Computer has gone to sleep.)
  310. # [05:51] * Quits: ontime (~ontime@unaffiliated/ontime) (Read error: Connection timed out)
  311. # [05:53] * Joins: schpengle (~schpengle@host86-174-130-247.range86-174.btcentralplus.com)
  312. # [05:54] * Quits: d3m0n (~demon@67.198.198.66) (Remote host closed the connection)
  313. # [05:56] * Quits: Graister (~graister@212-149-203-36.bb.dnainternet.fi) (Read error: Operation timed out)
  314. # [05:58] * Quits: _cheney (~cheney@nat.sierrabravo.net) (Read error: Connection reset by peer)
  315. # [05:58] * Joins: _cheney_ (~cheney@nat.sierrabravo.net)
  316. # [06:07] * Joins: jaequery (~jaequery@cpe-198-72-230-152.socal.res.rr.com)
  317. # [06:13] * Quits: TripTastic (~Trip@h57.181.123.208.dynamic.ip.windstream.net) (Ping timeout: 264 seconds)
  318. # [06:13] * Quits: Conti (~Conti@125.143.165.212) (Ping timeout: 272 seconds)
  319. # [06:13] * Joins: TripTastic (~Trip@72.25.52.42)
  320. # [06:16] * Joins: Me1000 (~Me1000@74-143-221-15.static.insightbb.com)
  321. # [06:16] * Quits: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
  322. # [06:16] * Joins: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp)
  323. # [06:16] * Quits: MEMutable1000 (~Me1000@74-143-221-15.static.insightbb.com) (Read error: Connection reset by peer)
  324. # [06:17] * Quits: Itrace (~Itrace@74-84-110-222.client.mchsi.com) (Quit: Itrace)
  325. # [06:18] * Quits: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
  326. # [06:18] * Joins: Conti (~Conti@125.143.165.212)
  327. # [06:18] * Joins: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp)
  328. # [06:18] * Quits: ninp0 (~ninp0@c-76-27-125-243.hsd1.ut.comcast.net) (Ping timeout: 255 seconds)
  329. # [06:29] * Quits: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
  330. # [06:29] * Joins: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp)
  331. # [06:30] * Quits: CoverSlide (~richard@pool-173-55-58-198.lsanca.fios.verizon.net) (Ping timeout: 240 seconds)
  332. # [06:31] * Quits: dhruvasagar (~dhruvasag@122.167.255.12) (Read error: Connection reset by peer)
  333. # [06:32] * Quits: iuhiz (~iuhiz@bb220-255-196-218.singnet.com.sg) (Quit: iuhiz)
  334. # [06:32] * Joins: CoverSlide (~richard@pool-173-55-58-198.lsanca.fios.verizon.net)
  335. # [06:34] * Joins: arcanin (~Mael@bas1-montreal07-2925060433.dsl.bell.ca)
  336. # [06:42] * Quits: hg_ (hugo_moss@ool-18befbfb.dyn.optonline.net) (Ping timeout: 252 seconds)
  337. # [06:42] * Joins: dhruvasagar (~dhruvasag@122.167.123.28)
  338. # [06:44] * Joins: vedarthk (~vedarthk@115.114.134.50)
  339. # [06:48] * Joins: drublic (~drublic@p5098a42b.dip0.t-ipconnect.de)
  340. # [06:50] * Quits: dhruvasagar (~dhruvasag@122.167.123.28) (Ping timeout: 252 seconds)
  341. # [06:53] * Quits: drublic (~drublic@p5098a42b.dip0.t-ipconnect.de) (Ping timeout: 276 seconds)
  342. # [06:55] * Quits: kadiks (~kadiks@APuteaux-652-1-47-13.w83-204.abo.wanadoo.fr) (Quit: Leaving)
  343. # [06:56] * Quits: schpengle (~schpengle@host86-174-130-247.range86-174.btcentralplus.com) (Read error: Connection reset by peer)
  344. # [06:57] * Joins: schpengle (~schpengle@host86-174-130-247.range86-174.btcentralplus.com)
  345. # [06:58] * Joins: _gambit (~prajwalit@61.12.96.226)
  346. # [07:00] * Joins: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net)
  347. # [07:01] * Quits: schpengle (~schpengle@host86-174-130-247.range86-174.btcentralplus.com) (Client Quit)
  348. # [07:01] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
  349. # [07:03] * Quits: vedarthk (~vedarthk@115.114.134.50) (Read error: Connection reset by peer)
  350. # [07:04] * Joins: vedarthk (~vedarthk@115.114.134.50)
  351. # [07:05] * Joins: squeakytoy (~christoff@h87-96-232-107.dynamic.se.alltele.net)
  352. # [07:12] * Joins: Mosselman (~Mosselman@vhe-451801.sshn.net)
  353. # [07:13] * Quits: quest88_ (~quest88@c-67-170-219-133.hsd1.ca.comcast.net) (Quit: quest88_)
  354. # [07:17] * Quits: b-ot (~b-ot@aether.gf3.ca) (Ping timeout: 252 seconds)
  355. # [07:20] * Quits: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net) (Quit: Computer has gone to sleep.)
  356. # [07:20] * Quits: vedarthk (~vedarthk@115.114.134.50) (Read error: Connection reset by peer)
  357. # [07:20] * Quits: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
  358. # [07:20] * Joins: vedarthk (~vedarthk@115.114.134.50)
  359. # [07:22] * Joins: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp)
  360. # [07:22] * Quits: oniijin (~oniijin@cpe-24-242-41-202.hot.res.rr.com) (Quit: oniijin)
  361. # [07:23] * Quits: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
  362. # [07:24] * Quits: pandeiro (~user@187.38.66.73) (Read error: Operation timed out)
  363. # [07:25] * Joins: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp)
  364. # [07:25] * Joins: b-ot (~b-ot@aether.gf3.ca)
  365. # [07:27] * Quits: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net) (Quit: Computer has gone to sleep.)
  366. # [07:28] * Joins: chriys (Tgl0be@modemcable040.63-177-173.mc.videotron.ca)
  367. # [07:29] * Joins: frankstallone (~frankstal@pool-74-105-106-200.nwrknj.fios.verizon.net)
  368. # [07:31] * Joins: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net)
  369. # [07:32] * Quits: franksta_ (~frankstal@pool-74-105-106-200.nwrknj.fios.verizon.net) (Ping timeout: 264 seconds)
  370. # [07:32] * Quits: Mosselman (~Mosselman@vhe-451801.sshn.net) (Remote host closed the connection)
  371. # [07:32] * Joins: Mosselman (~Mosselman@anon-187-10.vpn.ipredator.se)
  372. # [07:33] * Joins: Mosselman_ (~Mosselman@vhe-451801.sshn.net)
  373. # [07:34] * Joins: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net)
  374. # [07:35] * Quits: kppullin (~kppullin@pdpc/supporter/active/kppullin) (Read error: Connection reset by peer)
  375. # [07:37] * Quits: Mosselman (~Mosselman@anon-187-10.vpn.ipredator.se) (Ping timeout: 256 seconds)
  376. # [07:37] * Mosselman_ is now known as Mosselman
  377. # [07:37] * Quits: imatt711 (~imatt711@ip70-171-43-103.ga.at.cox.net) (Read error: Connection reset by peer)
  378. # [07:37] * Joins: kppullin (~kppullin@pdpc/supporter/active/kppullin)
  379. # [07:37] * Joins: Ducki_ (~Ducki@pD9E39ABA.dip0.t-ipconnect.de)
  380. # [07:38] * Joins: imatt711 (~imatt711@ip70-171-43-103.ga.at.cox.net)
  381. # [07:38] * Joins: oniijin (~oniijin@cpe-24-242-41-202.hot.res.rr.com)
  382. # [07:41] * Quits: martisj (~martisj@ppp154-95.static.internode.on.net) (Remote host closed the connection)
  383. # [07:42] * Joins: iuhiz (~iuhiz@bb220-255-196-218.singnet.com.sg)
  384. # [07:44] * Quits: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net) (Quit: Computer has gone to sleep.)
  385. # [07:44] * Joins: Maxani_ (~maxani@ARennes-653-1-323-199.w109-218.abo.wanadoo.fr)
  386. # [07:45] * Quits: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net) (Quit: Computer has gone to sleep.)
  387. # [07:50] * Quits: awc737 (~awc737@66-190-224-247.dhcp.klfl.or.charter.com) (Ping timeout: 252 seconds)
  388. # [07:52] * Quits: oniijin (~oniijin@cpe-24-242-41-202.hot.res.rr.com) (Quit: oniijin)
  389. # [07:52] * Quits: squeakytoy (~christoff@h87-96-232-107.dynamic.se.alltele.net) (Quit: Leaving)
  390. # [07:52] * Joins: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net)
  391. # [07:53] * Joins: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net)
  392. # [07:53] * Quits: ericduran (~ericduran@cpe-68-175-85-180.nyc.res.rr.com)
  393. # [07:54] * Quits: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net) (Client Quit)
  394. # [07:55] * Joins: kholladay (~kholladay@69.169.182.226.provo.static.broadweavenetworks.net)
  395. # [07:58] * Joins: oniijin (~oniijin@cpe-24-242-41-202.hot.res.rr.com)
  396. # [07:59] * Quits: kholladay (~kholladay@69.169.182.226.provo.static.broadweavenetworks.net) (Ping timeout: 264 seconds)
  397. # [08:00] * Parts: iuhiz (~iuhiz@bb220-255-196-218.singnet.com.sg)
  398. # [08:00] * Joins: aksnot (~chatzilla@1.186.10.125)
  399. # [08:03] * Quits: aksnot (~chatzilla@1.186.10.125) (Remote host closed the connection)
  400. # [08:08] * Quits: longbeach (~mike@AFontenayssB-152-1-62-77.w82-121.abo.wanadoo.fr)
  401. # [08:08] * Quits: Jonadabe (~Jonadabe@bl11-147-168.dsl.telepac.pt) (Ping timeout: 252 seconds)
  402. # [08:10] * Quits: jaequery (~jaequery@cpe-198-72-230-152.socal.res.rr.com) (Quit: Computer has gone to sleep.)
  403. # [08:11] * Joins: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net)
  404. # [08:13] * Quits: OnlyMax (~OnlyMax@187-126-46-176.user.veloxzone.com.br)
  405. # [08:13] * Joins: jaequery (~jaequery@cpe-198-72-230-152.socal.res.rr.com)
  406. # [08:17] * Joins: factor (~factor@r74-193-21-107.cnrocmta01.conrtx.tl.dh.suddenlink.net)
  407. # [08:20] * Quits: _cheney_ (~cheney@nat.sierrabravo.net) (Read error: Connection reset by peer)
  408. # [08:20] * Joins: roel (~quassel@d54C236E3.access.telenet.be)
  409. # [08:20] * Joins: _cheney (~cheney@nat.sierrabravo.net)
  410. # [08:27] * Quits: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net) (Quit: gg)
  411. # [08:27] * Joins: kitallis (~kitallis@122.178.249.127)
  412. # [08:28] * Quits: arcanin (~Mael@bas1-montreal07-2925060433.dsl.bell.ca) (Read error: Connection reset by peer)
  413. # [08:28] * Joins: mutt (~mutt@adsl-238.109.242.226.tellas.gr)
  414. # [08:29] * Joins: arcanis (~Mael@bas1-montreal07-2925060433.dsl.bell.ca)
  415. # [08:33] * Quits: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
  416. # [08:33] * Joins: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp)
  417. # [08:34] * EHLOVader is now known as EHLOvader[afk]
  418. # [08:34] * Joins: arcanin (~Mael@bas1-montreal07-2925060433.dsl.bell.ca)
  419. # [08:34] * Quits: arcanis (~Mael@bas1-montreal07-2925060433.dsl.bell.ca) (Read error: Connection reset by peer)
  420. # [08:35] * Joins: arcane (~Mael@bas1-montreal07-2925060433.dsl.bell.ca)
  421. # [08:35] * Quits: arcanin (~Mael@bas1-montreal07-2925060433.dsl.bell.ca) (Read error: Connection reset by peer)
  422. # [08:35] * Quits: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
  423. # [08:35] * Joins: mstalfoort (~manuchill@83.232.96.217)
  424. # [08:36] * Joins: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp)
  425. # [08:36] * Joins: arcanin (~Mael@bas1-montreal07-2925060433.dsl.bell.ca)
  426. # [08:36] * Joins: dhruvasagar (~dhruvasag@106.51.140.241)
  427. # [08:36] * Quits: arcane (~Mael@bas1-montreal07-2925060433.dsl.bell.ca) (Read error: Connection reset by peer)
  428. # [08:36] * Quits: DeltaHeavy (~DeltaHeav@d24-204-219-104.home4.cgocable.net) (Ping timeout: 248 seconds)
  429. # [08:37] * Joins: kppullin_ (~kppullin@216.231.9.10)
  430. # [08:37] * Quits: arcanin (~Mael@bas1-montreal07-2925060433.dsl.bell.ca) (Read error: Connection reset by peer)
  431. # [08:37] * Joins: arcanin (~Mael@bas1-montreal07-2925060433.dsl.bell.ca)
  432. # [08:39] * Quits: kppullin (~kppullin@pdpc/supporter/active/kppullin) (Ping timeout: 248 seconds)
  433. # [08:39] * Quits: arcanin (~Mael@bas1-montreal07-2925060433.dsl.bell.ca) (Read error: Connection reset by peer)
  434. # [08:39] * Joins: arcanin (~Mael@bas1-montreal07-2925060433.dsl.bell.ca)
  435. # [08:40] * Quits: arcanin (~Mael@bas1-montreal07-2925060433.dsl.bell.ca) (Read error: Connection reset by peer)
  436. # [08:40] * Joins: arcanin (~Mael@bas1-montreal07-2925060433.dsl.bell.ca)
  437. # [08:40] * Quits: diegoviola (~diego@host-1-19.b9.cvc.com.py) (Quit: WeeChat 0.4.0)
  438. # [08:41] * Quits: arcanin (~Mael@bas1-montreal07-2925060433.dsl.bell.ca) (Read error: Connection reset by peer)
  439. # [08:41] * Joins: arcanin (~Mael@bas1-montreal07-2925060433.dsl.bell.ca)
  440. # [08:41] * Joins: calbasi (~joan@161.44.14.37.dynamic.jazztel.es)
  441. # [08:41] * Joins: Boydy (~Emma@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
  442. # [08:41] * Quits: Boydy (~Emma@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Changing host)
  443. # [08:41] * Joins: Boydy (~Emma@unaffiliated/boydy)
  444. # [08:49] * Joins: drublic (~drublic@p5098a42b.dip0.t-ipconnect.de)
  445. # [08:54] * Quits: drublic (~drublic@p5098a42b.dip0.t-ipconnect.de) (Ping timeout: 276 seconds)
  446. # [08:56] * Quits: Me1000 (~Me1000@74-143-221-15.static.insightbb.com) (Quit: Leaving...)
  447. # [08:56] * Quits: oniijin (~oniijin@cpe-24-242-41-202.hot.res.rr.com) (Quit: oniijin)
  448. # [09:04] * Joins: vlad_starkov (~vlad_star@178.176.97.139)
  449. # [09:05] * Joins: shwetank (~shwetank@122.173.193.20)
  450. # [09:06] * Quits: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
  451. # [09:06] * Joins: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp)
  452. # [09:08] * Quits: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
  453. # [09:08] * Joins: oniijin (~oniijin@cpe-24-242-41-202.hot.res.rr.com)
  454. # [09:08] * Joins: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp)
  455. # [09:11] * Joins: thomasFre (~toto@159.71.64.86.rev.sfr.net)
  456. # [09:11] * Joins: jacobolus (~jacobolus@108-75-75-178.lightspeed.sntcca.sbcglobal.net)
  457. # [09:12] * Quits: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
  458. # [09:12] * Joins: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp)
  459. # [09:13] * Quits: sasori (~chatzilla@202.27.31.225) (Quit: ChatZilla 0.9.89 [Firefox 18.0.1/20130116073211])
  460. # [09:17] * Joins: jetienne (~jerome@ivr94-10-88-177-169-62.fbx.proxad.net)
  461. # [09:17] * Joins: NiX_ (~Onliance@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
  462. # [09:24] * Joins: Trisox (~Tri_sox@dw87236798.amsterdam-tc.dataweb.net)
  463. # [09:26] * Quits: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
  464. # [09:26] * Joins: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp)
  465. # [09:27] * Joins: joeytwiddle (~joey@cpc1-aztw4-0-0-cust1957.18-1.cable.virginmedia.com)
  466. # [09:28] * Quits: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
  467. # [09:28] * Joins: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp)
  468. # [09:30] * Joins: soee (~soee@83-238-167-52.ip.netia.com.pl)
  469. # [09:31] * Joins: alrra (~alrra@188.24.77.57)
  470. # [09:31] * Quits: alrra (~alrra@188.24.77.57) (Changing host)
  471. # [09:31] * Joins: alrra (~alrra@unaffiliated/alrra)
  472. # [09:33] * Joins: alrra_ (~alrra@188.24.77.57)
  473. # [09:36] * Quits: Mosselman (~Mosselman@vhe-451801.sshn.net) (Quit: Mosselman)
  474. # [09:36] * Quits: DrCode (~DrCode@gateway/tor-sasl/drcode) (Remote host closed the connection)
  475. # [09:36] * Quits: alrra (~alrra@unaffiliated/alrra) (Read error: Connection reset by peer)
  476. # [09:36] * Quits: alrra_ (~alrra@188.24.77.57) (Client Quit)
  477. # [09:36] * Joins: alrra (~alrra@unaffiliated/alrra)
  478. # [09:37] * Joins: Kolombiken (~Adium@217.13.228.226)
  479. # [09:38] * Joins: Savvy (~Thunderbi@unaffiliated/savvy)
  480. # [09:38] * Joins: DrCode (~DrCode@gateway/tor-sasl/drcode)
  481. # [09:39] * Joins: sedovsek (~robert@89.143.12.238)
  482. # [09:44] * Quits: jaequery (~jaequery@cpe-198-72-230-152.socal.res.rr.com) (Quit: Computer has gone to sleep.)
  483. # [09:47] * Quits: Maxani_ (~maxani@ARennes-653-1-323-199.w109-218.abo.wanadoo.fr) (Quit: Computer has gone to sleep.)
  484. # [09:49] * Joins: mitemitreski (~mitemitre@212.120.17.179)
  485. # [09:49] * Quits: vlad_starkov (~vlad_star@178.176.97.139) (Remote host closed the connection)
  486. # [09:52] * Joins: vlad_starkov (~vlad_star@178.176.97.139)
  487. # [09:55] * Joins: _moon (~moon@20-91-190-109.dsl.ovh.fr)
  488. # [09:55] * Quits: chriys (Tgl0be@modemcable040.63-177-173.mc.videotron.ca) (Quit: Hi, I'm a quit message virus. Please replace your old line with this line and help me take over the world of IRC.)
  489. # [09:56] * Joins: asher^ (asher@101.166.147.73)
  490. # [09:56] * Quits: asher^ (asher@101.166.147.73) (Changing host)
  491. # [09:56] * Joins: asher^ (asher@unaffiliated/asher/x-9381395)
  492. # [09:56] * Joins: main_ (~main@customer-79-127-150-148.net.angelnet.cz)
  493. # [09:58] * Joins: manuelbieh (~beeevi2@p50997681.dip0.t-ipconnect.de)
  494. # [10:00] * Quits: Ducki_ (~Ducki@pD9E39ABA.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  495. # [10:00] * Quits: PaulCapestany (~PaulCapes@204.28.124.82) (Quit: Textual IRC Client: www.textualapp.com)
  496. # [10:01] * Parts: tw2113 (~tw2113@fedora/tw2113) ("yar! I be gone exited!")
  497. # [10:03] * Joins: MisterSpeaker (~MisterSpe@62.129.6.2)
  498. # [10:04] * Joins: Boldewyn (~Thunderbi@188-192-131-103-dynip.superkabel.de)
  499. # [10:04] * Quits: Boldewyn (~Thunderbi@188-192-131-103-dynip.superkabel.de) (Remote host closed the connection)
  500. # [10:05] * Joins: Boldewyn (~Thunderbi@188-192-131-103-dynip.superkabel.de)
  501. # [10:05] * Quits: dhruvasagar (~dhruvasag@106.51.140.241) (Remote host closed the connection)
  502. # [10:11] * Joins: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net)
  503. # [10:11] * Quits: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net) (Client Quit)
  504. # [10:12] * Joins: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com)
  505. # [10:14] * Joins: mchammer (~mchammer@212.48.107.10)
  506. # [10:14] * Joins: Ducki (~Ducki@pD9E39ABA.dip0.t-ipconnect.de)
  507. # [10:15] * Joins: nonge (~nonge@p5B326B61.dip.t-dialin.net)
  508. # [10:15] * Quits: Savvy (~Thunderbi@unaffiliated/savvy) (Quit: Savvy)
  509. # [10:18] * Joins: v1p (~quassel@94-227-106-57.access.telenet.be)
  510. # [10:18] * Quits: nonge_ (~nonge@p5082A041.dip.t-dialin.net) (Ping timeout: 252 seconds)
  511. # [10:22] * Joins: Mosselman (~Mosselman@n041074.science.ru.nl)
  512. # [10:22] * Joins: ZinnSoldat (~u291187@tmo-107-34.customers.d1-online.com)
  513. # [10:22] * Quits: sedovsek (~robert@89.143.12.238) (Quit: sedovsek)
  514. # [10:24] * Joins: sedovsek (~robert@89.143.12.238)
  515. # [10:25] * Joins: gyzmodo (~x@89.146.123.131)
  516. # [10:25] * Quits: Mosselman (~Mosselman@n041074.science.ru.nl) (Client Quit)
  517. # [10:26] * Joins: dhruvasagar (~dhruvasag@106.51.140.241)
  518. # [10:26] * Jikai is now known as Jikan
  519. # [10:30] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Read error: Connection reset by peer)
  520. # [10:32] * Quits: arcanin (~Mael@bas1-montreal07-2925060433.dsl.bell.ca) (Ping timeout: 255 seconds)
  521. # [10:32] * Joins: Thalisson (~Thalisson@unaffiliated/talssn3l)
  522. # [10:32] * Joins: iuhiz (~iuhiz@bb220-255-196-218.singnet.com.sg)
  523. # [10:32] * Parts: iuhiz (~iuhiz@bb220-255-196-218.singnet.com.sg)
  524. # [10:33] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
  525. # [10:37] * Joins: Mosselman (~Mosselman@n041074.science.ru.nl)
  526. # [10:38] * Quits: gyzmodo (~x@89.146.123.131) (Ping timeout: 260 seconds)
  527. # [10:38] * Quits: ZinnSoldat (~u291187@tmo-107-34.customers.d1-online.com) (Remote host closed the connection)
  528. # [10:42] * Joins: gyzmodo (~x@89.146.123.131)
  529. # [10:43] * Quits: obert (~quassel@host221-22-dynamic.3-87-r.retail.telecomitalia.it) (Remote host closed the connection)
  530. # [10:43] * Joins: llamapixel (~llamapixe@123-243-224-99.static.tpgi.com.au)
  531. # [10:44] * Quits: mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net) (Ping timeout: 246 seconds)
  532. # [10:44] * Joins: thepreacher (~thepreach@31.185.191.129)
  533. # [10:45] * Joins: Ms2ger (~Ms2ger@kotnet-150.kulnet.kuleuven.be)
  534. # [10:45] * Joins: Syliss (~syliss@12.139.159.2)
  535. # [10:46] * Quits: MisterSpeaker (~MisterSpe@62.129.6.2) (Remote host closed the connection)
  536. # [10:48] * Joins: _9gIX (~Eugene@bb220-255-196-218.singnet.com.sg)
  537. # [10:50] * Joins: drublic (~drublic@p5098a42b.dip0.t-ipconnect.de)
  538. # [10:55] * Joins: prudnikov (~prudnikov@nat-17.starnet.cz)
  539. # [10:55] * Quits: drublic (~drublic@p5098a42b.dip0.t-ipconnect.de) (Ping timeout: 276 seconds)
  540. # [10:59] * Joins: drublic (~drublic@p5098a42b.dip0.t-ipconnect.de)
  541. # [10:59] * Quits: Mosselman (~Mosselman@n041074.science.ru.nl) (Quit: Mosselman)
  542. # [11:05] * Parts: calbasi (~joan@161.44.14.37.dynamic.jazztel.es)
  543. # [11:06] * Joins: MisterSpeaker (~MisterSpe@62.129.6.2)
  544. # [11:07] * Joins: exoon (~exoon@p4FD389CE.dip0.t-ipconnect.de)
  545. # [11:09] * Quits: TripTastic (~Trip@72.25.52.42) (Read error: Connection reset by peer)
  546. # [11:16] * Joins: coellobranco (~FoRcEr@228.Red-83-34-21.dynamicIP.rima-tde.net)
  547. # [11:19] * Joins: Mosselman (~Mosselman@n041074.science.ru.nl)
  548. # [11:23] * Rydefalk is now known as Pufferfood
  549. # [11:23] * Joins: avjpl (~avjpl@83-244-190-10.cust-83.exponential-e.net)
  550. # [11:23] * Quits: avjpl (~avjpl@83-244-190-10.cust-83.exponential-e.net) (Client Quit)
  551. # [11:23] * Quits: Pufferfood (~rydefalk@90-229-167-160-no53.tbcn.telia.com) (Remote host closed the connection)
  552. # [11:23] * Quits: dragonshed (~chaka@about/csharp/regular/chaka) (Read error: Connection reset by peer)
  553. # [11:23] * Joins: Rydefalk (~rydefalk@90-229-167-160-no53.tbcn.telia.com)
  554. # [11:24] * Rydefalk is now known as Pufferfood
  555. # [11:24] * Joins: dragonshed (~chaka@about/csharp/regular/chaka)
  556. # [11:28] * Quits: Mosselman (~Mosselman@n041074.science.ru.nl) (Ping timeout: 276 seconds)
  557. # [11:32] * Quits: inverse (~inverse@24-119-70-72.cpe.cableone.net) (Quit: Try HydraIRC -> http://www.hydrairc.com <-)
  558. # [11:33] * Joins: inverse (~inverse@24-119-70-72.cpe.cableone.net)
  559. # [11:34] * Quits: inverse (~inverse@24-119-70-72.cpe.cableone.net) (Client Quit)
  560. # [11:34] * Joins: Maxani_ (~maxani@ARennes-653-1-323-199.w109-218.abo.wanadoo.fr)
  561. # [11:40] * Quits: shwetank (~shwetank@122.173.193.20) (Quit: Leaving...)
  562. # [11:40] * Joins: TripTastic (~Trip@72.25.52.42)
  563. # [11:41] * Quits: jacobolus (~jacobolus@108-75-75-178.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving...)
  564. # [11:42] * Joins: Mosselman (~Mosselman@vhe-451801.sshn.net)
  565. # [11:42] * Quits: exoon (~exoon@p4FD389CE.dip0.t-ipconnect.de) (Quit: Verlassend)
  566. # [11:46] * Joins: exoon (~exoon@p4FD389CE.dip0.t-ipconnect.de)
  567. # [11:53] * Quits: vlad_starkov (~vlad_star@178.176.97.139) (Remote host closed the connection)
  568. # [11:57] * Quits: Kolombiken (~Adium@217.13.228.226) (Quit: Leaving.)
  569. # [11:59] * Joins: Kolombiken (~Adium@217.13.228.226)
  570. # [12:05] * Quits: godpuppet (~godpuppet@189-104-15-106.user.veloxzone.com.br) (Quit: Textual IRC Client: http://www.textualapp.com/)
  571. # [12:07] * Quits: manuelbieh (~beeevi2@p50997681.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  572. # [12:08] * Joins: manuelbieh (~beeevi2@p50997681.dip0.t-ipconnect.de)
  573. # [12:11] * Quits: Boydy (~Emma@unaffiliated/boydy) (Remote host closed the connection)
  574. # [12:17] * Quits: Ducki (~Ducki@pD9E39ABA.dip0.t-ipconnect.de) (Quit: Leaving)
  575. # [12:19] * Joins: mklappstuhl (~martin@p578bd3e9.dip0.t-ipconnect.de)
  576. # [12:20] * Quits: Ms2ger (~Ms2ger@kotnet-150.kulnet.kuleuven.be) (Ping timeout: 264 seconds)
  577. # [12:21] * Joins: vlad_starkov (~vlad_star@178.176.42.115)
  578. # [12:23] * Quits: Thalisson (~Thalisson@unaffiliated/talssn3l) (Remote host closed the connection)
  579. # [12:25] * Quits: Mosselman (~Mosselman@vhe-451801.sshn.net) (Quit: Mosselman)
  580. # [12:25] * Joins: rickibalboa (~ricki@84.19.104.118)
  581. # [12:27] * Quits: rickibalboa (~ricki@84.19.104.118) (Read error: Connection reset by peer)
  582. # [12:27] * Quits: Wildblue (~guy@c-69-140-154-17.hsd1.md.comcast.net) (Quit: Terabytes are termite-like desert insects.)
  583. # [12:28] * Quits: thepreacher (~thepreach@31.185.191.129) (Quit: Leaving)
  584. # [12:28] * Joins: rickibalboa` (~ricki@84.19.104.118)
  585. # [12:29] * Quits: levifig (~levifig@spwn.co) (Ping timeout: 240 seconds)
  586. # [12:31] * Joins: levifig (~levifig@spwn.co)
  587. # [12:35] * Joins: ec30 (~textual@095-097-048-229.static.chello.nl)
  588. # Session Close: Thu Jan 31 12:40:11 2013
  589. #
  590. # Session Start: Thu Jan 31 12:40:11 2013
  591. # Session Ident: #html5
  592. # [12:40] * Disconnected
  593. # [12:41] * Attempting to rejoin channel #html5
  594. # [12:41] * Rejoined channel #html5
  595. # [12:41] * Topic is 'Ask any question about HTML5 & Friends || HTML5 Spec for Developers: http://developers.whatwg.org || Also: http://html5rocks.com http://diveintohtml5.info http://mzl.la/9giLwR || Channel logs: http://j.mp/cG7UDa'
  596. # [12:41] * Set by marienz!marienz@freenode/staff/marienz on Fri Oct 21 20:53:09
  597. # [12:41] * Joins: manuelbieh_ (~beeevi2@p50997681.dip0.t-ipconnect.de)
  598. # [12:41] * Joins: zenoamar_ (~zenoamaro@93-36-99-221.ip59.fastwebnet.it)
  599. # [12:42] * Quits: zenoamaro (~zenoamaro@93-36-99-221.ip59.fastwebnet.it) (Ping timeout: 240 seconds)
  600. # [12:42] * zenoamar_ is now known as zenoamaro
  601. # [12:44] * Quits: manuelbieh (~beeevi2@p50997681.dip0.t-ipconnect.de) (Ping timeout: 248 seconds)
  602. # [12:44] * Joins: g105b (~g105b@2.24.157.80)
  603. # [12:48] * Joins: Ms2ger (~Ms2ger@kotnet-150.kulnet.kuleuven.be)
  604. # [12:50] * Joins: Savvy (~Thunderbi@unaffiliated/savvy)
  605. # [12:51] * Quits: llamapixel (~llamapixe@123-243-224-99.static.tpgi.com.au) (Quit: -=[. _ .]=- waves bye..)
  606. # [12:55] * Joins: Xarthok (~Xarthok@5addafd9.bb.sky.com)
  607. # [13:02] * Joins: nkr (~nkr@189.120.65.122)
  608. # [13:03] * abstractj|away is now known as abstractj
  609. # [13:03] * Quits: Ms2ger (~Ms2ger@kotnet-150.kulnet.kuleuven.be) (Quit: bbl)
  610. # [13:06] * Quits: _9gIX (~Eugene@bb220-255-196-218.singnet.com.sg) (Ping timeout: 276 seconds)
  611. # [13:09] * Quits: rickibalboa` (~ricki@84.19.104.118) (Ping timeout: 245 seconds)
  612. # [13:15] * Quits: v1p (~quassel@94-227-106-57.access.telenet.be) (Ping timeout: 276 seconds)
  613. # [13:20] * Joins: guy (~gajus@oftn/member/guy)
  614. # [13:20] * Quits: vedarthk (~vedarthk@115.114.134.50) (Quit: Leaving)
  615. # [13:25] * Quits: SrPx (~SrPx@177.205.169.238.dynamic.adsl.gvt.net.br) (Quit: SrPx)
  616. # [13:29] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 276 seconds)
  617. # [13:30] * Joins: moshee (~moshee@unaffiliated/moshee)
  618. # [13:36] * Quits: gyzmodo (~x@89.146.123.131) (Ping timeout: 260 seconds)
  619. # [13:37] * Joins: avjpl (~avjpl@83-244-190-10.cust-83.exponential-e.net)
  620. # [13:37] * Quits: avjpl (~avjpl@83-244-190-10.cust-83.exponential-e.net) (Client Quit)
  621. # [13:38] * Quits: MisterSpeaker (~MisterSpe@62.129.6.2) (Ping timeout: 255 seconds)
  622. # [13:38] * Joins: MisterSpeaker (~MisterSpe@62.129.6.2)
  623. # [13:39] * Joins: gyzmodo (~x@89.146.123.131)
  624. # [13:40] * Quits: yuya (~yuya@113x36x238x27.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
  625. # [13:45] * Joins: Jon47 (~Adium@pool-108-18-206-254.washdc.fios.verizon.net)
  626. # [13:49] * Quits: jetienne (~jerome@ivr94-10-88-177-169-62.fbx.proxad.net) (Quit: jetienne)
  627. # [13:49] * Joins: ontime (~ontime@unaffiliated/ontime)
  628. # [13:50] * Quits: sander^work (~sanderj@195.204.103.194) (Read error: Connection reset by peer)
  629. # [13:51] * Joins: mangoman (~elliott@pool-173-61-173-108.cmdnnj.fios.verizon.net)
  630. # [13:52] * Quits: manuelbieh_ (~beeevi2@p50997681.dip0.t-ipconnect.de) (Quit: Verlassend)
  631. # [13:52] * Joins: manuelbieh (~beeevi2@p50997681.dip0.t-ipconnect.de)
  632. # [13:53] * Joins: shwetank (~shwetank@122.173.193.20)
  633. # [13:57] * Joins: kholladay (~kholladay@69.169.182.226.provo.static.broadweavenetworks.net)
  634. # [13:59] * Quits: MisterSpeaker (~MisterSpe@62.129.6.2) (Read error: Connection reset by peer)
  635. # [13:59] * Joins: MisterSpeaker (~MisterSpe@62.129.6.2)
  636. # [14:01] * Joins: jetienne (~jerome@ivr94-10-88-177-169-62.fbx.proxad.net)
  637. # [14:01] * Quits: kholladay (~kholladay@69.169.182.226.provo.static.broadweavenetworks.net) (Ping timeout: 245 seconds)
  638. # [14:01] * Joins: mobilejustin (~mobilejus@173-80-78-104-bkly.atw.dyn.suddenlink.net)
  639. # [14:04] * Quits: g105b (~g105b@2.24.157.80) (Quit: I wonder what this button does?)
  640. # [14:05] * Quits: rfoust (~rfoust@cpe-098-026-007-087.nc.res.rr.com) (Quit: Computer has gone to sleep.)
  641. # [14:05] * Quits: tprice (~tprice@216.48.170.107) (Quit: cya)
  642. # [14:05] * Joins: tprice (~tprice@216.48.170.107)
  643. # [14:05] * Joins: schpengle (~schpengle@host109-154-143-249.range109-154.btcentralplus.com)
  644. # [14:13] * Joins: dameleon (~dameleon@g156.61-205-217.ppp.wakwak.ne.jp)
  645. # [14:13] * Quits: dameleon (~dameleon@g156.61-205-217.ppp.wakwak.ne.jp) (Read error: Connection reset by peer)
  646. # [14:13] * Joins: dameleon (~dameleon@g156.61-205-217.ppp.wakwak.ne.jp)
  647. # [14:16] * Quits: Wildblue (~guy@c-69-140-154-17.hsd1.md.comcast.net) (Quit: Terabytes are termite-like desert insects.)
  648. # [14:17] * Quits: NiX_ (~Onliance@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Remote host closed the connection)
  649. # [14:18] * Joins: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be)
  650. # [14:20] * Joins: Boydy (~Emma@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
  651. # [14:20] * Quits: Boydy (~Emma@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Changing host)
  652. # [14:20] * Joins: Boydy (~Emma@unaffiliated/boydy)
  653. # [14:23] * Quits: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
  654. # [14:27] * Quits: schpengle (~schpengle@host109-154-143-249.range109-154.btcentralplus.com) (Quit: schpengle)
  655. # [14:29] * Joins: sasori (~sasori@cm105.gamma248.maxonline.com.sg)
  656. # [14:32] * Joins: arcanis (~Mael@bas1-montreal07-2925060433.dsl.bell.ca)
  657. # [14:38] * Joins: bobsapp (~root@137-41-17-178.client.allsimple.net)
  658. # [14:38] * Joins: rfoust (~rfoust@wl-atc-pat.netcom.duke.edu)
  659. # [14:39] * Quits: dhruvasagar (~dhruvasag@106.51.140.241) (Ping timeout: 264 seconds)
  660. # [14:47] * Joins: decotii (~decotii@hq.croscon.com)
  661. # [14:51] * Quits: kitallis (~kitallis@122.178.249.127) (Quit: Textual IRC Client: http://www.textualapp.com/)
  662. # [14:51] * Joins: yuya (~yuya@p31099-ipngn601hodogaya.kanagawa.ocn.ne.jp)
  663. # [14:52] * Quits: Jon47 (~Adium@pool-108-18-206-254.washdc.fios.verizon.net) (Quit: Leaving.)
  664. # [14:53] * Quits: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be) (Quit: bbl)
  665. # [14:55] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
  666. # [14:55] * Joins: matijsb_ (uid2278@gateway/web/irccloud.com/x-joznadvgmgfxlvlk)
  667. # [14:56] * Quits: austincheney (~quassel@62.150.91.10) (Ping timeout: 256 seconds)
  668. # [14:56] * Joins: Jon47 (~Adium@pool-108-18-206-254.washdc.fios.verizon.net)
  669. # [14:56] * Joins: leptonix_ (~hg@ec2-176-34-107-84.eu-west-1.compute.amazonaws.com)
  670. # [14:57] * Quits: matijsb (uid2278@gateway/web/irccloud.com/x-vsxfqvyotmcjcktg) (Ping timeout: 240 seconds)
  671. # [14:57] * Quits: factor (~factor@r74-193-21-107.cnrocmta01.conrtx.tl.dh.suddenlink.net) (Ping timeout: 240 seconds)
  672. # [14:57] * Quits: leptonix (~hg@ec2-176-34-107-84.eu-west-1.compute.amazonaws.com) (Ping timeout: 240 seconds)
  673. # [14:57] * matijsb_ is now known as matijsb
  674. # [14:57] * EHLOvader[afk] is now known as EHLOVader
  675. # [14:58] * Joins: factor (~factor@r74-193-21-107.cnrocmta01.conrtx.tl.dh.suddenlink.net)
  676. # [14:58] * Quits: yuya (~yuya@p31099-ipngn601hodogaya.kanagawa.ocn.ne.jp) (Ping timeout: 260 seconds)
  677. # [15:01] * Quits: coellobranco (~FoRcEr@228.Red-83-34-21.dynamicIP.rima-tde.net) (Quit: http://www.juanantoniomosquera.com)
  678. # [15:05] * Quits: Syliss (~syliss@12.139.159.2) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  679. # [15:06] * Quits: hemanth (~who@182.71.223.69) (Read error: Connection reset by peer)
  680. # [15:08] * Joins: hemanth (~who@182.71.223.69)
  681. # [15:11] * Quits: jetienne (~jerome@ivr94-10-88-177-169-62.fbx.proxad.net) (Quit: jetienne)
  682. # [15:17] * Joins: yuya (~yuya@p31099-ipngn601hodogaya.kanagawa.ocn.ne.jp)
  683. # [15:19] * Joins: _dc (~dc@c-98-253-247-27.hsd1.in.comcast.net)
  684. # [15:22] * Joins: derencius (~derencius@187.11.153.218)
  685. # [15:29] * Joins: manuelbieh_ (~beeevi2@p50997681.dip0.t-ipconnect.de)
  686. # [15:30] * Quits: manuelbieh (~beeevi2@p50997681.dip0.t-ipconnect.de) (Ping timeout: 248 seconds)
  687. # [15:34] * Quits: MisterSpeaker (~MisterSpe@62.129.6.2) (Remote host closed the connection)
  688. # [15:34] * Joins: stephenplusplus1 (~Adium@ql1fwhide.rockfin.com)
  689. # [15:35] * Quits: Maxani_ (~maxani@ARennes-653-1-323-199.w109-218.abo.wanadoo.fr) (Quit: Computer has gone to sleep.)
  690. # [15:35] * Joins: oakdog8 (~oakdog8@unaffiliated/oakdog8)
  691. # [15:36] * Quits: _gambit (~prajwalit@61.12.96.226) (Quit: Computer has gone to sleep.)
  692. # [15:37] * stephenplusplus is now known as Guest56278
  693. # [15:37] * Quits: Guest56278 (~stephenpl@c-76-112-18-90.hsd1.mi.comcast.net) (Killed (holmes.freenode.net (Nickname regained by services)))
  694. # [15:37] * stephenplusplus1 is now known as stephenplusplus
  695. # [15:37] * Joins: stephenplusplus1 (~stephenpl@c-76-112-18-90.hsd1.mi.comcast.net)
  696. # [15:38] * Quits: yuya (~yuya@p31099-ipngn601hodogaya.kanagawa.ocn.ne.jp) (Remote host closed the connection)
  697. # [15:41] * Quits: alrra (~alrra@unaffiliated/alrra) (Quit: This computer has gone to sleep)
  698. # [15:42] * Joins: alrra (~alrra@188.24.77.57)
  699. # [15:42] * Quits: alrra (~alrra@188.24.77.57) (Changing host)
  700. # [15:42] * Joins: alrra (~alrra@unaffiliated/alrra)
  701. # [15:43] * Joins: zettam (~Pak@92.44.161.155)
  702. # [15:45] * Joins: austincheney (~quassel@62.150.91.10)
  703. # [15:46] * Quits: zettam1 (~Pak@92.44.161.155) (Ping timeout: 272 seconds)
  704. # [15:47] * Joins: _gambit (~prajwalit@61.12.96.226)
  705. # [15:48] * Quits: _gambit (~prajwalit@61.12.96.226) (Client Quit)
  706. # [15:48] * Joins: fleeting (~fleeting@108-253-244-91.lightspeed.austtx.sbcglobal.net)
  707. # [15:48] * Quits: guy (~gajus@oftn/member/guy) (Remote host closed the connection)
  708. # [15:51] * Joins: greg_otoole (~gregoryot@130.203.137.75)
  709. # [15:51] * Quits: soee (~soee@83-238-167-52.ip.netia.com.pl) (Quit: Wychodzi)
  710. # [15:55] * Joins: WebDragon (~webdragon@c-69-253-237-123.hsd1.de.comcast.net)
  711. # [15:55] * Quits: niloy (~niloy@203.196.177.156) (Quit: Leaving)
  712. # [15:56] * Joins: _9gIX (~Eugene@cm124.gamma251.maxonline.com.sg)
  713. # [15:57] * Quits: arcanis (~Mael@bas1-montreal07-2925060433.dsl.bell.ca) (Read error: Connection reset by peer)
  714. # [15:57] * Quits: austincheney (~quassel@62.150.91.10) (Quit: No Ping reply in 180 seconds.)
  715. # [15:57] * Joins: arcanis (~Mael@bas1-montreal07-2925060433.dsl.bell.ca)
  716. # [15:57] * Joins: austincheney (~quassel@62.150.91.10)
  717. # [15:57] * Joins: kholladay (~kholladay@69.169.182.226.provo.static.broadweavenetworks.net)
  718. # [15:58] * Quits: exoon (~exoon@p4FD389CE.dip0.t-ipconnect.de) (Ping timeout: 276 seconds)
  719. # [15:59] * Joins: exoon (~exoon@p4FD38785.dip0.t-ipconnect.de)
  720. # [16:00] * Joins: mobileju_ (~mobilejus@cdm-75-109-122-65.asbnva.dh.suddenlink.net)
  721. # [16:02] * Quits: kholladay (~kholladay@69.169.182.226.provo.static.broadweavenetworks.net) (Ping timeout: 255 seconds)
  722. # [16:03] * Joins: Snugug (~Richard@rrcs-24-136-96-234.nyc.biz.rr.com)
  723. # [16:03] * Quits: mobilejustin (~mobilejus@173-80-78-104-bkly.atw.dyn.suddenlink.net) (Ping timeout: 248 seconds)
  724. # [16:05] * Joins: Kuifje (~None@unaffiliated/kuifje111)
  725. # [16:09] * Quits: Boydy (~Emma@unaffiliated/boydy) (Remote host closed the connection)
  726. # [16:09] * Joins: seion (a19b0f17@gateway/web/freenode/ip.161.155.15.23)
  727. # [16:10] * Joins: Boydy (~Emma@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
  728. # [16:10] * Quits: Boydy (~Emma@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Changing host)
  729. # [16:10] * Joins: Boydy (~Emma@unaffiliated/boydy)
  730. # [16:10] * Joins: Maxani_ (~maxani@ARennes-653-1-323-199.w109-218.abo.wanadoo.fr)
  731. # [16:10] * Joins: miChou (~mibalan@dublin-proxy.adobe.com)
  732. # [16:11] <seion> ok so trying to center a div, but its not working out well with margin-left:auto; margin-right: auto; its inside of a div that is width is 100% but it keeps throwing the div im trying to center to the left.
  733. # [16:11] <seion> let me see if I can pastebin some code
  734. # [16:12] * Quits: mchammer (~mchammer@212.48.107.10) (Remote host closed the connection)
  735. # [16:13] <seion> http://paste2.org/p/2814207
  736. # [16:13] <seion> here is a little of the code
  737. # [16:13] * Quits: Boydy (~Emma@unaffiliated/boydy) (Remote host closed the connection)
  738. # [16:14] * Quits: exoon (~exoon@p4FD38785.dip0.t-ipconnect.de) (Ping timeout: 245 seconds)
  739. # [16:20] * Joins: exoon (~exoon@p4FD38785.dip0.t-ipconnect.de)
  740. # [16:20] * Joins: hugo_moss (hugo_moss@ool-18befbfb.dyn.optonline.net)
  741. # [16:21] * Joins: kristofers (~kristofer@27.79-160-186.customer.lyse.net)
  742. # [16:21] * Joins: guy (~gajus@oftn/member/guy)
  743. # [16:26] * Quits: hugo_moss (hugo_moss@ool-18befbfb.dyn.optonline.net) (Ping timeout: 264 seconds)
  744. # [16:27] * Joins: hugo_moss (hugo_moss@ool-18befbfb.dyn.optonline.net)
  745. # [16:27] * Joins: Boydy (~Emma@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
  746. # [16:27] * Quits: Boydy (~Emma@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Changing host)
  747. # [16:27] * Joins: Boydy (~Emma@unaffiliated/boydy)
  748. # [16:28] <Jon47> seion: maybe put text-align: center on the parent?
  749. # [16:29] * Quits: drublic (~drublic@p5098a42b.dip0.t-ipconnect.de) (Remote host closed the connection)
  750. # [16:29] <seion> nvm I just figured it out lol, the div was expanding to 100% that I needed center, so I just put a width on the div
  751. # [16:31] * Joins: huntercool (~huntercoo@plz.ddos.secureshellz.com)
  752. # [16:37] * Joins: MisterSpeaker (~MisterSpe@62.129.6.2)
  753. # [16:37] * Quits: seion (a19b0f17@gateway/web/freenode/ip.161.155.15.23) (Quit: Page closed)
  754. # [16:37] * Joins: JiKeidan (~JiKeidan@74-128-170-35.dhcp.insightbb.com)
  755. # [16:37] * Quits: asher^ (asher@unaffiliated/asher/x-9381395)
  756. # [16:38] * Quits: vlad_starkov (~vlad_star@178.176.42.115) (Remote host closed the connection)
  757. # [16:40] * Quits: manuelbieh_ (~beeevi2@p50997681.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
  758. # [16:41] * Joins: rupl (anonymous@rrcs-24-173-111-218.sw.biz.rr.com)
  759. # [16:44] * Quits: gyzmodo (~x@89.146.123.131) (Ping timeout: 248 seconds)
  760. # [16:45] * Quits: JiKeidan (~JiKeidan@74-128-170-35.dhcp.insightbb.com) (Quit: Leaving.)
  761. # [16:46] * Quits: Trisox (~Tri_sox@dw87236798.amsterdam-tc.dataweb.net) (Quit: Linkinus - http://linkinus.com)
  762. # [16:47] * Quits: Boydy (~Emma@unaffiliated/boydy) (Remote host closed the connection)
  763. # [16:47] * Quits: miChou (~mibalan@dublin-proxy.adobe.com) (Quit: Leaving.)
  764. # [16:47] * Joins: sandprickle (~bryce@50.121.127.61)
  765. # [16:47] * Joins: gyzmodo (~x@89.146.123.131)
  766. # [16:47] * Joins: jaequery (~jaequery@cpe-198-72-230-152.socal.res.rr.com)
  767. # [16:52] * Quits: mangoman (~elliott@pool-173-61-173-108.cmdnnj.fios.verizon.net) (Ping timeout: 264 seconds)
  768. # [16:53] * Quits: kristofers (~kristofer@27.79-160-186.customer.lyse.net)
  769. # [16:54] * Joins: kristofers (~kristofer@27.79-160-186.customer.lyse.net)
  770. # [16:55] * Joins: tw2113 (~tw2113@host-194-48-230-24.midco.net)
  771. # [16:55] * Quits: tw2113 (~tw2113@host-194-48-230-24.midco.net) (Changing host)
  772. # [16:55] * Joins: tw2113 (~tw2113@fedora/tw2113)
  773. # [16:57] * Joins: lduros (~user@fsf/member/lduros)
  774. # [16:57] * Joins: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t)
  775. # [16:57] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Disconnected by services)
  776. # [16:57] * Quits: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t) (Excess Flood)
  777. # [16:58] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
  778. # [16:59] <lduros> hi, trying to make responsive design for smartphones. I've set the width of all the wrappers to 100% using css3 when the width is less than 700px, and have also set the meta viewport to: <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"> -- for some reason on android it starts slightly zoomed out and you can zoom in beyond the boundaries of the screen... I'm trying to find
  779. # [16:59] <lduros> documentation on troubleshooting this.. any tip? Thanks
  780. # [16:59] <lduros> everything looks good on firefox/chrome when shrinking the size of the browser window
  781. # [17:00] * Joins: _gambit (~prajwalit@61.12.96.226)
  782. # [17:01] * Quits: guy (~gajus@oftn/member/guy) (Remote host closed the connection)
  783. # [17:02] * Quits: gyzmodo (~x@89.146.123.131) (Ping timeout: 248 seconds)
  784. # [17:03] * Quits: roel (~quassel@d54C236E3.access.telenet.be) (Remote host closed the connection)
  785. # [17:04] * Quits: decotii (~decotii@hq.croscon.com) (Quit: Leaving)
  786. # [17:05] * Joins: gyzmodo (~x@89.146.123.131)
  787. # [17:10] * Joins: decotii (~decotii@hq.croscon.com)
  788. # [17:10] * Quits: mitemitreski (~mitemitre@212.120.17.179) (Read error: Connection reset by peer)
  789. # [17:11] * Joins: r0tha (~r0tha@173.247.200.122)
  790. # [17:11] * Joins: SrPx (~SrPx@177.159.42.97)
  791. # [17:14] * Quits: SrPx (~SrPx@177.159.42.97) (Client Quit)
  792. # [17:14] * Joins: beeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de)
  793. # [17:17] * Joins: Boydy (~Emma@unaffiliated/boydy)
  794. # [17:18] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
  795. # [17:20] * Joins: kholladay (~kholladay@66.219.204.98.provo.dynamic.broadweavenetworks.net)
  796. # [17:20] * Quits: main_ (~main@customer-79-127-150-148.net.angelnet.cz) (Ping timeout: 244 seconds)
  797. # [17:20] * Quits: derencius (~derencius@187.11.153.218) (Quit: derencius)
  798. # [17:22] * Joins: DerKirche (~Adium@static-151-201-23-101.pitbpa.east.verizon.net)
  799. # [17:22] * Joins: rickibalboa (~ricki@84.19.104.118)
  800. # [17:24] * Joins: vlad_starkov (~vlad_star@81.22.194.213)
  801. # [17:25] * Quits: Boydy (~Emma@unaffiliated/boydy) (Ping timeout: 244 seconds)
  802. # [17:26] * Quits: _gambit (~prajwalit@61.12.96.226) (Quit: Computer has gone to sleep.)
  803. # [17:28] * Joins: _gambit (~prajwalit@61.12.96.226)
  804. # [17:28] * Joins: Mosselman (~Mosselman@vhe-451801.sshn.net)
  805. # [17:31] * Joins: machicola (~tteofgoih@74.197.247.103)
  806. # [17:31] * Quits: _gambit (~prajwalit@61.12.96.226) (Client Quit)
  807. # [17:31] * Joins: franksta_ (~frankstal@pool-74-105-106-200.nwrknj.fios.verizon.net)
  808. # [17:31] * Quits: frankstallone (~frankstal@pool-74-105-106-200.nwrknj.fios.verizon.net) (Ping timeout: 248 seconds)
  809. # [17:32] * Joins: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net)
  810. # [17:32] * Joins: calbasi (~joan@161.44.14.37.dynamic.jazztel.es)
  811. # [17:33] * Quits: Mosselman (~Mosselman@vhe-451801.sshn.net) (Client Quit)
  812. # [17:36] * Joins: derencius (~derencius@187.11.153.218)
  813. # [17:39] * Quits: jaequery (~jaequery@cpe-198-72-230-152.socal.res.rr.com) (Ping timeout: 264 seconds)
  814. # [17:40] * Quits: vlad_starkov (~vlad_star@81.22.194.213) (Remote host closed the connection)
  815. # [17:40] * abstractj is now known as abstractj|gump
  816. # [17:40] * Quits: MisterSpeaker (~MisterSpe@62.129.6.2) (Ping timeout: 248 seconds)
  817. # [17:41] * Joins: jaequery (~jaequery@cpe-198-72-230-152.socal.res.rr.com)
  818. # [17:45] * Joins: paul147 (~Adium@173-8-222-173-Oregon.hfc.comcastbusiness.net)
  819. # [17:46] * Quits: dameleon (~dameleon@g156.61-205-217.ppp.wakwak.ne.jp) (Remote host closed the connection)
  820. # [17:47] * Joins: erichynds (~ehynds@64.206.121.41)
  821. # [17:47] * Parts: calbasi (~joan@161.44.14.37.dynamic.jazztel.es)
  822. # [17:48] * Quits: prudnikov (~prudnikov@nat-17.starnet.cz) (Quit: Leaving...)
  823. # [17:49] * Joins: MisterSpeaker (~MisterSpe@62.129.6.2)
  824. # [17:50] * Quits: DerKirche (~Adium@static-151-201-23-101.pitbpa.east.verizon.net) (Quit: Leaving.)
  825. # [17:51] * Quits: shwetank (~shwetank@122.173.193.20) (Quit: Linkinus - http://linkinus.com)
  826. # [17:52] * Joins: prudnikov (~prudnikov@nat-17.starnet.cz)
  827. # [17:56] * Joins: Mosselman (~Mosselman@vhe-451801.sshn.net)
  828. # [17:56] * Quits: ontime (~ontime@unaffiliated/ontime) (Read error: Connection reset by peer)
  829. # [17:58] * Joins: Ms2ger (~Ms2ger@91.180.157.55)
  830. # [17:58] * Quits: exoon (~exoon@p4FD38785.dip0.t-ipconnect.de) (Ping timeout: 248 seconds)
  831. # [17:59] * Quits: derencius (~derencius@187.11.153.218) (Ping timeout: 260 seconds)
  832. # [17:59] * Joins: kitallis (~kitallis@122.178.249.127)
  833. # [17:59] * Joins: Snugug_ (~Richard@rrcs-24-136-96-234.nyc.biz.rr.com)
  834. # [18:00] * Quits: _cheney (~cheney@nat.sierrabravo.net) (Read error: Connection reset by peer)
  835. # [18:00] * Quits: Snugug (~Richard@rrcs-24-136-96-234.nyc.biz.rr.com) (Read error: Connection reset by peer)
  836. # [18:00] * Snugug_ is now known as Snugug
  837. # [18:00] * Quits: arcanis (~Mael@bas1-montreal07-2925060433.dsl.bell.ca) (Write error: Connection reset by peer)
  838. # [18:00] * Joins: _cheney (~cheney@nat.sierrabravo.net)
  839. # [18:00] * Joins: arcanis (~Mael@bas1-montreal07-2925060433.dsl.bell.ca)
  840. # [18:03] * Joins: chriseppstein (~chrisepps@99-6-85-4.lightspeed.sntcca.sbcglobal.net)
  841. # [18:04] * Quits: beeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  842. # [18:05] * Quits: Kolombiken (~Adium@217.13.228.226) (Quit: Leaving.)
  843. # [18:06] * Joins: derencius (~derencius@200-158-88-3.dsl.telesp.net.br)
  844. # [18:06] * Quits: derencius (~derencius@200-158-88-3.dsl.telesp.net.br) (Client Quit)
  845. # [18:08] * Joins: exoon (~exoon@p4FD38785.dip0.t-ipconnect.de)
  846. # [18:10] * Quits: Maxani_ (~maxani@ARennes-653-1-323-199.w109-218.abo.wanadoo.fr) (Quit: Computer has gone to sleep.)
  847. # [18:11] * Joins: fr3sh (~fr3sh@unaffiliated/fr3sh)
  848. # [18:13] * Joins: ontime (~ontime@unaffiliated/ontime)
  849. # [18:16] * Joins: Jamiltz (~Jamiltz@host86-157-205-223.range86-157.btcentralplus.com)
  850. # [18:16] <Jon47> i fucking hate it when a "responsive" web site doesn't let me pinch and zom
  851. # [18:16] <hober> s/a "responsive"/any/
  852. # [18:17] * Quits: decotii (~decotii@hq.croscon.com) (Quit: Leaving)
  853. # [18:17] * Joins: drublic (~drublic@frbg-4d0294ac.pool.mediaWays.net)
  854. # [18:20] * Joins: decotii (~decotii@hq.croscon.com)
  855. # [18:20] * Joins: ericduran (~ericduran@cpe-68-175-85-180.nyc.res.rr.com)
  856. # [18:21] * Quits: jaequery (~jaequery@cpe-198-72-230-152.socal.res.rr.com) (Quit: Computer has gone to sleep.)
  857. # [18:26] * Quits: Savvy (~Thunderbi@unaffiliated/savvy) (Quit: Savvy)
  858. # [18:27] * Quits: Snugug (~Richard@rrcs-24-136-96-234.nyc.biz.rr.com) (Quit: Snugug)
  859. # [18:27] * Quits: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com) (Remote host closed the connection)
  860. # [18:27] * Joins: Snugug (~Richard@rrcs-24-136-96-234.nyc.biz.rr.com)
  861. # [18:28] * Quits: mstalfoort (~manuchill@83.232.96.217) (Quit: kthxbai)
  862. # [18:29] * Joins: Savvy (~Thunderbi@unaffiliated/savvy)
  863. # [18:30] * Quits: kristofers (~kristofer@27.79-160-186.customer.lyse.net) (Ping timeout: 264 seconds)
  864. # [18:31] * Joins: arietis (~arietis@188.242.181.162)
  865. # [18:32] * Quits: Savvy (~Thunderbi@unaffiliated/savvy) (Client Quit)
  866. # [18:33] * Joins: aksnot (~chatzilla@122.179.97.223)
  867. # [18:33] * Quits: greg_otoole (~gregoryot@130.203.137.75) (Quit: greg_otoole)
  868. # [18:34] * Joins: SrPx (~SrPx@177.159.42.97)
  869. # [18:35] * Quits: sosby (~jsa@penguin.norclans.org) (Ping timeout: 252 seconds)
  870. # [18:37] * Joins: jarek (~jarek@unaffiliated/jarek)
  871. # [18:39] * Joins: Maxani_ (~maxani@ARennes-653-1-323-199.w109-218.abo.wanadoo.fr)
  872. # [18:41] * Quits: roadt_ (~roadt@60.168.85.210) (Ping timeout: 252 seconds)
  873. # [18:41] * Quits: DrCode (~DrCode@gateway/tor-sasl/drcode) (Remote host closed the connection)
  874. # [18:44] * Quits: sasori (~sasori@cm105.gamma248.maxonline.com.sg) (Quit: ChatZilla 0.9.89 [Firefox 18.0.1/20130116073211])
  875. # [18:44] * Joins: jaequery (~jaequery@rrcs-173-196-143-198.west.biz.rr.com)
  876. # [18:45] * Joins: _gambit (~prajwalit@59.95.39.211)
  877. # [18:46] * Quits: sedovsek (~robert@89.143.12.238) (Quit: sedovsek)
  878. # [18:46] * Joins: paul1471 (~Adium@173-8-222-173-Oregon.hfc.comcastbusiness.net)
  879. # [18:46] * Joins: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net)
  880. # [18:46] * Quits: MisterSpeaker (~MisterSpe@62.129.6.2) (Remote host closed the connection)
  881. # [18:46] * Quits: ontime (~ontime@unaffiliated/ontime) (Read error: Connection reset by peer)
  882. # [18:47] * Joins: ontime (~ontime@unaffiliated/ontime)
  883. # [18:48] * Joins: MisterSpeaker (~MisterSpe@62.129.6.2)
  884. # [18:48] * Quits: paul147 (~Adium@173-8-222-173-Oregon.hfc.comcastbusiness.net) (Ping timeout: 256 seconds)
  885. # [18:51] * abstractj|gump is now known as abstractj
  886. # [18:52] <moo-_-> Jon47: many people hate it
  887. # [18:52] * Quits: exoon (~exoon@p4FD38785.dip0.t-ipconnect.de) (Ping timeout: 240 seconds)
  888. # [18:52] <moo-_-> Jon47: but if you do your layout properly you still have pinch and zoom
  889. # [18:53] * Joins: danielwrobert (~danielwro@trestles.cukerinteractive.com)
  890. # [18:55] * Joins: roadt_ (~roadt@60.168.94.140)
  891. # [18:55] * Quits: Mosselman (~Mosselman@vhe-451801.sshn.net) (Quit: Mosselman)
  892. # [18:56] * Quits: fr3sh (~fr3sh@unaffiliated/fr3sh) (Ping timeout: 252 seconds)
  893. # [19:00] * Quits: mklappstuhl (~martin@p578bd3e9.dip0.t-ipconnect.de) (Ping timeout: 245 seconds)
  894. # [19:02] * Quits: MisterSpeaker (~MisterSpe@62.129.6.2) (Remote host closed the connection)
  895. # [19:02] * Joins: fr3sh (~fr3sh@unaffiliated/fr3sh)
  896. # [19:04] * Joins: benv (~benv@38.104.194.126)
  897. # [19:05] * Joins: beeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de)
  898. # [19:09] * Quits: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net) (Quit: Computer has gone to sleep.)
  899. # [19:10] * Joins: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net)
  900. # [19:10] * Quits: thomasFre (~toto@159.71.64.86.rev.sfr.net) (Quit: Leaving)
  901. # [19:12] * Joins: stevegill (~stevengil@S0106602ad071fd4d.vc.shawcable.net)
  902. # [19:13] * Parts: fr3sh (~fr3sh@unaffiliated/fr3sh)
  903. # [19:13] * Joins: fr0zenice (~frozenice@unaffiliated/fr0zenice)
  904. # [19:17] * Joins: Jon471 (~Adium@pool-108-18-206-254.washdc.fios.verizon.net)
  905. # [19:19] * Quits: Jon47 (~Adium@pool-108-18-206-254.washdc.fios.verizon.net) (Ping timeout: 252 seconds)
  906. # [19:21] * Quits: benv (~benv@38.104.194.126) (Ping timeout: 240 seconds)
  907. # [19:22] * Parts: tw2113 (~tw2113@fedora/tw2113) ("yar! I be gone exited!")
  908. # [19:23] * Joins: benv (~benv@38.104.194.126)
  909. # [19:24] * Quits: Jon471 (~Adium@pool-108-18-206-254.washdc.fios.verizon.net) (Quit: Leaving.)
  910. # [19:25] * Joins: RafalChmiel (516962ee@gateway/web/freenode/ip.81.105.98.238)
  911. # [19:26] * Quits: RafalChmiel (516962ee@gateway/web/freenode/ip.81.105.98.238) (Client Quit)
  912. # [19:27] * Joins: arronhunt (~arronhunt@wsip-70-168-144-52.oc.oc.cox.net)
  913. # [19:29] * Quits: SrPx (~SrPx@177.159.42.97) (Ping timeout: 264 seconds)
  914. # [19:31] * ericduran is now known as eric|running
  915. # [19:44] * Quits: prudnikov (~prudnikov@nat-17.starnet.cz) (Quit: Leaving...)
  916. # [19:45] * Joins: Jon47 (~Adium@pool-108-18-206-254.washdc.fios.verizon.net)
  917. # [19:48] * Joins: Kraz (~kb@pdpc/supporter/professional/kraz)
  918. # [19:48] * Joins: prudnikov (~prudnikov@nat-17.starnet.cz)
  919. # [19:51] * Joins: jacobolus (~jacobolus@108-75-75-178.lightspeed.sntcca.sbcglobal.net)
  920. # [19:53] * Quits: ontime (~ontime@unaffiliated/ontime) (Read error: Connection reset by peer)
  921. # [19:59] * Joins: awc737 (~alex@65.113.212.26)
  922. # [19:59] <awc737> pop quiz, what is worse then supporting IE5?
  923. # [20:01] * Joins: ZinnSoldat (~u291187@p5B39468A.dip.t-dialin.net)
  924. # [20:01] <Kuifje> supporting netscape?
  925. # [20:01] <awc737> building HTML emails
  926. # [20:03] <philihp> using an app that checks the user-agent and refuses to work unless it's IE
  927. # [20:03] <awc737> haha
  928. # [20:03] <Kuifje> building html for emails is that?
  929. # [20:04] * Quits: _9gIX (~Eugene@cm124.gamma251.maxonline.com.sg) (Quit: Leaving)
  930. # [20:05] <Kuifje> that bad*
  931. # [20:05] <awc737> Kuifje, it is so bad, Outlook doesn't even use IE, it uses WOrd apparantly
  932. # [20:05] <Kuifje> nce
  933. # [20:05] <awc737> my HTML email just opened with quintouple tables inside tables
  934. # [20:06] <Kuifje> nice
  935. # [20:06] * Quits: prudnikov (~prudnikov@nat-17.starnet.cz) (Quit: Leaving...)
  936. # [20:07] * Joins: lalatron (6371ba4f@gateway/web/freenode/ip.99.113.186.79)
  937. # [20:09] * Quits: franksta_ (~frankstal@pool-74-105-106-200.nwrknj.fios.verizon.net) (Ping timeout: 256 seconds)
  938. # [20:10] * Joins: frankstallone (~frankstal@pool-74-105-106-200.nwrknj.fios.verizon.net)
  939. # [20:12] * Joins: PaulCapestany (~PaulCapes@204.28.124.82)
  940. # [20:15] * Quits: lalatron (6371ba4f@gateway/web/freenode/ip.99.113.186.79) (Ping timeout: 245 seconds)
  941. # [20:17] * Joins: jetienne (~jerome@ivr94-10-88-177-169-62.fbx.proxad.net)
  942. # [20:17] * Joins: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net)
  943. # [20:19] * Quits: ZinnSoldat (~u291187@p5B39468A.dip.t-dialin.net) (Remote host closed the connection)
  944. # [20:20] * Joins: pambosss (25cb9517@gateway/web/freenode/ip.37.203.149.23)
  945. # [20:20] <pambosss> Hello, I am trying to write an html form. However, I would like the user to see the selection he made. I am using this code but is not working: <h4 class="readOnlyLabel">Name of the checkbox group</h4> <div class="readOnly"> <span class="choiceLabel">You chose:</span>
  946. # [20:20] <pambosss> Any ideas?
  947. # [20:20] * Quits: frankstallone (~frankstal@pool-74-105-106-200.nwrknj.fios.verizon.net) (Ping timeout: 248 seconds)
  948. # [20:21] * Joins: devmikey (~irc@unaffiliated/devmikey)
  949. # [20:23] * Quits: machicola (~tteofgoih@74.197.247.103) (Remote host closed the connection)
  950. # [20:27] * Joins: DeltaHeavy (~DeltaHeav@64.40.250.14)
  951. # [20:28] * Joins: manuelbieh (~beeevi2@p57BD6433.dip0.t-ipconnect.de)
  952. # [20:28] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Read error: Connection reset by peer)
  953. # [20:29] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
  954. # [20:31] <DeltaHeavy> I have a heading that's an image with some text in it. How can I make this semantically correct? I tried an <img> with the alt text containing the words in the image inside an <h2> but that didn't work.
  955. # [20:33] <WesleyL> figure/figcaption?
  956. # [20:33] <DeltaHeavy> WesleyL: Was that directed at me?
  957. # [20:34] <WesleyL> yeah
  958. # [20:34] <WesleyL> oh a heading
  959. # [20:34] <WesleyL> sorry, then that's probably a bad idea
  960. # [20:35] * Quits: austincheney (~quassel@62.150.91.10) (Ping timeout: 252 seconds)
  961. # [20:35] <DeltaHeavy> lol yeah.
  962. # [20:35] * Joins: austincheney (~quassel@62.150.91.10)
  963. # [20:37] * Joins: Graister (~graister@212-149-203-36.bb.dnainternet.fi)
  964. # [20:39] * Quits: kitallis (~kitallis@122.178.249.127) (Quit: Textual IRC Client: http://www.textualapp.com/)
  965. # [20:41] * Quits: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net) (Quit: gg)
  966. # [20:41] * Quits: stevegill (~stevengil@S0106602ad071fd4d.vc.shawcable.net) (Quit: stevegill)
  967. # [20:43] * Joins: d3m0n (~demon@67.198.198.66)
  968. # [20:44] * Joins: main_ (~main@ip-94-113-12-74.net.upcbroadband.cz)
  969. # [20:46] * Quits: ec30 (~textual@095-097-048-229.static.chello.nl) (Quit: ["Textual IRC Client: www.textualapp.com"])
  970. # [20:47] <pambosss> sex on the beach
  971. # [20:48] * Joins: mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net)
  972. # [20:50] * Quits: beeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  973. # [20:50] * Joins: beeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de)
  974. # [20:51] * Joins: longbeach (~mike@AFontenayssB-152-1-62-77.w82-121.abo.wanadoo.fr)
  975. # [20:56] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: jarek)
  976. # [20:56] * Joins: BigKing (~BigKing@dslb-178-001-143-113.pools.arcor-ip.net)
  977. # [20:57] * Quits: jacobolus (~jacobolus@108-75-75-178.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
  978. # [20:57] * Quits: pambosss (25cb9517@gateway/web/freenode/ip.37.203.149.23) (Quit: Page closed)
  979. # [20:57] * Joins: guy (~gajus@oftn/member/guy)
  980. # [21:01] * Quits: nonge (~nonge@p5B326B61.dip.t-dialin.net) (Quit: Verlassend)
  981. # [21:01] * Joins: Somatt_wrk_ (~somattwrk@darkstar2.fullsix.com)
  982. # [21:02] * Joins: Me1000 (~Me1000@74-143-221-15.static.insightbb.com)
  983. # [21:03] * Joins: frankstallone (~frankstal@pool-74-105-106-200.nwrknj.fios.verizon.net)
  984. # [21:03] * Quits: rjmt___ (~uid1@37.157.33.78) (Ping timeout: 248 seconds)
  985. # [21:04] * abstractj is now known as abstractj|lunch
  986. # [21:06] * Quits: guyz (~digifiv5e@unaffiliated/digifiv5e) (Ping timeout: 248 seconds)
  987. # [21:08] * eric|running is now known as ericduran
  988. # [21:08] * Joins: greg_otoole (~gregoryot@130.203.137.75)
  989. # [21:09] * Quits: rickibalboa (~ricki@84.19.104.118) (Read error: Operation timed out)
  990. # [21:09] * Quits: WebDragon (~webdragon@c-69-253-237-123.hsd1.de.comcast.net) (Ping timeout: 248 seconds)
  991. # [21:11] * Joins: digifiv5e (~digifiv5e@blk-89-212-82.eastlink.ca)
  992. # [21:11] * digifiv5e is now known as Guest33163
  993. # [21:11] * Joins: dankest (~dankest@wsip-98-173-24-138.sb.sd.cox.net)
  994. # [21:13] * Quits: Boldewyn (~Thunderbi@188-192-131-103-dynip.superkabel.de) (Remote host closed the connection)
  995. # [21:14] * Quits: arietis (~arietis@188.242.181.162) (Quit: Textual IRC Client: http://www.textualapp.com/)
  996. # [21:15] * Joins: mangoman (~elliott@pool-173-61-173-108.cmdnnj.fios.verizon.net)
  997. # [21:15] * Quits: mangoman (~elliott@pool-173-61-173-108.cmdnnj.fios.verizon.net) (Max SendQ exceeded)
  998. # [21:16] * Quits: factor (~factor@r74-193-21-107.cnrocmta01.conrtx.tl.dh.suddenlink.net) (Quit: Leaving)
  999. # [21:16] * Parts: Jamiltz (~Jamiltz@host86-157-205-223.range86-157.btcentralplus.com)
  1000. # [21:19] * Joins: exoon (~exoon@p4FD38785.dip0.t-ipconnect.de)
  1001. # [21:19] * Quits: Somatt_wrk (~somattwrk@darkstar2.fullsix.com) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
  1002. # [21:22] * Joins: schpengle (~schpengle@host-78-150-5-248.as13285.net)
  1003. # [21:26] * Joins: Boydy_ (~Emma@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
  1004. # [21:28] * Quits: ericduran (~ericduran@cpe-68-175-85-180.nyc.res.rr.com)
  1005. # [21:28] * Quits: schpengle (~schpengle@host-78-150-5-248.as13285.net) (Quit: schpengle)
  1006. # [21:30] * Quits: gyzmodo (~x@89.146.123.131) (Ping timeout: 276 seconds)
  1007. # [21:30] * Joins: ZinnSoldat (~u291187@p4FEDB83C.dip.t-dialin.net)
  1008. # [21:33] * Joins: gyzmodo (~x@89.146.123.131)
  1009. # [21:33] * Joins: tw2113 (~tw2113@host-194-48-230-24.midco.net)
  1010. # [21:33] * Quits: tw2113 (~tw2113@host-194-48-230-24.midco.net) (Changing host)
  1011. # [21:33] * Joins: tw2113 (~tw2113@fedora/tw2113)
  1012. # [21:33] * Quits: aksnot (~chatzilla@122.179.97.223) (Read error: Connection reset by peer)
  1013. # [21:33] * Quits: oakdog8 (~oakdog8@unaffiliated/oakdog8) (Remote host closed the connection)
  1014. # [21:33] * Parts: tw2113 (~tw2113@fedora/tw2113)
  1015. # [21:34] * Joins: aksnot (~chatzilla@122.179.97.223)
  1016. # [21:36] * Quits: MiracleBlue (~MiracleBl@unaffiliated/miracleblue) (Quit: MiracleBlue)
  1017. # [21:36] * Joins: manuelbieh_ (~beeevi2@p57BD6433.dip0.t-ipconnect.de)
  1018. # [21:37] * Quits: beeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  1019. # [21:37] * Joins: beeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de)
  1020. # [21:39] * Joins: beeeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de)
  1021. # [21:39] * Quits: beeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  1022. # [21:40] * Quits: manuelbieh (~beeevi2@p57BD6433.dip0.t-ipconnect.de) (Ping timeout: 248 seconds)
  1023. # [21:40] * Quits: beeeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  1024. # [21:40] * Joins: beeviz_ (~beevi2@p57BD6433.dip0.t-ipconnect.de)
  1025. # [21:41] * Quits: ZinnSoldat (~u291187@p4FEDB83C.dip.t-dialin.net) (Remote host closed the connection)
  1026. # [21:41] * Quits: beeviz_ (~beevi2@p57BD6433.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  1027. # [21:42] * Quits: _gambit (~prajwalit@59.95.39.211) (Ping timeout: 252 seconds)
  1028. # [21:42] * Joins: beeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de)
  1029. # [21:42] * Joins: jacobolus (~jacobolus@173-164-253-217-SFBA.hfc.comcastbusiness.net)
  1030. # [21:44] * Quits: gyzmodo (~x@89.146.123.131) (Ping timeout: 252 seconds)
  1031. # [21:44] * Quits: beeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  1032. # [21:44] * Joins: beeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de)
  1033. # [21:46] * Joins: _gambit (~prajwalit@59.95.11.59)
  1034. # [21:46] * Joins: Famic (~famic@hidden.dns.ug)
  1035. # [21:46] * Joins: beeeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de)
  1036. # [21:47] * Quits: beeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  1037. # [21:47] * Joins: gyzmodo (~x@89.146.123.131)
  1038. # [21:47] * Quits: beeeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  1039. # [21:48] * abstractj|lunch is now known as abstractj
  1040. # [21:48] * Joins: beeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de)
  1041. # [21:49] * Joins: stevegill (~stevengil@96.49.157.108)
  1042. # [21:49] * Quits: manuelbieh_ (~beeevi2@p57BD6433.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  1043. # [21:49] * Joins: manuelbieh_ (~beeevi2@p57BD6433.dip0.t-ipconnect.de)
  1044. # [21:50] * Joins: beeeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de)
  1045. # [21:50] * Quits: beeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  1046. # [21:51] * Quits: beeeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  1047. # [21:51] * Joins: beeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de)
  1048. # [21:51] * Quits: exoon (~exoon@p4FD38785.dip0.t-ipconnect.de) (Ping timeout: 276 seconds)
  1049. # [21:53] * Joins: beeeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de)
  1050. # [21:53] * Quits: beeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  1051. # [21:55] * Joins: Phoebus (~Phoebus@pdpc/supporter/active/phoebus)
  1052. # [21:55] * Quits: Jon47 (~Adium@pool-108-18-206-254.washdc.fios.verizon.net) (Quit: Leaving.)
  1053. # [21:56] * Joins: pambinos (25cb9517@gateway/web/freenode/ip.37.203.149.23)
  1054. # [21:57] <pambinos> Guys I would like to label the selected box of a form but I cannot find a way. I am using uniforms. Please see https://github.com/draganbabic/uni-form/blob/master/demos/fauxform_readonly.html . Any ideas?
  1055. # [21:57] * Joins: Jon47 (~Adium@pool-108-18-206-254.washdc.fios.verizon.net)
  1056. # [21:59] * Joins: mykul (~mykul@c-71-56-217-213.hsd1.co.comcast.net)
  1057. # [22:02] * Quits: DeltaHeavy (~DeltaHeav@64.40.250.14) (Read error: Connection reset by peer)
  1058. # [22:04] * Quits: pambinos (25cb9517@gateway/web/freenode/ip.37.203.149.23) (Quit: Page closed)
  1059. # [22:04] * Joins: ZinnSoldat (~u291187@p4FEDB83C.dip.t-dialin.net)
  1060. # [22:04] * Joins: kristofers (~kristofer@27.79-160-186.customer.lyse.net)
  1061. # [22:06] * Quits: Leeol2 (~Leeol@63-155-141-110.eugn.qwest.net) (Quit: Leaving)
  1062. # [22:06] * Joins: WebDragon (~webdragon@c-69-253-237-123.hsd1.de.comcast.net)
  1063. # [22:09] * Joins: Thalisson (~Thalisson@unaffiliated/talssn3l)
  1064. # [22:12] * Quits: devmikey (~irc@unaffiliated/devmikey) (Read error: Connection reset by peer)
  1065. # [22:13] * Joins: TRUPPP (1f11f435@gateway/web/freenode/ip.31.17.244.53)
  1066. # [22:13] * Joins: Sendoushi (~Musok@cm2-84-91-84-50.netvisao.pt)
  1067. # [22:20] * Joins: freakazoid0223 (~matt@pool-173-75-233-172.phlapa.fios.verizon.net)
  1068. # [22:26] * Quits: Boydy_ (~Emma@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Remote host closed the connection)
  1069. # [22:26] * Quits: gyzmodo (~x@89.146.123.131)
  1070. # [22:29] * Quits: erichynds (~ehynds@64.206.121.41) (Ping timeout: 240 seconds)
  1071. # [22:29] * Quits: kristofers (~kristofer@27.79-160-186.customer.lyse.net)
  1072. # [22:31] * Quits: Sendoushi (~Musok@cm2-84-91-84-50.netvisao.pt) (Read error: Connection reset by peer)
  1073. # [22:31] * Joins: Sendoushi (~Musok@cm2-84-91-84-50.netvisao.pt)
  1074. # [22:32] * Joins: enoex (~enoex@70-36-146-193.dsl.dynamic.sonic.net)
  1075. # [22:33] * Guest33163 is now known as guyz
  1076. # [22:33] * Quits: nkr (~nkr@189.120.65.122) (Quit: Linkinus - http://linkinus.com)
  1077. # [22:33] * Quits: guyz (~digifiv5e@blk-89-212-82.eastlink.ca) (Changing host)
  1078. # [22:33] * Joins: guyz (~digifiv5e@unaffiliated/digifiv5e)
  1079. # [22:34] * Joins: kristofers (~kristofer@27.79-160-186.customer.lyse.net)
  1080. # [22:35] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 246 seconds)
  1081. # [22:41] * Quits: Maxani_ (~maxani@ARennes-653-1-323-199.w109-218.abo.wanadoo.fr) (Quit: Computer has gone to sleep.)
  1082. # [22:42] * Quits: stevegill (~stevengil@96.49.157.108) (Quit: stevegill)
  1083. # [22:43] * Quits: aksnot (~chatzilla@122.179.97.223) (Remote host closed the connection)
  1084. # [22:43] * Quits: dankest (~dankest@wsip-98-173-24-138.sb.sd.cox.net) (Quit: Leaving...)
  1085. # [22:44] * Quits: CoverSlide (~richard@pool-173-55-58-198.lsanca.fios.verizon.net) (Remote host closed the connection)
  1086. # [22:44] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
  1087. # [22:44] * abstractj is now known as abstractj|brb
  1088. # [22:44] * Quits: austincheney (~quassel@62.150.91.10) (Ping timeout: 256 seconds)
  1089. # [22:44] * Quits: luciokleber (~luciokleb@187.22.39.172) (Ping timeout: 252 seconds)
  1090. # [22:47] * Joins: luciokleber (~luciokleb@187.22.39.172)
  1091. # [22:48] * Quits: lduros (~user@fsf/member/lduros) (Remote host closed the connection)
  1092. # [22:55] * Joins: beeeviiz (~beeevi2@p57BD6433.dip0.t-ipconnect.de)
  1093. # [22:55] * Quits: luciokleber (~luciokleb@187.22.39.172) (Ping timeout: 252 seconds)
  1094. # [22:57] * abstractj|brb is now known as abstractj
  1095. # [22:58] * Quits: manuelbieh_ (~beeevi2@p57BD6433.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
  1096. # [23:03] * Joins: beeviz_ (~beevi2@p57BD6433.dip0.t-ipconnect.de)
  1097. # [23:04] * Joins: Jon471 (~Adium@pool-108-18-206-254.washdc.fios.verizon.net)
  1098. # [23:05] * Quits: Snugug (~Richard@rrcs-24-136-96-234.nyc.biz.rr.com) (Quit: Snugug)
  1099. # [23:05] <Jon471> are events in a DOM not triggered if the originating element is display:none?
  1100. # [23:06] * Quits: Jon47 (~Adium@pool-108-18-206-254.washdc.fios.verizon.net) (Ping timeout: 252 seconds)
  1101. # [23:06] * Quits: beeeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de) (Ping timeout: 264 seconds)
  1102. # [23:08] * EHLOVader is now known as EHLOvader[afk]
  1103. # [23:10] * Quits: longbeach (~mike@AFontenayssB-152-1-62-77.w82-121.abo.wanadoo.fr)
  1104. # [23:11] * Joins: vitorbal (~root@static.88-198-35-26.clients.your-server.de)
  1105. # [23:11] * Joins: pr0ton (~pr0ton@8.25.197.25)
  1106. # [23:11] * Quits: rfoust (~rfoust@wl-atc-pat.netcom.duke.edu) (Quit: Computer has gone to sleep.)
  1107. # [23:12] * Quits: beeviz_ (~beevi2@p57BD6433.dip0.t-ipconnect.de) (Ping timeout: 255 seconds)
  1108. # [23:12] * Joins: beeviz_ (~beevi2@p57BD6433.dip0.t-ipconnect.de)
  1109. # [23:13] * Joins: stevegill (~stevengil@sjfw1-a.adobe.com)
  1110. # [23:14] * Quits: Thalisson (~Thalisson@unaffiliated/talssn3l) (Remote host closed the connection)
  1111. # [23:15] * Joins: DeltaHeavy (~DeltaHeav@d24-204-219-104.home4.cgocable.net)
  1112. # [23:16] * Quits: _gambit (~prajwalit@59.95.11.59) (Quit: Computer has gone to sleep.)
  1113. # [23:16] * Quits: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net) (Quit: ChatZilla 0.9.89 [Firefox 18.0.1/20130116073211])
  1114. # [23:17] * Quits: malcolmva (~malcolmva@c-67-180-203-233.hsd1.ca.comcast.net) (Read error: Operation timed out)
  1115. # [23:17] * Joins: prudnikov (~prudnikov@nat-17.starnet.cz)
  1116. # [23:19] * Joins: Thalisson (~Thalisson@201.34.213.158)
  1117. # [23:19] * Quits: Thalisson (~Thalisson@201.34.213.158) (Changing host)
  1118. # [23:19] * Joins: Thalisson (~Thalisson@unaffiliated/talssn3l)
  1119. # [23:20] * Quits: beeviz_ (~beevi2@p57BD6433.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  1120. # [23:20] * Joins: beeeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de)
  1121. # [23:20] * Quits: Kraz (~kb@pdpc/supporter/professional/kraz) (Quit: Stack overflow.)
  1122. # [23:22] * Quits: rupl (anonymous@rrcs-24-173-111-218.sw.biz.rr.com) (Quit: ^_^)
  1123. # [23:22] * Quits: Ms2ger (~Ms2ger@91.180.157.55) (Quit: nn)
  1124. # [23:22] * Parts: sandprickle (~bryce@50.121.127.61)
  1125. # [23:22] * Joins: beeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de)
  1126. # [23:23] * Quits: beeeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  1127. # [23:24] * Quits: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (Quit: tantek)
  1128. # [23:24] * Quits: beeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  1129. # [23:25] * Joins: beeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de)
  1130. # [23:25] * Joins: Maxani_ (~maxani@ARennes-653-1-310-81.w109-218.abo.wanadoo.fr)
  1131. # [23:27] * Quits: stephenplusplus (~Adium@ql1fwhide.rockfin.com) (Ping timeout: 252 seconds)
  1132. # [23:30] * Joins: coellobranco (~FoRcEr@228.Red-83-34-21.dynamicIP.rima-tde.net)
  1133. # [23:31] * Quits: greg_otoole (~gregoryot@130.203.137.75) (Quit: greg_otoole)
  1134. # [23:33] * Joins: beeeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de)
  1135. # [23:35] * Quits: beeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de) (Ping timeout: 248 seconds)
  1136. # [23:36] * Joins: franksta_ (~frankstal@pool-74-105-106-200.nwrknj.fios.verizon.net)
  1137. # [23:37] * Quits: frankstallone (~frankstal@pool-74-105-106-200.nwrknj.fios.verizon.net) (Ping timeout: 264 seconds)
  1138. # [23:37] * Quits: beeeviz (~beevi2@p57BD6433.dip0.t-ipconnect.de) (Ping timeout: 245 seconds)
  1139. # [23:38] * Quits: mobileju_ (~mobilejus@cdm-75-109-122-65.asbnva.dh.suddenlink.net) (Remote host closed the connection)
  1140. # [23:39] * Joins: avjpl (~avjpl@dslb-178-012-046-137.pools.arcor-ip.net)
  1141. # [23:40] * Quits: avjpl (~avjpl@dslb-178-012-046-137.pools.arcor-ip.net) (Client Quit)
  1142. # [23:40] * Joins: kadiks (~kadiks@APuteaux-652-1-101-179.w90-2.abo.wanadoo.fr)
  1143. # [23:42] * Quits: alrra (~alrra@unaffiliated/alrra) (Quit: Leaving)
  1144. # [23:45] * Joins: mobilejustin (~mobilejus@173-80-78-104-bkly.atw.dyn.suddenlink.net)
  1145. # [23:45] * Parts: ZinnSoldat (~u291187@p4FEDB83C.dip.t-dialin.net)
  1146. # [23:46] * Quits: BigKing (~BigKing@dslb-178-001-143-113.pools.arcor-ip.net) (Remote host closed the connection)
  1147. # [23:48] * Joins: WeThePeople (~WeThePeop@unaffiliated/wethepeople)
  1148. # [23:51] * Joins: jarek (~jarek@unaffiliated/jarek)
  1149. # [23:54] * Joins: dankest (~dankest@wsip-98-173-24-138.sb.sd.cox.net)
  1150. # [23:58] * Quits: ironfroggy (~ironfrogg@ec2-50-16-218-141.compute-1.amazonaws.com) (Excess Flood)
  1151. # Session Close: Fri Feb 01 00:00:00 2013

The end :)