Options:
- # Session Start: Sat Apr 17 00:00:00 2010
- # Session Ident: #whatwg
- # [00:01] * Quits: roc (~roc@121-72-196-3.dsl.telstraclear.net) (Quit: roc)
- # [00:05] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [00:06] * Quits: Maurice (copyman@5ED573FA.cable.ziggo.nl)
- # [00:08] * Quits: eighty4 (~eighty4@c-e6c0e455.012-403-6c6b701.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [00:08] * Joins: eighty4 (~eighty4@c-e6c0e455.012-403-6c6b701.cust.bredbandsbolaget.se)
- # [00:10] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [00:10] <AryehGregor> Is there a site that lets you sketch something in a <canvas> (not Flash) and then saves it so you can share the URL, pastebin-style?
- # [00:12] <Dashiva> Are you looking for the existence of such a site, or do you just want to share the results of a canvas drawing?
- # [00:12] <othermaciej> http://mugtug.com/sketchpad/
- # [00:12] <othermaciej> ?
- # [00:12] <Steve^> If this works, then yes: http://tinyurl.com/y5ybzlm
- # [00:12] <AryehGregor> Oh, cosketch.com actually seems to use canvas. Interesting.
- # [00:12] <Steve^> translates to some data: thing
- # [00:12] <AryehGregor> I wanted to share the results of a quick sketch easily.
- # [00:12] <othermaciej> that data: URL didn't load for me
- # [00:12] <AryehGregor> I want it to use canvas because I have Flash disabled in my primary browser.
- # [00:13] <Steve^> I did that with the same link othermaciej mentioned
- # [00:13] <Dashiva> That URL looks broken, yes
- # [00:13] <AryehGregor> Didn't work for me either.
- # [00:13] <AryehGregor> Maybe it's truncated?
- # [00:13] <Steve^> opens in Opera, at least
- # [00:13] <Steve^> ooo, now it doesn't
- # [00:13] * Quits: eighty4 (~eighty4@c-e6c0e455.012-403-6c6b701.cust.bredbandsbolaget.se) (Ping timeout: 264 seconds)
- # [00:13] <Steve^> must have been a cached version
- # [00:13] <Dashiva> It opens, but the image is messed up
- # [00:13] <othermaciej> Steve^: odd, the data: URL works right from the web app, but not via bit.ly
- # [00:13] <othermaciej> er, via tinyurl
- # [00:14] <othermaciej> I think tinyurl may be cutting off the URL
- # [00:14] <Steve^> yea, maybe another shortener will be better
- # [00:14] <othermaciej> you can also draw with Sketchpad, copy the image local, and them upload to http://imgur.com/
- # [00:14] <Steve^> how would you save it locally?
- # [00:15] <othermaciej> drag & drop after clicking the save button
- # [00:15] <othermaciej> or use Save As... from the browser File menu after clicking save
- # [00:16] <Dashiva> Ideally the browser would let you do save as... directly on a canvas, but it doesn't seem to be high priority
- # [00:17] <AryehGregor> Copying locally is too annoying. I could do it in the GIMP if I wanted to do that.
- # [00:17] <Steve^> indeed
- # [00:18] <othermaciej> sketchpad with a built in image hosting service would be really sweet
- # [00:18] <AryehGregor> Although a web page would probably load a lot faster than the GIMP.
- # [00:18] <othermaciej> looks like they may be vaguely planning that
- # [00:21] * dave_levin is now known as dc86ed7c29395f2b
- # [00:29] * Quits: Steve^ (~steve@cpc2-hari1-0-0-cust645.hari.cable.virginmedia.com) (Quit: Leaving)
- # [00:31] <AryehGregor> Haha: http://arewefastyet.com/
- # [00:32] <AryehGregor> Why are V8 and Nitro so close there? Because it's not mostly raw JS performance, or what?
- # [00:32] * AryehGregor also wonders if they're testing against Chromium/WebKit trunk, or a release
- # [00:32] * AryehGregor likes the "NO"
- # [00:41] <othermaciej> AryehGregor: V8 and Nitro are fairly similar designs, though I am surprised at how close they are on that diagram
- # [00:41] * Joins: nessy (~Adium@124-168-176-223.dyn.iinet.net.au)
- # [00:51] <dglazkov> hey, brain people. especiallly TabAtkins
- # [00:51] <dglazkov> :P
- # [00:52] <dglazkov> can someone point me to a place that specifies submit-on-enter behavior for forms? I've been looking at http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#forms and can't spot it
- # [00:53] <dglazkov> in other words, in which cases does hitting an enter in a textfield could submit a form?
- # [00:53] <dglazkov> IE and FF seem to agree that only if there's one text area and no submit button in the form.
- # [00:53] <dglazkov> WebKit just does it if there's no submit button.
- # [00:53] <dglazkov> either behavior seems arbitrary and weird.
- # [00:53] <Hixie> search for "default button" or some such
- # [00:54] <Hixie> or "default submit button"
- # [00:54] * Joins: crash\ (crash@lubyte.de)
- # [00:55] <othermaciej> dglazkov: seems like "enter" in a form should always activate the default button for the form (or submit if there isn't one)
- # [00:55] <othermaciej> dglazkov: "enter" in a text field in a form, rather
- # [00:55] <othermaciej> and perhaps also other controls when focused
- # [00:56] <othermaciej> dglazkov: seems like this is also more a UI issue than an interop issue - it might be irrelevant on platforms with a virtual keyboard that doesn't have "enter" when editing a text field for instance
- # [00:56] <dglazkov> othermaciej: try https://bug-21716-attachments.webkit.org/attachment.cgi?id=24462 in FF or WebKit.
- # [00:57] <othermaciej> dglazkov: in Safari/Mac + ToT WebKit pressing enter submits the form
- # [00:57] * Quits: estellevw (~estellevw@adsl-99-20-135-39.dsl.pltn13.sbcglobal.net) (Ping timeout: 264 seconds)
- # [00:57] <TabAtkins> dglazkov: You want section 4.10.21.2
- # [00:57] <dglazkov> othermaciej: yep.
- # [00:57] <Hixie> right, what TabAtkins said
- # [00:57] <Hixie> http://www.whatwg.org/specs/web-apps/current-work/complete.html#implicit-submission
- # [00:57] <othermaciej> is that a bad thing?
- # [00:57] * Joins: estellevw (~estellevw@adsl-99-20-135-39.dsl.pltn13.sbcglobal.net)
- # [00:58] <Hixie> dglazkov: the spec covers that test case with no ambiguity
- # [00:58] <TabAtkins> No ambiguity, but with some leeway for UAs to do what they want.
- # [00:58] <Hixie> and says firefox is buggy
- # [00:58] <Hixie> no, not that test case
- # [00:59] <TabAtkins> Ah, right, true.
- # [00:59] <Hixie> there's no button, so it's pretty strictly defined
- # [00:59] <TabAtkins> Yes.
- # [00:59] <TabAtkins> Since FF does have an implicit submission method, there are some MUSTs it has to follow there.
- # [01:00] <dglazkov> so IE and FF are both wrong then?
- # [01:00] <dglazkov> and Opera too
- # [01:02] <dglazkov> when only one browser gets the spec right, is it: a) awesome b) horrifying or c) ain't right?
- # [01:03] <TabAtkins> Depends on the feature. ^_^
- # [01:04] * dc86ed7c29395f2b is now known as dave_levin
- # [01:05] <TabAtkins> dglazkov: What behavior are you seeing in FF that makes you think its buggy? FF submits a form with or without a submit button when you hit enter in a text input.
- # [01:05] <TabAtkins> That appears to be exactly what the spec says.
- # [01:05] * Joins: annevk (~annevk@nttkyo236183.tkyo.nt.adsl.ppp.infoweb.ne.jp)
- # [01:06] <jcranmer> hmm, judging from roc's latest post, it seems like the worries about hardware decoding for theora are overblown
- # [01:07] <othermaciej> dglazkov: it seems like hitting Enter in a text input should pretty much always submit the form, unless some key event handler would prevent that
- # [01:07] <othermaciej> dglazkov: do you think that is wrong for some reason? are there any sites that rely on sometimes not submitting in that case?
- # [01:08] <TabAtkins> Fwiw, the issues is that FF won't implicitly submit a form that has *two* text inputs and no submit button.
- # [01:09] <dglazkov> othermaciej: I don't know if it's wrong, it's just different. The spec and WebKit do one thing, the rest of the gang does the other.
- # [01:09] <dglazkov> https://bug-21716-attachments.webkit.org/attachment.cgi?id=24462 <-- try hitting enter in the text field in non-WebKit browsers.
- # [01:10] * Joins: KaOSoFt (~kaosoft@190.24.156.162)
- # [01:10] <KaOSoFt> Good evening.
- # [01:10] <othermaciej> dglazkov: Firefox doesn't submit, but that strikes me as unhelpful behavior
- # [01:11] <othermaciej> I would say it's a bug in Firefox unless there is some compat reason for it
- # [01:13] <dglazkov> othermaciej: I've been digging for gold in b.w.o, but only found one living site that still shows a compat issue: http://www.flo-joe.co.uk/cae/students/wordbank/wform.htm
- # [01:15] <othermaciej> dglazkov: the compat issue being that pressing enter does something useless?
- # [01:15] <dglazkov> othermaciej: yeah
- # [01:15] <dglazkov> othermaciej: https://bugs.webkit.org/show_bug.cgi?id=9756
- # [01:15] <othermaciej> I see your point but that seems pretty minor
- # [01:16] <othermaciej> dglazkov: only thing I could imagine changing is that if there is a button but no submit button, maybe one of the buttons should be the default action for pressing enter
- # [01:17] * Joins: annevk2 (~annevk@EM114-48-10-10.pool.e-mobile.ne.jp)
- # [01:17] <dglazkov> othermaciej: I wonder if the current behavior of non-WebKit browsers is simply a leftover from isindex era
- # [01:20] * Quits: annevk (~annevk@nttkyo236183.tkyo.nt.adsl.ppp.infoweb.ne.jp) (Ping timeout: 260 seconds)
- # [01:22] <annevk2> hmm, I don't think HTML5 defines the crazy stuff in http://my.opera.com/hallvors/blog/2010/04/16/how-to-break-youtube does it?
- # [01:23] * annevk2 wonders why hsivonen hasn't complained about it
- # [01:23] * annevk2 is now known as annevk
- # [01:28] * Quits: annevk (~annevk@EM114-48-10-10.pool.e-mobile.ne.jp) (Remote host closed the connection)
- # [01:28] * Joins: annevk (~annevk@EM114-48-10-10.pool.e-mobile.ne.jp)
- # [01:32] * Joins: aroben_ (~aroben@unaffiliated/aroben)
- # [01:33] * Quits: annevk (~annevk@EM114-48-10-10.pool.e-mobile.ne.jp) (Read error: Connection reset by peer)
- # [01:34] * Joins: annevk (~annevk@EM114-48-10-10.pool.e-mobile.ne.jp)
- # [01:37] * Quits: dglazkov (~dglazkov@nat/google/x-fjlbrydewnvdbjin) (Read error: Operation timed out)
- # [01:42] * Joins: davidb (~davidb@bas4-kitchener06-1128761710.dsl.bell.ca)
- # [01:54] * Joins: cying_ (~cying@173-164-164-4-SFBA.hfc.comcastbusiness.net)
- # [01:54] <annevk> for http://wiki.whatwg.org/wiki/Timed_tracks I know that e.g. Ghost in the Shell 2 has things like that going on
- # [01:54] <annevk> but I don't have any screenshot
- # [01:55] <Hixie> i just meant that as an example of extremes
- # [01:56] <Hixie> hopefully most examples won't be that crazy :-)
- # [01:56] * Quits: onar_ (~onar@17.151.79.58) (Quit: onar_)
- # [01:57] <annevk> those kind are actually hard to follow
- # [01:57] <Hixie> yeah
- # [01:57] * Joins: dglazkov (~dglazkov@c-67-169-180-225.hsd1.ca.comcast.net)
- # [01:58] <annevk> you listen to the Japanese, the subtitles are long and switch fast, while at the top the references in the text are explained
- # [01:58] * Quits: cying (~cying@70.90.171.153) (Ping timeout: 240 seconds)
- # [01:58] * cying_ is now known as cying
- # [01:59] * Quits: dglazkov (~dglazkov@c-67-169-180-225.hsd1.ca.comcast.net) (Client Quit)
- # [01:59] <Hixie> the jokes are obviously only useful if you're pausing
- # [01:59] <Hixie> joke explanations i mean
- # [01:59] <Hixie> "footnotes"
- # [02:00] * Quits: JonathanNeal (~JonathanN@rrcs-76-79-114-210.west.biz.rr.com) (Ping timeout: 258 seconds)
- # [02:09] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: Leaving)
- # [02:13] * Joins: Rik` (~Rik`@adsl-76-236-78-94.dsl.lsan03.sbcglobal.net)
- # [02:23] * aroben_ is now known as aroben
- # [02:23] * Joins: JonathanNeal (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net)
- # [02:30] * Joins: paul_irish (~paul_iris@166.197.80.56)
- # [02:33] * othermaciej is now known as JoeNinja
- # [02:33] * JoeNinja is now known as othermaciej
- # [02:35] * othermaciej is now known as JoeNinja
- # [02:36] * JoeNinja is now known as othermaciej
- # [02:37] * Quits: paul_irish (~paul_iris@166.197.80.56) (Remote host closed the connection)
- # [02:39] * Quits: estellevw (~estellevw@adsl-99-20-135-39.dsl.pltn13.sbcglobal.net) (Quit: estellevw)
- # [02:39] * Joins: onar_ (~onar@c-67-169-86-105.hsd1.ca.comcast.net)
- # [02:40] * Quits: onar_ (~onar@c-67-169-86-105.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [02:40] * Joins: onar_ (~onar@17.151.122.21)
- # [02:43] * Joins: estellevw (~estellevw@adsl-99-20-135-39.dsl.pltn13.sbcglobal.net)
- # [02:45] * Quits: murz (~mmurraywa@wcproxy.msnbc.com) (Quit: murz)
- # [02:45] * Quits: estellevw (~estellevw@adsl-99-20-135-39.dsl.pltn13.sbcglobal.net) (Client Quit)
- # [02:46] * Joins: MikeSmith (~MikeSmith@EM114-48-10-10.pool.e-mobile.ne.jp)
- # [02:47] * Quits: tndH (~Rob@cpc2-leed18-0-0-cust427.leed.cable.ntl.com) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.0.1/2008072406])
- # [02:48] <Hixie> annevk: yt?
- # [02:49] <Hixie> annevk: is xhr's description of sync xhr complete, or is it pending on something?
- # [02:53] * Joins: paul_irish (~paul_iris@pool-71-163-66-40.washdc.east.verizon.net)
- # [02:53] <annevk> i think it's complete
- # [02:53] <annevk> though maybe it should be updated to use the redirect flag of fetch
- # [02:53] <annevk> as that's new
- # [02:54] * Quits: ap (~ap@17.246.17.104) (Quit: ap)
- # [02:56] <Hixie> k
- # [02:57] <Hixie> so no tasks run while sync xhr is happening, right?
- # [02:57] <Hixie> i'm trying to work out how it interacts with workers
- # [02:57] <Hixie> seems fine currently
- # [02:57] <annevk> yeah, that's the idea
- # [02:57] <annevk> no timeouts, no events
- # [02:57] <othermaciej> you mean workings running a sync XHR, or running during a sync XHR?
- # [02:58] <Hixie> the former
- # [02:58] * Quits: paul_irish (~paul_iris@pool-71-163-66-40.washdc.east.verizon.net) (Remote host closed the connection)
- # [02:58] <Hixie> annevk: thanks
- # [02:59] <Hixie> annevk: should that change, you'll likely need to use the "spin the event loop" hook, in which case let me know because i'll have to define how that works with workers
- # [02:59] <Hixie> annevk: currnetly workers don't support 'spin the event loop' or 'await a stable state'/'synchronous sections', because nothing that runs in a worker can trigger those
- # [02:59] <Hixie> (i just noticed the storage mutex isn't handled right in workers and i'm fixing that)
- # [03:00] <annevk> okay
- # [03:00] * Joins: paul_irish (~paul_iris@pool-71-163-66-40.washdc.east.verizon.net)
- # [03:00] * Quits: paul_irish (~paul_iris@pool-71-163-66-40.washdc.east.verizon.net) (Remote host closed the connection)
- # [03:04] * Quits: jwalden (~waldo@nat/mozilla/x-uamrwuvkwewyjmxl) (Quit: switching networks)
- # [03:07] * aroben is now known as weinik
- # [03:07] * weinik is now known as jhereycutt
- # [03:08] * jhereycutt is now known as jhurrycutt
- # [03:08] * jhurrycutt is now known as aroben
- # [03:12] * Quits: annevk (~annevk@EM114-48-10-10.pool.e-mobile.ne.jp) (Remote host closed the connection)
- # [03:13] * Joins: annevk (~annevk@EM114-48-10-10.pool.e-mobile.ne.jp)
- # [03:13] * Quits: scherkus_ (~scherkus@74.125.59.1) (Ping timeout: 260 seconds)
- # [03:15] * Joins: jwalden (~waldo@nat/mozilla/x-fgqpxotpfgfsgxbr)
- # [03:15] * Quits: KaOSoFt (~kaosoft@190.24.156.162) (Quit: Leaving)
- # [03:16] * Joins: paul_irish (~paul_iris@pool-71-163-66-40.washdc.east.verizon.net)
- # [03:18] * Quits: paul_irish (~paul_iris@pool-71-163-66-40.washdc.east.verizon.net) (Remote host closed the connection)
- # [03:20] * Quits: cying (~cying@173-164-164-4-SFBA.hfc.comcastbusiness.net) (Quit: cying)
- # [03:20] * Quits: m_W (~mwj@c-69-141-106-205.hsd1.nj.comcast.net) (Ping timeout: 252 seconds)
- # [03:21] * Quits: Rik` (~Rik`@adsl-76-236-78-94.dsl.lsan03.sbcglobal.net) (Read error: Connection reset by peer)
- # [03:21] * Joins: Rik`_ (~Rik`@adsl-76-236-78-94.dsl.lsan03.sbcglobal.net)
- # [03:21] * Quits: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de) (Quit: ?Q)
- # [03:25] * Quits: johnst (~johnst@x1-6-00-07-95-57-08-bb.k270.webspeed.dk) (Quit: Leaving)
- # [03:28] * Joins: m_W (~mwj@c-69-141-106-205.hsd1.nj.comcast.net)
- # [03:29] * Joins: TabAtkins__ (~chatzilla@76-253-3-102.lightspeed.sntcca.sbcglobal.net)
- # [03:36] * Quits: Rik`_ (~Rik`@adsl-76-236-78-94.dsl.lsan03.sbcglobal.net) (Read error: Connection reset by peer)
- # [03:37] * Joins: Rik` (~Rik`@adsl-76-236-78-94.dsl.lsan03.sbcglobal.net)
- # [03:37] * Quits: Rik` (~Rik`@adsl-76-236-78-94.dsl.lsan03.sbcglobal.net) (Read error: Connection reset by peer)
- # [03:38] * Joins: Rik` (~Rik`@adsl-76-236-78-94.dsl.lsan03.sbcglobal.net)
- # [03:40] * Quits: TabAtkins__ (~chatzilla@76-253-3-102.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 260 seconds)
- # [03:44] * Joins: surkov (~surkov@client-66-68.sibtele.com)
- # [03:48] * Quits: dave_levin (~dave_levi@nat/google/x-geakeycyqgulolet) (Quit: dave_levin)
- # [04:01] * Quits: aroben (~aroben@unaffiliated/aroben) (Ping timeout: 268 seconds)
- # [04:17] * Joins: TabAtkins__ (~chatzilla@76.253.3.102)
- # [04:18] * Quits: Rik` (~Rik`@adsl-76-236-78-94.dsl.lsan03.sbcglobal.net) (Read error: Connection reset by peer)
- # [04:18] * Joins: Rik` (~Rik`@adsl-76-236-78-94.dsl.lsan03.sbcglobal.net)
- # [04:27] * Quits: davidb (~davidb@bas4-kitchener06-1128761710.dsl.bell.ca) (Quit: davidb)
- # [04:30] * Quits: Rik` (~Rik`@adsl-76-236-78-94.dsl.lsan03.sbcglobal.net) (Read error: Connection reset by peer)
- # [04:30] * Joins: Rik` (~Rik`@76.236.78.94)
- # [04:33] * Joins: aroben (~aroben@unaffiliated/aroben)
- # [04:34] * Joins: Rik`_ (~Rik`@adsl-76-236-78-94.dsl.lsan03.sbcglobal.net)
- # [04:36] * Quits: Rik` (~Rik`@76.236.78.94) (Ping timeout: 246 seconds)
- # [04:37] * Quits: Rik`_ (~Rik`@adsl-76-236-78-94.dsl.lsan03.sbcglobal.net) (Read error: Connection reset by peer)
- # [04:38] * Quits: Amorphous (jan@unaffiliated/amorphous) (Ping timeout: 276 seconds)
- # [04:39] * Joins: Rik`_ (~Rik`@adsl-76-236-78-94.dsl.lsan03.sbcglobal.net)
- # [04:43] * Joins: Rik` (~Rik`@adsl-76-236-78-94.dsl.lsan03.sbcglobal.net)
- # [04:45] * Quits: Rik`_ (~Rik`@adsl-76-236-78-94.dsl.lsan03.sbcglobal.net) (Ping timeout: 248 seconds)
- # [04:52] * Joins: Amorphous (jan@unaffiliated/amorphous)
- # [05:10] * Joins: shepazu (~schepers@c-69-140-223-22.hsd1.md.comcast.net)
- # [05:11] * Quits: aroben (~aroben@unaffiliated/aroben) (Read error: Connection reset by peer)
- # [05:21] * Quits: annevk (~annevk@EM114-48-10-10.pool.e-mobile.ne.jp) (Remote host closed the connection)
- # [05:21] * Joins: annevk (~annevk@EM114-48-10-10.pool.e-mobile.ne.jp)
- # [05:26] * Quits: broquaint (4a37c2126c@spc2-brig11-0-0-cust103.asfd.cable.virginmedia.com) (Ping timeout: 252 seconds)
- # [05:28] * Joins: paul_irish (~paul_iris@pool-71-163-66-40.washdc.east.verizon.net)
- # [05:31] * Quits: paul_irish (~paul_iris@pool-71-163-66-40.washdc.east.verizon.net) (Remote host closed the connection)
- # [05:38] * Quits: shepazu (~schepers@c-69-140-223-22.hsd1.md.comcast.net) (Ping timeout: 276 seconds)
- # [05:44] * Joins: piyushmishra (~Piyush_Mi@117.254.239.56)
- # [05:44] <piyushmishra> hi
- # [05:45] * Quits: annevk (~annevk@EM114-48-10-10.pool.e-mobile.ne.jp) (Remote host closed the connection)
- # [05:45] <piyushmishra> I am trying to make a whiteboard app for multiple users in html5 canvas + JS and php
- # [05:45] * Joins: annevk (~annevk@EM114-48-10-10.pool.e-mobile.ne.jp)
- # [05:45] <piyushmishra> can anyone please recommend good html5 canvas tutes/documentation etc
- # [05:45] <piyushmishra> ?
- # [05:46] * Quits: annevk (~annevk@EM114-48-10-10.pool.e-mobile.ne.jp) (Remote host closed the connection)
- # [05:47] * Joins: annevk (~annevk@EM114-48-10-10.pool.e-mobile.ne.jp)
- # [05:48] * Quits: annevk (~annevk@EM114-48-10-10.pool.e-mobile.ne.jp) (Remote host closed the connection)
- # [05:49] * Joins: annevk (~annevk@EM114-48-10-10.pool.e-mobile.ne.jp)
- # [05:50] * Quits: jwalden (~waldo@nat/mozilla/x-fgqpxotpfgfsgxbr) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2/20100122095031])
- # [05:51] * Quits: annevk (~annevk@EM114-48-10-10.pool.e-mobile.ne.jp) (Remote host closed the connection)
- # [05:51] * Joins: annevk (~annevk@EM114-48-10-10.pool.e-mobile.ne.jp)
- # [06:00] * Quits: annevk (~annevk@EM114-48-10-10.pool.e-mobile.ne.jp) (Remote host closed the connection)
- # [06:00] * Joins: annevk (~annevk@EM114-48-10-10.pool.e-mobile.ne.jp)
- # [06:02] * Quits: annevk (~annevk@EM114-48-10-10.pool.e-mobile.ne.jp) (Remote host closed the connection)
- # [06:02] * Joins: murz (~mmurraywa@174-21-99-217.tukw.qwest.net)
- # [06:02] * Joins: annevk (~annevk@EM114-48-10-10.pool.e-mobile.ne.jp)
- # [06:03] * Joins: mr_danie1 (~irssi@e177149032.adsl.alicedsl.de)
- # [06:06] * Quits: mr_daniel (~irssi@e177152006.adsl.alicedsl.de) (Ping timeout: 248 seconds)
- # [06:09] * Parts: piyushmishra (~Piyush_Mi@117.254.239.56)
- # [06:14] * Quits: murz (~mmurraywa@174-21-99-217.tukw.qwest.net) (Quit: murz)
- # [06:15] * Joins: cedric_ (~cedric@112.199.220.165)
- # [06:16] * Quits: cedricv (~cedric@112.199.144.99) (Read error: Connection reset by peer)
- # [06:17] * Joins: paul_irish (~paul_iris@166.197.113.171)
- # [06:32] * Quits: paul_irish (~paul_iris@166.197.113.171) (Ping timeout: 276 seconds)
- # [06:36] * Joins: paul_irish (~paul_iris@166.197.113.171)
- # [06:40] * Quits: paul_irish (~paul_iris@166.197.113.171) (Remote host closed the connection)
- # [06:53] * Joins: kennyluck (~kennyluck@2001:200:1c0:3508:225:ff:fe4d:f8c7)
- # [07:01] * Quits: erikvold (~erikvold@S01060024012860e9.gv.shawcable.net) (Quit: erikvold)
- # [07:07] * Quits: Rik` (~Rik`@adsl-76-236-78-94.dsl.lsan03.sbcglobal.net) (Quit: Rik`)
- # [07:15] * Joins: MikeSmithX (~MikeSmith@EM114-48-214-167.pool.e-mobile.ne.jp)
- # [07:17] * Quits: annevk (~annevk@EM114-48-10-10.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [07:18] * Joins: estellevw (~estellevw@adsl-99-20-135-39.dsl.pltn13.sbcglobal.net)
- # [07:19] * Quits: MikeSmith (~MikeSmith@EM114-48-10-10.pool.e-mobile.ne.jp) (Ping timeout: 260 seconds)
- # [07:22] * Joins: annevk (~annevk@EM114-48-214-167.pool.e-mobile.ne.jp)
- # [07:33] * Quits: annevk (~annevk@EM114-48-214-167.pool.e-mobile.ne.jp) (Remote host closed the connection)
- # [07:58] * Joins: annevk (~annevk@EM114-48-214-167.pool.e-mobile.ne.jp)
- # [07:59] * Quits: annevk (~annevk@EM114-48-214-167.pool.e-mobile.ne.jp) (Remote host closed the connection)
- # [07:59] * Joins: annevk (~annevk@EM114-48-214-167.pool.e-mobile.ne.jp)
- # [07:59] * Quits: annevk (~annevk@EM114-48-214-167.pool.e-mobile.ne.jp) (Remote host closed the connection)
- # [08:00] * Joins: annevk (~annevk@EM114-48-214-167.pool.e-mobile.ne.jp)
- # [08:00] * Quits: annevk (~annevk@EM114-48-214-167.pool.e-mobile.ne.jp) (Remote host closed the connection)
- # [08:01] * Joins: annevk (~annevk@EM114-48-214-167.pool.e-mobile.ne.jp)
- # [08:01] * Quits: annevk (~annevk@EM114-48-214-167.pool.e-mobile.ne.jp) (Remote host closed the connection)
- # [08:02] * Joins: annevk (~annevk@EM114-48-214-167.pool.e-mobile.ne.jp)
- # [08:04] * Quits: annevk (~annevk@EM114-48-214-167.pool.e-mobile.ne.jp) (Remote host closed the connection)
- # [08:05] * Joins: annevk (~annevk@EM114-48-214-167.pool.e-mobile.ne.jp)
- # [08:18] * Quits: JohnnyAmerica (~Simon@213-64-113-37-no97.tbcn.telia.com) (Quit: Lost terminal)
- # [08:20] * Quits: knowtheory (~knowtheor@bas1-london16-1176190035.dsl.bell.ca) (Ping timeout: 240 seconds)
- # [08:23] * Quits: othermaciej (~mjs@c-69-181-42-237.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
- # [08:29] * Joins: othermaciej (~mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [08:30] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 240 seconds)
- # [08:35] * Joins: gavin_ (~gavin@CPE001346f5db49-CM0018c0db9a8a.cpe.net.cable.rogers.com)
- # [08:35] * Quits: gavin_ (~gavin@CPE001346f5db49-CM0018c0db9a8a.cpe.net.cable.rogers.com) (Changing host)
- # [08:35] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [08:47] * Quits: annevk (~annevk@EM114-48-214-167.pool.e-mobile.ne.jp) (Remote host closed the connection)
- # [08:48] <Hixie> is http://www.w3.org/Bugs/Public/show_bug.cgi?id=9545 really true?
- # [08:49] <Hixie> you can't turn off the borders on <iframes> in IE with CSS?
- # [08:55] <estellevw> you have to include frameborder=0 or something like that in IE
- # [08:56] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 276 seconds)
- # [08:56] <estellevw> frameborder="0"
- # [08:57] * Joins: annevk (~annevk@EM114-48-214-167.pool.e-mobile.ne.jp)
- # [08:57] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [08:58] * Quits: annevk (~annevk@EM114-48-214-167.pool.e-mobile.ne.jp) (Remote host closed the connection)
- # [08:59] * Joins: annevk (~annevk@EM114-48-214-167.pool.e-mobile.ne.jp)
- # [09:00] <nessy> incidentally, can iframes be transparent
- # [09:04] * Joins: knowtheory (~knowtheor@bas1-london16-1176190790.dsl.bell.ca)
- # [09:08] * Quits: estellevw (~estellevw@adsl-99-20-135-39.dsl.pltn13.sbcglobal.net) (Quit: estellevw)
- # [09:08] <nessy> seems IE needs a allowTransparency as well as CSS background-color:transparent
- # [09:15] * Quits: onar_ (~onar@17.151.122.21) (Quit: onar_)
- # [09:29] * Joins: Maurice (copyman@5ED573FA.cable.ziggo.nl)
- # [09:38] * Quits: TabAtkins__ (~chatzilla@76.253.3.102) (Ping timeout: 264 seconds)
- # [09:39] * Joins: mlpug (~mlpug@a88-115-164-40.elisa-laajakaista.fi)
- # [09:43] * Joins: eighty4 (~eighty4@c-e6c0e455.012-403-6c6b701.cust.bredbandsbolaget.se)
- # [09:52] * Quits: grimboy (~grimboy@78-86-152-156.zone2.bethere.co.uk) (Remote host closed the connection)
- # [10:02] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 276 seconds)
- # [10:02] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [10:05] * Quits: eighty4 (~eighty4@c-e6c0e455.012-403-6c6b701.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [10:12] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [10:34] * Joins: ROBOd (~robod@109.96.253.183)
- # [10:46] * Quits: cpearce (~cpearce@ip-118-90-99-231.xdsl.xnet.co.nz) (Ping timeout: 268 seconds)
- # [10:59] * Joins: Heimidal (~heimidal@c-71-237-116-77.hsd1.co.comcast.net)
- # [10:59] * Quits: Heimidal (~heimidal@c-71-237-116-77.hsd1.co.comcast.net) (Changing host)
- # [10:59] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
- # [11:00] * Joins: surkov_ (~surkov@client-207-181.sibtele.com)
- # [11:02] * Quits: surkov (~surkov@client-66-68.sibtele.com) (Ping timeout: 240 seconds)
- # [11:44] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [11:54] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [11:54] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 245 seconds)
- # [11:55] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [12:08] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [12:15] * Joins: piyushmishra (~Piyush_Mi@117.254.239.56)
- # [12:16] * Joins: tndH (~Rob@cpc2-leed18-0-0-cust427.leed.cable.ntl.com)
- # [12:19] * Quits: mlpug (~mlpug@a88-115-164-40.elisa-laajakaista.fi) (Remote host closed the connection)
- # [12:20] * Quits: surkov_ (~surkov@client-207-181.sibtele.com) (Quit: surkov_)
- # [12:22] * Quits: smaug (~chatzilla@cs181150024.pp.htv.fi) (Remote host closed the connection)
- # [12:40] * Joins: zcorpan (~zcorpan@c-339fe355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [12:42] * Quits: zcorpan (~zcorpan@c-339fe355.410-6-64736c14.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [12:42] * Joins: zcorpan (~zcorpan@c-339fe355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [12:52] * Parts: zcorpan (~zcorpan@c-339fe355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [12:54] * Joins: zcorpan (~zcorpan@c-339fe355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [12:55] * Parts: zcorpan (~zcorpan@c-339fe355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [13:11] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
- # [13:14] * Quits: annevk (~annevk@EM114-48-214-167.pool.e-mobile.ne.jp) (Ping timeout: 276 seconds)
- # [13:18] * Quits: MikeSmithX (~MikeSmith@EM114-48-214-167.pool.e-mobile.ne.jp) (Ping timeout: 245 seconds)
- # [13:24] * Joins: MikeSmithX (~MikeSmith@EM114-48-72-14.pool.e-mobile.ne.jp)
- # [13:28] * Joins: estellevw (~estellevw@adsl-99-20-135-39.dsl.pltn13.sbcglobal.net)
- # [13:32] * Joins: ROBOd2 (~robod@109.96.218.66)
- # [13:32] * Quits: ROBOd2 (~robod@109.96.218.66) (Read error: Connection reset by peer)
- # [13:35] * Quits: asmodai (asmodai@dhammapada.xs4all.nl) (Quit: brb)
- # [13:36] * Quits: ROBOd (~robod@109.96.253.183) (Ping timeout: 245 seconds)
- # [13:46] * Joins: asmodai (asmodai@dhammapada.xs4all.nl)
- # [14:16] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 248 seconds)
- # [14:17] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [14:19] * Joins: johnst (~johnst@x1-6-00-07-95-57-08-bb.k270.webspeed.dk)
- # [14:27] * Parts: piyushmishra (~Piyush_Mi@117.254.239.56)
- # [14:35] * Joins: remysharp (~remysharp@cpc2-brig17-2-0-cust448.3-3.cable.virginmedia.com)
- # [14:47] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 240 seconds)
- # [14:48] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [14:52] * Joins: yutak_home (~kee@N038037.ppp.dion.ne.jp)
- # [14:55] * Joins: miketaylr (~miketaylr@206.205.54.73)
- # [14:55] * Joins: grimboy (~grimboy@bcm-131-111-216-150.girton.cam.ac.uk)
- # [14:55] * remysharp is now known as remysharp|away
- # [14:56] * Joins: paul_irish (~paul_iris@206.205.54.73)
- # [15:14] * remysharp|away is now known as remysharp
- # [15:18] * Joins: workmad3 (~workmad3@84.45.226.85)
- # [15:18] * Joins: drry (~drry@unaffiliated/drry)
- # [15:30] * Joins: divya (~divya@c-24-18-47-121.hsd1.wa.comcast.net)
- # [15:33] * remysharp is now known as remysharp|away
- # [15:34] * Quits: workmad3 (~workmad3@84.45.226.85) (Remote host closed the connection)
- # [15:41] * Quits: paul_irish (~paul_iris@206.205.54.73) (Remote host closed the connection)
- # [15:44] * Quits: kennyluck (~kennyluck@2001:200:1c0:3508:225:ff:fe4d:f8c7) (Quit: kennyluck)
- # [15:45] * Joins: kennyluck (~kennyluck@2001:200:1c0:3508:225:ff:fe4d:f8c7)
- # [15:45] * Joins: smaug (~chatzilla@cs181150024.pp.htv.fi)
- # [15:49] * Joins: paul_irish (~paul_iris@206.205.54.73)
- # [15:54] * Quits: paul_irish (~paul_iris@206.205.54.73) (Ping timeout: 264 seconds)
- # [15:55] * Joins: paul_irish (~paul_iris@206.205.54.73)
- # [15:56] * Quits: paul_irish (~paul_iris@206.205.54.73) (Read error: Connection reset by peer)
- # [15:56] * Joins: paul_irish (~paul_iris@206.205.54.73)
- # [16:02] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 246 seconds)
- # [16:03] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [16:06] * Joins: Rik` (~Rik`@m1e0436d0.tmodns.net)
- # [16:10] * Joins: maikmerten (~maikmerte@port-92-201-253-15.dynamic.qsc.de)
- # [16:11] * Joins: workmad3 (~workmad3@84.45.226.85)
- # [16:12] * Quits: workmad3 (~workmad3@84.45.226.85) (Remote host closed the connection)
- # [16:18] * Joins: Tila (~Tila@unaffiliated/tila)
- # [16:18] * Quits: paul_irish (~paul_iris@206.205.54.73) (Remote host closed the connection)
- # [16:18] <Tila> hello
- # [16:19] <Tila> is this a place to ask questions about html5?
- # [16:20] <miketaylr> yes
- # [16:23] <Tila> i heard about js able to use storage on user disk, what kind of storage is it? files? a key/value db?
- # [16:34] * Quits: boblet (~boblet@p1072-ipbf36osakakita.osaka.ocn.ne.jp) (Quit: boblet)
- # [16:35] * Quits: grimboy (~grimboy@bcm-131-111-216-150.girton.cam.ac.uk) (Ping timeout: 258 seconds)
- # [16:38] * Joins: shepazu (~schepers@c-69-140-223-22.hsd1.md.comcast.net)
- # [16:39] * Joins: paul_irish (~paul_iris@206.205.54.73)
- # [16:39] * Joins: surkov (~surkov@client-207-181.sibtele.com)
- # [16:39] * Quits: paul_irish (~paul_iris@206.205.54.73) (Remote host closed the connection)
- # [16:42] * Joins: grimboy (~grimboy@bcm-131-111-216-150.girton.cam.ac.uk)
- # [16:46] * Quits: grimboy (~grimboy@bcm-131-111-216-150.girton.cam.ac.uk) (Ping timeout: 240 seconds)
- # [16:48] * Joins: grimboy (~grimboy@bcm-131-111-216-150.girton.cam.ac.uk)
- # [16:53] <miketaylr> Tila: take a peek here:http://dev.w3.org/html5/webstorage/
- # [17:00] * Quits: miketaylr (~miketaylr@206.205.54.73) (Quit: Leaving...)
- # [17:03] * Quits: nessy (~Adium@124-168-176-223.dyn.iinet.net.au) (Quit: Leaving.)
- # [17:11] * Joins: miketaylr (~miketaylr@206.205.54.73)
- # [17:14] * Joins: paul_irish (~paul_iris@206.205.54.73)
- # [17:15] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [17:23] * Quits: yutak_home (~kee@N038037.ppp.dion.ne.jp) (Quit: Ex-Chat)
- # [17:25] * Quits: surkov (~surkov@client-207-181.sibtele.com) (Quit: surkov)
- # [17:30] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 252 seconds)
- # [17:30] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [17:31] * Joins: workmad3 (~workmad3@84.45.226.85)
- # [17:31] * Joins: TabAtkins__ (~chatzilla@76-253-3-102.lightspeed.sntcca.sbcglobal.net)
- # [17:32] * Quits: Rik` (~Rik`@m1e0436d0.tmodns.net) (Quit: Rik`)
- # [17:38] * Quits: maikmerten (~maikmerte@port-92-201-253-15.dynamic.qsc.de) (Remote host closed the connection)
- # [17:57] * Joins: surkov (~surkov@client-207-181.sibtele.com)
- # [18:00] * Joins: slightlyoff (~slightlyo@nat/google/x-ejgfjzsbmfazzjtb)
- # [18:07] * Quits: drry (~drry@unaffiliated/drry) (Quit: Tiarra 0.1+svn-37177M: SIGTERM received; exit)
- # [18:18] * Quits: estellevw (~estellevw@adsl-99-20-135-39.dsl.pltn13.sbcglobal.net) (Quit: estellevw)
- # [18:22] * Quits: kennyluck (~kennyluck@2001:200:1c0:3508:225:ff:fe4d:f8c7) (Quit: kennyluck)
- # [18:25] * Joins: KaOSoFt (~kaosoft@190.24.156.162)
- # [18:27] * Joins: mlpug (~mlpug@a88-115-164-40.elisa-laajakaista.fi)
- # [18:28] * Joins: estellevw (~estellevw@adsl-99-20-135-39.dsl.pltn13.sbcglobal.net)
- # [18:32] * Quits: slightlyoff (~slightlyo@nat/google/x-ejgfjzsbmfazzjtb) (Ping timeout: 245 seconds)
- # [18:35] * Quits: miketaylr (~miketaylr@206.205.54.73) (Quit: Leaving...)
- # [18:36] * Quits: surkov (~surkov@client-207-181.sibtele.com) (Quit: surkov)
- # [18:38] * Quits: paul_irish (~paul_iris@206.205.54.73) (Remote host closed the connection)
- # [18:38] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: O public road, I say back I am not afraid to leave you, yet I love you, you express me better than I can express myself.)
- # [18:42] * Joins: miketaylr (~miketaylr@206.205.54.73)
- # [18:43] * Joins: paul_irish (~paul_iris@206.205.54.73)
- # [18:43] * Quits: miketaylr (~miketaylr@206.205.54.73) (Client Quit)
- # [18:45] * Quits: workmad3 (~workmad3@84.45.226.85) (Remote host closed the connection)
- # [18:50] * Joins: eighty4 (~eighty4@c-e6c0e455.012-403-6c6b701.cust.bredbandsbolaget.se)
- # [18:51] * Quits: paul_irish (~paul_iris@206.205.54.73) (Remote host closed the connection)
- # [18:52] * Joins: miketaylr (~miketaylr@206.205.54.73)
- # [18:55] * Joins: erikvold (~erikvold@S01060024012860e9.gv.shawcable.net)
- # [19:07] * Quits: TabAtkins__ (~chatzilla@76-253-3-102.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 268 seconds)
- # [19:14] * Joins: onar_ (~onar@c-67-169-86-105.hsd1.ca.comcast.net)
- # [19:14] * Quits: johnst (~johnst@x1-6-00-07-95-57-08-bb.k270.webspeed.dk) (Quit: Leaving)
- # [19:15] * Quits: onar_ (~onar@c-67-169-86-105.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [19:16] * Joins: onar_ (~onar@17.151.90.220)
- # [19:16] * Joins: MikeSmith (~MikeSmith@EM111-188-2-11.pool.e-mobile.ne.jp)
- # [19:16] * Quits: adam (~adam@97-125-147-118.desm.qwest.net) (Ping timeout: 240 seconds)
- # [19:17] * Quits: onar_ (~onar@17.151.90.220) (Client Quit)
- # [19:17] * Joins: workmad3 (~workmad3@84.45.226.85)
- # [19:19] * Joins: paul_irish (~paul_iris@206.205.54.73)
- # [19:19] * Quits: MikeSmithX (~MikeSmith@EM114-48-72-14.pool.e-mobile.ne.jp) (Ping timeout: 276 seconds)
- # [19:23] * Joins: Rik` (~Rik`@2002:b830:4860:9:225:ff:fe48:11fc)
- # [19:23] * Parts: divya (~divya@c-24-18-47-121.hsd1.wa.comcast.net)
- # [19:29] * Joins: slightlyoff (~slightlyo@nat/google/x-vtqvjkmlkhmakgvb)
- # [19:30] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 240 seconds)
- # [19:30] * Joins: adam (~adam@97-125-157-84.desm.qwest.net)
- # [19:30] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [19:31] * Quits: paul_irish (~paul_iris@206.205.54.73) (Remote host closed the connection)
- # [19:34] * Quits: workmad3 (~workmad3@84.45.226.85) (Remote host closed the connection)
- # [19:35] * Joins: paul_irish (~paul_iris@206.205.54.73)
- # [19:39] * Quits: slightlyoff (~slightlyo@nat/google/x-vtqvjkmlkhmakgvb) (Ping timeout: 260 seconds)
- # [19:48] * Joins: annevk (~annevk@EM111-188-2-11.pool.e-mobile.ne.jp)
- # [19:48] * Quits: KaOSoFt (~kaosoft@190.24.156.162) (Quit: Leaving)
- # [19:48] * Quits: annevk (~annevk@EM111-188-2-11.pool.e-mobile.ne.jp) (Remote host closed the connection)
- # [19:48] * Quits: Rik` (~Rik`@2002:b830:4860:9:225:ff:fe48:11fc) (Quit: Rik`)
- # [19:49] * Joins: annevk (~annevk@EM111-188-2-11.pool.e-mobile.ne.jp)
- # [19:52] * Quits: annevk (~annevk@EM111-188-2-11.pool.e-mobile.ne.jp) (Remote host closed the connection)
- # [19:54] * Joins: Rik` (~Rik`@2002:b830:4860:9:225:ff:fe48:11fc)
- # [20:01] * Quits: miketaylr (~miketaylr@206.205.54.73) (Quit: Leaving...)
- # [20:03] * Quits: Necrathex (~bleptop@212-123-163-12.ip.telfort.nl) (Quit: Necrathex)
- # [20:03] * Joins: miketaylr (~miketaylr@206.205.54.73)
- # [20:11] * Joins: boblet (~boblet@p1072-ipbf36osakakita.osaka.ocn.ne.jp)
- # [20:11] * Joins: erlehmann (~erlehmann@p5DDB9DEC.dip.t-dialin.net)
- # [20:19] * Joins: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de)
- # [20:23] * Joins: slightlyoff (~slightlyo@206.205.54.73)
- # [20:24] * Joins: estellevw_ (~estellevw@adsl-99-146-96-65.dsl.pltn13.sbcglobal.net)
- # [20:25] * Quits: slightlyoff (~slightlyo@206.205.54.73) (Client Quit)
- # [20:27] * Quits: estellevw (~estellevw@adsl-99-20-135-39.dsl.pltn13.sbcglobal.net) (Ping timeout: 258 seconds)
- # [20:27] * estellevw_ is now known as estellevw
- # [20:31] * Quits: Rik` (~Rik`@2002:b830:4860:9:225:ff:fe48:11fc) (Ping timeout: 276 seconds)
- # [20:35] * Quits: miketaylr (~miketaylr@206.205.54.73) (Quit: Leaving...)
- # [20:38] * Joins: Rik` (~Rik`@184-48-72-13.hacienda.lsan03.wayport.net)
- # [20:40] * Joins: slightlyoff (~slightlyo@206.205.54.73)
- # [20:45] * Joins: miketaylr (~miketaylr@206.205.54.73)
- # [20:46] * Quits: miketaylr (~miketaylr@206.205.54.73) (Client Quit)
- # [20:50] * Joins: miketaylr (~miketaylr@206.205.54.73)
- # [20:52] * Joins: davidhund (~davidhund@dnuhd.xs4all.nl)
- # [20:54] * Quits: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de) (Read error: Connection timed out)
- # [20:54] * Parts: Tila (~Tila@unaffiliated/tila)
- # [20:56] * Joins: slightlyoff_ (~slightlyo@nat/google/x-zhbiixztwjqpvspp)
- # [21:00] * Quits: miketaylr (~miketaylr@206.205.54.73) (Quit: Leaving...)
- # [21:00] * Quits: slightlyoff (~slightlyo@206.205.54.73) (Ping timeout: 260 seconds)
- # [21:00] * slightlyoff_ is now known as slightlyoff
- # [21:06] * Joins: slightlyoff_ (~slightlyo@206.205.54.73)
- # [21:06] * Quits: slightlyoff_ (~slightlyo@206.205.54.73) (Client Quit)
- # [21:10] * Quits: slightlyoff (~slightlyo@nat/google/x-zhbiixztwjqpvspp) (Ping timeout: 245 seconds)
- # [21:11] * Quits: paul_irish (~paul_iris@206.205.54.73) (Remote host closed the connection)
- # [21:23] * Quits: eighty4 (~eighty4@c-e6c0e455.012-403-6c6b701.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [21:30] * remysharp|away is now known as remysharp
- # [21:40] * Quits: estellevw (~estellevw@adsl-99-146-96-65.dsl.pltn13.sbcglobal.net) (Quit: estellevw)
- # [21:52] * Joins: workmad3 (~workmad3@84.45.226.85)
- # [21:54] * Quits: workmad3 (~workmad3@84.45.226.85) (Remote host closed the connection)
- # [22:00] * Quits: mlpug (~mlpug@a88-115-164-40.elisa-laajakaista.fi) (Remote host closed the connection)
- # [22:06] * Quits: shepazu (~schepers@c-69-140-223-22.hsd1.md.comcast.net) (Ping timeout: 276 seconds)
- # [22:12] * Joins: cpearce (~cpearce@ip-118-90-110-112.xdsl.xnet.co.nz)
- # [22:24] * remysharp is now known as remysharp|away
- # [22:32] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 276 seconds)
- # [22:33] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [22:34] * Joins: TabAtkins__ (~chatzilla@76-253-3-102.lightspeed.sntcca.sbcglobal.net)
- # [22:45] * Joins: estellevw (~estellevw@216.113.168.135)
- # [23:02] * Joins: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de)
- # [23:05] * Quits: estellevw (~estellevw@216.113.168.135) (Quit: estellevw)
- # [23:06] * Joins: estellevw (~estellevw@216.113.168.135)
- # [23:13] * Quits: estellevw (~estellevw@216.113.168.135) (Quit: going to hang out with the bunny rabbits)
- # [23:15] * remysharp|away is now known as remysharp
- # [23:21] * Quits: gavin (~gavin@firefox/developer/gavin) (Ping timeout: 276 seconds)
- # [23:30] * Joins: JusticeFries (~justicefr@2002:43ad:ef61:0:226:8ff:fedd:9464)
- # [23:30] * Joins: davidhund_ (~davidhund@ah-mbg-ae99.adsl.wanadoo.nl)
- # [23:30] * remysharp is now known as remysharp|away
- # [23:31] * Quits: davidhund (~davidhund@dnuhd.xs4all.nl) (Read error: Connection reset by peer)
- # [23:31] * Joins: davidhund (~davidhund@dnuhd.xs4all.nl)
- # [23:35] * Quits: davidhund_ (~davidhund@ah-mbg-ae99.adsl.wanadoo.nl) (Ping timeout: 264 seconds)
- # [23:45] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:52] * Joins: slightlyoff (~slightlyo@206.205.54.73)
- # [23:56] * Quits: ttepasse (~ttepasse@ip-109-90-160-217.unitymediagroup.de) (Quit: ?Q)
- # [23:59] * Quits: davidhund (~davidhund@dnuhd.xs4all.nl) (Quit: ... succes ermee! :-))
- # [23:59] * Quits: smaug (~chatzilla@cs181150024.pp.htv.fi) (Read error: Connection reset by peer)
- # Session Close: Sun Apr 18 00:00:01 2010
The end :)