Options:
- # Session Start: Tue Feb 19 00:00:00 2013
- # Session Ident: #html5
- # [00:00] <Krewd> please
- # [00:01] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Quit: Computer has gone to sleep.)
- # [00:01] * Quits: tiyit (~tiyit@pool-173-65-108-205.tampfl.fios.verizon.net) (Read error: Operation timed out)
- # [00:03] * Quits: manuelbieh (~beeevi2@p57BD6244.dip0.t-ipconnect.de) (Quit: Verlassend)
- # [00:05] * Joins: avjpl (~avjpl@82.24.12.171)
- # [00:05] <Krewd> Garbee
- # [00:05] * Quits: avjpl (~avjpl@82.24.12.171) (Client Quit)
- # [00:05] * Quits: cknaz (~quassel@c-67-181-196-69.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [00:06] <Garbee> Well, you also need to edit the source code of the contact page and add the class to target there.
- # [00:07] * Joins: guy (~gajus@oftn/member/guy)
- # [00:07] <Krewd> Garbee could send me the correct code for me to copy and paste please
- # [00:07] <Garbee> You find where the iframe is in the source code. You then add class="something_here_but_not_this".
- # [00:07] * Quits: _dc (~dc@163.192.12.2) (Remote host closed the connection)
- # [00:08] <Garbee> Then in your css, I'd guess estyle you add ".something_here_but_not_this{width:0; height:0;}"
- # [00:08] <Garbee> Actually, auto not zero.
- # [00:08] <Krewd> Garbee How do I find this class? in which file
- # [00:08] <Garbee> You add the class.
- # [00:09] <Garbee> I'm not sure in which file since I don't know how the site is configured.
- # [00:09] <Garbee> That is something you need to figure out based on how the site is built.
- # [00:09] <Krewd> Garbee can be any name and paste anywhere in the style.css?
- # [00:10] * Quits: jacobolus (~jacobolus@75-144-246-6-SFBA.hfc.comcastbusiness.net) (Remote host closed the connection)
- # [00:10] * Quits: populvuh (~populvuh@unaffiliated/populvuh) (Read error: Connection reset by peer)
- # [00:11] <Garbee> Just put it at the end of the style.css.
- # [00:11] <Garbee> The class it is targeting *must* match the class you add in the page code.
- # [00:11] <Krewd> Garbee the Wylerabbit managed to solve my problem
- # [00:12] <Krewd> Garbee Thank you for trying
- # [00:12] <Garbee> A class with the name like "contact_form" would be a good way to go.
- # [00:12] <Krewd> Wylerabbit Garbee thank you very much
- # [00:13] <Wylerabbit> Garbee, the issue was that Krewd was using a reset.css and 960 grid, and the iframe width was hard-coded. By adding a local 'style="width=400px;height=500px"' to his iframe element, problem solved
- # [00:13] <Garbee> Local styles are not recommended.
- # [00:13] * Joins: populvuh (~populvuh@unaffiliated/populvuh)
- # [00:14] <Garbee> Any styling should be done in a separate stylesheet.
- # [00:14] * Quits: oakdog8 (~oakdog8@unaffiliated/oakdog8) (Remote host closed the connection)
- # [00:14] <Wylerabbit> Garbee, heh heh. No, of course not. But then again, I wouldn't use a form in an iframe from a different server either.
- # [00:14] * Quits: Wildblue (~male@c-69-140-154-17.hsd1.md.comcast.net) (Quit: Terabytes are termite-like desert insects.)
- # [00:14] <Garbee> Encourage whatever proper technique you're able to with a given situation.
- # [00:15] <Garbee> I'd loved to have explained to kill the @imports in the CSS. But that would have just gotten too complicated.
- # [00:15] <Wylerabbit> exactly
- # [00:15] * Quits: Krewd (~shark@187.36.128.88)
- # [00:15] <Garbee> Still, explaining a simple class update is completely doable.
- # [00:15] <Garbee> Just one extra step from assigning a style attribute.
- # [00:15] <Wylerabbit> I'm impressed that he (she?) even thought to come to IRC for help with this.
- # [00:16] <Garbee> hehe, I'm not.
- # [00:16] <Garbee> I have seen some people in IRC and went... "What are you doing here... ?"
- # [00:16] <Wylerabbit> oh, is that person a regular here.
- # [00:16] * Joins: agu10^ (~agu10^@unaffiliated/agu10/x-1554175)
- # [00:16] <agu10^> http://jsfiddle.net/dbYhZ/14/ - Why isn't the red div rendered?
- # [00:17] <Garbee> No, I have just seem some really oblivious people in some other rooms. Ofc, it has been a few years since I really beat my head against the desk.
- # [00:17] <Wylerabbit> Garbee, heh heh. Yep. I initially thought he might be trying to get me to go to some malicious website. "I need help. Click this link"
- # [00:18] <Garbee> agu10^, you need left and right margin to be set to auto.
- # [00:18] <Garbee> http://jsfiddle.net/dbYhZ/15/
- # [00:18] <Garbee> I'm not worried about malicious sites.
- # [00:19] <agu10^> why do i care about the x axis? i set a fixed width!
- # [00:19] <Garbee> I'm more worried about spending too much time explaining a very fundamental thing. Here lately I just have too much to do to worry about killing three hours explaining the CSS box model to people.
- # [00:19] <agu10^> OHH I SEE
- # [00:19] <agu10^> thanks!!!
- # [00:20] * Garbee waits for float:center;
- # [00:20] * Joins: dankest (~dankest@68.6.81.102)
- # [00:20] <Wylerabbit> I'm just glad I don't have to support IE6 anymore.
- # [00:20] * Wylerabbit shudders
- # [00:21] <Garbee> I'm not worried about any IE tbh.
- # [00:22] <Wylerabbit> Garbee, do you use ant?
- # [00:22] <Garbee> Nope.
- # [00:22] <Wylerabbit> Do you use something different?
- # [00:23] <Garbee> I have dabbled with Grunt. But that is only because it is what Yeoman uses.
- # [00:23] <Garbee> I don't have much need for those though.
- # [00:23] <Garbee> I do most of my stuff server-side.
- # [00:23] <Wylerabbit> Yeoman, the guy that was on Survivor?
- # [00:23] <Garbee> hehe
- # [00:24] <Garbee> http://yeoman.io/ --In case you have been under a rock for 6 months.
- # [00:25] <Wylerabbit> dumb question: is that sorta like "ruby on rails"?
- # [00:25] * Wylerabbit asks from under large rock
- # [00:26] * Joins: marco_ (marco_@5acceb92.bb.sky.com)
- # [00:26] <marco_> cock suck dick bitch fuck
- # [00:26] <Wylerabbit> ummmmm...tourettes?
- # [00:27] <marco_> nooo
- # [00:27] * Parts: marco_ (marco_@5acceb92.bb.sky.com)
- # [00:27] * Quits: astearns (~astearns@192.150.22.5) (Quit: astearns)
- # [00:28] <Wylerabbit> ha ha ha. wtf is with that guy?
- # [00:28] * Joins: astearns (~astearns@192.150.22.5)
- # [00:28] * Joins: Wildblue (~male@c-69-140-154-17.hsd1.md.comcast.net)
- # [00:28] <Wylerabbit> I've been away from IRC for a while. Do people normally enter a channel, swear, then leave?
- # [00:32] <Garbee> No.
- # [00:32] <Garbee> That is trolls not people.
- # [00:32] <Garbee> No it isn't RoR.
- # [00:32] <Garbee> yeoman is an opinionated toolset for rapidly developing/prototyping web applications.
- # [00:32] * Quits: nickn (~nickn@ltea-047-064-009-044.pools.arcor-ip.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 18.0.2/20130201065344])
- # [00:32] <Garbee> You initialize a project with it and it will pull in a few packages for you to get you started.
- # [00:33] <Garbee> Then it has a CLI for bringing in other packages like nivo slider.
- # [00:33] <Garbee> Also, live reload in the browser as you edit.
- # [00:33] <Garbee> Plus it also does packaging for live distribution.
- # [00:34] <Wylerabbit> cool.
- # [00:34] <Wylerabbit> I don't do web applications. Just websites.
- # [00:34] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Quit: shepazu)
- # [00:34] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
- # [00:35] <Garbee> It helps with sites too. ;)
- # [00:35] <Garbee> I tend to call sites applications now too.
- # [00:36] <Wylerabbit> :-)
- # [00:36] <Garbee> They tend to have something dynamic among them, which puts them into that app category. I consider a site something that is really static.
- # [00:36] <Garbee> Which is almost non-existant now.
- # [00:37] <Wylerabbit> I am just starting html5 now. Have been doing xHTML for years. It's time.
- # [00:37] <Garbee> yea. You can use XML in HTML. But, you should only do it if you *really* know you need to (which is almost never.)
- # [00:38] <Wylerabbit> right.
- # [00:38] <Garbee> HTML5 has a lot of nice stuff, but there are a few very tricky things.
- # [00:38] <Garbee> Like proper <article> and <section> usage. :P
- # [00:39] <Garbee> Semantics *will* kill you at first, along with learning how document outlines are created since some of the new elements actually create outline structures (<section>, <article>, and <aside> for instance.)
- # [00:39] * Quits: dankest (~dankest@68.6.81.102) (Quit: Leaving...)
- # [00:40] <Garbee> Semantics will mainly kill you since there are conflicting views on the interpretation of the spec. Which is why I invite you to actually read the spec for them so you know for yourself.
- # [00:42] * Quits: rmartinez (~anonymous@c-76-115-195-126.hsd1.or.comcast.net) (Quit: rmartinez)
- # [00:42] * Quits: garciawebdev (~garciaweb@190.244.95.154) (Remote host closed the connection)
- # [00:48] * Quits: grizwako (~grizzly@245-148.dsl.iskon.hr) (Quit: Leaving.)
- # [00:49] * Quits: earthquake (~earthquak@pool-173-68-156-212.nycmny.fios.verizon.net) (Quit: earthquake)
- # [00:52] * Quits: SrPx (~SrPx@177.205.163.138.dynamic.adsl.gvt.net.br) (Quit: SrPx)
- # [00:53] * Quits: doc_brown (~adnan@68.233.247.240) (Ping timeout: 248 seconds)
- # [00:53] * Joins: rmartinez (~anonymous@c-76-115-195-126.hsd1.or.comcast.net)
- # [00:55] * Joins: mishugana (~mishugana@pool-108-39-211-161.pitbpa.fios.verizon.net)
- # [00:57] * Joins: debsan (~debsan@16-74-245-190.fibertel.com.ar)
- # [00:57] <Wylerabbit> Garbee, do you do responsive design? or adaptive? or one-size to rule them all?
- # [00:58] * Joins: jacobolus (~jacobolus@cato.hcs.harvard.edu)
- # [01:00] <Garbee> I tend to go responsive.
- # [01:00] <Wylerabbit> down to what size? Is there really much point in going down to 360px wide?
- # [01:01] * Joins: stephenplusplus (~stephenpl@c-76-112-18-90.hsd1.mi.comcast.net)
- # [01:01] <Garbee> Honestly, whatever Bootstrap has.
- # [01:01] <Garbee> I think that is 480px.
- # [01:01] <Wylerabbit> ok, thanks
- # [01:01] <Garbee> I'm looking at switching grids though for future projects.
- # [01:01] * Joins: Thalisson (~Thalisson@unaffiliated/talssn3l)
- # [01:02] <Garbee> and "much point in going down to 360px"... Depends on the traffic you get at that resolution.
- # [01:02] <Garbee> I doubt much.
- # [01:02] <Garbee> Before starting a project on a current site, I would gather data on current visitors.
- # [01:03] * Quits: dragonshed (~dragonshe@about/csharp/regular/chaka) (Ping timeout: 260 seconds)
- # [01:03] <Garbee> See what the current visitors use and start with the resolution that the largest amount of visitors come on as the starting point.
- # [01:03] <Garbee> Then work from there in either direction to finish off the design.
- # [01:04] <Garbee> If no current data is available. Then I'd go desktop first typically.
- # [01:05] * Quits: stephenplusplus (~stephenpl@c-76-112-18-90.hsd1.mi.comcast.net) (Ping timeout: 256 seconds)
- # [01:08] * Quits: fourcolors (~fourcolor@216.51.95.36) (Remote host closed the connection)
- # [01:09] * Quits: rmartinez (~anonymous@c-76-115-195-126.hsd1.or.comcast.net) (Quit: rmartinez)
- # [01:09] * Quits: chee (~chee@fsf/member/chee) (Quit: i am quit)
- # [01:11] * Quits: odwalla (~shane@184-76-83-2.war.clearwire-wmx.net) (Quit: WeeChat 0.4.0)
- # [01:14] * Joins: chee (~chee@fsf/member/chee)
- # [01:17] * Joins: odwalla (~shane@184.76.83.2)
- # [01:17] * Joins: PaulCapestany (~PaulCapes@204.28.124.82)
- # [01:18] * Joins: stephenplusplus (~stephenpl@76.112.18.90)
- # [01:18] * Quits: guy (~gajus@oftn/member/guy) (Remote host closed the connection)
- # [01:20] * Joins: relipse (~relipse@50.50.153.48)
- # [01:20] <relipse> how do i play a sound on button click (html5)
- # [01:21] * Quits: Sendoushi (~Musok@cm2-84-91-84-50.netvisao.pt) (Remote host closed the connection)
- # [01:25] * Quits: mishugana (~mishugana@pool-108-39-211-161.pitbpa.fios.verizon.net) (Ping timeout: 246 seconds)
- # [01:25] * Joins: [1]mishugana (~mishugana@pool-108-39-211-161.pitbpa.fios.verizon.net)
- # [01:29] * Quits: decotii (~decotii@hq.croscon.com) (Quit: Leaving)
- # [01:29] <Garbee> relipse, Here is a guide to doing it on hover. I'm sure it could be modified to trigger on click. http://css-tricks.com/play-sound-on-hover/
- # [01:31] * Joins: zenorocha (~zenorocha@189.60.171.47)
- # [01:33] * Joins: Me1000 (~Me1000@74.143.221.15)
- # [01:33] * Joins: llamapixel (~llamapixe@123-243-224-99.static.tpgi.com.au)
- # [01:34] <relipse> i got it, its just .play()
- # [01:34] <relipse> thanks
- # [01:37] * Joins: sayah (ez4utosay@148.244.64.2)
- # [01:38] * Parts: jeema (~jima@64.128.82.30)
- # [01:39] * Joins: factor (~factor@74.195.220.36)
- # [01:41] * Quits: rupl (anonymous@rrcs-24-173-111-218.sw.biz.rr.com) (Quit: ^_^)
- # [01:47] * Joins: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net)
- # [01:56] * Quits: zenorocha (~zenorocha@189.60.171.47) (Remote host closed the connection)
- # [02:02] * Joins: Konboi (~hogeo@113x36x238x27.ap113.ftth.ucom.ne.jp)
- # [02:04] * Quits: stephenplusplus (~stephenpl@76.112.18.90) (Quit: Leaving.)
- # [02:05] * Quits: odwalla (~shane@184.76.83.2) (Quit: WeeChat 0.4.0)
- # [02:05] * Quits: sayah (ez4utosay@148.244.64.2) (Ping timeout: 248 seconds)
- # [02:06] * Quits: mattypants_ (~mattypant@bas1-montreal07-1176436298.dsl.bell.ca) (Ping timeout: 256 seconds)
- # [02:08] * Joins: doc_brown (~adnan@68.233.247.240)
- # [02:10] * Joins: hugo_moss (hugo_moss@ool-18befbfb.dyn.optonline.net)
- # [02:11] * Quits: Konboi (~hogeo@113x36x238x27.ap113.ftth.ucom.ne.jp) (Read error: Connection reset by peer)
- # [02:11] * Quits: Jayflux (~jay_knows@host-78-149-31-107.as13285.net) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
- # [02:12] * Quits: agu10^ (~agu10^@unaffiliated/agu10/x-1554175) (Read error: Connection reset by peer)
- # [02:12] * Joins: hogeo (~hogeo@113x36x238x27.ap113.ftth.ucom.ne.jp)
- # [02:13] * Joins: stephenplusplus (~stephenpl@76.112.18.90)
- # [02:14] * Quits: hogeo (~hogeo@113x36x238x27.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
- # [02:23] * Quits: stephenplusplus (~stephenpl@76.112.18.90) (Quit: Leaving.)
- # [02:28] * Quits: Jikan (~Jikan@noein.haruka.fr) (Quit: I used to think I was indecisive, but now I'm not sureā¦)
- # [02:33] * Joins: Jikan (~Jikan@noein.haruka.fr)
- # [02:35] * Joins: dhruvasagar (~dhruvasag@122.167.69.76)
- # [02:36] * Joins: dankest (~dankest@ip68-6-81-102.sb.sd.cox.net)
- # [02:39] * Quits: dhruvasagar (~dhruvasag@122.167.69.76) (Read error: Connection reset by peer)
- # [02:41] * Joins: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp)
- # [02:41] * Joins: dhruvasagar (~dhruvasag@122.178.194.12)
- # [02:42] * abstractj|away is now known as abstractj
- # [02:42] * Quits: abstractj (~abstractj@redhat/jboss/abstractj) (Excess Flood)
- # [02:44] * Joins: barneybook_work (~Thunderbi@220-132-176-96.HINET-IP.hinet.net)
- # [02:46] * Joins: austincheney (~quassel@213.255.226.21)
- # [02:47] * Joins: abstractj (~abstractj@192.34.59.101)
- # [02:48] * Quits: ML74 (~ML74@5e0c6133.bb.sky.com) (Ping timeout: 244 seconds)
- # [02:49] * Quits: dhruvasagar (~dhruvasag@122.178.194.12) (Ping timeout: 256 seconds)
- # [02:49] * Joins: dhruvasagar (~dhruvasag@122.178.255.234)
- # [02:50] * Quits: austincheney (~quassel@213.255.226.21) (Ping timeout: 245 seconds)
- # [02:51] * Quits: r0tha (~r0tha@173.247.200.122) (Remote host closed the connection)
- # [02:52] * Quits: dankest (~dankest@ip68-6-81-102.sb.sd.cox.net) (Quit: Leaving...)
- # [03:00] * Quits: mykul (~mykul@c-71-56-217-213.hsd1.co.comcast.net) (Quit: gg)
- # [03:11] * Quits: Wylerabbit (~Chris@96.53.76.206) (Read error: Connection reset by peer)
- # [03:13] * Joins: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net)
- # [03:16] * Quits: jacobolus (~jacobolus@cato.hcs.harvard.edu) (Remote host closed the connection)
- # [03:18] * Joins: bmac_ (~textual@209-6-84-205.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
- # [03:25] * abstractj is now known as abstractj|away
- # [03:28] * Quits: danielwrobert (~danielwro@trestles.cukerinteractive.com) (Quit: Leaving.)
- # [03:29] * llamapixel is now known as GuitarPolice
- # [03:29] * GuitarPolice is now known as llamapixel
- # [03:33] * Joins: gotnull (~gotnull@ppp157-241.static.internode.on.net)
- # [03:34] * Joins: r0tha (~r0tha@2602:304:cda7:e7e0:6d90:ee60:9b19:72de)
- # [03:41] * Quits: bmac_ (~textual@209-6-84-205.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Computer has gone to sleep.)
- # [03:43] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [03:46] * Quits: DreadKnight (~dread@unaffiliated/dreadknight) (Quit: #Ancient Beast - Master Your Beasts ( http://AncientBeast.com ))
- # [03:48] * Quits: populvuh (~populvuh@unaffiliated/populvuh) (Ping timeout: 260 seconds)
- # [03:53] * Quits: hugo_moss (hugo_moss@ool-18befbfb.dyn.optonline.net) (Ping timeout: 244 seconds)
- # [03:54] * Joins: Krewd (~shark@187.36.128.88)
- # [03:57] <Krewd> Hi friends !!! Can anyone help me put these images on the slide in the correct position, already tried to change the css and nothing to solve http://goo.gl/uTgKy Thanks
- # [03:58] * Parts: gotnull (~gotnull@ppp157-241.static.internode.on.net)
- # [04:00] * Joins: lolwtfhax (~matthewbo@pool-96-246-11-75.nycmny.east.verizon.net)
- # [04:00] * Quits: benv (~benv@38.104.194.126) (Quit: Computer has gone to sleep.)
- # [04:06] * Quits: kppullin (~kppullin@pdpc/supporter/active/kppullin) (Ping timeout: 248 seconds)
- # [04:07] * Quits: dhruvasagar (~dhruvasag@122.178.255.234) (Ping timeout: 255 seconds)
- # [04:09] * Joins: dhruvasagar (~dhruvasag@122.167.115.194)
- # [04:09] * Joins: populvuh (~populvuh@unaffiliated/populvuh)
- # [04:10] * Quits: Vennril (~vennril@p4FEB0629.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
- # [04:10] * Joins: Vennril (~vennril@p4FEB0629.dip0.t-ipconnect.de)
- # [04:13] * Quits: djQuery (~djQuery@cpe-76-184-183-76.tx.res.rr.com) (Read error: Connection reset by peer)
- # [04:13] * Joins: kppullin (~kppullin@pdpc/supporter/active/kppullin)
- # [04:13] * Joins: dankest (~dankest@ip68-6-81-102.sb.sd.cox.net)
- # [04:13] * Quits: populvuh (~populvuh@unaffiliated/populvuh) (Ping timeout: 260 seconds)
- # [04:25] * Joins: WeThePeople (~WeThePeop@unaffiliated/wethepeople)
- # [04:28] * Quits: Thalisson (~Thalisson@unaffiliated/talssn3l) (Remote host closed the connection)
- # [04:28] * Quits: Xarthok (~Xarthok@5addafc4.bb.sky.com)
- # [04:31] * Quits: [1]mishugana (~mishugana@pool-108-39-211-161.pitbpa.fios.verizon.net) (Ping timeout: 246 seconds)
- # [04:33] * Quits: doc_brown (~adnan@68.233.247.240) (Ping timeout: 252 seconds)
- # [04:37] * Joins: Devin (~ddoolin@121.170.151.131)
- # [04:38] * Devin is now known as Guest94452
- # [04:39] * Quits: Krewd (~shark@187.36.128.88)
- # [04:39] * Joins: schpengle (~schpengle@host109-156-73-169.range109-156.btcentralplus.com)
- # [04:45] * Joins: tw2113 (~tw2113@host-194-48-230-24.midco.net)
- # [04:45] * Quits: tw2113 (~tw2113@host-194-48-230-24.midco.net) (Changing host)
- # [04:45] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [04:54] * Quits: schpengle (~schpengle@host109-156-73-169.range109-156.btcentralplus.com) (Quit: schpengle)
- # [04:56] * Joins: Vennril2 (~vennril@p4FEB0457.dip0.t-ipconnect.de)
- # [04:57] * Quits: d3m0n (~demon@67.198.198.66) (Remote host closed the connection)
- # [04:58] * Quits: Vennril (~vennril@p4FEB0629.dip0.t-ipconnect.de) (Ping timeout: 255 seconds)
- # [04:58] * Joins: bmac_ (~textual@209-6-84-205.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
- # [05:00] * Joins: marcoslhc (~marcoslhc@190.205.162.95)
- # [05:04] * Quits: Zauberfisch (~Zauberfis@2a01:4f8:100:73c3::3) (Read error: Connection reset by peer)
- # [05:06] * Joins: hugo_moss (hugo_moss@ool-18befbfb.dyn.optonline.net)
- # [05:07] * Quits: hugo_moss (hugo_moss@ool-18befbfb.dyn.optonline.net) (Read error: Connection reset by peer)
- # [05:08] * Joins: hugo_moss (hugo_moss@ool-18befbfb.dyn.optonline.net)
- # [05:09] * Joins: Zauberfisch (~Zauberfis@2a01:4f8:100:73c3::3)
- # [05:10] * Joins: carpii (~carpii@81.100.207.181)
- # [05:20] * Joins: mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net)
- # [05:22] * Quits: marcoslhc (~marcoslhc@190.205.162.95) (Remote host closed the connection)
- # [05:23] * Quits: carminec` (~user@96.127.214.133) (Read error: Operation timed out)
- # [05:24] * Quits: bmac_ (~textual@209-6-84-205.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Computer has gone to sleep.)
- # [05:29] * Quits: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
- # [05:30] * Joins: rmartinez (~anonymous@c-76-115-195-126.hsd1.or.comcast.net)
- # [05:35] * Quits: rmartinez (~anonymous@c-76-115-195-126.hsd1.or.comcast.net) (Read error: Connection reset by peer)
- # [05:35] * Joins: rmartinez (~anonymous@c-76-115-195-126.hsd1.or.comcast.net)
- # [05:38] * Quits: rmartinez (~anonymous@c-76-115-195-126.hsd1.or.comcast.net) (Read error: Connection reset by peer)
- # [05:38] * Joins: rmartinez (~anonymous@c-76-115-195-126.hsd1.or.comcast.net)
- # [05:43] * Joins: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp)
- # [05:44] * Quits: barneybook_work (~Thunderbi@220-132-176-96.HINET-IP.hinet.net) (Read error: Connection reset by peer)
- # [05:50] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
- # [05:51] * Quits: dankest (~dankest@ip68-6-81-102.sb.sd.cox.net) (Quit: Leaving...)
- # [05:53] * Joins: Dan (~dankest@ip68-6-81-102.sb.sd.cox.net)
- # [05:54] * Joins: bubblehead (~bubblehea@24-240-23-52.dhcp.athn.ga.charter.com)
- # [05:56] * Joins: ganeshu (~chatzilla@122.178.235.184)
- # [05:57] * Quits: rmartinez (~anonymous@c-76-115-195-126.hsd1.or.comcast.net) (Read error: Connection reset by peer)
- # [05:57] * Joins: rmartinez (~anonymous@c-76-115-195-126.hsd1.or.comcast.net)
- # [05:57] * Quits: rmartinez (~anonymous@c-76-115-195-126.hsd1.or.comcast.net) (Client Quit)
- # [05:58] * Joins: enigmuriatic (~enigmuria@149.43.220.150)
- # [05:59] * Quits: bubblehead (~bubblehea@24-240-23-52.dhcp.athn.ga.charter.com) (Ping timeout: 240 seconds)
- # [05:59] <enigmuriatic> how do i layer elements in a canvas on top of one another?
- # [05:59] <enigmuriatic> or do i have to make multiple canvases?
- # [05:59] <enigmuriatic> for example, say i want to make a black background and then draw a shape on top of it
- # [06:03] * Joins: SrPx (~SrPx@177.205.163.138)
- # [06:09] * Quits: hugo_moss (hugo_moss@ool-18befbfb.dyn.optonline.net) (Ping timeout: 252 seconds)
- # [06:10] * Quits: karnowski (uid6339@gateway/web/irccloud.com/x-swcucruosvnwjiwq) (Read error: Operation timed out)
- # [06:10] * Quits: NimeshNeema (uid2689@gateway/web/irccloud.com/x-xmxtzfkkfwxgquim) (Read error: Operation timed out)
- # [06:10] * Quits: starapple_corki (uid7648@gateway/web/irccloud.com/x-sclxpdbtogosobyc) (Read error: Operation timed out)
- # [06:11] * Quits: amatecha (uid10006@gateway/web/irccloud.com/x-eoediagegjkrizry) (Ping timeout: 245 seconds)
- # [06:11] * Quits: sawrubh (uid6719@gateway/web/irccloud.com/x-ubyspjzymxtvfxlq) (Ping timeout: 245 seconds)
- # [06:11] * Quits: onr (uid5726@pdpc/supporter/active/onr) (Ping timeout: 244 seconds)
- # [06:11] * Quits: taqutor (uid8051@gateway/web/irccloud.com/x-dtmsspxyhhbdipgl) (Ping timeout: 276 seconds)
- # [06:12] * Quits: niftylettuce (uid2733@gateway/web/irccloud.com/x-nrmzjqrxptpemuoz) (Ping timeout: 248 seconds)
- # [06:12] * Quits: digitalfiz (uid533@gateway/web/irccloud.com/x-mljpvwyxoosdddsh) (Ping timeout: 245 seconds)
- # [06:12] * Quits: viduthalai1947 (uid5404@gateway/web/irccloud.com/x-balobkxerhktoryp) (Ping timeout: 245 seconds)
- # [06:12] * Quits: remysharp (uid4345@gateway/web/irccloud.com/x-vydtciqrpridmwsm) (Ping timeout: 245 seconds)
- # [06:12] * Quits: mreeder_ (uid4425@gateway/web/irccloud.com/x-hkgkswiyliiziztg) (Ping timeout: 252 seconds)
- # [06:12] * Quits: cam` (uid6217@gateway/web/irccloud.com/x-iedniyxtgijamztl) (Ping timeout: 252 seconds)
- # [06:12] * Quits: Grephix (~Dennis@lb1.cluster.grephix.nl) (Ping timeout: 252 seconds)
- # [06:12] * Quits: gmcabrita (uid4474@gateway/web/irccloud.com/x-daxahhhsopsyzlim) (Ping timeout: 255 seconds)
- # [06:12] * Quits: Shes (yoan@healthcommunication.com) (Ping timeout: 260 seconds)
- # [06:12] * Quits: Fabryz (uid4038@gateway/web/irccloud.com/x-tnsvdyiygncciing) (Ping timeout: 245 seconds)
- # [06:12] * Quits: kaichanvong (uid2773@gateway/web/irccloud.com/x-aydiiwawnwvwafpe) (Ping timeout: 240 seconds)
- # [06:12] * Quits: WesleyL (~Wesley@static.43.95.46.78.clients.your-server.de) (Ping timeout: 246 seconds)
- # [06:12] * Quits: matijsb (uid2278@gateway/web/irccloud.com/x-nbbbqsdjjbvodxwb) (Ping timeout: 264 seconds)
- # [06:12] * Quits: phryk (~phryk@static.39.216.9.176.clients.your-server.de) (Ping timeout: 248 seconds)
- # [06:12] * Quits: dhaber (~dhaber@c-76-28-237-222.hsd1.wa.comcast.net) (Ping timeout: 255 seconds)
- # [06:12] * Quits: mehring (uid10063@gateway/web/irccloud.com/x-djpphwkanairlmef) (Ping timeout: 246 seconds)
- # [06:12] * Quits: Phae (uid455@gateway/web/irccloud.com/x-qsdjzulanbcqpgvm) (Read error: Operation timed out)
- # [06:13] * Quits: avalarion (~quassel@scar.mufasa.tech42.de) (Ping timeout: 240 seconds)
- # [06:13] * Quits: YolarP (uid5293@gateway/web/irccloud.com/x-zqgstpspbeckzlur) (Ping timeout: 256 seconds)
- # [06:13] * Quits: iaincarsberg_ (uid1388@gateway/web/irccloud.com/x-lyonysvhibwsooka) (Ping timeout: 248 seconds)
- # [06:13] * Quits: Garbee (~Garbee@lb1.cluster.grephix.nl) (Ping timeout: 246 seconds)
- # [06:13] * Quits: binalee_cloud (uid7141@gateway/web/irccloud.com/x-rpfowwdhxhkbrxec) (Ping timeout: 276 seconds)
- # [06:13] * Quits: romainhuet (uid2533@gateway/web/irccloud.com/x-xqxckluzgcsyukut) (Ping timeout: 260 seconds)
- # [06:13] * Quits: pingo_ (uid5981@gateway/web/irccloud.com/x-bdxjzngytbacibxi) (Ping timeout: 252 seconds)
- # [06:13] * Quits: ryanseddon (uid1832@gateway/web/irccloud.com/x-ddwwlbyberrhascp) (Ping timeout: 255 seconds)
- # [06:13] * Quits: daleharvey (uid513@gateway/web/irccloud.com/x-fiykeeqndnlqfocc) (Ping timeout: 248 seconds)
- # [06:13] * Quits: CitizenBridge (uid6535@gateway/web/irccloud.com/x-cvlhqlumzkhzjvck) (Read error: Operation timed out)
- # [06:13] * Quits: beawesomeinstead (uid1643@gateway/web/irccloud.com/x-gltvhuiokeglmlxp) (Ping timeout: 244 seconds)
- # [06:13] * Joins: avalarion (~quassel@5.9.243.38)
- # [06:13] * Joins: sitegefuehl_ (~quassel@5.9.243.38)
- # [06:13] * Quits: jamesweiner (uid1343@gateway/web/irccloud.com/x-aabbvtifrtlhhgch) (Ping timeout: 260 seconds)
- # [06:13] * Quits: benschwarz (~uid2121@gateway/web/irccloud.com/x-xikewuuyxcxszgez) (Ping timeout: 260 seconds)
- # [06:13] * Quits: sitegefuehl (~quassel@scar.mufasa.tech42.de) (Ping timeout: 248 seconds)
- # [06:13] * Quits: actel (uid48@gateway/web/irccloud.com/x-fzrccxnyzoyxorbd) (Ping timeout: 264 seconds)
- # [06:13] * Quits: hdv (uid2376@gateway/web/irccloud.com/x-frrdhfhklbrnaxut) (Ping timeout: 260 seconds)
- # [06:14] * Quits: Teal`c_ (uid1457@gateway/web/irccloud.com/x-nhquqbkjsohxjrzn) (Ping timeout: 276 seconds)
- # [06:14] * Joins: dhaber (~dhaber@c-76-28-237-222.hsd1.wa.comcast.net)
- # [06:15] * Quits: chrelad (~chrisdale@69.168.249.107) (Ping timeout: 244 seconds)
- # [06:15] * Quits: TripTastic (~Trip@h15.180.123.208.dynamic.ip.windstream.net) (Read error: Connection reset by peer)
- # [06:16] * Joins: TripTastic (~Trip@h15.180.123.208.dynamic.ip.windstream.net)
- # [06:17] * Quits: salazr__ (uid2027@gateway/web/irccloud.com/x-oitscnbcuncfrhmk) (Read error: Operation timed out)
- # [06:20] * Quits: sitegefuehl_ (~quassel@5.9.243.38) (Quit: No Ping reply in 180 seconds.)
- # [06:20] * Joins: [1]mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net)
- # [06:20] * Joins: sitegefuehl (~quassel@5.9.243.38)
- # [06:20] * Quits: dhaber (~dhaber@c-76-28-237-222.hsd1.wa.comcast.net) (Ping timeout: 255 seconds)
- # [06:20] * Quits: mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net) (Ping timeout: 246 seconds)
- # [06:20] * Joins: salazr__ (uid2027@gateway/web/irccloud.com/x-zkwccgedfrtnnhpw)
- # [06:20] * Joins: phryk (~phryk@static.39.216.9.176.clients.your-server.de)
- # [06:20] * [1]mishugana is now known as mishugana
- # [06:20] * Joins: rmartinez (~anonymous@c-76-115-195-126.hsd1.or.comcast.net)
- # [06:21] * Joins: Shes (~yoan@healthcommunication.com)
- # [06:21] * Joins: dhaber (~dhaber@c-76-28-237-222.hsd1.wa.comcast.net)
- # [06:21] * Joins: Grephix (~Dennis@lb1.cluster.grephix.nl)
- # [06:21] * Joins: WesleyL (~Wesley@static.43.95.46.78.clients.your-server.de)
- # [06:21] * Joins: niloy (~niloy@115.112.64.6)
- # [06:23] * Joins: Guest81863 (~Garbee@lb1.cluster.grephix.nl)
- # [06:25] * Quits: Dan (~dankest@ip68-6-81-102.sb.sd.cox.net) (Quit: Linkinus - http://linkinus.com)
- # [06:25] * Joins: dankest (~dankest@ip68-6-81-102.sb.sd.cox.net)
- # [06:26] * Joins: karnowski (uid6339@gateway/web/irccloud.com/x-jqibyauscwxvqoeg)
- # [06:29] * Quits: mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net) (Ping timeout: 246 seconds)
- # [06:29] * Joins: amatecha (uid10006@gateway/web/irccloud.com/x-oflrfxfjjifpgmvk)
- # [06:30] * Quits: SrPx (~SrPx@177.205.163.138) (Quit: SrPx)
- # [06:31] * Joins: mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net)
- # [06:32] * Joins: ryanseddon (uid1832@gateway/web/irccloud.com/x-lykdhygkfkpnsslq)
- # [06:33] * Quits: kadiks (~kadiks@APuteaux-652-1-205-149.w86-217.abo.wanadoo.fr) (Ping timeout: 248 seconds)
- # [06:34] * Quits: carpii (~carpii@81.100.207.181) (Quit: carpii)
- # [06:44] * Quits: dhaber (~dhaber@c-76-28-237-222.hsd1.wa.comcast.net) (Ping timeout: 255 seconds)
- # [06:45] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
- # [06:46] * Joins: dhaber (~dhaber@c-76-28-237-222.hsd1.wa.comcast.net)
- # [06:47] * Parts: rmartinez (~anonymous@c-76-115-195-126.hsd1.or.comcast.net)
- # [06:48] * Joins: okee (~Okee@50-0-108-248.dsl.dynamic.sonic.net)
- # [06:53] * Joins: mokush (~cc@82.208.133.70)
- # [06:56] * Quits: dhruvasagar (~dhruvasag@122.167.115.194) (Ping timeout: 264 seconds)
- # [06:56] * Quits: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net) (Quit: gg)
- # [06:57] * Joins: SrPx (~SrPx@177.205.163.138.dynamic.adsl.gvt.net.br)
- # [06:58] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 276 seconds)
- # [06:58] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [07:06] * Quits: soypirate (~soypirate@75.94.81.12) (Ping timeout: 264 seconds)
- # [07:09] * Quits: Zauberfisch (~Zauberfis@2a01:4f8:100:73c3::3) (Read error: Connection reset by peer)
- # [07:10] * Joins: Zauberfisch (~Zauberfis@2a01:4f8:100:73c3::3)
- # [07:10] * Joins: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net)
- # [07:13] * Quits: SrPx (~SrPx@177.205.163.138.dynamic.adsl.gvt.net.br) (Quit: SrPx)
- # [07:14] * Quits: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net) (Client Quit)
- # [07:19] * Quits: okee (~Okee@50-0-108-248.dsl.dynamic.sonic.net)
- # [07:20] * Joins: mattypants (~mattypant@modemcable171.138-81-70.mc.videotron.ca)
- # [07:29] * Quits: Me1000 (~Me1000@74.143.221.15) (Quit: Leaving...)
- # [07:32] * Joins: odwalla (~shane@184.76.83.2)
- # [07:33] * Joins: longbeach (~mike@AFontenayssB-152-1-17-45.w82-121.abo.wanadoo.fr)
- # [07:37] * Quits: mokush (~cc@82.208.133.70) (Quit: Konversation terminated!)
- # [07:38] * Quits: Leeol2 (~Leeol@63-155-141-110.eugn.qwest.net) (Read error: Connection reset by peer)
- # [07:38] * Joins: benv (~benv@75-101-56-189.dsl.static.sonic.net)
- # [07:38] * Joins: _gambit (~prajwalit@61.12.96.226)
- # [07:39] * Quits: AskMP (~AskMP@CPE185933f3b92e-CM185933f3b92b.cpe.net.cable.rogers.com) (Quit: AskMP)
- # [07:39] * Joins: Leeol2 (~Leeol@63.155.141.110)
- # [07:39] * Joins: mokush (~cc@82.208.133.70)
- # [07:40] * Quits: DeltaHeavy (~DeltaHeav@d24-204-219-104.home4.cgocable.net) (Read error: Connection reset by peer)
- # [07:42] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Quit: Computer has gone to sleep.)
- # [07:43] * Quits: benv (~benv@75-101-56-189.dsl.static.sonic.net) (Ping timeout: 252 seconds)
- # [07:43] * Joins: benv (~benv@50.23.111.66-static.reverse.softlayer.com)
- # [07:50] * Joins: mreeder_ (uid4425@gateway/web/irccloud.com/x-iqemqsyywhptynau)
- # [07:50] * mreeder_ is now known as mreeder
- # [08:00] * Quits: OnlyMax (~OnlyMax@187.126.58.211)
- # [08:01] * Joins: r0ckwilda (~r0ckwilda@unaffiliated/r0ckwilda)
- # [08:08] * Joins: matijsb_ (uid2278@gateway/web/irccloud.com/x-nerzlbbnfffymlgw)
- # [08:08] <relipse> check out my brand new android time tracking app -- https://cworklog.com/downloads/cworklog.latest.apk username: test116 password: test116
- # [08:09] * Joins: Fabryz___ (uid4038@gateway/web/irccloud.com/x-vupyidonnpwixysw)
- # [08:09] * Joins: viduthalai1947 (uid5404@gateway/web/irccloud.com/x-pxavgbzxaipshavh)
- # [08:09] * Joins: onr (uid5726@pdpc/supporter/active/onr)
- # [08:09] * Joins: remysharp (uid4345@gateway/web/irccloud.com/x-pfjbljpgthyacoea)
- # [08:09] * Joins: iaincarsberg_ (uid1388@gateway/web/irccloud.com/x-pyyfcirrnpfklomt)
- # [08:09] * Joins: hdv (uid2376@gateway/web/irccloud.com/x-tdqrzpwphofbckof)
- # [08:09] * Joins: taqutor (uid8051@gateway/web/irccloud.com/x-mqrqwoqszhhghhfn)
- # [08:09] * Joins: gmcabrita (uid4474@gateway/web/irccloud.com/x-nnxqwwjjhvuvtkbc)
- # [08:09] * Joins: starapple_corki (uid7648@gateway/web/irccloud.com/x-cxflnmaxvthsfdxg)
- # [08:09] * Joins: benschwarz (uid2121@gateway/web/irccloud.com/x-dmtirffzhtsylmue)
- # [08:10] * Joins: romainhuet (uid2533@gateway/web/irccloud.com/x-pdkyiavxtsgcnkvl)
- # [08:10] * Joins: daleharvey (uid513@gateway/web/irccloud.com/x-nmibqvqpeqcrvqic)
- # [08:10] * Joins: kaichanvong (uid2773@gateway/web/irccloud.com/x-xflbfcmpapzqzljl)
- # [08:10] * Joins: cam` (uid6217@gateway/web/irccloud.com/x-sjlxhvldercxavdb)
- # [08:10] * Joins: digitalfiz (uid533@gateway/web/irccloud.com/x-smrejwwnbpcookpk)
- # [08:11] * Joins: jamesweiner (uid1343@gateway/web/irccloud.com/x-tofswexntawfshyq)
- # [08:11] * Joins: mehring (uid10063@gateway/web/irccloud.com/x-ijyhfsubjjltegft)
- # [08:11] * Quits: b1rkh0ff (~b1rkh0ff@178.77.7.9) (Ping timeout: 252 seconds)
- # [08:11] * Joins: dhruvasagar (~dhruvasag@106.51.131.171)
- # [08:11] * Joins: sawrubh (uid6719@gateway/web/irccloud.com/x-dsxzhideocpimzwo)
- # [08:12] * Quits: WeThePeople (~WeThePeop@unaffiliated/wethepeople) (Quit: Leaving)
- # [08:12] * Joins: beawesomeinstead (uid1643@gateway/web/irccloud.com/x-zhzljwhmvmohnnzv)
- # [08:12] * Joins: binalee_cloud (uid7141@gateway/web/irccloud.com/x-grdoqsusnjxexirj)
- # [08:13] * Joins: niftylettuce (uid2733@gateway/web/irccloud.com/x-rihphcvbrzqrfjhe)
- # [08:13] * Joins: actel (uid48@gateway/web/irccloud.com/x-auezvufomhnqycrj)
- # [08:14] * Joins: Teal`c_ (uid1457@gateway/web/irccloud.com/x-grppahjwmudceuqa)
- # [08:16] * Joins: mm56 (mm56@cpe-75-80-185-96.san.res.rr.com)
- # [08:17] * Quits: PaulCapestany (~PaulCapes@204.28.124.82) (Quit: Textual IRC Client: www.textualapp.com)
- # [08:18] * Quits: ganeshu (~chatzilla@122.178.235.184) (Quit: ChatZilla 0.9.90 [Firefox 18.0.2/20130201065344])
- # [08:20] * Quits: odwalla (~shane@184.76.83.2) (Quit: WeeChat 0.4.0)
- # [08:25] * Joins: b1rkh0ff (~b1rkh0ff@178.77.26.26)
- # [08:25] * Joins: kitallis (~kitallis@122.167.206.68)
- # [08:25] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 252 seconds)
- # [08:28] * Joins: NimeshNeema (uid2689@gateway/web/irccloud.com/x-stkdilznmlaktkkx)
- # [08:32] * Joins: sedovsek (~robert@89.143.12.238)
- # [08:42] * Joins: asher^ (asher@101.166.147.73)
- # [08:42] * Quits: asher^ (asher@101.166.147.73) (Changing host)
- # [08:42] * Joins: asher^ (asher@unaffiliated/asher/x-9381395)
- # [08:45] * Quits: mm56 (mm56@cpe-75-80-185-96.san.res.rr.com)
- # [08:46] * Quits: lolwtfhax (~matthewbo@pool-96-246-11-75.nycmny.east.verizon.net) (Quit: lolwtfhax)
- # [08:49] * Joins: stevegill (~stevengil@99-43-255-97.lightspeed.sntcca.sbcglobal.net)
- # [08:50] * Joins: kfenn (~kfenn@87-194-137-204.bethere.co.uk)
- # [08:50] * Quits: kitallis (~kitallis@122.167.206.68) (Read error: Connection reset by peer)
- # [08:52] * Quits: dankest (~dankest@ip68-6-81-102.sb.sd.cox.net) (Quit: Leaving...)
- # [08:52] * Quits: roilr (roilr@unaffiliated/roilr) (Ping timeout: 276 seconds)
- # [08:52] * Joins: calbasi (~joan@37.14.53.91)
- # [08:56] * Joins: madhatt3r (madhatt3r@62.117.203.84.dyn.user.ono.com)
- # [08:56] <madhatt3r> helloAll
- # [08:57] * Joins: kitallis (~kitallis@122.167.222.204)
- # [08:58] * Quits: benv (~benv@50.23.111.66-static.reverse.softlayer.com) (Quit: Computer has gone to sleep.)
- # [09:00] * Parts: calbasi (~joan@37.14.53.91)
- # [09:01] * Quits: r0ckwilda (~r0ckwilda@unaffiliated/r0ckwilda) (Ping timeout: 260 seconds)
- # [09:03] * Joins: r0ckwilda (~r0ckwilda@197.182.209.55)
- # [09:03] * Joins: dankest (~dankest@ip68-6-81-102.sb.sd.cox.net)
- # [09:10] * Joins: thomasFre (~toto@159.71.64.86.rev.sfr.net)
- # [09:12] * Quits: sedovsek (~robert@89.143.12.238) (Quit: sedovsek)
- # [09:13] * Quits: stevegill (~stevengil@99-43-255-97.lightspeed.sntcca.sbcglobal.net) (Quit: stevegill)
- # [09:15] * Quits: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net) (Remote host closed the connection)
- # [09:16] * Quits: dhaber (~dhaber@c-76-28-237-222.hsd1.wa.comcast.net) (Quit: leaving)
- # [09:18] * Quits: sirecote (sirecote@64.15.76.9) (Ping timeout: 248 seconds)
- # [09:18] * Quits: kfenn (~kfenn@87-194-137-204.bethere.co.uk) (Remote host closed the connection)
- # [09:20] * Joins: sirecote (sirecote@64.15.76.9)
- # [09:21] * Joins: vlad_starkov (~vlad_star@178.176.120.157)
- # [09:22] * Joins: sedovsek (~robert@89.143.12.238)
- # [09:27] * Quits: tapout (~tapout@unaffiliated/tapout) (Excess Flood)
- # [09:27] * Joins: tapout (~tapout@unaffiliated/tapout)
- # [09:32] * Joins: Savvy (~Thunderbi@unaffiliated/savvy)
- # [09:33] * Joins: Ms2ger (~Ms2ger@kotnet-150.kulnet.kuleuven.be)
- # [09:40] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
- # [09:41] * Joins: zenoamaro (~zenoamaro@93-36-99-221.ip59.fastwebnet.it)
- # [09:42] * Joins: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com)
- # [09:42] * Quits: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com) (Remote host closed the connection)
- # [09:42] * Quits: dankest (~dankest@ip68-6-81-102.sb.sd.cox.net) (Quit: Leaving...)
- # [09:43] * Joins: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com)
- # [09:43] * Quits: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com) (Remote host closed the connection)
- # [09:45] * Joins: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com)
- # [09:46] * Quits: r0ckwilda (~r0ckwilda@197.182.209.55) (Ping timeout: 276 seconds)
- # [09:47] * Quits: Savvy (~Thunderbi@unaffiliated/savvy) (Quit: Savvy)
- # [09:47] * Joins: r0ckwilda (~r0ckwilda@41-139-159-98.safaricombusiness.co.ke)
- # [09:51] * Joins: Phae (uid455@gateway/web/irccloud.com/x-sylhxcajulvhdkgx)
- # [09:51] * Joins: sedovsek_ (~robert@89.143.12.238)
- # [09:54] * Quits: tapout (~tapout@unaffiliated/tapout) (Excess Flood)
- # [09:54] * Quits: sedovsek (~robert@89.143.12.238) (Ping timeout: 256 seconds)
- # [09:54] * sedovsek_ is now known as sedovsek
- # [09:58] * Quits: r0ckwilda (~r0ckwilda@41-139-159-98.safaricombusiness.co.ke) (Ping timeout: 252 seconds)
- # [09:58] * Joins: r0ckwilda (~r0ckwilda@41.78.27.198)
- # [10:02] * Joins: tapout (~tapout@unaffiliated/tapout)
- # [10:04] * Joins: avjpl (~avjpl@82.24.12.171)
- # [10:04] * Quits: avjpl (~avjpl@82.24.12.171) (Remote host closed the connection)
- # [10:10] <mattypants> how do browsers react to html5 elements like <header>, <aside>, etc?
- # [10:10] * Quits: monteslu (~monteslu@68.109.174.213) (Ping timeout: 245 seconds)
- # [10:11] * Joins: [1]mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net)
- # [10:11] * Joins: monteslu (~monteslu@ip68-109-174-213.ph.ph.cox.net)
- # [10:13] * Quits: mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net) (Ping timeout: 246 seconds)
- # [10:13] * Joins: [2]mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net)
- # [10:15] * Quits: [1]mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net) (Ping timeout: 246 seconds)
- # [10:17] * Parts: tw2113 (~tw2113@fedora/tw2113) ("yar! I be gone exited!")
- # [10:18] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [10:18] * Joins: Criztian (~criztian@cust.static.46-14-91-177.swisscomdata.ch)
- # [10:26] * Joins: MCHammer (~mchammer@212.48.107.10)
- # [10:27] * Joins: abdulqabiz (~abdulqabi@112.196.129.99)
- # [10:29] * Joins: MisterSpeaker (~MisterSpe@62.129.6.2)
- # [10:29] * Joins: Trisox (~Tri_sox@dw87236798.amsterdam-tc.dataweb.net)
- # [10:31] * Quits: [2]mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net) (Ping timeout: 246 seconds)
- # [10:32] * Guest81863 is now known as Garbee
- # [10:33] * Joins: sajan (~sajan@50-81-126-139.client.mchsi.com)
- # [10:38] * Quits: _cheney (~cheney@nat.sierrabravo.net) (Read error: Connection reset by peer)
- # [10:39] * Joins: _cheney (~cheney@nat.sierrabravo.net)
- # [10:39] * Quits: MisterSpeaker (~MisterSpe@62.129.6.2) (Remote host closed the connection)
- # [10:41] * Joins: smartypants2013 (smartypant@124.168.207.52)
- # [10:45] * Joins: manuelbieh (~beeevi2@78.47.226.217)
- # [10:52] * Joins: nonge (~nonge@p508291C6.dip.t-dialin.net)
- # [10:54] * Joins: MisterSpeaker (~MisterSpe@62.129.6.2)
- # [10:55] * Joins: populvuh (~populvuh@unaffiliated/populvuh)
- # [10:56] * Quits: nonge_ (~nonge@p5B326D3B.dip.t-dialin.net) (Ping timeout: 255 seconds)
- # [11:03] * Joins: marcoslhc (~marcoslhc@190.205.162.95)
- # [11:04] * Quits: Ms2ger (~Ms2ger@kotnet-150.kulnet.kuleuven.be) (Quit: brb)
- # [11:05] * Joins: bibo360 (~bibo360@80.15.36.130)
- # [11:11] * Joins: Ms2ger (~Ms2ger@kotnet-150.kulnet.kuleuven.be)
- # [11:11] * Quits: smartypants2013 (smartypant@124.168.207.52)
- # [11:13] * Joins: kristofers (~kristofer@27.79-160-186.customer.lyse.net)
- # [11:16] * Quits: llamapixel (~llamapixe@123-243-224-99.static.tpgi.com.au) (Quit: -=[. _ .]=- waves bye..)
- # [11:17] * Quits: mattypants (~mattypant@modemcable171.138-81-70.mc.videotron.ca) (Ping timeout: 256 seconds)
- # [11:17] * Quits: kitallis (~kitallis@122.167.222.204) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [11:21] * Joins: Multiply (~multiply@188-176-104-138-static.dk.customer.tdc.net)
- # [11:21] * Quits: Multiply (~multiply@188-176-104-138-static.dk.customer.tdc.net) (Client Quit)
- # [11:23] * Joins: rickibalboa (~ricki@84.19.104.118)
- # [11:23] * Quits: vlad_starkov (~vlad_star@178.176.120.157) (Remote host closed the connection)
- # [11:24] * Joins: mattypants (~mattypant@70.81.138.171)
- # [11:27] * Quits: sajan (~sajan@50-81-126-139.client.mchsi.com) (Quit: Leaving.)
- # [11:32] * Joins: kroyeren (~kroyeren@81.27.221.202)
- # [11:34] * Quits: marcoslhc (~marcoslhc@190.205.162.95) (Remote host closed the connection)
- # [11:36] * Quits: kroyeren (~kroyeren@81.27.221.202) (Quit: Ex-Chat)
- # [11:37] * Joins: kroyeren (~kroyeren@81.27.221.202)
- # [11:39] * Quits: kroyeren (~kroyeren@81.27.221.202) (Read error: Connection reset by peer)
- # [11:39] * Joins: kroyeren (~kroyeren@81.27.221.202)
- # [11:41] * Quits: kroyeren (~kroyeren@81.27.221.202) (Read error: Connection reset by peer)
- # [11:41] * Joins: kroyeren (~kroyeren@81.27.221.202)
- # [11:43] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [11:43] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [11:43] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [11:44] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [11:44] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [11:44] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [11:45] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [11:46] * Quits: Ms2ger (~Ms2ger@kotnet-150.kulnet.kuleuven.be) (Ping timeout: 240 seconds)
- # [11:48] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Client Quit)
- # [11:49] * Joins: nickn (~nickn@ltea-047-064-009-044.pools.arcor-ip.net)
- # [11:52] * Joins: myx (~myx@pppoe-204-182-dyn-sr.volgaline.ru)
- # [11:53] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [11:54] * Joins: marcoslhc (~marcoslhc@190.121.239.250)
- # [11:54] * Quits: marcoslhc (~marcoslhc@190.121.239.250) (Remote host closed the connection)
- # [11:54] * Joins: marcoslhc (~marcoslhc@190.121.239.250)
- # [11:54] * Quits: marcoslhc (~marcoslhc@190.121.239.250) (Remote host closed the connection)
- # [12:00] * Joins: OnlyMax (~OnlyMax@187-126-58-211.user.veloxzone.com.br)
- # [12:01] * Quits: obert (~quassel@host86-22-dynamic.3-87-r.retail.telecomitalia.it) (Ping timeout: 252 seconds)
- # [12:06] * Quits: r0ckwilda (~r0ckwilda@41.78.27.198) (Changing host)
- # [12:06] * Joins: r0ckwilda (~r0ckwilda@unaffiliated/r0ckwilda)
- # [12:08] * Joins: sasori (~sasori@cm105.gamma248.maxonline.com.sg)
- # [12:09] * Joins: vlad_starkov (~vlad_star@178.176.61.254)
- # [12:10] * Quits: xec_ (~xec@unaffiliated/xec) (Ping timeout: 252 seconds)
- # [12:10] * Joins: xec_ (~xec@unaffiliated/xec)
- # [12:10] * Joins: m1l0_ (~m1l0@94-21-31-71.pool.digikabel.hu)
- # [12:23] * Quits: sedovsek (~robert@89.143.12.238) (Quit: sedovsek)
- # [12:24] * Quits: sasori (~sasori@cm105.gamma248.maxonline.com.sg) (Read error: Connection timed out)
- # [12:25] * Joins: sasori (~sasori@cm105.gamma248.maxonline.com.sg)
- # [12:25] * Joins: coellobranco (~FoRcEr@88.24.229.48)
- # [12:27] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Quit: Computer has gone to sleep.)
- # [12:32] * Joins: obert (~quassel@host85-205-dynamic.47-79-r.retail.telecomitalia.it)
- # [12:32] * Joins: soooga (~soooga@175.155.20.165)
- # [12:34] * Joins: Thalisson (~Thalisson@unaffiliated/talssn3l)
- # [12:38] * Quits: Wildblue (~male@c-69-140-154-17.hsd1.md.comcast.net) (Ping timeout: 252 seconds)
- # [12:38] * Joins: exoon (~exoon@p4FD38A58.dip0.t-ipconnect.de)
- # [12:40] * Joins: Xarthok (~Xarthok@5addafc4.bb.sky.com)
- # [12:41] * Quits: sasori (~sasori@cm105.gamma248.maxonline.com.sg) (Read error: Connection timed out)
- # [12:42] * Joins: _moon (~moon@20-91-190-109.dsl.ovh.fr)
- # [12:43] * Joins: sasori (~sasori@cm105.gamma248.maxonline.com.sg)
- # [12:44] * Joins: martisj (~martisj@host-89-240-210-48.as13285.net)
- # [12:53] * Joins: tiyit (~tiyit@173.65.108.205)
- # [12:55] * Joins: lolwtfhax (~matthewbo@96.246.11.75)
- # [12:55] * Joins: Savvy (~Thunderbi@unaffiliated/savvy)
- # [13:02] * Quits: exoon (~exoon@p4FD38A58.dip0.t-ipconnect.de) (Read error: Operation timed out)
- # [13:02] * Joins: exoon (~exoon@79.211.149.85)
- # [13:05] * Quits: doolinkr (~ddoolin@121.170.151.131) (Quit: Leaving)
- # [13:05] * Quits: factor (~factor@74.195.220.36) (Quit: Leaving)
- # [13:06] * Quits: kraucrow (~polarizin@rigel.secureserving.net) (Ping timeout: 240 seconds)
- # [13:08] * Quits: Xarthok (~Xarthok@5addafc4.bb.sky.com)
- # [13:09] * Quits: MisterSpeaker (~MisterSpe@62.129.6.2) (Remote host closed the connection)
- # [13:12] * Joins: MisterSpeaker (~MisterSpe@62.129.6.2)
- # [13:12] * Joins: hkj (~textual@89.191.21.94)
- # [13:12] * Quits: hkj (~textual@89.191.21.94) (Max SendQ exceeded)
- # [13:12] * Joins: hkj (~textual@89.191.21.94)
- # [13:12] * Quits: hkj (~textual@89.191.21.94) (Max SendQ exceeded)
- # [13:13] * Joins: hkj (~textual@89.191.21.94)
- # [13:13] * Joins: sedovsek (~robert@89.143.12.238)
- # [13:14] * Joins: kraucrow (~polarizin@rigel.secureserving.net)
- # [13:17] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 245 seconds)
- # [13:17] * Quits: sedovsek (~robert@89.143.12.238) (Client Quit)
- # [13:17] * Quits: lolwtfhax (~matthewbo@96.246.11.75) (Quit: lolwtfhax)
- # [13:18] * Joins: Ms2ger (~Ms2ger@vpna223.ugent.be)
- # [13:18] * Quits: xec_ (~xec@unaffiliated/xec) (Ping timeout: 260 seconds)
- # [13:19] * Joins: xec_ (~xec@unaffiliated/xec)
- # [13:21] * Quits: martisj (~martisj@host-89-240-210-48.as13285.net) (Read error: Connection reset by peer)
- # [13:22] * Joins: martisj (~martisj@host-89-240-210-48.as13285.net)
- # [13:25] * Joins: xec- (~xec@unaffiliated/xec)
- # [13:26] * Quits: xec_ (~xec@unaffiliated/xec) (Ping timeout: 252 seconds)
- # [13:31] * Quits: Ms2ger (~Ms2ger@vpna223.ugent.be) (Quit: bbiab)
- # [13:36] * Quits: CaraPan (~tuvieja@83.38.117.165) (Ping timeout: 245 seconds)
- # [13:42] * Joins: sedovsek (~robert@89.143.12.238)
- # [13:42] * Joins: doc_brown (~adnan@c-50-143-96-199.hsd1.fl.comcast.net)
- # [13:43] * Joins: _dc (~dc@c-98-253-247-27.hsd1.in.comcast.net)
- # [13:45] * Quits: hkj (~textual@89.191.21.94) (Quit: Computer has gone to sleep.)
- # [13:45] * Quits: Savvy (~Thunderbi@unaffiliated/savvy) (Quit: Savvy)
- # [13:45] * Quits: bibo360 (~bibo360@80.15.36.130) (Ping timeout: 245 seconds)
- # [13:47] * Joins: mstalfoort (~manuchill@83.232.96.217)
- # [13:47] * Joins: hkj (~textual@89.191.21.94)
- # [13:49] * Quits: _dc (~dc@c-98-253-247-27.hsd1.in.comcast.net) (Remote host closed the connection)
- # [13:52] * abdulqabiz is now known as aqabiz
- # [13:52] * Quits: dhruvasagar (~dhruvasag@106.51.131.171) (Ping timeout: 252 seconds)
- # [13:53] * Quits: coellobranco (~FoRcEr@88.24.229.48) (Ping timeout: 245 seconds)
- # [13:54] * Quits: aqabiz (~abdulqabi@112.196.129.99) (Quit: aqabiz)
- # [13:54] * Quits: rickibalboa (~ricki@84.19.104.118) (Ping timeout: 255 seconds)
- # [13:54] * Quits: Criztian (~criztian@cust.static.46-14-91-177.swisscomdata.ch) (Remote host closed the connection)
- # [13:56] * Joins: nkr (~nkr@201.52.225.91)
- # [13:57] * Joins: Ms2ger (~Ms2ger@vpna087.ugent.be)
- # [13:59] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 255 seconds)
- # [13:59] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [13:59] * Joins: coellobranco (~FoRcEr@88.24.229.48)
- # [14:00] * Joins: aqabiz (~abdulqabi@112.196.129.99)
- # [14:03] * Joins: calbasi (~joan@37.14.53.91)
- # [14:04] * Joins: drumond1_ (~drumond19@186.214.52.83)
- # [14:06] * Quits: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp) (Remote host closed the connection)
- # [14:06] * Joins: austincheney (~quassel@213.255.226.21)
- # [14:06] * Quits: tiyit (~tiyit@173.65.108.205) (Ping timeout: 245 seconds)
- # [14:07] * Quits: drumond19 (~drumond19@186.214.54.214) (Ping timeout: 248 seconds)
- # [14:07] * abstractj|away is now known as abstractj
- # [14:07] * Quits: abstractj (~abstractj@192.34.59.101) (Changing host)
- # [14:07] * Joins: abstractj (~abstractj@redhat/jboss/abstractj)
- # [14:08] * Joins: dameleon (~dameleon@p4067-ipbf2702hodogaya.kanagawa.ocn.ne.jp)
- # [14:09] * Quits: jcarouth (~jcarouth@avaris.carouth.net) (Quit: Coyote finally caught me)
- # [14:09] * Joins: jcarouth (~jcarouth@avaris.carouth.net)
- # [14:10] * Joins: lolwtfhax (~matthewbo@ip-64-134-98-185.public.wayport.net)
- # [14:14] * Joins: BlippSquipp (~mmaurisak@168-93-187-18.ipv4.firstcomm.com)
- # [14:16] * Joins: erichynds (~ehynds@64.206.121.41)
- # [14:17] * Quits: Ms2ger (~Ms2ger@vpna087.ugent.be) (Ping timeout: 245 seconds)
- # [14:17] * Joins: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net)
- # [14:18] * Joins: roilr (roilr@unaffiliated/roilr)
- # [14:18] * Quits: WebDragon (~webdragon@c-69-253-237-123.hsd1.de.comcast.net) (Ping timeout: 248 seconds)
- # [14:19] * Joins: abdulqabiz (~abdulqabi@112.196.129.99)
- # [14:19] * Quits: abdulqabiz (~abdulqabi@112.196.129.99) (Max SendQ exceeded)
- # [14:19] * Quits: aqabiz (~abdulqabi@112.196.129.99) (Quit: aqabiz)
- # [14:19] * Quits: Jikan (~Jikan@noein.haruka.fr) (Ping timeout: 244 seconds)
- # [14:19] * Joins: aqabiz (~abdulqabi@112.196.129.99)
- # [14:19] * Quits: aqabiz (~abdulqabi@112.196.129.99) (Max SendQ exceeded)
- # [14:20] * Joins: zenorocha (~zenorocha@189.60.171.47)
- # [14:20] * Joins: aqabiz (~abdulqabi@112.196.129.99)
- # [14:20] * Quits: aqabiz (~abdulqabi@112.196.129.99) (Max SendQ exceeded)
- # [14:20] * Joins: aqabiz (~abdulqabi@112.196.129.99)
- # [14:24] * Joins: WebDragon (~webdragon@69.253.237.123)
- # [14:25] * Quits: BBonifield (~BBonifiel@li107-227.members.linode.com) (Ping timeout: 252 seconds)
- # [14:26] * Joins: kppullin_ (~kppullin@216.231.9.10)
- # [14:26] * Quits: kppullin (~kppullin@pdpc/supporter/active/kppullin) (Ping timeout: 252 seconds)
- # [14:26] * Joins: soypirate (~soypirate@75.94.81.12)
- # [14:27] * Joins: BBonifield (~BBonifiel@li107-227.members.linode.com)
- # [14:27] * Quits: aqabiz (~abdulqabi@112.196.129.99) (Quit: aqabiz)
- # [14:27] * Joins: aqabiz (~abdulqabi@112.196.129.99)
- # [14:28] <moo-_-> enigmuriatic: you just overdraw
- # [14:28] <moo-_-> mattypants: visually elements are not different from <div>
- # [14:28] <moo-_-> and <span>
- # [14:31] * Joins: Ms2ger (~Ms2ger@vpnh228.ugent.be)
- # [14:33] * Joins: bibo360 (~bibo360@bobi.signap.com)
- # [14:34] * Joins: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk)
- # [14:34] * Quits: zenorocha (~zenorocha@189.60.171.47) (Remote host closed the connection)
- # [14:35] * Joins: Jikai (~Jikan@2001:41d0:2:401f::1)
- # [14:39] * Joins: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net)
- # [14:40] * Joins: drone| (~drone@hieristdas.internetzuen.de)
- # [14:43] * Parts: calbasi (~joan@37.14.53.91)
- # [14:45] * Quits: Jikai (~Jikan@2001:41d0:2:401f::1) (Quit: I used to think I was indecisive, but now I'm not sureā¦)
- # [14:46] * Joins: Jikan (~Jikan@2001:41d0:2:401f::1)
- # [14:47] * Quits: coellobranco (~FoRcEr@88.24.229.48) (Quit: http://www.juanantoniomosquera.com)
- # [14:51] * Joins: guy (~gajus@oftn/member/guy)
- # [14:53] * Quits: bacilla (~karolis@unaffiliated/velkam) (Ping timeout: 257 seconds)
- # [14:54] * Quits: Jikan (~Jikan@2001:41d0:2:401f::1) (Read error: Operation timed out)
- # [14:55] * Joins: Jikan (~Jikan@noein.haruka.fr)
- # [14:55] * Quits: daze (~irc@client-212-117-18-111.inturbo.lt) (Ping timeout: 252 seconds)
- # [14:57] * Joins: SrPx (~SrPx@186.212.180.74)
- # [14:58] * Quits: Ms2ger (~Ms2ger@vpnh228.ugent.be) (Ping timeout: 248 seconds)
- # [14:58] * Quits: SrPx (~SrPx@186.212.180.74) (Client Quit)
- # [15:05] * Quits: Thalisson (~Thalisson@unaffiliated/talssn3l) (Remote host closed the connection)
- # [15:07] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
- # [15:09] * Quits: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net) (Quit: gg)
- # [15:10] * Joins: leakybuckit (~moon@denbp059.gsi.de)
- # [15:11] * Joins: daze (~irc@client-212-117-18-111.inturbo.lt)
- # [15:11] * Joins: bacilla (~karolis@unaffiliated/velkam)
- # [15:11] * Quits: bacilla (~karolis@unaffiliated/velkam) (Excess Flood)
- # [15:12] * Quits: leakybuckit (~moon@denbp059.gsi.de) (Read error: Connection reset by peer)
- # [15:12] * Joins: bacilla (~karolis@unaffiliated/velkam)
- # [15:13] * Quits: lolwtfhax (~matthewbo@ip-64-134-98-185.public.wayport.net) (Quit: lolwtfhax)
- # [15:15] * Joins: Criztian (~criztian@cust.static.46-14-91-177.swisscomdata.ch)
- # [15:17] * Joins: rumproast (~ident@static-71-244-97-46.phlapa.fios.verizon.net)
- # [15:18] * Joins: monteslu_ (~monteslu@ip68-109-174-213.ph.ph.cox.net)
- # [15:18] * Quits: kroyeren (~kroyeren@81.27.221.202) (Quit: Ex-Chat)
- # [15:21] * Quits: monteslu (~monteslu@ip68-109-174-213.ph.ph.cox.net) (Ping timeout: 244 seconds)
- # [15:27] * Quits: vlad_starkov (~vlad_star@178.176.61.254) (Remote host closed the connection)
- # [15:27] * Joins: dAnjou (~dAnjou@91-64-26-3-dynip.superkabel.de)
- # [15:28] * Joins: bubblehead (~bubblehea@24-240-23-52.dhcp.athn.ga.charter.com)
- # [15:28] * Quits: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net) (Remote host closed the connection)
- # [15:28] * Quits: niloy (~niloy@115.112.64.6) (Quit: Leaving)
- # [15:29] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [15:30] * Quits: MisterSpeaker (~MisterSpe@62.129.6.2) (Remote host closed the connection)
- # [15:30] * Joins: SrPx (~SrPx@186.212.180.74)
- # [15:30] * Quits: SrPx (~SrPx@186.212.180.74) (Client Quit)
- # [15:30] * Joins: garciawebdev (~garciaweb@181.31.76.205)
- # [15:33] * Joins: MisterSpeaker (~MisterSpe@62.129.6.2)
- # [15:34] <dAnjou> hi, a question about server sent events: as far as i understood messages are pushed to all clients connected to the same "endpoint" (aka URL?). what is the best way to make sure that only one client gets a certain message? i guess i'm talking about routing messages.
- # [15:35] <dAnjou> i came up with the idea to let the client connect to a unique URL but is that secure? how can i make sure nobody else is listening on this URL?
- # [15:35] * Joins: Me1000 (~Me1000@128.163.8.171)
- # [15:35] * Parts: Guest94452 (~ddoolin@121.170.151.131) ("Leaving")
- # [15:36] <dAnjou> maybe with some kind of session cookie?
- # [15:36] * Joins: doolinkr (~ddoolin@121.170.151.131)
- # [15:37] <austincheney> dAnjou: in the context of the web you cannot
- # [15:37] <austincheney> http is a broadcast
- # [15:37] <dAnjou> huh?
- # [15:37] * Joins: manuelbieh_ (~beeevi2@78.47.226.217)
- # [15:37] <austincheney> you would have to decide on a different protocol to enable message routing
- # [15:37] * Joins: ML74 (~ML74@5e0c6133.bb.sky.com)
- # [15:37] <austincheney> like XMPP
- # [15:39] * Quits: manuelbieh (~beeevi2@78.47.226.217) (Ping timeout: 260 seconds)
- # [15:39] <austincheney> basically the ideal options are xmpp and smtp
- # [15:39] * monteslu_ is now known as monteslu
- # [15:39] <austincheney> smtp is more robust and you have more control of the message digest in the pipe
- # [15:39] <dAnjou> okay, imagine this:
- # [15:40] <austincheney> but xmpp is far faster and still provides good control with far more options for customization
- # [15:40] <austincheney> xmpp for chat or im
- # [15:40] * Quits: maxani (~maxani@ARennes-653-1-323-231.w109-218.abo.wanadoo.fr) (Quit: Computer has gone to sleep.)
- # [15:41] <austincheney> smtp for any sort of extended application features, such as data analysis, where live speed and round trip are not absolutely critical
- # [15:41] <dAnjou> i have a website with user accounts. users get notifications by connection to /profile/<username>/eventsource. now i could check is <username> is allowed to get messages if it has a valid session cookie. o not?
- # [15:41] <dAnjou> *or not?
- # [15:41] <dAnjou> *connecting
- # [15:42] <dAnjou> damn, what's up with my typing
- # [15:42] <austincheney> yeah, you will have to operate via cookie
- # [15:42] <austincheney> and you should be operating in https
- # [15:42] <dAnjou> of course
- # [15:42] <austincheney> at that point it is a basic authenticated web session
- # [15:42] <dAnjou> that solves the routing problem
- # [15:43] <dAnjou> no need for XMPP
- # [15:43] <dAnjou> :P
- # [15:43] * Joins: kroyeren (~kroyeren@81.27.221.202)
- # [15:43] <austincheney> yeah, its one of the biggest problems with the web
- # [15:43] <dAnjou> i'd rather not touch or see any xml :P
- # [15:43] <austincheney> http is simple, so too much is done on the application side
- # [15:44] <austincheney> ok, but xmpp can do just about everything http can do and still operate in a live fashion
- # [15:44] <austincheney> xmpp is transmission by the way, where xml is not
- # [15:45] <austincheney> http://en.wikipedia.org/wiki/XML_stanza
- # [15:45] <dAnjou> i know xmpp
- # [15:45] <dAnjou> and xml
- # [15:46] <austincheney> i am going to walk across the road and get some dinner
- # [15:46] <dAnjou> o.O
- # [15:46] <dAnjou> have fun
- # [15:46] * Quits: nkr (~nkr@201.52.225.91) (Quit: Linkinus - http://linkinus.com)
- # [15:47] <dAnjou> this is IRC, i can wait for days for an answer ;)
- # [15:47] * Quits: b1rkh0ff (~b1rkh0ff@178.77.26.26) (Read error: Connection reset by peer)
- # [15:48] * Joins: b1rkh0ff (~b1rkh0ff@178.77.26.26)
- # [15:51] * Parts: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [15:51] * Joins: Thalisson (~Thalisson@unaffiliated/talssn3l)
- # [15:51] * Joins: _dc (~dc@alexander.nat.trb.com)
- # [15:52] * Joins: Savvy (~Thunderbi@unaffiliated/savvy)
- # [15:52] * Joins: sethwalker (~sethwalke@64.124.192.210)
- # [16:01] * Joins: SrPx (~SrPx@186.212.180.74)
- # [16:02] * Quits: exoon (~exoon@79.211.149.85) (Remote host closed the connection)
- # [16:04] * Quits: _gambit (~prajwalit@61.12.96.226) (Quit: Computer has gone to sleep.)
- # [16:05] * Quits: r0ckwilda (~r0ckwilda@unaffiliated/r0ckwilda) (Quit: Lost terminal)
- # [16:05] * Quits: r0tha (~r0tha@2602:304:cda7:e7e0:6d90:ee60:9b19:72de) (Remote host closed the connection)
- # [16:07] * Quits: SrPx (~SrPx@186.212.180.74) (Quit: SrPx)
- # [16:08] * Quits: martisj (~martisj@host-89-240-210-48.as13285.net) (Remote host closed the connection)
- # [16:08] * Quits: Savvy (~Thunderbi@unaffiliated/savvy) (Quit: Savvy)
- # [16:09] * Quits: kroyeren (~kroyeren@81.27.221.202) (Quit: Ex-Chat)
- # [16:09] * Joins: Jamiltz (~Jamiltz@158.143.254.171)
- # [16:10] * Joins: gagga (4e2bcbcf@gateway/web/freenode/ip.78.43.203.207)
- # [16:10] * Quits: gagga (4e2bcbcf@gateway/web/freenode/ip.78.43.203.207) (Client Quit)
- # [16:12] * Joins: Snugug (~Richard@rrcs-24-136-96-234.nyc.biz.rr.com)
- # [16:14] * Quits: mattypants (~mattypant@70.81.138.171) (Ping timeout: 245 seconds)
- # [16:17] <austincheney> har
- # [16:19] <dAnjou> hurr
- # [16:22] * Joins: hashpuppy (~hashpuppy@unaffiliated/hashpuppy)
- # [16:23] <hashpuppy> stupid question, but do you guys know of any sites actually using IndexedDB
- # [16:26] * Joins: SrPx (~SrPx@186.212.180.74)
- # [16:26] * Joins: Jamiltz_ (~Jamiltz@158.143.254.171)
- # [16:26] * Quits: Jamiltz (~Jamiltz@158.143.254.171) (Read error: Connection reset by peer)
- # [16:26] * Jamiltz_ is now known as Jamiltz
- # [16:27] * Joins: Savvy (~Thunderbi@unaffiliated/savvy)
- # [16:27] * Joins: jetienne_ (~jerome@ivr94-10-88-177-169-62.fbx.proxad.net)
- # [16:28] * Quits: jetienne_ (~jerome@ivr94-10-88-177-169-62.fbx.proxad.net) (Client Quit)
- # [16:35] * Joins: MichaelBehan (~disney@orl-inet-pa-13.disney.com)
- # [16:35] * MichaelBehan is now known as Jabberwock
- # [16:35] * Quits: Jabberwock (~disney@orl-inet-pa-13.disney.com) (Changing host)
- # [16:35] * Joins: Jabberwock (~disney@unaffiliated/jabberwock)
- # [16:35] * Joins: Wildblue (~male@c-69-140-154-17.hsd1.md.comcast.net)
- # [16:36] * Quits: Jabberwock (~disney@unaffiliated/jabberwock) (Client Quit)
- # [16:41] * Quits: SrPx (~SrPx@186.212.180.74) (Quit: SrPx)
- # [16:43] * Joins: jeema (~jima@64.128.82.30)
- # [16:43] * Parts: mitemitreski (~mitemitre@212.120.17.179)
- # [16:45] * Joins: SrPx (~SrPx@186.212.180.74)
- # [16:45] * Parts: Jamiltz (~Jamiltz@158.143.254.171)
- # [16:46] * Joins: g105b (~g105b@2.24.126.138)
- # [16:46] * Joins: Mikato (~Mikato@unaffiliated/mikato)
- # [16:46] * Joins: martisj (~martisj@host-89-240-210-48.as13285.net)
- # [16:47] * Quits: Me1000 (~Me1000@128.163.8.171) (Quit: Leaving...)
- # [16:47] * Quits: dameleon (~dameleon@p4067-ipbf2702hodogaya.kanagawa.ocn.ne.jp) (Remote host closed the connection)
- # [16:49] * Joins: r0tha (~r0tha@173.247.200.122)
- # [16:50] * Joins: Jon47 (~Adium@pool-108-18-206-254.washdc.fios.verizon.net)
- # [16:54] * Quits: Savvy (~Thunderbi@unaffiliated/savvy) (Quit: Savvy)
- # [16:55] * Joins: phrearch (~Jeroen@d57d5b33.static.ziggozakelijk.nl)
- # [16:55] * Quits: populvuh (~populvuh@unaffiliated/populvuh) (Ping timeout: 260 seconds)
- # [16:56] * Quits: nickn (~nickn@ltea-047-064-009-044.pools.arcor-ip.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 18.0.2/20130201065344])
- # [16:58] * Joins: nickn (~nickn@ltea-047-064-009-044.pools.arcor-ip.net)
- # [16:59] * Joins: maxani (~maxani@ARennes-653-1-323-231.w109-218.abo.wanadoo.fr)
- # [16:59] * Quits: mven (~mven@ip68-224-15-53.lv.lv.cox.net) (Remote host closed the connection)
- # [16:59] * Quits: Trisox (~Tri_sox@dw87236798.amsterdam-tc.dataweb.net) (Quit: Linkinus - http://linkinus.com)
- # [16:59] * Joins: waspinator (~waspinato@209-195-81-241.cpe.distributel.net)
- # [16:59] * Joins: mitemitreski (~mitemitre@212.120.17.179)
- # [17:01] * Joins: populvuh (~populvuh@unaffiliated/populvuh)
- # [17:01] * Joins: rupl (anonymous@rrcs-24-173-111-218.sw.biz.rr.com)
- # [17:03] * Joins: tw2113 (~tw2113@host-194-48-230-24.midco.net)
- # [17:03] * Quits: tw2113 (~tw2113@host-194-48-230-24.midco.net) (Changing host)
- # [17:03] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [17:04] * Quits: SrPx (~SrPx@186.212.180.74) (Quit: SrPx)
- # [17:08] * Quits: aqabiz (~abdulqabi@112.196.129.99) (Quit: aqabiz)
- # [17:08] * Quits: MCHammer (~mchammer@212.48.107.10) (Remote host closed the connection)
- # [17:09] * Joins: MCHammer (~mchammer@212.48.107.10)
- # [17:11] * Quits: mokush (~cc@82.208.133.70) (Quit: Konversation terminated!)
- # [17:11] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [17:13] * Quits: mitemitreski (~mitemitre@212.120.17.179) (Read error: Connection reset by peer)
- # [17:13] * Quits: hkj (~textual@89.191.21.94) (Quit: Computer has gone to sleep.)
- # [17:15] * Joins: SrPx (~SrPx@186.212.180.74)
- # [17:17] * Quits: SrPx (~SrPx@186.212.180.74) (Client Quit)
- # [17:19] * Quits: asher^ (asher@unaffiliated/asher/x-9381395)
- # [17:22] * Quits: madhatt3r (madhatt3r@62.117.203.84.dyn.user.ono.com)
- # [17:23] * Quits: guy (~gajus@oftn/member/guy) (Remote host closed the connection)
- # [17:29] * Joins: rickibalboa (~ricki@84.19.104.118)
- # [17:32] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
- # [17:33] * Joins: hkj (~textual@89.191.21.94)
- # [17:35] * Quits: sedovsek (~robert@89.143.12.238) (Quit: sedovsek)
- # [17:37] * Quits: _dc (~dc@alexander.nat.trb.com) (Ping timeout: 272 seconds)
- # [17:38] * Joins: guy (~gajus@oftn/member/guy)
- # [17:39] * Quits: sethwalker (~sethwalke@64.124.192.210) (Read error: Connection reset by peer)
- # [17:39] * Quits: maxani (~maxani@ARennes-653-1-323-231.w109-218.abo.wanadoo.fr) (Quit: Computer has gone to sleep.)
- # [17:40] * Joins: sethwalker (~sethwalke@64.124.192.210)
- # [17:40] * Joins: _dc (~dc@163.192.12.2)
- # [17:41] * Joins: hugo_moss (hugo_moss@ool-18befbfb.dyn.optonline.net)
- # [17:43] * Quits: mstalfoort (~manuchill@83.232.96.217) (Quit: kthxbai)
- # [17:43] * Quits: phrearch (~Jeroen@d57d5b33.static.ziggozakelijk.nl) (Quit: Leaving)
- # [17:45] * Parts: tw2113 (~tw2113@fedora/tw2113) ("yar! I be gone exited!")
- # [17:49] * Quits: austincheney (~quassel@213.255.226.21) (Ping timeout: 245 seconds)
- # [17:49] * Joins: kmczn (~kmczn@static-24-113-122-130.wavecable.com)
- # [17:52] * Quits: kmczn (~kmczn@static-24-113-122-130.wavecable.com) (Client Quit)
- # [17:53] * Quits: guy (~gajus@oftn/member/guy) (Remote host closed the connection)
- # [17:53] * Quits: Criztian (~criztian@cust.static.46-14-91-177.swisscomdata.ch) (Remote host closed the connection)
- # [17:56] * Quits: MCHammer (~mchammer@212.48.107.10) (Remote host closed the connection)
- # [17:56] * Joins: kernel7 (~kernel7@117.195.3.232)
- # [17:56] * Joins: kmczn (~kevinchu@static-24-113-122-130.wavecable.com)
- # [17:57] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
- # [17:57] * Joins: mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net)
- # [17:59] * Quits: Mikato (~Mikato@unaffiliated/mikato) (Quit: Leaving...)
- # [17:59] * Joins: mven (~mven@169.241.49.183)
- # [17:59] <relipse> anyone with android? check out my brand new time tracking app -- https://cworklog.com/downloads/cworklog.latest.apk
- # [18:02] * Quits: hashpuppy (~hashpuppy@unaffiliated/hashpuppy) (Quit: hashpuppy)
- # [18:04] <dAnjou> relipse: why do you post this in #html5 ?
- # [18:04] * Joins: sethwalk_ (~sethwalke@64.124.192.210)
- # [18:04] * Quits: sasori (~sasori@cm105.gamma248.maxonline.com.sg) (Remote host closed the connection)
- # [18:05] <dAnjou> *plenk*
- # [18:05] * Quits: sethwalk_ (~sethwalke@64.124.192.210) (Read error: Connection reset by peer)
- # [18:05] * Quits: sethwalker (~sethwalke@64.124.192.210) (Read error: Operation timed out)
- # [18:05] * Joins: Ms2ger (~Ms2ger@52.217-64-87.adsl-dyn.isp.belgacom.be)
- # [18:06] * Quits: kernel7 (~kernel7@117.195.3.232) (Quit: Leaving)
- # [18:06] * Joins: sethwalker (~sethwalke@64.124.192.210)
- # [18:08] * Quits: Wildblue (~male@c-69-140-154-17.hsd1.md.comcast.net) (Quit: Terabytes are termite-like desert insects.)
- # [18:08] <relipse> dAnjou: because i wrote it in html5
- # [18:09] <dAnjou> relipse: why is it an app then?
- # [18:10] * Quits: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com) (Remote host closed the connection)
- # [18:12] * Joins: Me1000 (~Me1000@128.163.8.174)
- # [18:12] <dAnjou> relipse: i can't look at the code
- # [18:14] * Joins: nkr (~nkr@201.52.225.91)
- # [18:14] * Joins: dragonshed (~dragonshe@about/csharp/regular/chaka)
- # [18:16] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
- # [18:16] * Quits: hkj (~textual@89.191.21.94) (Quit: Computer has gone to sleep.)
- # [18:17] * Quits: thomasFre (~toto@159.71.64.86.rev.sfr.net) (Quit: Leaving)
- # [18:18] <relipse> dAnjou: actually you can
- # [18:18] * Quits: g105b (~g105b@2.24.126.138) (Quit: I wonder what this button does?)
- # [18:18] <relipse> iits using phone gap
- # [18:18] <relipse> their is a repo on github
- # [18:19] <dAnjou> relipse: why didn't you link this then?
- # [18:19] <relipse> no one asked?
- # [18:19] * Joins: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [18:19] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Disconnected by services)
- # [18:19] * Quits: doc_brown (~adnan@c-50-143-96-199.hsd1.fl.comcast.net) (Ping timeout: 252 seconds)
- # [18:20] <relipse> https://github.com/relipse/cworklog-android <-- code here
- # [18:21] * Quits: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t) (Read error: Connection reset by peer)
- # [18:21] <dAnjou> relipse: well, you posted that in a channel about html5. don't you think anyone here would be interested how you actually did things with html5?
- # [18:23] * Quits: soooga (~soooga@175.155.20.165) (Quit: Leaving)
- # [18:26] * Joins: rickibalboa` (~ricki@84.19.104.118)
- # [18:26] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 255 seconds)
- # [18:26] * Quits: rickibalboa (~ricki@84.19.104.118) (Read error: Connection reset by peer)
- # [18:26] * Joins: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net)
- # [18:26] * Quits: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net) (Changing host)
- # [18:26] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [18:27] * Joins: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [18:27] * Quits: MisterSpeaker (~MisterSpe@62.129.6.2) (Remote host closed the connection)
- # [18:28] * Quits: sethwalker (~sethwalke@64.124.192.210) (Remote host closed the connection)
- # [18:28] * Joins: doc_brown (~adnan@c-50-143-96-199.hsd1.fl.comcast.net)
- # [18:28] * Joins: sethwalker (~sethwalke@64.124.192.210)
- # [18:29] * Quits: mven (~mven@169.241.49.183) (Remote host closed the connection)
- # [18:29] * Quits: sethwalker (~sethwalke@64.124.192.210) (Read error: Operation timed out)
- # [18:30] * Joins: sethwalker (~sethwalke@64.124.192.210)
- # [18:32] * Quits: _dc (~dc@163.192.12.2) (Remote host closed the connection)
- # [18:33] * Joins: _dc (~dc@alexander.nat.trb.com)
- # [18:38] * Quits: b-ot (~b-ot@aether.gf3.ca) (Remote host closed the connection)
- # [18:38] * Joins: b-ot (~b-ot@aether.gf3.ca)
- # [18:40] * Quits: b-ot (~b-ot@aether.gf3.ca) (Remote host closed the connection)
- # [18:41] * Joins: b-ot (~b-ot@aether.gf3.ca)
- # [18:41] * Quits: doolinkr (~ddoolin@121.170.151.131) (Quit: Leaving)
- # [18:43] * Joins: fr0zenice (~frozenice@unaffiliated/fr0zenice)
- # [18:43] * Quits: manuelbieh_ (~beeevi2@78.47.226.217) (Remote host closed the connection)
- # [18:44] * Joins: AskMP (~AskMP@CPE185933f3b92e-CM185933f3b92b.cpe.net.cable.rogers.com)
- # [18:45] * Joins: Wildblue (~male@c-69-140-154-17.hsd1.md.comcast.net)
- # [18:46] * Joins: Sendoushi (~Musok@cm2-84-91-84-50.netvisao.pt)
- # [18:48] * Joins: Mikato (~Mikato@unaffiliated/mikato)
- # [18:50] * Joins: danielwrobert (~danielwro@trestles.cukerinteractive.com)
- # [19:00] * Joins: Xarthok (~Xarthok@5addafc4.bb.sky.com)
- # [19:01] * Joins: maxani (~maxani@ARennes-653-1-323-231.w109-218.abo.wanadoo.fr)
- # [19:02] * Quits: loide (loide@nat/indt/x-gfkgoayfenbmrpda) (Quit: Saindo)
- # [19:02] * Joins: mven (~mven@169.241.49.183)
- # [19:02] * Quits: mven (~mven@169.241.49.183) (Remote host closed the connection)
- # [19:03] * Joins: hkj (~textual@88.89.132.62)
- # [19:03] * Quits: hkj (~textual@88.89.132.62) (Max SendQ exceeded)
- # [19:04] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [19:04] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [19:04] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [19:04] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [19:05] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [19:05] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [19:05] * Quits: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 272 seconds)
- # [19:06] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [19:06] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [19:06] * Quits: enigmuriatic (~enigmuria@149.43.220.150) (Remote host closed the connection)
- # [19:06] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [19:06] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [19:07] * Quits: ShooterMG (~shootermg@c-24-22-39-65.hsd1.or.comcast.net) (Remote host closed the connection)
- # [19:07] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [19:07] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [19:08] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [19:08] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [19:08] * Quits: codingkevin (~mote@unaffiliated/codingkevin) (Quit: learning to speak the language of lightning)
- # [19:09] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [19:09] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [19:09] * Joins: codingkevin (~mote@unaffiliated/codingkevin)
- # [19:09] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [19:10] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [19:10] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [19:12] * Joins: loide (loide@nat/indt/x-vhjdpwwpwxfjgfyt)
- # [19:12] * Joins: alexhancock (~alexhanco@64.125.137.250)
- # [19:13] * Joins: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [19:13] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Disconnected by services)
- # [19:17] * Joins: paul_irishhhh (~paul_iris@li542-168.members.linode.com)
- # [19:17] * Quits: rickibalboa` (~ricki@84.19.104.118) (Read error: Connection reset by peer)
- # [19:17] * Joins: rickibalboa` (~ricki@84.19.104.118)
- # [19:17] * Quits: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (Quit: tantek)
- # [19:18] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
- # [19:18] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
- # [19:23] * Quits: rickibalboa` (~ricki@84.19.104.118) (Quit: rickibalboa`)
- # [19:24] * Quits: hugo_moss (hugo_moss@ool-18befbfb.dyn.optonline.net) (Ping timeout: 272 seconds)
- # [19:24] * Joins: Shusshu (~shu@ip51cd1542.speed.planet.nl)
- # [19:25] * Quits: Shusshu (~shu@ip51cd1542.speed.planet.nl) (Client Quit)
- # [19:27] * Quits: martisj (~martisj@host-89-240-210-48.as13285.net) (Read error: Connection reset by peer)
- # [19:27] * Joins: martisj (~martisj@host-89-240-210-48.as13285.net)
- # [19:28] * Joins: dankest (~dankest@wsip-98-173-24-138.sb.sd.cox.net)
- # [19:31] * Quits: maxani (~maxani@ARennes-653-1-323-231.w109-218.abo.wanadoo.fr) (Quit: Computer has gone to sleep.)
- # [19:31] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
- # [19:33] * Joins: ancisco (~ancisco@169.140.23.95.dynamic.jazztel.es)
- # [19:34] * Joins: rickibalboa (~ricki@84.19.104.118)
- # [19:35] * Quits: rickibalboa (~ricki@84.19.104.118) (Read error: Connection reset by peer)
- # [19:35] * Quits: hubutm20 (~hubutm20@79.114.91.109) (Ping timeout: 248 seconds)
- # [19:35] * Joins: MisterSpeaker (~MisterSpe@did75-9-82-230-54-70.fbx.proxad.net)
- # [19:35] * Joins: hubutm20 (~hubutm20@79.114.91.109)
- # [19:35] * Joins: rickibalboa (~ricki@84.19.104.118)
- # [19:35] * Quits: rickibalboa (~ricki@84.19.104.118) (Client Quit)
- # [19:37] * Quits: AskMP (~AskMP@CPE185933f3b92e-CM185933f3b92b.cpe.net.cable.rogers.com) (Quit: AskMP)
- # [19:37] * Quits: ancisco (~ancisco@169.140.23.95.dynamic.jazztel.es) (Remote host closed the connection)
- # [19:37] * Joins: AskMP (~AskMP@CPE185933f3b92e-CM185933f3b92b.cpe.net.cable.rogers.com)
- # [19:40] * Joins: manuelbieh (~beeevi2@p57BD6262.dip0.t-ipconnect.de)
- # [19:42] * Quits: sethwalker (~sethwalke@64.124.192.210) (Remote host closed the connection)
- # [19:42] * Quits: Me1000 (~Me1000@128.163.8.174) (Quit: Leaving...)
- # [19:42] * Joins: sethwalker (~sethwalke@64.124.192.210)
- # [19:43] * Quits: sethwalker (~sethwalke@64.124.192.210) (Read error: Connection reset by peer)
- # [19:43] * Joins: ddm (ddmor@129.237.196.32)
- # [19:43] * Quits: Pagan (~Pagan@9.144.159.217.dyn.estpak.ee) (Quit: NOP)
- # [19:43] * Joins: sethwalker (~sethwalke@64.124.192.210)
- # [19:44] * Quits: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk) (Quit: Ex-Chat)
- # [19:47] * Joins: benv (~benv@38.104.194.126)
- # [19:50] * Joins: Benvie (~brandon@cpe-174-097-159-175.nc.res.rr.com)
- # [19:52] * Quits: Ms2ger (~Ms2ger@52.217-64-87.adsl-dyn.isp.belgacom.be) (Quit: Leaving)
- # [19:54] * Joins: stevegill (~stevengil@sjfw1-a.adobe.com)
- # [19:57] * Joins: maxani (~maxani@ARennes-653-1-323-231.w109-218.abo.wanadoo.fr)
- # [19:57] * Quits: Thalisson (~Thalisson@unaffiliated/talssn3l) (Remote host closed the connection)
- # [19:57] * Quits: MisterSpeaker (~MisterSpe@did75-9-82-230-54-70.fbx.proxad.net) (Remote host closed the connection)
- # [19:58] * Joins: mokush (~mokush@188.24.8.163)
- # [20:02] * Quits: maxani (~maxani@ARennes-653-1-323-231.w109-218.abo.wanadoo.fr) (Ping timeout: 260 seconds)
- # [20:04] * Quits: benv (~benv@38.104.194.126) (Ping timeout: 240 seconds)
- # [20:06] * Joins: maxani (~maxani@ARennes-653-1-323-231.w109-218.abo.wanadoo.fr)
- # [20:07] * Joins: benv (~benv@38.104.194.126)
- # [20:09] * Quits: sethwalker (~sethwalke@64.124.192.210) (Remote host closed the connection)
- # [20:09] * abstractj is now known as abstractj|lunch
- # [20:09] * Joins: sethwalker (~sethwalke@64.124.192.210)
- # [20:13] * Joins: pr0ton (~pr0ton@8.25.197.25)
- # [20:14] * Quits: sethwalker (~sethwalke@64.124.192.210) (Ping timeout: 252 seconds)
- # [20:14] * Quits: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 256 seconds)
- # [20:15] * Joins: Me1000 (~Me1000@74-143-221-15.static.insightbb.com)
- # [20:15] * Quits: mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net) (Ping timeout: 246 seconds)
- # [20:18] * Quits: Snugug (~Richard@rrcs-24-136-96-234.nyc.biz.rr.com) (Quit: Snugug)
- # [20:18] * Quits: Mikato (~Mikato@unaffiliated/mikato) (Read error: Connection reset by peer)
- # [20:20] * Joins: xonecas (~dev@70-90-169-182-BusName-sfba.hfc.comcastbusiness.net)
- # [20:21] * Joins: Snugug (~Richard@rrcs-24-136-96-234.nyc.biz.rr.com)
- # [20:25] * Joins: mikevankuik (~mikevanku@5418936A.cm-5-1c.dynamic.ziggo.nl)
- # [20:26] * Joins: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net)
- # [20:28] * Joins: MisterSpeaker (~MisterSpe@did75-9-82-230-54-70.fbx.proxad.net)
- # [20:32] * Quits: MisterSpeaker (~MisterSpe@did75-9-82-230-54-70.fbx.proxad.net) (Remote host closed the connection)
- # [20:32] * Quits: pr0ton (~pr0ton@8.25.197.25) (Quit: pr0ton)
- # [20:33] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: jarek)
- # [20:34] * Joins: pr0ton (~pr0ton@8.25.197.25)
- # [20:34] * Quits: pr0ton (~pr0ton@8.25.197.25) (Client Quit)
- # [20:34] * Joins: hugo_moss (hugo_moss@ool-18befbfb.dyn.optonline.net)
- # [20:35] * Quits: benv (~benv@38.104.194.126) (Ping timeout: 276 seconds)
- # [20:36] * Quits: doc_brown (~adnan@c-50-143-96-199.hsd1.fl.comcast.net) (Ping timeout: 256 seconds)
- # [20:37] * Joins: frasnyc (~john@160.79.20.210)
- # [20:38] * Joins: sethwalker (~sethwalke@64.124.192.210)
- # [20:40] * Joins: kadiks (~kadiks@APuteaux-652-1-205-149.w86-217.abo.wanadoo.fr)
- # [20:42] * Joins: benv (~benv@38.104.194.126)
- # [20:43] * Joins: mstalfoort (~manuchill@546AF15F.cm-12-3d.dynamic.ziggo.nl)
- # [20:46] * Quits: binw (~binw@xdn41o170.ee.ntu.edu.tw) (Remote host closed the connection)
- # [20:50] * Quits: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net) (Quit: gg)
- # [20:50] * Joins: pr0ton (~pr0ton@8.25.197.25)
- # [20:52] * Joins: carminec (~user@96.127.214.133)
- # [20:54] * Quits: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (Quit: tantek)
- # [20:56] * Joins: d3m0n (~demon@67.198.198.66)
- # [20:59] * Quits: tapout (~tapout@unaffiliated/tapout) (Excess Flood)
- # [21:00] * Quits: dragonshed (~dragonshe@about/csharp/regular/chaka) (Ping timeout: 256 seconds)
- # [21:00] * Quits: pr0ton (~pr0ton@8.25.197.25) (Ping timeout: 248 seconds)
- # [21:01] * Joins: arietis (~arietis@188.242.181.162)
- # [21:01] * Quits: dankest (~dankest@wsip-98-173-24-138.sb.sd.cox.net) (Quit: Leaving...)
- # [21:02] * Joins: tapout (~tapout@unaffiliated/tapout)
- # [21:02] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Quit: Computer has gone to sleep.)
- # [21:03] * Quits: mikevankuik (~mikevanku@5418936A.cm-5-1c.dynamic.ziggo.nl) (Quit: mikevankuik)
- # [21:03] * Quits: benv (~benv@38.104.194.126) (Quit: Computer has gone to sleep.)
- # [21:05] * Quits: mokush (~mokush@188.24.8.163) (Quit: Konversation terminated!)
- # [21:06] * Joins: benv (~benv@38.104.194.126)
- # [21:07] * Quits: sethwalker (~sethwalke@64.124.192.210) (Remote host closed the connection)
- # [21:07] * Joins: sethwalker (~sethwalke@64.124.192.210)
- # [21:08] * abstractj|lunch is now known as abstractj
- # [21:10] * Joins: sethwalk_ (~sethwalke@64.124.192.210)
- # [21:10] * Quits: sethwalker (~sethwalke@64.124.192.210) (Read error: Connection reset by peer)
- # [21:11] * Quits: remysharp (uid4345@gateway/web/irccloud.com/x-pfjbljpgthyacoea) (Ping timeout: 252 seconds)
- # [21:13] * Joins: Jon471 (~Adium@pool-108-18-206-254.washdc.fios.verizon.net)
- # [21:14] * Quits: Jon47 (~Adium@pool-108-18-206-254.washdc.fios.verizon.net) (Ping timeout: 276 seconds)
- # [21:16] * Joins: dragonshed (~dragonshe@about/csharp/regular/chaka)
- # [21:19] * Quits: DrCode (~DrCode@gateway/tor-sasl/drcode) (Ping timeout: 276 seconds)
- # [21:20] * Parts: carminec (~user@96.127.214.133) ("ERC Version 5.3 (IRC client for Emacs)")
- # [21:21] * Quits: sethwalk_ (~sethwalke@64.124.192.210) (Remote host closed the connection)
- # [21:22] * Joins: sethwalker (~sethwalke@64.124.192.210)
- # [21:24] * Quits: garciawebdev (~garciaweb@181.31.76.205) (Remote host closed the connection)
- # [21:24] * Quits: sethwalker (~sethwalke@64.124.192.210) (Read error: Operation timed out)
- # [21:25] * Quits: maxani (~maxani@ARennes-653-1-323-231.w109-218.abo.wanadoo.fr) (Ping timeout: 255 seconds)
- # [21:26] * Joins: DrCode (~DrCode@gateway/tor-sasl/drcode)
- # [21:28] * Joins: maxani (~maxani@ARennes-653-1-323-231.w109-218.abo.wanadoo.fr)
- # [21:29] * Quits: maxani (~maxani@ARennes-653-1-323-231.w109-218.abo.wanadoo.fr) (Client Quit)
- # [21:30] * Quits: ML74 (~ML74@5e0c6133.bb.sky.com) (Ping timeout: 244 seconds)
- # [21:33] * Parts: kmczn (~kevinchu@static-24-113-122-130.wavecable.com)
- # [21:34] * Joins: coellobranco (~FoRcEr@48.Red-88-24-229.staticIP.rima-tde.net)
- # [21:39] * Quits: erichynds (~ehynds@64.206.121.41)
- # [21:41] * Quits: daze (~irc@client-212-117-18-111.inturbo.lt)
- # [21:42] * Joins: MisterSpeaker (~MisterSpe@did75-9-82-230-54-70.fbx.proxad.net)
- # [21:42] * Joins: pr0ton (~pr0ton@8.25.197.25)
- # [21:43] * Joins: tantek (~tantek@66-87-0-139.pools.spcsdns.net)
- # [21:44] * Quits: coellobranco (~FoRcEr@48.Red-88-24-229.staticIP.rima-tde.net) (Quit: http://www.juanantoniomosquera.com)
- # [21:45] * Joins: DreadKnight (~dread@5-14-136-99.residential.rdsnet.ro)
- # [21:45] * Quits: DreadKnight (~dread@5-14-136-99.residential.rdsnet.ro) (Changing host)
- # [21:45] * Joins: DreadKnight (~dread@unaffiliated/dreadknight)
- # [21:47] * Quits: MisterSpeaker (~MisterSpe@did75-9-82-230-54-70.fbx.proxad.net) (Ping timeout: 248 seconds)
- # [21:47] * abstractj is now known as abstractj|brb
- # [21:47] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [21:56] * Quits: martisj (~martisj@host-89-240-210-48.as13285.net) (Remote host closed the connection)
- # [21:58] * Joins: garciawebdev (~garciaweb@190.244.95.154)
- # [21:59] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [21:59] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [21:59] * Quits: Snugug (~Richard@rrcs-24-136-96-234.nyc.biz.rr.com) (Quit: Snugug)
- # [21:59] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [21:59] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [22:00] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [22:00] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [22:01] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [22:01] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [22:01] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [22:02] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [22:02] * Quits: fr0zenice (~frozenice@unaffiliated/fr0zenice) (Remote host closed the connection)
- # [22:02] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [22:02] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [22:03] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [22:03] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [22:03] * Joins: Savvy (~Thunderbi@unaffiliated/savvy)
- # [22:04] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [22:04] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [22:04] * Quits: arietis (~arietis@188.242.181.162) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [22:04] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [22:04] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [22:05] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [22:05] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [22:05] * Parts: frasnyc (~john@160.79.20.210)
- # [22:06] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [22:06] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [22:07] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [22:07] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [22:07] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [22:07] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [22:08] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [22:08] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [22:09] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [22:09] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [22:09] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [22:09] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [22:10] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [22:10] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [22:10] * Joins: PaulCapestany (~PaulCapes@204.28.124.82)
- # [22:11] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [22:11] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [22:12] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [22:12] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [22:12] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [22:12] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [22:13] * Quits: AskMP (~AskMP@CPE185933f3b92e-CM185933f3b92b.cpe.net.cable.rogers.com) (Quit: AskMP)
- # [22:13] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [22:13] * Quits: hkj (~textual@ti0035a380-dhcp0823.bb.online.no) (Max SendQ exceeded)
- # [22:14] * Quits: tantek (~tantek@66-87-0-139.pools.spcsdns.net) (Quit: tantek)
- # [22:14] * Joins: hkj (~textual@ti0035a380-dhcp0823.bb.online.no)
- # [22:15] * abstractj|brb is now known as abstractj
- # [22:16] * Joins: avjpl (~avjpl@cpc49-slam6-2-0-cust170.2-4.cable.virginmedia.com)
- # [22:16] * Quits: avjpl (~avjpl@cpc49-slam6-2-0-cust170.2-4.cable.virginmedia.com) (Client Quit)
- # [22:16] * Joins: mikevankuik (~mikevanku@5418936A.cm-5-1c.dynamic.ziggo.nl)
- # [22:21] * Joins: sethwalker (~sethwalke@ool-1892f8b5.dyn.optonline.net)
- # [22:23] * Quits: Pufferfood (~Pufferfoo@90-229-167-160-no53.tbcn.telia.com) (Read error: Connection reset by peer)
- # [22:23] * Quits: mstalfoort (~manuchill@546AF15F.cm-12-3d.dynamic.ziggo.nl) (Quit: kthxbai)
- # [22:24] * Joins: mishugana (~mishugana@pool-108-39-195-44.pitbpa.fios.verizon.net)
- # [22:24] * Joins: Pufferfood (~Pufferfoo@90-229-167-160-no53.tbcn.telia.com)
- # [22:24] * Quits: mikevankuik (~mikevanku@5418936A.cm-5-1c.dynamic.ziggo.nl) (Quit: mikevankuik)
- # [22:25] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Disconnected by services)
- # [22:25] * Joins: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [22:28] * Quits: longbeach (~mike@AFontenayssB-152-1-17-45.w82-121.abo.wanadoo.fr)
- # [22:31] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [22:31] * Quits: Savvy (~Thunderbi@unaffiliated/savvy) (Quit: Savvy)
- # [22:32] * Quits: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 248 seconds)
- # [22:32] * Quits: benv (~benv@38.104.194.126) (Ping timeout: 260 seconds)
- # [22:34] * Joins: alpjor (~gregm@c-67-180-218-201.hsd1.ca.comcast.net)
- # [22:34] * Quits: alpjor (~gregm@c-67-180-218-201.hsd1.ca.comcast.net) (Client Quit)
- # [22:36] * Joins: benv (~benv@38.104.194.126)
- # [22:36] * Quits: sethwalker (~sethwalke@ool-1892f8b5.dyn.optonline.net) (Remote host closed the connection)
- # [22:38] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 248 seconds)
- # [22:38] * Joins: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [22:38] * Quits: _cheney (~cheney@nat.sierrabravo.net) (Read error: Connection reset by peer)
- # [22:39] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
- # [22:39] * Joins: _cheney (~cheney@nat.sierrabravo.net)
- # [22:40] * Quits: relipse (~relipse@50.50.153.48) (Ping timeout: 272 seconds)
- # [22:43] * Joins: ShooterMG (~shootermg@c-24-22-39-65.hsd1.or.comcast.net)
- # [22:43] * Quits: m1l0_ (~m1l0@94-21-31-71.pool.digikabel.hu) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
- # [22:44] * Joins: mikevankuik (~mikevanku@5418936A.cm-5-1c.dynamic.ziggo.nl)
- # [22:45] * Joins: BigKing (~BigKing@dslb-178-001-230-069.pools.arcor-ip.net)
- # [22:46] * Quits: nkr (~nkr@201.52.225.91) (Quit: Linkinus - http://linkinus.com)
- # [22:48] * Quits: xonecas (~dev@70-90-169-182-BusName-sfba.hfc.comcastbusiness.net) (Quit: leaving)
- # [22:54] * Joins: SuperDefenderX (~SuperDefe@CPEbc1401e02f33-CMbc1401e02f30.cpe.net.cable.rogers.com)
- # [22:56] * Joins: tantek (~tantek@50-0-120-82.dedicated.static.sonic.net)
- # [22:57] * Quits: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 248 seconds)
- # [22:59] * Quits: BigKing (~BigKing@dslb-178-001-230-069.pools.arcor-ip.net) (Ping timeout: 252 seconds)
- # [23:00] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Remote host closed the connection)
- # [23:04] * Quits: DreadKnight (~dread@unaffiliated/dreadknight) (Quit: #Ancient Beast - Master Your Beasts ( http://AncientBeast.com ))
- # [23:05] * Joins: Snugug (~Richard@rrcs-24-136-96-234.nyc.biz.rr.com)
- # [23:07] * Joins: sethwalker (~sethwalke@ool-1892f8b5.dyn.optonline.net)
- # [23:08] * Joins: BigKing (~BigKing@dslb-178-001-230-069.pools.arcor-ip.net)
- # [23:09] * Quits: Snugug (~Richard@rrcs-24-136-96-234.nyc.biz.rr.com) (Client Quit)
- # [23:09] * Joins: remysharp (uid4345@gateway/web/irccloud.com/x-rkfargwzyiprtruj)
- # [23:10] * Quits: garciawebdev (~garciaweb@190.244.95.154) (Remote host closed the connection)
- # [23:15] * Quits: populvuh (~populvuh@unaffiliated/populvuh) (Ping timeout: 260 seconds)
- # [23:16] * Joins: mykul (~mykul@c-24-8-101-84.hsd1.co.comcast.net)
- # [23:16] * Quits: Onii-san (~Casstango@2604:2880::67c0:651b) (Ping timeout: 245 seconds)
- # [23:17] * Joins: Onii-san (~Casstango@2604:2880::67c0:651b)
- # [23:18] * Quits: tantek (~tantek@50-0-120-82.dedicated.static.sonic.net) (Quit: tantek)
- # [23:18] * Joins: relipse (~relipse@adsl-69-210-32-235.dsl.milwwi.ameritech.net)
- # [23:20] * Quits: Sendoushi (~Musok@cm2-84-91-84-50.netvisao.pt) (Remote host closed the connection)
- # [23:22] * Quits: PaulCapestany (~PaulCapes@204.28.124.82) (Quit: Computer has gone to sleep.)
- # [23:24] * Quits: sethwalker (~sethwalke@ool-1892f8b5.dyn.optonline.net) (Ping timeout: 252 seconds)
- # [23:25] * Quits: BigKing (~BigKing@dslb-178-001-230-069.pools.arcor-ip.net) (Remote host closed the connection)
- # [23:25] * Joins: tantek (~tantek@50-0-120-82.dedicated.static.sonic.net)
- # [23:27] * Quits: rumproast (~ident@static-71-244-97-46.phlapa.fios.verizon.net) (Read error: Connection reset by peer)
- # [23:30] * Joins: DeltaHeavy (~DeltaHeav@d24-204-219-104.home4.cgocable.net)
- # [23:31] * Quits: benv (~benv@38.104.194.126) (Ping timeout: 248 seconds)
- # [23:31] * Joins: odwalla (~shane@184-76-83-2.war.clearwire-wmx.net)
- # [23:32] * abstractj is now known as abstractj|away
- # [23:33] * Joins: benv (~benv@38.104.194.126)
- # [23:41] * Quits: Zauberfisch (~Zauberfis@2a01:4f8:100:73c3::3) (Read error: Connection reset by peer)
- # [23:41] * Quits: SuperDefenderX (~SuperDefe@CPEbc1401e02f33-CMbc1401e02f30.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [23:41] * Joins: Zauberfisch (~Zauberfis@2a01:4f8:100:73c3::3)
- # [23:41] * Joins: SuperDefenderX (~SuperDefe@CPEbc1401e02f33-CMbc1401e02f30.cpe.net.cable.rogers.com)
- # [23:44] * Quits: ddm (ddmor@129.237.196.32) (Quit: Ciao a tutti!)
- # [23:48] * Quits: soypirate (~soypirate@75.94.81.12) (Ping timeout: 272 seconds)
- # [23:49] * Joins: Sendoushi (~Musok@cm2-84-91-84-50.netvisao.pt)
- # [23:51] * Joins: sethwalker (~sethwalke@ool-1892f8b5.dyn.optonline.net)
- # [23:54] * Quits: benv (~benv@38.104.194.126) (Ping timeout: 276 seconds)
- # [23:54] * Quits: mikevankuik (~mikevanku@5418936A.cm-5-1c.dynamic.ziggo.nl) (Quit: mikevankuik)
- # [23:55] * Joins: martisj (~martisj@host-89-240-210-48.as13285.net)
- # [23:57] * Joins: benv (~benv@38.104.194.126)
- # [23:59] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # Session Close: Wed Feb 20 00:00:00 2013
The end :)