Options:
- # Session Start: Wed Sep 14 00:00:00 2011
- # Session Ident: #html5
- # [00:00] * Quits: axos411 (~axos@xdsl-78-35-143-180.netcologne.de) (Quit: Leaving.)
- # [00:06] * Quits: sergacity (~sergacity@156.98.104.254) (Ping timeout: 252 seconds)
- # [00:06] * Joins: pertl (~pertl@188-193-160-208-dynip.superkabel.de)
- # [00:07] <pertl> does somebody know how to enable geo location access for files using file:// in chrome?
- # [00:14] * Quits: johnkpaul (~johnkpaul@pool-96-250-167-7.nycmny.fios.verizon.net) (Remote host closed the connection)
- # [00:14] * Quits: BrianBlakely (~Adium@out.dentsuamerica.com) (Quit: Leaving.)
- # [00:16] * Joins: nimbupani (~divyam@solution5.hsia.citycenter.com)
- # [00:16] * nimbupani is now known as divya
- # [00:17] * Quits: danielfilho (~danielfil@64.20.183.151) (Quit: danielfilho)
- # [00:18] * Joins: biodegabriel (~biodegabr@p54BD040B.dip0.t-ipconnect.de)
- # [00:18] * Quits: dmachi (~dmachi@pool-72-66-210-49.ronkva.east.verizon.net) (Read error: Connection reset by peer)
- # [00:18] * Joins: dmachi (~dmachi@pool-72-66-210-49.ronkva.east.verizon.net)
- # [00:21] * Quits: biodegabriel (~biodegabr@p54BD040B.dip0.t-ipconnect.de) (Client Quit)
- # [00:21] * Joins: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net)
- # [00:30] * Quits: simplicity- (~simplicit@unaffiliated/simplicity-) (Quit: ...)
- # [00:31] * Joins: biodegabriel (~biodegabr@p54BD040B.dip0.t-ipconnect.de)
- # [00:32] * Quits: biodegabriel (~biodegabr@p54BD040B.dip0.t-ipconnect.de) (Client Quit)
- # [00:35] * Joins: maxmande1s (~maxmander@188-220-35-232.zone11.bethere.co.uk)
- # [00:36] * Quits: maxmanders (~maxmander@188-220-35-232.zone11.bethere.co.uk) (Ping timeout: 276 seconds)
- # [00:37] * GoOz is now known as GoOz`aw
- # [00:38] * Quits: divya (~divyam@solution5.hsia.citycenter.com) (Ping timeout: 260 seconds)
- # [00:39] * Joins: devongovett (~devongove@pcp038390pcs.morro.reshall.calpoly.edu)
- # [00:39] * Parts: danbeam (~bitlbee@unaffiliated/danbeam) ("lates")
- # [00:43] * Joins: wookiehangover (~wookiehan@173-8-247-218-Colorado.hfc.comcastbusiness.net)
- # [00:45] * Joins: nimbupani (~divyam@solution5.hsia.citycenter.com)
- # [00:45] * nimbupani is now known as divya
- # [00:47] * Quits: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk) (Quit: Leaving.)
- # [00:48] <chrisdev_> sean` what does the play call look like for one of those sounds in your clip? I cant figure it out
- # [00:48] <sean`> http://client.seankoole.com/klm/game/assets/js/audio.js to init
- # [00:49] <sean`> window.sounds.ping.play();
- # [00:49] <chrisdev_> ah ok
- # [00:49] <chrisdev_> I was trying window.sounds[ping].play();
- # [00:49] * Quits: irae_ (~irae_@64.20.183.190) (Ping timeout: 258 seconds)
- # [00:49] <chrisdev_> thx
- # [00:50] <sean`> need moar quotes
- # [00:50] <sean`> window.sounds['ping'].play ()
- # [00:51] * Quits: BigKing (~BigKing@p5DD68214.dip0.t-ipconnect.de) (Remote host closed the connection)
- # [00:52] * Joins: irae_ (~irae_@64.20.183.190)
- # [00:52] * Quits: maxmande1s (~maxmander@188-220-35-232.zone11.bethere.co.uk) (Quit: leaving)
- # [00:52] * Quits: ssickle (~ryanv@66.162.134.130) (Quit: Leaving.)
- # [00:55] * Joins: robreact (~chatzilla@c-66-30-72-144.hsd1.ma.comcast.net)
- # [00:58] * Joins: Taar779 (~Taar779@d24-57-144-141.home.cgocable.net)
- # [00:59] * Quits: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl) (Quit: Ik ga weg)
- # [00:59] <chrisdev_> argh keep getting Cannot call method 'play' of undefined
- # [01:01] <chrisdev_> lol i know why
- # [01:04] * Quits: Thasmo (~thasmo@d86-32-70-37.cust.tele2.at)
- # [01:05] * Parts: irae_ (~irae_@64.20.183.190)
- # [01:06] * Joins: SevenMachines_ (~SevenMach@94-193-93-142.zone7.bethere.co.uk)
- # [01:06] * Quits: topshelfsquad (~Kevin@64.130.235.38) (Remote host closed the connection)
- # [01:09] * Quits: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk) (Ping timeout: 276 seconds)
- # [01:09] <tw2113> damn it, now i'm curious why you were chrisdev_
- # [01:10] <chrisdev_> embarassing, but I dont know how to scope window.sounds
- # [01:10] <chrisdev_> sounds are being set correctly, but window.sounds is undefined in the body of my app
- # [01:10] <tw2113> ah
- # [01:10] <tw2113> just curious
- # [01:13] <chrisdev_> afaik window is a global var, gr
- # [01:13] * Joins: ighisas (~ighisas@122x212x216x66.ap122.ftth.ucom.ne.jp)
- # [01:14] <chrisdev_> oic forget it its procedural, var is set after I reference it
- # [01:15] * Joins: masondesu (~masondesu@adsl-98-71-177-209.gsp.bellsouth.net)
- # [01:16] * GoOz`aw is now known as GoOz
- # [01:17] * Joins: JoshManders (~josh@unaffiliated/killswitch)
- # [01:20] * Quits: slifty (~slifty@18.111.81.64) (Ping timeout: 240 seconds)
- # [01:21] * Joins: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net)
- # [01:21] * Joins: danielfilho (~danielfil@64.20.183.184)
- # [01:27] * Quits: Jon47 (~jonz@pool-74-96-160-56.washdc.fios.verizon.net) (Quit: Leaving.)
- # [01:29] * Quits: robreact (~chatzilla@c-66-30-72-144.hsd1.ma.comcast.net) (Ping timeout: 276 seconds)
- # [01:29] * Quits: Frippe (~Frippe@unaffiliated/frippe) (Quit: Computer has gone to sleep)
- # [01:29] * Joins: Frippe (~Frippe@unaffiliated/frippe)
- # [01:30] * Joins: topeak (~topeak@118.186.129.184)
- # [01:34] * Quits: Frippe (~Frippe@unaffiliated/frippe) (Ping timeout: 240 seconds)
- # [01:34] * Quits: pertl (~pertl@188-193-160-208-dynip.superkabel.de) (Quit: sys64738)
- # [01:34] * Quits: masondesu (~masondesu@adsl-98-71-177-209.gsp.bellsouth.net) (Remote host closed the connection)
- # [01:38] * Joins: tylerstalder (~textual@97.65.119.2)
- # [01:39] * Joins: fearlesstost (~fearlesst@66.220.144.74)
- # [01:40] * Joins: slifty (~slifty@18.111.111.150)
- # [01:42] * Quits: tylerstalder (~textual@97.65.119.2) (Ping timeout: 252 seconds)
- # [01:42] * Joins: BFranks (~jfranks@S010600226b3e3f57.gv.shawcable.net)
- # [01:44] <BFranks> I have a blog I'm working on where someone decided that it was worth using flash to animate some glowing points that wander around the logo: http://yandara.com/blog/wp-content/themes/yandara_homepage_idea3/images/flash.swf .. I tried Swiffy on it and no luck.. There must be a 5 minute trick to add such a simple effect with HTML5?
- # [01:44] * Quits: divya (~divyam@solution5.hsia.citycenter.com) (Quit: Leaving.)
- # [01:44] * Quits: nickolai89 (~nickolai@184.17.121.254) (Ping timeout: 276 seconds)
- # [01:45] * Joins: robreact (~chatzilla@c-66-30-72-144.hsd1.ma.comcast.net)
- # [01:46] * Quits: chrisdev_ (~chrisdev@ts7.ny3.techspace.com) (Quit: Computer has gone to sleep.)
- # [01:47] * Quits: tigerpaw (~tigerpaw@unaffiliated/tigerpaw) (Quit: purrr)
- # [01:49] * Joins: OzDave_mbp (~OzDave_mb@27-33-43-79.static.tpgi.com.au)
- # [01:49] * Quits: ericduran (~eric@cpe-69-203-69-3.nyc.res.rr.com) (Quit: ericduran)
- # [01:54] <andrewjbaker> Anyone in and around Leeds, UK tomorrow evening can listen to me chat HTML5 games dev at the LeedsJS monthly meetup. http://leedsjs.org/
- # [01:56] * GoOz is now known as GoOz`aw
- # [01:57] * Joins: kevindanko (~kevindank@c-68-82-242-250.hsd1.de.comcast.net)
- # [02:05] * Quits: zatan_ (~zatan@5aceb9e8.bb.sky.com) (Ping timeout: 260 seconds)
- # [02:05] * Quits: WILDsharustar (~sharustar@unaffiliated/sharustar) (Ping timeout: 240 seconds)
- # [02:06] * Quits: Jayflux (~jay_knows@cpc1-dudl6-0-0-cust197.wolv.cable.virginmedia.com) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
- # [02:12] * Quits: slifty (~slifty@18.111.111.150) (Quit: My computer is lazy and fell asleep)
- # [02:13] * Joins: replore (~replore@203.152.213.161.static.zoot.jp)
- # [02:15] * Quits: fostah (~kvirc@75-148-34-162-Colorado.hfc.comcastbusiness.net) (Ping timeout: 260 seconds)
- # [02:16] * Joins: yogiWiM (~yogiWiM@S01060026f39572cf.vn.shawcable.net)
- # [02:17] * Joins: nimbupani (~divyam@wsip-24-120-36-131.lv.lv.cox.net)
- # [02:17] * nimbupani is now known as divya
- # [02:20] * Quits: wookiehangover (~wookiehan@173-8-247-218-Colorado.hfc.comcastbusiness.net) (Ping timeout: 260 seconds)
- # [02:23] * Quits: SevenMachines_ (~SevenMach@94-193-93-142.zone7.bethere.co.uk) (Remote host closed the connection)
- # [02:27] * Joins: nickolai89 (~nickolai@184.17.121.254)
- # [02:29] * Quits: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net)
- # [02:32] * Joins: robhawkes (~robhawkes@216.1.177.100)
- # [02:33] * Quits: devongovett (~devongove@pcp038390pcs.morro.reshall.calpoly.edu) (Quit: devongovett)
- # [02:41] * Quits: amerine (~mturner@67.204.184.82) (Quit: Sleep)
- # [02:43] * Joins: robreact_ (~chatzilla@c-66-30-72-144.hsd1.ma.comcast.net)
- # [02:44] * Quits: robreact (~chatzilla@c-66-30-72-144.hsd1.ma.comcast.net) (Ping timeout: 260 seconds)
- # [02:44] * robreact_ is now known as robreact
- # [02:48] * Quits: andrewjbaker (~ajb@host-2-100-253-45.as13285.net) (Quit: Parting is such sweet sorrow)
- # [02:49] * Quits: axelator (~chatzilla@cn-sfo1-natout.cnet.com) (Ping timeout: 276 seconds)
- # [02:49] * Joins: slifty (~slifty@18.111.81.64)
- # [02:55] * Quits: slifty (~slifty@18.111.81.64) (Ping timeout: 276 seconds)
- # [02:56] * divya is now known as nimbu
- # [02:56] * nimbu is now known as divya
- # [02:59] * Quits: moshee (~moshee@unaffiliated/moshee) (Remote host closed the connection)
- # [02:59] * Joins: moshee (~moshee@c-24-16-155-210.hsd1.wa.comcast.net)
- # [02:59] * Quits: moshee (~moshee@c-24-16-155-210.hsd1.wa.comcast.net) (Changing host)
- # [02:59] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [03:01] * Joins: miketaylr (~miketaylr@24.42.93.245)
- # [03:03] * Joins: sergacity (~sergacity@mn-71-55-149-211.dhcp.embarqhsd.net)
- # [03:07] * Quits: mike5w3c (~MikeSmith@EM114-48-49-223.pool.e-mobile.ne.jp) (Ping timeout: 260 seconds)
- # [03:12] * Joins: mike5w3c (~MikeSmith@EM1-112-188-8.pool.e-mobile.ne.jp)
- # [03:17] * Joins: jeffszusz (~jeffszusz@d24-57-194-149.home.cgocable.net)
- # [03:19] <niftylettuce> anyone know if they are going to record the talks in Sao Paulo on the 16th?
- # [03:19] <niftylettuce> and anyone here work with mediaelementjs and IE before?
- # [03:21] * Joins: robreact_ (~chatzilla@c-66-30-72-144.hsd1.ma.comcast.net)
- # [03:22] * Quits: robhawkes (~robhawkes@216.1.177.100) (Quit: Leaving...)
- # [03:25] * Quits: fearlesstost (~fearlesst@66.220.144.74) (Quit: fearlesstost)
- # [03:26] * Joins: JoshManders_ (~josh@unaffiliated/killswitch)
- # [03:26] * Quits: JoshManders (~josh@unaffiliated/killswitch) (Quit: ChatZilla 0.9.87-rdmsoft [XULRunner 1.9.0.17/2009122203])
- # [03:26] * JoshManders_ is now known as JoshManders
- # [03:27] * Quits: JSManiacs (~Adium@50-0-92-40.dsl.dynamic.sonic.net) (Quit: Leaving.)
- # [03:31] * Quits: robreact_ (~chatzilla@c-66-30-72-144.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87 [Firefox 6.0.2/20110902133214])
- # [03:33] * Quits: tw2113 (~tw2113@fedora/tw2113) (Ping timeout: 240 seconds)
- # [03:40] * Quits: dcadenas (~dcadenas@r186-48-209-36.dialup.adsl.anteldata.net.uy) (Ping timeout: 260 seconds)
- # [03:43] * Joins: jacine (~jacine@drupal.org/user/88931/view)
- # [03:44] * Quits: robreact (~chatzilla@c-66-30-72-144.hsd1.ma.comcast.net) (Ping timeout: 260 seconds)
- # [03:45] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [03:52] * Joins: rarko (~matt@host-92-11-120-231.as43234.net)
- # [03:52] * Joins: dankest (~dankest@ip68-6-85-112.sb.sd.cox.net)
- # [03:53] * Joins: FylGood (~fylgood@pool-108-28-240-83.washdc.fios.verizon.net)
- # [03:53] * Quits: topeak (~topeak@118.186.129.184) (Quit: Leaving)
- # [03:58] * Quits: tw2113 (~tw2113@fedora/tw2113) (Ping timeout: 240 seconds)
- # [04:00] * Joins: robreact (~chatzilla@c-66-30-72-144.hsd1.ma.comcast.net)
- # [04:08] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [04:09] * Joins: tylerstalder (~textual@97.65.119.2)
- # [04:16] * Joins: johnkpaul (~johnkpaul@pool-96-250-167-7.nycmny.fios.verizon.net)
- # [04:17] * Quits: JonathanNeal (~rztjonath@71.21.11.42) (Quit: Leaving.)
- # [04:17] * Parts: axion (~axion@cpe-67-242-80-89.nycap.res.rr.com) ("WeeChat 0.3.4-rc2")
- # [04:18] * Quits: patcito (~123@201.240.135.73) (Read error: Connection reset by peer)
- # [04:21] * Joins: patcito (~123@201.240.135.73)
- # [04:22] * Joins: JSManiacs (~Adium@173-167-114-193-sfba.hfc.comcastbusiness.net)
- # [04:25] * Quits: Taar779 (~Taar779@d24-57-144-141.home.cgocable.net) (Quit: Leaving)
- # [04:31] * Joins: montylounge (~kfricovsk@pool-173-70-201-113.nwrknj.fios.verizon.net)
- # [04:33] * Quits: robreact (~chatzilla@c-66-30-72-144.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87 [Firefox 6.0.2/20110902133214])
- # [04:37] * Quits: FylGood (~fylgood@pool-108-28-240-83.washdc.fios.verizon.net) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [04:39] <tw2113> divya would you happen to know about any support for link rel="prefetch" in opera?
- # [04:39] <divya> there is no support in anything but chrome afaik
- # [04:40] * Quits: dguttman (~dguttman@rrcs-173-196-159-188.west.biz.rr.com) (Quit: dguttman)
- # [04:40] <tw2113> MDN is saying that firefox has support too
- # [04:41] <tw2113> but i can understand it still being early, and providing it won't harm anything
- # [04:41] * Quits: johnkpaul (~johnkpaul@pool-96-250-167-7.nycmny.fios.verizon.net) (Remote host closed the connection)
- # [04:41] <tw2113> thanks :)
- # [04:46] * Joins: dcadenas (~dcadenas@186-8-57-40-dynamic.movinet.com.uy)
- # [04:49] * Quits: benv (~benv@50-0-80-160.dsl.static.sonic.net) (Quit: Leaving...)
- # [04:51] * Joins: dcadenas_ (~dcadenas@186-8-42-142-dynamic.movinet.com.uy)
- # [04:54] * Quits: dcadenas (~dcadenas@186-8-57-40-dynamic.movinet.com.uy) (Ping timeout: 260 seconds)
- # [04:54] * Joins: topeak (~topeak@123.114.124.59)
- # [04:55] * Joins: dpogue (~dpogue@S010600226b831d53.vf.shawcable.net)
- # [05:02] * Quits: montylounge (~kfricovsk@pool-173-70-201-113.nwrknj.fios.verizon.net) (Quit: montylounge)
- # [05:03] * Quits: jeffszusz (~jeffszusz@d24-57-194-149.home.cgocable.net) (Remote host closed the connection)
- # [05:04] * symb_ is now known as symb
- # [05:09] * Joins: wookiehangover (~wookiehan@c-98-245-45-244.hsd1.co.comcast.net)
- # [05:09] * Quits: miketaylr (~miketaylr@24.42.93.245) (Quit: miketaylr)
- # [05:16] * Joins: benv (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net)
- # [05:27] * Quits: dcadenas_ (~dcadenas@186-8-42-142-dynamic.movinet.com.uy) (Remote host closed the connection)
- # [05:28] * Joins: kadiks (~kadiks@APuteaux-652-1-53-148.w83-204.abo.wanadoo.fr)
- # [05:28] * Parts: yogiWiM (~yogiWiM@S01060026f39572cf.vn.shawcable.net)
- # [05:31] * Quits: sergacity (~sergacity@mn-71-55-149-211.dhcp.embarqhsd.net) (Ping timeout: 260 seconds)
- # [05:31] * Joins: taar779 (~taar779@d24-57-144-141.home.cgocable.net)
- # [05:33] * Joins: dcadenas (~dcadenas@186-8-20-45-dynamic.movinet.com.uy)
- # [05:36] * Joins: dguttman (~dguttman@rrcs-24-43-16-60.west.biz.rr.com)
- # [05:38] * Quits: bitwise_ (~bitwise_@c-24-5-67-22.hsd1.ca.comcast.net) (Ping timeout: 260 seconds)
- # [05:39] * Joins: bitwise_ (~bitwise_@c-24-5-67-22.hsd1.ca.comcast.net)
- # [05:40] <niftylettuce> divya: <div attr="ya"></div>
- # [05:42] * Joins: JohnnyL (~IceChat7@ool-45782e3e.dyn.optonline.net)
- # [05:46] * Quits: imsky (~Miranda@c-67-173-145-78.hsd1.in.comcast.net) (Quit: :D)
- # [05:47] * Joins: NetRoY (~NetRoY@nat/yahoo/x-kjzxnyfxoqsfgvke)
- # [05:48] * Quits: bitwise_ (~bitwise_@c-24-5-67-22.hsd1.ca.comcast.net) (Ping timeout: 260 seconds)
- # [05:48] * Quits: NetRoY (~NetRoY@nat/yahoo/x-kjzxnyfxoqsfgvke) (Client Quit)
- # [05:49] * Joins: bitwise_ (~bitwise_@c-24-5-67-22.hsd1.ca.comcast.net)
- # [05:49] * Joins: dguttman_ (~dguttman@50.9.138.215)
- # [05:50] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [05:52] * Quits: dguttman (~dguttman@rrcs-24-43-16-60.west.biz.rr.com) (Ping timeout: 240 seconds)
- # [05:52] * dguttman_ is now known as dguttman
- # [05:52] * Joins: mykoleary (~mykoleary@c-24-18-17-144.hsd1.wa.comcast.net)
- # [05:55] * Quits: nonge__ (~nonge@p5B3264C7.dip.t-dialin.net) (Ping timeout: 260 seconds)
- # [05:59] * Quits: JSManiacs (~Adium@173-167-114-193-sfba.hfc.comcastbusiness.net) (Quit: Leaving.)
- # [06:07] * Joins: nonge__ (~nonge@p5B3260C0.dip.t-dialin.net)
- # [06:09] * Joins: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [06:09] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Ping timeout: 260 seconds)
- # [06:11] * Quits: kevindanko (~kevindank@c-68-82-242-250.hsd1.de.comcast.net) (Remote host closed the connection)
- # [06:12] * Quits: tylerstalder (~textual@97.65.119.2) (Quit: Computer has gone to sleep.)
- # [06:19] * Quits: kennyluck (~kennyluck@119.57.31.100) (Quit: kennyluck)
- # [06:24] <niftylettuce> http://www.google.com/events/developerday/2011/sao-paulo/agenda/session_1001.html
- # [06:25] * Joins: nso95 (~nso95@unaffiliated/nathan1995)
- # [06:34] * Quits: nonge__ (~nonge@p5B3260C0.dip.t-dialin.net) (Ping timeout: 258 seconds)
- # [06:35] * Parts: nso95 (~nso95@unaffiliated/nathan1995)
- # [06:36] * tw2113 pokes shiftylettuce
- # [06:38] * Joins: tylerstalder (~textual@c-76-21-12-194.hsd1.ca.comcast.net)
- # [06:46] * Quits: taar779 (~taar779@d24-57-144-141.home.cgocable.net) (Quit: Leaving)
- # [06:47] * Joins: nonge__ (~nonge@p5B3260C0.dip.t-dialin.net)
- # [06:49] * Joins: LongBeach (~mike@AFontenayssB-152-1-10-83.w82-121.abo.wanadoo.fr)
- # [06:51] * Quits: dcadenas (~dcadenas@186-8-20-45-dynamic.movinet.com.uy) (Remote host closed the connection)
- # [06:53] * Quits: mykoleary (~mykoleary@c-24-18-17-144.hsd1.wa.comcast.net) (Quit: mykoleary)
- # [06:54] * Joins: mykoleary (~mykoleary@2002:1812:1190:0:e1b5:46d6:aa16:543a)
- # [07:00] * Joins: mykoleary_ (~mykoleary@2002:1812:1190:0:c167:753f:823:a372)
- # [07:00] * Quits: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net) (Ping timeout: 260 seconds)
- # [07:00] * Quits: mykoleary_ (~mykoleary@2002:1812:1190:0:c167:753f:823:a372) (Remote host closed the connection)
- # [07:01] * Joins: mykoleary_ (~mykoleary@2002:1812:1190:0:e8a5:ebae:1d0a:e798)
- # [07:02] <niftylettuce> tw2113: yo
- # [07:03] * Quits: mykoleary_ (~mykoleary@2002:1812:1190:0:e8a5:ebae:1d0a:e798) (Remote host closed the connection)
- # [07:03] <tw2113> sup? :)
- # [07:03] * Joins: jetienne__ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [07:04] * Joins: bibo360_ (~bibo360@159.71.64.86.rev.sfr.net)
- # [07:05] * Joins: dmachi1 (~dmachi@pool-72-66-210-49.ronkva.east.verizon.net)
- # [07:05] * Joins: newz2000` (~newz2000@bearfruit.des-moines.ia.us)
- # [07:05] * Joins: chrisbuc1holz (~cb@li189-30.members.linode.com)
- # [07:06] * Joins: danja__ (~danny@host160-76-dynamic.22-79-r.retail.telecomitalia.it)
- # [07:07] * Joins: cryptopsy (~cryptopsy@CPE000d88c30c46-CM00407b862c36.cpe.net.cable.rogers.com)
- # [07:07] * Joins: eighty4_ (~eighty4@li150-164.members.linode.com)
- # [07:09] * Quits: symb (~symb@cthulhu.eth4.net) (*.net *.split)
- # [07:09] * Quits: kppullin (~kppullin@pdpc/supporter/active/kppullin) (*.net *.split)
- # [07:09] * Quits: maZtah (~maztah@unaffiliated/maztah) (*.net *.split)
- # [07:09] * Quits: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill) (*.net *.split)
- # [07:09] * Quits: pingo_ (~anders@77.40.160.226) (*.net *.split)
- # [07:09] * Quits: |3b| (foobar@cpe-72-179-19-4.austin.res.rr.com) (*.net *.split)
- # [07:09] * Quits: peol (~andree@unaffiliated/peol) (*.net *.split)
- # [07:09] * Quits: shachaf (~shachaf@204.109.63.130) (*.net *.split)
- # [07:09] * Quits: mykoleary (~mykoleary@2002:1812:1190:0:e1b5:46d6:aa16:543a) (*.net *.split)
- # [07:09] * Quits: jochen__ (jochen@nat/google/x-uswnrylttkwhiguq) (*.net *.split)
- # [07:09] * Quits: Bichito (Yposu4i2zw@unaffiliated/bichito) (*.net *.split)
- # [07:09] * Quits: anthracite (~anthracit@pdpc/supporter/active/anthracite) (*.net *.split)
- # [07:09] * Quits: Peter` (~peter@nishino.lvp-media.com) (*.net *.split)
- # [07:09] * Quits: mekwall (~mekwall@its.better.to.writeless.se) (*.net *.split)
- # [07:09] * Quits: svaksha (~svaksha@unaffiliated/svaksha) (*.net *.split)
- # [07:09] * Quits: melooni (u@dirac.vilant.com) (*.net *.split)
- # [07:09] * Quits: hsbot (~hsbot@46-38-167-162.static.cloud-ips.co.uk) (*.net *.split)
- # [07:09] * Quits: Echoes2 (echoes@195.191.156.25) (*.net *.split)
- # [07:09] * Quits: vladikoff (~vladikoff@li130-67.members.linode.com) (*.net *.split)
- # [07:09] * Quits: wirehack7 (freenode@internet.abuser.eu) (*.net *.split)
- # [07:09] * Quits: monteslu (~monteslu@ip68-109-170-79.ph.ph.cox.net) (*.net *.split)
- # [07:09] * Quits: MissionCritical (~MissionCr@unaffiliated/missioncritical) (*.net *.split)
- # [07:09] * Quits: Pooze (Pooze@bnc.dotbnc.se) (*.net *.split)
- # [07:09] * Quits: tellnes (~KrooniX@ec2-79-125-26-36.eu-west-1.compute.amazonaws.com) (*.net *.split)
- # [07:09] * Quits: llee (~leonlee@nat/trolltech/x-msqvpgujxxesgbyx) (*.net *.split)
- # [07:09] * Quits: sasori (~sasori@acl1-719bts.gw.smartbro.net) (*.net *.split)
- # [07:09] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (*.net *.split)
- # [07:09] * Quits: Aric (~Aric@ns2.pathfinder-uk.eu) (*.net *.split)
- # [07:09] * Quits: Orbitrix (Orbitrix@c-68-35-125-188.hsd1.nm.comcast.net) (*.net *.split)
- # [07:09] * Quits: erry (~erry@arceus.pokemonlake.com) (*.net *.split)
- # [07:09] * Quits: kloeri (~kloeri@freenode/staff/exherbo.kloeri) (*.net *.split)
- # [07:09] * Quits: [E]sc (~armani@cm218-252-220-28.hkcable.com.hk) (*.net *.split)
- # [07:09] * Quits: loris (~lorisfree@vrrp2.abeille.piv.absolight.net) (*.net *.split)
- # [07:09] * Quits: swalk (~scott@sotf.org) (*.net *.split)
- # [07:09] * Quits: mnemoc (~amery@shell.opensde.net) (*.net *.split)
- # [07:09] * Quits: Velmont (odinho@knuth.ping.uio.no) (*.net *.split)
- # [07:09] * Quits: nlogax (~nlogax@unaffiliated/nlogax) (*.net *.split)
- # [07:09] * Quits: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (*.net *.split)
- # [07:09] * Quits: dpogue (~dpogue@S010600226b831d53.vf.shawcable.net) (*.net *.split)
- # [07:09] * Quits: pl0sh (u3225@gateway/web/irccloud.com/x-drpqonfcyeiclnfh) (*.net *.split)
- # [07:09] * Quits: asonge (~alex@74.80.44.137) (*.net *.split)
- # [07:09] * Quits: appleboy (~appleboy@freebsd.ee.ccu.edu.tw) (*.net *.split)
- # [07:09] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (*.net *.split)
- # [07:09] * Quits: Bwild (~irc@netblock-75-79-22-130.dslextreme.com) (*.net *.split)
- # [07:09] * Quits: newz2000 (~newz2000@unaffiliated/newz2000) (*.net *.split)
- # [07:09] * Quits: jn (~jn@aurorum104-0.aurorum.se) (*.net *.split)
- # [07:09] * Quits: humph (~dave@cdot.senecac.on.ca) (*.net *.split)
- # [07:09] * Quits: chayin (~quassel@61.14.141.36) (*.net *.split)
- # [07:09] * Quits: croby (~croby@c-174-61-151-153.hsd1.wa.comcast.net) (*.net *.split)
- # [07:09] * Quits: ralphholzmann (~ralph@li76-151.members.linode.com) (*.net *.split)
- # [07:09] * Quits: danheberden (~danheberd@li225-35.members.linode.com) (*.net *.split)
- # [07:09] * Quits: theresaanna (~root@li99-144.members.linode.com) (*.net *.split)
- # [07:09] * Quits: eighty4 (~eighty4@unaffiliated/eighty4) (*.net *.split)
- # [07:09] * Quits: doki_pen (~doki_pen@doki-pen.org) (*.net *.split)
- # [07:09] * Quits: gavacho (~hassan@unaffiliated/gavacho) (*.net *.split)
- # [07:09] * Quits: retlehs (~ben@sotf.org) (*.net *.split)
- # [07:09] * Quits: nonge__ (~nonge@p5B3260C0.dip.t-dialin.net) (*.net *.split)
- # [07:09] * Quits: kadiks (~kadiks@APuteaux-652-1-53-148.w83-204.abo.wanadoo.fr) (*.net *.split)
- # [07:09] * Quits: rarko (~matt@host-92-11-120-231.as43234.net) (*.net *.split)
- # [07:09] * Quits: JoshManders (~josh@unaffiliated/killswitch) (*.net *.split)
- # [07:09] * Quits: moshee (~moshee@unaffiliated/moshee) (*.net *.split)
- # [07:09] * Quits: danielfilho (~danielfil@64.20.183.184) (*.net *.split)
- # [07:09] * Quits: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net) (*.net *.split)
- # [07:09] * Quits: chrislorenz (~chrislore@rrcs-24-43-22-34.west.biz.rr.com) (*.net *.split)
- # [07:09] * Quits: boaz (~boaz@li326-230.members.linode.com) (*.net *.split)
- # [07:09] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (*.net *.split)
- # [07:09] * Quits: temp01 (~temp01@unaffiliated/temp01) (*.net *.split)
- # [07:09] * Quits: mishunov (~spliter@77.88.72.162) (*.net *.split)
- # [07:09] * Quits: obert- (~obert@host70-207-dynamic.1-87-r.retail.telecomitalia.it) (*.net *.split)
- # [07:09] * Quits: skyler_brungardt (~skyler_br@64.191.211.43) (*.net *.split)
- # [07:09] * Quits: skottt (skottt@c-67-170-101-122.hsd1.wa.comcast.net) (*.net *.split)
- # [07:09] * Quits: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net) (*.net *.split)
- # [07:09] * Quits: BBonifield (~BBonifiel@li107-227.members.linode.com) (*.net *.split)
- # [07:09] * Quits: Pilate (~pilate@apbdb.com) (*.net *.split)
- # [07:09] * Quits: m0 (~m0@mohamedmansour.com) (*.net *.split)
- # [07:09] * Quits: duckspeaker (~duckspeak@pdpc/supporter/active/duckspeaker) (*.net *.split)
- # [07:09] * Quits: BLOB0 (lius@disketti.net) (*.net *.split)
- # [07:09] * Quits: lottadot (~lottadot@38.101.67.253) (*.net *.split)
- # [07:09] * Quits: hlb (~hlb@114-32-222-155.HINET-IP.hinet.net) (*.net *.split)
- # [07:09] * Quits: blokkie_ (~blokkie@86-39-155-212.bru.mh.be) (*.net *.split)
- # [07:09] * Quits: Unknown[NF] (~d@kong-1.designxenon.com) (*.net *.split)
- # [07:09] * Quits: dabear (~quassel@87.238.49.7) (*.net *.split)
- # [07:09] * Quits: xonecas (~xonecas@184-106-216-69.static.cloud-ips.com) (*.net *.split)
- # [07:09] * Quits: gf3 (~gf3@unaffiliated/gf3) (*.net *.split)
- # [07:09] * Quits: LongBeach (~mike@AFontenayssB-152-1-10-83.w82-121.abo.wanadoo.fr) (*.net *.split)
- # [07:09] * Quits: dmachi (~dmachi@pool-72-66-210-49.ronkva.east.verizon.net) (*.net *.split)
- # [07:09] * Quits: shipit (~shipit@204-15-2-155-static.ipnetworksinc.net) (*.net *.split)
- # [07:09] * Quits: doritoDan (~doritoDan@unaffiliated/doritodan) (*.net *.split)
- # [07:09] * Quits: OnkelTem (~fantomas@pool-62-84-112-224.pppoe.dubna.ru) (*.net *.split)
- # [07:09] * Quits: gregers (u3571@gateway/web/irccloud.com/x-dciszpmtdzculnqs) (*.net *.split)
- # [07:09] * Quits: iaincarsberg (u1388@gateway/web/irccloud.com/x-qlmfsplczuzvijjs) (*.net *.split)
- # [07:09] * Quits: bibo360 (~bibo360@159.71.64.86.rev.sfr.net) (*.net *.split)
- # [07:09] * Quits: levifig (~levifig@levifig.com) (*.net *.split)
- # [07:09] * Quits: danja_ (~danny@host160-76-dynamic.22-79-r.retail.telecomitalia.it) (*.net *.split)
- # [07:09] * Quits: Lebannen (~lebannen@87.127.122.195) (*.net *.split)
- # [07:09] * Quits: chrisbuchholz (~cb@li189-30.members.linode.com) (*.net *.split)
- # [07:09] * Quits: ksemeks (~ksemeks@alpha.linux.hr) (*.net *.split)
- # [07:09] * Quits: LittleFool (~LittleFoo@over-dozed.com) (*.net *.split)
- # [07:09] * Quits: bitwise_ (~bitwise_@c-24-5-67-22.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [07:10] * Joins: Lebannen (~lebannen@87.127.122.195)
- # [07:10] * Joins: Bwild (~irc@netblock-75-79-22-130.dslextreme.com)
- # [07:10] * Joins: doritoDan (~doritoDan@c-5eeaaa38-74736162.cust.telenor.se)
- # [07:11] * Joins: levifig (~levifig@levifig.com)
- # [07:11] * Joins: mykoleary (~mykoleary@c-24-18-17-144.hsd1.wa.comcast.net)
- # [07:11] * Joins: nonge__ (~nonge@p5B3260C0.dip.t-dialin.net)
- # [07:11] * Joins: kadiks (~kadiks@APuteaux-652-1-53-148.w83-204.abo.wanadoo.fr)
- # [07:11] * Joins: dpogue (~dpogue@S010600226b831d53.vf.shawcable.net)
- # [07:11] * Joins: rarko (~matt@host-92-11-120-231.as43234.net)
- # [07:11] * Joins: JoshManders (~josh@unaffiliated/killswitch)
- # [07:11] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [07:11] * Joins: danielfilho (~danielfil@64.20.183.184)
- # [07:11] * Joins: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net)
- # [07:11] * Joins: chrislorenz (~chrislore@rrcs-24-43-22-34.west.biz.rr.com)
- # [07:11] * Joins: OnkelTem (~fantomas@pool-62-84-112-224.pppoe.dubna.ru)
- # [07:11] * Joins: boaz (~boaz@li326-230.members.linode.com)
- # [07:11] * Joins: jochen__ (jochen@nat/google/x-uswnrylttkwhiguq)
- # [07:11] * Joins: gregers (u3571@gateway/web/irccloud.com/x-dciszpmtdzculnqs)
- # [07:11] * Joins: pl0sh (u3225@gateway/web/irccloud.com/x-drpqonfcyeiclnfh)
- # [07:11] * Joins: iaincarsberg (u1388@gateway/web/irccloud.com/x-qlmfsplczuzvijjs)
- # [07:11] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [07:11] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [07:11] * Joins: mishunov (~spliter@77.88.72.162)
- # [07:11] * Joins: obert- (~obert@host70-207-dynamic.1-87-r.retail.telecomitalia.it)
- # [07:11] * Joins: shachaf (~shachaf@204.109.63.130)
- # [07:11] * Joins: peol (~andree@unaffiliated/peol)
- # [07:11] * Joins: pingo_ (~anders@77.40.160.226)
- # [07:11] * Joins: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill)
- # [07:11] * Joins: maZtah (~maztah@unaffiliated/maztah)
- # [07:11] * Joins: |3b| (foobar@cpe-72-179-19-4.austin.res.rr.com)
- # [07:11] * Joins: kppullin (~kppullin@pdpc/supporter/active/kppullin)
- # [07:11] * Joins: symb (~symb@cthulhu.eth4.net)
- # [07:11] * Joins: skyler_brungardt (~skyler_br@64.191.211.43)
- # [07:11] * Joins: asonge (~alex@74.80.44.137)
- # [07:11] * Joins: appleboy (~appleboy@freebsd.ee.ccu.edu.tw)
- # [07:11] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
- # [07:11] * Joins: tellnes (~KrooniX@ec2-79-125-26-36.eu-west-1.compute.amazonaws.com)
- # [07:11] * Joins: Bichito (Yposu4i2zw@unaffiliated/bichito)
- # [07:11] * Joins: Pooze (Pooze@bnc.dotbnc.se)
- # [07:11] * Joins: anthracite (~anthracit@pdpc/supporter/active/anthracite)
- # [07:11] * Joins: Peter` (~peter@nishino.lvp-media.com)
- # [07:11] * Joins: jn (~jn@aurorum104-0.aurorum.se)
- # [07:11] * Joins: kloeri (~kloeri@freenode/staff/exherbo.kloeri)
- # [07:11] * Joins: llee (~leonlee@nat/trolltech/x-msqvpgujxxesgbyx)
- # [07:11] * Joins: sasori (~sasori@acl1-719bts.gw.smartbro.net)
- # [07:11] * Joins: skottt (skottt@c-67-170-101-122.hsd1.wa.comcast.net)
- # [07:11] * Joins: mekwall (~mekwall@its.better.to.writeless.se)
- # [07:11] * Joins: svaksha (~svaksha@unaffiliated/svaksha)
- # [07:11] * Joins: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net)
- # [07:11] * Joins: humph (~dave@cdot.senecac.on.ca)
- # [07:11] * Joins: BBonifield (~BBonifiel@li107-227.members.linode.com)
- # [07:11] * Joins: Pilate (~pilate@apbdb.com)
- # [07:11] * Joins: m0 (~m0@mohamedmansour.com)
- # [07:11] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
- # [07:11] * Joins: chayin (~quassel@61.14.141.36)
- # [07:11] * Joins: monteslu (~monteslu@ip68-109-170-79.ph.ph.cox.net)
- # [07:11] * Joins: Aric (~Aric@ns2.pathfinder-uk.eu)
- # [07:11] * Joins: [E]sc (~armani@cm218-252-220-28.hkcable.com.hk)
- # [07:11] * Joins: loris (~lorisfree@vrrp2.abeille.piv.absolight.net)
- # [07:11] * Joins: swalk (~scott@sotf.org)
- # [07:11] * Joins: erry (~erry@arceus.pokemonlake.com)
- # [07:11] * Joins: melooni (u@dirac.vilant.com)
- # [07:11] * Joins: croby (~croby@c-174-61-151-153.hsd1.wa.comcast.net)
- # [07:11] * Joins: Orbitrix (Orbitrix@c-68-35-125-188.hsd1.nm.comcast.net)
- # [07:11] * Joins: MissionCritical (~MissionCr@unaffiliated/missioncritical)
- # [07:11] * Joins: hsbot (~hsbot@46-38-167-162.static.cloud-ips.co.uk)
- # [07:11] * Joins: ksemeks (~ksemeks@alpha.linux.hr)
- # [07:11] * Joins: duckspeaker (~duckspeak@pdpc/supporter/active/duckspeaker)
- # [07:11] * Joins: BLOB0 (lius@disketti.net)
- # [07:11] * Joins: vladikoff (~vladikoff@li130-67.members.linode.com)
- # [07:11] * Joins: wirehack7 (freenode@internet.abuser.eu)
- # [07:11] * Joins: Echoes2 (echoes@195.191.156.25)
- # [07:11] * Joins: lottadot (~lottadot@38.101.67.253)
- # [07:11] * Joins: nlogax (~nlogax@unaffiliated/nlogax)
- # [07:11] * Joins: Velmont (odinho@knuth.ping.uio.no)
- # [07:11] * Joins: mnemoc (~amery@shell.opensde.net)
- # [07:11] * Joins: hlb (~hlb@114-32-222-155.HINET-IP.hinet.net)
- # [07:11] * Joins: retlehs (~ben@sotf.org)
- # [07:11] * Joins: xonecas (~xonecas@184-106-216-69.static.cloud-ips.com)
- # [07:11] * Joins: gf3 (~gf3@unaffiliated/gf3)
- # [07:11] * Joins: dabear (~quassel@87.238.49.7)
- # [07:11] * Joins: gavacho (~hassan@unaffiliated/gavacho)
- # [07:11] * Joins: Unknown[NF] (~d@kong-1.designxenon.com)
- # [07:11] * Joins: blokkie_ (~blokkie@86-39-155-212.bru.mh.be)
- # [07:11] * Joins: theresaanna (~root@li99-144.members.linode.com)
- # [07:11] * Joins: danheberden (~danheberd@li225-35.members.linode.com)
- # [07:11] * Joins: LittleFool (~LittleFoo@over-dozed.com)
- # [07:11] * Quits: MissionCritical (~MissionCr@unaffiliated/missioncritical) (Max SendQ exceeded)
- # [07:11] * Quits: doritoDan (~doritoDan@c-5eeaaa38-74736162.cust.telenor.se) (Changing host)
- # [07:11] * Joins: doritoDan (~doritoDan@unaffiliated/doritodan)
- # [07:12] * Joins: Taftse (~Taftse@unaffiliated/taftse)
- # [07:13] * necrodearia is now known as geistdearia
- # [07:13] * Quits: wookiehangover (~wookiehan@c-98-245-45-244.hsd1.co.comcast.net) (Quit: Leaving...)
- # [07:13] * Quits: OnkelTem (~fantomas@pool-62-84-112-224.pppoe.dubna.ru) (Ping timeout: 252 seconds)
- # [07:13] * geistdearia is now known as necrodearia
- # [07:13] * Quits: jacine (~jacine@drupal.org/user/88931/view) (Quit: buh bye :))
- # [07:13] * Joins: shipit (~shipit@204-15-2-155-static.ipnetworksinc.net)
- # [07:15] * Quits: JoshManders (~josh@unaffiliated/killswitch) (Ping timeout: 258 seconds)
- # [07:15] * Joins: bitwise_ (~bitwise_@c-24-5-67-22.hsd1.ca.comcast.net)
- # [07:15] * Joins: OnkelTem (~fantomas@pool-62-84-112-224.pppoe.dubna.ru)
- # [07:16] * Joins: skyfaller (~skyfaller@wikipedia/Skyfaller)
- # [07:16] * Joins: ralphholzmann (~ralph@li76-151.members.linode.com)
- # [07:18] <niftylettuce> tw2113: putting final touches on easteregg.in
- # [07:19] <niftylettuce> (not up yettt)
- # [07:19] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 258 seconds)
- # [07:19] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [07:22] * Joins: yogiWiM (~yogiWiM@S01060026f39572cf.vn.shawcable.net)
- # [07:22] * Joins: robhawkes (~robhawkes@12.104.145.50)
- # [07:22] * Parts: yogiWiM (~yogiWiM@S01060026f39572cf.vn.shawcable.net)
- # [07:22] * Quits: robhawkes (~robhawkes@12.104.145.50) (Client Quit)
- # [07:26] * Joins: MissionCritical (~MissionCr@unaffiliated/missioncritical)
- # [07:26] * Quits: skyfaller (~skyfaller@wikipedia/Skyfaller) (Ping timeout: 252 seconds)
- # [07:26] * Quits: dguttman (~dguttman@50.9.138.215) (Quit: dguttman)
- # [07:26] * Quits: retlehs (~ben@sotf.org) (Ping timeout: 260 seconds)
- # [07:27] * Joins: skyfaller (~skyfaller@ool-44c0eda0.dyn.optonline.net)
- # [07:27] * Quits: skyfaller (~skyfaller@ool-44c0eda0.dyn.optonline.net) (Changing host)
- # [07:27] * Joins: skyfaller (~skyfaller@wikipedia/Skyfaller)
- # [07:27] * Joins: retlehs (~ben@sotf.org)
- # [07:30] * GoOz`aw is now known as GoOz
- # [07:30] * Joins: trumpetmic (~trumpetmi@c-107-2-155-157.hsd1.co.comcast.net)
- # [07:32] <niftylettuce> layering HTML5 audio?
- # [07:32] <niftylettuce> e.g. multiple .play() 's
- # [07:35] * Quits: doritoDan (~doritoDan@unaffiliated/doritodan) (Read error: Connection reset by peer)
- # [07:39] * Quits: Taftse (~Taftse@unaffiliated/taftse) (Ping timeout: 240 seconds)
- # [07:41] * Joins: Ankheg (~Ankheg@91.224.77.4)
- # [07:44] * Quits: chrislorenz (~chrislore@rrcs-24-43-22-34.west.biz.rr.com) (Quit: Computer has gone to sleep.)
- # [07:46] * Joins: devongovett (~devongove@198.188.155.158)
- # [07:54] * Joins: dcadenas (~dcadenas@186-8-4-245-dynamic.movinet.com.uy)
- # [08:06] * Joins: JonathanNeal (~rztjonath@71.21.19.137)
- # [08:06] * Quits: GoOz (~GoOz@2a01:e35:8a10:dc60:28eb:283:6bd2:150f) (Quit: ZzZZZzzZZZzz)
- # [08:11] <danielfilho> did you guys saw the latest ie dev preview?
- # [08:11] <danielfilho> http://msdn.microsoft.com/en-gb/ie/hh272902.aspx
- # [08:12] * Quits: trumpetmic (~trumpetmi@c-107-2-155-157.hsd1.co.comcast.net) (Quit: Leaving.)
- # [08:13] <danielfilho> looks like they're running for it.
- # [08:14] <tw2113> can't say yes being a linux guy
- # [08:15] <tw2113> i'll give them kudos for doing everything they can to get back in the browser game
- # [08:19] * Quits: tw2113 (~tw2113@fedora/tw2113) (Remote host closed the connection)
- # [08:22] * Quits: benv (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net) (Read error: Connection reset by peer)
- # [08:24] * Quits: croby (~croby@c-174-61-151-153.hsd1.wa.comcast.net) (Quit: croby)
- # [08:33] * Joins: croby (~croby@c-174-61-151-153.hsd1.wa.comcast.net)
- # [08:33] * Quits: blokkie_ (~blokkie@86-39-155-212.bru.mh.be) (Ping timeout: 258 seconds)
- # [08:38] * Joins: Taftse (~Taftse@unaffiliated/taftse)
- # [08:38] * Joins: phrearch (~phrearch_@5ED42DE2.cm-7-5a.dynamic.ziggo.nl)
- #
- # Session Start: Wed Sep 14 12:21:30 2011
- # Session Ident: #html5
- # [12:21] * Now talking in #html5
- # [12:21] * 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'
- # [12:21] * Set by marienz!~marienz@freenode/staff/marienz on Wed Aug 10 22:18:05
- # [12:22] * Quits: Neiluj (~Julien@195.200.175.214) (Ping timeout: 260 seconds)
- # [12:22] * Quits: zatan_ (~zatan@5aceb9e8.bb.sky.com) (Ping timeout: 258 seconds)
- # [12:29] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 252 seconds)
- # [12:29] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [12:34] * Joins: xec (~xec@2a00:10b0:1:1002:5ab0:35ff:fef8:6a01)
- # [12:36] * Joins: Jon47 (~jonz@pool-74-96-160-56.washdc.fios.verizon.net)
- # [12:44] * GoOz is now known as GoOz`aw
- # [12:51] * Joins: Neiluj (~Julien@195.200.175.214)
- # [12:55] * Quits: svaksha (~svaksha@unaffiliated/svaksha) (Quit: Lost terminal)
- # [12:55] * Joins: svaksha (~svaksha@unaffiliated/svaksha)
- # [12:56] * Quits: rarko (~matt@host-92-11-120-231.as43234.net) (Read error: Connection reset by peer)
- # [12:58] * Quits: ziyadb (~ziyadb@unaffiliated/ziyadb)
- # [13:00] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [13:00] * Quits: shipit (~shipit@204-15-2-155-static.ipnetworksinc.net) (Remote host closed the connection)
- # [13:01] * Joins: kevindanko (~kevindank@c-68-82-242-250.hsd1.de.comcast.net)
- # [13:02] * Joins: johnkpaul (~johnkpaul@pool-96-250-167-7.nycmny.fios.verizon.net)
- # [13:18] * Joins: kadiks (~kadiks@APuteaux-652-1-105-174.w90-2.abo.wanadoo.fr)
- # [13:21] * Joins: replore (~replore@ntkngw133234.kngw.nt.ftth.ppp.infoweb.ne.jp)
- # [13:23] * Quits: kadiks (~kadiks@APuteaux-652-1-105-174.w90-2.abo.wanadoo.fr) (Ping timeout: 252 seconds)
- # [13:25] * Joins: sean` (~seankoole@h174161.upc-h.chello.nl)
- # [13:26] * Quits: Taftse (~Taftse@unaffiliated/taftse) (Ping timeout: 240 seconds)
- # [13:27] * Quits: Jon47 (~jonz@pool-74-96-160-56.washdc.fios.verizon.net) (Quit: Leaving.)
- # [13:32] * Joins: nickolai89 (~nickolai@184.17.121.254)
- # [13:35] * GoOz`aw is now known as GoOz
- # [13:35] * Joins: kadiks (~kadiks@APuteaux-652-1-120-219.w90-2.abo.wanadoo.fr)
- # [13:46] * Quits: Neiluj (~Julien@195.200.175.214) (Ping timeout: 276 seconds)
- # [13:47] * Quits: Frippe (~Frippe@unaffiliated/frippe) (Quit: ^d)
- # [13:48] * Joins: Neiluj (~Julien@195.200.175.214)
- # [13:58] * Quits: topeak (~topeak@123.114.124.59) (Quit: Leaving)
- # [14:03] * Joins: mokush (~quassel@188.24.43.92)
- # [14:06] * Joins: plh_ (~plh@c-76-103-103-55.hsd1.ca.comcast.net)
- # [14:07] * Joins: Frippe (~Frippe@unaffiliated/frippe)
- # [14:08] * Quits: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk) (Remote host closed the connection)
- # [14:11] * Joins: sergacity (~sergacity@mn-71-55-149-211.dhcp.embarqhsd.net)
- # [14:13] * Joins: Jon47 (~jonz@204.56.125.50)
- # [14:13] * Quits: nickolai89 (~nickolai@184.17.121.254) (Ping timeout: 252 seconds)
- # [14:14] * Joins: biodegabriel (~biodegabr@p54BD0402.dip0.t-ipconnect.de)
- # [14:18] * Quits: simenbrekken (~simenbrek@77.40.186.130) (Read error: Connection reset by peer)
- # [14:19] * Joins: simenbrekken (~simenbrek@77.40.186.130)
- # [14:22] * Joins: zatan_ (~zatan@5aceb9e8.bb.sky.com)
- # [14:26] * Quits: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net) (Quit: tantek)
- # [14:29] * Joins: dgathright (~dgathrigh@64.20.183.235)
- # [14:30] * Quits: jetienne__ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Ping timeout: 240 seconds)
- # [14:30] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Ping timeout: 260 seconds)
- # [14:30] * Joins: erichynds (~ehynds@venkman.brightcove.com)
- # [14:34] * Joins: notnek (~notnek@swallin-bur-2b.louisville.edu)
- # [14:43] * Joins: myakura (~myakura@FL1-203-136-181-177.tky.mesh.ad.jp)
- # [14:44] * Joins: axos411 (~axos@xdsl-78-35-158-163.netcologne.de)
- # [14:44] * Quits: Jon47 (~jonz@204.56.125.50) (Excess Flood)
- # [14:44] * Joins: Jon47 (~jonz@204.56.125.50)
- # [14:45] * Quits: sergacity (~sergacity@mn-71-55-149-211.dhcp.embarqhsd.net) (Ping timeout: 260 seconds)
- # [14:47] * Quits: Frippe (~Frippe@unaffiliated/frippe) (Quit: Computer has gone to sleep)
- # [14:51] * Joins: Jackneill (~Jackneill@91.82.31.85.pool.invitel.hu)
- # [14:51] * Quits: Jackneill (~Jackneill@91.82.31.85.pool.invitel.hu) (Changing host)
- # [14:51] * Joins: Jackneill (~Jackneill@unaffiliated/jackneill)
- # [14:52] * Quits: dgathright (~dgathrigh@64.20.183.235) (Ping timeout: 260 seconds)
- # [14:57] * Quits: johnkpaul (~johnkpaul@pool-96-250-167-7.nycmny.fios.verizon.net) (Remote host closed the connection)
- # [15:01] * Joins: svnlto (~svnlto@193.111.227.10)
- # [15:02] * Joins: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk)
- # [15:02] * Quits: danielfilho (~danielfil@64.20.183.184) (Ping timeout: 258 seconds)
- # [15:03] * Quits: irae_ (~irae_@64.20.183.190) (Ping timeout: 276 seconds)
- # [15:07] * Quits: mike5w3c (~MikeSmith@EM114-48-154-242.pool.e-mobile.ne.jp) (Ping timeout: 252 seconds)
- # [15:09] * Joins: montylounge (~kfricovsk@64.134.102.1)
- # [15:10] * Joins: miketaylr (~miketaylr@206.217.92.186)
- # [15:11] * Quits: OzDave_mbp (~OzDave_mb@27-33-43-79.static.tpgi.com.au) (Quit: -=[. _ .]=- waves bye..)
- # [15:12] * Quits: axos411 (~axos@xdsl-78-35-158-163.netcologne.de) (Quit: Leaving.)
- # [15:12] * Joins: timmywil (~timmywil@sec1.epb.net)
- # [15:13] * Joins: axos411 (~axos@xdsl-78-35-158-163.netcologne.de)
- # [15:13] * Joins: mike5w3c (~MikeSmith@EM111-191-91-135.pool.e-mobile.ne.jp)
- # [15:17] * Joins: DoubleA (~Adium@65.211.27.190)
- # [15:18] * Parts: DoubleA (~Adium@65.211.27.190)
- # [15:22] * Quits: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk) (Remote host closed the connection)
- # [15:26] * Quits: axos411 (~axos@xdsl-78-35-158-163.netcologne.de) (Quit: Leaving.)
- # [15:26] * Joins: axos411 (~axos@xdsl-78-35-158-163.netcologne.de)
- # [15:29] * Joins: N0va` (~ricki@84.19.108.75)
- # [15:29] * Joins: sabel|2 (~kasadu@70.82-134-52.bkkb.no)
- # [15:30] * Quits: sabel|2 (~kasadu@70.82-134-52.bkkb.no) (Max SendQ exceeded)
- # [15:32] * Quits: saasaa (~kasadu@70.82-134-52.bkkb.no) (Ping timeout: 260 seconds)
- # [15:33] * Quits: appleboy (~appleboy@freebsd.ee.ccu.edu.tw) (Remote host closed the connection)
- # [15:36] * Quits: replore (~replore@ntkngw133234.kngw.nt.ftth.ppp.infoweb.ne.jp) (Remote host closed the connection)
- # [15:37] * Joins: replore (~replore@ntkngw133234.kngw.nt.ftth.ppp.infoweb.ne.jp)
- # [15:37] * Joins: JoshManders (~josh@173-16-255-29.client.mchsi.com)
- # [15:37] * JoshManders is now known as Guest73673
- # [15:38] <newz2000`> Have you seen how some Android phones have zoom buttons in the bottom right corner of the browser? Is there a way to disable those without disabling zoom?
- # [15:38] * newz2000` is now known as newz2000
- # [15:38] * Quits: newz2000 (~newz2000@bearfruit.des-moines.ia.us) (Changing host)
- # [15:38] * Joins: newz2000 (~newz2000@unaffiliated/newz2000)
- # [15:38] * Guest73673 is now known as JoshManders
- # [15:38] <Emperorlou> hum, thats true....
- # [15:38] * Quits: JoshManders (~josh@173-16-255-29.client.mchsi.com) (Changing host)
- # [15:38] * Joins: JoshManders (~josh@unaffiliated/killswitch)
- # [15:38] <Emperorlou> just realized thats gonna be an issue
- # [15:38] <Emperorlou> for my own html5 apps
- # [15:39] <newz2000> yeah, they take up some very valuable realestate
- # [15:39] <Emperorlou> perhaps fullscreen mode will solve it
- # [15:39] <Emperorlou> if/when it comes about
- # [15:39] <Emperorlou> what are you writing?
- # [15:40] <newz2000> Emperorlou: I'm working on squaretap.com, it's a mobile app store for html5 web apps, targeted at all modern mobiles
- # [15:40] <newz2000> (you're welcome to try it now, it's in beta)
- # [15:40] <Emperorlou> cool
- # [15:42] <newz2000> I've currently disabled zoom but I'm not happy about it.
- # [15:42] <Emperorlou> oh, so you can disable zoom via html?
- # [15:43] <newz2000> Emperorlou: yes…
- # [15:43] * newz2000 grabs the code
- # [15:43] <Emperorlou> well thats not so bad for me
- # [15:43] <newz2000> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
- # [15:43] <Emperorlou> neat, I'm gussing thats android only?
- # [15:44] <Emperorlou> or is there some standard out there...
- # [15:44] <newz2000> no, that's the problem
- # [15:44] <Emperorlou> orly
- # [15:44] <newz2000> it also means pinch to zoom in safari stops working
- # [15:44] <newz2000> or double tap
- # [15:44] <Emperorlou> ah
- # [15:44] <Emperorlou> hum
- # [15:45] <Emperorlou> detect the browser type then perhaps
- # [15:46] <newz2000> There is the accessibility aspect… one of the best features of mobile web apps over native apps is the zoom feature for people who need it.
- # [15:47] <newz2000> That is theoretical, I've not actually met anyone who uses their mobile that way, but it seems like a good feature
- # [15:47] <Emperorlou> ahh, and your web apps run through your software doesn't it..
- # [15:47] * Joins: Taftse (~Taftse@unaffiliated/taftse)
- # [15:47] <newz2000> no, it's in the browser
- # [15:47] <Emperorlou> so disabling it for everyone's webapp would suck
- # [15:48] <Emperorlou> nm then
- # [15:48] <newz2000> Another prob with disabling zoom is that it causes unexpected results when rotating the screen.
- # [15:48] <newz2000> That can be dealt with in code and maybe CSS
- # [15:49] <newz2000> ok, so the more I talk about it, the more I think I just need to alter my design to accommodate the zoom buttons on some platforms
- # [15:49] <newz2000> (and then grumble about those platforms)
- # [15:49] * Joins: shomon (~alefernan@89.6.12.253)
- # [15:49] <Emperorlou> hah
- # [15:50] * newz2000 wonders if he can convince everyone on Android to just use Dolphin
- # [15:52] * newz2000 confirms, gmail on android has pinch to zoom disabled
- # [15:53] <newz2000> Anyone here know someone who works on the mobile web stuff for google? I know they're passionate about analysis and statistics, curious what the cost/benefit argument looked like re disabling zoom
- # [15:54] <shomon> try asking in android-dev maybe?
- # [15:54] <newz2000> ok
- # [15:56] * newz2000 waits about 2 hours for the west coat people to come online
- # [16:01] * Joins: pinage404 (~Pinage404@APuteaux-651-1-288-40.w90-44.abo.wanadoo.fr)
- # [16:03] <shomon> :)
- # [16:06] <newz2000> oh, nice, just saw this on twitter: HTML5 compatibility on mobile and tablets: http://mobilehtml5.org/
- # [16:10] * Joins: krater (~jungleman@189.71.2.238)
- # [16:12] * Quits: Neiluj (~Julien@195.200.175.214) (Ping timeout: 260 seconds)
- # [16:12] * Joins: Neiluj (~Julien@195.200.175.214)
- # [16:14] * Joins: chrisdev (~chrisdev@ts7.ny3.techspace.com)
- # [16:19] * Quits: montylounge (~kfricovsk@64.134.102.1) (Quit: montylounge)
- # [16:20] * Joins: montylounge (~kfricovsk@64.134.102.1)
- # [16:22] * Quits: Ankheg (~Ankheg@91.224.77.4) (Read error: Connection reset by peer)
- # [16:22] * Joins: jetienne__ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [16:23] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Read error: Connection reset by peer)
- # [16:23] * Quits: Jackneill (~Jackneill@unaffiliated/jackneill) (Quit: Leaving)
- # [16:23] * Joins: Jackneill (~Jackneill@91.82.31.85.pool.invitel.hu)
- # [16:23] * Quits: Jackneill (~Jackneill@91.82.31.85.pool.invitel.hu) (Changing host)
- # [16:23] * Joins: Jackneill (~Jackneill@unaffiliated/jackneill)
- # [16:25] * Quits: ighisas (~ighisas@122x212x216x66.ap122.ftth.ucom.ne.jp) (Remote host closed the connection)
- # [16:26] * Quits: montylounge (~kfricovsk@64.134.102.1) (Quit: montylounge)
- # [16:30] * Joins: Neiluj_ (~Julien@195.200.175.214)
- # [16:30] * Quits: Neiluj (~Julien@195.200.175.214) (Read error: Connection reset by peer)
- # [16:30] * Neiluj_ is now known as Neiluj
- # [16:30] * Quits: Neiluj (~Julien@195.200.175.214) (Read error: Connection reset by peer)
- # [16:30] * Joins: Neiluj_ (~Julien@195.200.175.214)
- # [16:32] <sean`> chrisdev, ping
- # [16:32] <chrisdev> yo
- # [16:32] * Joins: nickolai89 (~nickolai@pal-160-038.itap.purdue.edu)
- # [16:33] <chrisdev> sean` I spent too much time wrestling with soundmanager last night, had to shelve it for the time being to focus on target platform, which isnt iPad, but I will revisit it when my primary requirements are done
- # [16:33] <chrisdev> sean` thanks for the tip
- # [16:33] * Joins: ericduran (~eric@cpe-69-203-69-3.nyc.res.rr.com)
- # [16:34] <sean`> oeh
- # [16:34] <sean`> good to know
- # [16:35] * Quits: bibo360_ (~bibo360@159.71.64.86.rev.sfr.net) (Remote host closed the connection)
- # [16:35] * Joins: bibo360 (~bibo360@159.71.64.86.rev.sfr.net)
- # [16:36] * Quits: Taftse (~Taftse@unaffiliated/taftse) (Ping timeout: 252 seconds)
- # [16:37] * Joins: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk)
- # [16:37] * Quits: SaadIbrahim (~mslfreak@unaffiliated/saadibrahim) (Ping timeout: 260 seconds)
- # [16:40] * Parts: ericduran (~eric@cpe-69-203-69-3.nyc.res.rr.com)
- # [16:41] * Joins: devongovett (~devongove@pcp038502pcs.morro.reshall.calpoly.edu)
- # [16:44] * Joins: robreact (~chatzilla@smtp1bos1.globalmediaxchange.com)
- # [16:48] <krater> sean` pong
- # [16:50] * GoOz is now known as GoOz`aw
- # [16:51] <sean`> krater, bong
- # [16:52] * GoOz`aw is now known as GoOz
- # [16:52] * Joins: Frippe (~Frippe@unaffiliated/frippe)
- # [16:54] * Quits: divya (~divyam@wsip-24-120-36-131.lv.lv.cox.net) (Quit: Leaving.)
- # [17:00] * Joins: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net)
- # [17:03] * Joins: dcadenas (~dcadenas@r186-48-213-239.dialup.adsl.anteldata.net.uy)
- # [17:04] * Quits: seutje (~steve@drupal.org/user/264148/view) (Quit: ZOOM ZOOM ZOOM)
- # [17:05] * Quits: sean` (~seankoole@h174161.upc-h.chello.nl) (Read error: Connection reset by peer)
- # [17:06] * Parts: manuchill (~mstalfoor@83.232.96.217) ("Ex-Chat")
- # [17:07] * Quits: nickolai89 (~nickolai@pal-160-038.itap.purdue.edu) (Ping timeout: 252 seconds)
- # [17:12] * Quits: boaz (~boaz@li326-230.members.linode.com) (Excess Flood)
- # [17:13] * Joins: boaz (~boaz@li326-230.members.linode.com)
- # [17:13] * Joins: Taftse (~Taftse@unaffiliated/taftse)
- # [17:21] * Joins: mrsrikanth (~mrsrikant@59.92.52.247)
- # [17:24] * Joins: SaadIbrahim (~mslfreak@115.186.122.182)
- # [17:24] * Quits: SaadIbrahim (~mslfreak@115.186.122.182) (Changing host)
- # [17:24] * Joins: SaadIbrahim (~mslfreak@unaffiliated/saadibrahim)
- # [17:25] * Quits: koggdal (~koggdal@213.80.127.82) (Quit: koggdal)
- # [17:28] * Quits: dcadenas (~dcadenas@r186-48-213-239.dialup.adsl.anteldata.net.uy) (Ping timeout: 260 seconds)
- # [17:28] <paul_irish> neat. https://twitter.com/#!/erikcorry/status/113979928088813568
- # [17:28] <socialhapy> ★ Tweet from erikcorry: @jashkenas Yes, and starting in Chrome14, V8 will convert !0 and !1 into true and false in the parser: http://t.co/AhfpKRD ★ http://bit.ly/oBSIFp
- # [17:29] <paul_irish> struys: the site i use to determine valid css selectors???
- # [17:30] * Joins: nimbupani (~divyam@solution5.hsia.citycenter.com)
- # [17:30] * nimbupani is now known as divya
- # [17:30] * Parts: pinage404 (~Pinage404@APuteaux-651-1-288-40.w90-44.abo.wanadoo.fr)
- # [17:32] * Joins: Xo__ (~Hautain@AOrleans-258-1-59-85.w90-24.abo.wanadoo.fr)
- # [17:32] * Quits: devongovett (~devongove@pcp038502pcs.morro.reshall.calpoly.edu) (Quit: devongovett)
- # [17:32] * Quits: Neiluj_ (~Julien@195.200.175.214) (Ping timeout: 260 seconds)
- # [17:33] * Quits: krater (~jungleman@189.71.2.238) (Quit: Life without danger is a waste of oxygen)
- # [17:34] * Joins: dcadenas (~dcadenas@r186-48-205-196.dialup.adsl.anteldata.net.uy)
- # [17:35] * Quits: simenbrekken (~simenbrek@77.40.186.130) (Remote host closed the connection)
- # [17:35] * Quits: Hautain_ (~Hautain@AOrleans-258-1-33-117.w90-24.abo.wanadoo.fr) (Ping timeout: 260 seconds)
- # [17:38] * Quits: plh_ (~plh@c-76-103-103-55.hsd1.ca.comcast.net) (Ping timeout: 276 seconds)
- # [17:39] * Joins: kennyluck (~kennyluck@119.57.31.103)
- # [17:44] * Quits: mrsrikanth (~mrsrikant@59.92.52.247) (Quit: Leaving)
- # [17:45] * Quits: zatan_ (~zatan@5aceb9e8.bb.sky.com) (Ping timeout: 260 seconds)
- # [17:45] * Joins: devongovett (~devongove@pcp038502pcs.morro.reshall.calpoly.edu)
- # [17:45] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
- # [17:46] * Joins: tonyjcamp (~tonyjcamp@65.47.92.202)
- # [17:48] <Jon47> every little bit counts!
- # [17:48] * Quits: biodegabriel (~biodegabr@p54BD0402.dip0.t-ipconnect.de) (Quit: biodegabriel)
- # [17:48] * Joins: chrislorenz (~chrislore@rrcs-24-43-22-34.west.biz.rr.com)
- # [17:48] * Quits: devongovett (~devongove@pcp038502pcs.morro.reshall.calpoly.edu) (Client Quit)
- # [17:49] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [17:50] * Joins: Neiluj (~Julien@195.200.175.214)
- # [17:52] * Quits: divya (~divyam@solution5.hsia.citycenter.com) (Quit: Leaving.)
- # [17:54] * Joins: BrianBlakely (~Adium@out.dentsuamerica.com)
- # [17:57] * Joins: patcito (~123@190.42.77.213)
- # [17:59] * Joins: koggdal (~koggdal@user171.77-105-221.netatonce.net)
- # [18:01] * Joins: pandeiro (~pandeiro@bd21c006.virtua.com.br)
- # [18:05] * Joins: nimbupani (~divyam@solution5.hsia.citycenter.com)
- # [18:05] * nimbupani is now known as divya
- # [18:05] * Joins: ericduran (~ericduran@173-203-243-241.static.cloud-ips.com)
- # [18:05] * ericduran is now known as ericduran|mtg
- # [18:06] * ericduran|mtg is now known as ericduran
- # [18:06] * ericduran is now known as ericduran|mtg
- # [18:06] * Quits: doritoDan (~doritoDan@unaffiliated/doritodan) (Quit: I love web and I love doritos. Coincidence? You decide.)
- # [18:08] * Quits: divya (~divyam@solution5.hsia.citycenter.com) (Client Quit)
- # [18:10] * Joins: nimbupani (~divyam@solution5.hsia.citycenter.com)
- # [18:10] * nimbupani is now known as divya
- # [18:11] * Quits: amerine (~mturner@bc171197.bendcable.com) (Quit: Sleep)
- # [18:11] * Joins: simenbrekken (~simenbrek@c85-196-101-98.static.sdsl.no)
- # [18:16] * Quits: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net) (Read error: Connection reset by peer)
- # [18:16] * Joins: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net)
- # [18:17] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [18:18] * Joins: irae_ (~irae_@64.20.183.184)
- # [18:18] * Joins: sic1 (~ckihneman@wsip-68-224-173-84.sd.sd.cox.net)
- # [18:21] * Joins: dgathright (~dgathrigh@421hostw2.starwoodbroadband.com)
- # [18:22] * Joins: tigerpaw (~tigerpaw@unaffiliated/tigerpaw)
- # [18:23] * Joins: mahesh (~quassel@117.196.167.35)
- # [18:23] * Joins: amerine (~mturner@67.204.184.82)
- # [18:27] * Quits: Neiluj (~Julien@195.200.175.214) (Ping timeout: 240 seconds)
- # [18:27] * Quits: maxmanders (~maxmander@94.175.212.66) (Quit: leaving)
- # [18:28] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (Excess Flood)
- # [18:28] * Quits: JSManiacs (~Adium@24.130.33.15) (Quit: Leaving.)
- # [18:28] * Quits: irae_ (~irae_@64.20.183.184) (Ping timeout: 252 seconds)
- # [18:31] * Joins: Neiluj (~Julien@195.200.175.214)
- # [18:31] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
- # [18:32] * Quits: cyberdees (u2574@gateway/web/irccloud.com/x-afyriwfenjuptfvc) (Ping timeout: 260 seconds)
- # [18:32] * Quits: krijn (u2319@gateway/web/irccloud.com/x-lamnxkovxuwddswm) (Ping timeout: 260 seconds)
- # [18:32] * Quits: Wilto (u2821@gateway/web/irccloud.com/x-hbnqrghmzcxujlzz) (Ping timeout: 240 seconds)
- # [18:32] * Quits: LuigiMontanez (u3248@gateway/web/irccloud.com/x-heinrixgyigvtjqo) (Ping timeout: 240 seconds)
- # [18:32] * Quits: Dr4g (u3226@gateway/web/irccloud.com/x-uyutgwmicbrbmixa) (Ping timeout: 240 seconds)
- # [18:32] * Quits: Phae (u455@gateway/web/irccloud.com/x-uuldnnhcplolnahf) (Ping timeout: 240 seconds)
- # [18:32] * Quits: beowulf (u116@pdpc/supporter/professional/beowulf) (Ping timeout: 240 seconds)
- # [18:32] * Quits: gregers (u3571@gateway/web/irccloud.com/x-dciszpmtdzculnqs) (Ping timeout: 252 seconds)
- # [18:32] * Quits: iaincarsberg (u1388@gateway/web/irccloud.com/x-qlmfsplczuzvijjs) (Ping timeout: 252 seconds)
- # [18:32] * Quits: pl0sh (u3225@gateway/web/irccloud.com/x-drpqonfcyeiclnfh) (Ping timeout: 260 seconds)
- # [18:32] * Quits: salazr (u2027@gateway/web/irccloud.com/x-ulvznqkhrzoxpgnm) (Ping timeout: 252 seconds)
- # [18:32] * Quits: footyfish (u830@gateway/web/irccloud.com/x-emnhkjohqfkwdfnb) (Ping timeout: 252 seconds)
- # [18:32] * Quits: beawesomeinstead (u1643@gateway/web/irccloud.com/x-eucldrqbkwwxuzps) (Ping timeout: 260 seconds)
- # [18:32] * Quits: actel (u48@gateway/web/irccloud.com/x-zcxpafozbiaccokr) (Ping timeout: 260 seconds)
- # [18:32] * Quits: Raynos (u3611@gateway/web/irccloud.com/x-rackvbjnqdmjisdf) (Ping timeout: 260 seconds)
- # [18:32] * Quits: cylentwolf (u3104@gateway/web/irccloud.com/x-umixitqvmqnaynlm) (Ping timeout: 260 seconds)
- # [18:32] * Quits: ebryn (u2895@gateway/web/irccloud.com/x-gxapvunapyjdmgzb) (Ping timeout: 260 seconds)
- # [18:32] * Quits: niftylettuce (u2733@gateway/web/irccloud.com/x-yyaxiqjkxtnqwczp) (Ping timeout: 260 seconds)
- # [18:32] * Quits: romainhuet (u2533@gateway/web/irccloud.com/x-ztfaqfcempzrwuzy) (Ping timeout: 260 seconds)
- # [18:32] * Quits: orthagonal_ (u2528@gateway/web/irccloud.com/x-newjzuyaoglvfgtg) (Ping timeout: 260 seconds)
- # [18:32] * Quits: jeremyselier (u2513@gateway/web/irccloud.com/x-ndyzembosaajhedm) (Ping timeout: 260 seconds)
- # [18:32] * Quits: ryanseddon (u1832@gateway/web/irccloud.com/x-dznvvuurujmzxyim) (Ping timeout: 260 seconds)
- # [18:32] * Quits: Vigud (u1143@gateway/web/irccloud.com/x-gejfufueriwgfqoz) (Ping timeout: 260 seconds)
- # [18:32] * Quits: chromedFiz (u533@gateway/web/irccloud.com/x-eyconqqgzqpeogja) (Ping timeout: 260 seconds)
- # [18:32] * Quits: daleharvey (u513@gateway/web/irccloud.com/x-mwuncrhjpeqwgcmh) (Ping timeout: 260 seconds)
- # [18:32] * Quits: tomh (u501@gateway/web/irccloud.com/x-lfygpamxrbxdaked) (Ping timeout: 260 seconds)
- # [18:33] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (Excess Flood)
- # [18:33] * Joins: plh_ (~plh@c-76-103-103-55.hsd1.ca.comcast.net)
- # [18:33] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
- # [18:33] * Joins: howlymowly (~quassel@tubsat.fb12.tu-berlin.de)
- # [18:33] * Joins: danielfilho (~danielfil@421hostw2.starwoodbroadband.com)
- # [18:34] * Quits: danielfilho (~danielfil@421hostw2.starwoodbroadband.com) (Client Quit)
- # [18:34] <howlymowly> alright.
- # [18:34] * Quits: divya (~divyam@solution5.hsia.citycenter.com) (Quit: Leaving.)
- # [18:37] <howlymowly> Dear most honrable oracle of html5. I come to you asking all of your multiple instances also known as irc-chatters for advice with a little problem of mine:
- # [18:37] * Quits: dgathright (~dgathrigh@421hostw2.starwoodbroadband.com) (Quit: dgathright)
- # [18:38] <howlymowly> I am writing on dynamic website which dynamically updates constnatly changing values from a server. Now I want to put a little button on that website to "log" these data into a file on the client-side
- # [18:38] <howlymowly> any idea, how I could do this?
- # [18:38] * Quits: myakura (~myakura@FL1-203-136-181-177.tky.mesh.ad.jp) (Remote host closed the connection)
- # [18:38] <howlymowly> I am having trouble, because the browser API's do not aloow me to save files on the client machine (for a good reason of course) so would there be some kind of a wrok-around?
- # [18:39] <howlymowly> I do not want to implement this kind of functionality on the server side...
- # [18:39] <howlymowly> for example I would like to log the data into a *.csv file on the client-side
- # [18:39] * Joins: sharustar (~sharustar@wsip-70-166-116-7.ph.ph.cox.net)
- # [18:39] * Quits: sharustar (~sharustar@wsip-70-166-116-7.ph.ph.cox.net) (Changing host)
- # [18:39] * Joins: sharustar (~sharustar@unaffiliated/sharustar)
- # [18:40] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [18:40] * sharustar is now known as WILDsharustar
- # [18:40] * Joins: dguttman (~dguttman@cpe-75-85-0-213.socal.res.rr.com)
- # [18:40] * Joins: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [18:41] * Joins: actel (u48@gateway/web/irccloud.com/x-quwkaslbejqesncn)
- # [18:42] * Quits: jetienne__ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Ping timeout: 260 seconds)
- # [18:43] * Joins: beowulf (u116@pdpc/supporter/professional/beowulf)
- # [18:43] <newz2000> howlymowly: what are you going to do with the data, process it in the same web app for later or instruct the user to open the data in another program?
- # [18:44] * Joins: Thasmo (~thasmo@d86-32-70-37.cust.tele2.at)
- # [18:44] <howlymowly> newz2000: instruct the user to open the data in another program...
- # [18:44] <newz2000> I'd suggest, using your CSV as an example, putting it into a text area or a div so that the user can copy and paste it.
- # [18:45] <newz2000> The only other way I know to do it is to have the server send the file
- # [18:47] * Joins: mascix (~mascix@83.66.110.192)
- # [18:48] * Quits: _aron (~aron@host81-149-126-171.in-addr.btopenworld.com) (Ping timeout: 260 seconds)
- # [18:48] * Joins: Phae (u455@gateway/web/irccloud.com/x-jsumfhqjfpqepaui)
- # [18:49] <howlymowly> thx newz2000. although that's not good news for me :)
- # [18:49] * Joins: daleharvey (u513@gateway/web/irccloud.com/x-zthuukovsdybpbvv)
- # [18:49] * Joins: chromedFiz (u533@gateway/web/irccloud.com/x-dyyztuqtlhlguyfh)
- # [18:49] * Joins: tomh (u501@gateway/web/irccloud.com/x-cijvgegcyygvzwxb)
- # [18:49] <newz2000> howlymowly: ♬ this is the world we live in … ♬
- # [18:49] * Joins: ewokchewy (~liferay@rrcs-76-79-114-214.west.biz.rr.com)
- # [18:50] <howlymowly> :)
- # [18:50] * Parts: ewokchewy (~liferay@rrcs-76-79-114-214.west.biz.rr.com)
- # [18:50] * Quits: mascix (~mascix@83.66.110.192) (Client Quit)
- # [18:50] <howlymowly> newz2000: so I guess although I am new to all that webapp stuff I just discovered one of the major "disadvantages" :)
- # [18:50] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Quit: bot-t)
- # [18:51] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [18:51] <newz2000> well, it's an advantage for users that random websits can't put files on their computer
- # [18:51] <newz2000> Back in the 90's we could do all kinds of crazy stuff
- # [18:52] * newz2000 remembers writing webpages that could communicate with the user's Outlook e-mail and contact list
- # [18:52] <howlymowly> newz2000: well.. my intention was rather like this: first I gather all the data in some javascript list and after I stop recording values into that list I ask the user whether he wants to save that dat into a file on his local machine
- # [18:53] <newz2000> howlymowly: I would send the data to the server and then have it create a .csv file and redirect to it, causing it to download. (look for the content-disposition header iirc)
- # [18:53] * Joins: ssickle (~ryanv@or-71-50-11-135.dhcp.embarqhsd.net)
- # [18:53] <newz2000> The user won't even notice the redirect, it'll just pop up a save or open dialog
- # [18:53] * Joins: JSManiacs (~Adium@50-0-92-40.dsl.dynamic.sonic.net)
- # [18:53] <BrianBlakely> howlymowly: You can do this in the most bleeding-edge browsers
- # [18:54] * Joins: Jayflux (~jay_knows@cpc1-dudl6-0-0-cust197.wolv.cable.virginmedia.com)
- # [18:54] * Joins: footyfish (u830@gateway/web/irccloud.com/x-aftvqmranrlpuhuc)
- # [18:54] <howlymowly> BrianBlakely: You can?
- # [18:56] <BrianBlakely> howlymowly: converting a Blob to base64
- # [18:56] <BrianBlakely> ?mdc blob
- # [18:57] <bot-t> BrianBlakely, Blob - MDN - https://developer.mozilla.org/en/DOM/Blob
- # [18:57] <BrianBlakely> http://stackoverflow.com/questions/6076047/create-a-download-link-from-a-blob-url
- # [18:57] <BrianBlakely> http://stackoverflow.com/questions/3665115/create-a-file-in-memory-for-user-to-download-not-through-server
- # [18:57] <BrianBlakely> ^ howlymowly
- # [18:57] <howlymowly> ahh sh** I gotta go.. but thx. newz2000, BrianBlakely I 'll look into these suggestions
- # [18:57] * Quits: howlymowly (~quassel@tubsat.fb12.tu-berlin.de) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
- # [18:58] * Joins: dankest (~dankest@ip98-171-163-189.sb.sd.cox.net)
- # [18:59] * Quits: dguttman (~dguttman@cpe-75-85-0-213.socal.res.rr.com) (Ping timeout: 260 seconds)
- # [18:59] * Quits: dankest (~dankest@ip98-171-163-189.sb.sd.cox.net) (Client Quit)
- # [18:59] * Joins: Vigud (u1143@gateway/web/irccloud.com/x-mnujugtyotafbuuk)
- # [18:59] * Quits: mahesh (~quassel@117.196.167.35) (Remote host closed the connection)
- # [18:59] * Quits: gnarf (~gnarf@unaffiliated/gnarf) (Read error: Operation timed out)
- # [19:00] * Joins: tonyc_ (~tonyjcamp@204.115.7.185)
- # [19:00] * Joins: gnarf (~gnarf@unaffiliated/gnarf)
- # [19:01] * Joins: cups (~cups@unaffiliated/cups)
- # [19:02] <cups> hey guys is it possible to combine ccs3 border-image along with background-image? when I try I notice the background image is showing up behind the border image
- # [19:02] <BrianBlakely> ?tell howlymowly Also you should use a[download]: http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-download
- # [19:02] <bot-t> BrianBlakely, Okay.
- # [19:03] * Joins: dguttman (~dguttman@cpe-75-85-0-213.socal.res.rr.com)
- # [19:03] * Quits: tigerpaw (~tigerpaw@unaffiliated/tigerpaw) (Quit: purrr)
- # [19:03] * Joins: iaincarsberg (u1388@gateway/web/irccloud.com/x-bkgrgigdlfdzyncb)
- # [19:03] * Quits: tonyjcamp (~tonyjcamp@65.47.92.202) (Ping timeout: 252 seconds)
- # [19:03] <BrianBlakely> cups: That's all correct
- # [19:03] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Quit: bot-t)
- # [19:04] * Quits: temp02 (~temp01@unaffiliated/temp01) (Read error: Connection reset by peer)
- # [19:04] <BrianBlakely> cups: What would you like to have happen?
- # [19:05] <cups> i have a borderimage that I'm stretching to the size of a div and then I wanted an image top and center in front of it
- # [19:06] <cups> do I need to put in the background image in the border image file?
- # [19:06] <cups> that would stretch the bg image though no?
- # [19:07] * Quits: GoOz (~GoOz@fil75-1-78-192-105-53.fbxo.proxad.net) (Quit: ZzZZZzzZZZzz)
- # [19:07] <cups> I thought I could layer a bg image in front of a border image
- # [19:07] * Joins: beawesomeinstead (u1643@gateway/web/irccloud.com/x-ppenfvyffjanodkh)
- # [19:08] <BrianBlakely> cups: Nope. The border-image exists on the same layer as the border, which is above the background. Alternatively, you can use ::before to place a presentational element.
- # [19:10] * Joins: tonyc__ (~tonyjcamp@65.47.92.202)
- # [19:10] * Joins: nimbupani (~divyam@solution5.hsia.citycenter.com)
- # [19:10] * nimbupani is now known as divya
- # [19:10] * Joins: ryanseddon (u1832@gateway/web/irccloud.com/x-gwxbhdqtjtvdlpes)
- # [19:11] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [19:11] <cups> brian, interesting, can I define a background-image property on the :before pseudo element?
- # [19:11] * Quits: ssickle (~ryanv@or-71-50-11-135.dhcp.embarqhsd.net) (Quit: Leaving.)
- # [19:12] <BrianBlakely> cups: Think of ::before and ::after as spans. They can do all the CSS stuff that spans can do… and more!
- # [19:12] <divya> not really
- # [19:12] <divya> but its almost similar
- # [19:12] <BrianBlakely> divya: Oh, please correct me
- # [19:13] <divya> right now u cant do css animations on them right now
- # [19:13] <BrianBlakely> Ah, yes, come to think of it there are some weird limitations
- # [19:13] <BrianBlakely> Right, exactly
- # [19:13] <BrianBlakely> Ran into this issue last week
- # [19:13] * Quits: tonyc_ (~tonyjcamp@204.115.7.185) (Ping timeout: 260 seconds)
- # [19:13] * Joins: salazr (u2027@gateway/web/irccloud.com/x-kwbzqoptgbwaemin)
- # [19:13] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [19:13] * Quits: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk) (Remote host closed the connection)
- # [19:13] <divya> it should be changed soon tho
- # [19:14] <divya> also you cant have before/after on replaced elements
- # [19:14] <BrianBlakely> divya: "replaced"?
- # [19:14] <divya> img
- # [19:14] <divya> select
- # [19:14] <divya> input
- # [19:14] * Quits: jochen__ (jochen@nat/google/x-uswnrylttkwhiguq) (Remote host closed the connection)
- # [19:14] <BrianBlakely> Ah, gotcha
- # [19:14] * Joins: jochen__ (jochen@nat/google/x-egjcmjtmmtafngop)
- # [19:14] * Quits: localhost (~chris@cpe-76-188-161-222.neo.res.rr.com) (Read error: Connection reset by peer)
- # [19:15] <divya> but its inconsistent right now but should become better
- # [19:15] * Quits: robreact (~chatzilla@smtp1bos1.globalmediaxchange.com) (Ping timeout: 258 seconds)
- # [19:16] <BrianBlakely> cups, basically it's a span, except in some very specific circumstances
- # [19:16] * Joins: ssickle (~ryanv@or-71-50-11-135.dhcp.embarqhsd.net)
- # [19:17] * Joins: localhost (~chris@cpe-76-188-161-222.neo.res.rr.com)
- # [19:17] <cups> hmm so I've tried adding a background-image to the :before, and I'm not seeing anything, but if I add content "something" I do start to see it
- # [19:17] <cups> I've tried adding height and width values but that doesn't seem to do anything
- # [19:17] * Quits: Neiluj (~Julien@195.200.175.214) (Quit: Neiluj)
- # [19:17] * Parts: shomon (~alefernan@89.6.12.253) ("Saliendo")
- # [19:17] <divya> cups: u need to add content
- # [19:18] <divya> content: ""
- # [19:18] <divya> they do not exist without that
- # [19:18] * Joins: krijn (u2319@gateway/web/irccloud.com/x-givnqcdgvkjqrnls)
- # [19:21] <cups> #wwp:before {
- # [19:21] <cups> background: url("http://localhost/css/../images/bg-image.png") no-repeat scroll center top transparent;
- # [19:21] <cups> content: " . ";
- # [19:21] <cups> height: 500px;
- # [19:21] <cups> width: 500px;
- # [19:21] <cups> }
- # [19:21] <cups> not seeing any of the height or width
- # [19:21] <cups> just some background the size of the dot :)
- # [19:21] <cups> am I missing something?
- # [19:21] * Quits: croby (~croby@c-174-61-151-153.hsd1.wa.comcast.net) (Quit: croby)
- # [19:21] * Quits: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [19:21] * ericduran|mtg is now known as ericduran
- # [19:22] * Joins: Jackneill2 (~Jackneill@91.82.31.85.pool.invitel.hu)
- # [19:22] * Joins: orthagonal_ (u2528@gateway/web/irccloud.com/x-hnkwwjxvwonjvgsy)
- # [19:22] * Joins: cyberdees (u2574@gateway/web/irccloud.com/x-bxfdrjwfypedtphx)
- # [19:22] * Joins: jeremyselier (u2513@gateway/web/irccloud.com/x-bcbggmwgwplyzils)
- # [19:22] <cups> ah, position absolute seemed to help
- # [19:23] * Joins: romainhuet (u2533@gateway/web/irccloud.com/x-osykrtzljkiejkfc)
- # [19:23] * Joins: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net)
- # [19:24] * Quits: Jackneill (~Jackneill@unaffiliated/jackneill) (Ping timeout: 260 seconds)
- # [19:25] <cups> thanks for the help guys
- # [19:26] * Joins: sephr_ (~Eli@c-98-235-63-240.hsd1.pa.comcast.net)
- # [19:26] * Joins: niftylettuce (u2733@gateway/web/irccloud.com/x-qaypnvccbsoxgbdg)
- # [19:26] * Joins: Wilto (u2821@gateway/web/irccloud.com/x-uyxubwgqxftdfrxx)
- # [19:29] * Quits: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net) (Ping timeout: 260 seconds)
- # [19:30] * Quits: WILDsharustar (~sharustar@unaffiliated/sharustar) (Quit: Leaving)
- # [19:31] * Joins: cylentwolf (u3104@gateway/web/irccloud.com/x-qgffazgfsxynzvbw)
- # [19:32] * Joins: sharustar_ (~sharustar@wsip-70-166-116-7.ph.ph.cox.net)
- # [19:33] * Joins: Dr4g (u3226@gateway/web/irccloud.com/x-zsvamuffukydsjre)
- # [19:33] * Joins: pl0sh (u3225@gateway/web/irccloud.com/x-mwpbengxgzjahdls)
- # [19:35] * Joins: robreact (~chatzilla@smtp1bos1.globalmediaxchange.com)
- # [19:35] * Joins: robhawkes (~robhawkes@216.1.177.180)
- # [19:36] * Joins: nickolai89 (~nickolai@pal-160-033.itap.purdue.edu)
- # [19:37] * Joins: fearlesstost (~fearlesst@66.220.144.74)
- # [19:37] * Quits: sharustar_ (~sharustar@wsip-70-166-116-7.ph.ph.cox.net) (Quit: Leaving)
- # [19:39] * Joins: gregers (u3571@gateway/web/irccloud.com/x-kzdvslpoerfnqgut)
- # [19:39] * Joins: tonyc_ (~tonyjcamp@65.47.92.202)
- # [19:39] * Joins: LuigiMontanez (u3248@gateway/web/irccloud.com/x-bqanzpfifntgulpg)
- # [19:39] * Joins: bitwise_ (~bitwise_@c-24-5-67-22.hsd1.ca.comcast.net)
- # [19:40] * Joins: tylerstalder (~textual@97.65.119.2)
- # [19:40] <BrianBlakely> cups: You don't need to do ".", you can just feed it an empty string
- # [19:41] * Quits: tonyc__ (~tonyjcamp@65.47.92.202) (Ping timeout: 252 seconds)
- # [19:41] <BrianBlakely> ""
- # [19:41] * Quits: dmachi (~dmachi@pool-72-66-210-49.ronkva.east.verizon.net) (Ping timeout: 252 seconds)
- # [19:42] * Joins: axelator (~chatzilla@cn-sfo1-natout.cnet.com)
- # [19:44] <phrearch> hm, wonder what the most efficient way would be to provide each part of a cms with a custom context menu
- # [19:44] * Joins: dgathright (~dgathrigh@107.54.68.245)
- # [19:44] * Quits: divya (~divyam@solution5.hsia.citycenter.com) (Quit: Leaving.)
- # [19:45] <xonecas> o/
- # [19:45] * Joins: Raynos (u3611@gateway/web/irccloud.com/x-gaynshkxjdcxghtj)
- # [19:46] * Joins: rosco_y (~ross@71-13-209-223.dhcp.mrqt.mi.charter.com)
- # [19:47] <phrearch> i suppose the data attribute comes in handy here
- # [19:47] * Joins: benv (~benv@50-0-80-160.dsl.static.sonic.net)
- # [19:49] * Joins: ebryn (u2895@gateway/web/irccloud.com/x-lzoqnksjufxqhkpf)
- # [19:49] <shepazu> Mr. paul_irish, would you care to add some irish to the W3Conf retweets?
- # [19:50] <shepazu> something like "WTFOMGZ! WC3 is haveing a conference I want to go! http://w3conf.org"
- # [19:50] * Quits: NoNoNo (~Adium@buerogw01.ispgateway.de) (Quit: Leaving.)
- # [19:51] <shepazu> NoNo
- # [19:51] <shepazu> NoNoNo is the enemy of OmNomNom
- # [19:56] * Joins: nimbupani (~divyam@solution5.hsia.citycenter.com)
- # [19:56] * nimbupani is now known as divya
- # [19:58] * Quits: dguttman (~dguttman@cpe-75-85-0-213.socal.res.rr.com) (Quit: dguttman)
- # [20:00] <BrianBlakely> OMG PARALAX
- # [20:00] <BrianBlakely> Does that work shepazu
- # [20:00] <divya> :)
- # [20:02] * Joins: robreact_ (~chatzilla@smtp1bos1.globalmediaxchange.com)
- # [20:03] * Quits: robreact (~chatzilla@smtp1bos1.globalmediaxchange.com) (Ping timeout: 260 seconds)
- # [20:04] * robreact_ is now known as robreact
- # [20:06] * Joins: SoulRaven (SoulRaven@89.41.157.171)
- # [20:12] <shepazu> BrianBlakely: yes, indeed
- # [20:12] * Joins: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl)
- # [20:15] * Joins: wookiehangover (~wookiehan@173-8-247-218-Colorado.hfc.comcastbusiness.net)
- # [20:17] * Quits: kadiks (~kadiks@APuteaux-652-1-120-219.w90-2.abo.wanadoo.fr) (Ping timeout: 260 seconds)
- # [20:17] * Quits: webbd (~dwebb@fedora/dwebb) (Ping timeout: 260 seconds)
- # [20:18] * Quits: obert- (~obert@host70-207-dynamic.1-87-r.retail.telecomitalia.it) (Remote host closed the connection)
- # [20:18] * Quits: OnkelTem (~fantomas@pool-62-84-112-224.pppoe.dubna.ru) (Ping timeout: 240 seconds)
- # [20:18] * Joins: obert- (~obert@host70-207-dynamic.1-87-r.retail.telecomitalia.it)
- # [20:20] * Joins: OnkelTem (~fantomas@pool-62-84-112-224.pppoe.dubna.ru)
- # [20:20] * Joins: buribu (~buribu@unaffiliated/buribu)
- # [20:20] * Joins: buribux (~buribu@201-43-21-113.dsl.telesp.net.br)
- # [20:20] * Quits: buribux (~buribu@201-43-21-113.dsl.telesp.net.br) (Changing host)
- # [20:20] * Joins: buribux (~buribu@unaffiliated/buribux)
- # [20:20] * Joins: GoOz (~GoOz@pla78-3-88-161-13-198.fbx.proxad.net)
- # [20:24] * Quits: buribux (~buribu@unaffiliated/buribux) (Client Quit)
- # [20:24] * Quits: nickolai89 (~nickolai@pal-160-033.itap.purdue.edu) (Ping timeout: 260 seconds)
- # [20:25] * Quits: dgathright (~dgathrigh@107.54.68.245) (Ping timeout: 260 seconds)
- # [20:25] * Joins: tantek (~tantek@c-71-237-211-72.hsd1.or.comcast.net)
- # [20:27] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [20:28] <BFranks> I have a blog I'm working on where someone decided that it was worth using flash to animate some glowing light points that wander around the logo: http://yandara.com/blog/wp-content/themes/yandara_homepage_idea3/images/flash.swf .. I tried Swiffy on it and no luck.. There must be a 5 minute trick to add such a simple effect with HTML5?
- # [20:30] * Joins: kadiks (~kadiks@APuteaux-652-1-97-66.w90-2.abo.wanadoo.fr)
- # [20:30] <moo-_-> BrianBlakely: code animated particles using Javascript and CSS?
- # [20:30] <moo-_-> sorry BFranks
- # [20:30] <cgcardona> anyone get a copy of windows 8 up and running yet? It's got IE10 which is kinda cool.
- # [20:31] <cgcardona> https://plus.google.com/106993790975969476239/posts/R9FyrMx46RE
- # [20:31] <cgcardona> https://plus.google.com/106993790975969476239/posts/9Gs1NLRs1eT
- # [20:31] <cgcardona> ipad killer i don't think so. But cool evolutionary step for windows? definitely
- # [20:32] * Quits: GoOz (~GoOz@pla78-3-88-161-13-198.fbx.proxad.net) (Quit: Meow :3)
- # [20:32] * Quits: robhawkes (~robhawkes@216.1.177.180) (Quit: Leaving...)
- # [20:34] * Joins: GoOz (~GoOz@2a01:e35:8a10:dc60:3856:9611:b467:d324)
- # [20:35] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Quit: cgcardona)
- # [20:35] * Joins: dmachi (~dmachi@pool-72-66-213-28.ronkva.east.verizon.net)
- # [20:36] * Joins: dguttman (~dguttman@rrcs-173-196-159-188.west.biz.rr.com)
- # [20:37] * Quits: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net) (Ping timeout: 260 seconds)
- # [20:37] * Quits: axelator (~chatzilla@cn-sfo1-natout.cnet.com) (Remote host closed the connection)
- # [20:38] * ericduran is now known as ericduran|food
- # [20:40] * Joins: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net)
- # [20:41] * Quits: amerine (~mturner@67.204.184.82) (Quit: Sleep)
- # [20:41] * Quits: phrearch (~phrearch_@5ED42DE2.cm-7-5a.dynamic.ziggo.nl) (Quit: Leaving)
- # [20:41] * Joins: Hautain_ (~Hautain@AOrleans-258-1-88-227.w90-24.abo.wanadoo.fr)
- # [20:42] * Joins: NetRoY (~NetRoY@122.167.92.176)
- # [20:43] * Joins: amerine (~mturner@67.204.184.82)
- # [20:43] <BrianBlakely> https://twitter.com/brianblakely/status/114045202653655040
- # [20:43] <socialhapy> ★ Tweet from brianblakely: OMG PARALLAX: http://t.co/BkItq12
- # [20:43] <socialhapy> (West Coast gets all the cool events) ★ http://bit.ly/r74wb0
- # [20:43] * Quits: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net) (Quit: Please insert a quarter for quit message.)
- # [20:44] * Joins: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net)
- # [20:45] * Quits: Xo__ (~Hautain@AOrleans-258-1-59-85.w90-24.abo.wanadoo.fr) (Ping timeout: 260 seconds)
- # [20:45] * Quits: mokush (~quassel@188.24.43.92) (Remote host closed the connection)
- # [20:48] * Joins: croby (~croby@c-174-61-151-153.hsd1.wa.comcast.net)
- # [20:49] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [20:49] * Joins: webbd (~dwebb@fedora/dwebb)
- # [20:49] <cgcardona> anyone answer my question while I was gone?
- # [20:49] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne)
- # [20:57] * Quits: plh_ (~plh@c-76-103-103-55.hsd1.ca.comcast.net) (Quit: always accept cookies)
- # [21:02] * ericduran|food is now known as ericduran
- # [21:04] * Quits: amerine (~mturner@67.204.184.82) (Quit: Sleep)
- # [21:07] * Joins: tigerpaw (~tigerpaw@unaffiliated/tigerpaw)
- # [21:07] * Joins: jacine (~jacine@drupal.org/user/88931/view)
- # [21:07] * Joins: slifty_corsair (~slifty@dhcp-18-111-91-224.dyn.mit.edu)
- # [21:07] * Quits: mike5w3c (~MikeSmith@EM111-191-91-135.pool.e-mobile.ne.jp) (Ping timeout: 252 seconds)
- # [21:07] * Joins: Xisc (~xisc@105.Red-83-54-188.dynamicIP.rima-tde.net)
- # [21:08] * Quits: Xisc (~xisc@105.Red-83-54-188.dynamicIP.rima-tde.net) (Remote host closed the connection)
- # [21:10] * Joins: peekaychan (~pdxMobile@c-24-21-199-70.hsd1.or.comcast.net)
- # [21:10] * Quits: necrodearia (~mizery@unaffiliated/necrodearia) (Ping timeout: 260 seconds)
- # [21:10] * Parts: peekaychan (~pdxMobile@c-24-21-199-70.hsd1.or.comcast.net)
- # [21:11] * Joins: pdxMobile (~pdxMobile@c-24-21-199-70.hsd1.or.comcast.net)
- # [21:12] * Quits: BrianBlakely (~Adium@out.dentsuamerica.com) (Ping timeout: 252 seconds)
- # [21:13] * Joins: manuchill (~mstalfoor@81.69.16.186)
- # [21:13] * Quits: SoulRaven (SoulRaven@89.41.157.171)
- # [21:13] * Joins: mike5w3c (~MikeSmith@EM111-191-150-167.pool.e-mobile.ne.jp)
- # [21:13] * Joins: Aric_ (0c47ad05@gateway/web/freenode/ip.12.71.173.5)
- # [21:14] * Quits: replore (~replore@ntkngw133234.kngw.nt.ftth.ppp.infoweb.ne.jp) (Remote host closed the connection)
- # [21:14] <Aric_> im using the new h5bp and my prints on all browsers have no styling at all, the only thing i could find was teh @media print stuff though i am using a framework that may be doing something
- # [21:14] <Aric_> anyone else had something like this happen ?
- # [21:14] <divya> Aric_: yes h5bp has a print reset
- # [21:15] * Quits: axos411 (~axos@xdsl-78-35-158-163.netcologne.de) (Ping timeout: 252 seconds)
- # [21:15] <Aric_> how do i undo that cause i commented out the #media print part and same problem
- # [21:16] <divya> Aric_: o then it is not h5bp
- # [21:16] <divya> it would also help if you can paste a link to the site
- # [21:16] <Aric_> yea, im looking at the framework as main culprit just thought i'd ask
- # [21:16] <Aric_> and i found it :/ sry :)
- # [21:18] * Joins: BrianBlakely (~Adium@out.dentsuamerica.com)
- # [21:18] * Quits: tigerpaw (~tigerpaw@unaffiliated/tigerpaw) (Quit: purrr)
- # [21:18] * Quits: Jackneill2 (~Jackneill@91.82.31.85.pool.invitel.hu) (Ping timeout: 260 seconds)
- # [21:19] * Quits: Aric_ (0c47ad05@gateway/web/freenode/ip.12.71.173.5) (Quit: Page closed)
- # [21:23] * Joins: necrodearia (~mizery@unaffiliated/necrodearia)
- # [21:25] * Joins: tigerpaw (~tigerpaw@unaffiliated/tigerpaw)
- # [21:29] * Joins: axos411 (~axos@xdsl-87-79-193-62.netcologne.de)
- # [21:30] * Quits: divya (~divyam@solution5.hsia.citycenter.com) (Quit: Leaving.)
- # [21:31] * Joins: vrlogrs1 (~Ravi@dhcp249-148.openport.buffalo.edu)
- # [21:31] <vrlogrs1> hi guys
- # [21:31] <vrlogrs1> wondering if this precatch thing works with ajax ?
- # [21:33] * Joins: Net_RoY (~NetRoY@nat/yahoo/x-qyjhbxijfufmmrym)
- # [21:34] * Joins: maxmanders (~maxmander@188-220-35-232.zone11.bethere.co.uk)
- # [21:35] * Quits: maxmanders (~maxmander@188-220-35-232.zone11.bethere.co.uk) (Client Quit)
- # [21:35] * Joins: maxmanders (~maxmander@188-220-35-232.zone11.bethere.co.uk)
- # [21:36] * Quits: axos411 (~axos@xdsl-87-79-193-62.netcologne.de) (Ping timeout: 260 seconds)
- # [21:36] * Quits: chrisbuchholz (~cb@li189-30.members.linode.com) (Quit: leaving)
- # [21:37] * Quits: Jon47 (~jonz@204.56.125.50) (Remote host closed the connection)
- # [21:37] * Joins: chrisbuchholz (~cb@li189-30.members.linode.com)
- # [21:37] * Quits: NetRoY (~NetRoY@122.167.92.176) (Ping timeout: 260 seconds)
- # [21:37] * Net_RoY is now known as NetRoY
- # [21:37] * Quits: tantek (~tantek@c-71-237-211-72.hsd1.or.comcast.net) (Quit: tantek)
- # [21:37] * Joins: Jon47 (~jonz@204.56.125.50)
- # [21:39] * Joins: nimbupani (~divyam@solution5.hsia.citycenter.com)
- # [21:39] * nimbupani is now known as divya
- # [21:40] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Ex-Chat)
- # [21:41] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (Excess Flood)
- # [21:42] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
- # [21:42] <vrlogrs1> is there a good html5 validator ?
- # [21:43] <vrlogrs1> with css3 validation as well?
- # [21:43] * Joins: pinage404 (~Pinage404@APuteaux-651-1-288-40.w90-44.abo.wanadoo.fr)
- # [21:44] * Parts: pinage404 (~Pinage404@APuteaux-651-1-288-40.w90-44.abo.wanadoo.fr)
- # [21:50] * Joins: axos411 (~axos@xdsl-84-44-152-70.netcologne.de)
- # [21:51] * Quits: pdxMobile (~pdxMobile@c-24-21-199-70.hsd1.or.comcast.net) (Quit: pdxMobile)
- # [21:54] * Quits: axos411 (~axos@xdsl-84-44-152-70.netcologne.de) (Ping timeout: 240 seconds)
- # [21:56] * Parts: vrlogrs1 (~Ravi@dhcp249-148.openport.buffalo.edu)
- # [21:58] * Joins: KnS_ (~GoOz@pla78-3-88-161-13-198.fbx.proxad.net)
- # [21:59] * Quits: GoOz (~GoOz@2a01:e35:8a10:dc60:3856:9611:b467:d324) (Ping timeout: 260 seconds)
- # [22:05] * Joins: amerine (~mturner@67.204.184.82)
- # [22:06] * Quits: tonyc_ (~tonyjcamp@65.47.92.202) (Quit: Leaving)
- # [22:08] * Quits: levifig (~levifig@levifig.com) (*.net *.split)
- # [22:08] * Quits: symb (~symb@cthulhu.eth4.net) (*.net *.split)
- # [22:08] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (*.net *.split)
- # [22:08] * Quits: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net) (*.net *.split)
- # [22:08] * Quits: robreact (~chatzilla@smtp1bos1.globalmediaxchange.com) (*.net *.split)
- # [22:08] * Quits: ssickle (~ryanv@or-71-50-11-135.dhcp.embarqhsd.net) (*.net *.split)
- # [22:08] * Quits: localhost (~chris@cpe-76-188-161-222.neo.res.rr.com) (*.net *.split)
- # [22:08] * Quits: ryanseddon (u1832@gateway/web/irccloud.com/x-gwxbhdqtjtvdlpes) (*.net *.split)
- # [22:08] * Quits: Phae (u455@gateway/web/irccloud.com/x-jsumfhqjfpqepaui) (*.net *.split)
- # [22:08] * Quits: Thasmo (~thasmo@d86-32-70-37.cust.tele2.at) (*.net *.split)
- # [22:08] * Quits: actel (u48@gateway/web/irccloud.com/x-quwkaslbejqesncn) (*.net *.split)
- # [22:08] * Quits: ericduran (~ericduran@173-203-243-241.static.cloud-ips.com) (*.net *.split)
- # [22:08] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (*.net *.split)
- # [22:08] * Quits: kennyluck (~kennyluck@119.57.31.103) (*.net *.split)
- # [22:08] * Quits: devilswings7 (~unknown@24-151-96-232.dhcp.nwtn.ct.charter.com) (*.net *.split)
- # [22:08] * Quits: dpogue (~dpogue@S010600226b831d53.vf.shawcable.net) (*.net *.split)
- # [22:08] * Quits: asonge (~alex@74.80.44.137) (*.net *.split)
- # [22:08] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (*.net *.split)
- # [22:08] * Quits: jn (~jn@aurorum104-0.aurorum.se) (*.net *.split)
- # [22:08] * Quits: humph (~dave@cdot.senecac.on.ca) (*.net *.split)
- # [22:08] * Quits: chayin (~quassel@61.14.141.36) (*.net *.split)
- # [22:08] * Quits: danheberden (~danheberd@li225-35.members.linode.com) (*.net *.split)
- # [22:08] * Quits: theresaanna (~root@li99-144.members.linode.com) (*.net *.split)
- # [22:08] * Quits: gavacho (~hassan@unaffiliated/gavacho) (*.net *.split)
- # [22:08] * Quits: necrodearia (~mizery@unaffiliated/necrodearia) (*.net *.split)
- # [22:08] * Quits: kadiks (~kadiks@APuteaux-652-1-97-66.w90-2.abo.wanadoo.fr) (*.net *.split)
- # [22:08] * Quits: benv (~benv@50-0-80-160.dsl.static.sonic.net) (*.net *.split)
- # [22:08] * Quits: krijn (u2319@gateway/web/irccloud.com/x-givnqcdgvkjqrnls) (*.net *.split)
- # [22:08] * Quits: salazr (u2027@gateway/web/irccloud.com/x-kwbzqoptgbwaemin) (*.net *.split)
- # [22:08] * Quits: temp01 (~temp01@unaffiliated/temp01) (*.net *.split)
- # [22:08] * Quits: pandeiro (~pandeiro@bd21c006.virtua.com.br) (*.net *.split)
- # [22:08] * Quits: chrislorenz (~chrislore@rrcs-24-43-22-34.west.biz.rr.com) (*.net *.split)
- # [22:08] * Quits: boaz (~boaz@li326-230.members.linode.com) (*.net *.split)
- # [22:08] * Quits: chrisdev (~chrisdev@ts7.ny3.techspace.com) (*.net *.split)
- # [22:08] * Quits: timmywil (~timmywil@sec1.epb.net) (*.net *.split)
- # [22:08] * Quits: notnek (~notnek@swallin-bur-2b.louisville.edu) (*.net *.split)
- # [22:08] * Quits: kevindanko (~kevindank@c-68-82-242-250.hsd1.de.comcast.net) (*.net *.split)
- # [22:08] * Quits: moshee (~moshee@unaffiliated/moshee) (*.net *.split)
- # [22:08] * Quits: mykoleary (~mykoleary@c-24-18-17-144.hsd1.wa.comcast.net) (*.net *.split)
- # [22:08] * Quits: nonge__ (~nonge@p5B3260C0.dip.t-dialin.net) (*.net *.split)
- # [22:08] * Quits: mishunov (~spliter@77.88.72.162) (*.net *.split)
- # [22:08] * Quits: skyler_brungardt (~skyler_br@64.191.211.43) (*.net *.split)
- # [22:08] * Quits: skottt (skottt@c-67-170-101-122.hsd1.wa.comcast.net) (*.net *.split)
- # [22:08] * Quits: BBonifield (~BBonifiel@li107-227.members.linode.com) (*.net *.split)
- # [22:08] * Quits: Pilate (~pilate@apbdb.com) (*.net *.split)
- # [22:08] * Quits: m0 (~m0@mohamedmansour.com) (*.net *.split)
- # [22:08] * Quits: duckspeaker (~duckspeak@pdpc/supporter/active/duckspeaker) (*.net *.split)
- # [22:08] * Quits: BLOB0 (lius@disketti.net) (*.net *.split)
- # [22:08] * Quits: lottadot (~lottadot@38.101.67.253) (*.net *.split)
- # [22:08] * Quits: hlb (~hlb@114-32-222-155.HINET-IP.hinet.net) (*.net *.split)
- # [22:08] * Quits: Unknown[NF] (~d@kong-1.designxenon.com) (*.net *.split)
- # [22:08] * Quits: dabear (~quassel@87.238.49.7) (*.net *.split)
- # [22:08] * Quits: xonecas (~xonecas@184-106-216-69.static.cloud-ips.com) (*.net *.split)
- # [22:08] * Quits: gf3 (~gf3@unaffiliated/gf3) (*.net *.split)
- # [22:08] * Quits: amerine (~mturner@67.204.184.82) (*.net *.split)
- # [22:08] * Quits: chrisbuchholz (~cb@li189-30.members.linode.com) (*.net *.split)
- # [22:08] * Quits: tigerpaw (~tigerpaw@unaffiliated/tigerpaw) (*.net *.split)
- # [22:08] * Quits: mike5w3c (~MikeSmith@EM111-191-150-167.pool.e-mobile.ne.jp) (*.net *.split)
- # [22:08] * Quits: dguttman (~dguttman@rrcs-173-196-159-188.west.biz.rr.com) (*.net *.split)
- # [22:08] * Quits: cylentwolf (u3104@gateway/web/irccloud.com/x-qgffazgfsxynzvbw) (*.net *.split)
- # [22:08] * Quits: footyfish (u830@gateway/web/irccloud.com/x-aftvqmranrlpuhuc) (*.net *.split)
- # [22:08] * Quits: Jayflux (~jay_knows@cpc1-dudl6-0-0-cust197.wolv.cable.virginmedia.com) (*.net *.split)
- # [22:08] * Quits: bibo360 (~bibo360@159.71.64.86.rev.sfr.net) (*.net *.split)
- # [22:08] * Quits: MissionCritical (~MissionCr@unaffiliated/missioncritical) (*.net *.split)
- # [22:08] * Quits: ksemeks (~ksemeks@alpha.linux.hr) (*.net *.split)
- # [22:08] * Quits: LittleFool (~LittleFoo@over-dozed.com) (*.net *.split)
- # [22:09] * Joins: amerine (~mturner@67.204.184.82)
- # [22:09] * Joins: chrisbuchholz (~cb@li189-30.members.linode.com)
- # [22:09] * Joins: tigerpaw (~tigerpaw@unaffiliated/tigerpaw)
- # [22:09] * Joins: necrodearia (~mizery@unaffiliated/necrodearia)
- # [22:09] * Joins: mike5w3c (~MikeSmith@EM111-191-150-167.pool.e-mobile.ne.jp)
- # [22:09] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [22:09] * Joins: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net)
- # [22:09] * Joins: dguttman (~dguttman@rrcs-173-196-159-188.west.biz.rr.com)
- # [22:09] * Joins: kadiks (~kadiks@APuteaux-652-1-97-66.w90-2.abo.wanadoo.fr)
- # [22:09] * Joins: robreact (~chatzilla@smtp1bos1.globalmediaxchange.com)
- # [22:09] * Joins: benv (~benv@50-0-80-160.dsl.static.sonic.net)
- # [22:09] * Joins: cylentwolf (u3104@gateway/web/irccloud.com/x-qgffazgfsxynzvbw)
- # [22:09] * Joins: krijn (u2319@gateway/web/irccloud.com/x-givnqcdgvkjqrnls)
- # [22:09] * Joins: localhost (~chris@cpe-76-188-161-222.neo.res.rr.com)
- # [22:09] * Joins: ssickle (~ryanv@or-71-50-11-135.dhcp.embarqhsd.net)
- # [22:09] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [22:09] * Joins: salazr (u2027@gateway/web/irccloud.com/x-kwbzqoptgbwaemin)
- # [22:09] * Joins: ryanseddon (u1832@gateway/web/irccloud.com/x-gwxbhdqtjtvdlpes)
- # [22:09] * Joins: footyfish (u830@gateway/web/irccloud.com/x-aftvqmranrlpuhuc)
- # [22:09] * Joins: Jayflux (~jay_knows@cpc1-dudl6-0-0-cust197.wolv.cable.virginmedia.com)
- # [22:09] * Joins: Phae (u455@gateway/web/irccloud.com/x-jsumfhqjfpqepaui)
- # [22:09] * Joins: Thasmo (~thasmo@d86-32-70-37.cust.tele2.at)
- # [22:09] * Joins: actel (u48@gateway/web/irccloud.com/x-quwkaslbejqesncn)
- # [22:09] * Joins: ericduran (~ericduran@173-203-243-241.static.cloud-ips.com)
- # [22:09] * Joins: pandeiro (~pandeiro@bd21c006.virtua.com.br)
- # [22:09] * Joins: chrislorenz (~chrislore@rrcs-24-43-22-34.west.biz.rr.com)
- # [22:09] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
- # [22:09] * Joins: kennyluck (~kennyluck@119.57.31.103)
- # [22:09] * Joins: boaz (~boaz@li326-230.members.linode.com)
- # [22:09] * Joins: bibo360 (~bibo360@159.71.64.86.rev.sfr.net)
- # [22:09] * Joins: chrisdev (~chrisdev@ts7.ny3.techspace.com)
- # [22:09] * Joins: timmywil (~timmywil@sec1.epb.net)
- # [22:09] * Joins: notnek (~notnek@swallin-bur-2b.louisville.edu)
- # [22:09] * Joins: kevindanko (~kevindank@c-68-82-242-250.hsd1.de.comcast.net)
- # [22:09] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [22:09] * Joins: devilswings7 (~unknown@24-151-96-232.dhcp.nwtn.ct.charter.com)
- # [22:09] * Joins: MissionCritical (~MissionCr@unaffiliated/missioncritical)
- # [22:09] * Joins: levifig (~levifig@levifig.com)
- # [22:09] * Joins: mykoleary (~mykoleary@c-24-18-17-144.hsd1.wa.comcast.net)
- # [22:09] * Joins: nonge__ (~nonge@p5B3260C0.dip.t-dialin.net)
- # [22:09] * Joins: dpogue (~dpogue@S010600226b831d53.vf.shawcable.net)
- # [22:09] * Joins: mishunov (~spliter@77.88.72.162)
- # [22:09] * Joins: symb (~symb@cthulhu.eth4.net)
- # [22:09] * Joins: skyler_brungardt (~skyler_br@64.191.211.43)
- # [22:09] * Joins: asonge (~alex@74.80.44.137)
- # [22:09] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
- # [22:09] * Joins: jn (~jn@aurorum104-0.aurorum.se)
- # [22:09] * Joins: skottt (skottt@c-67-170-101-122.hsd1.wa.comcast.net)
- # [22:09] * Joins: humph (~dave@cdot.senecac.on.ca)
- # [22:09] * Joins: BBonifield (~BBonifiel@li107-227.members.linode.com)
- # [22:09] * Joins: Pilate (~pilate@apbdb.com)
- # [22:09] * Joins: m0 (~m0@mohamedmansour.com)
- # [22:09] * Joins: chayin (~quassel@61.14.141.36)
- # [22:09] * Joins: ksemeks (~ksemeks@alpha.linux.hr)
- # [22:09] * Joins: duckspeaker (~duckspeak@pdpc/supporter/active/duckspeaker)
- # [22:09] * Joins: BLOB0 (lius@disketti.net)
- # [22:09] * Joins: lottadot (~lottadot@38.101.67.253)
- # [22:09] * Joins: hlb (~hlb@114-32-222-155.HINET-IP.hinet.net)
- # [22:09] * Joins: LittleFool (~LittleFoo@over-dozed.com)
- # [22:09] * Joins: danheberden (~danheberd@li225-35.members.linode.com)
- # [22:09] * Joins: theresaanna (~root@li99-144.members.linode.com)
- # [22:09] * Joins: Unknown[NF] (~d@kong-1.designxenon.com)
- # [22:09] * Joins: gavacho (~hassan@unaffiliated/gavacho)
- # [22:09] * Joins: dabear (~quassel@87.238.49.7)
- # [22:09] * Joins: gf3 (~gf3@unaffiliated/gf3)
- # [22:09] * Joins: xonecas (~xonecas@184-106-216-69.static.cloud-ips.com)
- # [22:09] * Quits: LuigiMontanez (u3248@gateway/web/irccloud.com/x-bqanzpfifntgulpg) (Remote host closed the connection)
- # [22:09] * Quits: daleharvey (u513@gateway/web/irccloud.com/x-zthuukovsdybpbvv) (Read error: Connection reset by peer)
- # [22:09] * Quits: Vigud (u1143@gateway/web/irccloud.com/x-mnujugtyotafbuuk) (Remote host closed the connection)
- # [22:09] * Quits: jeremyselier (u2513@gateway/web/irccloud.com/x-bcbggmwgwplyzils) (Remote host closed the connection)
- # [22:09] * Quits: Dr4g (u3226@gateway/web/irccloud.com/x-zsvamuffukydsjre) (Read error: Connection reset by peer)
- # [22:09] * Quits: tomh (u501@gateway/web/irccloud.com/x-cijvgegcyygvzwxb) (Remote host closed the connection)
- # [22:09] * Quits: pl0sh (u3225@gateway/web/irccloud.com/x-mwpbengxgzjahdls) (Write error: Connection reset by peer)
- # [22:09] * Quits: Raynos (u3611@gateway/web/irccloud.com/x-gaynshkxjdcxghtj) (Remote host closed the connection)
- # [22:09] * Quits: romainhuet (u2533@gateway/web/irccloud.com/x-osykrtzljkiejkfc) (Remote host closed the connection)
- # [22:09] * Joins: axos411 (~axos@xdsl-78-35-131-128.netcologne.de)
- # [22:09] * Joins: LuigiMontanez (u3248@gateway/web/irccloud.com/session)
- # [22:09] * Quits: ryanseddon (u1832@gateway/web/irccloud.com/x-gwxbhdqtjtvdlpes) (Remote host closed the connection)
- # [22:09] * Quits: actel (u48@gateway/web/irccloud.com/x-quwkaslbejqesncn) (Write error: Broken pipe)
- # [22:09] * Quits: MissionCritical (~MissionCr@unaffiliated/missioncritical) (Max SendQ exceeded)
- # [22:09] * Quits: beowulf (u116@pdpc/supporter/professional/beowulf) (Remote host closed the connection)
- # [22:09] * Quits: chromedFiz (u533@gateway/web/irccloud.com/x-dyyztuqtlhlguyfh) (Remote host closed the connection)
- # [22:09] * Quits: Wilto (u2821@gateway/web/irccloud.com/x-uyxubwgqxftdfrxx) (Read error: Connection reset by peer)
- # [22:09] * Quits: LuigiMontanez (u3248@gateway/web/irccloud.com/session) (Changing host)
- # [22:09] * Joins: LuigiMontanez (u3248@gateway/web/irccloud.com/x-lzdisqicydllefvi)
- # [22:09] * Quits: Phae (u455@gateway/web/irccloud.com/x-jsumfhqjfpqepaui) (Write error: Broken pipe)
- # [22:09] * Quits: localhost (~chris@cpe-76-188-161-222.neo.res.rr.com) (Max SendQ exceeded)
- # [22:09] * Quits: ebryn (u2895@gateway/web/irccloud.com/x-lzoqnksjufxqhkpf) (Remote host closed the connection)
- # [22:09] * Quits: cylentwolf (u3104@gateway/web/irccloud.com/x-qgffazgfsxynzvbw) (Remote host closed the connection)
- # [22:09] * Quits: orthagonal_ (u2528@gateway/web/irccloud.com/x-hnkwwjxvwonjvgsy) (Remote host closed the connection)
- # [22:10] * Quits: krijn (u2319@gateway/web/irccloud.com/x-givnqcdgvkjqrnls) (Remote host closed the connection)
- # [22:10] * Quits: gregers (u3571@gateway/web/irccloud.com/x-kzdvslpoerfnqgut) (Remote host closed the connection)
- # [22:10] * Quits: iaincarsberg (u1388@gateway/web/irccloud.com/x-bkgrgigdlfdzyncb) (Remote host closed the connection)
- # [22:10] * Quits: salazr (u2027@gateway/web/irccloud.com/x-kwbzqoptgbwaemin) (Write error: Broken pipe)
- # [22:10] * Quits: LuigiMontanez (u3248@gateway/web/irccloud.com/x-lzdisqicydllefvi) (Remote host closed the connection)
- # [22:10] * Quits: cyberdees (u2574@gateway/web/irccloud.com/x-bxfdrjwfypedtphx) (Remote host closed the connection)
- # [22:10] * Quits: niftylettuce (u2733@gateway/web/irccloud.com/x-qaypnvccbsoxgbdg) (Remote host closed the connection)
- # [22:10] * Quits: beawesomeinstead (u1643@gateway/web/irccloud.com/x-ppenfvyffjanodkh) (Remote host closed the connection)
- # [22:10] * Quits: footyfish (u830@gateway/web/irccloud.com/x-aftvqmranrlpuhuc) (Remote host closed the connection)
- # [22:10] * Joins: shawn_dones (~shawn@98.19.222.132)
- # [22:11] * Quits: necrodearia (~mizery@unaffiliated/necrodearia) (Max SendQ exceeded)
- # [22:11] <shawn_dones> does anyone know of a way to exclude areas of content from search crawlers?
- # [22:11] * Joins: LuigiMontanez (u3248@gateway/web/irccloud.com/x-bifucfopzlavhdpo)
- # [22:11] * Quits: kennyluck (~kennyluck@119.57.31.103) (Quit: kennyluck)
- # [22:11] * Parts: notnek (~notnek@swallin-bur-2b.louisville.edu)
- # [22:11] <BrianBlakely> shawn_dones: display: none;
- # [22:11] * Quits: LuigiMontanez (u3248@gateway/web/irccloud.com/x-bifucfopzlavhdpo) (Remote host closed the connection)
- # [22:11] * Joins: localhost (~chris@cpe-76-188-161-222.neo.res.rr.com)
- # [22:11] * Joins: daleharvey (u513@gateway/web/irccloud.com/x-vhnagqlxbnjjdasl)
- # [22:12] * Quits: daleharvey (u513@gateway/web/irccloud.com/x-vhnagqlxbnjjdasl) (Read error: Connection reset by peer)
- # [22:12] * Quits: axos411 (~axos@xdsl-78-35-131-128.netcologne.de) (Read error: Connection reset by peer)
- # [22:12] <BrianBlakely> shawn_dones: But keep in mind that anything search crawlers can't see, are more-than-likely invisible to screen readers
- # [22:12] * Joins: necrodearia (~mizery@unaffiliated/necrodearia)
- # [22:13] * Joins: actel (u48@gateway/web/irccloud.com/x-kbwloqpjzczcngev)
- # [22:13] * Joins: robhawkes (~robhawkes@216.1.177.180)
- # [22:13] <shawn_dones> BrianBlakely: we have a site that has the words "no inappropriate behavior" and we are getting traffic from people who are searching the term "innapropriate behavior"
- # [22:13] <BrianBlakely> shawn_dones: Inject that content with JS
- # [22:13] <shawn_dones> ok
- # [22:13] <shawn_dones> BrianBlakely: thanks
- # [22:13] <BrianBlakely> shawn_dones: NP!
- # [22:14] * Joins: beowulf (u116@pdpc/supporter/professional/beowulf)
- # [22:16] * Quits: NetRoY (~NetRoY@nat/yahoo/x-qyjhbxijfufmmrym) (Ping timeout: 260 seconds)
- # [22:17] * Joins: zatan_ (~zatan@5aceb9e8.bb.sky.com)
- # [22:17] <shawn_dones> wouldnt display: none; prevent anyone from being able to read it?
- # [22:18] <shawn_dones> BrianBlakely: i take you mean set it to display none then put it back with HS
- # [22:19] <shawn_dones> JS*
- # [22:19] * Joins: Phae (u455@gateway/web/irccloud.com/x-qpeciymcjpszyvhs)
- # [22:20] <BrianBlakely> shawn_dones: Ah, I didn't mean that, but you could hide the content with display: none; and then set it to display: block (or whatever) with JavaScript.
- # [22:20] * Quits: Bichito (Yposu4i2zw@unaffiliated/bichito) (*.net *.split)
- # [22:20] * Quits: anthracite (~anthracit@pdpc/supporter/active/anthracite) (*.net *.split)
- # [22:20] * Quits: Peter` (~peter@nishino.lvp-media.com) (*.net *.split)
- # [22:20] * Quits: mekwall (~mekwall@its.better.to.writeless.se) (*.net *.split)
- # [22:20] * Quits: melooni (u@dirac.vilant.com) (*.net *.split)
- # [22:20] * Quits: hsbot (~hsbot@46-38-167-162.static.cloud-ips.co.uk) (*.net *.split)
- # [22:20] * Quits: Echoes2 (echoes@195.191.156.25) (*.net *.split)
- # [22:20] * Quits: vladikoff (~vladikoff@li130-67.members.linode.com) (*.net *.split)
- # [22:20] * Quits: wirehack7 (freenode@internet.abuser.eu) (*.net *.split)
- # [22:20] * Quits: monteslu (~monteslu@ip68-109-170-79.ph.ph.cox.net) (*.net *.split)
- # [22:20] * Quits: struys (~Adium@bastion.sfo1.yelpcorp.com) (Quit: Leaving.)
- # [22:20] * Joins: Echoes2 (echoes@195.191.156.25)
- # [22:20] * Joins: chromedFiz (u533@gateway/web/irccloud.com/x-ocfcmzkakktburpm)
- # [22:21] * Joins: vladikoff (~vladikoff@li130-67.members.linode.com)
- # [22:21] * Joins: tomh (u501@gateway/web/irccloud.com/x-lwghyrvlhsuecwrd)
- # [22:21] * Joins: anthracite (~anthracit@static.88-198-226-136.clients.your-server.de)
- # [22:21] * Joins: MissionCritical (~MissionCr@unaffiliated/missioncritical)
- # [22:21] * Joins: Peter` (~peter@nishino.lvp-media.com)
- # [22:21] <BrianBlakely> That way, spiders will see display none and ignore it, but users with JS enabled with be OK
- # [22:21] * Joins: wirehack7 (freenode@internet.abuser.eu)
- # [22:21] * Quits: sephr_ (~Eli@c-98-235-63-240.hsd1.pa.comcast.net) (Read error: Connection reset by peer)
- # [22:21] * Quits: wookiehangover (~wookiehan@173-8-247-218-Colorado.hfc.comcastbusiness.net) (Read error: Connection reset by peer)
- # [22:21] * Joins: NetRoY (~NetRoY@122.167.92.176)
- # [22:21] * Joins: Bichito (Yposu4i2zw@bnc25.nggn.info)
- # [22:21] <shawn_dones> BrianBlakely: that would have to be an inline style in order for the crawler to see the rule wouldnt it?
- # [22:22] * Bichito is now known as Guest5414
- # [22:22] * Joins: mekwall (~mekwall@its.better.to.writeless.se)
- # [22:23] <BrianBlakely> shawn_dones: It doesn't matter how the content is given its style rules, it can be from an external sheet
- # [22:23] <BrianBlakely> As long as it's none'd
- # [22:23] <shawn_dones> BrianBlakely: i see and the crawler doesnt see the javascript stuff
- # [22:24] * Quits: miketaylr (~miketaylr@206.217.92.186) (*.net *.split)
- # [22:24] * Quits: Pooze (Pooze@bnc.dotbnc.se) (*.net *.split)
- # [22:24] * Quits: tellnes (~KrooniX@ec2-79-125-26-36.eu-west-1.compute.amazonaws.com) (*.net *.split)
- # [22:24] * Quits: llee (~leonlee@nat/trolltech/x-msqvpgujxxesgbyx) (*.net *.split)
- # [22:24] * Quits: Aric (~Aric@ns2.pathfinder-uk.eu) (*.net *.split)
- # [22:24] * Quits: Orbitrix (Orbitrix@c-68-35-125-188.hsd1.nm.comcast.net) (*.net *.split)
- # [22:24] * Quits: erry (~erry@arceus.pokemonlake.com) (*.net *.split)
- # [22:24] * Quits: kppullin (~kppullin@pdpc/supporter/active/kppullin) (*.net *.split)
- # [22:24] * Quits: maZtah (~maztah@unaffiliated/maztah) (*.net *.split)
- # [22:24] * Quits: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill) (*.net *.split)
- # [22:24] * Quits: pingo_ (~anders@77.40.160.226) (*.net *.split)
- # [22:24] * Quits: |3b| (foobar@cpe-72-179-19-4.austin.res.rr.com) (*.net *.split)
- # [22:24] * Quits: peol (~andree@unaffiliated/peol) (*.net *.split)
- # [22:24] * Quits: shachaf (~shachaf@204.109.63.130) (*.net *.split)
- # [22:24] * Quits: kloeri (~kloeri@freenode/staff/exherbo.kloeri) (*.net *.split)
- # [22:24] * Quits: loris (~lorisfree@vrrp2.abeille.piv.absolight.net) (*.net *.split)
- # [22:24] * Quits: swalk (~scott@sotf.org) (*.net *.split)
- # [22:24] * Quits: mnemoc (~amery@shell.opensde.net) (*.net *.split)
- # [22:24] * Quits: Velmont (odinho@knuth.ping.uio.no) (*.net *.split)
- # [22:24] * Quits: nlogax (~nlogax@unaffiliated/nlogax) (*.net *.split)
- # [22:24] * Joins: swalk (~scott@sotf.org)
- # [22:24] * Joins: shachaf (~shachaf@204.109.63.130)
- # [22:24] * Joins: kppullin (~kppullin@pdpc/supporter/active/kppullin)
- # [22:24] * Joins: |3b| (foobar@cpe-72-179-19-4.austin.res.rr.com)
- # [22:24] * Joins: BigKing (~BigKing@p5DD688B3.dip0.t-ipconnect.de)
- # [22:24] * Joins: Aric (~Aric@ns2.pathfinder-uk.eu)
- # [22:24] * Joins: loris (~lorisfree@vrrp2.abeille.piv.absolight.net)
- # [22:24] * Joins: mnemoc (~amery@shell.opensde.net)
- # [22:24] * Joins: PrgmrBill (~PrgmrBill@prgmrbill.com)
- # [22:24] * Joins: Orbitrix (Orbitrix@c-68-35-125-188.hsd1.nm.comcast.net)
- # [22:24] * Joins: Velmont (odinho@knuth.ping.uio.no)
- # [22:24] <BrianBlakely> shawn_dones: Yep, spiders totally ignore JS changes to the doc
- # [22:24] * Joins: miketaylr (~miketaylr@206.217.92.186)
- # [22:24] * Joins: monteslu (~monteslu@ip68-109-170-79.ph.ph.cox.net)
- # [22:24] * Joins: KrooniX (~KrooniX@ec2-79-125-26-36.eu-west-1.compute.amazonaws.com)
- # [22:24] * Joins: pingo_ (~anders@77.40.160.226)
- # [22:24] * Quits: PrgmrBill (~PrgmrBill@prgmrbill.com) (Changing host)
- # [22:24] * Joins: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill)
- # [22:24] * Joins: maZtah (~maztah@5ED438B4.cm-7-5a.dynamic.ziggo.nl)
- # [22:24] * Quits: maZtah (~maztah@5ED438B4.cm-7-5a.dynamic.ziggo.nl) (Changing host)
- # [22:24] * Joins: maZtah (~maztah@unaffiliated/maztah)
- # [22:24] * Joins: Pooze (Pooze@bnc.dotbnc.se)
- # [22:24] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Excess Flood)
- # [22:24] * Joins: erry (~erry@216.14.116.138)
- # [22:24] * Joins: hsbot (~hsbot@46-38-167-162.static.cloud-ips.co.uk)
- # [22:25] * Joins: nlogax (~nlogax@unaffiliated/nlogax)
- # [22:25] * Joins: peol (~andree@unaffiliated/peol)
- # [22:25] * Joins: bot-t (~bot-t@117.207.56.23)
- # [22:25] * Quits: bot-t (~bot-t@117.207.56.23) (Changing host)
- # [22:25] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [22:25] * Joins: melooni (u@dirac.vilant.com)
- # [22:26] * Joins: daleharvey (u513@gateway/web/irccloud.com/x-jhricycmkiqzumtl)
- # [22:28] <shawn_dones> BrianBlakely: thanks, i think we are gonna roll wit it
- # [22:28] <BrianBlakely> shawn_dones: Noice, hope it works out :)
- # [22:30] * Joins: axos411 (~axos@xdsl-78-35-166-215.netcologne.de)
- # [22:30] * Joins: wookiehangover (~wookiehan@173-8-247-218-Colorado.hfc.comcastbusiness.net)
- # [22:31] * Joins: Vigud (u1143@gateway/web/irccloud.com/x-rpysoveyubnneftf)
- # [22:31] * Joins: footyfish (u830@gateway/web/irccloud.com/x-cufzcyybxduweyqr)
- # [22:32] * Quits: NetRoY (~NetRoY@122.167.92.176) (Quit: NetRoY)
- # [22:35] * Joins: iaincarsberg (u1388@gateway/web/irccloud.com/x-ygnzuumxgyafaujk)
- # [22:35] * Quits: slifty_corsair (~slifty@dhcp-18-111-91-224.dyn.mit.edu) (Quit: My computer is lazy and fell asleep)
- # [22:36] * Joins: alaing (~chatzilla@unaffiliated/funkymonk)
- # [22:36] <alaing> just wonder if i could use drawImage to draw the image and then some way of coloring in the image using canvas
- # [22:38] <BrianBlakely> alaing: https://developer.mozilla.org/En/HTML/Canvas/Pixel_manipulation_with_canvas
- # [22:39] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [22:40] * Quits: BigKing (~BigKing@p5DD688B3.dip0.t-ipconnect.de) (Ping timeout: 240 seconds)
- # [22:41] <alaing> thanks i have a read through that
- # [22:41] * Joins: beawesomeinstead (u1643@gateway/web/irccloud.com/x-uvcvameghpsqhgvs)
- # [22:42] * Quits: erichynds (~ehynds@venkman.brightcove.com)
- # [22:42] * Joins: ryanseddon (u1832@gateway/web/irccloud.com/x-vomqliqomgdolvxo)
- # [22:43] * Quits: SaadIbrahim (~mslfreak@unaffiliated/saadibrahim) (Ping timeout: 240 seconds)
- # [22:44] * Joins: tantek (~tantek@c-76-105-159-199.hsd1.or.comcast.net)
- # [22:45] * Joins: salazr (u2027@gateway/web/irccloud.com/x-jlkuputpqqtegvlv)
- # [22:47] * Joins: devongovett (~devongove@pcp038423pcs.morro.reshall.calpoly.edu)
- # [22:47] * Quits: alaing (~chatzilla@unaffiliated/funkymonk) (Quit: ChatZilla 0.9.87 [Firefox 6.0.2/20110902133214])
- # [22:48] * Joins: slifty_corsair (~slifty@dhcp-18-111-91-224.dyn.mit.edu)
- # [22:52] <chovy> does anyone know if <input name="foo[]" /> syntax works in IE7?
- # [22:52] * Quits: zatan_ (~zatan@5aceb9e8.bb.sky.com) (Quit: Ex-Chat)
- # [22:53] * Joins: zatan (~zatan@5aceb9e8.bb.sky.com)
- # [22:53] * Joins: jeremyselier (u2513@gateway/web/irccloud.com/x-qcnowvwfouzvbxyk)
- # [22:53] * Joins: orthagonal_ (u2528@gateway/web/irccloud.com/x-gjscgojvlismirzj)
- # [22:53] * Joins: romainhuet (u2533@gateway/web/irccloud.com/x-usqlzabvvnbjpznv)
- # [22:53] * Joins: nickolai89 (~nickolai@184.17.121.254)
- # [22:54] * Joins: krijn (u2319@gateway/web/irccloud.com/x-bloavqfrlmrrqohu)
- # [22:54] * Joins: cyberdees (u2574@gateway/web/irccloud.com/x-ypnwgsntghkyvttp)
- # [22:54] * Quits: pandeiro (~pandeiro@bd21c006.virtua.com.br) (Quit: Thanks, fellas)
- # [22:56] * Joins: Itrace (~Itrace@74-84-107-90.client.mchsi.com)
- # [22:58] * Joins: Wilto (u2821@gateway/web/irccloud.com/x-axcrpgssqqcrgcey)
- # [22:59] <Itrace> Do screen readers treat HTML5 tags like <header>, <nav>, <aside>, etc. in any special way?
- # [23:01] * Quits: cups (~cups@unaffiliated/cups)
- # [23:03] * Joins: cylentwolf (u3104@gateway/web/irccloud.com/x-uoqkooqgmtgixxjm)
- # [23:04] * Joins: pdxMobile (~pdxMobile@97-120-49-151.ptld.qwest.net)
- # [23:04] * Quits: robhawkes (~robhawkes@216.1.177.180) (Quit: Leaving...)
- # [23:05] * Joins: Dr4g (u3226@gateway/web/irccloud.com/x-iiidadateqpsvdgi)
- # [23:05] * Joins: pl0sh (u3225@gateway/web/irccloud.com/x-nyfriveqjsdprlrd)
- # [23:05] * Joins: LuigiMontanez (u3248@gateway/web/irccloud.com/x-ejppprhnxteowarj)
- # [23:05] * Joins: ebryn (u2895@gateway/web/irccloud.com/x-anfjvktbzakhoytm)
- # [23:08] * Joins: uptownben (~uptownben@bzq-218-156-76.cablep.bezeqint.net)
- # [23:08] <uptownben> Hey all.
- # [23:09] * Quits: axos411 (~axos@xdsl-78-35-166-215.netcologne.de) (Read error: Connection reset by peer)
- # [23:09] * Joins: niftylettuce (u2733@gateway/web/irccloud.com/x-gjvgqmgeineevohp)
- # [23:10] * Joins: montylounge (~kfricovsk@64.134.102.1)
- # [23:10] * Quits: shawn_dones (~shawn@98.19.222.132) (Quit: shawn_dones)
- # [23:11] * Joins: Raynos (u3611@gateway/web/irccloud.com/x-pvhlhxolsdklyrzh)
- # [23:15] * Joins: gabnet (~gabnet@249.195.197.77.rev.sfr.net)
- # [23:16] <paul_irish> why do they never stick around....
- # [23:16] * Joins: gregers (u3571@gateway/web/irccloud.com/x-ntpwxwdhkclfphdt)
- # [23:18] * Quits: divya (~divyam@solution5.hsia.citycenter.com) (Quit: Leaving.)
- # [23:19] <paul_irish> cgcardona: you moved to SF?
- # [23:19] * Parts: gabnet (~gabnet@249.195.197.77.rev.sfr.net) ("Quitte")
- # [23:20] <tw2113> yo cgcardona
- # [23:20] <cgcardona> paul_irish: actually I'm living in larkspur and taking the ferry into the city each day for work. I'm on the mobile team at trulia now. So yeah I'm here mon-fri and the farmers market at the ferry building on sat.
- # [23:21] <cgcardona> lovin it
- # [23:21] <paul_irish> oic
- # [23:21] <paul_irish> hot
- # [23:21] <cgcardona> howdy tw2113 how ya been?
- # [23:21] <Itrace> To reiterate: Do screen readers treat HTML5 tags like <header>, <nav>, <aside>, etc. in any special way?
- # [23:21] <cgcardona> yeah stokage
- # [23:21] * Quits: slifty_corsair (~slifty@dhcp-18-111-91-224.dyn.mit.edu) (Ping timeout: 260 seconds)
- # [23:21] <paul_irish> Itrace: oh you're i trace.. my autocomplete was failing with Ltrace
- # [23:21] <paul_irish> mothereff
- # [23:21] <paul_irish> Itrace: its a great question you ask.
- # [23:21] <paul_irish> the idea is that they are supposed to
- # [23:21] <tw2113> i would hope they'd start soon if they haven't already Itrace
- # [23:21] <paul_irish> but reality is a bit murkier than that.
- # [23:22] * Quits: montylounge (~kfricovsk@64.134.102.1) (Quit: montylounge)
- # [23:22] <paul_irish> http://www.delicious.com/paul.irish/aria the first four links in partic are helpful in answering ths
- # [23:22] <tw2113> cgcardona debating and wondering if i am using freelancing to pay bills or if i should be calling myself a business, 6 months since i started
- # [23:22] <Itrace> OK. So the end result would be that the <nav> tag would be treated similarly to how a <ul> tag or a <h1> tag work?
- # [23:22] <tantek> indeed - it often takes a lot of work to figure out what any given screen reader (version thereof) does with any particular markup pattern.
- # [23:23] <paul_irish> Itrace: no...
- # [23:23] <cgcardona> i say call yourself a business. Then you can hire other developers to work for/with you.
- # [23:23] <paul_irish> <nav> would be treated similarly to <div role=navigation>
- # [23:23] <paul_irish> ul and h1 have completely different semantics
- # [23:23] * Joins: nimbupani (~divyam@solution5.hsia.citycenter.com)
- # [23:23] * nimbupani is now known as divya
- # [23:23] <paul_irish> both in semantic land and in SR land
- # [23:25] <Itrace> paul_irish: I guess I was alluding to the fact that they would be given a some significance in a screen reader. Something to differentiate them from other tags. Is that true?
- # [23:25] * Joins: slifty_corsair (~slifty@dhcp-18-111-91-224.dyn.mit.edu)
- # [23:26] <paul_irish> yes.......
- # [23:26] <paul_irish> look at the links i pointed you to
- # [23:26] <paul_irish> the spec says they get treated differently
- # [23:26] <paul_irish> and there is some reasearch on how they act in reality
- # [23:26] <Itrace> that's a good enough answer for now. Until I can see it in a working screen reader I'm not going to know how to code for it.
- # [23:26] <paul_irish> there are weird cases where <b>, strong, i, em.. are all treated the same as a span
- # [23:27] <paul_irish> well ya know
- # [23:27] <paul_irish> pick what you think is a semantic choice
- # [23:27] * Joins: BigKing (~BigKing@p5DD688B3.dip0.t-ipconnect.de)
- # [23:27] <paul_irish> dont waste a day on it.
- # [23:27] <paul_irish> keep your site accessible via keyboard
- # [23:27] <divya> just use the <b>
- # [23:27] <divya> or i
- # [23:27] <paul_irish> and test it in NVDA or VoiceOver if you have some extra time
- # [23:27] <divya> whichever is smaller
- # [23:28] * Quits: Jon47 (~jonz@204.56.125.50) (Quit: Leaving.)
- # [23:28] * Quits: skyfaller (~skyfaller@wikipedia/Skyfaller) (Remote host closed the connection)
- # [23:28] <paul_irish> divya: i have replaced all my <div>s with <b>s to keep my filesize down
- # [23:28] <divya> wtg paul_irish
- # [23:28] * Joins: axos411 (~axos@xdsl-78-35-146-21.netcologne.de)
- # [23:28] <Itrace> paul_irish: thanks
- # [23:28] <paul_irish> :D
- # [23:28] * Joins: chriseppstein (~chris@209.119.65.162)
- # [23:29] <paul_irish> chriseppstein: u trying to make me write stuff?
- # [23:29] <paul_irish> HOW DARE U
- # [23:30] * Joins: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net)
- # [23:30] <chriseppstein> ^_^
- # [23:30] <chriseppstein> I don't know if it even makes sense really
- # [23:31] <chriseppstein> sass nesting is probably good enough
- # [23:31] * Quits: slifty_corsair (~slifty@dhcp-18-111-91-224.dyn.mit.edu) (Ping timeout: 240 seconds)
- # [23:32] * Joins: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk)
- # [23:32] * Quits: axos411 (~axos@xdsl-78-35-146-21.netcologne.de) (Ping timeout: 240 seconds)
- # [23:33] <cgcardona> tw2113: do you work entirely alone or with a crew?
- # [23:34] * Joins: MaMos (~MaMos@host188-113-dynamic.40-79-r.retail.telecomitalia.it)
- # [23:34] <MaMos> ciao
- # [23:35] <tw2113> alone and usually contracted into projects already started
- # [23:35] * Joins: robreact_ (~chatzilla@smtp1bos1.globalmediaxchange.com)
- # [23:35] <tw2113> so actually...partly alone
- # [23:35] <tw2113> i rarely have the client interaction
- # [23:36] * Quits: robreact (~chatzilla@smtp1bos1.globalmediaxchange.com) (Ping timeout: 260 seconds)
- # [23:36] * robreact_ is now known as robreact
- # [23:36] * Joins: benschwarz (u2121@gateway/web/irccloud.com/x-zvskklfiaylbqjzm)
- # [23:36] * Parts: MaMos (~MaMos@host188-113-dynamic.40-79-r.retail.telecomitalia.it)
- # [23:37] * Quits: simenbrekken (~simenbrek@c85-196-101-98.static.sdsl.no) (Remote host closed the connection)
- # [23:38] <tw2113> so my clients are generally more freelancers/companies who don't know how to code/don't want to code/want to outsource some work
- # [23:38] * Joins: trumpetmic (~trumpetmi@159.182.183.6)
- # [23:38] * Quits: buribu (~buribu@unaffiliated/buribu) (Read error: Connection reset by peer)
- # [23:41] * Quits: miketaylr (~miketaylr@206.217.92.186) (Quit: miketaylr)
- # [23:41] * Joins: imsky (~imsky@c-67-173-145-78.hsd1.in.comcast.net)
- # [23:42] * Quits: robreact (~chatzilla@smtp1bos1.globalmediaxchange.com) (Ping timeout: 252 seconds)
- # [23:42] * Parts: manuchill (~mstalfoor@81.69.16.186) ("Ex-Chat")
- # [23:44] * Joins: hamcore (rhythm@unaffiliated/hamcore)
- # [23:44] <hamcore> Is there a way to compress meta tags?
- # [23:46] * Joins: axos411 (~axos@xdsl-78-35-138-28.netcologne.de)
- # [23:48] * Joins: montylounge (~kfricovsk@pool-173-70-201-113.nwrknj.fios.verizon.net)
- # [23:48] * Parts: hamcore (rhythm@unaffiliated/hamcore)
- # [23:48] * Joins: imsky_ (~imsky@c-67-173-145-78.hsd1.in.comcast.net)
- # [23:51] * Quits: imsky (~imsky@c-67-173-145-78.hsd1.in.comcast.net) (Ping timeout: 260 seconds)
- # [23:54] <chriseppstein> Is it the case that a whole selector is discarded by IE if one of the comma delimited elements isn't understood?
- # [23:54] * Joins: taar779 (~taar779@d24-57-194-149.home.cgocable.net)
- # [23:54] * Quits: axos411 (~axos@xdsl-78-35-138-28.netcologne.de) (Ping timeout: 260 seconds)
- # [23:55] * Quits: N0va` (~ricki@84.19.108.75) (Read error: Operation timed out)
- # [23:56] * Joins: SaadIbrahim (~mslfreak@115.186.122.182)
- # [23:56] * Quits: SaadIbrahim (~mslfreak@115.186.122.182) (Changing host)
- # [23:56] * Joins: SaadIbrahim (~mslfreak@unaffiliated/saadibrahim)
- # [23:57] * Joins: shipit (~shipit@204-15-2-155-static.ipnetworksinc.net)
- # Session Close: Thu Sep 15 00:00:00 2011
The end :)