Options:
- # Session Start: Mon Nov 12 00:00:00 2012
- # Session Ident: #html5
- # [00:02] * Joins: aniasis (~aniasis@108-195-74-48.lightspeed.rcsntx.sbcglobal.net)
- # [00:03] * Joins: ffs82defxp (~ffs82defx@50.13.5.73)
- # [00:05] * Joins: gde33|2 (kvirc@546A1A51.cm-12-3a.dynamic.ziggo.nl)
- # [00:06] * Quits: gde33 (kvirc@546A1A51.cm-12-3a.dynamic.ziggo.nl) (Read error: Connection reset by peer)
- # [00:08] * Quits: ghartmann (~ghartmann@cpc23-camd13-2-0-cust14.hari.cable.virginmedia.com) (Quit: Leaving)
- # [00:09] * Quits: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net) (Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121024073032])
- # [00:15] * Joins: quiliro (~quiliro@186.69.59.11)
- # [00:16] * Parts: rush321 (~Ray@cpc2-croy13-0-0-cust56.croy.cable.virginmedia.com)
- # [00:17] * Quits: dameleon (~dameleon@g92.115-65-78.ppp.wakwak.ne.jp) (Remote host closed the connection)
- # [00:18] * Quits: X1N (~N1X@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [00:18] * Quits: chriseppstein (~chrisepps@99-6-85-4.lightspeed.sntcca.sbcglobal.net) (Quit: chriseppstein)
- # [00:22] * Joins: pilgrum (~sean@cpe-66-74-181-240.socal.res.rr.com)
- # [00:23] * Joins: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net)
- # [00:30] <zettam> http://pastebin.com/0viMpRWT --- Hello channel. I have this "inf-trackbutton-text" element (which is the descriptive text for the "inf-trackbutton"). I need it to fade in from display:none. The CSS code that I'm using is in the pastebin, can anyone tell me what's wrong here, please ? Right now it does not fade in but instantly appears...
- # [00:31] * Quits: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net) (Remote host closed the connection)
- # [00:32] <Moo^_^> zettam: can you create a test case in jsfiddle.net
- # [00:33] * Quits: r0tha|wrk (~r0tha@76-218-126-126.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
- # [00:33] <zettam> sure, one sec Moo^_^
- # [00:40] * Quits: manuelbieh (~beeevi2@p57BD6382.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
- # [00:40] * Quits: joeytwiddle (~joey@cpc1-aztw4-0-0-cust1957.18-1.cable.virginmedia.com) (Ping timeout: 246 seconds)
- # [00:40] <zettam> Moo^_^: I'm about to send you the jsfiddle
- # [00:41] <zettam> one more minute
- # [00:41] <zettam> Clearing up the useless stuff
- # [00:42] <zettam> Moo^_^: http://jsfiddle.net/zettam/AQcYB/4/
- # [00:42] <zettam> here is the code, you can have a look
- # [00:44] * Joins: joeytwiddle (~joey@cpc1-aztw4-0-0-cust1957.18-1.cable.virginmedia.com)
- # [00:45] * Joins: pandeiro (~mu@177.33.182.52)
- # [00:46] <Moo^_^> zettam: I see it
- # [00:48] <zettam> Do you have any sort of solution for something like that ?
- # [00:48] * Quits: jeff_sebring (~jeffsebri@c-67-168-88-169.hsd1.wa.comcast.net) (Quit: Leaving)
- # [00:48] <zettam> the reason I'm making the display:none is that otherwise the description text" is still clickable
- # [00:48] <zettam> which is not what I really want as you can see
- # [00:48] <zettam> Moo^_^:
- # [00:49] <Moo^_^> zettam: got it working http://jsfiddle.net/AQcYB/7/
- # [00:49] <Moo^_^> no idea how
- # [00:49] * Quits: pilgrum (~sean@cpe-66-74-181-240.socal.res.rr.com) (Ping timeout: 268 seconds)
- # [00:49] <Moo^_^> zettam: you probably can't animate opacity if the source is display: none
- # [00:50] <Moo^_^> you need ot animate width or height
- # [00:52] <zettam> hmmm
- # [00:52] <zettam> Moo^_^: ok thank you very much
- # [00:52] <zettam> I guess I've found another solution
- # [00:52] <zettam> not a direct solution but a workaround, that will solve the problem in my case:
- # [00:52] * Joins: aramis (~aramis@189.32.35.24)
- # [00:52] <zettam> pointer-events: none;
- # [00:52] <zettam> cursor: default;
- # [00:52] <zettam> I apply these to the "text" element
- # [00:52] <zettam> and animate the opecity from 0 to 1
- # [00:52] <zettam> without using the "display: none;"
- # [00:53] <zettam> That solves the problem... Well, seemingly solves at least.
- # [00:55] * Quits: squeakytoy (~christoff@h87-96-232-107.dynamic.se.alltele.net) (Quit: Leaving)
- # [00:55] * Joins: chaiz (~chaiz@ppp-124-121-9-188.revip2.asianet.co.th)
- # [00:55] * Hornet- is now known as Hornet
- # [00:57] * Joins: pilgrum (~sean@cpe-66-74-181-240.socal.res.rr.com)
- # [00:57] <aramis> Hi, is it possible to write html5 + css3 code (only, w/o js), and make a page like a frameset? Where a menu offers some links, and those are open into the "main" frame?
- # [00:57] * Quits: Jayflux (~jay_knows@cpc6-dudl6-0-0-cust126.16-1.cable.virginmedia.com) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
- # [01:01] * Joins: tw2113 (~tw2113@host-102-48-107-208.midco.net)
- # [01:01] * Quits: tw2113 (~tw2113@host-102-48-107-208.midco.net) (Changing host)
- # [01:01] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [01:03] * Joins: dameleon (~dameleon@113x36x238x26.ap113.ftth.ucom.ne.jp)
- # [01:06] * Joins: dameleon_ (~dameleon@113x36x238x26.ap113.ftth.ucom.ne.jp)
- # [01:07] * Quits: dameleon (~dameleon@113x36x238x26.ap113.ftth.ucom.ne.jp) (Ping timeout: 265 seconds)
- # [01:08] * Quits: axos4111 (~axos@xdsl-78-35-168-87.netcologne.de) (Quit: Leaving.)
- # [01:08] * Joins: htmlguy (~htmlguy@c-98-232-101-55.hsd1.wa.comcast.net)
- # [01:09] * Joins: axos411 (~axos@xdsl-78-35-168-87.netcologne.de)
- # [01:12] <Odra> aramis: Use frames.
- # [01:12] <Odra> Nobody likes frames but if you want frames use frames.
- # [01:13] <Odra> Though, what you should actually use are those inpage anchors
- # [01:13] * Quits: Odra (Odra@2002:bb38:1302::bb38:1302) (Quit: Leaving)
- # [01:13] * Quits: evasivx__ (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
- # [01:14] * Joins: evasivx__ (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [01:16] * Joins: benknight (~Adium@50-0-128-147.dsl.dynamic.sonic.net)
- # [01:19] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (Remote host closed the connection)
- # [01:19] * Quits: popolvuh (~populvuh@unaffiliated/populvuh) (Ping timeout: 260 seconds)
- # [01:25] <aramis> i'm not willing to use frames. I want the same result, but whithout them.
- # [01:25] <aramis> using js i achieved my goal, but now i'm trying to get rid of js.
- # [01:25] <aramis> anyone knows if it is possible?
- # [01:28] * Joins: machicola (~thetentma@unlv-nat-131-216-14-33.dhcp.unlv.edu)
- # [01:31] * Quits: BoomerBile (~BoomerBil@67-5-30-229.rstr.qwest.net) (Quit: Leaving)
- # [01:31] * Joins: popolvuh (~populvuh@unaffiliated/populvuh)
- # [01:33] * Quits: benknight (~Adium@50-0-128-147.dsl.dynamic.sonic.net) (Quit: Leaving.)
- # [01:36] <dahlfors> your options are frames, iframes or using js for adding content into some element
- # [01:37] * Quits: fr3sh (~fr3sh@unaffiliated/fr3sh)
- # [01:38] * Joins: benknight (~Adium@50-0-128-147.dsl.dynamic.sonic.net)
- # [01:40] * Quits: benknight (~Adium@50-0-128-147.dsl.dynamic.sonic.net) (Client Quit)
- # [01:44] * Quits: KevinLR (~kevinLR@mtl93-9-88-161-40-103.fbx.proxad.net) (Remote host closed the connection)
- # [01:44] * Joins: KevinLR (~kevinLR@2a01:e35:8a12:8670:f06f:7759:bf73:92b0)
- # [01:45] <zettam> Channel, when I right align any span, the text inside is not "fully" right aligned. There is always like one "character" emptiness when there is letter spacing. How can I solve this issue ?
- # [01:47] * Quits: Vennril (~vennril@p4FCB0823.dip0.t-ipconnect.de) (Quit: Nettalk6 - www.ntalk.de)
- # [01:47] <dahlfors> that is the behaviour of inline elements that you are seeing most likely
- # [01:47] <dahlfors> display: inline-block; or display: block; will change that behaviour
- # [01:47] <dahlfors> but, will change a few other things as well
- # [01:49] * Quits: KevinLR (~kevinLR@2a01:e35:8a12:8670:f06f:7759:bf73:92b0) (Ping timeout: 246 seconds)
- # [01:49] * Joins: roadt (~roadt@60.168.80.47)
- # [01:51] * Quits: factor (~factor@r74-195-184-59.msk1cmtc01.mskgok.ok.dh.suddenlink.net) (Read error: Connection reset by peer)
- # [01:51] * Joins: jacobolus (~jacobolus@173-228-64-81.dsl.dynamic.sonic.net)
- # [01:51] * Quits: pandeiro (~mu@177.33.182.52) (Ping timeout: 246 seconds)
- # [01:52] <zettam> dahlfors: http://jsfiddle.net/zettam/Z3XyP/1/ here is a link, maybe you can check this... it's already "block"
- # [01:52] <dahlfors> that is your letter spacing
- # [01:53] <dahlfors> set letter-spacing to 0 and it disappears
- # [01:53] <zettam> yes but when it is aligned to the left there is no leter spacing gap
- # [01:53] <zettam> I want to use letter-spacing, that's why I'm asking.
- # [01:53] <dahlfors> no, since letter-spacing is aligned after the character, not before
- # [01:53] <zettam> Hmm, how can I "solve" this issue
- # [01:54] <zettam> I need the spacing, but alignment is also as important as that in my case
- # [01:54] <dahlfors> then you need to use some kind of wrapper element
- # [01:55] <dahlfors> or depends on where you need it
- # [01:55] <zettam> Hmm, like how
- # [01:56] <dahlfors> you will want to hide the overflow in the wrapping element
- # [01:57] <zettam> how will I do that dahlfors
- # [01:58] <dahlfors> zettam: http://jsfiddle.net/XbCDF/
- # [01:58] <dahlfors> overflow: hidden; and negative margin-right
- # [01:58] <zettam> dahlfors: with margin.. Thanks! Someone else in another channel just gave a similar reply
- # [01:59] <dahlfors> older versions of ie might be cranky about negative margins and might want to interpret differently, so if support there is important, you might want to check so it works
- # [01:59] <zettam> I thought ther could be a way of getting the content only
- # [01:59] <zettam> without empty space I mean
- # [02:00] <dahlfors> the letter-spacing happens in the text-rendering engine where you can't affect it through css directly. you'll need a workaround like this
- # [02:08] * Joins: factor (~factor@74.197.205.92)
- # [02:08] * Quits: machicola (~thetentma@unlv-nat-131-216-14-33.dhcp.unlv.edu) (Remote host closed the connection)
- # [02:12] * Quits: popolvuh (~populvuh@unaffiliated/populvuh) (Ping timeout: 260 seconds)
- # [02:18] * Joins: N1X (~N1X@74.198.9.101)
- # [02:18] * Quits: axos411 (~axos@xdsl-78-35-168-87.netcologne.de) (Quit: Leaving.)
- # [02:18] * N1X is now known as Guest13981
- # [02:24] * Joins: popolvuh (~populvuh@unaffiliated/populvuh)
- # [02:25] * Joins: Leeol (~Leeol@63-155-165-244.eugn.qwest.net)
- # [02:25] * Quits: Leeol (~Leeol@63-155-165-244.eugn.qwest.net) (Client Quit)
- # [02:28] * Joins: k1ng440 (~k1ngdom@180.234.125.87)
- # [02:30] * Quits: k1ng4400 (~k1ngdom@114.31.8.226) (Ping timeout: 252 seconds)
- # [02:32] * Joins: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net)
- # [02:33] * Quits: lcb (~affiliate@unaffiliated/lcb) (Quit: gone)
- # [02:36] * Quits: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net) (Ping timeout: 246 seconds)
- # [02:41] * Quits: modernrob (modernrob@crawfordneb.info)
- # [02:43] * Joins: tiglog (~topeak@123.114.120.113)
- # [02:43] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [02:44] * Joins: stevegill (~stevengil@108-213-65-111.lightspeed.snfcca.sbcglobal.net)
- # [02:44] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Max SendQ exceeded)
- # [02:45] * Joins: KevinLR (~kevinLR@mtl93-9-88-161-40-103.fbx.proxad.net)
- # [02:45] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [02:46] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Read error: Connection reset by peer)
- # [02:47] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [02:48] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Max SendQ exceeded)
- # [02:49] * Quits: KevinLR (~kevinLR@mtl93-9-88-161-40-103.fbx.proxad.net) (Read error: Operation timed out)
- # [02:50] * Joins: dieb_ (~dieb_@unaffiliated/andredieb)
- # [02:56] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [02:57] * Quits: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net) (Quit: Imaginativeone)
- # [03:01] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Quit: Leaving)
- # [03:01] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [03:04] * Joins: ScruffyFurn (~ScruffyFu@CPEb8a3865a4e21-CM000f9f7c3c00.cpe.net.cable.rogers.com)
- # [03:08] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
- # [03:13] * Quits: evasivx__ (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
- # [03:14] <aramis> dahlfors: ok, understood. Thanks!
- # [03:14] * Joins: evasivx__ (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [03:15] * Quits: Foo-Bar (~FooBar@99-99-71-28.lightspeed.frokca.sbcglobal.net) (Quit: Leaving)
- # [03:15] * Quits: aramis (~aramis@189.32.35.24) (Quit: "bye \o")
- # [03:16] * Quits: aniasis (~aniasis@108-195-74-48.lightspeed.rcsntx.sbcglobal.net)
- # [03:17] * Quits: Guest13981 (~N1X@74.198.9.101) (Remote host closed the connection)
- # [03:17] * Quits: ejnahc (~ejnahc@unaffiliated/ejnahc) (Remote host closed the connection)
- # [03:17] * Joins: KevinLR (~kevinLR@mtl93-9-88-161-40-103.fbx.proxad.net)
- # [03:18] * Joins: ejnahc (~ejnahc@unaffiliated/ejnahc)
- # [03:19] * Quits: popolvuh (~populvuh@unaffiliated/populvuh) (Ping timeout: 260 seconds)
- # [03:21] * Joins: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net)
- # [03:24] * Quits: KevinLR (~kevinLR@mtl93-9-88-161-40-103.fbx.proxad.net) (Ping timeout: 260 seconds)
- # [03:27] * EHLOVader[afk] is now known as EHLOVader
- # [03:28] * Quits: tiglog (~topeak@123.114.120.113) (Quit: Leaving)
- # [03:31] * Joins: popolvuh (~populvuh@unaffiliated/populvuh)
- # [03:32] * Joins: Cylent (~cylent@c-67-162-115-11.hsd1.il.comcast.net)
- # [03:34] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (Ping timeout: 246 seconds)
- # [03:35] * Joins: asher^ (asher@101.166.147.73)
- # [03:35] * Quits: asher^ (asher@101.166.147.73) (Changing host)
- # [03:35] * Joins: asher^ (asher@unaffiliated/asher/x-9381395)
- # [03:36] * Quits: ffs82defxp (~ffs82defx@50.13.5.73) (Ping timeout: 268 seconds)
- # [03:39] * Quits: mykul (~mykul@c-71-56-217-213.hsd1.co.comcast.net) (Quit: gg)
- # [03:39] * Joins: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net)
- # [03:41] * Joins: ML74 (~ML74@5e060313.bb.sky.com)
- # [03:41] * Quits: solitude88 (~solitude8@50-194-56-30-static.hfc.comcastbusiness.net) (Quit: Leaving...)
- # [03:46] * Quits: Cylent (~cylent@c-67-162-115-11.hsd1.il.comcast.net)
- # [03:49] * Quits: k1ng440 (~k1ngdom@180.234.125.87) (Ping timeout: 276 seconds)
- # [03:50] * Joins: KevinLR (~kevinLR@2a01:e35:8a12:8670:c4ff:3860:41cc:8592)
- # [03:51] * Quits: adelcampo (~doritosta@adsl-69-224-57-173.dsl.irvnca.pacbell.net) (Quit: Leaving...)
- # [03:51] * Joins: bAnt_ (~bant@cpe-142-255-118-225.nyc.res.rr.com)
- # [03:51] * Quits: quiliro (~quiliro@186.69.59.11) (Ping timeout: 252 seconds)
- # [03:55] * Joins: axos411 (~axos@xdsl-78-35-181-253.netcologne.de)
- # [03:56] * Quits: KevinLR (~kevinLR@2a01:e35:8a12:8670:c4ff:3860:41cc:8592) (Ping timeout: 246 seconds)
- # [04:02] * Quits: ScruffyFurn (~ScruffyFu@CPEb8a3865a4e21-CM000f9f7c3c00.cpe.net.cable.rogers.com) (Quit: ScruffyFurn)
- # [04:05] * Joins: quiliro (~quiliro@186.69.59.11)
- # [04:08] * Joins: lessthanzero (~lessthanz@CPE204e7fb6179f-CM001ac352aefc.cpe.net.cable.rogers.com)
- # [04:08] * Joins: _gambit (~prajwalit@59.95.17.79)
- # [04:09] <lessthanzero> anyone know any decent reasons not to use <header> <section> and some of the other simple elements?
- # [04:11] * Joins: bluej774 (~chatzilla@24-148-35-213.c3-0.grn-ubr1.chi-grn.il.cable.rcn.com)
- # [04:11] <lessthanzero> should I just google random spam articles?
- # [04:12] <asher^> any decent reason to use divs instead of headers and sections?
- # [04:12] <bluej774> When using context.drawImage and scaling the image up from its native dimensions, my images end up fuzzy. Is there a way I can change the scaling algorithm used?
- # [04:15] * Joins: N1X (~N1X@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
- # [04:15] * N1X is now known as Guest81722
- # [04:15] <lessthanzero> asher^: heh, yeah I guess. I have this odd fear of html5, and I tend not to see it used much. so I tend not to implement html5 (as I should)
- # [04:16] * Quits: Guest81722 (~N1X@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Read error: Connection reset by peer)
- # [04:16] <lessthanzero> I couldn't think of any reasons not to but maybe someone had a legit reason ;)
- # [04:16] <lessthanzero> for certain circumstances.
- # [04:17] * Quits: ML74 (~ML74@5e060313.bb.sky.com) (Ping timeout: 246 seconds)
- # [04:21] * Quits: stevegill (~stevengil@108-213-65-111.lightspeed.snfcca.sbcglobal.net) (Quit: stevegill)
- # [04:22] * Joins: adelcampo (~doritosta@adsl-69-224-57-173.dsl.irvnca.pacbell.net)
- # [04:23] * Joins: KevinLR (~kevinLR@mtl93-9-88-161-40-103.fbx.proxad.net)
- # [04:23] * Joins: debsan (~debsan@190.245.74.16)
- # [04:30] * Quits: KevinLR (~kevinLR@mtl93-9-88-161-40-103.fbx.proxad.net) (Ping timeout: 246 seconds)
- # [04:30] * Quits: dieb_ (~dieb_@unaffiliated/andredieb) (Quit: dieb_)
- # [04:35] * Joins: dieb_ (~dieb_@unaffiliated/andredieb)
- # [04:36] * Joins: barneybook_work (~Thunderbi@118-168-230-28.dynamic.hinet.net)
- # [04:36] * Joins: jrodl3r (~Adium@cpe-76-180-210-223.buffalo.res.rr.com)
- # [04:37] * Quits: adelcampo (~doritosta@adsl-69-224-57-173.dsl.irvnca.pacbell.net) (Quit: Leaving...)
- # [04:38] * Joins: snowfox_ben (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net)
- # [04:39] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Quit: dgathright)
- # [04:42] * Quits: jrodl3r (~Adium@cpe-76-180-210-223.buffalo.res.rr.com) (Quit: Leaving.)
- # [04:45] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
- # [04:47] * Quits: barneybook_work (~Thunderbi@118-168-230-28.dynamic.hinet.net) (Quit: barneybook_work)
- # [04:47] * Joins: jrodl3r (~Adium@cpe-76-180-210-223.buffalo.res.rr.com)
- # [04:47] * Joins: JSharpe_ (~JSharpe@tsn85-159-236-214.dyn.nltelcom.net)
- # [04:47] * Quits: JSharpe (~JSharpe@tsn85-159-236-214.dyn.nltelcom.net) (Read error: Connection reset by peer)
- # [04:50] * Quits: debsan (~debsan@190.245.74.16) (Remote host closed the connection)
- # [04:52] * Joins: debsan (~debsan@190.245.74.16)
- # [04:56] * Joins: KevinLR (~kevinLR@2a01:e35:8a12:8670:7061:a349:26c5:f191)
- # [04:57] * Quits: bluej774 (~chatzilla@24-148-35-213.c3-0.grn-ubr1.chi-grn.il.cable.rcn.com) (Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121025210744])
- # [04:58] * Quits: _gambit (~prajwalit@59.95.17.79) (Quit: Computer has gone to sleep.)
- # [05:03] * Quits: KevinLR (~kevinLR@2a01:e35:8a12:8670:7061:a349:26c5:f191) (Ping timeout: 246 seconds)
- # [05:07] * Quits: RDove (~RDove@unaffiliated/rdove)
- # [05:13] * Joins: dhruvasagar (~dhruvasag@122.167.119.97)
- # [05:15] * Joins: _gambit (~prajwalit@59.95.17.79)
- # [05:17] * Joins: ffs82defxp (~ffs82defx@50.13.5.73)
- # [05:19] * Quits: _gambit (~prajwalit@59.95.17.79) (Client Quit)
- # [05:21] * Quits: dhruvasagar (~dhruvasag@122.167.119.97) (Ping timeout: 240 seconds)
- # [05:22] * Joins: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net)
- # [05:22] * Quits: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net) (Remote host closed the connection)
- # [05:26] * Joins: machicola (~thetentma@unlv-nat-131-216-14-33.dhcp.unlv.edu)
- # [05:30] * Joins: KevinLR (~kevinLR@2a01:e35:8a12:8670:5daa:96f2:7d5:7b24)
- # [05:31] * Quits: ffs82defxp (~ffs82defx@50.13.5.73) (Ping timeout: 265 seconds)
- # [05:36] * Quits: KevinLR (~kevinLR@2a01:e35:8a12:8670:5daa:96f2:7d5:7b24) (Ping timeout: 246 seconds)
- # [05:36] * Quits: coeus (~coeus@dslb-084-061-016-230.pools.arcor-ip.net) (Ping timeout: 252 seconds)
- # [05:39] * Quits: jacobolus (~jacobolus@173-228-64-81.dsl.dynamic.sonic.net) (Remote host closed the connection)
- # [05:43] * Quits: machicola (~thetentma@unlv-nat-131-216-14-33.dhcp.unlv.edu) (Remote host closed the connection)
- # [05:53] * Joins: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp)
- # [05:54] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
- # [05:58] * Joins: dhruvasagar (~dhruvasag@122.167.119.97)
- # [06:01] * Joins: jacobolus (~jacobolus@99-127-228-11.lightspeed.sntcca.sbcglobal.net)
- # [06:03] * Joins: KevinLR (~kevinLR@2a01:e35:8a12:8670:75b8:88b:47ae:17b2)
- # [06:04] * Quits: jacobolus (~jacobolus@99-127-228-11.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
- # [06:06] * Quits: mike5w3c (~MikeSmith@p15181-obmd01.tokyo.ocn.ne.jp) (Ping timeout: 268 seconds)
- # [06:06] * Joins: BigKing (~BigKing@dslb-084-061-106-211.pools.arcor-ip.net)
- # [06:08] * Joins: dameleon (~dameleon@113x36x238x28.ap113.ftth.ucom.ne.jp)
- # [06:09] * Quits: KevinLR (~kevinLR@2a01:e35:8a12:8670:75b8:88b:47ae:17b2) (Ping timeout: 246 seconds)
- # [06:11] * Joins: mike5w3c (~MikeSmith@s1106201.xgsspn.imtp.tachikawa.spmode.ne.jp)
- # [06:11] * Quits: dameleon_ (~dameleon@113x36x238x26.ap113.ftth.ucom.ne.jp) (Ping timeout: 240 seconds)
- # [06:11] * Joins: chriseppstein (~chrisepps@99-6-85-4.lightspeed.sntcca.sbcglobal.net)
- # [06:12] * Joins: mattkelly (~mattwkell@c-69-181-69-39.hsd1.ca.comcast.net)
- # [06:12] * Quits: mattkelly (~mattwkell@c-69-181-69-39.hsd1.ca.comcast.net) (Changing host)
- # [06:12] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
- # [06:13] * Joins: _gambit (~prajwalit@61.12.96.226)
- # [06:15] * Quits: dhruvasagar (~dhruvasag@122.167.119.97) (Ping timeout: 264 seconds)
- # [06:16] * EHLOVader is now known as EHLOVader[afk]
- # [06:20] * Quits: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net) (Remote host closed the connection)
- # [06:20] * Joins: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net)
- # [06:21] * Quits: dameleon (~dameleon@113x36x238x28.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
- # [06:22] * Joins: dameleon (~dameleon@113x36x238x26.ap113.ftth.ucom.ne.jp)
- # [06:23] * Quits: BigKing (~BigKing@dslb-084-061-106-211.pools.arcor-ip.net) (Remote host closed the connection)
- # [06:31] * Joins: coeus (~coeus@dslb-084-061-016-230.pools.arcor-ip.net)
- # [06:34] * Joins: userZ (userZ@cpe-107-015-120-168.nc.res.rr.com)
- # [06:35] * Parts: userZ (userZ@cpe-107-015-120-168.nc.res.rr.com)
- # [06:36] * Joins: KevinLR (~kevinLR@2a01:e35:8a12:8670:cd35:7846:bbb5:61d5)
- # [06:37] * Joins: jacobolus (~jacobolus@99-127-228-11.lightspeed.sntcca.sbcglobal.net)
- # [06:38] * Quits: jacobolus (~jacobolus@99-127-228-11.lightspeed.sntcca.sbcglobal.net) (Client Quit)
- # [06:39] * Joins: tantek (~tantek@md00536d0.tmodns.net)
- # [06:42] * Quits: KevinLR (~kevinLR@2a01:e35:8a12:8670:cd35:7846:bbb5:61d5) (Ping timeout: 246 seconds)
- # [06:44] * Quits: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net) (Ping timeout: 246 seconds)
- # [06:48] * Quits: chaiz (~chaiz@ppp-124-121-9-188.revip2.asianet.co.th) (Read error: No route to host)
- # [06:49] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
- # [06:49] * Joins: chaiz (~chaiz@ppp-124-121-9-188.revip2.asianet.co.th)
- # [06:56] * Joins: dhruvasagar (~dhruvasag@122.167.119.97)
- # [06:56] * Joins: Zumbice (~zoomb@50.140.broadband15.iol.cz)
- # [06:58] * Quits: tantek (~tantek@md00536d0.tmodns.net) (Quit: tantek)
- # [07:00] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Quit: mattkelly)
- # [07:03] * Quits: bAnt_ (~bant@cpe-142-255-118-225.nyc.res.rr.com) (Remote host closed the connection)
- # [07:06] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 268 seconds)
- # [07:09] * Joins: KevinLR (~kevinLR@2a01:e35:8a12:8670:81f5:d235:5518:2b3f)
- # [07:10] * Joins: kitallis (~kitallis@122.167.114.135)
- # [07:10] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 246 seconds)
- # [07:10] * Joins: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net)
- # [07:10] * Quits: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net) (Changing host)
- # [07:10] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [07:11] * Joins: chaiz_ (~chaiz@ppp-124-122-56-78.revip2.asianet.co.th)
- # [07:12] * Quits: Benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com) (Ping timeout: 276 seconds)
- # [07:13] * Quits: chaiz_ (~chaiz@ppp-124-122-56-78.revip2.asianet.co.th) (Read error: Connection reset by peer)
- # [07:13] * Quits: evasivx__ (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
- # [07:14] * Quits: chaiz (~chaiz@ppp-124-121-9-188.revip2.asianet.co.th) (Ping timeout: 246 seconds)
- # [07:14] * Joins: Benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com)
- # [07:14] * Joins: evasivx__ (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [07:17] * Quits: KevinLR (~kevinLR@2a01:e35:8a12:8670:81f5:d235:5518:2b3f) (Ping timeout: 246 seconds)
- # [07:17] * Joins: ffs82defxp (~ffs82defx@50.13.5.73)
- # [07:18] * Joins: KevinLR (~kevinLR@2a01:e35:8a12:8670:81cb:b1a8:2868:7c64)
- # [07:22] * Quits: KevinLR (~kevinLR@2a01:e35:8a12:8670:81cb:b1a8:2868:7c64) (Ping timeout: 246 seconds)
- # [07:23] * Joins: Reite (~chris@cm-84.211.71.25.getinternet.no)
- # [07:23] * Quits: Benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com) (Ping timeout: 260 seconds)
- # [07:24] * Joins: TomWij_ (~TomWij@91.183.48.218)
- # [07:24] * Joins: Benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com)
- # [07:26] * Quits: TomWij (~TomWij@91.183.48.218) (Ping timeout: 246 seconds)
- # [07:29] * Quits: Benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com) (Ping timeout: 248 seconds)
- # [07:30] * Joins: Benvie (~brandon@174.97.187.248)
- # [07:32] * Quits: dhruvasagar (~dhruvasag@122.167.119.97) (Ping timeout: 252 seconds)
- # [07:34] * Joins: renoc__ (~JSharpe@tsn85-159-236-209.dyn.nltelcom.net)
- # [07:35] * Joins: benknight (~Adium@50-0-128-147.dsl.dynamic.sonic.net)
- # [07:35] * Quits: JSharpe_ (~JSharpe@tsn85-159-236-214.dyn.nltelcom.net) (Ping timeout: 252 seconds)
- # [07:36] * Quits: austin (~austin@ip72-194-71-160.oc.oc.cox.net) (Quit: Leaving)
- # [07:39] * Quits: Benvie (~brandon@174.97.187.248) (Ping timeout: 245 seconds)
- # [07:40] * Joins: Benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com)
- # [07:40] * Quits: schnoodles (~schnoodle@119.63.221.131) (Remote host closed the connection)
- # [07:44] * Quits: benknight (~Adium@50-0-128-147.dsl.dynamic.sonic.net) (Quit: Leaving.)
- # [07:49] * Joins: KevinLR (~kevinLR@2a01:e35:8a12:8670:5a3:2616:34a6:3397)
- # [07:52] * Quits: Benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com) (Ping timeout: 268 seconds)
- # [07:53] * Joins: longbeach (~mike@AFontenayssB-152-1-9-202.w82-121.abo.wanadoo.fr)
- # [07:55] * Quits: snowfox_ben (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net) (Quit: snowfox_ben)
- # [07:55] * Quits: KevinLR (~kevinLR@2a01:e35:8a12:8670:5a3:2616:34a6:3397) (Ping timeout: 246 seconds)
- # [07:55] * Joins: scholchr (~scholchr@p5080A0B4.dip0.t-ipconnect.de)
- # [07:55] * Quits: scholchr (~scholchr@p5080A0B4.dip0.t-ipconnect.de) (Changing host)
- # [07:55] * Joins: scholchr (~scholchr@unaffiliated/scholchr)
- # [08:01] * Joins: Benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com)
- # [08:01] * Joins: KevinLR (~kevinLR@2a01:e35:8a12:8670:2078:68d0:f5f0:da92)
- # [08:02] * Quits: scholchr (~scholchr@unaffiliated/scholchr) (Quit: Leaving)
- # [08:03] * Quits: pilgrum (~sean@cpe-66-74-181-240.socal.res.rr.com) (Quit: WeeChat 0.3.9)
- # [08:04] * Joins: benknight (~Adium@50-0-128-147.dsl.dynamic.sonic.net)
- # [08:06] * Quits: Reite (~chris@cm-84.211.71.25.getinternet.no) (Ping timeout: 265 seconds)
- # [08:06] * Quits: KevinLR (~kevinLR@2a01:e35:8a12:8670:2078:68d0:f5f0:da92) (Ping timeout: 246 seconds)
- # [08:09] * Quits: benknight (~Adium@50-0-128-147.dsl.dynamic.sonic.net) (Quit: Leaving.)
- # [08:10] * Quits: mike5w3c (~MikeSmith@s1106201.xgsspn.imtp.tachikawa.spmode.ne.jp) (Quit: mike5w3c)
- # [08:13] * Joins: benknight (~Adium@50-0-128-147.dsl.dynamic.sonic.net)
- # [08:13] * Joins: DeXTeD (~dexted_xt@abho229.neoplus.adsl.tpnet.pl)
- # [08:13] * Quits: benknight (~Adium@50-0-128-147.dsl.dynamic.sonic.net) (Client Quit)
- # [08:16] * Quits: ffs82defxp (~ffs82defx@50.13.5.73) (Ping timeout: 255 seconds)
- # [08:18] * Quits: chriseppstein (~chrisepps@99-6-85-4.lightspeed.sntcca.sbcglobal.net) (Quit: chriseppstein)
- # [08:19] * Joins: poolshark (~quassel@dslb-178-012-151-187.pools.arcor-ip.net)
- # [08:22] * Parts: tw2113 (~tw2113@fedora/tw2113) ("yar! I be gone exited!")
- # [08:22] * Quits: Benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com) (Ping timeout: 260 seconds)
- # [08:23] * Joins: roel_ (~quassel@d54C236E3.access.telenet.be)
- # [08:26] * Joins: soee (~soee@83-238-167-52.ip.netia.com.pl)
- # [08:26] * Joins: Benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com)
- # [08:28] * Quits: kitallis (~kitallis@122.167.114.135) (Quit: Computer has gone to sleep.)
- # [08:31] * Joins: dameleon_ (~dameleon@113x36x238x28.ap113.ftth.ucom.ne.jp)
- # [08:32] * Joins: benknight (~Adium@50-0-128-147.dsl.dynamic.sonic.net)
- # [08:34] * Quits: dameleon (~dameleon@113x36x238x26.ap113.ftth.ucom.ne.jp) (Ping timeout: 246 seconds)
- # [08:38] * Joins: rabbi1 (~manjunath@49.249.140.250)
- # [08:44] * Quits: kborchers (~kborchers@unaffiliated/kborchers) (Excess Flood)
- # [08:44] * Joins: mike5w3c (~MikeSmith@u-061127101195.u02.hotspot.ne.jp)
- # [08:45] * Joins: KevinLR (~kevinLR@91.90.102.214)
- # [08:46] * Joins: kborchers (~kborchers@unaffiliated/kborchers)
- # [08:47] * Quits: dameleon_ (~dameleon@113x36x238x28.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
- # [08:48] * Joins: dameleon (~dameleon@113x36x238x26.ap113.ftth.ucom.ne.jp)
- # [08:50] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (Ping timeout: 246 seconds)
- # [08:52] * Quits: jrodl3r (~Adium@cpe-76-180-210-223.buffalo.res.rr.com) (Quit: Leaving.)
- # [08:54] * Joins: kennyluck (~kennyluck@119.161.158.96)
- # [08:55] * Joins: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net)
- # [08:55] * Quits: KevinLR (~kevinLR@91.90.102.214) (Read error: Connection reset by peer)
- # [08:55] * Joins: dragonshed_ (~dragonshe@about/csharp/regular/chaka)
- # [08:56] * Joins: KevinLR (~kevinLR@91.90.102.214)
- # [08:57] * Quits: dieb_ (~dieb_@unaffiliated/andredieb) (Ping timeout: 246 seconds)
- # [08:59] * Joins: KevinLR_ (~kevinLR@91.90.102.214)
- # [08:59] * Quits: dragonshed (~dragonshe@about/csharp/regular/chaka) (Ping timeout: 255 seconds)
- # [08:59] * dragonshed_ is now known as dragonshed
- # [09:00] * Joins: N1X (~N1X@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
- # [09:00] * Joins: dieb_ (~dieb_@unaffiliated/andredieb)
- # [09:00] * N1X is now known as Guest68875
- # [09:01] * Quits: KevinLR (~kevinLR@91.90.102.214) (Ping timeout: 246 seconds)
- # [09:02] * Quits: KevinLR_ (~kevinLR@91.90.102.214) (Remote host closed the connection)
- # [09:02] * Quits: dragonshed (~dragonshe@about/csharp/regular/chaka) (Remote host closed the connection)
- # [09:03] * Joins: dragonshed (~dragonshe@about/csharp/regular/chaka)
- # [09:04] * Joins: KevinLR (~kevinLR@91.90.102.214)
- # [09:04] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Quit: cgcardona)
- # [09:04] * Joins: rush321 (~Ray@cpc2-croy13-0-0-cust56.croy.cable.virginmedia.com)
- # [09:05] * Quits: lessthanzero (~lessthanz@CPE204e7fb6179f-CM001ac352aefc.cpe.net.cable.rogers.com) (Quit: lessthanzero)
- # [09:06] * Quits: Wildblue (~wb@69.140.154.17) (Ping timeout: 245 seconds)
- # [09:08] * Quits: mike00 (cff4a618@gateway/web/freenode/ip.207.244.166.24) (Quit: Page closed)
- # [09:09] * Quits: zettam (~Pak@92.45.189.250) (Read error: Connection reset by peer)
- # [09:13] * Quits: evasivx__ (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
- # [09:14] * Joins: drublic (~drublic@p5098a42b.dip0.t-ipconnect.de)
- # [09:14] * Joins: evasivx__ (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [09:17] * Joins: sedovsek (~robert@89.143.12.238)
- # [09:22] * Quits: popolvuh (~populvuh@unaffiliated/populvuh) (Quit: out.)
- # [09:22] * Joins: arietis (~arietis@188.242.29.115)
- # [09:22] * Joins: populvuh (~populvuh@unaffiliated/populvuh)
- # [09:28] * Joins: kitallis (~kitallis@122.167.114.135)
- # [09:31] * Joins: dhruvasagar (~dhruvasag@122.167.119.97)
- # [09:39] * Guest68875 is now known as XiN
- # [09:39] * Joins: Trisox (~Tri_sox@dw87236798.amsterdam-tc.dataweb.net)
- # [09:41] * Joins: phrearch (~Phrearch@82-136-242-180.ip.telfort.nl)
- # [09:41] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Quit: dgathright)
- # [09:42] * Joins: _moon (~moon@LNeuilly-152-22-7-151.w193-251.abo.wanadoo.fr)
- # [09:42] * Joins: shwetank (~shwetank@122.173.250.124)
- # [09:47] * Quits: benknight (~Adium@50-0-128-147.dsl.dynamic.sonic.net) (Quit: Leaving.)
- # [09:47] * Joins: exoon (~exoon@p4FD38976.dip0.t-ipconnect.de)
- # [09:47] * Joins: manuelbieh (~beeevi2@p50997681.dip0.t-ipconnect.de)
- # [09:48] * Quits: XiN (~N1X@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [09:49] * Quits: Trisox (~Tri_sox@dw87236798.amsterdam-tc.dataweb.net) (Quit: Linkinus - http://linkinus.com)
- # [09:49] * Joins: tantek (~tantek@66-87-2-79.pools.spcsdns.net)
- # [09:50] * Joins: Trisox (~Tri_sox@87.236.7.98)
- # [09:59] * Quits: Benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com) (Ping timeout: 260 seconds)
- # [10:00] * Joins: pilgrum (~sean@cpe-66-74-181-240.socal.res.rr.com)
- # [10:01] * Joins: Benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com)
- # [10:07] * Joins: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
- # [10:08] * Quits: Dasleah (~das@ppp121-44-77-211.lns20.syd6.internode.on.net) (Quit: Leaving)
- # [10:09] * Quits: Trisox (~Tri_sox@87.236.7.98) (Quit: Linkinus - http://linkinus.com)
- # [10:09] * Joins: barneybook_work (~Thunderbi@118-168-230-28.dynamic.hinet.net)
- # [10:11] * Joins: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com)
- # [10:12] * Joins: Somatt_wrk (~somattwrk@darkstar2.fullsix.com)
- # [10:12] * Joins: whitman (whitman@dm-cis-037.its.dur.ac.uk)
- # [10:12] * Joins: k1ng (~k1ngdom@180.234.125.87)
- # [10:12] * Quits: k1ng (~k1ngdom@180.234.125.87) (Changing host)
- # [10:12] * Joins: k1ng (~k1ngdom@unaffiliated/k1ng)
- # [10:13] * Joins: vlad_starkov (~vlad_star@83.149.8.127)
- # [10:17] * Quits: rabbi1 (~manjunath@49.249.140.250) (Ping timeout: 252 seconds)
- # [10:24] * Quits: shwetank (~shwetank@122.173.250.124) (Quit: Linkinus - http://linkinus.com)
- # [10:24] * Joins: shwetank (~shwetank@122.173.250.124)
- # [10:26] * Joins: benjick (benjick@i.am.benjick.se)
- # [10:26] <benjick> Hello. Voice chat in HTML5, is it doable?
- # [10:28] * Joins: Vennril (~vennril@p4FCB0DE9.dip0.t-ipconnect.de)
- # [10:30] * Quits: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com) (Read error: Operation timed out)
- # [10:31] * Joins: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com)
- # [10:31] * Joins: Kolombiken (~Adium@217.13.228.226)
- # [10:31] <Moo^_^> benjick: webrtc
- # [10:31] <Moo^_^> webrtc.org
- # [10:32] <benjick> Cheers
- # [10:32] <Moo^_^> browser support is on its way
- # [10:32] <benjick> Oh, okay
- # [10:32] <benjick> Any est yet?
- # [10:32] <benjick> Or it's done when it's done?
- # [10:32] <Moo^_^> google chrome works
- # [10:32] <Moo^_^> FF "soon"
- # [10:32] <benjick> Ah, good enough
- # [10:32] <benjick> Did you try it?
- # [10:33] <Moo^_^> unfortunately not had a chance to play with webrtc ever
- # [10:33] * Joins: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net)
- # [10:34] <benjick> Okay, cool
- # [10:34] <benjick> Thanks for the tip
- # [10:41] * Joins: rabbi1 (~manjunath@49.249.124.11)
- # [10:42] * Joins: userZ (userZ@cpe-107-015-120-168.nc.res.rr.com)
- # [10:42] * Joins: primer^ (~textual@195.7.83.36)
- # [10:43] * Joins: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [10:43] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Disconnected by services)
- # [10:43] * Quits: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t) (Excess Flood)
- # [10:44] * Joins: JakeA (~Adium@149.241.185.200)
- # [10:46] * Quits: JakeA (~Adium@149.241.185.200) (Client Quit)
- # [10:46] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [10:47] * Joins: JakeA (~Adium@149.241.185.200)
- # [10:49] * Quits: liquid-silence (~textual@about/csharp/regular/liquid-silence) (Ping timeout: 252 seconds)
- # [10:52] * Joins: benknight (~Adium@50-0-128-147.dsl.dynamic.sonic.net)
- # [10:52] * Joins: pascal (~Tri_sox@dw87236798.amsterdam-tc.dataweb.net)
- # [10:53] * pascal is now known as Trisox
- # [10:54] * Joins: nonge_ (~nonge@p50829A96.dip.t-dialin.net)
- # [10:55] * Quits: KevinLR (~kevinLR@91.90.102.214) (Remote host closed the connection)
- # [10:55] * Quits: coeus (~coeus@dslb-084-061-016-230.pools.arcor-ip.net) (Quit: Verlassend)
- # [10:57] * Parts: DeXTeD (~dexted_xt@abho229.neoplus.adsl.tpnet.pl)
- # [10:57] * Quits: nonge (~nonge@p5082B7EB.dip.t-dialin.net) (Ping timeout: 264 seconds)
- # [10:57] * Joins: DeXTeD (~dexted_xt@abho229.neoplus.adsl.tpnet.pl)
- # [10:59] * Quits: tantek (~tantek@66-87-2-79.pools.spcsdns.net) (Quit: tantek)
- # [11:03] * Quits: Dev0n (eLo@unaffiliated/dev0n) (Read error: Connection reset by peer)
- # [11:03] * Quits: benknight (~Adium@50-0-128-147.dsl.dynamic.sonic.net) (Quit: Leaving.)
- # [11:04] * Joins: Dev0n (~Dev0n@unaffiliated/dev0n)
- # [11:09] * Parts: Kolombiken (~Adium@217.13.228.226)
- # [11:12] * Quits: pilgrum (~sean@cpe-66-74-181-240.socal.res.rr.com) (Read error: Connection reset by peer)
- # [11:13] * Joins: snearch (~snearch@f053000137.adsl.alicedsl.de)
- # [11:13] * Quits: barneybook_work (~Thunderbi@118-168-230-28.dynamic.hinet.net) (Ping timeout: 248 seconds)
- # [11:14] * Joins: barneybook_work (~Thunderbi@118-168-227-96.dynamic.hinet.net)
- # [11:14] * Joins: owzim (~owzim@e178103178.adsl.alicedsl.de)
- # [11:17] * Quits: vlad_starkov (~vlad_star@83.149.8.127) (Read error: Connection reset by peer)
- # [11:18] * Joins: vlad_starkov (~vlad_star@83.149.8.127)
- # [11:20] * Quits: dieb_ (~dieb_@unaffiliated/andredieb) (Ping timeout: 246 seconds)
- # [11:23] * Joins: dieb_ (~dieb_@unaffiliated/andredieb)
- # [11:32] * Quits: TomWij_ (~TomWij@91.183.48.218) (Ping timeout: 246 seconds)
- # [11:33] * Quits: roadt (~roadt@60.168.80.47) (Ping timeout: 246 seconds)
- # [11:34] * Joins: KevinLR (~kevinLR@2a01:e35:8a12:8670:6996:9165:6c89:5bc5)
- # [11:40] * Quits: mike5w3c (~MikeSmith@u-061127101195.u02.hotspot.ne.jp) (Quit: mike5w3c)
- # [11:41] * Joins: TomWij (~TomWij@91.183.48.218)
- # [11:45] * Joins: roadt (~roadt@60.168.94.194)
- # [11:46] * Joins: chaiz (~chaiz@ppp-124-121-214-150.revip2.asianet.co.th)
- # [12:05] * Quits: barneybook_work (~Thunderbi@118-168-227-96.dynamic.hinet.net) (Read error: Connection reset by peer)
- # [12:09] * Quits: samot (~smuxi@110-174-208-24.static.tpgi.com.au) (Remote host closed the connection)
- # [12:10] * Quits: vlad_starkov (~vlad_star@83.149.8.127) (Ping timeout: 260 seconds)
- # [12:13] * Quits: rabbi1 (~manjunath@49.249.124.11) (Quit: Leaving.)
- # [12:13] * Joins: mike5w3c (~MikeSmith@p15181-obmd01.tokyo.ocn.ne.jp)
- # [12:13] * Quits: evasivx__ (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
- # [12:14] * Joins: mike5w3c_ (~MikeSmith@s1106201.xgsspn.imtp.tachikawa.spmode.ne.jp)
- # [12:14] * Joins: evasivx__ (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [12:17] * Joins: coellobranco (~FoRcEr@200.Red-88-13-111.dynamicIP.rima-tde.net)
- # [12:17] * Joins: barneybook_work (~Thunderbi@36-229-194-111.dynamic-ip.hinet.net)
- # [12:18] * Quits: mike5w3c (~MikeSmith@p15181-obmd01.tokyo.ocn.ne.jp) (Ping timeout: 246 seconds)
- # [12:18] * mike5w3c_ is now known as mike5w3c
- # [12:19] * Joins: krolbg (~carolina@187.59.182.71)
- # [12:19] * Quits: shwetank (~shwetank@122.173.250.124) (Quit: Leaving...)
- # [12:23] * abstractj|away is now known as abstractj
- # [12:26] * Quits: KevinLR (~kevinLR@2a01:e35:8a12:8670:6996:9165:6c89:5bc5) (Remote host closed the connection)
- # [12:27] * Quits: mike5w3c (~MikeSmith@s1106201.xgsspn.imtp.tachikawa.spmode.ne.jp) (Read error: Connection reset by peer)
- # [12:28] * Joins: mike5w3c (~MikeSmith@s1106201.xgsspn.imtp.tachikawa.spmode.ne.jp)
- # [12:28] * Joins: rmichnik (~rmichnik@177.135.228.219)
- # [12:31] * Joins: sasori (~sasori@cm223.sigma174.maxonline.com.sg)
- # [12:35] * renoc__ is now known as JSharpe
- # [12:37] * Quits: _moon (~moon@LNeuilly-152-22-7-151.w193-251.abo.wanadoo.fr) (Ping timeout: 260 seconds)
- # [12:38] * Quits: darkc0met (darkcomet@gateway/shell/trekweb.org/x-hfdbshfhgegoumpr) (Changing host)
- # [12:38] * Joins: darkc0met (darkcomet@unaffiliated/darkc0met)
- # [12:38] * Quits: darkc0met (darkcomet@unaffiliated/darkc0met) (Changing host)
- # [12:38] * Joins: darkc0met (darkcomet@gateway/shell/trekweb.org/x-hfdbshfhgegoumpr)
- # [12:41] * Joins: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net)
- # [12:45] * Quits: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net) (Ping timeout: 246 seconds)
- # [12:47] * Joins: jrodl3r (~Adium@cpe-76-180-210-223.buffalo.res.rr.com)
- # [12:48] * Quits: dieb_ (~dieb_@unaffiliated/andredieb) (Quit: dieb_)
- # [12:49] * Joins: dieb_ (~dieb_@unaffiliated/andredieb)
- # [12:51] * Joins: shwetank (~shwetank@122.173.250.124)
- # [12:54] * Joins: KevinLR (~kevinLR@mtl93-9-88-161-40-103.fbx.proxad.net)
- # [12:55] * Joins: sasori_ (~sasori@cm223.sigma174.maxonline.com.sg)
- # [12:56] * dieb_ is now known as andredieb
- # [12:57] * Quits: sasori (~sasori@cm223.sigma174.maxonline.com.sg) (Ping timeout: 240 seconds)
- # [13:00] * Joins: storlihoel (~storlihoe@2.150.34.147.tmi.telenormobil.no)
- # [13:00] * Quits: Somatt_wrk (~somattwrk@darkstar2.fullsix.com) (Ping timeout: 264 seconds)
- # [13:06] * Joins: rickibalboa (~ricki@84.19.107.42)
- # [13:08] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 246 seconds)
- # [13:13] * Quits: evasivx__ (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
- # [13:14] * Quits: sedovsek (~robert@89.143.12.238) (Quit: sedovsek)
- # [13:14] * Joins: evasivx__ (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [13:16] * Joins: Somatt_wrk (~somattwrk@darkstar2.fullsix.com)
- # [13:16] * Quits: loide (loide@nat/indt/x-jeswmkxadowyhjss) (Quit: Saindo)
- # [13:16] * Joins: vlad_starkov (~vlad_star@83.149.8.104)
- # [13:17] * Joins: _moon (~moon@LNeuilly-152-22-7-151.w193-251.abo.wanadoo.fr)
- # [13:20] * Quits: kennyluck (~kennyluck@119.161.158.96) (Quit: kennyluck)
- # [13:21] * Quits: vlad_starkov (~vlad_star@83.149.8.104) (Ping timeout: 246 seconds)
- # [13:21] * Quits: Somatt_wrk (~somattwrk@darkstar2.fullsix.com) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
- # [13:27] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [13:27] * Quits: dhruvasagar (~dhruvasag@122.167.119.97) (Ping timeout: 252 seconds)
- # [13:29] * abstractj is now known as abstractj|errand
- # [13:30] * Quits: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com) (Remote host closed the connection)
- # [13:38] * Quits: lushious (~lushious@cpc9-flit3-2-0-cust134.9-1.cable.virginmedia.com) (Remote host closed the connection)
- # [13:39] * Quits: factor (~factor@74.197.205.92) (Read error: Connection reset by peer)
- # [13:39] * Joins: rabbi1 (~manjunath@49.249.141.224)
- # [13:40] * Joins: zettam (~Pak@92.45.189.250)
- # [13:41] * Quits: dameleon (~dameleon@113x36x238x26.ap113.ftth.ucom.ne.jp) (Ping timeout: 246 seconds)
- # [13:44] * Quits: coellobranco (~FoRcEr@200.Red-88-13-111.dynamicIP.rima-tde.net) (Quit: http://www.juanantoniomosquera.com)
- # [13:49] * Joins: lushious (~lushious@cpc9-flit3-2-0-cust134.9-1.cable.virginmedia.com)
- # [13:50] * Joins: rds_ (~rds@115.108.12.77)
- # [13:52] * Joins: pandeiro (~mu@177.33.182.52)
- # [13:55] * Quits: rds_ (~rds@115.108.12.77) (Ping timeout: 260 seconds)
- # [13:57] * Joins: factor (~factor@74.197.205.92)
- # [13:59] * Joins: sedovsek (~robert@89.143.12.238)
- # [14:02] * Joins: silent (~znake@5.254.140.7)
- # [14:02] * silent is now known as Guest26258
- # [14:02] * Quits: sasori_ (~sasori@cm223.sigma174.maxonline.com.sg) (Remote host closed the connection)
- # [14:03] * Quits: _gambit (~prajwalit@61.12.96.226) (Quit: Computer has gone to sleep.)
- # [14:04] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (Ping timeout: 246 seconds)
- # [14:04] * Quits: barneybook_work (~Thunderbi@36-229-194-111.dynamic-ip.hinet.net) (Ping timeout: 260 seconds)
- # [14:05] * Quits: Guest26258 (~znake@5.254.140.7) (Client Quit)
- # [14:05] * Joins: znake (~znake@5.254.140.7)
- # [14:06] * Joins: barneybook_work (~Thunderbi@36-229-194-111.dynamic-ip.hinet.net)
- # [14:06] * Quits: userZ (userZ@cpe-107-015-120-168.nc.res.rr.com) (Ping timeout: 240 seconds)
- # [14:07] * Quits: kborchers (~kborchers@unaffiliated/kborchers) (Excess Flood)
- # [14:08] * Joins: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net)
- # [14:09] * Joins: kborchers_ (~kborchers@unaffiliated/kborchers)
- # [14:13] * Quits: evasivx__ (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
- # [14:14] * Joins: evasivx__ (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [14:15] * Quits: snearch (~snearch@f053000137.adsl.alicedsl.de) (Quit: Verlassend)
- # [14:20] * Quits: rickibalboa (~ricki@84.19.107.42) (Ping timeout: 264 seconds)
- # [14:22] * Joins: loide (loide@nat/indt/x-gahkyzwuwtgglocc)
- # [14:23] * Joins: Wildblue (~wb@69.140.154.17)
- # [14:25] * Joins: mstalfoort (~manuchill@83.232.96.217)
- # [14:29] * Joins: dameleon (~dameleon@g92.115-65-78.ppp.wakwak.ne.jp)
- # [14:30] * Quits: jrodl3r (~Adium@cpe-76-180-210-223.buffalo.res.rr.com) (Quit: Leaving.)
- # [14:31] * Joins: Vooch (~vooch@71-88-193-144.dhcp.kgpt.tn.charter.com)
- # [14:31] * Joins: owzim_ (~owzim@e178084167.adsl.alicedsl.de)
- # [14:34] * Quits: owzim (~owzim@e178103178.adsl.alicedsl.de) (Ping timeout: 246 seconds)
- # [14:37] * EHLOVader[afk] is now known as EHLOVader
- # [14:41] * Joins: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net)
- # [14:43] * Joins: ryan_tait (~ryan_tait@s72-38-252-210.static.datacom.cgocable.net)
- # [14:45] * Quits: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net) (Ping timeout: 246 seconds)
- # [14:46] * Quits: storlihoel (~storlihoe@2.150.34.147.tmi.telenormobil.no) (Quit: This computer has gone to sleep)
- # [14:51] * Quits: barneybook_work (~Thunderbi@36-229-194-111.dynamic-ip.hinet.net) (Ping timeout: 246 seconds)
- # [14:51] * Quits: krolbg (~carolina@187.59.182.71) (Quit: krolbg)
- # [14:52] * Joins: barneybook_work (~Thunderbi@36-229-194-111.dynamic-ip.hinet.net)
- # [14:53] * Quits: quiliro (~quiliro@186.69.59.11) (Read error: Operation timed out)
- # [14:57] * Quits: jochen__ (jochen@nat/google/x-hplyjhpybsvnanbi) (Read error: Connection reset by peer)
- # [14:57] * Quits: Vooch (~vooch@71-88-193-144.dhcp.kgpt.tn.charter.com) (Remote host closed the connection)
- # [14:58] * Quits: DeXTeD (~dexted_xt@abho229.neoplus.adsl.tpnet.pl) (Ping timeout: 248 seconds)
- # [14:58] <eighty4> http://validator.w3.org/check?uri=http%3A%2F%2Fwww.webdevout.net%2Ftest%3F027%26raw&charset=%28detect+automatically%29&doctype=Inline&group=0 <-- thoughts on this? <head> and <body> isn't needed?
- # [14:59] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [14:59] * Joins: jrodl3r (~Adium@rrcs-72-45-250-3.nys.biz.rr.com)
- # [15:00] * Joins: thisgeek (~chris@ool-45757d25.dyn.optonline.net)
- # [15:02] * Joins: Jon47 (~Adium@pool-173-79-149-248.washdc.fios.verizon.net)
- # [15:03] * Joins: jochen__ (jochen@nat/google/x-ziujvraddbpwmiio)
- # [15:08] * Joins: fleeting (~fleeting@rrcs-67-79-88-162.sw.biz.rr.com)
- # [15:09] * Quits: arietis (~arietis@188.242.29.115) (Quit: Computer has gone to sleep.)
- # [15:09] * Joins: quiliro (~quiliro@186.69.59.11)
- # [15:10] * Joins: sendoushi (~Musok@cm2-84-91-84-50.netvisao.pt)
- # [15:14] * Joins: BreadMaker (~BreadMake@pc-75-167-100-190.cm.vtr.net)
- # [15:16] * Joins: _dc (~dc@163.192.12.2)
- # [15:17] * Joins: Multiply (~Multiply@unaffiliated/multiply)
- # [15:18] * Quits: barneybook_work (~Thunderbi@36-229-194-111.dynamic-ip.hinet.net) (Ping timeout: 246 seconds)
- # [15:19] * Quits: KevinLR (~kevinLR@mtl93-9-88-161-40-103.fbx.proxad.net) (Remote host closed the connection)
- # [15:21] * Joins: barneybook_work (~Thunderbi@36-229-194-111.dynamic-ip.hinet.net)
- # [15:22] * Joins: KevinLR (~kevinLR@mtl93-9-88-161-40-103.fbx.proxad.net)
- # [15:22] * Quits: KevinLR (~kevinLR@mtl93-9-88-161-40-103.fbx.proxad.net) (Remote host closed the connection)
- # [15:23] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 252 seconds)
- # [15:23] * Joins: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net)
- # [15:23] * Quits: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net) (Changing host)
- # [15:23] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [15:24] * Quits: thisgeek (~chris@ool-45757d25.dyn.optonline.net) (Quit: thisgeek)
- # [15:25] * Joins: thisgeek (~chris@ool-45757d25.dyn.optonline.net)
- # [15:25] * Quits: thisgeek (~chris@ool-45757d25.dyn.optonline.net) (Client Quit)
- # [15:26] * Joins: Itrace (~Itrace@74-84-110-222.client.mchsi.com)
- # [15:27] * znake is now known as znake|away
- # [15:29] * znake|away is now known as znake
- # [15:29] * Quits: barneybook_work (~Thunderbi@36-229-194-111.dynamic-ip.hinet.net) (Ping timeout: 246 seconds)
- # [15:30] * Joins: barneybook_work (~Thunderbi@36-229-194-111.dynamic-ip.hinet.net)
- # [15:30] * Quits: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net) (Quit: Imaginativeone)
- # [15:31] * Joins: thisgeek (~chris@ool-45757782.dyn.optonline.net)
- # [15:32] * abstractj|errand is now known as abstractj
- # [15:34] * Joins: garciawebdev (~garciaweb@190.244.76.14)
- # [15:35] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [15:35] * Joins: davidwalsh (~Adium@68-115-32-73.dhcp.mdsn.wi.charter.com)
- # [15:35] * Quits: kitallis (~kitallis@122.167.114.135) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [15:38] * Joins: ML74 (~ML74@5e060313.bb.sky.com)
- # [15:38] * Joins: kitallis (~kitallis@122.167.114.135)
- # [15:38] * Quits: Rydefalk_ (~rydefalk@90-229-167-160-no53.tbcn.telia.com) (Read error: Connection reset by peer)
- # [15:38] * Joins: Rydefalk (~rydefalk@90-229-167-160-no53.tbcn.telia.com)
- # [15:42] * Quits: _moon (~moon@LNeuilly-152-22-7-151.w193-251.abo.wanadoo.fr) (Ping timeout: 255 seconds)
- # [15:47] * Quits: Rydefalk (~rydefalk@90-229-167-160-no53.tbcn.telia.com) (Read error: Connection reset by peer)
- # [15:47] * Joins: Rydefalk (~rydefalk@90-229-167-160-no53.tbcn.telia.com)
- # [15:48] * Quits: shwetank (~shwetank@122.173.250.124) (Quit: Linkinus - http://linkinus.com)
- # [15:49] * Joins: sasori (~sasori@cm223.sigma174.maxonline.com.sg)
- # [15:49] * Joins: erichynds (~ehynds@64.206.121.41)
- # [15:49] * Quits: chaiz (~chaiz@ppp-124-121-214-150.revip2.asianet.co.th) (Read error: Connection reset by peer)
- # [15:50] * Joins: owzim (~owzim@e178096231.adsl.alicedsl.de)
- # [15:50] * Quits: Multiply (~Multiply@unaffiliated/multiply) (Quit: Leaving)
- # [15:51] * Joins: retrostyle|15 (~retrostyl@p54BF97CC.dip0.t-ipconnect.de)
- # [15:52] * Joins: _moon (~moon@LNeuilly-152-22-7-151.w193-251.abo.wanadoo.fr)
- # [15:52] * Quits: owzim_ (~owzim@e178084167.adsl.alicedsl.de) (Read error: Connection reset by peer)
- # [15:54] * Joins: DeltaHeavy (~DeltaHeav@d24-204-219-104.home4.cgocable.net)
- # [15:55] <retrostyle|15> anyone know a secure way so store user credentials on a mobile client?
- # [15:55] <Moo^_^> retrostyle|15: secure as in?
- # [15:55] <Moo^_^> anything you write on the file system is user readable
- # [15:56] <Moo^_^> it is not your apps problem to protect the phone from accessing it unencrypted. It's mobile OS problem.
- # [15:56] <Moo^_^> but storing passwords in plain text is bad
- # [15:56] <Moo^_^> create a session cookie and store it
- # [15:57] <retrostyle|15> i have read that sessionstorage is ok
- # [15:57] <retrostyle|15> and than i would crypt it with hash and salt
- # [15:58] * Joins: tw2113 (~tw2113@host-102-48-107-208.midco.net)
- # [15:58] * Quits: tw2113 (~tw2113@host-102-48-107-208.midco.net) (Changing host)
- # [15:58] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [15:58] <retrostyle|15> the first login i crypt it with hash and an salt and at backend i would like to check it and send an success code back
- # [15:59] * Joins: Agamemnus (~Agamemnus@c-71-233-197-225.hsd1.ma.comcast.net)
- # [15:59] * Quits: Zumbice (~zoomb@50.140.broadband15.iol.cz) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
- # [15:59] <Agamemnus> Who needs a job?
- # [15:59] <ryan_tait> 2Ru2eqaZ
- # [15:59] <Moo^_^> Agamemnus: where?
- # [15:59] <ryan_tait> is the magic number
- # [16:00] <Agamemnus> It's a salaried-job working online, with a minimum hours commitment of 100 hours. PHP/Javascript, and you'll need to work with frameworks occasionally. The compensation is decent, for US-based programmers.
- # [16:00] <Agamemnus> I'm not hiring; an associate of mine is.
- # [16:01] <Agamemnus> I can get the initial conversation if someone is interested.
- # [16:01] <asher^> 100 hours total? sounds like contract work rather than a job
- # [16:01] <Moo^_^> Agamemnus: PHP - I'd rather go to farm turtles in Thailand
- # [16:01] <Agamemnus> no, it's 100 hours minimum. She said she won't work people to death but I'm leery of it.
- # [16:02] <Agamemnus> per month.
- # [16:02] <Agamemnus> I mean.
- # [16:02] <asher^> oh, ok
- # [16:02] <Agamemnus> oh, it could be Ruby on Rails too.
- # [16:02] <asher^> out of curiosity, whats it pay?
- # [16:02] <Agamemnus> Well, she was willing to hire me, and I charge $50 an hour. You'll have to negotiate that with her.
- # [16:02] * Joins: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net)
- # [16:03] <Agamemnus> She's very demanding though, and I can't commit even 100 hours much less crunch-time-hours so that's why I declined
- # [16:04] * Parts: jeema (~jima@64.128.82.30)
- # [16:04] * Joins: Vooch (~vooch@71-88-193-144.dhcp.kgpt.tn.charter.com)
- # [16:04] <Agamemnus> ok, well, it's not exactly 100 hours minimum I guess, I lied
- # [16:04] <Agamemnus> It's 100 hours of compensation a month.
- # [16:04] <Agamemnus> Sometimes the work is less and sometimes it is more, but it averages out, she says.
- # [16:04] * Quits: soee (~soee@83-238-167-52.ip.netia.com.pl) (Quit: Wychodzi)
- # [16:05] <Agamemnus> But again, I can't work like that, but someone might.
- # [16:05] <asher^> heh
- # [16:05] <Agamemnus> she has 23 people on her staff and they all work like this
- # [16:05] <asher^> i wonder what the odds are that the first month will be more than 100 hours...
- # [16:06] <Agamemnus> No idea, really.
- # [16:06] <Agamemnus> I worked with her on a contract-project but I couldn't tell you still.
- # [16:06] * Joins: Bass2 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [16:06] <Agamemnus> I would tend to trust her but still can't work on that basis.
- # [16:07] * Quits: Bass2 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Read error: Connection reset by peer)
- # [16:07] * Quits: Trisox (~Tri_sox@dw87236798.amsterdam-tc.dataweb.net) (Quit: Linkinus - http://linkinus.com)
- # [16:09] * Joins: Rydefalk_ (~rydefalk@90-229-167-160-no53.tbcn.telia.com)
- # [16:09] * Quits: Rydefalk (~rydefalk@90-229-167-160-no53.tbcn.telia.com) (Read error: Connection reset by peer)
- # [16:10] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 240 seconds)
- # [16:11] * Joins: axos4111 (~axos@xdsl-78-35-184-249.netcologne.de)
- # [16:12] * Quits: axos411 (~axos@xdsl-78-35-181-253.netcologne.de) (Ping timeout: 260 seconds)
- # [16:13] * Quits: evasivx__ (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
- # [16:14] * Joins: todd_dsm (~todd_dsm@mail.ptest.us)
- # [16:14] * Joins: plopper (~kolja@91-157-89-245.elisa-laajakaista.fi)
- # [16:14] * Joins: evasivx__ (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [16:20] * Joins: greg_otoole (~gregoryot@130.203.137.55)
- # [16:24] * Joins: BoomerBile (~BoomerBil@67-5-30-229.rstr.qwest.net)
- # [16:24] * Parts: tw2113 (~tw2113@fedora/tw2113) ("yar! I be gone exited!")
- # [16:24] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [16:24] * Joins: ffs82defxp (~ffs82defx@50.13.5.73)
- # [16:28] * Joins: WolfieZero (~WolfieZer@87.124.34.32)
- # [16:31] * Joins: gyzmodo (~x@89.146.107.210)
- # [16:32] * Quits: _moon (~moon@LNeuilly-152-22-7-151.w193-251.abo.wanadoo.fr) (Ping timeout: 264 seconds)
- # [16:34] * Quits: kitallis (~kitallis@122.167.114.135) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [16:36] <todd_dsm> hey guys, I'm (a newb) experimenting with @font-face and 4 fonts; 2 fonts work and 2 won't : http://pastebin.com/hRHZAmzr
- # [16:36] <todd_dsm> the css validator found a few errors but not having to do with fonts so now I'm confused. Can someone help with a sanity check?
- # [16:36] * Quits: poolshark (~quassel@dslb-178-012-151-187.pools.arcor-ip.net) (Read error: Connection reset by peer)
- # [16:36] <todd_dsm> sorry it this message is duplicated, still wrastling with my IRC client.
- # [16:39] * Joins: yousaf (~chatzilla@31.24.217.153)
- # [16:39] <yousaf> hi all
- # [16:42] * Joins: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net)
- # [16:42] * Quits: retrostyle|15 (~retrostyl@p54BF97CC.dip0.t-ipconnect.de) (Remote host closed the connection)
- # [16:42] * Joins: Brodingo (~Brodingo@rrcs-71-42-225-154.sw.biz.rr.com)
- # [16:42] <yousaf> Is <header> being used in the proper context here? http://pastebin.com/4j0TN60u
- # [16:43] * Joins: kholladay (~kholladay@69.169.182.226.provo.static.broadweavenetworks.net)
- # [16:45] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: jarek)
- # [16:46] * Quits: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net) (Ping timeout: 246 seconds)
- # [16:48] * Joins: manuelbieh_ (~beeevi2@p50997681.dip0.t-ipconnect.de)
- # [16:50] * Quits: manuelbieh (~beeevi2@p50997681.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
- # [16:51] * Joins: cgcardona (~cgcardona@c-24-4-198-207.hsd1.ca.comcast.net)
- # [16:51] * Quits: cgcardona (~cgcardona@c-24-4-198-207.hsd1.ca.comcast.net) (Changing host)
- # [16:51] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [16:51] * Quits: axos4111 (~axos@xdsl-78-35-184-249.netcologne.de) (Ping timeout: 255 seconds)
- # [16:51] * Quits: mstalfoort (~manuchill@83.232.96.217) (Quit: kthxbai)
- # [16:52] * Quits: gyzmodo (~x@89.146.107.210) (Ping timeout: 248 seconds)
- # [16:53] * Joins: prudnikov (~prudnikov@20.60.broadband7.iol.cz)
- # [16:54] * Joins: axos411 (~axos@xdsl-78-35-135-230.netcologne.de)
- # [16:56] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
- # [16:57] * Joins: ericduran (~ericduran@cpe-68-175-85-180.nyc.res.rr.com)
- # [16:58] * Quits: pandeiro (~mu@177.33.182.52) (Quit: WeeChat 0.3.9)
- # [17:00] * Joins: GuidoBouman (~anonymous@ip112-48-208-87.adsl2.static.versatel.nl)
- # [17:04] * Joins: WebDragon (~webdragon@c-68-82-181-85.hsd1.de.comcast.net)
- # [17:04] * Quits: roel_ (~quassel@d54C236E3.access.telenet.be) (Remote host closed the connection)
- # [17:05] * Joins: Linkandzelda (~Linkandze@cpc16-sotn11-2-0-cust185.15-1.cable.virginmedia.com)
- # [17:06] * Joins: vlad_starkov (~vlad_star@83.149.8.120)
- # [17:07] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 252 seconds)
- # [17:09] * Joins: tw2113 (~tw2113@host-162-8-107-208.midco.net)
- # [17:09] * Quits: tw2113 (~tw2113@host-162-8-107-208.midco.net) (Changing host)
- # [17:09] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [17:09] * Joins: dooduh_ (~whazgoino@124.195.193.58)
- # [17:12] * Quits: dooduh_ (~whazgoino@124.195.193.58) (Client Quit)
- # [17:12] * Joins: Reite (~chris@cm-84.211.71.25.getinternet.no)
- # [17:13] * Quits: GuidoBouman (~anonymous@ip112-48-208-87.adsl2.static.versatel.nl) (Quit: GuidoBouman)
- # [17:13] * Joins: dooduh (~whazgoino@124.195.193.57)
- # [17:13] * Joins: krolbg (~carolina@187.59.182.71)
- # [17:14] * znake is now known as znake|away
- # [17:14] * Joins: dooduh_ (~whazgoino@124.195.193.57)
- # [17:14] * Quits: dooduh (~whazgoino@124.195.193.57) (Client Quit)
- # [17:14] * Joins: fr3sh (~fr3sh@unaffiliated/fr3sh)
- # [17:15] * Quits: htmlguy (~htmlguy@c-98-232-101-55.hsd1.wa.comcast.net) (Read error: Connection reset by peer)
- # [17:19] * znake|away is now known as znake
- # [17:19] * Quits: znake (~znake@5.254.140.7) (Quit: Linkinus - http://linkinus.com)
- # [17:23] <dooduh_> whaz the differenz between the GET and POST Method in the FORM tag
- # [17:25] * Quits: phrearch (~Phrearch@82-136-242-180.ip.telfort.nl) (Quit: Leaving)
- # [17:26] <dooduh_> whaz the differenz between the GET and POST Method in the FORM tag?????
- # [17:29] * Joins: adrinux (~adrinux@93.89.134.219)
- # [17:30] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Quit: is sleepy)
- # [17:33] * Parts: adrinux (~adrinux@93.89.134.219)
- # [17:33] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
- # [17:34] * Joins: jacobolus (~jacobolus@99-127-228-11.lightspeed.sntcca.sbcglobal.net)
- # [17:37] <dooduh_> howz it goin guys, prettyy woozy huh
- # [17:37] * Joins: sn0lan (~sn0lan@nat1.rugby.propcom.co.uk)
- # [17:38] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Quit: cgcardona)
- # [17:39] * Quits: sedovsek (~robert@89.143.12.238) (Quit: sedovsek)
- # [17:39] * Quits: Rydefalk_ (~rydefalk@90-229-167-160-no53.tbcn.telia.com) (Read error: Connection reset by peer)
- # [17:39] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [17:40] * Quits: jacobolus (~jacobolus@99-127-228-11.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
- # [17:40] * Joins: Rydefalk (~rydefalk@90-229-167-160-no53.tbcn.telia.com)
- # [17:40] * Joins: arronhunt (~arronhunt@wsip-70-168-144-52.oc.oc.cox.net)
- # [17:42] * Joins: artnez (~artnez@unaffiliated/artnez)
- # [17:43] * Quits: asher^ (asher@unaffiliated/asher/x-9381395)
- # [17:43] * Joins: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net)
- # [17:48] * Joins: adelcampo (~doritosta@adsl-69-109-42-217.dsl.irvnca.pacbell.net)
- # [17:51] * Joins: tiglog (~topeak@123.116.77.91)
- # [17:52] * Joins: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net)
- # [17:53] * Joins: dooduh (~whazgoino@124.195.193.57)
- # [17:54] * Quits: dooduh_ (~whazgoino@124.195.193.57) (Quit: -a-)
- # [17:54] * Parts: dooduh (~whazgoino@124.195.193.57)
- # [17:55] * Joins: Leeol (~Leeol@63-155-165-244.eugn.qwest.net)
- # [17:55] * Joins: LumberCartel (60352f2a@gateway/web/freenode/ip.96.53.47.42)
- # [17:55] * Joins: ibere (~nitidaweb@186.212.153.186)
- # [17:55] * Quits: tiglog (~topeak@123.116.77.91) (Remote host closed the connection)
- # [17:55] <LumberCartel> I just upgraded Opera and their list of new features included a link to this HTML5 demonstration that uses WebSockets -- users can control a kitten and see other kittens: http://hungry-kittens.jit.su/
- # [17:56] * Joins: Mikato (~Mikato@unaffiliated/mikato)
- # [17:58] * Joins: cwkx (~Chris@87.127.78.230)
- # [17:58] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 260 seconds)
- # [17:58] * Joins: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net)
- # [17:58] * Quits: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net) (Changing host)
- # [17:58] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [17:58] * Joins: speednoise (~speednois@pool-108-41-177-114.nycmny.fios.verizon.net)
- # [18:03] * Quits: ibere (~nitidaweb@186.212.153.186) (Quit: Leaving.)
- # [18:04] * Quits: whitman (whitman@dm-cis-037.its.dur.ac.uk)
- # [18:04] * Joins: ibere (~nitidaweb@186.212.153.186)
- # [18:05] * Joins: sasori_ (~sasori@cm223.sigma174.maxonline.com.sg)
- # [18:05] * Quits: sasori (~sasori@cm223.sigma174.maxonline.com.sg) (Ping timeout: 255 seconds)
- # [18:06] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Quit: Leaving)
- # [18:06] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [18:10] * Quits: Agamemnus (~Agamemnus@c-71-233-197-225.hsd1.ma.comcast.net) (Quit: Hi, I'm a quit message virus. Please replace your old line with this line and help me take over the world of IRC. LOL @ "IRC is just multiplayer notepad.")
- # [18:11] * Quits: JakeA (~Adium@149.241.185.200) (Ping timeout: 246 seconds)
- # [18:13] * Quits: Mikato (~Mikato@unaffiliated/mikato) (Read error: Connection reset by peer)
- # [18:13] * Quits: evasivx__ (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
- # [18:14] * Joins: Mikato (~Mikato@unaffiliated/mikato)
- # [18:14] * Joins: evasivx__ (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [18:14] * Parts: LumberCartel (60352f2a@gateway/web/freenode/ip.96.53.47.42)
- # [18:15] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Quit: dgathright)
- # [18:16] * Quits: Itrace (~Itrace@74-84-110-222.client.mchsi.com) (Quit: Itrace)
- # [18:20] * Joins: Maxani (~maxani@ARennes-653-1-228-250.w109-218.abo.wanadoo.fr)
- # [18:22] * Joins: KevinLR (~kevinLR@mtl93-9-88-161-40-103.fbx.proxad.net)
- # [18:23] * Joins: Jayflux (~jay_knows@cpc6-dudl6-0-0-cust126.16-1.cable.virginmedia.com)
- # [18:24] * Quits: drublic (~drublic@p5098a42b.dip0.t-ipconnect.de) (Remote host closed the connection)
- # [18:24] * Quits: Mikato (~Mikato@unaffiliated/mikato) (Quit: Leaving...)
- # [18:27] * Joins: Mikato (~Mikato@unaffiliated/mikato)
- # [18:28] * Joins: benknight (~Adium@bastion.sfo1.yelpcorp.com)
- # [18:31] * Quits: sasori_ (~sasori@cm223.sigma174.maxonline.com.sg) (Ping timeout: 255 seconds)
- # [18:32] * Quits: todd_dsm (~todd_dsm@mail.ptest.us) (Quit: Leaving...)
- # [18:32] * Joins: noone4 (~noone4@128.119.40.196)
- # [18:33] * Quits: prudnikov (~prudnikov@20.60.broadband7.iol.cz) (Quit: Leaving...)
- # [18:34] * Joins: Shusshu (~shu@ip51cd1542.speed.planet.nl)
- # [18:35] * Quits: Shusshu (~shu@ip51cd1542.speed.planet.nl) (Client Quit)
- # [18:37] * Joins: irae_ (~irae_@nat/yahoo/x-ouovaigbdhghzhgo)
- # [18:38] * Joins: Somatt_wrk (~somattwrk@darkstar2.fullsix.com)
- # [18:38] * Joins: zenorocha (~zenorocha@187.105.99.147)
- # [18:44] * Joins: frasnyc (~john@160.79.20.210)
- # [18:48] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
- # [18:49] * Quits: Rydefalk (~rydefalk@90-229-167-160-no53.tbcn.telia.com) (Read error: Connection reset by peer)
- # [18:50] * Joins: Rydefalk (~rydefalk@90-229-167-160-no53.tbcn.telia.com)
- # [18:51] <zettam> Hello channel
- # [18:52] <zettam> I'm trying to create a fade-out to white, here is my script: http://jsfiddle.net/zettam/pUVkA/11/
- # [18:52] <zettam> as you can see, it never fades out to white
- # [18:52] <zettam> always stays at gray
- # [18:53] * Joins: dankest (~dankest@wsip-98-173-24-138.sb.sd.cox.net)
- # [18:54] <zettam> Hello channel, I'm trying to create a fade-out effect with canvas. Here is my approach http://jsfiddle.net/zettam/pUVkA/14/ ---- as you can see it never fades out to fully white but always stucks at some point -- do you have any idea on why this might be happening ?
- # [18:55] * Joins: liquid-silence (~textual@41-133-113-74.dsl.mweb.co.za)
- # [18:55] * Quits: liquid-silence (~textual@41-133-113-74.dsl.mweb.co.za) (Changing host)
- # [18:55] * Joins: liquid-silence (~textual@about/csharp/regular/liquid-silence)
- # [18:55] * Quits: loktar (~loktar@ip174-71-117-123.om.om.cox.net) (Ping timeout: 240 seconds)
- # [18:57] * Quits: Mikato (~Mikato@unaffiliated/mikato) (Read error: Connection reset by peer)
- # [18:57] * Quits: liquid-silence (~textual@about/csharp/regular/liquid-silence) (Read error: Connection reset by peer)
- # [18:58] * Joins: liquid-silence (~textual@41-133-113-74.dsl.mweb.co.za)
- # [18:58] * Quits: liquid-silence (~textual@41-133-113-74.dsl.mweb.co.za) (Changing host)
- # [18:58] * Joins: liquid-silence (~textual@about/csharp/regular/liquid-silence)
- # [18:58] * Quits: noone4 (~noone4@128.119.40.196) (K-Lined)
- # [18:58] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
- # [18:58] * Joins: Mikato (~Mikato@unaffiliated/mikato)
- # [18:59] * Joins: jxdones (~jxdones@177.99.21.162)
- # [18:59] * Quits: jxdones (~jxdones@177.99.21.162) (Changing host)
- # [18:59] * Joins: jxdones (~jxdones@unaffiliated/jxdones)
- # [18:59] * Quits: liquid-silence (~textual@about/csharp/regular/liquid-silence) (Read error: Connection reset by peer)
- # [19:00] * Quits: dankest (~dankest@wsip-98-173-24-138.sb.sd.cox.net) (Quit: Linkinus - http://linkinus.com)
- # [19:01] * Joins: liquid-silence (~textual@41-133-113-74.dsl.mweb.co.za)
- # [19:01] * Quits: liquid-silence (~textual@41-133-113-74.dsl.mweb.co.za) (Changing host)
- # [19:01] * Joins: liquid-silence (~textual@about/csharp/regular/liquid-silence)
- # [19:03] * Joins: liquid-s_ (~textual@41-133-198-8.dsl.mweb.co.za)
- # [19:04] * Quits: liquid-silence (~textual@about/csharp/regular/liquid-silence) (Disconnected by services)
- # [19:04] * Quits: liquid-s_ (~textual@41-133-198-8.dsl.mweb.co.za) (Read error: Connection reset by peer)
- # [19:05] * Joins: liquid-silence (~textual@41-133-198-8.dsl.mweb.co.za)
- # [19:05] * Quits: liquid-silence (~textual@41-133-198-8.dsl.mweb.co.za) (Changing host)
- # [19:05] * Joins: liquid-silence (~textual@about/csharp/regular/liquid-silence)
- # [19:05] * Quits: sn0lan (~sn0lan@nat1.rugby.propcom.co.uk) (Quit: Leaving)
- # [19:06] * Quits: ML74 (~ML74@5e060313.bb.sky.com) (Ping timeout: 265 seconds)
- # [19:06] * Quits: liquid-silence (~textual@about/csharp/regular/liquid-silence) (Read error: Connection reset by peer)
- # [19:06] * Quits: Maxani (~maxani@ARennes-653-1-228-250.w109-218.abo.wanadoo.fr) (Quit: Computer has gone to sleep.)
- # [19:06] * Joins: drublic (~drublic@frbg-5f732581.pool.mediaWays.net)
- # [19:09] * Joins: arietis (~arietis@188.242.29.115)
- # [19:11] * Joins: cgcardona (~cgcardona@64.124.34.2)
- # [19:11] * Quits: cgcardona (~cgcardona@64.124.34.2) (Changing host)
- # [19:11] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [19:12] * Quits: Vooch (~vooch@71-88-193-144.dhcp.kgpt.tn.charter.com) (Remote host closed the connection)
- # [19:12] * Quits: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net) (Quit: Imaginativeone)
- # [19:13] * Quits: SlexAxton (~SlexAxton@ve.nvl6zjvg.vesrv.com) (Ping timeout: 245 seconds)
- # [19:13] * Joins: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net)
- # [19:15] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Remote host closed the connection)
- # [19:15] * Joins: SlexAxton (~SlexAxton@ve.nvl6zjvg.vesrv.com)
- # [19:15] * Joins: cgcardona (~cgcardona@64.124.34.2)
- # [19:15] * Quits: cgcardona (~cgcardona@64.124.34.2) (Changing host)
- # [19:15] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [19:18] * Joins: Itrace (~Itrace@74.84.110.222)
- # [19:18] * Quits: dameleon (~dameleon@g92.115-65-78.ppp.wakwak.ne.jp) (Remote host closed the connection)
- # [19:19] * Joins: dameleon (~dameleon@g92.115-65-78.ppp.wakwak.ne.jp)
- # [19:19] * Joins: dgathright (~dgathrigh@209.131.62.116)
- # [19:19] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (Ping timeout: 246 seconds)
- # [19:22] * Joins: chriseppstein (~chrisepps@209.119.65.162)
- # [19:23] * Quits: dameleon (~dameleon@g92.115-65-78.ppp.wakwak.ne.jp) (Ping timeout: 240 seconds)
- # [19:23] * Quits: Jon47 (~Adium@pool-173-79-149-248.washdc.fios.verizon.net) (Quit: Leaving.)
- # [19:24] * Quits: ibere (~nitidaweb@186.212.153.186) (Quit: Leaving.)
- # [19:24] * Joins: dranov (~dranov@188.25.243.76)
- # [19:25] * Joins: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net)
- # [19:25] * Joins: Vooch (~vooch@71-88-193-144.dhcp.kgpt.tn.charter.com)
- # [19:26] * Joins: Luky (~Luky@104.109.112.78.rev.sfr.net)
- # [19:26] * Joins: stevegill (~stevengil@sjfw1-a.adobe.com)
- # [19:27] * Quits: ottodestrukt (~ANONYMOUS@gateway/tor-sasl/ottodestrukt) (Remote host closed the connection)
- # [19:27] * Quits: barneybook_work (~Thunderbi@36-229-194-111.dynamic-ip.hinet.net) (Ping timeout: 248 seconds)
- # [19:27] * Quits: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net) (Read error: Connection reset by peer)
- # [19:28] * Quits: ericduran (~ericduran@cpe-68-175-85-180.nyc.res.rr.com) (Read error: Connection reset by peer)
- # [19:28] * Quits: yousaf (~chatzilla@31.24.217.153) (Ping timeout: 246 seconds)
- # [19:28] * Joins: ericduran (~ericduran@cpe-68-175-85-180.nyc.res.rr.com)
- # [19:29] * Joins: snowfox_ben (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net)
- # [19:30] * Joins: barneybook_work (~Thunderbi@36.229.194.111)
- # [19:31] * Joins: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net)
- # [19:31] * Quits: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net) (Client Quit)
- # [19:32] * Joins: danielwrobert (~danielwro@trestles.cukerinteractive.com)
- # [19:33] * Quits: Mikato (~Mikato@unaffiliated/mikato) (Quit: Leaving...)
- # [19:34] * Quits: dgathright (~dgathrigh@209.131.62.116) (Quit: dgathright)
- # [19:34] * Joins: lessthanzero (~lessthanz@CPE204e7fb6179f-CM001ac352aefc.cpe.net.cable.rogers.com)
- # [19:34] * abstractj is now known as abstractj|lunch
- # [19:34] * Joins: sedovsek (~robert@BSN-176-216-241.dial-up.dsl.siol.net)
- # [19:35] * Quits: Luky (~Luky@104.109.112.78.rev.sfr.net) (Remote host closed the connection)
- # [19:35] * Joins: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net)
- # [19:36] * Joins: dgathright (~dgathrigh@nat/yahoo/x-seyjlfsblwhrajzv)
- # [19:36] * Quits: Wildblue (~wb@69.140.154.17) (Ping timeout: 245 seconds)
- # [19:38] * Joins: ottodestrukt (~ANONYMOUS@gateway/tor-sasl/ottodestrukt)
- # [19:41] * Quits: barneybook_work (~Thunderbi@36.229.194.111) (Ping timeout: 245 seconds)
- # [19:41] * Joins: dankest (~dankest@wsip-98-173-24-138.sb.sd.cox.net)
- # [19:44] * Joins: Mikato (~Mikato@unaffiliated/mikato)
- # [19:44] * Joins: barneybook_work (~Thunderbi@36.229.194.111)
- # [19:49] <zettam> can anyone help me out with this case please ? http://stackoverflow.com/questions/13349623/canvas-fade-out-case
- # [19:53] * abstractj|lunch is now known as abstractj|away
- # [19:54] * Quits: vlad_starkov (~vlad_star@83.149.8.120) (Remote host closed the connection)
- # [19:54] * abstractj|away is now known as abstractj
- # [19:54] * Quits: Mikato (~Mikato@unaffiliated/mikato) (Quit: Leaving...)
- # [19:56] * Joins: cgcardona_ (~cgcardona@64.124.34.2)
- # [19:56] * Quits: cgcardona_ (~cgcardona@64.124.34.2) (Changing host)
- # [19:56] * Joins: cgcardona_ (~cgcardona@unaffiliated/cgcardona)
- # [19:57] * Quits: roadt (~roadt@60.168.94.194) (Ping timeout: 248 seconds)
- # [19:58] * Quits: KevinLR (~kevinLR@mtl93-9-88-161-40-103.fbx.proxad.net) (Remote host closed the connection)
- # [19:58] * Quits: Vooch (~vooch@71-88-193-144.dhcp.kgpt.tn.charter.com) (Read error: Connection reset by peer)
- # [19:59] * Joins: KevinLR (~kevinLR@mtl93-9-88-161-40-103.fbx.proxad.net)
- # [19:59] * Joins: Vooch (~vooch@71-88-193-144.dhcp.kgpt.tn.charter.com)
- # [19:59] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Ping timeout: 240 seconds)
- # [19:59] * cgcardona_ is now known as cgcardona
- # [20:00] * Quits: dranov (~dranov@188.25.243.76) (Ping timeout: 245 seconds)
- # [20:01] * Joins: dranov (~dranov@188.25.243.76)
- # [20:03] * Joins: frankparent (~frankpare@64.254.229.250)
- # [20:03] * Quits: frankparent (~frankpare@64.254.229.250) (Remote host closed the connection)
- # [20:06] * Joins: ShooterMG (~shootermg@c-71-236-153-81.hsd1.or.comcast.net)
- # [20:07] * Joins: squeakytoy (~christoff@h87-96-232-107.dynamic.se.alltele.net)
- # [20:08] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
- # [20:08] * Joins: _gambit (~prajwalit@59.95.18.91)
- # [20:10] * Joins: jeema (~jima@64.128.82.30)
- # [20:10] * Joins: fritzy (~fritzy@71-84-176-9.dhcp.mdfd.or.charter.com)
- # [20:11] * Joins: loktar (~loktar@ip174-71-117-123.om.om.cox.net)
- # [20:11] * Joins: mattkelly (~mattwkell@173.252.71.2)
- # [20:11] * Quits: mattkelly (~mattwkell@173.252.71.2) (Changing host)
- # [20:11] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
- # [20:12] * Joins: ibere (~nitidaweb@186.212.153.186)
- # [20:18] * Quits: barneybook_work (~Thunderbi@36.229.194.111) (Ping timeout: 245 seconds)
- # [20:20] * Joins: barneybook_work (~Thunderbi@36.229.194.111)
- # [20:20] * Quits: exoon (~exoon@p4FD38976.dip0.t-ipconnect.de) (Ping timeout: 248 seconds)
- # [20:22] * Quits: Somatt_wrk (~somattwrk@darkstar2.fullsix.com) (Ping timeout: 260 seconds)
- # [20:25] * Parts: owzim (~owzim@e178096231.adsl.alicedsl.de)
- # [20:28] * Quits: KevinLR (~kevinLR@mtl93-9-88-161-40-103.fbx.proxad.net) (Remote host closed the connection)
- # [20:28] * Joins: todd_dsm (~todd_dsm@mail.ptest.us)
- # [20:28] * Joins: KevinLR (~kevinLR@2a01:e35:8a12:8670:89fe:763a:470f:66d7)
- # [20:28] * Quits: KevinLR (~kevinLR@2a01:e35:8a12:8670:89fe:763a:470f:66d7) (Remote host closed the connection)
- # [20:29] * Joins: Ry (~Ryman@74.82.186.8)
- # [20:30] * Joins: Mikato (~Mikato@unaffiliated/mikato)
- # [20:31] * Joins: Ry_ (~Ryman@74.82.186.8)
- # [20:33] * Quits: rabbi1 (~manjunath@49.249.141.224) (Quit: Leaving.)
- # [20:33] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
- # [20:33] * Quits: Ry (~Ryman@74.82.186.8) (Ping timeout: 245 seconds)
- # [20:33] * Quits: Vooch (~vooch@71-88-193-144.dhcp.kgpt.tn.charter.com) (Remote host closed the connection)
- # [20:34] * Ry_ is now known as Ry
- # [20:35] * Joins: Me1000 (~Me1000@74.143.221.12)
- # [20:35] * Joins: MEMutable1000 (~Me1000@74.143.221.15)
- # [20:36] * Quits: Me1000 (~Me1000@74.143.221.12) (Disconnected by services)
- # [20:36] * MEMutable1000 is now known as Me1000
- # [20:36] * Quits: Rydefalk (~rydefalk@90-229-167-160-no53.tbcn.telia.com) (Read error: Connection reset by peer)
- # [20:37] * Joins: Rydefalk (~rydefalk@90-229-167-160-no53.tbcn.telia.com)
- # [20:37] * Quits: sendoushi (~Musok@cm2-84-91-84-50.netvisao.pt) (Remote host closed the connection)
- # [20:37] * Quits: TomWij (~TomWij@91.183.48.218) (Excess Flood)
- # [20:39] * Joins: machicola (~thetentma@unlv-nat-131-216-14-33.dhcp.unlv.edu)
- # [20:39] * Quits: Ry (~Ryman@74.82.186.8) (Ping timeout: 252 seconds)
- # [20:40] * Joins: TomWij (~TomWij@91.183.48.218)
- # [20:40] * Joins: andrew91841 (~Adium@75.98.192.134)
- # [20:42] * Joins: mstalfoort (~manuchill@546AF15F.cm-12-3d.dynamic.ziggo.nl)
- # [20:42] <zettam> can anyone help me out with this case please ? http://stackoverflow.com/questions/13349623/canvas-fade-out-case
- # [20:42] * Parts: mstalfoort (~manuchill@546AF15F.cm-12-3d.dynamic.ziggo.nl)
- # [20:42] * Joins: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net)
- # [20:45] * Joins: mattkelly_ (~mattwkell@173.252.71.2)
- # [20:45] * Quits: mattkelly_ (~mattwkell@173.252.71.2) (Changing host)
- # [20:45] * Joins: mattkelly_ (~mattwkell@drupal.org/user/64049/view)
- # [20:45] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Read error: Connection reset by peer)
- # [20:45] * mattkelly_ is now known as mattkelly
- # [20:47] * Quits: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net) (Ping timeout: 268 seconds)
- # [20:47] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Read error: Connection reset by peer)
- # [20:48] * Joins: mattkelly (~mattwkell@173.252.71.2)
- # [20:48] * Quits: mattkelly (~mattwkell@173.252.71.2) (Changing host)
- # [20:48] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
- # [20:49] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Read error: Connection reset by peer)
- # [20:49] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
- # [20:50] * Joins: exoon (~exoon@p4FD38976.dip0.t-ipconnect.de)
- # [20:50] * Quits: Mikato (~Mikato@unaffiliated/mikato) (Quit: Leaving...)
- # [20:50] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Read error: Connection reset by peer)
- # [20:50] * Joins: mattkelly (~mattwkell@173.252.71.2)
- # [20:50] * Quits: mattkelly (~mattwkell@173.252.71.2) (Changing host)
- # [20:50] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
- # [20:52] * Joins: austin (~austin@ip72-194-71-160.oc.oc.cox.net)
- # [20:55] <andrew91841> is there a preferred library to stream video in html5 ?
- # [20:55] * Quits: exoon (~exoon@p4FD38976.dip0.t-ipconnect.de) (Quit: Verlassend)
- # [20:56] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Read error: Connection reset by peer)
- # [20:56] * Joins: userZ (userZ@cpe-107-015-120-168.nc.res.rr.com)
- # [20:56] * Quits: krolbg (~carolina@187.59.182.71) (Quit: krolbg)
- # [20:56] * Joins: cgcardona (~cgcardona@64.124.34.2)
- # [20:56] * Quits: cgcardona (~cgcardona@64.124.34.2) (Changing host)
- # [20:56] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [20:57] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Remote host closed the connection)
- # [20:57] * Quits: erichynds (~ehynds@64.206.121.41)
- # [20:57] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [20:59] * ericduran is now known as ericduran|cuban
- # [20:59] * Quits: ryan_tait (~ryan_tait@s72-38-252-210.static.datacom.cgocable.net) (Quit: Im Out! http://ryantait.com - new site coming soon!)
- # [21:03] * Quits: ibere (~nitidaweb@186.212.153.186) (Quit: Leaving.)
- # [21:03] * Joins: KevinLR (~kevinLR@2a01:e35:8a12:8670:9de6:b589:474c:cd04)
- # [21:04] * Joins: Vooch (~vooch@71-88-193-144.dhcp.kgpt.tn.charter.com)
- # [21:04] * Joins: Ms2ger (~Ms2ger@109.133.23.79)
- # [21:05] * Joins: tantek (~tantek@66.87.4.146)
- # [21:09] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: This computer has gone to sleep)
- # [21:13] * Quits: evasivx__ (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
- # [21:14] * Joins: evasivx__ (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [21:15] * Joins: znake (~znake@5.254.138.41)
- # [21:16] * Quits: thisgeek (~chris@ool-45757782.dyn.optonline.net) (Quit: thisgeek)
- # [21:17] * Joins: bmac (~user@209.113.164.6)
- # [21:19] * Joins: pinage404 (~pinage404@APuteaux-651-1-265-33.w81-249.abo.wanadoo.fr)
- # [21:22] * Quits: tantek (~tantek@66.87.4.146) (Quit: tantek)
- # [21:23] * Joins: krolbg (~carolina@187.59.182.71)
- # [21:23] * Quits: irae_ (~irae_@nat/yahoo/x-ouovaigbdhghzhgo) (Quit: irae_)
- # [21:30] * Joins: Mikato (~Mikato@unaffiliated/mikato)
- # [21:30] * Quits: Bwild (~irc@netblock-75-79-22-130.dslextreme.com) (Ping timeout: 240 seconds)
- # [21:31] * Joins: BigKing (~BigKing@dslb-084-061-106-211.pools.arcor-ip.net)
- # [21:33] * Quits: pinage404 (~pinage404@APuteaux-651-1-265-33.w81-249.abo.wanadoo.fr) (Quit: Screw you guys I'm going home)
- # [21:33] * Quits: stevegill (~stevengil@sjfw1-a.adobe.com) (Quit: stevegill)
- # [21:37] * Joins: Jon47 (~Adium@pool-173-79-149-248.washdc.fios.verizon.net)
- # [21:37] * Joins: thisgeek (~chris@cpe-24-161-101-42.hvc.res.rr.com)
- # [21:42] * Quits: ericduran|cuban (~ericduran@cpe-68-175-85-180.nyc.res.rr.com)
- # [21:42] * Quits: KevinLR (~kevinLR@2a01:e35:8a12:8670:9de6:b589:474c:cd04) (Remote host closed the connection)
- # [21:43] * Joins: Bwild (~irc@netblock-75-79-22-130.dslextreme.com)
- # [21:45] * Joins: ericduran|cuban (~ericduran@cpe-68-175-85-180.nyc.res.rr.com)
- # [21:48] * Quits: zenorocha (~zenorocha@187.105.99.147) (Remote host closed the connection)
- # [21:49] * Joins: zenorocha (~zenorocha@187.105.99.147)
- # [21:51] * ericduran|cuban is now known as ericduran
- # [21:51] <Moo^_^> andrew91841: flowplayer is pretty popular
- # [21:51] <Moo^_^> and GPL'ed
- # [21:52] * Quits: zenorocha (~zenorocha@187.105.99.147) (Remote host closed the connection)
- # [21:52] * Quits: manuelbieh_ (~beeevi2@p50997681.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
- # [21:53] * Joins: tw2113 (~tw2113@host-102-48-107-208.midco.net)
- # [21:53] * Quits: tw2113 (~tw2113@host-102-48-107-208.midco.net) (Changing host)
- # [21:53] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [21:53] * Joins: zenorocha (~zenorocha@187.105.99.147)
- # [21:54] * Quits: zenorocha (~zenorocha@187.105.99.147) (Remote host closed the connection)
- # [21:56] * Quits: jxdones (~jxdones@unaffiliated/jxdones) (Read error: Connection reset by peer)
- # [22:01] * Joins: ML74 (~ML74@5e060313.bb.sky.com)
- # [22:02] * Quits: BigKing (~BigKing@dslb-084-061-106-211.pools.arcor-ip.net) (Remote host closed the connection)
- # [22:05] * Joins: _dc_ (~dc@163.192.12.1)
- # [22:07] * Quits: userZ (userZ@cpe-107-015-120-168.nc.res.rr.com) (Ping timeout: 240 seconds)
- # [22:07] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Quit: mattkelly)
- # [22:07] * Quits: _dc (~dc@163.192.12.2) (Ping timeout: 246 seconds)
- # [22:08] * Quits: primer^ (~textual@195.7.83.36) (Quit: Computer has gone to sleep.)
- # [22:08] * Joins: Extreminador (~Extremina@bl17-56-169.dsl.telepac.pt)
- # [22:08] * Joins: Wildblue (~wb@69.140.154.17)
- # [22:11] * Quits: ffs82defxp (~ffs82defx@50.13.5.73) (Ping timeout: 245 seconds)
- # [22:13] * Quits: evasivx__ (~evasivx@static24-72-2-88.r.rev.accesscomm.ca) (Read error: Connection reset by peer)
- # [22:14] * Quits: _dc_ (~dc@163.192.12.1) (Read error: Connection reset by peer)
- # [22:14] * Joins: _dc (~dc@163.192.12.1)
- # [22:14] * Joins: evasivx__ (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [22:15] * Joins: erichynds (~ehynds@64.206.121.41)
- # [22:16] * Joins: userZ (userZ@cpe-107-015-120-168.nc.res.rr.com)
- # [22:16] * Joins: rickibalboa (~ricki@84.19.107.42)
- # [22:21] * Quits: rmichnik (~rmichnik@177.135.228.219) (Quit: Leaving...)
- # [22:21] * Quits: dranov (~dranov@188.25.243.76) (Ping timeout: 245 seconds)
- # [22:26] <Extreminador> guys theoricaly the a cube movement with canvas is the coordinate movement beetween the draw lines correct ?
- # [22:29] * Quits: znake (~znake@5.254.138.41) (Quit: Linkinus - http://linkinus.com)
- # [22:29] * Joins: stevegill (~stevengil@sjfw1-a.adobe.com)
- # [22:30] * Joins: cgcardona_ (~cgcardona@64.124.34.2)
- # [22:30] * Quits: cgcardona_ (~cgcardona@64.124.34.2) (Changing host)
- # [22:30] * Joins: cgcardona_ (~cgcardona@unaffiliated/cgcardona)
- # [22:34] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Ping timeout: 276 seconds)
- # [22:34] * cgcardona_ is now known as cgcardona
- # [22:37] * Joins: zenorocha (~zenorocha@189.60.173.212)
- # [22:38] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Quit: Leaving)
- # [22:41] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
- # [22:43] * Joins: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net)
- # [22:45] * Quits: jrodl3r (~Adium@rrcs-72-45-250-3.nys.biz.rr.com) (Quit: Leaving.)
- # [22:47] * Quits: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net) (Ping timeout: 246 seconds)
- # [22:48] * Quits: todd_dsm (~todd_dsm@mail.ptest.us) (Ping timeout: 260 seconds)
- # [22:48] * Quits: krolbg (~carolina@187.59.182.71) (Quit: krolbg)
- # [22:53] * Quits: ericduran (~ericduran@cpe-68-175-85-180.nyc.res.rr.com) (Read error: Connection reset by peer)
- # [22:55] * Quits: DeltaHeavy (~DeltaHeav@d24-204-219-104.home4.cgocable.net) (Read error: Connection reset by peer)
- # [22:55] * Joins: ericduran (~ericduran@cpe-68-175-85-180.nyc.res.rr.com)
- # [22:59] * Joins: mattkelly (~mattwkell@173.252.71.2)
- # [22:59] * Quits: mattkelly (~mattwkell@173.252.71.2) (Changing host)
- # [22:59] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
- # [22:59] * Quits: dhaber (~dhaber@c-76-28-237-222.hsd1.wa.comcast.net) (Ping timeout: 255 seconds)
- # [23:00] * abstractj is now known as abstractj|brb
- # [23:00] * Quits: machicola (~thetentma@unlv-nat-131-216-14-33.dhcp.unlv.edu) (Remote host closed the connection)
- # [23:01] * Joins: dhaber (~dhaber@c-76-28-237-222.hsd1.wa.comcast.net)
- # [23:01] * abstractj|brb is now known as abstractj
- # [23:04] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (Remote host closed the connection)
- # [23:04] * Quits: snowfox_ben (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net) (Quit: snowfox_ben)
- # [23:05] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
- # [23:06] * Quits: rickibalboa (~ricki@84.19.107.42) (Ping timeout: 255 seconds)
- # [23:07] * Quits: sedovsek (~robert@BSN-176-216-241.dial-up.dsl.siol.net) (Quit: sedovsek)
- # [23:12] * Joins: jrodl3r (~Adium@cpe-76-180-210-223.buffalo.res.rr.com)
- # [23:15] * Quits: garciawebdev (~garciaweb@190.244.76.14) (Remote host closed the connection)
- # [23:15] * Quits: thisgeek (~chris@cpe-24-161-101-42.hvc.res.rr.com) (Quit: thisgeek)
- # [23:16] * Quits: Brodingo (~Brodingo@rrcs-71-42-225-154.sw.biz.rr.com) (Quit: (╯°□°)╯︵ǝpouǝǝɹɟ)
- # [23:17] * Quits: Jon47 (~Adium@pool-173-79-149-248.washdc.fios.verizon.net) (Quit: Leaving.)
- # [23:21] * Joins: pilgrum (~sean@cpe-66-74-181-240.socal.res.rr.com)
- # [23:22] * Quits: erichynds (~ehynds@64.206.121.41)
- # [23:22] * Quits: Mikato (~Mikato@unaffiliated/mikato) (Ping timeout: 245 seconds)
- # [23:25] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (Remote host closed the connection)
- # [23:26] * Quits: arietis (~arietis@188.242.29.115) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [23:28] <chee> anyone any stats on what's the least likely kinda thing to have javascript enabled?
- # [23:28] * Quits: zenorocha (~zenorocha@189.60.173.212) (Remote host closed the connection)
- # [23:29] <chee> it doesn't seem right to be handing these folks "img/picture-small.jpg" just 'cause they be <noscriptin'>
- # [23:29] <chee> paul_irish: ^?
- # [23:29] * Joins: schnoodles (~schnoodle@melbourne.99cluster.com)
- # [23:29] * Joins: owzim (~owzim@e178096231.adsl.alicedsl.de)
- # [23:30] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Quit: cgcardona)
- # [23:30] * Quits: Ms2ger (~Ms2ger@109.133.23.79) (Quit: nn)
- # [23:33] * Quits: drublic (~drublic@frbg-5f732581.pool.mediaWays.net) (Remote host closed the connection)
- # [23:33] * Joins: mchammer (~mchammer@31.18.141.177)
- # [23:33] * Quits: _dc (~dc@163.192.12.1) (Remote host closed the connection)
- # [23:35] * Joins: zenorocha (~zenorocha@189.60.173.212)
- # [23:36] * Joins: ffs82defxp (~ffs82defx@50.13.5.73)
- # [23:38] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
- # [23:38] * Joins: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net)
- # [23:42] * Quits: zenorocha (~zenorocha@189.60.173.212) (Read error: Connection reset by peer)
- # [23:42] * Joins: zenorocha (~zenorocha@189.60.173.212)
- # [23:47] * EHLOVader is now known as EHLOVader[afk]
- # [23:51] * Quits: quiliro (~quiliro@186.69.59.11) (Read error: Operation timed out)
- # [23:52] * Quits: longbeach (~mike@AFontenayssB-152-1-9-202.w82-121.abo.wanadoo.fr)
- # [23:53] * abstractj is now known as abstractj|away
- # [23:53] * Quits: greg_otoole (~gregoryot@130.203.137.55) (Quit: greg_otoole)
- # [23:59] * Quits: jrodl3r (~Adium@cpe-76-180-210-223.buffalo.res.rr.com) (Quit: Leaving.)
- # Session Close: Tue Nov 13 00:00:00 2012
The end :)