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

Options:

  1. # Session Start: Mon Jan 31 00:00:00 2011
  2. # Session Ident: #html5
  3. # [00:00] <xonecas> and if it works with my crazy build of ffmpeg
  4. # [00:00] <antonkovalyov> paul_irish, ty; edited
  5. # [00:00] * _Tristan_ is now known as Tristan
  6. # [00:01] * Tristan is now known as Guest66833
  7. # [00:01] <antonkovalyov> paul_irish, about less.js, you were talking about this: http://dl.dropbox.com/u/447925/Screenshots/6h5xv_o-v2-r.png
  8. # [00:01] <antonkovalyov> ?
  9. # [00:02] <paul_irish> i guess so
  10. # [00:02] <paul_irish> i was looking at it in minified source and it looked interesting
  11. # [00:02] <paul_irish> but.. yeah this doesnt help us unfortunately
  12. # [00:02] <antonkovalyov> i could add a check for window
  13. # [00:02] <antonkovalyov> but meh
  14. # [00:02] <paul_irish> well he assumes node if no window
  15. # [00:02] <antonkovalyov> ya
  16. # [00:02] <paul_irish> you need to know node or rhino
  17. # [00:03] <paul_irish> or.. whatever other whatevers
  18. # [00:03] <antonkovalyov> paul_irish is so badass he skips normal source and reads directly the minified version
  19. # [00:03] <antonkovalyov> we use rhino at disqus for jslint so i have a hack there
  20. # [00:04] <antonkovalyov> i'll incorporate it into jshint.js today i think
  21. # [00:04] <paul_irish> a impromptu good js quiz would be to name the minifier that was used for the resulting code
  22. # [00:05] <antonkovalyov> meh
  23. # [00:05] <snover> typeof is not a functionnnnnnnnnnnnnnnnnnnnnnnnn
  24. # [00:05] <snover> </pedant>
  25. # [00:06] <snover> paul_irish: fun idea :)
  26. # [00:06] <Pewpewarrows> anyone know why crockford took the rhino jslint off his site a while back?
  27. # [00:06] <snover> function(p,a,c,k,e,r)
  28. # [00:06] <snover> ?crock @ Pewpewarrows
  29. # [00:06] <bot-t> Pewpewarrows, Your sadly pathetic bleatings are harshing my mellow.
  30. # [00:06] * Joins: Dorward (~Dorward@94-192-4-225.zone6.bethere.co.uk)
  31. # [00:06] <Pewpewarrows> every time :(
  32. # [00:06] <antonkovalyov> Pewpewarrows, http://dl.dropbox.com/u/447925/Screenshots/y2-f_p~sneh5.png
  33. # [00:06] <antonkovalyov> still there
  34. # [00:06] * Quits: peol (~andree@unaffiliated/peol) (Read error: Connection reset by peer)
  35. # [00:07] * Joins: peol (~andree@h55eb1e56.selukra.dyn.perspektivbredband.net)
  36. # [00:07] * Quits: peol (~andree@h55eb1e56.selukra.dyn.perspektivbredband.net) (Changing host)
  37. # [00:07] * Joins: peol (~andree@unaffiliated/peol)
  38. # [00:07] * Quits: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c) (Quit: cocoadaemon)
  39. # [00:07] <Pewpewarrows> no I meant what used to be at http://www.jslint.com/rhino/index.html
  40. # [00:08] <antonkovalyov> oh
  41. # [00:08] <antonkovalyov> dunno
  42. # [00:08] <antonkovalyov> http://web.archive.org/web/20071201182151/http://www.jslint.com/rhino/index.html
  43. # [00:09] <antonkovalyov> the page does not seem to be too useful though
  44. # [00:09] <Pewpewarrows> right it linked to the rhino version of it
  45. # [00:09] <Pewpewarrows> which is mysteriously gone
  46. # [00:10] <Pewpewarrows> because it harshened his mellow
  47. # [00:10] <antonkovalyov> Pewpewarrows, lemme commit rhino support to the jshint real quick then
  48. # [00:10] <antonkovalyov> anybody knows where i can get full list of globals that node.js defines?
  49. # [00:10] <Pewpewarrows> antonkovalyov: awesome, I can send people to that instead of archive.org then :)
  50. # [00:11] <antonkovalyov> well
  51. # [00:11] <antonkovalyov> as soon as we will get website
  52. # [00:11] <antonkovalyov> it'll get much easier
  53. # [00:11] <Pewpewarrows> slightly on subject, does anyone know how to get jquery lint to ignore third-party libs
  54. # [00:12] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
  55. # [00:12] <antonkovalyov> hm how do i check if env is rhino
  56. # [00:12] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
  57. # [00:16] <paul_irish> antonkovalyov: there's a global called 'version' that probably says something useful?
  58. # [00:16] <antonkovalyov> paul_irish, i checked
  59. # [00:16] <antonkovalyov> version() > 0
  60. # [00:16] <paul_irish> well
  61. # [00:16] <antonkovalyov> and i don't wanna check if version is a func
  62. # [00:17] <antonkovalyov> there is a global environment
  63. # [00:17] <paul_irish> loop over all the members of your `rhino` object and see if they're global and `window` isnt?
  64. # [00:20] <antonkovalyov> paul_irish, environment has all the java properties
  65. # [00:20] <antonkovalyov> so i'll just check if environment is global and environment['java.runtime.version'] is not undefined
  66. # [00:20] <antonkovalyov> and window is undefined
  67. # [00:20] <antonkovalyov> sweeet
  68. # [00:21] * Quits: Ramosa (~Ramosa@unaffiliated/harald/x-000000001)
  69. # [00:21] * Joins: tw2113 (~tw2113@fedora/tw2113)
  70. # [00:23] * Quits: BrianBlakely (~Adium@user-12lcofe.cable.mindspring.com) (Quit: Leaving.)
  71. # [00:23] <nimbupani> shepazu: https://github.com/simplegeo/polymaps/issues/labels/opera#issue/50
  72. # [00:23] <nimbupani> :(
  73. # [00:25] * Joins: BrianBlakely (~Adium@user-12lcofe.cable.mindspring.com)
  74. # [00:30] <xonecas> paul_irish: up to chromium 11.0.655.0 (73119) :-)
  75. # [00:32] * Quits: symb (symb@p57B8FBD2.dip.t-dialin.net) (Ping timeout: 260 seconds)
  76. # [00:32] <paul_irish> these go to eleven!!!
  77. # [00:33] * Quits: ndimatteo (~ndimatteo@c-98-235-177-36.hsd1.pa.comcast.net) (Remote host closed the connection)
  78. # [00:33] * Joins: ndimatteo (~ndimatteo@c-98-235-177-36.hsd1.pa.comcast.net)
  79. # [00:34] * svenlito is now known as svenlito_
  80. # [00:36] * Quits: cgcardona (~cgcardona@cpe-98-150-150-230.hawaii.res.rr.com) (Quit: zzzzz)
  81. # [00:37] * Joins: symb (~symb@p57B8E994.dip.t-dialin.net)
  82. # [00:41] * Joins: benschwarz (~benschwar@ppp59-167-179-123.static.internode.on.net)
  83. # [00:43] <antonkovalyov> Pewpewarrows, https://github.com/jshint/jshint
  84. # [00:43] <antonkovalyov> in the readme section, scroll down to the environments block
  85. # [00:43] <Pewpewarrows> antonkovalyov: yay :)
  86. # [00:44] * snover is now known as snover|away
  87. # [00:45] * Joins: mahemoff (~mahemoff@87-194-3-205.bethere.co.uk)
  88. # [00:45] <antonkovalyov> paul_irish, am i doing it right? http://dl.dropbox.com/u/447925/Screenshots/_y~d3ur8aq-2.png feels weeeeeird
  89. # [00:46] <paul_irish> looks fine to me
  90. # [00:46] * svenlito_ is now known as svenlito
  91. # [00:54] * Quits: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk) (Quit: Leaving.)
  92. # [01:02] * snover|away is now known as snover
  93. # [01:04] * Joins: jochen___ (~jochen@nat/google/x-evkgnyqkgntegkkm)
  94. # [01:05] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Hi, I'm a quit message virus. Please replace your old line with this line and help me take over the world of IRC.)
  95. # [01:05] * Quits: ajpiano (~ajpiano@cpe-68-173-41-149.nyc.res.rr.com) (Quit: Bye!)
  96. # [01:07] * Quits: jochen__ (~jochen@nat/google/x-bccrftohamxjsruk) (Ping timeout: 246 seconds)
  97. # [01:07] * jochen___ is now known as jochen__
  98. # [01:12] * Joins: ajpiano (~ajpiano@cpe-68-173-41-149.nyc.res.rr.com)
  99. # [01:12] <shepazu> nimbupani: maybe you should just trigger a resize event somehow to prime it on Opera
  100. # [01:12] <nimbupani> yeahhh :///
  101. # [01:14] * Joins: addyosmani (~apple@host86-161-175-28.range86-161.btcentralplus.com)
  102. # [01:22] * Quits: gattuso (~gattuso@93-36-209-147.ip61.fastwebnet.it) (Remote host closed the connection)
  103. # [01:23] * Quits: ajpiano (~ajpiano@cpe-68-173-41-149.nyc.res.rr.com) (Quit: Bye!)
  104. # [01:25] * Joins: isowerk (~isowerk@5adc57b5.bb.sky.com)
  105. # [01:27] * Joins: ajpiano (~ajpiano@cpe-68-173-41-149.nyc.res.rr.com)
  106. # [01:34] * Quits: isowerk (~isowerk@5adc57b5.bb.sky.com) (Quit: leaving)
  107. # [01:44] * Quits: dgathright (~dgathrigh@cpe-76-90-139-148.socal.res.rr.com) (Quit: dgathright)
  108. # [01:51] * Quits: qq99 (~qq99@CPE0026f3378f10-CM0026f3378f0d.cpe.net.cable.rogers.com) (Quit: Leaving)
  109. # [01:52] * Joins: franksalim (~frank@108-65-76-174.lightspeed.sntcca.sbcglobal.net)
  110. # [01:57] * Quits: Thasmo (~thasmo@d86-33-199-39.cust.tele2.at)
  111. # [02:03] * Quits: svenlito (~svnlto@78-86-0-182.zone2.bethere.co.uk) (Ping timeout: 265 seconds)
  112. # [02:04] * Quits: vyvea (~vyvea@78.63.114.251) (Quit: Leaving)
  113. # [02:07] * Quits: themiddleman (~rob@c-67-182-247-76.hsd1.ut.comcast.net) (Remote host closed the connection)
  114. # [02:07] <chipotle> Pewpewarrows: are you still here?
  115. # [02:07] <chipotle> are there reasons not to work on PSD to html/css/jquery conversions? i thought i read an article about why creating websites starting in PSDs are not a good idea...
  116. # [02:08] <chipotle> what are your options if you are not working with a graphic designer but still need to make a website design?
  117. # [02:08] * Quits: Neiluj (~neiluj@cpy94-5-82-244-220-115.fbx.proxad.net) (Read error: Connection reset by peer)
  118. # [02:08] * Joins: Neiluj (~neiluj@cpy94-5-82-244-220-115.fbx.proxad.net)
  119. # [02:08] <nimbupani> umm you asked in the morning chipotle!
  120. # [02:08] <chipotle> nimbupani: i know, i am reading the backlog now -- i had an emergency so i had to leave
  121. # [02:08] <chipotle> nimbupani: what do you mean "i design in the browser"?
  122. # [02:09] <chipotle> do you mean you use a grid?
  123. # [02:09] <nimbupani> wat
  124. # [02:09] <nimbupani> no
  125. # [02:09] <nimbupani> i mean
  126. # [02:09] <nimbupani> i design on the fly
  127. # [02:09] <nimbupani> with html/css
  128. # [02:09] * Quits: pingo_ (~anders@77.40.160.226) (Ping timeout: 276 seconds)
  129. # [02:09] <nimbupani> like for html5readiness.com & html5boilerplate.com
  130. # [02:09] <chipotle> nimbupani: that is your site?
  131. # [02:10] <nimbupani> thats mine & paul_irish's
  132. # [02:10] * chipotle is new to html/css/js , in other words, i am just now learning front end design, so please bear with me
  133. # [02:10] <nimbupani> sure
  134. # [02:10] <chipotle> nimbupani: so how did you create that without PSDs?
  135. # [02:10] <nimbupani> use html5boilerplate for the scaffold and work my way up.
  136. # [02:10] <nimbupani> maybe i should write a blog post :)
  137. # [02:11] * Quits: benschwarz (~benschwar@ppp59-167-179-123.static.internode.on.net) (Quit: benschwarz)
  138. # [02:11] * Quits: Trisox (Trisox@g31044.upc-g.chello.nl)
  139. # [02:16] * Joins: pingo_ (~anders@77.40.160.226)
  140. # [02:18] <chipotle> nimbupani: please do :)
  141. # [02:19] <chipotle> nimbupani: do you know any resources to find free/open source html/css designs that i can download and then edit (thereby learning how to use html and css)?
  142. # [02:19] <chipotle> is css3 supported in most modern browsers? when should you use css2 instead of css3?
  143. # [02:20] <chipotle> html5 is pretty well supported (with the exception of <video> tags) from what i read... is css3 development similiar to html5 development support?
  144. # [02:20] <nimbupani> chipotle: read away at boilerplate
  145. # [02:20] <nimbupani> ?g github nimbupani html5boilerplate-site
  146. # [02:20] <bot-t> nimbupani, nimbupani's Profile - GitHub - https://github.com/nimbupani
  147. # [02:20] <nimbupani> https://github.com/nimbupani/html5boilerplate-site
  148. # [02:20] <Neiluj> chipotle: html5 & css3 are "old" html/css + candies
  149. # [02:21] <nimbupani> umm maybe view-source on html5boilerplate.com would be a beetter idea
  150. # [02:26] * Quits: boaz (~boaz@64.119.153.2) (Quit: boaz)
  151. # [02:27] * Parts: snover (~Adium@unaffiliated/snover)
  152. # [02:34] * Joins: tw2113 (~tw2113@fedora/tw2113)
  153. # [02:37] <chipotle> Neiluj: yeah, i know... but what does css3 have that css2 doesn't have?
  154. # [02:37] <Neiluj> shadows, rounded corners, animations, transitions, and more and more
  155. # [02:39] <nimbupani> chipotle: if you are new just get started with plain old html/css
  156. # [02:39] <nimbupani> lots you can do
  157. # [02:46] * tw2113 agrees with nimbupani
  158. # [02:47] <Pewpewarrows> chipotle: I'm back
  159. # [02:49] <tw2113> chipotle avoid any css tutorials that show achieving rounded corners with tons of divs and images....
  160. # [02:52] * Joins: cgcardona (~cgcardona@cpe-98-150-150-230.hawaii.res.rr.com)
  161. # [02:52] * Quits: coweso (~coweso@unaffiliated/toinso) (Quit: Leaving)
  162. # [03:02] * Quits: jomn (~jomn@c80-216-13-27.bredband.comhem.se) (Ping timeout: 272 seconds)
  163. # [03:02] * Joins: jomn (~jomn@c80-216-13-27.bredband.comhem.se)
  164. # [03:03] * Quits: jomn (~jomn@c80-216-13-27.bredband.comhem.se) (Read error: Connection reset by peer)
  165. # [03:03] * Joins: jomn (~jomn@c80-216-13-27.bredband.comhem.se)
  166. # [03:19] * Joins: HAITI (~j@unaffiliated/haiti)
  167. # [03:20] * Joins: Brodingo (~Brodingo@cpe-70-116-9-4.austin.res.rr.com)
  168. # [03:21] * Joins: silanus_ (~silanus@p5DDEBFA7.dip.t-dialin.net)
  169. # [03:22] * Quits: silanus (~silanus@p5DDEA47E.dip.t-dialin.net) (Ping timeout: 240 seconds)
  170. # [03:23] * Quits: bentruyman (~bentruyma@c-67-163-43-249.hsd1.il.comcast.net) (Ping timeout: 240 seconds)
  171. # [03:24] * Joins: bentruyman (~bentruyma@c-67-163-43-249.hsd1.il.comcast.net)
  172. # [03:26] * Quits: Brodingo (~Brodingo@cpe-70-116-9-4.austin.res.rr.com) (Quit: Computer has gone to sleep.)
  173. # [03:26] * Joins: benschwarz (~benschwar@ppp59-167-179-123.static.internode.on.net)
  174. # [03:28] * Quits: HAITI (~j@unaffiliated/haiti) (Ping timeout: 240 seconds)
  175. # [03:30] * Joins: Brodingo (~Brodingo@cpe-70-116-9-4.austin.res.rr.com)
  176. # [03:40] * Joins: dgathright (~dgathrigh@cpe-76-90-139-148.socal.res.rr.com)
  177. # [03:52] * Joins: boaz (~boaz@c-24-128-79-120.hsd1.ma.comcast.net)
  178. # [04:07] * Quits: bentruyman (~bentruyma@c-67-163-43-249.hsd1.il.comcast.net) (Quit: bentruyman)
  179. # [04:15] * Quits: jomn (~jomn@c80-216-13-27.bredband.comhem.se) (Read error: Connection reset by peer)
  180. # [04:15] * Joins: jomn (~jomn@c80-216-13-27.bredband.comhem.se)
  181. # [04:17] * Joins: bentruyman (~bentruyma@c-67-163-43-249.hsd1.il.comcast.net)
  182. # [04:18] * Quits: cgcardona (~cgcardona@cpe-98-150-150-230.hawaii.res.rr.com) (Quit: zzzzz)
  183. # [04:32] * Joins: NiftyLettuce (~niftylett@h247.119.232.68.ip.windstream.net)
  184. # [04:34] * Quits: bentruyman (~bentruyma@c-67-163-43-249.hsd1.il.comcast.net) (Quit: bentruyman)
  185. # [04:37] * Quits: addyosmani (~apple@host86-161-175-28.range86-161.btcentralplus.com) (Quit: addyosmani)
  186. # [04:49] * Quits: chipotle (~chipotle@209-6-67-222.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com) (Remote host closed the connection)
  187. # [04:50] <nimbupani> omg omg omg box shadows fixeddd in webkit
  188. # [04:50] <paul_irish> ?
  189. # [04:51] <nimbupani> https://bugs.webkit.org/show_bug.cgi?id=22102
  190. # [04:51] <nimbupani> RESOLVED FIXED
  191. # [04:54] * Quits: jomn (~jomn@c80-216-13-27.bredband.comhem.se) (Read error: Connection reset by peer)
  192. # [04:55] * Joins: jomn (~jomn@c80-216-13-27.bredband.comhem.se)
  193. # [04:57] * Quits: ajpiano (~ajpiano@cpe-68-173-41-149.nyc.res.rr.com) (Read error: Connection reset by peer)
  194. # [04:57] * Joins: silence (~ajpiano@cpe-68-173-41-149.nyc.res.rr.com)
  195. # [04:57] * silence is now known as ajpiano
  196. # [04:57] <nimbupani> silence
  197. # [04:59] <tw2113> sorry, i can't help but lack major excitement when i never realized there was a bug :D
  198. # [05:00] <nimbupani> its a gross bug
  199. # [05:00] <tw2113> aren't they all?
  200. # [05:01] <antonkovalyov> yo people
  201. # [05:02] <nimbupani> yows
  202. # [05:02] <antonkovalyov> offtopic: i sold my magic trackpad (piece of shit) and i want some good bluetooth mouse that is not ugly and not magic mouse (i have one at the office). any suggestions?
  203. # [05:03] <nimbupani> o i hv a trackpad :/
  204. # [05:03] <antonkovalyov> haha
  205. # [05:04] <antonkovalyov> nimbupani, i think we have diff opinions on about every topic
  206. # [05:05] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Quit: Leaving)
  207. # [05:06] <nimbupani> you are like my antipode
  208. # [05:06] * Joins: mike5w3c (~MikeSmith@2002:d106:7be0:1234:219:e3ff:fe08:8ad3)
  209. # [05:07] <Brodingo> never really thought of that as a bug, just a why-are-you-specifying-such-a-large-blur kind of thing
  210. # [05:08] <nimbupani> it is a bug
  211. # [05:08] * Joins: bentruyman (~bentruyma@c-67-163-43-249.hsd1.il.comcast.net)
  212. # [05:09] <nimbupani> http://nimbupani.com/demo/css3vignettes/ is wai
  213. # [05:09] * Quits: bentruyman (~bentruyma@c-67-163-43-249.hsd1.il.comcast.net) (Client Quit)
  214. # [05:09] <nimbupani> try umm resizing
  215. # [05:10] <Brodingo> yeah thats pretty bad
  216. # [05:10] * Quits: jomn (~jomn@c80-216-13-27.bredband.comhem.se) (Remote host closed the connection)
  217. # [05:10] * Joins: cgcardona (~cgcardona@cpe-98-150-150-230.hawaii.res.rr.com)
  218. # [05:11] <tw2113> i'd get rid of the magic mouse if I could
  219. # [05:11] <tw2113> i want something i can hold onto and isn't so damn sensitive
  220. # [05:12] <antonkovalyov> bestselling logitech mouse on amazon
  221. # [05:12] <antonkovalyov> has some kind of usb receiver
  222. # [05:12] <antonkovalyov> and i have only two usb ports
  223. # [05:12] <antonkovalyov> so fuck it
  224. # [05:13] * Joins: chipotle (~chipotle@209-6-67-222.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com)
  225. # [05:15] * Quits: NiftyLettuce (~niftylett@h247.119.232.68.ip.windstream.net) (Ping timeout: 240 seconds)
  226. # [05:18] * Joins: themiddleman (~rob@c-67-182-247-76.hsd1.ut.comcast.net)
  227. # [05:19] * Quits: Neiluj (~neiluj@cpy94-5-82-244-220-115.fbx.proxad.net) (Quit: Neiluj)
  228. # [05:21] * Quits: LynnWallenstein (~Lynn@pool-74-107-70-172.bltmmd.fios.verizon.net) (Quit: Leaving)
  229. # [05:32] <antonkovalyov> nimbupani, what do you think should jshint.com focus on? a web interface for jshint library or information about best practices?
  230. # [05:32] <nimbupani> why not both?
  231. # [05:33] <nimbupani> i mean the primary function would be the jshint stuff
  232. # [05:33] <antonkovalyov> i dunno, it is hard ui-wise?
  233. # [05:33] <nimbupani> secondary function can be best practices
  234. # [05:33] <nimbupani> i dont think its hard :/
  235. # [05:33] <antonkovalyov> :'-( y u calling me stupid
  236. # [05:33] <nimbupani> :/
  237. # [05:33] <nimbupani> i didnt!
  238. # [05:34] <nimbupani> no need to expose best practices on home page too much
  239. # [05:34] <nimbupani> but can be linked to from results
  240. # [05:34] <antonkovalyov> makes sense
  241. # [05:34] <nimbupani> or like a random fotd
  242. # [05:34] <nimbupani> ?ud fotd
  243. # [05:34] <bot-t> nimbupani, FOTD - Friend Of The Day.I.e. someone who is just altogether awesome and you want to associate yourself with for that particular day. Kind of like Mother's Day or Father's Day, except 293487234678913465 times better and funner.Also a Facebook application that chooses one of your friends at random (and tends to be rather accurate).
  244. # [05:34] <nimbupani> wat
  245. # [05:35] <nimbupani> i meant fact of the day
  246. # [05:35] <antonkovalyov> haha
  247. # [05:35] <antonkovalyov> i am pretty awesome though, ty bot-t
  248. # [05:40] <nimbupani> ha ha ha
  249. # [05:42] * Joins: noxxten (noxxten@adsl-93-110-145.owb.bellsouth.net)
  250. # [05:44] <antonkovalyov> thanks nimbupani
  251. # [05:44] <nimbupani> my pleasure antonkovalyov
  252. # [05:46] <antonkovalyov> nimbupani, btw where do you work? freelance?
  253. # [05:46] <nimbupani> antonkovalyov: i start full-time work tomorrow :)
  254. # [05:46] <antonkovalyov> working for the man eh
  255. # [05:46] <nimbupani> till today i was not working :)
  256. # [05:46] <antonkovalyov> where (if that is not a secret)?
  257. # [05:47] * nimbupani PMs antonkovalyov
  258. # [05:51] <tw2113> it is a question i had, with all these personal project stuff that you all seem to work on, when did you fit time in for a dayjob
  259. # [06:03] <tw2113> wha? no answer?
  260. # [06:03] <nimbupani> i am jobless till today tw2113
  261. # [06:03] <nimbupani> so only personal projects
  262. # [06:04] <tw2113> congrats on the new one, by the way ma'am
  263. # [06:04] <tw2113> :)
  264. # [06:05] <nimbupani> thanks tw2113!
  265. # [06:06] <nimbupani> i should make it public soonz
  266. # [06:06] <tw2113> is it one of those awesome jobs where you make things for the internet?
  267. # [06:06] <nimbupani> i hope so :)
  268. # [06:06] <tw2113> they're the best type
  269. # [06:07] * Joins: techrush (~techrush@adsl-75-4-203-46.dsl.irvnca.sbcglobal.net)
  270. # [06:08] <tw2113> sit around all day, coding cool shit
  271. # [06:08] <tw2113> helping push the internet into a new generation
  272. # [06:08] <nimbupani> i fear the sitting around part.
  273. # [06:09] <tw2113> take occasional breaks
  274. # [06:10] <tw2113> get up, walk around, etc
  275. # [06:10] <tw2113> or get a desk with a treadmill
  276. # [06:10] <tw2113> :D
  277. # [06:10] <nimbupani> or stand and work?
  278. # [06:11] <tw2113> another option
  279. # [06:12] <tw2113> if only voice to code was a viable option
  280. # [06:12] <nimbupani> omg i wish it was
  281. # [06:13] <tw2113> "less than sign, question mark, e c h o, apostrophe, H E L L O W O R L D apostrophe, semicolon, question mark, greater than sign
  282. # [06:13] <tw2113> nah, not as efficient as i'd prefer
  283. # [06:14] <nimbupani> :)
  284. # [06:15] <tw2113> and there's too much risk for stray instances of "shit" and "moar coffeez!!!" in the code
  285. # [06:20] * Joins: hubble (~hubble@216-80-69-33.c3-0.nwb-bsr1.chi-nwb.il.cable.rcn.com)
  286. # [06:25] * Joins: wycks (~wycks@unaffiliated/wycks)
  287. # [06:26] <tw2113> wycks did you whois me or something?
  288. # [06:26] <wycks> hehe I'm stalking you
  289. # [06:27] <wycks> in reality I was bored and browsing irc channels
  290. # [06:27] <tw2113> i figured you wanted to hang in the cool peoples room
  291. # [06:27] <wycks> I want a shiny made with html5 button
  292. # [06:29] <wycks> I was on the verge of checking out #/r/trees
  293. # [06:30] <tw2113> heh
  294. # [06:30] <tw2113> i'm fixing a small petpeeve of mine
  295. # [06:30] <tw2113> bad/ugly audio file ID3 tags
  296. # [06:38] * Quits: benschwarz (~benschwar@ppp59-167-179-123.static.internode.on.net) (Quit: benschwarz)
  297. # [06:40] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
  298. # [06:40] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
  299. # [06:42] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
  300. # [06:42] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
  301. # [06:44] <paul_irish> genre: porn groove
  302. # [06:45] <tw2113> yo paul
  303. # [06:45] <paul_irish> hey tw
  304. # [06:48] * Quits: KDN (~KDN@202.171.164.210) (Quit: KDN)
  305. # [06:51] <noxxten> paul_irish: I just heard the recent sitepoint podcast with you in it. I couldn't catch most of it, but I heard you somehow targeting elements that used css3 stuff in older css3 incapible browsers to fix things up a little. how would you do that? :o
  306. # [06:51] <paul_irish> a few ways
  307. # [06:52] <paul_irish> what are you interested in fixing up
  308. # [06:53] <noxxten> nothing in particular, but it's very intresting i could target elements in that way. making older browsers look stylish for their time, but allowing modern ones to use the css3 elements without fear or partial or broken support sometimes
  309. # [06:56] <digitalfiz> paul_irish, what was that real time editor you where using the other day
  310. # [06:56] <paul_irish> typewith.me
  311. # [06:56] <digitalfiz> ty :D
  312. # [06:56] <paul_irish> noxxten: some combo of selectivizr and css3pie would suit your needs i think
  313. # [06:57] * Quits: ajpiano (~ajpiano@cpe-68-173-41-149.nyc.res.rr.com) (Quit: Bye!)
  314. # [06:57] <noxxten> I really need to look more into modernizer, selectivizr, and css3pie more. I've just glanced them over really.
  315. # [06:58] * Quits: BrianBlakely (~Adium@user-12lcofe.cable.mindspring.com) (Quit: Leaving.)
  316. # [06:58] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
  317. # [07:01] <paul_irish> yes
  318. # [07:02] <tw2113> no, don't go learning things!
  319. # [07:02] <tw2113> anything but that!
  320. # [07:02] <tw2113> :P
  321. # [07:03] <noxxten> Ha I'm overrun lately coming back into the field. html5,css3, all the scripts and plugs. it's amazing being able to have it all to learn though :P
  322. # [07:03] * Joins: NiftyLettuce (~niftylett@h247.119.232.68.ip.windstream.net)
  323. # [07:03] <NiftyLettuce> any ruby developers here?
  324. # [07:03] <NiftyLettuce> just sparked an idea tonight and I want to have the app finished by March
  325. # [07:03] <NiftyLettuce> got a designer/two developers/ looking for a really good ruby dev
  326. # [07:04] <NiftyLettuce> will use html5/css3/compass/sass probz
  327. # [07:04] <NiftyLettuce> not to troll, :) since this is html5 related
  328. # [07:06] * Parts: NiftyLettuce (~niftylett@h247.119.232.68.ip.windstream.net)
  329. # [07:06] * Joins: NiftyLettuce (~niftylett@h247.119.232.68.ip.windstream.net)
  330. # [07:13] * Quits: peol (~andree@unaffiliated/peol) (Quit: peol)
  331. # [07:14] <paul_irish> nimbupani : HOLY SHIT box shadow perf fixed!
  332. # [07:14] <paul_irish> \o/
  333. # [07:14] <nimbupani> UMMM
  334. # [07:15] <nimbupani> did I not mention it as BREAKING NEWS
  335. # [07:15] <nimbupani> an hour ago or smthing
  336. # [07:15] <nimbupani> yes if you ever meet sfmr pls pls thank him
  337. # [07:16] <tw2113> 09:48pm] <nimbupani> https://bugs.webkit.org/show_bug.cgi?id=22102
  338. # [07:16] <tw2113> [09:48pm] <nimbupani> RESOLVED FIXED
  339. # [07:16] <tw2113> more like 2.5 hours ago
  340. # [07:16] <nimbupani> ha ha ha
  341. # [07:16] <paul_irish> SORRY I WAS BUSY GEEEEEEEZ
  342. # [07:16] <nimbupani> FINE
  343. # [07:17] <tw2113> she had to rely on me to express her glee
  344. # [07:17] <tw2113> and i didn't know of the bug, so i had to feign excitement
  345. # [07:17] <tw2113> and badly done at that!
  346. # [07:17] <nimbupani> awww it wasnt
  347. # [07:17] * tw2113 tries to spin this as paul's fault
  348. # [07:17] <nimbupani> IT IS
  349. # [07:18] <nimbupani> there was no euphoric celebration like i wanted it
  350. # [07:18] <paul_irish> THIS IS FUCKING AMAZING
  351. # [07:18] <paul_irish> \o\ \o/ /o/
  352. # [07:18] <nimbupani> WOOOOOOOOOOOOOOOOOOOOOOOOOO
  353. # [07:18] <tw2113> HOLY MOLEY DEIGHTY ON HIGH!!!!
  354. # [07:19] <nimbupani> :D
  355. # [07:19] <nimbupani> man i should really stop typing
  356. # [07:19] <tw2113> shit, forgot to declare the deighty variable
  357. # [07:19] <nimbupani> fingers hurting so much
  358. # [07:19] <tw2113> var deighty?
  359. # [07:19] <tw2113> is that how you do variables in js?
  360. # [07:19] <nimbupani> okay peeps i am offline on irc
  361. # [07:19] <nimbupani> gn!
  362. # [07:19] * Parts: nimbupani (~Adium@c-24-22-131-46.hsd1.wa.comcast.net)
  363. # [07:26] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.)
  364. # [07:28] <NiftyLettuce> anyone here know any good books on html5/css3/js ?
  365. # [07:29] * Joins: bentruyman (~bentruyma@c-67-163-43-249.hsd1.il.comcast.net)
  366. # [07:35] * Quits: cgcardona (~cgcardona@cpe-98-150-150-230.hawaii.res.rr.com) (Quit: zzzzz)
  367. # [07:36] * Quits: hubble (~hubble@216-80-69-33.c3-0.nwb-bsr1.chi-nwb.il.cable.rcn.com) (Quit: hubble)
  368. # [07:38] * Quits: patcito (~123@190.42.249.61) (Remote host closed the connection)
  369. # [07:43] * Quits: NiftyLettuce (~niftylett@h247.119.232.68.ip.windstream.net) (Quit: Good day sir!)
  370. # [07:46] * Joins: benschwarz (~ben@59.167.185.148)
  371. # [07:50] * Joins: LongBeach (~mike@AFontenayssB-152-1-65-58.w82-121.abo.wanadoo.fr)
  372. # [07:55] * Joins: benschwarz_ (~ben@59.167.185.148)
  373. # [07:56] * Quits: benschwarz (~ben@59.167.185.148) (Ping timeout: 240 seconds)
  374. # [07:56] * benschwarz_ is now known as benschwarz
  375. # [07:57] * Quits: bentruyman (~bentruyma@c-67-163-43-249.hsd1.il.comcast.net) (Quit: bentruyman)
  376. # [07:59] * Quits: benschwarz (~ben@59.167.185.148) (Client Quit)
  377. # [07:59] * Joins: benschwarz (~ben@59.167.185.148)
  378. # [08:03] * Joins: shichuan (7d278181@gateway/web/freenode/ip.125.39.129.129)
  379. # [08:03] * Quits: chipotle (~chipotle@209-6-67-222.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com) (Remote host closed the connection)
  380. # [08:04] * Quits: shichuan (7d278181@gateway/web/freenode/ip.125.39.129.129) (Client Quit)
  381. # [08:06] * Joins: HT (~ht@ip3e83ff64.speed.planet.nl)
  382. # [08:08] * Quits: techrush (~techrush@adsl-75-4-203-46.dsl.irvnca.sbcglobal.net) (Ping timeout: 240 seconds)
  383. # [08:09] * Quits: crypticsquared (~cryptics_@27-32-137-180.static.tpgi.com.au) (Quit: Leaving...)
  384. # [08:10] * Joins: cryptics_ (~cryptics_@124-168-77-86.dyn.iinet.net.au)
  385. # [08:14] * Joins: chipotle (~chipotle@209-6-67-222.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com)
  386. # [08:16] * Joins: Titosemi (~titosemi@g230238035.adsl.alicedsl.de)
  387. # [08:28] * Quits: croby (~croby@c-24-19-51-159.hsd1.wa.comcast.net) (Quit: croby)
  388. # [08:29] * Quits: Brodingo (~Brodingo@cpe-70-116-9-4.austin.res.rr.com) (Remote host closed the connection)
  389. # [08:31] * Quits: noxxten (noxxten@adsl-93-110-145.owb.bellsouth.net)
  390. # [08:33] * Quits: ndimatteo (~ndimatteo@c-98-235-177-36.hsd1.pa.comcast.net) (Remote host closed the connection)
  391. # [08:34] * Joins: jomn (~jomn@c80-216-24-119.bredband.comhem.se)
  392. # [08:54] * Joins: vyvea (~vyvea@78.63.114.251)
  393. # [08:58] * Quits: Killman (~killman@unaffiliated/killman) (Ping timeout: 264 seconds)
  394. # [09:02] * Joins: Killman (~killman@unaffiliated/killman)
  395. # [09:03] * Quits: dmachi (~dmachi@pool-71-254-66-150.ronkva.east.verizon.net) (Read error: Connection reset by peer)
  396. # [09:03] * Joins: dmachi (~dmachi@pool-71-254-66-150.ronkva.east.verizon.net)
  397. # [09:04] * Joins: svenlito (~svnlto@78-86-0-182.zone2.bethere.co.uk)
  398. # [09:11] * Joins: richardjapenga (~Richard@5353CFCA.cm-6-4d.dynamic.ziggo.nl)
  399. # [09:17] * Quits: antonkovalyov (~antonkova@adsl-75-18-218-201.dsl.pltn13.sbcglobal.net) (Quit: Leaving...)
  400. # [09:18] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
  401. # [09:18] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
  402. # [09:25] * Joins: jomn_ (~jomn@c80-216-24-119.bredband.comhem.se)
  403. # [09:26] * Joins: beevi7 (~manuel.bi@tim.7val.com)
  404. # [09:29] * Quits: boaz (~boaz@c-24-128-79-120.hsd1.ma.comcast.net) (Quit: boaz)
  405. # [09:29] * Quits: jomn (~jomn@c80-216-24-119.bredband.comhem.se) (Ping timeout: 276 seconds)
  406. # [09:35] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
  407. # [09:36] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
  408. # [09:37] * Quits: wycks (~wycks@unaffiliated/wycks) (Read error: Connection reset by peer)
  409. # [09:37] * Quits: svenlito (~svnlto@78-86-0-182.zone2.bethere.co.uk) (Ping timeout: 276 seconds)
  410. # [09:39] * Joins: jacine (~jacine@drupal.org/user/88931/view)
  411. # [09:40] * Quits: Killman (~killman@unaffiliated/killman) (Quit: bbl Zzzzzzzzzz)
  412. # [09:47] * Joins: seutje (~steve@fragger.nascom.be)
  413. # [09:47] * Quits: seutje (~steve@fragger.nascom.be) (Changing host)
  414. # [09:47] * Joins: seutje (~steve@drupal.org/user/264148/view)
  415. # [09:52] * Quits: Drule (Drule@83.181.2.198) (Ping timeout: 246 seconds)
  416. # [09:59] * Quits: jochen__ (~jochen@nat/google/x-evkgnyqkgntegkkm) (Remote host closed the connection)
  417. # [10:11] * Joins: svenlito (~svenlito@193.111.227.10)
  418. # [10:14] * Joins: gattuso (~gattuso@93-36-216-76.ip62.fastwebnet.it)
  419. # [10:15] * Joins: hanouman (~maxence@AMontsouris-159-1-65-173.w92-128.abo.wanadoo.fr)
  420. # [10:19] * Quits: jacine (~jacine@drupal.org/user/88931/view) (Quit: buh bye :))
  421. # [10:27] * Joins: kor (~kor@ip146-53-210-87.adsl2.static.versatel.nl)
  422. # [10:27] * Joins: Neiluj (~neiluj@cpy94-5-82-244-220-115.fbx.proxad.net)
  423. # [10:29] * Quits: dgathright (~dgathrigh@cpe-76-90-139-148.socal.res.rr.com) (Quit: dgathright)
  424. # [10:37] * Joins: Ramosa (Ramosa@unaffiliated/harald/x-000000001)
  425. # [10:39] * Joins: henrikkok (~Adium@80.199.116.190.static.peytz.dk)
  426. # [10:46] * Joins: Mussious (~kamil@dfw190.neoplus.adsl.tpnet.pl)
  427. # [10:47] * Quits: thatryan (~thatryan@c-71-202-1-91.hsd1.ca.comcast.net) (Quit: Leaving...)
  428. # [10:48] * Joins: svenlito_ (~svnlto@188-223-81-77.dsl.cnl.uk.net)
  429. # [10:49] * Joins: codetonowhere (~Adium@2001:67c:90:770:222:41ff:fe2a:3d9e)
  430. # [10:59] * Joins: Drule (~Drule@mail.upsales.com)
  431. # [11:03] * Joins: jeremyselier (~Jeremy@pro75-4-82-238-200-10.fbx.proxad.net)
  432. # [11:03] * Joins: hasanyavas (~hasanyava@88.239.201.236)
  433. # [11:05] * Quits: Neiluj (~neiluj@cpy94-5-82-244-220-115.fbx.proxad.net) (Quit: Neiluj)
  434. # [11:13] * Quits: obert- (~obert@87.19.203.220) (Ping timeout: 240 seconds)
  435. # [11:15] * Joins: matjas (~matjas@91.182.156.144)
  436. # [11:16] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
  437. # [11:17] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
  438. # [11:18] * Joins: obert- (~obert@87.19.203.220)
  439. # [11:21] * Joins: paulrouget (~paul2@sysmic.org)
  440. # [11:21] * Quits: mahemoff (~mahemoff@87-194-3-205.bethere.co.uk) (Quit: mahemoff)
  441. # [11:27] * Joins: croby (~croby@c-24-19-51-159.hsd1.wa.comcast.net)
  442. # [11:29] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
  443. # [11:31] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
  444. # [11:31] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
  445. # [11:37] * Quits: Mussious (~kamil@dfw190.neoplus.adsl.tpnet.pl) (Ping timeout: 264 seconds)
  446. # [11:40] * Joins: Mussious (~kamil@dfg181.neoplus.adsl.tpnet.pl)
  447. # [11:43] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
  448. # [11:43] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
  449. # [11:44] * Parts: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) ("Konversation terminated!")
  450. # [11:45] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
  451. # [11:52] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
  452. # [11:52] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
  453. # [11:54] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
  454. # [11:55] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
  455. # [11:55] * Quits: benschwarz (~ben@59.167.185.148) (Quit: benschwarz)
  456. # [11:55] * Joins: Titosemi1 (~titosemi@g224216128.adsl.alicedsl.de)
  457. # [11:57] * Quits: Titosemi (~titosemi@g230238035.adsl.alicedsl.de) (Ping timeout: 240 seconds)
  458. # [11:58] * Quits: hasanyavas (~hasanyava@88.239.201.236) (Ping timeout: 255 seconds)
  459. # [12:07] * Quits: Mussious (~kamil@dfg181.neoplus.adsl.tpnet.pl) (Quit: Ex-Chat)
  460. # [12:10] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
  461. # [12:10] * Quits: jomn_ (~jomn@c80-216-24-119.bredband.comhem.se) (Remote host closed the connection)
  462. # [12:10] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
  463. # [12:18] * Joins: Ms2ger (~Ms2ger@91.181.54.220)
  464. # [12:20] * Quits: paul_irish (~paul_iris@c-76-21-40-62.hsd1.ca.comcast.net) (Remote host closed the connection)
  465. # [12:47] * Joins: blokefrompoland (artur@spof.pl)
  466. # [12:47] <blokefrompoland> Hi.
  467. # [12:49] * Joins: crypticsquared (~cryptics_@27-32-137-180.static.tpgi.com.au)
  468. # [12:50] * Joins: huskyr (~huskyr@ip169-070.vpro.nl)
  469. # [12:51] * Quits: cryptics_ (~cryptics_@124-168-77-86.dyn.iinet.net.au) (Quit: Leaving...)
  470. # [12:55] * Joins: hasanyavas (~hasanyava@212.253.168.177)
  471. # [12:58] * Joins: jo-erlend (~jo-erlend@s07-04085.dsl.no.powertech.net)
  472. # [12:59] <jo-erlend> I keep reading about "the document outline", specially in relation to hgroup. What exactly does that mean?
  473. # [12:59] * Joins: jomn (~jomn@c80-216-24-119.bredband.comhem.se)
  474. # [13:00] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
  475. # [13:00] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
  476. # [13:01] * Joins: mahemoff (~mahemoff@nat/google/x-sheadjtlalrlyhpc)
  477. # [13:05] * Joins: kennyluck (~kennyluck@118-168-87-50.dynamic.hinet.net)
  478. # [13:05] * Quits: hasanyavas (~hasanyava@212.253.168.177) (Read error: Connection reset by peer)
  479. # [13:06] * Joins: hasanyavas (~hasanyava@212.253.168.177)
  480. # [13:07] * Quits: hasanyavas (~hasanyava@212.253.168.177) (Client Quit)
  481. # [13:07] * Joins: hasanyavas (~hasanyava@212.253.168.177)
  482. # [13:18] * ip^sleepz is now known as ippa
  483. # [13:33] * Quits: mahemoff (~mahemoff@nat/google/x-sheadjtlalrlyhpc) (Quit: mahemoff)
  484. # [13:33] * Joins: silence (~ajpiano@207.228.237.150)
  485. # [13:33] * Quits: silence (~ajpiano@207.228.237.150) (Client Quit)
  486. # [13:41] * Joins: Neiluj (~Julien@195.200.175.214)
  487. # [13:47] * Joins: russinkungen (russinkung@c-94-255-140-136.cust.bredband2.com)
  488. # [13:52] * Quits: mike5w3c (~MikeSmith@2002:d106:7be0:1234:219:e3ff:fe08:8ad3) (Read error: Operation timed out)
  489. # [13:58] * Quits: svenlito_ (~svnlto@188-223-81-77.dsl.cnl.uk.net) (Ping timeout: 255 seconds)
  490. # [14:01] <hanouman> Hi everybody Just a question, Is it possible to save all events objects on document ?
  491. # [14:01] * Joins: svenlito_ (~svnlto@188-223-81-77.dsl.cnl.uk.net)
  492. # [14:07] <Neiluj> hanouman: what do you mean by "save" ?
  493. # [14:07] <Neiluj> you mean catch ?
  494. # [14:07] * Joins: bentruyman (~bentruyma@c-67-163-43-249.hsd1.il.comcast.net)
  495. # [14:08] <hanouman> i would like to detect all dom node wich have event click
  496. # [14:09] <Neiluj> document.body.addEventListener('click', function(e) {console.log(e, e.target);})
  497. # [14:09] * Quits: svenlito_ (~svnlto@188-223-81-77.dsl.cnl.uk.net) (Read error: Connection reset by peer)
  498. # [14:10] * Joins: mahemoff (~mahemoff@nat/google/x-bjvdvkzpccgrxxqr)
  499. # [14:10] * Joins: svenlito_ (~svnlto@188-223-81-77.dsl.cnl.uk.net)
  500. # [14:10] <Neiluj> hanouman: can I ask you why you need to do this ? event delegation ?
  501. # [14:11] * Joins: dieWaldfeee (dieWaldfee@chello080109091167.3.15.univie.teleweb.at)
  502. # [14:11] <Neiluj> mmh, I think I misunderstood, you want to know every nodes listening to events ?...
  503. # [14:12] <hanouman> yes but i would like to know without a listener because i dont want click on elements
  504. # [14:12] <hanouman> yes
  505. # [14:12] <hanouman> exactly
  506. # [14:12] <Neiluj> ok
  507. # [14:12] <Neiluj> sorry for misunderstanding I'm french ;)
  508. # [14:12] <hanouman> me too
  509. # [14:12] <hanouman> lol
  510. # [14:12] <Neiluj> :D
  511. # [14:12] <Neiluj> world is small
  512. # [14:13] <hanouman> yesp ;) on peut peut etre parler francais
  513. # [14:13] <Neiluj> I don't think so ;) it can be useful for other folks
  514. # [14:13] <hanouman> ok i understand
  515. # [14:14] <Neiluj> I don't how's the chan politic about this :)
  516. # [14:14] <hanouman> ok
  517. # [14:14] <hanouman> no problem
  518. # [14:15] <Neiluj> is a jquery solution acceptable for you ?
  519. # [14:15] <hanouman> prototype but i can adapt it
  520. # [14:15] <hanouman> yep
  521. # [14:16] * Quits: svenlito_ (~svnlto@188-223-81-77.dsl.cnl.uk.net) (Ping timeout: 260 seconds)
  522. # [14:21] <Neiluj> I know there's a way with jQuery to know if an element have listeners but only if they were binded with jQuery
  523. # [14:21] <Neiluj> $('#my-element').data('events')
  524. # [14:23] <Neiluj> hanouman: a very bad and ugly solution http://pastie.org/1514592
  525. # [14:24] <Neiluj> there's certinaly a better way to do this but... :)
  526. # [14:24] <hanouman> ok look that thanks ;)
  527. # [14:25] <Neiluj> oops there's a mistake one line 5, that's a } and not a )
  528. # [14:25] <hanouman> lol
  529. # [14:25] * Quits: Pewpewarrows (~Pewpewarr@c-69-143-122-59.hsd1.va.comcast.net) (Quit: Leaving)
  530. # [14:25] <hanouman> oki ;)
  531. # [14:25] <Neiluj> I've just test, it works :)
  532. # [14:26] <hanouman> ok thanks very much
  533. # [14:27] <Neiluj> np but don't put that code into production, $('*') is REALLY bad :)
  534. # [14:27] * Joins: dcadenas (~dcadenas@r186-48-200-132.dialup.adsl.anteldata.net.uy)
  535. # [14:28] <hanouman> ok , i just must check img
  536. # [14:28] <hanouman> $('img')
  537. # [14:28] <hanouman> $$('img')
  538. # [14:30] * Quits: mahemoff (~mahemoff@nat/google/x-bjvdvkzpccgrxxqr) (Quit: mahemoff)
  539. # [14:31] * Joins: masondesu (~masondesu@c-76-107-156-58.hsd1.ms.comcast.net)
  540. # [14:32] * Joins: Trisox (Trisox@g31044.upc-g.chello.nl)
  541. # [14:34] * Joins: mahemoff (~mahemoff@nat/google/x-wyuwwrpbgdeqmxsi)
  542. # [14:39] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
  543. # [14:40] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
  544. # [14:46] * Quits: hasanyavas (~hasanyava@212.253.168.177) (Read error: Connection reset by peer)
  545. # [14:46] * Joins: hasanyava (~hasanyava@212.253.168.177)
  546. # [14:49] * Quits: bentruyman (~bentruyma@c-67-163-43-249.hsd1.il.comcast.net) (Quit: bentruyman)
  547. # [14:55] * Quits: mahemoff (~mahemoff@nat/google/x-wyuwwrpbgdeqmxsi) (Ping timeout: 272 seconds)
  548. # [14:56] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
  549. # [14:57] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
  550. # [14:57] * Joins: Pewpewarrows (~Pewpewarr@75-145-93-41-WashingtonDC.hfc.comcastbusiness.net)
  551. # [15:00] * Joins: mahemoff (~mahemoff@nat/google/x-ibmsrcekgcspxvzb)
  552. # [15:10] * Joins: svenlito_ (~svnlto@188-223-81-77.dsl.cnl.uk.net)
  553. # [15:11] * Joins: miketaylr (~miketaylr@206.217.92.186)
  554. # [15:12] <jetienne> jQuery mobile makes page layout very smooth, using html structure. What about doing the same but for desktop webapps, with larger screens ? <- anybody knows a framework doing this ?
  555. # [15:12] * Joins: mike5w3c (~MikeSmith@31-35-219.wireless.csail.mit.edu)
  556. # [15:17] * Joins: hasanyavas (~hasanyava@212.253.168.177)
  557. # [15:18] * Joins: bbabics_ (~bbabics@104.sub-174-252-33.myvzw.com)
  558. # [15:18] * Quits: hasanyava (~hasanyava@212.253.168.177) (Read error: Connection reset by peer)
  559. # [15:19] <Pewpewarrows> one that spans multiple "screens" like jqmobile? nope
  560. # [15:20] <bbabics_> Is it possible to define steps for an input field as well as a pattern for more granularity?
  561. # [15:21] <bbabics_> I have a input[type=time][step=900] (every 15 minutes)
  562. # [15:21] <bbabics_> so "02:15" validates, but "02:17" doesn't.
  563. # [15:21] * Joins: tsangpo (~tsangpozh@183.46.105.172)
  564. # [15:22] <bbabics_> I thought the pattern might be "[00:24]{2}:[00-60]{2}", but that doesn't seem to work either. :( Any suggestions?
  565. # [15:22] <jetienne> Pewpewarrows: this is a nice feature of jqmobile. but i was more thinking about the "nice html sturcture to define the layout" as opposed to a "lots of js to define structure." like extjs and likely other
  566. # [15:23] <jetienne> Pewpewarrows: the transparent aspect of the "nice html structure" makes it nice during dev i think. especially for basic applications
  567. # [15:23] <Pewpewarrows> jetienne: that's one of the reasons I shied away from extjs, javascriptmvc, sencha, etc
  568. # [15:23] <Pewpewarrows> you might want to look into backbone, sammy, or knockout
  569. # [15:24] <jetienne> Pewpewarrows: ok thanks
  570. # [15:24] <Pewpewarrows> (I personally hate how knockout works btw, so my preference would be the other two)
  571. # [15:24] <jetienne> my personnal choice will be driven by code/doc quality and support
  572. # [15:24] <miketaylr> bbabics_: @pattern doesn't applie to type=time, afaik
  573. # [15:24] <Pewpewarrows> backbone is my personal favorite right now, I use it on things where it's completely overkill just because I enjoy how it works so much
  574. # [15:24] <miketaylr> *apply
  575. # [15:25] <miketaylr> @min, @max and @step are all you have, apart from setCustomValidity
  576. # [15:26] <bbabics_> miketaylr: hhmm. Not sure if that will fly with business. :( They want increments of 15min, but to allow for free form of minutes inbetween.
  577. # [15:26] <bbabics_> makes sense. good to know.
  578. # [15:26] * Quits: mahemoff (~mahemoff@nat/google/x-ibmsrcekgcspxvzb) (Quit: mahemoff)
  579. # [15:27] <miketaylr> if you want to allow the user to select any value, but clamp it to the nearest 15 minutes...that might be something to do on the server
  580. # [15:27] * Quits: kennyluck (~kennyluck@118-168-87-50.dynamic.hinet.net) (Quit: kennyluck)
  581. # [15:28] <bbabics_> Would I be able to check the value in setCustomValidity and return boolean?
  582. # [15:29] <jetienne> Pewpewarrows: after a rapid scan, backbone seems to run only in browser (similar to sproutcore), correct ?
  583. # [15:29] <bbabics_> false being the error?
  584. # [15:30] * Parts: tsangpo (~tsangpozh@183.46.105.172)
  585. # [15:30] <miketaylr> i'm not sure why you even want to validate clientside if you want to allow the user to select any value
  586. # [15:30] * Joins: ryanoverbey (~ryanoverb@wrls-249-138-157.wrls-client.fas.harvard.edu)
  587. # [15:30] <miketaylr> unless i misunderstand
  588. # [15:30] * Quits: ryanoverbey (~ryanoverb@wrls-249-138-157.wrls-client.fas.harvard.edu) (Remote host closed the connection)
  589. # [15:30] <Pewpewarrows> jetienne: as of now, yes it's a client-side framework, but there's work being done to mesh it with node.js, which would mean you'd only write your models, templates, views etc ONCE
  590. # [15:30] <Pewpewarrows> which really excites me
  591. # [15:31] <miketaylr> but yeah, run your setCustomValidity fn right before submit and return false to throw an error
  592. # [15:31] <jetienne> Pewpewarrows: excelent. i like node.js ability to share code too
  593. # [15:31] <miketaylr> sorry, trigger a validation error :)
  594. # [15:31] <bbabics_> miketaylr: i don't really need to validate, I'm just trying to allow for 15min increments, but because it's still freeform, if a user enters a val other than 15min increments, it throws an error.
  595. # [15:31] <bbabics_> *triggers
  596. # [15:33] * Joins: ryanoverbey (~ryanoverb@wrls-249-138-157.wrls-client.fas.harvard.edu)
  597. # [15:33] * Quits: ryanoverbey (~ryanoverb@wrls-249-138-157.wrls-client.fas.harvard.edu) (Client Quit)
  598. # [15:33] * Joins: ryanoverbey (~ryanoverb@wrls-249-138-157.wrls-client.fas.harvard.edu)
  599. # [15:35] <jetienne> <script type="text/x-jquery-tmpl"></script> if the browser doesnt know the type= value, it will ignore the script ?
  600. # [15:35] <miketaylr> pretty much
  601. # [15:36] * Joins: tsangpo (~tsangpozh@183.46.105.172)
  602. # [15:36] <jetienne> miketaylr: is there some ugly details worth to know ? jquery template seem to operate this way. just wanted to ensure this is ok by standard
  603. # [15:36] * Quits: ben_alman (~ben_alman@pool-74-104-156-115.bstnma.fios.verizon.net) (Ping timeout: 240 seconds)
  604. # [15:36] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
  605. # [15:37] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
  606. # [15:38] <miketaylr> jetienne: html5 sez: "Authors can embed raw data using the <script type=""> mechanism with a custom type, for further handling by inline or server-side scripts."
  607. # [15:38] <miketaylr> pretty sure it works everywhere
  608. # [15:38] <jetienne> miketaylr: oh seems clearly in the standard then. thanks
  609. # [15:38] <miketaylr> np
  610. # [15:39] <bbabics_> jetienne: Quick tip: Embedding scripts in your page that have a unknown content-type (such is the case here - the browser doesn't know how to execute a text/html script) are simply ignored by the browser
  611. # [15:39] * Quits: bbabics_ (~bbabics@104.sub-174-252-33.myvzw.com) (Remote host closed the connection)
  612. # [15:40] <jetienne> bbok
  613. # [15:40] * Quits: jomn (~jomn@c80-216-24-119.bredband.comhem.se) (Remote host closed the connection)
  614. # [15:40] * Joins: bbabics (~bbabics@104.sub-174-252-33.myvzw.com)
  615. # [15:40] <bbabics> jetienne: http://ejohn.org/blog/javascript-micro-templating/
  616. # [15:41] <jetienne> bbabics: i was aware of it
  617. # [15:44] <bbabics> jetienne: sorry. not sure if my previous post went through. John Resign explains that the type, if custom and not recognized by a browser, it is ignored
  618. # [15:45] * Joins: felcom (~felcom@rrcs-71-43-19-2.se.biz.rr.com)
  619. # [15:45] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
  620. # [15:46] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
  621. # [15:48] * Quits: bbabics (~bbabics@104.sub-174-252-33.myvzw.com) (Quit: bbabics)
  622. # [15:48] * Joins: tw2113 (~tw2113asw@fedora/tw2113)
  623. # [15:49] <tw2113> aye, fresh snow, and all the slow drivers out on the road
  624. # [15:51] * Quits: hasanyavas (~hasanyava@212.253.168.177) (Read error: Connection reset by peer)
  625. # [15:51] * Joins: hasanyavas (~hasanyava@212.253.168.177)
  626. # [15:53] * Joins: masondesu_ (~Mason@c-76-107-156-58.hsd1.ms.comcast.net)
  627. # [15:56] * Joins: ericduran (~ericduran@173-203-243-241.static.cloud-ips.com)
  628. # [16:01] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
  629. # [16:02] * Quits: masondesu_ (~Mason@c-76-107-156-58.hsd1.ms.comcast.net) (Quit: masondesu_)
  630. # [16:07] <tw2113> i have to admit, this is kind of hot http://www.youtube.com/watch?v=v-TcD0japKs
  631. # [16:07] <tw2113> Slayer in 8bit
  632. # [16:14] * Joins: Mussious (~kamil@dfg181.neoplus.adsl.tpnet.pl)
  633. # [16:15] * Joins: plh_ (~plh@30-5-5.wireless.csail.mit.edu)
  634. # [16:15] * Joins: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c)
  635. # [16:16] * Quits: hasanyavas (~hasanyava@212.253.168.177) (Read error: Connection reset by peer)
  636. # [16:16] * Joins: hasanyavas (~hasanyava@212.253.168.177)
  637. # [16:17] * Quits: hasanyavas (~hasanyava@212.253.168.177) (Read error: Connection reset by peer)
  638. # [16:17] * Joins: snover (~Adium@unaffiliated/snover)
  639. # [16:17] * Joins: hasanyavas (~hasanyava@212.253.168.177)
  640. # [16:18] * Parts: snover (~Adium@unaffiliated/snover)
  641. # [16:18] * Quits: gattuso (~gattuso@93-36-216-76.ip62.fastwebnet.it) (Ping timeout: 240 seconds)
  642. # [16:18] * Quits: seutje (~steve@drupal.org/user/264148/view) (Quit: WeeChat 0.3.2)
  643. # [16:19] * Joins: MattDiPasquale (~MattDiPas@rrcs-184-74-229-10.nyc.biz.rr.com)
  644. # [16:22] * Quits: hasanyavas (~hasanyava@212.253.168.177) (Ping timeout: 240 seconds)
  645. # [16:23] * Joins: danielfilho (~dcosta@200.226.123.5)
  646. # [16:27] * Joins: HAITI (~j@192.75.63.254)
  647. # [16:27] * Quits: HAITI (~j@192.75.63.254) (Changing host)
  648. # [16:27] * Joins: HAITI (~j@unaffiliated/haiti)
  649. # [16:27] * Joins: boaz (~boaz@64.119.153.2)
  650. # [16:32] * Quits: russinkungen (russinkung@c-94-255-140-136.cust.bredband2.com) (Ping timeout: 240 seconds)
  651. # [16:32] * Joins: mahemoff (~mahemoff@nat/google/x-ovulkloetvkyzpzb)
  652. # [16:32] * Joins: gattuso (~gattuso@93-36-181-145.ip61.fastwebnet.it)
  653. # [16:35] * Quits: dieWaldfeee (dieWaldfee@chello080109091167.3.15.univie.teleweb.at)
  654. # [16:38] * Joins: Brodingo (472ae19a@gateway/web/freenode/ip.71.42.225.154)
  655. # [16:38] * Joins: Slick (~Slick@S010600215a08cecc.cg.shawcable.net)
  656. # [16:43] * Joins: ben_alman (~ben_alman@static-72-74-246-210.bstnma.fios.verizon.net)
  657. # [16:43] * Quits: ben_alman (~ben_alman@static-72-74-246-210.bstnma.fios.verizon.net) (Read error: Connection reset by peer)
  658. # [16:43] * Joins: ben_alman (~ben_alman@static-72-74-246-210.bstnma.fios.verizon.net)
  659. # [16:44] * Quits: ben_alman (~ben_alman@static-72-74-246-210.bstnma.fios.verizon.net) (Read error: Connection reset by peer)
  660. # [16:44] * Joins: ben_alman (~ben_alman@static-72-74-246-210.bstnma.fios.verizon.net)
  661. # [16:44] * Joins: dieWaldfeee (dieWaldfee@chello080109091167.3.15.univie.teleweb.at)
  662. # [16:48] * Joins: Killman (~killman@unaffiliated/killman)
  663. # [16:49] * Joins: jomn (~jomn@c80-216-13-27.bredband.comhem.se)
  664. # [16:50] * Joins: figital (~figital@64.119.153.2)
  665. # [16:50] * Joins: skyler_brungardt (~skyler_br@64.191.211.43)
  666. # [16:51] * Joins: kennyluck (~kennyluck@114-43-126-14.dynamic.hinet.net)
  667. # [16:56] * Quits: mikesusz (~mike@squaredesign.com) (Read error: Connection reset by peer)
  668. # [16:57] * Quits: Mussious (~kamil@dfg181.neoplus.adsl.tpnet.pl) (Quit: Ex-Chat)
  669. # [16:58] * Joins: mikesusz (~mike@squaredesign.com)
  670. # [16:59] * Quits: henrikkok (~Adium@80.199.116.190.static.peytz.dk) (Quit: Leaving.)
  671. # [17:07] * Joins: n8o (~n8o@70.76.32.210)
  672. # [17:08] <n8o> is this the appropriate room to ask about canvas?
  673. # [17:10] <tw2113> yup
  674. # [17:10] <tw2113> but it's been pretty quiet so far today
  675. # [17:10] <franksalim> good morning
  676. # [17:10] * Joins: masondesu_ (~Mason@209.149.99.2)
  677. # [17:11] <n8o> i'm trying to figure out how to draw an image to the canvas using a data: url
  678. # [17:12] * Quits: HAITI (~j@unaffiliated/haiti) (Ping timeout: 260 seconds)
  679. # [17:12] * Quits: beevi7 (~manuel.bi@tim.7val.com) (Ping timeout: 276 seconds)
  680. # [17:12] <n8o> gah, I think i found my problem
  681. # [17:16] <miketaylr> glad we could help :)
  682. # [17:17] <tw2113> ^this
  683. # [17:21] * Quits: richardjapenga (~Richard@5353CFCA.cm-6-4d.dynamic.ziggo.nl) (Quit: Ik ga weg)
  684. # [17:24] * Joins: silence (~ajpiano@64.119.153.2)
  685. # [17:24] * silence is now known as Guest66634
  686. # [17:25] * Quits: Guest66634 (~ajpiano@64.119.153.2) (Client Quit)
  687. # [17:25] * Quits: boaz (~boaz@64.119.153.2) (Quit: boaz)
  688. # [17:26] * Joins: snover (~Adium@unaffiliated/snover)
  689. # [17:27] <tw2113> http://imgur.com/T6BMs hee
  690. # [17:30] * Quits: masondesu_ (~Mason@209.149.99.2) (Quit: masondesu_)
  691. # [17:30] * Joins: paul_irish (~paul_iris@c-76-21-40-62.hsd1.ca.comcast.net)
  692. # [17:32] * ericduran is now known as ericduran|otp
  693. # [17:33] * matjas is now known as matjas_away
  694. # [17:34] * Quits: Drule (~Drule@mail.upsales.com) (Ping timeout: 272 seconds)
  695. # [17:34] * Joins: Neiluj_ (~neiluj@195.200.175.214)
  696. # [17:35] * Quits: Neiluj_ (~neiluj@195.200.175.214) (Client Quit)
  697. # [17:39] * Quits: Nakre (~Nakre@78.167.4.59) (Ping timeout: 246 seconds)
  698. # [17:40] * Joins: Nakre (~Nakre@95.15.121.18)
  699. # [17:41] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
  700. # [17:41] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
  701. # [17:41] * ericduran|otp is now known as ericduran|afk
  702. # [17:43] * Joins: exp (~zAyghip8@cpc2-ely02-0-0-cust338.5-1.cable.virginmedia.com)
  703. # [17:43] * exp is now known as expi
  704. # [17:46] <mike5w3c> http://html5.miller-interactive.com/
  705. # [17:47] <tw2113> is it supposed to do anything visually?
  706. # [17:49] <expi> isn't html5 just called html now? :D
  707. # [17:50] <paul_irish> not really no.
  708. # [17:50] * Joins: peol (~andree@h55eb1e56.selukra.dyn.perspektivbredband.net)
  709. # [17:50] * Quits: peol (~andree@h55eb1e56.selukra.dyn.perspektivbredband.net) (Changing host)
  710. # [17:50] * Joins: peol (~andree@unaffiliated/peol)
  711. # [17:51] * Quits: huskyr (~huskyr@ip169-070.vpro.nl) (Quit: huskyr)
  712. # [17:52] <jetienne> mike5w3c: a video of a static logo ? i dont get it
  713. # [17:52] <expi> :{
  714. # [17:52] <mike5w3c> heh
  715. # [17:52] <mike5w3c> it's encoded in H.264
  716. # [17:53] * Joins: addyosmani (~apple@host86-161-175-28.range86-161.btcentralplus.com)
  717. # [17:53] * ericduran|afk is now known as ericduran|otp
  718. # [17:53] <mike5w3c> for all the people who both hate the logo and a religiously anti-H.264
  719. # [17:53] <jetienne> and dont like fast moving video ? :)
  720. # [17:53] <mike5w3c> paul_irish: here's something really useful I found recently: http://www.fuckinghorn.com/
  721. # [17:54] <mike5w3c> jetienne: it's a "healing" video
  722. # [17:54] <expi> lol :D
  723. # [17:54] <paul_irish> <title>Fucking Horn .com - TOOOOOOOOOOOOOOOOOOOOT</title>
  724. # [17:54] <mike5w3c> meant to be enjoyed with aroma oils, that kind of thing
  725. # [17:55] * Quits: Killman (~killman@unaffiliated/killman) (Quit: reboot)
  726. # [17:56] <mike5w3c> Chorvus is one of the M Project devs
  727. # [17:56] <mike5w3c> http://twitter.com/#!/chorvus
  728. # [17:56] <mike5w3c> seriously whacked
  729. # [17:57] <mike5w3c> If we had just a few more people like this in the universe, all our problems would be solved
  730. # [18:02] * Joins: gliese581 (~FranOntan@81.202.113.56.dyn.user.ono.com)
  731. # [18:03] * Quits: matjas_away (~matjas@91.182.156.144) (Quit: Computer has gone to sleep.)
  732. # [18:05] * Joins: matjas (~matjas@91.182.156.144)
  733. # [18:05] * ericduran|otp is now known as ericduran
  734. # [18:06] * Joins: patcito (~123@190.42.192.8)
  735. # [18:06] * Quits: ryanoverbey (~ryanoverb@wrls-249-138-157.wrls-client.fas.harvard.edu) (Quit: Computer has gone to sleep.)
  736. # [18:09] * Quits: mahemoff (~mahemoff@nat/google/x-ovulkloetvkyzpzb) (Quit: mahemoff)
  737. # [18:09] * Quits: franksalim (~frank@108-65-76-174.lightspeed.sntcca.sbcglobal.net) (Read error: Connection reset by peer)
  738. # [18:09] * Joins: ChessTeach (~max@ip24-253-50-153.lv.lv.cox.net)
  739. # [18:09] * Joins: franksalim (~frank@108-65-76-174.lightspeed.sntcca.sbcglobal.net)
  740. # [18:12] * Joins: mahemoff (~mahemoff@nat/google/x-pqlltxkillqnwypo)
  741. # [18:14] <ChessTeach> I would like to have a page element that has its own scroll bar. what would be a good tag to achieve this... something similiar to how google reader displays its articles
  742. # [18:15] * Quits: franksalim (~frank@108-65-76-174.lightspeed.sntcca.sbcglobal.net) (Read error: Connection reset by peer)
  743. # [18:18] * Joins: JonathanNeal (~Jonathan@rrcs-76-79-114-214.west.biz.rr.com)
  744. # [18:18] * Quits: ChessTeach (~max@ip24-253-50-153.lv.lv.cox.net) (Remote host closed the connection)
  745. # [18:18] <JonathanNeal> Sentence.
  746. # [18:19] <JonathanNeal> I mean, word.
  747. # [18:20] * Joins: franksalim (~frank@108-65-76-174.lightspeed.sntcca.sbcglobal.net)
  748. # [18:20] * Joins: franksalim_ (~frank@108-65-76-174.lightspeed.sntcca.sbcglobal.net)
  749. # [18:21] * Quits: franksalim (~frank@108-65-76-174.lightspeed.sntcca.sbcglobal.net) (Read error: Connection reset by peer)
  750. # [18:23] <felcom> modernizr includes html5 shiv-type thing right?
  751. # [18:23] * Quits: franksalim_ (~frank@108-65-76-174.lightspeed.sntcca.sbcglobal.net) (Read error: Connection reset by peer)
  752. # [18:23] <JonathanNeal> what's this modernizr business? html5 shiv? madness.
  753. # [18:24] <felcom> wut
  754. # [18:25] <paul_irish> felcom: it does.
  755. # [18:26] <paul_irish> jon neal wrote it. (for both)
  756. # [18:27] <JonathanNeal> paul_irish, how are you doing? What are you up to this week?
  757. # [18:30] * Joins: Neiluj_ (~neiluj@195.200.175.214)
  758. # [18:30] * Quits: svenlito (~svenlito@193.111.227.10) (Remote host closed the connection)
  759. # [18:31] * Joins: antonkovalyov (~antonkova@adsl-75-18-218-201.dsl.pltn13.sbcglobal.net)
  760. # [18:31] <tw2113> paul_irish, someone has nerd love for you http://twitter.com/#!/dap6000/statuses/32120906411147264
  761. # [18:31] <socialhapy> http://bit.ly/dKRCyu @dap6000: My nerd-crush on @RellyAB is just as strictly professional as my nerd-crush on @paul_irish. Don't be sexist. http://bit.ly/9cXOdB <- Awesome
  762. # [18:31] <paul_irish> JonathanNeal: doing good. trying to get out modernizr 1.7
  763. # [18:31] <paul_irish> and the all elusive html5 boilerplate 1.0
  764. # [18:32] <paul_irish> also ..
  765. # [18:32] * Quits: svenlito_ (~svnlto@188-223-81-77.dsl.cnl.uk.net) (Ping timeout: 240 seconds)
  766. # [18:32] <felcom> Does modernizr have to be in the <head> element or something? I have it included before </body> and it doesn't seem to fix <header> and <section> in IE
  767. # [18:32] <paul_irish> JonathanNeal: lemme add you to a private repo i'm working on with caniuse guy
  768. # [18:32] <JonathanNeal> sure thing, love it.
  769. # [18:32] <paul_irish> felcom: correct. has to be in <head> for that reason
  770. # [18:32] * Joins: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk)
  771. # [18:32] <felcom> ahh herp derp, thanks
  772. # [18:36] * Quits: paul_irish (~paul_iris@c-76-21-40-62.hsd1.ca.comcast.net) (Remote host closed the connection)
  773. # [18:36] * Joins: paul_irish (~paul_iris@c-76-21-40-62.hsd1.ca.comcast.net)
  774. # [18:38] * Quits: Neiluj_ (~neiluj@195.200.175.214) (Quit: Neiluj_)
  775. # [18:38] * Joins: cgcardona (~cgcardona@cpe-98-150-150-230.hawaii.res.rr.com)
  776. # [18:41] * Quits: paul_irish (~paul_iris@c-76-21-40-62.hsd1.ca.comcast.net) (Ping timeout: 255 seconds)
  777. # [18:41] * Joins: paul_irish (~paul_iris@32.174.162.178)
  778. # [18:41] * Quits: antonkovalyov (~antonkova@adsl-75-18-218-201.dsl.pltn13.sbcglobal.net) (Quit: Leaving...)
  779. # [18:42] * Joins: Levis (~Levis@93-63-109-252.ip27.fastwebnet.it)
  780. # [18:43] * Levis is now known as Guest31484
  781. # [18:45] <Neiluj> does somebody try to load selectivizr with yepnope yet ?
  782. # [18:46] <Neiluj> *did*
  783. # [18:46] * Quits: Trisox (Trisox@g31044.upc-g.chello.nl) (Ping timeout: 260 seconds)
  784. # [18:46] * Quits: n8o (~n8o@70.76.32.210) (Quit: n8o)
  785. # [18:48] <paul_irish> Neiluj: dunno! you should try
  786. # [18:49] <Neiluj> I did, IE didn't like :)
  787. # [18:49] <Fuld> Neiluj: IE doesn't even like sex
  788. # [18:51] <tw2113> IE doesn't even go here!
  789. # [18:51] * Quits: kor (~kor@ip146-53-210-87.adsl2.static.versatel.nl) (Quit: kor)
  790. # [18:52] * Quits: obert- (~obert@87.19.203.220) (Read error: Connection reset by peer)
  791. # [18:52] <tw2113> Mean Girls, the thing that launched Lindsey Lohen's various addictions
  792. # [18:55] <Neiluj> IE doesn't like Slex ...
  793. # [18:55] <tw2113> IE is grandpa
  794. # [18:56] * Joins: jamesarosen (~jamesaros@204.28.122.178)
  795. # [18:56] * Joins: mahen23 (~neoanders@197.225.154.98)
  796. # [18:56] * Joins: noxxten (noxxten@adsl-93-110-145.owb.bellsouth.net)
  797. # [18:57] <mahen23> the next tech bubble is on: http://www.codinghorror.com/blog/2011/01/lived-fast-died-young-left-a-tired-corpse.html are you going to ride it?
  798. # [18:58] * Joins: ben_c1 (~ben_c@cpc9-brig17-2-0-cust194.3-3.cable.virginmedia.com)
  799. # [18:58] * Quits: ben_c (~ben_c@cpc9-brig17-2-0-cust194.3-3.cable.virginmedia.com) (Read error: Connection reset by peer)
  800. # [19:00] * Joins: murz (~mmurraywa@wcproxy.msnbc.com)
  801. # [19:01] * Joins: obert- (~obert@87.19.203.220)
  802. # [19:03] <paul_irish> Neiluj: what happened
  803. # [19:03] * Joins: techrush (~techrush@adsl-75-4-203-46.dsl.irvnca.sbcglobal.net)
  804. # [19:03] <paul_irish> god i wish selectivizr's source was available online.. like.. uncomprsesed.. at a URL
  805. # [19:03] <paul_irish> kills me
  806. # [19:03] <mahen23> !omgpaul
  807. # [19:03] <mahen23> :(
  808. # [19:03] <paul_irish> s/!/?
  809. # [19:03] <paul_irish> noob.
  810. # [19:04] <paul_irish> :)
  811. # [19:04] <mahen23> ?ongpaul
  812. # [19:04] <bot-t> mahen23, Couldn't find "ongpaul" in jQuery Docs.
  813. # [19:04] <mahen23> ?omgpaul
  814. # [19:04] <bot-t> http://sphotos.ak.fbcdn.net/hphotos-ak-snc3/hs456.snc3/26108_532014511782_29100413_31383464_6948266_n.jpg
  815. # [19:04] <mahen23> lolwtf
  816. # [19:04] <Neiluj> paul_irish: https://github.com/keithclark/selectivizr
  817. # [19:04] * Parts: mahen23 (~neoanders@197.225.154.98)
  818. # [19:04] <Neiluj> it is since yesterday ! :)
  819. # [19:05] * Joins: dcadenas_ (~dcadenas@r186-48-219-27.dialup.adsl.anteldata.net.uy)
  820. # [19:05] <paul_irish> OMG
  821. # [19:05] <paul_irish> why didnt he tell me
  822. # [19:05] <paul_irish> hooray
  823. # [19:05] <Neiluj> yeah o/
  824. # [19:05] <Neiluj> I forked it just 5mn ago
  825. # [19:05] <paul_irish> uh oh.. his version detect isnt IE10 proof.
  826. # [19:06] <paul_irish> Neiluj: you should fix that for him
  827. # [19:06] <Neiluj> :)
  828. # [19:06] <Neiluj> actually, I got another problem, just yepnope related... http://pastie.org/1515396
  829. # [19:06] * Quits: dcadenas (~dcadenas@r186-48-200-132.dialup.adsl.anteldata.net.uy) (Ping timeout: 240 seconds)
  830. # [19:07] <cgcardona> what is the equivalent for diveintohtml5 for css3?
  831. # [19:07] <Neiluj> IE8 is doing well but an alert is showing up... HTML Parsing... unable to modify the parent container element before blablabla
  832. # [19:07] * Quits: felcom (~felcom@rrcs-71-43-19-2.se.biz.rr.com) (Quit: felcom)
  833. # [19:07] <Neiluj> am I doing something wrong ?
  834. # [19:07] <paul_irish> Neiluj: what's in test.js ?
  835. # [19:07] <Neiluj> just an alert...
  836. # [19:07] * Joins: felcom (~felcom@rrcs-71-43-19-2.se.biz.rr.com)
  837. # [19:07] <Neiluj> which is executed btw
  838. # [19:08] * Joins: SlexAxton (~slex@ve.nvl6zjvg.vesrv.com)
  839. # [19:08] <Neiluj> I reduced
  840. # [19:08] <paul_irish> SlexAxton: http://pastie.org/1515396 inside the js is an alert
  841. # [19:08] * Joins: ralphholzmann (~ralph@ralphholzmann.com)
  842. # [19:08] <paul_irish> "IE8 is doing well but an error is showing up... HTML Parsing... unable to modify the parent container element before blablabla"
  843. # [19:08] <Neiluj> oh I didn't see Slex was here
  844. # [19:08] <paul_irish> i had him come in
  845. # [19:09] * Quits: skyler_brungardt (~skyler_br@64.191.211.43) (Quit: skyler_brungardt)
  846. # [19:09] <Neiluj> thx paul
  847. # [19:09] * Quits: techrush (~techrush@adsl-75-4-203-46.dsl.irvnca.sbcglobal.net) (Ping timeout: 276 seconds)
  848. # [19:09] <SlexAxton> unable to modify the parent container errors usually mean you need to wait for dom ready
  849. # [19:09] <SlexAxton> unless it's yepnope causing that error
  850. # [19:10] <SlexAxton> in which case it's a bug :)
  851. # [19:10] <paul_irish> looks like it is, since he has no dom manip
  852. # [19:10] <SlexAxton> ah
  853. # [19:10] <SlexAxton> any line number?
  854. # [19:10] * Joins: boaz (~boaz@64.119.153.2)
  855. # [19:11] <Neiluj> nope
  856. # [19:11] <SlexAxton> ok
  857. # [19:11] <SlexAxton> I'll look into it
  858. # [19:12] <Neiluj> thx, I'm checking anyway if I used the latest
  859. # [19:12] <Neiluj> 1.0pre right ?
  860. # [19:12] * Quits: chipotle (~chipotle@209-6-67-222.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com) (Quit: eat a burrito)
  861. # [19:12] <SlexAxton> yea, that isn't a release version
  862. # [19:12] <ralphholzmann> Neiluj: yeah, but thats a working version, we commit to master regularly
  863. # [19:12] <Neiluj> aaah :P
  864. # [19:12] <SlexAxton> it's just what we have in there until we push a real release
  865. # [19:12] <Neiluj> maybe that's where I'm wrong :D
  866. # [19:12] <SlexAxton> hopefully!
  867. # [19:12] <Neiluj> i'll tell you in a min
  868. # [19:12] <SlexAxton> thnx
  869. # [19:14] * Joins: dgathright (~dgathrigh@cpe-76-90-139-148.socal.res.rr.com)
  870. # [19:14] <Neiluj> ok.... my mistake...
  871. # [19:14] <SlexAxton> oh yay
  872. # [19:14] <SlexAxton> it's fixed?
  873. # [19:14] <Neiluj> yep
  874. # [19:14] <SlexAxton> awesome.
  875. # [19:15] <Neiluj> was a 1.0pre bug
  876. # [19:15] <Neiluj> sorry
  877. # [19:15] <SlexAxton> should be smaller too :)
  878. # [19:15] <SlexAxton> wait
  879. # [19:15] <SlexAxton> what did you switch to?
  880. # [19:15] <SlexAxton> the release version?
  881. # [19:15] <SlexAxton> 0.2.3 or whatever?>
  882. # [19:15] <SlexAxton> or the latest github?
  883. # [19:15] <Neiluj> 0.2.3 yep
  884. # [19:15] <SlexAxton> oh
  885. # [19:15] <SlexAxton> any chance you could try with latest github version real fast?
  886. # [19:15] <paul_irish> Neiluj: ah. now i now why yepnope doesnt work with selectivizr https://github.com/keithclark/selectivizr/blob/master/selectivizr.js#L522-524
  887. # [19:16] <Neiluj> paul_irish: that's what I want to fix...
  888. # [19:16] <Neiluj> thx
  889. # [19:16] <paul_irish> Neiluj: super! :)
  890. # [19:17] <SlexAxton> Neiluj: can i have a copy of test.js
  891. # [19:18] <SlexAxton> so i can fix stuff in 1.0pre?
  892. # [19:18] <Neiluj> SlexAxton: it's just an alert('Hello'); I was reducing
  893. # [19:18] <paul_irish> SlexAxton: this guy corey hart, who made css-compressor, filed a ticket on html5boilerplate because he didnt like me using a snapshot version from his git master :)
  894. # [19:18] * Joins: dguttman (~dguttman@gige.bur.digisynd.com)
  895. # [19:18] <SlexAxton> that's interesting, but i can't tell if you're suggesting something to me or not
  896. # [19:19] <paul_irish> nah. i kinda like it when people put my dev versions to use
  897. # [19:19] <paul_irish> i wouldnt tell them not to
  898. # [19:22] * Quits: paul_irish (~paul_iris@32.174.162.178) (Remote host closed the connection)
  899. # [19:22] * Parts: dieWaldfeee (dieWaldfee@chello080109091167.3.15.univie.teleweb.at)
  900. # [19:24] * Quits: croby (~croby@c-24-19-51-159.hsd1.wa.comcast.net) (Quit: croby)
  901. # [19:25] * Quits: benv- (~benv@75-101-56-240.dsl.static.sonic.net) (Quit: Bye!)
  902. # [19:27] * Joins: franksalim (~frank@108-65-76-174.lightspeed.sntcca.sbcglobal.net)
  903. # [19:28] * Joins: croby (~croby@c-24-19-51-159.hsd1.wa.comcast.net)
  904. # [19:32] * Joins: paul_irish (~paul_iris@nat/google/x-bukpzqjguujmruwx)
  905. # [19:33] <JonathanNeal> How do you guys add radii to an image? http://sandbox.thewikies.com/img-w-radius/
  906. # [19:34] <JonathanNeal> That's how I do it these days.
  907. # [19:35] * Joins: cgfarmer (~dbraleigh@rrcs-96-10-22-122.se.biz.rr.com)
  908. # [19:36] * Quits: dgathright (~dgathrigh@cpe-76-90-139-148.socal.res.rr.com) (Quit: dgathright)
  909. # [19:37] <Neiluj> paul_irish: I don't understand how could you have such a bad connection and working at google...
  910. # [19:38] * Joins: HAITI (~j@unaffiliated/haiti)
  911. # [19:39] <SlexAxton> Neiluj: i think he's moving around, not having a bad connection
  912. # [19:39] * Joins: antonkovalyov (~antonkova@75-101-56-240.dsl.static.sonic.net)
  913. # [19:39] <ralphholzmann> paul_irish IRCs from the bus
  914. # [19:40] <Neiluj> well he's moving a lot, good for him :)
  915. # [19:40] * Joins: Thasmo (~thasmo@d86-33-199-39.cust.tele2.at)
  916. # [19:40] <SlexAxton> ralphholzmann and i are the paul_irish connection quality complaint police.
  917. # [19:40] <paul_irish> i was at home. then on the shuttle.. now at work.
  918. # [19:40] * Joins: JKarsrud (~JKarsrud@178.74.12.26)
  919. # [19:41] <Neiluj> somebody ask for Textmate on window a few days ago ? http://redcareditor.com/
  920. # [19:41] <paul_irish> shouldnt have any more parts until time to go home :)
  921. # [19:41] <JonathanNeal> Neiluj, and don't forget http://www.e-texteditor.com/
  922. # [19:41] <paul_irish> <3 e text editor for windows.
  923. # [19:41] <Neiluj> window*s*
  924. # [19:42] <JonathanNeal> me too
  925. # [19:42] <paul_irish> Neiluj: https://github.com/keithclark/selectivizr/issues/issue/3
  926. # [19:42] <paul_irish> filing a second one for lazyloading
  927. # [19:43] <Neiluj> paul_irish: Cool, saw the IE10 one too ;)
  928. # [19:43] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
  929. # [19:44] * Quits: MattDiPasquale (~MattDiPas@rrcs-184-74-229-10.nyc.biz.rr.com) (Read error: Connection reset by peer)
  930. # [19:45] <antonkovalyov> ?tell paul_irish thank you gor ignoring my important mesages
  931. # [19:45] <bot-t> antonkovalyov, Okay.
  932. # [19:45] <antonkovalyov> for*
  933. # [19:45] * Joins: MattDiPasquale (~MattDiPas@rrcs-184-74-229-10.nyc.biz.rr.com)
  934. # [19:45] <paul_irish> bot-t: tell antonkovalyov to eabod
  935. # [19:45] <bot-t> (30 secs ago) <antonkovalyov> tell paul_irish thank you gor ignoring my important mesages
  936. # [19:45] <bot-t> paul_irish, Okay.
  937. # [19:46] <Neiluj> I hope I'll get some time tonight to work on it, I made some tests on selectivizr and flexie today and it's crazy
  938. # [19:46] <antonkovalyov> ?tell paul_irish way to be rude :(
  939. # [19:46] <bot-t> (49 secs ago) <paul_irish> tell antonkovalyov to eabod
  940. # [19:46] <bot-t> antonkovalyov, Okay.
  941. # [19:47] <paul_irish> Neiluj: supercool
  942. # [19:50] * Quits: boaz (~boaz@64.119.153.2) (Quit: boaz)
  943. # [19:51] * Joins: benv (~benv@75-101-56-240.dsl.static.sonic.net)
  944. # [19:51] * Joins: n8o (~n8o@70.76.32.210)
  945. # [19:55] * Joins: Killman (~killman@unaffiliated/killman)
  946. # [19:56] * Joins: dgathright (~dgathrigh@nat/yahoo/x-yllagewvbtisriow)
  947. # [19:57] * Joins: Wooboy (~simon@host-85-201-3-233.brutele.be)
  948. # [19:58] * Joins: svenlito (~svnlto@78-86-0-182.zone2.bethere.co.uk)
  949. # [19:59] <paul_irish> these guys are soliciting feedback ya'll http://simonstl.com/articles/cssFragID.html
  950. # [19:59] <paul_irish> http://example.com/lorem.html#css(.content p:nth-child(2))
  951. # [20:00] * Joins: dguttman_ (~dguttman@gige.bur.digisynd.com)
  952. # [20:00] <snover> paul_irish: interesting.
  953. # [20:00] <paul_irish> yeah i kept figuring out how you'd support more selectors but still the legacy #id based one..
  954. # [20:01] <paul_irish> they went with #css(selectorrrrrr)
  955. # [20:01] <paul_irish> i kinda would rather #selector(.foo)
  956. # [20:01] <paul_irish> it is very selection-y
  957. # [20:01] <paul_irish> and not at all style-y
  958. # [20:02] * Quits: noxxten (noxxten@adsl-93-110-145.owb.bellsouth.net)
  959. # [20:03] <Neiluj> interesting but looks ugly at first sight
  960. # [20:03] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
  961. # [20:03] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
  962. # [20:04] * Quits: dguttman (~dguttman@gige.bur.digisynd.com) (Ping timeout: 276 seconds)
  963. # [20:04] * dguttman_ is now known as dguttman
  964. # [20:04] <Neiluj> what about ##(.foo) :-)
  965. # [20:05] * Quits: dguttman (~dguttman@gige.bur.digisynd.com) (Quit: dguttman)
  966. # [20:05] <Ms2ger> #xpath!
  967. # [20:05] <Neiluj> yeah good one
  968. # [20:06] * Joins: felcom_ (~felcom@rrcs-71-43-19-2.se.biz.rr.com)
  969. # [20:06] * Quits: felcom_ (~felcom@rrcs-71-43-19-2.se.biz.rr.com) (Client Quit)
  970. # [20:08] * Quits: masondesu (~masondesu@c-76-107-156-58.hsd1.ms.comcast.net) (Quit: masondesu)
  971. # [20:09] * Quits: felcom (~felcom@rrcs-71-43-19-2.se.biz.rr.com) (Ping timeout: 240 seconds)
  972. # [20:11] * Joins: techrush (~techrush@adsl-75-4-203-46.dsl.irvnca.sbcglobal.net)
  973. # [20:12] * Quits: techrush (~techrush@adsl-75-4-203-46.dsl.irvnca.sbcglobal.net) (Client Quit)
  974. # [20:13] * Quits: tw2113 (~tw2113asw@fedora/tw2113) (Quit: Leaving)
  975. # [20:17] * Joins: Mussious (~kamil@dfg181.neoplus.adsl.tpnet.pl)
  976. # [20:17] * Quits: Mussious (~kamil@dfg181.neoplus.adsl.tpnet.pl) (Remote host closed the connection)
  977. # [20:18] <mikesusz> a website telling me that chrome isn't fit for "full html5" that's funny. :)
  978. # [20:20] * Parts: tsangpo (~tsangpozh@183.46.105.172)
  979. # [20:20] <Fuld> mikesusz, damn prudes
  980. # [20:20] <mikesusz> Fuld - it tells me to install IE9. why didn't they just code it in silverlight then?
  981. # [20:21] <Fuld> mikesusz, what site?
  982. # [20:21] * Joins: benschwarz (~ben@59.167.185.148)
  983. # [20:21] <mikesusz> that http://www.nevermindthebullets.com/ thing, has it been mentioned here yet?
  984. # [20:21] <Fuld> Silverlight was more failsauce (the Zune of content delivery platforms)
  985. # [20:22] <mikesusz> built for microsoft, but still. don't say "it's HTML5" then "it only works in one browser!" (same thing goes for Apple)
  986. # [20:22] * Joins: chipotle (~chipotle@wrls-249-65-218.wrls-client.fas.harvard.edu)
  987. # [20:22] <Fuld> mikesusz: This looks like a ploy by Microsoft to brand themselves as getting HTML5
  988. # [20:22] <Fuld> Which is fine by me.
  989. # [20:22] <mikesusz> and it truly doesn't work in Chrome or Safari.
  990. # [20:23] <Fuld> Probably something to do with HTML5 canvas or video
  991. # [20:23] * Quits: shepazu (~schepers@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Quit: Core Breach)
  992. # [20:23] <paul_irish> we need word that refers to IE<9 .. or some way to say it in fewer than 5 syllables
  993. # [20:23] <mikesusz> ah hrm might be load related, it gets farther in one than the other
  994. # [20:24] <Fuld> IE<=9
  995. # [20:25] * Quits: benschwarz (~ben@59.167.185.148) (Ping timeout: 255 seconds)
  996. # [20:29] <paul_irish> i wonder if there is a mailing list somewhere when the DOM was invented and someone with common sense goes.. "WTF?! WHITESPACE NODES?!? R U SRS?"
  997. # [20:29] * Quits: jeremyselier (~Jeremy@pro75-4-82-238-200-10.fbx.proxad.net) (Ping timeout: 276 seconds)
  998. # [20:31] * Joins: benschwarz (~ben@59.167.185.148)
  999. # [20:32] <Ms2ger> Makes sense
  1000. # [20:38] * Joins: tw2113 (~tw2113@fedora/tw2113)
  1001. # [20:39] * Joins: benschwarz_ (~ben@59.167.185.148)
  1002. # [20:39] * Joins: shepazu (~schepers@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
  1003. # [20:41] * Quits: benschwarz (~ben@59.167.185.148) (Ping timeout: 260 seconds)
  1004. # [20:41] * benschwarz_ is now known as benschwarz
  1005. # [20:46] * Parts: benschwarz (~ben@59.167.185.148)
  1006. # [20:47] * Joins: benschwarz (~ben@59.167.185.148)
  1007. # [20:48] <xonecas> paul_irish: if there was someone did not listen to him!
  1008. # [20:48] <paul_irish> :'(
  1009. # [20:51] * Quits: Wooboy (~simon@host-85-201-3-233.brutele.be) (Quit: Quitte)
  1010. # [20:52] <jo-erlend> paul_irish, OldIE? :)
  1011. # [20:52] * Quits: chipotle (~chipotle@wrls-249-65-218.wrls-client.fas.harvard.edu) (Read error: Connection reset by peer)
  1012. # [20:52] <paul_irish> I like it!
  1013. # [20:52] * Joins: chipotle (~chipotle@wrls-249-65-218.wrls-client.fas.harvard.edu)
  1014. # [20:52] <jo-erlend> it just comes to me!
  1015. # [21:04] * Joins: dmachi1 (~dmachi@pool-71-254-66-150.ronkva.east.verizon.net)
  1016. # [21:04] * Quits: dmachi (~dmachi@pool-71-254-66-150.ronkva.east.verizon.net) (Read error: Connection reset by peer)
  1017. # [21:05] * Quits: Guest31484 (~Levis@93-63-109-252.ip27.fastwebnet.it) (Remote host closed the connection)
  1018. # [21:09] * Joins: coweso (~coweso@unaffiliated/toinso)
  1019. # [21:15] * Joins: bckenny (~bckenny@nat/google/x-ulfhemdyzptoixfc)
  1020. # [21:16] * Joins: benschwarz_ (~ben@59.167.185.148)
  1021. # [21:18] * Quits: benschwarz_ (~ben@59.167.185.148) (Client Quit)
  1022. # [21:18] * Quits: benschwarz (~ben@59.167.185.148) (Ping timeout: 272 seconds)
  1023. # [21:18] * Joins: benschwarz_ (~ben@59.167.185.148)
  1024. # [21:18] * benschwarz_ is now known as benschwarz
  1025. # [21:19] * Joins: masondesu (~Mason@c-75-64-239-27.hsd1.ms.comcast.net)
  1026. # [21:20] * bentruyman is now known as jaykwery
  1027. # [21:24] * Quits: chipotle (~chipotle@wrls-249-65-218.wrls-client.fas.harvard.edu) (Ping timeout: 272 seconds)
  1028. # [21:26] * Joins: mokush (~quassel@188.24.40.245)
  1029. # [21:28] * Quits: franksalim (~frank@108-65-76-174.lightspeed.sntcca.sbcglobal.net) (Quit: Ex-Chat)
  1030. # [21:29] * Quits: mahemoff (~mahemoff@nat/google/x-pqlltxkillqnwypo) (Quit: mahemoff)
  1031. # [21:32] * Joins: dguttman (~dguttman@gige.bur.digisynd.com)
  1032. # [21:35] <Neiluj> paul_irish: shIEt
  1033. # [21:36] * Joins: Evet (~Evet@78.184.60.201)
  1034. # [21:37] * Quits: benschwarz (~ben@59.167.185.148) (Quit: benschwarz)
  1035. # [21:42] * Quits: cgcardona (~cgcardona@cpe-98-150-150-230.hawaii.res.rr.com) (Quit: zzzzz)
  1036. # [21:44] * Quits: dmachi1 (~dmachi@pool-71-254-66-150.ronkva.east.verizon.net) (Quit: Leaving.)
  1037. # [21:44] <masondesu> ?down api.jquery.com
  1038. # [21:44] <bot-t> masondesu, It's just you. - http://api.jquery.com is up.
  1039. # [21:44] <masondesu> awesome, didn't know ol' Botty would do that
  1040. # [21:46] * Joins: dmachi (~dmachi@pool-71-254-66-150.ronkva.east.verizon.net)
  1041. # [21:49] * Joins: chipotle (~chipotle@140.247.75.246)
  1042. # [21:51] <jetienne> i got a question about websocket standard. http://dev.w3.org/html5/websockets/. when they say "attribute Function onerror;" ... how do i know the parameter passed to onerror function ?
  1043. # [21:52] * Joins: Daskreech (~chatzilla@65.183.3.150)
  1044. # [21:58] <acies> data attribute on the Event object, I think
  1045. # [21:59] * Joins: boaz (~boaz@70-30.dhcp.emerson.edu)
  1046. # [21:59] <acies> websocket.onerror = function(e) { e.data ... };
  1047. # [21:59] <JKarsrud> holy crap, is there no chanserv in here? :
  1048. # [21:59] <JKarsrud> :o
  1049. # [22:00] * Joins: Neiluj_ (~neiluj@195.200.175.214)
  1050. # [22:01] * Quits: Neiluj_ (~neiluj@195.200.175.214) (Client Quit)
  1051. # [22:02] <paul_irish> nope
  1052. # [22:02] <Neiluj> fuck you Neiluj_
  1053. # [22:03] * Joins: huskyr (~huskyr@535506A5.cm-6-6a.dynamic.ziggo.nl)
  1054. # [22:03] * Quits: obert- (~obert@87.19.203.220) (Ping timeout: 246 seconds)
  1055. # [22:03] <Daskreech> agreed
  1056. # [22:03] <Evet> anyone played with phonegap?
  1057. # [22:03] <paul_irish> its great
  1058. # [22:03] * Joins: techrush (~techrush@rrcs-173-198-32-131.west.biz.rr.com)
  1059. # [22:04] * Quits: chipotle (~chipotle@140.247.75.246) (Quit: eat a burrito)
  1060. # [22:05] <Evet> so, is sencha touch worth to buy since phonegap lets you to sell html5 apps?
  1061. # [22:06] <xonecas> :q
  1062. # [22:06] * Quits: xonecas (~sean@c-98-207-113-220.hsd1.ca.comcast.net) (Quit: leaving)
  1063. # [22:06] * Quits: svenlito (~svnlto@78-86-0-182.zone2.bethere.co.uk) (Remote host closed the connection)
  1064. # [22:07] * Joins: obert- (~obert@87.19.203.220)
  1065. # [22:07] * Quits: Ms2ger (~Ms2ger@91.181.54.220) (Quit: nn)
  1066. # [22:07] * Joins: hasanyavas (~hasanyava@88.239.201.236)
  1067. # [22:09] * Joins: svenlito (~svnlto@78-86-0-182.zone2.bethere.co.uk)
  1068. # [22:09] * Joins: Mussious (~kamil@dfg181.neoplus.adsl.tpnet.pl)
  1069. # [22:13] * Quits: Slick (~Slick@S010600215a08cecc.cg.shawcable.net) (Remote host closed the connection)
  1070. # [22:13] <Daskreech> Has anyone done a technical review of Google's HTML5 mail app?
  1071. # [22:14] <paul_irish> google has
  1072. # [22:14] <Daskreech> outlining it's limitations?
  1073. # [22:14] <tw2113> lols @ someone on reddit mistaking jquery as causing z-index issues with IE7
  1074. # [22:14] <paul_irish> Daskreech: maybe?
  1075. # [22:14] <paul_irish> what are you asking
  1076. # [22:16] <Daskreech> Just I'd expect that to be one of the more heavily used Public HTML5 interfaces so I thought someone might have gone through it to see how it was structured and what limitations it may have based on the environment it's expected to be used in
  1077. # [22:16] <tw2113> i have no idea what environments to expect it to be used in
  1078. # [22:16] * Quits: HT (~ht@ip3e83ff64.speed.planet.nl) (Remote host closed the connection)
  1079. # [22:17] <Daskreech> tw2113: As in with browsers that do not yet have a full HTML5 parser available
  1080. # [22:17] <tw2113> do any of them have FULL parsing?
  1081. # [22:17] <Daskreech> what concessions are made
  1082. # [22:18] <paul_irish> no that has not been done.
  1083. # [22:18] <Daskreech> tw2113: no. Which is what I meant it's a HTML5 app in an environment that's not well suited for a pure solution
  1084. # [22:19] <paul_irish> i believe iOS and android are whitelisted to a sexy version
  1085. # [22:19] <paul_irish> others get a less sexy version
  1086. # [22:19] <Daskreech> ah :)
  1087. # [22:19] <paul_irish> and then there's a plain html mobile one that unknowns get dumpd into
  1088. # [22:19] <Daskreech> I'm not aware of what IE engine WP7 ships with. Does anyone know?
  1089. # [22:20] <tw2113> doesn't windows phone go with IE7?
  1090. # [22:20] <Daskreech> I don't know I'm asking :)
  1091. # [22:20] <tw2113> i have a tall finger for any phone microsoft tries to market as uptodate
  1092. # [22:21] <Daskreech> assuming that you do not allow them to define what uptodate means
  1093. # [22:21] <tw2113> notice the word "market"
  1094. # [22:21] <paul_irish> its a combination of iE7 and Ie8
  1095. # [22:21] <tw2113> :D
  1096. # [22:22] <paul_irish> just what we wanted. another frankenbrowser.
  1097. # [22:22] <Daskreech> paul_irish: are the context of when it chooses one reaction or the other known or documented?
  1098. # [22:22] <paul_irish> doubt it
  1099. # [22:23] <Daskreech> well we shall see when they make it a hybrid of IE7 8 and 9 with the coming update what they do
  1100. # [22:23] <tw2113> i just ignore their products whenever possible
  1101. # [22:24] <Daskreech> while keeping a tall finger around?
  1102. # [22:24] <tw2113> it stays in my pocket
  1103. # [22:27] * Joins: BrianBlakely (~Adium@208.253.25.162)
  1104. # [22:28] * Quits: masondesu (~Mason@c-75-64-239-27.hsd1.ms.comcast.net) (Quit: masondesu)
  1105. # [22:31] <Evet> someone should suggest me an IDE for html5 development :\
  1106. # [22:32] <paul_irish> awwwwwww he just left... http://masondesu.com/ check out View Best Feature
  1107. # [22:33] <jetienne> window.postMessage(message) <- message MUST be a string ? or may be a js object ?
  1108. # [22:37] * Joins: thatryan (~thatryan@c-71-202-1-91.hsd1.ca.comcast.net)
  1109. # [22:37] * Quits: Evet (~Evet@78.184.60.201) (Quit: Evet)
  1110. # [22:38] <jetienne> ok i will do a json wrapper for safety :)=
  1111. # [22:38] * Quits: LongBeach (~mike@AFontenayssB-152-1-65-58.w82-121.abo.wanadoo.fr)
  1112. # [22:39] * Joins: qq99 (~qq99@CPE0026f3378f10-CM0026f3378f0d.cpe.net.cable.rogers.com)
  1113. # [22:41] <snover> jetienne: must be string.
  1114. # [22:41] <miketaylr> but objects work too
  1115. # [22:42] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
  1116. # [22:42] <miketaylr> eh...at least in opera, dunno the x-browser caveats there
  1117. # [22:42] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
  1118. # [22:43] <jetienne> snover: ok
  1119. # [22:45] <snover> miketaylr: fx is a string only, or was, dunno if it has changed; i’m looking at the spec and it says “structured clone” now
  1120. # [22:45] <miketaylr> yeah
  1121. # [22:45] * Parts: JonathanNeal (~Jonathan@rrcs-76-79-114-214.west.biz.rr.com)
  1122. # [22:45] <miketaylr> so buyer beware, strings are safe
  1123. # [22:46] <jetienne> structured clone = like not a full fs object, but basic data. hash/array/string/number kinda ?
  1124. # [22:48] <snover> http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#structured-clone
  1125. # [22:48] <miketaylr> essentially a new object with the same value
  1126. # [22:48] <snover> kinda barfo that it will throw if you have a function attached
  1127. # [22:49] <jetienne> hmmm i would say i prefer ietf kinda of spec... if i may :)
  1128. # [22:49] <jetienne> who is able to memorize all those algo in the spec ?
  1129. # [22:49] <miketaylr> nobody
  1130. # [22:49] <jetienne> im reasssured :)
  1131. # [22:50] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
  1132. # [22:51] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
  1133. # [23:00] * Joins: noxxten (noxxten@adsl-93-110-145.owb.bellsouth.net)
  1134. # [23:01] <Neiluj> paul_irish: any idea about selectivizr domready issue ? searching alternatives...
  1135. # [23:01] <paul_irish> what about andrea giammarchi's technique
  1136. # [23:01] * Quits: Pewpewarrows (~Pewpewarr@75-145-93-41-WashingtonDC.hfc.comcastbusiness.net) (Quit: Leaving)
  1137. # [23:01] <Neiluj> url ?
  1138. # [23:03] * Quits: miketaylr (~miketaylr@206.217.92.186) (Quit: boo mondays)
  1139. # [23:03] <paul_irish> ?g ajaxian andrea domcontentloaded ie
  1140. # [23:03] <bot-t> paul_irish, Ajaxian More fun with DOMContentLoaded - http://ajaxian.com/archives/more-fun-with-domcontentloaded
  1141. # [23:03] <Neiluj> you rock ;)
  1142. # [23:03] * Quits: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c) (Quit: cocoadaemon)
  1143. # [23:04] <Neiluj> ajaxian was missing on my searches
  1144. # [23:04] <paul_irish> hmm i think he might've ended up with a doscroll variation
  1145. # [23:04] <paul_irish> those ajaxian threads have most of the discussion
  1146. # [23:04] <Neiluj> damn yeah
  1147. # [23:04] <paul_irish> and probably dean edwards' one
  1148. # [23:05] <Neiluj> something I don't really understand : jQuery domready works with lazy load right ? so what is the point ?
  1149. # [23:06] * Joins: nimbupani (~Adium@c-24-22-131-46.hsd1.wa.comcast.net)
  1150. # [23:06] * Quits: jaykwery (~bentruyma@li159-104.members.linode.com) (Ping timeout: 246 seconds)
  1151. # [23:07] <paul_irish> nah it doesnt
  1152. # [23:07] <paul_irish> also why cant you just use document.readyState ?!
  1153. # [23:11] <Neiluj> sorry but what do you mean by "doesnt" :)
  1154. # [23:11] <Neiluj> I'm loading jquery with yepnope and $(function() {}) works just fine
  1155. # [23:12] <Neiluj> I didn't test on IE...
  1156. # [23:12] * Quits: boaz (~boaz@70-30.dhcp.emerson.edu) (Ping timeout: 240 seconds)
  1157. # [23:13] <Neiluj> tested, it works for me so I don't understand which part doesn't work :(
  1158. # [23:13] * Quits: Brodingo (472ae19a@gateway/web/freenode/ip.71.42.225.154) (Quit: Page closed)
  1159. # [23:13] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
  1160. # [23:14] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
  1161. # [23:14] <Neiluj> SlexAxton: yepnope({load: '//googleapi'}) doesn't work ?
  1162. # [23:14] <SlexAxton> you mean relative urls?
  1163. # [23:14] <SlexAxton> rather protocol relative urls
  1164. # [23:15] <SlexAxton> it may work natively, but regardless, there's an officially supported filter
  1165. # [23:15] <danielfilho> did anyone here had a problem with google analytics on ie (ok, i know, ie), that it put some querystrings after a .exe file link, then the link comes without extension? :/
  1166. # [23:15] <SlexAxton> called autoprotocol
  1167. # [23:15] <danielfilho> i mean, the file is saved without extension.
  1168. # [23:16] <SlexAxton> but since we changed from using labjs - it may just _work_ (but you just downgraded to the old version, so you may need the autoprotocol filter)
  1169. # [23:17] * Quits: ben_alman (~ben_alman@static-72-74-246-210.bstnma.fios.verizon.net) (Quit: Leaving...)
  1170. # [23:17] * Quits: plh_ (~plh@30-5-5.wireless.csail.mit.edu) (Ping timeout: 255 seconds)
  1171. # [23:17] * Joins: M1ghtyDOC (~hireglenn@74-212-246-74.static-ip.telepacific.net)
  1172. # [23:17] * Quits: Ramosa (Ramosa@unaffiliated/harald/x-000000001)
  1173. # [23:22] * Quits: mike5w3c (~MikeSmith@31-35-219.wireless.csail.mit.edu) (Ping timeout: 260 seconds)
  1174. # [23:22] * Quits: noxxten (noxxten@adsl-93-110-145.owb.bellsouth.net)
  1175. # [23:22] * Quits: Titosemi1 (~titosemi@g224216128.adsl.alicedsl.de) (Quit: Leaving.)
  1176. # [23:25] * Quits: expi (~zAyghip8@cpc2-ely02-0-0-cust338.5-1.cable.virginmedia.com) (Read error: No route to host)
  1177. # [23:25] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.)
  1178. # [23:25] * Quits: Guest66833 (tristan@eliteof.lastlegend.org) (Quit: -= RL calls!!! =-)
  1179. # [23:25] * Joins: Tristan (tristan@eliteof.lastlegend.org)
  1180. # [23:25] * Tristan is now known as Guest99373
  1181. # [23:25] <Neiluj> SlexAxton: did you say you're not using LABjs anymore in 1.0 or did I misunderstand ?
  1182. # [23:25] <Neiluj> SlexAxton: found the filter, great
  1183. # [23:25] <SlexAxton> yes, we dropped it
  1184. # [23:26] <SlexAxton> wrote a smaller more specific one
  1185. # [23:26] * Quits: vyvea (~vyvea@78.63.114.251) (Quit: Leaving)
  1186. # [23:26] <Neiluj> I'm really curious about it, I attempted to make a LABjs wrapper for my own needs : img & template loader
  1187. # [23:28] * Quits: Daskreech (~chatzilla@65.183.3.150) (Remote host closed the connection)
  1188. # [23:28] <Neiluj> I have this specific ejohn's micro-template implementation which is not using <script type="blabla"> but lazy loading, and a custom loader would be really great
  1189. # [23:29] * Joins: rendar (~s@host152-181-dynamic.7-87-r.retail.telecomitalia.it)
  1190. # [23:29] <SlexAxton> in the new one we use the 'preload somehow as a nonexecutable resource' - 'force cache' - 'then reinject later as a script or link tag and it runs immediately because it's cached'
  1191. # [23:29] <SlexAxton> method
  1192. # [23:33] <Neiluj> doesn't LABjs use the same method
  1193. # [23:33] <Neiluj> ?
  1194. # [23:34] <Neiluj> I'll have a look at your source
  1195. # [23:37] * Joins: chipotle (~chipotle@140.247.75.227)
  1196. # [23:37] <ralphholzmann> Neiluj: LABjs uses that method in _most_ but not _all_ cases
  1197. # [23:38] <ralphholzmann> yepnope's new loader preloads in _all_ cases
  1198. # [23:38] * Quits: JKarsrud (~JKarsrud@178.74.12.26) (Quit: Leaving.)
  1199. # [23:38] <Neiluj> ralphholzmann: ok get it, thx :)
  1200. # [23:39] * Quits: cgfarmer (~dbraleigh@rrcs-96-10-22-122.se.biz.rr.com) (Remote host closed the connection)
  1201. # [23:40] * Joins: masondesu (~Mason@c-75-64-233-135.hsd1.ms.comcast.net)
  1202. # [23:40] * Quits: huskyr (~huskyr@535506A5.cm-6-6a.dynamic.ziggo.nl) (Quit: huskyr)
  1203. # [23:41] * Joins: Brodingo (~Brodingo@cpe-70-116-9-4.austin.res.rr.com)
  1204. # [23:42] * Quits: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk) (Quit: Leaving.)
  1205. # [23:43] * Quits: Mussious (~kamil@dfg181.neoplus.adsl.tpnet.pl) (Quit: Ex-Chat)
  1206. # [23:43] * Joins: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk)
  1207. # [23:47] * Joins: mahemoff (~mahemoff@87-194-3-205.bethere.co.uk)
  1208. # [23:52] * Joins: navi_sir (~navi@dhcp-077-250-183-068.chello.nl)
  1209. # [23:53] <Neiluj> SlexAxton: reading the way you manage the resources types, looks pretty hard to extend
  1210. # [23:54] <Neiluj> c || j, nothing else :/
  1211. # [23:54] <SlexAxton> those are just internal queues
  1212. # [23:54] <SlexAxton> as long as it's invalid
  1213. # [23:55] <SlexAxton> it'll preload
  1214. # [23:55] <SlexAxton> that codepath doesn't even always exist
  1215. # [23:55] <Neiluj> how could I "easily" make a plugin that will extend yepnope for loading none-script-nor-css files ?
  1216. # [23:58] <SlexAxton> we hadn't intended on being a generic preloader
  1217. # [23:58] <SlexAxton> but if you exposed the preloadFile function
  1218. # [23:58] <Neiluj> yeah I know :)
  1219. # [23:58] <SlexAxton> you'd probably get pretty far
  1220. # [23:58] <SlexAxton> we keep an internal queue of dependencies that you won't get access to
  1221. # [23:58] <SlexAxton> but the logic is there
  1222. # [23:59] <Neiluj> okay
  1223. # Session Close: Tue Feb 01 00:00:00 2011

The end :)