Options:
- # Session Start: Sat Mar 05 00:00:00 2011
- # Session Ident: #html5
- # [00:01] * Quits: komputes (~komputes@ubuntu/member/komputes) (Remote host closed the connection)
- # [00:03] * Quits: hubble (~hubble@173-165-61-105-Illinois.hfc.comcastbusiness.net) (Quit: hubble)
- # [00:03] * Joins: Killman (~killman@unaffiliated/killman)
- # [00:12] * Joins: techrush (~techrush@173.198.32.146)
- # [00:14] * Joins: Bass2 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [00:17] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 240 seconds)
- # [00:17] * Quits: themiddleman_itv (~robot@66.7.120.126) (Read error: Connection reset by peer)
- # [00:18] * Joins: themiddleman_itv (~robot@66.7.120.126)
- # [00:18] * Quits: Quilck (~Quilck@90.183.82.215)
- # [00:20] * Quits: div_sg (~Adium@c-24-18-47-160.hsd1.wa.comcast.net) (Quit: Leaving.)
- # [00:20] * Joins: richbradshaw (~richbrads@cpc2-newt32-2-0-cust498.newt.cable.virginmedia.com)
- # [00:20] * Parts: richbradshaw (~richbrads@cpc2-newt32-2-0-cust498.newt.cable.virginmedia.com)
- # [00:22] * Joins: Drule (~Drule@c-b21c9420-74736162.cust.telenor.se)
- # [00:23] <themiddleman_itv> tw2113: just say "if you hire me, all your wildest dreams will come true"
- # [00:26] * Joins: lintrix (~xxx@12.49.81.251)
- # [00:29] <logan_x> dudes
- # [00:29] * Quits: boaz_ (~boaz@75-150-66-254-NewEngland.hfc.comcastbusiness.net) (Ping timeout: 240 seconds)
- # [00:29] <logan_x> can't I cange the content of a div
- # [00:29] <logan_x> with a <video> tag
- # [00:29] * Quits: figital (~figital@75-150-66-254-NewEngland.hfc.comcastbusiness.net) (Ping timeout: 255 seconds)
- # [00:29] * Quits: lintrix (~xxx@12.49.81.251) (Quit: Leaving)
- # [00:29] <logan_x> like, on the fly?
- # [00:29] <logan_x> it doesn't change the video tag?
- # [00:29] <logan_x> shit.
- # [00:30] <logan_x> gotta go. be back later.
- # [00:31] * Joins: ben225 (~ben225@67.136.120.186)
- # [00:31] * Joins: lintrix (~xxx@12.49.81.251)
- # [00:31] * Quits: lintrix (~xxx@12.49.81.251) (Client Quit)
- # [00:32] <ben225> want to build custom progress bar for html5 video player.. don't know where to start
- # [00:32] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (Ping timeout: 260 seconds)
- # [00:32] * Quits: themiddleman_itv (~robot@66.7.120.126) (Ping timeout: 248 seconds)
- # [00:32] <ben225> I got pause and play figured out fine, just need a little bump in the right direction for the progress bar/counter
- # [00:32] * Joins: themiddleman_itv (~robot@66.7.120.126)
- # [00:32] <ben225> planning on html5 + jquery
- # [00:34] * Joins: lintrix (~xxx@12.49.81.251)
- # [00:39] <euphorias> ben225: i would debounce the timeupdate event and use that
- # [00:41] <ben225> euphorias - timeupdate over poling currentTime?
- # [00:41] <euphorias> well you wouldnt have to figure out pause with timeupdate
- # [00:41] <euphorias> but yeah timeupdate fires too fast in some UAs
- # [00:42] <euphorias> you should either debounce or poll yourself
- # [00:42] <ben225> true
- # [00:42] <euphorias> same as far as i care :0
- # [00:44] * Quits: ferr_ (~ferr@114-54.echostar.pl) (Quit: Get MacIrssi - http://www.sysctl.co.uk/projects/macirssi/)
- # [00:45] * Joins: ben_h (~ben@CPE-58-161-40-52.czqd1.win.bigpond.net.au)
- # [00:45] * Quits: lintrix (~xxx@12.49.81.251) (Quit: Leaving)
- # [00:46] * Joins: lintrix (~xxx@12.49.81.251)
- # [00:46] <kataire> Hey, paul_irish!
- # [00:46] * Quits: Thasmo (~thasmo@d86-32-70-59.cust.tele2.at)
- # [00:46] <kataire> Did you get a chance to look at the website in IE7?
- # [00:46] * Quits: pingo_ (~anders@77.40.160.226) (Ping timeout: 248 seconds)
- # [00:47] * Joins: figital (~figital@75-150-66-254-NewEngland.hfc.comcastbusiness.net)
- # [00:47] * Quits: lintrix (~xxx@12.49.81.251) (Client Quit)
- # [00:48] * Joins: lintrix (~xxx@12.49.81.251)
- # [00:49] * Quits: ben_h (~ben@CPE-58-161-40-52.czqd1.win.bigpond.net.au) (Client Quit)
- # [00:49] * Quits: Ankheg1 (~Ankheg@94.158.194.27) (Quit: Leaving.)
- # [00:50] <lintrix> Has anyone picked up 'introducing HTML5 (Voices That Matter)'?
- # [00:50] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
- # [00:50] <tw2113> by bruce and remy?
- # [00:51] <ben225> right
- # [00:51] <ben225> don't see to big of an issue if I'm just going to pause the dom
- # [00:51] <ben225> video in the dom
- # [00:51] <ben225> just don't really want to build the entire thing from scratch, just go from a decent boilerplate and skin/customize accordingly
- # [00:51] <ben225> anyone got a good linky/resource for me
- # [00:51] <ben225> without using videojs or moovideo or any of those players..
- # [00:51] * Quits: techrush (~techrush@173.198.32.146) (Ping timeout: 246 seconds)
- # [00:51] * Joins: techrush (~techrush@rrcs-173-198-32-146.west.biz.rr.com)
- # [00:51] <lintrix> tw2113: yes
- # [00:51] * Joins: pingo_ (~anders@77.40.160.226)
- # [00:52] <tw2113> yup, good book
- # [00:52] <lintrix> any other books you can recommend?
- # [00:53] <tw2113> not offhand
- # [00:53] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
- # [00:55] * Joins: boaz (~boaz@75-150-66-254-NewEngland.hfc.comcastbusiness.net)
- # [00:56] <lintrix> ok
- # [00:56] <JKarsrud> html5 for webdesigners, maybe? not as in-depth as introducing html5, but it's a nice intro nontheless :)
- # [00:56] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Quit: Reading http://davidwalsh.name)
- # [00:58] * Quits: wizL (~wizl@ahrinia.net) (Ping timeout: 248 seconds)
- # [01:00] <lintrix> I'll definitely check it out
- # [01:00] * Joins: wizL (~wizl@ahrinia.net)
- # [01:04] * Quits: beeviz (~beevi2@ip-78-94-3-11.unitymediagroup.de) (Ping timeout: 240 seconds)
- # [01:06] * Joins: jochen___ (~jochen@nat/google/x-uhsjinxyjjrinulw)
- # [01:09] * Parts: ozten (~ozten@c-24-17-245-95.hsd1.wa.comcast.net)
- # [01:09] * Quits: jochen__ (~jochen@nat/google/x-slplgzeutvvzxnbw) (Ping timeout: 246 seconds)
- # [01:11] * Joins: jochen__ (~jochen@nat/google/x-jhlvytltlsqovgnf)
- # [01:14] * Quits: jochen___ (~jochen@nat/google/x-uhsjinxyjjrinulw) (Ping timeout: 255 seconds)
- # [01:19] * Quits: themiddleman_itv (~robot@66.7.120.126) (Quit: themiddleman_itv)
- # [01:28] * Hobolooter144 is now known as tbranyen
- # [01:28] <samot__> good morning gentlemen
- # [01:40] * Joins: LynnWallenstein (~Lynn@pool-74-107-70-172.bltmmd.fios.verizon.net)
- # [01:41] <euphorias> hi samot__
- # [01:46] * Joins: Evet (~Evet@78.191.184.74)
- # [01:46] * Quits: Evet (~Evet@78.191.184.74) (Changing host)
- # [01:46] * Joins: Evet (~Evet@pdpc/supporter/active/evet)
- # [01:48] * RidaGeeMidwest is now known as RidahGee
- # [01:52] * Quits: tktiddle (~tim@cpc1-hari12-2-0-cust76.hari.cable.virginmedia.com) (Read error: Connection reset by peer)
- # [01:56] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
- # [01:56] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
- # [01:57] * Quits: boaz (~boaz@75-150-66-254-NewEngland.hfc.comcastbusiness.net) (Quit: boaz)
- # [01:58] * Quits: LynnWallenstein (~Lynn@pool-74-107-70-172.bltmmd.fios.verizon.net) (Read error: Connection reset by peer)
- # [01:58] * Parts: jakemcgraw (~Adium@38.122.8.178)
- # [01:58] * Joins: LynnWallenstein (~LynnWalle@pool-74-107-70-172.bltmmd.fios.verizon.net)
- # [01:59] * Joins: thatryan (~thatryan@adsl-99-50-126-150.dsl.pltn13.sbcglobal.net)
- # [02:00] * Quits: thatryan (~thatryan@adsl-99-50-126-150.dsl.pltn13.sbcglobal.net) (Client Quit)
- # [02:00] * Joins: thatryan (~thatryan@adsl-99-50-126-150.dsl.pltn13.sbcglobal.net)
- # [02:08] * Quits: acies (acies@kono.ningendomo.me) (Read error: Operation timed out)
- # [02:09] * Quits: cgcardona (~cgcardona@c-24-5-146-71.hsd1.ca.comcast.net) (Ping timeout: 241 seconds)
- # [02:09] * Joins: cgcardona (~cgcardona@c-24-5-146-71.hsd1.ca.comcast.net)
- # [02:09] * Quits: cgcardona (~cgcardona@c-24-5-146-71.hsd1.ca.comcast.net) (Client Quit)
- # [02:09] * Quits: dgathright (~dgathrigh@nat/yahoo/x-puajnnzrqjhfghhn) (Read error: Operation timed out)
- # [02:10] * Quits: LynnWallenstein (~LynnWalle@pool-74-107-70-172.bltmmd.fios.verizon.net) (Quit: Leaving)
- # [02:11] * Joins: dgathright (~dgathrigh@nat/yahoo/x-bjmtyavgpynzqnlc)
- # [02:19] * Joins: tktiddle (~tim@cpc1-hari12-2-0-cust76.hari.cable.virginmedia.com)
- # [02:19] * Joins: cgcardona (~cgcardona@c-24-5-146-71.hsd1.ca.comcast.net)
- # [02:20] * Quits: thatryan (~thatryan@adsl-99-50-126-150.dsl.pltn13.sbcglobal.net) (Quit: Leaving...)
- # [02:21] * Quits: techrush (~techrush@rrcs-173-198-32-146.west.biz.rr.com) (Ping timeout: 246 seconds)
- # [02:22] * Joins: acies (acies@kono.ningendomo.me)
- # [02:22] * Quits: Evet (~Evet@pdpc/supporter/active/evet) (Quit: Evet)
- # [02:29] * Quits: Erkan (thend@78.167.135.107)
- # [02:29] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
- # [02:29] * Joins: Erkan (thend@78.167.135.107)
- # [02:30] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
- # [02:31] * Quits: dgathright (~dgathrigh@nat/yahoo/x-bjmtyavgpynzqnlc) (Ping timeout: 240 seconds)
- # [02:32] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
- # [02:33] * Joins: dgathright (~dgathrigh@nat/yahoo/x-njyhikxhdojuiqpp)
- # [02:34] * Parts: dgathright (~dgathrigh@nat/yahoo/x-njyhikxhdojuiqpp)
- # [02:42] * Joins: themiddleman_itv (~robot@c-67-186-244-162.hsd1.ut.comcast.net)
- # [02:43] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
- # [02:44] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
- # [02:48] <tktiddle> Does anyone know if i can include RDFa in HTML5?
- # [02:48] <tw2113> i don't see why not
- # [02:50] * Joins: thatryan (~thatryan@c-71-202-1-91.hsd1.ca.comcast.net)
- # [02:51] * Quits: wizL (~wizl@ahrinia.net) (Read error: Connection reset by peer)
- # [02:53] <samot__> online programming exam
- # [02:53] <samot__> woo
- # [02:57] * Quits: tktiddle (~tim@cpc1-hari12-2-0-cust76.hari.cable.virginmedia.com) (Remote host closed the connection)
- # [03:00] * Quits: JKarsrud (~JKarsrud@178.74.12.26) (Quit: Leaving.)
- # [03:03] * Joins: miketaylr (~miketaylr@user-160vrg5.cable.mindspring.com)
- # [03:06] * Joins: rolson (~thatryan@c-71-202-1-91.hsd1.ca.comcast.net)
- # [03:09] * Quits: thatryan (~thatryan@c-71-202-1-91.hsd1.ca.comcast.net) (*.net *.split)
- # [03:09] * Quits: ben225 (~ben225@67.136.120.186) (*.net *.split)
- # [03:09] * Quits: hij1nx (~hij1nx@rrcs-184-74-204-18.nyc.biz.rr.com) (*.net *.split)
- # [03:12] * Joins: dgathright_ (~dgathrigh@nat/yahoo/x-oyllodirtkoemhla)
- # [03:26] * Quits: chriseppstein (~chris@209.119.65.162) (Quit: chriseppstein)
- # [03:30] * Quits: antonkovalyov (~antonkova@75-101-56-240.dsl.static.sonic.net) (Quit: Leaving...)
- # [03:32] * Joins: nimbupani (~Adium@c-24-18-47-160.hsd1.wa.comcast.net)
- # [03:33] * Joins: dguttman_ (~dguttman@gige.bur.digisynd.com)
- # [03:33] * nimbupani is now known as div_sg
- # [03:36] * Quits: dguttman (~dguttman@gige.bur.digisynd.com) (Ping timeout: 255 seconds)
- # [03:36] * dguttman_ is now known as dguttman
- # [03:41] * Joins: techrush (~techrush@rrcs-173-198-32-146.west.biz.rr.com)
- # [03:42] * Quits: div_sg (~Adium@c-24-18-47-160.hsd1.wa.comcast.net) (Quit: Leaving.)
- # [03:43] * Quits: dguttman (~dguttman@gige.bur.digisynd.com) (Quit: dguttman)
- # [03:52] * Quits: benv (~benv@75-101-56-240.dsl.static.sonic.net) (Quit: Bye!)
- # [03:54] * Joins: xonecas (~Adium@c-98-210-216-107.hsd1.ca.comcast.net)
- # [03:54] <xonecas> hi
- # [03:57] <euphorias> hi
- # [03:59] * Quits: kataire (~kataire@cable-78-35-115-245.netcologne.de) (Ping timeout: 264 seconds)
- # [04:04] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Don't follow me)
- # [04:11] * Joins: benschwar (~benschwar@ppp118-209-60-109.lns20.mel4.internode.on.net)
- # [04:16] * Quits: benschwar (~benschwar@ppp118-209-60-109.lns20.mel4.internode.on.net) (Quit: Leaving...)
- # [04:28] * Quits: lintrix (~xxx@12.49.81.251) (Quit: Leaving)
- # [04:34] * Joins: antonkovalyov (~antonkova@adsl-75-18-218-201.dsl.pltn13.sbcglobal.net)
- # [04:40] * Joins: armageddon47 (~vladikoff@prod04.pptp.lon.witopia.net)
- # [04:48] * Quits: armageddon47 (~vladikoff@prod04.pptp.lon.witopia.net) (Ping timeout: 264 seconds)
- # [04:48] * Joins: armageddon47 (~vladikoff@193.104.113.18)
- # [04:48] * armageddon47 is now known as vladikoff`
- # [04:51] * Joins: mattyp (~mattyp@ool-18b80efc.dyn.optonline.net)
- # [04:52] * Parts: mattyp (~mattyp@ool-18b80efc.dyn.optonline.net) ("Leaving")
- # [04:56] * Phae_ is now known as Phae
- # [05:00] <logan_x> hey :)
- # [05:00] * logan_x is now known as danielfilho
- # [05:03] * Quits: jdalton (~johndavid@cpe-75-187-124-204.insight.res.rr.com) (Ping timeout: 250 seconds)
- # [05:13] * Joins: mike5w3c (~MikeSmith@EM114-48-217-245.pool.e-mobile.ne.jp)
- # [05:17] * Joins: benschwar (~benschwar@ppp118-209-60-109.lns20.mel4.internode.on.net)
- # [05:23] * Quits: xonecas (~Adium@c-98-210-216-107.hsd1.ca.comcast.net) (Quit: Leaving.)
- # [05:24] * Joins: Evanescence (~Evanescen@122.236.246.169)
- # [05:24] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [05:27] <danielfilho> if you guys need to conver a video in webm || ogv || mp4 to flv in osx, how you do it?
- # [05:27] <danielfilho> miro don't do flv :(
- # [05:30] * Quits: miketaylr (~miketaylr@user-160vrg5.cable.mindspring.com) (Quit: miketaylr)
- # [05:30] * Quits: Evanescence (~Evanescen@122.236.246.169) (Quit: I need to code or sleep now .)
- # [05:31] * Joins: Evanescence (~Evanescen@122.236.246.169)
- # [05:31] * Joins: jacine (~jacine@drupal.org/user/88931/view)
- # [05:31] * Quits: Evanescence (~Evanescen@122.236.246.169) (Client Quit)
- # [05:33] * Quits: figital (~figital@75-150-66-254-NewEngland.hfc.comcastbusiness.net) (Ping timeout: 255 seconds)
- # [05:36] * Joins: jdalton (~johndavid@cpe-75-187-124-204.insight.res.rr.com)
- # [05:37] * Joins: xonecas (~Adium@c-98-210-216-107.hsd1.ca.comcast.net)
- # [05:37] * Joins: Evanescence (~Evanescen@122.236.246.169)
- # [05:39] * Joins: chriseppstein (~chris@99-34-231-235.lightspeed.sntcca.sbcglobal.net)
- # [05:41] * Quits: Evanescence (~Evanescen@122.236.246.169) (Client Quit)
- # [05:41] <euphorias> .
- # [05:43] * Joins: Evanescence (~Evanescen@122.236.246.169)
- # [05:43] <Fizucked-Up> anyone know of a jqury animation for a the easing plugin that is like a flip
- # [05:43] <Fizucked-Up> err other channel lol
- # [05:45] * Joins: niftylettuce (~niftylett@c-76-125-157-178.hsd1.pa.comcast.net)
- # [05:47] * Quits: Evanescence (~Evanescen@122.236.246.169) (Client Quit)
- # [05:47] * Joins: figital (~figital@75-150-66-254-NewEngland.hfc.comcastbusiness.net)
- # [05:48] * Joins: Evanescence (~Evanescen@122.236.246.169)
- # [05:51] * Quits: Evanescence (~Evanescen@122.236.246.169) (Client Quit)
- # [05:54] * Joins: yarwin__ (~yarwin@p5B2BD8E4.dip.t-dialin.net)
- # [05:57] * Joins: Evanescence (~Evanescen@122.236.246.169)
- # [05:58] * Quits: yarwin_ (~yarwin@p5B2BDE5F.dip.t-dialin.net) (Ping timeout: 250 seconds)
- # [05:58] * Joins: yarwin (~yarwin@p5B2BD667.dip.t-dialin.net)
- # [06:01] * Quits: yarwin__ (~yarwin@p5B2BD8E4.dip.t-dialin.net) (Ping timeout: 255 seconds)
- # [06:11] * Quits: benschwar (~benschwar@ppp118-209-60-109.lns20.mel4.internode.on.net) (Quit: Leaving...)
- # [06:18] * Fizucked-Up is now known as digitalfiz
- # [06:24] * Quits: vladikoff` (~vladikoff@193.104.113.18) (Ping timeout: 248 seconds)
- # [06:28] <euphorias> niftylettuce: omg
- # [06:29] * Quits: mike5w3c (~MikeSmith@EM114-48-217-245.pool.e-mobile.ne.jp) (Ping timeout: 255 seconds)
- # [06:34] * Joins: Bruce_Wayne (~rushyang@117.207.38.27)
- # [06:43] * Quits: Bass2 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 255 seconds)
- # [06:50] * Quits: Evanescence (~Evanescen@122.236.246.169) (Quit: I need to code or sleep now .)
- # [06:53] * Quits: themiddleman_itv (~robot@c-67-186-244-162.hsd1.ut.comcast.net) (Quit: themiddleman_itv)
- # [06:55] * Joins: IanWizard (~IanWizard@c-98-237-207-104.hsd1.wa.comcast.net)
- # [06:58] * Joins: BigKing (~BigKing@p5DCE8645.dip0.t-ipconnect.de)
- # [06:59] * Quits: Senix (~look@unaffiliated/look) (Ping timeout: 248 seconds)
- # [07:06] * Joins: mrsrikanth (~mrsrikant@59.92.8.48)
- # [07:09] * Quits: IanWizard (~IanWizard@c-98-237-207-104.hsd1.wa.comcast.net) (Ping timeout: 260 seconds)
- # [07:12] * Quits: chriseppstein (~chris@99-34-231-235.lightspeed.sntcca.sbcglobal.net) (Read error: Connection reset by peer)
- # [07:14] * Quits: techrush (~techrush@rrcs-173-198-32-146.west.biz.rr.com) (Ping timeout: 255 seconds)
- # [07:14] * Joins: chriseppstein (~chris@99-34-231-235.lightspeed.sntcca.sbcglobal.net)
- # [07:29] * Quits: BigKing (~BigKing@p5DCE8645.dip0.t-ipconnect.de) (Remote host closed the connection)
- # [07:34] * Joins: Ankheg (~Ankheg@fs91-201-3-30.dubna-net.ru)
- # [07:35] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Nice Scotty, now beam my clothes up too!)
- # [07:37] * Quits: dgathright_ (~dgathrigh@nat/yahoo/x-oyllodirtkoemhla) (Quit: dgathright_)
- # [07:42] * Quits: Killman (~killman@unaffiliated/killman) (Quit: bbl Zzzzzzz)
- # [07:46] * Quits: K4mirox (~camilo@190.95.0.187)
- # [07:54] * Joins: pratz (~quassel@115.252.128.220)
- # [07:59] * Quits: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill) (Read error: Operation timed out)
- # [07:59] * Joins: dgathright (~dgathrigh@cpe-76-90-139-148.socal.res.rr.com)
- # [07:59] * Joins: PrgmrBill (~PrgmrBill@prgmrbill.com)
- # [07:59] * Quits: PrgmrBill (~PrgmrBill@prgmrbill.com) (Changing host)
- # [07:59] * Joins: PrgmrBill (~PrgmrBill@unaffiliated/prgmrbill)
- # [08:03] * Joins: techrush (~techrush@adsl-75-4-199-129.dsl.irvnca.sbcglobal.net)
- # [08:03] * Joins: ben_h (~ben@CPE-58-161-40-52.czqd1.win.bigpond.net.au)
- # [08:09] * Joins: cyrusyrus (~cyrusyrus@122.170.100.117)
- # [08:28] * Joins: jochen___ (~jochen@nat/google/x-kzssvzvnrooxnejh)
- # [08:32] * Quits: jochen__ (~jochen@nat/google/x-jhlvytltlsqovgnf) (Ping timeout: 260 seconds)
- # [08:32] * jochen___ is now known as jochen__
- # [08:40] * Joins: DJazz (~Daniel@78-70-243-144-no186.tbcn.telia.com)
- # [08:48] * Joins: gasbakid (~gasbakid@41.96.99.182)
- # [08:50] * Quits: Bruce_Wayne (~rushyang@117.207.38.27) (Quit: Ex-Chat)
- # [08:50] * Quits: Brodingo (~Brodingo@cpe-70-116-9-4.austin.res.rr.com) (Remote host closed the connection)
- # [09:00] * Joins: Lynn (~Lynn@pool-74-107-70-172.bltmmd.fios.verizon.net)
- # [09:01] * Lynn is now known as LynnWallenstein
- # [09:14] * Quits: chriseppstein (~chris@99-34-231-235.lightspeed.sntcca.sbcglobal.net) (Quit: chriseppstein)
- # [09:20] * Joins: dmachi1 (~dmachi@pool-72-66-199-75.ronkva.east.verizon.net)
- # [09:20] * Quits: dmachi (~dmachi@pool-72-66-199-75.ronkva.east.verizon.net) (Read error: Connection reset by peer)
- # [09:20] * Quits: dmachi1 (~dmachi@pool-72-66-199-75.ronkva.east.verizon.net) (Client Quit)
- # [09:27] * Parts: DJazz (~Daniel@78-70-243-144-no186.tbcn.telia.com)
- # [09:35] * Quits: patcito (~123@190.42.193.206) (Read error: Connection reset by peer)
- # [09:41] * Quits: antonkovalyov (~antonkova@adsl-75-18-218-201.dsl.pltn13.sbcglobal.net) (Quit: Leaving...)
- # [09:58] * Quits: xonecas (~Adium@c-98-210-216-107.hsd1.ca.comcast.net) (Quit: Server said no.)
- # [10:02] * Quits: JNZ (JNZ@unaffiliated/jnz) (Read error: Connection reset by peer)
- # [10:03] * Quits: kor (~kor@a83-161-211-173.adsl.xs4all.nl) (Quit: kor)
- # [12:08] * Disconnected
- # [12:09] * Attempting to rejoin channel #html5
- # [12:09] * Rejoined channel #html5
- # [12:09] * Topic is 'Welcome, amigos :: Ask any question about html5 & Friends. || Author Spec: http://dev.w3.org/html5/spec-author-view/ || Full spec: http://whatwg.org/html5 || Also: http://html5rocks.com http://diveintohtml5.org http://mzl.la/9giLwR http://html5homi.es'
- # [12:09] * Set by marienz!~marienz@freenode/staff/marienz on Fri Nov 05 18:43:30
- # [12:10] * Joins: jeremyselier (~Jeremy@2a01:e35:139f:2c60:fa1e:dfff:feec:469)
- # [12:11] * Joins: kor (~kor@a83-161-211-173.adsl.xs4all.nl)
- # [12:16] * Joins: MissionCritical (~MissionCr@unaffiliated/missioncritical)
- # [12:17] * Quits: jeremyselier (~Jeremy@2a01:e35:139f:2c60:fa1e:dfff:feec:469) (Ping timeout: 264 seconds)
- # [12:18] * Quits: Ankheg (~Ankheg@fs91-201-3-30.dubna-net.ru) (Ping timeout: 276 seconds)
- # [12:20] * Quits: huskyr (~huskyr@535506A5.cm-6-6a.dynamic.ziggo.nl) (Quit: huskyr)
- # [12:20] * Joins: huskyr (~huskyr@535506A5.cm-6-6a.dynamic.ziggo.nl)
- # [12:35] * Joins: Ankheg (~Ankheg@fs91-201-3-30.dubna-net.ru)
- # [12:35] * Quits: alrra (592f527d@gateway/web/freenode/ip.89.47.82.125) (Quit: Page closed)
- # [12:38] * Joins: Evanescence (~Evanescen@60.183.251.90)
- # [12:43] * Joins: dpy (~Marcel@d66172.upc-d.chello.nl)
- # [12:52] * Quits: Evanescence (~Evanescen@60.183.251.90) (Quit: I need to code or sleep now .)
- # [12:57] * Quits: mr_daniel (~irssi@d220253.adsl.hansenet.de) (Read error: Operation timed out)
- # [12:57] * Quits: Erkan (thend@78.167.135.107)
- # [13:01] * Joins: mr_daniel (~irssi@g224046056.adsl.alicedsl.de)
- # [13:01] * Joins: Ramosa (Ramosa@unaffiliated/harald/x-000000001)
- # [13:20] * Quits: dgathright (~dgathrigh@cpe-76-90-139-148.socal.res.rr.com) (Quit: dgathright)
- # [13:24] * Joins: Quilck (~Quilck@90.183.82.215)
- # [13:25] * Joins: nonge (~nonge@p50829EAE.dip.t-dialin.net)
- # [13:37] * Joins: Erkan (thend@78.167.135.107)
- # [13:49] * Joins: DJazz (~Daniel@78-70-243-144-no186.tbcn.telia.com)
- # [13:53] * Joins: kataire (~kataire@cable-78-35-115-245.netcologne.de)
- # [14:08] * Quits: Sosby (fsosby@70.32.34.100) (Quit: kthxbai)
- # [14:13] * Quits: Ankheg (~Ankheg@fs91-201-3-30.dubna-net.ru) (Read error: Connection reset by peer)
- # [14:23] * Joins: LongBeach (~mike@AFontenayssB-152-1-50-226.w82-121.abo.wanadoo.fr)
- # [14:25] * Quits: nonge (~nonge@p50829EAE.dip.t-dialin.net) (Quit: Verlassend)
- # [14:25] * Joins: nonge (~nonge@p50829EAE.dip.t-dialin.net)
- # [14:25] * Joins: hij1nx (~hij1nx@cpe-66-65-124-111.nyc.res.rr.com)
- # [14:26] * Quits: nonge (~nonge@p50829EAE.dip.t-dialin.net) (Read error: Connection reset by peer)
- # [14:26] * Joins: nonge (~nonge@p50829EAE.dip.t-dialin.net)
- # [14:27] * Joins: Sosby (~fsosby@s2.rdlbnc.com)
- # [14:32] * Quits: Erkan (thend@78.167.135.107)
- # [14:35] * Joins: skqr (~skqr@200.81.182.216)
- # [14:36] * Parts: skqr (~skqr@200.81.182.216)
- # [14:36] * Quits: huskyr (~huskyr@535506A5.cm-6-6a.dynamic.ziggo.nl) (Quit: huskyr)
- # [14:42] * Joins: Erkan (thend@78.167.135.107)
- # [15:04] * Joins: katselphrime (~katselphr@221.164.48.215)
- # [15:05] * Joins: huskyr (~huskyr@535506A5.cm-6-6a.dynamic.ziggo.nl)
- # [15:06] * Quits: katselphrime (~katselphr@221.164.48.215) (Remote host closed the connection)
- # [15:07] * Joins: katselphrime (~katselphr@221.164.48.215)
- # [15:10] * Quits: huskyr (~huskyr@535506A5.cm-6-6a.dynamic.ziggo.nl) (Client Quit)
- # [15:11] * Quits: katselphrime (~katselphr@221.164.48.215) (Client Quit)
- # [15:14] * Joins: katselphrime (~katselphr@221.164.48.215)
- # [15:19] * Joins: jeremyselier (~Jeremy@2a01:e35:139f:2c60:fa1e:dfff:feec:469)
- # [15:21] * Quits: gasbakid (~gasbakid@41.96.99.182) (Read error: Connection reset by peer)
- # [15:25] * Quits: jeremyselier (~Jeremy@2a01:e35:139f:2c60:fa1e:dfff:feec:469) (Ping timeout: 248 seconds)
- # [15:30] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [15:34] * Joins: huskyr (~huskyr@ip212-238-34-43.hotspotsvankpn.com)
- # [15:40] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Quit: Leaving)
- # [15:45] * Joins: snover (~Adium@unaffiliated/snover)
- # [15:45] * Parts: snover (~Adium@unaffiliated/snover)
- # [15:48] * Joins: Drule (~Drule@c-b21c9420-74736162.cust.telenor.se)
- # [15:50] * Quits: ben_h (~ben@CPE-58-161-40-52.czqd1.win.bigpond.net.au) (Quit: ben_h)
- # [15:52] * Joins: ben_h (~ben@CPE-58-161-40-52.czqd1.win.bigpond.net.au)
- # [15:53] * Quits: ben_h (~ben@CPE-58-161-40-52.czqd1.win.bigpond.net.au) (Client Quit)
- # [15:53] * Quits: katselphrime (~katselphr@221.164.48.215) (Quit: Lost terminal)
- # [15:56] * Joins: mike5w3c (~MikeSmith@EM114-48-174-236.pool.e-mobile.ne.jp)
- # [15:58] * Quits: Drule (~Drule@c-b21c9420-74736162.cust.telenor.se) (Quit: "This rivalry is among the greatest: the Yankees and Red Sox... Hekyll and Jekyll." - Walter Day)
- # [16:16] * Joins: daveluke (~davidluke@64.134.240.54)
- # [16:18] * Quits: RidahGee (~RidaBlock@c-71-199-64-190.hsd1.ks.comcast.net) (Quit: Leaving)
- # [16:20] * Quits: kor (~kor@a83-161-211-173.adsl.xs4all.nl) (Quit: kor)
- # [16:23] * Joins: Evet (~Evet@78.191.11.196)
- # [16:23] * Quits: Evet (~Evet@78.191.11.196) (Changing host)
- # [16:23] * Joins: Evet (~Evet@pdpc/supporter/active/evet)
- # [16:28] * Quits: daveluke (~davidluke@64.134.240.54) (Quit: daveluke)
- # [16:32] * Joins: cgcardona (~cgcardona@c-24-5-146-71.hsd1.ca.comcast.net)
- # [16:34] * Quits: mike5w3c (~MikeSmith@EM114-48-174-236.pool.e-mobile.ne.jp) (Ping timeout: 252 seconds)
- # [16:34] * Joins: gliese581 (~ManOnTheM@81.202.113.56.dyn.user.ono.com)
- # [16:36] * Joins: Killman (~killman@unaffiliated/killman)
- # [16:51] * Joins: ctmnz (~daniel@87.120.79.141)
- # [16:51] <ctmnz> Hello all. I have a quiestion that is connected with localstorage
- # [16:52] <ctmnz> Is it possible to get data from localstorage and make it like downloadable file for the user of the browser
- # [16:52] <ctmnz> it is like.... to store some simple data in localstorage and if the user wants .. to be able to dump this data as text file or something
- # [16:57] * Quits: huskyr (~huskyr@ip212-238-34-43.hotspotsvankpn.com) (Quit: huskyr)
- # [17:03] * Quits: Qbamm (~Qben@korn214.bitnet.nu) (Quit: - nbs-irc 2.39 - www.nbs-irc.net -)
- # [17:08] * Joins: daveluke (~davidluke@cpe-72-229-177-167.nyc.res.rr.com)
- # [17:11] * Joins: daveluke_ (~davidluke@cpe-72-229-177-167.nyc.res.rr.com)
- # [17:11] * Quits: daveluke (~davidluke@cpe-72-229-177-167.nyc.res.rr.com) (Read error: Connection reset by peer)
- # [17:11] * daveluke_ is now known as daveluke
- # [17:13] * Quits: Killman (~killman@unaffiliated/killman) (Read error: Operation timed out)
- # [17:15] * Joins: Killman (~killman@unaffiliated/killman)
- # [17:17] * Joins: nimbupani (~Adium@c-24-18-47-160.hsd1.wa.comcast.net)
- # [17:22] * Quits: pratz (~quassel@115.252.128.220) (Quit: No Ping reply in 180 seconds.)
- # [17:27] * Joins: bentruyman (~bentruyma@24-148-24-69.c3-0.prs-ubr2.chi-prs.il.cable.rcn.com)
- # [17:29] * Joins: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk)
- # [17:30] * Quits: bentruyman (~bentruyma@24-148-24-69.c3-0.prs-ubr2.chi-prs.il.cable.rcn.com) (Remote host closed the connection)
- # [17:33] * Quits: Levis_ (~Levis_@93-63-109-252.ip27.fastwebnet.it) (Quit: KVIrc 4.0.2 Insomnia http://www.kvirc.net/)
- # [17:36] * Quits: daveluke (~davidluke@cpe-72-229-177-167.nyc.res.rr.com) (Quit: daveluke)
- # [17:47] * Quits: ctmnz (~daniel@87.120.79.141) (Quit: Leaving)
- # [17:56] * Joins: themiddleman_itv (~robot@c-67-186-244-162.hsd1.ut.comcast.net)
- # [17:57] * Joins: chriseppstein (~chris@99-34-231-235.lightspeed.sntcca.sbcglobal.net)
- # [18:02] * Joins: bartek (~bartek@69-196-155-220.dsl.teksavvy.com)
- # [18:04] * Joins: kor (~kor@a83-161-211-173.adsl.xs4all.nl)
- # [18:06] * Quits: LongBeach (~mike@AFontenayssB-152-1-50-226.w82-121.abo.wanadoo.fr) (Ping timeout: 276 seconds)
- # [18:11] * Joins: dguttman (~dguttman@cpe-98-149-45-68.socal.res.rr.com)
- # [18:15] * Joins: LongBeach (~mike@AFontenayssB-152-1-27-75.w83-114.abo.wanadoo.fr)
- # [18:16] * Quits: hij1nx (~hij1nx@cpe-66-65-124-111.nyc.res.rr.com) (Quit: hij1nx)
- # [18:20] * Quits: chriseppstein (~chris@99-34-231-235.lightspeed.sntcca.sbcglobal.net) (Quit: chriseppstein)
- # [18:27] * Joins: vladikoff (~vladikoff@bas1-woodbridge48-2925111342.dsl.bell.ca)
- # [18:29] * Joins: huskyr (~huskyr@535506A5.cm-6-6a.dynamic.ziggo.nl)
- # [18:32] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [18:36] * Joins: killman_ (~killman@186.3.10.3)
- # [18:37] * Quits: nimbupani (~Adium@c-24-18-47-160.hsd1.wa.comcast.net) (Quit: Leaving.)
- # [18:38] * Joins: wizL (~wizl@ahrinia.net)
- # [18:40] * Quits: Killman (~killman@unaffiliated/killman) (Ping timeout: 248 seconds)
- # [18:40] * Quits: killman_ (~killman@186.3.10.3) (Client Quit)
- # [18:42] * Joins: Killman (~killman@unaffiliated/killman)
- # [18:53] * Quits: dguttman (~dguttman@cpe-98-149-45-68.socal.res.rr.com) (Quit: dguttman)
- # [18:57] * Joins: IanWizard (~IanWizard@c-98-237-207-104.hsd1.wa.comcast.net)
- # [19:00] * Quits: obert- (~obert@host13-43-dynamic.60-82-r.retail.telecomitalia.it) (Ping timeout: 252 seconds)
- # [19:05] * Joins: obert- (~obert@host13-43-dynamic.60-82-r.retail.telecomitalia.it)
- # [19:17] * Joins: patcito (~123@190.42.89.63)
- # [19:23] * Quits: bartek (~bartek@69-196-155-220.dsl.teksavvy.com) (Quit: Computer has gone to sleep)
- # [19:23] * Quits: huskyr (~huskyr@535506A5.cm-6-6a.dynamic.ziggo.nl) (Quit: huskyr)
- # [19:25] * Joins: dgathright (~dgathrigh@cpe-76-90-139-148.socal.res.rr.com)
- # [19:26] * Quits: IanWizard (~IanWizard@c-98-237-207-104.hsd1.wa.comcast.net) (Ping timeout: 276 seconds)
- # [19:27] * Joins: bartek (~bartek@69-196-155-220.dsl.teksavvy.com)
- # [19:28] * Joins: Daditos (~Daditos@host188.190-30-152.telecom.net.ar)
- # [19:30] * Joins: IanWizard (~IanWizard@c-98-237-207-104.hsd1.wa.comcast.net)
- # [19:31] * Joins: hij1nx (~hij1nx@static-71-249-220-120.nycmny.east.verizon.net)
- # [19:37] * Quits: themiddleman_itv (~robot@c-67-186-244-162.hsd1.ut.comcast.net) (Quit: themiddleman_itv)
- # [19:38] * Quits: gliese581 (~ManOnTheM@81.202.113.56.dyn.user.ono.com) (Quit: Lost terminal)
- # [19:38] * Joins: themiddleman_itv (~robot@c-67-186-244-162.hsd1.ut.comcast.net)
- # [19:44] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Don't follow me)
- # [19:45] * Quits: themiddleman_itv (~robot@c-67-186-244-162.hsd1.ut.comcast.net) (Quit: themiddleman_itv)
- # [19:46] * Quits: IanWizard (~IanWizard@c-98-237-207-104.hsd1.wa.comcast.net) (Ping timeout: 252 seconds)
- # [19:55] * Joins: Evanescence (~Evanescen@60.183.251.90)
- # [19:56] * Joins: Evet_ (~Evet@78.191.38.139)
- # [19:58] * Quits: Evet (~Evet@pdpc/supporter/active/evet) (Ping timeout: 276 seconds)
- # [19:58] * Quits: mrsrikanth (~mrsrikant@59.92.8.48) (Quit: Leaving)
- # [20:02] * Quits: cgcardona (~cgcardona@c-24-5-146-71.hsd1.ca.comcast.net) (Quit: zzzzz)
- # [20:07] * Joins: jacine (~jacine@drupal.org/user/88931/view)
- # [20:10] * Parts: DJazz (~Daniel@78-70-243-144-no186.tbcn.telia.com)
- # [20:11] * Joins: toinso (~toinso@unaffiliated/toinso)
- # [20:21] * Joins: hydrozen (~hydrozen@bas1-montreal42-1178046914.dsl.bell.ca)
- # [20:22] * Quits: rworth (~rworth@pool-72-83-231-22.washdc.fios.verizon.net) (Quit: Coyote finally caught me)
- # [20:23] * Joins: thatryan (~thatryan@c-71-202-1-91.hsd1.ca.comcast.net)
- # [20:26] * Joins: daveluke (~davidluke@cpe-72-225-200-96.nyc.res.rr.com)
- # [20:28] * Joins: Ankheg (~Ankheg@94.158.194.27)
- # [20:31] * Joins: daveluke_ (~davidluke@cpe-72-225-200-96.nyc.res.rr.com)
- # [20:33] * Quits: daveluke (~davidluke@cpe-72-225-200-96.nyc.res.rr.com) (Read error: Connection reset by peer)
- # [20:33] * daveluke_ is now known as daveluke
- # [20:34] * Quits: daveluke (~davidluke@cpe-72-225-200-96.nyc.res.rr.com) (Client Quit)
- # [20:37] * Quits: hydrozen (~hydrozen@bas1-montreal42-1178046914.dsl.bell.ca) (Remote host closed the connection)
- # [20:41] * Joins: Herrman (wolter@p50915761.dip.t-dialin.net)
- # [20:45] * Quits: Evanescence (~Evanescen@60.183.251.90) (Quit: I need to code or sleep now .)
- # [20:47] * Joins: daveluke (~davidluke@cpe-72-225-200-96.nyc.res.rr.com)
- # [21:00] * Joins: skqr (~skqr@200.81.182.134)
- # [21:03] * Joins: kidfribble (~kidfribbl@c-66-31-28-249.hsd1.ma.comcast.net)
- # [21:09] * Joins: KDN (~KDN@202.171.164.210)
- # [21:09] * Quits: Erkan (thend@78.167.135.107)
- # [21:10] * Quits: daveluke (~davidluke@cpe-72-225-200-96.nyc.res.rr.com) (Ping timeout: 246 seconds)
- # [21:13] * Joins: Erkan (thend@78.167.135.107)
- # [21:16] * Quits: skqr (~skqr@200.81.182.134) (Ping timeout: 276 seconds)
- # [21:19] * Joins: antonkovalyov (~antonkova@adsl-75-18-218-201.dsl.pltn13.sbcglobal.net)
- # [21:21] * Joins: xonecas (~Adium@c-98-210-216-107.hsd1.ca.comcast.net)
- # [21:21] <xonecas> o/
- # [21:23] <niftylettuce> xonecas: yo man
- # [21:23] <niftylettuce> xonecas: got time for Skype?
- # [21:24] <xonecas> whats up
- # [21:24] <xonecas> ?
- # [21:24] <niftylettuce> xonecas: want to run something by you
- # [21:28] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [21:36] * Joins: boaz (~boaz@75-150-66-254-NewEngland.hfc.comcastbusiness.net)
- # [21:40] * Joins: skqr (~skqr@200.81.182.134)
- # [21:46] * Joins: zill (43b76d5c@gateway/web/freenode/ip.67.183.109.92)
- # [21:50] * Quits: hij1nx (~hij1nx@static-71-249-220-120.nycmny.east.verizon.net) (Quit: hij1nx)
- # [21:52] * Joins: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [21:56] * Joins: cgcardona (~cgcardona@c-67-169-146-156.hsd1.ca.comcast.net)
- # [21:59] * Joins: Thasmo (~thasmo@d86-32-70-59.cust.tele2.at)
- # [22:01] * Quits: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Remote host closed the connection)
- # [22:04] * Joins: kennyluck (~kennyluck@softbank126097236216.bbtec.net)
- # [22:13] * Quits: dgathright (~dgathrigh@cpe-76-90-139-148.socal.res.rr.com) (Quit: dgathright)
- # [22:16] * Joins: Greko (~Greko@85.26.155.51)
- # [22:21] * Joins: beeviz (~beevi2@ip-78-94-3-11.unitymediagroup.de)
- # [22:22] * Quits: mikesusz (~mike@squaredesign.com) (Ping timeout: 240 seconds)
- # [22:23] * Joins: mikesusz (~mike@squaredesign.com)
- # [22:26] * Quits: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk) (Quit: Leaving.)
- # [22:26] * Joins: dgathright (~dgathrigh@cpe-76-90-139-148.socal.res.rr.com)
- # [22:29] <uf0> paul_rish: there?
- # [22:33] * Joins: addyosmani (~apple@host86-147-69-154.range86-147.btcentralplus.com)
- # [22:37] * Joins: prudnikov (~prudnikov@nat-3.starnet.cz)
- # [22:39] * Quits: cgcardona (~cgcardona@c-67-169-146-156.hsd1.ca.comcast.net) (Quit: zzzzz)
- # [22:40] * Quits: skqr (~skqr@200.81.182.134) (Ping timeout: 276 seconds)
- # [22:45] * Joins: dmachi (~dmachi@pool-72-66-199-75.ronkva.east.verizon.net)
- # [22:47] * Joins: themiddleman_itv (~robot@c-67-186-244-162.hsd1.ut.comcast.net)
- # [22:47] * Quits: kennyluck (~kennyluck@softbank126097236216.bbtec.net) (Quit: kennyluck)
- # [22:47] * Quits: Quilck (~Quilck@90.183.82.215) (Ping timeout: 250 seconds)
- # [22:50] * Joins: Quilck (~Quilck@90.183.82.215)
- # [22:57] * Quits: xonecas (~Adium@c-98-210-216-107.hsd1.ca.comcast.net) (Quit: Leaving.)
- # [23:10] * Joins: gasbakid (~gasbakid@41.96.99.182)
- # [23:13] * Quits: Daditos (~Daditos@host188.190-30-152.telecom.net.ar) (Quit: KVIrc 4.0.2 Insomnia http://www.kvirc.net/)
- # [23:15] * Quits: kataire (~kataire@cable-78-35-115-245.netcologne.de) (Read error: Connection reset by peer)
- # [23:15] * Joins: kataire (~kataire@cable-78-35-115-245.netcologne.de)
- # [23:19] * Joins: xonecas (~Adium@c-98-210-216-107.hsd1.ca.comcast.net)
- # [23:20] * Joins: techrush (~techrush@adsl-75-4-199-129.dsl.irvnca.sbcglobal.net)
- # [23:21] * Parts: xonecas (~Adium@c-98-210-216-107.hsd1.ca.comcast.net)
- # [23:23] * Quits: themiddleman_itv (~robot@c-67-186-244-162.hsd1.ut.comcast.net) (Quit: themiddleman_itv)
- # [23:24] * Quits: Greko (~Greko@85.26.155.51) (Ping timeout: 252 seconds)
- # [23:25] * Joins: cgcardona (~cgcardona@c-24-5-146-71.hsd1.ca.comcast.net)
- # [23:28] * Joins: Greko (~Greko@85.26.155.51)
- # [23:32] * yoe_ is now known as peol
- # [23:37] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Don't follow me)
- # [23:44] * Quits: kor (~kor@a83-161-211-173.adsl.xs4all.nl) (Quit: kor)
- # [23:53] * Quits: prudnikov (~prudnikov@nat-3.starnet.cz) (Quit: Leaving...)
- # [23:57] * Joins: LynnWallenstein (~Lynn@pool-74-107-70-172.bltmmd.fios.verizon.net)
- # Session Close: Sun Mar 06 00:00:00 2011
The end :)