/irc-logs / freenode / #html5 / 2013-02-19 / end

Options:

  1. # Session Start: Tue Feb 19 00:00:00 2013
  2. # Session Ident: #html5
  3. # [00:00] <Krewd> please
  4. # [00:01] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Quit: Computer has gone to sleep.)
  5. # [00:01] * Quits: tiyit (~tiyit@pool-173-65-108-205.tampfl.fios.verizon.net) (Read error: Operation timed out)
  6. # [00:03] * Quits: manuelbieh (~beeevi2@p57BD6244.dip0.t-ipconnect.de) (Quit: Verlassend)
  7. # [00:05] * Joins: avjpl (~avjpl@82.24.12.171)
  8. # [00:05] <Krewd> Garbee
  9. # [00:05] * Quits: avjpl (~avjpl@82.24.12.171) (Client Quit)
  10. # [00:05] * Quits: cknaz (~quassel@c-67-181-196-69.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
  11. # [00:06] <Garbee> Well, you also need to edit the source code of the contact page and add the class to target there.
  12. # [00:07] * Joins: guy (~gajus@oftn/member/guy)
  13. # [00:07] <Krewd> Garbee could send me the correct code for me to copy and paste please
  14. # [00:07] <Garbee> You find where the iframe is in the source code. You then add class="something_here_but_not_this".
  15. # [00:07] * Quits: _dc (~dc@163.192.12.2) (Remote host closed the connection)
  16. # [00:08] <Garbee> Then in your css, I'd guess estyle you add ".something_here_but_not_this{width:0; height:0;}"
  17. # [00:08] <Garbee> Actually, auto not zero.
  18. # [00:08] <Krewd> Garbee How do I find this class? in which file
  19. # [00:08] <Garbee> You add the class.
  20. # [00:09] <Garbee> I'm not sure in which file since I don't know how the site is configured.
  21. # [00:09] <Garbee> That is something you need to figure out based on how the site is built.
  22. # [00:09] <Krewd> Garbee can be any name and paste anywhere in the style.css?
  23. # [00:10] * Quits: jacobolus (~jacobolus@75-144-246-6-SFBA.hfc.comcastbusiness.net) (Remote host closed the connection)
  24. # [00:10] * Quits: populvuh (~populvuh@unaffiliated/populvuh) (Read error: Connection reset by peer)
  25. # [00:11] <Garbee> Just put it at the end of the style.css.
  26. # [00:11] <Garbee> The class it is targeting *must* match the class you add in the page code.
  27. # [00:11] <Krewd> Garbee the Wylerabbit managed to solve my problem
  28. # [00:12] <Krewd> Garbee Thank you for trying
  29. # [00:12] <Garbee> A class with the name like "contact_form" would be a good way to go.
  30. # [00:12] <Krewd> Wylerabbit Garbee thank you very much
  31. # [00:13] <Wylerabbit> Garbee, the issue was that Krewd was using a reset.css and 960 grid, and the iframe width was hard-coded. By adding a local 'style="width=400px;height=500px"' to his iframe element, problem solved
  32. # [00:13] <Garbee> Local styles are not recommended.
  33. # [00:13] * Joins: populvuh (~populvuh@unaffiliated/populvuh)
  34. # [00:14] <Garbee> Any styling should be done in a separate stylesheet.
  35. # [00:14] * Quits: oakdog8 (~oakdog8@unaffiliated/oakdog8) (Remote host closed the connection)
  36. # [00:14] <Wylerabbit> Garbee, heh heh. No, of course not. But then again, I wouldn't use a form in an iframe from a different server either.
  37. # [00:14] * Quits: Wildblue (~male@c-69-140-154-17.hsd1.md.comcast.net) (Quit: Terabytes are termite-like desert insects.)
  38. # [00:14] <Garbee> Encourage whatever proper technique you're able to with a given situation.
  39. # [00:15] <Garbee> I'd loved to have explained to kill the @imports in the CSS. But that would have just gotten too complicated.
  40. # [00:15] <Wylerabbit> exactly
  41. # [00:15] * Quits: Krewd (~shark@187.36.128.88)
  42. # [00:15] <Garbee> Still, explaining a simple class update is completely doable.
  43. # [00:15] <Garbee> Just one extra step from assigning a style attribute.
  44. # [00:15] <Wylerabbit> I'm impressed that he (she?) even thought to come to IRC for help with this.
  45. # [00:16] <Garbee> hehe, I'm not.
  46. # [00:16] <Garbee> I have seen some people in IRC and went... "What are you doing here... ?"
  47. # [00:16] <Wylerabbit> oh, is that person a regular here.
  48. # [00:16] * Joins: agu10^ (~agu10^@unaffiliated/agu10/x-1554175)
  49. # [00:16] <agu10^> http://jsfiddle.net/dbYhZ/14/ - Why isn't the red div rendered?
  50. # [00:17] <Garbee> No, I have just seem some really oblivious people in some other rooms. Ofc, it has been a few years since I really beat my head against the desk.
  51. # [00:17] <Wylerabbit> Garbee, heh heh. Yep. I initially thought he might be trying to get me to go to some malicious website. "I need help. Click this link"
  52. # [00:18] <Garbee> agu10^, you need left and right margin to be set to auto.
  53. # [00:18] <Garbee> http://jsfiddle.net/dbYhZ/15/
  54. # [00:18] <Garbee> I'm not worried about malicious sites.
  55. # [00:19] <agu10^> why do i care about the x axis? i set a fixed width!
  56. # [00:19] <Garbee> I'm more worried about spending too much time explaining a very fundamental thing. Here lately I just have too much to do to worry about killing three hours explaining the CSS box model to people.
  57. # [00:19] <agu10^> OHH I SEE
  58. # [00:19] <agu10^> thanks!!!
  59. # [00:20] * Garbee waits for float:center;
  60. # [00:20] * Joins: dankest (~dankest@68.6.81.102)
  61. # [00:20] <Wylerabbit> I'm just glad I don't have to support IE6 anymore.
  62. # [00:20] * Wylerabbit shudders
  63. # [00:21] <Garbee> I'm not worried about any IE tbh.
  64. # [00:22] <Wylerabbit> Garbee, do you use ant?
  65. # [00:22] <Garbee> Nope.
  66. # [00:22] <Wylerabbit> Do you use something different?
  67. # [00:23] <Garbee> I have dabbled with Grunt. But that is only because it is what Yeoman uses.
  68. # [00:23] <Garbee> I don't have much need for those though.
  69. # [00:23] <Garbee> I do most of my stuff server-side.
  70. # [00:23] <Wylerabbit> Yeoman, the guy that was on Survivor?
  71. # [00:23] <Garbee> hehe
  72. # [00:24] <Garbee> http://yeoman.io/ --In case you have been under a rock for 6 months.
  73. # [00:25] <Wylerabbit> dumb question: is that sorta like "ruby on rails"?
  74. # [00:25] * Wylerabbit asks from under large rock
  75. # [00:26] * Joins: marco_ (marco_@5acceb92.bb.sky.com)
  76. # [00:26] <marco_> cock suck dick bitch fuck
  77. # [00:26] <Wylerabbit> ummmmm...tourettes?
  78. # [00:27] <marco_> nooo
  79. # [00:27] * Parts: marco_ (marco_@5acceb92.bb.sky.com)
  80. # [00:27] * Quits: astearns (~astearns@192.150.22.5) (Quit: astearns)
  81. # [00:28] <Wylerabbit> ha ha ha. wtf is with that guy?
  82. # [00:28] * Joins: astearns (~astearns@192.150.22.5)
  83. # [00:28] * Joins: Wildblue (~male@c-69-140-154-17.hsd1.md.comcast.net)
  84. # [00:28] <Wylerabbit> I've been away from IRC for a while. Do people normally enter a channel, swear, then leave?
  85. # [00:32] <Garbee> No.
  86. # [00:32] <Garbee> That is trolls not people.
  87. # [00:32] <Garbee> No it isn't RoR.
  88. # [00:32] <Garbee> yeoman is an opinionated toolset for rapidly developing/prototyping web applications.
  89. # [00:32] * Quits: nickn (~nickn@ltea-047-064-009-044.pools.arcor-ip.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 18.0.2/20130201065344])
  90. # [00:32] <Garbee> You initialize a project with it and it will pull in a few packages for you to get you started.
  91. # [00:33] <Garbee> Then it has a CLI for bringing in other packages like nivo slider.
  92. # [00:33] <Garbee> Also, live reload in the browser as you edit.
  93. # [00:33] <Garbee> Plus it also does packaging for live distribution.
  94. # [00:34] <Wylerabbit> cool.
  95. # [00:34] <Wylerabbit> I don't do web applications. Just websites.
  96. # [00:34] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Quit: shepazu)
  97. # [00:34] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
  98. # [00:35] <Garbee> It helps with sites too. ;)
  99. # [00:35] <Garbee> I tend to call sites applications now too.
  100. # [00:36] <Wylerabbit> :-)
  101. # [00:36] <Garbee> They tend to have something dynamic among them, which puts them into that app category. I consider a site something that is really static.
  102. # [00:36] <Garbee> Which is almost non-existant now.
  103. # [00:37] <Wylerabbit> I am just starting html5 now. Have been doing xHTML for years. It's time.
  104. # [00:37] <Garbee> yea. You can use XML in HTML. But, you should only do it if you *really* know you need to (which is almost never.)
  105. # [00:38] <Wylerabbit> right.
  106. # [00:38] <Garbee> HTML5 has a lot of nice stuff, but there are a few very tricky things.
  107. # [00:38] <Garbee> Like proper <article> and <section> usage. :P
  108. # [00:39] <Garbee> Semantics *will* kill you at first, along with learning how document outlines are created since some of the new elements actually create outline structures (<section>, <article>, and <aside> for instance.)
  109. # [00:39] * Quits: dankest (~dankest@68.6.81.102) (Quit: Leaving...)
  110. # [00:40] <Garbee> Semantics will mainly kill you since there are conflicting views on the interpretation of the spec. Which is why I invite you to actually read the spec for them so you know for yourself.
  111. # [00:42] * Quits: rmartinez (~anonymous@c-76-115-195-126.hsd1.or.comcast.net) (Quit: rmartinez)
  112. # [00:42] * Quits: garciawebdev (~garciaweb@190.244.95.154) (Remote host closed the connection)
  113. # [00:48] * Quits: grizwako (~grizzly@245-148.dsl.iskon.hr) (Quit: Leaving.)
  114. # [00:49] * Quits: earthquake (~earthquak@pool-173-68-156-212.nycmny.fios.verizon.net) (Quit: earthquake)
  115. # [00:52] * Quits: SrPx (~SrPx@177.205.163.138.dynamic.adsl.gvt.net.br) (Quit: SrPx)
  116. # [00:53] * Quits: doc_brown (~adnan@68.233.247.240) (Ping timeout: 248 seconds)
  117. # [00:53] * Joins: rmartinez (~anonymous@c-76-115-195-126.hsd1.or.comcast.net)
  118. # [00:55] * Joins: mishugana (~mishugana@pool-108-39-211-161.pitbpa.fios.verizon.net)
  119. # [00:57] * Joins: debsan (~debsan@16-74-245-190.fibertel.com.ar)
  120. # [00:57] <Wylerabbit> Garbee, do you do responsive design? or adaptive? or one-size to rule them all?
  121. # [00:58] * Joins: jacobolus (~jacobolus@cato.hcs.harvard.edu)
  122. # [01:00] <Garbee> I tend to go responsive.
  123. # [01:00] <Wylerabbit> down to what size? Is there really much point in going down to 360px wide?
  124. # [01:01] * Joins: stephenplusplus (~stephenpl@c-76-112-18-90.hsd1.mi.comcast.net)
  125. # [01:01] <Garbee> Honestly, whatever Bootstrap has.
  126. # [01:01] <Garbee> I think that is 480px.
  127. # [01:01] <Wylerabbit> ok, thanks
  128. # [01:01] <Garbee> I'm looking at switching grids though for future projects.
  129. # [01:01] * Joins: Thalisson (~Thalisson@unaffiliated/talssn3l)
  130. # [01:02] <Garbee> and "much point in going down to 360px"... Depends on the traffic you get at that resolution.
  131. # [01:02] <Garbee> I doubt much.
  132. # [01:02] <Garbee> Before starting a project on a current site, I would gather data on current visitors.
  133. # [01:03] * Quits: dragonshed (~dragonshe@about/csharp/regular/chaka) (Ping timeout: 260 seconds)
  134. # [01:03] <Garbee> See what the current visitors use and start with the resolution that the largest amount of visitors come on as the starting point.
  135. # [01:03] <Garbee> Then work from there in either direction to finish off the design.
  136. # [01:04] <Garbee> If no current data is available. Then I'd go desktop first typically.
  137. # [01:05] * Quits: stephenplusplus (~stephenpl@c-76-112-18-90.hsd1.mi.comcast.net) (Ping timeout: 256 seconds)
  138. # [01:08] * Quits: fourcolors (~fourcolor@216.51.95.36) (Remote host closed the connection)
  139. # [01:09] * Quits: rmartinez (~anonymous@c-76-115-195-126.hsd1.or.comcast.net) (Quit: rmartinez)
  140. # [01:09] * Quits: chee (~chee@fsf/member/chee) (Quit: i am quit)
  141. # [01:11] * Quits: odwalla (~shane@184-76-83-2.war.clearwire-wmx.net) (Quit: WeeChat 0.4.0)
  142. # [01:14] * Joins: chee (~chee@fsf/member/chee)
  143. # [01:17] * Joins: odwalla (~shane@184.76.83.2)
  144. # [01:17] * Joins: PaulCapestany (~PaulCapes@204.28.124.82)
  145. # [01:18] * Joins: stephenplusplus (~stephenpl@76.112.18.90)
  146. # [01:18] * Quits: guy (~gajus@oftn/member/guy) (Remote host closed the connection)
  147. # [01:20] * Joins: relipse (~relipse@50.50.153.48)
  148. # [01:20] <relipse> how do i play a sound on button click (html5)
  149. # [01:21] * Quits: Sendoushi (~Musok@cm2-84-91-84-50.netvisao.pt) (Remote host closed the connection)
  150. # [01:25] * Quits: mishugana (~mishugana@pool-108-39-211-161.pitbpa.fios.verizon.net) (Ping timeout: 246 seconds)
  151. # [01:25] * Joins: [1]mishugana (~mishugana@pool-108-39-211-161.pitbpa.fios.verizon.net)
  152. # [01:29] * Quits: decotii (~decotii@hq.croscon.com) (Quit: Leaving)
  153. # [01:29] <Garbee> relipse, Here is a guide to doing it on hover. I'm sure it could be modified to trigger on click. http://css-tricks.com/play-sound-on-hover/
  154. # [01:31] * Joins: zenorocha (~zenorocha@189.60.171.47)
  155. # [01:33] * Joins: Me1000 (~Me1000@74.143.221.15)
  156. # [01:33] * Joins: llamapixel (~llamapixe@123-243-224-99.static.tpgi.com.au)
  157. # [01:34] <relipse> i got it, its just .play()
  158. # [01:34] <relipse> thanks
  159. # [01:37] * Joins: sayah (ez4utosay@148.244.64.2)
  160. # [01:38] * Parts: jeema (~jima@64.128.82.30)
  161. # [01:39] * Joins: factor (~factor@74.195.220.36)
  162. # [01:41] * Quits: rupl (anonymous@rrcs-24-173-111-218.sw.biz.rr.com) (Quit: ^_^)
  163. # [01:47] * Joins: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net)
  164. # [01:56] * Quits: zenorocha (~zenorocha@189.60.171.47) (Remote host closed the connection)
  165. # [02:02] * Joins: Konboi (~hogeo@113x36x238x27.ap113.ftth.ucom.ne.jp)
  166. # [02:04] * Quits: stephenplusplus (~stephenpl@76.112.18.90) (Quit: Leaving.)
  167. # [02:05] * Quits: odwalla (~shane@184.76.83.2) (Quit: WeeChat 0.4.0)
  168. # [02:05] * Quits: sayah (ez4utosay@148.244.64.2) (Ping timeout: 248 seconds)
  169. # [02:06] * Quits: mattypants_ (~mattypant@bas1-montreal07-1176436298.dsl.bell.ca) (Ping timeout: 256 seconds)
  170. # [02:08] * Joins: doc_brown (~adnan@68.233.247.240)
  171. # [02:10] * Joins: hugo_moss (hugo_moss@ool-18befbfb.dyn.optonline.net)
  172. # [02:11] * Quits: Konboi (~hogeo@113x36x238x27.ap113.ftth.ucom.ne.jp) (Read error: Connection reset by peer)
  173. # [02:11] * Quits: Jayflux (~jay_knows@host-78-149-31-107.as13285.net) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
  174. # [02:12] * Quits: agu10^ (~agu10^@unaffiliated/agu10/x-1554175) (Read error: Connection reset by peer)
  175. # [02:12] * Joins: hogeo (~hogeo@113x36x238x27.ap113.ftth.ucom.ne.jp)
  176. # [02:13] * Joins: stephenplusplus (~stephenpl@76.112.18.90)
  177. # [02:14] * Quits: hogeo (~hogeo@113x36x238x27.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
  178. # [02:23] * Quits: stephenplusplus (~stephenpl@76.112.18.90) (Quit: Leaving.)
  179. # [02:28] * Quits: Jikan (~Jikan@noein.haruka.fr) (Quit: I used to think I was indecisive, but now I'm not sureā€¦)
  180. # [02:33] * Joins: Jikan (~Jikan@noein.haruka.fr)
  181. # [02:35] * Joins: dhruvasagar (~dhruvasag@122.167.69.76)
  182. # [02:36] * Joins: dankest (~dankest@ip68-6-81-102.sb.sd.cox.net)
  183. # [02:39] * Quits: dhruvasagar (~dhruvasag@122.167.69.76) (Read error: Connection reset by peer)
  184. # [02:41] * Joins: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp)
  185. # [02:41] * Joins: dhruvasagar (~dhruvasag@122.178.194.12)
  186. # [02:42] * abstractj|away is now known as abstractj
  187. # [02:42] * Quits: abstractj (~abstractj@redhat/jboss/abstractj) (Excess Flood)
  188. # [02:44] * Joins: barneybook_work (~Thunderbi@220-132-176-96.HINET-IP.hinet.net)
  189. # [02:46] * Joins: austincheney (~quassel@213.255.226.21)
  190. # [02:47] * Joins: abstractj (~abstractj@192.34.59.101)
  191. # [02:48] * Quits: ML74 (~ML74@5e0c6133.bb.sky.com) (Ping timeout: 244 seconds)
  192. # [02:49] * Quits: dhruvasagar (~dhruvasag@122.178.194.12) (Ping timeout: 256 seconds)
  193. # [02:49] * Joins: dhruvasagar (~dhruvasag@122.178.255.234)
  194. # [02:50] * Quits: austincheney (~quassel@213.255.226.21) (Ping timeout: 245 seconds)
  195. # [02:51] * Quits: r0tha (~r0tha@173.247.200.122) (Remote host closed the connection)
  196. # [02:52] * Quits: dankest (~dankest@ip68-6-81-102.sb.sd.cox.net) (Quit: Leaving...)
  197. # [03:00] * Quits: mykul (~mykul@c-71-56-217-213.hsd1.co.comcast.net) (Quit: gg)
  198. # [03:11] * Quits: Wylerabbit (~Chris@96.53.76.206) (Read error: Connection reset by peer)
  199. # [03:13] * Joins: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net)
  200. # [03:16] * Quits: jacobolus (~jacobolus@cato.hcs.harvard.edu) (Remote host closed the connection)
  201. # [03:18] * Joins: bmac_ (~textual@209-6-84-205.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  202. # [03:25] * abstractj is now known as abstractj|away
  203. # [03:28] * Quits: danielwrobert (~danielwro@trestles.cukerinteractive.com) (Quit: Leaving.)
  204. # [03:29] * llamapixel is now known as GuitarPolice
  205. # [03:29] * GuitarPolice is now known as llamapixel
  206. # [03:33] * Joins: gotnull (~gotnull@ppp157-241.static.internode.on.net)
  207. # [03:34] * Joins: r0tha (~r0tha@2602:304:cda7:e7e0:6d90:ee60:9b19:72de)
  208. # [03:41] * Quits: bmac_ (~textual@209-6-84-205.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Computer has gone to sleep.)
  209. # [03:43] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  210. # [03:46] * Quits: DreadKnight (~dread@unaffiliated/dreadknight) (Quit: #Ancient Beast - Master Your Beasts ( http://AncientBeast.com ))
  211. # [03:48] * Quits: populvuh (~populvuh@unaffiliated/populvuh) (Ping timeout: 260 seconds)
  212. # [03:53] * Quits: hugo_moss (hugo_moss@ool-18befbfb.dyn.optonline.net) (Ping timeout: 244 seconds)
  213. # [03:54] * Joins: Krewd (~shark@187.36.128.88)
  214. # [03:57] <Krewd> Hi friends !!! Can anyone help me put these images on the slide in the correct position, already tried to change the css and nothing to solve http://goo.gl/uTgKy Thanks
  215. # [03:58] * Parts: gotnull (~gotnull@ppp157-241.static.internode.on.net)
  216. # [04:00] * Joins: lolwtfhax (~matthewbo@pool-96-246-11-75.nycmny.east.verizon.net)
  217. # [04:00] * Quits: benv (~benv@38.104.194.126) (Quit: Computer has gone to sleep.)
  218. # [04:06] * Quits: kppullin (~kppullin@pdpc/supporter/active/kppullin) (Ping timeout: 248 seconds)
  219. # [04:07] * Quits: dhruvasagar (~dhruvasag@122.178.255.234) (Ping timeout: 255 seconds)
  220. # [04:09] * Joins: dhruvasagar (~dhruvasag@122.167.115.194)
  221. # [04:09] * Joins: populvuh (~populvuh@unaffiliated/populvuh)
  222. # [04:10] * Quits: Vennril (~vennril@p4FEB0629.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
  223. # [04:10] * Joins: Vennril (~vennril@p4FEB0629.dip0.t-ipconnect.de)
  224. # [04:13] * Quits: djQuery (~djQuery@cpe-76-184-183-76.tx.res.rr.com) (Read error: Connection reset by peer)
  225. # [04:13] * Joins: kppullin (~kppullin@pdpc/supporter/active/kppullin)
  226. # [04:13] * Joins: dankest (~dankest@ip68-6-81-102.sb.sd.cox.net)
  227. # [04:13] * Quits: populvuh (~populvuh@unaffiliated/populvuh) (Ping timeout: 260 seconds)
  228. # [04:25] * Joins: WeThePeople (~WeThePeop@unaffiliated/wethepeople)
  229. # [04:28] * Quits: Thalisson (~Thalisson@unaffiliated/talssn3l) (Remote host closed the connection)
  230. # [04:28] * Quits: Xarthok (~Xarthok@5addafc4.bb.sky.com)
  231. # [04:31] * Quits: [1]mishugana (~mishugana@pool-108-39-211-161.pitbpa.fios.verizon.net) (Ping timeout: 246 seconds)
  232. # [04:33] * Quits: doc_brown (~adnan@68.233.247.240) (Ping timeout: 252 seconds)
  233. # [04:37] * Joins: Devin (~ddoolin@121.170.151.131)
  234. # [04:38] * Devin is now known as Guest94452
  235. # [04:39] * Quits: Krewd (~shark@187.36.128.88)
  236. # [04:39] * Joins: schpengle (~schpengle@host109-156-73-169.range109-156.btcentralplus.com)
  237. # [04:45] * Joins: tw2113 (~tw2113@host-194-48-230-24.midco.net)
  238. # [04:45] * Quits: tw2113 (~tw2113@host-194-48-230-24.midco.net) (Changing host)
  239. # [04:45] * Joins: tw2113 (~tw2113@fedora/tw2113)
  240. # [04:54] * Quits: schpengle (~schpengle@host109-156-73-169.range109-156.btcentralplus.com) (Quit: schpengle)
  241. # [04:56] * Joins: Vennril2 (~vennril@p4FEB0457.dip0.t-ipconnect.de)
  242. # [04:57] * Quits: d3m0n (~demon@67.198.198.66) (Remote host closed the connection)
  243. # [04:58] * Quits: Vennril (~vennril@p4FEB0629.dip0.t-ipconnect.de) (Ping timeout: 255 seconds)
  244. # [04:58] * Joins: bmac_ (~textual@209-6-84-205.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  245. # [05:00] * Joins: marcoslhc (~marcoslhc@190.205.162.95)
  246. # [05:04] * Quits: Zauberfisch (~Zauberfis@2a01:4f8:100:73c3::3) (Read error: Connection reset by peer)
  247. # [05:06] * Joins: hugo_moss (hugo_moss@ool-18befbfb.dyn.optonline.net)
  248. # [05:07] * Quits: hugo_moss (hugo_moss@ool-18befbfb.dyn.optonline.net) (Read error: Connection reset by peer)
  249. # [05:08] * Joins: hugo_moss (hugo_moss@ool-18befbfb.dyn.optonline.net)
  250. # [05:09] * Joins: Zauberfisch (~Zauberfis@2a01:4f8:100:73c3::3)
  251. # [05:10] * Joins: carpii (~carpii@81.100.207.181)
  252. # [05:20] * Joins: mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net)
  253. # [05:22] * Quits: marcoslhc (~marcoslhc@190.205.162.95) (Remote host closed the connection)
  254. # [05:23] * Quits: carminec` (~user@96.127.214.133) (Read error: Operation timed out)
  255. # [05:24] * Quits: bmac_ (~textual@209-6-84-205.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Computer has gone to sleep.)
  256. # [05:29] * Quits: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
  257. # [05:30] * Joins: rmartinez (~anonymous@c-76-115-195-126.hsd1.or.comcast.net)
  258. # [05:35] * Quits: rmartinez (~anonymous@c-76-115-195-126.hsd1.or.comcast.net) (Read error: Connection reset by peer)
  259. # [05:35] * Joins: rmartinez (~anonymous@c-76-115-195-126.hsd1.or.comcast.net)
  260. # [05:38] * Quits: rmartinez (~anonymous@c-76-115-195-126.hsd1.or.comcast.net) (Read error: Connection reset by peer)
  261. # [05:38] * Joins: rmartinez (~anonymous@c-76-115-195-126.hsd1.or.comcast.net)
  262. # [05:43] * Joins: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp)
  263. # [05:44] * Quits: barneybook_work (~Thunderbi@220-132-176-96.HINET-IP.hinet.net) (Read error: Connection reset by peer)
  264. # [05:50] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
  265. # [05:51] * Quits: dankest (~dankest@ip68-6-81-102.sb.sd.cox.net) (Quit: Leaving...)
  266. # [05:53] * Joins: Dan (~dankest@ip68-6-81-102.sb.sd.cox.net)
  267. # [05:54] * Joins: bubblehead (~bubblehea@24-240-23-52.dhcp.athn.ga.charter.com)
  268. # [05:56] * Joins: ganeshu (~chatzilla@122.178.235.184)
  269. # [05:57] * Quits: rmartinez (~anonymous@c-76-115-195-126.hsd1.or.comcast.net) (Read error: Connection reset by peer)
  270. # [05:57] * Joins: rmartinez (~anonymous@c-76-115-195-126.hsd1.or.comcast.net)
  271. # [05:57] * Quits: rmartinez (~anonymous@c-76-115-195-126.hsd1.or.comcast.net) (Client Quit)
  272. # [05:58] * Joins: enigmuriatic (~enigmuria@149.43.220.150)
  273. # [05:59] * Quits: bubblehead (~bubblehea@24-240-23-52.dhcp.athn.ga.charter.com) (Ping timeout: 240 seconds)
  274. # [05:59] <enigmuriatic> how do i layer elements in a canvas on top of one another?
  275. # [05:59] <enigmuriatic> or do i have to make multiple canvases?
  276. # [05:59] <enigmuriatic> for example, say i want to make a black background and then draw a shape on top of it
  277. # [06:03] * Joins: SrPx (~SrPx@177.205.163.138)
  278. # [06:09] * Quits: hugo_moss (hugo_moss@ool-18befbfb.dyn.optonline.net) (Ping timeout: 252 seconds)
  279. # [06:10] * Quits: karnowski (uid6339@gateway/web/irccloud.com/x-swcucruosvnwjiwq) (Read error: Operation timed out)
  280. # [06:10] * Quits: NimeshNeema (uid2689@gateway/web/irccloud.com/x-xmxtzfkkfwxgquim) (Read error: Operation timed out)
  281. # [06:10] * Quits: starapple_corki (uid7648@gateway/web/irccloud.com/x-sclxpdbtogosobyc) (Read error: Operation timed out)
  282. # [06:11] * Quits: amatecha (uid10006@gateway/web/irccloud.com/x-eoediagegjkrizry) (Ping timeout: 245 seconds)
  283. # [06:11] * Quits: sawrubh (uid6719@gateway/web/irccloud.com/x-ubyspjzymxtvfxlq) (Ping timeout: 245 seconds)
  284. # [06:11] * Quits: onr (uid5726@pdpc/supporter/active/onr) (Ping timeout: 244 seconds)
  285. # [06:11] * Quits: taqutor (uid8051@gateway/web/irccloud.com/x-dtmsspxyhhbdipgl) (Ping timeout: 276 seconds)
  286. # [06:12] * Quits: niftylettuce (uid2733@gateway/web/irccloud.com/x-nrmzjqrxptpemuoz) (Ping timeout: 248 seconds)
  287. # [06:12] * Quits: digitalfiz (uid533@gateway/web/irccloud.com/x-mljpvwyxoosdddsh) (Ping timeout: 245 seconds)
  288. # [06:12] * Quits: viduthalai1947 (uid5404@gateway/web/irccloud.com/x-balobkxerhktoryp) (Ping timeout: 245 seconds)
  289. # [06:12] * Quits: remysharp (uid4345@gateway/web/irccloud.com/x-vydtciqrpridmwsm) (Ping timeout: 245 seconds)
  290. # [06:12] * Quits: mreeder_ (uid4425@gateway/web/irccloud.com/x-hkgkswiyliiziztg) (Ping timeout: 252 seconds)
  291. # [06:12] * Quits: cam` (uid6217@gateway/web/irccloud.com/x-iedniyxtgijamztl) (Ping timeout: 252 seconds)
  292. # [06:12] * Quits: Grephix (~Dennis@lb1.cluster.grephix.nl) (Ping timeout: 252 seconds)
  293. # [06:12] * Quits: gmcabrita (uid4474@gateway/web/irccloud.com/x-daxahhhsopsyzlim) (Ping timeout: 255 seconds)
  294. # [06:12] * Quits: Shes (yoan@healthcommunication.com) (Ping timeout: 260 seconds)
  295. # [06:12] * Quits: Fabryz (uid4038@gateway/web/irccloud.com/x-tnsvdyiygncciing) (Ping timeout: 245 seconds)
  296. # [06:12] * Quits: kaichanvong (uid2773@gateway/web/irccloud.com/x-aydiiwawnwvwafpe) (Ping timeout: 240 seconds)
  297. # [06:12] * Quits: WesleyL (~Wesley@static.43.95.46.78.clients.your-server.de) (Ping timeout: 246 seconds)
  298. # [06:12] * Quits: matijsb (uid2278@gateway/web/irccloud.com/x-nbbbqsdjjbvodxwb) (Ping timeout: 264 seconds)
  299. # [06:12] * Quits: phryk (~phryk@static.39.216.9.176.clients.your-server.de) (Ping timeout: 248 seconds)
  300. # [06:12] * Quits: dhaber (~dhaber@c-76-28-237-222.hsd1.wa.comcast.net) (Ping timeout: 255 seconds)
  301. # [06:12] * Quits: mehring (uid10063@gateway/web/irccloud.com/x-djpphwkanairlmef) (Ping timeout: 246 seconds)
  302. # [06:12] * Quits: Phae (uid455@gateway/web/irccloud.com/x-qsdjzulanbcqpgvm) (Read error: Operation timed out)
  303. # [06:13] * Quits: avalarion (~quassel@scar.mufasa.tech42.de) (Ping timeout: 240 seconds)
  304. # [06:13] * Quits: YolarP (uid5293@gateway/web/irccloud.com/x-zqgstpspbeckzlur) (Ping timeout: 256 seconds)
  305. # [06:13] * Quits: iaincarsberg_ (uid1388@gateway/web/irccloud.com/x-lyonysvhibwsooka) (Ping timeout: 248 seconds)
  306. # [06:13] * Quits: Garbee (~Garbee@lb1.cluster.grephix.nl) (Ping timeout: 246 seconds)
  307. # [06:13] * Quits: binalee_cloud (uid7141@gateway/web/irccloud.com/x-rpfowwdhxhkbrxec) (Ping timeout: 276 seconds)
  308. # [06:13] * Quits: romainhuet (uid2533@gateway/web/irccloud.com/x-xqxckluzgcsyukut) (Ping timeout: 260 seconds)
  309. # [06:13] * Quits: pingo_ (uid5981@gateway/web/irccloud.com/x-bdxjzngytbacibxi) (Ping timeout: 252 seconds)
  310. # [06:13] * Quits: ryanseddon (uid1832@gateway/web/irccloud.com/x-ddwwlbyberrhascp) (Ping timeout: 255 seconds)
  311. # [06:13] * Quits: daleharvey (uid513@gateway/web/irccloud.com/x-fiykeeqndnlqfocc) (Ping timeout: 248 seconds)
  312. # [06:13] * Quits: CitizenBridge (uid6535@gateway/web/irccloud.com/x-cvlhqlumzkhzjvck) (Read error: Operation timed out)
  313. # [06:13] * Quits: beawesomeinstead (uid1643@gateway/web/irccloud.com/x-gltvhuiokeglmlxp) (Ping timeout: 244 seconds)
  314. # [06:13] * Joins: avalarion (~quassel@5.9.243.38)
  315. # [06:13] * Joins: sitegefuehl_ (~quassel@5.9.243.38)
  316. # [06:13] * Quits: jamesweiner (uid1343@gateway/web/irccloud.com/x-aabbvtifrtlhhgch) (Ping timeout: 260 seconds)
  317. # [06:13] * Quits: benschwarz (~uid2121@gateway/web/irccloud.com/x-xikewuuyxcxszgez) (Ping timeout: 260 seconds)
  318. # [06:13] * Quits: sitegefuehl (~quassel@scar.mufasa.tech42.de) (Ping timeout: 248 seconds)
  319. # [06:13] * Quits: actel (uid48@gateway/web/irccloud.com/x-fzrccxnyzoyxorbd) (Ping timeout: 264 seconds)
  320. # [06:13] * Quits: hdv (uid2376@gateway/web/irccloud.com/x-frrdhfhklbrnaxut) (Ping timeout: 260 seconds)
  321. # [06:14] * Quits: Teal`c_ (uid1457@gateway/web/irccloud.com/x-nhquqbkjsohxjrzn) (Ping timeout: 276 seconds)
  322. # [06:14] * Joins: dhaber (~dhaber@c-76-28-237-222.hsd1.wa.comcast.net)
  323. # [06:15] * Quits: chrelad (~chrisdale@69.168.249.107) (Ping timeout: 244 seconds)
  324. # [06:15] * Quits: TripTastic (~Trip@h15.180.123.208.dynamic.ip.windstream.net) (Read error: Connection reset by peer)
  325. # [06:16] * Joins: TripTastic (~Trip@h15.180.123.208.dynamic.ip.windstream.net)
  326. # [06:17] * Quits: salazr__ (uid2027@gateway/web/irccloud.com/x-oitscnbcuncfrhmk) (Read error: Operation timed out)
  327. # [06:20] * Quits: sitegefuehl_ (~quassel@5.9.243.38) (Quit: No Ping reply in 180 seconds.)
  328. # [06:20] * Joins: [1]mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net)
  329. # [06:20] * Joins: sitegefuehl (~quassel@5.9.243.38)
  330. # [06:20] * Quits: dhaber (~dhaber@c-76-28-237-222.hsd1.wa.comcast.net) (Ping timeout: 255 seconds)
  331. # [06:20] * Quits: mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net) (Ping timeout: 246 seconds)
  332. # [06:20] * Joins: salazr__ (uid2027@gateway/web/irccloud.com/x-zkwccgedfrtnnhpw)
  333. # [06:20] * Joins: phryk (~phryk@static.39.216.9.176.clients.your-server.de)
  334. # [06:20] * [1]mishugana is now known as mishugana
  335. # [06:20] * Joins: rmartinez (~anonymous@c-76-115-195-126.hsd1.or.comcast.net)
  336. # [06:21] * Joins: Shes (~yoan@healthcommunication.com)
  337. # [06:21] * Joins: dhaber (~dhaber@c-76-28-237-222.hsd1.wa.comcast.net)
  338. # [06:21] * Joins: Grephix (~Dennis@lb1.cluster.grephix.nl)
  339. # [06:21] * Joins: WesleyL (~Wesley@static.43.95.46.78.clients.your-server.de)
  340. # [06:21] * Joins: niloy (~niloy@115.112.64.6)
  341. # [06:23] * Joins: Guest81863 (~Garbee@lb1.cluster.grephix.nl)
  342. # [06:25] * Quits: Dan (~dankest@ip68-6-81-102.sb.sd.cox.net) (Quit: Linkinus - http://linkinus.com)
  343. # [06:25] * Joins: dankest (~dankest@ip68-6-81-102.sb.sd.cox.net)
  344. # [06:26] * Joins: karnowski (uid6339@gateway/web/irccloud.com/x-jqibyauscwxvqoeg)
  345. # [06:29] * Quits: mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net) (Ping timeout: 246 seconds)
  346. # [06:29] * Joins: amatecha (uid10006@gateway/web/irccloud.com/x-oflrfxfjjifpgmvk)
  347. # [06:30] * Quits: SrPx (~SrPx@177.205.163.138) (Quit: SrPx)
  348. # [06:31] * Joins: mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net)
  349. # [06:32] * Joins: ryanseddon (uid1832@gateway/web/irccloud.com/x-lykdhygkfkpnsslq)
  350. # [06:33] * Quits: kadiks (~kadiks@APuteaux-652-1-205-149.w86-217.abo.wanadoo.fr) (Ping timeout: 248 seconds)
  351. # [06:34] * Quits: carpii (~carpii@81.100.207.181) (Quit: carpii)
  352. # [06:44] * Quits: dhaber (~dhaber@c-76-28-237-222.hsd1.wa.comcast.net) (Ping timeout: 255 seconds)
  353. # [06:45] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
  354. # [06:46] * Joins: dhaber (~dhaber@c-76-28-237-222.hsd1.wa.comcast.net)
  355. # [06:47] * Parts: rmartinez (~anonymous@c-76-115-195-126.hsd1.or.comcast.net)
  356. # [06:48] * Joins: okee (~Okee@50-0-108-248.dsl.dynamic.sonic.net)
  357. # [06:53] * Joins: mokush (~cc@82.208.133.70)
  358. # [06:56] * Quits: dhruvasagar (~dhruvasag@122.167.115.194) (Ping timeout: 264 seconds)
  359. # [06:56] * Quits: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net) (Quit: gg)
  360. # [06:57] * Joins: SrPx (~SrPx@177.205.163.138.dynamic.adsl.gvt.net.br)
  361. # [06:58] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 276 seconds)
  362. # [06:58] * Joins: moshee (~moshee@unaffiliated/moshee)
  363. # [07:06] * Quits: soypirate (~soypirate@75.94.81.12) (Ping timeout: 264 seconds)
  364. # [07:09] * Quits: Zauberfisch (~Zauberfis@2a01:4f8:100:73c3::3) (Read error: Connection reset by peer)
  365. # [07:10] * Joins: Zauberfisch (~Zauberfis@2a01:4f8:100:73c3::3)
  366. # [07:10] * Joins: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net)
  367. # [07:13] * Quits: SrPx (~SrPx@177.205.163.138.dynamic.adsl.gvt.net.br) (Quit: SrPx)
  368. # [07:14] * Quits: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net) (Client Quit)
  369. # [07:19] * Quits: okee (~Okee@50-0-108-248.dsl.dynamic.sonic.net)
  370. # [07:20] * Joins: mattypants (~mattypant@modemcable171.138-81-70.mc.videotron.ca)
  371. # [07:29] * Quits: Me1000 (~Me1000@74.143.221.15) (Quit: Leaving...)
  372. # [07:32] * Joins: odwalla (~shane@184.76.83.2)
  373. # [07:33] * Joins: longbeach (~mike@AFontenayssB-152-1-17-45.w82-121.abo.wanadoo.fr)
  374. # [07:37] * Quits: mokush (~cc@82.208.133.70) (Quit: Konversation terminated!)
  375. # [07:38] * Quits: Leeol2 (~Leeol@63-155-141-110.eugn.qwest.net) (Read error: Connection reset by peer)
  376. # [07:38] * Joins: benv (~benv@75-101-56-189.dsl.static.sonic.net)
  377. # [07:38] * Joins: _gambit (~prajwalit@61.12.96.226)
  378. # [07:39] * Quits: AskMP (~AskMP@CPE185933f3b92e-CM185933f3b92b.cpe.net.cable.rogers.com) (Quit: AskMP)
  379. # [07:39] * Joins: Leeol2 (~Leeol@63.155.141.110)
  380. # [07:39] * Joins: mokush (~cc@82.208.133.70)
  381. # [07:40] * Quits: DeltaHeavy (~DeltaHeav@d24-204-219-104.home4.cgocable.net) (Read error: Connection reset by peer)
  382. # [07:42] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Quit: Computer has gone to sleep.)
  383. # [07:43] * Quits: benv (~benv@75-101-56-189.dsl.static.sonic.net) (Ping timeout: 252 seconds)
  384. # [07:43] * Joins: benv (~benv@50.23.111.66-static.reverse.softlayer.com)
  385. # [07:50] * Joins: mreeder_ (uid4425@gateway/web/irccloud.com/x-iqemqsyywhptynau)
  386. # [07:50] * mreeder_ is now known as mreeder
  387. # [08:00] * Quits: OnlyMax (~OnlyMax@187.126.58.211)
  388. # [08:01] * Joins: r0ckwilda (~r0ckwilda@unaffiliated/r0ckwilda)
  389. # [08:08] * Joins: matijsb_ (uid2278@gateway/web/irccloud.com/x-nerzlbbnfffymlgw)
  390. # [08:08] <relipse> check out my brand new android time tracking app -- https://cworklog.com/downloads/cworklog.latest.apk username: test116 password: test116
  391. # [08:09] * Joins: Fabryz___ (uid4038@gateway/web/irccloud.com/x-vupyidonnpwixysw)
  392. # [08:09] * Joins: viduthalai1947 (uid5404@gateway/web/irccloud.com/x-pxavgbzxaipshavh)
  393. # [08:09] * Joins: onr (uid5726@pdpc/supporter/active/onr)
  394. # [08:09] * Joins: remysharp (uid4345@gateway/web/irccloud.com/x-pfjbljpgthyacoea)
  395. # [08:09] * Joins: iaincarsberg_ (uid1388@gateway/web/irccloud.com/x-pyyfcirrnpfklomt)
  396. # [08:09] * Joins: hdv (uid2376@gateway/web/irccloud.com/x-tdqrzpwphofbckof)
  397. # [08:09] * Joins: taqutor (uid8051@gateway/web/irccloud.com/x-mqrqwoqszhhghhfn)
  398. # [08:09] * Joins: gmcabrita (uid4474@gateway/web/irccloud.com/x-nnxqwwjjhvuvtkbc)
  399. # [08:09] * Joins: starapple_corki (uid7648@gateway/web/irccloud.com/x-cxflnmaxvthsfdxg)
  400. # [08:09] * Joins: benschwarz (uid2121@gateway/web/irccloud.com/x-dmtirffzhtsylmue)
  401. # [08:10] * Joins: romainhuet (uid2533@gateway/web/irccloud.com/x-pdkyiavxtsgcnkvl)
  402. # [08:10] * Joins: daleharvey (uid513@gateway/web/irccloud.com/x-nmibqvqpeqcrvqic)
  403. # [08:10] * Joins: kaichanvong (uid2773@gateway/web/irccloud.com/x-xflbfcmpapzqzljl)
  404. # [08:10] * Joins: cam` (uid6217@gateway/web/irccloud.com/x-sjlxhvldercxavdb)
  405. # [08:10] * Joins: digitalfiz (uid533@gateway/web/irccloud.com/x-smrejwwnbpcookpk)
  406. # [08:11] * Joins: jamesweiner (uid1343@gateway/web/irccloud.com/x-tofswexntawfshyq)
  407. # [08:11] * Joins: mehring (uid10063@gateway/web/irccloud.com/x-ijyhfsubjjltegft)
  408. # [08:11] * Quits: b1rkh0ff (~b1rkh0ff@178.77.7.9) (Ping timeout: 252 seconds)
  409. # [08:11] * Joins: dhruvasagar (~dhruvasag@106.51.131.171)
  410. # [08:11] * Joins: sawrubh (uid6719@gateway/web/irccloud.com/x-dsxzhideocpimzwo)
  411. # [08:12] * Quits: WeThePeople (~WeThePeop@unaffiliated/wethepeople) (Quit: Leaving)
  412. # [08:12] * Joins: beawesomeinstead (uid1643@gateway/web/irccloud.com/x-zhzljwhmvmohnnzv)
  413. # [08:12] * Joins: binalee_cloud (uid7141@gateway/web/irccloud.com/x-grdoqsusnjxexirj)
  414. # [08:13] * Joins: niftylettuce (uid2733@gateway/web/irccloud.com/x-rihphcvbrzqrfjhe)
  415. # [08:13] * Joins: actel (uid48@gateway/web/irccloud.com/x-auezvufomhnqycrj)
  416. # [08:14] * Joins: Teal`c_ (uid1457@gateway/web/irccloud.com/x-grppahjwmudceuqa)
  417. # [08:16] * Joins: mm56 (mm56@cpe-75-80-185-96.san.res.rr.com)
  418. # [08:17] * Quits: PaulCapestany (~PaulCapes@204.28.124.82) (Quit: Textual IRC Client: www.textualapp.com)
  419. # [08:18] * Quits: ganeshu (~chatzilla@122.178.235.184) (Quit: ChatZilla 0.9.90 [Firefox 18.0.2/20130201065344])
  420. # [08:20] * Quits: odwalla (~shane@184.76.83.2) (Quit: WeeChat 0.4.0)
  421. # [08:25] * Joins: b1rkh0ff (~b1rkh0ff@178.77.26.26)
  422. # [08:25] * Joins: kitallis (~kitallis@122.167.206.68)
  423. # [08:25] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 252 seconds)
  424. # [08:28] * Joins: NimeshNeema (uid2689@gateway/web/irccloud.com/x-stkdilznmlaktkkx)
  425. # [08:32] * Joins: sedovsek (~robert@89.143.12.238)
  426. # [08:42] * Joins: asher^ (asher@101.166.147.73)
  427. # [08:42] * Quits: asher^ (asher@101.166.147.73) (Changing host)
  428. # [08:42] * Joins: asher^ (asher@unaffiliated/asher/x-9381395)
  429. # [08:45] * Quits: mm56 (mm56@cpe-75-80-185-96.san.res.rr.com)
  430. # [08:46] * Quits: lolwtfhax (~matthewbo@pool-96-246-11-75.nycmny.east.verizon.net) (Quit: lolwtfhax)
  431. # [08:49] * Joins: stevegill (~stevengil@99-43-255-97.lightspeed.sntcca.sbcglobal.net)
  432. # [08:50] * Joins: kfenn (~kfenn@87-194-137-204.bethere.co.uk)
  433. # [08:50] * Quits: kitallis (~kitallis@122.167.206.68) (Read error: Connection reset by peer)
  434. # [08:52] * Quits: dankest (~dankest@ip68-6-81-102.sb.sd.cox.net) (Quit: Leaving...)
  435. # [08:52] * Quits: roilr (roilr@unaffiliated/roilr) (Ping timeout: 276 seconds)
  436. # [08:52] * Joins: calbasi (~joan@37.14.53.91)
  437. # [08:56] * Joins: madhatt3r (madhatt3r@62.117.203.84.dyn.user.ono.com)
  438. # [08:56] <madhatt3r> helloAll
  439. # [08:57] * Joins: kitallis (~kitallis@122.167.222.204)
  440. # [08:58] * Quits: benv (~benv@50.23.111.66-static.reverse.softlayer.com) (Quit: Computer has gone to sleep.)
  441. # [09:00] * Parts: calbasi (~joan@37.14.53.91)
  442. # [09:01] * Quits: r0ckwilda (~r0ckwilda@unaffiliated/r0ckwilda) (Ping timeout: 260 seconds)
  443. # [09:03] * Joins: r0ckwilda (~r0ckwilda@197.182.209.55)
  444. # [09:03] * Joins: dankest (~dankest@ip68-6-81-102.sb.sd.cox.net)
  445. # [09:10] * Joins: thomasFre (~toto@159.71.64.86.rev.sfr.net)
  446. # [09:12] * Quits: sedovsek (~robert@89.143.12.238) (Quit: sedovsek)
  447. # [09:13] * Quits: stevegill (~stevengil@99-43-255-97.lightspeed.sntcca.sbcglobal.net) (Quit: stevegill)
  448. # [09:15] * Quits: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net) (Remote host closed the connection)
  449. # [09:16] * Quits: dhaber (~dhaber@c-76-28-237-222.hsd1.wa.comcast.net) (Quit: leaving)
  450. # [09:18] * Quits: sirecote (sirecote@64.15.76.9) (Ping timeout: 248 seconds)
  451. # [09:18] * Quits: kfenn (~kfenn@87-194-137-204.bethere.co.uk) (Remote host closed the connection)
  452. # [09:20] * Joins: sirecote (sirecote@64.15.76.9)
  453. # [09:21] * Joins: vlad_starkov (~vlad_star@178.176.120.157)
  454. # [09:22] * Joins: sedovsek (~robert@89.143.12.238)
  455. # [09:27] * Quits: tapout (~tapout@unaffiliated/tapout) (Excess Flood)
  456. # [09:27] * Joins: tapout (~tapout@unaffiliated/tapout)
  457. # [09:32] * Joins: Savvy (~Thunderbi@unaffiliated/savvy)
  458. # [09:33] * Joins: Ms2ger (~Ms2ger@kotnet-150.kulnet.kuleuven.be)
  459. # [09:40] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
  460. # [09:41] * Joins: zenoamaro (~zenoamaro@93-36-99-221.ip59.fastwebnet.it)
  461. # [09:42] * Joins: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com)
  462. # [09:42] * Quits: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com) (Remote host closed the connection)
  463. # [09:42] * Quits: dankest (~dankest@ip68-6-81-102.sb.sd.cox.net) (Quit: Leaving...)
  464. # [09:43] * Joins: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com)
  465. # [09:43] * Quits: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com) (Remote host closed the connection)
  466. # [09:45] * Joins: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com)
  467. # [09:46] * Quits: r0ckwilda (~r0ckwilda@197.182.209.55) (Ping timeout: 276 seconds)
  468. # [09:47] * Quits: Savvy (~Thunderbi@unaffiliated/savvy) (Quit: Savvy)
  469. # [09:47] * Joins: r0ckwilda (~r0ckwilda@41-139-159-98.safaricombusiness.co.ke)
  470. # [09:51] * Joins: Phae (uid455@gateway/web/irccloud.com/x-sylhxcajulvhdkgx)
  471. # [09:51] * Joins: sedovsek_ (~robert@89.143.12.238)
  472. # [09:54] * Quits: tapout (~tapout@unaffiliated/tapout) (Excess Flood)
  473. # [09:54] * Quits: sedovsek (~robert@89.143.12.238) (Ping timeout: 256 seconds)
  474. # [09:54] * sedovsek_ is now known as sedovsek
  475. # [09:58] * Quits: r0ckwilda (~r0ckwilda@41-139-159-98.safaricombusiness.co.ke) (Ping timeout: 252 seconds)
  476. # [09:58] * Joins: r0ckwilda (~r0ckwilda@41.78.27.198)
  477. # [10:02] * Joins: tapout (~tapout@unaffiliated/tapout)
  478. # [10:04] * Joins: avjpl (~avjpl@82.24.12.171)
  479. # [10:04] * Quits: avjpl (~avjpl@82.24.12.171) (Remote host closed the connection)
  480. # [10:10] <mattypants> how do browsers react to html5 elements like <header>, <aside>, etc?
  481. # [10:10] * Quits: monteslu (~monteslu@68.109.174.213) (Ping timeout: 245 seconds)
  482. # [10:11] * Joins: [1]mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net)
  483. # [10:11] * Joins: monteslu (~monteslu@ip68-109-174-213.ph.ph.cox.net)
  484. # [10:13] * Quits: mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net) (Ping timeout: 246 seconds)
  485. # [10:13] * Joins: [2]mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net)
  486. # [10:15] * Quits: [1]mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net) (Ping timeout: 246 seconds)
  487. # [10:17] * Parts: tw2113 (~tw2113@fedora/tw2113) ("yar! I be gone exited!")
  488. # [10:18] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
  489. # [10:18] * Joins: Criztian (~criztian@cust.static.46-14-91-177.swisscomdata.ch)
  490. # [10:26] * Joins: MCHammer (~mchammer@212.48.107.10)
  491. # [10:27] * Joins: abdulqabiz (~abdulqabi@112.196.129.99)
  492. # [10:29] * Joins: MisterSpeaker (~MisterSpe@62.129.6.2)
  493. # [10:29] * Joins: Trisox (~Tri_sox@dw87236798.amsterdam-tc.dataweb.net)
  494. # [10:31] * Quits: [2]mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net) (Ping timeout: 246 seconds)
  495. # [10:32] * Guest81863 is now known as Garbee
  496. # [10:33] * Joins: sajan (~sajan@50-81-126-139.client.mchsi.com)
  497. # [10:38] * Quits: _cheney (~cheney@nat.sierrabravo.net) (Read error: Connection reset by peer)
  498. # [10:39] * Joins: _cheney (~cheney@nat.sierrabravo.net)
  499. # [10:39] * Quits: MisterSpeaker (~MisterSpe@62.129.6.2) (Remote host closed the connection)
  500. # [10:41] * Joins: smartypants2013 (smartypant@124.168.207.52)
  501. # [10:45] * Joins: manuelbieh (~beeevi2@78.47.226.217)
  502. # [10:52] * Joins: nonge (~nonge@p508291C6.dip.t-dialin.net)
  503. # [10:54] * Joins: MisterSpeaker (~MisterSpe@62.129.6.2)
  504. # [10:55] * Joins: populvuh (~populvuh@unaffiliated/populvuh)
  505. # [10:56] * Quits: nonge_ (~nonge@p5B326D3B.dip.t-dialin.net) (Ping timeout: 255 seconds)
  506. # [11:03] * Joins: marcoslhc (~marcoslhc@190.205.162.95)
  507. # [11:04] * Quits: Ms2ger (~Ms2ger@kotnet-150.kulnet.kuleuven.be) (Quit: brb)
  508. # [11:05] * Joins: bibo360 (~bibo360@80.15.36.130)
  509. # [11:11] * Joins: Ms2ger (~Ms2ger@kotnet-150.kulnet.kuleuven.be)
  510. # [11:11] * Quits: smartypants2013 (smartypant@124.168.207.52)
  511. # [11:13] * Joins: kristofers (~kristofer@27.79-160-186.customer.lyse.net)
  512. # [11:16] * Quits: llamapixel (~llamapixe@123-243-224-99.static.tpgi.com.au) (Quit: -=[. _ .]=- waves bye..)
  513. # [11:17] * Quits: mattypants (~mattypant@modemcable171.138-81-70.mc.videotron.ca) (Ping timeout: 256 seconds)
  514. # [11:17] * Quits: kitallis (~kitallis@122.167.222.204) (Quit: Textual IRC Client: http://www.textualapp.com/)
  515. # [11:21] * Joins: Multiply (~multiply@188-176-104-138-static.dk.customer.tdc.net)
  516. # [11:21] * Quits: Multiply (~multiply@188-176-104-138-static.dk.customer.tdc.net) (Client Quit)
  517. # [11:23] * Joins: rickibalboa (~ricki@84.19.104.118)
  518. # [11:23] * Quits: vlad_starkov (~vlad_star@178.176.120.157) (Remote host closed the connection)
  519. # [11:24] * Joins: mattypants (~mattypant@70.81.138.171)
  520. # [11:27] * Quits: sajan (~sajan@50-81-126-139.client.mchsi.com) (Quit: Leaving.)
  521. # [11:32] * Joins: kroyeren (~kroyeren@81.27.221.202)
  522. # [11:34] * Quits: marcoslhc (~marcoslhc@190.205.162.95) (Remote host closed the connection)
  523. # [11:36] * Quits: kroyeren (~kroyeren@81.27.221.202) (Quit: Ex-Chat)
  524. # [11:37] * Joins: kroyeren (~kroyeren@81.27.221.202)
  525. # [11:39] * Quits: kroyeren (~kroyeren@81.27.221.202) (Read error: Connection reset by peer)
  526. # [11:39] * Joins: kroyeren (~kroyeren@81.27.221.202)
  527. # [11:41] * Quits: kroyeren (~kroyeren@81.27.221.202) (Read error: Connection reset by peer)
  528. # [11:41] * Joins: kroyeren (~kroyeren@81.27.221.202)
  529. # [11:43] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  530. # [11:43] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  531. # [11:43] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  532. # [11:44] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  533. # [11:44] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  534. # [11:44] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  535. # [11:45] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  536. # [11:46] * Quits: Ms2ger (~Ms2ger@kotnet-150.kulnet.kuleuven.be) (Ping timeout: 240 seconds)
  537. # [11:48] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Client Quit)
  538. # [11:49] * Joins: nickn (~nickn@ltea-047-064-009-044.pools.arcor-ip.net)
  539. # [11:52] * Joins: myx (~myx@pppoe-204-182-dyn-sr.volgaline.ru)
  540. # [11:53] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  541. # [11:54] * Joins: marcoslhc (~marcoslhc@190.121.239.250)
  542. # [11:54] * Quits: marcoslhc (~marcoslhc@190.121.239.250) (Remote host closed the connection)
  543. # [11:54] * Joins: marcoslhc (~marcoslhc@190.121.239.250)
  544. # [11:54] * Quits: marcoslhc (~marcoslhc@190.121.239.250) (Remote host closed the connection)
  545. # [12:00] * Joins: OnlyMax (~OnlyMax@187-126-58-211.user.veloxzone.com.br)
  546. # [12:01] * Quits: obert (~quassel@host86-22-dynamic.3-87-r.retail.telecomitalia.it) (Ping timeout: 252 seconds)
  547. # [12:06] * Quits: r0ckwilda (~r0ckwilda@41.78.27.198) (Changing host)
  548. # [12:06] * Joins: r0ckwilda (~r0ckwilda@unaffiliated/r0ckwilda)
  549. # [12:08] * Joins: sasori (~sasori@cm105.gamma248.maxonline.com.sg)
  550. # [12:09] * Joins: vlad_starkov (~vlad_star@178.176.61.254)
  551. # [12:10] * Quits: xec_ (~xec@unaffiliated/xec) (Ping timeout: 252 seconds)
  552. # [12:10] * Joins: xec_ (~xec@unaffiliated/xec)
  553. # [12:10] * Joins: m1l0_ (~m1l0@94-21-31-71.pool.digikabel.hu)
  554. # [12:23] * Quits: sedovsek (~robert@89.143.12.238) (Quit: sedovsek)
  555. # [12:24] * Quits: sasori (~sasori@cm105.gamma248.maxonline.com.sg) (Read error: Connection timed out)
  556. # [12:25] * Joins: sasori (~sasori@cm105.gamma248.maxonline.com.sg)
  557. # [12:25] * Joins: coellobranco (~FoRcEr@88.24.229.48)
  558. # [12:27] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Quit: Computer has gone to sleep.)
  559. # [12:32] * Joins: obert (~quassel@host85-205-dynamic.47-79-r.retail.telecomitalia.it)
  560. # [12:32] * Joins: soooga (~soooga@175.155.20.165)
  561. # [12:34] * Joins: Thalisson (~Thalisson@unaffiliated/talssn3l)
  562. # [12:38] * Quits: Wildblue (~male@c-69-140-154-17.hsd1.md.comcast.net) (Ping timeout: 252 seconds)
  563. # [12:38] * Joins: exoon (~exoon@p4FD38A58.dip0.t-ipconnect.de)
  564. # [12:40] * Joins: Xarthok (~Xarthok@5addafc4.bb.sky.com)
  565. # [12:41] * Quits: sasori (~sasori@cm105.gamma248.maxonline.com.sg) (Read error: Connection timed out)
  566. # [12:42] * Joins: _moon (~moon@20-91-190-109.dsl.ovh.fr)
  567. # [12:43] * Joins: sasori (~sasori@cm105.gamma248.maxonline.com.sg)
  568. # [12:44] * Joins: martisj (~martisj@host-89-240-210-48.as13285.net)
  569. # [12:53] * Joins: tiyit (~tiyit@173.65.108.205)
  570. # [12:55] * Joins: lolwtfhax (~matthewbo@96.246.11.75)
  571. # [12:55] * Joins: Savvy (~Thunderbi@unaffiliated/savvy)
  572. # [13:02] * Quits: exoon (~exoon@p4FD38A58.dip0.t-ipconnect.de) (Read error: Operation timed out)
  573. # [13:02] * Joins: exoon (~exoon@79.211.149.85)
  574. # [13:05] * Quits: doolinkr (~ddoolin@121.170.151.131) (Quit: Leaving)
  575. # [13:05] * Quits: factor (~factor@74.195.220.36) (Quit: Leaving)
  576. # [13:06] * Quits: kraucrow (~polarizin@rigel.secureserving.net) (Ping timeout: 240 seconds)
  577. # [13:08] * Quits: Xarthok (~Xarthok@5addafc4.bb.sky.com)
  578. # [13:09] * Quits: MisterSpeaker (~MisterSpe@62.129.6.2) (Remote host closed the connection)
  579. # [13:12] * Joins: MisterSpeaker (~MisterSpe@62.129.6.2)
  580. # [13:12] * Joins: hkj (~textual@89.191.21.94)
  581. # [13:12] * Quits: hkj (~textual@89.191.21.94) (Max SendQ exceeded)
  582. # [13:12] * Joins: hkj (~textual@89.191.21.94)
  583. # [13:12] * Quits: hkj (~textual@89.191.21.94) (Max SendQ exceeded)
  584. # [13:13] * Joins: hkj (~textual@89.191.21.94)
  585. # [13:13] * Joins: sedovsek (~robert@89.143.12.238)
  586. # [13:14] * Joins: kraucrow (~polarizin@rigel.secureserving.net)
  587. # [13:17] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 245 seconds)
  588. # [13:17] * Quits: sedovsek (~robert@89.143.12.238) (Client Quit)
  589. # [13:17] * Quits: lolwtfhax (~matthewbo@96.246.11.75) (Quit: lolwtfhax)
  590. # [13:18] * Joins: Ms2ger (~Ms2ger@vpna223.ugent.be)
  591. # [13:18] * Quits: xec_ (~xec@unaffiliated/xec) (Ping timeout: 260 seconds)
  592. # [13:19] * Joins: xec_ (~xec@unaffiliated/xec)
  593. # [13:21] * Quits: martisj (~martisj@host-89-240-210-48.as13285.net) (Read error: Connection reset by peer)
  594. # [13:22] * Joins: martisj (~martisj@host-89-240-210-48.as13285.net)
  595. # [13:25] * Joins: xec- (~xec@unaffiliated/xec)
  596. # [13:26] * Quits: xec_ (~xec@unaffiliated/xec) (Ping timeout: 252 seconds)
  597. # [13:31] * Quits: Ms2ger (~Ms2ger@vpna223.ugent.be) (Quit: bbiab)
  598. # [13:36] * Quits: CaraPan (~tuvieja@83.38.117.165) (Ping timeout: 245 seconds)
  599. # [13:42] * Joins: sedovsek (~robert@89.143.12.238)
  600. # [13:42] * Joins: doc_brown (~adnan@c-50-143-96-199.hsd1.fl.comcast.net)
  601. # [13:43] * Joins: _dc (~dc@c-98-253-247-27.hsd1.in.comcast.net)
  602. # [13:45] * Quits: hkj (~textual@89.191.21.94) (Quit: Computer has gone to sleep.)
  603. # [13:45] * Quits: Savvy (~Thunderbi@unaffiliated/savvy) (Quit: Savvy)
  604. # [13:45] * Quits: bibo360 (~bibo360@80.15.36.130) (Ping timeout: 245 seconds)
  605. # [13:47] * Joins: mstalfoort (~manuchill@83.232.96.217)
  606. # [13:47] * Joins: hkj (~textual@89.191.21.94)
  607. # [13:49] * Quits: _dc (~dc@c-98-253-247-27.hsd1.in.comcast.net) (Remote host closed the connection)
  608. # [13:52] * abdulqabiz is now known as aqabiz
  609. # [13:52] * Quits: dhruvasagar (~dhruvasag@106.51.131.171) (Ping timeout: 252 seconds)
  610. # [13:53] * Quits: coellobranco (~FoRcEr@88.24.229.48) (Ping timeout: 245 seconds)
  611. # [13:54] * Quits: aqabiz (~abdulqabi@112.196.129.99) (Quit: aqabiz)
  612. # [13:54] * Quits: rickibalboa (~ricki@84.19.104.118) (Ping timeout: 255 seconds)
  613. # [13:54] * Quits: Criztian (~criztian@cust.static.46-14-91-177.swisscomdata.ch) (Remote host closed the connection)
  614. # [13:56] * Joins: nkr (~nkr@201.52.225.91)
  615. # [13:57] * Joins: Ms2ger (~Ms2ger@vpna087.ugent.be)
  616. # [13:59] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 255 seconds)
  617. # [13:59] * Joins: moshee (~moshee@unaffiliated/moshee)
  618. # [13:59] * Joins: coellobranco (~FoRcEr@88.24.229.48)
  619. # [14:00] * Joins: aqabiz (~abdulqabi@112.196.129.99)
  620. # [14:03] * Joins: calbasi (~joan@37.14.53.91)
  621. # [14:04] * Joins: drumond1_ (~drumond19@186.214.52.83)
  622. # [14:06] * Quits: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
  623. # [14:06] * Joins: austincheney (~quassel@213.255.226.21)
  624. # [14:06] * Quits: tiyit (~tiyit@173.65.108.205) (Ping timeout: 245 seconds)
  625. # [14:07] * Quits: drumond19 (~drumond19@186.214.54.214) (Ping timeout: 248 seconds)
  626. # [14:07] * abstractj|away is now known as abstractj
  627. # [14:07] * Quits: abstractj (~abstractj@192.34.59.101) (Changing host)
  628. # [14:07] * Joins: abstractj (~abstractj@redhat/jboss/abstractj)
  629. # [14:08] * Joins: dameleon (~dameleon@p4067-ipbf2702hodogaya.kanagawa.ocn.ne.jp)
  630. # [14:09] * Quits: jcarouth (~jcarouth@avaris.carouth.net) (Quit: Coyote finally caught me)
  631. # [14:09] * Joins: jcarouth (~jcarouth@avaris.carouth.net)
  632. # [14:10] * Joins: lolwtfhax (~matthewbo@ip-64-134-98-185.public.wayport.net)
  633. # [14:14] * Joins: BlippSquipp (~mmaurisak@168-93-187-18.ipv4.firstcomm.com)
  634. # [14:16] * Joins: erichynds (~ehynds@64.206.121.41)
  635. # [14:17] * Quits: Ms2ger (~Ms2ger@vpna087.ugent.be) (Ping timeout: 245 seconds)
  636. # [14:17] * Joins: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net)
  637. # [14:18] * Joins: roilr (roilr@unaffiliated/roilr)
  638. # [14:18] * Quits: WebDragon (~webdragon@c-69-253-237-123.hsd1.de.comcast.net) (Ping timeout: 248 seconds)
  639. # [14:19] * Joins: abdulqabiz (~abdulqabi@112.196.129.99)
  640. # [14:19] * Quits: abdulqabiz (~abdulqabi@112.196.129.99) (Max SendQ exceeded)
  641. # [14:19] * Quits: aqabiz (~abdulqabi@112.196.129.99) (Quit: aqabiz)
  642. # [14:19] * Quits: Jikan (~Jikan@noein.haruka.fr) (Ping timeout: 244 seconds)
  643. # [14:19] * Joins: aqabiz (~abdulqabi@112.196.129.99)
  644. # [14:19] * Quits: aqabiz (~abdulqabi@112.196.129.99) (Max SendQ exceeded)
  645. # [14:20] * Joins: zenorocha (~zenorocha@189.60.171.47)
  646. # [14:20] * Joins: aqabiz (~abdulqabi@112.196.129.99)
  647. # [14:20] * Quits: aqabiz (~abdulqabi@112.196.129.99) (Max SendQ exceeded)
  648. # [14:20] * Joins: aqabiz (~abdulqabi@112.196.129.99)
  649. # [14:24] * Joins: WebDragon (~webdragon@69.253.237.123)
  650. # [14:25] * Quits: BBonifield (~BBonifiel@li107-227.members.linode.com) (Ping timeout: 252 seconds)
  651. # [14:26] * Joins: kppullin_ (~kppullin@216.231.9.10)
  652. # [14:26] * Quits: kppullin (~kppullin@pdpc/supporter/active/kppullin) (Ping timeout: 252 seconds)
  653. # [14:26] * Joins: soypirate (~soypirate@75.94.81.12)
  654. # [14:27] * Joins: BBonifield (~BBonifiel@li107-227.members.linode.com)
  655. # [14:27] * Quits: aqabiz (~abdulqabi@112.196.129.99) (Quit: aqabiz)
  656. # [14:27] * Joins: aqabiz (~abdulqabi@112.196.129.99)
  657. # [14:28] <moo-_-> enigmuriatic: you just overdraw
  658. # [14:28] <moo-_-> mattypants: visually elements are not different from <div>
  659. # [14:28] <moo-_-> and <span>
  660. # [14:31] * Joins: Ms2ger (~Ms2ger@vpnh228.ugent.be)
  661. # [14:33] * Joins: bibo360 (~bibo360@bobi.signap.com)
  662. # [14:34] * Joins: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk)
  663. # [14:34] * Quits: zenorocha (~zenorocha@189.60.171.47) (Remote host closed the connection)
  664. # [14:35] * Joins: Jikai (~Jikan@2001:41d0:2:401f::1)
  665. # [14:39] * Joins: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net)
  666. # [14:40] * Joins: drone| (~drone@hieristdas.internetzuen.de)
  667. # [14:43] * Parts: calbasi (~joan@37.14.53.91)
  668. # [14:45] * Quits: Jikai (~Jikan@2001:41d0:2:401f::1) (Quit: I used to think I was indecisive, but now I'm not sureā€¦)
  669. # [14:46] * Joins: Jikan (~Jikan@2001:41d0:2:401f::1)
  670. # [14:47] * Quits: coellobranco (~FoRcEr@88.24.229.48) (Quit: http://www.juanantoniomosquera.com)
  671. # [14:51] * Joins: guy (~gajus@oftn/member/guy)
  672. # [14:53] * Quits: bacilla (~karolis@unaffiliated/velkam) (Ping timeout: 257 seconds)
  673. # [14:54] * Quits: Jikan (~Jikan@2001:41d0:2:401f::1) (Read error: Operation timed out)
  674. # [14:55] * Joins: Jikan (~Jikan@noein.haruka.fr)
  675. # [14:55] * Quits: daze (~irc@client-212-117-18-111.inturbo.lt) (Ping timeout: 252 seconds)
  676. # [14:57] * Joins: SrPx (~SrPx@186.212.180.74)
  677. # [14:58] * Quits: Ms2ger (~Ms2ger@vpnh228.ugent.be) (Ping timeout: 248 seconds)
  678. # [14:58] * Quits: SrPx (~SrPx@186.212.180.74) (Client Quit)
  679. # [15:05] * Quits: Thalisson (~Thalisson@unaffiliated/talssn3l) (Remote host closed the connection)
  680. # [15:07] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
  681. # [15:09] * Quits: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net) (Quit: gg)
  682. # [15:10] * Joins: leakybuckit (~moon@denbp059.gsi.de)
  683. # [15:11] * Joins: daze (~irc@client-212-117-18-111.inturbo.lt)
  684. # [15:11] * Joins: bacilla (~karolis@unaffiliated/velkam)
  685. # [15:11] * Quits: bacilla (~karolis@unaffiliated/velkam) (Excess Flood)
  686. # [15:12] * Quits: leakybuckit (~moon@denbp059.gsi.de) (Read error: Connection reset by peer)
  687. # [15:12] * Joins: bacilla (~karolis@unaffiliated/velkam)
  688. # [15:13] * Quits: lolwtfhax (~matthewbo@ip-64-134-98-185.public.wayport.net) (Quit: lolwtfhax)
  689. # [15:15] * Joins: Criztian (~criztian@cust.static.46-14-91-177.swisscomdata.ch)
  690. # [15:17] * Joins: rumproast (~ident@static-71-244-97-46.phlapa.fios.verizon.net)
  691. # [15:18] * Joins: monteslu_ (~monteslu@ip68-109-174-213.ph.ph.cox.net)
  692. # [15:18] * Quits: kroyeren (~kroyeren@81.27.221.202) (Quit: Ex-Chat)
  693. # [15:21] * Quits: monteslu (~monteslu@ip68-109-174-213.ph.ph.cox.net) (Ping timeout: 244 seconds)
  694. # [15:27] * Quits: vlad_starkov (~vlad_star@178.176.61.254) (Remote host closed the connection)
  695. # [15:27] * Joins: dAnjou (~dAnjou@91-64-26-3-dynip.superkabel.de)
  696. # [15:28] * Joins: bubblehead (~bubblehea@24-240-23-52.dhcp.athn.ga.charter.com)
  697. # [15:28] * Quits: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net) (Remote host closed the connection)
  698. # [15:28] * Quits: niloy (~niloy@115.112.64.6) (Quit: Leaving)
  699. # [15:29] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
  700. # [15:30] * Quits: MisterSpeaker (~MisterSpe@62.129.6.2) (Remote host closed the connection)
  701. # [15:30] * Joins: SrPx (~SrPx@186.212.180.74)
  702. # [15:30] * Quits: SrPx (~SrPx@186.212.180.74) (Client Quit)
  703. # [15:30] * Joins: garciawebdev (~garciaweb@181.31.76.205)
  704. # [15:33] * Joins: MisterSpeaker (~MisterSpe@62.129.6.2)
  705. # [15:34] <dAnjou> hi, a question about server sent events: as far as i understood messages are pushed to all clients connected to the same "endpoint" (aka URL?). what is the best way to make sure that only one client gets a certain message? i guess i'm talking about routing messages.
  706. # [15:35] <dAnjou> i came up with the idea to let the client connect to a unique URL but is that secure? how can i make sure nobody else is listening on this URL?
  707. # [15:35] * Joins: Me1000 (~Me1000@128.163.8.171)
  708. # [15:35] * Parts: Guest94452 (~ddoolin@121.170.151.131) ("Leaving")
  709. # [15:36] <dAnjou> maybe with some kind of session cookie?
  710. # [15:36] * Joins: doolinkr (~ddoolin@121.170.151.131)
  711. # [15:37] <austincheney> dAnjou: in the context of the web you cannot
  712. # [15:37] <austincheney> http is a broadcast
  713. # [15:37] <dAnjou> huh?
  714. # [15:37] * Joins: manuelbieh_ (~beeevi2@78.47.226.217)
  715. # [15:37] <austincheney> you would have to decide on a different protocol to enable message routing
  716. # [15:37] * Joins: ML74 (~ML74@5e0c6133.bb.sky.com)
  717. # [15:37] <austincheney> like XMPP
  718. # [15:39] * Quits: manuelbieh (~beeevi2@78.47.226.217) (Ping timeout: 260 seconds)
  719. # [15:39] <austincheney> basically the ideal options are xmpp and smtp
  720. # [15:39] * monteslu_ is now known as monteslu
  721. # [15:39] <austincheney> smtp is more robust and you have more control of the message digest in the pipe
  722. # [15:39] <dAnjou> okay, imagine this:
  723. # [15:40] <austincheney> but xmpp is far faster and still provides good control with far more options for customization
  724. # [15:40] <austincheney> xmpp for chat or im
  725. # [15:40] * Quits: maxani (~maxani@ARennes-653-1-323-231.w109-218.abo.wanadoo.fr) (Quit: Computer has gone to sleep.)
  726. # [15:41] <austincheney> smtp for any sort of extended application features, such as data analysis, where live speed and round trip are not absolutely critical
  727. # [15:41] <dAnjou> i have a website with user accounts. users get notifications by connection to /profile/<username>/eventsource. now i could check is <username> is allowed to get messages if it has a valid session cookie. o not?
  728. # [15:41] <dAnjou> *or not?
  729. # [15:41] <dAnjou> *connecting
  730. # [15:42] <dAnjou> damn, what's up with my typing
  731. # [15:42] <austincheney> yeah, you will have to operate via cookie
  732. # [15:42] <austincheney> and you should be operating in https
  733. # [15:42] <dAnjou> of course
  734. # [15:42] <austincheney> at that point it is a basic authenticated web session
  735. # [15:42] <dAnjou> that solves the routing problem
  736. # [15:43] <dAnjou> no need for XMPP
  737. # [15:43] <dAnjou> :P
  738. # [15:43] * Joins: kroyeren (~kroyeren@81.27.221.202)
  739. # [15:43] <austincheney> yeah, its one of the biggest problems with the web
  740. # [15:43] <dAnjou> i'd rather not touch or see any xml :P
  741. # [15:43] <austincheney> http is simple, so too much is done on the application side
  742. # [15:44] <austincheney> ok, but xmpp can do just about everything http can do and still operate in a live fashion
  743. # [15:44] <austincheney> xmpp is transmission by the way, where xml is not
  744. # [15:45] <austincheney> http://en.wikipedia.org/wiki/XML_stanza
  745. # [15:45] <dAnjou> i know xmpp
  746. # [15:45] <dAnjou> and xml
  747. # [15:46] <austincheney> i am going to walk across the road and get some dinner
  748. # [15:46] <dAnjou> o.O
  749. # [15:46] <dAnjou> have fun
  750. # [15:46] * Quits: nkr (~nkr@201.52.225.91) (Quit: Linkinus - http://linkinus.com)
  751. # [15:47] <dAnjou> this is IRC, i can wait for days for an answer ;)
  752. # [15:47] * Quits: b1rkh0ff (~b1rkh0ff@178.77.26.26) (Read error: Connection reset by peer)
  753. # [15:48] * Joins: b1rkh0ff (~b1rkh0ff@178.77.26.26)
  754. # [15:51] * Parts: cgcardona (~cgcardona@unaffiliated/cgcardona)
  755. # [15:51] * Joins: Thalisson (~Thalisson@unaffiliated/talssn3l)
  756. # [15:51] * Joins: _dc (~dc@alexander.nat.trb.com)
  757. # [15:52] * Joins: Savvy (~Thunderbi@unaffiliated/savvy)
  758. # [15:52] * Joins: sethwalker (~sethwalke@64.124.192.210)
  759. # [16:01] * Joins: SrPx (~SrPx@186.212.180.74)
  760. # [16:02] * Quits: exoon (~exoon@79.211.149.85) (Remote host closed the connection)
  761. # [16:04] * Quits: _gambit (~prajwalit@61.12.96.226) (Quit: Computer has gone to sleep.)
  762. # [16:05] * Quits: r0ckwilda (~r0ckwilda@unaffiliated/r0ckwilda) (Quit: Lost terminal)
  763. # [16:05] * Quits: r0tha (~r0tha@2602:304:cda7:e7e0:6d90:ee60:9b19:72de) (Remote host closed the connection)
  764. # [16:07] * Quits: SrPx (~SrPx@186.212.180.74) (Quit: SrPx)
  765. # [16:08] * Quits: martisj (~martisj@host-89-240-210-48.as13285.net) (Remote host closed the connection)
  766. # [16:08] * Quits: Savvy (~Thunderbi@unaffiliated/savvy) (Quit: Savvy)
  767. # [16:09] * Quits: kroyeren (~kroyeren@81.27.221.202) (Quit: Ex-Chat)
  768. # [16:09] * Joins: Jamiltz (~Jamiltz@158.143.254.171)
  769. # [16:10] * Joins: gagga (4e2bcbcf@gateway/web/freenode/ip.78.43.203.207)
  770. # [16:10] * Quits: gagga (4e2bcbcf@gateway/web/freenode/ip.78.43.203.207) (Client Quit)
  771. # [16:12] * Joins: Snugug (~Richard@rrcs-24-136-96-234.nyc.biz.rr.com)
  772. # [16:14] * Quits: mattypants (~mattypant@70.81.138.171) (Ping timeout: 245 seconds)
  773. # [16:17] <austincheney> har
  774. # [16:19] <dAnjou> hurr
  775. # [16:22] * Joins: hashpuppy (~hashpuppy@unaffiliated/hashpuppy)
  776. # [16:23] <hashpuppy> stupid question, but do you guys know of any sites actually using IndexedDB
  777. # [16:26] * Joins: SrPx (~SrPx@186.212.180.74)
  778. # [16:26] * Joins: Jamiltz_ (~Jamiltz@158.143.254.171)
  779. # [16:26] * Quits: Jamiltz (~Jamiltz@158.143.254.171) (Read error: Connection reset by peer)
  780. # [16:26] * Jamiltz_ is now known as Jamiltz
  781. # [16:27] * Joins: Savvy (~Thunderbi@unaffiliated/savvy)
  782. # [16:27] * Joins: jetienne_ (~jerome@ivr94-10-88-177-169-62.fbx.proxad.net)
  783. # [16:28] * Quits: jetienne_ (~jerome@ivr94-10-88-177-169-62.fbx.proxad.net) (Client Quit)
  784. # [16:35] * Joins: MichaelBehan (~disney@orl-inet-pa-13.disney.com)
  785. # [16:35] * MichaelBehan is now known as Jabberwock
  786. # [16:35] * Quits: Jabberwock (~disney@orl-inet-pa-13.disney.com) (Changing host)
  787. # [16:35] * Joins: Jabberwock (~disney@unaffiliated/jabberwock)
  788. # [16:35] * Joins: Wildblue (~male@c-69-140-154-17.hsd1.md.comcast.net)
  789. # [16:36] * Quits: Jabberwock (~disney@unaffiliated/jabberwock) (Client Quit)
  790. # [16:41] * Quits: SrPx (~SrPx@186.212.180.74) (Quit: SrPx)
  791. # [16:43] * Joins: jeema (~jima@64.128.82.30)
  792. # [16:43] * Parts: mitemitreski (~mitemitre@212.120.17.179)
  793. # [16:45] * Joins: SrPx (~SrPx@186.212.180.74)
  794. # [16:45] * Parts: Jamiltz (~Jamiltz@158.143.254.171)
  795. # [16:46] * Joins: g105b (~g105b@2.24.126.138)
  796. # [16:46] * Joins: Mikato (~Mikato@unaffiliated/mikato)
  797. # [16:46] * Joins: martisj (~martisj@host-89-240-210-48.as13285.net)
  798. # [16:47] * Quits: Me1000 (~Me1000@128.163.8.171) (Quit: Leaving...)
  799. # [16:47] * Quits: dameleon (~dameleon@p4067-ipbf2702hodogaya.kanagawa.ocn.ne.jp) (Remote host closed the connection)
  800. # [16:49] * Joins: r0tha (~r0tha@173.247.200.122)
  801. # [16:50] * Joins: Jon47 (~Adium@pool-108-18-206-254.washdc.fios.verizon.net)
  802. # [16:54] * Quits: Savvy (~Thunderbi@unaffiliated/savvy) (Quit: Savvy)
  803. # [16:55] * Joins: phrearch (~Jeroen@d57d5b33.static.ziggozakelijk.nl)
  804. # [16:55] * Quits: populvuh (~populvuh@unaffiliated/populvuh) (Ping timeout: 260 seconds)
  805. # [16:56] * Quits: nickn (~nickn@ltea-047-064-009-044.pools.arcor-ip.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 18.0.2/20130201065344])
  806. # [16:58] * Joins: nickn (~nickn@ltea-047-064-009-044.pools.arcor-ip.net)
  807. # [16:59] * Joins: maxani (~maxani@ARennes-653-1-323-231.w109-218.abo.wanadoo.fr)
  808. # [16:59] * Quits: mven (~mven@ip68-224-15-53.lv.lv.cox.net) (Remote host closed the connection)
  809. # [16:59] * Quits: Trisox (~Tri_sox@dw87236798.amsterdam-tc.dataweb.net) (Quit: Linkinus - http://linkinus.com)
  810. # [16:59] * Joins: waspinator (~waspinato@209-195-81-241.cpe.distributel.net)
  811. # [16:59] * Joins: mitemitreski (~mitemitre@212.120.17.179)
  812. # [17:01] * Joins: populvuh (~populvuh@unaffiliated/populvuh)
  813. # [17:01] * Joins: rupl (anonymous@rrcs-24-173-111-218.sw.biz.rr.com)
  814. # [17:03] * Joins: tw2113 (~tw2113@host-194-48-230-24.midco.net)
  815. # [17:03] * Quits: tw2113 (~tw2113@host-194-48-230-24.midco.net) (Changing host)
  816. # [17:03] * Joins: tw2113 (~tw2113@fedora/tw2113)
  817. # [17:04] * Quits: SrPx (~SrPx@186.212.180.74) (Quit: SrPx)
  818. # [17:08] * Quits: aqabiz (~abdulqabi@112.196.129.99) (Quit: aqabiz)
  819. # [17:08] * Quits: MCHammer (~mchammer@212.48.107.10) (Remote host closed the connection)
  820. # [17:09] * Joins: MCHammer (~mchammer@212.48.107.10)
  821. # [17:11] * Quits: mokush (~cc@82.208.133.70) (Quit: Konversation terminated!)
  822. # [17:11] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
  823. # [17:13] * Quits: mitemitreski (~mitemitre@212.120.17.179) (Read error: Connection reset by peer)
  824. # [17:13] * Quits: hkj (~textual@89.191.21.94) (Quit: Computer has gone to sleep.)
  825. # [17:15] * Joins: SrPx (~SrPx@186.212.180.74)
  826. # [17:17] * Quits: SrPx (~SrPx@186.212.180.74) (Client Quit)
  827. # [17:19] * Quits: asher^ (asher@unaffiliated/asher/x-9381395)
  828. # [17:22] * Quits: madhatt3r (madhatt3r@62.117.203.84.dyn.user.ono.com)
  829. # [17:23] * Quits: guy (~gajus@oftn/member/guy) (Remote host closed the connection)
  830. # [17:29] * Joins: rickibalboa (~ricki@84.19.104.118)
  831. # [17:32] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
  832. # [17:33] * Joins: hkj (~textual@89.191.21.94)
  833. # [17:35] * Quits: sedovsek (~robert@89.143.12.238) (Quit: sedovsek)
  834. # [17:37] * Quits: _dc (~dc@alexander.nat.trb.com) (Ping timeout: 272 seconds)
  835. # [17:38] * Joins: guy (~gajus@oftn/member/guy)
  836. # [17:39] * Quits: sethwalker (~sethwalke@64.124.192.210) (Read error: Connection reset by peer)
  837. # [17:39] * Quits: maxani (~maxani@ARennes-653-1-323-231.w109-218.abo.wanadoo.fr) (Quit: Computer has gone to sleep.)
  838. # [17:40] * Joins: sethwalker (~sethwalke@64.124.192.210)
  839. # [17:40] * Joins: _dc (~dc@163.192.12.2)
  840. # [17:41] * Joins: hugo_moss (hugo_moss@ool-18befbfb.dyn.optonline.net)
  841. # [17:43] * Quits: mstalfoort (~manuchill@83.232.96.217) (Quit: kthxbai)
  842. # [17:43] * Quits: phrearch (~Jeroen@d57d5b33.static.ziggozakelijk.nl) (Quit: Leaving)
  843. # [17:45] * Parts: tw2113 (~tw2113@fedora/tw2113) ("yar! I be gone exited!")
  844. # [17:49] * Quits: austincheney (~quassel@213.255.226.21) (Ping timeout: 245 seconds)
  845. # [17:49] * Joins: kmczn (~kmczn@static-24-113-122-130.wavecable.com)
  846. # [17:52] * Quits: kmczn (~kmczn@static-24-113-122-130.wavecable.com) (Client Quit)
  847. # [17:53] * Quits: guy (~gajus@oftn/member/guy) (Remote host closed the connection)
  848. # [17:53] * Quits: Criztian (~criztian@cust.static.46-14-91-177.swisscomdata.ch) (Remote host closed the connection)
  849. # [17:56] * Quits: MCHammer (~mchammer@212.48.107.10) (Remote host closed the connection)
  850. # [17:56] * Joins: kernel7 (~kernel7@117.195.3.232)
  851. # [17:56] * Joins: kmczn (~kevinchu@static-24-113-122-130.wavecable.com)
  852. # [17:57] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
  853. # [17:57] * Joins: mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net)
  854. # [17:59] * Quits: Mikato (~Mikato@unaffiliated/mikato) (Quit: Leaving...)
  855. # [17:59] * Joins: mven (~mven@169.241.49.183)
  856. # [17:59] <relipse> anyone with android? check out my brand new time tracking app -- https://cworklog.com/downloads/cworklog.latest.apk
  857. # [18:02] * Quits: hashpuppy (~hashpuppy@unaffiliated/hashpuppy) (Quit: hashpuppy)
  858. # [18:04] <dAnjou> relipse: why do you post this in #html5 ?
  859. # [18:04] * Joins: sethwalk_ (~sethwalke@64.124.192.210)
  860. # [18:04] * Quits: sasori (~sasori@cm105.gamma248.maxonline.com.sg) (Remote host closed the connection)
  861. # [18:05] <dAnjou> *plenk*
  862. # [18:05] * Quits: sethwalk_ (~sethwalke@64.124.192.210) (Read error: Connection reset by peer)
  863. # [18:05] * Quits: sethwalker (~sethwalke@64.124.192.210) (Read error: Operation timed out)
  864. # [18:05] * Joins: Ms2ger (~Ms2ger@52.217-64-87.adsl-dyn.isp.belgacom.be)
  865. # [18:06] * Quits: kernel7 (~kernel7@117.195.3.232) (Quit: Leaving)
  866. # [18:06] * Joins: sethwalker (~sethwalke@64.124.192.210)
  867. # [18:08] * Quits: Wildblue (~male@c-69-140-154-17.hsd1.md.comcast.net) (Quit: Terabytes are termite-like desert insects.)
  868. # [18:08] <relipse> dAnjou: because i wrote it in html5
  869. # [18:09] <dAnjou> relipse: why is it an app then?
  870. # [18:10] * Quits: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com) (Remote host closed the connection)
  871. # [18:12] * Joins: Me1000 (~Me1000@128.163.8.174)
  872. # [18:12] <dAnjou> relipse: i can't look at the code
  873. # [18:14] * Joins: nkr (~nkr@201.52.225.91)
  874. # [18:14] * Joins: dragonshed (~dragonshe@about/csharp/regular/chaka)
  875. # [18:16] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
  876. # [18:16] * Quits: hkj (~textual@89.191.21.94) (Quit: Computer has gone to sleep.)
  877. # [18:17] * Quits: thomasFre (~toto@159.71.64.86.rev.sfr.net) (Quit: Leaving)
  878. # [18:18] <relipse> dAnjou: actually you can
  879. # [18:18] * Quits: g105b (~g105b@2.24.126.138) (Quit: I wonder what this button does?)
  880. # [18:18] <relipse> iits using phone gap
  881. # [18:18] <relipse> their is a repo on github
  882. # [18:19] <dAnjou> relipse: why didn't you link this then?
  883. # [18:19] <relipse> no one asked?
  884. # [18:19] * Joins: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t)
  885. # [18:19] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Disconnected by services)
  886. # [18:19] * Quits: doc_brown (~adnan@c-50-143-96-199.hsd1.fl.comcast.net) (Ping timeout: 252 seconds)
  887. # [18:20] <relipse> https://github.com/relipse/cworklog-android <-- code here
  888. # [18:21] * Quits: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t) (Read error: Connection reset by peer)
  889. # [18:21] <dAnjou> relipse: well, you posted that in a channel about html5. don't you think anyone here would be interested how you actually did things with html5?
  890. # [18:23] * Quits: soooga (~soooga@175.155.20.165) (Quit: Leaving)
  891. # [18:26] * Joins: rickibalboa` (~ricki@84.19.104.118)
  892. # [18:26] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 255 seconds)
  893. # [18:26] * Quits: rickibalboa (~ricki@84.19.104.118) (Read error: Connection reset by peer)
  894. # [18:26] * Joins: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net)
  895. # [18:26] * Quits: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net) (Changing host)
  896. # [18:26] * Joins: moshee (~moshee@unaffiliated/moshee)
  897. # [18:27] * Joins: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t)
  898. # [18:27] * Quits: MisterSpeaker (~MisterSpe@62.129.6.2) (Remote host closed the connection)
  899. # [18:28] * Quits: sethwalker (~sethwalke@64.124.192.210) (Remote host closed the connection)
  900. # [18:28] * Joins: doc_brown (~adnan@c-50-143-96-199.hsd1.fl.comcast.net)
  901. # [18:28] * Joins: sethwalker (~sethwalke@64.124.192.210)
  902. # [18:29] * Quits: mven (~mven@169.241.49.183) (Remote host closed the connection)
  903. # [18:29] * Quits: sethwalker (~sethwalke@64.124.192.210) (Read error: Operation timed out)
  904. # [18:30] * Joins: sethwalker (~sethwalke@64.124.192.210)
  905. # [18:32] * Quits: _dc (~dc@163.192.12.2) (Remote host closed the connection)
  906. # [18:33] * Joins: _dc (~dc@alexander.nat.trb.com)
  907. # [18:38] * Quits: b-ot (~b-ot@aether.gf3.ca) (Remote host closed the connection)
  908. # [18:38] * Joins: b-ot (~b-ot@aether.gf3.ca)
  909. # [18:40] * Quits: b-ot (~b-ot@aether.gf3.ca) (Remote host closed the connection)
  910. # [18:41] * Joins: b-ot (~b-ot@aether.gf3.ca)
  911. # [18:41] * Quits: doolinkr (~ddoolin@121.170.151.131) (Quit: Leaving)
  912. # [18:43] * Joins: fr0zenice (~frozenice@unaffiliated/fr0zenice)
  913. # [18:43] * Quits: manuelbieh_ (~beeevi2@78.47.226.217) (Remote host closed the connection)
  914. # [18:44] * Joins: AskMP (~AskMP@CPE185933f3b92e-CM185933f3b92b.cpe.net.cable.rogers.com)
  915. # [18:45] * Joins: Wildblue (~male@c-69-140-154-17.hsd1.md.comcast.net)
  916. # [18:46] * Joins: Sendoushi (~Musok@cm2-84-91-84-50.netvisao.pt)
  917. # [18:48] * Joins: Mikato (~Mikato@unaffiliated/mikato)
  918. # [18:50] * Joins: danielwrobert (~danielwro@trestles.cukerinteractive.com)
  919. # [19:00] * Joins: Xarthok (~Xarthok@5addafc4.bb.sky.com)
  920. # [19:01] * Joins: maxani (~maxani@ARennes-653-1-323-231.w109-218.abo.wanadoo.fr)
  921. # [19:02] * Quits: loide (loide@nat/indt/x-gfkgoayfenbmrpda) (Quit: Saindo)
  922. # [19:02] * Joins: mven (~mven@169.241.49.183)
  923. # [19:02] * Quits: mven (~mven@169.241.49.183) (Remote host closed the connection)
  924. # [19:03] * Joins: hkj (~textual@88.89.132.62)
  925. # [19:03] * Quits: hkj (~textual@88.89.132.62) (Max SendQ exceeded)
  926. # [19:04] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  927. # [19:04] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  928. # [19:04] * Joins: jarek (~jarek@unaffiliated/jarek)
  929. # [19:04] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
  930. # [19:05] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  931. # [19:05] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  932. # [19:05] * Quits: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 272 seconds)
  933. # [19:06] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  934. # [19:06] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  935. # [19:06] * Quits: enigmuriatic (~enigmuria@149.43.220.150) (Remote host closed the connection)
  936. # [19:06] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  937. # [19:06] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  938. # [19:07] * Quits: ShooterMG (~shootermg@c-24-22-39-65.hsd1.or.comcast.net) (Remote host closed the connection)
  939. # [19:07] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  940. # [19:07] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  941. # [19:08] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  942. # [19:08] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  943. # [19:08] * Quits: codingkevin (~mote@unaffiliated/codingkevin) (Quit: learning to speak the language of lightning)
  944. # [19:09] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  945. # [19:09] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  946. # [19:09] * Joins: codingkevin (~mote@unaffiliated/codingkevin)
  947. # [19:09] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  948. # [19:10] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  949. # [19:10] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  950. # [19:12] * Joins: loide (loide@nat/indt/x-vhjdpwwpwxfjgfyt)
  951. # [19:12] * Joins: alexhancock (~alexhanco@64.125.137.250)
  952. # [19:13] * Joins: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t)
  953. # [19:13] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Disconnected by services)
  954. # [19:17] * Joins: paul_irishhhh (~paul_iris@li542-168.members.linode.com)
  955. # [19:17] * Quits: rickibalboa` (~ricki@84.19.104.118) (Read error: Connection reset by peer)
  956. # [19:17] * Joins: rickibalboa` (~ricki@84.19.104.118)
  957. # [19:17] * Quits: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (Quit: tantek)
  958. # [19:18] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
  959. # [19:18] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
  960. # [19:23] * Quits: rickibalboa` (~ricki@84.19.104.118) (Quit: rickibalboa`)
  961. # [19:24] * Quits: hugo_moss (hugo_moss@ool-18befbfb.dyn.optonline.net) (Ping timeout: 272 seconds)
  962. # [19:24] * Joins: Shusshu (~shu@ip51cd1542.speed.planet.nl)
  963. # [19:25] * Quits: Shusshu (~shu@ip51cd1542.speed.planet.nl) (Client Quit)
  964. # [19:27] * Quits: martisj (~martisj@host-89-240-210-48.as13285.net) (Read error: Connection reset by peer)
  965. # [19:27] * Joins: martisj (~martisj@host-89-240-210-48.as13285.net)
  966. # [19:28] * Joins: dankest (~dankest@wsip-98-173-24-138.sb.sd.cox.net)
  967. # [19:31] * Quits: maxani (~maxani@ARennes-653-1-323-231.w109-218.abo.wanadoo.fr) (Quit: Computer has gone to sleep.)
  968. # [19:31] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
  969. # [19:33] * Joins: ancisco (~ancisco@169.140.23.95.dynamic.jazztel.es)
  970. # [19:34] * Joins: rickibalboa (~ricki@84.19.104.118)
  971. # [19:35] * Quits: rickibalboa (~ricki@84.19.104.118) (Read error: Connection reset by peer)
  972. # [19:35] * Quits: hubutm20 (~hubutm20@79.114.91.109) (Ping timeout: 248 seconds)
  973. # [19:35] * Joins: MisterSpeaker (~MisterSpe@did75-9-82-230-54-70.fbx.proxad.net)
  974. # [19:35] * Joins: hubutm20 (~hubutm20@79.114.91.109)
  975. # [19:35] * Joins: rickibalboa (~ricki@84.19.104.118)
  976. # [19:35] * Quits: rickibalboa (~ricki@84.19.104.118) (Client Quit)
  977. # [19:37] * Quits: AskMP (~AskMP@CPE185933f3b92e-CM185933f3b92b.cpe.net.cable.rogers.com) (Quit: AskMP)
  978. # [19:37] * Quits: ancisco (~ancisco@169.140.23.95.dynamic.jazztel.es) (Remote host closed the connection)
  979. # [19:37] * Joins: AskMP (~AskMP@CPE185933f3b92e-CM185933f3b92b.cpe.net.cable.rogers.com)
  980. # [19:40] * Joins: manuelbieh (~beeevi2@p57BD6262.dip0.t-ipconnect.de)
  981. # [19:42] * Quits: sethwalker (~sethwalke@64.124.192.210) (Remote host closed the connection)
  982. # [19:42] * Quits: Me1000 (~Me1000@128.163.8.174) (Quit: Leaving...)
  983. # [19:42] * Joins: sethwalker (~sethwalke@64.124.192.210)
  984. # [19:43] * Quits: sethwalker (~sethwalke@64.124.192.210) (Read error: Connection reset by peer)
  985. # [19:43] * Joins: ddm (ddmor@129.237.196.32)
  986. # [19:43] * Quits: Pagan (~Pagan@9.144.159.217.dyn.estpak.ee) (Quit: NOP)
  987. # [19:43] * Joins: sethwalker (~sethwalke@64.124.192.210)
  988. # [19:44] * Quits: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk) (Quit: Ex-Chat)
  989. # [19:47] * Joins: benv (~benv@38.104.194.126)
  990. # [19:50] * Joins: Benvie (~brandon@cpe-174-097-159-175.nc.res.rr.com)
  991. # [19:52] * Quits: Ms2ger (~Ms2ger@52.217-64-87.adsl-dyn.isp.belgacom.be) (Quit: Leaving)
  992. # [19:54] * Joins: stevegill (~stevengil@sjfw1-a.adobe.com)
  993. # [19:57] * Joins: maxani (~maxani@ARennes-653-1-323-231.w109-218.abo.wanadoo.fr)
  994. # [19:57] * Quits: Thalisson (~Thalisson@unaffiliated/talssn3l) (Remote host closed the connection)
  995. # [19:57] * Quits: MisterSpeaker (~MisterSpe@did75-9-82-230-54-70.fbx.proxad.net) (Remote host closed the connection)
  996. # [19:58] * Joins: mokush (~mokush@188.24.8.163)
  997. # [20:02] * Quits: maxani (~maxani@ARennes-653-1-323-231.w109-218.abo.wanadoo.fr) (Ping timeout: 260 seconds)
  998. # [20:04] * Quits: benv (~benv@38.104.194.126) (Ping timeout: 240 seconds)
  999. # [20:06] * Joins: maxani (~maxani@ARennes-653-1-323-231.w109-218.abo.wanadoo.fr)
  1000. # [20:07] * Joins: benv (~benv@38.104.194.126)
  1001. # [20:09] * Quits: sethwalker (~sethwalke@64.124.192.210) (Remote host closed the connection)
  1002. # [20:09] * abstractj is now known as abstractj|lunch
  1003. # [20:09] * Joins: sethwalker (~sethwalke@64.124.192.210)
  1004. # [20:13] * Joins: pr0ton (~pr0ton@8.25.197.25)
  1005. # [20:14] * Quits: sethwalker (~sethwalke@64.124.192.210) (Ping timeout: 252 seconds)
  1006. # [20:14] * Quits: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 256 seconds)
  1007. # [20:15] * Joins: Me1000 (~Me1000@74-143-221-15.static.insightbb.com)
  1008. # [20:15] * Quits: mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net) (Ping timeout: 246 seconds)
  1009. # [20:18] * Quits: Snugug (~Richard@rrcs-24-136-96-234.nyc.biz.rr.com) (Quit: Snugug)
  1010. # [20:18] * Quits: Mikato (~Mikato@unaffiliated/mikato) (Read error: Connection reset by peer)
  1011. # [20:20] * Joins: xonecas (~dev@70-90-169-182-BusName-sfba.hfc.comcastbusiness.net)
  1012. # [20:21] * Joins: Snugug (~Richard@rrcs-24-136-96-234.nyc.biz.rr.com)
  1013. # [20:25] * Joins: mikevankuik (~mikevanku@5418936A.cm-5-1c.dynamic.ziggo.nl)
  1014. # [20:26] * Joins: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net)
  1015. # [20:28] * Joins: MisterSpeaker (~MisterSpe@did75-9-82-230-54-70.fbx.proxad.net)
  1016. # [20:32] * Quits: MisterSpeaker (~MisterSpe@did75-9-82-230-54-70.fbx.proxad.net) (Remote host closed the connection)
  1017. # [20:32] * Quits: pr0ton (~pr0ton@8.25.197.25) (Quit: pr0ton)
  1018. # [20:33] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: jarek)
  1019. # [20:34] * Joins: pr0ton (~pr0ton@8.25.197.25)
  1020. # [20:34] * Quits: pr0ton (~pr0ton@8.25.197.25) (Client Quit)
  1021. # [20:34] * Joins: hugo_moss (hugo_moss@ool-18befbfb.dyn.optonline.net)
  1022. # [20:35] * Quits: benv (~benv@38.104.194.126) (Ping timeout: 276 seconds)
  1023. # [20:36] * Quits: doc_brown (~adnan@c-50-143-96-199.hsd1.fl.comcast.net) (Ping timeout: 256 seconds)
  1024. # [20:37] * Joins: frasnyc (~john@160.79.20.210)
  1025. # [20:38] * Joins: sethwalker (~sethwalke@64.124.192.210)
  1026. # [20:40] * Joins: kadiks (~kadiks@APuteaux-652-1-205-149.w86-217.abo.wanadoo.fr)
  1027. # [20:42] * Joins: benv (~benv@38.104.194.126)
  1028. # [20:43] * Joins: mstalfoort (~manuchill@546AF15F.cm-12-3d.dynamic.ziggo.nl)
  1029. # [20:46] * Quits: binw (~binw@xdn41o170.ee.ntu.edu.tw) (Remote host closed the connection)
  1030. # [20:50] * Quits: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net) (Quit: gg)
  1031. # [20:50] * Joins: pr0ton (~pr0ton@8.25.197.25)
  1032. # [20:52] * Joins: carminec (~user@96.127.214.133)
  1033. # [20:54] * Quits: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (Quit: tantek)
  1034. # [20:56] * Joins: d3m0n (~demon@67.198.198.66)
  1035. # [20:59] * Quits: tapout (~tapout@unaffiliated/tapout) (Excess Flood)
  1036. # [21:00] * Quits: dragonshed (~dragonshe@about/csharp/regular/chaka) (Ping timeout: 256 seconds)
  1037. # [21:00] * Quits: pr0ton (~pr0ton@8.25.197.25) (Ping timeout: 248 seconds)
  1038. # [21:01] * Joins: arietis (~arietis@188.242.181.162)
  1039. # [21:01] * Quits: dankest (~dankest@wsip-98-173-24-138.sb.sd.cox.net) (Quit: Leaving...)
  1040. # [21:02] * Joins: tapout (~tapout@unaffiliated/tapout)
  1041. # [21:02] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Quit: Computer has gone to sleep.)
  1042. # [21:03] * Quits: mikevankuik (~mikevanku@5418936A.cm-5-1c.dynamic.ziggo.nl) (Quit: mikevankuik)
  1043. # [21:03] * Quits: benv (~benv@38.104.194.126) (Quit: Computer has gone to sleep.)
  1044. # [21:05] * Quits: mokush (~mokush@188.24.8.163) (Quit: Konversation terminated!)
  1045. # [21:06] * Joins: benv (~benv@38.104.194.126)
  1046. # [21:07] * Quits: sethwalker (~sethwalke@64.124.192.210) (Remote host closed the connection)
  1047. # [21:07] * Joins: sethwalker (~sethwalke@64.124.192.210)
  1048. # [21:08] * abstractj|lunch is now known as abstractj
  1049. # [21:10] * Joins: sethwalk_ (~sethwalke@64.124.192.210)
  1050. # [21:10] * Quits: sethwalker (~sethwalke@64.124.192.210) (Read error: Connection reset by peer)
  1051. # [21:11] * Quits: remysharp (uid4345@gateway/web/irccloud.com/x-pfjbljpgthyacoea) (Ping timeout: 252 seconds)
  1052. # [21:13] * Joins: Jon471 (~Adium@pool-108-18-206-254.washdc.fios.verizon.net)
  1053. # [21:14] * Quits: Jon47 (~Adium@pool-108-18-206-254.washdc.fios.verizon.net) (Ping timeout: 276 seconds)
  1054. # [21:16] * Joins: dragonshed (~dragonshe@about/csharp/regular/chaka)
  1055. # [21:19] * Quits: DrCode (~DrCode@gateway/tor-sasl/drcode) (Ping timeout: 276 seconds)
  1056. # [21:20] * Parts: carminec (~user@96.127.214.133) ("ERC Version 5.3 (IRC client for Emacs)")
  1057. # [21:21] * Quits: sethwalk_ (~sethwalke@64.124.192.210) (Remote host closed the connection)
  1058. # [21:22] * Joins: sethwalker (~sethwalke@64.124.192.210)
  1059. # [21:24] * Quits: garciawebdev (~garciaweb@181.31.76.205) (Remote host closed the connection)
  1060. # [21:24] * Quits: sethwalker (~sethwalke@64.124.192.210) (Read error: Operation timed out)
  1061. # [21:25] * Quits: maxani (~maxani@ARennes-653-1-323-231.w109-218.abo.wanadoo.fr) (Ping timeout: 255 seconds)
  1062. # [21:26] * Joins: DrCode (~DrCode@gateway/tor-sasl/drcode)
  1063. # [21:28] * Joins: maxani (~maxani@ARennes-653-1-323-231.w109-218.abo.wanadoo.fr)
  1064. # [21:29] * Quits: maxani (~maxani@ARennes-653-1-323-231.w109-218.abo.wanadoo.fr) (Client Quit)
  1065. # [21:30] * Quits: ML74 (~ML74@5e0c6133.bb.sky.com) (Ping timeout: 244 seconds)
  1066. # [21:33] * Parts: kmczn (~kevinchu@static-24-113-122-130.wavecable.com)
  1067. # [21:34] * Joins: coellobranco (~FoRcEr@48.Red-88-24-229.staticIP.rima-tde.net)
  1068. # [21:39] * Quits: erichynds (~ehynds@64.206.121.41)
  1069. # [21:41] * Quits: daze (~irc@client-212-117-18-111.inturbo.lt)
  1070. # [21:42] * Joins: MisterSpeaker (~MisterSpe@did75-9-82-230-54-70.fbx.proxad.net)
  1071. # [21:42] * Joins: pr0ton (~pr0ton@8.25.197.25)
  1072. # [21:43] * Joins: tantek (~tantek@66-87-0-139.pools.spcsdns.net)
  1073. # [21:44] * Quits: coellobranco (~FoRcEr@48.Red-88-24-229.staticIP.rima-tde.net) (Quit: http://www.juanantoniomosquera.com)
  1074. # [21:45] * Joins: DreadKnight (~dread@5-14-136-99.residential.rdsnet.ro)
  1075. # [21:45] * Quits: DreadKnight (~dread@5-14-136-99.residential.rdsnet.ro) (Changing host)
  1076. # [21:45] * Joins: DreadKnight (~dread@unaffiliated/dreadknight)
  1077. # [21:47] * Quits: MisterSpeaker (~MisterSpe@did75-9-82-230-54-70.fbx.proxad.net) (Ping timeout: 248 seconds)
  1078. # [21:47] * abstractj is now known as abstractj|brb
  1079. # [21:47] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
  1080. # [21:56] * Quits: martisj (~martisj@host-89-240-210-48.as13285.net) (Remote host closed the connection)
  1081. # [21:58] * Joins: garciawebdev (~garciaweb@190.244.95.154)
  1082. # [21:59] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  1083. # [21:59] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  1084. # [21:59] * Quits: Snugug (~Richard@rrcs-24-136-96-234.nyc.biz.rr.com) (Quit: Snugug)
  1085. # [21:59] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  1086. # [21:59] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  1087. # [22:00] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  1088. # [22:00] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  1089. # [22:01] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  1090. # [22:01] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  1091. # [22:01] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  1092. # [22:02] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  1093. # [22:02] * Quits: fr0zenice (~frozenice@unaffiliated/fr0zenice) (Remote host closed the connection)
  1094. # [22:02] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  1095. # [22:02] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  1096. # [22:03] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  1097. # [22:03] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  1098. # [22:03] * Joins: Savvy (~Thunderbi@unaffiliated/savvy)
  1099. # [22:04] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  1100. # [22:04] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  1101. # [22:04] * Quits: arietis (~arietis@188.242.181.162) (Quit: Textual IRC Client: http://www.textualapp.com/)
  1102. # [22:04] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  1103. # [22:04] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  1104. # [22:05] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  1105. # [22:05] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  1106. # [22:05] * Parts: frasnyc (~john@160.79.20.210)
  1107. # [22:06] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  1108. # [22:06] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  1109. # [22:07] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  1110. # [22:07] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  1111. # [22:07] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  1112. # [22:07] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  1113. # [22:08] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  1114. # [22:08] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  1115. # [22:09] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  1116. # [22:09] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  1117. # [22:09] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  1118. # [22:09] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  1119. # [22:10] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  1120. # [22:10] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  1121. # [22:10] * Joins: PaulCapestany (~PaulCapes@204.28.124.82)
  1122. # [22:11] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  1123. # [22:11] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  1124. # [22:12] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  1125. # [22:12] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  1126. # [22:12] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  1127. # [22:12] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  1128. # [22:13] * Quits: AskMP (~AskMP@CPE185933f3b92e-CM185933f3b92b.cpe.net.cable.rogers.com) (Quit: AskMP)
  1129. # [22:13] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  1130. # [22:13] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
  1131. # [22:14] * Quits: tantek (~tantek@66-87-0-139.pools.spcsdns.net) (Quit: tantek)
  1132. # [22:14] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
  1133. # [22:15] * abstractj|brb is now known as abstractj
  1134. # [22:16] * Joins: avjpl (~avjpl@cpc49-slam6-2-0-cust170.2-4.cable.virginmedia.com)
  1135. # [22:16] * Quits: avjpl (~avjpl@cpc49-slam6-2-0-cust170.2-4.cable.virginmedia.com) (Client Quit)
  1136. # [22:16] * Joins: mikevankuik (~mikevanku@5418936A.cm-5-1c.dynamic.ziggo.nl)
  1137. # [22:21] * Joins: sethwalker (~sethwalke@ool-1892f8b5.dyn.optonline.net)
  1138. # [22:23] * Quits: Pufferfood (~Pufferfoo@90-229-167-160-no53.tbcn.telia.com) (Read error: Connection reset by peer)
  1139. # [22:23] * Quits: mstalfoort (~manuchill@546AF15F.cm-12-3d.dynamic.ziggo.nl) (Quit: kthxbai)
  1140. # [22:24] * Joins: mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net)
  1141. # [22:24] * Joins: Pufferfood (~Pufferfoo@90-229-167-160-no53.tbcn.telia.com)
  1142. # [22:24] * Quits: mikevankuik (~mikevanku@5418936A.cm-5-1c.dynamic.ziggo.nl) (Quit: mikevankuik)
  1143. # [22:25] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Disconnected by services)
  1144. # [22:25] * Joins: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t)
  1145. # [22:28] * Quits: longbeach (~mike@AFontenayssB-152-1-17-45.w82-121.abo.wanadoo.fr)
  1146. # [22:31] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
  1147. # [22:31] * Quits: Savvy (~Thunderbi@unaffiliated/savvy) (Quit: Savvy)
  1148. # [22:32] * Quits: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 248 seconds)
  1149. # [22:32] * Quits: benv (~benv@38.104.194.126) (Ping timeout: 260 seconds)
  1150. # [22:34] * Joins: alpjor (~gregm@c-67-180-218-201.hsd1.ca.comcast.net)
  1151. # [22:34] * Quits: alpjor (~gregm@c-67-180-218-201.hsd1.ca.comcast.net) (Client Quit)
  1152. # [22:36] * Joins: benv (~benv@38.104.194.126)
  1153. # [22:36] * Quits: sethwalker (~sethwalke@ool-1892f8b5.dyn.optonline.net) (Remote host closed the connection)
  1154. # [22:38] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 248 seconds)
  1155. # [22:38] * Joins: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t)
  1156. # [22:38] * Quits: _cheney (~cheney@nat.sierrabravo.net) (Read error: Connection reset by peer)
  1157. # [22:39] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
  1158. # [22:39] * Joins: _cheney (~cheney@nat.sierrabravo.net)
  1159. # [22:40] * Quits: relipse (~relipse@50.50.153.48) (Ping timeout: 272 seconds)
  1160. # [22:43] * Joins: ShooterMG (~shootermg@c-24-22-39-65.hsd1.or.comcast.net)
  1161. # [22:43] * Quits: m1l0_ (~m1l0@94-21-31-71.pool.digikabel.hu) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
  1162. # [22:44] * Joins: mikevankuik (~mikevanku@5418936A.cm-5-1c.dynamic.ziggo.nl)
  1163. # [22:45] * Joins: BigKing (~BigKing@dslb-178-001-230-069.pools.arcor-ip.net)
  1164. # [22:46] * Quits: nkr (~nkr@201.52.225.91) (Quit: Linkinus - http://linkinus.com)
  1165. # [22:48] * Quits: xonecas (~dev@70-90-169-182-BusName-sfba.hfc.comcastbusiness.net) (Quit: leaving)
  1166. # [22:54] * Joins: SuperDefenderX (~SuperDefe@CPEbc1401e02f33-CMbc1401e02f30.cpe.net.cable.rogers.com)
  1167. # [22:56] * Joins: tantek (~tantek@50-0-120-82.dedicated.static.sonic.net)
  1168. # [22:57] * Quits: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 248 seconds)
  1169. # [22:59] * Quits: BigKing (~BigKing@dslb-178-001-230-069.pools.arcor-ip.net) (Ping timeout: 252 seconds)
  1170. # [23:00] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Remote host closed the connection)
  1171. # [23:04] * Quits: DreadKnight (~dread@unaffiliated/dreadknight) (Quit: #Ancient Beast - Master Your Beasts ( http://AncientBeast.com ))
  1172. # [23:05] * Joins: Snugug (~Richard@rrcs-24-136-96-234.nyc.biz.rr.com)
  1173. # [23:07] * Joins: sethwalker (~sethwalke@ool-1892f8b5.dyn.optonline.net)
  1174. # [23:08] * Joins: BigKing (~BigKing@dslb-178-001-230-069.pools.arcor-ip.net)
  1175. # [23:09] * Quits: Snugug (~Richard@rrcs-24-136-96-234.nyc.biz.rr.com) (Client Quit)
  1176. # [23:09] * Joins: remysharp (uid4345@gateway/web/irccloud.com/x-rkfargwzyiprtruj)
  1177. # [23:10] * Quits: garciawebdev (~garciaweb@190.244.95.154) (Remote host closed the connection)
  1178. # [23:15] * Quits: populvuh (~populvuh@unaffiliated/populvuh) (Ping timeout: 260 seconds)
  1179. # [23:16] * Joins: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net)
  1180. # [23:16] * Quits: Onii-san (~Casstango@2604:2880::67c0:651b) (Ping timeout: 245 seconds)
  1181. # [23:17] * Joins: Onii-san (~Casstango@2604:2880::67c0:651b)
  1182. # [23:18] * Quits: tantek (~tantek@50-0-120-82.dedicated.static.sonic.net) (Quit: tantek)
  1183. # [23:18] * Joins: relipse (~relipse@adsl-69-210-32-235.dsl.milwwi.ameritech.net)
  1184. # [23:20] * Quits: Sendoushi (~Musok@cm2-84-91-84-50.netvisao.pt) (Remote host closed the connection)
  1185. # [23:22] * Quits: PaulCapestany (~PaulCapes@204.28.124.82) (Quit: Computer has gone to sleep.)
  1186. # [23:24] * Quits: sethwalker (~sethwalke@ool-1892f8b5.dyn.optonline.net) (Ping timeout: 252 seconds)
  1187. # [23:25] * Quits: BigKing (~BigKing@dslb-178-001-230-069.pools.arcor-ip.net) (Remote host closed the connection)
  1188. # [23:25] * Joins: tantek (~tantek@50-0-120-82.dedicated.static.sonic.net)
  1189. # [23:27] * Quits: rumproast (~ident@static-71-244-97-46.phlapa.fios.verizon.net) (Read error: Connection reset by peer)
  1190. # [23:30] * Joins: DeltaHeavy (~DeltaHeav@d24-204-219-104.home4.cgocable.net)
  1191. # [23:31] * Quits: benv (~benv@38.104.194.126) (Ping timeout: 248 seconds)
  1192. # [23:31] * Joins: odwalla (~shane@184-76-83-2.war.clearwire-wmx.net)
  1193. # [23:32] * abstractj is now known as abstractj|away
  1194. # [23:33] * Joins: benv (~benv@38.104.194.126)
  1195. # [23:41] * Quits: Zauberfisch (~Zauberfis@2a01:4f8:100:73c3::3) (Read error: Connection reset by peer)
  1196. # [23:41] * Quits: SuperDefenderX (~SuperDefe@CPEbc1401e02f33-CMbc1401e02f30.cpe.net.cable.rogers.com) (Remote host closed the connection)
  1197. # [23:41] * Joins: Zauberfisch (~Zauberfis@2a01:4f8:100:73c3::3)
  1198. # [23:41] * Joins: SuperDefenderX (~SuperDefe@CPEbc1401e02f33-CMbc1401e02f30.cpe.net.cable.rogers.com)
  1199. # [23:44] * Quits: ddm (ddmor@129.237.196.32) (Quit: Ciao a tutti!)
  1200. # [23:48] * Quits: soypirate (~soypirate@75.94.81.12) (Ping timeout: 272 seconds)
  1201. # [23:49] * Joins: Sendoushi (~Musok@cm2-84-91-84-50.netvisao.pt)
  1202. # [23:51] * Joins: sethwalker (~sethwalke@ool-1892f8b5.dyn.optonline.net)
  1203. # [23:54] * Quits: benv (~benv@38.104.194.126) (Ping timeout: 276 seconds)
  1204. # [23:54] * Quits: mikevankuik (~mikevanku@5418936A.cm-5-1c.dynamic.ziggo.nl) (Quit: mikevankuik)
  1205. # [23:55] * Joins: martisj (~martisj@host-89-240-210-48.as13285.net)
  1206. # [23:57] * Joins: benv (~benv@38.104.194.126)
  1207. # [23:59] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
  1208. # Session Close: Wed Feb 20 00:00:00 2013

The end :)