Options:
- # Session Start: Fri Oct 14 00:00:00 2011
- # Session Ident: #html5
- # [00:00] * Quits: tylerstalder (~textual@216.133.196.146) (Quit: Computer has gone to sleep.)
- # [00:00] * Quits: glimpsenirvana (~david@pool-98-118-121-122.bstnma.fios.verizon.net) (Quit: Linkinus - http://linkinus.com)
- # [00:01] <phrearch> hello
- # [00:01] <phrearch> does anyone have experience with optimizing websocket function call latency?
- # [00:01] * Quits: skyfaller (~skyfaller@wikipedia/Skyfaller) (Remote host closed the connection)
- # [00:02] <phrearch> i currently use regular expressions on urls to route function calls, but im not sure if thats efficient enough for high-load use-cases
- # [00:03] <moo-_-> phrearch: whatever will be the bottlenecks I am sure regular expressions is not one of them
- # [00:04] <phrearch> moo-_-: ok, then i try my current router for this game server thing i have in mind
- # [00:04] <phrearch> need an excuse to learn webgl :)
- # [00:05] * Joins: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk)
- # [00:05] <moo-_-> phrearch: what's the backend?
- # [00:05] <phrearch> i was thinking of pypy
- # [00:05] <phrearch> pypy + twisted
- # [00:06] * Joins: skyfaller (~skyfaller@wikipedia/Skyfaller)
- # [00:06] <phrearch> and some intermediary server to move/connect users to other running simulators
- # [00:06] <phrearch> not sure if thats the best choice though
- # [00:07] <phrearch> c++ may be faster, but harder to develop
- # [00:07] <phrearch> at least, for me :)
- # [00:07] <taylorRichie1> Ok… I'm truly going to start OccupyIE - Even MSIE 9.0 isn't rendering my site 'correctly' Argh… Any experts want to help me with a rendering issue :)
- # [00:07] <phrearch> haha, OccupyM$
- # [00:08] <Pomax> using <!doctype html> ?
- # [00:08] <Pomax> gotta force that IE9 into standards mode
- # [00:08] * Quits: dcadenas (~dcadenas@r186-48-197-190.dialup.adsl.anteldata.net.uy) (Read error: Connection reset by peer)
- # [00:09] <taylorRichie1> I'm using boilerplate, and using MSIE developer tools It's rendering in standards.
- # [00:09] <taylorRichie1> here's the site: cornerstonerdi.com
- # [00:09] * Joins: dcadenas (~dcadenas@r186-48-239-168.dialup.adsl.anteldata.net.uy)
- # [00:10] <taylorRichie1> I'm sure it's a simple quirk that I'm not addressing… but I never have been good at MSIE optimization.
- # [00:10] * Joins: holodoc (~holodoc@dynamic-109-121-95-233.adsl.eunet.rs)
- # [00:10] <taylorRichie1> Navigation is the issue.
- # [00:13] <taylorRichie1> And I just noticed I have <a><li></li></a> instead of <li><a></a></li> because apparently I was being retarded when I did the markup.
- # [00:14] <Pomax> Opera doesn't like it either
- # [00:14] <taylorRichie1> Yay…
- # [00:15] <Pomax> might be a deeper problem than just IE
- # [00:15] <taylorRichie1> Yes I'm afraid it may be...
- # [00:15] <Pomax> and I need to step out for a few hours. hopefully someone else feels like having a look
- # [00:15] <taylorRichie1> I'm deconstructing now.
- # [00:15] * Quits: Endeson (~Ende@19-213.195-178.cust.bluewin.ch) (Quit: Endeson)
- # [00:16] <taylorRichie1> Thanks Pomax.
- # [00:17] <taylorRichie1> Opera should be a relatively simple fix… looks like background position isn't taking… but IE everything looks nasty in the nav.
- # [00:18] * Quits: fluido (~yingyang@li6-217.members.linode.com) (Ping timeout: 244 seconds)
- # [00:19] * Quits: benv (~benv@50-0-80-160.dsl.static.sonic.net) (Remote host closed the connection)
- # [00:19] * Joins: suprraz (~Adium@wsip-70-166-89-19.sd.sd.cox.net)
- # [00:19] <taylorRichie1> FIXED!! Easy easy...
- # [00:19] <taylorRichie1> just needed to put the <a> within the <li> works in IE and Opera.
- # [00:20] <tw2113> whoa...someone testing in opera
- # [00:20] * Joins: fluido (~yingyang@li6-217.members.linode.com)
- # [00:20] <jakefolio> taylorRichie1: didn't I answer this for you yesterday?
- # [00:20] <jakefolio> or was someone else asking the same thing
- # [00:21] * Quits: dankest (~dankest@net-cf9a4c1d.iis.impulse.net) (Read error: Connection reset by peer)
- # [00:21] * Quits: intellilogic (~intellilo@static-96-241-182-10.washdc.fios.verizon.net) (Read error: No route to host)
- # [00:22] * Quits: masondesu (~textual@adsl-98-71-182-44.gsp.bellsouth.net) (Quit: Computer has gone to sleep.)
- # [00:22] * Quits: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk) (Remote host closed the connection)
- # [00:22] * Joins: dankest (~dankest@net-cf9a4c1d.iis.impulse.net)
- # [00:23] <Thasmo> beawesomeinstead: http://tokimon.dk/testing/css-svg-test.html
- # [00:23] <Thasmo> huh
- # [00:23] <Thasmo> beawesomeinstead: http://tokimon.dk/testing/css-svg-test.html
- # [00:23] <taylorRichie1> Same issue I asked about… different site...
- # [00:23] <Thasmo> wtf :D
- # [00:23] <taylorRichie1> That's how I recognized this one was wrong :D
- # [00:23] * Joins: dpy (~Marcel@dhcp-077-248-090-235.chello.nl)
- # [00:23] * Joins: benv (~benv@50-0-80-160.dsl.static.sonic.net)
- # [00:23] <taylorRichie1> And that took care of it so thanks again! jakefolio
- # [00:23] <tw2113> to be fair, he answered it himself
- # [00:24] <jakefolio> I just thought it was weird the same questions showed up 2 days in a row…..just checking if it was the same person
- # [00:24] * Joins: YamahaAlex37 (~YamahaAle@68.185.2.34)
- # [00:24] <taylorRichie1> I still want to Occupy MS though… really do they need to waste resources putting a browser out when there are 3 really good viable free browsers :D
- # [00:24] <tw2113> it's called competition
- # [00:25] <tw2113> and without IE, what would we rate the others against?
- # [00:25] <jakefolio> IE10 is going to be pretty good……but I will still use Chrome :)
- # [00:25] <tw2113> IE is the yang to the other ones' ying
- # [00:25] <taylorRichie1> You're right… we wouldn't know how bad it 'could' be without it...
- # [00:26] <jakefolio> IE10 is going to have a lot of HTML5/CSS3 features that will put it on par/past some other browsers…..their biggest downfall will be "yearly" releases
- # [00:26] <jakefolio> I like how Chrome and FF have more frequent releases
- # [00:27] <tw2113> what's going to kill us with IE is the long term support that MS offers
- # [00:27] * Quits: dguttman (~dguttman@rrcs-173-196-159-188.west.biz.rr.com) (Quit: dguttman)
- # [00:27] <taylorRichie1> well… by the time ie10 is fully released, we don't know where chrome and ff will be. so it's hard to say if it will even be on par… right? But atleast they're moving in the right direction.
- # [00:27] <tw2113> http://paulirish.com/2011/browser-market-pollution-iex-is-the-new-ie6/
- # [00:28] <taylorRichie1> Argh…. yeah… see… all the more reason to occupy… If they would just add 'auto update' then people will always be on the latest.
- # [00:29] <tw2113> they need to get people off of XP which only goes up to IE8
- # [00:30] <taylorRichie1> oh yeah… that too… man I forget about all aspects of the windows world, and most windows users.
- # [00:31] <taylorRichie1> I look forward to new OS releases… of course for a mac, it's $40, windows, $300 or you can by a new computer for $300 with windows 7 installed
- # [00:31] <tw2113> linux for free
- # [00:31] <taylorRichie1> Yup… I'm a big fan of the linux world too…
- # [00:31] <danielfilho> Chrome is driving me crazy with this "Uncaught SyntaxError: <unknown message reserved_word>"
- # [00:32] * tw2113 tells chrome that danielfilho doesn't need help going crazy :P
- # [00:32] <danielfilho> hahaha
- # [00:32] <taylorRichie1> Just installed ubuntu 11.04 on a netbook, and love it… interesting new UI.
- # [00:34] * Quits: jakefolio (~Adium@66.151.252.254) (Quit: Leaving.)
- # [00:34] <danielfilho> it's some sort of bug, or some extension that's showing this error on the console.
- # [00:37] * Quits: timmywil (~timmywil@sec1.epb.net) (Ping timeout: 255 seconds)
- # [00:38] * Joins: maz-sans-cause (~maz@fau42-4-82-247-55-136.fbx.proxad.net)
- # [00:38] * Joins: maz__ (~maz@fau42-4-82-247-55-136.fbx.proxad.net)
- # [00:38] * Quits: maz__ (~maz@fau42-4-82-247-55-136.fbx.proxad.net) (Remote host closed the connection)
- # [00:38] * Quits: maz-sans-cause (~maz@fau42-4-82-247-55-136.fbx.proxad.net) (Read error: Connection reset by peer)
- # [00:38] * Joins: maz-sans-cause (~maz@fau42-4-82-247-55-136.fbx.proxad.net)
- # [00:41] * Joins: m1chael (~m1chael@69.182.159.254)
- # [00:41] * Quits: robhawkes (~robhawkes@188-220-16-96.dsl.cnl.uk.net) (Quit: Leaving...)
- # [00:42] <maz-sans-cause> Hi all! I'm trying to set up an audio player using the <audio> tag, is there a way to bind a <a> click to pause this audio playing in javascript?
- # [00:45] <maz-sans-cause> no clue?
- # [00:48] <tw2113> i'm sure it's possible
- # [00:50] * Quits: Thasmo (~thasmo@d86-32-70-74.cust.tele2.at)
- # [00:50] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Nice Scotty, now beam my clothes up too!)
- # [00:50] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [00:51] * Quits: tw2113 (~tw2113@fedora/tw2113) (Remote host closed the connection)
- # [00:51] * Joins: tw2113 (~tw2113@host-51-40-107-208.midco.net)
- # [00:51] * Quits: tw2113 (~tw2113@host-51-40-107-208.midco.net) (Changing host)
- # [00:51] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [00:54] <moo-_-> maz-sans-cause: yes
- # [00:54] <moo-_-> $(a).click(function() { audio.pause() } );
- # [00:54] <moo-_-> as in jquery
- # [00:55] * Quits: replore_ (~replore@ntkngw304073.kngw.nt.ftth.ppp.infoweb.ne.jp) (Remote host closed the connection)
- # [00:55] * Joins: mike5w3c_ (~MikeSmith@EM111-191-4-91.pool.e-mobile.ne.jp)
- # [00:56] * Quits: rupl (~rupl@dsl093-217-226.aus1.dsl.speakeasy.net) (Quit: rupl)
- # [00:57] * Joins: Mahoek (~Mahoek@ip51ceb6d4.adsl-surfen.hetnet.nl)
- # [00:59] * Quits: mike5w3c (~MikeSmith@EM114-48-43-28.pool.e-mobile.ne.jp) (Ping timeout: 256 seconds)
- # [00:59] * mike5w3c_ is now known as mike5w3c
- # [01:01] * Joins: dgathright (~dgathrigh@207.239.83.130)
- # [01:02] * CrashAFK is now known as CrashTest_
- # [01:03] * Quits: kppullin (~kppullin@pdpc/supporter/active/kppullin) (Read error: Connection reset by peer)
- # [01:06] * Joins: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [01:06] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Disconnected by services)
- # [01:06] * Quits: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t) (Excess Flood)
- # [01:06] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [01:06] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 248 seconds)
- # [01:08] * Joins: kppullin (~kppullin@pdpc/supporter/active/kppullin)
- # [01:08] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
- # [01:08] * Joins: nerdfiles (~Adium@c-76-31-204-248.hsd1.tx.comcast.net)
- # [01:08] * Joins: temp02 (~temp01@unaffiliated/temp01)
- # [01:08] * Parts: nerdfiles (~Adium@c-76-31-204-248.hsd1.tx.comcast.net)
- # [01:09] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Client Quit)
- # [01:12] * Quits: Martijnc (~Martijn@d54C02C64.access.telenet.be) (Ping timeout: 260 seconds)
- # [01:15] * Quits: dpy (~Marcel@dhcp-077-248-090-235.chello.nl) (Ping timeout: 258 seconds)
- # [01:16] * Quits: taylorRichie1 (~Adium@208.110.141.169) (Quit: Leaving.)
- # [01:16] * Joins: Martijnc (~Martijn@d54C02C64.access.telenet.be)
- # [01:17] * Quits: BigKing_2nd (~BigKing@p5DD6937C.dip0.t-ipconnect.de) (Remote host closed the connection)
- # [01:19] * Quits: Mahoek (~Mahoek@ip51ceb6d4.adsl-surfen.hetnet.nl) (Quit: Mahoek)
- # [01:19] * Quits: trumpetmic (~trumpetmi@159.182.183.6) (Quit: Leaving.)
- # [01:22] * Joins: dguttman (~dguttman@rrcs-173-196-159-188.west.biz.rr.com)
- # [01:22] * Joins: jacine (~jacine@drupal.org/user/88931/view)
- # [01:24] <tw2113> :O jacine
- # [01:24] <jacine> hey tw2113!
- # [01:25] <tw2113> yo B-)
- # [01:26] * Quits: danielfilho (~daniel@187.31.77.7) (Quit: tomorrow.)
- # [01:27] * Quits: m1chael (~m1chael@69.182.159.254) (Ping timeout: 252 seconds)
- # [01:28] * Quits: dgathright (~dgathrigh@207.239.83.130) (Quit: dgathright)
- # [01:30] * Joins: myakura (~myakura@FL1-203-136-164-250.tky.mesh.ad.jp)
- # [01:31] * Quits: myakura (~myakura@FL1-203-136-164-250.tky.mesh.ad.jp) (Read error: Connection reset by peer)
- # [01:32] * Joins: myakura (~myakura@FL1-203-136-164-250.tky.mesh.ad.jp)
- # [01:32] * Quits: diogogmt (~kvirc@CPE0018396f5ec0-CM0012c99ea256.cpe.net.cable.rogers.com) (Quit: KVIrc 4.1.1 Equilibrium http://www.kvirc.net/)
- # [01:40] * Joins: zamabe (~zamae@unaffiliated/zamabe)
- # [01:43] * Quits: YamahaAlex37 (~YamahaAle@68.185.2.34) (Ping timeout: 260 seconds)
- # [01:47] * Joins: YamahaAlex37 (~YamahaAle@68-185-2-34.static.mdfd.or.charter.com)
- # [01:47] * Quits: skyfaller (~skyfaller@wikipedia/Skyfaller) (Remote host closed the connection)
- # [01:48] * Quits: andrewhl (~andrew@24-246-15-43.cable.teksavvy.com) (Quit: andrewhl)
- # [01:48] * Quits: fearlesstost (~fearlesst@66.220.144.74) (Quit: fearlesstost)
- # [01:51] * tw2113 will finally be able to access IE9/10 soon
- # [01:55] * Joins: YamahaAlex (~YamahaAle@68-185-2-34.static.mdfd.or.charter.com)
- # [01:56] * Joins: Orbitrix (Orbitrix@c-68-35-125-188.hsd1.nm.comcast.net)
- # [01:56] * Quits: YamahaAlex37 (~YamahaAle@68-185-2-34.static.mdfd.or.charter.com) (Ping timeout: 258 seconds)
- # [02:01] * Quits: buribu (~buribu@unaffiliated/buribu) (Quit: Fui embora)
- # [02:02] * Quits: Orbitrix (Orbitrix@c-68-35-125-188.hsd1.nm.comcast.net)
- # [02:03] * Joins: gadgeto0 (~gadgeto@216.252.94.235)
- # [02:03] * Quits: dankest (~dankest@net-cf9a4c1d.iis.impulse.net) (Ping timeout: 260 seconds)
- # [02:03] * Quits: budmaddock1 (~budmaddoc@essn-5d83ae74.pool.mediaWays.net) (Ping timeout: 258 seconds)
- # [02:03] * Quits: suprraz (~Adium@wsip-70-166-89-19.sd.sd.cox.net) (Quit: Leaving.)
- # [02:04] * Parts: yizzim (~Adium@c-71-197-238-198.hsd1.wa.comcast.net)
- # [02:05] * Joins: budmaddock (~budmaddoc@essn-5d83ae74.pool.mediaWays.net)
- # [02:06] * Quits: CrashTest_ (~CrashTest@66.235.13.127) (Quit: CrashTest_)
- # [02:07] * Joins: Orbitrix (Orbitrix@c-68-35-125-188.hsd1.nm.comcast.net)
- # [02:15] * Joins: replore (~replore@203.152.213.161.static.zoot.jp)
- # [02:15] * Quits: replore (~replore@203.152.213.161.static.zoot.jp) (Remote host closed the connection)
- # [02:16] * Joins: replore (~replore@203.152.213.161.static.zoot.jp)
- # [02:16] * Quits: Jayflux (~jay_knows@cpc1-dudl6-0-0-cust197.wolv.cable.virginmedia.com) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
- # [02:23] * Quits: drublic (~drublic@frbg-5f730fe4.pool.mediaWays.net) (Remote host closed the connection)
- # [02:25] * Joins: m1chael (~m1chael@69.182.159.254)
- # [02:28] * Quits: YamahaAlex (~YamahaAle@68-185-2-34.static.mdfd.or.charter.com) (Ping timeout: 245 seconds)
- # [02:32] * Joins: ighisas (~ighisas@122x212x216x66.ap122.ftth.ucom.ne.jp)
- # [02:35] * Joins: nonge (~nonge@p5B326835.dip.t-dialin.net)
- # [02:41] * Joins: sergacity (~sergacity@mn-71-55-149-211.dhcp.embarqhsd.net)
- # [02:43] * Quits: axelator (~chatzilla@cn-sfo1-natout.cnet.com) (Ping timeout: 248 seconds)
- # [02:45] * Quits: pandeiro (~pandeiro@177.32.222.225) (Quit: Out of quarters)
- # [02:50] * Quits: m1chael (~m1chael@69.182.159.254) (Ping timeout: 260 seconds)
- # [02:54] * Quits: max_dev (~max@189.27.14.200.dynamic.adsl.gvt.net.br) (Ping timeout: 244 seconds)
- # [02:54] * Quits: sergacity (~sergacity@mn-71-55-149-211.dhcp.embarqhsd.net) (Quit: Nettalk6 - www.ntalk.de)
- # [02:57] * Joins: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net)
- # [03:01] * Joins: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [03:02] * Joins: dankest (~dankest@ip98-171-178-1.sb.sd.cox.net)
- # [03:06] * Quits: gliese581 (~ManOnTheM@81.202.113.56.dyn.user.ono.com) (Ping timeout: 255 seconds)
- # [03:07] * Quits: zatan (~zatan@5aceb9d1.bb.sky.com) (Ping timeout: 258 seconds)
- # [03:09] * Joins: max_dev (~max@189.27.14.200.dynamic.adsl.gvt.net.br)
- # [03:12] * Joins: skyfaller (~skyfaller@wikipedia/Skyfaller)
- # [03:15] * Joins: suprraz (~Adium@ip174-65-147-164.sd.sd.cox.net)
- # [03:17] * Quits: dguttman (~dguttman@rrcs-173-196-159-188.west.biz.rr.com) (Quit: ...)
- # [03:19] * Quits: myakura (~myakura@FL1-203-136-164-250.tky.mesh.ad.jp) (Remote host closed the connection)
- # [03:20] * Joins: ernest_ (ernest@nat/google/x-npzeuwncbdqkvrda)
- # [03:21] * Joins: sergacity (~sergacity@mn-71-55-149-211.dhcp.embarqhsd.net)
- # [03:21] * Joins: budmaddock1 (~budmaddoc@essn-4d09e79a.pool.mediaWays.net)
- # [03:21] * Quits: ernest (ernest@nat/google/x-gllpxgphdbfbahvx) (Read error: Connection reset by peer)
- # [03:22] * Quits: budmaddock (~budmaddoc@essn-5d83ae74.pool.mediaWays.net) (Ping timeout: 258 seconds)
- # [03:33] * Joins: blognewb (~blognewb_@unaffiliated/blognewb)
- # [03:34] * Joins: miketaylr (~miketaylr@24.42.93.245)
- # [03:34] <blognewb> hi guys, what is your opinion on serving just mp4 and webm then maybe flash for html video?
- # [03:34] <blognewb> webm,mp4,flash, in that order, no ogg
- # [03:35] <Pomax> you had me at mp4, then you lost me again with the other formats.
- # [03:36] * Joins: m1chael (~m1chael@69.182.159.254)
- # [03:39] <OzDave_mbp> mp4 is fairly universal as long as you dont encapsulate a h264
- # [03:40] <Pomax> show me a computer that doesn't have an h264 codec installed, and I show you a horrendously out of date machine. also, I'll show you ffdshow
- # [03:40] <Pomax> the only issue with h264 is that encoding costs money. theoretically.
- # [03:43] * Joins: JoshManders_ (~josh@unaffiliated/killswitch)
- # [03:47] <paul_irish> blognewb: yes
- # [03:47] * Quits: phrearch (~phrearch_@5ED42DE2.cm-7-5a.dynamic.ziggo.nl) (Quit: Leaving)
- # [03:47] <paul_irish> serve h264 and webm
- # [03:47] <paul_irish> flash for no html5vid
- # [03:47] <paul_irish> ignore ogg
- # [03:47] <paul_irish> you need to serve webm though
- # [03:49] <Pomax> does ff support webm/webp yet?
- # [03:49] <blognewb> paul_irish yay
- # [03:49] <blognewb> yes
- # [03:49] <blognewb> Pomax
- # [03:49] <Pomax> really? webp too?
- # [03:49] <blognewb> mp4 is for ie. fuck.
- # [03:49] <Pomax> I recall 6.0 didn't like webp at all
- # [03:49] <paul_irish> ff doesnt supprt webp
- # [03:49] <paul_irish> but has had webm since 4
- # [03:50] <Pomax> frankly the whole "which codec" argument was fscking nonsense. If you have the codec installed, it shouldn't matter what the <video> tag supports.
- # [03:50] <OzDave_mbp> that is only half the problem
- # [03:50] <paul_irish> i am uninterested in the codec debate
- # [03:50] <paul_irish> PEACE
- # [03:51] <Pomax> I am still considering writing a webp.js while support for it is low
- # [03:51] <Pomax> it's one hell of an awesome image container.
- # [03:53] * Quits: ernest_ (ernest@nat/google/x-npzeuwncbdqkvrda) (Remote host closed the connection)
- # [03:54] <OzDave_mbp> so what was decided on?
- # [03:55] * Joins: m1chael][ (~m1chael@69.182.159.254)
- # [03:55] <OzDave_mbp> you could always have a care page for perian and klite anyway
- # [03:56] * Quits: benv (~benv@50-0-80-160.dsl.static.sonic.net) (Quit: Leaving...)
- # [03:57] <OzDave_mbp> sounds like it turned into mental masturbation
- # [03:57] * Quits: m1chael (~m1chael@69.182.159.254) (Ping timeout: 240 seconds)
- # [03:58] * Joins: Davidt (~David@bas8-kitchener06-1242497467.dsl.bell.ca)
- # [03:59] <miketaylr> Pomax: someone already wrote that
- # [03:59] * Quits: Davidt (~David@bas8-kitchener06-1242497467.dsl.bell.ca) (Quit: I'm going. Might be back later.)
- # [03:59] * Quits: dmachi (~dmachi@pool-72-66-215-205.ronkva.east.verizon.net) (Read error: Connection reset by peer)
- # [03:59] * Joins: dmachi (~dmachi@pool-72-66-215-205.ronkva.east.verizon.net)
- # [03:59] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 260 seconds)
- # [03:59] <Pomax> if they did, they made it hard to find. where'd they host it?
- # [03:59] * Joins: moshee (~moshee@c-50-135-229-127.hsd1.wa.comcast.net)
- # [03:59] * Quits: moshee (~moshee@c-50-135-229-127.hsd1.wa.comcast.net) (Changing host)
- # [03:59] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [04:00] <miketaylr> ?g weppy
- # [04:00] <bot-t> miketaylr, Weppy - http://seiryu.home.comcast.net/~seiryu/weppy.html
- # [04:00] <miketaylr> umm
- # [04:00] <miketaylr> ?g weppy shim
- # [04:00] <bot-t> miketaylr, Weppy: Javascript Shim for WebP on Chrome 6 and Firefox 4.0 Blog - http://antimatter15.com/wp/2010/10/weppy-javascript-shim-for-webp-on-chrome-6-and-firefox-4-0/
- # [04:00] <Pomax> cheers
- # [04:01] <miketaylr> don't worry where it says it doesn't work in opera--- we have native webp support now
- # [04:01] <paul_irish> ?boom
- # [04:01] <bot-t> "Did you are unimpressed? and now?"
- # [04:01] * tw2113 gives miketaylr oreos
- # [04:01] * Quits: dmachi (~dmachi@pool-72-66-215-205.ronkva.east.verizon.net) (Remote host closed the connection)
- # [04:01] * Quits: blognewb (~blognewb_@unaffiliated/blognewb) (Read error: Connection reset by peer)
- # [04:02] * Joins: blognewb (~blognewb_@unaffiliated/blognewb)
- # [04:04] * Quits: necolas (~necolas@5e0c0fc8.bb.sky.com) (Remote host closed the connection)
- # [04:07] * Quits: skyfaller (~skyfaller@wikipedia/Skyfaller) (Ping timeout: 260 seconds)
- # [04:07] * Quits: oohnoitz (septicore@gateway/shell/xzibition.com/x-wnldnkzhrcgtnzuy) (Quit: ---)
- # [04:07] * Joins: oohnoitz (septicore@gateway/shell/xzibition.com/x-czsujnkizwsqgwha)
- # [04:07] * Joins: ernest (ernest@nat/google/x-ljjmjetjfhkzpdxs)
- # [04:09] * Joins: diogogmt (~kvirc@CPE0018396f5ec0-CM0012c99ea256.cpe.net.cable.rogers.com)
- # [04:09] * Quits: blognewb (~blognewb_@unaffiliated/blognewb) (Quit: Ping Timeout)
- # [04:11] * Joins: CustomWebAppsCom (~customweb@c-50-131-79-203.hsd1.ca.comcast.net)
- # [04:11] * Quits: dcadenas (~dcadenas@r186-48-239-168.dialup.adsl.anteldata.net.uy) (Ping timeout: 260 seconds)
- # [04:15] * Quits: ernest (ernest@nat/google/x-ljjmjetjfhkzpdxs) (Remote host closed the connection)
- # [04:18] * Quits: m1chael][ (~m1chael@69.182.159.254) (Ping timeout: 260 seconds)
- # [04:21] * Joins: ernest (~ernest@67.218.102.71)
- # [04:24] * Quits: miketaylr (~miketaylr@24.42.93.245) (Quit: miketaylr)
- # [04:30] * Joins: benv (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net)
- # [04:31] * Joins: benv_ (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net)
- # [04:33] * Joins: kurtzhong (~kurtzhong@116.226.103.180)
- # [04:34] * Joins: benv- (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net)
- # [04:35] * Quits: benv (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 258 seconds)
- # [04:36] * Joins: benv (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net)
- # [04:37] * Quits: benv_ (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 252 seconds)
- # [04:38] * Quits: suprraz (~Adium@ip174-65-147-164.sd.sd.cox.net) (Quit: Leaving.)
- # [04:39] * Quits: benv- (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 258 seconds)
- # [04:41] * Joins: Morladim (~textual@219.235.193.66)
- # [04:42] * Quits: obert- (~obert@host1-36-dynamic.11-87-r.retail.telecomitalia.it)
- # [04:43] * Joins: Vennril2 (~vennril@p4FCB10E0.dip0.t-ipconnect.de)
- # [04:44] * Joins: kurtzhong_ (~kurtzhong@116.226.103.180)
- # [04:44] * Quits: Vennril (~vennril@p4FCB10E2.dip0.t-ipconnect.de) (Ping timeout: 258 seconds)
- # [04:45] * Quits: holodoc (~holodoc@dynamic-109-121-95-233.adsl.eunet.rs) (Ping timeout: 240 seconds)
- # [04:46] * Quits: dankest (~dankest@ip98-171-178-1.sb.sd.cox.net) (Quit: dankest)
- # [04:48] * Quits: kurtzhong (~kurtzhong@116.226.103.180) (Ping timeout: 244 seconds)
- # [04:48] * kurtzhong_ is now known as kurtzhong
- # [04:49] * Vennril2 is now known as Vennril
- # [04:54] * Joins: trumpetmic (~trumpetmi@c-107-2-155-157.hsd1.co.comcast.net)
- # [04:57] * Joins: suprraz (~Adium@ip174-65-147-164.sd.sd.cox.net)
- # [05:02] * Quits: suprraz (~Adium@ip174-65-147-164.sd.sd.cox.net) (Quit: Leaving.)
- # [05:06] * Joins: miketaylr (~miketaylr@24.42.93.245)
- # [05:07] * Joins: qq99 (~qq99@24.52.247.157)
- # [05:16] * Quits: JoshManders_ (~josh@unaffiliated/killswitch) (Ping timeout: 248 seconds)
- # [05:18] * Joins: ernest_ (~ernest@68-26-94-195.pools.spcsdns.net)
- # [05:19] * Joins: ernest__ (~ernest@67.218.102.71)
- # [05:19] * Quits: ernest (~ernest@67.218.102.71) (Ping timeout: 248 seconds)
- # [05:20] * Quits: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne_)
- # [05:23] * Quits: ernest_ (~ernest@68-26-94-195.pools.spcsdns.net) (Ping timeout: 256 seconds)
- # [05:26] * Quits: ernest__ (~ernest@67.218.102.71) (Remote host closed the connection)
- # [05:27] * Quits: nonge (~nonge@p5B326835.dip.t-dialin.net) (Ping timeout: 252 seconds)
- # [05:39] * Quits: qq99 (~qq99@24.52.247.157) (Quit: Leaving)
- # [05:39] * Joins: nonge (~nonge@p5B326734.dip.t-dialin.net)
- # [05:41] <tw2113> JonathanNeal, nice normalize song
- # [05:44] <ExpFist> Man actionscript seems detailed
- # [05:44] <ExpFist> Most of the shit I had to code in HTML5 is done for me :F
- # [05:45] <ExpFist> for rather
- # [05:52] * Joins: ernest (~ernest@67.180.209.234)
- # [05:58] * Joins: skyfaller (~skyfaller@wikipedia/Skyfaller)
- # [05:59] * Joins: lfox_ (~larrythef@75.sub-174-252-3.myvzw.com)
- # [06:00] * Quits: chrislorenz (~chrislore@rrcs-24-43-22-34.west.biz.rr.com) (Quit: Computer has gone to sleep.)
- # [06:12] * Quits: zkat (~zkat@gateway/tor-sasl/zkat) (Remote host closed the connection)
- # [06:12] * Quits: zamabe (~zamae@unaffiliated/zamabe) (Ping timeout: 252 seconds)
- # [06:14] * Joins: dSebastien (~dSebastie@16.121-244-81.adsl-dyn.isp.belgacom.be)
- # [06:14] * Quits: tristanseifert (~tristanse@67.164.14.81) (Quit: Please insert a quarter for quit message.)
- # [06:14] * Joins: zkat (~zkat@gateway/tor-sasl/zkat)
- # [06:14] * Quits: miketaylr (~miketaylr@24.42.93.245) (Quit: miketaylr)
- # [06:18] * Joins: SevenMachines (~SevenMach@anon-37-152.ipredate.net)
- # [06:20] * Joins: andrewhl (~andrew@24-246-15-43.cable.teksavvy.com)
- # [06:24] * Joins: ernest_ (~ernest@c-67-180-209-234.hsd1.ca.comcast.net)
- # [06:24] * Quits: ernest (~ernest@67.180.209.234) (Read error: Connection reset by peer)
- # [06:28] * Quits: max_dev (~max@189.27.14.200.dynamic.adsl.gvt.net.br) (Quit: Computer has gone to sleep.)
- # [06:30] * Joins: m1chael (~m1chael@ip68-9-58-51.ri.ri.cox.net)
- # [06:31] * Joins: zamabe (~zamae@unaffiliated/zamabe)
- # [06:35] * Quits: gf3 (~gf3@unaffiliated/gf3) (Ping timeout: 252 seconds)
- # [06:37] * Joins: gf3 (~gf3@unaffiliated/gf3)
- # [06:39] * Joins: LongBeach (~mike@AFontenayssB-152-1-28-61.w83-114.abo.wanadoo.fr)
- # [06:42] * Quits: diogogmt (~kvirc@CPE0018396f5ec0-CM0012c99ea256.cpe.net.cable.rogers.com) (Ping timeout: 260 seconds)
- # [06:42] * Joins: diogogmt (~kvirc@CPE0018396f5ec0-CM0012c99ea256.cpe.net.cable.rogers.com)
- # [06:43] * Quits: SevenMachines (~SevenMach@anon-37-152.ipredate.net) (Remote host closed the connection)
- # [06:47] * Quits: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net) (Ping timeout: 248 seconds)
- # [06:50] * Quits: zamabe (~zamae@unaffiliated/zamabe) (Quit: Snakes)
- # [06:54] <JonathanNeal> tw2113: thank you
- # [06:55] <tw2113> ;)
- # [06:55] * Joins: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net)
- # [06:57] * Quits: diogogmt (~kvirc@CPE0018396f5ec0-CM0012c99ea256.cpe.net.cable.rogers.com) (Quit: KVIrc 4.1.1 Equilibrium http://www.kvirc.net/)
- # [06:58] * Quits: lfox_ (~larrythef@75.sub-174-252-3.myvzw.com) (Ping timeout: 256 seconds)
- # [06:59] * Quits: mike5w3c (~MikeSmith@EM111-191-4-91.pool.e-mobile.ne.jp) (Ping timeout: 252 seconds)
- # [07:04] <dpogue> hmm, latest Chrome dev on Linux is showing me a completely blue window for anything with WebGL
- # [07:05] * Joins: mike5w3c (~MikeSmith@EM1-112-150-17.pool.e-mobile.ne.jp)
- # [07:07] * Quits: benv (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net) (Quit: Bye!)
- # [07:08] * Joins: benv (~benv@99.7.171.41)
- # [07:11] * tw2113 is now among the IE9 users
- # [07:11] <tw2113> and by that i mean i have it available
- # [07:16] <ExpFist> Funny enough IE9 is my favorite browser for debugging JS
- # [07:17] <ExpFist> It also seems the fastest for HTML5
- # [07:17] <ExpFist> FF being the slowest
- # [07:18] * Quits: hober (~ted@unaffiliated/hober) (Read error: Connection reset by peer)
- # [07:18] <tw2113> *shrug*
- # [07:18] <tw2113> :D
- # [07:18] * Joins: hober (~ted@unaffiliated/hober)
- # [07:23] * Quits: kadiks (~kadiks@APuteaux-652-1-152-34.w83-204.abo.wanadoo.fr) (Quit: Leaving)
- # [07:29] * Quits: wyszo (~wyszo@85-222-67-72.home.aster.pl) (Quit: wyszo)
- # [07:30] * Joins: benv_ (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net)
- # [07:33] * Quits: benv (~benv@99.7.171.41) (Ping timeout: 260 seconds)
- # [07:38] * Quits: m1chael (~m1chael@ip68-9-58-51.ri.ri.cox.net) (Ping timeout: 252 seconds)
- # [07:41] * Quits: andrewhl (~andrew@24-246-15-43.cable.teksavvy.com) (Quit: andrewhl)
- # [07:47] * Quits: LongBeach (~mike@AFontenayssB-152-1-28-61.w83-114.abo.wanadoo.fr)
- # [07:47] <paul_irish> http://www.netmagazine.com/node/1465 incredible.
- # [07:47] <paul_irish> dpogue: if you're using too much video memory you get that BSO GPU D
- # [07:55] * Joins: suprraz (~Adium@ip174-65-147-164.sd.sd.cox.net)
- # [07:58] * Joins: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [07:59] * Quits: dpogue (~dpogue@S010600226b831d53.vf.shawcable.net) (Quit: :q!)
- # [07:59] <ExpFist> Man does anyone know why the canplaythough event isn't firing on Safari?
- # [08:01] * Joins: SevenMachines (~SevenMach@anon-54-187.ipredate.net)
- # [08:03] <ExpFist> var self = this;
- # [08:03] * Joins: dpogue (~dpogue@S010600226b831d53.vf.shawcable.net)
- # [08:03] <ExpFist> this.element.addEventListener('canplaythrough',function(){self.canPlayThrough();},false);
- # [08:03] <ExpFist> This never fires in safari
- # [08:03] <ExpFist> Driving me insane
- # [08:06] * Quits: suprraz (~Adium@ip174-65-147-164.sd.sd.cox.net) (Quit: Leaving.)
- # [08:07] * Quits: jacine (~jacine@drupal.org/user/88931/view) (Quit: buh bye :))
- # [08:09] * Joins: m1chael (~m1chael@ip68-9-58-51.ri.ri.cox.net)
- # [08:18] * Joins: shepazu (~shepazu@76-253-1-30.lightspeed.sntcca.sbcglobal.net)
- # [08:18] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 255 seconds)
- # [08:19] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [08:20] * Quits: shepazu (~shepazu@76-253-1-30.lightspeed.sntcca.sbcglobal.net) (Client Quit)
- # [08:22] * Joins: decthomas (~netlash@d5152D79D.static.telenet.be)
- # [08:27] * Quits: trumpetmic (~trumpetmi@c-107-2-155-157.hsd1.co.comcast.net) (Quit: Leaving.)
- # [08:30] * Quits: welly (~welly@unaffiliated/welly) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [08:36] * Joins: reellsid (~reellsid@83.dtag.fw.wfp2.de)
- # [08:38] * Quits: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: i love javascript and webgl. see http://pacmaze.com)
- # [08:38] * Joins: shepazu (~shepazu@76-253-1-30.lightspeed.sntcca.sbcglobal.net)
- # [08:48] * Joins: jaminja (~jaminja@unaffiliated/jaminja)
- # [08:50] * Quits: eighty4 (~eighty4@unaffiliated/eighty4) (Excess Flood)
- # [08:52] * Joins: eldhose (~chatzilla@182.237.129.114)
- # [08:52] * Joins: koggdal (~koggdal@213.80.127.82)
- # [08:54] * Joins: eighty4 (~eighty4@unaffiliated/eighty4)
- # [08:58] * Joins: pkkm (~pawel@aig89.neoplus.adsl.tpnet.pl)
- # [08:59] * Joins: tylerstalder (~textual@c-76-21-12-194.hsd1.ca.comcast.net)
- # [09:03] * Joins: stijnj (~stijnj@d54C024EB.access.telenet.be)
- # [09:04] * Joins: tantek (~tantek@c-76-105-159-199.hsd1.or.comcast.net)
- # [09:05] * Quits: pkkm (~pawel@aig89.neoplus.adsl.tpnet.pl) (Ping timeout: 252 seconds)
- # [09:07] * Joins: Burntime (~Burntime@office.xing.com)
- # [09:12] * Joins: Driekus (~Vuurbal@90-145-26-140.bbserv.nl)
- # [09:13] * Quits: eldhose (~chatzilla@182.237.129.114) (Quit: ChatZilla 0.9.87 [Firefox 7.0.1/20110928134238])
- # [09:13] * Driekus is now known as dirkpennings
- # [09:14] <Epeli> T-Co: http://stackoverflow.com/questions/7690038/which-android-tablets-are-usable-for-testing-javascript-heavy-web-applications/7764180#7764180
- # [09:15] * Joins: saschagehlich (~saschageh@p57931896.dip.t-dialin.net)
- # [09:17] <T-Co> Epeli, Awesome, TFTI
- # [09:18] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Remote host closed the connection)
- # [09:18] * Joins: pkkm (~pawel@agz146.neoplus.adsl.tpnet.pl)
- # [09:24] * Quits: Vennril (~vennril@p4FCB10E0.dip0.t-ipconnect.de) (Quit: Nettalk6 - www.ntalk.de)
- # [09:28] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Going!)
- # [09:30] * Quits: jrockjiggz (~jrockjigg@CPE00222dcc7be8-CM00222dcc7be5.cpe.net.cable.rogers.com)
- # [09:33] * Joins: award85 (~ebi@c-69-181-38-133.hsd1.ca.comcast.net)
- # [09:34] * Joins: f0f (~f0f@89.6.183.245)
- # [09:35] * Quits: m1chael (~m1chael@ip68-9-58-51.ri.ri.cox.net)
- # [09:39] * temp02 is now known as temp01
- # [09:48] * Joins: harshada_ (~quassel@115.248.229.50)
- # [09:49] <harshada_> hey in my website i am using flowplayer.. but its not working in apple devices.. any idea??
- # [09:50] * Joins: manuchill (~mstalfoor@83.232.96.217)
- # [09:52] * Quits: patcito (~123@190.42.85.245) (Read error: Connection reset by peer)
- # [09:52] * Quits: kurtzhong (~kurtzhong@116.226.103.180) (Ping timeout: 255 seconds)
- # [09:52] * Parts: Burntime (~Burntime@office.xing.com)
- # [09:54] * Joins: kurtzhong (~kurtzhong@116.226.103.180)
- # [09:55] * Joins: robhawkes (~robhawkes@188-220-16-96.dsl.cnl.uk.net)
- # [09:55] * Joins: markvandencorput (~markvande@D57D3C22.static.ziggozakelijk.nl)
- # [09:58] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 248 seconds)
- # [09:59] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 258 seconds)
- # [10:08] * Joins: whitman (whitman@itsad-034.its.dur.ac.uk)
- # [10:10] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [10:13] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [10:15] * Joins: zamabe (~zamae@unaffiliated/zamabe)
- # [10:16] * Quits: markvandencorput (~markvande@D57D3C22.static.ziggozakelijk.nl) (Ping timeout: 245 seconds)
- # [10:20] * Joins: decthomas_ (~netlash@dD5E0145A.access.telenet.be)
- # [10:20] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 256 seconds)
- # [10:22] * Quits: decthomas (~netlash@d5152D79D.static.telenet.be) (Read error: Operation timed out)
- # [10:22] * decthomas_ is now known as decthomas
- # [10:24] * Joins: NetRoY (~NetRoY@nat/yahoo/x-niaavepxbpiachoh)
- # [10:25] * Quits: tylerstalder (~textual@c-76-21-12-194.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
- # [10:27] * Joins: Sjee (54c75a01@gateway/web/freenode/ip.84.199.90.1)
- # [10:27] * Joins: markvandencorput (~markvande@D57D3C22.static.ziggozakelijk.nl)
- # [10:28] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [10:28] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Excess Flood)
- # [10:29] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [10:31] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [10:33] * Joins: stijnj_ (~stijnj@d54C024EB.access.telenet.be)
- # [10:34] * Quits: stijnj (~stijnj@d54C024EB.access.telenet.be) (Read error: Connection reset by peer)
- # [10:34] * stijnj_ is now known as stijnj
- # [10:38] * Quits: decthomas (~netlash@dD5E0145A.access.telenet.be) (Remote host closed the connection)
- # [10:38] * Joins: decthomas (~netlash@d5152D79D.static.telenet.be)
- # [10:42] * Quits: sasori (~sasori@acl1-719bts.gw.smartbro.net) (Ping timeout: 256 seconds)
- # [10:47] * Joins: seutje (~steve@fragger.nascom.be)
- # [10:47] * Quits: seutje (~steve@fragger.nascom.be) (Changing host)
- # [10:47] * Joins: seutje (~steve@drupal.org/user/264148/view)
- # [10:49] * Quits: SevenMachines (~SevenMach@anon-54-187.ipredate.net) (Ping timeout: 248 seconds)
- # [10:50] * Joins: saschagehlich_ (~saschageh@p57931896.dip.t-dialin.net)
- # [10:52] * Quits: saschagehlich (~saschageh@p57931896.dip.t-dialin.net) (Ping timeout: 244 seconds)
- # [10:56] * Quits: jaminja (~jaminja@unaffiliated/jaminja) (Ping timeout: 258 seconds)
- # [11:01] * Quits: seutje (~steve@drupal.org/user/264148/view) (Read error: Operation timed out)
- # [11:03] * Joins: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk)
- # [11:04] * Joins: sasori (~sasori@acl1-719bts.gw.smartbro.net)
- # [11:12] <eighty4> harshada_: flowplayer is a flashbased player
- # [11:12] <eighty4> harshada_: flash doesn't work on ipod/ipad
- # [11:14] * Joins: drublic (~drublic@frbg-5f733a13.pool.mediaWays.net)
- # [11:16] * Joins: seutje (~steve@drupal.org/user/264148/view)
- # [11:21] * Joins: pasqoo (~abcd@dynamic-adsl-78-15-33-186.clienti.tiscali.it)
- # [11:30] * Quits: shipit (~shipit@67.221.38.11) (Ping timeout: 260 seconds)
- # [11:33] * Quits: pasqoo (~abcd@dynamic-adsl-78-15-33-186.clienti.tiscali.it) (Read error: No route to host)
- # [11:36] * Joins: pkkm_ (~pawel@ahy123.neoplus.adsl.tpnet.pl)
- # [11:36] * Joins: pasqoo (~abcd@78.15.33.186)
- # [11:37] * Quits: pkkm (~pawel@agz146.neoplus.adsl.tpnet.pl) (Disconnected by services)
- # [11:38] * pkkm_ is now known as pkkm
- # [11:41] * Joins: zatan (~zatan@5aceb9f2.bb.sky.com)
- # [11:43] * Joins: phrearch (~phrearch_@5ED42DE2.cm-7-5a.dynamic.ziggo.nl)
- # [11:44] <dirkpennings> harshada_: http://flowplayer.org/plugins/javascript/ipad.html ?
- # [11:46] <harshada_> dirkpennings: hey thanks, i saw dis link.. i want plugin that will make flowplayer compatible to all mobile, pad devices to play video.. any idea??
- # [11:48] * Joins: ravenzz (~raven@host180-105-dynamic.27-79-r.retail.telecomitalia.it)
- # [11:48] <ravenzz> hello
- # [11:49] <ravenzz> my html doesn't validate due to the plusone button and the facebook open graph data
- # [11:49] <ravenzz> is there a way to make it valid?
- # [11:52] <Dorward> ravenzz: For the plus one button — keep reading the documentation. It tells you how to do it in HTML instead of GoogleML
- # [11:52] <Dorward> ravenzz: For OpenGraph, AFAIK, No. It is unnecessarily proprietary junk.
- # [11:53] <ravenzz> :)
- # [11:53] <ravenzz> k thank you
- # [11:53] <Dorward> <rant> meta property — PROPERTY? Just what is wrong with the name attribute?!!??! </rant>
- # [11:53] <dirkpennings> harshada_: we use mp4 video hosted on cloudfront.. but that was optimzed for browser (streaming) and iDevices (progressive)
- # [11:54] <dirkpennings> so if mp4 is supported by ALL mobile and tablet devices, I don't know..
- # [11:57] * Joins: necolas (~necolas@5e0c0fc8.bb.sky.com)
- # [12:01] * Quits: benschwarz (u2121@gateway/web/irccloud.com/x-teclrtecvsnkkrni) (Quit: Connection closed for inactivity)
- # [12:10] * Joins: axos411 (~axos@xdsl-78-35-141-253.netcologne.de)
- # [12:11] * Quits: pasqoo (~abcd@78.15.33.186) (Quit: Sto andando via)
- # [12:15] * Quits: zamabe (~zamae@unaffiliated/zamabe) (Quit: Snakes)
- # [12:16] * Joins: Telling (~unknown@80-71-135-15.u.parknet.dk)
- # [12:17] * Quits: tigerpaw (~tigerpaw@unaffiliated/tigerpaw) (Remote host closed the connection)
- # [12:17] * Joins: tigerpaw (~tigerpaw@unaffiliated/tigerpaw)
- # [12:20] * Quits: Kichael (~Kichael@70-36-49-167.dyn.novuscom.net) (Read error: Connection reset by peer)
- # [12:22] * Quits: replore (~replore@203.152.213.161.static.zoot.jp) (Remote host closed the connection)
- # [12:23] * Joins: N0va` (~ricki@84.19.108.75)
- # [12:27] * Quits: stijnj (~stijnj@d54C024EB.access.telenet.be) (Ping timeout: 252 seconds)
- # [12:31] * Joins: stijnj (~stijnj@d54C024EB.access.telenet.be)
- # [12:42] * Quits: dwebb (~dwebb@fedora/dwebb) (Ping timeout: 248 seconds)
- # [12:45] * Joins: adrinux (~adrinux@93.89.134.219)
- # [12:46] * Joins: dpy (~Marcel@2001:1af8:fe9b:0:221:70ff:fea7:aa9d)
- # [12:59] * Quits: mike5w3c (~MikeSmith@EM1-112-150-17.pool.e-mobile.ne.jp) (Ping timeout: 248 seconds)
- # [13:04] * Quits: ravenzz (~raven@host180-105-dynamic.27-79-r.retail.telecomitalia.it) (Ping timeout: 258 seconds)
- # [13:04] * Joins: mike5w3c (~MikeSmith@EM114-48-212-245.pool.e-mobile.ne.jp)
- # [13:09] * Quits: Telling (~unknown@80-71-135-15.u.parknet.dk) (Quit: ...)
- # [13:12] * Quits: ighisas (~ighisas@122x212x216x66.ap122.ftth.ucom.ne.jp) (Remote host closed the connection)
- # [13:14] * Joins: adrinux1 (~adrinux@93.89.134.219)
- # [13:14] * Quits: adrinux (~adrinux@93.89.134.219) (Ping timeout: 256 seconds)
- # [13:14] <moo-_-> I have forgotten the name of DOM functional javascript testing framework
- # [13:14] <moo-_-> suggestions? :)
- # [13:15] * Parts: adrinux1 (~adrinux@93.89.134.219)
- # [13:18] * Joins: aamir-m (aamir-m@27.4.209.126)
- # [13:20] * Joins: dr0id (~andy@unaffiliated/dr0id)
- # [13:21] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne)
- # [13:23] * Quits: eighty4 (~eighty4@unaffiliated/eighty4) (Excess Flood)
- # [13:24] * Joins: eighty4 (~eighty4@unaffiliated/eighty4)
- # [13:26] * Joins: the_hulk (~sumedh@61.16.215.114)
- # [13:29] * Quits: N0va` (~ricki@84.19.108.75) (Ping timeout: 256 seconds)
- # [13:39] * Joins: obert- (~obert@host1-36-dynamic.11-87-r.retail.telecomitalia.it)
- # [13:40] * Quits: obert- (~obert@host1-36-dynamic.11-87-r.retail.telecomitalia.it) (Client Quit)
- # [13:41] * Joins: obert- (~obert@host1-36-dynamic.11-87-r.retail.telecomitalia.it)
- # [13:43] * Joins: flop (~dfmknej@95.70.35.170)
- # [13:45] * Joins: Ms2ger (~Ms2ger@91.181.25.107)
- # [13:47] * Joins: ravenzz (~raven@host180-105-dynamic.27-79-r.retail.telecomitalia.it)
- # [13:47] * Joins: N0va` (~ricki@84.19.108.75)
- # [13:48] * Quits: flop (~dfmknej@95.70.35.170)
- # [13:48] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [13:48] * Joins: Cagelin (~hiedema@office.hostnetbv.nl)
- # [13:54] * Joins: taar779 (~taar779@d24-57-144-141.home.cgocable.net)
- # [13:58] * Quits: Morladim (~textual@219.235.193.66) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [14:00] * Joins: jaminja (~jaminja@host31-52-25-64.range31-52.btcentralplus.com)
- # [14:00] * Quits: jaminja (~jaminja@host31-52-25-64.range31-52.btcentralplus.com) (Changing host)
- # [14:00] * Joins: jaminja (~jaminja@unaffiliated/jaminja)
- # [14:00] * Joins: replore (~replore@ntkngw304073.kngw.nt.ftth.ppp.infoweb.ne.jp)
- # [14:04] * Quits: ravenzz (~raven@host180-105-dynamic.27-79-r.retail.telecomitalia.it)
- # [14:07] * Quits: N0va` (~ricki@84.19.108.75) (Ping timeout: 240 seconds)
- # [14:10] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Quit: bot-t)
- # [14:10] * Quits: replore (~replore@ntkngw304073.kngw.nt.ftth.ppp.infoweb.ne.jp) (Remote host closed the connection)
- # [14:10] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: i love javascript and webgl. see http://pacmaze.com)
- # [14:11] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [14:12] * Joins: wyszo (~wyszo@85-222-67-72.home.aster.pl)
- # [14:17] * Joins: johnkpaul (~johnkpaul@pool-96-250-167-7.nycmny.fios.verizon.net)
- # [14:19] * Joins: N0va` (~ricki@84.19.108.75)
- # [14:25] * Joins: replore (~replore@ntkngw304073.kngw.nt.ftth.ppp.infoweb.ne.jp)
- # [14:30] * Joins: plh_ (~plh@30-6-47.wireless.csail.mit.edu)
- # [14:32] * Joins: notnek (~notnek@swallin-bur-2b.louisville.edu)
- # [14:34] * Quits: dr0id (~andy@unaffiliated/dr0id) (Quit: Leaving.)
- # [14:39] * Quits: the_hulk (~sumedh@61.16.215.114) (Quit: Ex-Chat)
- # [14:39] * Joins: kurtzhong_ (~kurtzhong@116.226.103.180)
- # [14:40] * Joins: erichynds (~ehynds@venkman.brightcove.com)
- # [14:41] * Quits: kurtzhong (~kurtzhong@116.226.103.180) (Ping timeout: 240 seconds)
- # [14:41] * kurtzhong_ is now known as kurtzhong
- # [14:47] * Quits: taar779 (~taar779@d24-57-144-141.home.cgocable.net) (Quit: Leaving)
- # [14:51] * Quits: sergacity (~sergacity@mn-71-55-149-211.dhcp.embarqhsd.net) (Ping timeout: 258 seconds)
- # [14:51] * Joins: max_dev (~max@189.27.14.200.dynamic.adsl.gvt.net.br)
- # [14:51] * Joins: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [14:51] * Joins: dwebb (~dwebb@fedora/dwebb)
- # [14:53] <aamir-m> can anyone suggest how do I get started with node? I would like to develop web application
- # [14:54] <aamir-m> Oh sorry, posted in wrong forum...
- # [14:55] <f0f> perhaps wrong software too :)
- # [14:57] * Quits: johnkpaul (~johnkpaul@pool-96-250-167-7.nycmny.fios.verizon.net) (Remote host closed the connection)
- # [14:57] * menomc is now known as mnemoc
- # [15:02] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne)
- # [15:03] * Quits: OzDave_mbp (~OzDave_mb@27-33-43-79.static.tpgi.com.au) (Quit: OzDave_mbp)
- # [15:04] * Quits: jaminja (~jaminja@unaffiliated/jaminja) (Ping timeout: 244 seconds)
- # [15:05] * Joins: miketaylr (~miketaylr@206.217.92.186)
- # [15:06] * Joins: rupl (~rupl@cpe-66-25-171-137.austin.res.rr.com)
- # [15:07] * Quits: rupl (~rupl@cpe-66-25-171-137.austin.res.rr.com) (Client Quit)
- # [15:08] * Joins: andrewhl (~andrew@24-246-15-43.cable.teksavvy.com)
- # [15:14] * Joins: Telling (~unknown@80-71-135-15.u.parknet.dk)
- # [15:16] * Joins: timmywil (~timmywil@sec1.epb.net)
- # [15:18] * Quits: N0va` (~ricki@84.19.108.75) (Quit: Leaving)
- # [15:22] * Quits: Telling (~unknown@80-71-135-15.u.parknet.dk) (Quit: ...)
- # [15:26] * Quits: gtklocker (~gtklocker@europa.kamibu.com) (Remote host closed the connection)
- # [15:35] * Joins: rupl (~rupl@cpe-66-25-171-137.austin.res.rr.com)
- # [15:37] * Quits: localhost (~chris@cpe-76-188-161-222.neo.res.rr.com) (Read error: Connection reset by peer)
- # [15:37] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
- # [15:39] * Joins: localhost (~chris@cpe-76-188-161-222.neo.res.rr.com)
- # [15:44] * Joins: zatan_ (~zatan@5aceb9f4.bb.sky.com)
- # [15:44] * Quits: zatan (~zatan@5aceb9f2.bb.sky.com) (Ping timeout: 256 seconds)
- # [15:45] * Quits: zatan_ (~zatan@5aceb9f4.bb.sky.com) (Client Quit)
- # [15:46] * Joins: zatan (~zatan@90.206.185.244)
- # [15:49] * Quits: decthomas (~netlash@d5152D79D.static.telenet.be) (Ping timeout: 258 seconds)
- # [15:53] * Joins: mokush (~quassel@79.116.73.155)
- # [15:53] * Joins: diogogmt (~kvirc@net1.senecac.on.ca)
- # [15:57] * Joins: razi (~razi@188-230-153-57.dynamic.t-2.net)
- # [15:59] * Quits: phrearch (~phrearch_@5ED42DE2.cm-7-5a.dynamic.ziggo.nl) (Remote host closed the connection)
- # [15:59] * Joins: Yuezi (~Yuezi@122.70.7.67)
- # [16:00] * Quits: timmywil (~timmywil@sec1.epb.net) (Quit: O.o)
- # [16:02] * Joins: jakefolio (~Adium@66.151.252.254)
- # [16:03] * Joins: msponge (~msponge@31-34-91.wireless.csail.mit.edu)
- # [16:03] * Joins: trumpetmic (~trumpetmi@c-107-2-155-157.hsd1.co.comcast.net)
- # [16:03] * Joins: axelator (~chatzilla@cn-sfo1-natout.cnet.com)
- # [16:04] * Quits: rupl (~rupl@cpe-66-25-171-137.austin.res.rr.com) (Quit: rupl)
- # [16:05] * Quits: beevi7 (~manuel.bi@tim.7val.com) (Read error: Connection reset by peer)
- # [16:10] * Quits: diogogmt (~kvirc@net1.senecac.on.ca) (Ping timeout: 258 seconds)
- # [16:10] * Quits: axos411 (~axos@xdsl-78-35-141-253.netcologne.de) (Quit: Leaving.)
- # [16:11] * Joins: diogogmt (~kvirc@net1.senecac.on.ca)
- # [16:14] * Joins: timmywil (~timmywil@66.18.39.1)
- # [16:14] * Quits: markvandencorput (~markvande@D57D3C22.static.ziggozakelijk.nl) (Ping timeout: 245 seconds)
- # [16:16] * Quits: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk) (Ping timeout: 252 seconds)
- # [16:17] * Joins: Jon47 (~jonz@pool-74-96-160-56.washdc.fios.verizon.net)
- # [16:17] * Joins: Jackneill (~Jackneill@unaffiliated/jackneill)
- # [16:17] * Joins: Telling (~unknown@80-71-135-15.u.parknet.dk)
- # [16:19] * Quits: kurtzhong (~kurtzhong@116.226.103.180) (Quit: kurtzhong)
- # [16:20] * Joins: rupl (~rupl@66.25.171.137)
- # [16:21] * Quits: maz-sans-cause (~maz@fau42-4-82-247-55-136.fbx.proxad.net) (Read error: Operation timed out)
- # [16:21] * Joins: krater (~jungleman@189.71.2.242)
- # [16:24] * Joins: drublic_ (~drublic@frbg-5f732c35.pool.mediaWays.net)
- # [16:25] * Quits: krater (~jungleman@189.71.2.242) (Client Quit)
- # [16:25] * Quits: rupl (~rupl@66.25.171.137) (Client Quit)
- # [16:26] * Joins: robreact (~chatzilla@smtp1bos1.globalmediaxchange.com)
- # [16:26] * Quits: drublic (~drublic@frbg-5f733a13.pool.mediaWays.net) (Ping timeout: 248 seconds)
- # [16:27] <JonathanNeal> Hello!
- # [16:27] * Quits: stijnj (~stijnj@d54C024EB.access.telenet.be) (Quit: stijnj)
- # [16:29] * Quits: wyszo (~wyszo@85-222-67-72.home.aster.pl) (Quit: wyszo)
- # [16:29] * Quits: Yuezi (~Yuezi@122.70.7.67) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [16:30] * Joins: SevenMachines (~SevenMach@93.182.130.28)
- # [16:35] * Joins: krater (~jungleman@189.71.2.242)
- # [16:36] * Quits: trumpetmic (~trumpetmi@c-107-2-155-157.hsd1.co.comcast.net) (Quit: Leaving.)
- # [16:37] * Quits: zatan (~zatan@90.206.185.244) (Ping timeout: 260 seconds)
- # [16:39] * Joins: myakura (~myakura@FL1-203-136-164-250.tky.mesh.ad.jp)
- # [16:39] * Quits: benv_ (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 276 seconds)
- # [16:39] * Joins: markvandencorput (~markvande@D57D3C22.static.ziggozakelijk.nl)
- # [16:40] * Quits: reellsid (~reellsid@83.dtag.fw.wfp2.de) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [16:43] * Quits: drublic_ (~drublic@frbg-5f732c35.pool.mediaWays.net) (Remote host closed the connection)
- # [16:46] * Joins: BigKing (~BigKing@p5DD6937C.dip0.t-ipconnect.de)
- # [16:49] * Joins: devilswings7 (~unknown@24-151-96-232.dhcp.nwtn.ct.charter.com)
- # [16:52] * Parts: devilswings7 (~unknown@24-151-96-232.dhcp.nwtn.ct.charter.com)
- # [16:55] * Quits: manuchill (~mstalfoor@83.232.96.217) (Quit: Ex-Chat)
- # [16:57] * Joins: sauirt9 (~sauirt9@kulnet-nat-2.kulnet.kuleuven.be)
- # [16:57] * Joins: Frippe (~Frippe@unaffiliated/frippe)
- # [17:06] * Joins: Emperorlou (~Emperorlo@bas3-ottawa23-1177565914.dsl.bell.ca)
- # [17:06] * Quits: sauirt9 (~sauirt9@kulnet-nat-2.kulnet.kuleuven.be)
- # [17:08] * Joins: bEEEviz (Manuel@88.128.92.149)
- # [17:08] * Quits: Emperorlou (~Emperorlo@bas3-ottawa23-1177565914.dsl.bell.ca) (Remote host closed the connection)
- # [17:17] * Joins: manuchill (~mstalfoor@83.232.96.217)
- # [17:20] * Quits: Frippe (~Frippe@unaffiliated/frippe) (Quit: Computer has gone to sleep)
- # [17:22] * Joins: trumpetmic (~trumpetmi@159.182.183.6)
- # [17:23] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [17:23] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Excess Flood)
- # [17:25] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [17:25] * Joins: taylorRichie (~Adium@c-174-52-182-176.hsd1.ut.comcast.net)
- # [17:26] * Joins: kurtzhong (~kurtzhong@116.228.60.114)
- # [17:26] * Joins: rupl (~rupl@dsl093-217-226.aus1.dsl.speakeasy.net)
- # [17:27] * Quits: kurtzhong (~kurtzhong@116.228.60.114) (Client Quit)
- # [17:31] * Quits: howlymowly (~quassel@tubsat.fb12.tu-berlin.de) (Ping timeout: 255 seconds)
- # [17:31] * Joins: jacine (~jacine@drupal.org/user/88931/view)
- # [17:32] * Quits: Cagelin (~hiedema@office.hostnetbv.nl) (Quit: Leaving)
- # [17:33] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [17:34] * Quits: koggdal (~koggdal@213.80.127.82) (Quit: koggdal)
- # [17:40] * Quits: markvandencorput (~markvande@D57D3C22.static.ziggozakelijk.nl) (Read error: Connection reset by peer)
- # [17:40] * Joins: chrislorenz (~chrislore@rrcs-24-43-22-34.west.biz.rr.com)
- # [17:44] * Quits: shepazu (~shepazu@76-253-1-30.lightspeed.sntcca.sbcglobal.net) (Quit: shepazu)
- # [17:44] * Joins: RaceCondition (~erik@82.131.60.79.cable.starman.ee)
- # [17:44] * Quits: spongecat (~kvirc@184.75.65.18) (Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/)
- # [17:47] * Quits: bEEEviz (Manuel@88.128.92.149) (Ping timeout: 240 seconds)
- # [17:48] * Quits: bibo360 (~bibo360@159.71.64.86.rev.sfr.net) (Remote host closed the connection)
- # [17:54] * Quits: SevenMachines (~SevenMach@93.182.130.28) (Ping timeout: 245 seconds)
- # [17:56] * Joins: ravenzz (~raven@host180-105-dynamic.27-79-r.retail.telecomitalia.it)
- # [17:56] <ravenzz> hello there
- # [17:56] * Quits: diogogmt (~kvirc@net1.senecac.on.ca) (Ping timeout: 260 seconds)
- # [17:57] <philihp> why hello
- # [17:57] <ravenzz> hi
- # [17:57] <ravenzz> I dunno
- # [17:57] <ravenzz> I have a small issue with html5boilerplate, IE can't access to PIE.htc
- # [17:57] <philihp> good sir, this is a place for gentlemen. the upper 1% of IRC, we like to call ourselves.
- # [17:57] <ravenzz> even tought i place it on the root folder
- # [17:58] <philihp> does IE try to download it and get a 404?
- # [17:58] <philihp> and is it IE 9?
- # [17:58] * Quits: harshada_ (~quassel@115.248.229.50) (Read error: Connection reset by peer)
- # [17:59] * Quits: xec (~xec@2a00:10b0:1:1002:5ab0:35ff:fef8:6a01) (Remote host closed the connection)
- # [17:59] <ravenzz> sorry philihp, I am a gentleman, but my english sucks so I could looks unkind
- # [18:00] <ravenzz> philihp Access denied, so I suppose that it is an htaccess related issue
- # [18:00] <philihp> well we all must start somewhere, good chap
- # [18:00] <ravenzz> no IE 9
- # [18:00] <philihp> yeah, i would start there. looks like a server-side issue somewhere.
- # [18:01] <philihp> Fiddler is a really good tool for use with IE, lets you snoop traffic on the wire.
- # [18:02] <ravenzz> why should I snoop traffic?
- # [18:02] * Joins: bEEEviz (Manuel@88.128.92.149)
- # [18:03] <ravenzz> Options -Indexes prevent users from browsing folders
- # [18:03] <ravenzz> does it apply to files too?
- # [18:05] <ravenzz> np. fixed
- # [18:05] <ravenzz> ty ravenzz
- # [18:05] <ravenzz> lol
- # [18:06] * Joins: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk)
- # [18:06] * Joins: koggdal (~koggdal@user171.77-105-221.netatonce.net)
- # [18:06] * Joins: jaminja (~jaminja@85.17.232.145)
- # [18:06] * Quits: jaminja (~jaminja@85.17.232.145) (Changing host)
- # [18:06] * Joins: jaminja (~jaminja@unaffiliated/jaminja)
- # [18:06] * Quits: bEEEviz (Manuel@88.128.92.149) (Read error: Connection reset by peer)
- # [18:11] * Joins: yizzim (~Adium@c-71-197-238-198.hsd1.wa.comcast.net)
- # [18:11] * Quits: whitman (whitman@itsad-034.its.dur.ac.uk)
- # [18:11] * Joins: diogogmt (~kvirc@142.204.70.21)
- # [18:23] * Quits: nonge (~nonge@p5B326734.dip.t-dialin.net) (Quit: Verlassend)
- # [18:23] * Quits: RaceCondition (~erik@82.131.60.79.cable.starman.ee) (Quit: RaceCondition)
- # [18:25] * Joins: johnkpaul (~johnkpaul@pool-96-250-167-7.nycmny.fios.verizon.net)
- # [18:25] * Quits: chrisdev (~chrisdev@pool-108-41-95-186.nycmny.fios.verizon.net) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [18:27] * Joins: phrearch (~phrearch_@94.212.45.226)
- # [18:28] * Quits: ernest_ (~ernest@c-67-180-209-234.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [18:29] * Quits: tantek (~tantek@c-76-105-159-199.hsd1.or.comcast.net) (Quit: tantek)
- # [18:31] * Quits: seutje (~steve@drupal.org/user/264148/view) (Quit: ZOOM ZOOM ZOOOOOOM!)
- # [18:31] * Joins: RaceCondition (~erik@82.131.60.79)
- # [18:32] * Quits: jaminja (~jaminja@unaffiliated/jaminja) (Ping timeout: 258 seconds)
- # [18:32] * Quits: RaceCondition (~erik@82.131.60.79) (Client Quit)
- # [18:36] * Quits: NetRoY (~NetRoY@nat/yahoo/x-niaavepxbpiachoh) (Quit: NetRoY)
- # [18:37] * Joins: jaminja (~jaminja@85.17.232.145)
- # [18:37] * Quits: jaminja (~jaminja@85.17.232.145) (Changing host)
- # [18:37] * Joins: jaminja (~jaminja@unaffiliated/jaminja)
- # [18:38] * Quits: Guest53835 (~s@210.212.49.5) (Remote host closed the connection)
- # [18:38] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [18:38] * Quits: f0f (~f0f@89.6.183.245)
- # [18:40] * Quits: dpy (~Marcel@2001:1af8:fe9b:0:221:70ff:fea7:aa9d) (Ping timeout: 240 seconds)
- # [18:40] * Quits: ravenzz (~raven@host180-105-dynamic.27-79-r.retail.telecomitalia.it) (Ping timeout: 260 seconds)
- # [18:42] * Quits: manuchill (~mstalfoor@83.232.96.217) (Quit: Leaving)
- # [18:42] * Joins: devilswings7 (~unknown@24-151-96-232.dhcp.nwtn.ct.charter.com)
- # [18:44] * Joins: suprraz (~Adium@ip174-65-147-164.sd.sd.cox.net)
- # [18:44] * Joins: ravenzz (~raven@host180-105-dynamic.27-79-r.retail.telecomitalia.it)
- # [18:53] * Joins: diamonds (~Shady@unaffiliated/t0nic)
- # [18:53] * Joins: ernest (~ernest@67.218.102.181)
- # [18:54] * Joins: patcito (~123@190.42.70.140)
- # [18:55] * Joins: shepazu (~shepazu@216.239.45.18)
- # [18:56] * Joins: mike5w3c_ (~MikeSmith@EM1-113-14-61.pool.e-mobile.ne.jp)
- # [18:58] * Quits: mokush (~quassel@79.116.73.155) (Read error: Connection reset by peer)
- # [18:59] * Quits: mike5w3c (~MikeSmith@EM114-48-212-245.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [18:59] * mike5w3c_ is now known as mike5w3c
- # [19:00] * Quits: msponge (~msponge@31-34-91.wireless.csail.mit.edu) (Quit: msponge)
- # [19:00] * Joins: ericbarnes (~ericbarne@rrcs-98-101-76-192.midsouth.biz.rr.com)
- # [19:01] * Joins: Taftse (~Taftse@unaffiliated/taftse)
- # Session Close: Fri Oct 14 19:02:23 2011
- #
- # Session Start: Fri Oct 14 19:02:23 2011
- # Session Ident: #html5
- # [19:02] * Disconnected
- # [19:03] * Attempting to rejoin channel #html5
- # [19:03] * Rejoined channel #html5
- # [19:03] * Topic is 'Ask any question about HTML5 & Friends || HTML5 Spec for Developers: http://developers.whatwg.org || Also: http://html5rocks.com http://diveintohtml5.org http://mzl.la/9giLwR || Channel logs: http://j.mp/cG7UDa'
- # [19:03] * Set by marienz!~marienz@freenode/staff/marienz on Wed Aug 10 22:18:05
- # [19:08] * Joins: msponge (~msponge@31-34-91.wireless.csail.mit.edu)
- # [19:10] * Quits: taylorRichie (~Adium@c-174-52-182-176.hsd1.ut.comcast.net) (Quit: Leaving.)
- # [19:14] * Joins: sic1 (~ckihneman@wsip-68-224-173-84.sd.sd.cox.net)
- # [19:20] * Joins: dgathright (~dgathrigh@c-24-2-9-255.hsd1.mo.comcast.net)
- # [19:20] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Quit: Reading http://davidwalsh.name)
- # [19:29] * Joins: Vennril (~vennril@p4FCB10E0.dip0.t-ipconnect.de)
- # [19:35] * Quits: ernest (~ernest@67.218.102.181) (Remote host closed the connection)
- # [19:35] * Quits: Jackneill (~Jackneill@unaffiliated/jackneill) (Ping timeout: 248 seconds)
- # [19:37] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Never look down on someone unless you're helping them up.)
- # [19:39] * Quits: devilswings7 (~unknown@24-151-96-232.dhcp.nwtn.ct.charter.com) (Ping timeout: 256 seconds)
- # [19:39] * Joins: ernest (ernest@nat/google/x-hdzneitkfgwnourn)
- # [19:40] * Quits: saschagehlich_ (~saschageh@p57931896.dip.t-dialin.net) (Remote host closed the connection)
- # [19:42] * Joins: Jon47 (~jonz@204.56.125.50)
- # [19:42] * Joins: tantek_ (~tantek@97-120-49-215.ptld.qwest.net)
- # [19:43] <phrearch> hey
- # [19:43] <phrearch> anyone ever tried to force a scrollbar on webkit with overflow-y and a custom scrollbar?
- # [19:44] <phrearch> i finally found a working solution :)
- # [19:44] <phrearch> http://paste.pocoo.org/show/492549/
- # [19:46] * Joins: Taftse2 (~Taftse@unaffiliated/taftse)
- # [19:47] * Parts: Jon47 (~jonz@204.56.125.50)
- # [19:49] * Quits: Taftse (~Taftse@unaffiliated/taftse) (Ping timeout: 258 seconds)
- # [19:49] * Joins: zatan (~zatan@5aceb9f4.bb.sky.com)
- # [19:51] * Taftse2 is now known as Taftse
- # [19:54] * Joins: tantek (~tantek@c-24-21-129-62.hsd1.or.comcast.net)
- # [19:54] * Quits: tantek_ (~tantek@97-120-49-215.ptld.qwest.net) (Ping timeout: 244 seconds)
- # [19:55] * Joins: Mahoek (~Mahoek@ip51ceb6d4.adsl-surfen.hetnet.nl)
- # [19:55] * Joins: benv (~benv@50-0-80-160.dsl.static.sonic.net)
- # [19:57] * Joins: louisremi (~louisremi@mon69-3-87-90-54-237.dsl.sta.abo.bbox.fr)
- # [19:57] * Joins: sergacity (~sergacity@156.98.104.254)
- # [19:58] * Joins: YamahaAlex37 (~YamahaAle@24-216-241-10.dhcp.mdfd.or.charter.com)
- # [20:02] <hober> paul_irish: https://bugs.webkit.org/show_bug.cgi?id=70117
- # [20:04] * Quits: diogogmt (~kvirc@142.204.70.21) (Ping timeout: 240 seconds)
- # [20:05] <moo-_-> hober: I falled into that trap recently
- # [20:07] * Joins: buribu (~buribu@unaffiliated/buribu)
- # [20:07] * Joins: buribux (~buribu@unaffiliated/buribux)
- # [20:08] <paul_irish> ♥ hober
- # [20:09] <hober> paul_irish: we were talking about this yesterday; the lack of a fast code path for detecting WebGL being turned off
- # [20:10] * Quits: phrearch (~phrearch_@94.212.45.226) (Quit: Leaving)
- # [20:12] * Quits: msponge (~msponge@31-34-91.wireless.csail.mit.edu) (Quit: msponge)
- # [20:16] <YamahaAlex37> can i get some feedback/suggestions to make my portfolio site interactive
- # [20:16] <YamahaAlex37> http://eternaware.com/ac/
- # [20:17] * Quits: robhawkes (~robhawkes@188-220-16-96.dsl.cnl.uk.net) (Read error: Connection reset by peer)
- # [20:19] * Quits: zatan (~zatan@5aceb9f4.bb.sky.com) (Remote host closed the connection)
- # [20:20] * Joins: mishunov (~spliter@164.247.189.109.customer.cdi.no)
- # [20:20] <philihp> ravenzz, glad that worked
- # [20:20] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
- # [20:20] * Quits: mishunov (~spliter@164.247.189.109.customer.cdi.no) (Client Quit)
- # [20:20] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Client Quit)
- # [20:22] * Quits: skyfaller (~skyfaller@wikipedia/Skyfaller) (Remote host closed the connection)
- # [20:22] * Joins: gniourf_gniourf (~Gniourf@2a01:e35:2433:3b90:222:41ff:fe23:8d8e)
- # [20:22] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne)
- # [20:22] * Joins: Jayflux (~jay_knows@82.37.208.198)
- # [20:23] * Joins: frankstallone (~frankstal@pool-74-105-112-45.nwrknj.fios.verizon.net)
- # [20:24] * Joins: danielfilho (~daniel@187.31.77.7)
- # [20:34] <paul_irish> hober: looks great. thank you
- # [20:34] <paul_irish> hober: pretty sure this would affect mobile safari too, fwiw
- # [20:35] * Joins: robhawkes (~robhawkes@188-220-16-96.dsl.cnl.uk.net)
- # [20:37] * Quits: Mahoek (~Mahoek@ip51ceb6d4.adsl-surfen.hetnet.nl) (Quit: Mahoek)
- # [20:37] * Quits: aamir-m (aamir-m@27.4.209.126)
- # [20:39] <danielfilho> what about the community js logo? https://github.com/voodootikigod/logo.js
- # [20:39] <danielfilho> :D
- # [20:39] <hober> paul_irish: indeed
- # [20:40] <hober> paul_irish: authors will still have to try to canvas.getContext("webgl"), but when this is fixed they will at least have a fast(er) path for the webgl-is-disabled case
- # [20:40] <paul_irish> hot hot
- # [20:42] * Quits: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Remote host closed the connection)
- # [20:43] <YamahaAlex37> can i pick the exact position of 4 corners of canvas?
- # [20:43] * Joins: drublic (~drublic@frbg-5f732c35.pool.mediaWays.net)
- # [20:46] * Quits: jaminja (~jaminja@unaffiliated/jaminja) (Ping timeout: 245 seconds)
- # [20:52] * Joins: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [20:52] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Disconnected by services)
- # [20:53] * Quits: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk) (Remote host closed the connection)
- # [20:53] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 248 seconds)
- # [20:53] * Joins: temp02 (~temp01@unaffiliated/temp01)
- # [20:59] * temp02 is now known as temp01
- # [20:59] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [21:00] * Joins: devilswings7 (~unknown@24-151-96-232.dhcp.nwtn.ct.charter.com)
- # [21:05] * Quits: dgathright (~dgathrigh@c-24-2-9-255.hsd1.mo.comcast.net) (Quit: dgathright)
- # [21:06] * Parts: yizzim (~Adium@c-71-197-238-198.hsd1.wa.comcast.net)
- # [21:06] * Quits: sic1 (~ckihneman@wsip-68-224-173-84.sd.sd.cox.net) (Quit: Computer has gone to sleep)
- # [21:07] * Joins: RaceCondition (~erik@82.131.60.79.cable.starman.ee)
- # [21:07] * Quits: RaceCondition (~erik@82.131.60.79.cable.starman.ee) (Client Quit)
- # [21:09] * Joins: msponge (~msponge@31-34-91.wireless.csail.mit.edu)
- # [21:09] * Quits: ShooterMG (~shootermg@c-24-22-32-142.hsd1.or.comcast.net) (Ping timeout: 252 seconds)
- # [21:11] * Joins: zatan (~zatan@5aceb9f4.bb.sky.com)
- # [21:12] * Quits: tantek (~tantek@c-24-21-129-62.hsd1.or.comcast.net) (Quit: tantek)
- # [21:13] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 258 seconds)
- # [21:14] * Joins: moshee (~moshee@c-50-135-229-127.hsd1.wa.comcast.net)
- # [21:14] * Quits: moshee (~moshee@c-50-135-229-127.hsd1.wa.comcast.net) (Changing host)
- # [21:14] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [21:14] * Quits: sergacity (~sergacity@156.98.104.254) (Ping timeout: 260 seconds)
- # [21:15] * Joins: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net)
- # [21:16] * Joins: ShooterMG (~shootermg@c-24-22-32-142.hsd1.or.comcast.net)
- # [21:22] * Joins: LongBeach (~mike@AFontenayssB-152-1-28-61.w83-114.abo.wanadoo.fr)
- # [21:26] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 252 seconds)
- # [21:27] * Quits: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 252 seconds)
- # [21:28] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [21:28] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [21:30] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
- # [21:32] * Joins: whitman (~whitman@87-194-159-116.bethere.co.uk)
- # [21:32] * Joins: jaminja (~jaminja@85.17.232.145)
- # [21:32] * Quits: jaminja (~jaminja@85.17.232.145) (Changing host)
- # [21:32] * Joins: jaminja (~jaminja@unaffiliated/jaminja)
- # [21:33] * Quits: ravenzz (~raven@host180-105-dynamic.27-79-r.retail.telecomitalia.it) (Ping timeout: 244 seconds)
- # [21:35] * Joins: taylorRichie (~Adium@c-174-52-182-176.hsd1.ut.comcast.net)
- # [21:36] * Joins: kadiks (~kadiks@APuteaux-652-1-152-34.w83-204.abo.wanadoo.fr)
- # [21:38] * Joins: taylorRichie1 (~Adium@c-174-52-182-176.hsd1.ut.comcast.net)
- # [21:38] * Quits: taylorRichie (~Adium@c-174-52-182-176.hsd1.ut.comcast.net) (Read error: Connection reset by peer)
- # [21:39] * Joins: simensen (~Adium@host-157-190-220-24.midco.net)
- # [21:42] * Quits: taylorRichie1 (~Adium@c-174-52-182-176.hsd1.ut.comcast.net) (Client Quit)
- # [21:43] <simensen> would there be any interest in making createproject.sh able to accept an absolute path?
- # [21:43] * Joins: jorum (~jorum@81-232-132-2-no120.tbcn.telia.com)
- # [21:44] * Joins: SevenMachines (~SevenMach@93.182.185.17)
- # [21:44] * Parts: louisremi (~louisremi@mon69-3-87-90-54-237.dsl.sta.abo.bbox.fr)
- # [21:48] * Joins: BigKing_2nd (~BigKing@p5DD68072.dip0.t-ipconnect.de)
- # [21:50] * Quits: myakura (~myakura@FL1-203-136-164-250.tky.mesh.ad.jp) (Remote host closed the connection)
- # [21:50] * jacine is now known as jacine|afk
- # [21:51] * Quits: BigKing (~BigKing@p5DD6937C.dip0.t-ipconnect.de) (Ping timeout: 248 seconds)
- # [21:54] * Quits: diamonds (~Shady@unaffiliated/t0nic) (Ping timeout: 260 seconds)
- # [21:57] * Joins: NetRoY (~NetRoY@nat/yahoo/x-rtcvxpoflrpmpqus)
- # [21:58] * Quits: krater (~jungleman@189.71.2.242) (Quit: It's a dud! It's a dud! It's a du...)
- # [22:02] <paul_irish> simensen: sure
- # [22:03] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Leaving)
- # [22:06] * Joins: sic1 (~ckihneman@wsip-68-224-173-84.sd.sd.cox.net)
- # [22:07] * Quits: miketaylr (~miketaylr@206.217.92.186) (Ping timeout: 240 seconds)
- # [22:11] * Joins: wyszo (~wyszo@85-222-67-72.home.aster.pl)
- # [22:11] * Joins: tylerstalder (~textual@dsl092-000-101.sfo1.dsl.speakeasy.net)
- # [22:12] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Quit: Reading http://davidwalsh.name)
- # [22:14] * Joins: zatan_ (~zatan@5adad09e.bb.sky.com)
- # [22:16] * Quits: zatan (~zatan@5aceb9f4.bb.sky.com) (Ping timeout: 248 seconds)
- # [22:16] * Quits: devilswings7 (~unknown@24-151-96-232.dhcp.nwtn.ct.charter.com) (Ping timeout: 245 seconds)
- # [22:19] * Joins: tantek (~tantek@c-76-105-159-199.hsd1.or.comcast.net)
- # [22:19] * Quits: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net) (Read error: Connection reset by peer)
- # [22:20] * Joins: shichuan (~Shi_Chuan@students.newc.liberty.ask4.co.uk)
- # [22:23] * Quits: jorum (~jorum@81-232-132-2-no120.tbcn.telia.com) (Quit: Leaving...)
- # [22:23] * Joins: BodeyM (~bmarcocci@riverbank.fpdomain.com)
- # [22:26] * Joins: taylorRichie (~Adium@c-174-52-182-176.hsd1.ut.comcast.net)
- # [22:27] * Quits: msponge (~msponge@31-34-91.wireless.csail.mit.edu) (Quit: msponge)
- # [22:29] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [22:30] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Max SendQ exceeded)
- # [22:31] * Quits: pkkm (~pawel@ahy123.neoplus.adsl.tpnet.pl) (Quit: Leaving)
- # [22:31] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [22:31] * Joins: manuchill (~mstalfoor@81.69.16.186)
- # [22:33] * Quits: tylerstalder (~textual@dsl092-000-101.sfo1.dsl.speakeasy.net) (Quit: Computer has gone to sleep.)
- # [22:33] * Quits: drublic (~drublic@frbg-5f732c35.pool.mediaWays.net) (Remote host closed the connection)
- # [22:34] * Quits: suprraz (~Adium@ip174-65-147-164.sd.sd.cox.net) (Quit: Leaving.)
- # [22:36] * Quits: erichynds (~ehynds@venkman.brightcove.com)
- # [22:37] * Quits: notnek (~notnek@swallin-bur-2b.louisville.edu) (Quit: notnek)
- # [22:37] * Quits: taylorRichie (~Adium@c-174-52-182-176.hsd1.ut.comcast.net) (Quit: Leaving.)
- # [22:42] * Joins: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net)
- # [22:45] * Quits: ExpFist (karttoon@24.52.194.55) (Read error: Connection reset by peer)
- # [22:46] * Quits: zatan_ (~zatan@5adad09e.bb.sky.com) (Remote host closed the connection)
- # [22:47] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [22:47] * Joins: Dyvor (~Dyvor@krlh-5f713120.pool.mediaWays.net)
- # [22:48] * Joins: taylorRichie (~Adium@c-174-52-182-176.hsd1.ut.comcast.net)
- # [22:49] * Joins: zatan (~zatan@5adad09e.bb.sky.com)
- # [22:51] * Joins: taylorRichie1 (~Adium@c-174-52-182-176.hsd1.ut.comcast.net)
- # [22:51] * Quits: taylorRichie (~Adium@c-174-52-182-176.hsd1.ut.comcast.net) (Read error: Connection reset by peer)
- # [22:56] * Joins: jjg (~clhammond@c-98-251-48-237.hsd1.ga.comcast.net)
- # [22:56] * Joins: dgathright (~dgathrigh@c-24-2-9-255.hsd1.mo.comcast.net)
- # [22:56] <jjg> i've tested and can't seem to make it happen, but can <audio> stream audio for internet radio?
- # [23:02] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Ping timeout: 276 seconds)
- # [23:03] <Velmont> jjg: Supposed to work, yes.
- # [23:03] * Quits: frankstallone (~frankstal@pool-74-105-112-45.nwrknj.fios.verizon.net) (Remote host closed the connection)
- # [23:04] <jjg> Velmont: thanks. basically wanna just bolt on a "radio" to a dumb little webapp i'm building. more I read, the less likely it seems possible.
- # [23:05] <jjg> browser specific it appears
- # [23:05] <Velmont> jjg: I'm working with HTML5 video streaming...
- # [23:05] <Velmont> jjg: That's video PLUS audio. And that works. So it'd be strange if just audio didn't work.
- # [23:05] <jjg> Velmont: ok, which browser?
- # [23:06] <Velmont> jjg: I tell people to use 1) Opera, Firefox or Chrome, or 2) Internet Explorer.
- # [23:06] * Joins: diogogmt (~kvirc@142.204.70.21)
- # [23:06] * Joins: jorum (~jorum@81-232-132-2-no120.tbcn.telia.com)
- # [23:06] * Quits: diogogmt (~kvirc@142.204.70.21) (Client Quit)
- # [23:06] <jjg> Velmont: are you controlling your streams or using 3rd party streams?
- # [23:06] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [23:06] <Velmont> Chrome has some issues, - Opera had some issues but they are fixed.
- # [23:07] <Velmont> jjg: I'm controlling the streams. Icecast, Ogg Theora + Ogg Vorbis.
- # [23:07] * Quits: dSebastien (~dSebastie@16.121-244-81.adsl-dyn.isp.belgacom.be) (Ping timeout: 240 seconds)
- # [23:07] <jjg> Velmont: I was hoping to figure out a way to search for streams to populate a drop down as I don't wanna have to manage the playlist .. just point to existing "stations"
- # [23:07] <Velmont> It's live conference webcast with slides.
- # [23:07] <tw2113> wait what? $browser has issues?
- # [23:07] <jjg> neato .. sounds like I could figure this out
- # [23:08] * Quits: danielfilho (~daniel@187.31.77.7) (Ping timeout: 240 seconds)
- # [23:08] * Joins: tylerstalder (~textual@97.65.119.2)
- # [23:09] <Velmont> jjg: For IE I just used cortado. --- For audio there's even a vorbis decoder in flash, so you don't have to use Java. -- However, cortado (java theora+vorbis decoder) works amazingly well for IE. -- I don't like java applets, but seems like people using IE is so used to bloated stuff that they don't really are annoyed by it.
- # [23:09] <YamahaAlex37> is it possible to specify the 4 corners of a canvas?
- # [23:09] <YamahaAlex37> for a skewed perspective
- # [23:09] <jjg> Velmont: that's super helpful.
- # [23:10] <Velmont> YamahaAlex37: Eas.... Skewed? Can you skew a canvas?
- # [23:10] * Quits: jorum (~jorum@81-232-132-2-no120.tbcn.telia.com) (Ping timeout: 245 seconds)
- # [23:10] <YamahaAlex37> u know what i mean
- # [23:10] <YamahaAlex37> like a distance perspective
- # [23:11] <Velmont> YamahaAlex37: Yes. -- But you can't do that with a canvas, -- you can do it with something inside. --- Do you want to find the corners of a canvas, or the corners of what you're painting inside?
- # [23:11] <jjg> Velmont: do you find yourself spending most of your focus on supporting IE users?
- # [23:11] <YamahaAlex37> Velmont, the corners of what im painting in
- # [23:11] <YamahaAlex37> il show you: http://eternaware.com/ac/
- # [23:12] <YamahaAlex37> i need the canvas to fit that monitor on the right
- # [23:12] <Velmont> jjg: Actually not, -- I haven't thinked about them at all; cortado actually works very well in IE. It crashes Safari, but Java+IE seems to be best friends.
- # [23:13] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 245 seconds)
- # [23:13] * Joins: moshee (~moshee@c-50-135-229-127.hsd1.wa.comcast.net)
- # [23:13] * Quits: moshee (~moshee@c-50-135-229-127.hsd1.wa.comcast.net) (Changing host)
- # [23:13] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [23:13] * Quits: timmywil (~timmywil@66.18.39.1) (Ping timeout: 260 seconds)
- # [23:13] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [23:16] <Velmont> jjg: I do need some features from HTML5 though, to be able to sync full-JPEG slides and the video. Right now I'm pre-mixing the video and slides into a video, but I want to push the images on-demand to the users. However, that's impossible in all browser engines.
- # [23:17] * Joins: danielfilho (~daniel@187.31.77.7)
- # [23:17] <Velmont> Noone implements the startOffsetTime-attribute that Hixie wrote into the spec after I had detailed my use case on WHATWG list.
- # [23:17] * Joins: kborchers (~kborchers@st-216-125-152-242.wcc.cc.il.us)
- # [23:18] <Velmont> YamahaAlex37: I'm sorry, I'm not a graphics programmer. However, your question is not specific to HTML5, AFAIK, you can ask in some graphics programming channels as well. Or read up on some algorithms.
- # [23:19] <YamahaAlex37> oh i thought i was going to try canvas
- # [23:19] <Velmont> YamahaAlex37: It's mostly math. Something I was never any good at :-) -- But I'll be leaving now. Good luck.
- # [23:19] <YamahaAlex37> guess not?
- # [23:19] <YamahaAlex37> ok thanks
- # [23:19] <Velmont> YamahaAlex37: You can paint to canvas just as you can paint to anything else. But canvas is similar to many other painting API's.
- # [23:20] <YamahaAlex37> k
- # [23:22] * Joins: shipit (~shipit@67.221.38.11)
- # [23:22] * Quits: robreact (~chatzilla@smtp1bos1.globalmediaxchange.com) (Quit: ChatZilla 0.9.87 [Firefox 7.0.1/20110928134238])
- # [23:23] * Joins: yizzim (~Adium@c-71-197-238-198.hsd1.wa.comcast.net)
- # [23:23] <jetienne> anybody knows of a benchmark for <canvas> 2d api ? anything more standard/authoritative than jsgamebench ?
- # [23:23] <Ms2ger> A useful one? No.
- # [23:24] <Ms2ger> If your usage of canvas is slow, file a bug on the browser and they'll figure it out
- # [23:24] <YamahaAlex37> http://themaninblue.com/experiment/AnimationBenchmark/html/
- # [23:24] <YamahaAlex37> http://themaninblue.com/experiment/AnimationBenchmark/canvas/
- # [23:24] <YamahaAlex37> http://themaninblue.com/experiment/AnimationBenchmark/flash/
- # [23:24] <Ms2ger> Any benchmarks you see might give you fun numbers, but won't tell you anything useful
- # [23:25] <jetienne> YamahaAlex37: good ones, not too official tho
- # [23:25] * Quits: Ms2ger (~Ms2ger@91.181.25.107) (Quit: nn)
- # [23:25] <jetienne> Ms2ger: i dunno facebook work seems serious from what i can see
- # [23:25] <YamahaAlex37> i guess... but they are the same benchmark in flash vs dom vs canvas
- # [23:26] <jetienne> YamahaAlex37: im more interested in this canvas implementation vs this other implementation
- # [23:27] <jetienne> i thinks i will do something simple, with draw image of various size
- # [23:27] <jetienne> it is about gaming too, drawimage clearrect mostly
- # [23:29] <jetienne> thank for your help
- # [23:31] * Quits: Dyvor (~Dyvor@krlh-5f713120.pool.mediaWays.net) (Quit: Follow me ... @Dyvor)
- # [23:33] * jacine|afk is now known as jacine
- # [23:36] * Quits: ericbarnes (~ericbarne@rrcs-98-101-76-192.midsouth.biz.rr.com) (Quit: Leaving...)
- # [23:36] * Quits: taylorRichie1 (~Adium@c-174-52-182-176.hsd1.ut.comcast.net) (Quit: Leaving.)
- # [23:37] * Joins: holodoc (~holodoc@dynamic-213-198-195-92.adsl.eunet.rs)
- # [23:40] <simensen> what rules does the h5bp build process use to locate the scripts it concats and minifies?
- # [23:41] <simensen> actually, nm. i have some work to do before i can start worrying about that, i think.
- # [23:43] * Parts: kborchers (~kborchers@st-216-125-152-242.wcc.cc.il.us)
- # [23:45] * Joins: suprraz (~Adium@ip174-65-147-164.sd.sd.cox.net)
- # [23:45] * Parts: simensen (~Adium@host-157-190-220-24.midco.net)
- # [23:48] * Quits: jakefolio (~Adium@66.151.252.254) (Quit: Leaving.)
- # [23:52] <paul_irish> jetienne: jsagmebench seemed to best to my team a few months ago, but it did need some work. one of our guys was working on some contributions though to address that
- # [23:53] <jetienne> paul_irish: cool i wanted to work on this field
- # [23:54] <jetienne> i will see this weekend
- # [23:54] * Quits: tantek (~tantek@c-76-105-159-199.hsd1.or.comcast.net) (Quit: tantek)
- # [23:54] <tw2113> afternoon gentlemen
- # [23:55] <manuchill> tw2113, lol, it's almost midnight at my end ;)
- # [23:56] <tw2113> migrate west, you'll time travel
- # [23:57] * Joins: Hippie (~Hippie@41-132-45-59.dsl.mweb.co.za)
- # [23:57] * Joins: Hippie_ (~Hippie@41-132-45-59.dsl.mweb.co.za)
- # [23:59] * Quits: SevenMachines (~SevenMach@93.182.185.17) (Ping timeout: 276 seconds)
- # Session Close: Sat Oct 15 00:00:00 2011
The end :)