/irc-logs / freenode / #html5 / 2012-10-23 / end

Options:

  1. # Session Start: Tue Oct 23 00:00:00 2012
  2. # Session Ident: #html5
  3. # [00:00] <t4nk849> I figured out what was wrong, but how do I add HTML code (buttons and inputs) to the canvas when the game is over?
  4. # [00:05] * Quits: coellobranco (~FoRcEr@232.Red-83-35-102.dynamicIP.rima-tde.net) (Quit: http://www.juanantoniomosquera.com)
  5. # [00:10] * Joins: aJacom (ajacom@pc-33-227-100-190.cm.vtr.net)
  6. # [00:11] <aJacom> <button onclick="window.navigate('url');"></button> OR <a href="url"><button></button></a> ?
  7. # [00:11] * Quits: greg_otoole (~gregoryot@130.203.137.63) (Quit: greg_otoole)
  8. # [00:12] * Quits: Itrace (~Itrace@74-84-110-222.client.mchsi.com) (Quit: Itrace)
  9. # [00:13] * Quits: beneggett (~beneggett@exchange.banyanventures.com) (Quit: Computer has gone to sleep.)
  10. # [00:13] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Quit: mattkelly)
  11. # [00:15] * Quits: thcipriani (~tyler@173-160-63-177-colorado.hfc.comcastbusiness.net) (Quit: leaving)
  12. # [00:16] * Joins: Jon47 (~Adium@199.101.130.50)
  13. # [00:17] * Joins: beneggett (~beneggett@exchange.banyanventures.com)
  14. # [00:18] * abstractj|away is now known as abstractj
  15. # [00:19] * Quits: _dc (~dc@adrian.nat.trb.com) (Ping timeout: 246 seconds)
  16. # [00:10] * Quits: Martijnc (~Martijnc@d54C38583.access.telenet.be) (Quit: Martijnc)
  17. # [00:14] * Quits: joeytwiddle (~joey@cpc1-aztw4-0-0-cust1957.18-1.cable.virginmedia.com) (Read error: Connection reset by peer)
  18. # [00:14] * Joins: sydlawrence (~KidSyd@dab-bhx2-h-1-5.dab.02.net)
  19. # [00:15] <David_Bradbury> Please don't use inline JavaScript
  20. # [00:16] <t4nk849> aJacom, that displays that in text, not html
  21. # [00:17] <aJacom> t4nk849, that.. which one ?
  22. # [00:17] * Joins: joeytwiddle (~joey@cpc1-aztw4-0-0-cust1957.18-1.cable.virginmedia.com)
  23. # [00:17] <t4nk849> oh, aJacom, I thought you were responding to me
  24. # [00:17] * Quits: rickibalboa (~ricki@84.19.107.42) (Ping timeout: 245 seconds)
  25. # [00:18] <aJacom> nope, asking a question
  26. # [00:18] <t4nk849> oh, what are you trying to do?
  27. # [00:19] <David_Bradbury> Just use an <a> and style it like a button
  28. # [00:20] <t4nk849> ^yeah
  29. # [00:20] * Quits: _gambit (~prajwalit@61.12.96.226) (Quit: Computer has gone to sleep.)
  30. # [00:20] * Quits: Reite (~chris@cm-84.211.71.25.getinternet.no) (Read error: Operation timed out)
  31. # [00:20] <t4nk849> David_Bradbury, are you good with canvas?
  32. # [00:21] <David_Bradbury> I'd consider myself above average
  33. # [00:21] * Quits: WouterDS (~WouterDS@unaffiliated/wouterds) (Quit: Leaving...)
  34. # [00:21] <David_Bradbury> @ t4nk849
  35. # [00:22] <t4nk849> is there a way using a function like fillText, to include HTML
  36. # [00:22] <Garbee> http://docs.webplatform.org/wiki/guides/html_text#Emphasis ... Under the examples for the <i> tag. Is using it for a book title in a bibliography really proper? I don't think it is since it isn't meant to be in a different mood or offset in any way. Book titles are just presentationally italicized which means it should be done through CSS.
  37. # [00:22] * Joins: WouterDS (~WouterDS@unaffiliated/wouterds)
  38. # [00:22] <David_Bradbury> You mean to actually draw HTML to the canvas?
  39. # [00:23] <t4nk849> yeah kinda, I want to remove everything except the lower 40px, and display game is over and "<button id="clickToPlayAgain">Play</button>"
  40. # [00:24] * Joins: Wildblue (~wb@c-69-140-154-17.hsd1.md.comcast.net)
  41. # [00:25] <David_Bradbury> Garbee: It isn't because it is a book title - It is because it is something that is offset from the normal prose - Although I typically wouldn't use it for that purpose
  42. # [00:25] <Garbee> How is it offset from the normal prose though?
  43. # [00:25] <Garbee> I just think of it as normal text, that needs to be italized to adhear to English standards.
  44. # [00:26] <Garbee> You don't say it any differently because it is a title.
  45. # [00:26] <David_Bradbury> t4nk849: You aren't able to have HTML directly put into canvas, though there are some ways you can render the look of the DOM into canvas through some odd hacking (https://developer.mozilla.org/en-US/docs/HTML/Canvas/Drawing_DOM_objects_into_a_canvas) Your best bet is to draw the button and then use the isPointInPath method
  46. # [00:28] <David_Bradbury> Garbee: You wouldn't say "Book: Living with a Diminutive Stature" in a normal sentence. Thus I believe it is trying to separate that part out semantically (even though I don't like it)
  47. # [00:28] <David_Bradbury> I think they should just toss the element, same with <b>
  48. # [00:28] * Quits: beneggett (~beneggett@exchange.banyanventures.com) (Read error: Operation timed out)
  49. # [00:28] <David_Bradbury> and <u>
  50. # [00:28] <David_Bradbury> Err, I guess <u> was taken out
  51. # [00:29] <Garbee> <b> does need to be removed.
  52. # [00:29] <Garbee> There is literally no point for it.
  53. # [00:29] <Garbee> You typically wouldn't even say book though if you speak it.
  54. # [00:29] <Garbee> It is just a reference to what the item is.
  55. # [00:29] * Joins: chaiz (~chaiz@ppp-124-121-35-131.revip2.asianet.co.th)
  56. # [00:30] <Garbee> If anything you would say "The Book" take a pause due to the colon, then start with the item from the list. Therefore, still keeping the title in normal prose.
  57. # [00:30] * Quits: shobhitg (~shobhitg@208.91.2.1) (Quit: Leaving.)
  58. # [00:30] <Garbee> Maybe I am just overthinking the English langugae.
  59. # [00:30] <Garbee> language*
  60. # [00:31] <Garbee> I do see where <i> has a use though. WhatWG has some good examples. I don't think a book's title like this though is proper.
  61. # [00:32] <David_Bradbury> I think another tag would be more appropriate in most cases - I think <i> has too much junk associated with it unless they can come up with another word to describe it that starts with an 'i'
  62. # [00:33] * Quits: sydlawrence (~KidSyd@dab-bhx2-h-1-5.dab.02.net) (Quit: sydlawrence)
  63. # [00:33] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 252 seconds)
  64. # [00:34] * Joins: moshee (~moshee@unaffiliated/moshee)
  65. # [00:34] <Garbee> What other tag would be semantic though that people would feel like typing? I see where repurposing <i> for this has its benefits and simplicities.
  66. # [00:35] <Garbee> Something in my gut is just telling me that use-case is wrong. I'm going to propose it gets removed from the examples and replaced with something that is better.
  67. # [00:35] <tantek> <i> can be thought of as *i*nstance of a term
  68. # [00:35] <David_Bradbury> Maybe a <v> to convey a change in voice or vernacular
  69. # [00:36] * Joins: mattkelly (~mattwkell@173.252.71.7)
  70. # [00:36] * Quits: mattkelly (~mattwkell@173.252.71.7) (Changing host)
  71. # [00:36] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
  72. # [00:36] <David_Bradbury> And that's fair enough
  73. # [00:36] * Quits: philihp (~philihp@sas15254.nat.sas.com) (Ping timeout: 252 seconds)
  74. # [00:36] <Garbee> <voice> perhaps. I think one letter tags are just bad in general.
  75. # [00:37] <David_Bradbury> I think there should be some campaign to get rid of that association between i, and italic
  76. # [00:37] <Garbee> Good luck.
  77. # [00:37] <David_Bradbury> Heh
  78. # [00:37] <Garbee> How else would you easily convey it though?
  79. # [00:37] <Garbee> Italics makes sense for what it does.
  80. # [00:37] * Quits: bartell (~bartell@75-137-152-250.dhcp.gwnt.ga.charter.com) (Remote host closed the connection)
  81. # [00:37] <David_Bradbury> I just want another way to refer to the tag - And I think instance would fit just fine
  82. # [00:39] * David_Bradbury should register instancetag.com and run a campaign :p
  83. # [00:39] <Garbee> haha, it is wrong. Looks like <u> should be used for citing including book titles.
  84. # [00:39] <David_Bradbury> Isn't <cite> for that?
  85. # [00:40] <David_Bradbury> Now that I think about it
  86. # [00:40] <Garbee> <cite> is for the section of content.
  87. # [00:40] <David_Bradbury> Ah
  88. # [00:40] * Quits: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net) (Ping timeout: 255 seconds)
  89. # [00:40] <Garbee> <u> for the books title themselves.
  90. # [00:40] <David_Bradbury> And I could see that
  91. # [00:40] <Garbee> So, I am going to remove that example as I go through.
  92. # [00:40] <Garbee> Thanks for the talk David!
  93. # [00:41] <David_Bradbury> I'm probably going to be going through WebPlatform tonight and fix up some formatting
  94. # [00:41] <David_Bradbury> no problem, time for me to get off work!
  95. # [00:41] <Garbee> See ya!
  96. # [00:41] <David_Bradbury> Later
  97. # [00:41] * Quits: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net) (Quit: ChatZilla 0.9.89 [Firefox 16.0.1/20121010144125])
  98. # [00:44] * Quits: obert- (~obert@host226-247-dynamic.1-87-r.retail.telecomitalia.it) (Quit: )
  99. # [00:44] * Joins: razorquick (ident@182.156.25.140)
  100. # [00:44] * Parts: razorquick (ident@182.156.25.140)
  101. # [00:45] * Quits: drublic (~drublic@frbg-5d84ecea.pool.mediaWays.net) (Remote host closed the connection)
  102. # [00:47] * Joins: bartell (~bartell@75-137-152-250.dhcp.gwnt.ga.charter.com)
  103. # [00:47] * Quits: t4nk849 (320cc0ac@gateway/web/freenode/ip.50.12.192.172) (Ping timeout: 245 seconds)
  104. # [00:49] * Joins: Jon471 (~Adium@199.101.130.50)
  105. # [00:49] * Quits: Jon47 (~Adium@199.101.130.50) (Read error: Operation timed out)
  106. # [00:50] <chee> maybe seeing as it's an alternate voice or mood, it could be <i> for <i>nconsistency
  107. # [00:50] * Quits: ampz (~laptop@host86-181-254-215.range86-181.btcentralplus.com) (Ping timeout: 240 seconds)
  108. # [00:51] <chee> or <i>ndividual
  109. # [00:51] <chee> or <i>ncitation/<i>ncite !
  110. # [00:52] <chee> i know, it can be the idiosyncrasy tag
  111. # [00:56] * Joins: brucelee (~peter@69-12-252-50.dedicated.static.sonic.net)
  112. # [00:58] * Joins: Oprr (~quassel@186.36.208.154)
  113. # [00:59] * Quits: brucelee_ (~peter@69-12-252-50.dedicated.static.sonic.net) (Ping timeout: 265 seconds)
  114. # [01:00] * Joins: _gambit (~prajwalit@59.95.0.89)
  115. # [01:02] * Joins: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net)
  116. # [01:06] * Joins: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net)
  117. # [01:07] * Joins: manuelbieh_ (~beeevi2@p57BD6409.dip0.t-ipconnect.de)
  118. # [01:08] * Joins: shobhitg (~shobhitg@208.91.2.1)
  119. # [01:09] * Quits: shobhitg (~shobhitg@208.91.2.1) (Client Quit)
  120. # [01:09] * Quits: xxtjaxx (~xxtjaxx@kde/developer/marschke) (Ping timeout: 255 seconds)
  121. # [01:09] * Joins: mattkelly_ (~mattwkell@2620:0:1cfe:18:55ba:c015:28fd:3151)
  122. # [01:09] * Quits: mattkelly_ (~mattwkell@2620:0:1cfe:18:55ba:c015:28fd:3151) (Changing host)
  123. # [01:09] * Joins: mattkelly_ (~mattwkell@drupal.org/user/64049/view)
  124. # [01:09] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Read error: Connection reset by peer)
  125. # [01:09] * mattkelly_ is now known as mattkelly
  126. # [01:09] * Quits: manuelbieh (~beeevi2@p57BD6409.dip0.t-ipconnect.de) (Ping timeout: 260 seconds)
  127. # [01:10] * Quits: devmikey (~irc@unaffiliated/devmikey) (Read error: Connection reset by peer)
  128. # [01:10] * Joins: xxtjaxx (~xxtjaxx@dl360.ein-elch.de)
  129. # [01:10] * Quits: xxtjaxx (~xxtjaxx@dl360.ein-elch.de) (Changing host)
  130. # [01:10] * Joins: xxtjaxx (~xxtjaxx@kde/developer/marschke)
  131. # [01:18] * Joins: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net)
  132. # [01:22] * Joins: schnoodles (~schnoodle@melbourne.99cluster.com)
  133. # [01:23] * Quits: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net) (Ping timeout: 256 seconds)
  134. # [01:25] * Quits: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Remote host closed the connection)
  135. # [01:25] * abstractj is now known as abstractj|away
  136. # [01:26] * Quits: BreadMaker (~BreadMake@pc-228-167-100-190.cm.vtr.net) (Quit: FUAAAAAAAA!!!)
  137. # [01:30] * Joins: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
  138. # [01:31] * Quits: Ufo13 (~ufo13@128-71-1-102.broadband.corbina.ru) (Remote host closed the connection)
  139. # [01:32] * Quits: dhruvasagar (~dhruvasag@122.167.254.202) (Ping timeout: 260 seconds)
  140. # [01:32] * Joins: tw2113 (~tw2113@pool-108-16-222-27.phlapa.fios.verizon.net)
  141. # [01:32] * Quits: tw2113 (~tw2113@pool-108-16-222-27.phlapa.fios.verizon.net) (Changing host)
  142. # [01:32] * Joins: tw2113 (~tw2113@fedora/tw2113)
  143. # [01:34] * Quits: manuelbieh_ (~beeevi2@p57BD6409.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
  144. # [01:35] * Quits: Jon471 (~Adium@199.101.130.50) (Quit: Leaving.)
  145. # [01:35] * Joins: teleject_ (~christoph@70.116.75.194)
  146. # [01:36] * Quits: ericduran (~ericduran@rrcs-50-75-192-250.nyc.biz.rr.com)
  147. # [01:36] * Quits: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net) (Remote host closed the connection)
  148. # [01:37] * Quits: teleject (~christoph@70.116.75.194) (Read error: Connection reset by peer)
  149. # [01:37] * teleject_ is now known as teleject
  150. # [01:40] * Quits: Oprr (~quassel@186.36.208.154) (Remote host closed the connection)
  151. # [01:40] * Quits: _gambit (~prajwalit@59.95.0.89) (Quit: Computer has gone to sleep.)
  152. # [01:40] * Joins: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net)
  153. # [01:40] * Joins: Oprr (~quassel@186.36.208.154)
  154. # [01:40] * Parts: tw2113 (~tw2113@fedora/tw2113) ("yar! I be gone exited!")
  155. # [01:47] * Joins: Me1000 (~Me1000@74-143-221-15.static.insightbb.com)
  156. # [01:49] * Joins: adelcampo (~doritosta@adsl-68-125-20-204.dsl.irvnca.pacbell.net)
  157. # [01:50] * Joins: nadirvardar (~nadirvard@204.235.122.5)
  158. # [01:51] * Joins: beckyisabunny_ (~becky@host-89-242-214-185.as13285.net)
  159. # [01:54] * Quits: scholchr (~Chris@unaffiliated/scholchr) (Quit: scholchr)
  160. # [01:54] * Quits: Jayflux (~jay_knows@cpc6-dudl6-0-0-cust126.16-1.cable.virginmedia.com) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
  161. # [01:54] * Quits: beckyisabunny (~becky@cpc3-with3-0-0-cust696.1-4.cable.virginmedia.com) (Ping timeout: 256 seconds)
  162. # [01:54] * beckyisabunny_ is now known as beckyisabunny
  163. # [01:55] * Joins: jgomez (~jgomez@cpc10-hari12-2-0-cust98.hari.cable.virginmedia.com)
  164. # [01:55] * Quits: nadirvardar (~nadirvard@204.235.122.5) (Quit: Textual IRC Client: http://www.textualapp.com/)
  165. # [01:58] * Quits: stevegill (~stevengil@sjfw1-a.adobe.com) (Quit: stevegill)
  166. # [01:59] * Joins: Dev0n (~Dev0n@host-2-103-162-226.as13285.net)
  167. # [01:59] * Quits: Dev0n (~Dev0n@host-2-103-162-226.as13285.net) (Changing host)
  168. # [01:59] * Joins: Dev0n (~Dev0n@unaffiliated/dev0n)
  169. # [02:00] * Quits: fleeting (~fleeting@rrcs-67-79-88-162.sw.biz.rr.com) (Quit: fleeting)
  170. # [02:03] * Joins: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
  171. # [02:03] <cgcardona> it's been approved by Microsoft and it's live in the app store for download http://apps.microsoft.com/webpdp/en-US/app/trulia-real-estate-homes-for/aaa2a256-90ca-4abd-938f-3788f598a235
  172. # [02:03] * Joins: ffs82defxp (~ffs82defx@50.13.5.73)
  173. # [02:03] <cgcardona> we built it on the HTML5/CSS3/Javascript stack.
  174. # [02:04] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (Ping timeout: 244 seconds)
  175. # [02:05] * Joins: David_Bradbury (~Conexion@50.46.227.186)
  176. # [02:06] * Joins: asher^ (asher@101.166.147.73)
  177. # [02:06] * Quits: asher^ (asher@101.166.147.73) (Changing host)
  178. # [02:06] * Joins: asher^ (asher@unaffiliated/asher/x-9381395)
  179. # [02:09] * Joins: axos411 (~axos@xdsl-84-44-178-104.netcologne.de)
  180. # [02:09] * Joins: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net)
  181. # [02:10] * Quits: asher^ (asher@unaffiliated/asher/x-9381395) (Client Quit)
  182. # [02:11] * Quits: quiliro (~ana@189.27.116.161.dynamic.adsl.gvt.net.br) (Ping timeout: 260 seconds)
  183. # [02:12] * Quits: Oprr (~quassel@186.36.208.154) (Remote host closed the connection)
  184. # [02:12] * Quits: axos411 (~axos@xdsl-84-44-178-104.netcologne.de) (Client Quit)
  185. # [02:12] * Quits: R4md4c (~R4md4c@unaffiliated/r4md4c) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
  186. # [02:16] * Joins: axos411 (~axos@xdsl-84-44-178-104.netcologne.de)
  187. # [02:26] * Joins: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net)
  188. # [02:26] * Quits: tantek (~tantek@nat/mozilla/x-kuntnapeifrfzesg) (Quit: tantek)
  189. # [02:32] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Quit: cgcardona)
  190. # [02:36] * Quits: machicola (~thetentma@198.188.6.54) (Remote host closed the connection)
  191. # [02:36] * Quits: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net) (Quit: Computer has gone to sleep.)
  192. # [02:37] * Quits: schnoodles (~schnoodle@melbourne.99cluster.com) (Remote host closed the connection)
  193. # [02:39] * Joins: sasori (~chatzilla@202.27.31.225)
  194. # [02:41] * Quits: xec_ (~xec@188.95.241.142) (Ping timeout: 252 seconds)
  195. # [02:41] * Quits: victorbjelkholm (~victorbje@66.Red-79-159-182.staticIP.rima-tde.net) (Ping timeout: 260 seconds)
  196. # [02:42] * Joins: xec_ (~xec@188.95.241.142)
  197. # [02:43] * Joins: tiglog (~topeak@61.149.229.78)
  198. # [02:46] * Quits: Wildblue (~wb@c-69-140-154-17.hsd1.md.comcast.net) (Read error: Connection reset by peer)
  199. # [02:46] * Joins: Wildblue (~wb@c-69-140-154-17.hsd1.md.comcast.net)
  200. # [02:48] * monteslu_ is now known as monteslu
  201. # [02:52] * Joins: quiliro (~ana@177.41.154.21.dynamic.adsl.gvt.net.br)
  202. # [02:53] * Joins: obmouse (~micethate@70.137.145.144)
  203. # [02:53] * Joins: axos4111 (~axos@xdsl-78-35-166-7.netcologne.de)
  204. # [02:54] * Quits: axos411 (~axos@xdsl-84-44-178-104.netcologne.de) (Ping timeout: 248 seconds)
  205. # [02:55] * Joins: Jon47 (~Adium@199.101.130.50)
  206. # [02:55] * Joins: Alqounkiz (~ffs82defx@50.13.5.73)
  207. # [02:56] * Joins: schnoodles (~schnoodle@119.63.221.131)
  208. # [02:56] * Joins: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net)
  209. # [02:56] * abstractj|away is now known as abstractj
  210. # [02:56] * Quits: ffs82defxp (~ffs82defx@50.13.5.73) (Ping timeout: 268 seconds)
  211. # [02:58] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Quit: mattkelly)
  212. # [03:01] * Quits: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Remote host closed the connection)
  213. # [03:03] * Joins: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
  214. # [03:08] * Quits: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net) (Quit: Computer has gone to sleep.)
  215. # [03:09] * Quits: Velmont (odinho@dalvik.ping.uio.no) (Ping timeout: 244 seconds)
  216. # [03:11] * Joins: api (~chatzilla@ip-64-134-35-13.public.wayport.net)
  217. # [03:11] * Quits: Hornet (~Hornet@cpc10-ipsw2-2-0-cust55.7-4.cable.virginmedia.com) (Ping timeout: 264 seconds)
  218. # [03:12] * Joins: xjiujiu (~quassel@218.77.14.202)
  219. # [03:12] * Quits: api (~chatzilla@ip-64-134-35-13.public.wayport.net) (Client Quit)
  220. # [03:13] * Joins: Velmont (odinho@dalvik.ping.uio.no)
  221. # [03:13] * Joins: benknight1 (~Adium@bastion.sfo1.yelpcorp.com)
  222. # [03:15] * Quits: benknight (~Adium@bastion.sfo1.yelpcorp.com) (Read error: Operation timed out)
  223. # [03:17] * Quits: benknight1 (~Adium@bastion.sfo1.yelpcorp.com) (Client Quit)
  224. # [03:18] * Quits: quiliro (~ana@177.41.154.21.dynamic.adsl.gvt.net.br) (Ping timeout: 256 seconds)
  225. # [03:19] * Quits: Ziioynx (~ziioynx@S01060006b114b976.vc.shawcable.net) (Remote host closed the connection)
  226. # [03:19] * Joins: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net)
  227. # [03:20] * Joins: quiliro (~ana@177.41.154.21.dynamic.adsl.gvt.net.br)
  228. # [03:20] * Quits: dpogue (~dpogue@S010600226b831d53.vf.shawcable.net) (Ping timeout: 276 seconds)
  229. # [03:21] * Quits: adelcampo (~doritosta@adsl-68-125-20-204.dsl.irvnca.pacbell.net) (Quit: Linkinus - http://linkinus.com)
  230. # [03:21] * Joins: machicola (~thetentma@198.188.6.54)
  231. # [03:23] * Quits: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net) (Ping timeout: 256 seconds)
  232. # [03:24] * Joins: tantek (~tantek@66-87-2-166.pools.spcsdns.net)
  233. # [03:24] * Quits: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net) (Quit: Imaginativeone)
  234. # [03:25] * Joins: zspencer (~admin@cpe-75-187-146-176.neo.res.rr.com)
  235. # [03:26] * Quits: danielwrobert (~danielwro@trestles.cukerinteractive.com) (Quit: Leaving.)
  236. # [03:28] * Joins: quest88 (~quest88@c-24-7-34-255.hsd1.ca.comcast.net)
  237. # [03:30] * Joins: tantek_ (~tantek@76.14.1.27)
  238. # [03:30] * Joins: pandeiro (~mu@177.33.182.179)
  239. # [03:32] * Quits: tantek (~tantek@66-87-2-166.pools.spcsdns.net) (Ping timeout: 244 seconds)
  240. # [03:32] * tantek_ is now known as tantek
  241. # [03:35] * Quits: pandeiro (~mu@177.33.182.179) (Quit: WeeChat 0.3.9)
  242. # [03:36] * Quits: schnoodles (~schnoodle@119.63.221.131) (Remote host closed the connection)
  243. # [03:36] * Joins: schnoodles (~schnoodle@melbourne.99cluster.com)
  244. # [03:38] * Joins: alvincrespo (~Adium@h69-131-103-71.wltonh.dsl.dynamic.tds.net)
  245. # [03:38] * Quits: tantek (~tantek@76.14.1.27) (Quit: tantek)
  246. # [03:44] * Quits: quiliro (~ana@177.41.154.21.dynamic.adsl.gvt.net.br) (Quit: Leaving.)
  247. # [03:44] * Joins: quiliro (~ana@177.41.154.21.dynamic.adsl.gvt.net.br)
  248. # [03:45] * Quits: jgomez (~jgomez@cpc10-hari12-2-0-cust98.hari.cable.virginmedia.com) (Ping timeout: 244 seconds)
  249. # [03:47] * Joins: jgomez (~jgomez@cpc10-hari12-2-0-cust98.hari.cable.virginmedia.com)
  250. # [03:47] * Joins: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp)
  251. # [03:50] * Quits: mykul (~mykul@c-71-56-217-213.hsd1.co.comcast.net) (Quit: gg)
  252. # [03:52] * Joins: codewrangler (~codewrang@pool-71-191-34-251.washdc.fios.verizon.net)
  253. # [03:52] * Quits: arietis (~arietis@188.242.29.115) (Quit: Textual IRC Client: http://www.textualapp.com/)
  254. # [03:53] * Joins: rusfel (~rusfel@75.109.81.253)
  255. # [03:53] * Quits: jgomez (~jgomez@cpc10-hari12-2-0-cust98.hari.cable.virginmedia.com) (Quit: Leaving)
  256. # [03:54] * Quits: codewrangler (~codewrang@pool-71-191-34-251.washdc.fios.verizon.net) (Client Quit)
  257. # [03:54] * Joins: quiliro1 (~ana@177.97.10.78)
  258. # [03:55] * Quits: quiliro (~ana@177.41.154.21.dynamic.adsl.gvt.net.br) (Ping timeout: 256 seconds)
  259. # [03:55] * Quits: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (Quit: Computer has gone to sleep.)
  260. # [03:59] * Quits: aJacom (ajacom@pc-33-227-100-190.cm.vtr.net) (Read error: Connection reset by peer)
  261. # [04:01] * Joins: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
  262. # [04:04] * Joins: cgcardona (~cgcardona@c-24-4-198-207.hsd1.ca.comcast.net)
  263. # [04:04] * Quits: cgcardona (~cgcardona@c-24-4-198-207.hsd1.ca.comcast.net) (Changing host)
  264. # [04:04] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
  265. # [04:04] * Parts: alvincrespo (~Adium@h69-131-103-71.wltonh.dsl.dynamic.tds.net)
  266. # [04:06] * Joins: Vennril2 (~vennril@p4FCB0949.dip0.t-ipconnect.de)
  267. # [04:06] * Quits: Vennril (~vennril@p4FCB0CC2.dip0.t-ipconnect.de) (Ping timeout: 246 seconds)
  268. # [04:10] * Quits: coeus_ (~coeus@dslb-084-061-016-230.pools.arcor-ip.net) (Ping timeout: 260 seconds)
  269. # [04:10] * Joins: chaiz_ (~chaiz@ppp-115-87-14-87.revip4.asianet.co.th)
  270. # [04:11] * Joins: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net)
  271. # [04:12] * Quits: axos4111 (~axos@xdsl-78-35-166-7.netcologne.de) (Quit: Leaving.)
  272. # [04:12] * Quits: WouterDS (~WouterDS@unaffiliated/wouterds) (Quit: Leaving...)
  273. # [04:12] * Quits: Jon47 (~Adium@199.101.130.50) (Quit: Leaving.)
  274. # [04:13] * Quits: chaiz (~chaiz@ppp-124-121-35-131.revip2.asianet.co.th) (Ping timeout: 252 seconds)
  275. # [04:14] * Joins: Richhh (~Richhh@host86-134-242-1.range86-134.btcentralplus.com)
  276. # [04:19] * Quits: chayin_ (~quassel@101.165.24.199) (Read error: Connection reset by peer)
  277. # [04:20] * Joins: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net)
  278. # [04:20] <Richhh> most cross browser way to implement drag and droppable images? gonna work in ie7?
  279. # [04:23] * Joins: dpogue (~dpogue@S010600226b831d53.vf.shawcable.net)
  280. # [04:29] * Quits: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net) (Quit: Computer has gone to sleep.)
  281. # [04:37] * kevvaoff is now known as kevva
  282. # [04:39] * Quits: rking (~rking@unaffiliated/rking) (Ping timeout: 252 seconds)
  283. # [04:41] * kevva is now known as kevvaoff
  284. # [04:41] * Quits: rusfel (~rusfel@75.109.81.253) (Remote host closed the connection)
  285. # [04:41] * kevvaoff is now known as kevva
  286. # [04:42] * Quits: r0tha (~r0tha@173.247.200.122) (Remote host closed the connection)
  287. # [04:42] * Joins: mattkelly (mattkelly@c-69-181-69-39.hsd1.ca.comcast.net)
  288. # [04:44] * Joins: obert- (~obert@host226-247-dynamic.1-87-r.retail.telecomitalia.it)
  289. # [04:44] * Quits: benv (~benv@38.104.194.126) (Ping timeout: 240 seconds)
  290. # [04:44] * Quits: obert- (~obert@host226-247-dynamic.1-87-r.retail.telecomitalia.it) (Client Quit)
  291. # [04:46] * Joins: chaiz__ (~chaiz@ppp-124-122-217-210.revip2.asianet.co.th)
  292. # [04:46] * Joins: obert- (~obert@host226-247-dynamic.1-87-r.retail.telecomitalia.it)
  293. # [04:48] * Quits: chaiz_ (~chaiz@ppp-115-87-14-87.revip4.asianet.co.th) (Ping timeout: 268 seconds)
  294. # [04:49] * Quits: beckyisabunny (~becky@host-89-242-214-185.as13285.net) (Read error: Connection timed out)
  295. # [04:49] * Quits: sasori (~chatzilla@202.27.31.225) (Remote host closed the connection)
  296. # [04:50] * Joins: beckyisabunny (~becky@host-89-242-214-185.as13285.net)
  297. # [04:50] * Joins: sasori (~chatzilla@202.27.31.225)
  298. # [04:56] * Joins: chaiz_ (~chaiz@ppp-110-168-47-3.revip5.asianet.co.th)
  299. # [04:56] * Joins: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net)
  300. # [04:56] * Quits: irae_ (~irae_@nat/yahoo/x-dwobocibcnjigxcn) (Quit: irae_)
  301. # [04:59] * Quits: chaiz__ (~chaiz@ppp-124-122-217-210.revip2.asianet.co.th) (Ping timeout: 276 seconds)
  302. # [05:00] * Quits: bartell (~bartell@75-137-152-250.dhcp.gwnt.ga.charter.com) (Remote host closed the connection)
  303. # [05:01] * Quits: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (Quit: Computer has gone to sleep.)
  304. # [05:02] * Joins: agu10^ (~agu10^@190.244.100.82)
  305. # [05:02] * Quits: agu10^ (~agu10^@190.244.100.82) (Changing host)
  306. # [05:02] * Joins: agu10^ (~agu10^@unaffiliated/agu10/x-1554175)
  307. # [05:04] * Quits: quiliro1 (~ana@177.97.10.78) (Read error: Connection reset by peer)
  308. # [05:04] * Joins: quiliro (~ana@177.97.10.78)
  309. # [05:07] * Joins: chaiz__ (~chaiz@ppp-115-87-56-176.revip4.asianet.co.th)
  310. # [05:09] * Quits: naquad (~naquad@82.146.43.183) (Excess Flood)
  311. # [05:09] * Quits: chaiz_ (~chaiz@ppp-110-168-47-3.revip5.asianet.co.th) (Ping timeout: 252 seconds)
  312. # [05:10] * Quits: Alqounkiz (~ffs82defx@50.13.5.73) (Read error: Connection reset by peer)
  313. # [05:11] * Joins: naquad (~naquad@82.146.43.183)
  314. # [05:13] * Quits: squeakytoy (~christoff@h87-96-232-107.dynamic.se.alltele.net) (Ping timeout: 256 seconds)
  315. # [05:14] * Joins: ffs82defxp (~ffs82defx@50.13.5.73)
  316. # [05:14] * Joins: r0tha (~r0tha@76-218-126-126.lightspeed.sntcca.sbcglobal.net)
  317. # [05:14] * Quits: chaiz__ (~chaiz@ppp-115-87-56-176.revip4.asianet.co.th) (Ping timeout: 252 seconds)
  318. # [05:17] * Quits: dieb_ (~dieb_@unaffiliated/andredieb) (Quit: dieb_)
  319. # [05:23] * Quits: quiliro (~ana@177.97.10.78) (Read error: No route to host)
  320. # [05:23] * Joins: dieb_ (~dieb_@unaffiliated/andredieb)
  321. # [05:23] * Joins: quiliro1 (~ana@177.97.10.78)
  322. # [05:25] * Quits: obert- (~obert@host226-247-dynamic.1-87-r.retail.telecomitalia.it) (Quit: )
  323. # [05:25] * Quits: tiglog (~topeak@61.149.229.78) (Quit: Leaving)
  324. # [05:28] * Quits: mattkelly (mattkelly@c-69-181-69-39.hsd1.ca.comcast.net) (Ping timeout: 255 seconds)
  325. # [05:30] * Joins: mattkelly (mattkelly@c-69-181-69-39.hsd1.ca.comcast.net)
  326. # [05:31] * Quits: dieb_ (~dieb_@unaffiliated/andredieb) (Quit: dieb_)
  327. # [05:34] * Joins: dhruvasagar (~dhruvasag@122.172.245.42)
  328. # [05:37] * Joins: kennyluck (~kennyluck@119.161.158.96)
  329. # [05:41] * Joins: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net)
  330. # [05:41] * Quits: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
  331. # [05:42] * Quits: quiliro1 (~ana@177.97.10.78) (Read error: Connection reset by peer)
  332. # [05:42] * Joins: quiliro (~ana@177.97.10.78)
  333. # [05:43] * Joins: niloy (~niloy@203.196.177.156)
  334. # [05:44] * Joins: obert- (~obert@host226-247-dynamic.1-87-r.retail.telecomitalia.it)
  335. # [05:44] * Quits: beckyisabunny (~becky@host-89-242-214-185.as13285.net) (Quit: beckyisabunny)
  336. # [05:46] * Joins: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net)
  337. # [05:46] * Quits: machicola (~thetentma@198.188.6.54) (Remote host closed the connection)
  338. # [05:47] * Joins: tomshreds (~shreds@18-156.tr.cgocable.ca)
  339. # [05:47] * abstractj is now known as abstractj|away
  340. # [05:53] * Quits: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net) (Quit: Computer has gone to sleep.)
  341. # [05:56] * Quits: Mikato (~Mikato@unaffiliated/mikato) (Quit: Leaving...)
  342. # [05:57] * Quits: Richhh (~Richhh@host86-134-242-1.range86-134.btcentralplus.com) (Ping timeout: 246 seconds)
  343. # [06:03] * Quits: j_wright (~jwright@ip70-180-205-15.lv.lv.cox.net) (Remote host closed the connection)
  344. # [06:12] * Joins: jsadam_ (~josh@S0106002436a16bee.wp.shawcable.net)
  345. # [06:14] * Joins: rking (~rking@unaffiliated/rking)
  346. # [06:14] * Quits: quiliro (~ana@177.97.10.78) (Quit: Leaving.)
  347. # [06:14] * Joins: quiliro (~ana@177.97.10.78)
  348. # [06:14] * Quits: jsadam_ (~josh@S0106002436a16bee.wp.shawcable.net) (Quit: jsadam_)
  349. # [06:19] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
  350. # [06:25] * Quits: debsan (~debsan@190.245.74.16) (Remote host closed the connection)
  351. # [06:29] * Joins: longbeach (~mike@AFontenayssB-152-1-2-93.w82-121.abo.wanadoo.fr)
  352. # [06:34] * Joins: gyzmodo (x@89.146.107.80)
  353. # [06:34] * Joins: theskumar (~theskumar@115.254.79.51)
  354. # [06:35] * Quits: quest88 (~quest88@c-24-7-34-255.hsd1.ca.comcast.net) (Quit: quest88)
  355. # [06:37] * Quits: ffs82defxp (~ffs82defx@50.13.5.73) (Ping timeout: 244 seconds)
  356. # [06:40] * Joins: Entonian (~Entonian@h-72-244-200-65.sttnwaho.dynamic.covad.net)
  357. # [06:43] * Quits: Entonian (~Entonian@h-72-244-200-65.sttnwaho.dynamic.covad.net) (Remote host closed the connection)
  358. # [06:46] * Joins: ffs82defxp (~ffs82defx@50.13.5.73)
  359. # [06:50] * Quits: quiliro (~ana@177.97.10.78) (Read error: Connection reset by peer)
  360. # [06:50] * Joins: quiliro1 (~ana@177.97.10.78)
  361. # [06:54] * Quits: quiliro1 (~ana@177.97.10.78) (Ping timeout: 256 seconds)
  362. # [06:54] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
  363. # [06:56] * Joins: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net)
  364. # [07:14] * Joins: quest88 (~quest88@c-24-7-34-255.hsd1.ca.comcast.net)
  365. # [07:20] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (Ping timeout: 256 seconds)
  366. # [07:23] * Quits: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net) (Ping timeout: 265 seconds)
  367. # [07:23] * Quits: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net) (Ping timeout: 240 seconds)
  368. # [07:25] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 260 seconds)
  369. # [07:25] * Joins: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net)
  370. # [07:26] * Joins: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net)
  371. # [07:31] * Joins: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net)
  372. # [07:34] * Quits: ffs82defxp (~ffs82defx@50.13.5.73) (Ping timeout: 248 seconds)
  373. # [07:34] * Joins: Reite (~chris@cm-84.211.71.25.getinternet.no)
  374. # [07:40] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
  375. # [07:45] * Quits: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net) (Ping timeout: 264 seconds)
  376. # [07:46] * Joins: ffs82defxp (~ffs82defx@50.13.5.73)
  377. # [07:48] * Joins: kitallis (~kitallis@122.167.109.34)
  378. # [07:50] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
  379. # [07:52] * Joins: _shorinji_ (~ffall@static-88.131.29.2.addr.tdcsong.se)
  380. # [07:52] * Quits: ffs82defxp (~ffs82defx@50.13.5.73) (Ping timeout: 264 seconds)
  381. # [07:54] <cgcardona> is playbackRate only a video thing?
  382. # [07:54] <cgcardona> i can't seem to get the audio to slow down when i try it with an Audio object.
  383. # [07:57] * Quits: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Remote host closed the connection)
  384. # [07:58] * Joins: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
  385. # [08:01] * Joins: soee (~soee@83-238-167-52.ip.netia.com.pl)
  386. # [08:01] * Joins: WouterDS (~WouterDS@unaffiliated/wouterds)
  387. # [08:01] * Quits: WouterDS (~WouterDS@unaffiliated/wouterds) (Client Quit)
  388. # [08:01] * Quits: tomshreds (~shreds@18-156.tr.cgocable.ca) (Quit: Leaving...)
  389. # [08:02] * Joins: stevegill (~stevengil@99-43-255-97.lightspeed.sntcca.sbcglobal.net)
  390. # [08:03] * Joins: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net)
  391. # [08:03] * Quits: stevegill (~stevengil@99-43-255-97.lightspeed.sntcca.sbcglobal.net) (Client Quit)
  392. # [08:04] * Joins: stevegill (~stevengil@99-43-255-97.lightspeed.sntcca.sbcglobal.net)
  393. # [08:09] * Quits: Me1000 (~Me1000@74-143-221-15.static.insightbb.com) (Quit: Leaving...)
  394. # [08:09] * Joins: squeakytoy (~christoff@h87-96-232-107.dynamic.se.alltele.net)
  395. # [08:10] * Quits: squeakytoy (~christoff@h87-96-232-107.dynamic.se.alltele.net) (Client Quit)
  396. # [08:12] * Quits: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Remote host closed the connection)
  397. # [08:15] * Joins: roel (~quassel@d54C236E3.access.telenet.be)
  398. # [08:17] * Joins: vlad_starkov (~vlad_star@c-50-136-210-10.hsd1.ca.comcast.net)
  399. # [08:19] * EHLOVader is now known as EHLOVader[afk]
  400. # [08:19] * Quits: r0tha (~r0tha@76-218-126-126.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
  401. # [08:22] * Quits: vlad_starkov (~vlad_star@c-50-136-210-10.hsd1.ca.comcast.net) (Ping timeout: 244 seconds)
  402. # [08:23] * Joins: chaiz (~chaiz@ppp-115-87-57-177.revip4.asianet.co.th)
  403. # [08:23] * Joins: vlad_starkov (~vlad_star@c-50-136-210-10.hsd1.ca.comcast.net)
  404. # [08:28] * Quits: vlad_starkov (~vlad_star@c-50-136-210-10.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
  405. # [08:30] * Joins: DeltaHeavyz (~DeltaHeav@d24-204-219-104.home4.cgocable.net)
  406. # [08:32] * Joins: JakeA (~Adium@94-195-85-255.zone9.bethere.co.uk)
  407. # [08:33] * Quits: DeltaHeavy (~DeltaHeav@d24-204-219-104.home4.cgocable.net) (Ping timeout: 248 seconds)
  408. # [08:34] * Quits: JakeA (~Adium@94-195-85-255.zone9.bethere.co.uk) (Client Quit)
  409. # [08:35] * Quits: quest88 (~quest88@c-24-7-34-255.hsd1.ca.comcast.net) (Quit: quest88)
  410. # [08:41] * Quits: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net) (Remote host closed the connection)
  411. # [08:41] * Joins: bibo360 (~bibo360@bobi.signap.com)
  412. # [08:42] * Joins: coeus_ (~coeus@dslb-084-061-016-230.pools.arcor-ip.net)
  413. # [08:42] * Quits: Wildblue (~wb@c-69-140-154-17.hsd1.md.comcast.net) (Ping timeout: 256 seconds)
  414. # [08:42] * Joins: mr_lou (~sirlou@2.109.206.14)
  415. # [08:44] <_shorinji_> resizing of textareas, is that just available in firefox and webkit?
  416. # [08:44] <_shorinji_> natively
  417. # [08:45] * Joins: mstalfoort (~manuchill@83.232.96.217)
  418. # [08:45] * Quits: barneybook_work (~Thunderbi@220-132-176-96.HINET-IP.hinet.net) (Ping timeout: 248 seconds)
  419. # [08:45] * Parts: mstalfoort (~manuchill@83.232.96.217)
  420. # [08:49] * Joins: barneybook_work (~Thunderbi@220-132-176-96.HINET-IP.hinet.net)
  421. # [08:51] * Quits: Reite (~chris@cm-84.211.71.25.getinternet.no) (Ping timeout: 246 seconds)
  422. # [08:51] * Quits: stevegill (~stevengil@99-43-255-97.lightspeed.sntcca.sbcglobal.net) (Quit: stevegill)
  423. # [08:54] * Quits: chaiz (~chaiz@ppp-115-87-57-177.revip4.asianet.co.th) (Read error: Connection reset by peer)
  424. # [08:58] * Joins: Trisox (~Tri_sox@dw87236798.amsterdam-tc.dataweb.net)
  425. # [09:00] * Joins: DeXTeD (~dexted_xt@acqf108.neoplus.adsl.tpnet.pl)
  426. # [09:02] * Joins: phrearch (~Phrearch@82-136-242-180.ip.telfort.nl)
  427. # [09:06] * Joins: Kolombiken (~Adium@217.13.228.226)
  428. # [09:06] * Joins: BigKing (~BigKing@dslb-094-221-113-084.pools.arcor-ip.net)
  429. # [09:10] * Quits: bibo360 (~bibo360@bobi.signap.com) (Remote host closed the connection)
  430. # [09:14] * Quits: schnoodles (~schnoodle@melbourne.99cluster.com) (Remote host closed the connection)
  431. # [09:15] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 252 seconds)
  432. # [09:23] * Quits: Stoob_ (~steev@108.174.53.111) (Quit: No Ping reply in 180 seconds.)
  433. # [09:23] * Joins: Stoob_ (~steev@108.174.53.111)
  434. # [09:26] * Quits: David_Bradbury (~Conexion@50.46.227.186) (Quit: Leaving)
  435. # [09:34] * Joins: CodeDroid__ (~DroidKree@195.238.92.174)
  436. # [09:34] * Joins: gdcbjg364 (~gdcbjg364@i114-188-73-241.s42.a034.ap.plala.or.jp)
  437. # [09:35] * Quits: kitallis (~kitallis@122.167.109.34) (Quit: Computer has gone to sleep.)
  438. # [09:37] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Quit: dgathright)
  439. # [09:39] * Quits: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net) (Quit: Computer has gone to sleep.)
  440. # [09:40] * Joins: bibo360 (~bibo360@ABayonne-256-1-112-28.w90-45.abo.wanadoo.fr)
  441. # [09:45] * Joins: _moon (~moon@LNeuilly-152-22-7-151.w193-251.abo.wanadoo.fr)
  442. # [09:47] * Joins: rumpl (~rumpl@smtp.megalo-company.com)
  443. # [09:48] * Quits: bibo360 (~bibo360@ABayonne-256-1-112-28.w90-45.abo.wanadoo.fr) (Remote host closed the connection)
  444. # [09:50] * Joins: benknight (~Adium@70-36-140-89.dsl.dynamic.sonic.net)
  445. # [09:51] * Quits: shaycojo (c25a695e@gateway/web/freenode/ip.194.90.105.94) (Quit: Page closed)
  446. # [09:51] * Joins: manuelbieh (~beeevi2@p57BD6709.dip0.t-ipconnect.de)
  447. # [09:52] * Joins: bibo360 (~bibo360@ABayonne-256-1-112-28.w90-45.abo.wanadoo.fr)
  448. # [09:55] * Quits: CodeDroid__ (~DroidKree@195.238.92.174) (Quit: In Web We Trust)
  449. # [10:00] * Quits: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net) (Ping timeout: 246 seconds)
  450. # [10:02] * abstractj|away is now known as abstractj
  451. # [10:07] * Quits: mattkelly (mattkelly@c-69-181-69-39.hsd1.ca.comcast.net) (Ping timeout: 272 seconds)
  452. # [10:08] * Quits: shac_ (~shac@5ad73812.bb.sky.com) (Excess Flood)
  453. # [10:08] * Quits: hansol (hansol@unaffiliated/hansol) (Ping timeout: 260 seconds)
  454. # [10:09] * Joins: nonge_ (~nonge@p5082AD04.dip.t-dialin.net)
  455. # [10:10] * Joins: shac (~shac@5ad73812.bb.sky.com)
  456. # [10:12] * Quits: theskumar (~theskumar@115.254.79.51) (Ping timeout: 260 seconds)
  457. # [10:12] * Quits: nonge (~nonge@p5082AF47.dip.t-dialin.net) (Ping timeout: 244 seconds)
  458. # [10:13] * Joins: theskumar (~theskumar@115.254.79.51)
  459. # [10:16] * Quits: WebDragon (~webdragon@c-68-82-181-85.hsd1.de.comcast.net) (Ping timeout: 246 seconds)
  460. # [10:16] * Joins: tocka (~asd@host81-136-157-15.in-addr.btopenworld.com)
  461. # [10:17] * Joins: MisterSpeaker (~MisterSpe@zenexity2.pck.nerim.net)
  462. # [10:19] * kevva is now known as kevvaoff
  463. # [10:19] * Joins: iserantes_ (~quassel@169.5.27.77.dynamic.mundo-r.com)
  464. # [10:21] * Joins: ohsiris (~Broccoli@d192-24-223-172.try.wideopenwest.com)
  465. # [10:21] * Joins: vlad_starkov (~vlad_star@c-50-136-210-10.hsd1.ca.comcast.net)
  466. # [10:21] * Joins: Somatt_wrk (~somattwrk@darkstar2.fullsix.com)
  467. # [10:21] * Quits: iserantes (~quassel@169.5.27.77.dynamic.mundo-r.com) (Ping timeout: 256 seconds)
  468. # [10:21] * Joins: _gambit (~prajwalit@61.12.96.226)
  469. # [10:22] * Quits: AlbireoX (~AlbireoX@76.78.168.91) (Remote host closed the connection)
  470. # [10:22] * Joins: AlbireoX (~AlbireoX@76.78.168.91)
  471. # [10:25] * Joins: JakeA (~Adium@149.241.185.200)
  472. # [10:26] * Quits: theskumar (~theskumar@115.254.79.51) (Ping timeout: 255 seconds)
  473. # [10:26] * Joins: theskumar (~theskumar@115.254.79.51)
  474. # [10:26] * Joins: drublic (~drublic@p5098a42b.dip0.t-ipconnect.de)
  475. # [10:27] * Quits: AlbireoX (~AlbireoX@76.78.168.91) (Ping timeout: 240 seconds)
  476. # [10:28] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
  477. # [10:29] * Joins: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net)
  478. # [10:33] * Quits: gdcbjg364 (~gdcbjg364@i114-188-73-241.s42.a034.ap.plala.or.jp) (Quit: Leaving)
  479. # [10:36] * Joins: Ufo13 (~ufo13@2.95.236.123)
  480. # [10:37] * Joins: thepreacher (~thepreach@146.90.45.83)
  481. # [10:44] * Quits: benknight (~Adium@70-36-140-89.dsl.dynamic.sonic.net) (Quit: Leaving.)
  482. # [10:46] * Quits: manuelbieh (~beeevi2@p57BD6709.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
  483. # [10:47] * Quits: BigKing (~BigKing@dslb-094-221-113-084.pools.arcor-ip.net) (Remote host closed the connection)
  484. # [10:47] * Joins: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com)
  485. # [10:50] * Quits: danielfilho|w (~danielfil@200.232.113.107) (Remote host closed the connection)
  486. # [10:52] * Quits: vlad_starkov (~vlad_star@c-50-136-210-10.hsd1.ca.comcast.net) (Remote host closed the connection)
  487. # [10:54] * Parts: DeXTeD (~dexted_xt@acqf108.neoplus.adsl.tpnet.pl)
  488. # [10:55] * Joins: DeXTeD (~dexted_xt@acqf108.neoplus.adsl.tpnet.pl)
  489. # [10:57] * Joins: chaiz (~chaiz@ppp-115-87-57-177.revip4.asianet.co.th)
  490. # [10:57] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Quit: bot-t)
  491. # [11:00] * Joins: coellobranco (~FoRcEr@239.Red-83-43-192.dynamicIP.rima-tde.net)
  492. # [11:04] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
  493. # [11:07] * Quits: populvuh (~populvuh@unaffiliated/populvuh) (Ping timeout: 260 seconds)
  494. # [11:11] * Joins: blinkerror (~Thunderbi@49.145.39.40)
  495. # [11:12] * Quits: _gambit (~prajwalit@61.12.96.226) (Read error: Operation timed out)
  496. # [11:14] * Joins: miChou (~mibalan@dublin-proxy.adobe.com)
  497. # [11:16] * Joins: _gambit (~prajwalit@61.12.96.226)
  498. # [11:17] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 240 seconds)
  499. # [11:17] * Joins: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net)
  500. # [11:17] * Quits: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net) (Changing host)
  501. # [11:17] * Joins: moshee (~moshee@unaffiliated/moshee)
  502. # [11:19] * Joins: Martijnc (~Martijnc@d54C38583.access.telenet.be)
  503. # [11:20] * Joins: manuelbieh (~beeevi2@p50997681.dip0.t-ipconnect.de)
  504. # [11:24] * Quits: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com) (Quit: Lost terminal)
  505. # [11:26] * Joins: antgel (c12bf6fa@gateway/web/freenode/ip.193.43.246.250)
  506. # [11:32] * Joins: jgomez (~jgomez@79.121.254.19)
  507. # [11:36] <antgel> hi all, i'm experimenting with websockets for a new project. what would people here say is the easiest, quickest way to get a minimal websockets server up and running to handle messages from the websocket client that i'm developing?
  508. # [11:36] <antgel> server doesn't need to do much in response, maybe write a log
  509. # [11:38] * Parts: blinkerror (~Thunderbi@49.145.39.40)
  510. # [11:39] * Joins: sydlawrence (~KidSyd@188-222-193-175.zone13.bethere.co.uk)
  511. # [11:43] <Velmont> antgel: I don't know, but I have myself used orbited -- and went to a higher level webhook-style tool afterwards.
  512. # [11:43] <Velmont> (which I think used orbited underneath)
  513. # [11:44] <Velmont> It was not too painful to set up :-) It might be faster to just do it, rather than find something very easy/perfect :P
  514. # [11:45] * Quits: Ufo13 (~ufo13@2.95.236.123) (Remote host closed the connection)
  515. # [11:47] * Joins: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be)
  516. # [11:47] * Joins: kitallis (~kitallis@122.167.109.34)
  517. # [11:49] * Quits: mr_lou (~sirlou@2.109.206.14) (Quit: Ex-Chat)
  518. # [11:54] * Quits: kitallis (~kitallis@122.167.109.34) (Quit: Computer has gone to sleep.)
  519. # [11:54] * Joins: matt (~quassel@81.179.1.38)
  520. # [11:54] * Parts: Kolombiken (~Adium@217.13.228.226)
  521. # [11:55] * matt is now known as Guest86901
  522. # [11:55] * Joins: konza (~konza@27.251.160.195)
  523. # [11:56] * Joins: Maxani (~maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr)
  524. # [11:57] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Quit: cgcardona)
  525. # [11:58] * Guest86901 is now known as caddoo
  526. # [11:59] * Joins: bibo360_ (~bibo360@ABayonne-256-1-177-148.w109-223.abo.wanadoo.fr)
  527. # [12:00] * Quits: Maxani (~maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr) (Client Quit)
  528. # [12:00] * Quits: Martijnc (~Martijnc@d54C38583.access.telenet.be) (Quit: Martijnc)
  529. # [12:01] * Quits: theskumar (~theskumar@115.254.79.51) (Read error: Connection reset by peer)
  530. # [12:01] * Joins: theskuma_ (~theskumar@115.254.79.51)
  531. # [12:02] * Quits: bibo360 (~bibo360@ABayonne-256-1-112-28.w90-45.abo.wanadoo.fr) (Ping timeout: 252 seconds)
  532. # [12:03] * Joins: kitallis (~kitallis@122.167.109.34)
  533. # [12:03] * Quits: coeus_ (~coeus@dslb-084-061-016-230.pools.arcor-ip.net) (Quit: Verlassend)
  534. # [12:03] * Quits: antgel (c12bf6fa@gateway/web/freenode/ip.193.43.246.250) (Ping timeout: 245 seconds)
  535. # [12:06] <konza> Is this group active? I haven't seen any discussions till now... Please answer
  536. # [12:07] <Velmont> konza: You have to idle here a day, and stuff pops up.
  537. # [12:07] * Quits: coellobranco (~FoRcEr@239.Red-83-43-192.dynamicIP.rima-tde.net) (Quit: http://www.juanantoniomosquera.com)
  538. # [12:08] <konza> Velmont, I was here yesterday
  539. # [12:08] * Quits: sertaconay (~sertacona@unaffiliated/sertaconay) (Ping timeout: 260 seconds)
  540. # [12:08] * Joins: Martijnc (~Martijnc@d54C38583.access.telenet.be)
  541. # [12:10] * Joins: coellobranco (~FoRcEr@239.Red-83-43-192.dynamicIP.rima-tde.net)
  542. # [12:11] * Quits: bibo360_ (~bibo360@ABayonne-256-1-177-148.w109-223.abo.wanadoo.fr) (Remote host closed the connection)
  543. # [12:14] <dahlfors> activity is relative
  544. # [12:16] <dahlfors> if you idle a day, perhaps you don't see that much here. if you idle a week, chances are there are a few interesting discussions :)
  545. # [12:19] * Joins: bibo360 (~bibo360@ABayonne-256-1-177-148.w109-223.abo.wanadoo.fr)
  546. # [12:20] <konza> dahlfors, okay, will try this week :)
  547. # [12:20] <dahlfors> I've been here for half a year or so
  548. # [12:20] <dahlfors> picked up quite a few interesting things
  549. # [12:21] <dahlfors> otherwise I can recommend the html5 weekly mailing list
  550. # [12:21] * Parts: _shorinji_ (~ffall@static-88.131.29.2.addr.tdcsong.se)
  551. # [12:21] <konza> dahlfors, can you please point me to it
  552. # [12:21] <dahlfors> http://html5weekly.com/
  553. # [12:21] <dahlfors> this one
  554. # [12:22] <dahlfors> it's a nice way to keep up to date with new stuff
  555. # [12:23] <dahlfors> I don't have that much time to surf around anymore, so I like to get stuff in chunks like that
  556. # [12:23] <konza> dahlfors, are there any other irc channel for html5
  557. # [12:23] <Velmont> Yeah. There is also programmer weekly and js weekly.
  558. # [12:23] <Velmont> konza: Depends on what you are interested in.
  559. # [12:24] <Velmont> html5 itself is just a stupid marketing buzzword for everything and nothing today.
  560. # [12:24] <konza> Velmont, you are right
  561. # [12:25] <dahlfors> I guess #webplatform and webplatform.org is going to be quite awesome for html5, js etc
  562. # [12:25] <dahlfors> it's just starting up right now though
  563. # [12:25] * Joins: quiliro (~ana@177.97.10.78)
  564. # [12:25] <Velmont> Yeah, agreed. -- And if you want to change specs and are serious about it, #whatwg
  565. # [12:27] * Joins: zeppo (~zeppo@static-88.131.87.100.addr.tdcsong.se)
  566. # [12:28] <konza> thanks for the updates. . :)
  567. # [12:30] * Quits: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be) (Ping timeout: 260 seconds)
  568. # [12:30] * Quits: kitallis (~kitallis@122.167.109.34) (Quit: Computer has gone to sleep.)
  569. # [12:32] * Joins: lewisp (~lewisp@host81-136-219-67.in-addr.btopenworld.com)
  570. # [12:32] * Joins: unobtrusivemouse (~micethate@70.137.145.144)
  571. # [12:33] * Joins: arietis (~arietis@188.242.29.115)
  572. # [12:34] * Joins: whitman (whitman@dm-cis-037.its.dur.ac.uk)
  573. # [12:34] * Quits: neciO (~juan@ec2-54-246-126-113.eu-west-1.compute.amazonaws.com) (Ping timeout: 248 seconds)
  574. # [12:34] * Joins: danielfilho|w (~danielfil@200.232.113.107)
  575. # [12:36] * Quits: obmouse (~micethate@70.137.145.144) (Ping timeout: 255 seconds)
  576. # [12:36] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (Ping timeout: 240 seconds)
  577. # [12:39] * Quits: theskuma_ (~theskumar@115.254.79.51) (Ping timeout: 245 seconds)
  578. # [12:40] * Quits: Martijnc (~Martijnc@d54C38583.access.telenet.be) (Quit: Martijnc)
  579. # [12:41] * Joins: theskumar (~theskumar@115.254.79.51)
  580. # [12:42] * Joins: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net)
  581. # [12:43] * Joins: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be)
  582. # [12:45] * Joins: Ufo13 (~ufo13@85.113.141.255)
  583. # [12:45] * Joins: neciO (~juan@ec2-54-246-126-113.eu-west-1.compute.amazonaws.com)
  584. # [12:46] * Joins: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk)
  585. # [12:48] * Joins: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net)
  586. # [12:49] * Quits: bibo360 (~bibo360@ABayonne-256-1-177-148.w109-223.abo.wanadoo.fr) (Remote host closed the connection)
  587. # [12:52] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 248 seconds)
  588. # [12:52] * Joins: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net)
  589. # [12:52] * Quits: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net) (Changing host)
  590. # [12:52] * Joins: moshee (~moshee@unaffiliated/moshee)
  591. # [12:52] * Quits: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net) (Ping timeout: 256 seconds)
  592. # [12:57] * Quits: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be) (Ping timeout: 260 seconds)
  593. # [13:01] * Vennril2 is now known as Vennril
  594. # [13:04] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 256 seconds)
  595. # [13:04] * Joins: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net)
  596. # [13:04] * Quits: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net) (Changing host)
  597. # [13:04] * Joins: moshee (~moshee@unaffiliated/moshee)
  598. # [13:06] * Quits: danielfilho|w (~danielfil@200.232.113.107) (Remote host closed the connection)
  599. # [13:06] * Joins: danielfilho|w (~danielfil@200.232.113.107)
  600. # [13:13] * Joins: Progster (~blah@pool-173-56-20-26.nycmny.fios.verizon.net)
  601. # [13:16] * Joins: antgel (c12bf6fa@gateway/web/freenode/ip.193.43.246.250)
  602. # [13:17] <antgel> oops, got disconnected, very happy to see reposts of any answers ^^ to my question ^^ about a simple websocket server
  603. # [13:17] * Joins: sertaconay (~sertacona@unaffiliated/sertaconay)
  604. # [13:19] * Joins: prudnikov (~prudnikov@20.60.broadband7.iol.cz)
  605. # [13:20] * Joins: Maxani (~Maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr)
  606. # [13:22] * Joins: theskuma_ (~theskumar@115.254.79.51)
  607. # [13:24] * Quits: theskumar (~theskumar@115.254.79.51) (Ping timeout: 268 seconds)
  608. # [13:27] * Quits: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net) (Quit: Imaginativeone)
  609. # [13:32] * Quits: Maxani (~Maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr) (Remote host closed the connection)
  610. # [13:35] * Joins: rickibalboa (~ricki@84.19.107.42)
  611. # [13:35] * Quits: sertaconay (~sertacona@unaffiliated/sertaconay) (Ping timeout: 256 seconds)
  612. # [13:37] * Joins: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
  613. # [13:40] * Joins: Maxani (~maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr)
  614. # [13:40] * Joins: Oprr (~Oprr@186.36.208.154)
  615. # [13:42] * Quits: Oprr (~Oprr@186.36.208.154) (Client Quit)
  616. # [13:42] * Joins: Oprr (~Oprr@186.36.208.154)
  617. # [13:42] * Joins: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be)
  618. # [13:43] * Joins: dsyme (~Cartalyst@68-185-53-78.static.knwc.wa.charter.com)
  619. # [13:43] * Quits: Oprr (~Oprr@186.36.208.154) (Client Quit)
  620. # [13:44] <konza> antgel, you want to know about websocket server?
  621. # [13:44] * Joins: Oprr (~Oprr@186.36.208.154)
  622. # [13:49] * Joins: api (~chatzilla@24-136-10-227.c3-0.fld-ubr1.chi-fld.il.cable.rcn.com)
  623. # [13:51] * Quits: _moon (~moon@LNeuilly-152-22-7-151.w193-251.abo.wanadoo.fr) (Ping timeout: 276 seconds)
  624. # [13:52] * Joins: _moon (~moon@LNeuilly-152-22-7-151.w193-251.abo.wanadoo.fr)
  625. # [13:54] * Quits: phrearch (~Phrearch@82-136-242-180.ip.telfort.nl) (Ping timeout: 264 seconds)
  626. # [13:59] * Quits: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be) (Ping timeout: 244 seconds)
  627. # [14:00] * Quits: Ufo13 (~ufo13@85.113.141.255) (Ping timeout: 272 seconds)
  628. # [14:00] * Joins: webguynow (~webguynow@c-24-1-222-204.hsd1.il.comcast.net)
  629. # [14:04] * Quits: Progster (~blah@pool-173-56-20-26.nycmny.fios.verizon.net) (Ping timeout: 252 seconds)
  630. # [14:07] * Joins: Mikato (~Mikato@unaffiliated/mikato)
  631. # [14:07] * Joins: phrearch (~Phrearch@D57D5B32.static.ziggozakelijk.nl)
  632. # [14:09] <antgel> konza: specifically, what the quickest / easiest way is to set one up on a windows machine. i don't need anything else in the backend, just something to test my JS websocket client code against
  633. # [14:10] * Joins: quiliro1 (~ana@187.58.27.241)
  634. # [14:11] * Quits: manuelbieh (~beeevi2@p50997681.dip0.t-ipconnect.de) (Ping timeout: 268 seconds)
  635. # [14:11] * Quits: quiliro (~ana@177.97.10.78) (Ping timeout: 256 seconds)
  636. # [14:12] * Joins: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be)
  637. # [14:14] * Joins: populvuh (~populvuh@unaffiliated/populvuh)
  638. # [14:15] * Joins: zenorocha (~zenorocha@187.105.99.147)
  639. # [14:22] * Quits: api (~chatzilla@24-136-10-227.c3-0.fld-ubr1.chi-fld.il.cable.rcn.com) (Read error: Connection reset by peer)
  640. # [14:22] * Joins: api (~chatzilla@24-136-10-227.c3-0.fld-ubr1.chi-fld.il.cable.rcn.com)
  641. # [14:23] * Joins: dieb_ (~dieb_@unaffiliated/andredieb)
  642. # [14:24] * Quits: xjiujiu (~quassel@218.77.14.202) (Read error: Connection reset by peer)
  643. # [14:24] * Quits: quiliro1 (~ana@187.58.27.241) (Quit: Leaving.)
  644. # [14:25] * Quits: chaiz (~chaiz@ppp-115-87-57-177.revip4.asianet.co.th) (Read error: Connection reset by peer)
  645. # [14:25] * Quits: api (~chatzilla@24-136-10-227.c3-0.fld-ubr1.chi-fld.il.cable.rcn.com) (Client Quit)
  646. # [14:28] * Quits: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be) (Read error: Operation timed out)
  647. # [14:29] * Quits: Mikato (~Mikato@unaffiliated/mikato) (Read error: Connection reset by peer)
  648. # [14:29] * Joins: Marcin_ (~Mikato@hyp-p-204.pabianice.msk.pl)
  649. # [14:30] * Quits: Maxani (~maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr) (Quit: Computer has gone to sleep.)
  650. # [14:30] * Quits: theskuma_ (~theskumar@115.254.79.51) (Remote host closed the connection)
  651. # [14:31] * Quits: niloy (~niloy@203.196.177.156) (Remote host closed the connection)
  652. # [14:32] * Joins: theskumar (~theskumar@115.254.79.51)
  653. # [14:34] * Quits: Marcin_ (~Mikato@hyp-p-204.pabianice.msk.pl) (Quit: Leaving...)
  654. # [14:38] * Joins: fliip (~TorianLok@client0880.vpn.ox.ac.uk)
  655. # [14:38] * EHLOVader[afk] is now known as EHLOVader
  656. # [14:38] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
  657. # [14:39] * Joins: Mikato (~Mikato@unaffiliated/mikato)
  658. # [14:41] * Joins: vikash (~vikash@1.186.10.157)
  659. # [14:41] * Quits: vikash (~vikash@1.186.10.157) (Changing host)
  660. # [14:41] * Joins: vikash (~vikash@unaffiliated/vikash)
  661. # [14:43] * Quits: rickibalboa (~ricki@84.19.107.42) (Ping timeout: 268 seconds)
  662. # [14:43] * Joins: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be)
  663. # [14:45] * Joins: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
  664. # [14:46] <konza> antgel, I used the websocketServlet in tomcat 7
  665. # [14:47] * Joins: Hornet (~Hornet@cpc10-ipsw2-2-0-cust55.7-4.cable.virginmedia.com)
  666. # [14:49] * Joins: danielfi_ (~danielfil@200.232.113.107)
  667. # [14:49] <sunbeam> a question, how come margin; padding are not set to 0 on html5 boilerplate?
  668. # [14:49] <sunbeam> i mean, in any design you code to a template you will need by default all elements set to margin/padding 0
  669. # [14:49] <sunbeam> (html5 boilerplate, normalize.css etc)
  670. # [14:50] <danielfi_> that's supposed to happen on your css reset
  671. # [14:50] * danielfi_ is now known as danielfilho|w_
  672. # [14:50] <danielfilho|w_> i think.
  673. # [14:51] <sunbeam> how do you mean?
  674. # [14:51] * Joins: mokush1 (~Instantbi@82.208.133.70)
  675. # [14:51] <sunbeam> the boilerplate is to serve as a default to start coding on
  676. # [14:52] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Quit: dgathright)
  677. # [14:52] <danielfilho|w_> yup, but there are people that starts coding with zero margin and padding, and there are people who don't.
  678. # [14:52] <danielfilho|w_> http://stackoverflow.com/questions/6887336/what-is-the-difference-between-normalize-css-and-reset-css
  679. # [14:52] <sunbeam> thanks
  680. # [14:52] * Quits: danielfilho|w (~danielfil@200.232.113.107) (Ping timeout: 240 seconds)
  681. # [14:52] * danielfilho|w_ is now known as danielfilho|w
  682. # [14:53] <danielfilho|w> you're welcome :)
  683. # [14:53] * Quits: coellobranco (~FoRcEr@239.Red-83-43-192.dynamicIP.rima-tde.net) (Quit: http://www.juanantoniomosquera.com)
  684. # [14:54] <sunbeam> still wonder how come so much people use normalize.css
  685. # [14:54] <sunbeam> i mean, i would add *{margin: 0 !important; padding: 0 !important;}
  686. # [14:54] <sunbeam> but i guess then i better not use normalize
  687. # [14:55] * Quits: MisterSpeaker (~MisterSpe@zenexity2.pck.nerim.net) (Remote host closed the connection)
  688. # [14:58] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
  689. # [14:58] * Joins: MisterSpeaker (~MisterSpe@zenexity2.pck.nerim.net)
  690. # [14:59] * Joins: sasori_ (~sasori@cm223.sigma174.maxonline.com.sg)
  691. # [15:00] * Joins: fleeting (~fleeting@rrcs-67-79-88-162.sw.biz.rr.com)
  692. # [15:01] * Quits: arietis (~arietis@188.242.29.115) (Quit: Textual IRC Client: http://www.textualapp.com/)
  693. # [15:01] * Quits: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be) (Ping timeout: 252 seconds)
  694. # [15:01] * Joins: Wildblue (~wb@c-69-140-154-17.hsd1.md.comcast.net)
  695. # [15:02] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
  696. # [15:02] * Joins: rusfel (~rusfel@173-80-240-215.atw.dyn.suddenlink.net)
  697. # [15:03] * Quits: barneybook_work (~Thunderbi@220-132-176-96.HINET-IP.hinet.net) (Ping timeout: 246 seconds)
  698. # [15:04] * Joins: manuelbieh (~beeevi2@p57BD6709.dip0.t-ipconnect.de)
  699. # [15:06] <antgel> konza: i'm looking for something lightweight and quick (hence tomcat probably isn't it)
  700. # [15:11] * Joins: WebDragon (~webdragon@c-68-82-181-85.hsd1.de.comcast.net)
  701. # [15:12] <konza> antgel, You should do a backend implementation. Try node.js if you have it in your system.
  702. # [15:14] * Joins: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be)
  703. # [15:15] * Quits: antgel (c12bf6fa@gateway/web/freenode/ip.193.43.246.250) (Ping timeout: 245 seconds)
  704. # [15:17] * Joins: axos411 (~axos@xdsl-78-35-166-7.netcologne.de)
  705. # [15:19] * Joins: dnstbr (~dnstbr@unaffiliated/itspots)
  706. # [15:21] * Joins: Itrace (~Itrace@74-84-110-222.client.mchsi.com)
  707. # [15:25] * Quits: JakeA (~Adium@149.241.185.200) (Read error: Operation timed out)
  708. # [15:26] * Joins: JakeA (~Adium@149.241.185.200)
  709. # [15:26] * Joins: tw2113 (~tw2113@pool-108-16-222-27.phlapa.fios.verizon.net)
  710. # [15:26] * Quits: tw2113 (~tw2113@pool-108-16-222-27.phlapa.fios.verizon.net) (Changing host)
  711. # [15:26] * Joins: tw2113 (~tw2113@fedora/tw2113)
  712. # [15:29] * Quits: konza (~konza@27.251.160.195) (Quit: Leaving)
  713. # [15:32] * Parts: tw2113 (~tw2113@fedora/tw2113) ("yar! I be gone exited!")
  714. # [15:33] * Quits: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (Ping timeout: 264 seconds)
  715. # [15:33] <Oprr> hi everyone!
  716. # [15:33] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
  717. # [15:35] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
  718. # [15:36] <mokush1> does anybody know if there is something similar to http://www.bytestrom.eu/blog/2009/1120a_jpeg_encoder_for_javascript, more more up to date? it seems that this encoder does not work anymore
  719. # [15:41] * Joins: TS-Kula (~TS-Kula@static.150.212.4.46.clients.your-server.de)
  720. # [15:41] <TS-Kula> is it no problem to start
  721. # [15:41] <TS-Kula> learning html 4
  722. # [15:41] * Joins: axos4111 (~axos@xdsl-78-35-191-243.netcologne.de)
  723. # [15:42] <TS-Kula> ???
  724. # [15:42] * Quits: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (Ping timeout: 272 seconds)
  725. # [15:43] * Joins: frankstallone (~frankstal@72.10.55.185)
  726. # [15:43] * Joins: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
  727. # [15:43] * Joins: quiliro (~ana@177.133.44.37)
  728. # [15:44] * Quits: axos411 (~axos@xdsl-78-35-166-7.netcologne.de) (Ping timeout: 268 seconds)
  729. # [15:44] * Joins: emc (~cburgdorf@host81-149-6-231.in-addr.btopenworld.com)
  730. # [15:49] * Joins: squeakytoy (~christoff@gateway.netset.se)
  731. # [15:50] * Joins: _dc (~dc@163.192.12.1)
  732. # [15:53] * Joins: philihp (~philihp@sas15254.nat.sas.com)
  733. # [15:53] * Quits: JakeA (~Adium@149.241.185.200) (Quit: Leaving.)
  734. # [15:54] * Quits: Mikato (~Mikato@unaffiliated/mikato) (Quit: Leaving...)
  735. # [15:56] * Parts: DeXTeD (~dexted_xt@acqf108.neoplus.adsl.tpnet.pl)
  736. # [15:57] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (Ping timeout: 256 seconds)
  737. # [16:00] * Joins: ontime (~ontime@unaffiliated/ontime)
  738. # [16:00] * Joins: Mikato (~Mikato@unaffiliated/mikato)
  739. # [16:01] * Joins: garciawebdev (~garciaweb@190.244.76.14)
  740. # [16:01] * Joins: Maxani (~maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr)
  741. # [16:02] * Quits: thepreacher (~thepreach@146.90.45.83) (Quit: Leaving)
  742. # [16:03] * Quits: sasori (~chatzilla@202.27.31.225) (Remote host closed the connection)
  743. # [16:03] * Joins: barneybook_work (~Thunderbi@220-132-176-96.HINET-IP.hinet.net)
  744. # [16:04] * Quits: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (Ping timeout: 248 seconds)
  745. # [16:06] * Joins: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
  746. # [16:07] * Quits: soee (~soee@83-238-167-52.ip.netia.com.pl) (Quit: Wychodzi)
  747. # [16:09] * Quits: axos4111 (~axos@xdsl-78-35-191-243.netcologne.de) (Quit: Leaving.)
  748. # [16:11] * Joins: chaiz (~chaiz@ppp-115-87-57-177.revip4.asianet.co.th)
  749. # [16:13] * Joins: sertaconay (~sertacona@unaffiliated/sertaconay)
  750. # [16:14] * Joins: tomshreds (~shreds@18-156.tr.cgocable.ca)
  751. # [16:15] * Joins: erichynds (~ehynds@64.206.121.41)
  752. # [16:15] <Oprr> who can recommend me the best practice for export html to wordpress?
  753. # [16:16] * DeltaHeavyz is now known as DeltaHeavy
  754. # [16:19] * Quits: Mikato (~Mikato@unaffiliated/mikato) (Quit: Linkinus - http://linkinus.com)
  755. # [16:19] * Quits: DeltaHeavy (~DeltaHeav@d24-204-219-104.home4.cgocable.net) (Quit: Leaving)
  756. # [16:20] * Joins: DeltaHeavy (~DeltaHeav@d24-204-219-104.home4.cgocable.net)
  757. # [16:21] * Quits: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be) (Ping timeout: 268 seconds)
  758. # [16:22] * Joins: BreadMaker (~BreadMake@pc-231-167-100-190.cm.vtr.net)
  759. # [16:22] * Quits: BreadMaker (~BreadMake@pc-231-167-100-190.cm.vtr.net) (Read error: Connection reset by peer)
  760. # [16:23] * Joins: BreadMaker (~BreadMake@pc-231-167-100-190.cm.vtr.net)
  761. # [16:23] * Joins: AlbireoX (~AlbireoX@76.78.168.91)
  762. # [16:23] * Joins: JakeA (~Adium@149.241.185.200)
  763. # [16:23] * Quits: prudnikov (~prudnikov@20.60.broadband7.iol.cz) (Read error: Connection reset by peer)
  764. # [16:27] * Joins: arietis (~arietis@188.242.29.115)
  765. # [16:27] * Joins: rickibalboa (~ricki@84.19.107.42)
  766. # [16:28] * Joins: kaushik_ (~kaushik@c-69-141-43-227.hsd1.nj.comcast.net)
  767. # [16:30] <kaushik_> hi all
  768. # [16:31] * Joins: sh0ne (~Unknown@77.105.55.70)
  769. # [16:31] <sh0ne> how to prevent deleting of a contenteditable div tag when user deletes text using backspace? For exampe I have <div contenteditable="true">Some text.</div>'. When user clicks after .(dot) and start presing backspace text is getting erased. But when the user press backspace once again the div element gets deleted too. Is there any way to prevent this?
  770. # [16:34] * Quits: AlbireoX (~AlbireoX@76.78.168.91) (Remote host closed the connection)
  771. # [16:34] * Quits: Trisox (~Tri_sox@dw87236798.amsterdam-tc.dataweb.net) (Quit: Linkinus - http://linkinus.com)
  772. # [16:34] * Joins: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net)
  773. # [16:34] * Joins: snowfox_ben (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net)
  774. # [16:34] * Joins: AlbireoX (~AlbireoX@76.78.168.91)
  775. # [16:35] * Joins: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be)
  776. # [16:37] * Joins: zArglex (~zArglex@rsf-etud.univ-mlv.fr)
  777. # [16:39] * Quits: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Remote host closed the connection)
  778. # [16:39] * Quits: AlbireoX (~AlbireoX@76.78.168.91) (Ping timeout: 276 seconds)
  779. # [16:40] * Joins: earthquake (~earthquak@108.46.143.182)
  780. # [16:42] * Quits: zenorocha (~zenorocha@187.105.99.147) (Remote host closed the connection)
  781. # [16:42] * Quits: ontime (~ontime@unaffiliated/ontime) (Quit: Leaving)
  782. # [16:42] * Quits: sasori_ (~sasori@cm223.sigma174.maxonline.com.sg) (Ping timeout: 255 seconds)
  783. # [16:44] * Quits: TS-Kula (~TS-Kula@static.150.212.4.46.clients.your-server.de)
  784. # [16:44] * Quits: intellilogic (~intellilo@static-74-96-101-11.washdc.fios.verizon.net) (Ping timeout: 245 seconds)
  785. # [16:45] * Quits: dnstbr (~dnstbr@unaffiliated/itspots) (Quit: Computer has gone to sleep.)
  786. # [16:47] * Quits: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (Ping timeout: 264 seconds)
  787. # [16:48] * Quits: mokush1 (~Instantbi@82.208.133.70) (Quit: Instantbird 1.2 -- http://www.instantbird.com)
  788. # [16:50] * Joins: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
  789. # [16:54] * Quits: agu10^ (~agu10^@unaffiliated/agu10/x-1554175) (Ping timeout: 244 seconds)
  790. # [16:55] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
  791. # [16:56] * Joins: ibere (~nitidaweb@187.112.14.115)
  792. # [16:56] * Quits: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (Quit: Computer has gone to sleep.)
  793. # [16:59] * Quits: Maxani (~maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr) (Quit: Computer has gone to sleep.)
  794. # [17:03] * Quits: WebDragon (~webdragon@c-68-82-181-85.hsd1.de.comcast.net) (Quit: the corollary to be ye not so annoying: be ye not so easily annoyed.)
  795. # [17:04] * Quits: ibere (~nitidaweb@187.112.14.115) (Quit: Leaving.)
  796. # [17:05] * Quits: roel (~quassel@d54C236E3.access.telenet.be) (Remote host closed the connection)
  797. # [17:05] * Joins: r0tha (~r0tha@76-218-126-126.lightspeed.sntcca.sbcglobal.net)
  798. # [17:06] * Quits: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net) (Quit: Computer has gone to sleep.)
  799. # [17:08] * Joins: ShooterMG (~shootermg@c-71-236-153-81.hsd1.or.comcast.net)
  800. # [17:08] * Joins: zenorocha (~zenorocha@187.105.99.147)
  801. # [17:08] * Quits: zArglex (~zArglex@rsf-etud.univ-mlv.fr) (Remote host closed the connection)
  802. # [17:11] * Quits: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be) (Quit: bbl)
  803. # [17:14] * Quits: Somatt_wrk (~somattwrk@darkstar2.fullsix.com) (Ping timeout: 252 seconds)
  804. # [17:14] * Joins: bartell (~bartell@75-137-152-250.dhcp.gwnt.ga.charter.com)
  805. # [17:15] * Quits: barneybook (~Barneyboo@114-44-198-55.dynamic.hinet.net) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
  806. # [17:18] * Joins: ibere (~nitidaweb@187.112.14.115)
  807. # [17:18] * Quits: tomshreds (~shreds@18-156.tr.cgocable.ca) (Ping timeout: 260 seconds)
  808. # [17:21] * Quits: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (Read error: Connection reset by peer)
  809. # [17:22] * Joins: Maxani (~maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr)
  810. # [17:22] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
  811. # [17:26] * Joins: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net)
  812. # [17:26] * Quits: ibere (~nitidaweb@187.112.14.115) (Quit: Leaving.)
  813. # [17:27] * Joins: asher^ (asher@101.166.147.73)
  814. # [17:27] * Quits: asher^ (asher@101.166.147.73) (Changing host)
  815. # [17:27] * Joins: asher^ (asher@unaffiliated/asher/x-9381395)
  816. # [17:32] * Quits: emc (~cburgdorf@host81-149-6-231.in-addr.btopenworld.com) (Quit: emc)
  817. # [17:34] * Joins: quest88 (~quest88@c-24-7-34-255.hsd1.ca.comcast.net)
  818. # [17:37] * Quits: dieb_ (~dieb_@unaffiliated/andredieb) (Quit: dieb_)
  819. # [17:38] * Joins: Jon47 (~Adium@199.101.130.50)
  820. # [17:38] * Quits: tocka (~asd@host81-136-157-15.in-addr.btopenworld.com)
  821. # [17:39] * Joins: cgcardona (~cgcardona@c-24-4-198-207.hsd1.ca.comcast.net)
  822. # [17:39] * Quits: cgcardona (~cgcardona@c-24-4-198-207.hsd1.ca.comcast.net) (Changing host)
  823. # [17:39] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
  824. # [17:40] * Quits: Maxani (~maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr) (Quit: Computer has gone to sleep.)
  825. # [17:41] * Quits: phrearch (~Phrearch@D57D5B32.static.ziggozakelijk.nl) (Remote host closed the connection)
  826. # [17:42] * Quits: zeppo (~zeppo@static-88.131.87.100.addr.tdcsong.se) (Quit: zeppo)
  827. # [17:50] * Joins: benknight (~Adium@70-36-140-89.dsl.dynamic.sonic.net)
  828. # [17:51] * Joins: emc (~cburgdorf@host81-149-6-231.in-addr.btopenworld.com)
  829. # [17:51] * Joins: ibere (~nitidaweb@187.112.14.115)
  830. # [17:53] * Quits: MisterSpeaker (~MisterSpe@zenexity2.pck.nerim.net) (Remote host closed the connection)
  831. # [17:53] * Quits: Aric (~Aric@50-56-235-177.static.cloud-ips.com) (Ping timeout: 255 seconds)
  832. # [17:55] * Joins: MisterSpeaker (~MisterSpe@zenexity2.pck.nerim.net)
  833. # [17:56] * Joins: Aric (~Aric@50-56-235-177.static.cloud-ips.com)
  834. # [17:57] * Joins: axos411 (~axos@xdsl-78-35-191-243.netcologne.de)
  835. # [17:59] * Quits: quest88 (~quest88@c-24-7-34-255.hsd1.ca.comcast.net) (Quit: quest88)
  836. # [18:01] * Joins: Maxani (~Maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr)
  837. # [18:02] * Quits: whitman (whitman@dm-cis-037.its.dur.ac.uk)
  838. # [18:02] * Joins: WebDragon (~webdragon@c-68-82-181-85.hsd1.de.comcast.net)
  839. # [18:03] * Quits: sh0ne (~Unknown@77.105.55.70) (Quit: Leaving)
  840. # [18:04] * Quits: fuho (~fuho@ool-43579a5e.dyn.optonline.net) (Quit: Leaving)
  841. # [18:06] * Quits: lewisp (~lewisp@host81-136-219-67.in-addr.btopenworld.com) (Read error: Operation timed out)
  842. # [18:06] * Quits: kaushik_ (~kaushik@c-69-141-43-227.hsd1.nj.comcast.net) (Ping timeout: 244 seconds)
  843. # [18:08] * Joins: AlbireoX (~AlbireoX@76.78.168.91)
  844. # [18:08] * Joins: Somatt_wrk (~somattwrk@darkstar2.fullsix.com)
  845. # [18:10] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
  846. # [18:12] * Quits: Maxani (~Maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr) (Remote host closed the connection)
  847. # [18:13] * Quits: ibere (~nitidaweb@187.112.14.115) (Quit: Leaving.)
  848. # [18:13] * Joins: devmikey (~irc@unaffiliated/devmikey)
  849. # [18:13] * Quits: AlbireoX (~AlbireoX@76.78.168.91) (Read error: Connection reset by peer)
  850. # [18:14] * Joins: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net)
  851. # [18:15] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
  852. # [18:17] * Quits: kennyluck (~kennyluck@119.161.158.96) (Read error: Connection reset by peer)
  853. # [18:17] * Joins: AlbireoX (~AlbireoX@76.78.153.175)
  854. # [18:18] * Joins: kennyluck (~kennyluck@119.161.158.96)
  855. # [18:19] * Joins: victorbjelkholm (~victorbje@66.Red-79-159-182.staticIP.rima-tde.net)
  856. # [18:20] * Quits: MisterSpeaker (~MisterSpe@zenexity2.pck.nerim.net) (Remote host closed the connection)
  857. # [18:20] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Quit: dgathright)
  858. # [18:20] * Quits: miChou (~mibalan@dublin-proxy.adobe.com) (Quit: Leaving.)
  859. # [18:23] * Quits: r0tha (~r0tha@76-218-126-126.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
  860. # [18:23] * Joins: chaiz_ (~chaiz@ppp-124-121-5-108.revip2.asianet.co.th)
  861. # [18:24] * Quits: chaiz (~chaiz@ppp-115-87-57-177.revip4.asianet.co.th) (Ping timeout: 265 seconds)
  862. # [18:25] * Joins: Ziioynx (~ziioynx@S01060006b114b976.vc.shawcable.net)
  863. # [18:26] * Joins: mcaddoo (~quassel@81.179.1.38)
  864. # [18:26] * Quits: caddoo (~quassel@81.179.1.38) (Ping timeout: 256 seconds)
  865. # [18:27] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
  866. # [18:28] * Joins: stevegill (~stevengil@99-43-255-97.lightspeed.sntcca.sbcglobal.net)
  867. # [18:29] * Quits: squeakytoy (~christoff@gateway.netset.se) (Quit: Leaving)
  868. # [18:30] * Joins: andyguzman (~andyguzma@71-94-0-129.dhcp.knwc.wa.charter.com)
  869. # [18:31] * Joins: Me1000 (~Me1000@74-143-221-15.static.insightbb.com)
  870. # [18:32] * Quits: fliip (~TorianLok@client0880.vpn.ox.ac.uk) (Ping timeout: 264 seconds)
  871. # [18:36] * Parts: axos411 (~axos@xdsl-78-35-191-243.netcologne.de) ("Leaving.")
  872. # [18:36] * Joins: axos411 (~axos@xdsl-78-35-191-243.netcologne.de)
  873. # [18:38] * Quits: kennyluck (~kennyluck@119.161.158.96) (Ping timeout: 245 seconds)
  874. # [18:41] * Joins: blinkerror (~Thunderbi@121.54.34.3)
  875. # [18:42] * Joins: Jayflux (~jay_knows@cpc6-dudl6-0-0-cust126.16-1.cable.virginmedia.com)
  876. # [18:42] * Quits: benknight (~Adium@70-36-140-89.dsl.dynamic.sonic.net) (Quit: Leaving.)
  877. # [18:44] * Joins: dieb_ (~dieb_@unaffiliated/andredieb)
  878. # [18:47] * Quits: rumpl (~rumpl@smtp.megalo-company.com) (Quit: Leaving)
  879. # [18:49] <sunbeam> Whats the best for mobile smartphones?
  880. # [18:49] <sunbeam> media screen and (max-width: 480px) {
  881. # [18:49] <sunbeam> ?
  882. # [18:49] * Quits: sertaconay (~sertacona@unaffiliated/sertaconay) (Remote host closed the connection)
  883. # [18:50] * abstractj is now known as abstractj|lunch
  884. # [18:50] * Joins: benknight (~Adium@70-36-140-89.dsl.dynamic.sonic.net)
  885. # [18:51] * Quits: JakeA (~Adium@149.241.185.200) (Quit: Leaving.)
  886. # [18:53] * Quits: Ziioynx (~ziioynx@S01060006b114b976.vc.shawcable.net) (Ping timeout: 276 seconds)
  887. # [18:53] * Quits: benknight (~Adium@70-36-140-89.dsl.dynamic.sonic.net) (Client Quit)
  888. # [18:55] * Joins: AlbireoX`Laptop (~AlbireoX@76.78.168.91)
  889. # [18:55] * Quits: sydlawrence (~KidSyd@188-222-193-175.zone13.bethere.co.uk) (Quit: sydlawrence)
  890. # [18:56] * Joins: IEtop (~jarrydlyn@197.168.180.173)
  891. # [18:56] <chee> sunbeam: i use these http://css-tricks.com/snippets/css/media-queries-for-standard-devices/
  892. # [18:56] * IEtop is now known as curly26
  893. # [18:57] * Parts: curly26 (~jarrydlyn@197.168.180.173)
  894. # [18:57] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
  895. # [18:58] * Quits: emc (~cburgdorf@host81-149-6-231.in-addr.btopenworld.com) (Quit: emc)
  896. # [18:58] * Quits: AlbireoX (~AlbireoX@76.78.153.175) (Ping timeout: 244 seconds)
  897. # [18:58] * Joins: danielwrobert (~danielwro@trestles.cukerinteractive.com)
  898. # [18:58] * Joins: r0tha (~r0tha@173.247.200.122)
  899. # [18:59] * Quits: AlbireoX`Laptop (~AlbireoX@76.78.168.91) (Remote host closed the connection)
  900. # [18:59] * Joins: ericduran (~ericduran@rrcs-50-75-192-250.nyc.biz.rr.com)
  901. # [18:59] * Joins: AlbireoX (~AlbireoX@76.78.153.175)
  902. # [19:00] * Quits: mcaddoo (~quassel@81.179.1.38) (Remote host closed the connection)
  903. # [19:00] * Quits: shac (~shac@5ad73812.bb.sky.com) (Excess Flood)
  904. # [19:01] * Joins: shac (~shac@5ad73812.bb.sky.com)
  905. # [19:01] * Joins: Reite (~chris@cm-84.211.71.25.getinternet.no)
  906. # [19:02] * Quits: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com) (Remote host closed the connection)
  907. # [19:02] * Joins: Maxani (~maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr)
  908. # [19:02] <chee> sunbeam: in regards to normalize vs reset, those resets are expensive for browsers. normalize just targets the styles that some browsers are out of line on, and brings everybody back to a normal, back to standards. there's nothing stopping you from adding *{margin: 0 !important; padding: 0 !important;} to your css though. it's perfectly legal
  909. # [19:04] <sunbeam> chee: ok thanks!
  910. # [19:04] * Joins: johnkpau_ (~johnkpaul@74.113.160.200)
  911. # [19:04] <obert-> it is just useless to use the univ selector
  912. # [19:05] * Quits: ShooterMG (~shootermg@c-71-236-153-81.hsd1.or.comcast.net) (Remote host closed the connection)
  913. # [19:06] <obert-> s/useles/makes no sense
  914. # [19:06] <sunbeam> obert-: how do you mean
  915. # [19:06] * Joins: benv (~benv@38.104.194.126)
  916. # [19:06] <chee> ya i never would reset everything like that, myself
  917. # [19:06] <chee> but if you enjoy it then feel free
  918. # [19:06] <obert-> basically you're resetting everything to 0 and then the line below you're setting everything to something
  919. # [19:06] <sunbeam> chee: and in responsive development you shouldn't define things in px but in ems and % right?
  920. # [19:06] <obert-> that's a whole weird approach
  921. # [19:07] <chee> sunbeam: because there are things that you *don't* want to reset to 0, and those things will be overridden later on
  922. # [19:07] <sunbeam> obert-: yea so you would say, use either
  923. # [19:07] <sunbeam> use any of the 2 i mean
  924. # [19:07] <chee> as obert- say
  925. # [19:07] <chee> i still use px because i'm a bad man
  926. # [19:07] <obert-> px nowdays are too good
  927. # [19:07] <obert-> it isnt 2004 anymore
  928. # [19:07] <obert-> sad but true
  929. # [19:08] <sunbeam> so isn't using px for mobile devices bad?
  930. # [19:08] <obert-> i dont think
  931. # [19:08] <obert-> the point is that responsive != mobile
  932. # [19:08] <chee> i don't think so. it's bad for internet explorer 6 and below because if you zoom in, the pictures and so on will get bigger but the font will not
  933. # [19:09] <chee> which is unfortunate for people with bad eyesight
  934. # [19:09] <sunbeam> well who supports below ie6?
  935. # [19:09] <sunbeam> or even ie6
  936. # [19:09] <obert-> yeah but ie6 is 10 years old browser
  937. # [19:09] * johnkpau_ is now known as johnkpaul_
  938. # [19:09] <chee> i write for netscape 4
  939. # [19:09] <sunbeam> i'm probably not developing as long as you, but i just don't see what usage it has
  940. # [19:09] <obert-> heh
  941. # [19:10] <sunbeam> that's like application developers would write code to be compatible on a 486
  942. # [19:10] * Quits: johnkpaul (~johnkpaul@ec2-107-20-23-79.compute-1.amazonaws.com) (Disconnected by services)
  943. # [19:10] * johnkpaul_ is now known as johnkpaul
  944. # [19:10] <chee> i wasn't telling you that because i think you should be writing for ie6
  945. # [19:10] * Quits: johnkpaul (~johnkpaul@74.113.160.200)
  946. # [19:10] <obert-> 386 was my first pc
  947. # [19:10] <chee> i was just saying it because… i guess i was saying it because i know it and i want everyone to know how smart i am
  948. # [19:10] <sunbeam> hehe
  949. # [19:11] <chee> lololo
  950. # [19:11] <chee> i wonder what my first gombuter was
  951. # [19:11] * Joins: johnkpaul (~johnkpaul@ec2-107-20-23-79.compute-1.amazonaws.com)
  952. # [19:11] <obert-> c64
  953. # [19:11] <chee> i guess we had the Dragon32 and the Dragon64 before the ZX81 came out
  954. # [19:11] <sunbeam> mine was when i was 7 in 1993, that i was allowed to use
  955. # [19:11] <sunbeam> i think ehm 386 ?
  956. # [19:11] <sunbeam> or was that too leet for that time
  957. # [19:11] * Joins: kennyluck (~kennyluck@119.161.158.96)
  958. # [19:12] * Joins: jeema (~jima@64.128.82.30)
  959. # [19:12] <obert-> could be
  960. # [19:12] * Quits: Itrace (~Itrace@74-84-110-222.client.mchsi.com) (Quit: Itrace)
  961. # [19:12] <obert-> i got 386 in 90 or 89 or 91
  962. # [19:13] * Joins: mattkelly (~mattwkell@173.252.71.7)
  963. # [19:13] * Quits: mattkelly (~mattwkell@173.252.71.7) (Changing host)
  964. # [19:13] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
  965. # [19:13] * Quits: _moon (~moon@LNeuilly-152-22-7-151.w193-251.abo.wanadoo.fr) (Quit: All those moments will be lost in time, like tears in rain.)
  966. # [19:13] <obert-> missin prince of persia
  967. # [19:13] <sunbeam> hehe
  968. # [19:14] <sunbeam> i just played super mario bros 3 in like 15 mins till level 8
  969. # [19:14] <obert-> on 386?
  970. # [19:14] <sunbeam> no on my mbp :P
  971. # [19:14] <obert-> mbp?
  972. # [19:15] <sunbeam> macbookpro
  973. # [19:15] <obert-> i'm missin prince of persia but not pacman, btw https://www.django-cms.org/en/demo/
  974. # [19:15] * Quits: jgomez (~jgomez@79.121.254.19) (Remote host closed the connection)
  975. # [19:15] * Quits: blinkerror (~Thunderbi@121.54.34.3) (Quit: blinkerror)
  976. # [19:15] <obert-> no idea about mac
  977. # [19:16] <sunbeam> cool
  978. # [19:18] <sunbeam> but seriously obert-
  979. # [19:18] <sunbeam> when you need to develop a site for mobile devices support too
  980. # [19:18] <sunbeam> do you work in px and not in % ?
  981. # [19:18] <sunbeam> for content sections, header footer etc
  982. # [19:19] <obert-> wow i arrived at third level for the first time
  983. # [19:19] <obert-> i never dev a serious mobile app
  984. # [19:20] <sunbeam> ohh
  985. # [19:20] <sunbeam> what about chee
  986. # [19:20] <chee> what about chee
  987. # [19:20] <obert-> talkin about responsive design it no matters
  988. # [19:20] <obert-> mobile is diff story
  989. # [19:20] * Joins: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
  990. # [19:20] <chee> i work in pixels on nearly everything because i'm a bad man, as i said
  991. # [19:21] * Quits: Maxani (~maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr) (Quit: Computer has gone to sleep.)
  992. # [19:21] <chee> i've developed mobile apps and still used pixels and everything has been fine and nobody died
  993. # [19:21] <obert-> responsive design is almost easy, the key is media queries, so if you want to use % you just need to setup a max-width in px or em lookin at the media query you're using
  994. # [19:22] <obert-> http://effecorta.it it should be almost responsive, not sure about all res, though. lazy on test it
  995. # [19:23] <sunbeam> ok
  996. # [19:23] <obert-> my own site instead should be ok http://ramacciotti.altervista.org/
  997. # [19:23] <sunbeam> sec
  998. # [19:23] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
  999. # [19:23] <sunbeam> well, i'd first start to adddress everything 1024px and above
  1000. # [19:23] <obert-> first link use px, second %
  1001. # [19:23] <sunbeam> (thats easy because i did that a thousand times)
  1002. # [19:23] <sunbeam> @media only screen and (min-width: 35em) {
  1003. # [19:23] <sunbeam> or
  1004. # [19:23] * Quits: AlbireoX (~AlbireoX@76.78.153.175) (Read error: Connection reset by peer)
  1005. # [19:23] <sunbeam> @media only screen and (min-width: 980px) { ?
  1006. # [19:23] <sunbeam> whats better to use to address all 1024px resolutions
  1007. # [19:23] <obert-> 35em what means?:)
  1008. # [19:24] <sunbeam> and higher
  1009. # [19:24] * Joins: AlbireoX (~AlbireoX@76.78.153.175)
  1010. # [19:24] <obert-> do you know which font-size user will have?
  1011. # [19:24] * Joins: benknight (~Adium@bastion.sfo1.yelpcorp.com)
  1012. # [19:24] <sunbeam> well, i'd set the base size
  1013. # [19:24] <sunbeam> but i guess thats not a good approach?
  1014. # [19:24] <obert-> if you set the body size sure
  1015. # [19:25] * Quits: AlbireoX (~AlbireoX@76.78.153.175) (Read error: Connection reset by peer)
  1016. # [19:25] * Joins: squeakytoy (~christoff@h87-96-232-107.dynamic.se.alltele.net)
  1017. # [19:25] <obert-> it no means nothing to us, without know that, perhaps
  1018. # [19:25] * Joins: AlbireoX (~AlbireoX@76.78.153.175)
  1019. # [19:25] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
  1020. # [19:26] <sunbeam> how do you mean
  1021. # [19:26] <obert-> anyway i'm an em fan. but i started to kill ie6 support since sometimes. i can just use max-width: px
  1022. # [19:26] * Quits: devmikey (~irc@unaffiliated/devmikey) (Ping timeout: 255 seconds)
  1023. # [19:26] <obert-> to cover large screen res
  1024. # [19:27] <obert-> look at my site, for example
  1025. # [19:27] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 240 seconds)
  1026. # [19:27] * Joins: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net)
  1027. # [19:27] * Quits: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net) (Changing host)
  1028. # [19:27] * Joins: moshee (~moshee@unaffiliated/moshee)
  1029. # [19:28] <obert-> 2560, 1950,1280,1024,750,600,480 and perhaps you need to add a minor value for other kind of mobiles
  1030. # [19:28] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Remote host closed the connection)
  1031. # [19:28] <obert-> perhaps i'd used too many css, but who cares
  1032. # [19:28] * Joins: dgathright (~dgathrigh@nat/yahoo/x-fjgrzggjbhbeckpr)
  1033. # [19:29] <obert-> anyway google should have a full list of mobile and desktop screen res to be covered
  1034. # [19:29] * Joins: whitman (~whitman@87-194-159-116.bethere.co.uk)
  1035. # [19:29] <obert-> to test my sites you can just resize the browser window using the mouse, from right to left
  1036. # [19:29] * Joins: Mikato (~Mikato@unaffiliated/mikato)
  1037. # [19:29] <obert-> and you'll see positions changing
  1038. # [19:29] <sunbeam> http://css-tricks.com/snippets/css/media-queries-for-standard-devices/
  1039. # [19:29] <sunbeam> this u mean right obert-
  1040. # [19:30] <obert-> that url? no idea
  1041. # [19:30] <obert-> cannot remember where i'd learnt it
  1042. # [19:30] <obert-> something here and there perhaps
  1043. # [19:30] <obert-> never trust a single resource on the web, except w3.org
  1044. # [19:31] <sunbeam> obert-: your site is a good example but
  1045. # [19:31] <sunbeam> ehm sec
  1046. # [19:32] <obert-> but you can learn from many resources. for example if you want to use html5 you could take the normalise.css and remove all the useless stuff, by keepin only the header,footer,section { display: block; } stuff
  1047. # [19:32] * Quits: AlbireoX (~AlbireoX@76.78.153.175) (Ping timeout: 245 seconds)
  1048. # [19:32] <obert-> ul { margin-left: 40px; } as in normalize.css is evil. imho
  1049. # [19:32] <sunbeam> Yea, and i saw a few more of which i thought it was evil
  1050. # [19:33] <obert-> general tags usage is pure evil, too often
  1051. # [19:33] <sunbeam> obert-: btw, you don't need media queries for ie9> ?
  1052. # [19:33] <obert-> dunno?
  1053. # [19:33] * EHLOVader is now known as EHLOVader[afk]
  1054. # [19:33] <obert-> is there ie9 out there?
  1055. # [19:33] * Quits: chaiz_ (~chaiz@ppp-124-121-5-108.revip2.asianet.co.th) (Read error: Connection reset by peer)
  1056. # [19:33] <sunbeam> lol i think less then ie9 doesn't support media queries
  1057. # [19:34] <sunbeam> obert-: also, why don't you use all media queries in 1 css file
  1058. # [19:34] <obert-> there's surely js to fix that
  1059. # [19:34] <sunbeam> yea i know
  1060. # [19:34] <sunbeam> i use that, just was wondering
  1061. # [19:34] <obert-> because i dont like good performance:p
  1062. # [19:34] * Joins: ffs82defxp (~ffs82defx@50.13.5.73)
  1063. # [19:34] <obert-> to me internal @media rules sounds like @import usage = bad approach
  1064. # [19:35] <sunbeam> ok clear
  1065. # [19:35] <obert-> but i know that some good people told me to use internal @media rules to keep up performance
  1066. # [19:35] <obert-> but they told me that too late. so i left the css as there
  1067. # [19:36] <obert-> it's up to you anyway
  1068. # [19:36] <sunbeam> yea i guess specially on large projects seperate files could be better
  1069. # [19:36] <obert-> not for performance, seems
  1070. # [19:37] <obert-> i usually trust the person who told me that
  1071. # [19:37] <obert-> 1 file = 1 server request, more files = more server requests
  1072. # [19:37] * EHLOVader[afk] is now known as EHLOVader
  1073. # [19:37] <obert-> i assume that was they tried to tell me
  1074. # [19:37] * Joins: chaiz_ (~chaiz@ppp-124-122-208-20.revip2.asianet.co.th)
  1075. # [19:38] <obert-> but yes, separate files let you dev easily
  1076. # [19:38] <sunbeam> another question btw
  1077. # [19:39] <sunbeam> in a html responsive site i try to creater i want the header to display the full width/height of the browser screen
  1078. # [19:39] <sunbeam> when any of the header nav links are clicked the site should reveal the rest of the content
  1079. # [19:39] <sunbeam> create*
  1080. # [19:40] <sunbeam> and those header nav links should always be at the bottom of the screen
  1081. # [19:41] <obert-> ???
  1082. # [19:42] * Joins: Itrace (~Itrace@74-84-110-222.client.mchsi.com)
  1083. # [19:42] <sunbeam> you dont undertand or
  1084. # [19:43] * abstractj|lunch is now known as abstractj
  1085. # [19:43] <obert-> didnt gotcha yep
  1086. # [19:43] <obert-> use tinkerbin and do some tests and show us
  1087. # [19:43] <obert-> but i assume it is #css territory
  1088. # [19:44] * Quits: andyguzman (~andyguzma@71-94-0-129.dhcp.knwc.wa.charter.com) (Quit: andyguzman)
  1089. # [19:45] <sunbeam> ok i asked there too
  1090. # [19:49] * Joins: pinage404 (~pinage404@APuteaux-651-1-25-183.w81-249.abo.wanadoo.fr)
  1091. # [19:50] * Quits: frankstallone (~frankstal@72.10.55.185)
  1092. # [19:51] * Joins: thisgeek (~chris@ool-45757782.dyn.optonline.net)
  1093. # [19:55] * Joins: alabala (~alabala@178.254.206.154)
  1094. # [19:57] * Quits: chaiz_ (~chaiz@ppp-124-122-208-20.revip2.asianet.co.th) (Read error: Connection reset by peer)
  1095. # [19:57] * Joins: blinkerror (~Thunderbi@121.54.34.3)
  1096. # [19:57] * Quits: blinkerror (~Thunderbi@121.54.34.3) (Client Quit)
  1097. # [19:59] * Quits: asher^ (asher@unaffiliated/asher/x-9381395)
  1098. # [20:00] * Joins: tornado (~tornado@197.134.14.132)
  1099. # [20:01] * Joins: debsan (~debsan@190.245.74.16)
  1100. # [20:01] * abstractj is now known as abstractj|brb
  1101. # [20:03] * Quits: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Remote host closed the connection)
  1102. # [20:04] * Joins: devmikey (~irc@unaffiliated/devmikey)
  1103. # [20:05] * Quits: pinage404 (~pinage404@APuteaux-651-1-25-183.w81-249.abo.wanadoo.fr) (Quit: Screw you guys I'm going home)
  1104. # [20:06] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Read error: Connection reset by peer)
  1105. # [20:07] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
  1106. # [20:07] * Joins: Morkovich (~Morkovich@gateway/tor-sasl/morkovich)
  1107. # [20:09] * Joins: mykul (~mykul@c-71-56-217-213.hsd1.co.comcast.net)
  1108. # [20:09] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
  1109. # [20:10] * Quits: xonecas (~dev@c-24-4-38-210.hsd1.ca.comcast.net) (Quit: leaving)
  1110. # [20:12] * Quits: Somatt_wrk (~somattwrk@darkstar2.fullsix.com) (Ping timeout: 276 seconds)
  1111. # [20:14] * Quits: alabala (~alabala@178.254.206.154)
  1112. # [20:16] * Quits: _gambit (~prajwalit@61.12.96.226) (Quit: Computer has gone to sleep.)
  1113. # [20:19] * Joins: nil1511_ (~quassel@14.139.122.114)
  1114. # [20:20] * Quits: dieb_ (~dieb_@unaffiliated/andredieb) (Quit: dieb_)
  1115. # [20:21] * Joins: pandeiro (~mu@177.33.183.123)
  1116. # [20:23] * Joins: Brodingo (~Brodingo@rrcs-71-42-225-154.sw.biz.rr.com)
  1117. # [20:26] * Quits: nil1511_ (~quassel@14.139.122.114) (Read error: Connection reset by peer)
  1118. # [20:26] * Joins: nil1511_ (~quassel@14.139.122.114)
  1119. # [20:30] * Joins: alrra (~alrra@unaffiliated/alrra)
  1120. # [20:30] * Quits: rickibalboa (~ricki@84.19.107.42) (Ping timeout: 245 seconds)
  1121. # [20:30] * Joins: skylamer` (cgskylamer@78.90.213.55)
  1122. # [20:32] * Joins: mattkelly_ (~mattwkell@drupal.org/user/64049/view)
  1123. # [20:32] * Joins: snearch (~snearch@f053000097.adsl.alicedsl.de)
  1124. # [20:34] * Joins: gpantazis (~gpantazis@67-131-94-2.dia.static.qwest.net)
  1125. # [20:34] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Ping timeout: 246 seconds)
  1126. # [20:35] * mattkelly_ is now known as mattkelly
  1127. # [20:39] * Quits: Itrace (~Itrace@74-84-110-222.client.mchsi.com) (Read error: Connection reset by peer)
  1128. # [20:41] * Joins: ML74_ (~ML74@5e060313.bb.sky.com)
  1129. # [20:42] * Joins: BigKing (~BigKing@dslb-094-221-113-084.pools.arcor-ip.net)
  1130. # [20:43] * Joins: Maxani (~maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr)
  1131. # [20:44] * Joins: AlbireoX (~AlbireoX@76.78.168.91)
  1132. # [20:44] * Quits: Maxani (~maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr) (Client Quit)
  1133. # [20:44] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 256 seconds)
  1134. # [20:44] * Joins: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net)
  1135. # [20:44] * Quits: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net) (Changing host)
  1136. # [20:44] * Joins: moshee (~moshee@unaffiliated/moshee)
  1137. # [20:51] * Quits: Mikato (~Mikato@unaffiliated/mikato) (Ping timeout: 244 seconds)
  1138. # [20:54] * Joins: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
  1139. # [20:55] * Quits: ericduran (~ericduran@rrcs-50-75-192-250.nyc.biz.rr.com)
  1140. # [21:01] * Joins: rupl (~anonymous@cpe-70-113-91-225.austin.res.rr.com)
  1141. # [21:02] * Joins: roxlu (~roxlu@69-21.ftth.alicecomfortplus.nl)
  1142. # [21:02] <roxlu> hi
  1143. # [21:02] <roxlu> Does someone knows if it's possible to get access to the raw bytes of a <video> frame?
  1144. # [21:07] <tantek> yes, see: http://html5doctor.com/video-canvas-magic/
  1145. # [21:10] * abstractj|brb is now known as abstractj
  1146. # [21:11] * Quits: nil1511_ (~quassel@14.139.122.114) (Read error: Connection reset by peer)
  1147. # [21:11] * Joins: nil1511_ (~quassel@14.139.122.114)
  1148. # [21:11] * Joins: fliip (~TorianLok@client0978.vpn.ox.ac.uk)
  1149. # [21:14] * Joins: TorianLoki (~TorianLok@host86-189-13-234.range86-189.btcentralplus.com)
  1150. # [21:15] * Joins: ibere (~nitidaweb@187.112.14.115)
  1151. # [21:15] * Joins: Ms2ger (~Ms2ger@vpnk123.ugent.be)
  1152. # [21:16] * Quits: fliip (~TorianLok@client0978.vpn.ox.ac.uk) (Ping timeout: 246 seconds)
  1153. # [21:18] * Joins: _gambit (~prajwalit@59.95.2.25)
  1154. # [21:24] * Joins: ericduran (~ericduran@rrcs-50-75-192-250.nyc.biz.rr.com)
  1155. # [21:25] * Quits: skylamer` (cgskylamer@78.90.213.55) (Read error: Connection reset by peer)
  1156. # [21:28] * Quits: tornado (~tornado@197.134.14.132) (Quit: Leaving)
  1157. # [21:37] * Quits: stevegill (~stevengil@99-43-255-97.lightspeed.sntcca.sbcglobal.net) (Quit: stevegill)
  1158. # [21:38] * Quits: ibere (~nitidaweb@187.112.14.115) (Quit: Leaving.)
  1159. # [21:39] * Quits: Ms2ger (~Ms2ger@vpnk123.ugent.be) (Ping timeout: 265 seconds)
  1160. # [21:41] * Quits: axos411 (~axos@xdsl-78-35-191-243.netcologne.de) (Quit: Leaving.)
  1161. # [21:41] * Joins: ShooterMG (~shootermg@c-71-236-153-81.hsd1.or.comcast.net)
  1162. # [21:42] * Joins: axos411 (~axos@xdsl-78-35-191-243.netcologne.de)
  1163. # [21:45] * Joins: ampz (~laptop@host86-181-254-215.range86-181.btcentralplus.com)
  1164. # [21:48] * Joins: MisterSpeaker (~MisterSpe@did75-9-82-230-54-70.fbx.proxad.net)
  1165. # [21:53] * loktar_ is now known as loktar
  1166. # [21:53] * Joins: melst (~melst@pop1-3474.catv.wtnet.de)
  1167. # [21:54] * Quits: _gambit (~prajwalit@59.95.2.25) (Quit: Computer has gone to sleep.)
  1168. # [21:54] * Parts: melst (~melst@pop1-3474.catv.wtnet.de)
  1169. # [21:56] * Quits: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (Quit: Computer has gone to sleep.)
  1170. # [21:56] * Quits: nil1511_ (~quassel@14.139.122.114) (Read error: Connection reset by peer)
  1171. # [21:56] * Joins: irae_ (~irae_@nat/yahoo/x-yhebiqtvzkahfuxm)
  1172. # [21:56] * Joins: nil1511_ (~quassel@14.139.122.114)
  1173. # [21:56] * Joins: aniasis (~aniasis@64.69.4.11)
  1174. # [21:57] * Quits: benknight (~Adium@bastion.sfo1.yelpcorp.com) (Quit: Leaving.)
  1175. # [21:58] * Quits: TorianLoki (~TorianLok@host86-189-13-234.range86-189.btcentralplus.com) (Ping timeout: 245 seconds)
  1176. # [22:01] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
  1177. # [22:01] * Joins: Ikoru2 (~Ikoru@5ad01f6c.bb.sky.com)
  1178. # [22:03] * Quits: Ikoru (~Ikoru@5ad01f6c.bb.sky.com) (Ping timeout: 260 seconds)
  1179. # [22:05] * Quits: Hornet (~Hornet@cpc10-ipsw2-2-0-cust55.7-4.cable.virginmedia.com) (Ping timeout: 264 seconds)
  1180. # [22:07] * Quits: devmikey (~irc@unaffiliated/devmikey) (Ping timeout: 255 seconds)
  1181. # [22:08] * Joins: Ms2ger (~Ms2ger@91.181.190.226)
  1182. # [22:09] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Quit: mattkelly)
  1183. # [22:09] * Joins: Hornet (~Hornet@cpc10-ipsw2-2-0-cust55.7-4.cable.virginmedia.com)
  1184. # [22:09] * Joins: dieb_ (~dieb_@unaffiliated/andredieb)
  1185. # [22:09] * Quits: axos411 (~axos@xdsl-78-35-191-243.netcologne.de) (Quit: Leaving.)
  1186. # [22:11] * Quits: gyzmodo (x@89.146.107.80)
  1187. # [22:14] * Joins: j_wright (~jwright@ip70-173-176-222.lv.lv.cox.net)
  1188. # [22:15] * Quits: ffs82defxp (~ffs82defx@50.13.5.73) (Ping timeout: 245 seconds)
  1189. # [22:17] * Joins: jesseweed (~jesseweed@209-180-208-231.dia.static.qwest.net)
  1190. # [22:17] * Quits: pandeiro (~mu@177.33.183.123) (Ping timeout: 246 seconds)
  1191. # [22:18] * Joins: rickibalboa (~ricki@84.19.107.42)
  1192. # [22:19] * Quits: erichynds (~ehynds@64.206.121.41)
  1193. # [22:19] * Joins: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
  1194. # [22:21] * Quits: BigKing (~BigKing@dslb-094-221-113-084.pools.arcor-ip.net) (Remote host closed the connection)
  1195. # [22:21] * Quits: dsyme (~Cartalyst@68-185-53-78.static.knwc.wa.charter.com) (Read error: Connection reset by peer)
  1196. # [22:22] * Joins: axos411 (~axos@xdsl-78-35-191-243.netcologne.de)
  1197. # [22:23] * Quits: brucelee (~peter@69-12-252-50.dedicated.static.sonic.net) (Ping timeout: 256 seconds)
  1198. # [22:23] * Quits: gpantazis (~gpantazis@67-131-94-2.dia.static.qwest.net) (Remote host closed the connection)
  1199. # [22:25] * Quits: snowfox_ben (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net) (Ping timeout: 260 seconds)
  1200. # [22:25] * Joins: brucelee (~peter@69-12-252-50.dedicated.static.sonic.net)
  1201. # [22:28] * Joins: benknight (~Adium@bastion.sfo1.yelpcorp.com)
  1202. # [22:31] * Joins: Itrace (~Itrace@74-84-110-222.client.mchsi.com)
  1203. # [22:33] * Joins: dsyme (~Cartalyst@68-185-53-78.static.knwc.wa.charter.com)
  1204. # [22:38] * Joins: ibere (~nitidaweb@187-78-23-150.user.veloxzone.com.br)
  1205. # [22:38] * Joins: denoboom (~iDen@pool-71-171-96-58.clppva.fios.verizon.net)
  1206. # [22:40] * Joins: dnstbr (~dnstbr@unaffiliated/itspots)
  1207. # [22:41] * Quits: nil1511_ (~quassel@14.139.122.114) (Read error: Connection reset by peer)
  1208. # [22:42] * Joins: nil1511 (~quassel@14.139.122.114)
  1209. # [22:42] * Joins: gpantazis (~gpantazis@67-131-94-2.dia.static.qwest.net)
  1210. # [22:42] * Quits: jesseweed (~jesseweed@209-180-208-231.dia.static.qwest.net) (Remote host closed the connection)
  1211. # [22:51] * Quits: whitman (~whitman@87-194-159-116.bethere.co.uk)
  1212. # [22:53] * Quits: garciawebdev (~garciaweb@190.244.76.14) (Remote host closed the connection)
  1213. # [22:54] * Quits: squeakytoy (~christoff@h87-96-232-107.dynamic.se.alltele.net) (Quit: Leaving)
  1214. # [22:56] * Quits: longbeach (~mike@AFontenayssB-152-1-2-93.w82-121.abo.wanadoo.fr)
  1215. # [22:56] * Joins: stevegill (~stevengil@sjfw1-a.adobe.com)
  1216. # [22:56] * Joins: squeakytoy (~christoff@h87-96-232-107.dynamic.se.alltele.net)
  1217. # [22:58] * Quits: dnstbr (~dnstbr@unaffiliated/itspots) (Ping timeout: 255 seconds)
  1218. # [22:59] * Quits: MisterSpeaker (~MisterSpe@did75-9-82-230-54-70.fbx.proxad.net) (Remote host closed the connection)
  1219. # [23:01] * EHLOVader is now known as EHLOVader[afk]
  1220. # [23:02] * Joins: ffs82defxp (~ffs82defx@50.13.5.73)
  1221. # [23:03] * Joins: pandeiro (~mu@177.33.183.123)
  1222. # [23:03] * Quits: quiliro (~ana@177.133.44.37) (Ping timeout: 256 seconds)
  1223. # [23:04] * Quits: Me1000 (~Me1000@74-143-221-15.static.insightbb.com) (Quit: Bye!)
  1224. # [23:04] * Joins: garciawebdev (~garciaweb@190.244.76.14)
  1225. # [23:06] * Joins: quiliro (~ana@187.58.36.181)
  1226. # [23:07] * Joins: andyguzman (~andyguzma@71-94-0-129.dhcp.knwc.wa.charter.com)
  1227. # [23:10] * Joins: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com)
  1228. # [23:10] * Joins: jesseweed (~jesseweed@c-24-19-233-68.hsd1.wa.comcast.net)
  1229. # [23:10] * Quits: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk) (Quit: Ex-Chat)
  1230. # [23:13] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
  1231. # [23:14] * Quits: quiliro (~ana@187.58.36.181) (Read error: Connection reset by peer)
  1232. # [23:14] * Joins: curly26 (~jarrydlyn@197.111.255.224)
  1233. # [23:17] * Quits: vikash (~vikash@unaffiliated/vikash) (Quit: Leaving)
  1234. # [23:17] * Joins: quiliro (~ana@177.96.243.78)
  1235. # [23:18] * Joins: ikkedee (xcasio@91.228.0.4)
  1236. # [23:19] * Parts: curly26 (~jarrydlyn@197.111.255.224)
  1237. # [23:23] * Quits: thisgeek (~chris@ool-45757782.dyn.optonline.net) (Quit: thisgeek)
  1238. # [23:23] * Joins: coellobranco (~FoRcEr@239.Red-83-43-192.dynamicIP.rima-tde.net)
  1239. # [23:24] * Quits: drublic (~drublic@p5098a42b.dip0.t-ipconnect.de) (Remote host closed the connection)
  1240. # [23:24] * Quits: ibere (~nitidaweb@187-78-23-150.user.veloxzone.com.br) (Quit: Leaving.)
  1241. # [23:25] * Joins: sertaconay (~sertacona@unaffiliated/sertaconay)
  1242. # [23:26] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Quit: Leaving)
  1243. # [23:26] * Quits: nil1511 (~quassel@14.139.122.114) (Read error: Connection reset by peer)
  1244. # [23:26] * Joins: nil1511 (~quassel@14.139.122.114)
  1245. # [23:27] * Joins: Wildblue` (~wb@c-69-140-154-17.hsd1.md.comcast.net)
  1246. # [23:27] * Quits: ffs82defxp (~ffs82defx@50.13.5.73) (Ping timeout: 268 seconds)
  1247. # [23:29] * Quits: dgathright (~dgathrigh@nat/yahoo/x-fjgrzggjbhbeckpr) (Read error: Connection reset by peer)
  1248. # [23:29] * Joins: dgathright_ (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
  1249. # [23:30] * Quits: Wildblue (~wb@c-69-140-154-17.hsd1.md.comcast.net) (Read error: Operation timed out)
  1250. # [23:31] * Quits: Brodingo (~Brodingo@rrcs-71-42-225-154.sw.biz.rr.com) (Quit: (╯°□°)╯︵ǝpouǝǝɹɟ)
  1251. # [23:31] * Joins: ffs82defxp (~ffs82defx@50.13.5.73)
  1252. # [23:33] * Joins: devmikey (~irc@unaffiliated/devmikey)
  1253. # [23:34] * Quits: squeakytoy (~christoff@h87-96-232-107.dynamic.se.alltele.net) (Read error: Connection reset by peer)
  1254. # [23:36] * Joins: Martijnc (~Martijnc@d54C38583.access.telenet.be)
  1255. # [23:36] * Joins: mattkelly (~mattwkell@173.252.71.7)
  1256. # [23:36] * Quits: mattkelly (~mattwkell@173.252.71.7) (Changing host)
  1257. # [23:36] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
  1258. # [23:37] * Joins: thisgeek (~chris@ool-45757d25.dyn.optonline.net)
  1259. # [23:41] * Quits: coellobranco (~FoRcEr@239.Red-83-43-192.dynamicIP.rima-tde.net) (Quit: http://www.juanantoniomosquera.com)
  1260. # [23:43] * Quits: Itrace (~Itrace@74-84-110-222.client.mchsi.com) (Quit: Itrace)
  1261. # [23:43] * Joins: drublic (~drublic@frbg-5d84ecea.pool.mediaWays.net)
  1262. # [23:47] * Quits: rickibalboa (~ricki@84.19.107.42) (Ping timeout: 244 seconds)
  1263. # [23:47] * Quits: zspencer (~admin@cpe-75-187-146-176.neo.res.rr.com) (Quit: zspencer)
  1264. # [23:48] * Joins: machicola (~thetentma@h-66-134-161-154.lsanca54.static.covad.net)
  1265. # [23:50] * Joins: Me1000 (~Me1000@74-143-221-15.static.insightbb.com)
  1266. # [23:55] * Quits: jesseweed (~jesseweed@c-24-19-233-68.hsd1.wa.comcast.net) (Remote host closed the connection)
  1267. # [23:56] * Quits: rusfel (~rusfel@173-80-240-215.atw.dyn.suddenlink.net) (Remote host closed the connection)
  1268. # [23:57] * Quits: andyguzman (~andyguzma@71-94-0-129.dhcp.knwc.wa.charter.com) (Quit: andyguzman)
  1269. # [23:57] * Quits: zenorocha (~zenorocha@187.105.99.147) (Remote host closed the connection)
  1270. # [23:58] * abstractj is now known as abstractj|away
  1271. # [23:59] * Joins: tw2113 (~tw2113@pool-108-16-222-27.phlapa.fios.verizon.net)
  1272. # [23:59] * Quits: tw2113 (~tw2113@pool-108-16-222-27.phlapa.fios.verizon.net) (Changing host)
  1273. # [23:59] * Joins: tw2113 (~tw2113@fedora/tw2113)
  1274. # [23:59] * Quits: snearch (~snearch@f053000097.adsl.alicedsl.de) (Quit: Verlassend)
  1275. # Session Close: Wed Oct 24 00:00:00 2012

The end :)