Options:
- # Session Start: Fri Oct 21 00:00:00 2011
- # Session Ident: #html5
- # [00:00] <appel> what are your thoughts? anyone with experience of making apps for devices such as tvs?
- # [00:01] * Joins: tylerstalder (~textual@97.65.119.2)
- # [00:01] <franksalim> appel: i've written code that also runs on tvs. a page is a page, for the most part. you know that you have a particular modern browser to work with, in this case
- # [00:01] * Joins: benschwarz (u2121@gateway/web/irccloud.com/x-ftmgmstwmxlddjvp)
- # [00:02] <appel> i've written portals for iptv's before, actually that's my dayjob.
- # [00:02] <franksalim> cool
- # [00:02] <appel> but there's constant struggle within me how do actually do it properly
- # [00:02] <appel> remote control events are handled by custom javascript method
- # [00:03] * Quits: chrisdev (~chrisdev@ts7.ny3.techspace.com) (Quit: Computer has gone to sleep.)
- # [00:03] <appel> and the application is modified by javascript to show right stuff
- # [00:03] <appel> not exactly a web page
- # [00:04] * Quits: N0va (~ricki@84.19.108.75) (Ping timeout: 258 seconds)
- # [00:04] * Joins: doritoDan (~doritoDan@unaffiliated/doritodan)
- # [00:05] <appel> no takers for this discussion?
- # [00:05] <appel> :)
- # [00:06] <franksalim> appel: well, you have a lot more experience with tvs in particular, so i don't think i can be helpful there. there are a lot of folks building single page apps. it sounds like you want to build one page with js that isn't too different than what you might do on the web
- # [00:06] * Quits: erichynds (~ehynds@venkman.brightcove.com)
- # [00:06] <appel> problem is all information is on standard single-web-page-apps
- # [00:06] <appel> with mouse/keyboard inputs
- # [00:07] * Joins: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk)
- # [00:07] <appel> I have only remote control and the context must be managed by app
- # [00:07] * Joins: Telling (~unknown@80-71-135-15.u.parknet.dk)
- # [00:07] <franksalim> out of curiosity, what kinds of events does the remote control generate?
- # [00:08] <appel> exactly what you'd think
- # [00:08] <appel> PROGRAM_UP, PROGRAM_DOWN, OK
- # [00:08] <appel> UP/DOWN/LEFT/RIGHT
- # [00:08] <appel> so, my browser gets those events
- # [00:09] <appel> and it's my job to handle them correctly
- # [00:10] * Joins: jetienne (~jerome@c107-41.i07-27.onvol.net)
- # [00:12] * Quits: sic1 (~ckihneman@wsip-68-224-173-84.sd.sd.cox.net) (Quit: Get MacIrssi - http://www.sysctl.co.uk/projects/macirssi/)
- # [00:13] * Quits: YamahaAlex37 (~YamahaAle@24-216-241-10.dhcp.mdfd.or.charter.com) (Ping timeout: 245 seconds)
- # [00:13] * Quits: zatan (~zatan@5ad19e8a.bb.sky.com) (Ping timeout: 240 seconds)
- # [00:17] * Joins: welly (~welly@unaffiliated/welly)
- # [00:17] * Quits: RyanD (~rdavies@204.235.124.36) (Quit: RyanD)
- # [00:18] <appel> and that's why
- # [00:18] <appel> i'm going insane
- # [00:18] <appel> nobody to talk to about this :)
- # [00:18] <appel> any good html5 forums on this?
- # [00:18] <franksalim> appel: somebody else might chime in if you are patient
- # [00:19] <franksalim> i don't see why handing remote control events would be different than handling keyboard events
- # [00:19] <appel> I have to programme all the interaction with the page
- # [00:20] <appel> so, if you're channel zapping, PROGRAM_UP and PROGRAM_DOWN zaps the channels
- # [00:20] <appel> but if you're in Video-On-Demand, those inputs don't make sense
- # [00:20] <appel> so, you use UP/DOWN/LEFT/RIGHT to select the poster of the movie you want to rent
- # [00:20] <franksalim> so you want different event handlers based on the mode you are in?
- # [00:21] * Joins: replore_ (~replore@ntkngw304073.kngw.nt.ftth.ppp.infoweb.ne.jp)
- # [00:21] <appel> currently I receive those rc input events, and the VODController hanndles UP/DOWN/LEFT/RIGHT, updates the model, which consequently updates the view containing the poster view and the selected poster
- # [00:21] <appel> it works
- # [00:21] <appel> but a lot of work
- # [00:22] <appel> which feels "wrong"
- # [00:22] <appel> with mouse/keyboard you don't need to do such a thing
- # [00:22] <appel> the user just presses the poster directly, doesn't navigate to it using some UP/DOWN/LEFT/RIGHT keys
- # [00:22] <franksalim> wouldn't you need to do something like that if you wanted keyboard only input without the mouse?
- # [00:23] <franksalim> where there isn't any kind of explicit pointer?
- # [00:23] <appel> well, yes! there's a pointer
- # [00:24] <appel> similar to lynx, if you've used it
- # [00:24] <appel> you select anchors with up/down/left/right
- # [00:24] <appel> or input fields and such
- # [00:24] <appel> but it's not very good for the kind of interface you have in tv's
- # [00:25] <appel> pointers wouldn't make sense in a channel zapping interface
- # [00:29] * Quits: dgathright (~dgathrigh@nat/yahoo/x-vkgxnoozhjqbmxwp) (Quit: dgathright)
- # [00:31] * Joins: OzDave_mbp (~OzDave_mb@27-33-43-79.static.tpgi.com.au)
- # [00:31] * Joins: wyszo (~wyszo@85-222-67-72.home.aster.pl)
- # [00:32] * Quits: koggdal (~koggdal@user171.77-105-221.netatonce.net) (Quit: koggdal)
- # [00:32] * Quits: trumpetmic (~trumpetmi@c-107-2-155-157.hsd1.co.comcast.net) (Quit: Leaving.)
- # [00:35] * Quits: diogogmt (~kvirc@CPE0018396f5ec0-CM0012c99ea256.cpe.net.cable.rogers.com) (Quit: KVIrc 4.1.1 Equilibrium http://www.kvirc.net/)
- # [00:46] <drublic> hey guys
- # [00:47] <drublic> any suggestions on what (semantically best) tag to use for a logo brand new page
- # [00:48] <drublic> +on a
- # [00:48] <drublic> instead of <div id="logo">
- # [00:51] <bzpzlr> drublic: ...
- # [00:51] <bzpzlr> what do you want/need from a logo brand?
- # [00:52] <bzpzlr> i know plain HTML, but not sure about html5, yet.
- # [00:52] * GoOz is now known as GoOz`aw
- # [00:52] <drublic> bzpzlr: sorry, this was wrong: I meant a logo on a brand new page
- # [00:52] * Quits: replore_ (~replore@ntkngw304073.kngw.nt.ftth.ppp.infoweb.ne.jp) (Remote host closed the connection)
- # [00:52] <bzpzlr> .jpg?
- # [00:52] <drublic> I want to use something more semantic as a div
- # [00:53] <bzpzlr> dynamic website such as wordpress?
- # [00:53] <drublic> well it'll be text
- # [00:53] * Quits: jetienne (~jerome@c107-41.i07-27.onvol.net) (Quit: i love javascript and webgl. see http://pacmaze.com)
- # [00:53] <drublic> yes… but I just mean the header logo of a page
- # [00:54] <bzpzlr> div would be good. could put a .jpg and text.
- # [00:54] <drublic> yes but a div has no semantics
- # [00:54] <bzpzlr> use css.
- # [00:54] <bzpzlr> i heard a rumor about html5 and css. that it doesn't need much of it.
- # [00:55] <bzpzlr> but that's just a rumor.
- # [00:55] <drublic> …
- # [00:56] <bzpzlr> css 2.1 came out just a couple of years ago and most browsers haven't implemented it yet.
- # [00:56] * Quits: xonecas (~Hello@76-220-29-1.lightspeed.sntcca.sbcglobal.net) (Quit: WeeChat 0.3.5)
- # [00:56] <bzpzlr> so i'm betting html5 optimizes css.
- # [00:56] * Joins: taar779 (~taar779@d24-57-144-141.home.cgocable.net)
- # [00:57] * bzpzlr thinks opposites
- # [00:57] <drublic> well… html not so much to do with css. and css2.1 is kinda old. anyway, thanks for your help.
- # [00:58] <bzpzlr> yeah, np.
- # [00:58] * Joins: dgathright (~dgathrigh@nat/yahoo/x-unqbrlgvijyirlzt)
- # [01:00] * Quits: Taftse (~Taftse@unaffiliated/taftse) (Read error: Connection reset by peer)
- # [01:00] <Pomax> drublic: your content wrapped by <header>?
- # [01:00] <drublic> yes
- # [01:00] * Joins: Taftse (~Taftse@unaffiliated/taftse)
- # [01:01] <Pomax> that was my entire suggestion btw. Just use normal html for the content, and semantically tag it by wrapped it in <header> ... </header>
- # [01:01] <Pomax> *wrapping
- # [01:01] * Parts: manuchill (~mstalfoor@81.69.16.186) ("Ex-Chat")
- # [01:01] <drublic> mh k.
- # [01:02] <drublic> any suggestions on an aria-role?
- # [01:03] <Pomax> a what?
- # [01:03] <drublic> ?g aria-role
- # [01:03] <bot-t> drublic, The Roles Model | Accessible Rich Internet Applications (WAI-ARIA ... - http://www.w3.org/TR/wai-aria/roles
- # [01:03] <drublic> i'll go with banner
- # [01:04] <Pomax> I had no idea this existed.
- # [01:05] <drublic> thx for your held Pomax
- # [01:05] <drublic> :)
- # [01:05] <drublic> *help
- # [01:05] <ProLoser|Work> NEED MORE DJs: http://turntable.fm/freenode
- # [01:06] * paul_irish_ is now known as paul_irish
- # [01:08] * Quits: dankest (~dankest@ip98-171-178-1.sb.sd.cox.net) (Ping timeout: 276 seconds)
- # [01:10] * Quits: tylerstalder (~textual@97.65.119.2) (Quit: Computer has gone to sleep.)
- # [01:11] * Quits: shipit (~shipit@204-15-2-155-static.ipnetworksinc.net) (Ping timeout: 240 seconds)
- # [01:11] * Quits: jamund (~jamund@50-73-38-137-utah.hfc.comcastbusiness.net) (Quit: jamund)
- # [01:11] * Joins: shipit (~shipit@204-15-2-155-static.ipnetworksinc.net)
- # [01:13] * Quits: jeffszusz (~jeffszusz@d24-57-194-149.home.cgocable.net) (Remote host closed the connection)
- # [01:16] * Quits: ziyadb (~ziyadb@188.51.28.80) (Ping timeout: 245 seconds)
- # [01:18] * Joins: ziyadb (~ziyadb@188.53.14.111)
- # [01:19] * paul_irish joined
- # [01:19] * paul_irish joined, the turntable room, that is..
- # [01:21] <ryanseddon> I need my vpn service back everything is us only, lame
- # [01:21] <franksalim> login with Facebook? (turntable)
- # [01:22] * Quits: Taftse (~Taftse@unaffiliated/taftse) (Ping timeout: 260 seconds)
- # [01:23] <paul_irish> yeahhhhhhhh
- # [01:24] <paul_irish> it's stupid.
- # [01:24] <paul_irish> both US-only and FB-only
- # [01:24] <paul_irish> :'(
- # [01:24] <paul_irish> http://listeningroom.net/ is cool tho. and uses all sorts of html5/css3 goodness
- # [01:26] * paul_irish is now known as paul_irish_
- # [01:29] * Joins: sergacity (~sergacity@mn-71-55-149-211.dhcp.embarqhsd.net)
- # [01:33] * Quits: YamahaAlex (~YamahaAle@24-216-241-10.dhcp.mdfd.or.charter.com) (Ping timeout: 240 seconds)
- # [01:33] <ProLoser|Work> interesting
- # [01:33] * Quits: Frippe (~Frippe@unaffiliated/frippe) (Quit: Computer has gone to sleep)
- # [01:34] * Quits: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk) (Quit: Leaving.)
- # [01:35] <ProLoser|Work> lol
- # [01:39] * Joins: tylerstalder (~textual@97.65.119.2)
- # [01:41] * Quits: glcrazy (~SiRiuS@79.119.95.121) (Remote host closed the connection)
- # [01:41] * Quits: ziyadb (~ziyadb@188.53.14.111) (Ping timeout: 256 seconds)
- # [01:42] * Joins: ziyadb (~ziyadb@188.51.6.176)
- # [01:42] * Quits: timmywil (~timmywil@sec1.epb.net) (Ping timeout: 240 seconds)
- # [01:45] * Joins: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net)
- # [01:46] * Quits: dgathright (~dgathrigh@nat/yahoo/x-unqbrlgvijyirlzt) (Read error: Connection reset by peer)
- # [01:46] * Joins: dgathright (~dgathrigh@nat/yahoo/x-sngklnqfswwtkpta)
- # [01:49] * Quits: plh_ (~plh@209-6-123-224.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com) (Quit: always accept cookies)
- # [01:55] * Joins: timmywil (~timmywil@host-68-169-154-67.WISOLT2.epbfi.com)
- # [01:56] * Quits: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl) (Ping timeout: 244 seconds)
- # [01:59] * Quits: tylerstalder (~textual@97.65.119.2) (Quit: Computer has gone to sleep.)
- # [02:04] * Joins: fserb (~fserb@178-83-225-18.dynamic.hispeed.ch)
- # [02:08] * Joins: fth (~fth@99-174-229-90.lightspeed.irvnca.sbcglobal.net)
- # [02:12] * Joins: devongovett (~devongove@pcp071543pcs.wireless.calpoly.edu)
- # [02:16] * Joins: replore_ (~replore@203.152.213.161.static.zoot.jp)
- # [02:19] * Quits: ShooterMG (~shootermg@c-24-22-32-142.hsd1.or.comcast.net) (Remote host closed the connection)
- # [02:19] * Quits: replore_ (~replore@203.152.213.161.static.zoot.jp) (Remote host closed the connection)
- # [02:22] * Quits: Telling (~unknown@80-71-135-15.u.parknet.dk) (Quit: ...)
- # [02:26] * Joins: Neiluj (~Julien@195.200.175.214)
- # [02:26] * Quits: appel (~appel@157-157-213-98.dsl.dynamic.simnet.is) (Quit: Get out of that boring IRC client! It's no good for you. Bersirc 2.2 is your answer! [ http://www.bersirc.org/ - Open Source IRC ])
- # [02:27] * Quits: Jayflux (~jay_knows@cpc1-dudl6-0-0-cust197.wolv.cable.virginmedia.com) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
- # [02:29] * Quits: peol (~andree@unaffiliated/peol) (Ping timeout: 256 seconds)
- # [02:30] * Joins: replore (~replore@203.152.213.161.static.zoot.jp)
- # [02:30] * Quits: taar779 (~taar779@d24-57-144-141.home.cgocable.net) (Quit: Leaving)
- # [02:31] * Quits: Neiluj (~Julien@195.200.175.214) (Ping timeout: 260 seconds)
- # [02:31] * Quits: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk) (Ping timeout: 256 seconds)
- # [02:31] * Quits: hsbot (~hsbot@46-38-167-162.static.cloud-ips.co.uk) (Ping timeout: 260 seconds)
- # [02:32] * Quits: nlogax (~nlogax@unaffiliated/nlogax) (Ping timeout: 258 seconds)
- # [02:34] * Joins: peol (~andree@46-38-167-162.static.cloud-ips.co.uk)
- # [02:34] * Quits: peol (~andree@46-38-167-162.static.cloud-ips.co.uk) (Changing host)
- # [02:34] * Joins: peol (~andree@unaffiliated/peol)
- # [02:35] * Joins: nlogax (~nlogax@unaffiliated/nlogax)
- # [02:38] * Joins: shipit_ (~shipit@204-15-2-155-static.ipnetworksinc.net)
- # [02:38] * Quits: shipit (~shipit@204-15-2-155-static.ipnetworksinc.net) (Read error: No route to host)
- # [02:39] * Quits: Peter- (~peter@nishino.lvp-media.com) (Ping timeout: 248 seconds)
- # [02:40] * Quits: Thasmo (~thasmo@d86-32-70-74.cust.tele2.at)
- # [02:41] * Joins: Peter` (~peter@nishino.lvp-media.com)
- # [02:47] * Joins: dmachi1 (~dmachi@pool-72-66-209-233.ronkva.east.verizon.net)
- # [02:47] * Quits: dmachi (~dmachi@pool-72-66-209-233.ronkva.east.verizon.net) (Read error: Connection reset by peer)
- # [02:50] * Quits: necolas (~necolas@5e0c0fc8.bb.sky.com) (Remote host closed the connection)
- # [02:52] * Quits: habathcx (~ANDREW-PC@71-90-89-165.dhcp.ftbg.wi.charter.com) (Read error: Connection reset by peer)
- # [02:53] * Quits: axos411 (~axos@xdsl-78-35-161-234.netcologne.de) (Quit: Leaving.)
- # [02:54] * Quits: drublic (~drublic@frbg-5d84fc24.pool.mediaWays.net) (Remote host closed the connection)
- # [02:55] * Quits: elado (~elado@75-147-137-210-SFBA.hfc.comcastbusiness.net) (Read error: Connection reset by peer)
- # [02:55] * Joins: materialdesigner (~cah276@cpe-67-255-12-25.twcny.res.rr.com)
- # [03:03] * Quits: devongovett (~devongove@pcp071543pcs.wireless.calpoly.edu) (Quit: devongovett)
- # [03:05] * Quits: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net)
- # [03:09] * Quits: ProLoser|Work (~dean@173-167-126-49-sfba.hfc.comcastbusiness.net) (Quit: ProLoser|Work)
- # [03:13] * Quits: _dc (~dc@c-24-20-239-11.hsd1.or.comcast.net) (Remote host closed the connection)
- # [03:14] * Quits: fserb (~fserb@178-83-225-18.dynamic.hispeed.ch) (Quit: ttyl)
- # [03:16] * Joins: budmaddock1 (~budmaddoc@essn-4db6406b.pool.mediaWays.net)
- # [03:16] * Quits: budmaddock (~budmaddoc@essn-5d83bb67.pool.mediaWays.net) (Ping timeout: 258 seconds)
- # [03:18] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [03:21] * Quits: mike5w3c (~MikeSmith@EM1-112-120-38.pool.e-mobile.ne.jp) (Ping timeout: 248 seconds)
- # [03:22] * Quits: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net) (Quit: tantek)
- # [03:26] * Joins: mike5w3c (~MikeSmith@EM114-48-10-228.pool.e-mobile.ne.jp)
- # [03:29] * Quits: fearlesstost (~fearlesst@66.220.144.74) (Quit: fearlesstost)
- # [03:34] * Joins: devongovett (~devongove@pcp038545pcs.morro.reshall.calpoly.edu)
- # [03:38] * Joins: thomasdavis (~dev@eth59-167-156-1.static.internode.on.net)
- # [03:46] * Joins: jacobolus (~jacobolus@70-36-215-74.dsl.dynamic.sonic.net)
- # [03:50] * Quits: ziyadb (~ziyadb@188.51.6.176) (Ping timeout: 255 seconds)
- # [03:55] * Joins: ziyadb (~ziyadb@188.51.6.176)
- # [04:03] * Quits: shipit_ (~shipit@204-15-2-155-static.ipnetworksinc.net) (Remote host closed the connection)
- # [04:03] * Joins: jeffszusz (~jeffszusz@d24-57-194-149.home.cgocable.net)
- # [04:06] * Quits: chrislorenz (~chrislore@rrcs-76-79-247-242.west.biz.rr.com) (Quit: Computer has gone to sleep.)
- # [04:09] * Joins: axl500 (~axl500@client-67-58-244-64.consolidated.net)
- # [04:09] * Quits: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net) (Ping timeout: 248 seconds)
- # [04:10] <axl500> I'm having trouble creating a barebones html5 document with a left-sidebar. Is there an easy way to do this?
- # [04:11] * Joins: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net)
- # [04:12] * Joins: ryan0071 (~abhijeetg@122.169.10.239)
- # [04:12] <axl500> Perhaps I should not be using an <aside> element?
- # [04:15] * Joins: xonecas (~Hello@76-220-29-1.lightspeed.sntcca.sbcglobal.net)
- # [04:17] * Joins: shepazu (~shepazu@209-6-123-224.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com)
- # [04:18] * Quits: wyszo (~wyszo@85-222-67-72.home.aster.pl) (Quit: wyszo)
- # [04:19] * Quits: dgathright (~dgathrigh@nat/yahoo/x-sngklnqfswwtkpta) (Quit: dgathright)
- # [04:21] * Quits: n8ji-idle (~n8ji@c-24-20-239-11.hsd1.or.comcast.net) (Remote host closed the connection)
- # [04:24] * Joins: RaceCondition (~erik@82.131.73.225.cable.starman.ee)
- # [04:26] * Joins: YamahaAlex (~YamahaAle@24-216-241-10.dhcp.mdfd.or.charter.com)
- # [04:26] * Joins: [E]sc (~armani@cm218-252-220-28.hkcable.com.hk)
- # [04:29] * Joins: nimbupani (~divyam@219.64.117.145)
- # [04:29] * nimbupani is now known as divya
- # [04:31] <xonecas> divya: o/
- # [04:31] <divya> hi xonecas
- # [04:32] <tw2113> divya: o/
- # [04:32] <divya> hi tw2113
- # [04:32] <tw2113> xonecas: o/
- # [04:34] <xonecas> tw2113: o/
- # [04:34] <xonecas> how's everione today?
- # [04:35] <tw2113> hung out with content strategy people for a couple hours
- # [04:39] * Joins: Vennril2 (~vennril@p4FCB12FC.dip0.t-ipconnect.de)
- # [04:41] * Joins: jamund (~jamund@c-98-202-242-218.hsd1.ut.comcast.net)
- # [04:41] <xonecas> Is that bad?
- # [04:41] * Quits: Vennril (~vennril@p4FCB0F51.dip0.t-ipconnect.de) (Ping timeout: 276 seconds)
- # [04:42] <tw2113> nope
- # [04:42] <tw2113> got me out of the house
- # [04:42] * Quits: ziyadb (~ziyadb@188.51.6.176) (Ping timeout: 276 seconds)
- # [04:44] * Joins: ziyadb (~ziyadb@188.53.14.111)
- # [04:45] * Quits: materialdesigner (~cah276@cpe-67-255-12-25.twcny.res.rr.com) (Read error: Connection reset by peer)
- # [04:49] * Joins: shipit (~shipit@c-67-180-23-104.hsd1.ca.comcast.net)
- # [04:50] * Quits: shipit (~shipit@c-67-180-23-104.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [04:58] * Quits: xonecas (~Hello@76-220-29-1.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 240 seconds)
- # [05:03] * Joins: n8ji-idle (~n8ji@c-76-105-192-7.hsd1.or.comcast.net)
- # [05:04] <paul_irish_> axl500: use html5boilerplate and try again :p
- # [05:05] * Quits: axl500 (~axl500@client-67-58-244-64.consolidated.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
- # [05:06] * Quits: jamund (~jamund@c-98-202-242-218.hsd1.ut.comcast.net) (Quit: jamund)
- # [05:16] * Joins: nonge_ (~nonge@p5082918D.dip.t-dialin.net)
- # [05:20] * Quits: nonge__ (~nonge@p50829017.dip.t-dialin.net) (Ping timeout: 255 seconds)
- # [05:33] * Quits: fth (~fth@99-174-229-90.lightspeed.irvnca.sbcglobal.net) (Remote host closed the connection)
- # [05:36] * Joins: tylerstalder (~textual@c-76-21-12-194.hsd1.ca.comcast.net)
- # [05:40] * Quits: RaceCondition (~erik@82.131.73.225.cable.starman.ee) (Quit: RaceCondition)
- # [05:42] <ExpFist> Is there a way to lower the quality of text in Canvas?
- # [05:42] <ExpFist> I.e. so slower devices can render it faster?
- # [05:47] * Joins: ajaykools (~ajay@117.192.208.217)
- # [05:51] * Quits: ajaykools (~ajay@117.192.208.217) (Ping timeout: 276 seconds)
- # [06:00] * Quits: shepazu (~shepazu@209-6-123-224.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com) (Read error: Connection reset by peer)
- # [06:00] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
- # [06:00] * Joins: jorum (~jorum@81-232-132-2-no120.tbcn.telia.com)
- # [06:00] * Quits: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net) (Quit: Leaving)
- # [06:01] * Joins: N0va (~ricki@84.19.108.75)
- # [06:01] * Joins: shepazu (~shepazu@209-6-123-224.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com)
- # [06:02] * Joins: Neiluj (~Julien@195.200.175.214)
- # [06:04] * Quits: Orbitrix (Orbitrix@c-68-35-125-188.hsd1.nm.comcast.net)
- # [06:05] * Quits: N0va (~ricki@84.19.108.75) (Ping timeout: 256 seconds)
- # [06:07] * Joins: ajaykools (~ajay@117.192.208.217)
- # [06:07] * Quits: Neiluj (~Julien@195.200.175.214) (Ping timeout: 244 seconds)
- # [06:11] * Quits: kevindanko (~kevindank@c-76-99-192-101.hsd1.de.comcast.net) (Remote host closed the connection)
- # [06:13] * Joins: Orbitrix (Orbitrix@c-68-35-125-188.hsd1.nm.comcast.net)
- # [06:18] * Quits: thomasdavis (~dev@eth59-167-156-1.static.internode.on.net) (Quit: thomasdavis)
- # [06:21] * Quits: ajaykools (~ajay@117.192.208.217) (Remote host closed the connection)
- # [06:23] * Quits: timmywil (~timmywil@host-68-169-154-67.WISOLT2.epbfi.com)
- # [06:23] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [06:24] * Joins: fth (~fth@99-174-229-90.lightspeed.irvnca.sbcglobal.net)
- # [06:28] * Joins: thomasdavis (~dev@eth59-167-156-1.static.internode.on.net)
- # [06:28] * Quits: mike5w3c (~MikeSmith@EM114-48-10-228.pool.e-mobile.ne.jp) (Quit: mike5w3c)
- # [06:29] * n8ji-idle is now known as n8ji-does-not-ca
- # [06:30] * n8ji-does-not-ca is now known as n8ji
- # [06:30] * Quits: tw2113 (~tw2113@fedora/tw2113) (Ping timeout: 276 seconds)
- # [06:41] * Joins: ajaykools (~ajay@117.192.208.217)
- # [06:41] * Quits: jorum (~jorum@81-232-132-2-no120.tbcn.telia.com) (Quit: Leaving...)
- # [06:45] * Joins: Kichael (~Kichael@70-36-49-167.dyn.novuscom.net)
- # [06:45] * Quits: n8ji (~n8ji@c-76-105-192-7.hsd1.or.comcast.net) (Quit: eating cobras)
- # [06:46] * Joins: ebidel (adf7c0a8@gateway/web/freenode/ip.173.247.192.168)
- # [06:51] * Joins: ebidel_ (~ericbidel@173.247.192.168)
- # [06:52] * Quits: fth (~fth@99-174-229-90.lightspeed.irvnca.sbcglobal.net) (Remote host closed the connection)
- # [06:52] * Quits: ebidel (adf7c0a8@gateway/web/freenode/ip.173.247.192.168) (Quit: Page closed)
- # [06:52] * ebidel_ is now known as ebidel
- # [06:52] * Quits: ebidel (~ericbidel@173.247.192.168) (Client Quit)
- # [06:55] * Joins: mike5w3c (~MikeSmith@EM114-48-10-228.pool.e-mobile.ne.jp)
- # [06:58] * Joins: ryanneufeld (~ryanneufe@S0106002618c70459.vf.shawcable.net)
- # [06:59] * Joins: _dc (~dc@c-71-59-130-195.hsd1.wa.comcast.net)
- # [07:01] * Joins: shwetank (~shwetank@122.173.77.53)
- # [07:06] <paul_irish_> frank_salim: RT brianarn: http://demo.kaazing.com/racer/ is one of the neatest websocket uses I've ever played with
- # [07:06] * Quits: jacobolus (~jacobolus@70-36-215-74.dsl.dynamic.sonic.net) (Remote host closed the connection)
- # [07:13] * Joins: xonecas (~Hello@76-220-29-1.lightspeed.sntcca.sbcglobal.net)
- # [07:15] <frank_salim> paul_irish_: cool!
- # [07:20] * Joins: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk)
- # [07:25] * Joins: fth (~fth@99-174-229-90.lightspeed.irvnca.sbcglobal.net)
- # [07:30] * Quits: jeffszusz (~jeffszusz@d24-57-194-149.home.cgocable.net) (Remote host closed the connection)
- # [07:39] * Quits: enos_feedler (~static@c-71-198-204-214.hsd1.ca.comcast.net) (Quit: enos_feedler)
- # [07:40] * GoOz`aw is now known as GoOz
- # [07:42] * Joins: TomCl (~tom@d54C024EB.access.telenet.be)
- # [07:43] * Quits: TomCl (~tom@d54C024EB.access.telenet.be) (Remote host closed the connection)
- # [07:44] * Quits: ryanneufeld (~ryanneufe@S0106002618c70459.vf.shawcable.net) (Remote host closed the connection)
- # [07:47] * Joins: ryanneufeld (~ryanneufe@S0106002618c70459.vf.shawcable.net)
- # [07:51] * Joins: kevindanko (~kevindank@c-76-99-192-101.hsd1.de.comcast.net)
- # [07:53] * Quits: ajaykools (~ajay@117.192.208.217) (Remote host closed the connection)
- # [07:54] * Joins: dnjaramba (~dnjaramba@41.72.193.86)
- # [07:55] * Joins: ajaykools (~ajay@117.192.208.217)
- # [07:55] * Joins: ajay_ (~ajay@117.192.208.217)
- # [07:55] * Quits: kevindanko (~kevindank@c-76-99-192-101.hsd1.de.comcast.net) (Ping timeout: 240 seconds)
- # [07:58] * Quits: ajay_ (~ajay@117.192.208.217) (Client Quit)
- # [08:01] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [08:02] * Joins: gyzmodo (x@89.146.94.150)
- # [08:02] * Joins: rupl (~rupl@ip66-104-252-226.z252-104-66.customer.algx.net)
- # [08:13] * Joins: estellevw (~estellevw@173-228-112-29.dsl.dynamic.sonic.net)
- # [08:14] * Quits: devongovett (~devongove@pcp038545pcs.morro.reshall.calpoly.edu) (Quit: devongovett)
- # [08:14] * Joins: devongovett (~devongove@pcp038545pcs.morro.reshall.calpoly.edu)
- # [08:14] * Quits: devongovett (~devongove@pcp038545pcs.morro.reshall.calpoly.edu) (Client Quit)
- # [08:22] * Joins: Taftse (~Taftse@unaffiliated/taftse)
- # [08:22] * Quits: fth (~fth@99-174-229-90.lightspeed.irvnca.sbcglobal.net) (Remote host closed the connection)
- # [08:23] * Quits: doritoDan (~doritoDan@unaffiliated/doritodan) (Quit: I love web and I love doritos. Coincidence? You decide.)
- # [08:24] * Joins: the_hulk (~sumedh@61.16.215.114)
- # [08:36] * Joins: Frippe (~Frippe@unaffiliated/frippe)
- # [08:37] * Quits: Frippe (~Frippe@unaffiliated/frippe) (Client Quit)
- # [08:38] * Joins: Frippe (~Frippe@unaffiliated/frippe)
- # [08:40] * Joins: reellsid (~reellsid@83.dtag.fw.wfp2.de)
- # [08:42] * Quits: Taftse (~Taftse@unaffiliated/taftse) (Ping timeout: 255 seconds)
- # [08:42] * Parts: ryan0071 (~abhijeetg@122.169.10.239)
- # [08:45] * Quits: welly (~welly@unaffiliated/welly) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [08:45] * Quits: rupl (~rupl@ip66-104-252-226.z252-104-66.customer.algx.net) (Quit: ^_^)
- # [08:45] * Quits: ajaykools (~ajay@117.192.208.217) (Ping timeout: 258 seconds)
- # [08:51] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Quit: cgcardona)
- # [08:54] * GoOz is now known as GoOz`aw
- # [08:56] * Quits: _dc (~dc@c-71-59-130-195.hsd1.wa.comcast.net) (Remote host closed the connection)
- # [08:57] * Joins: manuchill (~mstalfoor@83.232.96.217)
- # [08:58] * paul_irish_ is now known as paul_irish
- # [08:58] <paul_irish> anyone here have iOS 5 handy?
- # [08:58] <paul_irish> i need helpz
- # [08:58] * Quits: mike5w3c (~MikeSmith@EM114-48-10-228.pool.e-mobile.ne.jp) (Quit: mike5w3c)
- # [09:02] * Quits: manuchill (~mstalfoor@83.232.96.217) (Ping timeout: 248 seconds)
- # [09:15] * Quits: sasori (~sasori@acl1-719bts.gw.smartbro.net) (Read error: Connection reset by peer)
- # [09:16] * Joins: sasori (~sasori@acl1-719bts.gw.smartbro.net)
- # [09:18] * Joins: dirkpennings (~Vuurbal@90-145-26-140.bbserv.nl)
- # [09:18] * Joins: manuchill (~mstalfoor@62.140.137.151)
- # [09:19] <bibo360> paul_irish: yep ?
- # [09:19] <bibo360> want what ?
- # [09:20] <bibo360> Oh, by the way, thanks a lot for all the work you do. I find this really useful as a web dev.
- # [09:24] * Quits: ziyadb (~ziyadb@188.53.14.111) (Ping timeout: 260 seconds)
- # [09:24] * Joins: mike5w3c (~MikeSmith@EM114-48-231-93.pool.e-mobile.ne.jp)
- # [09:25] * Joins: koggdal (~koggdal@213.80.127.82)
- # [09:27] * Joins: donald (~donald@c-67-170-79-109.hsd1.wa.comcast.net)
- # [09:27] * donald is now known as Guest84327
- # [09:28] * Joins: ajaykools (~ajay@117.192.136.230)
- # [09:29] <paul_irish> bibo360: yay :)
- # [09:29] <paul_irish> np!
- # [09:29] <paul_irish> okay im gonna make a test page for you
- # [09:29] <paul_irish> and you're gonna test it in ios5 mobile safari with private browsing on
- # [09:29] <bibo360> ok
- # [09:30] <bibo360> but... how do i activate private browsing
- # [09:30] <bibo360> ?
- # [09:30] <paul_irish> dunno! look around
- # [09:30] <bibo360> :)
- # [09:30] * Joins: zatan (~zatan@5ad19e8a.bb.sky.com)
- # [09:31] * Guest84327 is now known as donalddesantis
- # [09:31] <bibo360> paul_irish: ok private mode enabled
- # [09:32] <paul_irish> http://jsbin.com/iqunaq
- # [09:32] * Quits: OzDave_mbp (~OzDave_mb@27-33-43-79.static.tpgi.com.au) (Quit: OzDave_mbp)
- # [09:33] <paul_irish> you'll get two alerts
- # [09:33] <paul_irish> i'm interested in what it says
- # [09:33] <paul_irish> s/it/they
- # [09:35] <thomasdavis> woo weekend
- # [09:36] <paul_irish> hey give us people that are NOT in the future a chance to experience friday first. :p
- # [09:36] <thomasdavis> lol what gmt is it where you live
- # [09:36] <paul_irish> thomasdavis: read through the site tonight. really like your tutorial style.
- # [09:36] <paul_irish> nah i'm pacific tz
- # [09:36] <paul_irish> thomasdavis: its a great balance of prose and code.
- # [09:37] <bibo360> paul_irish: alert 1 => getItem exists and doesnt throw
- # [09:37] <thomasdavis> yeah i was getting pretty good feedback, never been great at articulating myself so came as a surprise
- # [09:37] <bibo360> paul_irish: alert 2 => getItem called and doesnt throw
- # [09:37] <paul_irish> whaaa
- # [09:38] <paul_irish> okay bibo360 lemme try one more.. sec..
- # [09:39] * Joins: Neiluj (~Julien@195.200.175.214)
- # [09:40] <bibo360> paul_irish: BTW, what are you experimenting ?
- # [09:40] <paul_irish> https://github.com/andris9/jStorage/pull/18/files
- # [09:40] <socialhapy> ★ Pull request on jStorage by elsigh (2d, 7h ago): Add try/catch to deal with iOS5 in Private Browsing mode.
- # [09:40] <paul_irish> that
- # [09:40] <paul_irish> its for Modernizr
- # [09:40] * Joins: ziyadb (~ziyadb@188.53.14.111)
- # [09:40] <thomasdavis> paul_irish: working on something really cool as a piece of the puzzle for single page web applications
- # [09:40] <thomasdavis> releasing hopefully in under a week
- # [09:41] <thomasdavis> collaborative api spec building
- # [09:41] * Quits: divya (~divyam@219.64.117.145) (Ping timeout: 252 seconds)
- # [09:41] <paul_irish> bibo360: http://jsbin.com/iqunaq/2
- # [09:41] <paul_irish> collab api spec buildinggggggg ?
- # [09:41] <beevi7> paul_irish your presentation about html5, css3 and dom performance. i like the "3d flipping boxes" effect when switching to another slide. is it handcoded or did you use any presentation template for that?
- # [09:41] <paul_irish> ?g hakim.se presentation OR slides
- # [09:41] <bot-t> paul_irish, Hakim El Hattab - http://hakim.se/
- # [09:42] <paul_irish> beevi7: its down like 2 screens worth.
- # [09:42] <bibo360> paul_irish: omg exception !
- # [09:42] <beevi7> slides
- # [09:42] <paul_irish> that's so bizarre
- # [09:43] <paul_irish> beevi7: click the hakim link. its on there.
- # [09:43] <beevi7> yep, found it. thank you!
- # [09:43] <paul_irish> bibo360: weird. so apparently you can get localstorage data.. but you can't set it.
- # [09:43] * Quits: Neiluj (~Julien@195.200.175.214) (Ping timeout: 248 seconds)
- # [09:43] <bibo360> HuHu.... not really useful....
- # [09:44] <paul_irish> but since you're in private there shouldnt be antyhing stored anyway
- # [09:44] <paul_irish> so it'll all come back empty
- # [09:44] <paul_irish> still i think both should throw.. /cc hober
- # [09:45] * Quits: zatan (~zatan@5ad19e8a.bb.sky.com) (Ping timeout: 245 seconds)
- # [09:45] <paul_irish> bibo360: with http://jsbin.com/iqunaq/3 do you get the "i touched it" alert ?
- # [09:45] <bibo360> paul_irish: removeItem works also
- # [09:45] * Joins: ajay_ (~ajay@117.192.136.230)
- # [09:46] <bibo360> i've just removed the setItem call. to see if further calls were working
- # [09:46] <paul_irish> so peculiar.
- # [09:46] * Quits: ajaykools (~ajay@117.192.136.230) (Read error: Connection reset by peer)
- # [09:46] <bibo360> paul_irish: "i touched it" then "omg exception"
- # [09:47] <paul_irish> k
- # [09:47] <paul_irish> alright then, we have our detect.
- # [09:50] <bibo360> paul_irish: Ha Ha, i've turned off private browsing mode, and now mobile safari is crashing at start...
- # [09:50] <paul_irish> oh boy.
- # [09:51] <paul_irish> ummmm :/ sorry!?
- # [09:51] <paul_irish> wow
- # [09:51] <bibo360> gonna switch the phone off/on
- # [09:51] <paul_irish> yeahhhh
- # [09:52] * Joins: seutje (~steve@fragger.nascom.be)
- # [09:52] * Quits: seutje (~steve@fragger.nascom.be) (Changing host)
- # [09:52] * Joins: seutje (~steve@drupal.org/user/264148/view)
- # [09:52] * Joins: h2ero (~h2ero@222.210.115.232)
- # [09:53] * Quits: tylerstalder (~textual@c-76-21-12-194.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
- # [09:53] <bibo360> paul_irish: ok. didn't have to turn the phone off. In fact, one has to CLOSE safari BEFORE turning off private browsing mode...
- # [09:53] * Joins: markvandencorput (~markvande@D57D3C22.static.ziggozakelijk.nl)
- # [09:54] <bibo360> paul_irish: in normal browsing mode, i get the "touch it", "set succeeds", "get succeeds", "cleared...."
- # [09:55] * Joins: BigKing (~BigKing@p5DD68D4C.dip0.t-ipconnect.de)
- # [09:55] <bibo360> paul_irish: seems setItem is not allowed in private browsing mode.
- # [09:56] <paul_irish> yeah
- # [09:56] <bibo360> and this make sense...
- # [09:56] <paul_irish> yah.
- # [09:56] <paul_irish> https://github.com/Modernizr/Modernizr/commit/a93625c21694fcda6fc1514a48f54232f703194a
- # [09:56] <socialhapy> ★ Commit on Modernizr by paulirish (4m, 10s ago): updated iOS private notes for localStorage. also a stronger test.This was initiated due to a commit i saw from lindsey simon: https://github.com/andris9/jStorage/pull/18/files
- # [09:58] * Joins: OzDave_mbp (~OzDave_mb@27-33-43-79.static.tpgi.com.au)
- # [09:59] * Quits: ajay_ (~ajay@117.192.136.230) (Ping timeout: 256 seconds)
- # [10:00] * Joins: whitman (whitman@itsad-034.its.dur.ac.uk)
- # [10:05] * Quits: thomasdavis (~dev@eth59-167-156-1.static.internode.on.net) (Quit: thomasdavis)
- # [10:07] * Joins: ajaykools (~ajay@117.192.136.230)
- # [10:09] * Joins: sean` (~seankoole@h174161.upc-h.chello.nl)
- # [10:10] * Quits: r0bw (~r0bw@fifteenoclock.com) (Remote host closed the connection)
- # [10:13] * Joins: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net)
- # [10:13] * Joins: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [10:13] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Disconnected by services)
- # [10:13] * Quits: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t) (Excess Flood)
- # [10:13] * Joins: N0va (~ricki@84.19.108.75)
- # [10:13] * Quits: donalddesantis (~donald@c-67-170-79-109.hsd1.wa.comcast.net) (Remote host closed the connection)
- # [10:13] * Quits: ziyadb (~ziyadb@188.53.14.111) (Ping timeout: 260 seconds)
- # [10:15] * Joins: dnjaramba_ (~dnjaramba@41.72.206.142)
- # [10:16] * Quits: patcito (~123@190.43.238.113) (Read error: Connection reset by peer)
- # [10:16] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [10:17] * Quits: dnjaramba (~dnjaramba@41.72.193.86) (Ping timeout: 252 seconds)
- # [10:21] * Joins: bombworm (~bombworm@118.132.91.196)
- # [10:26] * Quits: h2ero (~h2ero@222.210.115.232) (Ping timeout: 258 seconds)
- # [10:31] * Quits: manuchill (~mstalfoor@62.140.137.151) (Ping timeout: 258 seconds)
- # [10:33] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Quit: dgathright)
- # [10:33] * Joins: manuchill (~mstalfoor@83.232.96.217)
- # [10:35] * Quits: whitman (whitman@itsad-034.its.dur.ac.uk) (Ping timeout: 240 seconds)
- # [10:36] * Joins: whitman (whitman@itsad-034.its.dur.ac.uk)
- # [10:37] * Quits: whitman (whitman@itsad-034.its.dur.ac.uk) (Client Quit)
- # [10:38] * Joins: nimbupani (~divyam@219.64.117.145)
- # [10:38] * Quits: nimbupani (~divyam@219.64.117.145) (Read error: Connection reset by peer)
- # [10:38] * Joins: nimbupani1 (~divyam@219.64.117.145)
- # [10:38] * nimbupani1 is now known as divya
- # [10:42] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Don't follow me)
- # [10:44] * GoOz`aw is now known as GoOz
- # [10:46] * Joins: Telling (~unknown@80-71-135-15.u.parknet.dk)
- # [10:49] * Quits: sasori (~sasori@acl1-719bts.gw.smartbro.net) (Read error: Connection reset by peer)
- # [10:53] * Joins: Neiluj (~Julien@195.200.175.214)
- # [10:53] <moo-_-> do you know whether iOS5 supports clickless <audio> playback yet?
- # [10:53] <moo-_-> or touchless
- # [10:53] <moo-_-> what you can call it
- # [10:57] * Joins: Jackneill (~Jackneill@82.131.236.130.pool.invitel.hu)
- # [10:57] * Quits: Jackneill (~Jackneill@82.131.236.130.pool.invitel.hu) (Changing host)
- # [10:57] * Joins: Jackneill (~Jackneill@unaffiliated/jackneill)
- # [10:58] * Quits: temp01 (~temp01@unaffiliated/temp01) (Disconnected by services)
- # [10:58] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [10:59] * Joins: dnjaramba (~dnjaramba@41.72.193.86)
- # [11:01] * Quits: dnjaramba_ (~dnjaramba@41.72.206.142) (Ping timeout: 260 seconds)
- # [11:02] * Joins: drublic (~drublic@frbg-5f731ba5.pool.mediaWays.net)
- # [11:04] * Joins: sean`` (~seankoole@h174161.upc-h.chello.nl)
- # [11:06] * Quits: sean` (~seankoole@h174161.upc-h.chello.nl) (Ping timeout: 260 seconds)
- # [11:09] * Joins: axl500 (~axl500@client-67-58-244-64.consolidated.net)
- # [11:12] * Joins: mishunov (~spliter@77.88.72.162)
- # [11:14] * Joins: dr0id (~andy@unaffiliated/dr0id)
- # [11:23] * Joins: ABK (~abhishekk@14.140.43.50)
- # [11:24] <estellevw> has anyone thought of editing the header of this chatroom since diveintohtml5.org is returning a 410?
- # [11:25] <estellevw> don't know who has admin privileges to do it
- # [11:25] * Joins: ziyadb (~ziyadb@188.53.175.64)
- # [11:30] * Quits: ziyadb (~ziyadb@188.53.175.64) (Ping timeout: 245 seconds)
- # [11:31] * Joins: sasori (~sasori@acl1-719bts.gw.smartbro.net)
- # [11:36] <eighty4> what happened to diveintohtml5?
- # [11:39] * Quits: pingo_ (~anders@77.40.160.226) (Quit: snap)
- # [11:41] * Joins: pingo_ (~anders@77.40.160.226)
- # [11:42] <divya> estellevw: we dont have ops in this channel
- # [11:42] <divya> freenode people do
- # [11:43] * Joins: Louis (~Louis@pdpc/supporter/student/louis)
- # [11:44] <estellevw> eighty4: I think Mark Pilgrim retired or something. So, the book is on github and a few places are hosting it, like html5doctors
- # [11:44] <estellevw> but the url above is 410'ing
- # [11:44] <estellevw> thanks divya
- # [11:44] <eighty4> divya: I asked #freenode to do it
- # [11:44] <estellevw> thanks eighty4
- # [11:44] <divya> ^
- # [11:46] * Joins: dpy (~Marcel@2001:1af8:fe9b:0:221:70ff:fea7:aa9d)
- # [11:48] * Parts: Louis (~Louis@pdpc/supporter/student/louis) ("Leaving")
- # [11:49] * Joins: kedel (~chatzilla@224.107.broadband7.iol.cz)
- # [11:50] * Joins: glcrazy (~SiRiuS@79.119.95.121)
- # [11:50] * Joins: Peeter (~Peeter@webmail.opus.ee)
- # [11:51] * Quits: Peeter (~Peeter@webmail.opus.ee) (Client Quit)
- # [11:51] * Quits: Frippe (~Frippe@unaffiliated/frippe) (Quit: Computer has gone to sleep)
- # [11:51] * Joins: Frippe (~Frippe@unaffiliated/frippe)
- # [11:52] * Joins: necolas (~necolas@5e041dd3.bb.sky.com)
- # [11:52] * Joins: Peeter (~Peeter@webmail.opus.ee)
- # [11:53] * Parts: kedel (~chatzilla@224.107.broadband7.iol.cz)
- # [11:56] * Quits: Frippe (~Frippe@unaffiliated/frippe) (Ping timeout: 258 seconds)
- # [11:58] * GoOz is now known as GoOz`aw
- # [12:01] * Joins: hsbot (~hsbot@46-38-167-162.static.cloud-ips.co.uk)
- # [12:08] * Quits: ajaykools (~ajay@117.192.136.230) (Ping timeout: 252 seconds)
- # [12:12] * Joins: gry (gryllida@freenode/staff/gry)
- # [12:12] * Parts: gry (gryllida@freenode/staff/gry)
- # [12:15] * Joins: Frippe (~Frippe@unaffiliated/frippe)
- # [12:16] * Joins: intellilogic (~intellilo@static-96-241-182-10.washdc.fios.verizon.net)
- # [12:19] <intellilogic> How can I submit data- attributes form the HTML through a form w/o JS? IE: <form data-aj='{"Foo":"Bar","Example":"Sample"}'> ?
- # [12:20] * Joins: ajaykools (~ajay@117.192.137.71)
- # [12:20] <Dorward> intellilogic: You can't.
- # [12:20] <Dorward> intellilogic: If you want hard coded data in a form, use hidden inputs.
- # [12:21] <Dorward> intellilogic: If you want to store arbitary data on an element just for reading with JS (or you own, custom, site specific external application), use data-.
- # [12:24] * Joins: kevindanko (~kevindank@2002:4c63:c065:1234:59da:fbc4:60b0:5118)
- # [12:24] * Joins: whitman (whitman@itsad-034.its.dur.ac.uk)
- # [12:31] * Quits: axl500 (~axl500@client-67-58-244-64.consolidated.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
- # [12:37] * Joins: ziyadb (~ziyadb@188.53.175.64)
- # [12:38] * Quits: bzpzlr (~bzpzlr@121.1.54.50) (Quit: Lost terminal)
- # [12:41] * Quits: replore (~replore@203.152.213.161.static.zoot.jp) (Remote host closed the connection)
- # [12:42] <estellevw> intellilogic: you can use the dataset API which is js, and you can even use data- in attribute selectors, but data- has no impact natively on form submission without use of the js api
- # [12:43] * Quits: ziyadb (~ziyadb@188.53.175.64) (Ping timeout: 240 seconds)
- # [12:45] * Joins: r0bw (~r0bw@fifteenoclock.com)
- # [12:46] * Quits: r0bw (~r0bw@fifteenoclock.com) (Client Quit)
- # [12:46] * Joins: r0bw (~r0bw@fifteenoclock.com)
- # [12:46] * Quits: r0bw (~r0bw@fifteenoclock.com) (Client Quit)
- # [12:47] * Joins: r0bw (~r0bw@fifteenoclock.com)
- # [12:47] * Quits: r0bw (~r0bw@fifteenoclock.com) (Client Quit)
- # [12:50] * GoOz`aw is now known as GoOz
- # [12:50] * Joins: r0bw (~r0bw@fifteenoclock.com)
- # [12:52] * Joins: sedovsek (~robert.se@93-103-104-107.dynamic.t-2.net)
- # [12:54] * Quits: glcrazy (~SiRiuS@79.119.95.121) (Remote host closed the connection)
- # [12:56] * Joins: wbednarski (~wbednarsk@86.58.187.195)
- # [12:58] * Joins: RaceCondition (~erik@82.131.73.225.cable.starman.ee)
- # [13:01] * Quits: dr0id (~andy@unaffiliated/dr0id) (Quit: Leaving.)
- # [13:03] * Joins: emailshwetank (~shwetank@122.173.77.53)
- # [13:03] * Quits: shwetank (~shwetank@122.173.77.53) (Read error: Connection reset by peer)
- # [13:03] * Joins: myakura (~myakura@FL1-203-136-164-250.tky.mesh.ad.jp)
- # [13:14] * Joins: ziyadb (~ziyadb@188.53.175.64)
- # [13:14] * Quits: manuchill (~mstalfoor@83.232.96.217) (Quit: Ex-Chat)
- # [13:20] * Quits: ziyadb (~ziyadb@188.53.175.64) (Ping timeout: 240 seconds)
- # [13:20] * Quits: YamahaAlex (~YamahaAle@24-216-241-10.dhcp.mdfd.or.charter.com) (Ping timeout: 240 seconds)
- # [13:23] * Joins: jochen___ (jochen@nat/google/x-xwjntiuuqwfaethi)
- # [13:24] * Quits: jochen__ (jochen@nat/google/x-ifefasojikrtgcfh) (Ping timeout: 240 seconds)
- # [13:25] * jochen___ is now known as jochen__
- # [13:25] <divya> mike5w3c: yt?
- # [13:26] <mike5w3c> yup
- # [13:26] <mike5w3c> divya!
- # [13:26] <mike5w3c> hey
- # [13:26] <divya> hi mike5w3c!!
- # [13:26] * Joins: manuchill (~mstalfoor@83.232.96.217)
- # [13:26] * Joins: ziyadb (~ziyadb@188.53.175.64)
- # [13:26] <mike5w3c> I been cloistered for the last 4 weeks
- # [13:27] <divya> oh!
- # [13:27] <divya> i know anne was in town
- # [13:27] <mike5w3c> busy writing crap PHP code
- # [13:27] <mike5w3c> yeah
- # [13:27] <divya> yikes
- # [13:27] * Joins: Mahoek (~Mahoek@ip51ceb6d4.adsl-surfen.hetnet.nl)
- # [13:27] <divya> sorry about that :/
- # [13:27] <mike5w3c> almost done with it now
- # [13:27] <divya> hurray
- # [13:27] <divya> is it something for TPAC?
- # [13:27] <mike5w3c> then I will hand it off like a hot potato to some sucker to maintain
- # [13:27] <divya> i feel so terrible missing it :/
- # [13:27] <divya> hahahahahahah
- # [13:27] <mike5w3c> http://w3c-test.org/framework/
- # [13:28] <divya> woahhhhh
- # [13:28] <mike5w3c> I made a bunch of "enhancements" to Peter Linss's test-framework code
- # [13:28] <divya> naiceee
- # [13:28] <mike5w3c> he's probably going to have a heart attack when he seems my code
- # [13:28] <divya> hhahahahahah
- # [13:28] <divya> he is sick already >_>
- # [13:29] <divya> mike5w3c: i was wondering if http://html5.org/tools/web-apps-tracker?from=5933&to=5934 could possibly link to the section where said change might be found
- # [13:29] <divya> i am going mad trying to track it down and loading the single-page spec crashes my browser :P
- # [13:29] <mike5w3c> divya: prolly could
- # [13:30] <mike5w3c> you need to ping Mr. Anne about that
- # [13:30] <divya> uh oh
- # [13:30] <mike5w3c> but I can tell you he is pretty busy right now into a code project
- # [13:30] <divya> :/
- # [13:30] <mike5w3c> for the last couple days
- # [13:30] <divya> oops
- # [13:30] <mike5w3c> he got sick of spec writing
- # [13:30] <divya> hahahahhaa i can understand :/
- # [13:30] <mike5w3c> he was working on the Fullscreen spec til it made his head spin
- # [13:31] <divya> o dear
- # [13:32] <divya> okay i gotta remember to ping him then. thnx mike5w3c
- # [13:32] <divya> will u be there at the w3conf in seattle too?
- # [13:32] <mike5w3c> I would like to go to the conference
- # [13:32] <mike5w3c> but I don't like to be away so long
- # [13:32] <mike5w3c> I will land in SFO on the 27th
- # [13:33] <divya> :(((
- # [13:33] <mike5w3c> I don't like much being away over multiple weekends
- # [13:33] <divya> i am in india
- # [13:33] <divya> ah
- # [13:33] <mike5w3c> oh
- # [13:33] <mike5w3c> where in India?
- # [13:33] <divya> chennai!
- # [13:33] * Parts: mcnesium (~mcnesium@cable-95-168-144-21.cust.telecolumbus.net)
- # [13:34] <divya> not particularly excited to get back to the cold in two weeks
- # [13:34] <mike5w3c> yeah, I bet
- # [13:34] <mike5w3c> so me, I usually can only meet my daughter on the weekend, so when I am away over weekends it makes me not so happy
- # [13:34] <divya> yeah :((
- # [13:35] * Joins: jeroenverfallie (~Neptune@dD5765071.access.telenet.be)
- # [13:36] * Quits: emailshwetank (~shwetank@122.173.77.53) (Quit: Leaving...)
- # [13:37] <mike5w3c> I wish you were coming to TPAC
- # [13:37] <jeroenverfallie> Would anyone know a good way to read the color of every single pixel of an image into an array?
- # [13:37] <divya> mike5w3c: i knowww
- # [13:37] <divya> me too now
- # [13:39] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [13:41] * Quits: ziyadb (~ziyadb@188.53.175.64) (Ping timeout: 256 seconds)
- # [13:42] <jeroenverfallie> the problem I face currently is the fact I have to load the image before I can do anything else. Which makes it a bit hard to change the image at a certain point in the code
- # [13:42] <jeroenverfallie> http://jsbin.com/uginoc/edit#javascript
- # [13:43] <jeroenverfallie> (yes, I'm aware of the fact I flipped y and x)
- # [13:47] * Joins: decthomas (~netlash@dD5E0145A.access.telenet.be)
- # [13:50] * Joins: xec (~xec@2a00:10b0:1:1002:5ab0:35ff:fef8:6a01)
- # [14:04] * Joins: replore (~replore@ntkngw304073.kngw.nt.ftth.ppp.infoweb.ne.jp)
- # [14:11] * Joins: ziyadb (~ziyadb@188.51.150.251)
- # [14:15] * Joins: jeffszusz (~jeffszusz@205.211.88.4)
- # [14:19] * Joins: erichynds (~ehynds@venkman.brightcove.com)
- # [14:20] * Quits: erichynds (~ehynds@venkman.brightcove.com) (Client Quit)
- # [14:24] * Joins: erichynds (~ehynds@venkman.brightcove.com)
- # [14:25] * Joins: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk)
- # [14:33] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne)
- # [14:34] * Quits: kevindanko (~kevindank@2002:4c63:c065:1234:59da:fbc4:60b0:5118) (Read error: Connection reset by peer)
- # [14:34] * Joins: kevindanko (~kevindank@c-76-99-192-101.hsd1.de.comcast.net)
- # [14:36] <intellilogic> does anyone see anything wrong with this line? It was just working, so I think I must have typo'd something and I can't seem to spot it: var AJ_Data = $.param(RowData) +"&"+ "FormSet=" + FormName +"&"+ $.param(FromData) +"&"+ $.param(HiddenFields) +"&"+ $.param(RowFields);
- # [14:36] <intellilogic> Wrong channel :(
- # [14:42] * Joins: johnkpaul (~johnkpaul@ool-6c3abe9a.static.optonline.net)
- # [14:44] * Joins: ericbarnes (~ericbarne@rrcs-98-101-76-192.midsouth.biz.rr.com)
- # [14:45] * Quits: sean`` (~seankoole@h174161.upc-h.chello.nl) (Quit: Ik ga weg)
- # [14:47] * Quits: dmachi1 (~dmachi@pool-72-66-209-233.ronkva.east.verizon.net) (Read error: Connection reset by peer)
- # [14:47] * Joins: dmachi (~dmachi@pool-72-66-209-233.ronkva.east.verizon.net)
- # [14:47] * Joins: Ms2ger (~Ms2ger@91.181.39.217)
- # [14:53] * Quits: sergacity (~sergacity@mn-71-55-149-211.dhcp.embarqhsd.net) (Ping timeout: 252 seconds)
- # [14:55] * Joins: timmywil (~timmywil@host-68-169-154-67.WISOLT2.epbfi.com)
- # [14:56] * Joins: notnek (~notnek@swallin-bur-2b.louisville.edu)
- # [14:57] * Joins: reellsid_ (~reellsid@83.dtag.fw.wfp2.de)
- # [14:57] * Quits: reellsid (~reellsid@83.dtag.fw.wfp2.de) (Ping timeout: 252 seconds)
- # [14:58] <manuchill> divya, do you, by any chance, know why I can't add a custom method to the NodeList prototype in Opera?
- # [14:59] * Quits: timmywil (~timmywil@host-68-169-154-67.WISOLT2.epbfi.com) (Ping timeout: 240 seconds)
- # [15:00] <divya> manuchill: no i do not. do you have code to reproduce?
- # [15:01] <manuchill> divya, give me a sec
- # [15:01] * Joins: hasather (~davidh@pat-tdc.opera.com)
- # [15:01] <hasather> divya: now I am \o/
- # [15:01] <divya> yay
- # [15:02] <divya> manuchill asked "do you, by any chance, know why I can't add a custom method to the NodeList prototype in Opera?" hasather
- # [15:02] <hasather> divya: no idea
- # [15:03] <divya> haha okay :)
- # [15:03] <divya> i guess we need a testcase manuchill :P
- # [15:04] <hasather> divya: CORE-26489 I think
- # [15:04] <manuchill> divya, haha, working on it
- # [15:04] <divya> oops manuchill halt
- # [15:04] <divya> we have it
- # [15:04] <divya> thnx to hasather
- # [15:04] * Joins: holodoc (~holodoc@dynamic-213-198-195-92.adsl.eunet.rs)
- # [15:05] * Joins: kborchers (~kborchers@st-216-125-152-252.wcc.cc.il.us)
- # [15:05] * Quits: ziyadb (~ziyadb@188.51.150.251) (Ping timeout: 256 seconds)
- # [15:06] * Joins: ziyadb (~ziyadb@188.51.150.251)
- # [15:06] * Quits: reellsid_ (~reellsid@83.dtag.fw.wfp2.de) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [15:11] * Quits: shepazu (~shepazu@209-6-123-224.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com) (Quit: shepazu)
- # [15:11] * Joins: igorfv (bb1f4d07@gateway/web/freenode/ip.187.31.77.7)
- # [15:12] * Quits: igorfv (bb1f4d07@gateway/web/freenode/ip.187.31.77.7) (Client Quit)
- # [15:14] * Joins: RyanD (~rdavies@204.235.124.36)
- # [15:15] * Joins: Ozaru (~Ozaru@190.216.58.35)
- # [15:17] * Quits: the_hulk (~sumedh@61.16.215.114) (Quit: Ex-Chat)
- # [15:18] * Joins: miketaylr (~miketaylr@24.42.93.245)
- # [15:18] * Joins: chrisdev (~chrisdev@ts7.ny3.techspace.com)
- # [15:19] * Joins: shwetank (~shwetank@122.173.77.53)
- # [15:21] * Quits: mike5w3c (~MikeSmith@EM114-48-231-93.pool.e-mobile.ne.jp) (Ping timeout: 252 seconds)
- # [15:22] * Joins: koggdal_ (~koggdal@213.80.127.82)
- # [15:22] * Joins: sean` (~seankoole@h174161.upc-h.chello.nl)
- # [15:23] * Joins: krater (~jungleman@189.71.2.210)
- # [15:25] * Joins: reellsid (~reellsid@83.dtag.fw.wfp2.de)
- # [15:27] * Joins: mike5w3c (~MikeSmith@EM111-191-108-247.pool.e-mobile.ne.jp)
- # [15:27] * Parts: krater (~jungleman@189.71.2.210)
- # [15:32] * Quits: miketaylr (~miketaylr@24.42.93.245) (Quit: miketaylr)
- # [15:33] * Joins: Xixxx (~vikste@194.213.118.196)
- # [15:33] <Xixxx> Hi, does any of you know something about kaazing websocket gateway?
- # [15:34] <Xixxx> Im trying to start the websocket server but the server says that i need to have java installed and i know that i have it.
- # [15:35] <Xixxx> And ive set the enviroment variable correct too
- # [15:35] * Joins: sergacity (~sergacity@156.98.104.254)
- # [15:35] <Xixxx> Hi sergacity, Are you familiar with Websockets?
- # [15:36] * Quits: Xixxx (~vikste@194.213.118.196) (Client Quit)
- # [15:39] * Joins: devongovett (~devongove@pcp038545pcs.morro.reshall.calpoly.edu)
- # [15:43] * Joins: jochen___ (jochen@nat/google/x-dthievlbpboaiuli)
- # [15:44] * Quits: jochen__ (jochen@nat/google/x-xwjntiuuqwfaethi) (Ping timeout: 240 seconds)
- # [15:44] * jochen___ is now known as jochen__
- # [15:44] * Joins: jovrtn (~Jesse@12.17.188.47)
- # [15:48] * Quits: jeffszusz (~jeffszusz@205.211.88.4) (Remote host closed the connection)
- # [15:49] * Quits: Telling (~unknown@80-71-135-15.u.parknet.dk) (Quit: ...)
- # [15:50] <franksalim> Xixxx has quit. That is too bad.
- # [15:51] * Quits: jovrtn (~Jesse@12.17.188.47) (Quit: jovrtn)
- # [15:52] * Joins: jovrtn (~Jesse@12.17.188.47)
- # [15:53] <manuchill> divya, http://jsfiddle.net/mstalfoort/2Vd3d/ /cc hasather
- # [15:53] <divya> thank you manuchill!
- # [15:54] * Parts: jovrtn (~Jesse@12.17.188.47)
- # [15:54] * Joins: jovrtn (~Jesse@12.17.188.47)
- # [15:56] * Quits: dnjaramba (~dnjaramba@41.72.193.86)
- # [15:56] * Joins: Telling (~unknown@80-71-135-15.u.parknet.dk)
- # [15:56] * Quits: ericbarnes (~ericbarne@rrcs-98-101-76-192.midsouth.biz.rr.com) (Ping timeout: 252 seconds)
- # [15:58] * Quits: croby (~croby@c-174-61-151-153.hsd1.wa.comcast.net) (Quit: croby)
- # [16:00] * Joins: mokush (~quassel@188.24.43.163)
- # [16:03] * Quits: Telling (~unknown@80-71-135-15.u.parknet.dk) (Quit: ...)
- # [16:03] * Quits: beevi7 (~manuel.bi@tim.7val.com) (Quit: Verlassend)
- # [16:03] * Quits: Hautain_ (~Hautain@AOrleans-258-1-13-169.w90-8.abo.wanadoo.fr) (Quit: Leaving)
- # [16:03] * Quits: jovrtn (~Jesse@12.17.188.47) (Quit: jovrtn)
- # [16:03] * Joins: shepazu (~shepazu@31-33-183.wireless.csail.mit.edu)
- # [16:06] * Joins: jovrtn (~Jesse@12.17.188.47)
- # [16:10] * Quits: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk) (Quit: akamike)
- # [16:11] * Quits: ajaykools (~ajay@117.192.137.71) (Ping timeout: 252 seconds)
- # [16:13] <divya> manuchill: your work can be easier with http://jsfiddle.net/2Vd3d/1/ ?
- # [16:14] <divya> you should ideally not be augmenting prototype
- # [16:14] <manuchill> you're default'ing to de Array version now
- # [16:15] <divya> well u are simply calling the array forEach
- # [16:15] * Quits: ABK (~abhishekk@14.140.43.50) (Read error: Connection reset by peer)
- # [16:15] <divya> but dealing with same node object?
- # [16:17] * Joins: shami (HydraIRC@123.238.235.41)
- # [16:18] <manuchill> it would be nice to have the forEach also in the NodeList object since the querySelectorAll returns a nodelist
- # [16:19] <daleharvey> paul_irish: nice post, I missed the first poll, replied on hn
- # [16:19] <divya> manuchill: but its not part of spec :/
- # [16:20] * Quits: ryanneufeld (~ryanneufe@S0106002618c70459.vf.shawcable.net) (Remote host closed the connection)
- # [16:20] <manuchill> divya, btw I don't take credit for this functionality, if i'm not mistaking paul rouget came up with this and i'm helping him out on some issues
- # [16:21] <manuchill> divya, yet firefox && chrome don't complain about it ;)
- # [16:22] <divya> o kay manuchill sure. its a bug we got
- # [16:22] <divya> hopefully will fix soon!
- # [16:22] * Joins: Michael (~mbehan@unaffiliated/jabberwock)
- # [16:22] * Quits: koggdal (~koggdal@213.80.127.82) (Quit: koggdal)
- # [16:22] * koggdal_ is now known as koggdal
- # [16:22] <manuchill> divya, i'm not saying it's a bug... i'm just trying to understand
- # [16:22] <divya> o no no it is actually :)
- # [16:23] * Joins: TRUPPP_ON (~truppp@85.183.115.188)
- # [16:24] * Joins: ajaykools (~ajay@117.192.149.224)
- # [16:24] * Quits: sergacity (~sergacity@156.98.104.254) (Ping timeout: 248 seconds)
- # [16:29] * Joins: axos411 (~axos@xdsl-84-44-178-177.netcologne.de)
- # [16:31] * Quits: mishunov (~spliter@77.88.72.162) (Quit: mishunov)
- # [16:33] * Quits: Neiluj (~Julien@195.200.175.214) (Ping timeout: 258 seconds)
- # [16:35] * Joins: decthomas_ (~netlash@d5152D79D.static.telenet.be)
- # [16:35] * Quits: decthomas_ (~netlash@d5152D79D.static.telenet.be) (Client Quit)
- # [16:36] * Joins: Neiluj (~Julien@195.200.175.214)
- # [16:39] * Quits: decthomas (~netlash@dD5E0145A.access.telenet.be) (Ping timeout: 244 seconds)
- # [16:40] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [16:41] * Quits: ajaykools (~ajay@117.192.149.224) (Ping timeout: 256 seconds)
- # [16:41] * Joins: dcadenas (~dcadenas@r186-48-234-133.dialup.adsl.anteldata.net.uy)
- # [16:43] * Joins: Telling (~unknown@shop3.diku.dk)
- # [16:44] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Client Quit)
- # [16:44] * Quits: sean` (~seankoole@h174161.upc-h.chello.nl) (Quit: Ik ga weg)
- # [16:45] * Quits: OzDave_mbp (~OzDave_mb@27-33-43-79.static.tpgi.com.au) (Quit: OzDave_mbp)
- # [16:46] * Quits: dcadenas (~dcadenas@r186-48-234-133.dialup.adsl.anteldata.net.uy) (Ping timeout: 248 seconds)
- # [16:46] <Michael> paul_irish: yo.
- # [16:47] <Ms2ger> manuchill, did you read the QSA thread on public-webapps?
- # [16:48] * Joins: dcadenas (~dcadenas@r186-48-226-65.dialup.adsl.anteldata.net.uy)
- # [16:49] * Quits: dcadenas (~dcadenas@r186-48-226-65.dialup.adsl.anteldata.net.uy) (Remote host closed the connection)
- # [16:50] * Quits: shami (HydraIRC@123.238.235.41) (Ping timeout: 252 seconds)
- # [16:50] * Quits: devongovett (~devongove@pcp038545pcs.morro.reshall.calpoly.edu) (Quit: devongovett)
- # [16:53] <mokush> does anybody have any experience with serving demos from github repo, trough jsfiddle?
- # [16:54] <divya> mokush: thro gist ya
- # [16:54] * Joins: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk)
- # [16:55] <mokush> divya: did you need to actualy name all your files fiddle.* ?
- # [16:56] <divya> apparently so
- # [16:57] * Quits: axos411 (~axos@xdsl-84-44-178-177.netcologne.de) (Ping timeout: 260 seconds)
- # [16:57] * Joins: shami (HydraIRC@123.238.235.41)
- # [16:58] <mokush> I can't get any of my demos to show up. but they're from a repo not from gist. renamed everything to demo.*, still no dice
- # [16:59] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
- # [16:59] * Joins: phrearch (~phrearch_@5ED42DE2.cm-7-5a.dynamic.ziggo.nl)
- # [17:00] * Joins: ryanallenbobcat (~ryanallen@cpe-70-112-233-215.austin.res.rr.com)
- # [17:00] * Joins: Hautain (~Hautain@AOrleans-258-1-13-169.w90-8.abo.wanadoo.fr)
- # [17:01] * Quits: ryanallenbobcat (~ryanallen@cpe-70-112-233-215.austin.res.rr.com) (Client Quit)
- # [17:03] <divya> did u follow this mokush http://doc.jsfiddle.net/use/github_read.html
- # [17:03] <divya> there is a demo.details file too
- # [17:03] <mokush> yeah, followed it word for word divya, got the demo.details file in there also. got the url exactly as said, still no dice
- # [17:04] <divya> are you using mootools?
- # [17:04] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [17:05] <manuchill> Ms2ger, what exactly are you referring to? is it a maillist?
- # [17:05] <mokush> divya: nope, no framework.
- # [17:05] <Ms2ger> http://lists.w3.org/Archives/Public/public-webapps/2011OctDec/thread.html#msg277
- # [17:06] <Ms2ger> There are various reasons listed why in general NodeLists can't be full-blown arrays
- # [17:06] <Ms2ger> But qSA could be
- # [17:06] <manuchill> this is quite a thread
- # [17:07] <Ms2ger> Yeah :(
- # [17:07] <divya> then u need to use /library/pure/
- # [17:07] <divya> instead of /mootools/1.2/ mokush
- # [17:11] <manuchill> Ms2ger, thx for the link... some nice reading material for this weekend ;)
- # [17:12] * Quits: nonge_ (~nonge@p5082918D.dip.t-dialin.net) (Quit: Verlassend)
- # [17:12] <Ms2ger> And extraordinary insights in how specs are written ;)
- # [17:12] * Quits: dirkpennings (~Vuurbal@90-145-26-140.bbserv.nl)
- # [17:15] * Quits: ziyadb (~ziyadb@188.51.150.251) (Ping timeout: 276 seconds)
- # [17:20] * Joins: plh_ (~plh@30-6-47.wireless.csail.mit.edu)
- # [17:20] * Joins: taylorRichie (~Adium@c-174-52-182-176.hsd1.ut.comcast.net)
- # [17:21] * Joins: axos411 (~axos@xdsl-84-44-178-177.netcologne.de)
- # [17:25] * Quits: dwebb (~dwebb@fedora/dwebb) (Ping timeout: 260 seconds)
- # [17:27] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne)
- # [17:28] * Joins: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [17:28] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Disconnected by services)
- # [17:28] * Quits: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t) (Excess Flood)
- # [17:28] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [17:28] * Joins: cb3 (~axiom@70-91-166-181-BusName-Atlanta.hfc.comcastbusiness.net)
- # [17:29] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 256 seconds)
- # [17:30] * Joins: temp02 (~temp01@unaffiliated/temp01)
- # [17:30] * Joins: ziyadb (~ziyadb@188.51.150.251)
- # [17:31] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (Excess Flood)
- # [17:31] * Joins: diogogmt (~kvirc@net1.senecac.on.ca)
- # [17:31] <franksalim> Ms2ger: are the reasons why NodeLists can't be Arrays discussed in that megathread?
- # [17:32] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
- # [17:32] * Quits: markvandencorput (~markvande@D57D3C22.static.ziggozakelijk.nl) (Ping timeout: 245 seconds)
- # [17:32] <Ms2ger> Yeah
- # [17:33] * Quits: temp02 (~temp01@unaffiliated/temp01) (Read error: Connection reset by peer)
- # [17:33] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [17:34] <manuchill> lets see if i can follow divya 's advise "♥ specs" (as presented at fronteers11)
- # [17:34] * Quits: divya (~divyam@219.64.117.145) (Quit: Leaving.)
- # [17:34] <cb3> Hi, all, I've been working on a video and canvas issue, where I'm getting a browser security error on getImageData() when the video is launched to our development server, but not when it's on a staging/development server. Is that something that this room could help me troubleshoot?
- # [17:35] <moo-_-> cb3: learn about tainted canvas
- # [17:35] <cb3> moo-_-: thanks, I'll look it up,
- # [17:35] * Joins: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [17:35] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Disconnected by services)
- # [17:36] <moo-_-> cb3: I would give you a link but I can't get page open on MDN
- # [17:37] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 240 seconds)
- # [17:38] * Joins: temp02 (~temp01@unaffiliated/temp01)
- # [17:40] <cb3> moo-_-: Well, I had http://html5doctor.com/video-canvas-magic/ in my history, which discusses that, but, unless I missing something HUGE, I'm not doing anything "cross-origin". It actually works without any issues on a sub-domain staging server!
- # [17:42] <moo-_-> cb3: I don't see any other reasons why you could get security error which is related to the servers
- # [17:42] * Joins: squeakytoy (hidden-use@gateway.netset.se)
- # [17:46] <cb3> moo-_-: o.k. That's what I was afraid of. Thanks for your help!
- # [17:46] * Parts: notnek (~notnek@swallin-bur-2b.louisville.edu)
- # [17:46] * Joins: estellevw_ (~estellevw@173-228-112-29.dsl.dynamic.sonic.net)
- # [17:46] * Quits: estellevw (~estellevw@173-228-112-29.dsl.dynamic.sonic.net) (Read error: Connection reset by peer)
- # [17:46] * estellevw_ is now known as estellevw
- # [17:46] * Joins: dwebb (~dwebb@fedora/dwebb)
- # [17:48] * Quits: reellsid (~reellsid@83.dtag.fw.wfp2.de) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [17:48] * Quits: taylorRichie (~Adium@c-174-52-182-176.hsd1.ut.comcast.net) (Read error: Connection reset by peer)
- # [17:48] * Joins: taylorRichie (~Adium@c-174-52-182-176.hsd1.ut.comcast.net)
- # [17:49] * Quits: diogogmt (~kvirc@net1.senecac.on.ca) (Ping timeout: 260 seconds)
- # [17:50] <cb3> moo-_-: is there a way to check the origin of the canvas data? Is that an attribute that the browser keeps track of?
- # [17:50] <moo-_-> cb3: not sure
- # [17:50] * Joins: diogogmt (~kvirc@net1.senecac.on.ca)
- # [17:51] <moo-_-> cb3: but you can run browser security disabled for testing: http://opensourcehacker.com/2010/11/29/disabling-cross-domain-security-check-for-ajax-development-in-google-chrome/
- # [17:51] * Quits: xec (~xec@2a00:10b0:1:1002:5ab0:35ff:fef8:6a01) (Remote host closed the connection)
- # [17:53] * Quits: manuchill (~mstalfoor@83.232.96.217) (Quit: Ex-Chat)
- # [17:54] * Quits: holodoc (~holodoc@dynamic-213-198-195-92.adsl.eunet.rs) (Read error: Connection reset by peer)
- # [17:55] * Quits: diogogmt (~kvirc@net1.senecac.on.ca) (Ping timeout: 260 seconds)
- # [17:56] * Joins: holodoc (~holodoc@dynamic-213-198-195-92.adsl.eunet.rs)
- # [17:59] * Quits: squeakytoy (hidden-use@gateway.netset.se) (Quit: Leaving)
- # [18:04] * Quits: estellevw (~estellevw@173-228-112-29.dsl.dynamic.sonic.net) (Quit: Snuggling with the puppies)
- # [18:07] * Joins: ryanallenbobcat (~ryanallen@rrcs-97-77-169-2.sw.biz.rr.com)
- # [18:09] * Quits: shwetank (~shwetank@122.173.77.53) (Quit: Linkinus - http://linkinus.com)
- # [18:09] * Parts: ryanallenbobcat (~ryanallen@rrcs-97-77-169-2.sw.biz.rr.com)
- # [18:11] * Joins: jorum (~jorum@81-232-132-2-no120.tbcn.telia.com)
- # [18:12] * Quits: seutje (~steve@drupal.org/user/264148/view) (Quit: WeeChat 0.3.2)
- # [18:13] * Quits: whitman (whitman@itsad-034.its.dur.ac.uk)
- # [18:15] * Joins: sean` (~seankoole@h174161.upc-h.chello.nl)
- # [18:16] * Joins: devongovett (~devongove@pcp038545pcs.morro.reshall.calpoly.edu)
- # [18:17] * Quits: axos411 (~axos@xdsl-84-44-178-177.netcologne.de) (Ping timeout: 276 seconds)
- # [18:21] * Joins: n8ji (~n8ji@c-24-20-239-11.hsd1.or.comcast.net)
- # [18:21] * Joins: chrislorenz (~chrislore@rrcs-24-43-22-34.west.biz.rr.com)
- # [18:22] * Joins: miketaylr (~miketaylr@24.42.93.245)
- # [18:22] * Quits: dpy (~Marcel@2001:1af8:fe9b:0:221:70ff:fea7:aa9d) (Ping timeout: 240 seconds)
- # [18:26] * Quits: n8ji (~n8ji@c-24-20-239-11.hsd1.or.comcast.net) (Ping timeout: 258 seconds)
- # [18:30] * Quits: bibo360 (~bibo360@159.71.64.86.rev.sfr.net) (Remote host closed the connection)
- # [18:30] * Joins: n8ji (~n8ji@c-24-20-239-11.hsd1.or.comcast.net)
- # [18:31] * Joins: bibo360 (~bibo360@159.71.64.86.rev.sfr.net)
- # [18:35] * r0bw is now known as r0bw|afk
- # [18:35] * Quits: drublic (~drublic@frbg-5f731ba5.pool.mediaWays.net) (Remote host closed the connection)
- # [18:36] * Quits: ziyadb (~ziyadb@188.51.150.251) (Ping timeout: 258 seconds)
- # [18:36] * Joins: Jayflux (~jay_knows@cpc1-dudl6-0-0-cust197.wolv.cable.virginmedia.com)
- # [18:38] * Joins: _dc (~dc@c-24-20-239-11.hsd1.or.comcast.net)
- # [18:39] * Joins: jochen___ (jochen@nat/google/x-mvuebcnrmofcfngu)
- # [18:40] * Quits: jochen__ (jochen@nat/google/x-dthievlbpboaiuli) (Ping timeout: 240 seconds)
- # [18:40] * jochen___ is now known as jochen__
- # [18:40] * Quits: hsbot (~hsbot@46-38-167-162.static.cloud-ips.co.uk) (Quit: lol)
- # [18:40] * Joins: hsbot (~hsbot@46-38-167-162.static.cloud-ips.co.uk)
- # [18:41] * Joins: fserb (~fserb@178-83-225-18.dynamic.hispeed.ch)
- # [18:41] * Quits: akamike (~akamike@94-193-106-14.zone7.bethere.co.uk) (Quit: akamike)
- # [18:44] * Quits: johnkpaul (~johnkpaul@ool-6c3abe9a.static.optonline.net) (Remote host closed the connection)
- # [18:44] * Joins: glcrazy (~SiRiuS@79.119.95.121)
- # [18:50] * Joins: ajaykools (~ajay@117.192.201.69)
- # [18:58] * Joins: estellevw (~estellevw@173-228-112-29.dsl.dynamic.sonic.net)
- # [18:59] * Quits: holodoc (~holodoc@dynamic-213-198-195-92.adsl.eunet.rs) (Read error: Connection reset by peer)
- # [19:00] * Quits: replore (~replore@ntkngw304073.kngw.nt.ftth.ppp.infoweb.ne.jp) (Remote host closed the connection)
- # [19:00] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
- # [19:01] * Joins: holodoc (~holodoc@dynamic-213-198-195-92.adsl.eunet.rs)
- # [19:07] * Quits: sean` (~seankoole@h174161.upc-h.chello.nl) (Quit: Ik ga weg)
- # [19:08] * Joins: Xalem (xalem@82.245.3.64)
- # [19:09] * Joins: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net)
- # [19:09] * Joins: johnkpaul (~johnkpaul@ool-6c3abe9a.static.optonline.net)
- # [19:09] * Joins: ProLoser|Work (~dean@173-167-126-49-sfba.hfc.comcastbusiness.net)
- # [19:12] <mokush> in case your still here on a friday evening, gimme some feedback on: http://ghinda.net/css-toggle-switches/
- # [19:13] * Quits: Epeli (epeli@melmacian.net) (Ping timeout: 256 seconds)
- # [19:16] * Quits: miketaylr (~miketaylr@24.42.93.245) (Quit: miketaylr)
- # [19:17] * Joins: Epeli (epeli@melmacian.net)
- # [19:18] * Joins: elado (~elado@75-147-137-210-SFBA.hfc.comcastbusiness.net)
- # [19:18] * Quits: ajaykools (~ajay@117.192.201.69) (Read error: Connection reset by peer)
- # [19:18] * Joins: ajay_ (~ajay@117.192.201.69)
- # [19:20] * Quits: TRUPPP_ON (~truppp@85.183.115.188) (Ping timeout: 244 seconds)
- # [19:22] <estellevw> mokush: really thorough and excellent
- # [19:22] * Quits: fserb (~fserb@178-83-225-18.dynamic.hispeed.ch) (Quit: Gone)
- # [19:23] <mokush> estellevw: thanks!
- # [19:24] <paul_irish> mokush: hot hot
- # [19:25] * Joins: fserb (~fserb@178-83-225-18.dynamic.hispeed.ch)
- # [19:25] <mokush> paul_irish: oh man, I means a lot comming from you
- # [19:25] <estellevw> mokush: what, it doesn't mean a lot coming from me ;)
- # [19:27] <mokush> estellevw: ofcourse it does! but paul_irish gets all the girls, so, you know
- # [19:27] <paul_irish> :p
- # [19:28] <Pomax> ooh, that is quite pretty
- # [19:28] <mokush> Pomax: the switches? or paul_irish?
- # [19:29] <Pomax> I have yet to meet paul for teh realz, so right now I'm talking about the switches
- # [19:29] <Pomax> but I might retroactively change that at some point in the future.
- # [19:30] <franksalim> heyo
- # [19:31] * Joins: TRUPPP_ON (~truppp@85.183.115.188)
- # [19:34] * Quits: holodoc (~holodoc@dynamic-213-198-195-92.adsl.eunet.rs) (Read error: Connection reset by peer)
- # [19:36] * Quits: Xalem (xalem@82.245.3.64)
- # [19:36] * Quits: devongovett (~devongove@pcp038545pcs.morro.reshall.calpoly.edu) (Quit: devongovett)
- # [19:36] * Joins: holodoc (~holodoc@dynamic-213-198-195-92.adsl.eunet.rs)
- # [19:37] * Quits: Mahoek (~Mahoek@ip51ceb6d4.adsl-surfen.hetnet.nl) (Quit: Mahoek)
- # [19:38] * Joins: donaldde_ (~donald@69.84.244.131)
- # [19:39] * Quits: shami (HydraIRC@123.238.235.41) (Quit: HydraIRC -> http://www.hydrairc.com <- Chicks dig it)
- # [19:42] * Joins: drublic (~drublic@frbg-5f732e26.pool.mediaWays.net)
- # [19:43] * Joins: dnjaramba (~dnjaramba@41.72.193.86)
- # [19:44] * Joins: tylerstalder (~textual@97.65.119.2)
- # [19:45] * Joins: sergacity (~sergacity@156.98.104.254)
- # [19:45] * Joins: buribu (~buribu@177.41.222.31)
- # [19:45] * Quits: buribu (~buribu@177.41.222.31) (Changing host)
- # [19:45] * Joins: buribu (~buribu@unaffiliated/buribu)
- # [19:45] * Joins: buribux (~buribu@177.41.222.31)
- # [19:45] * Quits: buribux (~buribu@177.41.222.31) (Changing host)
- # [19:45] * Joins: buribux (~buribu@unaffiliated/buribux)
- # [19:45] * Joins: timmywil (~timmywil@sec1.epb.net)
- # [19:45] * Joins: patcito (~123@190.237.231.21)
- # [19:52] * Quits: sergacity (~sergacity@156.98.104.254) (Ping timeout: 240 seconds)
- # [19:55] <ProLoser|Work> i just had an awesome idea
- # [19:55] * Quits: taylorRichie (~Adium@c-174-52-182-176.hsd1.ut.comcast.net) (Quit: Leaving.)
- # [19:57] <monteslu> androiod 4.0 : Why U no like WebGL?
- # [19:57] <monteslu> at least according to caniuse.com
- # [19:58] * Quits: glcrazy (~SiRiuS@79.119.95.121) (Remote host closed the connection)
- # [20:01] * Quits: wbednarski (~wbednarsk@86.58.187.195) (Remote host closed the connection)
- # [20:02] * Quits: koggdal (~koggdal@213.80.127.82) (Quit: koggdal)
- # [20:04] * Quits: mokush (~quassel@188.24.43.163) (Remote host closed the connection)
- # [20:08] * Quits: xonecas (~Hello@76-220-29-1.lightspeed.sntcca.sbcglobal.net) (Quit: WeeChat 0.3.5)
- # [20:09] <monteslu> No Web Audio either
- # [20:10] * Parts: fserb (~fserb@178-83-225-18.dynamic.hispeed.ch) ("Gone")
- # [20:10] * Joins: Taftse (~Taftse@unaffiliated/taftse)
- # [20:12] * Joins: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk)
- # [20:13] * Quits: phrearch (~phrearch_@5ED42DE2.cm-7-5a.dynamic.ziggo.nl) (Remote host closed the connection)
- # [20:13] * Joins: Bluemer (~Bluemer@h55.170.117.75.dynamic.ip.windstream.net)
- # [20:14] <Bluemer> Anyone have any idea on how to add a playlist to the native browser video player?
- # [20:15] <Bluemer> I imagine it would be with javascript somehow..
- # [20:16] * Joins: devongovett (~devongove@pcp038545pcs.morro.reshall.calpoly.edu)
- # [20:17] * Quits: danielfilho (~daniel@187.31.77.7) (Ping timeout: 248 seconds)
- # [20:18] * Parts: Bluemer (~Bluemer@h55.170.117.75.dynamic.ip.windstream.net)
- # [20:21] * GoOz is now known as GoOz`aw
- # [20:21] * Joins: replore_ (~replore@ntkngw304073.kngw.nt.ftth.ppp.infoweb.ne.jp)
- # [20:21] * Parts: jeroenverfallie (~Neptune@dD5765071.access.telenet.be)
- # [20:22] * Joins: jeffszusz (~jeffszusz@d24-57-194-149.home.cgocable.net)
- # [20:22] * Quits: TRUPPP_ON (~truppp@85.183.115.188) (Ping timeout: 260 seconds)
- # [20:23] * Joins: kadiks (~kadiks@APuteaux-652-1-28-164.w82-120.abo.wanadoo.fr)
- # [20:26] * Joins: danielfilho (~daniel@187.31.77.7)
- # [20:28] * Joins: TRUPPP_ON (~truppp@85.183.115.188)
- # [20:28] * Quits: sedovsek (~robert.se@93-103-104-107.dynamic.t-2.net)
- # [20:35] * donaldde_ is now known as donalddesantis
- # [20:42] * Joins: axos411 (~axos@xdsl-84-44-178-177.netcologne.de)
- # [20:47] * Joins: Xalem (xalem@82.245.3.64)
- # [20:51] * Quits: jorum (~jorum@81-232-132-2-no120.tbcn.telia.com) (Quit: Linkinus - http://linkinus.com)
- # [20:52] * Quits: holodoc (~holodoc@dynamic-213-198-195-92.adsl.eunet.rs) (Read error: Connection reset by peer)
- # [20:55] * Joins: holodoc (~holodoc@dynamic-213-198-195-92.adsl.eunet.rs)
- # [20:55] * Quits: holodoc (~holodoc@dynamic-213-198-195-92.adsl.eunet.rs) (Read error: Connection reset by peer)
- # [20:57] * Joins: holodoc (~holodoc@dynamic-213-198-195-92.adsl.eunet.rs)
- # [20:58] * Joins: sergacity (~sergacity@156.98.104.254)
- # [20:59] * Joins: zatan (~zatan@5ad19e8a.bb.sky.com)
- # [21:00] * Quits: holodoc (~holodoc@dynamic-213-198-195-92.adsl.eunet.rs) (Read error: Connection reset by peer)
- # [21:01] * Quits: bombworm (~bombworm@118.132.91.196)
- # [21:02] * Joins: holodoc (~holodoc@dynamic-213-198-195-92.adsl.eunet.rs)
- # [21:03] * Quits: sergacity (~sergacity@156.98.104.254) (Ping timeout: 248 seconds)
- # [21:08] * Joins: whitman (~whitman@87-194-159-116.bethere.co.uk)
- # [21:09] * Quits: tylerstalder (~textual@97.65.119.2) (Quit: Computer has gone to sleep.)
- # [21:11] * Joins: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net)
- # [21:13] * Joins: sergacity (~sergacity@156.98.104.254)
- # [21:18] * Joins: mike5w3c_ (~MikeSmith@EM114-48-12-234.pool.e-mobile.ne.jp)
- # [21:18] * Quits: Telling (~unknown@shop3.diku.dk) (Quit: ...)
- # [21:19] * Joins: trumpetmic (~trumpetmi@159.182.183.6)
- # [21:20] * Joins: miketaylr (~miketaylr@24.42.93.245)
- # [21:21] * Quits: mike5w3c (~MikeSmith@EM111-191-108-247.pool.e-mobile.ne.jp) (Ping timeout: 258 seconds)
- # [21:21] * mike5w3c_ is now known as mike5w3c
- # [21:23] * Quits: holodoc (~holodoc@dynamic-213-198-195-92.adsl.eunet.rs) (Read error: Connection reset by peer)
- # [21:26] * Joins: holodoc (~holodoc@dynamic-213-198-195-92.adsl.eunet.rs)
- # [21:30] * Quits: jeffszusz (~jeffszusz@d24-57-194-149.home.cgocable.net) (Remote host closed the connection)
- # [21:30] * Quits: TRUPPP_ON (~truppp@85.183.115.188) (Ping timeout: 240 seconds)
- # [21:31] * Quits: Michael (~mbehan@unaffiliated/jabberwock) (Quit: Lost terminal)
- # [21:38] * Joins: tylerstalder (~textual@97.65.119.2)
- # [21:39] * Quits: gyzmodo (x@89.146.94.150) (Ping timeout: 276 seconds)
- # [21:44] * GoOz`aw is now known as GoOz
- # [21:46] * Joins: koggdal (~koggdal@213.80.127.82)
- # [21:50] * Quits: strevat (~strevat@c-66-31-28-249.hsd1.ma.comcast.net) (Quit: strevat)
- # [21:50] * Quits: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net) (Quit: tantek)
- # [21:50] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Quit: Reading http://davidwalsh.name)
- # [21:51] * Quits: BigKing (~BigKing@p5DD68D4C.dip0.t-ipconnect.de) (Ping timeout: 240 seconds)
- # [21:52] * Joins: marienz (marienz@freenode/staff/marienz)
- # [21:53] <marienz> I'm assuming you still want http://diveintohtml5.org removed from the /topic here, as it's still down?
- # [21:56] * Quits: ajay_ (~ajay@117.192.201.69) (Ping timeout: 260 seconds)
- # [21:57] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [21:57] <paul_irish> marienz: yeah.. well.. s/.org/.info
- # [21:57] * Joins: taylorRichie (~Adium@c-174-52-182-176.hsd1.ut.comcast.net)
- # [21:58] <marienz> glad I checked :)
- # [21:59] * marienz changes topic to 'Ask any question about HTML5 & Friends || HTML5 Spec for Developers: http://developers.whatwg.org || Also: http://html5rocks.com http://diveintohtml5.info http://mzl.la/9giLwR || Channel logs: http://j.mp/cG7UDa'
- # [21:59] <paul_irish> thxthx
- # [21:59] * GoOz is now known as GoOz`aw
- # [22:02] * Quits: RyanD (~rdavies@204.235.124.36) (Ping timeout: 252 seconds)
- # [22:03] * Joins: BigKing (~BigKing@p5DD69395.dip0.t-ipconnect.de)
- # [22:07] * Quits: devongovett (~devongove@pcp038545pcs.morro.reshall.calpoly.edu) (Quit: devongovett)
- # [22:07] * Joins: budmaddock (~budmaddoc@essn-4db699b1.pool.mediaWays.net)
- # [22:09] * Quits: budmaddock1 (~budmaddoc@essn-4db6406b.pool.mediaWays.net) (Ping timeout: 258 seconds)
- # [22:10] * GoOz`aw is now known as GoOz
- # [22:10] * Quits: kborchers (~kborchers@st-216-125-152-252.wcc.cc.il.us) (Read error: Connection reset by peer)
- # [22:12] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [22:12] * Joins: devilswings7 (~unknown@24-151-96-232.dhcp.nwtn.ct.charter.com)
- # [22:13] * Quits: _dc (~dc@c-24-20-239-11.hsd1.or.comcast.net) (Remote host closed the connection)
- # [22:13] * Quits: devilswings7 (~unknown@24-151-96-232.dhcp.nwtn.ct.charter.com) (Client Quit)
- # [22:13] * Joins: _dc (~dc@c-24-20-239-11.hsd1.or.comcast.net)
- # [22:14] * Joins: devilswings7 (~unknown@24-151-96-232.dhcp.nwtn.ct.charter.com)
- # [22:14] * Joins: kborchers (~kborchers@st-216-125-152-246.wcc.cc.il.us)
- # [22:16] * Quits: tylerstalder (~textual@97.65.119.2) (Quit: Computer has gone to sleep.)
- # [22:16] * Joins: pierreghz (~pierreghz@cust-239-25-111-94.dyn.as47377.net)
- # [22:16] * Quits: donalddesantis (~donald@69.84.244.131) (Ping timeout: 260 seconds)
- # [22:17] * Joins: jacobolu_ (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net)
- # [22:19] * Quits: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (Read error: Operation timed out)
- # [22:19] * Joins: donalddesantis (~donald@69.84.244.131)
- # [22:20] <Pomax> time for something really silly. http://pomax.nihongoresources.com/pages/templating
- # [22:23] * Quits: trumpetmic (~trumpetmi@159.182.183.6) (Quit: Leaving.)
- # [22:25] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne)
- # [22:26] <cb3> Pomax: That is especially silly for SEO. But, would be cool for an app behind an authentication layer.
- # [22:26] * Joins: kennyluck_ (~kennyluck@114-43-119-208.dynamic.hinet.net)
- # [22:26] <Pomax> oh hell yeah, it completely voids SEO
- # [22:27] <Pomax> though it can make css classes a little easier by letting define "class classes"
- # [22:27] * Quits: kennyluck (~kennyluck@114-25-210-80.dynamic.hinet.net) (Ping timeout: 260 seconds)
- # [22:27] * kennyluck_ is now known as kennyluck
- # [22:27] <Pomax> *letting you
- # [22:28] <Ms2ger> It's also ridiculous
- # [22:29] <Pomax> most certainly
- # [22:29] <Pomax> but the chuckle illicitation is worth it.
- # [22:29] * Joins: jeffszusz (~jeffszusz@d24-57-194-149.home.cgocable.net)
- # [22:33] * Joins: jiffe98 (~jiffe@nsab.us)
- # [22:39] <tw2113> afternoon jeffszusz
- # [22:39] <jeffszusz> hello
- # [22:40] * Quits: BigKing (~BigKing@p5DD69395.dip0.t-ipconnect.de) (Remote host closed the connection)
- # [22:40] * Joins: tylerstalder (~textual@97.65.119.2)
- # [22:42] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [22:43] * Quits: localhost (~chris@cpe-76-188-161-222.neo.res.rr.com) (Read error: Connection reset by peer)
- # [22:44] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Client Quit)
- # [22:46] <jiffe98> I'm trying to troubleshoot a websocket issue, I just updated my server-side code to conform to hybi-10, client-side onconnect fires, I see the server sending an announcement after sending the upgrade response, but the onmessage event on the client never fires, no errors in the console
- # [22:46] * Joins: WebDragon (~webdragon@c-68-82-181-85.hsd1.de.comcast.net)
- # [22:47] <franksalim> jiffe98: do you have wireshark?
- # [22:47] <|3b|> tried the autobahn test suite against your server?
- # [22:50] * Quits: Ms2ger (~Ms2ger@91.181.39.217) (Quit: nn)
- # [22:50] * Joins: rupl (~rupl@204.102.225.123)
- # [22:51] * Quits: sergacity (~sergacity@156.98.104.254) (Ping timeout: 240 seconds)
- # [22:52] * Quits: sky (~sky@id.synack.net) (Changing host)
- # [22:52] * Joins: sky (~sky@unaffiliated/sky)
- # [22:53] * Quits: rupl (~rupl@204.102.225.123) (Client Quit)
- # [22:54] <jiffe98> I don't have wireshark installed but I can, I haven't checked out autobahn but I'm going to do that right now
- # [22:55] * Quits: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk) (Quit: Leaving.)
- # [22:55] * Joins: rupl (~rupl@204.102.225.123)
- # [22:55] * Quits: Jackneill (~Jackneill@unaffiliated/jackneill) (Ping timeout: 240 seconds)
- # [22:57] * Joins: sergacity (~sergacity@156.98.104.254)
- # [22:58] * Quits: N0va (~ricki@84.19.108.75) (Ping timeout: 258 seconds)
- # [23:01] * Quits: Neiluj (~Julien@195.200.175.214) (Quit: Neiluj)
- # [23:02] * Quits: Ozaru (~Ozaru@190.216.58.35) (Quit: Ozaru)
- # [23:02] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [23:02] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Client Quit)
- # [23:03] * Joins: bzpzlr (~bzpzlr@121.1.54.50)
- # [23:04] <paul_irish> jiffe98: you should update to 13. in case those changes affect you http://updates.html5rocks.com/2011/10/WebSockets-updated-to-latest-version-in-Chrome-Canary
- # [23:04] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: I was raided by the FBI and all I got to keep was this lousy quit message!)
- # [23:05] * |3b| supposes i should make sure mine still works with that at some point, if someone is shipping it now
- # [23:05] * Joins: ziyadb (~ziyadb@188.51.150.251)
- # [23:05] <|3b|> or at least 'nightly'ing it
- # [23:07] * Quits: johnkpaul (~johnkpaul@ool-6c3abe9a.static.optonline.net) (Remote host closed the connection)
- # [23:09] * Quits: jeffszusz (~jeffszusz@d24-57-194-149.home.cgocable.net) (Remote host closed the connection)
- # [23:10] * Quits: drublic (~drublic@frbg-5f732e26.pool.mediaWays.net) (Remote host closed the connection)
- # [23:11] * Quits: erichynds (~ehynds@venkman.brightcove.com)
- # [23:13] * Joins: drublic (~drublic@frbg-5f732e26.pool.mediaWays.net)
- # [23:15] <franksalim> |3b|: yeah, chrome is 'nightlying' it. fortunately, it's just one header different than the previous protocol
- # [23:15] <franksalim> two, if you count the version number rev
- # [23:15] <|3b|> yeah, added support for it a while ago, just not actually very well tested :)
- # [23:16] * Quits: drublic (~drublic@frbg-5f732e26.pool.mediaWays.net) (Remote host closed the connection)
- # [23:17] * Joins: drublic (~drublic@frbg-5f732e26.pool.mediaWays.net)
- # [23:28] * Joins: TRUPPP_ON (~truppp@85.183.115.188)
- # [23:32] * Quits: Taftse (~Taftse@unaffiliated/taftse) (Ping timeout: 260 seconds)
- # [23:36] * Parts: kborchers (~kborchers@st-216-125-152-246.wcc.cc.il.us)
- # [23:38] * Joins: drublic_ (~drublic@frbg-5f732e26.pool.mediaWays.net)
- # [23:39] * Quits: chrisdev (~chrisdev@ts7.ny3.techspace.com) (Quit: Computer has gone to sleep.)
- # [23:39] * Joins: cafaro (~tman@unaffiliated/cafaro)
- # [23:39] * Quits: whitman (~whitman@87-194-159-116.bethere.co.uk)
- # [23:41] * Joins: chrisdev (~chrisdev@ts7.ny3.techspace.com)
- # [23:42] * Quits: pierreghz (~pierreghz@cust-239-25-111-94.dyn.as47377.net) (Ping timeout: 260 seconds)
- # [23:42] * Quits: drublic (~drublic@frbg-5f732e26.pool.mediaWays.net) (Ping timeout: 248 seconds)
- # [23:42] * Joins: enos_feedler (~static@c-71-198-204-214.hsd1.ca.comcast.net)
- # [23:45] * Joins: giannis (giannis@194.219.164.107.dsl.dyn.forthnet.gr)
- # [23:45] * Parts: giannis (giannis@194.219.164.107.dsl.dyn.forthnet.gr)
- # [23:46] * Quits: jacobolu_ (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [23:46] * Joins: animorten (~morten@cm-188.126.204.161.customer.telag.net)
- # [23:47] * Joins: nonge (~nonge@p5082918D.dip.t-dialin.net)
- # [23:47] * Quits: drublic_ (~drublic@frbg-5f732e26.pool.mediaWays.net) (Remote host closed the connection)
- # [23:50] * Quits: chrisdev (~chrisdev@ts7.ny3.techspace.com) (Quit: Computer has gone to sleep.)
- # [23:50] * Quits: timmywil (~timmywil@sec1.epb.net) (Ping timeout: 252 seconds)
- # [23:53] * Parts: cafaro (~tman@unaffiliated/cafaro)
- # [23:54] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [23:56] * Joins: ryanneufeld (~ryanneufe@S01060019e1edefc1.vc.shawcable.net)
- # [23:57] * Joins: devongovett (~devongove@pcp038545pcs.morro.reshall.calpoly.edu)
- # Session Close: Sat Oct 22 00:00:00 2011
The end :)