Options:
- # Session Start: Sun Nov 13 00:00:00 2011
- # Session Ident: #html5
- # [00:00] <grantg> :P
- # [00:00] <Pomax> distibuted knowledge is a wonderful thing
- # [00:00] <Velmont> grantg: How do I provoke the fault?
- # [00:00] <grantg> Once running a game, hit your escape key to go into fullscreen
- # [00:01] * Quits: pierreghz__ (~pierreghz@cust-47-104-111-94.dyn.as47377.net) (Quit: Quitte)
- # [00:01] <grantg> then **slowly** resize opera only vertically
- # [00:01] * Quits: matt729 (~matt@c-71-56-192-205.hsd1.co.comcast.net) (Read error: Connection reset by peer)
- # [00:01] <grantg> horizonatal resizes update fixed positioning in opera
- # [00:01] <grantg> *horizontal
- # [00:01] <grantg> But not vertical under certain circumstances
- # [00:01] <Velmont> Hmm. Is there a game URL a place?
- # [00:02] <grantg> http://www.grantgalitz.org/romStorage/PokemonCrystal.gbc
- # [00:02] <grantg> dl that then run it inside the emulator
- # [00:02] <grantg> :|
- # [00:03] <Pomax> after promising that it's used for testing purposes only and will be deleted afterwards, of course.
- # [00:03] <grantg> LOL
- # [00:03] <Pomax> purely because it's good form.
- # [00:03] <grantg> I keep those files up for http://www.grantgalitz.org/gamecenter/
- # [00:03] * Joins: minism (HydraIRC@c-24-21-149-110.hsd1.or.comcast.net)
- # [00:04] * Quits: Blak (4e56e2df@gateway/web/freenode/ip.78.86.226.223) (Ping timeout: 265 seconds)
- # [00:04] <Velmont> grantg: Ah. OK, I see. I'll see if I can make a reduced TC.
- # [00:05] <grantg> reduced test case: have an image spread out completely via fixed positioning
- # [00:05] <grantg> then slowly resize opera only vertically
- # [00:05] <grantg> That's it
- # [00:05] <Velmont> grantg: OK, -- that was what I was going to try first, so nice :]
- # [00:05] * Joins: JNZ` (JNZ@unaffiliated/jnz)
- # [00:05] <Velmont> Then I can just do it/tm)
- # [00:06] * Quits: minism (HydraIRC@c-24-21-149-110.hsd1.or.comcast.net) (Read error: Connection reset by peer)
- # [00:06] * Quits: JNZ (JNZ@unaffiliated/jnz) (Read error: Connection reset by peer)
- # [00:07] <grantg> I love how Firefox glitches on /gamecenter/ after visiting /gameboy/
- # [00:07] <grantg> because /gameboy/ has a manifest file
- # [00:07] <grantg> and firefox screws up internally
- # [00:07] <grantg> when re-using the files elsewhere
- # [00:07] * Quits: _dc (~dc@c-71-237-238-221.hsd1.or.comcast.net) (Remote host closed the connection)
- # [00:07] <grantg> clearing the browser cache fixes that
- # [00:08] <Pomax> what's the current way to JS-detect Safari, with it relying on webkit?
- # [00:08] <grantg> as in firefox won't load the games in the dropdown
- # [00:09] <grantg> Pomax: Detect some js api specific to webkit
- # [00:09] <grantg> or css prop
- # [00:09] <Pomax> Chrome also uses webkit, so that's a no-go
- # [00:09] <grantg> heh
- # [00:09] <grantg> user-agent sniff at the worst. :P
- # [00:09] <Pomax> Safari, but not Chrome, is rendering an inline table-row-group table-row's text completely wrong.
- # [00:10] <Pomax> yeah it looks like I'm going to have to
- # [00:10] <grantg> lol
- # [00:10] <grantg> sniff the webkit version
- # [00:10] <Pomax> the fix is just "set misrendering row to position:absolute, wait for the page to apply it, then set back to position:relative or :static and it works fine"
- # [00:10] <grantg> since that bug might be specific to safari's specific version of webkit
- # [00:11] <Pomax> that's one thing I do like about opera
- # [00:11] <grantg> true
- # [00:11] <Pomax> they had the decency to add window.opera because it does nothing, but it means that IF there's a bug they don't immediately fix, you can get around it
- # [00:11] <grantg> also Opera's user agent
- # [00:11] <grantg> no moz bullshit
- # [00:15] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Quit: dgathright)
- # [00:18] * Joins: wbednars_ (~wbednarsk@79.138.169.200.bredband.oister.dk)
- # [00:20] <Pomax> let's see if the rotation error on my page is already fixed in 11.60b...
- # [00:20] * Quits: tw2113 (~tw2113@fedora/tw2113) (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.)
- # [00:20] * Quits: wbednarski (~wbednarsk@95.209.209.104.bredband.oister.dk) (Ping timeout: 240 seconds)
- # [00:21] <Pomax> no... in fact 11.60 seems to have forgotten what "opacity" means
- # [00:21] <Pomax> nice job, Opera
- # [00:21] <Pomax> Velmont, how's your bug-fu for beta versions
- # [00:21] <Pomax> is there already a bug report for that?
- # [00:21] * Quits: benv (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net) (Quit: Bye!)
- # [00:21] <Velmont> I'm glad I'm not in layout. :-)
- # [00:21] * Quits: diogogmt (~kvirc@net1.senecac.on.ca) (Quit: KVIrc 4.1.1 Equilibrium http://www.kvirc.net/)
- # [00:22] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: i love javascript and webgl. see http://pacmaze.com)
- # [00:22] <Pomax> CSS. if only there was a reference implementation everyone could work off of =P
- # [00:23] * Joins: phishy (~jeff@c-71-192-162-156.hsd1.nh.comcast.net)
- # [00:23] <Pomax> but usually you try not to regress as far as 11.60 is apparently doing, going from understanding opacity to just forgetting it entirely
- # [00:24] <Velmont> Wow. Well. My searching is very bad. But regressions is not good.
- # [00:25] <Pomax> if you have 11.60, give http://what.inthefuck.com/test a go. The rotations work, unlike in 11.50, but apparently opacity!=1 overlying another opacity!=1 element means "make everything visible" =)
- # [00:25] <Pomax> *overlapping
- # [00:26] * Joins: devongovett (~devongove@pcp038545pcs.morro.reshall.calpoly.edu)
- # [00:27] * Joins: tantek (~tantek@208-90-212-140.PUBLIC.monkeybrains.net)
- # [00:27] <Velmont> Pomax: Will look at it when I'm back at work. Sent myself an email now. -- It's late here now, I have to go to bed :-)
- # [00:27] * Quits: grampajoe (~grampa@cols-pool188-cs144.pool.dslohio.net) (Quit: Bye!)
- # [00:27] <Pomax> then a good night to you!
- # [00:27] <Pomax> and some coffee for me
- # [00:33] * Joins: kurtzhong (~kurtzhong@220.112.107.196)
- # [00:38] * Joins: ryanneuf_ (~ryanneufe@S0106002618c70459.vf.shawcable.net)
- # [00:40] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
- # [00:40] * Joins: gde33 (kvirc@546A1A51.cm-12-3a.dynamic.ziggo.nl)
- # [00:42] * ryanneuf_ is now known as ryanneufeld_
- # [00:43] * Quits: Telling (~unknown@80-71-135-15.u.parknet.dk) (Quit: ...)
- # [00:44] * Joins: _inc_ (~inc@host81-152-145-57.range81-152.btcentralplus.com)
- # [00:45] * Quits: _inc (~inc@unaffiliated/-inc/x-0498339) (Ping timeout: 258 seconds)
- # [00:45] * _inc_ is now known as _inc
- # [00:45] * Quits: _inc (~inc@host81-152-145-57.range81-152.btcentralplus.com) (Changing host)
- # [00:45] * Joins: _inc (~inc@unaffiliated/-inc/x-0498339)
- # [00:50] * Quits: materialdesigner (~cah276@cpe-67-255-12-25.twcny.res.rr.com) (Quit: materialdesigner)
- # [00:50] * Joins: RidahGee (~ridahgee@pool-96-243-165-61.tampfl.fios.verizon.net)
- # [00:55] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [00:56] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Max SendQ exceeded)
- # [00:57] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [00:57] * Joins: benv (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net)
- # [00:58] <mathi> I use the application cache, whenever my cache manifest changes, my CSS is not downloaded ... and I keep having the old version of the CSS
- # [00:59] <mathi> though it is listed under CACHE:
- # [01:02] <mathi> mmm is it possible that the manifest file itself is cached ? :)
- # [01:02] * Quits: tantek (~tantek@208-90-212-140.PUBLIC.monkeybrains.net) (Read error: Connection reset by peer)
- # [01:03] * Joins: tantek (~tantek@208-90-212-140.PUBLIC.monkeybrains.net)
- # [01:04] * Quits: BruNeX (~NeCkEr@a89-153-80-26.cpe.netcabo.pt) (Ping timeout: 248 seconds)
- # [01:11] * Joins: chipnt (~chip@fr.sava.pro)
- # [01:13] * Joins: Telling (~unknown@80-71-135-15.u.parknet.dk)
- # [01:14] * Quits: tantek (~tantek@208-90-212-140.PUBLIC.monkeybrains.net) (Read error: Connection reset by peer)
- # [01:14] * Joins: tantek (~tantek@208-90-212-140.PUBLIC.monkeybrains.net)
- # [01:14] * Joins: Indian (~Indian@unaffiliated/londonmet050)
- # [01:19] * Joins: ShooterMG (~shootermg@c-98-246-240-17.hsd1.or.comcast.net)
- # [01:23] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Quit: dgathright)
- # [01:25] * Quits: grantg (~chatzilla@69.88.160.3) (Ping timeout: 260 seconds)
- # [01:31] * Quits: Taftse (~Taftse@unaffiliated/taftse) (Read error: Connection reset by peer)
- # [01:32] * Quits: dangerousdave (~dangerous@78.156.71.46) (Quit: Leaving...)
- # [01:40] * JNZ` is now known as JNZ
- # [01:43] * Quits: necolas (~necolas@5e04326b.bb.sky.com) (Remote host closed the connection)
- # [01:48] * Joins: diogogmt (~kvirc@CPE00265af24491-CM0011e6c7ebff.cpe.net.cable.rogers.com)
- # [01:53] * Quits: localhost (~chris@cpe-76-188-161-222.neo.res.rr.com) (Remote host closed the connection)
- # [01:55] * Joins: localhost (~chris@cpe-76-188-161-222.neo.res.rr.com)
- # [01:59] * GoOz is now known as GoOz`aw
- # [02:04] * Joins: binarychef (~binaryche@adsl-74-226-67-138.mem.bellsouth.net)
- # [02:09] * Quits: dilvie (~chatzilla@c-50-131-64-86.hsd1.ca.comcast.net) (Ping timeout: 260 seconds)
- # [02:11] * Quits: Jackneill (~Jackneill@unaffiliated/jackneill) (Ping timeout: 240 seconds)
- # [02:12] * Quits: tantek (~tantek@208-90-212-140.PUBLIC.monkeybrains.net) (Quit: tantek)
- # [02:13] * Joins: dilvie (~chatzilla@c-50-131-64-86.hsd1.ca.comcast.net)
- # [02:16] * Quits: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (Read error: Operation timed out)
- # [02:17] * Joins: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net)
- # [02:17] * Joins: jblanche (~jblanche@ivr94-10-88-177-169-11.fbx.proxad.net)
- # [02:17] * Quits: phishy (~jeff@c-71-192-162-156.hsd1.nh.comcast.net) (Quit: phishy)
- # [02:18] * Joins: phishy (~jeff@c-71-192-162-156.hsd1.nh.comcast.net)
- # [02:21] * Quits: Telling (~unknown@80-71-135-15.u.parknet.dk) (Quit: ...)
- # [02:21] * Quits: dilvie (~chatzilla@c-50-131-64-86.hsd1.ca.comcast.net) (Ping timeout: 255 seconds)
- # [02:29] * Quits: szaboat (~szaboat@huwico/member/szaboat) (Ping timeout: 248 seconds)
- # [02:29] * Joins: szaboat (~szaboat@pie.done.hu)
- # [02:36] * Quits: binarychef (~binaryche@adsl-74-226-67-138.mem.bellsouth.net) (Quit: binarychef)
- # [02:36] * Quits: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl) (Quit: Ik ga weg)
- # [02:39] * Quits: Thasmo (~thasmo@d86-32-70-74.cust.tele2.at)
- # [02:44] * Joins: tw2113 (~tw2113@host-75-74-107-208.midco.net)
- # [02:44] * Quits: tw2113 (~tw2113@host-75-74-107-208.midco.net) (Changing host)
- # [02:44] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [02:48] * Quits: jblanche (~jblanche@ivr94-10-88-177-169-11.fbx.proxad.net) (Quit: jblanche)
- # [02:52] * Joins: jblanche (~jblanche@ivr94-10-88-177-169-11.fbx.proxad.net)
- # [02:55] * Joins: grantg (~chatzilla@69.88.160.3)
- # [02:56] * Quits: grantg (~chatzilla@69.88.160.3) (Client Quit)
- # [02:57] * Quits: beeeviz (~beevi2@ip-78-94-0-96.unitymediagroup.de) (Read error: Connection reset by peer)
- # [02:57] * Quits: chipnt (~chip@fr.sava.pro) (Ping timeout: 258 seconds)
- # [02:57] * Joins: beeviz (~beevi2@ip-78-94-0-96.unitymediagroup.de)
- # [03:08] * Quits: drublic (~drublic@frbg-5f732398.pool.mediaWays.net) (Remote host closed the connection)
- # [03:09] * Quits: mathi (~Matthew@217.77-240-81.adsl-dyn.isp.belgacom.be) (Ping timeout: 240 seconds)
- # [03:16] * Quits: axos411 (~axos@xdsl-78-35-137-58.netcologne.de) (Quit: Leaving.)
- # [03:19] * Quits: jblanche (~jblanche@ivr94-10-88-177-169-11.fbx.proxad.net) (Quit: jblanche)
- # [03:25] * Joins: nimbupani (~divyam@c-24-18-47-160.hsd1.wa.comcast.net)
- # [03:25] * nimbupani is now known as divya
- # [03:26] * Joins: kadiks (~kadiks@APuteaux-652-1-74-15.w90-61.abo.wanadoo.fr)
- # [03:30] * Quits: phishy (~jeff@c-71-192-162-156.hsd1.nh.comcast.net) (Quit: phishy)
- # [03:31] * Joins: phishy (~jeff@c-71-192-162-156.hsd1.nh.comcast.net)
- # [03:38] * Joins: budmaddock1 (~budmaddoc@essn-4db643b3.pool.mediaWays.net)
- # [03:39] * Quits: budmaddock (~budmaddoc@essn-5d830f6a.pool.mediaWays.net) (Ping timeout: 258 seconds)
- # [03:41] * Quits: wbednars_ (~wbednarsk@79.138.169.200.bredband.oister.dk) (Remote host closed the connection)
- # [04:04] * Joins: nicksergeant (~nickserge@cpe-72-230-184-180.rochester.res.rr.com)
- # [04:06] * Quits: chovy (~chovy@108-194-42-92.lightspeed.mtryca.sbcglobal.net) (Ping timeout: 258 seconds)
- # [04:08] * Joins: chovy (~chovy@108-194-42-92.lightspeed.mtryca.sbcglobal.net)
- # [04:21] * Quits: Vennril (~vennril@p4FCB0975.dip0.t-ipconnect.de) (Ping timeout: 260 seconds)
- # [04:21] * Joins: Vennril (~vennril@p4FCB049F.dip0.t-ipconnect.de)
- # [04:28] * Quits: devongovett (~devongove@pcp038545pcs.morro.reshall.calpoly.edu) (Quit: devongovett)
- # [04:31] * Quits: nicksergeant (~nickserge@cpe-72-230-184-180.rochester.res.rr.com) (Quit: Linkinus - http://linkinus.com)
- # [04:41] * Quits: Indian (~Indian@unaffiliated/londonmet050) (Quit: Indian)
- # [04:41] * Joins: martisj (~martisj@14-201-64-38.static.tpgi.com.au)
- # [04:42] * Joins: N0va (~ricki@84.19.108.75)
- # [04:47] * Quits: N0va (~ricki@84.19.108.75) (Ping timeout: 256 seconds)
- # [04:59] * Joins: mike5w3c_ (~MikeSmith@EM1-113-28-101.pool.e-mobile.ne.jp)
- # [05:02] * Quits: mike5w3c (~MikeSmith@EM114-48-202-172.pool.e-mobile.ne.jp) (Ping timeout: 248 seconds)
- # [05:02] * mike5w3c_ is now known as mike5w3c
- # [05:03] * Joins: buht (18f750bf@gateway/web/freenode/ip.24.247.80.191)
- # [05:03] <buht> hello, i have a canvas1 that is absolute, and a canvas2 that is relative... now i want a canvas3 which i thought would be relative... that i want to temporarily lay over the absolute canvas1, but under the canvas2... is that possible?
- # [05:04] <buht> to stack would be canvas1 under canvas3 under canvas2 in my example. but the main question is, can u have 3 canvases stacked?
- # [05:05] <buht> i need to temporarily highlight an area on my absolute canvas, then when i turn something off, that temporary display of the area will just go away
- # [05:06] <buht> ive been trying various combinations of absolute and relative.
- # [05:07] * Joins: tantek (~tantek@208-90-212-140.PUBLIC.monkeybrains.net)
- # [05:11] * Quits: tantek (~tantek@208-90-212-140.PUBLIC.monkeybrains.net) (Ping timeout: 240 seconds)
- # [05:13] * Joins: dilvie (~chatzilla@c-50-131-64-86.hsd1.ca.comcast.net)
- # [05:17] * Quits: buht (18f750bf@gateway/web/freenode/ip.24.247.80.191) (Quit: Page closed)
- # [05:18] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Quit: Leaving)
- # [05:24] * Quits: kurtzhong (~kurtzhong@220.112.107.196) (Quit: kurtzhong)
- # [05:25] * Quits: Pomax (~Pomax@173.183.94.208) (Ping timeout: 245 seconds)
- # [05:29] * Joins: nonge__ (~nonge@p5B326AF0.dip.t-dialin.net)
- # [05:29] * Joins: Pomax (~Pomax@173.183.94.208)
- # [05:32] * Quits: nonge_ (~nonge@p50829B50.dip.t-dialin.net) (Ping timeout: 258 seconds)
- # [05:35] * Quits: diogogmt (~kvirc@CPE00265af24491-CM0011e6c7ebff.cpe.net.cable.rogers.com) (Quit: KVIrc 4.1.1 Equilibrium http://www.kvirc.net/)
- # [05:35] * Parts: aka- (~aka@php.users.are-idiots.com)
- # [05:35] * Quits: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net) (Ping timeout: 258 seconds)
- # [05:38] * Joins: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net)
- # [05:49] * Quits: Aric (~Ali1@ip68-100-68-25.dc.dc.cox.net) (Ping timeout: 258 seconds)
- # [05:55] * Joins: zatan (~zatan@5ad592fd.bb.sky.com)
- # [05:58] * Quits: rvmeier (~rodrigo@pc-39-244-73-200.cm.vtr.net) (Quit: Leaving)
- # [06:02] * Joins: axos411 (~axos@xdsl-78-35-137-58.netcologne.de)
- # [06:02] * Quits: zatan (~zatan@5ad592fd.bb.sky.com) (Ping timeout: 248 seconds)
- # [06:03] * Joins: tantek (~tantek@208-90-212-140.PUBLIC.monkeybrains.net)
- # [06:12] * Quits: OzDave_imac (~OzDave@27-33-43-79.static.tpgi.com.au) (Quit: OzDave_imac)
- # [06:13] * Quits: Vennril (~vennril@p4FCB049F.dip0.t-ipconnect.de) (Quit: Nettalk6 - www.ntalk.de)
- # [06:19] * Joins: chipnt (ciprian@fr.sava.pro)
- # [06:25] * Joins: materialdesigner (~cah276@cpe-67-255-12-25.twcny.res.rr.com)
- # [06:47] * Quits: timmywil (~timmywil@host-68-169-154-67.WISOLT2.epbfi.com)
- # [06:47] * Joins: tiglog (~topeak@118.186.129.143)
- # [06:47] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.)
- # [06:48] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [06:48] * Quits: tiglog (~topeak@118.186.129.143) (Max SendQ exceeded)
- # [06:49] * Joins: tiglog (~topeak@118.186.129.143)
- # [06:49] * Quits: temp02 (~temp01@unaffiliated/temp01) (Read error: No route to host)
- # [06:49] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Read error: Connection reset by peer)
- # [06:52] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [06:52] * Joins: axos4111 (~axos@xdsl-78-35-182-198.netcologne.de)
- # [06:54] * Joins: yamahaalex37 (~yamahaale@24-216-241-10.dhcp.mdfd.or.charter.com)
- # [06:54] <yamahaalex37> can i make a link invisible but still clickable?
- # [06:54] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [06:55] <dpogue> color: transparent (won't work in older IEs though)
- # [06:55] * Quits: axos411 (~axos@xdsl-78-35-137-58.netcologne.de) (Ping timeout: 248 seconds)
- # [06:56] <yamahaalex37> there is an image in the <span>
- # [06:56] <yamahaalex37> but i cant edit the html, just the css
- # [07:15] * Joins: yamahaalex (~yamahaale@24-216-241-10.dhcp.mdfd.or.charter.com)
- # [07:16] * Quits: themiddleman_itv (~robot@c-71-199-11-248.hsd1.ut.comcast.net) (Quit: themiddleman_itv)
- # [07:16] * Quits: yamahaalex37 (~yamahaale@24-216-241-10.dhcp.mdfd.or.charter.com) (Ping timeout: 256 seconds)
- # [07:31] * Joins: sirPuppy (~Adium@97.65.178.2)
- # [07:37] * Quits: tantek (~tantek@208-90-212-140.PUBLIC.monkeybrains.net) (Quit: tantek)
- # [07:39] <Pomax> yamahaalex: opacity: 0?
- # [07:39] <Pomax> not sure how well that works in older IEs though
- # [07:39] * Quits: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net) (Ping timeout: 240 seconds)
- # [07:40] * Quits: sirPuppy (~Adium@97.65.178.2) (Quit: Leaving.)
- # [07:44] * Joins: BigKing (~BigKing@p5DD697D8.dip0.t-ipconnect.de)
- # [08:04] <yamahaalex> wtf
- # [08:04] <yamahaalex> oops
- # [08:07] * Joins: alexluya (~alexluya@111.186.50.5)
- # [08:08] * Quits: axos4111 (~axos@xdsl-78-35-182-198.netcologne.de) (Quit: Leaving.)
- # [08:14] * Quits: szaboat (~szaboat@pie.done.hu) (Read error: Operation timed out)
- # [08:16] * Quits: tiglog (~topeak@118.186.129.143) (Quit: Leaving)
- # [08:24] * Joins: axos411 (~axos@xdsl-78-35-182-198.netcologne.de)
- # [08:24] * Parts: axos411 (~axos@xdsl-78-35-182-198.netcologne.de)
- # [08:30] * Joins: dangerousdave (~dangerous@78.156.71.46)
- # [08:32] * Joins: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk)
- # [08:32] <mr_lou> Morning
- # [08:37] * Joins: kurtzhong (~kurtzhong@220.112.107.196)
- # [08:42] * Joins: szaboat (~szaboat@pie.done.hu)
- # [08:52] * Parts: benvie (~brandon@cpe-174-097-187-248.nc.res.rr.com)
- # [08:53] * Quits: _inc (~inc@unaffiliated/-inc/x-0498339) (Quit: Computer has gone to sleep.)
- # [08:58] * Joins: OzDave_imac (~OzDave@27-33-43-79.static.tpgi.com.au)
- # [09:01] * Quits: materialdesigner (~cah276@cpe-67-255-12-25.twcny.res.rr.com) (Quit: materialdesigner)
- # [09:04] * Quits: nuba (~nuba@pauleira.com) (Remote host closed the connection)
- # [09:04] * Joins: nuba (~nuba@pauleira.com)
- # [09:04] * Joins: Aric (~Ali1@ip68-100-68-25.dc.dc.cox.net)
- # [09:24] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 260 seconds)
- # [09:25] * Joins: moshee (~moshee@c-50-135-229-127.hsd1.wa.comcast.net)
- # [09:25] * Quits: moshee (~moshee@c-50-135-229-127.hsd1.wa.comcast.net) (Changing host)
- # [09:25] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [09:27] * GoOz`aw is now known as GoOz
- # [09:40] * Joins: fth (~fth@99-174-229-90.lightspeed.irvnca.sbcglobal.net)
- # [09:42] * GoOz is now known as GoOz`aw
- # [09:46] * Joins: NeCkEr (~NeCkEr@a89-153-80-26.cpe.netcabo.pt)
- # [09:52] * Quits: Aric (~Ali1@ip68-100-68-25.dc.dc.cox.net) (Ping timeout: 258 seconds)
- # [09:53] * Joins: animorten (~morten@cm-188.126.204.161.customer.telag.net)
- # [09:54] * Quits: animorten (~morten@cm-188.126.204.161.customer.telag.net) (Client Quit)
- # [09:54] * Joins: Aric (~Ali1@ip68-100-68-25.dc.dc.cox.net)
- # [09:54] * NeCkEr is now known as BruNeX
- # [09:57] * Quits: patcito (~123@190.236.207.14) (Remote host closed the connection)
- # [10:03] * Quits: dmachi1 (~dmachi@pool-72-66-211-212.ronkva.east.verizon.net) (Read error: Connection reset by peer)
- # [10:03] * Joins: dmachi (~dmachi@pool-72-66-211-212.ronkva.east.verizon.net)
- # [10:04] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [10:05] * Joins: glcrazy (~SiRiuS@79.119.95.71)
- # [10:15] * Joins: solocio (~solocio@HSI-KBW-078-043-068-129.hsi4.kabel-badenwuerttemberg.de)
- # [10:16] * Quits: alexluya (~alexluya@111.186.50.5) (Quit: Leaving)
- # [10:20] * Joins: danielfilho_ (~daniel@187.31.77.7)
- # [10:21] * Quits: danielfilho (~daniel@187.31.77.7) (Read error: Operation timed out)
- # [10:21] * danielfilho_ is now known as danielfilho
- # [10:22] * GoOz`aw is now known as GoOz
- # [10:28] * Quits: tw2113 (~tw2113@fedora/tw2113) (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.)
- # [10:28] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne)
- # [10:43] * Quits: BigKing (~BigKing@p5DD697D8.dip0.t-ipconnect.de) (Remote host closed the connection)
- # [10:48] * Quits: Aric (~Ali1@ip68-100-68-25.dc.dc.cox.net) (Ping timeout: 260 seconds)
- # [10:51] * Quits: kurtzhong (~kurtzhong@220.112.107.196) (Quit: kurtzhong)
- # [10:57] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 240 seconds)
- # [10:58] * Joins: moshee (~moshee@c-50-135-229-127.hsd1.wa.comcast.net)
- # [10:58] * Quits: moshee (~moshee@c-50-135-229-127.hsd1.wa.comcast.net) (Changing host)
- # [10:58] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [11:00] * Joins: mike5w3c_ (~MikeSmith@EM1-113-48-31.pool.e-mobile.ne.jp)
- # [11:02] * Quits: mike5w3c (~MikeSmith@EM1-113-28-101.pool.e-mobile.ne.jp) (Ping timeout: 255 seconds)
- # [11:02] * mike5w3c_ is now known as mike5w3c
- # [11:06] * Quits: martisj (~martisj@14-201-64-38.static.tpgi.com.au) (Remote host closed the connection)
- # [11:11] * GoOz is now known as GoOz`aw
- # [11:18] * Joins: tiglog (~topeak@118.186.129.143)
- # [11:20] * Quits: tiglog (~topeak@118.186.129.143) (Max SendQ exceeded)
- # [11:20] * Joins: tiglog (~topeak@118.186.129.143)
- # [11:23] * Joins: zatan (~zatan@5ad592fd.bb.sky.com)
- # [11:23] * Quits: tiglog (~topeak@118.186.129.143) (Max SendQ exceeded)
- # [11:23] * Joins: tiglog (~topeak@202.108.52.199)
- # [11:25] * Joins: Jackneill (~Jackneill@87-97-127-46.pool.invitel.hu)
- # [11:25] * Quits: Jackneill (~Jackneill@87-97-127-46.pool.invitel.hu) (Changing host)
- # [11:25] * Joins: Jackneill (~Jackneill@unaffiliated/jackneill)
- # [11:28] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [11:33] * Joins: Ms2ger (~Ms2ger@91.181.168.54)
- # [11:38] * Parts: BruNeX (~NeCkEr@a89-153-80-26.cpe.netcabo.pt) ("Linkinus - http://linkinus.com")
- # [11:44] * Joins: jarek (~jarek@bdc167.neoplus.adsl.tpnet.pl)
- # [11:44] * Quits: jarek (~jarek@bdc167.neoplus.adsl.tpnet.pl) (Changing host)
- # [11:44] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [11:50] * Joins: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl)
- # [11:51] * Joins: alexluya (~alexluya@111.186.50.5)
- # [11:56] * Joins: jblanche (~jblanche@ivr94-10-88-177-169-11.fbx.proxad.net)
- # [11:56] * Quits: fth (~fth@99-174-229-90.lightspeed.irvnca.sbcglobal.net) (Remote host closed the connection)
- # [11:59] * Joins: Thasmo (~thasmo@d86-32-70-74.cust.tele2.at)
- # [12:00] * Quits: hackeron (~hackeron@cpc11-seve19-2-0-cust423.13-3.cable.virginmedia.com) (Ping timeout: 258 seconds)
- # [12:01] * Joins: hackeron (~hackeron@cpc11-seve19-2-0-cust423.13-3.cable.virginmedia.com)
- # [12:12] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Quit: shepazu)
- # [12:41] * Joins: drublic (~drublic@frbg-5d84ed6c.pool.mediaWays.net)
- # [12:41] * Joins: GuidoBouman (~GuidoBoum@dhcp-077-251-036-247.chello.nl)
- # [12:44] * Quits: GuidoBouman (~GuidoBoum@dhcp-077-251-036-247.chello.nl) (Quit: Leaving)
- # [12:45] * Joins: GuidoBouman (~GuidoBoum@dhcp-077-251-036-247.chello.nl)
- # [12:50] * Joins: kurtzhong (~kurtzhong@220.112.107.196)
- # [12:52] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne)
- # [12:58] * Joins: Telling (~unknown@80-71-135-15.u.parknet.dk)
- # [13:05] * Quits: oldwzd (~wzd@unaffiliated/toldwzd) (Quit: leaving)
- # [13:05] * Joins: NetRoY (~NetRoY@122.178.233.47)
- # [13:05] * Joins: PalleZingmark (~Adium@5e0571a8.bb.sky.com)
- # [13:07] * Quits: NetRoY (~NetRoY@122.178.233.47) (Client Quit)
- # [13:11] * Joins: Indian (~Indian@unaffiliated/londonmet050)
- # [13:19] * Joins: martisj (~martisj@14-201-64-38.static.tpgi.com.au)
- # [13:24] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [13:27] * Joins: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [13:29] * Quits: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl) (Quit: Ik ga weg)
- # [13:31] <jarek> do you know what percentage of sites with HTML5 doctype are using XHTML?
- # [13:32] <jarek> I can't find any stats on that
- # [13:33] <jarek> considering the fact that SVG and MathML can be now embedded without namespaces, is XHTML dead?
- # [13:36] * Joins: N0va (~ricki@84.19.108.75)
- # [13:44] * Joins: whitman (~whitman@87-194-159-116.bethere.co.uk)
- # [13:49] * Joins: grampajoe (~grampa@cpe-184-57-88-36.columbus.res.rr.com)
- # [13:50] * Quits: squeakytoy (~corgrath@107-232-96-87.cust.blixtvik.se) (Read error: Connection reset by peer)
- # [13:52] * Joins: OzDave_imac_ (~OzDave@27-33-43-79.static.tpgi.com.au)
- # [13:52] * Parts: OzDave_imac_ (~OzDave@27-33-43-79.static.tpgi.com.au)
- # [13:53] * Joins: Taftse (~Taftse@unaffiliated/taftse)
- # [13:55] * Quits: buribux (~buribu@unaffiliated/buribux) (Ping timeout: 252 seconds)
- # [13:55] * Quits: buribu (~buribu@unaffiliated/buribu) (Ping timeout: 252 seconds)
- # [13:55] * Joins: buribu (~buribu@unaffiliated/buribu)
- # [13:55] * Joins: buribux (~buribu@unaffiliated/buribux)
- # [13:55] * Quits: OzDave_imac (~OzDave@27-33-43-79.static.tpgi.com.au) (Ping timeout: 248 seconds)
- # [13:57] * Joins: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl)
- # [13:58] * Quits: grampajoe (~grampa@cpe-184-57-88-36.columbus.res.rr.com) (Quit: Bye!)
- # [14:02] * Quits: alexluya (~alexluya@111.186.50.5) (Quit: Leaving)
- # [14:09] * Joins: johnkpaul (~johnkpaul@pool-96-250-167-7.nycmny.fios.verizon.net)
- # [14:13] <drublic> hey! i want to change the size of some divs like a zoomer. if i have like 500 divs this is big performace issue. is there any way to make it better? http://jsfiddle.net/drublic/gzfTA/ and especially here http://jsfiddle.net/drublic/gzfTA/embedded/result/ (hit the + button and wait, wait, wait)
- # [14:19] * Quits: Taftse (~Taftse@unaffiliated/taftse) (Ping timeout: 255 seconds)
- # [14:22] * Joins: Taftse (~Taftse@unaffiliated/taftse)
- # [14:29] * Quits: N0va (~ricki@84.19.108.75) (*.net *.split)
- # [14:29] * Quits: glcrazy (~SiRiuS@79.119.95.71) (*.net *.split)
- # [14:29] * Quits: dilvie (~chatzilla@c-50-131-64-86.hsd1.ca.comcast.net) (*.net *.split)
- # [14:29] * Quits: Gorkyman (~Gorkyman@cpe2-16-202.cable.triera.net) (*.net *.split)
- # [14:29] * Quits: spasquali (~spasquali@64.61.91.74) (*.net *.split)
- # [14:29] * Quits: krijn (u2319@gateway/web/irccloud.com/x-gdyudgtmfzwgpoei) (*.net *.split)
- # [14:29] * Quits: hober (~ted@unaffiliated/hober) (*.net *.split)
- # [14:29] * Quits: superevr (~superevr@unaffiliated/superevr) (*.net *.split)
- # [14:29] * Quits: tiglog (~topeak@202.108.52.199) (*.net *.split)
- # [14:29] * Quits: nuba (~nuba@pauleira.com) (*.net *.split)
- # [14:29] * Quits: yamahaalex (~yamahaale@24-216-241-10.dhcp.mdfd.or.charter.com) (*.net *.split)
- # [14:29] * Quits: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net) (*.net *.split)
- # [14:29] * Quits: budmaddock1 (~budmaddoc@essn-4db643b3.pool.mediaWays.net) (*.net *.split)
- # [14:29] * Quits: divya (~divyam@c-24-18-47-160.hsd1.wa.comcast.net) (*.net *.split)
- # [14:29] * Quits: foca (~foca@li25-211.members.linode.com) (*.net *.split)
- # [14:29] * Quits: LongBeach (~mike@AFontenayssB-152-1-32-44.w83-114.abo.wanadoo.fr) (*.net *.split)
- # [14:29] * Quits: maZtah (~maztah@unaffiliated/maztah) (*.net *.split)
- # [14:29] * Quits: Bwild (~irc@netblock-75-79-22-130.dslextreme.com) (*.net *.split)
- # [14:29] * Quits: kppullin (~kppullin@pdpc/supporter/active/kppullin) (*.net *.split)
- # [14:29] * Quits: lottadot (~lottadot@38.101.67.253) (*.net *.split)
- # [14:29] * Quits: duckspeaker (~duckspeak@pdpc/supporter/active/duckspeaker) (*.net *.split)
- # [14:29] * Quits: aQustic (~aQustic@33.68.9.46.customer.cdi.no) (*.net *.split)
- # [14:29] * Quits: kurrent (~kurrent@unaffiliated/kurrent) (*.net *.split)
- # [14:29] * Quits: dabear (~quassel@87.238.49.7) (*.net *.split)
- # [14:29] * Quits: ejnahc (~Someone@175.126.73.183) (*.net *.split)
- # [14:29] * Quits: m0 (~m0@mohamedmansour.com) (*.net *.split)
- # [14:29] * Quits: BBonifield (~BBonifiel@li107-227.members.linode.com) (*.net *.split)
- # [14:29] * Quits: moshee (~moshee@unaffiliated/moshee) (*.net *.split)
- # [14:29] * Quits: danielfilho (~daniel@187.31.77.7) (*.net *.split)
- # [14:29] * Quits: Pomax (~Pomax@173.183.94.208) (*.net *.split)
- # [14:29] * Quits: applesocks (~applesock@user-387ocid.cable.mindspring.com) (*.net *.split)
- # [14:29] * Quits: franksalim (~frank@64-71-23-251.static.wiline.com) (*.net *.split)
- # [14:29] * Quits: r0bw|afk (~r0bw@fifteenoclock.com) (*.net *.split)
- # [14:29] * Quits: johnkpau_ (~johnkpaul@ool-6c3abe9a.static.optonline.net) (*.net *.split)
- # [14:29] * Quits: jn (~jn@aurorum104-0.aurorum.se) (*.net *.split)
- # [14:29] * Quits: humph (~dave@142.204.140.35) (*.net *.split)
- # [14:29] * Quits: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com) (*.net *.split)
- # [14:29] * Quits: Moo_O (~quassel@herd37.twinapex.fi) (*.net *.split)
- # [14:29] * Quits: retlehs (~ben@sotf.org) (*.net *.split)
- # [14:29] * Quits: symb (~symb@cthulhu.eth4.net) (*.net *.split)
- # [14:29] * Quits: appleboy (~appleboy@freebsd.ee.ccu.edu.tw) (*.net *.split)
- # [14:29] * Quits: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl) (*.net *.split)
- # [14:29] * Quits: Telling (~unknown@80-71-135-15.u.parknet.dk) (*.net *.split)
- # [14:29] * Quits: hackeron (~hackeron@cpc11-seve19-2-0-cust423.13-3.cable.virginmedia.com) (*.net *.split)
- # [14:29] * Quits: Kichael (~Kichael@70-36-49-167.dyn.novuscom.net) (*.net *.split)
- # [14:29] * Quits: gf3 (~gf3@unaffiliated/gf3) (*.net *.split)
- # [14:29] * Quits: brdma_ (~brdma@unaffiliated/warcrime) (*.net *.split)
- # [14:29] * Quits: spongecat (~kvirc@rrcs-184-75-65-18.nyc.biz.rr.com) (*.net *.split)
- # [14:29] * Quits: tomh (u501@gateway/web/irccloud.com/x-ruwktyxgkkgabmwq) (*.net *.split)
- # [14:29] * Quits: [E]sc (~armani@cm218-252-220-28.hkcable.com.hk) (*.net *.split)
- # [14:29] * Quits: oohnoitz (septicore@gateway/shell/xzibition.com/x-hvldnyhampinqrpg) (*.net *.split)
- # [14:29] * Quits: levifig (~levifig@levifig.com) (*.net *.split)
- # [14:29] * Quits: drublic (~drublic@frbg-5d84ed6c.pool.mediaWays.net) (*.net *.split)
- # [14:29] * Quits: ShooterMG (~shootermg@c-98-246-240-17.hsd1.or.comcast.net) (*.net *.split)
- # [14:29] * Quits: JNZ (JNZ@unaffiliated/jnz) (*.net *.split)
- # [14:29] * Quits: DeLorean731 (~X@mx01.simtekfence.com) (*.net *.split)
- # [14:29] * Quits: pl0sh (u3225@gateway/web/irccloud.com/x-pvzpmraiynruxnzg) (*.net *.split)
- # [14:29] * Quits: verdoc (~verdoc@cpe-107-10-141-245.columbus.res.rr.com) (*.net *.split)
- # [14:29] * Quits: hdv (u2376@gateway/web/irccloud.com/x-cvdhuoejkzcqzwck) (*.net *.split)
- # [14:29] * Quits: beowulf (u116@pdpc/supporter/professional/beowulf) (*.net *.split)
- # [14:29] * Quits: niftylettuce (u2733@gateway/web/irccloud.com/x-ayzqrjvdyvlvqbpy) (*.net *.split)
- # [14:29] * Quits: Jensen2k (u1790@gateway/web/irccloud.com/x-vrkqcxazxcxsmepy) (*.net *.split)
- # [14:29] * Quits: |3b| (foobar@cpe-72-179-19-4.austin.res.rr.com) (*.net *.split)
- # [14:29] * Quits: CustomWebAppsCom (~customweb@c-50-131-79-203.hsd1.ca.comcast.net) (*.net *.split)
- # [14:29] * Quits: Velmont (odinho@knuth.ping.uio.no) (*.net *.split)
- # [14:29] * Quits: mytoz (~mytoz@shell.prq.se) (*.net *.split)
- # [14:29] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (*.net *.split)
- # [14:29] * Quits: tef (tef@void.printf.net) (*.net *.split)
- # [14:29] * Quits: silky (~silky@pool-74-108-142-22.nycmny.fios.verizon.net) (*.net *.split)
- # [14:29] * Quits: danheberden (~danheberd@li225-35.members.linode.com) (*.net *.split)
- # [14:29] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (*.net *.split)
- # [14:29] * Quits: benv (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net) (*.net *.split)
- # [14:29] * Quits: Lebannen (~lebannen@87.127.122.195) (*.net *.split)
- # [14:30] * Quits: Itrace_ (~Itrace@74-84-107-90.client.mchsi.com) (*.net *.split)
- # [14:30] * Quits: Phae (u455@gateway/web/irccloud.com/x-kjkaumlrcwwsuwop) (*.net *.split)
- # [14:30] * Quits: sky (~sky@unaffiliated/sky) (*.net *.split)
- # [14:30] * Quits: inimino (~inimino@69.164.198.129) (*.net *.split)
- # [14:30] * Quits: matjas (u2247@gateway/web/irccloud.com/x-wrsfupcozgamgysp) (*.net *.split)
- # [14:30] * Quits: orthagonal_ (u2528@gateway/web/irccloud.com/x-zexcgfrkqccnfzpb) (*.net *.split)
- # [14:30] * Quits: salazr_ (u2027@gateway/web/irccloud.com/x-qrgtieqyuexnfyzc) (*.net *.split)
- # [14:30] * Quits: vladikoff (~vladikoff@li130-67.members.linode.com) (*.net *.split)
- # [14:30] * Quits: monteslu (~monteslu@ip68-109-170-79.ph.ph.cox.net) (*.net *.split)
- # [14:30] * Quits: pingo_ (~anders@77.40.160.226) (*.net *.split)
- # [14:30] * Quits: martisj (~martisj@14-201-64-38.static.tpgi.com.au) (*.net *.split)
- # [14:30] * Quits: jblanche (~jblanche@ivr94-10-88-177-169-11.fbx.proxad.net) (*.net *.split)
- # [14:30] * Quits: solocio (~solocio@HSI-KBW-078-043-068-129.hsi4.kabel-badenwuerttemberg.de) (*.net *.split)
- # [14:30] * Quits: tty234 (telex@gateway/shell/anapnea.net/x-kfneyhjzkbnonzwl) (*.net *.split)
- # [14:30] * Quits: FireFly (firefly@unaffiliated/firefly) (*.net *.split)
- # [14:30] * Quits: remysharp (u4345@gateway/web/irccloud.com/x-jozdvbmavmrtarfv) (*.net *.split)
- # [14:30] * Quits: footyfish (u830@gateway/web/irccloud.com/x-azfqzzwupjmwzqkx) (*.net *.split)
- # [14:30] * Quits: cyberdees (u2574@gateway/web/irccloud.com/x-koflpziqxwqsvwkn) (*.net *.split)
- # [14:30] * Quits: hlb (~hlb@114.32.222.155) (*.net *.split)
- # [14:30] * Quits: theresaanna (~root@li99-144.members.linode.com) (*.net *.split)
- # [14:30] * Quits: buribux (~buribu@unaffiliated/buribux) (*.net *.split)
- # [14:30] * Quits: buribu (~buribu@unaffiliated/buribu) (*.net *.split)
- # [14:30] * Quits: mike5w3c (~MikeSmith@EM1-113-48-31.pool.e-mobile.ne.jp) (*.net *.split)
- # [14:30] * Quits: nonge__ (~nonge@p5B326AF0.dip.t-dialin.net) (*.net *.split)
- # [14:30] * Quits: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net) (*.net *.split)
- # [14:30] * Quits: HikikomoriMe (~office@87-207-239-56.dynamic.chello.pl) (*.net *.split)
- # [14:30] * Quits: GoOz`aw (~GoOz@pla78-3-88-161-13-198.fbx.proxad.net) (*.net *.split)
- # [14:30] * Quits: MissionCritical (~MissionCr@unaffiliated/missioncritical) (*.net *.split)
- # [14:30] * Quits: Charun (~Charun@unaffiliated/charun) (*.net *.split)
- # [14:30] * Quits: rasmusth (magic@broken.irc.so) (*.net *.split)
- # [14:30] * Quits: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill) (*.net *.split)
- # [14:30] * Quits: ryanneufeld (~ryanneufe@S01060019e1edefc1.vc.shawcable.net) (*.net *.split)
- # [14:30] * Quits: trupppOFF (truppp@2a01:130:2000:121:230:48ff:fe64:340a) (*.net *.split)
- # [14:30] * Quits: kurtzhong (~kurtzhong@220.112.107.196) (*.net *.split)
- # [14:30] * Quits: gde33 (kvirc@546A1A51.cm-12-3a.dynamic.ziggo.nl) (*.net *.split)
- # [14:30] * Quits: Seven` (~SevenIndi@BSN-77-153-218.static.dsl.siol.net) (*.net *.split)
- # [14:30] * Quits: sasori (~sasori@acl1-719bts.gw.smartbro.net) (*.net *.split)
- # [14:30] * Quits: wirehack7 (freenode@internet.abuser.eu) (*.net *.split)
- # [14:30] * Quits: dpogue (~dpogue@S010600226b831d53.vf.shawcable.net) (*.net *.split)
- # [14:30] * Quits: actel (u48@gateway/web/irccloud.com/x-pyjswurzcqpmekpz) (*.net *.split)
- # [14:30] * Quits: rektide (~rektide@67.217.170.145) (*.net *.split)
- # [14:30] * Quits: johnkpaul (~johnkpaul@pool-96-250-167-7.nycmny.fios.verizon.net) (*.net *.split)
- # [14:30] * Quits: GuidoBouman (~GuidoBoum@dhcp-077-251-036-247.chello.nl) (*.net *.split)
- # [14:30] * Quits: jarek (~jarek@unaffiliated/jarek) (*.net *.split)
- # [14:30] * Quits: Ms2ger (~Ms2ger@91.181.168.54) (*.net *.split)
- # [14:30] * Quits: Jackneill (~Jackneill@unaffiliated/jackneill) (*.net *.split)
- # [14:30] * Quits: szaboat (~szaboat@pie.done.hu) (*.net *.split)
- # [14:30] * Quits: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk) (*.net *.split)
- # [14:30] * Quits: dangerousdave (~dangerous@78.156.71.46) (*.net *.split)
- # [14:30] * Quits: temp01 (~temp01@unaffiliated/temp01) (*.net *.split)
- # [14:30] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (*.net *.split)
- # [14:30] * Quits: phishy (~jeff@c-71-192-162-156.hsd1.nh.comcast.net) (*.net *.split)
- # [14:30] * Quits: kadiks (~kadiks@APuteaux-652-1-74-15.w90-61.abo.wanadoo.fr) (*.net *.split)
- # [14:30] * Quits: beeviz (~beevi2@ip-78-94-0-96.unitymediagroup.de) (*.net *.split)
- # [14:30] * Quits: RidahGee (~ridahgee@pool-96-243-165-61.tampfl.fios.verizon.net) (*.net *.split)
- # [14:30] * Quits: kennyluck (~kennyluck@114-43-120-164.dynamic.hinet.net) (*.net *.split)
- # [14:30] * Quits: obert- (~obert@host112-203-dynamic.16-87-r.retail.telecomitalia.it) (*.net *.split)
- # [14:30] * Quits: figital (~figital@pool-108-9-160-68.tampfl.fios.verizon.net) (*.net *.split)
- # [14:30] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (*.net *.split)
- # [14:30] * Quits: ircdearia (~mizerydea@cpe-65-30-35-48.wi.res.rr.com) (*.net *.split)
- # [14:30] * Quits: romainhuet (u2533@gateway/web/irccloud.com/x-mdxlmkhggzrtgfrt) (*.net *.split)
- # [14:30] * Quits: jeremyselier (u2513@gateway/web/irccloud.com/x-mboguljwqhlljoym) (*.net *.split)
- # [14:30] * Quits: iaincarsberg (u1388@gateway/web/irccloud.com/x-kohnoppuvfysrznp) (*.net *.split)
- # [14:30] * Quits: matijsb (u2278@gateway/web/irccloud.com/x-abqdczhjtjictiww) (*.net *.split)
- # [14:30] * Quits: Dr4g (u3226@gateway/web/irccloud.com/x-mpedzeqffbuvnfbe) (*.net *.split)
- # [14:30] * Quits: ebryn (u2895@gateway/web/irccloud.com/x-nqmwjcmkyhwywjxr) (*.net *.split)
- # [14:30] * Quits: daleharvey (u513@gateway/web/irccloud.com/x-vfdlqwyyszjwkuqd) (*.net *.split)
- # [14:30] * Quits: tiglionabbit (u2654@gateway/web/irccloud.com/x-lqpedevfoghphorm) (*.net *.split)
- # [14:30] * Quits: edwinjm (u2756@gateway/web/irccloud.com/x-ojyhkjarzhibiqmt) (*.net *.split)
- # [14:30] * Quits: cylentwolf (u3104@gateway/web/irccloud.com/x-hmppeftwoqktwwxq) (*.net *.split)
- # [14:30] * Quits: mikalv (~mikalv@193.150.121.8) (*.net *.split)
- # [14:30] * Quits: anthracite (~anthracit@pdpc/supporter/active/anthracite) (*.net *.split)
- # [14:30] * Quits: dwebb (~dwebb@fedora/dwebb) (*.net *.split)
- # [14:30] * Quits: Mahoek (~Mahoek@ip51ceb6d4.adsl-surfen.hetnet.nl) (*.net *.split)
- # [14:30] * Quits: hsbot (~hsbot@46-38-167-162.static.cloud-ips.co.uk) (*.net *.split)
- # [14:30] * Quits: Martijnc (~Martijn@d54C02C64.access.telenet.be) (*.net *.split)
- # [14:30] * Quits: Mike[tm] (~MikeSmith@sideshowbarker.net) (*.net *.split)
- # [14:30] * Quits: tellnes (~KrooniX@ec2-79-125-26-36.eu-west-1.compute.amazonaws.com) (*.net *.split)
- # [14:30] * Quits: dagobah (~dagobah@84.45.53.200) (*.net *.split)
- # [14:30] * Quits: ophiel (~ophiel@newelite.bshellz.net) (*.net *.split)
- # [14:30] * Quits: xtat (~xtat@lolz.rapidpacket.com) (*.net *.split)
- # [14:30] * Quits: whitman (~whitman@87-194-159-116.bethere.co.uk) (*.net *.split)
- # [14:30] * Quits: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (*.net *.split)
- # [14:30] * Quits: Indian (~Indian@unaffiliated/londonmet050) (*.net *.split)
- # [14:30] * Quits: dmachi (~dmachi@pool-72-66-211-212.ronkva.east.verizon.net) (*.net *.split)
- # [14:30] * Quits: chovy (~chovy@108-194-42-92.lightspeed.mtryca.sbcglobal.net) (*.net *.split)
- # [14:30] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (*.net *.split)
- # [14:30] * Quits: Hautain (~Hautain@AOrleans-258-1-44-22.w90-24.abo.wanadoo.fr) (*.net *.split)
- # [14:30] * Quits: bibo360 (~bibo360@159.71.64.86.rev.sfr.net) (*.net *.split)
- # [14:30] * Quits: BauerUK_ (~b@94-195-211-235.zone9.bethere.co.uk) (*.net *.split)
- # [14:30] * Quits: Dorward (~Dorward@94-192-4-225.zone6.bethere.co.uk) (*.net *.split)
- # [14:30] * Quits: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk) (*.net *.split)
- # [14:30] * Quits: nlogax (~nlogax@unaffiliated/nlogax) (*.net *.split)
- # [14:30] * Quits: jsvana (~jsvana@encoded/developer/jsvana) (*.net *.split)
- # [14:30] * Quits: acidjazz (acidjazz@notchill.com) (*.net *.split)
- # [14:30] * Quits: Echoes2_ (echoes@195.191.156.25) (*.net *.split)
- # [14:30] * Quits: swalk_ (~scott@sotf.org) (*.net *.split)
- # [14:30] * Quits: Taftse (~Taftse@unaffiliated/taftse) (*.net *.split)
- # [14:30] * Quits: PalleZingmark (~Adium@5e0571a8.bb.sky.com) (*.net *.split)
- # [14:30] * Quits: localhost (~chris@cpe-76-188-161-222.neo.res.rr.com) (*.net *.split)
- # [14:30] * Quits: ryanneufeld_ (~ryanneufe@S0106002618c70459.vf.shawcable.net) (*.net *.split)
- # [14:30] * Quits: T-Co (tco@0c.fi) (*.net *.split)
- # [14:30] * Quits: shachaf (~shachaf@204.109.63.130) (*.net *.split)
- # [14:30] * Quits: eighty4 (~eighty4@unaffiliated/eighty4) (*.net *.split)
- # [14:30] * Quits: marienz (marienz@freenode/staff/marienz) (*.net *.split)
- # [14:34] * Quits: gniourf_gniourf (~Gniourf@2a01:e35:2433:3b90:222:41ff:fe23:8d8e) (Quit: Hhhhheeeeeeellllllllpppppppppppppppppppppp!!!!!!!!!!!!!!!!)
- # [14:34] * Joins: gniourf_gniourf (~Gniourf@2a01:e35:2433:3b90:222:41ff:fe23:8d8e)
- # [14:36] * Joins: dSebastien (~dSebastie@5.149-244-81.adsl-dyn.isp.belgacom.be)
- # [14:36] * Joins: swalk_ (~scott@sotf.org)
- # [14:36] * Joins: Echoes2_ (echoes@195.191.156.25)
- # [14:36] * Joins: nlogax (~nlogax@unaffiliated/nlogax)
- # [14:36] * Joins: acidjazz (acidjazz@notchill.com)
- # [14:36] * Joins: jsvana (~jsvana@encoded/developer/jsvana)
- # [14:36] * Joins: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk)
- # [14:36] * Joins: Dorward (~Dorward@94-192-4-225.zone6.bethere.co.uk)
- # [14:36] * Joins: BauerUK_ (~b@94-195-211-235.zone9.bethere.co.uk)
- # [14:36] * Joins: bibo360 (~bibo360@159.71.64.86.rev.sfr.net)
- # [14:36] * Joins: Hautain (~Hautain@AOrleans-258-1-44-22.w90-24.abo.wanadoo.fr)
- # [14:36] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [14:36] * Joins: chovy (~chovy@108-194-42-92.lightspeed.mtryca.sbcglobal.net)
- # [14:36] * Joins: dmachi (~dmachi@pool-72-66-211-212.ronkva.east.verizon.net)
- # [14:36] * Joins: Indian (~Indian@unaffiliated/londonmet050)
- # [14:36] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [14:36] * Joins: whitman (~whitman@87-194-159-116.bethere.co.uk)
- # [14:36] * Joins: BBonifield (~BBonifiel@li107-227.members.linode.com)
- # [14:36] * Joins: danheberden (~danheberd@li225-35.members.linode.com)
- # [14:36] * Joins: silky (~silky@pool-74-108-142-22.nycmny.fios.verizon.net)
- # [14:36] * Joins: m0 (~m0@mohamedmansour.com)
- # [14:36] * Joins: ejnahc (~Someone@175.126.73.183)
- # [14:36] * Joins: tef (tef@void.printf.net)
- # [14:36] * Joins: levifig (~levifig@levifig.com)
- # [14:36] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
- # [14:36] * Joins: dabear (~quassel@87.238.49.7)
- # [14:36] * Joins: kurrent (~kurrent@unaffiliated/kurrent)
- # [14:36] * Joins: aQustic (~aQustic@33.68.9.46.customer.cdi.no)
- # [14:36] * Joins: duckspeaker (~duckspeak@pdpc/supporter/active/duckspeaker)
- # [14:36] * Joins: Moo_O (~quassel@herd37.twinapex.fi)
- # [14:36] * Joins: retlehs (~ben@sotf.org)
- # [14:36] * Joins: symb (~symb@cthulhu.eth4.net)
- # [14:36] * Joins: appleboy (~appleboy@freebsd.ee.ccu.edu.tw)
- # [14:36] * Joins: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com)
- # [14:36] * Joins: humph (~dave@142.204.140.35)
- # [14:36] * Joins: mytoz (~mytoz@shell.prq.se)
- # [14:36] * Joins: Velmont (odinho@knuth.ping.uio.no)
- # [14:36] * Joins: jn (~jn@aurorum104-0.aurorum.se)
- # [14:36] * Joins: CustomWebAppsCom (~customweb@c-50-131-79-203.hsd1.ca.comcast.net)
- # [14:36] * Joins: lottadot (~lottadot@38.101.67.253)
- # [14:36] * Joins: |3b| (foobar@cpe-72-179-19-4.austin.res.rr.com)
- # [14:36] * Joins: Jensen2k (u1790@gateway/web/irccloud.com/x-vrkqcxazxcxsmepy)
- # [14:36] * Joins: niftylettuce (u2733@gateway/web/irccloud.com/x-ayzqrjvdyvlvqbpy)
- # [14:36] * Joins: beowulf (u116@pdpc/supporter/professional/beowulf)
- # [14:36] * Joins: hdv (u2376@gateway/web/irccloud.com/x-cvdhuoejkzcqzwck)
- # [14:36] * Joins: johnkpau_ (~johnkpaul@ool-6c3abe9a.static.optonline.net)
- # [14:36] * Joins: oohnoitz (septicore@gateway/shell/xzibition.com/x-hvldnyhampinqrpg)
- # [14:36] * Joins: kppullin (~kppullin@pdpc/supporter/active/kppullin)
- # [14:36] * Joins: r0bw|afk (~r0bw@fifteenoclock.com)
- # [14:36] * Joins: verdoc (~verdoc@cpe-107-10-141-245.columbus.res.rr.com)
- # [14:36] * Joins: Bwild (~irc@netblock-75-79-22-130.dslextreme.com)
- # [14:36] * Joins: tomh (u501@gateway/web/irccloud.com/x-ruwktyxgkkgabmwq)
- # [14:36] * Joins: franksalim (~frank@64-71-23-251.static.wiline.com)
- # [14:36] * Joins: pl0sh (u3225@gateway/web/irccloud.com/x-pvzpmraiynruxnzg)
- # [14:36] * Joins: spongecat (~kvirc@rrcs-184-75-65-18.nyc.biz.rr.com)
- # [14:36] * Joins: [E]sc (~armani@cm218-252-220-28.hkcable.com.hk)
- # [14:36] * Joins: maZtah (~maztah@unaffiliated/maztah)
- # [14:36] * Joins: brdma_ (~brdma@unaffiliated/warcrime)
- # [14:36] * Joins: LongBeach (~mike@AFontenayssB-152-1-32-44.w83-114.abo.wanadoo.fr)
- # [14:36] * Joins: foca (~foca@li25-211.members.linode.com)
- # [14:36] * Joins: applesocks (~applesock@user-387ocid.cable.mindspring.com)
- # [14:36] * Joins: gf3 (~gf3@unaffiliated/gf3)
- # [14:36] * Joins: Kichael (~Kichael@70-36-49-167.dyn.novuscom.net)
- # [14:36] * Joins: JNZ (JNZ@unaffiliated/jnz)
- # [14:36] * Joins: ShooterMG (~shootermg@c-98-246-240-17.hsd1.or.comcast.net)
- # [14:36] * Joins: divya (~divyam@c-24-18-47-160.hsd1.wa.comcast.net)
- # [14:36] * Joins: budmaddock1 (~budmaddoc@essn-4db643b3.pool.mediaWays.net)
- # [14:36] * Joins: Pomax (~Pomax@173.183.94.208)
- # [14:36] * Joins: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net)
- # [14:36] * Joins: yamahaalex (~yamahaale@24-216-241-10.dhcp.mdfd.or.charter.com)
- # [14:36] * Joins: nuba (~nuba@pauleira.com)
- # [14:36] * Joins: danielfilho (~daniel@187.31.77.7)
- # [14:36] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [14:36] * Joins: tiglog (~topeak@202.108.52.199)
- # [14:36] * Joins: hackeron (~hackeron@cpc11-seve19-2-0-cust423.13-3.cable.virginmedia.com)
- # [14:36] * Joins: drublic (~drublic@frbg-5d84ed6c.pool.mediaWays.net)
- # [14:36] * Joins: Telling (~unknown@80-71-135-15.u.parknet.dk)
- # [14:36] * Joins: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl)
- # [14:36] * Joins: DMT-DeLorean (~X@67.42.31.166)
- # [14:36] * Joins: Jackneill (~Jackneill@87-97-127-46.pool.invitel.hu)
- # [14:36] * Joins: N0va (~ricki@84.19.108.75)
- # [14:36] * Joins: glcrazy (~SiRiuS@79.119.95.71)
- # [14:36] * Joins: dilvie (~chatzilla@c-50-131-64-86.hsd1.ca.comcast.net)
- # [14:36] * Joins: Gorkyman (~Gorkyman@cpe2-16-202.cable.triera.net)
- # [14:36] * Joins: spasquali (~spasquali@64.61.91.74)
- # [14:36] * Joins: superevr (~superevr@unaffiliated/superevr)
- # [14:36] * Joins: krijn (u2319@gateway/web/irccloud.com/x-gdyudgtmfzwgpoei)
- # [14:36] * Joins: hober (~ted@unaffiliated/hober)
- # [14:36] * Joins: martisj (~martisj@14-201-64-38.static.tpgi.com.au)
- # [14:36] * Joins: jblanche (~jblanche@ivr94-10-88-177-169-11.fbx.proxad.net)
- # [14:36] * Joins: solocio (~solocio@HSI-KBW-078-043-068-129.hsi4.kabel-badenwuerttemberg.de)
- # [14:36] * Joins: tty234 (telex@gateway/shell/anapnea.net/x-kfneyhjzkbnonzwl)
- # [14:36] * Joins: FireFly (firefly@unaffiliated/firefly)
- # [14:36] * Joins: remysharp (u4345@gateway/web/irccloud.com/x-jozdvbmavmrtarfv)
- # [14:36] * Joins: footyfish (u830@gateway/web/irccloud.com/x-azfqzzwupjmwzqkx)
- # [14:36] * Joins: cyberdees (u2574@gateway/web/irccloud.com/x-koflpziqxwqsvwkn)
- # [14:36] * Joins: hlb (~hlb@114.32.222.155)
- # [14:36] * Joins: theresaanna (~root@li99-144.members.linode.com)
- # [14:36] * Joins: marienz (marienz@freenode/staff/marienz)
- # [14:36] * Joins: eighty4 (~eighty4@unaffiliated/eighty4)
- # [14:36] * Joins: shachaf (~shachaf@204.109.63.130)
- # [14:36] * Joins: T-Co (tco@0c.fi)
- # [14:36] * Joins: ryanneufeld_ (~ryanneufe@S0106002618c70459.vf.shawcable.net)
- # [14:36] * Joins: localhost (~chris@cpe-76-188-161-222.neo.res.rr.com)
- # [14:36] * Joins: PalleZingmark (~Adium@5e0571a8.bb.sky.com)
- # [14:36] * Joins: Taftse (~Taftse@unaffiliated/taftse)
- # [14:36] * Joins: ircdearia (~mizerydea@cpe-65-30-35-48.wi.res.rr.com)
- # [14:36] * Joins: ophiel (~ophiel@newelite.bshellz.net)
- # [14:36] * Joins: xtat (~xtat@lolz.rapidpacket.com)
- # [14:36] * Joins: tellnes (~KrooniX@ec2-79-125-26-36.eu-west-1.compute.amazonaws.com)
- # [14:36] * Joins: Mike[tm] (~MikeSmith@sideshowbarker.net)
- # [14:36] * Joins: Martijnc (~Martijn@d54C02C64.access.telenet.be)
- # [14:36] * Joins: dagobah (~dagobah@84.45.53.200)
- # [14:36] * Joins: hsbot (~hsbot@46-38-167-162.static.cloud-ips.co.uk)
- # [14:36] * Joins: Mahoek (~Mahoek@ip51ceb6d4.adsl-surfen.hetnet.nl)
- # [14:36] * Joins: dwebb (~dwebb@fedora/dwebb)
- # [14:36] * Joins: pingo_ (~anders@77.40.160.226)
- # [14:36] * Joins: monteslu (~monteslu@ip68-109-170-79.ph.ph.cox.net)
- # [14:36] * Joins: vladikoff (~vladikoff@li130-67.members.linode.com)
- # [14:36] * Joins: salazr_ (u2027@gateway/web/irccloud.com/x-qrgtieqyuexnfyzc)
- # [14:36] * Joins: orthagonal_ (u2528@gateway/web/irccloud.com/x-zexcgfrkqccnfzpb)
- # [14:36] * Joins: matjas (u2247@gateway/web/irccloud.com/x-wrsfupcozgamgysp)
- # [14:36] * Joins: inimino (~inimino@69.164.198.129)
- # [14:36] * Joins: sky (~sky@unaffiliated/sky)
- # [14:36] * Joins: Phae (u455@gateway/web/irccloud.com/x-kjkaumlrcwwsuwop)
- # [14:36] * Joins: Itrace_ (~Itrace@74-84-107-90.client.mchsi.com)
- # [14:36] * Joins: Lebannen (~lebannen@87.127.122.195)
- # [14:36] * Joins: benv (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net)
- # [14:36] * Joins: 52AAAPR6D (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [14:36] * Joins: anthracite (~anthracit@pdpc/supporter/active/anthracite)
- # [14:36] * Joins: mikalv (~mikalv@193.150.121.8)
- # [14:36] * Joins: cylentwolf (u3104@gateway/web/irccloud.com/x-hmppeftwoqktwwxq)
- # [14:36] * Joins: edwinjm (u2756@gateway/web/irccloud.com/x-ojyhkjarzhibiqmt)
- # [14:36] * Joins: tiglionabbit (u2654@gateway/web/irccloud.com/x-lqpedevfoghphorm)
- # [14:36] * Joins: daleharvey (u513@gateway/web/irccloud.com/x-vfdlqwyyszjwkuqd)
- # [14:36] * Joins: ebryn (u2895@gateway/web/irccloud.com/x-nqmwjcmkyhwywjxr)
- # [14:36] * Joins: Dr4g (u3226@gateway/web/irccloud.com/x-mpedzeqffbuvnfbe)
- # [14:36] * Joins: matijsb (u2278@gateway/web/irccloud.com/x-abqdczhjtjictiww)
- # [14:36] * Joins: iaincarsberg (u1388@gateway/web/irccloud.com/x-kohnoppuvfysrznp)
- # [14:36] * Joins: jeremyselier (u2513@gateway/web/irccloud.com/x-mboguljwqhlljoym)
- # [14:36] * Joins: romainhuet (u2533@gateway/web/irccloud.com/x-mdxlmkhggzrtgfrt)
- # [14:36] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
- # [14:36] * Joins: figital (~figital@pool-108-9-160-68.tampfl.fios.verizon.net)
- # [14:36] * Joins: obert- (~obert@host112-203-dynamic.16-87-r.retail.telecomitalia.it)
- # [14:36] * Joins: kennyluck (~kennyluck@114-43-120-164.dynamic.hinet.net)
- # [14:36] * Joins: RidahGee (~ridahgee@pool-96-243-165-61.tampfl.fios.verizon.net)
- # [14:36] * Joins: beeviz (~beevi2@ip-78-94-0-96.unitymediagroup.de)
- # [14:36] * Joins: kadiks (~kadiks@APuteaux-652-1-74-15.w90-61.abo.wanadoo.fr)
- # [14:36] * Joins: phishy (~jeff@c-71-192-162-156.hsd1.nh.comcast.net)
- # [14:36] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [14:36] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [14:36] * Joins: dangerousdave (~dangerous@78.156.71.46)
- # [14:36] * Joins: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk)
- # [14:36] * Joins: szaboat (~szaboat@pie.done.hu)
- # [14:36] * Joins: Ms2ger (~Ms2ger@91.181.168.54)
- # [14:36] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [14:36] * Joins: GuidoBouman (~GuidoBoum@dhcp-077-251-036-247.chello.nl)
- # [14:36] * Joins: johnkpaul (~johnkpaul@pool-96-250-167-7.nycmny.fios.verizon.net)
- # [14:36] * Joins: buribux (~buribu@unaffiliated/buribux)
- # [14:36] * Joins: buribu (~buribu@unaffiliated/buribu)
- # [14:36] * Joins: kurtzhong (~kurtzhong@220.112.107.196)
- # [14:36] * Joins: mike5w3c (~MikeSmith@EM1-113-48-31.pool.e-mobile.ne.jp)
- # [14:36] * Joins: nonge__ (~nonge@p5B326AF0.dip.t-dialin.net)
- # [14:36] * Joins: jacobolus (~jacobolus@c-71-198-169-213.hsd1.ca.comcast.net)
- # [14:36] * Joins: gde33 (kvirc@546A1A51.cm-12-3a.dynamic.ziggo.nl)
- # [14:36] * Joins: HikikomoriMe (~office@87-207-239-56.dynamic.chello.pl)
- # [14:36] * Joins: Seven` (~SevenIndi@BSN-77-153-218.static.dsl.siol.net)
- # [14:36] * Joins: GoOz`aw (~GoOz@pla78-3-88-161-13-198.fbx.proxad.net)
- # [14:36] * Joins: sasori (~sasori@acl1-719bts.gw.smartbro.net)
- # [14:36] * Joins: Charun (~Charun@unaffiliated/charun)
- # [14:36] * Joins: rasmusth (magic@broken.irc.so)
- # [14:36] * Joins: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill)
- # [14:36] * Joins: rektide (~rektide@67.217.170.145)
- # [14:36] * Joins: ryanneufeld (~ryanneufe@S01060019e1edefc1.vc.shawcable.net)
- # [14:36] * Joins: wirehack7 (freenode@internet.abuser.eu)
- # [14:36] * Joins: trupppOFF (truppp@2a01:130:2000:121:230:48ff:fe64:340a)
- # [14:36] * Joins: dpogue (~dpogue@S010600226b831d53.vf.shawcable.net)
- # [14:36] * Joins: actel (u48@gateway/web/irccloud.com/x-pyjswurzcqpmekpz)
- # [14:36] * Quits: Bwild (~irc@netblock-75-79-22-130.dslextreme.com) (Ping timeout: 258 seconds)
- # [14:38] * Quits: dSebastien (~dSebastie@5.149-244-81.adsl-dyn.isp.belgacom.be) (Client Quit)
- # [14:40] * Quits: RidahGee (~ridahgee@pool-96-243-165-61.tampfl.fios.verizon.net) (Quit: Leaving)
- # [14:40] * Quits: chovy (~chovy@108-194-42-92.lightspeed.mtryca.sbcglobal.net) (Ping timeout: 258 seconds)
- # [14:41] * Joins: MissionCritical (~MissionCr@unaffiliated/missioncritical)
- # [14:42] * Joins: chovy (~chovy@108-194-42-92.lightspeed.mtryca.sbcglobal.net)
- # [14:44] * Joins: wbednarski (~wbednarsk@86.58.187.195)
- # [14:49] * Quits: Martijnc (~Martijn@d54C02C64.access.telenet.be) (Ping timeout: 260 seconds)
- # [14:49] * Quits: MissionCritical (~MissionCr@unaffiliated/missioncritical) (*.net *.split)
- # [14:49] * Quits: martisj (~martisj@14-201-64-38.static.tpgi.com.au) (*.net *.split)
- # [14:49] * Quits: jblanche (~jblanche@ivr94-10-88-177-169-11.fbx.proxad.net) (*.net *.split)
- # [14:49] * Quits: solocio (~solocio@HSI-KBW-078-043-068-129.hsi4.kabel-badenwuerttemberg.de) (*.net *.split)
- # [14:49] * Quits: tty234 (telex@gateway/shell/anapnea.net/x-kfneyhjzkbnonzwl) (*.net *.split)
- # [14:49] * Quits: FireFly (firefly@unaffiliated/firefly) (*.net *.split)
- # [14:49] * Quits: remysharp (u4345@gateway/web/irccloud.com/x-jozdvbmavmrtarfv) (*.net *.split)
- # [14:49] * Quits: footyfish (u830@gateway/web/irccloud.com/x-azfqzzwupjmwzqkx) (*.net *.split)
- # [14:49] * Quits: cyberdees (u2574@gateway/web/irccloud.com/x-koflpziqxwqsvwkn) (*.net *.split)
- # [14:49] * Quits: hlb (~hlb@114.32.222.155) (*.net *.split)
- # [14:49] * Quits: theresaanna (~root@li99-144.members.linode.com) (*.net *.split)
- # [14:49] * Quits: chovy (~chovy@108-194-42-92.lightspeed.mtryca.sbcglobal.net) (*.net *.split)
- # [14:49] * Quits: whitman (~whitman@87-194-159-116.bethere.co.uk) (*.net *.split)
- # [14:49] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (*.net *.split)
- # [14:49] * Quits: Indian (~Indian@unaffiliated/londonmet050) (*.net *.split)
- # [14:49] * Quits: dmachi (~dmachi@pool-72-66-211-212.ronkva.east.verizon.net) (*.net *.split)
- # [14:49] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (*.net *.split)
- # [14:49] * Quits: Hautain (~Hautain@AOrleans-258-1-44-22.w90-24.abo.wanadoo.fr) (*.net *.split)
- # [14:49] * Quits: bibo360 (~bibo360@159.71.64.86.rev.sfr.net) (*.net *.split)
- # [14:49] * Quits: BauerUK_ (~b@94-195-211-235.zone9.bethere.co.uk) (*.net *.split)
- # [14:49] * Quits: Dorward (~Dorward@94-192-4-225.zone6.bethere.co.uk) (*.net *.split)
- # [14:49] * Quits: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk) (*.net *.split)
- # [14:49] * Quits: nlogax (~nlogax@unaffiliated/nlogax) (*.net *.split)
- # [14:49] * Quits: jsvana (~jsvana@encoded/developer/jsvana) (*.net *.split)
- # [14:49] * Quits: acidjazz (acidjazz@notchill.com) (*.net *.split)
- # [14:49] * Quits: Echoes2_ (echoes@195.191.156.25) (*.net *.split)
- # [14:49] * Quits: swalk_ (~scott@sotf.org) (*.net *.split)
- # [14:49] * Quits: tiglog (~topeak@202.108.52.199) (*.net *.split)
- # [14:49] * Quits: nuba (~nuba@pauleira.com) (*.net *.split)
- # [14:49] * Quits: yamahaalex (~yamahaale@24-216-241-10.dhcp.mdfd.or.charter.com) (*.net *.split)
- # [14:49] * Quits: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net) (*.net *.split)
- # [14:49] * Quits: budmaddock1 (~budmaddoc@essn-4db643b3.pool.mediaWays.net) (*.net *.split)
- # [14:49] * Quits: divya (~divyam@c-24-18-47-160.hsd1.wa.comcast.net) (*.net *.split)
- # [14:49] * Quits: foca (~foca@li25-211.members.linode.com) (*.net *.split)
- # [14:49] * Quits: LongBeach (~mike@AFontenayssB-152-1-32-44.w83-114.abo.wanadoo.fr) (*.net *.split)
- # [14:49] * Quits: maZtah (~maztah@unaffiliated/maztah) (*.net *.split)
- # [14:49] * Quits: kppullin (~kppullin@pdpc/supporter/active/kppullin) (*.net *.split)
- # [14:49] * Quits: lottadot (~lottadot@38.101.67.253) (*.net *.split)
- # [14:49] * Quits: duckspeaker (~duckspeak@pdpc/supporter/active/duckspeaker) (*.net *.split)
- # [14:49] * Quits: aQustic (~aQustic@33.68.9.46.customer.cdi.no) (*.net *.split)
- # [14:49] * Quits: kurrent (~kurrent@unaffiliated/kurrent) (*.net *.split)
- # [14:49] * Quits: dabear (~quassel@87.238.49.7) (*.net *.split)
- # [14:49] * Quits: ejnahc (~Someone@175.126.73.183) (*.net *.split)
- # [14:49] * Quits: m0 (~m0@mohamedmansour.com) (*.net *.split)
- # [14:49] * Quits: BBonifield (~BBonifiel@li107-227.members.linode.com) (*.net *.split)
- # [14:49] * Quits: moshee (~moshee@unaffiliated/moshee) (*.net *.split)
- # [14:49] * Quits: danielfilho (~daniel@187.31.77.7) (*.net *.split)
- # [14:49] * Quits: Pomax (~Pomax@173.183.94.208) (*.net *.split)
- # [14:49] * Quits: applesocks (~applesock@user-387ocid.cable.mindspring.com) (*.net *.split)
- # [14:49] * Quits: franksalim (~frank@64-71-23-251.static.wiline.com) (*.net *.split)
- # [14:49] * Quits: r0bw|afk (~r0bw@fifteenoclock.com) (*.net *.split)
- # [14:49] * Quits: johnkpau_ (~johnkpaul@ool-6c3abe9a.static.optonline.net) (*.net *.split)
- # [14:49] * Quits: jn (~jn@aurorum104-0.aurorum.se) (*.net *.split)
- # [14:49] * Quits: humph (~dave@142.204.140.35) (*.net *.split)
- # [14:49] * Quits: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com) (*.net *.split)
- # [14:49] * Quits: Moo_O (~quassel@herd37.twinapex.fi) (*.net *.split)
- # [14:49] * Quits: retlehs (~ben@sotf.org) (*.net *.split)
- # [14:49] * Quits: symb (~symb@cthulhu.eth4.net) (*.net *.split)
- # [14:49] * Quits: appleboy (~appleboy@freebsd.ee.ccu.edu.tw) (*.net *.split)
- # [14:49] * Quits: DMT-DeLorean (~X@67.42.31.166) (*.net *.split)
- # [14:49] * Quits: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl) (*.net *.split)
- # [14:49] * Quits: Telling (~unknown@80-71-135-15.u.parknet.dk) (*.net *.split)
- # [14:49] * Quits: hackeron (~hackeron@cpc11-seve19-2-0-cust423.13-3.cable.virginmedia.com) (*.net *.split)
- # [14:49] * Quits: Kichael (~Kichael@70-36-49-167.dyn.novuscom.net) (*.net *.split)
- # [14:49] * Quits: gf3 (~gf3@unaffiliated/gf3) (*.net *.split)
- # [14:49] * Quits: brdma_ (~brdma@unaffiliated/warcrime) (*.net *.split)
- # [14:49] * Quits: spongecat (~kvirc@rrcs-184-75-65-18.nyc.biz.rr.com) (*.net *.split)
- # [14:49] * Quits: tomh (u501@gateway/web/irccloud.com/x-ruwktyxgkkgabmwq) (*.net *.split)
- # [14:49] * Quits: [E]sc (~armani@cm218-252-220-28.hkcable.com.hk) (*.net *.split)
- # [14:49] * Quits: oohnoitz (septicore@gateway/shell/xzibition.com/x-hvldnyhampinqrpg) (*.net *.split)
- # [14:49] * Quits: levifig (~levifig@levifig.com) (*.net *.split)
- # [14:49] * Quits: Jackneill (~Jackneill@87-97-127-46.pool.invitel.hu) (*.net *.split)
- # [14:49] * Quits: drublic (~drublic@frbg-5d84ed6c.pool.mediaWays.net) (*.net *.split)
- # [14:49] * Quits: ShooterMG (~shootermg@c-98-246-240-17.hsd1.or.comcast.net) (*.net *.split)
- # [14:49] * Quits: JNZ (JNZ@unaffiliated/jnz) (*.net *.split)
- # [14:49] * Quits: pl0sh (u3225@gateway/web/irccloud.com/x-pvzpmraiynruxnzg) (*.net *.split)
- # [14:49] * Quits: verdoc (~verdoc@cpe-107-10-141-245.columbus.res.rr.com) (*.net *.split)
- # [14:49] * Quits: hdv (u2376@gateway/web/irccloud.com/x-cvdhuoejkzcqzwck) (*.net *.split)
- # [14:49] * Quits: beowulf (u116@pdpc/supporter/professional/beowulf) (*.net *.split)
- # [14:49] * Quits: niftylettuce (u2733@gateway/web/irccloud.com/x-ayzqrjvdyvlvqbpy) (*.net *.split)
- # [14:49] * Quits: Jensen2k (u1790@gateway/web/irccloud.com/x-vrkqcxazxcxsmepy) (*.net *.split)
- # [14:49] * Quits: |3b| (foobar@cpe-72-179-19-4.austin.res.rr.com) (*.net *.split)
- # [14:49] * Quits: CustomWebAppsCom (~customweb@c-50-131-79-203.hsd1.ca.comcast.net) (*.net *.split)
- # [14:49] * Quits: Velmont (odinho@knuth.ping.uio.no) (*.net *.split)
- # [14:49] * Quits: mytoz (~mytoz@shell.prq.se) (*.net *.split)
- # [14:49] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (*.net *.split)
- # [14:49] * Quits: tef (tef@void.printf.net) (*.net *.split)
- # [14:49] * Quits: silky (~silky@pool-74-108-142-22.nycmny.fios.verizon.net) (*.net *.split)
- # [14:49] * Quits: danheberden (~danheberd@li225-35.members.linode.com) (*.net *.split)
- # [14:49] * Quits: N0va (~ricki@84.19.108.75) (*.net *.split)
- # [14:49] * Quits: glcrazy (~SiRiuS@79.119.95.71) (*.net *.split)
- # [14:49] * Quits: dilvie (~chatzilla@c-50-131-64-86.hsd1.ca.comcast.net) (*.net *.split)
- # [14:49] * Quits: Gorkyman (~Gorkyman@cpe2-16-202.cable.triera.net) (*.net *.split)
- # [14:49] * Quits: spasquali (~spasquali@64.61.91.74) (*.net *.split)
- # [14:49] * Quits: krijn (u2319@gateway/web/irccloud.com/x-gdyudgtmfzwgpoei) (*.net *.split)
- # [14:49] * Quits: hober (~ted@unaffiliated/hober) (*.net *.split)
- # [14:49] * Quits: superevr (~superevr@unaffiliated/superevr) (*.net *.split)
- # [14:49] * Quits: dwebb (~dwebb@fedora/dwebb) (*.net *.split)
- # [14:49] * Quits: Mahoek (~Mahoek@ip51ceb6d4.adsl-surfen.hetnet.nl) (*.net *.split)
- # [14:49] * Quits: hsbot (~hsbot@46-38-167-162.static.cloud-ips.co.uk) (*.net *.split)
- # [14:49] * Quits: Mike[tm] (~MikeSmith@sideshowbarker.net) (*.net *.split)
- # [14:49] * Quits: tellnes (~KrooniX@ec2-79-125-26-36.eu-west-1.compute.amazonaws.com) (*.net *.split)
- # [14:49] * Quits: dagobah (~dagobah@84.45.53.200) (*.net *.split)
- # [14:49] * Quits: ophiel (~ophiel@newelite.bshellz.net) (*.net *.split)
- # [14:49] * Quits: xtat (~xtat@lolz.rapidpacket.com) (*.net *.split)
- # [14:50] * Joins: xtat (~xtat@lolz.rapidpacket.com)
- # [14:50] * Joins: ophiel (ophiel@newelite.bshellz.net)
- # [14:50] * Joins: dwebb (~dwebb@c-24-20-222-42.hsd1.or.comcast.net)
- # [14:50] * Joins: superevr (~superevr@nevr.co.cc)
- # [14:52] * Joins: Bwild (~irc@netblock-75-79-22-130.dslextreme.com)
- # [14:52] * Joins: DeLorean731 (~X@67.42.31.166)
- # [14:52] * Joins: dagobah (~dagobah@84.45.53.200)
- # [14:52] * Joins: KrooniX (~KrooniX@ec2-79-125-26-36.eu-west-1.compute.amazonaws.com)
- # [14:52] * Joins: hober2 (~ted@unaffiliated/hober)
- # [14:52] * Joins: theresaanna (~root@li99-144.members.linode.com)
- # [14:52] * Joins: hlb (~hlb@114.32.222.155)
- # [14:52] * Joins: cyberdees (u2574@gateway/web/irccloud.com/x-koflpziqxwqsvwkn)
- # [14:52] * Joins: footyfish (u830@gateway/web/irccloud.com/x-azfqzzwupjmwzqkx)
- # [14:52] * Joins: remysharp (u4345@gateway/web/irccloud.com/x-jozdvbmavmrtarfv)
- # [14:52] * Joins: FireFly (firefly@unaffiliated/firefly)
- # [14:52] * Joins: tty234 (telex@gateway/shell/anapnea.net/x-kfneyhjzkbnonzwl)
- # [14:52] * Joins: solocio (~solocio@HSI-KBW-078-043-068-129.hsi4.kabel-badenwuerttemberg.de)
- # [14:52] * Joins: jblanche (~jblanche@ivr94-10-88-177-169-11.fbx.proxad.net)
- # [14:52] * Joins: martisj (~martisj@14-201-64-38.static.tpgi.com.au)
- # [14:52] * Joins: [tm] (~MikeSmith@sideshowbarker.net)
- # [14:52] * Joins: krijn (u2319@gateway/web/irccloud.com/x-gdyudgtmfzwgpoei)
- # [14:52] * Joins: spasquali (~spasquali@64.61.91.74)
- # [14:52] * Joins: Gorkyman (~Gorkyman@cpe2-16-202.cable.triera.net)
- # [14:52] * Joins: dilvie (~chatzilla@c-50-131-64-86.hsd1.ca.comcast.net)
- # [14:52] * Joins: glcrazy (~SiRiuS@79.119.95.71)
- # [14:52] * Joins: N0va (~ricki@84.19.108.75)
- # [14:52] * Joins: Jackneill (~Jackneill@87-97-127-46.pool.invitel.hu)
- # [14:52] * Joins: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl)
- # [14:52] * Joins: Telling (~unknown@80-71-135-15.u.parknet.dk)
- # [14:52] * Joins: drublic (~drublic@frbg-5d84ed6c.pool.mediaWays.net)
- # [14:52] * Joins: hackeron (~hackeron@cpc11-seve19-2-0-cust423.13-3.cable.virginmedia.com)
- # [14:52] * Joins: tiglog (~topeak@202.108.52.199)
- # [14:52] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [14:52] * Joins: danielfilho (~daniel@187.31.77.7)
- # [14:52] * Joins: nuba (~nuba@pauleira.com)
- # [14:52] * Joins: yamahaalex (~yamahaale@24-216-241-10.dhcp.mdfd.or.charter.com)
- # [14:52] * Joins: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net)
- # [14:52] * Joins: Pomax (~Pomax@173.183.94.208)
- # [14:52] * Joins: budmaddock1 (~budmaddoc@essn-4db643b3.pool.mediaWays.net)
- # [14:52] * Joins: divya (~divyam@c-24-18-47-160.hsd1.wa.comcast.net)
- # [14:52] * Joins: ShooterMG (~shootermg@c-98-246-240-17.hsd1.or.comcast.net)
- # [14:52] * Joins: JNZ (JNZ@unaffiliated/jnz)
- # [14:52] * Joins: Kichael (~Kichael@70-36-49-167.dyn.novuscom.net)
- # [14:52] * Joins: gf3 (~gf3@unaffiliated/gf3)
- # [14:52] * Joins: applesocks (~applesock@user-387ocid.cable.mindspring.com)
- # [14:52] * Joins: foca (~foca@li25-211.members.linode.com)
- # [14:52] * Joins: LongBeach (~mike@AFontenayssB-152-1-32-44.w83-114.abo.wanadoo.fr)
- # [14:52] * Joins: brdma_ (~brdma@unaffiliated/warcrime)
- # [14:52] * Joins: maZtah (~maztah@unaffiliated/maztah)
- # [14:52] * Joins: [E]sc (~armani@cm218-252-220-28.hkcable.com.hk)
- # [14:52] * Joins: spongecat (~kvirc@rrcs-184-75-65-18.nyc.biz.rr.com)
- # [14:52] * Joins: pl0sh (u3225@gateway/web/irccloud.com/x-pvzpmraiynruxnzg)
- # [14:52] * Joins: franksalim (~frank@64-71-23-251.static.wiline.com)
- # [14:52] * Joins: tomh (u501@gateway/web/irccloud.com/x-ruwktyxgkkgabmwq)
- # [14:52] * Joins: verdoc (~verdoc@cpe-107-10-141-245.columbus.res.rr.com)
- # [14:52] * Joins: r0bw|afk (~r0bw@fifteenoclock.com)
- # [14:52] * Joins: kppullin (~kppullin@pdpc/supporter/active/kppullin)
- # [14:52] * Joins: oohnoitz (septicore@gateway/shell/xzibition.com/x-hvldnyhampinqrpg)
- # [14:52] * Joins: johnkpau_ (~johnkpaul@ool-6c3abe9a.static.optonline.net)
- # [14:52] * Joins: hdv (u2376@gateway/web/irccloud.com/x-cvdhuoejkzcqzwck)
- # [14:52] * Joins: beowulf (u116@pdpc/supporter/professional/beowulf)
- # [14:52] * Joins: niftylettuce (u2733@gateway/web/irccloud.com/x-ayzqrjvdyvlvqbpy)
- # [14:52] * Joins: Jensen2k (u1790@gateway/web/irccloud.com/x-vrkqcxazxcxsmepy)
- # [14:52] * Joins: |3b| (foobar@cpe-72-179-19-4.austin.res.rr.com)
- # [14:52] * Joins: lottadot (~lottadot@38.101.67.253)
- # [14:52] * Joins: CustomWebAppsCom (~customweb@c-50-131-79-203.hsd1.ca.comcast.net)
- # [14:52] * Joins: jn (~jn@aurorum104-0.aurorum.se)
- # [14:52] * Joins: Velmont (odinho@knuth.ping.uio.no)
- # [14:52] * Joins: mytoz (~mytoz@shell.prq.se)
- # [14:52] * Joins: humph (~dave@142.204.140.35)
- # [14:52] * Joins: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com)
- # [14:52] * Joins: appleboy (~appleboy@freebsd.ee.ccu.edu.tw)
- # [14:52] * Joins: symb (~symb@cthulhu.eth4.net)
- # [14:52] * Joins: retlehs (~ben@sotf.org)
- # [14:52] * Joins: Moo_O (~quassel@herd37.twinapex.fi)
- # [14:52] * Joins: duckspeaker (~duckspeak@pdpc/supporter/active/duckspeaker)
- # [14:52] * Joins: aQustic (~aQustic@33.68.9.46.customer.cdi.no)
- # [14:52] * Joins: kurrent (~kurrent@unaffiliated/kurrent)
- # [14:52] * Joins: dabear (~quassel@87.238.49.7)
- # [14:52] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
- # [14:52] * Joins: levifig (~levifig@levifig.com)
- # [14:52] * Joins: tef (tef@void.printf.net)
- # [14:52] * Joins: ejnahc (~Someone@175.126.73.183)
- # [14:52] * Joins: m0 (~m0@mohamedmansour.com)
- # [14:52] * Joins: silky (~silky@pool-74-108-142-22.nycmny.fios.verizon.net)
- # [14:52] * Joins: danheberden (~danheberd@li225-35.members.linode.com)
- # [14:52] * Joins: BBonifield (~BBonifiel@li107-227.members.linode.com)
- # [14:52] * Joins: whitman (~whitman@87-194-159-116.bethere.co.uk)
- # [14:52] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [14:52] * Joins: Indian (~Indian@unaffiliated/londonmet050)
- # [14:52] * Joins: dmachi (~dmachi@pool-72-66-211-212.ronkva.east.verizon.net)
- # [14:52] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [14:52] * Joins: Hautain (~Hautain@AOrleans-258-1-44-22.w90-24.abo.wanadoo.fr)
- # [14:52] * Joins: bibo360 (~bibo360@159.71.64.86.rev.sfr.net)
- # [14:52] * Joins: BauerUK_ (~b@94-195-211-235.zone9.bethere.co.uk)
- # [14:52] * Joins: Dorward (~Dorward@94-192-4-225.zone6.bethere.co.uk)
- # [14:52] * Joins: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk)
- # [14:52] * Joins: jsvana (~jsvana@encoded/developer/jsvana)
- # [14:52] * Joins: acidjazz (acidjazz@notchill.com)
- # [14:52] * Joins: nlogax (~nlogax@unaffiliated/nlogax)
- # [14:52] * Joins: Echoes2_ (echoes@195.191.156.25)
- # [14:52] * Joins: swalk_ (~scott@sotf.org)
- # [14:52] * Joins: chovy (~chovy@108-194-42-92.lightspeed.mtryca.sbcglobal.net)
- # [14:53] * Joins: alexluya (~alexluya@111.186.50.5)
- # [14:57] * Joins: krater (~jungleman@189.71.6.179)
- # [14:57] * Parts: krater (~jungleman@189.71.6.179)
- # [15:00] * Joins: MissionCritical (~MissionCr@unaffiliated/missioncritical)
- # [15:19] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 255 seconds)
- # [15:19] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [15:20] * Joins: Jayflux (~jay_knows@cpc1-dudl6-0-0-cust197.wolv.cable.virginmedia.com)
- # [15:22] * Joins: oldwzd (~wzd@unaffiliated/toldwzd)
- # [15:24] * Parts: jarek (~jarek@unaffiliated/jarek) ("Leaving")
- # [15:28] * Joins: gyzmodo (x@89.146.102.70)
- # [15:28] * Quits: PalleZingmark (~Adium@5e0571a8.bb.sky.com) (Quit: Leaving.)
- # [15:33] * Joins: andr3 (~andr3@bl14-165-132.dsl.telepac.pt)
- # [15:40] * GoOz`aw is now known as GoOz
- # [15:41] * Quits: alexluya (~alexluya@111.186.50.5) (Quit: Leaving)
- # [15:56] * Quits: HikikomoriMe (~office@87-207-239-56.dynamic.chello.pl) (Remote host closed the connection)
- # [16:04] * Quits: hlb (~hlb@114.32.222.155) (Ping timeout: 276 seconds)
- # [16:04] * Joins: hlb (~hlb@114-32-222-155.HINET-IP.hinet.net)
- # [16:07] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne)
- # [16:11] * Joins: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk)
- # [16:17] * Quits: kadiks (~kadiks@APuteaux-652-1-74-15.w90-61.abo.wanadoo.fr) (Ping timeout: 240 seconds)
- # [16:25] * Quits: tiglog (~topeak@202.108.52.199) (Ping timeout: 258 seconds)
- # [16:28] * Quits: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl) (Quit: Ik ga weg)
- # [16:32] * Joins: CrashTest_ (~CrashTest@c-66-235-13-127.sea.wa.customer.broadstripe.net)
- # [16:46] * Joins: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net)
- # [16:51] * Joins: _inc (~inc@unaffiliated/-inc/x-0498339)
- # [16:52] * Joins: _dc (~dc@c-71-237-238-221.hsd1.or.comcast.net)
- # [16:57] * Quits: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk) (Quit: Leaving.)
- # [16:57] * Quits: _dc (~dc@c-71-237-238-221.hsd1.or.comcast.net) (Remote host closed the connection)
- # [16:58] * Joins: _dc (~dc@c-71-237-238-221.hsd1.or.comcast.net)
- # [16:59] * Joins: HikikomoriMe (~office@87-207-239-56.dynamic.chello.pl)
- # [17:00] * Joins: Martijnc (~Martijn@d54C02C64.access.telenet.be)
- # [17:00] * Parts: HikikomoriMe (~office@87-207-239-56.dynamic.chello.pl)
- # [17:01] * Quits: dwebb (~dwebb@c-24-20-222-42.hsd1.or.comcast.net) (Changing host)
- # [17:01] * Joins: dwebb (~dwebb@fedora/dwebb)
- # [17:03] * Quits: mike5w3c (~MikeSmith@EM1-113-48-31.pool.e-mobile.ne.jp) (Ping timeout: 252 seconds)
- # [17:08] * Joins: materialdesigner (~cah276@cpe-67-255-12-25.twcny.res.rr.com)
- # [17:09] * Joins: mike5w3c (~MikeSmith@EM1-113-19-159.pool.e-mobile.ne.jp)
- # [17:09] * r0bw|afk is now known as r0bw
- # [17:11] * Quits: Indian (~Indian@unaffiliated/londonmet050) (Quit: Indian)
- # [17:14] * Quits: _dc (~dc@c-71-237-238-221.hsd1.or.comcast.net) (Remote host closed the connection)
- # [17:15] * r0bw is now known as r0bw|afk
- # [17:18] * Quits: solocio (~solocio@HSI-KBW-078-043-068-129.hsi4.kabel-badenwuerttemberg.de) (Quit: solocio)
- # [17:20] * Quits: _inc (~inc@unaffiliated/-inc/x-0498339) (Ping timeout: 244 seconds)
- # [17:23] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 240 seconds)
- # [17:23] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 240 seconds)
- # [17:23] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [17:24] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [17:26] * Quits: glcrazy (~SiRiuS@79.119.95.71) (Remote host closed the connection)
- # [17:28] * Joins: _inc (~inc@unaffiliated/-inc/x-0498339)
- # [17:28] * Quits: gyzmodo (x@89.146.102.70) (Read error: Connection reset by peer)
- # [17:31] * Joins: squeakytoy (~squeakyto@107-232-96-87.cust.blixtvik.se)
- # [17:31] * Joins: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net)
- # [17:36] * Quits: kurtzhong (~kurtzhong@220.112.107.196) (Ping timeout: 245 seconds)
- # [17:42] * Joins: solocio (~solocio@HSI-KBW-078-043-068-129.hsi4.kabel-badenwuerttemberg.de)
- # [17:43] * Joins: kurtzhong (~kurtzhong@ec2-175-41-238-53.ap-northeast-1.compute.amazonaws.com)
- # [17:50] * Quits: ryanneufeld (~ryanneufe@S01060019e1edefc1.vc.shawcable.net) (Remote host closed the connection)
- # [17:50] * ryanneufeld_ is now known as ryannneufeld
- # [17:53] * Quits: jeremyselier (u2513@gateway/web/irccloud.com/x-mboguljwqhlljoym) (Quit: Connection closed for inactivity)
- # [17:53] * Quits: phishy (~jeff@c-71-192-162-156.hsd1.nh.comcast.net) (Quit: phishy)
- # [17:54] * Joins: Jon47 (~Adium@173-228-123-253.dsl.dynamic.sonic.net)
- # [17:57] * Joins: kurtzhong_ (~kurtzhong@220.112.107.196)
- # [17:59] * Quits: kurtzhong (~kurtzhong@ec2-175-41-238-53.ap-northeast-1.compute.amazonaws.com) (Ping timeout: 258 seconds)
- # [17:59] * kurtzhong_ is now known as kurtzhong
- # [18:00] * Joins: themiddleman_itv (~robot@c-71-199-11-248.hsd1.ut.comcast.net)
- # [18:05] * Joins: palehorse (~palehorse@fh155n1-j-a31.ias.bredband.telia.com)
- # [18:10] * Quits: martisj (~martisj@14-201-64-38.static.tpgi.com.au)
- # [18:10] * Quits: oldwzd (~wzd@unaffiliated/toldwzd) (Quit: leaving)
- # [18:11] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [18:16] * Quits: mike5w3c (~MikeSmith@EM1-113-19-159.pool.e-mobile.ne.jp) (Ping timeout: 248 seconds)
- # [18:16] * Quits: figital (~figital@pool-108-9-160-68.tampfl.fios.verizon.net) (Quit: Leaving)
- # [18:20] * Quits: applesocks (~applesock@user-387ocid.cable.mindspring.com) (Quit: applesocks)
- # [18:30] * Joins: jarek (~jarek@aeal107.neoplus.adsl.tpnet.pl)
- # [18:30] * Quits: jarek (~jarek@aeal107.neoplus.adsl.tpnet.pl) (Changing host)
- # [18:30] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [18:31] * Quits: Taftse (~Taftse@unaffiliated/taftse) (Read error: Connection reset by peer)
- # [18:31] * Joins: rvmeier (~rodrigo@190.162.115.222)
- # [18:31] * Joins: Taftse (~Taftse@unaffiliated/taftse)
- # [18:32] * Joins: devongovett (~devongove@pcp038545pcs.morro.reshall.calpoly.edu)
- # [18:41] * Quits: GuidoBouman (~GuidoBoum@dhcp-077-251-036-247.chello.nl) (Quit: This computer has gone to sleep)
- # [18:44] * Quits: Jon47 (~Adium@173-228-123-253.dsl.dynamic.sonic.net) (Quit: Leaving.)
- # [18:44] * Joins: axos411 (~axos@xdsl-78-35-155-111.netcologne.de)
- # [18:49] * Joins: robhawkes (~robhawkes@188-220-16-96.dsl.cnl.uk.net)
- # [18:51] * Quits: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net) (Quit: tantek)
- # [18:53] * Quits: jarek (~jarek@unaffiliated/jarek) (Ping timeout: 240 seconds)
- # [18:53] * Quits: robhawkes (~robhawkes@188-220-16-96.dsl.cnl.uk.net) (Client Quit)
- # [18:53] <Jayflux> paul_irish I'm having some weird problems with dev tools, when i hit enter after adding a style nothing happens and it doesnt add it.
- # [18:53] <Jayflux> only started happening recently
- # [18:54] * Joins: robhawkes (~robhawkes@188-220-16-96.dsl.cnl.uk.net)
- # [18:54] * Quits: robhawkes (~robhawkes@188-220-16-96.dsl.cnl.uk.net) (Read error: Connection reset by peer)
- # [18:54] * Joins: robhawkes (~robhawkes@188-220-16-96.dsl.cnl.uk.net)
- # [18:54] * Quits: robhawkes (~robhawkes@188-220-16-96.dsl.cnl.uk.net) (Remote host closed the connection)
- # [18:55] * Joins: timmywil (~timmywil@host-68-169-154-67.WISOLT2.epbfi.com)
- # [18:55] <Jayflux> I think this is a bug of some sort (checking chomium issues), i may have to temporarily use firebug :(
- # [19:01] * Quits: timmywil (~timmywil@host-68-169-154-67.WISOLT2.epbfi.com) (Quit: O.o)
- # [19:10] * Joins: timmywil (~timmywil@host-68-169-154-67.WISOLT2.epbfi.com)
- # [19:10] * Quits: axos411 (~axos@xdsl-78-35-155-111.netcologne.de) (Ping timeout: 244 seconds)
- # [19:17] * Joins: jacine (~jacine@drupal.org/user/88931/view)
- # [19:18] * Joins: Aric (~Ali1@ip68-100-68-25.dc.dc.cox.net)
- # [19:24] * Quits: materialdesigner (~cah276@cpe-67-255-12-25.twcny.res.rr.com) (Quit: materialdesigner)
- # [19:26] * Quits: wbednarski (~wbednarsk@86.58.187.195) (Remote host closed the connection)
- # [19:28] * GoOz is now known as GoOz`aw
- # [19:28] * Joins: _inc_ (~inc@host81-148-252-120.range81-148.btcentralplus.com)
- # [19:30] * Quits: _inc (~inc@unaffiliated/-inc/x-0498339) (Ping timeout: 260 seconds)
- # [19:30] * _inc_ is now known as _inc
- # [19:30] * Quits: _inc (~inc@host81-148-252-120.range81-148.btcentralplus.com) (Changing host)
- # [19:30] * Joins: _inc (~inc@unaffiliated/-inc/x-0498339)
- # [19:31] * Joins: patcito (~123@190.43.238.11)
- # [19:39] * Quits: kurtzhong (~kurtzhong@220.112.107.196) (Quit: kurtzhong)
- # [19:54] * Joins: rupl (~rupl@cpe-66-25-171-137.austin.res.rr.com)
- # [19:56] * Quits: squeakytoy (~squeakyto@107-232-96-87.cust.blixtvik.se) (Read error: Connection reset by peer)
- # [19:59] * Quits: Jackneill (~Jackneill@87-97-127-46.pool.invitel.hu) (Changing host)
- # [19:59] * Joins: Jackneill (~Jackneill@unaffiliated/jackneill)
- # [20:03] * Joins: Jon47 (~Adium@adsl-71-135-39-204.dsl.pltn13.pacbell.net)
- # [20:07] * Joins: grampajoe (~grampa@cpe-184-57-88-36.columbus.res.rr.com)
- # [20:07] * Joins: feeeeR (~ircap@56.212.222.87.dynamic.jazztel.es)
- # [20:07] * Joins: Vennril (~vennril@p4FCB049F.dip0.t-ipconnect.de)
- # [20:08] * Joins: Hoppertje (~Hoppertje@84-245-9-38.dsl.cambrium.nl)
- # [20:08] <Hoppertje> does anyone have any experience with drawImage( ) ?
- # [20:11] * Parts: Hoppertje (~Hoppertje@84-245-9-38.dsl.cambrium.nl)
- # [20:23] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [20:35] * Quits: grampajoe (~grampa@cpe-184-57-88-36.columbus.res.rr.com) (Quit: Bye!)
- # [20:37] <Pomax> hm, looks like Chrome's still suffering from the "if loaded from file:// CSSStyleSheet objects don't actually contain the stylesheet data"
- # [20:37] <Pomax> .cssRules and .rules are both null
- # [20:39] * Quits: N0va (~ricki@84.19.108.75) (Quit: Leaving)
- # [20:41] <Pomax> hm, longrunning bug. http://code.google.com/p/chromium/issues/detail?id=45786
- # [21:02] * Quits: rvmeier (~rodrigo@190.162.115.222) (Quit: Leaving)
- # [21:05] * Joins: applesocks (~applesock@user-387ocid.cable.mindspring.com)
- # [21:09] * Joins: fth (~fth@99-174-229-90.lightspeed.irvnca.sbcglobal.net)
- # [21:13] * Joins: Indian (~Indian@unaffiliated/londonmet050)
- # [21:14] * Quits: Jayflux (~jay_knows@cpc1-dudl6-0-0-cust197.wolv.cable.virginmedia.com) (Read error: Connection reset by peer)
- # [21:14] * Joins: Jayflux (~jay_knows@cpc1-dudl6-0-0-cust197.wolv.cable.virginmedia.com)
- # [21:15] * Quits: Jackneill (~Jackneill@unaffiliated/jackneill) (Ping timeout: 248 seconds)
- # [21:18] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Going!)
- # [21:38] * Joins: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl)
- # [21:39] * Joins: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk)
- # [21:40] * Quits: andr3 (~andr3@bl14-165-132.dsl.telepac.pt) (Quit: andr3)
- # [21:47] * Joins: Raynos (u3611@gateway/web/irccloud.com/x-zztxthxrczeaciky)
- # [21:49] * Quits: Bwild (~irc@netblock-75-79-22-130.dslextreme.com) (Quit: leaving)
- # [21:51] * Quits: Aric (~Ali1@ip68-100-68-25.dc.dc.cox.net) (Ping timeout: 248 seconds)
- # [21:52] * Joins: andr3 (~andr3@bl14-165-132.dsl.telepac.pt)
- # [21:53] * Joins: Aric (~Ali1@ip68-100-68-25.dc.dc.cox.net)
- # [21:56] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [21:56] * Joins: Jon471 (~Adium@adsl-71-135-39-204.dsl.pltn13.pacbell.net)
- # [21:56] * Quits: Jon471 (~Adium@adsl-71-135-39-204.dsl.pltn13.pacbell.net) (Client Quit)
- # [21:57] * Quits: Jon47 (~Adium@adsl-71-135-39-204.dsl.pltn13.pacbell.net) (Ping timeout: 252 seconds)
- # [21:59] <Jayflux> dev tools is being seriously weird with me, it won't allow me to edit current styles
- # [22:00] * GoOz`aw is now known as GoOz
- # [22:03] * Joins: dmachi1 (~dmachi@pool-72-66-211-212.ronkva.east.verizon.net)
- # [22:03] * Quits: dmachi (~dmachi@pool-72-66-211-212.ronkva.east.verizon.net) (Read error: Connection reset by peer)
- # [22:04] * Quits: themiddleman_itv (~robot@c-71-199-11-248.hsd1.ut.comcast.net) (Quit: themiddleman_itv)
- # [22:04] * Joins: GuidoBouman (~GuidoBoum@dhcp-077-251-036-247.chello.nl)
- # [22:05] * Joins: kadiks (~kadiks@APuteaux-652-1-74-15.w90-61.abo.wanadoo.fr)
- # [22:07] <Pomax> which version?
- # [22:07] <Pomax> I can manipulate styles in Chrome 15 on win7
- # [22:08] * Quits: ejnahc (~Someone@175.126.73.183) (Remote host closed the connection)
- # [22:08] <Jayflux> Pomax Google Chrome 15.0.874 on win 7 (dev channel)
- # [22:09] <Jayflux> when i edit a style i hit enter and it doesnt add it in
- # [22:09] <Jayflux> also if i remove a style once i hit enter or click off it comes back
- # [22:09] <Jayflux> if i add a new style clicking the cross it works fine, but if i edit a property thats already there it won't work
- # [22:09] * Joins: netkrash (~netkrash@190.162.173.36)
- # [22:10] <Pomax> hmm, isn't 15.0.874.120 is the current public stable?
- # [22:10] <Pomax> that's the version I get when I hit "about Chrome"
- # [22:11] <Jayflux> yes i could be on release channel actually
- # [22:11] <Pomax> I hit up "inspect element", double click somewhere in "element style", start typing, and it applies it as I type. If I hit enter, it commits the string I typed
- # [22:12] <Jayflux> Pomax its only happening on this 1 website atm
- # [22:12] <Pomax> which one's that?
- # [22:12] <Jayflux> its working fine on all the other tabs
- # [22:12] <Jayflux> http://viewnowtv.co.uk/cms/
- # [22:13] <Pomax> no, that's not giving me any problems I'm afraid.
- # [22:13] <Pomax> all elements, or just specific ones?
- # [22:13] <Jayflux> all
- # [22:13] <Jayflux> is there some video streaming software so i could show you?
- # [22:13] <Jayflux> its happened before but ive just ignored it and used firebug
- # [22:13] <Jayflux> but its happening more and more now
- # [22:14] <Jayflux> weirdly only happens on certain tabs
- # [22:14] <Pomax> I'd recommend reinstalling Chrome, first.
- # [22:14] <Pomax> not inconceivable that something got messed up
- # [22:14] <Jayflux> ok ill give that a try first
- # [22:15] <Pomax> just make sure to reinstall, not "install on top"
- # [22:15] <Jayflux> yeah ill uninstall and reinstall
- # [22:15] <Pomax> ohohoho
- # [22:15] <Jayflux> ?
- # [22:15] <Pomax> yeah after uninstalling you'll want to then ACTUALLY (re)move chrome's data
- # [22:16] <Jayflux> i can't remember where thats located
- # [22:16] <Pomax> users/yourusername/appdata/local/google/chrome
- # [22:16] <Jayflux> right give me 2 mins
- # [22:17] <Pomax> google takes a few too many liberties on windows, really. the "oh we'll just add google update to your windows scheduler" and "oh, install doesn't actually remove everything" and "oh, we'll just keep all those old Chrome installers, even though we don't let you RUN older versions if you don't block updating" can be a bit irking at times.
- # [22:19] * Joins: Bwild (~irc@netblock-75-79-22-130.dslextreme.com)
- # [22:25] * Quits: fth (~fth@99-174-229-90.lightspeed.irvnca.sbcglobal.net) (Remote host closed the connection)
- # [22:26] * Quits: buribux (~buribu@unaffiliated/buribux) (Ping timeout: 252 seconds)
- # [22:27] * Quits: buribu (~buribu@unaffiliated/buribu) (Ping timeout: 252 seconds)
- # [22:27] * Quits: LongBeach (~mike@AFontenayssB-152-1-32-44.w83-114.abo.wanadoo.fr)
- # [22:34] * Quits: Aric (~Ali1@ip68-100-68-25.dc.dc.cox.net) (Ping timeout: 240 seconds)
- # [22:36] <Jayflux> Pomax just reinstalled same problem
- # [22:36] * Joins: phishy (~jeff@c-71-233-62-221.hsd1.ma.comcast.net)
- # [22:36] <Jayflux> still doing it
- # [22:42] * Joins: buribu (~buribu@186.214.21.46)
- # [22:42] * Quits: buribu (~buribu@186.214.21.46) (Changing host)
- # [22:42] * Joins: buribu (~buribu@unaffiliated/buribu)
- # [22:42] * Joins: buribux (~buribu@186.214.21.46)
- # [22:42] * Quits: buribux (~buribu@186.214.21.46) (Changing host)
- # [22:42] * Joins: buribux (~buribu@unaffiliated/buribux)
- # [22:45] * Quits: netkrash (~netkrash@190.162.173.36) (Quit: Computer has gone to sleep)
- # [22:46] <Pomax> very odd
- # [22:46] <Pomax> and it's the normal release version?
- # [22:46] <Jayflux> yep
- # [22:46] <Pomax> and about:plugins does not list strange extensions?
- # [22:47] <Jayflux> nope
- # [22:48] <Pomax> that is very strange. bug filing time?
- # [22:48] <Jayflux> it looks like it
- # [22:48] <Jayflux> its just hard to post a ticket when its so hard to prove
- # [22:50] <Jayflux> seeing as its working with you and you're on the same OS and chrome version
- # [22:52] * Joins: themiddleman_itv (~robot@c-71-199-11-248.hsd1.ut.comcast.net)
- # [22:54] * Joins: Aric (~Ali1@ip68-100-68-25.dc.dc.cox.net)
- # [22:55] * Quits: Thasmo (~thasmo@d86-32-70-74.cust.tele2.at)
- # [22:55] <Pomax> yeah
- # [22:57] * Quits: solocio (~solocio@HSI-KBW-078-043-068-129.hsi4.kabel-badenwuerttemberg.de) (Quit: solocio)
- # [22:58] <Jayflux> its really annoying as i can't change the hsl values of my colours :(
- # [22:58] <Jayflux> grr
- # [22:58] * Quits: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk) (Quit: Ex-Chat)
- # [23:05] <Pomax> odd question = can you change other properties?
- # [23:05] <Pomax> like "font-size: 200%<enter>"?
- # [23:06] <Pomax> hm. are CSSStyleSheet objects protected?
- # [23:06] <Pomax> I can't seem to stick something onto the prototype without adding it, then console logging the resulting object.
- # [23:10] * Quits: Jikan (~Jikan@2001:41d0:2:401f::2) (Ping timeout: 240 seconds)
- # [23:11] * Joins: Jikan (~Jikan@2001:41d0:2:401f::2)
- # [23:13] * Quits: devongovett (~devongove@pcp038545pcs.morro.reshall.calpoly.edu) (Quit: devongovett)
- # [23:13] <Jayflux> Pomax if i click the cross and make a new style rule it works fine in there
- # [23:14] <Jayflux> its just when i try to edit styles which are already there
- # [23:14] * Quits: GuidoBouman (~GuidoBoum@dhcp-077-251-036-247.chello.nl) (Quit: Leaving)
- # [23:14] <Jayflux> I can't change any properties which are already there
- # [23:15] * Joins: netkrash (~netkrash@190.162.173.36)
- # [23:15] <Pomax> ahhhh
- # [23:15] <Pomax> you don't.
- # [23:15] <Pomax> you don't change defined values, you override them
- # [23:16] <Jayflux> Pomax but i can on other websites, im not talking about computed styles btw im talking about styles in the css
- # [23:16] <Pomax> although double clicking on defined values lets me change them, let's see what happens on that page
- # [23:16] <Jayflux> Pomax weirdly its only happening on that site lol
- # [23:16] <Jayflux> i can go on others and change styles easily
- # [23:17] <Pomax> cool
- # [23:17] <Jayflux> bizzarre problem
- # [23:17] <Pomax> that site seems to have something in place that's prohibiting style changes
- # [23:17] <Jayflux> Pomax i made the site lol
- # [23:17] <Jayflux> and i havent put anything like that in
- # [23:18] <Jayflux> Pomax is it working for you?
- # [23:18] <Pomax> I can add rules in element.style, but not redeclare existing css
- # [23:18] <Pomax> indeed, only for that site
- # [23:18] <Jayflux> hmm then this problem isnt my browser but something with that site
- # [23:19] <Jayflux> how weird
- # [23:19] <Jayflux> where's paul_irish? lol
- # [23:20] * Joins: JoshManders_ (~josh@unaffiliated/killswitch)
- # [23:20] <Jayflux> Pomax posssible bug?
- # [23:20] <Pomax> wondering what joomla's doing
- # [23:21] <Jayflux> hmm
- # [23:21] * Joins: axos411 (~axos@xdsl-78-35-155-111.netcologne.de)
- # [23:23] <Pomax> should be worth filing
- # [23:23] <Jayflux> Pomax yeah looks like a bug somewhere, I'll create a ticket
- # [23:24] * Joins: GuidoBouman (~GuidoBoum@dhcp-077-251-036-247.chello.nl)
- # [23:28] * Quits: axos411 (~axos@xdsl-78-35-155-111.netcologne.de) (Ping timeout: 258 seconds)
- # [23:28] * Joins: fth (~fth@99-174-229-90.lightspeed.irvnca.sbcglobal.net)
- # [23:28] * Joins: axos411 (~axos@xdsl-78-35-155-200.netcologne.de)
- # [23:28] * Joins: saschagehlich (~saschageh@p5DD55C4F.dip.t-dialin.net)
- # [23:28] * Quits: fth (~fth@99-174-229-90.lightspeed.irvnca.sbcglobal.net) (Remote host closed the connection)
- # [23:34] * Quits: netkrash (~netkrash@190.162.173.36) (Quit: Get MacIrssi - http://www.sysctl.co.uk/projects/macirssi/)
- # [23:36] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 260 seconds)
- # [23:37] * Joins: moshee (~moshee@c-50-135-229-127.hsd1.wa.comcast.net)
- # [23:37] * Quits: moshee (~moshee@c-50-135-229-127.hsd1.wa.comcast.net) (Changing host)
- # [23:37] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [23:44] * Joins: tantek (~tantek@208-90-212-140.PUBLIC.monkeybrains.net)
- # [23:44] * Quits: jblanche (~jblanche@ivr94-10-88-177-169-11.fbx.proxad.net) (Quit: jblanche)
- # [23:44] * Joins: shepazu (~shepazu@12.1.203.2)
- # [23:48] <Jayflux> Pomax is this just a windows issue?
- # [23:50] <Jayflux> Pomax http://code.google.com/p/chromium/issues/detail?id=104075&thanks=104075&ts=1321224303
- # [23:52] <paul_irish> Jayflux: .
- # [23:52] <Jayflux> paul_irish me and Pomax have found a weird problem with dev tools on one of my sites
- # [23:52] <paul_irish> the enter thing?
- # [23:52] <Jayflux> yeah
- # [23:52] <Jayflux> seems to only do it on that web site
- # [23:53] <paul_irish> just that one
- # [23:53] <Jayflux> well.. no ive had it happen to me before a few times
- # [23:53] <Jayflux> but ive just ignored it because i thought the problem was my browser or something
- # [23:53] <paul_irish> consider it triaged
- # [23:53] <paul_irish> thx for reporting :D
- # [23:53] <Jayflux> it seems to do it on certain websites but not others
- # [23:53] <Jayflux> heh thanks paul_irish
- # [23:53] <Jayflux> :)
- # [23:53] <paul_irish> totes
- # [23:54] <Jayflux> you've seen my ticket post? http://code.google.com/p/chromium/issues/detail?id=104075&thanks=104075&ts=1321224303
- # [23:56] <paul_irish> Jayflux: click your link bro
- # [23:56] <Jayflux> wicked :)
- # Session Close: Mon Nov 14 00:00:01 2011
The end :)