Options:
- # Session Start: Thu Apr 19 00:00:00 2012
- # Session Ident: #html5
- # [00:04] <mszola> thanks, Pomax, I just had to move it somewhere it could be publically accessed.
- # [00:04] <mszola> http://zolaweb.com/canvas_test.html
- # [00:04] <mszola> firefox works. Chrome and Safari quit halfway through.
- # [00:05] <mszola> This is just a straight-up animation with slices from a single pic
- # [00:06] * Quits: Armen (~armen@dsl-69-171-154-4.acanac.net) (Quit: Lost terminal)
- # [00:06] <Pomax> tried to jsfiddle reproduce it?
- # [00:06] <mszola> what's jsfiddle? I just started working with canvas, so...
- # [00:07] <Pomax> jsfiddle.net
- # [00:07] <theCole> jsfiddle is a code sharing tool
- # [00:07] * Quits: tantek (~tantek@c-76-115-51-221.hsd1.or.comcast.net) (Quit: tantek)
- # [00:07] <mszola> I'm reading the docs.
- # [00:07] <Pomax> there's not much to explain really
- # [00:07] * Quits: deasy (~deasy@109.89.87.172) (Quit: Nom d'un quark, c'est Edmonton!)
- # [00:08] <Pomax> type html in html box, css in css box, js in js box
- # [00:08] <Pomax> and if you need specific libraries, there's a pulldown with some of the more popular ones, and you can also add your own by uploading it (or linking it)
- # [00:09] <Pomax> it's great for full page demonstrators and questions, because rather than "A pastebin" it actually runs, and is very clean in its separation
- # [00:09] * Quits: fleeting (~fleeting@rrcs-67-79-88-162.sw.biz.rr.com) (Quit: fleeting)
- # [00:09] <Pomax> I can tell you that http://zolaweb.com/jquery.easing.1.3.js does not resolve. If you rely on that, might want to fix that
- # [00:09] <mszola> Will it flag errors even if there aren't any showing in firebug/web developer?
- # [00:10] <Pomax> not necessarily, but reducing your code to a minimal failing example is an almost foolproof way of finding out what's wrong because usually you discover the problem in the process of reducing, and if you don't your code is usually lean enough for others to just look at and go "aha! here's your problem"
- # [00:10] <Pomax> foolproof and failproof, and I actually should have typed the latter >_>
- # [00:11] <mszola> Well, the code is stripped already due to it just being a test page, it's one function with minimal html. Still, I'll try it, it certainly won't hurt.
- # [00:12] * Joins: deasy (~deasy@109.89.87.172)
- # [00:13] * Quits: SevenMachines (~SevenMach@anon-186-34.vpn.ipredator.se) (Remote host closed the connection)
- # [00:13] <Pomax> and it makes it easier for others to read
- # [00:13] <mszola> runs in jfiddle
- # [00:13] <mszola> http://jsfiddle.net/XBZhv/
- # [00:13] <mszola> no errors
- # [00:15] * Joins: cccaldas (~cccaldas@187.59.109.89)
- # [00:15] <Pomax> is it supposed to stop after about 7 seconds?
- # [00:15] <Pomax> 7000ms.. looks right
- # [00:15] <mszola> yes
- # [00:16] * Quits: drublic (~drublic@frbg-5f731cb7.pool.mediaWays.net) (Remote host closed the connection)
- # [00:17] <Pomax> I'd recommend adding the doctype
- # [00:17] <mszola> jsfiddle said not to
- # [00:17] <mszola> the original doctype is strict
- # [00:17] <Pomax> oh, no you shouldn't need it on jsfiddle.
- # [00:17] <Pomax> strict 4.01?
- # [00:17] <mszola> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
- # [00:18] <Pomax> right. except html4.01 doesn't have canvas
- # [00:18] <Pomax> so you want <!doctype html>
- # [00:18] <mszola> LOL I am an utter noob with Canvas.
- # [00:19] <mszola> okay.
- # [00:19] * Quits: timtux (~ove@de-10.2.0.32.it-roteln.narkotikapolisen.se) (Ping timeout: 265 seconds)
- # [00:19] * Joins: snowfox (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net)
- # [00:20] * Quits: snowfox (~benschaaf@c-98-243-88-119.hsd1.mi.comcast.net) (Client Quit)
- # [00:20] <tw2113> everyone is at first
- # [00:20] <mszola> This is promising--the animation I put on my own page is now working right...
- # [00:23] * nemrod is now known as nemnem
- # [00:23] * nemnem is now known as nemrod
- # [00:23] <mszola> it's still quitting in chrome. Is it possible it's using too much memory?
- # [00:23] <Pomax> unlikely. if it works fine in jsfiddle, start from there
- # [00:24] <Pomax> start with some http://hastebin.com/yuqamopige.xml ?
- # [00:25] <Pomax> then slowly build it back out for as long as it works
- # [00:25] <mszola> I wonder if it has something to do with that vierwport command...
- # [00:26] * Quits: taylorRichie (~Adium@c-174-52-182-176.hsd1.ut.comcast.net) (Ping timeout: 240 seconds)
- # [00:26] * Quits: dephex (~dddd@CPE-72-128-193-51.wi.res.rr.com) (Ping timeout: 240 seconds)
- # [00:27] <mszola> it's still crapping out.
- # [00:28] <mszola> stops after about 3 seconds
- # [00:28] * miketaylr is now known as miketaylrawaylol
- # [00:29] * Joins: taylorRichie (~Adium@c-174-52-182-176.hsd1.ut.comcast.net)
- # [00:31] * Quits: localhost (~chris@cpe-76-188-161-222.neo.res.rr.com) (Remote host closed the connection)
- # [00:33] * Joins: localhost (~chris@cpe-76-188-161-222.neo.res.rr.com)
- # [00:33] * Joins: GhostFreeman (~GhostFree@c-24-98-246-138.hsd1.ga.comcast.net)
- # [00:36] * Joins: whitman (~whitman@87-194-159-116.bethere.co.uk)
- # [00:38] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [00:40] * Joins: dgathright (~dgathrigh@nat/yahoo/x-stkhwbexepubpghu)
- # [00:42] * Fabryz is now known as Fabryz_sleep
- # [00:44] * Joins: timtux (~ove@de-10.2.0.32.it-roteln.narkotikapolisen.se)
- # [00:45] * Quits: tob1 (~tob1@ppp-93-104-180-54.dynamic.mnet-online.de) (Quit: tob1)
- # [00:46] * Quits: noganex (~noganex@p3E9C142F.dip.t-dialin.net) (Ping timeout: 260 seconds)
- # [00:46] * Joins: noganex (~noganex@p4FFCA834.dip.t-dialin.net)
- # [00:47] * Quits: whitman (~whitman@87-194-159-116.bethere.co.uk)
- # [00:47] * Quits: dnstbr (~dnstbr@rrcs-97-77-70-128.sw.biz.rr.com)
- # [00:51] * Quits: nekr (~nekr@95-24-223-113.broadband.corbina.ru) (Quit: Leaving)
- # [00:51] * Quits: tw2113 (~tw2113@fedora/tw2113) (Remote host closed the connection)
- # [00:58] * Quits: trumpetmic (~trumpetmi@159.182.183.6) (Quit: Leaving.)
- # [01:01] * Joins: timtux_ (~ove@de-10.2.0.32.it-roteln.narkotikapolisen.se)
- # [01:02] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: i love javascript and webgl. see http://pacmaze.com)
- # [01:07] * Quits: devongovett (~devongove@pcp038375pcs.morro.reshall.calpoly.edu) (Quit: devongovett)
- # [01:07] * Quits: venom00ut (~venom00@unaffiliated/venom00) (Ping timeout: 252 seconds)
- # [01:08] * miketaylrawaylol is now known as miketaylr
- # [01:09] * Joins: dankest (~dankest@wsip-174-75-66-233.sb.sd.cox.net)
- # [01:12] * Joins: welly (~welly@unaffiliated/welly)
- # [01:14] * Joins: tantek (~tantek@m850536d0.tmodns.net)
- # [01:15] * Quits: cccaldas (~cccaldas@187.59.109.89) (Ping timeout: 260 seconds)
- # [01:15] * Quits: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk) (Quit: Leaving.)
- # [01:16] * Joins: JL235 (~JL235@host109-149-136-135.range109-149.btcentralplus.com)
- # [01:16] * Joins: bitso1 (~bitso@c-24-6-187-147.hsd1.ca.comcast.net)
- # [01:18] * Quits: tantek (~tantek@m850536d0.tmodns.net) (Read error: Connection reset by peer)
- # [01:21] * Quits: JL235 (~JL235@host109-149-136-135.range109-149.btcentralplus.com) (Client Quit)
- # [01:25] * Joins: mailtruck_ (~mailtruck@c-76-112-215-186.hsd1.mi.comcast.net)
- # [01:26] * Quits: mailtruck_ (~mailtruck@c-76-112-215-186.hsd1.mi.comcast.net) (Client Quit)
- # [01:27] * Quits: Jesdisciple (~Jesdiscip@64-132-236-106.static.twtelecom.net) (Quit: Jesdisciple)
- # [01:30] * miketaylr is now known as miketaylrawaylol
- # [01:32] * Joins: schnoodles (~schnoodle@melbourne.99cluster.com)
- # [01:34] * Quits: edwardbc (~edward.ba@186.176.193.20)
- # [01:35] * Quits: dankest (~dankest@wsip-174-75-66-233.sb.sd.cox.net) (Quit: Linkinus - http://linkinus.com)
- # [01:35] * Quits: Jayflux (~jay_knows@cpc1-dudl6-0-0-cust1981.wolv.cable.virginmedia.com) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
- # [01:36] * Quits: y3di (~y3di@pool-71-162-75-176.bstnma.east.verizon.net) (Ping timeout: 250 seconds)
- # [01:37] * Quits: bitso1 (~bitso@c-24-6-187-147.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [01:37] * Joins: bitso1 (~bitso@c-24-6-187-147.hsd1.ca.comcast.net)
- # [01:38] * miketaylrawaylol is now known as miketaylr
- # [01:39] * Joins: mszola_ (~Zola@184-13-19-54.dr01.clbg.wv.frontiernet.net)
- # [01:40] * Joins: clouder`g (nospam@cpe-24-242-30-84.elp.res.rr.com)
- # [01:44] * Joins: grantg (~chatzilla@69.88.160.3)
- # [01:45] * Quits: mattkelly (~mattwkell@c-69-181-69-39.hsd1.ca.comcast.net) (Ping timeout: 264 seconds)
- # [01:46] * Quits: webguynow (~webguynow@c-24-1-222-204.hsd1.il.comcast.net)
- # [01:46] * Joins: jacobolu_ (~jacobolus@50-0-133-210.dsl.static.sonic.net)
- # [01:48] * Quits: clouder`grr (nospam@cpe-24-242-30-84.elp.res.rr.com) (*.net *.split)
- # [01:48] * Quits: pradeepbv (~pradeepbv@nat/yahoo/x-gagpeanluhhitzyk) (*.net *.split)
- # [01:48] * Quits: mszola (~Zola@184-13-19-54.dr01.clbg.wv.frontiernet.net) (*.net *.split)
- # [01:48] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (*.net *.split)
- # [01:48] * Quits: foca (~foca@li25-211.members.linode.com) (*.net *.split)
- # [01:48] * Quits: jefvel_ (~jefvel@h95-155-218-242.dynamic.se.alltele.net) (*.net *.split)
- # [01:48] * Quits: danheberden (~danheberd@li225-35.members.linode.com) (*.net *.split)
- # [01:48] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (*.net *.split)
- # [01:48] * Quits: ryanseddon (u1832@gateway/web/irccloud.com/x-slseheumdmswnxkh) (*.net *.split)
- # [01:48] * Quits: daleharvey (~u513@gateway/web/irccloud.com/x-xhpmonlyljmjhnde) (*.net *.split)
- # [01:48] * Quits: mcnesium (~mcnesium@unaffiliated/mcnesium) (*.net *.split)
- # [01:53] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Ping timeout: 260 seconds)
- # [01:54] * Joins: daleharvey (u513@gateway/web/irccloud.com/x-mmwlnawkahrbgzyy)
- # [01:54] * Joins: ryanseddon (u1832@gateway/web/irccloud.com/x-scyombnewnctnywo)
- # [01:56] * Quits: rupl (anonymous@rrcs-24-173-111-218.sw.biz.rr.com) (Quit: ^_^)
- # [01:56] * Joins: theoN^ (~theoN^@d54C32A04.access.telenet.be)
- # [01:57] * Joins: Jesdisciple (~Jesdiscip@cpe-72-181-150-65.tx.res.rr.com)
- # [01:59] * Joins: pradeepbv (~pradeepbv@nat/yahoo/x-gagpeanluhhitzyk)
- # [01:59] * Joins: mcnesium (~mcnesium@unaffiliated/mcnesium)
- # [01:59] * Joins: jefvel_ (~jefvel@h95-155-218-242.dynamic.se.alltele.net)
- # [01:59] * Joins: foca (~foca@li25-211.members.linode.com)
- # [01:59] * Joins: danheberden (~danheberd@li225-35.members.linode.com)
- # [01:59] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
- # [01:59] * Quits: kppullin (~kppullin@pdpc/supporter/active/kppullin) (Excess Flood)
- # [01:59] * Joins: kppullin (~kppullin@pdpc/supporter/active/kppullin)
- # [01:59] * Quits: Jesdisciple (~Jesdiscip@cpe-72-181-150-65.tx.res.rr.com) (Read error: Connection reset by peer)
- # [01:59] * grantg is now known as xzibit
- # [02:00] * Joins: cccaldas (~cccaldas@187.59.109.89)
- # [02:00] * Joins: Jesdisciple (~Jesdiscip@cpe-72-181-150-65.tx.res.rr.com)
- # [02:00] * xzibit is now known as grantg
- # [02:02] * Joins: tantek (~tantek@m850536d0.tmodns.net)
- # [02:06] * Quits: theoN^ (~theoN^@d54C32A04.access.telenet.be) (Quit: Leaving)
- # [02:14] * Quits: tantek (~tantek@m850536d0.tmodns.net) (Read error: Connection reset by peer)
- # [02:14] * Joins: Lyoshi (~Adium@cable-94-189-205-31.dynamic.sbb.rs)
- # [02:15] * Joins: tantek (~tantek@c-76-105-181-98.hsd1.or.comcast.net)
- # [02:15] * Joins: tonyjcamp_ (~tonyjcamp@wsip-72-215-204-133.ph.ph.cox.net)
- # [02:15] * Quits: tonyjcamp_ (~tonyjcamp@wsip-72-215-204-133.ph.ph.cox.net) (Client Quit)
- # [02:16] * Quits: sarro (~sarro@i5E865EE1.versanet.de) (Ping timeout: 245 seconds)
- # [02:16] * Joins: sarro (~sarro@i5E865E95.versanet.de)
- # [02:17] * Joins: sasori_ (~sasori@175.156.142.88)
- # [02:18] * Quits: tonyjcamp (~tonyjcamp@wsip-72-215-204-133.ph.ph.cox.net) (Read error: Operation timed out)
- # [02:19] * Quits: grantg (~chatzilla@69.88.160.3) (Quit: gtg)
- # [02:19] * Quits: sasori (~sasori@175.156.142.88) (Ping timeout: 244 seconds)
- # [02:20] * Quits: sasori_ (~sasori@175.156.142.88) (Read error: Connection reset by peer)
- # [02:21] * Joins: sasori (~sasori@175.156.142.88)
- # [02:22] * Joins: mattkelly (~mattwkell@c-69-181-69-39.hsd1.ca.comcast.net)
- # [02:23] * Joins: dephex (~dddd@CPE-72-128-193-51.wi.res.rr.com)
- # [02:27] * Quits: Jonadabe (~Jonadabe@bl11-2-203.dsl.telepac.pt) (Quit: http://www.visitportugal.com | http://www.youtube.com/visitportugal)
- # [02:27] * Quits: jeffl8n (~jeffl8n@pool-108-4-69-22.rcmdva.fios.verizon.net) (Quit: Leaving)
- # [02:27] * Joins: FunkyAss (~FunkyAss@151.67.32.148)
- # [02:28] * Quits: FunkyAss (~FunkyAss@151.67.32.148) (Client Quit)
- # [02:28] * Quits: benv (~benv@50-0-80-160.dsl.static.sonic.net) (Ping timeout: 252 seconds)
- # [02:28] * Joins: devongovett (~devongove@pcp038375pcs.morro.reshall.calpoly.edu)
- # [02:34] * Joins: Rndnick (Rndnick@a80-101-56-212.adsl.xs4all.nl)
- # [02:34] <Rndnick> hi
- # [02:34] <Rndnick> how to center a section mid screen
- # [02:35] <Rndnick> im not sure the difference section and div :S
- # [02:38] * Joins: Jon47 (~Adium@pool-74-96-160-56.washdc.fios.verizon.net)
- # [02:42] * Quits: sphinxxx (~sphinxxx@c-69-142-147-221.hsd1.nj.comcast.net) (Quit: sphinxxx)
- # [02:43] * Quits: WebDragon (~webdragon@c-68-82-181-85.hsd1.de.comcast.net) (Quit: how's life treating me? ...like a fridge magnet poem :P)
- # [02:51] * Quits: tertl6 (~tertl3@108-85-17-207.lightspeed.gnvlsc.sbcglobal.net) (Ping timeout: 248 seconds)
- # [02:52] * Parts: shoky (uuuggg@109.226.25.40)
- # [02:55] * Quits: tantek (~tantek@c-76-105-181-98.hsd1.or.comcast.net) (Quit: tantek)
- # [02:59] * Joins: Lil (Lil@173-22-210-91.client.mchsi.com)
- # [02:59] * Joins: tantek (~tantek@c-76-105-181-98.hsd1.or.comcast.net)
- # [02:59] * Quits: Jon47 (~Adium@pool-74-96-160-56.washdc.fios.verizon.net) (Quit: Leaving.)
- # [03:04] * Quits: bitso1 (~bitso@c-24-6-187-147.hsd1.ca.comcast.net) (Quit: Leaving.)
- # [03:06] * Joins: replore (~replore@203.152.213.161.static.zoot.jp)
- # [03:06] * Quits: deasy (~deasy@109.89.87.172) (Quit: Nom d'un quark, c'est Edmonton!)
- # [03:09] * Quits: jacobolu_ (~jacobolus@50-0-133-210.dsl.static.sonic.net) (Remote host closed the connection)
- # [03:10] * Quits: BreadMaker (~BreadMake@190.163.146.242) (Remote host closed the connection)
- # [03:14] * Quits: tantek (~tantek@c-76-105-181-98.hsd1.or.comcast.net) (Quit: tantek)
- # [03:15] * Joins: Z33K|Lux (~highoh@c-67-171-35-186.hsd1.wa.comcast.net)
- # [03:21] * Joins: ScorpiusLetalis (ScorpiusLe@65-36-113-195.dyn.grandenetworks.net)
- # [03:23] * Quits: A66a27830 (~A66a27830@cho94-8-88-178-12-119.fbx.proxad.net) (Remote host closed the connection)
- # [03:23] * Quits: chasefarmer (~cfarmer@64.79.127.118) (Quit: Lost terminal)
- # [03:27] * Quits: ryanstewart (~rstewart@sjfw1.adobe.com) (Read error: Connection reset by peer)
- # [03:28] * Joins: ryanstewart (~rstewart@sjfw1.adobe.com)
- # [03:35] * Quits: ruimarinho (~ruimarinh@a95-92-238-95.cpe.netcabo.pt) (Quit: Leaving...)
- # [03:35] * Joins: y3di (~y3di@pool-71-162-75-176.bstnma.east.verizon.net)
- # [03:36] * Joins: jacobolus (~jacobolus@70-36-215-74.dsl.dynamic.sonic.net)
- # [03:37] * Quits: ryanstewart (~rstewart@sjfw1.adobe.com) (Quit: ryanstewart)
- # [03:43] * Quits: MistuhKurtz (~ColKurtz@216.86.217.155) (Quit: Leaving)
- # [03:45] * Joins: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp)
- # [03:51] * Quits: taylorRichie (~Adium@c-174-52-182-176.hsd1.ut.comcast.net) (Quit: Leaving.)
- # [03:52] * Joins: tantek (~tantek@c-76-115-51-221.hsd1.or.comcast.net)
- # [03:54] * Quits: madcow2 (~madcow@250.299.dsl.mel.iprimus.net.au) (Ping timeout: 252 seconds)
- # [03:55] * Quits: mattkelly (~mattwkell@c-69-181-69-39.hsd1.ca.comcast.net)
- # [03:55] * Joins: cgcardona (~cgcardona@c-24-5-113-12.hsd1.ca.comcast.net)
- # [03:55] * Quits: cgcardona (~cgcardona@c-24-5-113-12.hsd1.ca.comcast.net) (Changing host)
- # [03:55] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [03:57] * Quits: Matt__ (~textual@184.71.170.250) (Ping timeout: 245 seconds)
- # [03:59] * Joins: madcow2 (~madcow@250.299.dsl.mel.iprimus.net.au)
- # [04:04] * Quits: madcow2 (~madcow@250.299.dsl.mel.iprimus.net.au) (Ping timeout: 245 seconds)
- # [04:08] * Joins: madcow2 (~madcow@250.299.dsl.mel.iprimus.net.au)
- # [04:09] * Quits: JoshuaJones (~JoshuaJon@67.198.198.66) (Quit: JoshuaJones)
- # [04:09] * Quits: Rndnick (Rndnick@a80-101-56-212.adsl.xs4all.nl)
- # [04:11] <daleharvey> paul_irish: around?
- # [04:13] * Quits: madcow2 (~madcow@250.299.dsl.mel.iprimus.net.au) (Ping timeout: 260 seconds)
- # [04:15] * Joins: mindpwned (~IceChat77@cpe-71-79-27-22.cinci.res.rr.com)
- # [04:15] <mindpwned> hi guys sorry if i was an obnoxious ass last time i was in here
- # [04:15] <mindpwned> but i have a question
- # [04:16] <mindpwned> can html5 do anything for me to keep iframes from affecting the browsers back button - something like sandbox only for history
- # [04:16] <mindpwned> location.replace not an option - i can't control the iframe's content
- # [04:17] * Joins: madcow2 (~madcow@250.299.dsl.mel.iprimus.net.au)
- # [04:21] * Quits: madcow2 (~madcow@250.299.dsl.mel.iprimus.net.au) (Ping timeout: 244 seconds)
- # [04:22] * Joins: trumpetmic (~trumpetmi@c-107-2-155-157.hsd1.co.comcast.net)
- # [04:27] * Joins: madcow2 (~madcow@250.299.dsl.mel.iprimus.net.au)
- # [04:27] * Joins: shawn_dones (~shawn@76.177.223.110)
- # [04:28] * Parts: shawn_dones (~shawn@76.177.223.110)
- # [04:33] * Quits: clouder`g (nospam@cpe-24-242-30-84.elp.res.rr.com) (Ping timeout: 244 seconds)
- # [04:34] * Quits: Lyoshi (~Adium@cable-94-189-205-31.dynamic.sbb.rs) (Quit: Leaving.)
- # [04:37] * Joins: debsan (~debsan@190.245.74.16)
- # [04:38] * Quits: jacobolus (~jacobolus@70-36-215-74.dsl.dynamic.sonic.net) (Remote host closed the connection)
- # [04:40] * Joins: caasiHuang (~caasiHuan@118-170-19-92.dynamic.hinet.net)
- # [04:50] * Joins: wwguo (~wwguo@2001:da8:e000:240c:223:aeff:fe42:7481)
- # [05:03] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 246 seconds)
- # [05:03] * Joins: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net)
- # [05:03] * Quits: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net) (Changing host)
- # [05:03] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [05:03] * Quits: devongovett (~devongove@pcp038375pcs.morro.reshall.calpoly.edu) (Quit: devongovett)
- # [05:05] * Joins: mshepanski (~mjs7231@c-76-118-25-90.hsd1.ma.comcast.net)
- # [05:05] <mshepanski> Anyone here know of a good *scrolling* linechart I can use?
- # [05:06] <mshepanski> I remember seeing one in a loggly demo last year (the line would fluidly scroll left as more data was added)
- # [05:06] * Quits: mshepanski (~mjs7231@c-76-118-25-90.hsd1.ma.comcast.net) (Client Quit)
- # [05:06] * Joins: PKKid (~mjs7231@c-76-118-25-90.hsd1.ma.comcast.net)
- # [05:06] <PKKid> woops got logged off there
- # [05:07] * Joins: ajaykools (~ajay@117.192.225.140)
- # [05:07] * Joins: Vennril2 (~vennril@p4FCB0873.dip0.t-ipconnect.de)
- # [05:08] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [05:08] * Quits: Vennril (~vennril@p4FCB0118.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
- # [05:15] * Joins: dmachi1 (~dmachi@pool-71-254-64-254.ronkva.east.verizon.net)
- # [05:15] * Quits: dmachi (~dmachi@pool-71-254-64-254.ronkva.east.verizon.net) (Read error: Connection reset by peer)
- # [05:19] * Quits: haizum (~haizum@bas5-montreal02-1096555271.dsl.bell.ca) (Ping timeout: 252 seconds)
- # [05:23] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 276 seconds)
- # [05:24] * Quits: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
- # [05:25] * Joins: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp)
- # [05:25] * Quits: sephr (~Eli@unaffiliated/sephr) (Quit: Leaving)
- # [05:27] * Joins: jacobolus (~jacobolus@70-36-215-74.dsl.dynamic.sonic.net)
- # [05:27] * Joins: sphinxxx (~sphinxxx@pool-74-102-8-51.nwrknj.fios.verizon.net)
- # [05:30] * Quits: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp) (Ping timeout: 252 seconds)
- # [05:31] * Joins: gimi (~gimi@113.172.91.188)
- # [05:32] * Quits: ajaykools (~ajay@117.192.225.140) (Remote host closed the connection)
- # [05:34] * Joins: ajaykools (~ajay@117.192.225.140)
- # [05:35] * Quits: ajaykools (~ajay@117.192.225.140) (Remote host closed the connection)
- # [05:37] * Joins: delphianQ (4a64d0ea@gateway/web/freenode/ip.74.100.208.234)
- # [05:39] * Joins: gavin_huang (~gravof@122.247.252.2)
- # [05:39] * Parts: levifig (~levi@levifig.com) ("Linkinus - http://linkinus.com")
- # [05:39] * Joins: levifig (~levi@levifig.com)
- # [05:40] * Quits: cccaldas (~cccaldas@187.59.109.89) (Ping timeout: 245 seconds)
- # [05:47] * Joins: clouder`grr (nospam@cpe-24-242-30-84.elp.res.rr.com)
- # [05:49] * Quits: StoneCypher (~no@pool-71-191-249-112.washdc.fios.verizon.net)
- # [05:51] * Joins: andygrossman (~andygross@pool-74-101-153-216.nycmny.fios.verizon.net)
- # [05:53] * Quits: andygrossman (~andygross@pool-74-101-153-216.nycmny.fios.verizon.net) (Client Quit)
- # [05:54] * Joins: tertl6 (~tertl3@108-85-17-207.lightspeed.gnvlsc.sbcglobal.net)
- # [05:56] * Joins: ajaykools (~ajay@117.192.225.140)
- # [05:59] * Quits: ajaykools (~ajay@117.192.225.140) (Remote host closed the connection)
- # [06:00] * Joins: Lightheaded (~lighthead@195.222.6.16)
- # [06:01] * Joins: ajaykools (~ajay@117.192.225.140)
- # [06:01] * Joins: devongovett (~devongove@pcp038375pcs.morro.reshall.calpoly.edu)
- # [06:05] * Quits: devongovett (~devongove@pcp038375pcs.morro.reshall.calpoly.edu) (Read error: Connection reset by peer)
- # [06:06] * Joins: devongovett (~devongove@pcp038375pcs.morro.reshall.calpoly.edu)
- # [06:07] * Joins: Lightheaded_ (~lighthead@245-6-131-46.internet.emt.ee)
- # [06:08] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Quit: Leaving.)
- # [06:10] * Quits: Lightheaded (~lighthead@195.222.6.16) (Read error: Operation timed out)
- # [06:10] * Joins: benv (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net)
- # [06:11] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 264 seconds)
- # [06:11] * Joins: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net)
- # [06:11] * Quits: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net) (Changing host)
- # [06:11] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [06:12] * Quits: ajaykools (~ajay@117.192.225.140) (Read error: Operation timed out)
- # [06:15] * Quits: jacobolus (~jacobolus@70-36-215-74.dsl.dynamic.sonic.net) (Remote host closed the connection)
- # [06:16] * Quits: mindpwned (~IceChat77@cpe-71-79-27-22.cinci.res.rr.com) (Ping timeout: 250 seconds)
- # [06:16] * Joins: jacobolus (~jacobolus@70-36-215-74.dsl.dynamic.sonic.net)
- # [06:16] * Quits: jacobolus (~jacobolus@70-36-215-74.dsl.dynamic.sonic.net) (Remote host closed the connection)
- # [06:17] * Joins: mindpwned (~IceChat77@cpe-71-79-27-22.cinci.res.rr.com)
- # [06:19] * Quits: mindpwned (~IceChat77@cpe-71-79-27-22.cinci.res.rr.com) (Client Quit)
- # [06:26] * Joins: tonyjcamp (~tonyjcamp@ip68-99-237-193.ph.ph.cox.net)
- # [06:26] * Quits: dgathright (~dgathrigh@nat/yahoo/x-stkhwbexepubpghu) (Ping timeout: 246 seconds)
- # [06:26] * Quits: tantek (~tantek@c-76-115-51-221.hsd1.or.comcast.net) (Quit: tantek)
- # [06:29] * Joins: Cat4D (182bd7e2@gateway/web/freenode/ip.24.43.215.226)
- # [06:30] * Joins: dr0id (~andy@unaffiliated/dr0id)
- # [06:31] * Quits: y3di (~y3di@pool-71-162-75-176.bstnma.east.verizon.net) (Ping timeout: 250 seconds)
- # [06:31] * Joins: roadt (~roadt@60.168.82.215)
- # [06:32] * Joins: y3di (~y3di@pool-71-162-75-176.bstnma.east.verizon.net)
- # [06:35] <Cat4D> caniuse -- can you make the table time based please
- # [06:35] <caniuse> Cat4D: You can use CSS Table display with Internet Explorer 8, Firefox 2, Chrome 4, Safari 3.1, Opera 9, iOS Safari 3.2, Opera Mini 5.0-6.0, and Opera Mobile 10. http://caniuse.com/#search=css-table
- # [06:35] <dr0id> did you make caniuse.com ?
- # [06:36] * Joins: davidbanham (~davidbanh@95.27.233.220.static.exetel.com.au)
- # [06:36] * Quits: y3di (~y3di@pool-71-162-75-176.bstnma.east.verizon.net) (Ping timeout: 244 seconds)
- # [06:38] * Quits: viraj_ (~viraj_@1.186.10.250) (Ping timeout: 248 seconds)
- # [06:38] * Quits: mszola_ (~Zola@184-13-19-54.dr01.clbg.wv.frontiernet.net) (Ping timeout: 260 seconds)
- # [06:42] * Joins: mszola (~Zola@184-13-19-54.dr01.clbg.wv.frontiernet.net)
- # [06:43] * Quits: gimi (~gimi@113.172.91.188) (Quit: gimi)
- # [06:48] * Joins: tantek (~tantek@c-76-115-51-221.hsd1.or.comcast.net)
- # [06:49] * Joins: bitso1 (~bitso@c-24-6-187-147.hsd1.ca.comcast.net)
- # [06:51] * Quits: delphianQ (4a64d0ea@gateway/web/freenode/ip.74.100.208.234) (Ping timeout: 245 seconds)
- # [06:52] * Quits: morficus (~morficus@c-98-243-20-125.hsd1.mi.comcast.net) (Remote host closed the connection)
- # [06:52] * Quits: facefox3 (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net) (Ping timeout: 265 seconds)
- # [07:00] * Joins: viraj_ (~viraj_@1.186.10.250)
- # [07:01] * Joins: harukomoto (~harukomot@93-34-178-131.ip50.fastwebnet.it)
- # [07:06] * Quits: Cat4D (182bd7e2@gateway/web/freenode/ip.24.43.215.226) (Quit: Page closed)
- # [07:07] * Joins: Cat4D (182bd7e2@gateway/web/freenode/ip.24.43.215.226)
- # [07:07] * Joins: delphianQ (4a64d0ea@gateway/web/freenode/ip.74.100.208.234)
- # [07:08] * Joins: Matt__ (~textual@173.244.219.153)
- # [07:09] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Quit: dflk;adfslkj;alsiekfj;laiskdf)
- # [07:11] * Joins: monteslu_ (~monteslu@ip68-109-174-213.ph.ph.cox.net)
- # [07:12] * Quits: codewrangler (~codewrang@pool-108-48-116-141.washdc.fios.verizon.net) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [07:12] * Quits: monteslu__ (~monteslu@ip68-109-174-213.ph.ph.cox.net) (Read error: Operation timed out)
- # [07:12] * nekr-work|away is now known as nekr
- # [07:14] * Joins: Reite (~chris@213.109-247-20.customer.lyse.net)
- # [07:21] * Quits: carminec (~user@98-74-252-216.dsl.colba.net) (Quit: ERC Version 5.3 (IRC client for Emacs))
- # [07:22] * Quits: roadt (~roadt@60.168.82.215) (Ping timeout: 276 seconds)
- # [07:23] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
- # [07:24] * Joins: venom00ut (~venom00@net-188-218-134-52.cust.dsl.vodafone.it)
- # [07:24] * Quits: venom00ut (~venom00@net-188-218-134-52.cust.dsl.vodafone.it) (Changing host)
- # [07:24] * Joins: venom00ut (~venom00@unaffiliated/venom00)
- # [07:26] * Quits: ScorpiusLetalis (ScorpiusLe@65-36-113-195.dyn.grandenetworks.net) (Ping timeout: 240 seconds)
- # [07:29] * Quits: venom00ut (~venom00@unaffiliated/venom00) (Ping timeout: 272 seconds)
- # [07:34] * Quits: harukomoto (~harukomot@93-34-178-131.ip50.fastwebnet.it) (Ping timeout: 272 seconds)
- # [07:39] * Joins: harukomoto (~harukomot@93-34-178-131.ip50.fastwebnet.it)
- # [07:40] * Quits: Z33K|Lux (~highoh@c-67-171-35-186.hsd1.wa.comcast.net)
- # [07:42] * Quits: Matt__ (~textual@173.244.219.153) (Quit: Computer has gone to sleep.)
- # [07:42] * Joins: polo (~polo@118-232-192-130.dynamic.kbronet.com.tw)
- # [07:44] * Joins: ajaykools (~ajay@117.202.17.229)
- # [07:45] * Joins: glcrazy (~glcrazy@79.119.95.83)
- # [07:46] * Quits: raj (~raj@unaffiliated/cypha) (Ping timeout: 240 seconds)
- # [07:46] * Joins: Matt__ (~textual@173.244.219.132)
- # [07:48] * Joins: raj (~raj@unaffiliated/cypha)
- # [07:49] * Joins: LongBeach (~mike@AFontenayssB-152-1-16-60.w82-121.abo.wanadoo.fr)
- # [07:51] * Quits: harukomoto (~harukomot@93-34-178-131.ip50.fastwebnet.it) (Ping timeout: 240 seconds)
- # [07:51] * Quits: bitso1 (~bitso@c-24-6-187-147.hsd1.ca.comcast.net) (Quit: Leaving.)
- # [07:52] * Quits: ShapeShifter499 (~Lance@95.211.165.246) (Excess Flood)
- # [07:52] * Quits: Cat4D (182bd7e2@gateway/web/freenode/ip.24.43.215.226) (Quit: Page closed)
- # [07:56] * Quits: polo (~polo@118-232-192-130.dynamic.kbronet.com.tw) (Quit: Leaving)
- # [07:59] * Joins: tob1 (~tob1@ppp-188-174-18-201.dynamic.mnet-online.de)
- # [07:59] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
- # [08:04] * Joins: _shorinji_ (~ffall@static-88.131.29.2.addr.tdcsong.se)
- # [08:09] * Joins: offtime (~ontime@24.51.141.229)
- # [08:09] * Quits: ontime (~ontime@unaffiliated/ontime) (Read error: Connection reset by peer)
- # [08:13] * Quits: tob1 (~tob1@ppp-188-174-18-201.dynamic.mnet-online.de) (Quit: tob1)
- # [08:13] * Quits: tonyjcamp (~tonyjcamp@ip68-99-237-193.ph.ph.cox.net) (Quit: tonyjcamp)
- # [08:16] * Joins: Lightheaded (~lighthead@195.222.6.16)
- # [08:16] * Quits: Reite (~chris@213.109-247-20.customer.lyse.net) (Read error: Operation timed out)
- # [08:18] * Joins: soee (~soee@83-238-167-52.ip.netia.com.pl)
- # [08:18] * Quits: decthomas (decthomas@nat/netlash/x-hpbqpekazkyaabby) (Remote host closed the connection)
- # [08:19] * Joins: decthomas (decthomas@nat/netlash/x-foepuwjlgfpqzbea)
- # [08:19] * Joins: roel_ (~quassel@d54C236E3.access.telenet.be)
- # [08:19] * Quits: Lightheaded_ (~lighthead@245-6-131-46.internet.emt.ee) (Ping timeout: 252 seconds)
- # [08:22] * Joins: ggherdov (~giovanni@vau06-2-82-238-188-31.fbx.proxad.net)
- # [08:23] * Joins: gyzmodo (x@89.146.120.108)
- # [08:23] * Joins: venom00ut (~venom00@unaffiliated/venom00)
- # [08:24] * Joins: Ducki (~Ducki@pD9E39B40.dip0.t-ipconnect.de)
- # [08:25] * Joins: ShapeShifter499 (~Lance@95.211.165.246)
- # [08:31] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 260 seconds)
- # [08:31] * Joins: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net)
- # [08:31] * Quits: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net) (Changing host)
- # [08:31] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [08:34] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Quit: cgcardona)
- # [08:35] * Quits: Matt__ (~textual@173.244.219.132) (Quit: Computer has gone to sleep.)
- # [08:36] * Joins: Matt__ (~textual@173.244.219.132)
- # [08:37] * Joins: Ron_D (~Chevalric@77.242.116.2)
- # [08:37] * Joins: gekko_ (~jjk@78.157.103.6)
- # [08:37] * Quits: ajaykools (~ajay@117.202.17.229) (Ping timeout: 276 seconds)
- # [08:37] * Joins: niloy (~niloy@61.12.96.242)
- # [08:39] * Joins: roadt (~roadt@60.168.82.215)
- # [08:40] * Joins: eRQee (~eRQee@103.247.211.2)
- # [08:49] * Quits: phrearch_ (~phrearch_@5ED42DE2.cm-7-5a.dynamic.ziggo.nl) (Remote host closed the connection)
- # [08:52] * Joins: ajaykools (~ajay@117.202.17.229)
- # [08:53] * Joins: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk)
- # [08:56] * Quits: replore (~replore@203.152.213.161.static.zoot.jp) (Remote host closed the connection)
- # [08:58] * Quits: pitchfork (~pitchfork@unaffiliated/pitchfork) (Ping timeout: 264 seconds)
- # [09:01] * Quits: tylerstalder (~tylerstal@c-50-131-59-86.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
- # [09:05] * Joins: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp)
- # [09:12] * Quits: Lightheaded (~lighthead@195.222.6.16) (Ping timeout: 265 seconds)
- # [09:15] * Joins: Stava (~Stava@c-46-246-20-247.anonymous.at.anonine.com)
- # [09:17] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [09:19] * Quits: venom00ut (~venom00@unaffiliated/venom00) (Ping timeout: 276 seconds)
- # [09:21] * Quits: tantek (~tantek@c-76-115-51-221.hsd1.or.comcast.net) (Quit: tantek)
- # [09:21] * Joins: chousho (~itsame@c-69-181-38-133.hsd1.ca.comcast.net)
- # [09:21] * Quits: chousho (~itsame@c-69-181-38-133.hsd1.ca.comcast.net) (Changing host)
- # [09:21] * Joins: chousho (~itsame@unaffiliated/chousho)
- # [09:23] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: i love javascript and webgl. see http://pacmaze.com)
- # [09:25] * Joins: manuchill (~mstalfoor@83.232.96.217)
- # [09:26] * Joins: Jonadabe (~Jonadabe@bl11-2-203.dsl.telepac.pt)
- # [09:27] * Joins: PalleZingmark (~Adium@217.13.228.226)
- # [09:28] * Quits: trumpetmic (~trumpetmi@c-107-2-155-157.hsd1.co.comcast.net) (Quit: Leaving.)
- # [09:30] * Joins: Shusshu (~shu@ip51cd1542.speed.planet.nl)
- # [09:32] * Quits: ggherdov (~giovanni@vau06-2-82-238-188-31.fbx.proxad.net) (Remote host closed the connection)
- # [09:33] * Parts: _shorinji_ (~ffall@static-88.131.29.2.addr.tdcsong.se)
- # [09:35] * Quits: Matt__ (~textual@173.244.219.132) (Quit: Computer has gone to sleep.)
- # [09:36] * Quits: schnoodles (~schnoodle@melbourne.99cluster.com) (Remote host closed the connection)
- # [09:37] * Quits: ShapeShifter499 (~Lance@95.211.165.246) (Excess Flood)
- # [09:39] * Joins: ShapeShifter499 (~Lance@95.211.165.246)
- # [09:39] * Quits: Me1000 (~Me1000@74-143-221-12.static.insightbb.com) (Quit: Leaving...)
- # [09:40] * Quits: welly (~welly@unaffiliated/welly) (Quit: Computer has gone to sleep.)
- # [09:43] * Joins: tob1 (~tob1@p5DE95F50.dip.t-dialin.net)
- # [09:45] * Quits: ajaykools (~ajay@117.202.17.229) (Ping timeout: 276 seconds)
- # [09:47] * Joins: Matt__ (~textual@173.244.219.152)
- # [09:49] * Joins: whitman (~whitman@itsad-034.its.dur.ac.uk)
- # [09:54] * Quits: Jonadabe (~Jonadabe@bl11-2-203.dsl.telepac.pt) (Read error: Connection reset by peer)
- # [09:56] * Joins: Jonadabe (~Jonadabe@bl11-2-203.dsl.telepac.pt)
- # [09:57] * Quits: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk) (Remote host closed the connection)
- # [10:02] * Joins: uu (~uu@60.164.201.41)
- # [10:02] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Quit: dgathright)
- # [10:02] * Joins: ajaykools (~ajay@117.202.17.229)
- # [10:05] * Joins: tob1_ (~tob1@p5DE971A7.dip.t-dialin.net)
- # [10:06] * Joins: Moonies (~Bongle@unaffiliated/moonies)
- # [10:07] * Quits: elnn (~elnn@martini.snu.ac.kr) (Ping timeout: 246 seconds)
- # [10:08] * Joins: elnn (~elnn@martini.snu.ac.kr)
- # [10:08] * Quits: tob1 (~tob1@p5DE95F50.dip.t-dialin.net) (Ping timeout: 276 seconds)
- # [10:08] * tob1_ is now known as tob1
- # [10:09] * Joins: Shahor (~Shahor@mfl93-7-88-174-32-157.fbx.proxad.net)
- # [10:10] * Quits: Shahor (~Shahor@mfl93-7-88-174-32-157.fbx.proxad.net) (Client Quit)
- # [10:10] * Joins: Shahor (~Shahor@mfl93-7-88-174-32-157.fbx.proxad.net)
- # [10:13] * Joins: MisterSpeaker (~MisterSpe@zenexity.pck.nerim.net)
- # [10:13] * Joins: drublic (~drublic@frbg-5f730f5b.pool.mediaWays.net)
- # [10:15] * Quits: roadt (~roadt@60.168.82.215) (Ping timeout: 276 seconds)
- # [10:15] * Joins: gimi (~gimi@113.172.91.188)
- # [10:17] * Quits: ajaykools (~ajay@117.202.17.229) (Ping timeout: 260 seconds)
- # [10:18] * Joins: decthomas_ (decthomas@nat/netlash/x-shdejanzlghobnnh)
- # [10:20] * Quits: patcito (~123@190.235.217.187) (Remote host closed the connection)
- # [10:21] * Quits: pradeepbv (~pradeepbv@nat/yahoo/x-gagpeanluhhitzyk) (Quit: pradeepbv)
- # [10:21] * Quits: decthomas (decthomas@nat/netlash/x-foepuwjlgfpqzbea) (Ping timeout: 260 seconds)
- # [10:21] * decthomas_ is now known as decthomas
- # [10:22] * Joins: pradeepbv (~pradeepbv@59.92.132.48)
- # [10:23] * Joins: ajaykools (~ajay@117.202.21.43)
- # [10:24] * Quits: gimi (~gimi@113.172.91.188) (Ping timeout: 272 seconds)
- # [10:24] * Quits: wwguo (~wwguo@2001:da8:e000:240c:223:aeff:fe42:7481) (Quit: 离开)
- # [10:24] * Joins: replore_ (~replore@203.152.213.161.static.zoot.jp)
- # [10:25] * Joins: JakeA (~Adium@93-97-17-15.zone5.bethere.co.uk)
- # [10:27] * Joins: roadt (~roadt@60.168.94.103)
- # [10:30] * Quits: Moonies (~Bongle@unaffiliated/moonies) (Read error: Connection reset by peer)
- # [10:32] * Joins: JakeA1 (~Adium@93-97-17-15.zone5.bethere.co.uk)
- # [10:32] * Quits: JakeA (~Adium@93-97-17-15.zone5.bethere.co.uk) (Read error: Connection reset by peer)
- # [10:32] * Joins: JakeA (~Adium@93-97-17-15.zone5.bethere.co.uk)
- # [10:32] * Quits: JakeA1 (~Adium@93-97-17-15.zone5.bethere.co.uk) (Read error: Connection reset by peer)
- # [10:34] * Fabryz_sleep is now known as Fabryz
- # [10:35] * Joins: y3di (~y3di@pool-71-162-75-176.bstnma.east.verizon.net)
- # [10:39] * Quits: devongovett (~devongove@pcp038375pcs.morro.reshall.calpoly.edu) (Quit: devongovett)
- # [10:39] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [10:44] * Joins: beeviz (~beevi2@ip-78-94-0-96.unitymediagroup.de)
- # [10:44] * Quits: beeeviz (~beevi2@ip-78-94-0-96.unitymediagroup.de) (Ping timeout: 272 seconds)
- # [10:45] * Quits: sasori (~sasori@175.156.142.88) (Ping timeout: 240 seconds)
- # [10:52] * Quits: vkn (~vkn@galath.net) (Ping timeout: 265 seconds)
- # [10:59] * Quits: gavin_huang (~gravof@122.247.252.2) (Ping timeout: 248 seconds)
- # [11:00] * Joins: Timothy (~Timothy@unaffiliated/taftse)
- # [11:00] * Joins: robhawkes (~robhawkes@188-220-16-96.dsl.cnl.uk.net)
- # [11:00] * Joins: pinage404 (~pinage404@APuteaux-651-1-177-87.w92-154.abo.wanadoo.fr)
- # [11:01] * Joins: louisremi (~louisremi@mon69-3-87-90-54-237.dsl.sta.abo.bbox.fr)
- # [11:02] * Quits: Matt__ (~textual@173.244.219.152) (Quit: Computer has gone to sleep.)
- # [11:06] * Joins: gavin_huang (~gravof@108.62.194.77)
- # [11:07] * Joins: pradeepbv_ (~pradeepbv@nat/yahoo/x-brseqyacxueeqmez)
- # [11:07] * Joins: Trisox (~Trisox@dw87236798.amsterdam-tc.dataweb.net)
- # [11:07] * Quits: Timothy (~Timothy@unaffiliated/taftse) (Ping timeout: 276 seconds)
- # [11:09] * Quits: pradeepbv (~pradeepbv@59.92.132.48) (Ping timeout: 245 seconds)
- # [11:09] * pradeepbv_ is now known as pradeepbv
- # [11:10] * Joins: SevenMachines (~SevenMach@89.249.79.61)
- # [11:11] * Joins: mokush (~quassel@188.24.42.204)
- # [11:11] * Quits: manuchill (~mstalfoor@83.232.96.217) (Ping timeout: 276 seconds)
- # [11:11] <mokush> why isn't knockoutjs.com more popular?
- # [11:14] * Joins: nonge_ (~nonge@p508293F7.dip.t-dialin.net)
- # [11:18] * Quits: eRQee (~eRQee@103.247.211.2) (Ping timeout: 252 seconds)
- # [11:18] <tw2113> because it hasn't knocked sense into everyone yet?
- # [11:18] * Joins: manuchill (~mstalfoor@83.232.96.217)
- # [11:18] * Joins: plh_ (~plh@hote-65-215.cccl.www2012.org)
- # [11:19] * Quits: nonge (~nonge@p5B3268E1.dip.t-dialin.net) (Ping timeout: 276 seconds)
- # [11:20] * Quits: roadt (~roadt@60.168.94.103) (Ping timeout: 276 seconds)
- # [11:22] <mnemoc> hi, do you know a framework like twitter's bootstrap but not relying in js for the css? (client-side .less compiling)
- # [11:24] * Quits: plh_ (~plh@hote-65-215.cccl.www2012.org) (Ping timeout: 245 seconds)
- # [11:26] * Quits: timtux_ (~ove@de-10.2.0.32.it-roteln.narkotikapolisen.se) (Quit: leaving)
- # [11:29] * Quits: nlogax (~nlogax@unaffiliated/nlogax) (Quit: bbl)
- # [11:30] * Quits: ajaykools (~ajay@117.202.21.43) (Ping timeout: 264 seconds)
- # [11:31] * Quits: uu (~uu@60.164.201.41) (Quit: 离开)
- # [11:31] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: IRC is just multiplayer notepad)
- # [11:31] * Quits: sphinxxx (~sphinxxx@pool-74-102-8-51.nwrknj.fios.verizon.net) (Quit: sphinxxx)
- # [11:33] * Quits: MisterSpeaker (~MisterSpe@zenexity.pck.nerim.net) (Remote host closed the connection)
- # [11:34] * Joins: azzazel (~Adium@93-87-213-144.dynamic.isp.telekom.rs)
- # [11:37] * Joins: ryanstewart (~rstewart@24-104-73-2-ip-static.hfc.comcastbusiness.net)
- # [11:38] * Quits: replore_ (~replore@203.152.213.161.static.zoot.jp) (Remote host closed the connection)
- # [11:39] * Quits: caasiHuang (~caasiHuan@118-170-19-92.dynamic.hinet.net) (Read error: Connection reset by peer)
- # [11:39] * Joins: caasiHuang (~caasiHuan@118-170-19-92.dynamic.hinet.net)
- # [11:41] * Quits: machine2 (~machine4@pool-74-111-197-200.lsanca.fios.verizon.net) (Ping timeout: 260 seconds)
- # [11:45] * Joins: machine2 (~machine4@pool-74-111-197-200.lsanca.fios.verizon.net)
- # [11:46] * Quits: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk) (Ping timeout: 272 seconds)
- # [11:47] * Quits: ircjsbot (~irc-js@46-38-167-162.static.cloud-ips.co.uk) (Ping timeout: 265 seconds)
- # [11:47] * Quits: peol (~andree@unaffiliated/peol) (Ping timeout: 252 seconds)
- # [11:59] * Joins: D4 (~D4@81-94-163-3.customer.itmastaren.net)
- # [12:05] * Quits: manuchill (~mstalfoor@83.232.96.217) (Ping timeout: 245 seconds)
- # [12:12] * Quits: whitman (~whitman@itsad-034.its.dur.ac.uk) (Ping timeout: 244 seconds)
- # [12:14] * Joins: manuchill (~mstalfoor@83.232.96.217)
- # [12:19] * Joins: Lightheaded (~lighthead@195.222.6.16)
- # [12:19] * Quits: Lightheaded (~lighthead@195.222.6.16) (Client Quit)
- # [12:21] * Quits: ryanstewart (~rstewart@24-104-73-2-ip-static.hfc.comcastbusiness.net) (Quit: ryanstewart)
- # [12:22] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: i love javascript and webgl. see http://pacmaze.com)
- # [12:22] * Quits: Stava (~Stava@c-46-246-20-247.anonymous.at.anonine.com) (Ping timeout: 260 seconds)
- # [12:26] * Joins: Lyoshi (~Adium@82.117.199.26)
- # [12:26] <Trisox> where looking for a junior / senior web developer in the netherlands any one intrested? pm me
- # [12:29] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [12:32] * Quits: sn0lan (~sn0lan@nat1.rugby.propcom.co.uk)
- # [12:35] * Joins: BigKing (~BigKing@dslb-084-061-105-239.pools.arcor-ip.net)
- # [12:36] * Joins: Stava (~Stava@78-69-111-20-no83.tbcn.telia.com)
- # [12:37] * Quits: benv (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net) (Read error: Connection reset by peer)
- # [12:40] * Quits: niloy (~niloy@61.12.96.242) (Remote host closed the connection)
- # [12:42] * Quits: mszola (~Zola@184-13-19-54.dr01.clbg.wv.frontiernet.net) (Ping timeout: 252 seconds)
- # [12:42] * Joins: benv (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net)
- # [12:44] * Quits: tob1 (~tob1@p5DE971A7.dip.t-dialin.net) (Quit: tob1)
- # [12:44] * Quits: mokush (~quassel@188.24.42.204) (Remote host closed the connection)
- # [12:48] * Joins: replore (~replore@EM117-55-65-134.emobile.ad.jp)
- # [12:48] * Quits: replore (~replore@EM117-55-65-134.emobile.ad.jp) (Remote host closed the connection)
- # [12:50] * Joins: mike5w3c_ (~MikeSmith@p15181-obmd01.tokyo.ocn.ne.jp)
- # [12:52] * Joins: vkn (~vkn@galath.net)
- # [12:54] * Quits: mike5w3c (~MikeSmith@p15181-obmd01.tokyo.ocn.ne.jp) (Ping timeout: 264 seconds)
- # [12:54] * mike5w3c_ is now known as mike5w3c
- # [12:57] * Quits: davidbanham (~davidbanh@95.27.233.220.static.exetel.com.au) (Remote host closed the connection)
- # [12:57] * Joins: vikash (~vikash@1.186.0.57)
- # [12:57] * Quits: vikash (~vikash@1.186.0.57) (Changing host)
- # [12:57] * Joins: vikash (~vikash@unaffiliated/vikash)
- # [13:00] <sunbeam> i just created a quick temporary under construction site with form. in all browsers view is equal except for ipad
- # [13:00] <sunbeam> the width is 530px so that should be the issue
- # [13:00] <sunbeam> does anyone know where i could best look at debugging this?
- # [13:00] <sunbeam> the font should (conditionally) be 12px for tablets and smartphones, and then everything will display ok
- # [13:08] * Quits: louisremi (~louisremi@mon69-3-87-90-54-237.dsl.sta.abo.bbox.fr) (Quit: louisremi)
- # [13:08] * Joins: louisremi (~louisremi@mon69-3-87-90-54-237.dsl.sta.abo.bbox.fr)
- # [13:09] * Joins: ruimarinho (~ruimarinh@a89-152-184-82.cpe.netcabo.pt)
- # [13:10] * Quits: thisisred (~thisisred@pool-108-54-148-119.nycmny.fios.verizon.net) (Quit: Leaving...)
- # [13:10] * Quits: SevenMachines (~SevenMach@89.249.79.61) (Ping timeout: 276 seconds)
- # [13:10] * Quits: vikash (~vikash@unaffiliated/vikash) (Quit: Leaving)
- # [13:11] * Joins: thisisred (~thisisred@pool-108-54-148-119.nycmny.fios.verizon.net)
- # [13:14] * Joins: Jon47 (~Adium@pool-74-96-160-56.washdc.fios.verizon.net)
- # [13:15] * Quits: mahtij (mahti@ponky.org) (Quit: Lost terminal)
- # [13:17] * Quits: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl) (Changing host)
- # [13:17] * Joins: sean` (~seankoole@unaffiliated/sean/x-7291292)
- # [13:20] * Joins: zatan_ (~zatan@5ad36aca.bb.sky.com)
- # [13:21] * Quits: zatan_ (~zatan@5ad36aca.bb.sky.com) (Max SendQ exceeded)
- # [13:21] * Joins: zatan_ (~zatan@5ad36aca.bb.sky.com)
- # [13:22] * Parts: Lyoshi (~Adium@82.117.199.26)
- # [13:23] * Quits: zatan_ (~zatan@5ad36aca.bb.sky.com) (Max SendQ exceeded)
- # [13:23] * Joins: zatan_ (~zatan@5ad36aca.bb.sky.com)
- # [13:23] * Joins: SevenMachines (~SevenMach@89.249.79.61)
- # [13:23] * Joins: haizum (~haizum@bas5-montreal02-1096555271.dsl.bell.ca)
- # [13:24] * Quits: zatan_ (~zatan@5ad36aca.bb.sky.com) (Max SendQ exceeded)
- # [13:25] * Joins: zatan_ (~zatan@5ad36aca.bb.sky.com)
- # [13:26] * Quits: zatan_ (~zatan@5ad36aca.bb.sky.com) (Max SendQ exceeded)
- # [13:27] * Joins: zatan_ (~zatan@5ad36aca.bb.sky.com)
- # [13:29] * Joins: tob1 (~tob1@p5DE971A7.dip.t-dialin.net)
- # [13:32] * Quits: haizum (~haizum@bas5-montreal02-1096555271.dsl.bell.ca) (Ping timeout: 248 seconds)
- # [13:40] * Quits: SevenMachines (~SevenMach@89.249.79.61) (Ping timeout: 276 seconds)
- # [13:42] * Quits: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
- # [13:42] * Joins: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp)
- # [13:45] * Joins: abraxas_ (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp)
- # [13:46] * Joins: Armen (~armen@dsl-69-171-154-4.acanac.net)
- # [13:47] * Quits: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp) (Ping timeout: 240 seconds)
- # [13:47] * Joins: SevenMachines (~SevenMach@89.249.79.61)
- # [13:48] * Joins: pingo__ (~anders@77.40.160.226)
- # [13:50] * Quits: pingo__ (~anders@77.40.160.226) (Client Quit)
- # [13:50] * Quits: abraxas_ (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp) (Ping timeout: 276 seconds)
- # [13:54] * Joins: roadt (~roadt@60.168.94.103)
- # [13:56] * Quits: offtime (~ontime@24.51.141.229) (Ping timeout: 252 seconds)
- # [13:58] * Joins: erichynds (~ehynds@64.206.121.41)
- # [14:00] * Quits: GhostFreeman (~GhostFree@c-24-98-246-138.hsd1.ga.comcast.net) (Quit: Not here, will respond later)
- # [14:04] * Joins: ajaykools (~ajay@117.192.138.9)
- # [14:06] * Quits: pokoli (~pokoli@121.Red-79-147-67.dynamicIP.rima-tde.net) (Remote host closed the connection)
- # [14:06] * Quits: SevenMachines (~SevenMach@89.249.79.61) (Ping timeout: 276 seconds)
- # [14:07] * Joins: cccaldas (~cccaldas@187.59.161.15)
- # [14:12] * Joins: skylamer` (cgskylamer@78.90.213.55)
- # [14:15] * Quits: manuchill (~mstalfoor@83.232.96.217) (Quit: Ex-Chat)
- # [14:15] * Joins: manuchill_ (~mstalfoor@83.232.96.217)
- # [14:15] * manuchill_ is now known as manuchill
- # [14:16] * Joins: SevenMachines (~SevenMach@89.249.79.61)
- # [14:16] * Joins: grantg (~chatzilla@69.88.160.3)
- # [14:17] * Quits: pradeepbv (~pradeepbv@nat/yahoo/x-brseqyacxueeqmez) (Ping timeout: 240 seconds)
- # [14:17] <grantg> hey, I need people to review the code at https://github.com/grantgalitz/JS-Image-Resizer/blob/master/resize.js
- # [14:17] <grantg> Just added another algo to it
- # [14:17] <grantg> so that downscaling and upscaling use two completely different algos
- # [14:18] <grantg> the downscaling is not the run of the mill interpolation, but a custom one that doesn't artifact like bi-linear
- # [14:18] <grantg> the upscaling one is new, and is an optimized bi-linear two pass
- # [14:20] <grantg> People might actually want to use them, as this script can obtain better quality than the canvas2d scaling in some cases
- # [14:20] <grantg> and when software scaling can only be done, it's the same speed
- # [14:20] * Parts: mcnesium (~mcnesium@unaffiliated/mcnesium)
- # [14:20] <grantg> Just tested this with js gbc, it beats google chrome's software scaler when disabling hw acceleration
- # [14:21] <grantg> seriously. :O
- # [14:23] * Quits: ajaykools (~ajay@117.192.138.9) (Ping timeout: 276 seconds)
- # [14:24] * Joins: venom00ut (~venom00@fw-necst.elet.polimi.it)
- # [14:24] * Quits: venom00ut (~venom00@fw-necst.elet.polimi.it) (Changing host)
- # [14:24] * Joins: venom00ut (~venom00@unaffiliated/venom00)
- # [14:24] * Joins: azzazel1 (~Adium@82.117.199.26)
- # [14:26] * Quits: azzazel (~Adium@93-87-213-144.dynamic.isp.telekom.rs) (Ping timeout: 265 seconds)
- # [14:29] * Joins: batmanian (~textual@CPE-124-180-246-208.lns11.lon.bigpond.net.au)
- # [14:32] * Joins: andr3 (~andr3@194.65.5.235)
- # [14:32] * Quits: pinage404 (~pinage404@APuteaux-651-1-177-87.w92-154.abo.wanadoo.fr) (Quit: Screw you guys I'm going home)
- # [14:33] * Joins: nlogax (~nlogax@unaffiliated/nlogax)
- # [14:35] * Joins: ericbarnes (~ericbarne@cpe-069-132-175-083.carolina.res.rr.com)
- # [14:35] * Joins: ircjsbot (~irc-js@46-38-167-162.static.cloud-ips.co.uk)
- # [14:36] * Quits: azzazel1 (~Adium@82.117.199.26) (Quit: Leaving.)
- # [14:36] * Joins: GhostFreeman (~GhostFree@12.22.93.195)
- # [14:37] * Joins: shwetank (~shwetank@115.117.148.63)
- # [14:37] * Joins: azzazel (~Adium@82.117.199.26)
- # [14:39] * Joins: ajaykools (~ajay@122.167.108.156)
- # [14:42] * Joins: niloy (~niloy@61.12.96.242)
- # [14:43] * Quits: beeviz (~beevi2@ip-78-94-0-96.unitymediagroup.de) (Read error: Connection reset by peer)
- # [14:43] * Joins: beeviz (~beevi2@ip-78-94-0-96.unitymediagroup.de)
- # [14:43] * Joins: whitman (~whitman@itsad-034.its.dur.ac.uk)
- # [14:44] * Quits: Jon47 (~Adium@pool-74-96-160-56.washdc.fios.verizon.net) (Quit: Leaving.)
- # [14:49] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
- # [14:49] * Quits: ajaykools (~ajay@122.167.108.156) (Read error: Connection reset by peer)
- # [14:51] * Quits: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 248 seconds)
- # [14:51] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [14:51] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 264 seconds)
- # [14:51] <Moo^> :o
- # [14:52] <grantg> yeah
- # [14:52] <grantg> I can do 60 fps at 600x600
- # [14:52] <grantg> :O
- # [14:52] <grantg> scaling from 200x200
- # [14:52] * Joins: temp02 (~temp01@unaffiliated/temp01)
- # [14:53] <grantg> with this software scaler done in js which can do bi-linear and a custom
- # [14:53] <grantg> bi-linear is actually slightly faster
- # [14:53] <grantg> But bi-linear is used only on upscaling, as bi-linear inherently is bad in downscaling
- # [14:53] <grantg> the custom is used there instead
- # [14:54] <grantg> bad as in bi-linear requires multiple passes to work around the algo's flaws
- # [14:54] <grantg> you can do the same as bi-linear (when downscaling) with a rolling accum which is what the custom is.
- # [14:55] <grantg> but without the re-passes
- # [14:56] * Quits: gekko_ (~jjk@78.157.103.6) (Quit: Ex-Chat)
- # [14:56] <grantg> Moo^: http://i.imgur.com/CrR1Z.png
- # [14:56] <grantg> Notice "Resize canvas directly in JavaScript:" is checked
- # [14:58] <Moo^> grantg: you don't use webGL at all in the emulator?
- # [14:58] <grantg> canvas2d
- # [14:58] <Moo^> I was thinking reimplementing the scaler in webGL fragment shader, but I am not sure wheter that would serve any purpose
- # [14:59] <grantg> most browsers will hw accelerate canvas 2d
- # [14:59] <grantg> the rolling accum will knock out your gpu
- # [14:59] <grantg> as it's CPU oriented
- # [14:59] <grantg> requires lockstep
- # [14:59] <Moo^> ah
- # [14:59] * Quits: gyzmodo (x@89.146.120.108) (Read error: Connection reset by peer)
- # [15:00] <grantg> I get HW acceleration now in google chrome and firefox, plus IE still doesn't natively support webgl
- # [15:00] <grantg> I really should add webgl support though
- # [15:00] <grantg> I tried awhile ago
- # [15:00] <grantg> but google chrome was a fit of instability
- # [15:01] * Quits: manuchill (~mstalfoor@83.232.96.217) (Ping timeout: 276 seconds)
- # [15:01] <grantg> I find it funny though you can't putImageData the image and let CSS scale the canvas in google chrome
- # [15:01] <grantg> you have to putImageData to an offscreen canvas, then drawImage it as scaled to the target canvas
- # [15:02] <grantg> for hardware acceleration in google chrome
- # [15:02] * Joins: ajaykools (~ajay@122.178.254.172)
- # [15:02] <grantg> firefox is the **complete opposite**
- # [15:02] <grantg> firefox will only hw accelerate it if scaled via css
- # [15:02] <grantg> drawImage is slow in FF
- # [15:03] <grantg> Moo^: If you look at the source, you'll see I sniff for mozRequestAnimationFrame, but I don't use it
- # [15:03] <grantg> It's a UA detect
- # [15:03] <grantg> for this bulls**t
- # [15:04] <Moo^> madness
- # [15:04] <Moo^> grantg: is there bug against drawImage() in FF?
- # [15:04] <grantg> firefox accelerates layout, google chrome most of the time does not
- # [15:04] <grantg> yes
- # [15:04] <Moo^> IE also does accelerated drawImage() AFAIK
- # [15:04] <grantg> and one for google chrome being retarded with css scaling
- # [15:04] * Joins: codewrangler (~codewrang@pool-108-48-116-141.washdc.fios.verizon.net)
- # [15:04] <grantg> Moo^: Which is why I sniff out for FIREFOX. :P
- # [15:05] <Moo^> >_<
- # [15:05] <grantg> Funny, because I don't use rAF anymore
- # [15:05] <grantg> Too buggy in all browsers
- # [15:06] <grantg> they all implement stupid throttle algos that fuck shit up
- # [15:06] <jetienne> grantg: do you have a writeup explaining the bug in requestanimframe ?
- # [15:06] <grantg> and doing certain call patterns screws with rAF logic implemented by browsers
- # [15:07] <grantg> jetienne: I didn't do a writeup, though I explained it on IRC a few days ago in raeg
- # [15:07] <grantg> probably in someone's IRC scrollback
- # [15:07] <jetienne> probably lost :)
- # [15:07] <grantg> TL;DR frame rates all fucked up in this shit
- # [15:07] <grantg> rAF lacks a proper frame rate cap access for the js dev
- # [15:08] <jetienne> maybe raeg will do a writeup
- # [15:08] <grantg> browsers try to imply the actual frame rate and fuck shit up
- # [15:08] <grantg> or lock out devs from the frame rate logic
- # [15:09] <Moo^> grantg: you need more low level control
- # [15:09] <grantg> yeah
- # [15:09] <grantg> rAF is retarded currently
- # [15:10] <grantg> frame scheduling is too locked away with it
- # [15:13] * Joins: manuchill (~mstalfoor@83.232.96.217)
- # [15:14] * Joins: nathanstaines (~nathansta@217.205.197.194)
- # [15:14] <grantg> funny, I can totally confirm google chrome uses bi-linear though, because it matches what I implemented for upscaling. lol
- # [15:14] <grantg> I thought someone said google chrome used a different one
- # [15:15] * Quits: glcrazy (~glcrazy@79.119.95.83) (Remote host closed the connection)
- # [15:15] * Quits: robhawkes (~robhawkes@188-220-16-96.dsl.cnl.uk.net) (Quit: Linkinus - http://linkinus.com)
- # [15:15] * Joins: glcrazy (~glcrazy@79.119.95.83)
- # [15:19] * Joins: rickibalboa (~ricki@84.19.108.75)
- # [15:20] * Joins: johnkpaul (~johnkpaul@ool-6c3abe9a.static.optonline.net)
- # [15:20] * Quits: niloy (~niloy@61.12.96.242) (Ping timeout: 252 seconds)
- # [15:21] * Joins: ^pH (~ph@1.130.8.61)
- # [15:22] * Quits: ^pH^^ (~ph@120.159.231.237) (Ping timeout: 260 seconds)
- # [15:23] * Joins: fleeting (~fleeting@rrcs-67-79-88-162.sw.biz.rr.com)
- # [15:28] * Quits: grantg (~chatzilla@69.88.160.3) (Quit: ChatZilla 0.9.88.2 [Firefox 11.0/20120312181643])
- # [15:29] * Quits: whitman (~whitman@itsad-034.its.dur.ac.uk) (Disconnected by services)
- # [15:29] * Joins: whitman_ (~whitman@itsad-034.its.dur.ac.uk)
- # [15:30] * Quits: whitman_ (~whitman@itsad-034.its.dur.ac.uk) (Client Quit)
- # [15:31] * Quits: Itrace (~Itrace@74-84-110-222.client.mchsi.com) (Remote host closed the connection)
- # [15:31] * Quits: nathanstaines (~nathansta@217.205.197.194) (Quit: Linkinus - http://linkinus.com)
- # [15:34] * Joins: raj` (~raj@unaffiliated/cypha)
- # [15:35] * Quits: glcrazy (~glcrazy@79.119.95.83) (Remote host closed the connection)
- # [15:35] * Joins: krater (~benito@189.71.35.138)
- # [15:35] * Joins: glcrazy (~glcrazy@79.119.95.83)
- # [15:36] * Parts: krater (~benito@189.71.35.138)
- # [15:36] * Joins: stian133 (~stian133@80.239.24.2)
- # [15:38] * Quits: raj (~raj@unaffiliated/cypha) (Ping timeout: 272 seconds)
- # [15:39] * Joins: carminec (~user@98-74-252-216.dsl.colba.net)
- # [15:39] * Joins: plh_ (~plh@hote-84-5.cccl.www2012.org)
- # [15:40] * Joins: whitman (~whitman@itsad-034.its.dur.ac.uk)
- # [15:42] * Quits: GhostFreeman (~GhostFree@12.22.93.195) (Quit: GhostFreeman)
- # [15:42] * Joins: shahor_ (~Shahor@mfl93-7-88-174-32-157.fbx.proxad.net)
- # [15:42] * Quits: Shahor (~Shahor@mfl93-7-88-174-32-157.fbx.proxad.net) (Read error: No route to host)
- # [15:43] * Joins: robhawkes (~robhawkes@188-220-16-96.dsl.cnl.uk.net)
- # [15:45] * Joins: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk)
- # [15:45] * Quits: temp02 (~temp01@unaffiliated/temp01) (Ping timeout: 276 seconds)
- # [15:46] * Quits: gavin_huang (~gravof@108.62.194.77) (Quit: Leaving)
- # [15:46] * Quits: codewrangler (~codewrang@pool-108-48-116-141.washdc.fios.verizon.net) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [15:47] * Joins: codewrangler (~codewrang@pool-108-48-116-141.washdc.fios.verizon.net)
- # [15:48] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [15:49] * Joins: rupl (~anonymous@cpe-66-25-171-137.austin.res.rr.com)
- # [15:50] * raj` is now known as raj
- # [15:50] * Quits: danielfilho (~daniel@187.31.77.7) (Quit: </html>)
- # [15:51] * Joins: dnstbr (~dnstbr@rrcs-97-77-70-128.sw.biz.rr.com)
- # [15:51] * Joins: mascix (~opakdil@83.66.110.192)
- # [15:52] * Joins: replore_ (~replore@EM117-55-65-135.emobile.ad.jp)
- # [15:55] * Joins: emailshwetank (~shwetank@14.98.94.225)
- # [15:57] * Quits: shwetank (~shwetank@115.117.148.63) (Ping timeout: 250 seconds)
- # [15:58] * Joins: bluezjuice (~bluezjuic@gateway/tor-sasl/bluezjuice)
- # [16:01] * Joins: jeffl8n (~jeffl8n@pool-108-4-69-22.rcmdva.fios.verizon.net)
- # [16:02] * Joins: ontime (~ontime@unaffiliated/ontime)
- # [16:04] * Joins: devmikey (~irc@unaffiliated/devmikey)
- # [16:09] * Joins: Jackneill (~Jackneill@unaffiliated/jackneill)
- # [16:09] * Quits: SevenMachines (~SevenMach@89.249.79.61) (Remote host closed the connection)
- # [16:10] * Quits: erichynds (~ehynds@64.206.121.41) (Ping timeout: 244 seconds)
- # [16:10] * Quits: ruimarinho (~ruimarinh@a89-152-184-82.cpe.netcabo.pt) (Read error: Connection reset by peer)
- # [16:10] * Joins: ruimarinho (~ruimarinh@a89-152-184-82.cpe.netcabo.pt)
- # [16:10] * Joins: trumpetmic (~trumpetmi@c-107-2-155-157.hsd1.co.comcast.net)
- # [16:13] * Quits: Shusshu (~shu@ip51cd1542.speed.planet.nl)
- # [16:13] * Quits: soee (~soee@83-238-167-52.ip.netia.com.pl) (Quit: Wychodzi)
- # [16:14] * theresa_away is now known as theresaanna
- # [16:14] * Quits: thisisred (~thisisred@pool-108-54-148-119.nycmny.fios.verizon.net) (Quit: Linkinus - http://linkinus.com)
- # [16:16] * Joins: thisisred (~thisisred@pool-108-54-148-119.nycmny.fios.verizon.net)
- # [16:16] * Joins: myakura (~myakura@FL1-221-171-5-98.tky.mesh.ad.jp)
- # [16:16] * Quits: jonathansnook (~jonathans@CPE0026f30cb9c8-CM0026f30cb9c5.cpe.net.cable.rogers.com) (Quit: jonathansnook)
- # [16:19] * Joins: KriciR (~kricir@c-76-113-181-21.hsd1.mn.comcast.net)
- # [16:19] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: i love javascript and webgl. see http://pacmaze.com)
- # [16:20] * Joins: devongovett (~devongove@pcp038375pcs.morro.reshall.calpoly.edu)
- # [16:23] * Quits: Stava (~Stava@78-69-111-20-no83.tbcn.telia.com) (Ping timeout: 248 seconds)
- # [16:23] * Joins: deasy (~deasy@109.89.87.172)
- # [16:23] * Quits: rupl (~anonymous@cpe-66-25-171-137.austin.res.rr.com) (Quit: ^_^)
- # [16:24] * Quits: stian133 (~stian133@80.239.24.2) (Remote host closed the connection)
- # [16:26] * Joins: aljosa (~aljosa@212.92.197.106)
- # [16:28] * Joins: mszola (~Zola@184-13-19-54.dr01.clbg.wv.frontiernet.net)
- # [16:32] * Quits: batmanian (~textual@CPE-124-180-246-208.lns11.lon.bigpond.net.au) (Ping timeout: 260 seconds)
- # [16:32] <dr0id> Doris Knows HTML5
- # [16:33] * Quits: emailshwetank (~shwetank@14.98.94.225) (Quit: Linkinus - http://linkinus.com)
- # [16:36] * Parts: manuchill (~mstalfoor@83.232.96.217) ("Ex-Chat")
- # [16:36] * Quits: johnkpaul (~johnkpaul@ool-6c3abe9a.static.optonline.net)
- # [16:36] * johnkpaul-afk is now known as johnkpaul
- # [16:37] * Quits: shahor_ (~Shahor@mfl93-7-88-174-32-157.fbx.proxad.net) (Ping timeout: 245 seconds)
- # [16:38] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
- # [16:39] * nekr is now known as nekr-work|away
- # [16:39] * Joins: shwetank (~shwetank@14.98.94.225)
- # [16:40] * Joins: danielfilho (~daniel@187.31.77.7)
- # [16:41] * Joins: sphinxxx (~sphinxxx@69.160.252.5)
- # [16:44] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [16:44] * Parts: azzazel (~Adium@82.117.199.26)
- # [16:45] * Joins: tantek (~tantek@c-76-115-51-221.hsd1.or.comcast.net)
- # [16:45] * Quits: dephex (~dddd@CPE-72-128-193-51.wi.res.rr.com) (Ping timeout: 248 seconds)
- # [16:45] * Quits: venom00ut (~venom00@unaffiliated/venom00) (Ping timeout: 272 seconds)
- # [16:45] * Quits: BigKing (~BigKing@dslb-084-061-105-239.pools.arcor-ip.net) (Read error: Operation timed out)
- # [16:47] * Joins: pandeiro (~mu@bd21c5b8.virtua.com.br)
- # [16:47] * Quits: Ducki (~Ducki@pD9E39B40.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
- # [16:49] * Quits: tantek (~tantek@c-76-115-51-221.hsd1.or.comcast.net) (Ping timeout: 246 seconds)
- # [16:50] * Quits: roadt (~roadt@60.168.94.103) (Ping timeout: 246 seconds)
- # [16:50] * Quits: philihp (~philihp@sas11097.nat.sas.com) (Read error: Connection reset by peer)
- # [16:52] * Joins: erichynds (~ehynds@64.206.121.41)
- # [16:54] * Joins: philihp (~philihp@sas11097.nat.sas.com)
- # [16:55] * Joins: PeeterWork (~Peeter@webmail.opus.ee)
- # [16:58] * Quits: PalleZingmark (~Adium@217.13.228.226) (Quit: Leaving.)
- # [17:01] * Quits: ajaykools (~ajay@122.178.254.172) (Remote host closed the connection)
- # [17:01] * Joins: ajaykools (~ajay@122.178.254.172)
- # [17:02] * Joins: roadt (~roadt@60.168.94.103)
- # [17:03] * Joins: squeakytoy (hidden-use@gateway.netset.se)
- # [17:03] * Joins: rupl (anonymous@rrcs-24-173-111-218.sw.biz.rr.com)
- # [17:04] * Joins: ajay_ (~ajay@122.178.254.172)
- # [17:04] * Quits: ajay_ (~ajay@122.178.254.172) (Remote host closed the connection)
- # [17:05] * Joins: Me1000 (~Me1000@128.163.7.135)
- # [17:06] * Joins: fungoat (~fungoat@rrcs-24-73-238-17.se.biz.rr.com)
- # [17:06] * Joins: krater (~benito@189.71.35.138)
- # [17:06] * Parts: krater (~benito@189.71.35.138)
- # [17:09] * Quits: Jonadabe (~Jonadabe@bl11-2-203.dsl.telepac.pt) (Ping timeout: 252 seconds)
- # [17:10] * Quits: Trisox (~Trisox@dw87236798.amsterdam-tc.dataweb.net) (Quit: Linkinus - http://linkinus.com)
- # [17:11] * Joins: brrutzo (~john@160.79.20.210)
- # [17:13] * Quits: roel_ (~quassel@d54C236E3.access.telenet.be) (Read error: Connection reset by peer)
- # [17:14] * Joins: pinage404 (~pinage404@APuteaux-651-1-177-87.w92-154.abo.wanadoo.fr)
- # [17:14] * Joins: Shahor (~Shahor@mfl93-7-88-174-32-157.fbx.proxad.net)
- # [17:15] * Quits: erichynds (~ehynds@64.206.121.41) (Ping timeout: 276 seconds)
- # [17:15] * Quits: pinage404 (~pinage404@APuteaux-651-1-177-87.w92-154.abo.wanadoo.fr) (Client Quit)
- # [17:15] * Quits: dmachi1 (~dmachi@pool-71-254-64-254.ronkva.east.verizon.net) (Read error: Connection reset by peer)
- # [17:15] * Joins: dmachi (~dmachi@pool-71-254-64-254.ronkva.east.verizon.net)
- # [17:17] * Quits: D4 (~D4@81-94-163-3.customer.itmastaren.net) (Quit: This computer has gone to sleep)
- # [17:19] * Joins: plh__ (~plh@hote-94-200.cccl.www2012.org)
- # [17:19] * Quits: y3di (~y3di@pool-71-162-75-176.bstnma.east.verizon.net) (Ping timeout: 244 seconds)
- # [17:20] * Quits: plh_ (~plh@hote-84-5.cccl.www2012.org) (Ping timeout: 240 seconds)
- # [17:20] * Joins: prudnikov (~prudnikov@20.60.broadband7.iol.cz)
- # [17:20] * Quits: Me1000 (~Me1000@128.163.7.135) (Quit: Leaving...)
- # [17:23] * Joins: y3di (~y3di@pool-71-162-75-176.bstnma.east.verizon.net)
- # [17:27] * Joins: lalala (y3di@YEDIPC.WIFI.WPI.EDU)
- # [17:27] * Quits: thisisred (~thisisred@pool-108-54-148-119.nycmny.fios.verizon.net) (Quit: Linkinus - http://linkinus.com)
- # [17:28] * Quits: caasiHuang (~caasiHuan@118-170-19-92.dynamic.hinet.net) (Remote host closed the connection)
- # [17:28] * Quits: y3di (~y3di@pool-71-162-75-176.bstnma.east.verizon.net) (Ping timeout: 244 seconds)
- # [17:29] * Joins: ryan_tait (~ryan_tait@s72-38-252-210.static.datacom.cgocable.net)
- # [17:29] * Joins: tonyjcamp (~tonyjcamp@ip68-99-237-193.ph.ph.cox.net)
- # [17:31] * Joins: ajay_ (~ajay@122.178.254.172)
- # [17:31] * Quits: ajay_ (~ajay@122.178.254.172) (Read error: Connection reset by peer)
- # [17:32] * Quits: plh__ (~plh@hote-94-200.cccl.www2012.org) (Quit: always accept cookies)
- # [17:32] * Joins: Timothy (~Timothy@unaffiliated/taftse)
- # [17:32] * Quits: ajaykools (~ajay@122.178.254.172) (Remote host closed the connection)
- # [17:33] * Joins: ajaykools (~ajay@122.178.254.172)
- # [17:33] * Joins: pitchfork (~pitchfork@unaffiliated/pitchfork)
- # [17:33] * Joins: BreadMaker (~BreadMake@pc-188-69-83-200.cm.vtr.net)
- # [17:34] * Joins: vikash (~vikash@unaffiliated/vikash)
- # [17:36] * Quits: raj (~raj@unaffiliated/cypha) (Ping timeout: 252 seconds)
- # [17:36] * Quits: ajaykools (~ajay@122.178.254.172) (Read error: Connection reset by peer)
- # [17:40] * Joins: ajaykools (~ajay@122.178.254.172)
- # [17:42] * Joins: cyrusyrus (~cyrusyrus@122.169.85.111)
- # [17:42] * Quits: cyrusyrus (~cyrusyrus@122.169.85.111) (Remote host closed the connection)
- # [17:43] * Joins: Ms2ger (~Ms2ger@91.181.73.47)
- # [17:45] * Quits: Timothy (~Timothy@unaffiliated/taftse) (Read error: Connection reset by peer)
- # [17:47] * Joins: _shorinji_ (~ffall@c83-248-254-117.bredband.comhem.se)
- # [17:47] * Vennril2 is now known as Vennril
- # [17:47] * Joins: Timothy (~Timothy@unaffiliated/taftse)
- # [17:49] * Quits: ajaykools (~ajay@122.178.254.172) (Quit: Leaving)
- # [17:50] * Joins: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk)
- # [17:51] * Joins: venom00ut (~venom00@fw-necst.elet.polimi.it)
- # [17:51] * Quits: venom00ut (~venom00@fw-necst.elet.polimi.it) (Changing host)
- # [17:51] * Joins: venom00ut (~venom00@unaffiliated/venom00)
- # [17:52] * Joins: ajaykools (~ajay@122.178.254.172)
- # [17:53] * Joins: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net)
- # [17:54] * Joins: thisisred (~thisisred@pool-108-54-148-119.nycmny.fios.verizon.net)
- # [17:54] * Quits: ajaykools (~ajay@122.178.254.172) (Remote host closed the connection)
- # [17:55] * Joins: WebDragon|laptop (~webdragon@c-68-82-181-85.hsd1.de.comcast.net)
- # [17:55] * Joins: WebDragon (~webdragon@c-68-82-181-85.hsd1.de.comcast.net)
- # [17:55] * Joins: ajaykools (~ajay@122.178.254.172)
- # [17:55] * johnkpaul is now known as johnkpaul-afk
- # [17:55] * Joins: raj (~raj@unaffiliated/cypha)
- # [17:56] <David_Bradbury> Was looking for a portable version of Firefox 3.6 for testing... Found http://sourceforge.net/projects/portableapps/ - It sounds good form what people say... But that interface screams "bloatware/malware" to me
- # [17:57] * Quits: WebDragon (~webdragon@c-68-82-181-85.hsd1.de.comcast.net) (Client Quit)
- # [17:57] * WebDragon|laptop is now known as WebDragon
- # [17:57] * Quits: mascix (~opakdil@83.66.110.192) (Quit: Leaving.)
- # [18:02] * Quits: venom00ut (~venom00@unaffiliated/venom00) (Ping timeout: 252 seconds)
- # [18:05] * Quits: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net) (Quit: ChatZilla 0.9.87 [Firefox 11.0/20120312181643])
- # [18:05] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Quit: dflk;adfslkj;alsiekfj;laiskdf)
- # [18:05] * Quits: Timothy (~Timothy@unaffiliated/taftse) (Ping timeout: 276 seconds)
- # [18:05] * Joins: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk)
- # [18:08] * Quits: Ron_D (~Chevalric@77.242.116.2) (Quit: Ron_D)
- # [18:09] * Joins: cgcardona (~cgcardona@64.124.34.2)
- # [18:09] * Quits: cgcardona (~cgcardona@64.124.34.2) (Changing host)
- # [18:09] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [18:09] * Quits: tob1 (~tob1@p5DE971A7.dip.t-dialin.net) (Quit: tob1)
- # [18:10] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne)
- # [18:10] * Quits: whitman (~whitman@itsad-034.its.dur.ac.uk)
- # [18:11] * Quits: rickibalboa (~ricki@84.19.108.75) (Quit: Leaving)
- # [18:12] * Joins: tantek (~tantek@c-76-115-51-221.hsd1.or.comcast.net)
- # [18:12] * Quits: benv (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net) (Quit: Computer has gone to sleep.)
- # [18:12] * Joins: Reite (~chris@213.109-247-20.customer.lyse.net)
- # [18:12] * Quits: tantek (~tantek@c-76-115-51-221.hsd1.or.comcast.net) (Remote host closed the connection)
- # [18:13] * Quits: ajaykools (~ajay@122.178.254.172) (Ping timeout: 240 seconds)
- # [18:13] * Quits: Zauberfisch (Zauberfisc@venus.zauberfisch.at) (Read error: Connection reset by peer)
- # [18:13] * Quits: ericbarnes (~ericbarne@cpe-069-132-175-083.carolina.res.rr.com) (Quit: Computer has gone to sleep.)
- # [18:13] * Joins: Zauberfisch (Zauberfisc@venus.zauberfisch.at)
- # [18:14] * Joins: erichynds (~ehynds@64.206.121.41)
- # [18:14] * Quits: bluezjuice (~bluezjuic@gateway/tor-sasl/bluezjuice) (Ping timeout: 276 seconds)
- # [18:14] * Quits: Lil (Lil@173-22-210-91.client.mchsi.com) (Read error: Connection reset by peer)
- # [18:14] * Joins: Lil (~Lil@173-22-210-91.client.mchsi.com)
- # [18:15] * Quits: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk) (Ping timeout: 246 seconds)
- # [18:15] * Joins: tantek (~tantek@c-76-115-51-221.hsd1.or.comcast.net)
- # [18:15] * Joins: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net)
- # [18:17] * Quits: pandeiro (~mu@bd21c5b8.virtua.com.br) (Quit: WeeChat 0.3.7)
- # [18:17] * Joins: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk)
- # [18:19] * johnkpaul-afk is now known as johnkpaul
- # [18:21] * Joins: Cat4D (182bd7e2@gateway/web/freenode/ip.24.43.215.226)
- # [18:21] * Quits: dr0id (~andy@unaffiliated/dr0id) (Quit: Leaving.)
- # [18:23] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 245 seconds)
- # [18:23] * Joins: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net)
- # [18:24] * Quits: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net) (Changing host)
- # [18:24] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [18:25] * Joins: sedovsek (~robert@93-103-90-17.dynamic.t-2.net)
- # [18:28] * Joins: Jon47 (~Adium@pool-74-96-160-56.washdc.fios.verizon.net)
- # [18:30] * Joins: Matt__ (~textual@173.244.219.164)
- # [18:36] * Joins: shahor_ (~Shahor@mfl93-7-88-174-32-157.fbx.proxad.net)
- # [18:37] * Quits: sedovsek (~robert@93-103-90-17.dynamic.t-2.net) (Quit: sedovsek)
- # [18:37] * Joins: axos411 (~axos@xdsl-78-35-189-162.netcologne.de)
- # [18:38] * Quits: mike5w3c (~MikeSmith@p15181-obmd01.tokyo.ocn.ne.jp) (Quit: mike5w3c)
- # [18:39] * Quits: Shahor (~Shahor@mfl93-7-88-174-32-157.fbx.proxad.net) (Ping timeout: 272 seconds)
- # [18:39] * Quits: lalala (y3di@YEDIPC.WIFI.WPI.EDU) (Ping timeout: 240 seconds)
- # [18:40] * Joins: y3di (y3di@YEDIPC.WIFI.WPI.EDU)
- # [18:41] * Joins: benv (~benv@50-0-80-160.dsl.static.sonic.net)
- # [18:41] * Joins: dephex (~dddd@CPE-72-128-193-51.wi.res.rr.com)
- # [18:41] * Quits: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk) (Ping timeout: 276 seconds)
- # [18:41] * Joins: tylerstalder (~tylerstal@c-50-131-59-86.hsd1.ca.comcast.net)
- # [18:44] * Joins: Jayflux (~jay_knows@cpc1-dudl6-0-0-cust1981.wolv.cable.virginmedia.com)
- # [18:44] * Joins: mike5w3c (~MikeSmith@p15181-obmd01.tokyo.ocn.ne.jp)
- # [18:44] * Joins: venom00ut (~venom00@37.183.96.8)
- # [18:44] * Quits: venom00ut (~venom00@37.183.96.8) (Changing host)
- # [18:44] * Joins: venom00ut (~venom00@unaffiliated/venom00)
- # [18:45] * Quits: nonge_ (~nonge@p508293F7.dip.t-dialin.net) (Quit: Verlassend)
- # [18:50] * Quits: venom00ut (~venom00@unaffiliated/venom00) (Ping timeout: 260 seconds)
- # [18:51] * Joins: Stava (~Stava@c-46-246-16-244.anonymous.at.anonine.com)
- # [18:53] * Joins: clouder`g (~nospam@cpe-24-242-30-84.elp.res.rr.com)
- # [18:54] * Joins: SevenMachines (~SevenMach@93.182.175.52)
- # [18:55] * Quits: raj (~raj@unaffiliated/cypha) (Read error: Connection reset by peer)
- # [18:57] * Quits: clouder`grr (nospam@cpe-24-242-30-84.elp.res.rr.com) (Ping timeout: 276 seconds)
- # [18:57] * Joins: clouder`grr (nospam@cpe-24-242-30-84.elp.res.rr.com)
- # [18:57] * Quits: clouder`g (~nospam@cpe-24-242-30-84.elp.res.rr.com) (Ping timeout: 250 seconds)
- # [18:59] * Joins: edwardbc (~edward.ba@186.32.180.144)
- # [19:00] * Quits: axos411 (~axos@xdsl-78-35-189-162.netcologne.de) (Ping timeout: 265 seconds)
- # [19:00] * Quits: Cat4D (182bd7e2@gateway/web/freenode/ip.24.43.215.226) (Ping timeout: 245 seconds)
- # [19:01] * Quits: louisremi (~louisremi@mon69-3-87-90-54-237.dsl.sta.abo.bbox.fr) (Ping timeout: 264 seconds)
- # [19:01] * Quits: prudnikov (~prudnikov@20.60.broadband7.iol.cz) (Quit: Leaving...)
- # [19:04] * Joins: JoshuaJones (~JoshuaJon@67.198.198.66)
- # [19:04] * Joins: venom00ut (~venom00@109.112.110.178)
- # [19:04] * Quits: venom00ut (~venom00@109.112.110.178) (Changing host)
- # [19:04] * Joins: venom00ut (~venom00@unaffiliated/venom00)
- # [19:04] * Quits: y3di (y3di@YEDIPC.WIFI.WPI.EDU) (Ping timeout: 250 seconds)
- # [19:05] * Joins: raj (~raj@unaffiliated/cypha)
- # [19:06] * Joins: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk)
- # [19:08] * Joins: jonathansnook (~jonathans@67.210.173.114)
- # [19:09] * Joins: quest88 (~quest88@12.181.53.99)
- # [19:09] * Quits: SevenMachines (~SevenMach@93.182.175.52) (Ping timeout: 252 seconds)
- # [19:10] * Quits: JakeA (~Adium@93-97-17-15.zone5.bethere.co.uk) (Quit: Leaving.)
- # [19:10] * Quits: devongovett (~devongove@pcp038375pcs.morro.reshall.calpoly.edu) (Ping timeout: 276 seconds)
- # [19:11] * Joins: monteslu__ (~monteslu@ip68-109-174-213.ph.ph.cox.net)
- # [19:13] * Joins: replore__ (~replore@EM117-55-65-133.emobile.ad.jp)
- # [19:14] * Quits: monteslu_ (~monteslu@ip68-109-174-213.ph.ph.cox.net) (Ping timeout: 265 seconds)
- # [19:14] * Quits: replore_ (~replore@EM117-55-65-135.emobile.ad.jp) (Ping timeout: 245 seconds)
- # [19:15] * Joins: Timothy (Timothy@unaffiliated/taftse)
- # [19:17] * Joins: dgathright (~dgathrigh@nat/yahoo/x-dqekznslnvjretif)
- # [19:18] * Joins: louisremi (~louisremi@mon69-3-87-90-54-237.dsl.sta.abo.bbox.fr)
- # [19:19] * Quits: andr3 (~andr3@194.65.5.235) (Quit: andr3)
- # [19:23] * Quits: venom00ut (~venom00@unaffiliated/venom00) (Remote host closed the connection)
- # [19:23] * Joins: y3di (y3di@YEDIPC.WIFI.WPI.EDU)
- # [19:24] * Joins: venom00ut (~venom00@109.112.110.178)
- # [19:24] * Quits: venom00ut (~venom00@109.112.110.178) (Changing host)
- # [19:24] * Joins: venom00ut (~venom00@unaffiliated/venom00)
- # [19:24] * Joins: FunkyAss (~FunkyAss@151.67.32.148)
- # [19:25] * Joins: jetienne (~jerome@LPuteaux-156-16-100-112.w80-12.abo.wanadoo.fr)
- # [19:25] * Parts: aljosa (~aljosa@212.92.197.106) ("Konversation terminated!")
- # [19:26] * Joins: ajaykools (~ajay@117.192.253.20)
- # [19:28] * Joins: ryanstewart (~rstewart@sjfw1.adobe.com)
- # [19:31] * Joins: axos411 (~axos@xdsl-78-35-189-162.netcologne.de)
- # [19:32] * Joins: sedovsek (~robert@93-103-90-17.dynamic.t-2.net)
- # [19:33] * Joins: rodd (~rodd@187.11.229.193)
- # [19:33] * Quits: rodd (~rodd@187.11.229.193) (Read error: Connection reset by peer)
- # [19:34] * Quits: sedovsek (~robert@93-103-90-17.dynamic.t-2.net) (Client Quit)
- # [19:35] * Timothy is now known as Taftse
- # [19:35] * Joins: venom00 (~venom00@unaffiliated/venom00)
- # [19:35] * Quits: venom00ut (~venom00@unaffiliated/venom00) (Remote host closed the connection)
- # [19:35] * Quits: y3di (y3di@YEDIPC.WIFI.WPI.EDU) (Ping timeout: 244 seconds)
- # [19:36] * Quits: sunbeam (~sunbeam@79.99.2.128) (Quit: leaving)
- # [19:36] * monteslu__ is now known as monteslu
- # [19:38] * Joins: y3di (y3di@YEDIPC.WIFI.WPI.EDU)
- # [19:38] * Joins: Cat4D (182bd7e2@gateway/web/freenode/ip.24.43.215.226)
- # [19:38] * Joins: bluezjuice (~bluezjuic@gateway/tor-sasl/bluezjuice)
- # [19:39] * Joins: Me1000 (~Me1000@74-143-221-12.static.insightbb.com)
- # [19:40] * Joins: nathanstaines (~nathansta@217.205.197.194)
- # [19:41] <Cat4D> How do you plan on inlining the result library after ripping all of those tools? (modernizr)
- # [19:41] <Cat4D> wrong box, webchat
- # [19:41] <Cat4D> is alex sexton around?
- # [19:43] * Quits: clouder`grr (nospam@cpe-24-242-30-84.elp.res.rr.com) (Ping timeout: 245 seconds)
- # [19:43] * Quits: venom00 (~venom00@unaffiliated/venom00) (Ping timeout: 246 seconds)
- # [19:44] * Quits: shahor_ (~Shahor@mfl93-7-88-174-32-157.fbx.proxad.net) (Quit: Leaving...)
- # [19:44] * Quits: bluezjuice (~bluezjuic@gateway/tor-sasl/bluezjuice) (Ping timeout: 276 seconds)
- # [19:45] * Joins: Cat4D_ (182bd7e2@gateway/web/freenode/ip.24.43.215.226)
- # [19:45] * Quits: Taftse (Timothy@unaffiliated/taftse) (Read error: Connection reset by peer)
- # [19:45] <Cat4D_> Has anyone done a comprehensive browser profile map, including function implementation, verification and operation profiling, and speed/performance for the browser binaries?
- # [19:45] * Joins: Timothy (Timothy@unaffiliated/taftse)
- # [19:46] * Quits: Cat4D (182bd7e2@gateway/web/freenode/ip.24.43.215.226) (Ping timeout: 245 seconds)
- # [19:46] * Quits: delphianQ (4a64d0ea@gateway/web/freenode/ip.74.100.208.234) (Ping timeout: 245 seconds)
- # [19:46] * Cat4D_ is now known as Cat4D
- # [19:47] * Joins: patcito (~123@190.237.231.81)
- # [19:48] * Quits: Jesdisciple (~Jesdiscip@cpe-72-181-150-65.tx.res.rr.com) (Quit: Jesdisciple)
- # [19:48] * Quits: ontime (~ontime@unaffiliated/ontime) (Ping timeout: 250 seconds)
- # [19:48] * Timothy is now known as Taftse
- # [19:49] * Quits: fungoat (~fungoat@rrcs-24-73-238-17.se.biz.rr.com) (Quit: fungoat)
- # [19:53] * Quits: tertl6 (~tertl3@108-85-17-207.lightspeed.gnvlsc.sbcglobal.net) (Ping timeout: 276 seconds)
- # [19:54] * Quits: y3di (y3di@YEDIPC.WIFI.WPI.EDU) (Ping timeout: 260 seconds)
- # [19:58] * Quits: iaincarsberg (u1388@gateway/web/irccloud.com/x-qkjoepwircjyyxid)
- # [19:58] * Joins: GarciaWebDev (~GarciaWeb@190.55.15.249)
- # [20:08] * Joins: Jensen2k_ (u1790@gateway/web/irccloud.com/x-ctdawlravbqthttw)
- # [20:09] * Joins: sedovsek (~robert@93-103-90-17.dynamic.t-2.net)
- # [20:09] * Joins: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk)
- # [20:09] * Joins: pinage404 (~pinage404@APuteaux-651-1-177-87.w92-154.abo.wanadoo.fr)
- # [20:13] * Quits: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk) (Ping timeout: 240 seconds)
- # [20:13] * Joins: newbie (~kvirc@unaffiliated/daditos)
- # [20:14] * newbie is now known as Daditos
- # [20:14] * Joins: devongovett (~devongove@pcp068086pcs.wireless.calpoly.edu)
- # [20:14] * Joins: tob1 (~tob1@ppp-188-174-18-201.dynamic.mnet-online.de)
- # [20:16] * Quits: obert- (~obert@host62-156-dynamic.59-82-r.retail.telecomitalia.it) (Read error: Connection reset by peer)
- # [20:18] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [20:18] * Joins: obert- (~obert@host62-156-dynamic.59-82-r.retail.telecomitalia.it)
- # [20:23] * Joins: nekr (~nekr@95-25-204-231.broadband.corbina.ru)
- # [20:24] * Quits: robhawkes (~robhawkes@188-220-16-96.dsl.cnl.uk.net) (Quit: Linkinus - http://linkinus.com)
- # [20:25] * Joins: SevenMachines (~SevenMach@anon-135-56.vpn.ipredator.se)
- # [20:30] * Joins: venom00 (~venom00@net-188-218-134-52.cust.dsl.vodafone.it)
- # [20:30] * Quits: venom00 (~venom00@net-188-218-134-52.cust.dsl.vodafone.it) (Changing host)
- # [20:30] * Joins: venom00 (~venom00@unaffiliated/venom00)
- # [20:30] * Joins: zatan__ (~zatan@5adad0b6.bb.sky.com)
- # [20:32] * Quits: zatan_ (~zatan@5ad36aca.bb.sky.com) (Ping timeout: 252 seconds)
- # [20:33] * Quits: mszola (~Zola@184-13-19-54.dr01.clbg.wv.frontiernet.net) (Quit: ~ Trillian Astra - www.trillian.im ~)
- # [20:36] * Quits: venom00 (~venom00@unaffiliated/venom00) (Ping timeout: 252 seconds)
- # [20:36] * Quits: tantek (~tantek@c-76-115-51-221.hsd1.or.comcast.net) (Quit: tantek)
- # [20:37] * Joins: theCole_ (~cole@pD4B8867F.dip.t-dialin.net)
- # [20:38] * Quits: zatan__ (~zatan@5adad0b6.bb.sky.com) (Read error: Connection reset by peer)
- # [20:38] * Quits: Taftse (Timothy@unaffiliated/taftse) (Ping timeout: 244 seconds)
- # [20:42] * Quits: devongovett (~devongove@pcp068086pcs.wireless.calpoly.edu) (Quit: devongovett)
- # [20:42] * Quits: shwetank (~shwetank@14.98.94.225) (Quit: Linkinus - http://linkinus.com)
- # [20:42] * Quits: debsan (~debsan@190.245.74.16) (Quit: Leaving)
- # [20:43] <David_Bradbury> That sounds like a lot of generic web jargon that actually doesn't seem to mean anything.
- # [20:45] <David_Bradbury> And there are a lot of parts to the 'browser' - Are you talking about each browsers layout engine? Their JavaScript engine?
- # [20:46] * Quits: theCole_ (~cole@pD4B8867F.dip.t-dialin.net) (Quit: theCole_)
- # [20:46] * Joins: Moonies (~Bongle@unaffiliated/moonies)
- # [20:46] * Quits: thisisred (~thisisred@pool-108-54-148-119.nycmny.fios.verizon.net) (Quit: Leaving...)
- # [20:47] * Joins: Taftse (~Taftse@unaffiliated/taftse)
- # [20:47] * Joins: mokush (~mokush@188.24.42.204)
- # [20:50] * Joins: robhawkes (~robhawkes@188-220-16-96.dsl.cnl.uk.net)
- # [20:51] * Joins: tantek (~tantek@mdf2036d0.tmodns.net)
- # [20:56] * Joins: y3di (y3di@YEDIPC.WIFI.WPI.EDU)
- # [20:57] * Joins: acconrad (~adamconra@173-166-99-161-newengland.hfc.comcastbusiness.net)
- # [20:58] * Joins: Skorski (~Skorski@72.12.218.163)
- # [20:58] * Quits: WebDragon (~webdragon@c-68-82-181-85.hsd1.de.comcast.net) (Quit: how's life treating me? ...like a fridge magnet poem :P)
- # [20:58] * Joins: WebDragon (~webdragon@c-68-82-181-85.hsd1.de.comcast.net)
- # [20:59] * Joins: kingfisher64 (~Philip_Cl@host-92-23-198-31.as13285.net)
- # [20:59] * Joins: devongovett (~devongove@pcp068086pcs.wireless.calpoly.edu)
- # [21:00] * Quits: jetienne (~jerome@LPuteaux-156-16-100-112.w80-12.abo.wanadoo.fr) (Quit: jetienne)
- # [21:03] * Quits: pinage404 (~pinage404@APuteaux-651-1-177-87.w92-154.abo.wanadoo.fr) (Quit: Screw you guys I'm going home)
- # [21:04] * Joins: jetienne (~jerome@LPuteaux-156-16-100-112.w80-12.abo.wanadoo.fr)
- # [21:04] * Quits: SevenMachines (~SevenMach@anon-135-56.vpn.ipredator.se) (Read error: Connection reset by peer)
- # [21:04] <_shorinji_> anyone here worked with raphael js?
- # [21:05] * Quits: sean` (~seankoole@unaffiliated/sean/x-7291292) (Quit: Ik ga weg)
- # [21:06] * Joins: tertl6 (~tertl3@108-85-17-207.lightspeed.gnvlsc.sbcglobal.net)
- # [21:06] * Joins: ^pH^^ (~ph@101.170.90.233)
- # [21:08] * Quits: ^pH (~ph@1.130.8.61) (Ping timeout: 249 seconds)
- # [21:09] * Joins: Rob (~robhawkes@188-220-16-96.dsl.cnl.uk.net)
- # [21:10] <tw2113> i've tinkered on novice level, but never actually made anything useful
- # [21:10] * Joins: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk)
- # [21:11] <_shorinji_> im a novice too
- # [21:11] * Quits: robhawkes (~robhawkes@188-220-16-96.dsl.cnl.uk.net) (Ping timeout: 260 seconds)
- # [21:12] <_shorinji_> struggling to understand how to use sets
- # [21:12] <_shorinji_> whether to mix elements in them
- # [21:12] * Joins: axos4111 (~axos@xdsl-84-44-177-224.netcologne.de)
- # [21:12] <_shorinji_> event handling gets very messy
- # [21:12] <tw2113> i felt accomplished making something render
- # [21:13] * Quits: axos411 (~axos@xdsl-78-35-189-162.netcologne.de) (Ping timeout: 252 seconds)
- # [21:13] * Quits: devongovett (~devongove@pcp068086pcs.wireless.calpoly.edu) (Quit: devongovett)
- # [21:14] <_shorinji_> I have made a sort of sector menu … gonna try impress the colleagues tomorrow :P
- # [21:14] <_shorinji_> for our hackathon
- # [21:14] * Quits: Xarthok (Xarthok@83.136.140.231) (Ping timeout: 276 seconds)
- # [21:14] * Rob is now known as robhawkes
- # [21:15] * Joins: GuestMeGo (~anonymous@78.181.246.235)
- # [21:16] * Parts: GuestMeGo (~anonymous@78.181.246.235)
- # [21:19] <_shorinji_> Raphael.ninja() to go silent :)
- # [21:20] * Joins: devongovett (~devongove@pcp068086pcs.wireless.calpoly.edu)
- # [21:20] * Quits: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk) (Quit: Ex-Chat)
- # [21:20] * Joins: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk)
- # [21:20] * Joins: Xarthok (Xarthok@83.136.140.231)
- # [21:21] * Quits: Me1000 (~Me1000@74-143-221-12.static.insightbb.com) (Quit: Leaving...)
- # [21:24] * Joins: harukomoto (~harukomot@93-34-123-66.ip49.fastwebnet.it)
- # [21:25] * Quits: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk) (Client Quit)
- # [21:25] * Joins: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk)
- # [21:25] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
- # [21:26] * Moonies is now known as voiceplz
- # [21:26] * voiceplz is now known as Moonies
- # [21:26] * Quits: Moonies (~Bongle@unaffiliated/moonies) (Read error: Connection reset by peer)
- # [21:27] * Joins: Moonies (~Bongle@unaffiliated/moonies)
- # [21:29] * Joins: lalala (~y3di@pool-71-162-75-176.bstnma.east.verizon.net)
- # [21:29] * Quits: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk) (Quit: Ex-Chat)
- # [21:30] * Joins: SAngeli (~SAngeli@host242-77-static.82-94-b.business.telecomitalia.it)
- # [21:30] * Quits: y3di (y3di@YEDIPC.WIFI.WPI.EDU) (Ping timeout: 260 seconds)
- # [21:31] * Joins: MistuhKurtz (~ColKurtz@216.86.217.155)
- # [21:31] * Joins: venom00 (~venom00@unaffiliated/venom00)
- # [21:31] * Quits: ruimarinho (~ruimarinh@a89-152-184-82.cpe.netcabo.pt) (Quit: Leaving...)
- # [21:32] * Quits: louisremi (~louisremi@mon69-3-87-90-54-237.dsl.sta.abo.bbox.fr) (Ping timeout: 260 seconds)
- # [21:33] * lalala is now known as y3di
- # [21:33] * Quits: tantek (~tantek@mdf2036d0.tmodns.net) (Read error: Connection reset by peer)
- # [21:34] * Joins: tantek (~tantek@c-76-115-130-34.hsd1.or.comcast.net)
- # [21:36] * Joins: ciurkut (ciurkut@82-210-131-80.home.aster.pl)
- # [21:37] * Quits: SAngeli (~SAngeli@host242-77-static.82-94-b.business.telecomitalia.it) (Quit: Sto andando via)
- # [21:37] * Quits: erichynds (~ehynds@64.206.121.41) (Ping timeout: 244 seconds)
- # [21:38] * Quits: sedovsek (~robert@93-103-90-17.dynamic.t-2.net) (Quit: sedovsek)
- # [21:38] * Joins: Me1000 (~Me1000@128.163.7.135)
- # [21:38] * Joins: ^pH (~ph@123.208.250.169)
- # [21:40] * Quits: ^pH^^ (~ph@101.170.90.233) (Ping timeout: 245 seconds)
- # [21:44] * Quits: tonyjcamp (~tonyjcamp@ip68-99-237-193.ph.ph.cox.net) (Quit: tonyjcamp)
- # [21:44] * Quits: _shorinji_ (~ffall@c83-248-254-117.bredband.comhem.se) (Quit: _shorinji_)
- # [21:44] * Quits: mike5w3c (~MikeSmith@p15181-obmd01.tokyo.ocn.ne.jp) (Quit: mike5w3c)
- # [21:48] * Quits: tantek (~tantek@c-76-115-130-34.hsd1.or.comcast.net) (Quit: tantek)
- # [21:53] * Quits: ryanstewart (~rstewart@sjfw1.adobe.com) (Quit: ryanstewart)
- # [21:53] * Quits: ciurkut (ciurkut@82-210-131-80.home.aster.pl) (Quit: Leaving)
- # [21:54] * Joins: iLoop (~iLoop@unaffiliated/iloop)
- # [21:55] * Quits: Jon47 (~Adium@pool-74-96-160-56.washdc.fios.verizon.net) (Remote host closed the connection)
- # [21:55] * Joins: Jon47 (~Adium@pool-74-96-160-56.washdc.fios.verizon.net)
- # [21:57] * Quits: sarro (~sarro@i5E865E95.versanet.de) (Ping timeout: 260 seconds)
- # [21:58] * Joins: sarro (~sarro@i5387FBB5.versanet.de)
- # [21:58] * Joins: tonyjcamp (~tonyjcamp@wsip-72-215-204-133.ph.ph.cox.net)
- # [21:58] * Quits: skylamer` (cgskylamer@78.90.213.55)
- # [21:59] * rupl is now known as ME
- # [21:59] * ME is now known as rupl
- # [22:00] * Quits: jetienne (~jerome@LPuteaux-156-16-100-112.w80-12.abo.wanadoo.fr) (Quit: jetienne)
- # [22:00] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Never look down on someone unless you're helping them up.)
- # [22:00] * Joins: BigKing (~BigKing@dslb-084-061-105-239.pools.arcor-ip.net)
- # [22:01] * Joins: tantek (~tantek@c-76-115-51-221.hsd1.or.comcast.net)
- # [22:08] * Quits: Moonies (~Bongle@unaffiliated/moonies) (Read error: Connection reset by peer)
- # [22:11] * Quits: y3di (~y3di@pool-71-162-75-176.bstnma.east.verizon.net) (Ping timeout: 260 seconds)
- # [22:12] * Joins: sedovsek (~robert@93-103-90-17.dynamic.t-2.net)
- # [22:13] * Quits: nathanstaines (~nathansta@217.205.197.194) (Quit: Linkinus - http://linkinus.com)
- # [22:13] * Joins: peol (~andree@unaffiliated/peol)
- # [22:13] * Joins: snowfox (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net)
- # [22:15] * Joins: fungoat (~fungoat@rrcs-24-73-238-17.se.biz.rr.com)
- # [22:17] * Joins: nattyp (~nattyp@207.204.127.42)
- # [22:20] * Quits: Jackneill (~Jackneill@unaffiliated/jackneill) (Ping timeout: 276 seconds)
- # [22:23] * Quits: devmikey (~irc@unaffiliated/devmikey) (Read error: Connection reset by peer)
- # [22:25] * Quits: nattyp (~nattyp@207.204.127.42) (Quit: nattyp)
- # [22:26] * Joins: nattyp (~nattyp@207.204.127.42)
- # [22:26] * Quits: iLoop (~iLoop@unaffiliated/iloop) (Quit: Leaving...)
- # [22:26] * Quits: tertl6 (~tertl3@108-85-17-207.lightspeed.gnvlsc.sbcglobal.net) (Ping timeout: 272 seconds)
- # [22:26] * Joins: sephr (~Eli@unaffiliated/sephr)
- # [22:27] <WebDragon> http://www.intel.com/content/www/us/en/sponsors-of-tomorrow/ultrabook.html <-- check this out in Opera -- brand new intel ultrabook project, and they're using browser-sniffing instead of feature detection and their supposed list of browsers that's compatible with their site never even shows up
- # [22:27] <WebDragon> shame on you, Intel. slackers.
- # [22:28] * Quits: tonyjcamp (~tonyjcamp@wsip-72-215-204-133.ph.ph.cox.net) (Remote host closed the connection)
- # [22:28] * Joins: tonyjcamp (~tonyjcamp@wsip-72-215-204-133.ph.ph.cox.net)
- # [22:29] * Joins: JustChris (JustChris@96.227.21.95.dynamic.jazztel.es)
- # [22:30] * Quits: viraj_ (~viraj_@1.186.10.250) (Ping timeout: 246 seconds)
- # [22:32] <David_Bradbury> Lameeee :p
- # [22:33] <David_Bradbury> I love pretty laptops, but I can never see myself getting one because they're just so impossible to upgarde
- # [22:33] <David_Bradbury> upgrade*
- # [22:36] * Joins: DJ_Conner (~sjmchai@69.2.232.99)
- # [22:36] * Joins: ShooterM_ (~shootermg@c-98-246-240-17.hsd1.or.comcast.net)
- # [22:37] * Quits: ShooterMG (~shootermg@c-98-246-240-17.hsd1.or.comcast.net) (Read error: Connection reset by peer)
- # [22:40] * Quits: SevenMachines (~SevenMach@94-193-93-142.zone7.bethere.co.uk) (Ping timeout: 248 seconds)
- # [22:41] * Joins: thisisred (~thisisred@64.134.103.152)
- # [22:44] * Quits: Ms2ger (~Ms2ger@91.181.73.47) (Quit: nn)
- # [22:48] * Joins: evasivx (~evasivx@static24-72-2-88.r.rev.accesscomm.ca)
- # [22:50] * Quits: Me1000 (~Me1000@128.163.7.135) (Quit: Leaving...)
- # [22:50] * Quits: jonathansnook (~jonathans@67.210.173.114) (Quit: jonathansnook)
- # [22:52] * Quits: tob1 (~tob1@ppp-188-174-18-201.dynamic.mnet-online.de) (Quit: tob1)
- # [22:53] * Joins: SevenMachines (~SevenMach@anon-188-36.vpn.ipredator.se)
- # [22:53] * Quits: niftylettuce (u2733@gateway/web/irccloud.com/x-dgsfyyhjczytkqja) (Excess Flood)
- # [22:54] * Joins: aljosa (~aljosa@141-253.dsl.iskon.hr)
- # [22:55] * Joins: niftylettuce (u2733@gateway/web/irccloud.com/x-xkjtdwgtkqkevpab)
- # [22:56] * Joins: ShooterMG (~shootermg@c-98-246-240-17.hsd1.or.comcast.net)
- # [22:56] * Quits: ShooterM_ (~shootermg@c-98-246-240-17.hsd1.or.comcast.net) (Ping timeout: 276 seconds)
- # [23:00] * Joins: ruimarinho (~ruimarinh@a95-92-238-95.cpe.netcabo.pt)
- # [23:05] * Joins: krater (~benito@189.71.35.138)
- # [23:07] * Quits: machine2 (~machine4@pool-74-111-197-200.lsanca.fios.verizon.net) (Ping timeout: 250 seconds)
- # [23:08] * Quits: devongovett (~devongove@pcp068086pcs.wireless.calpoly.edu) (Quit: devongovett)
- # [23:09] * Quits: SevenMachines (~SevenMach@anon-188-36.vpn.ipredator.se) (Read error: Connection reset by peer)
- # [23:10] * Quits: drublic (~drublic@frbg-5f730f5b.pool.mediaWays.net) (Remote host closed the connection)
- # [23:12] * Quits: nattyp (~nattyp@207.204.127.42) (Quit: nattyp)
- # [23:12] * Quits: dgathright (~dgathrigh@nat/yahoo/x-dqekznslnvjretif) (Ping timeout: 240 seconds)
- # [23:12] * Quits: Taftse (~Taftse@unaffiliated/taftse) (Read error: Connection reset by peer)
- # [23:13] * johnkpaul is now known as johnkpaul-afk
- # [23:14] * Joins: Taftse (~Taftse@unaffiliated/taftse)
- # [23:14] * Parts: krater (~benito@189.71.35.138)
- # [23:14] * Quits: acconrad (~adamconra@173-166-99-161-newengland.hfc.comcastbusiness.net) (Quit: acconrad)
- # [23:14] * Joins: machine2 (~machine4@pool-74-111-197-200.lsanca.fios.verizon.net)
- # [23:15] * Joins: SevenMachines (~SevenMach@anon-149-91.vpn.ipredator.se)
- # [23:16] * Quits: snowfox (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net) (Quit: snowfox)
- # [23:16] * Joins: acconrad (~adamconra@173-166-99-161-newengland.hfc.comcastbusiness.net)
- # [23:17] * Joins: delphianQ (475f1922@gateway/web/freenode/ip.71.95.25.34)
- # [23:18] * Quits: venom00 (~venom00@unaffiliated/venom00) (Ping timeout: 246 seconds)
- # [23:19] * Joins: louisremi (~louisremi@mon69-3-87-90-54-237.dsl.sta.abo.bbox.fr)
- # [23:21] * Quits: deasy (~deasy@109.89.87.172) (Quit: Nom d'un quark, c'est Edmonton!)
- # [23:22] * Joins: ins0mniac (kvirc@117.224.161.150)
- # [23:23] * Joins: drublic (~drublic@frbg-5f730d4a.pool.mediaWays.net)
- # [23:23] * Quits: ajaykools (~ajay@117.192.253.20) (Ping timeout: 245 seconds)
- # [23:24] * Quits: LongBeach (~mike@AFontenayssB-152-1-16-60.w82-121.abo.wanadoo.fr)
- # [23:24] * Parts: carminec (~user@98-74-252-216.dsl.colba.net) ("ERC Version 5.3 (IRC client for Emacs)")
- # [23:25] * Quits: SevenMachines (~SevenMach@anon-149-91.vpn.ipredator.se) (Read error: Connection reset by peer)
- # [23:26] * Joins: SevenMachines (~SevenMach@anon-149-91.vpn.ipredator.se)
- # [23:27] * Quits: GarciaWebDev (~GarciaWeb@190.55.15.249) (Ping timeout: 250 seconds)
- # [23:27] * Quits: SevenMachines (~SevenMach@anon-149-91.vpn.ipredator.se) (Remote host closed the connection)
- # [23:28] * Quits: trumpetmic (~trumpetmi@c-107-2-155-157.hsd1.co.comcast.net) (Quit: Leaving.)
- # [23:28] * Joins: SevenMachines (~SevenMach@anon-149-91.vpn.ipredator.se)
- # [23:30] * Quits: SevenMachines (~SevenMach@anon-149-91.vpn.ipredator.se) (Read error: Connection reset by peer)
- # [23:30] * Quits: chousho (~itsame@unaffiliated/chousho) (Ping timeout: 260 seconds)
- # [23:30] * Joins: trumpetmic (~trumpetmi@c-107-2-155-157.hsd1.co.comcast.net)
- # [23:31] <edwardbc> and their battery life probably sucks
- # [23:31] * Joins: chousho (~itsame@c-69-181-38-133.hsd1.ca.comcast.net)
- # [23:31] * Quits: chousho (~itsame@c-69-181-38-133.hsd1.ca.comcast.net) (Changing host)
- # [23:31] * Joins: chousho (~itsame@unaffiliated/chousho)
- # [23:32] * Joins: Jonadabe (~Jonadabe@bl11-2-203.dsl.telepac.pt)
- # [23:32] * Joins: nattyp (~nattyp@207.204.127.42)
- # [23:32] * Quits: ins0mniac (kvirc@117.224.161.150) (Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/)
- # [23:33] * Joins: SevenMachines (~SevenMach@93.182.168.176)
- # [23:34] * Quits: globbot (~logbot@shell-staging.glob.com.au) (Ping timeout: 245 seconds)
- # [23:34] * miketaylr is now known as miketaylrawaylol
- # [23:35] * Joins: GarciaWebDev (~GarciaWeb@190.55.15.249)
- # [23:35] * Parts: aljosa (~aljosa@141-253.dsl.iskon.hr) ("Konversation terminated!")
- # [23:37] * Quits: fungoat (~fungoat@rrcs-24-73-238-17.se.biz.rr.com) (Quit: fungoat)
- # [23:38] * Joins: Moonies (~Bongle@unaffiliated/moonies)
- # [23:38] * Quits: SevenMachines (~SevenMach@93.182.168.176) (Ping timeout: 276 seconds)
- # [23:38] * Joins: globbot (~logbot@shell-staging.glob.com.au)
- # [23:38] * Joins: ryanstewart (~rstewart@sjfw1.adobe.com)
- # [23:40] * Quits: dnstbr (~dnstbr@rrcs-97-77-70-128.sw.biz.rr.com)
- # [23:42] * Joins: ericbarnes (~ericbarne@cpe-069-132-175-083.carolina.res.rr.com)
- # [23:42] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [23:43] * Quits: globbot (~logbot@shell-staging.glob.com.au) (Ping timeout: 260 seconds)
- # [23:45] * Joins: globbot (~logbot@shell-staging.glob.com.au)
- # [23:47] * Joins: SevenMachines (~SevenMach@anon-174-34.vpn.ipredator.se)
- # [23:50] * Quits: globbot (~logbot@shell-staging.glob.com.au) (Ping timeout: 260 seconds)
- # [23:50] * Quits: louisremi (~louisremi@mon69-3-87-90-54-237.dsl.sta.abo.bbox.fr) (Ping timeout: 246 seconds)
- # [23:53] * Quits: GarciaWebDev (~GarciaWeb@190.55.15.249)
- # [23:53] * Quits: cccaldas (~cccaldas@187.59.161.15) (Ping timeout: 260 seconds)
- # [23:55] * Quits: Reite (~chris@213.109-247-20.customer.lyse.net) (Ping timeout: 248 seconds)
- # [23:59] * Joins: uf0_work (~deeznuts@cpe-67-247-8-211.nyc.res.rr.com)
- # [23:59] <chee> paul_irish: this is a better forum for q
- # [23:59] <chee> is the smileyface method still the preferred @fontface pattern
- # [23:59] <uf0_work> guys.. pixels or ems? for font-sizes..
- # Session Close: Fri Apr 20 00:00:00 2012
The end :)