/irc-logs / freenode / #html5 / 2011-12-20 / end

Options:

  1. # Session Start: Tue Dec 20 00:00:00 2011
  2. # Session Ident: #html5
  3. # [00:01] <martndemus> divya: https://github.com/h5bp/html5please/issues/7#issuecomment-3211021 -- dunno if it helps, but my 2 cents
  4. # [00:01] <socialhapy> ★ Issue #7 on html5please, reported by paulirish (3w, 6d ago): More data!
  5. # [00:02] <divya> martndemus: i think it would be better as a gist linked from here.
  6. # [00:02] <divya> i can edit it into that if you dont mind.
  7. # [00:02] <martndemus> sure
  8. # [00:03] * Quits: Stava (~Stava@h-86-113.a197.priv.bahnhof.se) (Read error: Connection reset by peer)
  9. # [00:03] * Joins: Jon47 (~Adium@pool-74-96-160-56.washdc.fios.verizon.net)
  10. # [00:04] <martndemus> divya: updated
  11. # [00:04] <divya> k thanks martndemus
  12. # [00:06] * Joins: schnoomac (~schnoomac@melbourne.99cluster.com)
  13. # [00:11] * Quits: martndemus (~martndemu@h254064.upc-h.chello.nl) (Quit: Lost terminal)
  14. # [00:13] * Quits: miketaylr (~miketaylr@76-229-242-92.lightspeed.okcbok.sbcglobal.net) (Quit: miketaylr)
  15. # [00:13] * Quits: Guest (~textual@CPE0023695633aa-CM0018c0d9d696.cpe.net.cable.rogers.com) (Ping timeout: 252 seconds)
  16. # [00:15] * Joins: OzDave_imac (~OzDave@27-33-43-79.static.tpgi.com.au)
  17. # [00:17] * Joins: phishy (~jeff@c-71-192-162-145.hsd1.nh.comcast.net)
  18. # [00:22] * Quits: phishy (~jeff@c-71-192-162-145.hsd1.nh.comcast.net) (Client Quit)
  19. # [00:24] * Quits: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk) (Quit: Ex-Chat)
  20. # [00:24] * Joins: phishy (~jeff@c-71-192-162-145.hsd1.nh.comcast.net)
  21. # [00:27] * Quits: CrashTest_ (~pteglia@c.66.235.63.222.static.broadstripe.net) (Ping timeout: 245 seconds)
  22. # [00:27] * Joins: phishy_ (~jeff@c-71-192-162-145.hsd1.nh.comcast.net)
  23. # [00:27] * Quits: phishy (~jeff@c-71-192-162-145.hsd1.nh.comcast.net) (Read error: Connection reset by peer)
  24. # [00:27] * phishy_ is now known as phishy
  25. # [00:36] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
  26. # [00:41] * Joins: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net)
  27. # [00:42] * Joins: aesptux (~aesptux@89.141.7.33.dyn.user.ono.com)
  28. # [00:43] * Quits: phishy (~jeff@c-71-192-162-145.hsd1.nh.comcast.net) (Read error: Connection reset by peer)
  29. # [00:43] * Joins: phishy (~jeff@c-71-192-162-145.hsd1.nh.comcast.net)
  30. # [00:45] * Quits: chinopozo (~Chinopozo@188-223-97-30.zone14.bethere.co.uk) (Quit: Bye!)
  31. # [00:46] * Joins: Moonies (~Bongle@unaffiliated/moonies)
  32. # [00:46] * Quits: Moonies (~Bongle@unaffiliated/moonies) (Read error: Connection reset by peer)
  33. # [00:48] * Quits: silentimp (~silentimp@21-159-133-95.pool.ukrtel.net) (Ping timeout: 240 seconds)
  34. # [00:49] * Quits: N0va` (~ricki@84.19.108.75) (Ping timeout: 244 seconds)
  35. # [00:50] * theresaanna is now known as theresa_away
  36. # [00:51] * Quits: robhawkes (~robhawkes@188-220-16-96.dsl.cnl.uk.net) (Quit: Linkinus - http://linkinus.com)
  37. # [00:51] * Joins: PalleZingmark (~Adium@c83-250-137-0.bredband.comhem.se)
  38. # [00:52] * Joins: trumpetmic (~trumpetmi@c-107-2-155-157.hsd1.co.comcast.net)
  39. # [00:54] * Joins: jarek (~jarek@bcz180.neoplus.adsl.tpnet.pl)
  40. # [00:54] * Quits: jarek (~jarek@bcz180.neoplus.adsl.tpnet.pl) (Changing host)
  41. # [00:54] * Joins: jarek (~jarek@unaffiliated/jarek)
  42. # [00:55] <jarek> how do I get element width and height after it has been scaled with CSS3 transforms?
  43. # [00:56] <jarek> I have to multiply the value returned by getComputedStyle() by scale ratio? Is there a better way?
  44. # [00:59] * Quits: diogogmt (~kvirc@CPE0018396f5ec0-CM0012c99ea256.cpe.net.cable.rogers.com) (Ping timeout: 268 seconds)
  45. # [00:59] * Joins: diogogmt (~kvirc@CPE0018396f5ec0-CM0012c99ea256.cpe.net.cable.rogers.com)
  46. # [01:02] * Joins: tw2113 (~tw2113@fedora/tw2113)
  47. # [01:03] * Quits: trumpetmic (~trumpetmi@c-107-2-155-157.hsd1.co.comcast.net) (Quit: Leaving.)
  48. # [01:04] <ChrisPartridge> jarek: afaik, no
  49. # [01:08] * Quits: aesptux (~aesptux@89.141.7.33.dyn.user.ono.com) (Quit: Leaving)
  50. # [01:08] <jarek> setting scale(0.5) should reduce element height by half, right?
  51. # [01:09] <ChrisPartridge> Yup
  52. # [01:09] <jarek> then it's not working for me :P
  53. # [01:09] <ChrisPartridge> jsfiddle your code
  54. # [01:10] * Quits: taylorRichie (~Adium@208.110.141.169) (Quit: Leaving.)
  55. # [01:14] * Quits: thatryan (~thatryan@c-71-202-3-49.hsd1.ca.comcast.net) (Quit: Leaving...)
  56. # [01:14] * Quits: RobLoach (~RobLoach@drupal.org/user/61114/view) (Quit: Leaving.)
  57. # [01:14] * Joins: RobLoach (~RobLoach@drupal.org/user/61114/view)
  58. # [01:15] * Joins: thatryan (~thatryan@c-71-202-3-49.hsd1.ca.comcast.net)
  59. # [01:16] * Quits: RobLoach (~RobLoach@drupal.org/user/61114/view) (Client Quit)
  60. # [01:16] * Joins: RobLoach (~RobLoach@drupal.org/user/61114/view)
  61. # [01:16] * Quits: RobLoach (~RobLoach@drupal.org/user/61114/view) (Read error: Connection reset by peer)
  62. # [01:17] * Joins: replore_ (~replore@203.152.213.161.static.zoot.jp)
  63. # [01:18] * Quits: ericduran (~ericduran@cpe-68-175-90-154.nyc.res.rr.com) (Quit: sleep)
  64. # [01:21] * Joins: JoshManders_ (~Josh@unaffiliated/killswitch)
  65. # [01:24] * Quits: andr3 (~andr3@bl14-208-171.dsl.telepac.pt) (Quit: andr3)
  66. # [01:26] * Quits: chriseppstein (~chrisepps@209.119.65.162) (Quit: chriseppstein)
  67. # [01:26] * Quits: grampajoe (~grampa@cpe-174-103-205-247.new.res.rr.com) (Quit: Bye!)
  68. # [01:27] * Quits: Thasmo (~thasmo@d86-33-68-66.cust.tele2.at)
  69. # [01:29] * Joins: dankest (~dankest@wsip-174-75-64-190.sb.sd.cox.net)
  70. # [01:30] * Quits: thatryan (~thatryan@c-71-202-3-49.hsd1.ca.comcast.net) (Quit: Leaving...)
  71. # [01:30] * Joins: axos411 (~axos@xdsl-78-35-175-141.netcologne.de)
  72. # [01:34] * Quits: thcipriani (~tyler@173-14-24-158-Colorado.hfc.comcastbusiness.net) (Quit: leaving)
  73. # [01:41] * Quits: Jon47 (~Adium@pool-74-96-160-56.washdc.fios.verizon.net) (Quit: Leaving.)
  74. # [01:43] * Quits: phishy (~jeff@c-71-192-162-145.hsd1.nh.comcast.net) (Read error: Connection reset by peer)
  75. # [01:44] * Joins: phishy (~jeff@c-71-192-162-145.hsd1.nh.comcast.net)
  76. # [01:44] * Joins: silentimp (~silentimp@46.247.230.88)
  77. # [01:47] * Quits: Jayflux (~jay_knows@cpc1-dudl6-0-0-cust1981.wolv.cable.virginmedia.com) (Remote host closed the connection)
  78. # [01:47] * Quits: BrianBlakely (~Adium@out.dentsuamerica.com) (Ping timeout: 240 seconds)
  79. # [01:47] * Quits: award85 (~itsame@c-69-181-38-133.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
  80. # [01:48] * Joins: award85 (~itsame@c-69-181-38-133.hsd1.ca.comcast.net)
  81. # [01:50] * Quits: diogogmt (~kvirc@CPE0018396f5ec0-CM0012c99ea256.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
  82. # [01:52] * Joins: diogogmt (~kvirc@CPE0018396f5ec0-CM0012c99ea256.cpe.net.cable.rogers.com)
  83. # [01:53] * Quits: rupl (~rupl@dsl093-217-226.aus1.dsl.speakeasy.net) (Quit: ^_^)
  84. # [01:55] * Quits: dankest (~dankest@wsip-174-75-64-190.sb.sd.cox.net) (Quit: Bye!)
  85. # [02:01] * Quits: joepie91 (~joepie91@86.93.142.233) (Quit: Nettalk6 - www.ntalk.de)
  86. # [02:01] * Joins: joepie91 (~joepie91@86.93.142.233)
  87. # [02:04] * Quits: phishy (~jeff@c-71-192-162-145.hsd1.nh.comcast.net) (Read error: Connection reset by peer)
  88. # [02:06] * Joins: mike5w3c_ (~MikeSmith@EM114-48-93-185.pool.e-mobile.ne.jp)
  89. # [02:07] * Joins: JL235 (~JL235@host109-151-2-90.range109-151.btcentralplus.com)
  90. # [02:10] * Quits: mike5w3c (~MikeSmith@EM1-112-96-244.pool.e-mobile.ne.jp) (Ping timeout: 268 seconds)
  91. # [02:10] * mike5w3c_ is now known as mike5w3c
  92. # [02:10] * Joins: RobLoach (~RobLoach@drupal.org/user/61114/view)
  93. # [02:11] * Quits: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (Remote host closed the connection)
  94. # [02:16] * Joins: Taar779 (~Taar779@d24-57-144-141.home.cgocable.net)
  95. # [02:16] * Quits: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk) (Quit: Leaving.)
  96. # [02:18] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: IRC is just multiplayer notepad)
  97. # [02:18] * Joins: tw2113 (~tw2113@host-139-59-230-24.midco.net)
  98. # [02:18] * Quits: tw2113 (~tw2113@host-139-59-230-24.midco.net) (Changing host)
  99. # [02:18] * Joins: tw2113 (~tw2113@fedora/tw2113)
  100. # [02:22] * Quits: dissipate (~steve@unaffiliated/dissipate) (Remote host closed the connection)
  101. # [02:23] * Joins: icepick (~icepick@unaffiliated/pitchfork)
  102. # [02:25] * Quits: diogogmt (~kvirc@CPE0018396f5ec0-CM0012c99ea256.cpe.net.cable.rogers.com) (Ping timeout: 255 seconds)
  103. # [02:25] * Joins: diogogmt (~kvirc@CPE0018396f5ec0-CM0012c99ea256.cpe.net.cable.rogers.com)
  104. # [02:29] * Quits: insin (~insin@host86-148-254-166.range86-148.btcentralplus.com) (Quit: What's the point in giving us haaaaannnds?)
  105. # [02:35] * Quits: silentimp (~silentimp@46.247.230.88) (Read error: Connection reset by peer)
  106. # [02:37] * Parts: JonathanNeal (~Jonathan@dsl211-159-045.lax1.dsl.speakeasy.net)
  107. # [02:39] * Quits: jblanche (~jblanche@ivr94-10-88-177-169-11.fbx.proxad.net) (Quit: jblanche)
  108. # [02:43] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: Leaving)
  109. # [02:43] <tw2113> which sounds more fun for IE7 debugging? increase the width by 2px to get something in place? or add a transparent 1px border around it instead?
  110. # [02:44] * Joins: thatryan (~thatryan@c-71-202-3-49.hsd1.ca.comcast.net)
  111. # [02:46] * Quits: RobLoach (~RobLoach@drupal.org/user/61114/view) (Quit: Leaving.)
  112. # [02:47] * Quits: diogogmt (~kvirc@CPE0018396f5ec0-CM0012c99ea256.cpe.net.cable.rogers.com) (Ping timeout: 268 seconds)
  113. # [02:48] * Joins: diogogmt (~kvirc@CPE0018396f5ec0-CM0012c99ea256.cpe.net.cable.rogers.com)
  114. # [02:51] * Joins: cgcardona_ (~cgcardona@69.38.221.130)
  115. # [02:51] * Quits: cgcardona_ (~cgcardona@69.38.221.130) (Changing host)
  116. # [02:51] * Joins: cgcardona_ (~cgcardona@unaffiliated/cgcardona)
  117. # [02:51] * Quits: cgcardona_ (~cgcardona@unaffiliated/cgcardona) (Client Quit)
  118. # [02:53] * Joins: Moonies (~Bongle@unaffiliated/moonies)
  119. # [02:53] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Ping timeout: 252 seconds)
  120. # [02:54] * Quits: Moonies (~Bongle@unaffiliated/moonies) (Read error: Connection reset by peer)
  121. # [02:55] * Quits: PalleZingmark (~Adium@c83-250-137-0.bredband.comhem.se) (Quit: Leaving.)
  122. # [02:58] * Quits: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net)
  123. # [03:01] * Joins: Moonies (~Bongle@unaffiliated/moonies)
  124. # [03:02] * Joins: jacobolus (~jacobolus@c-76-102-85-42.hsd1.ca.comcast.net)
  125. # [03:07] * Quits: Taar779 (~Taar779@d24-57-144-141.home.cgocable.net) (Quit: Leaving)
  126. # [03:10] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Never look down on someone unless you're helping them up.)
  127. # [03:10] * Joins: tw2113_as_well (~tw2113@host-139-59-230-24.midco.net)
  128. # [03:10] * tw2113_as_well is now known as tw2113
  129. # [03:10] * Quits: tw2113 (~tw2113@host-139-59-230-24.midco.net) (Changing host)
  130. # [03:10] * Joins: tw2113 (~tw2113@fedora/tw2113)
  131. # [03:14] * Quits: _dc (~dc@c-24-20-239-11.hsd1.or.comcast.net) (Remote host closed the connection)
  132. # [03:15] * Joins: budmaddock1 (~budmaddoc@essn-4d09ca11.pool.mediaWays.net)
  133. # [03:17] * Joins: _dc (~dc@c-24-20-239-11.hsd1.or.comcast.net)
  134. # [03:17] * Quits: budmaddock (~budmaddoc@essn-5d8303bb.pool.mediaWays.net) (Ping timeout: 245 seconds)
  135. # [03:24] * Quits: OzDave_imac (~OzDave@27-33-43-79.static.tpgi.com.au) (Quit: OzDave_imac)
  136. # [03:25] * Quits: award85 (~itsame@c-69-181-38-133.hsd1.ca.comcast.net) (Changing host)
  137. # [03:25] * Joins: award85 (~itsame@unaffiliated/award85)
  138. # [03:28] * Quits: croby (~croby@c-24-22-130-41.hsd1.wa.comcast.net) (Quit: croby)
  139. # [03:31] * Quits: zampano (~Jim@unaffiliated/zampano) (Read error: Connection reset by peer)
  140. # [03:32] * Joins: zampano (~Jim@unaffiliated/zampano)
  141. # [03:35] * Joins: croby (~croby@c-24-22-130-41.hsd1.wa.comcast.net)
  142. # [03:40] * Quits: award85 (~itsame@unaffiliated/award85) (Quit: leaving)
  143. # [03:41] * Joins: nodecoder123 (~bfishe200@68.87.42.115)
  144. # [03:41] <nodecoder123> how much money do u guys make in ur jobs
  145. # [03:44] * Joins: jeffszusz (~jeffszusz@dyn216-8-169-230.ADSL.mnsi.net)
  146. # [03:44] <tw2113> sup jeffszusz
  147. # [03:44] <tw2113> $30/hr at the moment freelance nodecoder123
  148. # [03:45] <nodecoder123> how old
  149. # [03:45] <nodecoder123> err how experienced
  150. # [03:45] <tw2113> graduated college in 07
  151. # [03:45] <nodecoder123> son of a bitch!!!!
  152. # [03:45] <tw2113> but wasn't able to get my foot in the door till 2010
  153. # [03:45] <nodecoder123> how long have u been coding
  154. # [03:45] <tw2113> and most of my time was idle/freelance on the side up to that
  155. # [03:45] <nodecoder123> or just web design
  156. # [03:46] <tw2113> well to be fair, i remember making websites with angelfire
  157. # [03:46] <jeffszusz> hello
  158. # [03:46] <jeffszusz> lol angelfire brings back memories here
  159. # [03:47] <nodecoder123> i make 71k
  160. # [03:48] <nodecoder123> my company makes like millions off my sites
  161. # [03:48] <nodecoder123> and my ability to set systems up and stuff
  162. # [03:48] <nodecoder123> is beyond a web developer
  163. # [03:48] <nodecoder123> and yet they yell at me
  164. # [03:49] * Joins: award85 (~itsame@c-69-181-38-133.hsd1.ca.comcast.net)
  165. # [03:49] * Quits: award85 (~itsame@c-69-181-38-133.hsd1.ca.comcast.net) (Changing host)
  166. # [03:49] * Joins: award85 (~itsame@unaffiliated/award85)
  167. # [03:53] * Joins: taar779 (~taar779@d24-57-144-141.home.cgocable.net)
  168. # [03:57] * Quits: JoshuaJones (~JoshuaJon@67.198.198.66) (Quit: Leaving...)
  169. # [03:58] * Quits: JoshManders_ (~Josh@unaffiliated/killswitch) (Ping timeout: 240 seconds)
  170. # [04:01] * Quits: nassosdim (~nassosdim@ppp-94-65-56-196.home.otenet.gr) (Quit: Off.)
  171. # [04:01] * Quits: Moonies (~Bongle@unaffiliated/moonies) (Read error: Connection reset by peer)
  172. # [04:02] * Joins: Moonies (~Bongle@unaffiliated/moonies)
  173. # [04:02] * Quits: award85 (~itsame@unaffiliated/award85) (Quit: leaving)
  174. # [04:03] * Joins: JoshuaJones (~JoshuaJon@67.198.198.66)
  175. # [04:03] * Joins: award85 (~itsame@unaffiliated/award85)
  176. # [04:04] * Joins: xjiujiu (~quassel@218.77.14.195)
  177. # [04:04] * Joins: tyoc213 (~tyoc213@187.152.138.18)
  178. # [04:04] <tyoc213> Hi there, how I switch a CSS?
  179. # [04:05] <tyoc213> the 2 CSS have same classes, but different names for the URL
  180. # [04:05] <tyoc213> or I need to do a replace method for each CSS class?
  181. # [04:06] * Quits: JoshuaJones (~JoshuaJon@67.198.198.66) (Client Quit)
  182. # [04:07] * Joins: chriseppstein (~chrisepps@99-6-85-4.lightspeed.sntcca.sbcglobal.net)
  183. # [04:10] * Quits: axos411 (~axos@xdsl-78-35-175-141.netcologne.de) (Quit: Leaving.)
  184. # [04:12] <nodecoder123> what
  185. # [04:12] <nodecoder123> i dont understand
  186. # [04:15] * Joins: ryanneufeld (~ryanneufe@S0106002618c70459.vf.shawcable.net)
  187. # [04:18] <zeppo> like you want to decide which stylesheet to load?
  188. # [04:19] * Joins: gavin_huang (~gravof@122.245.148.181)
  189. # [04:21] <Moonies> http://arstechnica.com/science/news/2011/12/mit-launching-certificate-program-based-on-opencourseware-open-source-platform.ars
  190. # [04:22] * Quits: thatryan (~thatryan@c-71-202-3-49.hsd1.ca.comcast.net) (Quit: Leaving...)
  191. # [04:24] * Quits: dilvie (~chatzilla@50-0-92-40.dsl.dynamic.sonic.net) (Ping timeout: 240 seconds)
  192. # [04:26] * Joins: TheEmpath (~The@cpe-98-154-231-236.socal.res.rr.com)
  193. # [04:26] <TheEmpath> so CSS3 is... confusing?
  194. # [04:26] <TheEmpath> I'm seeing ampersands next to selectors and no one seems to know what they are caleld or what they do
  195. # [04:26] <TheEmpath> .elements { &.empty { color: #333 } }
  196. # [04:27] * Quits: tmds (~tmds@gateway/tor-sasl/tmds) (Quit: Leaving)
  197. # [04:38] <tw2113> TheEmpath http://joeloliveira.com/2011/06/28/the-ampersand-a-killer-sass-feature/
  198. # [04:41] * Joins: dilvie (~chatzilla@204-16-153-102-static.ipnetworksinc.net)
  199. # [04:41] * Joins: thatryan (~thatryan@c-71-202-3-49.hsd1.ca.comcast.net)
  200. # [04:41] * Quits: Moonies (~Bongle@unaffiliated/moonies) (Quit: quack)
  201. # [04:41] * Quits: tyoc213 (~tyoc213@187.152.138.18) (Remote host closed the connection)
  202. # [04:42] * Joins: silentimp (~silentimp@25-110-133-95.pool.ukrtel.net)
  203. # [04:44] * Joins: axos411 (~axos@xdsl-78-35-175-141.netcologne.de)
  204. # [04:44] * Quits: axos411 (~axos@xdsl-78-35-175-141.netcologne.de) (Client Quit)
  205. # [04:49] * Joins: Vennril2 (~vennril@p4FCB0896.dip0.t-ipconnect.de)
  206. # [04:49] * Quits: Vennril (~vennril@p4FCB09C2.dip0.t-ipconnect.de) (Ping timeout: 268 seconds)
  207. # [04:52] <TheEmpath> tw2113: thanks, explains everything!
  208. # [04:52] * Quits: TheEmpath (~The@cpe-98-154-231-236.socal.res.rr.com) (Quit: Leaving)
  209. # [04:55] * Quits: strevat (~strevat@c-24-128-190-16.hsd1.ma.comcast.net) (Quit: strevat)
  210. # [04:57] * Quits: xjiujiu (~quassel@218.77.14.195) (Remote host closed the connection)
  211. # [05:03] * Quits: benv (~benv@50-0-80-160.dsl.static.sonic.net) (Quit: Leaving...)
  212. # [05:04] * Quits: fearlesstost (~fearlesst@66.220.145.99) (Quit: fearlesstost)
  213. # [05:04] * Joins: xjiujiu (~quassel@218.77.14.195)
  214. # [05:05] * Quits: xjiujiu (~quassel@218.77.14.195) (Remote host closed the connection)
  215. # [05:05] * Quits: dilvie (~chatzilla@204-16-153-102-static.ipnetworksinc.net) (Ping timeout: 240 seconds)
  216. # [05:05] * Joins: fearlesstost (~fearlesst@out-mpk.corp.tfbnw.net)
  217. # [05:06] * Quits: tristanseifert (~tristanse@adsl-64-169-6-26.dsl.renocs.nvbell.net) (Read error: Connection reset by peer)
  218. # [05:06] * Quits: gyzmodo (x@89.146.109.220)
  219. # [05:06] * Joins: tristanseifert (~tristanse@adsl-64-169-6-26.dsl.renocs.nvbell.net)
  220. # [05:08] * Joins: xjiujiu (~quassel@218.77.14.195)
  221. # [05:16] * Joins: JoshuaJones (~JoshuaJon@67.198.198.66)
  222. # [05:16] * Quits: fearlesstost (~fearlesst@out-mpk.corp.tfbnw.net) (Quit: fearlesstost)
  223. # [05:27] * Quits: taar779 (~taar779@d24-57-144-141.home.cgocable.net) (Remote host closed the connection)
  224. # [05:29] * Quits: Aric (~Ali1@ip68-100-68-25.dc.dc.cox.net) (Ping timeout: 248 seconds)
  225. # [05:31] * Quits: _dc (~dc@c-24-20-239-11.hsd1.or.comcast.net) (Remote host closed the connection)
  226. # [05:31] * Quits: teleject (~christoph@72-48-145-180.static.grandenetworks.net) (Quit: teleject)
  227. # [05:35] * Quits: jeffszusz (~jeffszusz@dyn216-8-169-230.ADSL.mnsi.net) (Remote host closed the connection)
  228. # [05:40] * Quits: codewrangler (~codewrang@pool-108-28-240-83.washdc.fios.verizon.net) (Quit: Computer has gone to sleep.)
  229. # [05:42] * Quits: zampano (~Jim@unaffiliated/zampano) (Quit: Negative Ghostrider, the pattern is full.)
  230. # [05:42] * Joins: JonathanNeal (~Jonathan@cpe-67-49-64-18.socal.res.rr.com)
  231. # [05:45] * Quits: replore_ (~replore@203.152.213.161.static.zoot.jp) (Read error: Connection reset by peer)
  232. # [05:45] * Joins: replore_ (~replore@203.152.213.161.static.zoot.jp)
  233. # [05:47] * Joins: spacejammin (~spacejamm@host153-72-static.34-79-b.business.telecomitalia.it)
  234. # [05:51] * Joins: und3f (~und3f@94.244.184.149.nash.net.ua)
  235. # [05:52] * Joins: Aric (~Ali1@ip68-100-68-25.dc.dc.cox.net)
  236. # [05:58] * Quits: joepie91 (~joepie91@86.93.142.233) (Ping timeout: 240 seconds)
  237. # [05:59] * Quits: diogogmt (~kvirc@CPE0018396f5ec0-CM0012c99ea256.cpe.net.cable.rogers.com) (Quit: KVIrc 4.1.1 Equilibrium http://www.kvirc.net/)
  238. # [06:00] * Quits: acidjazz (acidjazz@184.73.168.161) (Remote host closed the connection)
  239. # [06:03] * Quits: JoshuaJones (~JoshuaJon@67.198.198.66) (Read error: Connection reset by peer)
  240. # [06:04] * Joins: trumpetmic (~trumpetmi@c-107-2-155-157.hsd1.co.comcast.net)
  241. # [06:04] * Quits: trumpetmic (~trumpetmi@c-107-2-155-157.hsd1.co.comcast.net) (Client Quit)
  242. # [06:07] * Quits: und3f (~und3f@94.244.184.149.nash.net.ua) (Ping timeout: 240 seconds)
  243. # [06:08] * Joins: BBBThunda (~IceChat77@pool-71-162-117-84.bstnma.fios.verizon.net)
  244. # [06:09] * Quits: silentimp (~silentimp@25-110-133-95.pool.ukrtel.net) (Ping timeout: 276 seconds)
  245. # [06:10] * Quits: JL235 (~JL235@host109-151-2-90.range109-151.btcentralplus.com) (Ping timeout: 240 seconds)
  246. # [06:11] * Quits: kevindanko (~kevindank@c-76-99-192-101.hsd1.de.comcast.net) (Remote host closed the connection)
  247. # [06:11] * Joins: kevindanko (~kevindank@c-76-99-192-101.hsd1.de.comcast.net)
  248. # [06:11] <Dr4g> that ampersand looks horrible
  249. # [06:11] <Dr4g> mroe sntactic sugar
  250. # [06:11] <Dr4g> syntactic *
  251. # [06:11] * Joins: joepie91 (~joepie91@86.93.142.233)
  252. # [06:12] * Joins: dr0id (~andy@unaffiliated/dr0id)
  253. # [06:14] * Joins: Memnoch (~Memnochxx@pool-108-41-92-128.nycmny.fios.verizon.net)
  254. # [06:15] * Quits: nodecoder123 (~bfishe200@68.87.42.115) (Quit: nodecoder123)
  255. # [06:15] * Quits: Vennril2 (~vennril@p4FCB0896.dip0.t-ipconnect.de) (Quit: Nettalk6 - www.ntalk.de)
  256. # [06:15] * Quits: kevindanko (~kevindank@c-76-99-192-101.hsd1.de.comcast.net) (Ping timeout: 240 seconds)
  257. # [06:17] * Quits: xjiujiu (~quassel@218.77.14.195) (Read error: Connection reset by peer)
  258. # [06:18] * Joins: xjiujiu (~quassel@218.77.14.195)
  259. # [06:19] * Quits: Paradoxial (~Paradoxia@pool-108-28-22-94.washdc.fios.verizon.net) (Quit: :)
  260. # [06:26] * Joins: dilvie (~chatzilla@c-50-131-64-86.hsd1.ca.comcast.net)
  261. # [06:28] * Quits: Yoks (~Yoks@cvl92-1-82-225-159-94.fbx.proxad.net) (Ping timeout: 240 seconds)
  262. # [06:28] * Quits: jacobolus (~jacobolus@c-76-102-85-42.hsd1.ca.comcast.net) (Remote host closed the connection)
  263. # [06:29] * Joins: OzDave_imac (~OzDave@27-33-43-79.static.tpgi.com.au)
  264. # [06:31] * Joins: gyzmodo (x@89.146.88.213)
  265. # [06:40] * Quits: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net) (Ping timeout: 240 seconds)
  266. # [06:42] <dr0id> paul_irish: hi
  267. # [06:42] <tw2113> https://bugzilla.mozilla.org/show_bug.cgi?id=712218 lol
  268. # [06:43] <dr0id> there?
  269. # [06:43] <dr0id> tw2113: you work for Moz ?
  270. # [06:43] <tw2113> nope
  271. # [06:43] <tw2113> i just found that funny
  272. # [06:43] <dr0id> hehk
  273. # [06:43] <dr0id> http://css3please.com/
  274. # [06:44] <dr0id> shouldn't that be linear-gradient(to bottom...) ?
  275. # [06:46] * Joins: N0va` (~ricki@84.19.108.75)
  276. # [06:46] * Joins: benv (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net)
  277. # [06:47] * Quits: zeppo (~zeppo@h237n2fls34o891.telia.com) (Quit: zeppo)
  278. # [06:50] * Joins: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk)
  279. # [06:50] * Quits: N0va` (~ricki@84.19.108.75) (Ping timeout: 240 seconds)
  280. # [07:14] * Quits: dgathright (~dgathrigh@nat/yahoo/x-rdguzznncjzawima) (Ping timeout: 276 seconds)
  281. # [07:15] * Joins: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net)
  282. # [07:16] * Joins: LongBeach (~mike@AFontenayssB-152-1-7-12.w82-121.abo.wanadoo.fr)
  283. # [07:26] * Joins: _dc (~dc@c-71-237-238-221.hsd1.or.comcast.net)
  284. # [07:28] * Joins: uu (~uu@180.95.163.76)
  285. # [07:41] * Quits: schnoomac (~schnoomac@melbourne.99cluster.com) (Quit: schnoomac)
  286. # [07:41] * Joins: shwetank (~shwetank@122.173.97.193)
  287. # [07:46] * Quits: joepie91 (~joepie91@86.93.142.233) (Ping timeout: 240 seconds)
  288. # [07:50] * Quits: uu (~uu@180.95.163.76) (Remote host closed the connection)
  289. # [07:51] * Quits: spacejammin (~spacejamm@host153-72-static.34-79-b.business.telecomitalia.it) (Remote host closed the connection)
  290. # [07:53] * Quits: ChrisPartridge (~chrisp@219-90-195-66.static.adam.com.au) (Ping timeout: 276 seconds)
  291. # [07:53] * Joins: decthomas (~netlash@d5152D79D.static.telenet.be)
  292. # [07:58] * Joins: jochen___ (jochen@nat/google/x-lbifraxvgraeauiw)
  293. # [07:59] * Joins: spacejammin (~spacejamm@host153-72-static.34-79-b.business.telecomitalia.it)
  294. # [08:02] * Joins: NetRoY (~NetRoY@nat/yahoo/x-sayeycibulkzvaph)
  295. # [08:02] * Quits: jochen__ (jochen@nat/google/x-lompicyvurelttoc) (Ping timeout: 252 seconds)
  296. # [08:02] * jochen___ is now known as jochen__
  297. # [08:05] * Joins: ColKurtz (~ColKurtz@pool-108-23-5-31.lsanca.fios.verizon.net)
  298. # [08:09] * Quits: cloudpopup (~squeakyto@107-232-96-87.cust.blixtvik.se) (Quit: Leaving)
  299. # [08:10] * Quits: mike5w3c (~MikeSmith@EM114-48-93-185.pool.e-mobile.ne.jp) (Ping timeout: 244 seconds)
  300. # [08:12] * Quits: JonathanNeal (~Jonathan@cpe-67-49-64-18.socal.res.rr.com) (Quit: Leaving.)
  301. # [08:13] * Joins: simenbrekken (~simenbrek@c85-196-101-98.static.sdsl.no)
  302. # [08:15] * Joins: obert- (~obert@host7-207-dynamic.6-87-r.retail.telecomitalia.it)
  303. # [08:15] * Joins: mike5w3c (~MikeSmith@EM114-48-195-7.pool.e-mobile.ne.jp)
  304. # [08:16] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 240 seconds)
  305. # [08:18] * Joins: skylamer` (cgskylamer@78.90.213.55)
  306. # [08:22] * Quits: simenbrekken (~simenbrek@c85-196-101-98.static.sdsl.no) (Remote host closed the connection)
  307. # [08:28] * Joins: roel_ (~quassel@d54C236E3.access.telenet.be)
  308. # [08:29] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
  309. # [08:33] * Joins: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
  310. # [08:33] * Joins: jochen___ (jochen@nat/google/x-iivpikxswvagxwjw)
  311. # [08:37] * Quits: jochen__ (jochen@nat/google/x-lbifraxvgraeauiw) (Ping timeout: 252 seconds)
  312. # [08:37] * jochen___ is now known as jochen__
  313. # [08:41] * Joins: JakeA (~Adium@94-195-85-255.zone9.bethere.co.uk)
  314. # [08:43] * Quits: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk) (Quit: Ex-Chat)
  315. # [08:45] * Joins: Kazii (~Kazii@unaffiliated/kazii)
  316. # [08:46] * Quits: JakeA (~Adium@94-195-85-255.zone9.bethere.co.uk) (Client Quit)
  317. # [08:48] * Joins: simenbrekken (~simenbrek@77.40.186.130)
  318. # [08:50] * Joins: Ron_D (~Chevalric@guests-wlan.office.ziggo.nl)
  319. # [08:51] * Quits: patcito (~123@190.42.198.24) (Read error: Connection reset by peer)
  320. # [08:56] * Joins: BigKing (~BigKing@dslb-094-221-107-153.pools.arcor-ip.net)
  321. # [08:59] * Quits: diraol (~diraol@201.87.62.201) (Quit: Leaving.)
  322. # [09:04] * Joins: pascal (~pascal@dw87236798.amsterdam-tc.dataweb.net)
  323. # [09:05] * Joins: djazz (~djazz@static-212.214.85.166.addr.tdcsong.se)
  324. # [09:06] * pascal is now known as Trisox
  325. # [09:13] * Joins: doritoDan (~doritoDan@81-232-79-127-no46.business.telia.com)
  326. # [09:13] * Quits: doritoDan (~doritoDan@81-232-79-127-no46.business.telia.com) (Changing host)
  327. # [09:13] * Joins: doritoDan (~doritoDan@unaffiliated/doritodan)
  328. # [09:17] * Quits: BigKing (~BigKing@dslb-094-221-107-153.pools.arcor-ip.net) (Read error: Connection reset by peer)
  329. # [09:19] * Quits: djazz (~djazz@static-212.214.85.166.addr.tdcsong.se) (Quit: Leaving.)
  330. # [09:20] * Joins: djazz (~djazz@static-212.214.85.166.addr.tdcsong.se)
  331. # [09:20] * Joins: BigKing (~BigKing@dslb-094-221-107-153.pools.arcor-ip.net)
  332. # [09:20] * Quits: skylamer` (cgskylamer@78.90.213.55)
  333. # [09:21] * Quits: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne_)
  334. # [09:22] * Joins: djazz1 (~djazz@static-212.214.85.166.addr.tdcsong.se)
  335. # [09:24] * Quits: djazz (~djazz@static-212.214.85.166.addr.tdcsong.se) (Ping timeout: 244 seconds)
  336. # [09:25] * djazz1 is now known as djazz
  337. # [09:26] * Quits: devongovett (~devongove@pppoe-68-142-40-221.gmavt.net) (Quit: devongovett)
  338. # [09:27] * Joins: chriseppstein_ (~chrisepps@99-6-85-4.lightspeed.sntcca.sbcglobal.net)
  339. # [09:27] * Quits: chriseppstein (~chrisepps@99-6-85-4.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 248 seconds)
  340. # [09:27] * chriseppstein_ is now known as chriseppstein
  341. # [09:31] * Quits: NimeshNeema (u2689@gateway/web/irccloud.com/x-gmfjjvrzpllzujad) (Quit: Connection closed for inactivity)
  342. # [09:32] * Joins: uu (~uu@180.95.163.76)
  343. # [09:38] * Joins: nonge_ (~nonge@p508297E7.dip.t-dialin.net)
  344. # [09:38] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: IRC is just multiplayer notepad)
  345. # [09:41] * Joins: diraol (~diraol@201.87.62.201)
  346. # [09:41] * Quits: diraol (~diraol@201.87.62.201) (Read error: Connection reset by peer)
  347. # [09:41] * Joins: diraol (~diraol@201.87.62.201)
  348. # [09:42] * Quits: nonge (~nonge@p50829DC1.dip.t-dialin.net) (Ping timeout: 245 seconds)
  349. # [09:46] * Joins: Jonadabe (~Jonadabe@bl9-78-33.dsl.telepac.pt)
  350. # [09:47] * Joins: Stava (~Stava@ip232-rld-sdt.tyfon.se)
  351. # [09:50] * Joins: huskyr (~huskyr@ip169-070.vpro.nl)
  352. # [09:52] * Joins: mishunov (~spliter@77.88.72.162)
  353. # [09:53] * Quits: slaininjektilo (~slain@crlspr-69.65.73.39.myacc.net)
  354. # [10:03] * Quits: thatryan (~thatryan@c-71-202-3-49.hsd1.ca.comcast.net) (Quit: Leaving...)
  355. # [10:04] * Joins: antdillon (~ant@nat/canonical/x-ydjukdujumvzypyo)
  356. # [10:05] * Quits: Jonadabe (~Jonadabe@bl9-78-33.dsl.telepac.pt) (Read error: Connection reset by peer)
  357. # [10:06] * Joins: whitman (whitman@itsad-034.its.dur.ac.uk)
  358. # [10:07] <txm> Morning, where can I get a list of the new tags (forgive my terminology) such as header, article, footer, etc., thanks.
  359. # [10:10] * Joins: dmachi1 (~dmachi@pool-72-66-198-153.ronkva.east.verizon.net)
  360. # [10:10] * Quits: dmachi (~dmachi@pool-72-66-198-153.ronkva.east.verizon.net) (Read error: Connection reset by peer)
  361. # [10:16] * Joins: PalleZingmark (~Adium@217.13.228.226)
  362. # [10:16] * Joins: manuchill (~mstalfoor@83.232.96.217)
  363. # [10:17] <dr0id> yw
  364. # [10:17] * Joins: reellsid (~reellsid@89.204.155.209)
  365. # [10:20] * Joins: jblanche (~jblanche@ivr94-10-88-177-169-11.fbx.proxad.net)
  366. # [10:23] * Joins: JakeA (~Adium@93-97-17-15.zone5.bethere.co.uk)
  367. # [10:26] * Quits: Kazii (~Kazii@unaffiliated/kazii) (Read error: Connection reset by peer)
  368. # [10:26] * Quits: JakeA (~Adium@93-97-17-15.zone5.bethere.co.uk) (Client Quit)
  369. # [10:28] <xec> txm: you could try html5doctor.com
  370. # [10:28] * Quits: sw0rdfish (~Johnson@unaffiliated/robinux) (Ping timeout: 240 seconds)
  371. # [10:29] * Quits: djazz (~djazz@static-212.214.85.166.addr.tdcsong.se) (Quit: Leaving.)
  372. # [10:32] * Joins: Jonadabe (~Jonadabe@bl9-78-33.dsl.telepac.pt)
  373. # [10:40] * Joins: howlymowly (~quassel@tubsat.fb12.tu-berlin.de)
  374. # [10:43] * Joins: johnoxton (~johnoxton@nat/canonical/x-vshwjypemykohicg)
  375. # [10:45] * Joins: robhawkes (~robhawkes@188-220-16-96.dsl.cnl.uk.net)
  376. # [10:46] * Quits: diraol (~diraol@201.87.62.201) (Quit: Leaving.)
  377. # [10:48] * Quits: _dc (~dc@c-71-237-238-221.hsd1.or.comcast.net) (Remote host closed the connection)
  378. # [10:48] * Quits: josefrichter (~josefrich@207.245.broadband9.iol.cz) (Ping timeout: 255 seconds)
  379. # [10:52] * Quits: replore_ (~replore@203.152.213.161.static.zoot.jp) (Remote host closed the connection)
  380. # [11:03] * Joins: tobyx (~tobyx@fsf/member/tobyx)
  381. # [11:06] * Joins: mascix (~mascix@83.66.110.192)
  382. # [11:07] * Joins: diraol (~diraol@201.87.62.201)
  383. # [11:07] * Quits: diraol (~diraol@201.87.62.201) (Client Quit)
  384. # [11:07] * Joins: diraol1 (~diraol@201.87.62.201)
  385. # [11:08] * Joins: Lh (~b24659@249-179-124-91.pool.ukrtel.net)
  386. # [11:10] * Quits: diraol1 (~diraol@201.87.62.201) (Client Quit)
  387. # [11:11] * Quits: BigKing (~BigKing@dslb-094-221-107-153.pools.arcor-ip.net) (Remote host closed the connection)
  388. # [11:12] * Joins: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
  389. # [11:12] * Parts: Lh (~b24659@249-179-124-91.pool.ukrtel.net)
  390. # [11:21] * Joins: zampano (~Jim@unaffiliated/zampano)
  391. # [11:26] * Quits: jblanche (~jblanche@ivr94-10-88-177-169-11.fbx.proxad.net) (Quit: jblanche)
  392. # [11:26] * Quits: tobyx (~tobyx@fsf/member/tobyx) (Quit: Leaving...)
  393. # [11:27] * Joins: kevindanko (~kevindank@2002:4c63:c065:1234:80ae:38f4:4c5d:1d0)
  394. # [11:30] * Quits: xjiujiu (~quassel@218.77.14.195) (Read error: Connection reset by peer)
  395. # [11:31] <Pomax> hm. 426 should be used so much more often.
  396. # [11:31] * Quits: kevindanko (~kevindank@2002:4c63:c065:1234:80ae:38f4:4c5d:1d0) (Ping timeout: 268 seconds)
  397. # [11:35] * Joins: JakeA (~Adium@93-97-17-15.zone5.bethere.co.uk)
  398. # [11:36] * Joins: X99 (~quassel@218.77.14.195)
  399. # [11:39] * Joins: squeakytoy (hidden-use@gateway.netset.se)
  400. # [11:40] * paul_irish is now known as paul_irish_
  401. # [11:45] * Joins: antonjb (~Adium@124-169-194-203.dyn.iinet.net.au)
  402. # [11:48] * Quits: roel_ (~quassel@d54C236E3.access.telenet.be) (Remote host closed the connection)
  403. # [11:49] * Joins: roel_ (~quassel@d54C236E3.access.telenet.be)
  404. # [11:52] * Joins: glcrazy (~SiRiuS@79.119.94.191)
  405. # [11:56] * Joins: Ms2ger (~Ms2ger@vpne145.ugent.be)
  406. # [12:17] * Quits: reellsid (~reellsid@89.204.155.209) (Read error: Connection reset by peer)
  407. # [12:19] * Joins: josefrichter (~josefrich@207.245.broadband9.iol.cz)
  408. # [12:19] * Joins: reellsid (~reellsid@89.204.155.209)
  409. # [12:23] * Joins: Joypad (~nassosdim@ppp-94-65-56-196.home.otenet.gr)
  410. # [12:31] <txm> Hello, yesterday, some kind soul, possible `peter` or `paul` gave me a tip for a full screen background image for a mobile device .. only my irc client has disconnected since and I can't scroll back far enough to view.
  411. # [12:33] * Joins: sw0rdfish (~Johnson@unaffiliated/robinux)
  412. # [12:34] * Joins: bfishe200 (~bfishe200@c-68-81-255-153.hsd1.pa.comcast.net)
  413. # [12:36] * Joins: T-Baggin (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net)
  414. # [12:36] * Quits: benv (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net) (Read error: Connection reset by peer)
  415. # [12:39] * Quits: bfishe200 (~bfishe200@c-68-81-255-153.hsd1.pa.comcast.net) (Ping timeout: 244 seconds)
  416. # [12:40] * Quits: obert- (~obert@host7-207-dynamic.6-87-r.retail.telecomitalia.it) (Ping timeout: 276 seconds)
  417. # [12:43] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Quit: dgathright)
  418. # [12:43] * Joins: djazz (~djazz@static-212.214.85.166.addr.tdcsong.se)
  419. # [12:43] <antonjb> txm: did it have anything to do with background-size: contain?
  420. # [12:44] <antonjb> I mean, cover
  421. # [12:44] * Joins: bfishe200 (~bfishe200@68.87.42.115)
  422. # [12:44] <txm> member:antonjb it was a link - although I am looking at background-size now (which breaks my site ;)
  423. # [12:45] * Quits: bfishe200 (~bfishe200@68.87.42.115) (Client Quit)
  424. # [12:45] <txm> I suspect the link did point to background-size
  425. # [12:45] <antonjb> if you're going mobile specific support for that should be good. According to caniuse
  426. # [12:46] <txm> I'm probably using it the wrong way
  427. # [12:46] <antonjb> ie support, not so great
  428. # [12:46] <txm> that's fine, just a simple mobile landing page - mobiles are the IE killer ;)
  429. # [12:47] <antonjb> :)
  430. # [12:48] * Quits: mascix (~mascix@83.66.110.192) (Quit: Leaving.)
  431. # [12:56] <antonjb> yeah I just tried it with cover. Works how I think you want
  432. # [12:58] * Quits: Ms2ger (~Ms2ger@vpne145.ugent.be) (Quit: bbl)
  433. # [12:58] * Quits: TCTechTeam (~support@pool-173-75-108-93.snfcca.btas.verizon.net) (Ping timeout: 244 seconds)
  434. # [12:58] * Joins: TCTechTeam (~support@pool-173-75-108-93.snfcca.btas.verizon.net)
  435. # [13:01] * Joins: kevindanko (~kevindank@c-76-99-192-101.hsd1.de.comcast.net)
  436. # [13:02] <txm> sorry antonjb I was distracted by viewport and naively confused over what was changing font sizes :) cover, nice, thank you
  437. # [13:03] <txm> cover, amazing, I was wasting my life with auto
  438. # [13:03] <antonjb> txm: hope it works :)
  439. # [13:04] <antonjb> I found I had to set the width/height of html to 100% to fully get it working (in Chrome)
  440. # [13:04] <antonjb> it did a weird repeat otherwise
  441. # [13:05] <txm> lol, chrome, that's a long way off, I'm sitting with my mac (chrome/ff) and testing on an iphone3, Galaxy mini and Galaxy tab 7" and the boss will test on his iphone4 with 2x - this is going to be a nightmare :)
  442. # [13:06] <txm> for skinning a single desktop page I'd estimate 1/2 day if based on an existing site - but the boss wouldn't believe me when I wanted 2 days for the first (of many) mobile pages
  443. # [13:06] <antonjb> looking at caniuse you're in good shape. There's a bunch of JS workarounds too
  444. # [13:08] <txm> It's more going to be a noobness - I sort of left the html world with hml4 and never properly learned css - all good fun though
  445. # [13:08] <txm> and can finally justify to the wife why I have so many gadgets
  446. # [13:09] <txm> so far, I've managed to avoid JS
  447. # [13:09] * Quits: reellsid (~reellsid@89.204.155.209) (Read error: Connection reset by peer)
  448. # [13:10] <antonjb> probably not for long
  449. # [13:12] * Joins: reellsid (~reellsid@82.113.119.13)
  450. # [13:14] * Quits: spacejammin (~spacejamm@host153-72-static.34-79-b.business.telecomitalia.it) (Quit: Sto andando via)
  451. # [13:14] * Joins: pandeiro (~mu@bd21c630.virtua.com.br)
  452. # [13:15] * Joins: seutje (~steve@fragger.nascom.be)
  453. # [13:15] * Quits: seutje (~steve@fragger.nascom.be) (Changing host)
  454. # [13:15] * Joins: seutje (~steve@drupal.org/user/264148/view)
  455. # [13:15] * Quits: reellsid (~reellsid@82.113.119.13) (Client Quit)
  456. # [13:18] * Quits: NetRoY (~NetRoY@nat/yahoo/x-sayeycibulkzvaph) (Ping timeout: 244 seconds)
  457. # [13:20] * Quits: roel_ (~quassel@d54C236E3.access.telenet.be) (Remote host closed the connection)
  458. # [13:21] <txm> dammit I may now have to use JS :) The image stretches, and then when rotate to hoz and rotate back to vert it displays differently, iphone3s
  459. # [13:21] * Joins: roel_ (~quassel@d54C236E3.access.telenet.be)
  460. # [13:21] <Pomax> CSS orientation min/max-width and mi/max-height settings?
  461. # [13:22] <Pomax> something like http://www.cloudfour.com/ipad-orientation-css/
  462. # [13:22] <txm> Pomax, nice :)
  463. # [13:22] * Joins: reellsid (~reellsid@82.113.119.13)
  464. # [13:23] <logesh_paul> Hello txm this is logesh_paul who entered as `Paul` yesterday. just now i reached my desk. Btw here is the site to check irc logs - http://krijnhoetmer.nl/irc-logs/html5/20111219. Like Pomax said play with media-quires.
  465. # [13:26] <txm> thanks logesh_paul
  466. # [13:39] * Parts: antonjb (~Adium@124-169-194-203.dyn.iinet.net.au)
  467. # [13:45] * Quits: djazz (~djazz@static-212.214.85.166.addr.tdcsong.se) (Quit: Leaving.)
  468. # [13:45] * Quits: reellsid (~reellsid@82.113.119.13) (Ping timeout: 244 seconds)
  469. # [13:49] * Quits: X99 (~quassel@218.77.14.195) (Read error: Connection reset by peer)
  470. # [13:53] * Joins: djazz (~djazz@static-212.214.85.166.addr.tdcsong.se)
  471. # [13:55] * Joins: tktiddle (~tim@cpc4-hari15-2-0-cust505.20-2.cable.virginmedia.com)
  472. # [13:56] <dr0id> what charting system these guys uysin
  473. # [13:56] <dr0id> http://www.googlezeitgeist.com/en/top-lists/in/fastest-rising-people
  474. # [13:56] <dr0id> ?
  475. # [13:56] <dr0id> http://www.googlezeitgeist.com/en/top-searches/steve_jobs
  476. # [13:58] * Joins: insin (~insin@host86-148-254-166.range86-148.btcentralplus.com)
  477. # [13:58] * Joins: reellsid (~reellsid@82.113.119.13)
  478. # [14:00] * Joins: joepie91 (~joepie91@ip51cfbeee.direct-adsl.nl)
  479. # [14:01] <dr0id> paul_irish_: any idea ? :P
  480. # [14:04] * Joins: digitalfiz (~fiz@unaffiliated/digitalfiz)
  481. # [14:06] * Joins: zeppo (~zeppo@m212-152-3-226.cust.tele2.se)
  482. # [14:08] * Joins: Ms2ger (~Ms2ger@78-21-32-184.access.telenet.be)
  483. # [14:11] * Quits: mike5w3c (~MikeSmith@EM114-48-195-7.pool.e-mobile.ne.jp) (Ping timeout: 244 seconds)
  484. # [14:16] * Joins: eMKay (~eMKay@adsl-84-226-67-25.adslplus.ch)
  485. # [14:16] * Joins: mike5w3c (~MikeSmith@EM114-48-26-131.pool.e-mobile.ne.jp)
  486. # [14:18] * Joins: erichynds (~ehynds@venkman.brightcove.com)
  487. # [14:20] * Joins: Yoks (~Yoks@cvl92-1-82-225-159-94.fbx.proxad.net)
  488. # [14:21] * Quits: eMKay (~eMKay@adsl-84-226-67-25.adslplus.ch) (Client Quit)
  489. # [14:23] * Joins: plh_ (~plh@w3cdhcp109.w3.org)
  490. # [14:27] * Quits: zeppo (~zeppo@m212-152-3-226.cust.tele2.se) (Quit: zeppo)
  491. # [14:27] * Joins: Guest_ (~textual@CPE0023695633aa-CM0018c0d9d696.cpe.net.cable.rogers.com)
  492. # [14:28] * Joins: samn (~samn@h-21-26.a212.corp.bahnhof.se)
  493. # [14:29] * Quits: samn (~samn@h-21-26.a212.corp.bahnhof.se) (Remote host closed the connection)
  494. # [14:29] * Quits: tarix (~tarix@2001:67c:2280:7077:6ef0:49ff:fe7b:f557) (Remote host closed the connection)
  495. # [14:31] * Quits: reellsid (~reellsid@82.113.119.13) (Ping timeout: 252 seconds)
  496. # [14:33] * Joins: N0va` (~ricki@84.19.108.75)
  497. # [14:35] * Joins: NetRoY (~NetRoY@115.110.26.37)
  498. # [14:42] * Joins: X99 (~quassel@218.77.14.195)
  499. # [14:43] * Joins: reellsid (~reellsid@82.113.119.242)
  500. # [14:46] * Joins: serroba (~serroba@190-20-242-81.baf.movistar.cl)
  501. # [14:47] * Joins: ericduran (~ericduran@cpe-68-175-90-154.nyc.res.rr.com)
  502. # [14:48] * Quits: Guest_ (~textual@CPE0023695633aa-CM0018c0d9d696.cpe.net.cable.rogers.com) (Quit: Computer has gone to sleep.)
  503. # [14:49] * Quits: X99 (~quassel@218.77.14.195) (Read error: Connection reset by peer)
  504. # [14:55] * Quits: mishunov (~spliter@77.88.72.162) (Quit: mishunov)
  505. # [14:57] * Joins: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c)
  506. # [14:57] * Joins: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk)
  507. # [14:59] * Quits: NetRoY (~NetRoY@115.110.26.37) (Quit: NetRoY)
  508. # [15:09] * Quits: OzDave_imac (~OzDave@27-33-43-79.static.tpgi.com.au) (Quit: OzDave_imac)
  509. # [15:11] <jetienne_> divya: paul_irish_: im trying to do a boilerplate for three.js, there some core principles to follow to design a boilerplate ? like "it must run everywhere", "it must be simple", "should not push a given way to dev"... this kind of thing ?
  510. # [15:12] * Quits: szaboat_ (~szaboat@pie.done.hu) (Ping timeout: 255 seconds)
  511. # [15:12] <jetienne_> a kind of checklist to see if the boilerplate is ok
  512. # [15:13] <divya> jetienne_: naw dont think so.
  513. # [15:13] <divya> as long as you think its a good starter base.
  514. # [15:13] <jetienne_> divya: ok i will think then :)
  515. # [15:15] * Parts: djazz (~djazz@static-212.214.85.166.addr.tdcsong.se)
  516. # [15:15] <txm> Would anyone be so kind to provide a critique of my mobile site/page please? Oh, and I'm not keen on publishing it publicly yet, so I'd have to send the link privately. Thanks.
  517. # [15:19] * Joins: RobLoach (~RobLoach@drupal.org/user/61114/view)
  518. # [15:20] * Quits: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net) (Quit: tantek)
  519. # [15:21] * Joins: codewrangler (~codewrang@pool-108-28-240-83.washdc.fios.verizon.net)
  520. # [15:21] * Quits: codewrangler (~codewrang@pool-108-28-240-83.washdc.fios.verizon.net) (Client Quit)
  521. # [15:22] * Quits: reellsid (~reellsid@82.113.119.242) (Quit: Computer has gone to sleep.)
  522. # [15:22] * Joins: codewrangler (~codewrang@pool-108-28-240-83.washdc.fios.verizon.net)
  523. # [15:23] * Joins: reellsid (~reellsid@82.113.119.242)
  524. # [15:23] * Joins: solocio (~solocio@p5B2FC504.dip.t-dialin.net)
  525. # [15:24] * Joins: phishy (~jeff@c-71-192-162-145.hsd1.nh.comcast.net)
  526. # [15:25] * Joins: Melrian (~melrian@chello084115132175.4.ku-graz.chello.at)
  527. # [15:26] * Quits: reellsid (~reellsid@82.113.119.242) (Client Quit)
  528. # [15:26] * Quits: chriseppstein (~chrisepps@99-6-85-4.lightspeed.sntcca.sbcglobal.net) (Quit: chriseppstein)
  529. # [15:27] * Joins: reellsid (~reellsid@82.113.119.242)
  530. # [15:31] * Quits: temp02 (~temp01@unaffiliated/temp01) (Ping timeout: 240 seconds)
  531. # [15:31] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 240 seconds)
  532. # [15:31] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
  533. # [15:34] * Joins: temp01 (~temp01@unaffiliated/temp01)
  534. # [15:34] * Quits: glcrazy (~SiRiuS@79.119.94.191) (Remote host closed the connection)
  535. # [15:34] * Joins: glcrazy (~SiRiuS@79.119.94.191)
  536. # [15:35] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
  537. # [15:43] * Quits: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne_)
  538. # [15:44] * Quits: tktiddle (~tim@cpc4-hari15-2-0-cust505.20-2.cable.virginmedia.com) (Remote host closed the connection)
  539. # [15:44] * Joins: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
  540. # [15:46] * Joins: RobGroove (ident@unaffiliated/playstationjunki)
  541. # [15:47] * Quits: uu (~uu@180.95.163.76) (Remote host closed the connection)
  542. # [15:49] * Joins: doritoDan_ (~doritoDan@81-232-79-127-no46.business.telia.com)
  543. # [15:51] * Joins: addyosmani (~addyosman@host86-164-97-171.range86-164.btcentralplus.com)
  544. # [15:51] * Joins: matjas_ (u2247@gateway/web/irccloud.com/x-zfqjdjrthwfjuiri)
  545. # [15:52] * Joins: oiva (~oeskola@kekkonen.cs.hut.fi)
  546. # [15:56] * Quits: digitalfiz (~fiz@unaffiliated/digitalfiz) (*.net *.split)
  547. # [15:56] * Quits: doritoDan (~doritoDan@unaffiliated/doritodan) (*.net *.split)
  548. # [15:56] * Quits: budmaddock1 (~budmaddoc@essn-4d09ca11.pool.mediaWays.net) (*.net *.split)
  549. # [15:56] * Quits: logesh_paul (~logeshpau@61.12.14.178) (*.net *.split)
  550. # [15:56] * Quits: mahemoff (u1775@gateway/web/irccloud.com/x-gbvwbtifvmsefmvv) (*.net *.split)
  551. # [15:56] * Quits: bobs_ (~oeskola@kekkonen.cs.hut.fi) (*.net *.split)
  552. # [15:56] * Quits: kennyluck (~kennyluck@114-25-240-13.dynamic.hinet.net) (*.net *.split)
  553. # [15:56] * Quits: PSJunkie (ident@unaffiliated/playstationjunki) (*.net *.split)
  554. # [15:56] * Quits: pstefaniak (u3839@gateway/web/irccloud.com/x-nvubkrsbizqbbbnp) (*.net *.split)
  555. # [15:56] * Quits: benschwarz (u2121@gateway/web/irccloud.com/x-wgwkxdocyergvcjz) (*.net *.split)
  556. # [15:56] * Quits: serroba (~serroba@190-20-242-81.baf.movistar.cl) (*.net *.split)
  557. # [15:56] * Quits: xonecas (~Hello@76-220-29-1.lightspeed.sntcca.sbcglobal.net) (*.net *.split)
  558. # [15:56] * Quits: webster (webster@pacific.active.cx) (*.net *.split)
  559. # [15:56] * Quits: krijn (u2319@gateway/web/irccloud.com/x-bbgxlqvuqoeujckx) (*.net *.split)
  560. # [15:56] * Quits: matjas (u2247@gateway/web/irccloud.com/x-lkoariqapdylsjzv) (*.net *.split)
  561. # [15:56] * Quits: pamelafoxx (u3244@gateway/web/irccloud.com/x-bptvngdmacmwnlbk) (*.net *.split)
  562. # [15:56] * Quits: remysharp (u4345@gateway/web/irccloud.com/x-onlqiuvintxdptym) (*.net *.split)
  563. # [15:56] * Quits: sasori (~sasori@acl1-719bts.gw.smartbro.net) (*.net *.split)
  564. # [15:56] * Quits: eighty4 (~eighty4@unaffiliated/eighty4) (*.net *.split)
  565. # [15:56] * Quits: DeLorean731 (~X@67.42.31.166) (Excess Flood)
  566. # [15:56] * Joins: DeLorean731 (~X@mx01.simtekfence.com)
  567. # [15:57] * Joins: logesh_paul (~logeshpau@61.12.14.178)
  568. # [15:57] * Joins: serroba (~serroba@190-20-242-81.baf.movistar.cl)
  569. # [15:57] * Joins: xonecas (~Hello@76-220-29-1.lightspeed.sntcca.sbcglobal.net)
  570. # [15:57] * Joins: webster (webster@pacific.active.cx)
  571. # [15:57] * Joins: krijn (u2319@gateway/web/irccloud.com/x-bbgxlqvuqoeujckx)
  572. # [15:57] * Joins: pamelafoxx (u3244@gateway/web/irccloud.com/x-bptvngdmacmwnlbk)
  573. # [15:57] * Joins: remysharp (u4345@gateway/web/irccloud.com/x-onlqiuvintxdptym)
  574. # [15:57] * Joins: sasori (~sasori@acl1-719bts.gw.smartbro.net)
  575. # [15:57] * Joins: eighty4 (~eighty4@unaffiliated/eighty4)
  576. # [15:57] * Quits: kppullin (~kppullin@pdpc/supporter/active/kppullin) (Excess Flood)
  577. # [15:57] * Joins: kppullin (~kppullin@pdpc/supporter/active/kppullin)
  578. # [15:58] * Joins: Kilianv (~kilian@5356A7D7.cm-6-7c.dynamic.ziggo.nl)
  579. # [15:58] * Joins: kennyluck (~kennyluck@114-25-240-13.dynamic.hinet.net)
  580. # [15:59] <Kilianv> hello everyone, is there currently a way to abort/prevent an update of the applicationCache (on ipad)?
  581. # [16:00] * Quits: gavin_huang (~gravof@122.245.148.181) (Quit: Leaving)
  582. # [16:01] * matjas_ is now known as matjas
  583. # [16:03] * Joins: mahemoff (u1775@gateway/web/irccloud.com/x-gvupauifenmmjitp)
  584. # [16:03] * Quits: Bwild (~irc@netblock-75-79-22-130.dslextreme.com) (Ping timeout: 240 seconds)
  585. # [16:06] * Joins: djazz (~djazz@78-70-243-240-no186.tbcn.telia.com)
  586. # [16:06] * Quits: ryanneufeld (~ryanneufe@S0106002618c70459.vf.shawcable.net) (Remote host closed the connection)
  587. # [16:07] * Quits: Kilianv (~kilian@5356A7D7.cm-6-7c.dynamic.ziggo.nl) (Quit: Leaving)
  588. # [16:08] * Joins: budmaddock (~budmaddoc@essn-4d09ca11.pool.mediaWays.net)
  589. # [16:12] * Quits: Aric (~Ali1@ip68-100-68-25.dc.dc.cox.net) (Quit: Leaving)
  590. # [16:13] * Joins: pstefaniak (u3839@gateway/web/irccloud.com/x-ztgtzjbbmwbmnwfi)
  591. # [16:15] * Quits: shwetank (~shwetank@122.173.97.193) (Quit: Linkinus - http://linkinus.com)
  592. # [16:17] * theresa_away is now known as theresaanna
  593. # [16:22] * Joins: Bwild (~irc@netblock-75-79-22-130.dslextreme.com)
  594. # [16:24] * Quits: Melrian (~melrian@chello084115132175.4.ku-graz.chello.at) (Remote host closed the connection)
  595. # [16:24] * Joins: aleray (~aleray@109.128.136.205)
  596. # [16:24] <aleray> hi, ho wcould I synchronize to video elements ?
  597. # [16:25] <aleray> I want for instance to seek video 2 using video 1 controller
  598. # [16:28] * Joins: Chevalric (~Chevalric@guests-wlan.office.ziggo.nl)
  599. # [16:28] * Quits: Ron_D (~Chevalric@guests-wlan.office.ziggo.nl) (Read error: Connection reset by peer)
  600. # [16:28] * Chevalric is now known as Ron_D
  601. # [16:29] * Quits: logesh_paul (~logeshpau@61.12.14.178) (Quit: logesh_paul)
  602. # [16:33] * Joins: teleject (~christoph@cpe-72-177-94-231.austin.res.rr.com)
  603. # [16:35] * Quits: award85 (~itsame@unaffiliated/award85) (Ping timeout: 276 seconds)
  604. # [16:36] * Quits: codewrangler (~codewrang@pool-108-28-240-83.washdc.fios.verizon.net) (Quit: Textual IRC Client: http://www.textualapp.com/)
  605. # [16:41] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Quit: bot-t)
  606. # [16:41] * Joins: martndemus (~martndemu@h254064.upc-h.chello.nl)
  607. # [16:42] * Joins: JonathanNeal (~Jonathan@cpe-67-49-64-18.socal.res.rr.com)
  608. # [16:43] * Joins: NetRoY (~NetRoY@115.110.26.37)
  609. # [16:43] * Joins: zeppo (~zeppo@m212-152-3-226.cust.tele2.se)
  610. # [16:43] * Joins: mled (~mled@217.150.103.154)
  611. # [16:44] <martndemus> Question: Imagine you are on a site like twitter, where when you scroll down, the page loads new shit, but at one time it will stop giving you shit, what kind of message would you put down there? I've put down "No more articles to load", but it sounds totally crap
  612. # [16:44] * Joins: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t)
  613. # [16:44] * Quits: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t) (Excess Flood)
  614. # [16:45] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
  615. # [16:45] * Joins: Jon47 (~Adium@pool-74-96-160-56.washdc.fios.verizon.net)
  616. # [16:46] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 240 seconds)
  617. # [16:46] * Joins: temp02 (~temp01@unaffiliated/temp01)
  618. # [16:46] * Quits: phishy (~jeff@c-71-192-162-145.hsd1.nh.comcast.net) (Quit: phishy)
  619. # [16:47] * Joins: award85 (~itsame@c-69-181-38-133.hsd1.ca.comcast.net)
  620. # [16:47] * Quits: award85 (~itsame@c-69-181-38-133.hsd1.ca.comcast.net) (Changing host)
  621. # [16:47] * Joins: award85 (~itsame@unaffiliated/award85)
  622. # [16:47] * Joins: CrashTest_ (~pteglia@c.66.235.63.222.static.broadstripe.net)
  623. # [16:48] * Joins: tuxtoti (~Adium@mail.guruji.com)
  624. # [16:49] * Joins: snowfox (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net)
  625. # [16:49] * Quits: reellsid (~reellsid@82.113.119.242) (Quit: Computer has gone to sleep.)
  626. # [16:50] <tuxtoti> There seems to be a dozen projects out there for html5 charts. Any recommendations?
  627. # [16:50] * Quits: pandeiro (~mu@bd21c630.virtua.com.br) (Quit: WeeChat 0.3.6)
  628. # [16:51] * Quits: simenbrekken (~simenbrek@77.40.186.130) (Remote host closed the connection)
  629. # [17:00] <dr0id> HighCharts
  630. # [17:00] * Quits: serroba (~serroba@190-20-242-81.baf.movistar.cl) (Remote host closed the connection)
  631. # [17:00] <dr0id> but I want to know what they used here, http://www.googlezeitgeist.com/en/top-searches/steve_jobs
  632. # [17:01] * Quits: Trisox (~pascal@dw87236798.amsterdam-tc.dataweb.net) (Quit: Leaving...)
  633. # [17:04] * Joins: serroba (~serroba@190-20-218-49.baf.movistar.cl)
  634. # [17:04] * Quits: whitman (whitman@itsad-034.its.dur.ac.uk)
  635. # [17:05] <martndemus> dr0id: propably something a guy at google cooked up byhimself (or a whole team)
  636. # [17:05] <dr0id> yeah , that's what I am speculating too
  637. # [17:06] <tuxtoti> dr0id: Thanks. Looks really good. Stands out among others.
  638. # [17:06] * Quits: roel_ (~quassel@d54C236E3.access.telenet.be) (Remote host closed the connection)
  639. # [17:07] <tuxtoti> dr0id: But I really don't understand how they can enforce a license on a project that involves JS, where the source is available out there.
  640. # [17:07] <martndemus> what kind of license/
  641. # [17:07] <tuxtoti> http://shop.highsoft.com/highcharts.html
  642. # [17:07] * Joins: grampajoe (~grampa@cpe-174-103-205-247.new.res.rr.com)
  643. # [17:09] * Quits: humph (~dave@cdot.senecac.on.ca) (Quit: leaving)
  644. # [17:11] * Joins: Melrian (~melrian@chello084115132175.4.ku-graz.chello.at)
  645. # [17:12] * Joins: jarek (~jarek@unaffiliated/jarek)
  646. # [17:12] * Quits: tuxtoti (~Adium@mail.guruji.com) (Quit: Leaving.)
  647. # [17:13] * Quits: grampajoe (~grampa@cpe-174-103-205-247.new.res.rr.com) (Read error: Operation timed out)
  648. # [17:13] * Joins: strevat_ (~strevat@pool-151-203-105-198.bos.east.verizon.net)
  649. # [17:14] * Joins: rupl (~rupl@dsl093-217-226.aus1.dsl.speakeasy.net)
  650. # [17:14] * Quits: uf0_work (~deeznuts@cpe-67-247-8-211.nyc.res.rr.com) (Ping timeout: 248 seconds)
  651. # [17:17] * Joins: codeho (~codeho@195.71.160.78)
  652. # [17:17] * Joins: muszek (~muszek@91.150.214.23)
  653. # [17:17] <muszek> hi... is it possible to keep arrays of data in html5's data-*?
  654. # [17:17] * Joins: obert- (~obert@host7-207-dynamic.6-87-r.retail.telecomitalia.it)
  655. # [17:17] * Quits: JonathanNeal (~Jonathan@cpe-67-49-64-18.socal.res.rr.com) (Quit: Leaving.)
  656. # [17:18] * Joins: _dc (~dc@c-71-237-238-221.hsd1.or.comcast.net)
  657. # [17:18] <martndemus> sure
  658. # [17:19] <muszek> how do I format it?
  659. # [17:19] <martndemus> data-array="[1,2,3,4,5,6,7,etc]"
  660. # [17:19] * Quits: seutje (~steve@drupal.org/user/264148/view) (Quit: WeeChat 0.3.2)
  661. # [17:19] * Quits: solocio (~solocio@p5B2FC504.dip.t-dialin.net) (Quit: solocio)
  662. # [17:20] <muszek> cool, how about something like an associative array? so that it has key name and value. css: true, background: 'red'
  663. # [17:21] <martndemus> you can do 2 things
  664. # [17:21] <martndemus> make it json
  665. # [17:22] <martndemus> so "{css : true, background: 'red'}" (dont forget to pass the object through JSON.stringify!)
  666. # [17:22] <martndemus> or
  667. # [17:22] <martndemus> [[css,true],[background,'red']]
  668. # [17:22] * Quits: decthomas (~netlash@d5152D79D.static.telenet.be) (Quit: decthomas)
  669. # [17:22] * Quits: _dc (~dc@c-71-237-238-221.hsd1.or.comcast.net) (Remote host closed the connection)
  670. # [17:23] * Parts: manuchill (~mstalfoor@83.232.96.217) ("Ex-Chat")
  671. # [17:23] <muszek> thank you very much :)
  672. # [17:26] <martndemus> np ")
  673. # [17:28] * Quits: dilvie (~chatzilla@c-50-131-64-86.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
  674. # [17:28] * Parts: CrashTest_ (~pteglia@c.66.235.63.222.static.broadstripe.net) ("Leaving")
  675. # [17:31] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: Leaving)
  676. # [17:32] * Quits: kppullin (~kppullin@pdpc/supporter/active/kppullin) (Read error: Connection reset by peer)
  677. # [17:37] * Parts: dr0id (~andy@unaffiliated/dr0id)
  678. # [17:38] * Joins: chriseppstein (~chrisepps@209.119.65.162)
  679. # [17:38] * Joins: kppullin (~kppullin@pdpc/supporter/active/kppullin)
  680. # [17:41] * Joins: jarek (~jarek@bde69.neoplus.adsl.tpnet.pl)
  681. # [17:41] * Quits: jarek (~jarek@bde69.neoplus.adsl.tpnet.pl) (Changing host)
  682. # [17:41] * Joins: jarek (~jarek@unaffiliated/jarek)
  683. # [17:41] * Joins: smtm (~smtm@chello080108010009.5.11.vie.surfer.at)
  684. # [17:41] * Quits: huskyr (~huskyr@ip169-070.vpro.nl) (Quit: huskyr)
  685. # [17:42] * Quits: Ms2ger (~Ms2ger@78-21-32-184.access.telenet.be) (Quit: nn)
  686. # [17:42] * Joins: grampajoe (~grampa@cpe-174-103-205-247.new.res.rr.com)
  687. # [17:49] * Quits: danielfilho (~daniel@187.31.77.7) (Read error: No route to host)
  688. # [17:50] * Joins: danielfilho (~daniel@187.31.77.7)
  689. # [17:50] * Joins: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net)
  690. # [17:53] * Quits: Jon47 (~Adium@pool-74-96-160-56.washdc.fios.verizon.net) (Quit: Leaving.)
  691. # [17:53] * Joins: Jon47 (~Adium@pool-74-96-160-56.washdc.fios.verizon.net)
  692. # [17:54] * Joins: taylorRichie (~Adium@208.110.141.169)
  693. # [17:55] * Joins: axos411 (~axos@xdsl-84-44-154-204.netcologne.de)
  694. # [17:55] * Joins: Vennril (~vennril@p4FCB0896.dip0.t-ipconnect.de)
  695. # [17:56] * Quits: Ron_D (~Chevalric@guests-wlan.office.ziggo.nl) (Quit: Ron_D)
  696. # [17:57] * Joins: JonathanNeal (~Jonathan@dsl211-159-045.lax1.dsl.speakeasy.net)
  697. # [17:57] <JonathanNeal> hi
  698. # [17:57] * Joins: _dc (~dc@c-24-20-239-11.hsd1.or.comcast.net)
  699. # [18:02] * Joins: Mahoek (~Mahoek@ip51ceb6d4.adsl-surfen.hetnet.nl)
  700. # [18:02] * Joins: donald_cook (~dc@c-24-20-239-11.hsd1.or.comcast.net)
  701. # [18:04] <jarek> which event fires when iframe's DOM is ready?
  702. # [18:04] * Joins: ericbarnes (~ericbarne@rrcs-98-101-76-192.midsouth.biz.rr.com)
  703. # [18:04] <jarek> iframe.addEventListener('load', callback) fires after all images has been fetched
  704. # [18:04] <jarek> I need something like DOMContentLoaded event
  705. # [18:05] * Quits: squeakytoy (hidden-use@gateway.netset.se) (Quit: Leaving)
  706. # [18:05] <Pomax> there should be a DOMContentLoaded...
  707. # [18:06] * Quits: smtm (~smtm@chello080108010009.5.11.vie.surfer.at) (Remote host closed the connection)
  708. # [18:06] * Quits: _dc (~dc@c-24-20-239-11.hsd1.or.comcast.net) (Ping timeout: 245 seconds)
  709. # [18:06] <jarek> Pomax: yes, but in order to access iframe's DOMContentLoaded I have to know when it's loaded :)
  710. # [18:07] <Pomax> you're breaking all sorts of best practices here =P
  711. # [18:07] <jarek> iframe.contentDocument.addEventListener('DOMContentLoaded', callback) won't fire if it's assigned before the iframe content has loaded
  712. # [18:08] <Pomax> what about iframe.document?
  713. # [18:08] <jarek> Pomax: that's because I'm developing extraordinary app
  714. # [18:08] <Pomax> dundunduuun
  715. # [18:09] * Quits: johnoxton (~johnoxton@nat/canonical/x-vshwjypemykohicg) (Quit: johnoxton)
  716. # [18:09] <jarek> iframe.document is undefined
  717. # [18:10] <Pomax> what if you use a reverse signal
  718. # [18:10] <jarek> Pomax: there could be any website loaded into iframe
  719. # [18:10] <Pomax> iframe: ("DOMContentLoaded", notifyParent, false); and function notifyParent( parent.done());
  720. # [18:11] <Pomax> sure but you control the iframe, so you control the content and can just inject a script element
  721. # [18:11] * Quits: antdillon (~ant@nat/canonical/x-ydjukdujumvzypyo) (Quit: Ex-Chat)
  722. # [18:11] <jarek> Pomax: but I can inject script element only after iframe has loaded
  723. # [18:11] <jarek> damn, looks like I will have to use setInterval :/
  724. # [18:12] <Pomax> avoid setInterval, use setTimeout instead.
  725. # [18:12] <Pomax> setTimeout(f, ...), f = function f() { if(condition met) {...} else { setTimeout(f,...)}}
  726. # [18:13] <jarek> Pomax: setInterval would be slower? why?
  727. # [18:13] <Pomax> not slower, less correct.
  728. # [18:13] * Joins: tktiddle (~tim@cpc4-hari15-2-0-cust505.20-2.cable.virginmedia.com)
  729. # [18:13] <Pomax> setInterval is for functions that must run indefinitely
  730. # [18:13] <Pomax> your function ideally only runs once, or at most a few times.
  731. # [18:14] * Quits: PalleZingmark (~Adium@217.13.228.226) (Quit: Leaving.)
  732. # [18:14] <Pomax> so you want to use setTimeout and make the function responsible for deciding "I have my result - am I done, or do I need to retry?"
  733. # [18:14] <jarek> hmm... let me check this...
  734. # [18:14] * Quits: strevat_ (~strevat@pool-151-203-105-198.bos.east.verizon.net) (Quit: strevat_)
  735. # [18:15] <Pomax> setInterval must be cancelled, and something can intervene in that
  736. # [18:15] <Pomax> setTimeout doesn't need cancelling
  737. # [18:18] * Quits: axos411 (~axos@xdsl-84-44-154-204.netcologne.de) (Ping timeout: 268 seconds)
  738. # [18:22] * Joins: axelator (~chatzilla@cn-sfo1-natout.cnet.com)
  739. # [18:22] * jarek is now known as Guest41719
  740. # [18:22] * Joins: jarek__ (~jarek@bct159.neoplus.adsl.tpnet.pl)
  741. # [18:23] * Quits: codeho (~codeho@195.71.160.78) (Quit: codeho)
  742. # [18:23] * Quits: Stava (~Stava@ip232-rld-sdt.tyfon.se) (Remote host closed the connection)
  743. # [18:23] <jarek__> I don't really see the difference:
  744. # [18:23] <jarek__> http://jsfiddle.net/cQZj2/
  745. # [18:23] <jarek__> http://jsfiddle.net/sb5RC/
  746. # [18:24] <Pomax> the difference is correctness
  747. # [18:24] <Pomax> not result.
  748. # [18:24] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
  749. # [18:24] <Pomax> like drawing a circle using a circle function vs based on an array of pixels that should be colored.
  750. # [18:24] * Quits: Guest41719 (~jarek@unaffiliated/jarek) (Ping timeout: 252 seconds)
  751. # [18:24] <Pomax> result's exactly the same, "UNLESS..." and then you get the real difference
  752. # [18:25] <Pomax> if there's a problem with your timeout function, setTimeout will only try to call it once, fail, and the that's
  753. # [18:25] * Quits: doritoDan_ (~doritoDan@81-232-79-127-no46.business.telia.com) (Quit: I love web and I love doritos. Coincidence? You decide.)
  754. # [18:25] <Pomax> *and that's that.
  755. # [18:25] <Pomax> it also encodes the concept of "retry if failed" rather than "keep running, irrespective of any state"
  756. # [18:27] <jarek__> I see, but the same could be said e.g. about while() loop
  757. # [18:27] <Pomax> exactly. except the distinction between those doesn't exist in javascript
  758. # [18:27] <Pomax> in normal languages, the difference is variable scope.
  759. # [18:27] * Joins: devongovett (~devongove@pppoe-68-142-40-221.gmavt.net)
  760. # [18:27] <Pomax> which, for JavaScript, doesn't exist because all variables are scoped to the function
  761. # [18:29] <Pomax> still, if something needs to run allwhen, alltime, setInterval is the key.
  762. # [18:29] <Pomax> if it needs to only run a few times, setTimeout is the ticket.
  763. # [18:30] <aleray> hi, ho wcould I synchronize to video elements ?
  764. # [18:30] <aleray> I want for instance to seek video 2 using video 1 controller
  765. # [18:30] * Joypad is now known as Nassosdim
  766. # [18:32] <Pomax> hmm, I'm definitely not the best person to ask that... you could probably use something like popcorn.js, but I imagine there might be smaller, more specialised tools that let you do that, too
  767. # [18:33] * Joins: thatryan (~thatryan@c-71-202-3-49.hsd1.ca.comcast.net)
  768. # [18:36] <jarek__> aleray: from my read of the video tag API on MDN, this could be easily scripted
  769. # [18:36] <aleray> jarek__, i'm getting into feedback loops
  770. # [18:37] <aleray> if I bind the seeked event of a video to update the currentTime of the other videos I get the loop
  771. # [18:37] <aleray> jarek__, how would you do it ?
  772. # [18:38] <jarek__> aleray: assuming that you are using custom events:
  773. # [18:38] <aleray> I saw there was a media controller thing in the html5 video specification draft which read interesting but it doesn't seem to be implemented anywhere
  774. # [18:38] * Joins: dilvie (~chatzilla@50-0-92-40.dsl.dynamic.sonic.net)
  775. # [18:38] <jarek__> aleray: when you change current position in video1 do: trigger('video1->seeked', position)
  776. # [18:39] <jarek__> aleray: when you change current position in video2 do: trigger('video2->seeked', position)
  777. # [18:39] <jarek__> then:
  778. # [18:40] <jarek__> in video1: bind('video2->seeked', function(position) { this.position = position; }
  779. # [18:40] <jarek__> that's all, just make sure that you are triggering event only when position is changed via user event
  780. # [18:41] <aleray> jarek__, thanks a lot; i'm not sure to understand your pseudo code... would you mind writing it in js?
  781. # [18:41] * Quits: mled (~mled@217.150.103.154) (Quit: still in beta)
  782. # [18:41] <aleray> (I don't get the 'video2->seeked' part)
  783. # [18:41] <jarek__> aleray: I'm actually overcomplicating things
  784. # [18:43] * Joins: strevat (~strevat@c-24-128-190-16.hsd1.ma.comcast.net)
  785. # [18:44] <aleray> jarek__, yes?
  786. # [18:44] <jarek__> aleray: give me few more seconds...
  787. # [18:44] <aleray> :)
  788. # [18:44] * Joins: JoshuaJones (~JoshuaJon@67.198.198.66)
  789. # [18:45] * Quits: zeppo (~zeppo@m212-152-3-226.cust.tele2.se) (Remote host closed the connection)
  790. # [18:45] * Joins: zeppo (~zeppo@m212-152-3-226.cust.tele2.se)
  791. # [18:45] * Quits: zeppo (~zeppo@m212-152-3-226.cust.tele2.se) (Client Quit)
  792. # [18:46] * Joins: zeppo (~zeppo@m212-152-3-226.cust.tele2.se)
  793. # [18:46] * Quits: ericbarnes (~ericbarne@rrcs-98-101-76-192.midsouth.biz.rr.com) (Quit: Leaving...)
  794. # [18:48] * Quits: howlymowly (~quassel@tubsat.fb12.tu-berlin.de) (Read error: Connection reset by peer)
  795. # [18:49] * Quits: thatryan (~thatryan@c-71-202-3-49.hsd1.ca.comcast.net) (Quit: Leaving...)
  796. # [18:49] <jarek__> aleray: http://jsfiddle.net/Zdn6f/
  797. # [18:49] <jarek__> aleray: you just have to use custom controls
  798. # [18:50] <jarek__> aleray: and watch them for changes
  799. # [18:52] <aleray> jarek__, thanks, I look at it!
  800. # [18:53] <jarek__> ahh, you will also have to update the state of the controls: http://jsfiddle.net/Zdn6f/1/
  801. # [18:53] * Joins: Jayflux (~jay_knows@cpc1-dudl6-0-0-cust1981.wolv.cable.virginmedia.com)
  802. # [18:55] * Joins: koggdal (~koggdal@c83-251-117-159.bredband.comhem.se)
  803. # [18:56] * Joins: Stava (~Stava@h-86-113.a197.priv.bahnhof.se)
  804. # [18:57] <aleray> jarek__, where does video2control comes from?
  805. # [18:59] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
  806. # [19:00] * Joins: Aric (~Ali1@ip68-100-68-25.dc.dc.cox.net)
  807. # [19:00] * Quits: joepie91 (~joepie91@ip51cfbeee.direct-adsl.nl) (Ping timeout: 240 seconds)
  808. # [19:01] <aleray> jarek__, so I need to use custom controlers?
  809. # [19:01] <jarek__> aleray: it could be e.g. "range" input element
  810. # [19:01] <jarek__> aleray: http://lab.simurai.com/css/umbrui/
  811. # [19:01] <jarek__> aleray: but not that the event name for range input would not be "mousemove"
  812. # [19:02] <jarek__> s/not/note
  813. # [19:02] <aleray> jarek__, I can not use default media controler?
  814. # [19:04] * Joins: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk)
  815. # [19:05] <jarek__> aleray: I'm not sure, you would have to find a way to detect whether the state of default media controller was changed by user or by script
  816. # [19:05] <aleray> jarek__, yes
  817. # [19:06] <aleray> that's my problem actually
  818. # [19:06] <jarek__> aleray: anyway, the default controllers are plain ugly
  819. # [19:06] <aleray> jarek__, agree
  820. # [19:06] <jarek__> aleray: so it wouldn't hurt if you have created your own one
  821. # [19:06] <martndemus> Problem: my android wont parse JSON ::(
  822. # [19:06] <aleray> I was planning to use custom controllers in the end but thought i coulp postpone this part of the job
  823. # [19:06] * Joins: JL235 (~JL235@host86-183-111-142.range86-183.btcentralplus.com)
  824. # [19:09] <martndemus> ah response is undefined
  825. # [19:09] * Joins: thatryan (~thatryan@c-24-4-167-46.hsd1.ca.comcast.net)
  826. # [19:09] * Quits: T-Baggin (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 252 seconds)
  827. # [19:10] * Joins: tw2113 (~tw2113@fedora/tw2113)
  828. # [19:12] <martndemus> fixed :) yay
  829. # [19:12] <martndemus> but goddamn
  830. # [19:12] <aleray> jarek__, thanks for the advices
  831. # [19:12] <martndemus> andriod 2.3 invalidates about 50% of my beautiful code :(
  832. # [19:13] <aleray> I look into it
  833. # [19:16] * Quits: jarek__ (~jarek@bct159.neoplus.adsl.tpnet.pl) (Quit: Leaving)
  834. # [19:18] * Quits: br0wncar (~browncar@pdpc/supporter/active/browncar) (Ping timeout: 240 seconds)
  835. # [19:19] * Joins: joepie91 (~joepie91@86.93.142.233)
  836. # [19:19] * Joins: simenbrekken (~simenbrek@c85-196-101-98.static.sdsl.no)
  837. # [19:21] * Quits: simenbrekken (~simenbrek@c85-196-101-98.static.sdsl.no) (Remote host closed the connection)
  838. # [19:24] * Joins: mbrit_ (ba7861c3@gateway/web/freenode/ip.186.120.97.195)
  839. # [19:24] * Parts: mbrit_ (ba7861c3@gateway/web/freenode/ip.186.120.97.195)
  840. # [19:25] * Quits: zeppo (~zeppo@m212-152-3-226.cust.tele2.se) (Quit: zeppo)
  841. # [19:33] * Joins: benv (~benv@50-0-80-160.dsl.static.sonic.net)
  842. # [19:35] * Joins: spacejammin (~spacejamm@host153-72-static.34-79-b.business.telecomitalia.it)
  843. # [19:37] * Quits: localhost (~chris@cpe-76-188-161-222.neo.res.rr.com) (Remote host closed the connection)
  844. # [19:38] * Quits: djazz (~djazz@78-70-243-240-no186.tbcn.telia.com) (Quit: Leaving.)
  845. # [19:39] * Joins: localhost (~chris@cpe-76-188-161-222.neo.res.rr.com)
  846. # [19:40] * Joins: ATJ_ (298d0068@gateway/web/freenode/ip.41.141.0.104)
  847. # [19:43] * Quits: aleray (~aleray@109.128.136.205) (Quit: Leaving)
  848. # [19:44] * Quits: ATJ_ (298d0068@gateway/web/freenode/ip.41.141.0.104) (Client Quit)
  849. # [19:46] <martndemus> Opera Y U NO EXECUTE TRANSITION CORRECT
  850. # [19:47] * Joins: rohit_nsit (73f1e87f@gateway/web/freenode/ip.115.241.232.127)
  851. # [19:48] * Joins: BrianBlakely (~Adium@out.dentsuamerica.com)
  852. # [19:48] <BrianBlakely> This is probably a time appropriate subject to post here
  853. # [19:48] <BrianBlakely> North Korea's official website: http://www.korea-dpr.com/
  854. # [19:49] * Joins: patcito (~123@190.42.201.222)
  855. # [19:50] * Quits: Aric (~Ali1@ip68-100-68-25.dc.dc.cox.net) (Quit: Leaving)
  856. # [19:50] <BrianBlakely> Before you click — it's made exactly the way you would expect a website in North Korea to be made
  857. # [19:50] * Quits: NetRoY (~NetRoY@115.110.26.37) (Quit: NetRoY)
  858. # [19:51] * Joins: frank_salim (~frank@64-71-23-251.static.wiline.com)
  859. # [19:52] * Quits: benv (~benv@50-0-80-160.dsl.static.sonic.net) (Quit: Bye!)
  860. # [19:52] * Joins: benv (~benv@50-0-80-160.dsl.static.sonic.net)
  861. # [19:55] * Quits: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne_)
  862. # [20:02] <Pomax> is that still the same one
  863. # [20:02] <frank_salim> goooood morning
  864. # [20:04] * Joins: br0wncar (~browncar@c-98-206-103-188.hsd1.il.comcast.net)
  865. # [20:04] * Quits: br0wncar (~browncar@c-98-206-103-188.hsd1.il.comcast.net) (Changing host)
  866. # [20:04] * Joins: br0wncar (~browncar@pdpc/supporter/active/browncar)
  867. # [20:04] * Joins: BlurstOfTimes (~Adium@168.203.117.36)
  868. # [20:05] <martndemus> Pfew, goog and mozilla settled on another few years of partnership
  869. # [20:05] <martndemus> crisis averted
  870. # [20:06] <Pomax> what crisis? O_o
  871. # [20:06] <Pomax> even if they didn't, it's not like Mozilla has no money at all.
  872. # [20:06] <martndemus> the so called rumors that google tried to kill mozilla
  873. # [20:07] <Pomax> is that by the same people who said microsoft would buy yahoo?
  874. # [20:07] <Pomax> some things can't happen.
  875. # [20:07] <martndemus> propably =D
  876. # [20:09] * ericduran is now known as ericduran|brb
  877. # [20:11] * Quits: mike5w3c (~MikeSmith@EM114-48-26-131.pool.e-mobile.ne.jp) (Ping timeout: 244 seconds)
  878. # [20:11] * Quits: txm (~txm@cpc1-hawk13-2-0-cust185.aztw.cable.virginmedia.com) (Quit: txm)
  879. # [20:12] * Joins: doritoDan (~doritoDan@2.64.216.193.mobile.tre.se)
  880. # [20:12] * Quits: doritoDan (~doritoDan@2.64.216.193.mobile.tre.se) (Changing host)
  881. # [20:12] * Joins: doritoDan (~doritoDan@unaffiliated/doritodan)
  882. # [20:14] * Joins: mascix (~mascix@83.66.110.192)
  883. # [20:17] * Joins: mike5w3c (~MikeSmith@EM1-113-102-233.pool.e-mobile.ne.jp)
  884. # [20:21] * Quits: addyosmani (~addyosman@host86-164-97-171.range86-164.btcentralplus.com) (Quit: addyosmani)
  885. # [20:21] * Joins: zeppo (~zeppo@h237n2fls34o891.telia.com)
  886. # [20:21] * Joins: djazz (~djazz@78-70-243-240-no186.tbcn.telia.com)
  887. # [20:24] * Joins: budweiserz (~budweiser@178-83-30-61.dynamic.hispeed.ch)
  888. # [20:25] * Joins: simenbrekken (~simenbrek@c85-196-101-98.static.sdsl.no)
  889. # [20:25] * Joins: reellsid (~reellsid@ip-109-91-96-113.unitymediagroup.de)
  890. # [20:25] * Joins: chinopozo (~Chinopozo@188-223-97-30.zone14.bethere.co.uk)
  891. # [20:30] * Joins: solocio (~solocio@HSI-KBW-078-043-063-179.hsi4.kabel-badenwuerttemberg.de)
  892. # [20:31] * Joins: addyosmani (~addyosman@host86-164-97-171.range86-164.btcentralplus.com)
  893. # [20:31] * Joins: Paradoxial (~Paradoxia@pool-108-28-22-94.washdc.fios.verizon.net)
  894. # [20:32] * Quits: addyosmani (~addyosman@host86-164-97-171.range86-164.btcentralplus.com) (Client Quit)
  895. # [20:32] * Joins: rhelic (~tony@unaffiliated/rhelic)
  896. # [20:32] * Quits: reellsid (~reellsid@ip-109-91-96-113.unitymediagroup.de) (Quit: Textual IRC Client: http://www.textualapp.com/)
  897. # [20:36] * Quits: solocio (~solocio@HSI-KBW-078-043-063-179.hsi4.kabel-badenwuerttemberg.de) (Ping timeout: 252 seconds)
  898. # [20:36] * Quits: gyzmodo (x@89.146.88.213)
  899. # [20:36] * Quits: plh_ (~plh@w3cdhcp109.w3.org) (Quit: always accept cookies)
  900. # [20:39] * Joins: whitman (~whitman@87-194-159-116.bethere.co.uk)
  901. # [20:42] * Quits: whitman (~whitman@87-194-159-116.bethere.co.uk) (Client Quit)
  902. # [20:42] * Joins: squeakytoy (~squeakyto@107-232-96-87.cust.blixtvik.se)
  903. # [20:43] * Joins: whitman (~whitman@87-194-159-116.bethere.co.uk)
  904. # [20:44] <niftylettuce_> paul_irish_: https://github.com/niftylettuce/express-cachebuster
  905. # [20:45] * Quits: serroba (~serroba@190-20-218-49.baf.movistar.cl) (Ping timeout: 248 seconds)
  906. # [20:45] * Joins: tobyx (~tobyx@fsf/member/tobyx)
  907. # [20:46] * Joins: MistuhKurtz (~ColKurtz@216.86.217.155)
  908. # [20:46] * Joins: serroba (~serroba@190-20-249-41.baf.movistar.cl)
  909. # [20:47] * Joins: Moonies (~Bongle@unaffiliated/moonies)
  910. # [20:48] * Joins: jacobolu_ (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net)
  911. # [20:51] * Quits: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
  912. # [20:54] * Quits: Moonies (~Bongle@unaffiliated/moonies) (Quit: quack)
  913. # [20:54] * Joins: codeho (~codeho@178-26-69-223-dynip.superkabel.de)
  914. # [20:56] * ericduran|brb is now known as ericduran
  915. # [20:56] * Quits: thatryan (~thatryan@c-24-4-167-46.hsd1.ca.comcast.net) (Quit: Leaving...)
  916. # [20:57] * Joins: thatryan (~thatryan@c-24-4-167-46.hsd1.ca.comcast.net)
  917. # [21:00] * Joins: dissipate (~steve@ip174-68-75-212.sd.sd.cox.net)
  918. # [21:00] * Quits: dissipate (~steve@ip174-68-75-212.sd.sd.cox.net) (Changing host)
  919. # [21:00] * Joins: dissipate (~steve@unaffiliated/dissipate)
  920. # [21:04] * Quits: patcito (~123@190.42.201.222) (Read error: Connection reset by peer)
  921. # [21:05] * Joins: thcipriani (~tyler@173-14-24-158-Colorado.hfc.comcastbusiness.net)
  922. # [21:06] * Quits: mascix (~mascix@83.66.110.192) (Quit: Leaving.)
  923. # [21:07] * Joins: patcito (~123@190.42.201.222)
  924. # [21:07] * Quits: whitman (~whitman@87-194-159-116.bethere.co.uk)
  925. # [21:08] * Quits: simenbrekken (~simenbrek@c85-196-101-98.static.sdsl.no) (Remote host closed the connection)
  926. # [21:09] * Joins: diraol (~diraol@186.220.128.170)
  927. # [21:10] <rhelic> http://www.youtube.com/watch?v=FoPHKE6uJ5E
  928. # [21:12] * Quits: Jonadabe (~Jonadabe@bl9-78-33.dsl.telepac.pt) (Quit: http://www.visitportugal.com | http://www.youtube.com/visitportugal)
  929. # [21:13] * Joins: simenbrekken (~simenbrek@c85-196-101-98.static.sdsl.no)
  930. # [21:13] * Quits: diraol (~diraol@186.220.128.170) (Ping timeout: 244 seconds)
  931. # [21:14] * Joins: whitman (~whitman@87-194-159-116.bethere.co.uk)
  932. # [21:17] * Quits: simenbrekken (~simenbrek@c85-196-101-98.static.sdsl.no) (Ping timeout: 252 seconds)
  933. # [21:17] * Joins: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net)
  934. # [21:17] * Joins: diraol (~diraol@186.220.128.170)
  935. # [21:17] * Quits: diraol (~diraol@186.220.128.170) (Remote host closed the connection)
  936. # [21:18] * Quits: thatryan (~thatryan@c-24-4-167-46.hsd1.ca.comcast.net) (Quit: Leaving...)
  937. # [21:19] * Joins: simenbrekken (~simenbrek@c85-196-101-98.static.sdsl.no)
  938. # [21:19] * Joins: aalted (aalted@77.211.113.105)
  939. # [21:19] <martndemus> Created Account on MDN, let's do some dutch articles from time to time :)
  940. # [21:25] <Pomax> kom nou, hoeveel mensen lezen er nou Nederlands online.
  941. # [21:26] <martndemus> tja, de engelse docs zijn al vrij compleet :P
  942. # [21:27] * Quits: devongovett (~devongove@pppoe-68-142-40-221.gmavt.net) (Quit: devongovett)
  943. # [21:29] * Joins: plh_ (~plh@w3cdhcp109.w3.org)
  944. # [21:30] <Pomax> there you go, just keep improving that lingua franca
  945. # [21:31] * Quits: budweiserz (~budweiser@178-83-30-61.dynamic.hispeed.ch)
  946. # [21:35] * Parts: djazz (~djazz@78-70-243-240-no186.tbcn.telia.com)
  947. # [21:35] <martndemus> Right when I feel in the mood of helping people, MDN dies :((((((((((9
  948. # [21:38] * Quits: N0va` (~ricki@84.19.108.75) (Ping timeout: 248 seconds)
  949. # [21:39] * Quits: serroba (~serroba@190-20-249-41.baf.movistar.cl) (Read error: Operation timed out)
  950. # [21:39] * Joins: pascal (~pascal@31-151-138-69.dynamic.upc.nl)
  951. # [21:41] * Joins: serroba (~serroba@190-20-193-139.baf.movistar.cl)
  952. # [21:44] * Quits: insin (~insin@host86-148-254-166.range86-148.btcentralplus.com) (Quit: What's the point in giving us haaaaannnds?)
  953. # [21:51] * Joins: insin (~insin@host86-148-254-166.range86-148.btcentralplus.com)
  954. # [21:52] * Joins: skylamer` (cgskylamer@78.90.213.55)
  955. # [21:53] * Joins: karega|aniasis (~karegaani@64.124.202.222)
  956. # [21:54] * Joins: devongovett (~devongove@pppoe-68-142-40-221.gmavt.net)
  957. # [21:54] <skylamer`> гс
  958. # [21:54] <skylamer`> hi any one want to help ? :)
  959. # [21:58] <rhelic> probably not
  960. # [21:59] * Quits: ColKurtz (~ColKurtz@pool-108-23-5-31.lsanca.fios.verizon.net) (Read error: Connection reset by peer)
  961. # [22:00] * Joins: ColKurtz (~ColKurtz@pool-108-23-5-31.lsanca.fios.verizon.net)
  962. # [22:01] * Joins: aniasis|karega (~karegaani@64.124.202.222)
  963. # [22:02] * Quits: karega|aniasis (~karegaani@64.124.202.222) (Ping timeout: 245 seconds)
  964. # [22:02] <skylamer`> k
  965. # [22:03] <martndemus> skylamer`: sup?
  966. # [22:05] * Joins: alemela (~alemela@93-39-221-246.ip77.fastwebnet.it)
  967. # [22:05] <martndemus> @ rhelic: although this channel isnt very active, don't tell people they probably won't find any help in here, kthnxbai
  968. # [22:05] <rhelic> kthanxdie
  969. # [22:06] <rhelic> skylamer`: just ask, sarcasm is the core of IRC
  970. # [22:06] * Joins: Aric (~Ali1@ip68-100-68-25.dc.dc.cox.net)
  971. # [22:07] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Quit: cgcardona)
  972. # [22:09] * Quits: chinopozo (~Chinopozo@188-223-97-30.zone14.bethere.co.uk) (Read error: No route to host)
  973. # [22:09] * Joins: chinopozo (~Chinopozo@188-223-97-30.zone14.bethere.co.uk)
  974. # [22:10] <skylamer`> :)
  975. # [22:10] * Parts: alemela (~alemela@93-39-221-246.ip77.fastwebnet.it)
  976. # [22:11] <skylamer`> im just making some simple image uploading and manipulation, so i want to ask how to make it so only one image per selection to be active, and when the user upload second the previous to dissappear
  977. # [22:11] * Quits: dmachi1 (~dmachi@pool-72-66-198-153.ronkva.east.verizon.net) (Read error: Connection reset by peer)
  978. # [22:11] * Joins: dmachi (~dmachi@pool-72-66-198-153.ronkva.east.verizon.net)
  979. # [22:11] <skylamer`> i mean im using some JS, no server-side
  980. # [22:11] <skylamer`> and the type=file on the input
  981. # [22:12] * Joins: spasquali (~spasquali@64.61.91.74)
  982. # [22:12] <skylamer`> now when i select more than one image lets say, and then there're more than one, and i want to make only one at a time, to be showed and manipulate them with pixastic:)
  983. # [22:13] <martndemus> got your code online somewhere? so we can take a peek
  984. # [22:14] <skylamer`> wait a bit:)
  985. # [22:15] <skylamer`> http://jsfiddle.net/aMwLB/
  986. # [22:15] * Quits: pascal (~pascal@31-151-138-69.dynamic.upc.nl) (Quit: Leaving...)
  987. # [22:16] <martndemus> okay
  988. # [22:17] * Quits: rohit_nsit (73f1e87f@gateway/web/freenode/ip.115.241.232.127) (Ping timeout: 258 seconds)
  989. # [22:17] <martndemus> so if i understand correctly, then when a user adds a second image, you want the first on to disappear?
  990. # [22:17] <skylamer`> only one at atime, yea
  991. # [22:17] <skylamer`> :)
  992. # [22:17] <martndemus> cool
  993. # [22:17] <martndemus> let me have a look
  994. # [22:18] * Quits: tobyx (~tobyx@fsf/member/tobyx) (Quit: Leaving...)
  995. # [22:18] <skylamer`> thren may be i will add some controlz, so to can manipulate the image with filters, resizing and otherz :)
  996. # [22:19] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Read error: No route to host)
  997. # [22:20] * Quits: dissipate (~steve@unaffiliated/dissipate) (Ping timeout: 240 seconds)
  998. # [22:20] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
  999. # [22:21] * Joins: brokendisk (~Adium@199.101.130.50)
  1000. # [22:21] * Parts: brokendisk (~Adium@199.101.130.50)
  1001. # [22:22] * Quits: strevat (~strevat@c-24-128-190-16.hsd1.ma.comcast.net) (Quit: strevat)
  1002. # [22:23] * Joins: jeffszusz (~jeffszusz@dyn216-8-169-230.ADSL.mnsi.net)
  1003. # [22:25] * Joins: txm (~txm@cpc1-hawk13-2-0-cust185.aztw.cable.virginmedia.com)
  1004. # [22:26] * Joins: Trisox (Trisox@31-151-138-69.dynamic.upc.nl)
  1005. # [22:28] <martndemus> hmm
  1006. # [22:28] <martndemus> it now removes both images =DD
  1007. # [22:30] * Quits: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk) (Quit: Ex-Chat)
  1008. # [22:32] <skylamer`> so no luck :)
  1009. # [22:32] <martndemus> still trying :P
  1010. # [22:34] <Jayflux> does Stuart Langridge ring a bell to anyone here?
  1011. # [22:35] <martndemus> skylamer`: http://jsfiddle.net/r8svA/4/ :)
  1012. # [22:35] <martndemus> works
  1013. # [22:37] * Joins: KKendle (~KKendle@99-42-201-119.lightspeed.stlsmo.sbcglobal.net)
  1014. # [22:38] <skylamer`> k k
  1015. # [22:38] <skylamer`> lookin
  1016. # [22:39] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
  1017. # [22:41] * Quits: aniasis|karega (~karegaani@64.124.202.222)
  1018. # [22:41] * Joins: karega|aniasis (~karegaani@64.124.202.222)
  1019. # [22:42] * Quits: skylamer` (cgskylamer@78.90.213.55) (Read error: Connection reset by peer)
  1020. # [22:43] * Joins: BigKing (~BigKing@dslb-094-221-107-153.pools.arcor-ip.net)
  1021. # [22:46] * Joins: Labyte (~Labyte@ti0087a380-dhcp0515.bb.online.no)
  1022. # [22:46] * Quits: karega|aniasis (~karegaani@64.124.202.222) (Ping timeout: 248 seconds)
  1023. # [22:49] * Joins: karega|aniasis (~karegaani@64.124.202.222)
  1024. # [22:50] * Joins: pandeiro (~mu@bd21cd3a.virtua.com.br)
  1025. # [22:51] * Quits: jeffszusz (~jeffszusz@dyn216-8-169-230.ADSL.mnsi.net) (Remote host closed the connection)
  1026. # [22:55] * Joins: dephex (~dddd@CPE-65-31-112-81.wi.res.rr.com)
  1027. # [22:56] * Joins: strevat (~strevat@honeydew.cictr.com)
  1028. # [22:58] * Parts: spasquali (~spasquali@64.61.91.74)
  1029. # [22:58] * Joins: Mong (~Mongey@188.141.107.86)
  1030. # [22:58] * Quits: tktiddle (~tim@cpc4-hari15-2-0-cust505.20-2.cable.virginmedia.com) (Remote host closed the connection)
  1031. # [23:01] * Quits: JakeA (~Adium@93-97-17-15.zone5.bethere.co.uk) (Quit: Leaving.)
  1032. # [23:04] * Joins: tktiddle (~tim@cpc4-hari15-2-0-cust505.20-2.cable.virginmedia.com)
  1033. # [23:05] * Joins: Moonies (~Bongle@unaffiliated/moonies)
  1034. # [23:05] * Quits: Mahoek (~Mahoek@ip51ceb6d4.adsl-surfen.hetnet.nl) (Quit: Mahoek)
  1035. # [23:08] <shepazu> i am sad. I am only ASI King :(
  1036. # [23:08] <shepazu> divya: I blame you
  1037. # [23:08] <divya> watttt
  1038. # [23:08] <divya> ohh
  1039. # [23:08] <divya> hahaha
  1040. # [23:08] <divya> I am only an Eagle
  1041. # [23:08] <divya> FYI
  1042. # [23:09] <shepazu> what are the ranks?
  1043. # [23:09] <martndemus> is three.js/webgl 3d etc hard to do?
  1044. # [23:09] <shepazu> I've heard of Eagle, King, and Ninja
  1045. # [23:10] <martndemus> e.g. i want to make my name in 3d and let it move to the mouse
  1046. # [23:10] <shepazu> martndemus: depends on your experience in 3D stuff
  1047. # [23:10] <martndemus> 0
  1048. # [23:10] <shepazu> lol
  1049. # [23:10] <martndemus> experience
  1050. # [23:10] <martndemus> =D
  1051. # [23:10] <shepazu> it is IMPOSSIBLE!
  1052. # [23:10] <shepazu> jk
  1053. # [23:10] * Quits: whitman (~whitman@87-194-159-116.bethere.co.uk)
  1054. # [23:10] <martndemus> nah, i learn faster then webgl is fast
  1055. # [23:10] <divya> who knows
  1056. # [23:11] <shepazu> I suspect very strongly that you could find a demo of a string that moves around with the mouse, and sub your name for the string
  1057. # [23:11] <martndemus> shepazu: whats the fun in that :P
  1058. # [23:12] <shepazu> martndemus: the fun is in an easy victory that whets your appetite for more complex experiments :)
  1059. # [23:12] <shepazu> http://learningwebgl.com/blog/?page_id=1217
  1060. # [23:13] <martndemus> i already copied the 3.js demo into jsfiddle and changed the color of the cube to #bada55, im way past that stage =D
  1061. # [23:13] <shepazu> well, then you're better than me :)
  1062. # [23:14] <martndemus> =DDD
  1063. # [23:14] * Quits: BigKing (~BigKing@dslb-094-221-107-153.pools.arcor-ip.net) (Remote host closed the connection)
  1064. # [23:15] * Joins: cgcardona_ (~cgcardona@64.125.189.218)
  1065. # [23:15] * Quits: cgcardona_ (~cgcardona@64.125.189.218) (Changing host)
  1066. # [23:15] * Joins: cgcardona_ (~cgcardona@unaffiliated/cgcardona)
  1067. # [23:15] <martndemus> lets see if i can make that cube dance to my mouse
  1068. # [23:15] * Quits: JL235 (~JL235@host86-183-111-142.range86-183.btcentralplus.com) (Ping timeout: 240 seconds)
  1069. # [23:15] * Joins: nullucas (~nullucas@host146-159-dynamic.58-82-r.retail.telecomitalia.it)
  1070. # [23:18] <tw2113> painful....opening a 100kb+ minified css file
  1071. # [23:19] <martndemus> Is it the 3000+ lines PURE CSS3 iphoney?
  1072. # [23:19] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Ping timeout: 248 seconds)
  1073. # [23:19] * cgcardona_ is now known as cgcardona
  1074. # [23:19] <tw2113> gedit doesn't like that much text on one line
  1075. # [23:19] * Quits: chinopozo (~Chinopozo@188-223-97-30.zone14.bethere.co.uk) (Read error: No route to host)
  1076. # [23:19] <martndemus> gedit++
  1077. # [23:20] <ryanseddon> use sublime that should can handle amazing amounts of code
  1078. # [23:21] <tw2113> does it have linux support?
  1079. # [23:21] <ryanseddon> yep
  1080. # [23:22] * Joins: chinopozo (~Chinopozo@188-223-97-30.zone14.bethere.co.uk)
  1081. # [23:22] <tw2113> i vaguely remember this one
  1082. # [23:22] <tw2113> awhile back
  1083. # [23:22] <ryanseddon> http://www.sublimetext.com/dev awesome sauce
  1084. # [23:23] <shepazu> I love when I can use a silly example I created 5 years ago to help someone with a problem today http://schepers.cc/w3c/inkSVG/InkML2SVG.svg
  1085. # [23:24] <tw2113> gah, even local css file at that size on 1 line makes gedit cry
  1086. # [23:25] * Quits: muszek (~muszek@91.150.214.23) (Remote host closed the connection)
  1087. # [23:28] <ryanseddon> shepazu: I wish i could say the same, the stuff i did 5 years ago makes me laugh and cry at the same time
  1088. # [23:29] * Joins: miketaylr (~miketaylr@12.5.149.2)
  1089. # [23:29] <shepazu> ryanseddon: oh, I didn't say my stuff wasn't crap… :)
  1090. # [23:29] <shepazu> but sadly, probably better than I could do today, since I barely get any time to code these days
  1091. # [23:31] * Parts: BlurstOfTimes (~Adium@168.203.117.36)
  1092. # [23:32] <martndemus> shepazu: cube dance dance dance! http://jsfiddle.net/s9sdz/2/
  1093. # [23:32] <shepazu> cool
  1094. # [23:32] <tw2113> ryanseddon i'll give it a go with sublime. I know I will want some sort of editor for my laptop here, once I start using some co-working space more regularly
  1095. # [23:32] <tw2113> most of my dev work at home is done on my laptop
  1096. # [23:33] * Quits: plh_ (~plh@w3cdhcp109.w3.org) (Ping timeout: 240 seconds)
  1097. # [23:34] * Quits: snowfox (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net) (Read error: Operation timed out)
  1098. # [23:36] * Joins: ChrisPartridge (~chrisp@219-90-195-66.static.adam.com.au)
  1099. # [23:38] * Quits: ChrisPartridge (~chrisp@219-90-195-66.static.adam.com.au) (Client Quit)
  1100. # [23:39] * Quits: simenbrekken (~simenbrek@c85-196-101-98.static.sdsl.no) (Remote host closed the connection)
  1101. # [23:40] * Joins: JL235 (~JL235@host86-183-111-142.range86-183.btcentralplus.com)
  1102. # [23:42] * Quits: aalted (aalted@77.211.113.105) (Ping timeout: 252 seconds)
  1103. # [23:45] * Joins: Thasmo (~thasmo@d86-33-68-66.cust.tele2.at)
  1104. # [23:52] * Quits: tgunr (~davec@cust-66-249-166-11.static.o1.com) (Ping timeout: 268 seconds)
  1105. # [23:52] * Quits: miketaylr (~miketaylr@12.5.149.2) (Quit: miketaylr)
  1106. # [23:55] * Quits: Stava (~Stava@h-86-113.a197.priv.bahnhof.se) (Remote host closed the connection)
  1107. # [23:55] * Joins: diogogmt (~kvirc@CPE0018396f5ec0-CM0012c99ea256.cpe.net.cable.rogers.com)
  1108. # [23:59] * Quits: Jon47 (~Adium@pool-74-96-160-56.washdc.fios.verizon.net) (Remote host closed the connection)
  1109. # [23:59] * Joins: Jon47 (~Adium@pool-74-96-160-56.washdc.fios.verizon.net)
  1110. # Session Close: Wed Dec 21 00:00:00 2011

The end :)