Options:
- # Session Start: Tue Oct 23 00:00:00 2012
- # Session Ident: #html5
- # [00:00] <t4nk849> I figured out what was wrong, but how do I add HTML code (buttons and inputs) to the canvas when the game is over?
- # [00:05] * Quits: coellobranco (~FoRcEr@232.Red-83-35-102.dynamicIP.rima-tde.net) (Quit: http://www.juanantoniomosquera.com)
- # [00:10] * Joins: aJacom (ajacom@pc-33-227-100-190.cm.vtr.net)
- # [00:11] <aJacom> <button onclick="window.navigate('url');"></button> OR <a href="url"><button></button></a> ?
- # [00:11] * Quits: greg_otoole (~gregoryot@130.203.137.63) (Quit: greg_otoole)
- # [00:12] * Quits: Itrace (~Itrace@74-84-110-222.client.mchsi.com) (Quit: Itrace)
- # [00:13] * Quits: beneggett (~beneggett@exchange.banyanventures.com) (Quit: Computer has gone to sleep.)
- # [00:13] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Quit: mattkelly)
- # [00:15] * Quits: thcipriani (~tyler@173-160-63-177-colorado.hfc.comcastbusiness.net) (Quit: leaving)
- # [00:16] * Joins: Jon47 (~Adium@199.101.130.50)
- # [00:17] * Joins: beneggett (~beneggett@exchange.banyanventures.com)
- # [00:18] * abstractj|away is now known as abstractj
- # [00:19] * Quits: _dc (~dc@adrian.nat.trb.com) (Ping timeout: 246 seconds)
- # [00:10] * Quits: Martijnc (~Martijnc@d54C38583.access.telenet.be) (Quit: Martijnc)
- # [00:14] * Quits: joeytwiddle (~joey@cpc1-aztw4-0-0-cust1957.18-1.cable.virginmedia.com) (Read error: Connection reset by peer)
- # [00:14] * Joins: sydlawrence (~KidSyd@dab-bhx2-h-1-5.dab.02.net)
- # [00:15] <David_Bradbury> Please don't use inline JavaScript
- # [00:16] <t4nk849> aJacom, that displays that in text, not html
- # [00:17] <aJacom> t4nk849, that.. which one ?
- # [00:17] * Joins: joeytwiddle (~joey@cpc1-aztw4-0-0-cust1957.18-1.cable.virginmedia.com)
- # [00:17] <t4nk849> oh, aJacom, I thought you were responding to me
- # [00:17] * Quits: rickibalboa (~ricki@84.19.107.42) (Ping timeout: 245 seconds)
- # [00:18] <aJacom> nope, asking a question
- # [00:18] <t4nk849> oh, what are you trying to do?
- # [00:19] <David_Bradbury> Just use an <a> and style it like a button
- # [00:20] <t4nk849> ^yeah
- # [00:20] * Quits: _gambit (~prajwalit@61.12.96.226) (Quit: Computer has gone to sleep.)
- # [00:20] * Quits: Reite (~chris@cm-84.211.71.25.getinternet.no) (Read error: Operation timed out)
- # [00:20] <t4nk849> David_Bradbury, are you good with canvas?
- # [00:21] <David_Bradbury> I'd consider myself above average
- # [00:21] * Quits: WouterDS (~WouterDS@unaffiliated/wouterds) (Quit: Leaving...)
- # [00:21] <David_Bradbury> @ t4nk849
- # [00:22] <t4nk849> is there a way using a function like fillText, to include HTML
- # [00:22] <Garbee> http://docs.webplatform.org/wiki/guides/html_text#Emphasis ... Under the examples for the <i> tag. Is using it for a book title in a bibliography really proper? I don't think it is since it isn't meant to be in a different mood or offset in any way. Book titles are just presentationally italicized which means it should be done through CSS.
- # [00:22] * Joins: WouterDS (~WouterDS@unaffiliated/wouterds)
- # [00:22] <David_Bradbury> You mean to actually draw HTML to the canvas?
- # [00:23] <t4nk849> yeah kinda, I want to remove everything except the lower 40px, and display game is over and "<button id="clickToPlayAgain">Play</button>"
- # [00:24] * Joins: Wildblue (~wb@c-69-140-154-17.hsd1.md.comcast.net)
- # [00:25] <David_Bradbury> Garbee: It isn't because it is a book title - It is because it is something that is offset from the normal prose - Although I typically wouldn't use it for that purpose
- # [00:25] <Garbee> How is it offset from the normal prose though?
- # [00:25] <Garbee> I just think of it as normal text, that needs to be italized to adhear to English standards.
- # [00:26] <Garbee> You don't say it any differently because it is a title.
- # [00:26] <David_Bradbury> t4nk849: You aren't able to have HTML directly put into canvas, though there are some ways you can render the look of the DOM into canvas through some odd hacking (https://developer.mozilla.org/en-US/docs/HTML/Canvas/Drawing_DOM_objects_into_a_canvas) Your best bet is to draw the button and then use the isPointInPath method
- # [00:28] <David_Bradbury> Garbee: You wouldn't say "Book: Living with a Diminutive Stature" in a normal sentence. Thus I believe it is trying to separate that part out semantically (even though I don't like it)
- # [00:28] <David_Bradbury> I think they should just toss the element, same with <b>
- # [00:28] * Quits: beneggett (~beneggett@exchange.banyanventures.com) (Read error: Operation timed out)
- # [00:28] <David_Bradbury> and <u>
- # [00:28] <David_Bradbury> Err, I guess <u> was taken out
- # [00:29] <Garbee> <b> does need to be removed.
- # [00:29] <Garbee> There is literally no point for it.
- # [00:29] <Garbee> You typically wouldn't even say book though if you speak it.
- # [00:29] <Garbee> It is just a reference to what the item is.
- # [00:29] * Joins: chaiz (~chaiz@ppp-124-121-35-131.revip2.asianet.co.th)
- # [00:30] <Garbee> If anything you would say "The Book" take a pause due to the colon, then start with the item from the list. Therefore, still keeping the title in normal prose.
- # [00:30] * Quits: shobhitg (~shobhitg@208.91.2.1) (Quit: Leaving.)
- # [00:30] <Garbee> Maybe I am just overthinking the English langugae.
- # [00:30] <Garbee> language*
- # [00:31] <Garbee> I do see where <i> has a use though. WhatWG has some good examples. I don't think a book's title like this though is proper.
- # [00:32] <David_Bradbury> I think another tag would be more appropriate in most cases - I think <i> has too much junk associated with it unless they can come up with another word to describe it that starts with an 'i'
- # [00:33] * Quits: sydlawrence (~KidSyd@dab-bhx2-h-1-5.dab.02.net) (Quit: sydlawrence)
- # [00:33] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 252 seconds)
- # [00:34] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [00:34] <Garbee> What other tag would be semantic though that people would feel like typing? I see where repurposing <i> for this has its benefits and simplicities.
- # [00:35] <Garbee> Something in my gut is just telling me that use-case is wrong. I'm going to propose it gets removed from the examples and replaced with something that is better.
- # [00:35] <tantek> <i> can be thought of as *i*nstance of a term
- # [00:35] <David_Bradbury> Maybe a <v> to convey a change in voice or vernacular
- # [00:36] * Joins: mattkelly (~mattwkell@173.252.71.7)
- # [00:36] * Quits: mattkelly (~mattwkell@173.252.71.7) (Changing host)
- # [00:36] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
- # [00:36] <David_Bradbury> And that's fair enough
- # [00:36] * Quits: philihp (~philihp@sas15254.nat.sas.com) (Ping timeout: 252 seconds)
- # [00:36] <Garbee> <voice> perhaps. I think one letter tags are just bad in general.
- # [00:37] <David_Bradbury> I think there should be some campaign to get rid of that association between i, and italic
- # [00:37] <Garbee> Good luck.
- # [00:37] <David_Bradbury> Heh
- # [00:37] <Garbee> How else would you easily convey it though?
- # [00:37] <Garbee> Italics makes sense for what it does.
- # [00:37] * Quits: bartell (~bartell@75-137-152-250.dhcp.gwnt.ga.charter.com) (Remote host closed the connection)
- # [00:37] <David_Bradbury> I just want another way to refer to the tag - And I think instance would fit just fine
- # [00:39] * David_Bradbury should register instancetag.com and run a campaign :p
- # [00:39] <Garbee> haha, it is wrong. Looks like <u> should be used for citing including book titles.
- # [00:39] <David_Bradbury> Isn't <cite> for that?
- # [00:40] <David_Bradbury> Now that I think about it
- # [00:40] <Garbee> <cite> is for the section of content.
- # [00:40] <David_Bradbury> Ah
- # [00:40] * Quits: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net) (Ping timeout: 255 seconds)
- # [00:40] <Garbee> <u> for the books title themselves.
- # [00:40] <David_Bradbury> And I could see that
- # [00:40] <Garbee> So, I am going to remove that example as I go through.
- # [00:40] <Garbee> Thanks for the talk David!
- # [00:41] <David_Bradbury> I'm probably going to be going through WebPlatform tonight and fix up some formatting
- # [00:41] <David_Bradbury> no problem, time for me to get off work!
- # [00:41] <Garbee> See ya!
- # [00:41] <David_Bradbury> Later
- # [00:41] * Quits: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net) (Quit: ChatZilla 0.9.89 [Firefox 16.0.1/20121010144125])
- # [00:44] * Quits: obert- (~obert@host226-247-dynamic.1-87-r.retail.telecomitalia.it) (Quit: )
- # [00:44] * Joins: razorquick (ident@182.156.25.140)
- # [00:44] * Parts: razorquick (ident@182.156.25.140)
- # [00:45] * Quits: drublic (~drublic@frbg-5d84ecea.pool.mediaWays.net) (Remote host closed the connection)
- # [00:47] * Joins: bartell (~bartell@75-137-152-250.dhcp.gwnt.ga.charter.com)
- # [00:47] * Quits: t4nk849 (320cc0ac@gateway/web/freenode/ip.50.12.192.172) (Ping timeout: 245 seconds)
- # [00:49] * Joins: Jon471 (~Adium@199.101.130.50)
- # [00:49] * Quits: Jon47 (~Adium@199.101.130.50) (Read error: Operation timed out)
- # [00:50] <chee> maybe seeing as it's an alternate voice or mood, it could be <i> for <i>nconsistency
- # [00:50] * Quits: ampz (~laptop@host86-181-254-215.range86-181.btcentralplus.com) (Ping timeout: 240 seconds)
- # [00:51] <chee> or <i>ndividual
- # [00:51] <chee> or <i>ncitation/<i>ncite !
- # [00:52] <chee> i know, it can be the idiosyncrasy tag
- # [00:56] * Joins: brucelee (~peter@69-12-252-50.dedicated.static.sonic.net)
- # [00:58] * Joins: Oprr (~quassel@186.36.208.154)
- # [00:59] * Quits: brucelee_ (~peter@69-12-252-50.dedicated.static.sonic.net) (Ping timeout: 265 seconds)
- # [01:00] * Joins: _gambit (~prajwalit@59.95.0.89)
- # [01:02] * Joins: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net)
- # [01:06] * Joins: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net)
- # [01:07] * Joins: manuelbieh_ (~beeevi2@p57BD6409.dip0.t-ipconnect.de)
- # [01:08] * Joins: shobhitg (~shobhitg@208.91.2.1)
- # [01:09] * Quits: shobhitg (~shobhitg@208.91.2.1) (Client Quit)
- # [01:09] * Quits: xxtjaxx (~xxtjaxx@kde/developer/marschke) (Ping timeout: 255 seconds)
- # [01:09] * Joins: mattkelly_ (~mattwkell@2620:0:1cfe:18:55ba:c015:28fd:3151)
- # [01:09] * Quits: mattkelly_ (~mattwkell@2620:0:1cfe:18:55ba:c015:28fd:3151) (Changing host)
- # [01:09] * Joins: mattkelly_ (~mattwkell@drupal.org/user/64049/view)
- # [01:09] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Read error: Connection reset by peer)
- # [01:09] * mattkelly_ is now known as mattkelly
- # [01:09] * Quits: manuelbieh (~beeevi2@p57BD6409.dip0.t-ipconnect.de) (Ping timeout: 260 seconds)
- # [01:10] * Quits: devmikey (~irc@unaffiliated/devmikey) (Read error: Connection reset by peer)
- # [01:10] * Joins: xxtjaxx (~xxtjaxx@dl360.ein-elch.de)
- # [01:10] * Quits: xxtjaxx (~xxtjaxx@dl360.ein-elch.de) (Changing host)
- # [01:10] * Joins: xxtjaxx (~xxtjaxx@kde/developer/marschke)
- # [01:18] * Joins: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net)
- # [01:22] * Joins: schnoodles (~schnoodle@melbourne.99cluster.com)
- # [01:23] * Quits: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net) (Ping timeout: 256 seconds)
- # [01:25] * Quits: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [01:25] * abstractj is now known as abstractj|away
- # [01:26] * Quits: BreadMaker (~BreadMake@pc-228-167-100-190.cm.vtr.net) (Quit: FUAAAAAAAA!!!)
- # [01:30] * Joins: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
- # [01:31] * Quits: Ufo13 (~ufo13@128-71-1-102.broadband.corbina.ru) (Remote host closed the connection)
- # [01:32] * Quits: dhruvasagar (~dhruvasag@122.167.254.202) (Ping timeout: 260 seconds)
- # [01:32] * Joins: tw2113 (~tw2113@pool-108-16-222-27.phlapa.fios.verizon.net)
- # [01:32] * Quits: tw2113 (~tw2113@pool-108-16-222-27.phlapa.fios.verizon.net) (Changing host)
- # [01:32] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [01:34] * Quits: manuelbieh_ (~beeevi2@p57BD6409.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
- # [01:35] * Quits: Jon471 (~Adium@199.101.130.50) (Quit: Leaving.)
- # [01:35] * Joins: teleject_ (~christoph@70.116.75.194)
- # [01:36] * Quits: ericduran (~ericduran@rrcs-50-75-192-250.nyc.biz.rr.com)
- # [01:36] * Quits: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net) (Remote host closed the connection)
- # [01:37] * Quits: teleject (~christoph@70.116.75.194) (Read error: Connection reset by peer)
- # [01:37] * teleject_ is now known as teleject
- # [01:40] * Quits: Oprr (~quassel@186.36.208.154) (Remote host closed the connection)
- # [01:40] * Quits: _gambit (~prajwalit@59.95.0.89) (Quit: Computer has gone to sleep.)
- # [01:40] * Joins: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net)
- # [01:40] * Joins: Oprr (~quassel@186.36.208.154)
- # [01:40] * Parts: tw2113 (~tw2113@fedora/tw2113) ("yar! I be gone exited!")
- # [01:47] * Joins: Me1000 (~Me1000@74-143-221-15.static.insightbb.com)
- # [01:49] * Joins: adelcampo (~doritosta@adsl-68-125-20-204.dsl.irvnca.pacbell.net)
- # [01:50] * Joins: nadirvardar (~nadirvard@204.235.122.5)
- # [01:51] * Joins: beckyisabunny_ (~becky@host-89-242-214-185.as13285.net)
- # [01:54] * Quits: scholchr (~Chris@unaffiliated/scholchr) (Quit: scholchr)
- # [01:54] * Quits: Jayflux (~jay_knows@cpc6-dudl6-0-0-cust126.16-1.cable.virginmedia.com) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
- # [01:54] * Quits: beckyisabunny (~becky@cpc3-with3-0-0-cust696.1-4.cable.virginmedia.com) (Ping timeout: 256 seconds)
- # [01:54] * beckyisabunny_ is now known as beckyisabunny
- # [01:55] * Joins: jgomez (~jgomez@cpc10-hari12-2-0-cust98.hari.cable.virginmedia.com)
- # [01:55] * Quits: nadirvardar (~nadirvard@204.235.122.5) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [01:58] * Quits: stevegill (~stevengil@sjfw1-a.adobe.com) (Quit: stevegill)
- # [01:59] * Joins: Dev0n (~Dev0n@host-2-103-162-226.as13285.net)
- # [01:59] * Quits: Dev0n (~Dev0n@host-2-103-162-226.as13285.net) (Changing host)
- # [01:59] * Joins: Dev0n (~Dev0n@unaffiliated/dev0n)
- # [02:00] * Quits: fleeting (~fleeting@rrcs-67-79-88-162.sw.biz.rr.com) (Quit: fleeting)
- # [02:03] * Joins: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
- # [02:03] <cgcardona> it's been approved by Microsoft and it's live in the app store for download http://apps.microsoft.com/webpdp/en-US/app/trulia-real-estate-homes-for/aaa2a256-90ca-4abd-938f-3788f598a235
- # [02:03] * Joins: ffs82defxp (~ffs82defx@50.13.5.73)
- # [02:03] <cgcardona> we built it on the HTML5/CSS3/Javascript stack.
- # [02:04] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (Ping timeout: 244 seconds)
- # [02:05] * Joins: David_Bradbury (~Conexion@50.46.227.186)
- # [02:06] * Joins: asher^ (asher@101.166.147.73)
- # [02:06] * Quits: asher^ (asher@101.166.147.73) (Changing host)
- # [02:06] * Joins: asher^ (asher@unaffiliated/asher/x-9381395)
- # [02:09] * Joins: axos411 (~axos@xdsl-84-44-178-104.netcologne.de)
- # [02:09] * Joins: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net)
- # [02:10] * Quits: asher^ (asher@unaffiliated/asher/x-9381395) (Client Quit)
- # [02:11] * Quits: quiliro (~ana@189.27.116.161.dynamic.adsl.gvt.net.br) (Ping timeout: 260 seconds)
- # [02:12] * Quits: Oprr (~quassel@186.36.208.154) (Remote host closed the connection)
- # [02:12] * Quits: axos411 (~axos@xdsl-84-44-178-104.netcologne.de) (Client Quit)
- # [02:12] * Quits: R4md4c (~R4md4c@unaffiliated/r4md4c) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [02:16] * Joins: axos411 (~axos@xdsl-84-44-178-104.netcologne.de)
- # [02:26] * Joins: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net)
- # [02:26] * Quits: tantek (~tantek@nat/mozilla/x-kuntnapeifrfzesg) (Quit: tantek)
- # [02:32] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Quit: cgcardona)
- # [02:36] * Quits: machicola (~thetentma@198.188.6.54) (Remote host closed the connection)
- # [02:36] * Quits: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net) (Quit: Computer has gone to sleep.)
- # [02:37] * Quits: schnoodles (~schnoodle@melbourne.99cluster.com) (Remote host closed the connection)
- # [02:39] * Joins: sasori (~chatzilla@202.27.31.225)
- # [02:41] * Quits: xec_ (~xec@188.95.241.142) (Ping timeout: 252 seconds)
- # [02:41] * Quits: victorbjelkholm (~victorbje@66.Red-79-159-182.staticIP.rima-tde.net) (Ping timeout: 260 seconds)
- # [02:42] * Joins: xec_ (~xec@188.95.241.142)
- # [02:43] * Joins: tiglog (~topeak@61.149.229.78)
- # [02:46] * Quits: Wildblue (~wb@c-69-140-154-17.hsd1.md.comcast.net) (Read error: Connection reset by peer)
- # [02:46] * Joins: Wildblue (~wb@c-69-140-154-17.hsd1.md.comcast.net)
- # [02:48] * monteslu_ is now known as monteslu
- # [02:52] * Joins: quiliro (~ana@177.41.154.21.dynamic.adsl.gvt.net.br)
- # [02:53] * Joins: obmouse (~micethate@70.137.145.144)
- # [02:53] * Joins: axos4111 (~axos@xdsl-78-35-166-7.netcologne.de)
- # [02:54] * Quits: axos411 (~axos@xdsl-84-44-178-104.netcologne.de) (Ping timeout: 248 seconds)
- # [02:55] * Joins: Jon47 (~Adium@199.101.130.50)
- # [02:55] * Joins: Alqounkiz (~ffs82defx@50.13.5.73)
- # [02:56] * Joins: schnoodles (~schnoodle@119.63.221.131)
- # [02:56] * Joins: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net)
- # [02:56] * abstractj|away is now known as abstractj
- # [02:56] * Quits: ffs82defxp (~ffs82defx@50.13.5.73) (Ping timeout: 268 seconds)
- # [02:58] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Quit: mattkelly)
- # [03:01] * Quits: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [03:03] * Joins: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
- # [03:08] * Quits: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net) (Quit: Computer has gone to sleep.)
- # [03:09] * Quits: Velmont (odinho@dalvik.ping.uio.no) (Ping timeout: 244 seconds)
- # [03:11] * Joins: api (~chatzilla@ip-64-134-35-13.public.wayport.net)
- # [03:11] * Quits: Hornet (~Hornet@cpc10-ipsw2-2-0-cust55.7-4.cable.virginmedia.com) (Ping timeout: 264 seconds)
- # [03:12] * Joins: xjiujiu (~quassel@218.77.14.202)
- # [03:12] * Quits: api (~chatzilla@ip-64-134-35-13.public.wayport.net) (Client Quit)
- # [03:13] * Joins: Velmont (odinho@dalvik.ping.uio.no)
- # [03:13] * Joins: benknight1 (~Adium@bastion.sfo1.yelpcorp.com)
- # [03:15] * Quits: benknight (~Adium@bastion.sfo1.yelpcorp.com) (Read error: Operation timed out)
- # [03:17] * Quits: benknight1 (~Adium@bastion.sfo1.yelpcorp.com) (Client Quit)
- # [03:18] * Quits: quiliro (~ana@177.41.154.21.dynamic.adsl.gvt.net.br) (Ping timeout: 256 seconds)
- # [03:19] * Quits: Ziioynx (~ziioynx@S01060006b114b976.vc.shawcable.net) (Remote host closed the connection)
- # [03:19] * Joins: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net)
- # [03:20] * Joins: quiliro (~ana@177.41.154.21.dynamic.adsl.gvt.net.br)
- # [03:20] * Quits: dpogue (~dpogue@S010600226b831d53.vf.shawcable.net) (Ping timeout: 276 seconds)
- # [03:21] * Quits: adelcampo (~doritosta@adsl-68-125-20-204.dsl.irvnca.pacbell.net) (Quit: Linkinus - http://linkinus.com)
- # [03:21] * Joins: machicola (~thetentma@198.188.6.54)
- # [03:23] * Quits: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net) (Ping timeout: 256 seconds)
- # [03:24] * Joins: tantek (~tantek@66-87-2-166.pools.spcsdns.net)
- # [03:24] * Quits: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net) (Quit: Imaginativeone)
- # [03:25] * Joins: zspencer (~admin@cpe-75-187-146-176.neo.res.rr.com)
- # [03:26] * Quits: danielwrobert (~danielwro@trestles.cukerinteractive.com) (Quit: Leaving.)
- # [03:28] * Joins: quest88 (~quest88@c-24-7-34-255.hsd1.ca.comcast.net)
- # [03:30] * Joins: tantek_ (~tantek@76.14.1.27)
- # [03:30] * Joins: pandeiro (~mu@177.33.182.179)
- # [03:32] * Quits: tantek (~tantek@66-87-2-166.pools.spcsdns.net) (Ping timeout: 244 seconds)
- # [03:32] * tantek_ is now known as tantek
- # [03:35] * Quits: pandeiro (~mu@177.33.182.179) (Quit: WeeChat 0.3.9)
- # [03:36] * Quits: schnoodles (~schnoodle@119.63.221.131) (Remote host closed the connection)
- # [03:36] * Joins: schnoodles (~schnoodle@melbourne.99cluster.com)
- # [03:38] * Joins: alvincrespo (~Adium@h69-131-103-71.wltonh.dsl.dynamic.tds.net)
- # [03:38] * Quits: tantek (~tantek@76.14.1.27) (Quit: tantek)
- # [03:44] * Quits: quiliro (~ana@177.41.154.21.dynamic.adsl.gvt.net.br) (Quit: Leaving.)
- # [03:44] * Joins: quiliro (~ana@177.41.154.21.dynamic.adsl.gvt.net.br)
- # [03:45] * Quits: jgomez (~jgomez@cpc10-hari12-2-0-cust98.hari.cable.virginmedia.com) (Ping timeout: 244 seconds)
- # [03:47] * Joins: jgomez (~jgomez@cpc10-hari12-2-0-cust98.hari.cable.virginmedia.com)
- # [03:47] * Joins: abraxas (~abraxas@113x33x180x18.ap113.ftth.ucom.ne.jp)
- # [03:50] * Quits: mykul (~mykul@c-71-56-217-213.hsd1.co.comcast.net) (Quit: gg)
- # [03:52] * Joins: codewrangler (~codewrang@pool-71-191-34-251.washdc.fios.verizon.net)
- # [03:52] * Quits: arietis (~arietis@188.242.29.115) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [03:53] * Joins: rusfel (~rusfel@75.109.81.253)
- # [03:53] * Quits: jgomez (~jgomez@cpc10-hari12-2-0-cust98.hari.cable.virginmedia.com) (Quit: Leaving)
- # [03:54] * Quits: codewrangler (~codewrang@pool-71-191-34-251.washdc.fios.verizon.net) (Client Quit)
- # [03:54] * Joins: quiliro1 (~ana@177.97.10.78)
- # [03:55] * Quits: quiliro (~ana@177.41.154.21.dynamic.adsl.gvt.net.br) (Ping timeout: 256 seconds)
- # [03:55] * Quits: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (Quit: Computer has gone to sleep.)
- # [03:59] * Quits: aJacom (ajacom@pc-33-227-100-190.cm.vtr.net) (Read error: Connection reset by peer)
- # [04:01] * Joins: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
- # [04:04] * Joins: cgcardona (~cgcardona@c-24-4-198-207.hsd1.ca.comcast.net)
- # [04:04] * Quits: cgcardona (~cgcardona@c-24-4-198-207.hsd1.ca.comcast.net) (Changing host)
- # [04:04] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [04:04] * Parts: alvincrespo (~Adium@h69-131-103-71.wltonh.dsl.dynamic.tds.net)
- # [04:06] * Joins: Vennril2 (~vennril@p4FCB0949.dip0.t-ipconnect.de)
- # [04:06] * Quits: Vennril (~vennril@p4FCB0CC2.dip0.t-ipconnect.de) (Ping timeout: 246 seconds)
- # [04:10] * Quits: coeus_ (~coeus@dslb-084-061-016-230.pools.arcor-ip.net) (Ping timeout: 260 seconds)
- # [04:10] * Joins: chaiz_ (~chaiz@ppp-115-87-14-87.revip4.asianet.co.th)
- # [04:11] * Joins: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net)
- # [04:12] * Quits: axos4111 (~axos@xdsl-78-35-166-7.netcologne.de) (Quit: Leaving.)
- # [04:12] * Quits: WouterDS (~WouterDS@unaffiliated/wouterds) (Quit: Leaving...)
- # [04:12] * Quits: Jon47 (~Adium@199.101.130.50) (Quit: Leaving.)
- # [04:13] * Quits: chaiz (~chaiz@ppp-124-121-35-131.revip2.asianet.co.th) (Ping timeout: 252 seconds)
- # [04:14] * Joins: Richhh (~Richhh@host86-134-242-1.range86-134.btcentralplus.com)
- # [04:19] * Quits: chayin_ (~quassel@101.165.24.199) (Read error: Connection reset by peer)
- # [04:20] * Joins: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net)
- # [04:20] <Richhh> most cross browser way to implement drag and droppable images? gonna work in ie7?
- # [04:23] * Joins: dpogue (~dpogue@S010600226b831d53.vf.shawcable.net)
- # [04:29] * Quits: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net) (Quit: Computer has gone to sleep.)
- # [04:37] * kevvaoff is now known as kevva
- # [04:39] * Quits: rking (~rking@unaffiliated/rking) (Ping timeout: 252 seconds)
- # [04:41] * kevva is now known as kevvaoff
- # [04:41] * Quits: rusfel (~rusfel@75.109.81.253) (Remote host closed the connection)
- # [04:41] * kevvaoff is now known as kevva
- # [04:42] * Quits: r0tha (~r0tha@173.247.200.122) (Remote host closed the connection)
- # [04:42] * Joins: mattkelly (mattkelly@c-69-181-69-39.hsd1.ca.comcast.net)
- # [04:44] * Joins: obert- (~obert@host226-247-dynamic.1-87-r.retail.telecomitalia.it)
- # [04:44] * Quits: benv (~benv@38.104.194.126) (Ping timeout: 240 seconds)
- # [04:44] * Quits: obert- (~obert@host226-247-dynamic.1-87-r.retail.telecomitalia.it) (Client Quit)
- # [04:46] * Joins: chaiz__ (~chaiz@ppp-124-122-217-210.revip2.asianet.co.th)
- # [04:46] * Joins: obert- (~obert@host226-247-dynamic.1-87-r.retail.telecomitalia.it)
- # [04:48] * Quits: chaiz_ (~chaiz@ppp-115-87-14-87.revip4.asianet.co.th) (Ping timeout: 268 seconds)
- # [04:49] * Quits: beckyisabunny (~becky@host-89-242-214-185.as13285.net) (Read error: Connection timed out)
- # [04:49] * Quits: sasori (~chatzilla@202.27.31.225) (Remote host closed the connection)
- # [04:50] * Joins: beckyisabunny (~becky@host-89-242-214-185.as13285.net)
- # [04:50] * Joins: sasori (~chatzilla@202.27.31.225)
- # [04:56] * Joins: chaiz_ (~chaiz@ppp-110-168-47-3.revip5.asianet.co.th)
- # [04:56] * Joins: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net)
- # [04:56] * Quits: irae_ (~irae_@nat/yahoo/x-dwobocibcnjigxcn) (Quit: irae_)
- # [04:59] * Quits: chaiz__ (~chaiz@ppp-124-122-217-210.revip2.asianet.co.th) (Ping timeout: 276 seconds)
- # [05:00] * Quits: bartell (~bartell@75-137-152-250.dhcp.gwnt.ga.charter.com) (Remote host closed the connection)
- # [05:01] * Quits: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (Quit: Computer has gone to sleep.)
- # [05:02] * Joins: agu10^ (~agu10^@190.244.100.82)
- # [05:02] * Quits: agu10^ (~agu10^@190.244.100.82) (Changing host)
- # [05:02] * Joins: agu10^ (~agu10^@unaffiliated/agu10/x-1554175)
- # [05:04] * Quits: quiliro1 (~ana@177.97.10.78) (Read error: Connection reset by peer)
- # [05:04] * Joins: quiliro (~ana@177.97.10.78)
- # [05:07] * Joins: chaiz__ (~chaiz@ppp-115-87-56-176.revip4.asianet.co.th)
- # [05:09] * Quits: naquad (~naquad@82.146.43.183) (Excess Flood)
- # [05:09] * Quits: chaiz_ (~chaiz@ppp-110-168-47-3.revip5.asianet.co.th) (Ping timeout: 252 seconds)
- # [05:10] * Quits: Alqounkiz (~ffs82defx@50.13.5.73) (Read error: Connection reset by peer)
- # [05:11] * Joins: naquad (~naquad@82.146.43.183)
- # [05:13] * Quits: squeakytoy (~christoff@h87-96-232-107.dynamic.se.alltele.net) (Ping timeout: 256 seconds)
- # [05:14] * Joins: ffs82defxp (~ffs82defx@50.13.5.73)
- # [05:14] * Joins: r0tha (~r0tha@76-218-126-126.lightspeed.sntcca.sbcglobal.net)
- # [05:14] * Quits: chaiz__ (~chaiz@ppp-115-87-56-176.revip4.asianet.co.th) (Ping timeout: 252 seconds)
- # [05:17] * Quits: dieb_ (~dieb_@unaffiliated/andredieb) (Quit: dieb_)
- # [05:23] * Quits: quiliro (~ana@177.97.10.78) (Read error: No route to host)
- # [05:23] * Joins: dieb_ (~dieb_@unaffiliated/andredieb)
- # [05:23] * Joins: quiliro1 (~ana@177.97.10.78)
- # [05:25] * Quits: obert- (~obert@host226-247-dynamic.1-87-r.retail.telecomitalia.it) (Quit: )
- # [05:25] * Quits: tiglog (~topeak@61.149.229.78) (Quit: Leaving)
- # [05:28] * Quits: mattkelly (mattkelly@c-69-181-69-39.hsd1.ca.comcast.net) (Ping timeout: 255 seconds)
- # [05:30] * Joins: mattkelly (mattkelly@c-69-181-69-39.hsd1.ca.comcast.net)
- # [05:31] * Quits: dieb_ (~dieb_@unaffiliated/andredieb) (Quit: dieb_)
- # [05:34] * Joins: dhruvasagar (~dhruvasag@122.172.245.42)
- # [05:37] * Joins: kennyluck (~kennyluck@119.161.158.96)
- # [05:41] * Joins: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net)
- # [05:41] * Quits: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
- # [05:42] * Quits: quiliro1 (~ana@177.97.10.78) (Read error: Connection reset by peer)
- # [05:42] * Joins: quiliro (~ana@177.97.10.78)
- # [05:43] * Joins: niloy (~niloy@203.196.177.156)
- # [05:44] * Joins: obert- (~obert@host226-247-dynamic.1-87-r.retail.telecomitalia.it)
- # [05:44] * Quits: beckyisabunny (~becky@host-89-242-214-185.as13285.net) (Quit: beckyisabunny)
- # [05:46] * Joins: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net)
- # [05:46] * Quits: machicola (~thetentma@198.188.6.54) (Remote host closed the connection)
- # [05:47] * Joins: tomshreds (~shreds@18-156.tr.cgocable.ca)
- # [05:47] * abstractj is now known as abstractj|away
- # [05:53] * Quits: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net) (Quit: Computer has gone to sleep.)
- # [05:56] * Quits: Mikato (~Mikato@unaffiliated/mikato) (Quit: Leaving...)
- # [05:57] * Quits: Richhh (~Richhh@host86-134-242-1.range86-134.btcentralplus.com) (Ping timeout: 246 seconds)
- # [06:03] * Quits: j_wright (~jwright@ip70-180-205-15.lv.lv.cox.net) (Remote host closed the connection)
- # [06:12] * Joins: jsadam_ (~josh@S0106002436a16bee.wp.shawcable.net)
- # [06:14] * Joins: rking (~rking@unaffiliated/rking)
- # [06:14] * Quits: quiliro (~ana@177.97.10.78) (Quit: Leaving.)
- # [06:14] * Joins: quiliro (~ana@177.97.10.78)
- # [06:14] * Quits: jsadam_ (~josh@S0106002436a16bee.wp.shawcable.net) (Quit: jsadam_)
- # [06:19] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
- # [06:25] * Quits: debsan (~debsan@190.245.74.16) (Remote host closed the connection)
- # [06:29] * Joins: longbeach (~mike@AFontenayssB-152-1-2-93.w82-121.abo.wanadoo.fr)
- # [06:34] * Joins: gyzmodo (x@89.146.107.80)
- # [06:34] * Joins: theskumar (~theskumar@115.254.79.51)
- # [06:35] * Quits: quest88 (~quest88@c-24-7-34-255.hsd1.ca.comcast.net) (Quit: quest88)
- # [06:37] * Quits: ffs82defxp (~ffs82defx@50.13.5.73) (Ping timeout: 244 seconds)
- # [06:40] * Joins: Entonian (~Entonian@h-72-244-200-65.sttnwaho.dynamic.covad.net)
- # [06:43] * Quits: Entonian (~Entonian@h-72-244-200-65.sttnwaho.dynamic.covad.net) (Remote host closed the connection)
- # [06:46] * Joins: ffs82defxp (~ffs82defx@50.13.5.73)
- # [06:50] * Quits: quiliro (~ana@177.97.10.78) (Read error: Connection reset by peer)
- # [06:50] * Joins: quiliro1 (~ana@177.97.10.78)
- # [06:54] * Quits: quiliro1 (~ana@177.97.10.78) (Ping timeout: 256 seconds)
- # [06:54] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
- # [06:56] * Joins: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net)
- # [07:14] * Joins: quest88 (~quest88@c-24-7-34-255.hsd1.ca.comcast.net)
- # [07:20] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (Ping timeout: 256 seconds)
- # [07:23] * Quits: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net) (Ping timeout: 265 seconds)
- # [07:23] * Quits: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net) (Ping timeout: 240 seconds)
- # [07:25] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 260 seconds)
- # [07:25] * Joins: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net)
- # [07:26] * Joins: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net)
- # [07:31] * Joins: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net)
- # [07:34] * Quits: ffs82defxp (~ffs82defx@50.13.5.73) (Ping timeout: 248 seconds)
- # [07:34] * Joins: Reite (~chris@cm-84.211.71.25.getinternet.no)
- # [07:40] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
- # [07:45] * Quits: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net) (Ping timeout: 264 seconds)
- # [07:46] * Joins: ffs82defxp (~ffs82defx@50.13.5.73)
- # [07:48] * Joins: kitallis (~kitallis@122.167.109.34)
- # [07:50] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
- # [07:52] * Joins: _shorinji_ (~ffall@static-88.131.29.2.addr.tdcsong.se)
- # [07:52] * Quits: ffs82defxp (~ffs82defx@50.13.5.73) (Ping timeout: 264 seconds)
- # [07:54] <cgcardona> is playbackRate only a video thing?
- # [07:54] <cgcardona> i can't seem to get the audio to slow down when i try it with an Audio object.
- # [07:57] * Quits: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [07:58] * Joins: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
- # [08:01] * Joins: soee (~soee@83-238-167-52.ip.netia.com.pl)
- # [08:01] * Joins: WouterDS (~WouterDS@unaffiliated/wouterds)
- # [08:01] * Quits: WouterDS (~WouterDS@unaffiliated/wouterds) (Client Quit)
- # [08:01] * Quits: tomshreds (~shreds@18-156.tr.cgocable.ca) (Quit: Leaving...)
- # [08:02] * Joins: stevegill (~stevengil@99-43-255-97.lightspeed.sntcca.sbcglobal.net)
- # [08:03] * Joins: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net)
- # [08:03] * Quits: stevegill (~stevengil@99-43-255-97.lightspeed.sntcca.sbcglobal.net) (Client Quit)
- # [08:04] * Joins: stevegill (~stevengil@99-43-255-97.lightspeed.sntcca.sbcglobal.net)
- # [08:09] * Quits: Me1000 (~Me1000@74-143-221-15.static.insightbb.com) (Quit: Leaving...)
- # [08:09] * Joins: squeakytoy (~christoff@h87-96-232-107.dynamic.se.alltele.net)
- # [08:10] * Quits: squeakytoy (~christoff@h87-96-232-107.dynamic.se.alltele.net) (Client Quit)
- # [08:12] * Quits: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [08:15] * Joins: roel (~quassel@d54C236E3.access.telenet.be)
- # [08:17] * Joins: vlad_starkov (~vlad_star@c-50-136-210-10.hsd1.ca.comcast.net)
- # [08:19] * EHLOVader is now known as EHLOVader[afk]
- # [08:19] * Quits: r0tha (~r0tha@76-218-126-126.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
- # [08:22] * Quits: vlad_starkov (~vlad_star@c-50-136-210-10.hsd1.ca.comcast.net) (Ping timeout: 244 seconds)
- # [08:23] * Joins: chaiz (~chaiz@ppp-115-87-57-177.revip4.asianet.co.th)
- # [08:23] * Joins: vlad_starkov (~vlad_star@c-50-136-210-10.hsd1.ca.comcast.net)
- # [08:28] * Quits: vlad_starkov (~vlad_star@c-50-136-210-10.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
- # [08:30] * Joins: DeltaHeavyz (~DeltaHeav@d24-204-219-104.home4.cgocable.net)
- # [08:32] * Joins: JakeA (~Adium@94-195-85-255.zone9.bethere.co.uk)
- # [08:33] * Quits: DeltaHeavy (~DeltaHeav@d24-204-219-104.home4.cgocable.net) (Ping timeout: 248 seconds)
- # [08:34] * Quits: JakeA (~Adium@94-195-85-255.zone9.bethere.co.uk) (Client Quit)
- # [08:35] * Quits: quest88 (~quest88@c-24-7-34-255.hsd1.ca.comcast.net) (Quit: quest88)
- # [08:41] * Quits: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net) (Remote host closed the connection)
- # [08:41] * Joins: bibo360 (~bibo360@bobi.signap.com)
- # [08:42] * Joins: coeus_ (~coeus@dslb-084-061-016-230.pools.arcor-ip.net)
- # [08:42] * Quits: Wildblue (~wb@c-69-140-154-17.hsd1.md.comcast.net) (Ping timeout: 256 seconds)
- # [08:42] * Joins: mr_lou (~sirlou@2.109.206.14)
- # [08:44] <_shorinji_> resizing of textareas, is that just available in firefox and webkit?
- # [08:44] <_shorinji_> natively
- # [08:45] * Joins: mstalfoort (~manuchill@83.232.96.217)
- # [08:45] * Quits: barneybook_work (~Thunderbi@220-132-176-96.HINET-IP.hinet.net) (Ping timeout: 248 seconds)
- # [08:45] * Parts: mstalfoort (~manuchill@83.232.96.217)
- # [08:49] * Joins: barneybook_work (~Thunderbi@220-132-176-96.HINET-IP.hinet.net)
- # [08:51] * Quits: Reite (~chris@cm-84.211.71.25.getinternet.no) (Ping timeout: 246 seconds)
- # [08:51] * Quits: stevegill (~stevengil@99-43-255-97.lightspeed.sntcca.sbcglobal.net) (Quit: stevegill)
- # [08:54] * Quits: chaiz (~chaiz@ppp-115-87-57-177.revip4.asianet.co.th) (Read error: Connection reset by peer)
- # [08:58] * Joins: Trisox (~Tri_sox@dw87236798.amsterdam-tc.dataweb.net)
- # [09:00] * Joins: DeXTeD (~dexted_xt@acqf108.neoplus.adsl.tpnet.pl)
- # [09:02] * Joins: phrearch (~Phrearch@82-136-242-180.ip.telfort.nl)
- # [09:06] * Joins: Kolombiken (~Adium@217.13.228.226)
- # [09:06] * Joins: BigKing (~BigKing@dslb-094-221-113-084.pools.arcor-ip.net)
- # [09:10] * Quits: bibo360 (~bibo360@bobi.signap.com) (Remote host closed the connection)
- # [09:14] * Quits: schnoodles (~schnoodle@melbourne.99cluster.com) (Remote host closed the connection)
- # [09:15] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 252 seconds)
- # [09:23] * Quits: Stoob_ (~steev@108.174.53.111) (Quit: No Ping reply in 180 seconds.)
- # [09:23] * Joins: Stoob_ (~steev@108.174.53.111)
- # [09:26] * Quits: David_Bradbury (~Conexion@50.46.227.186) (Quit: Leaving)
- # [09:34] * Joins: CodeDroid__ (~DroidKree@195.238.92.174)
- # [09:34] * Joins: gdcbjg364 (~gdcbjg364@i114-188-73-241.s42.a034.ap.plala.or.jp)
- # [09:35] * Quits: kitallis (~kitallis@122.167.109.34) (Quit: Computer has gone to sleep.)
- # [09:37] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Quit: dgathright)
- # [09:39] * Quits: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net) (Quit: Computer has gone to sleep.)
- # [09:40] * Joins: bibo360 (~bibo360@ABayonne-256-1-112-28.w90-45.abo.wanadoo.fr)
- # [09:45] * Joins: _moon (~moon@LNeuilly-152-22-7-151.w193-251.abo.wanadoo.fr)
- # [09:47] * Joins: rumpl (~rumpl@smtp.megalo-company.com)
- # [09:48] * Quits: bibo360 (~bibo360@ABayonne-256-1-112-28.w90-45.abo.wanadoo.fr) (Remote host closed the connection)
- # [09:50] * Joins: benknight (~Adium@70-36-140-89.dsl.dynamic.sonic.net)
- # [09:51] * Quits: shaycojo (c25a695e@gateway/web/freenode/ip.194.90.105.94) (Quit: Page closed)
- # [09:51] * Joins: manuelbieh (~beeevi2@p57BD6709.dip0.t-ipconnect.de)
- # [09:52] * Joins: bibo360 (~bibo360@ABayonne-256-1-112-28.w90-45.abo.wanadoo.fr)
- # [09:55] * Quits: CodeDroid__ (~DroidKree@195.238.92.174) (Quit: In Web We Trust)
- # [10:00] * Quits: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net) (Ping timeout: 246 seconds)
- # [10:02] * abstractj|away is now known as abstractj
- # [10:07] * Quits: mattkelly (mattkelly@c-69-181-69-39.hsd1.ca.comcast.net) (Ping timeout: 272 seconds)
- # [10:08] * Quits: shac_ (~shac@5ad73812.bb.sky.com) (Excess Flood)
- # [10:08] * Quits: hansol (hansol@unaffiliated/hansol) (Ping timeout: 260 seconds)
- # [10:09] * Joins: nonge_ (~nonge@p5082AD04.dip.t-dialin.net)
- # [10:10] * Joins: shac (~shac@5ad73812.bb.sky.com)
- # [10:12] * Quits: theskumar (~theskumar@115.254.79.51) (Ping timeout: 260 seconds)
- # [10:12] * Quits: nonge (~nonge@p5082AF47.dip.t-dialin.net) (Ping timeout: 244 seconds)
- # [10:13] * Joins: theskumar (~theskumar@115.254.79.51)
- # [10:16] * Quits: WebDragon (~webdragon@c-68-82-181-85.hsd1.de.comcast.net) (Ping timeout: 246 seconds)
- # [10:16] * Joins: tocka (~asd@host81-136-157-15.in-addr.btopenworld.com)
- # [10:17] * Joins: MisterSpeaker (~MisterSpe@zenexity2.pck.nerim.net)
- # [10:19] * kevva is now known as kevvaoff
- # [10:19] * Joins: iserantes_ (~quassel@169.5.27.77.dynamic.mundo-r.com)
- # [10:21] * Joins: ohsiris (~Broccoli@d192-24-223-172.try.wideopenwest.com)
- # [10:21] * Joins: vlad_starkov (~vlad_star@c-50-136-210-10.hsd1.ca.comcast.net)
- # [10:21] * Joins: Somatt_wrk (~somattwrk@darkstar2.fullsix.com)
- # [10:21] * Quits: iserantes (~quassel@169.5.27.77.dynamic.mundo-r.com) (Ping timeout: 256 seconds)
- # [10:21] * Joins: _gambit (~prajwalit@61.12.96.226)
- # [10:22] * Quits: AlbireoX (~AlbireoX@76.78.168.91) (Remote host closed the connection)
- # [10:22] * Joins: AlbireoX (~AlbireoX@76.78.168.91)
- # [10:25] * Joins: JakeA (~Adium@149.241.185.200)
- # [10:26] * Quits: theskumar (~theskumar@115.254.79.51) (Ping timeout: 255 seconds)
- # [10:26] * Joins: theskumar (~theskumar@115.254.79.51)
- # [10:26] * Joins: drublic (~drublic@p5098a42b.dip0.t-ipconnect.de)
- # [10:27] * Quits: AlbireoX (~AlbireoX@76.78.168.91) (Ping timeout: 240 seconds)
- # [10:28] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [10:29] * Joins: ericelliott (~dilvie@c-50-131-97-22.hsd1.ca.comcast.net)
- # [10:33] * Quits: gdcbjg364 (~gdcbjg364@i114-188-73-241.s42.a034.ap.plala.or.jp) (Quit: Leaving)
- # [10:36] * Joins: Ufo13 (~ufo13@2.95.236.123)
- # [10:37] * Joins: thepreacher (~thepreach@146.90.45.83)
- # [10:44] * Quits: benknight (~Adium@70-36-140-89.dsl.dynamic.sonic.net) (Quit: Leaving.)
- # [10:46] * Quits: manuelbieh (~beeevi2@p57BD6709.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
- # [10:47] * Quits: BigKing (~BigKing@dslb-094-221-113-084.pools.arcor-ip.net) (Remote host closed the connection)
- # [10:47] * Joins: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com)
- # [10:50] * Quits: danielfilho|w (~danielfil@200.232.113.107) (Remote host closed the connection)
- # [10:52] * Quits: vlad_starkov (~vlad_star@c-50-136-210-10.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [10:54] * Parts: DeXTeD (~dexted_xt@acqf108.neoplus.adsl.tpnet.pl)
- # [10:55] * Joins: DeXTeD (~dexted_xt@acqf108.neoplus.adsl.tpnet.pl)
- # [10:57] * Joins: chaiz (~chaiz@ppp-115-87-57-177.revip4.asianet.co.th)
- # [10:57] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Quit: bot-t)
- # [11:00] * Joins: coellobranco (~FoRcEr@239.Red-83-43-192.dynamicIP.rima-tde.net)
- # [11:04] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [11:07] * Quits: populvuh (~populvuh@unaffiliated/populvuh) (Ping timeout: 260 seconds)
- # [11:11] * Joins: blinkerror (~Thunderbi@49.145.39.40)
- # [11:12] * Quits: _gambit (~prajwalit@61.12.96.226) (Read error: Operation timed out)
- # [11:14] * Joins: miChou (~mibalan@dublin-proxy.adobe.com)
- # [11:16] * Joins: _gambit (~prajwalit@61.12.96.226)
- # [11:17] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 240 seconds)
- # [11:17] * Joins: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net)
- # [11:17] * Quits: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net) (Changing host)
- # [11:17] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [11:19] * Joins: Martijnc (~Martijnc@d54C38583.access.telenet.be)
- # [11:20] * Joins: manuelbieh (~beeevi2@p50997681.dip0.t-ipconnect.de)
- # [11:24] * Quits: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com) (Quit: Lost terminal)
- # [11:26] * Joins: antgel (c12bf6fa@gateway/web/freenode/ip.193.43.246.250)
- # [11:32] * Joins: jgomez (~jgomez@79.121.254.19)
- # [11:36] <antgel> hi all, i'm experimenting with websockets for a new project. what would people here say is the easiest, quickest way to get a minimal websockets server up and running to handle messages from the websocket client that i'm developing?
- # [11:36] <antgel> server doesn't need to do much in response, maybe write a log
- # [11:38] * Parts: blinkerror (~Thunderbi@49.145.39.40)
- # [11:39] * Joins: sydlawrence (~KidSyd@188-222-193-175.zone13.bethere.co.uk)
- # [11:43] <Velmont> antgel: I don't know, but I have myself used orbited -- and went to a higher level webhook-style tool afterwards.
- # [11:43] <Velmont> (which I think used orbited underneath)
- # [11:44] <Velmont> It was not too painful to set up :-) It might be faster to just do it, rather than find something very easy/perfect :P
- # [11:45] * Quits: Ufo13 (~ufo13@2.95.236.123) (Remote host closed the connection)
- # [11:47] * Joins: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be)
- # [11:47] * Joins: kitallis (~kitallis@122.167.109.34)
- # [11:49] * Quits: mr_lou (~sirlou@2.109.206.14) (Quit: Ex-Chat)
- # [11:54] * Quits: kitallis (~kitallis@122.167.109.34) (Quit: Computer has gone to sleep.)
- # [11:54] * Joins: matt (~quassel@81.179.1.38)
- # [11:54] * Parts: Kolombiken (~Adium@217.13.228.226)
- # [11:55] * matt is now known as Guest86901
- # [11:55] * Joins: konza (~konza@27.251.160.195)
- # [11:56] * Joins: Maxani (~maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr)
- # [11:57] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Quit: cgcardona)
- # [11:58] * Guest86901 is now known as caddoo
- # [11:59] * Joins: bibo360_ (~bibo360@ABayonne-256-1-177-148.w109-223.abo.wanadoo.fr)
- # [12:00] * Quits: Maxani (~maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr) (Client Quit)
- # [12:00] * Quits: Martijnc (~Martijnc@d54C38583.access.telenet.be) (Quit: Martijnc)
- # [12:01] * Quits: theskumar (~theskumar@115.254.79.51) (Read error: Connection reset by peer)
- # [12:01] * Joins: theskuma_ (~theskumar@115.254.79.51)
- # [12:02] * Quits: bibo360 (~bibo360@ABayonne-256-1-112-28.w90-45.abo.wanadoo.fr) (Ping timeout: 252 seconds)
- # [12:03] * Joins: kitallis (~kitallis@122.167.109.34)
- # [12:03] * Quits: coeus_ (~coeus@dslb-084-061-016-230.pools.arcor-ip.net) (Quit: Verlassend)
- # [12:03] * Quits: antgel (c12bf6fa@gateway/web/freenode/ip.193.43.246.250) (Ping timeout: 245 seconds)
- # [12:06] <konza> Is this group active? I haven't seen any discussions till now... Please answer
- # [12:07] <Velmont> konza: You have to idle here a day, and stuff pops up.
- # [12:07] * Quits: coellobranco (~FoRcEr@239.Red-83-43-192.dynamicIP.rima-tde.net) (Quit: http://www.juanantoniomosquera.com)
- # [12:08] <konza> Velmont, I was here yesterday
- # [12:08] * Quits: sertaconay (~sertacona@unaffiliated/sertaconay) (Ping timeout: 260 seconds)
- # [12:08] * Joins: Martijnc (~Martijnc@d54C38583.access.telenet.be)
- # [12:10] * Joins: coellobranco (~FoRcEr@239.Red-83-43-192.dynamicIP.rima-tde.net)
- # [12:11] * Quits: bibo360_ (~bibo360@ABayonne-256-1-177-148.w109-223.abo.wanadoo.fr) (Remote host closed the connection)
- # [12:14] <dahlfors> activity is relative
- # [12:16] <dahlfors> if you idle a day, perhaps you don't see that much here. if you idle a week, chances are there are a few interesting discussions :)
- # [12:19] * Joins: bibo360 (~bibo360@ABayonne-256-1-177-148.w109-223.abo.wanadoo.fr)
- # [12:20] <konza> dahlfors, okay, will try this week :)
- # [12:20] <dahlfors> I've been here for half a year or so
- # [12:20] <dahlfors> picked up quite a few interesting things
- # [12:21] <dahlfors> otherwise I can recommend the html5 weekly mailing list
- # [12:21] * Parts: _shorinji_ (~ffall@static-88.131.29.2.addr.tdcsong.se)
- # [12:21] <konza> dahlfors, can you please point me to it
- # [12:21] <dahlfors> http://html5weekly.com/
- # [12:21] <dahlfors> this one
- # [12:22] <dahlfors> it's a nice way to keep up to date with new stuff
- # [12:23] <dahlfors> I don't have that much time to surf around anymore, so I like to get stuff in chunks like that
- # [12:23] <konza> dahlfors, are there any other irc channel for html5
- # [12:23] <Velmont> Yeah. There is also programmer weekly and js weekly.
- # [12:23] <Velmont> konza: Depends on what you are interested in.
- # [12:24] <Velmont> html5 itself is just a stupid marketing buzzword for everything and nothing today.
- # [12:24] <konza> Velmont, you are right
- # [12:25] <dahlfors> I guess #webplatform and webplatform.org is going to be quite awesome for html5, js etc
- # [12:25] <dahlfors> it's just starting up right now though
- # [12:25] * Joins: quiliro (~ana@177.97.10.78)
- # [12:25] <Velmont> Yeah, agreed. -- And if you want to change specs and are serious about it, #whatwg
- # [12:27] * Joins: zeppo (~zeppo@static-88.131.87.100.addr.tdcsong.se)
- # [12:28] <konza> thanks for the updates. . :)
- # [12:30] * Quits: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be) (Ping timeout: 260 seconds)
- # [12:30] * Quits: kitallis (~kitallis@122.167.109.34) (Quit: Computer has gone to sleep.)
- # [12:32] * Joins: lewisp (~lewisp@host81-136-219-67.in-addr.btopenworld.com)
- # [12:32] * Joins: unobtrusivemouse (~micethate@70.137.145.144)
- # [12:33] * Joins: arietis (~arietis@188.242.29.115)
- # [12:34] * Joins: whitman (whitman@dm-cis-037.its.dur.ac.uk)
- # [12:34] * Quits: neciO (~juan@ec2-54-246-126-113.eu-west-1.compute.amazonaws.com) (Ping timeout: 248 seconds)
- # [12:34] * Joins: danielfilho|w (~danielfil@200.232.113.107)
- # [12:36] * Quits: obmouse (~micethate@70.137.145.144) (Ping timeout: 255 seconds)
- # [12:36] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (Ping timeout: 240 seconds)
- # [12:39] * Quits: theskuma_ (~theskumar@115.254.79.51) (Ping timeout: 245 seconds)
- # [12:40] * Quits: Martijnc (~Martijnc@d54C38583.access.telenet.be) (Quit: Martijnc)
- # [12:41] * Joins: theskumar (~theskumar@115.254.79.51)
- # [12:42] * Joins: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net)
- # [12:43] * Joins: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be)
- # [12:45] * Joins: Ufo13 (~ufo13@85.113.141.255)
- # [12:45] * Joins: neciO (~juan@ec2-54-246-126-113.eu-west-1.compute.amazonaws.com)
- # [12:46] * Joins: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk)
- # [12:48] * Joins: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net)
- # [12:49] * Quits: bibo360 (~bibo360@ABayonne-256-1-177-148.w109-223.abo.wanadoo.fr) (Remote host closed the connection)
- # [12:52] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 248 seconds)
- # [12:52] * Joins: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net)
- # [12:52] * Quits: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net) (Changing host)
- # [12:52] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [12:52] * Quits: morficus (~morficus@c-98-250-94-83.hsd1.mi.comcast.net) (Ping timeout: 256 seconds)
- # [12:57] * Quits: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be) (Ping timeout: 260 seconds)
- # [13:01] * Vennril2 is now known as Vennril
- # [13:04] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 256 seconds)
- # [13:04] * Joins: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net)
- # [13:04] * Quits: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net) (Changing host)
- # [13:04] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [13:06] * Quits: danielfilho|w (~danielfil@200.232.113.107) (Remote host closed the connection)
- # [13:06] * Joins: danielfilho|w (~danielfil@200.232.113.107)
- # [13:13] * Joins: Progster (~blah@pool-173-56-20-26.nycmny.fios.verizon.net)
- # [13:16] * Joins: antgel (c12bf6fa@gateway/web/freenode/ip.193.43.246.250)
- # [13:17] <antgel> oops, got disconnected, very happy to see reposts of any answers ^^ to my question ^^ about a simple websocket server
- # [13:17] * Joins: sertaconay (~sertacona@unaffiliated/sertaconay)
- # [13:19] * Joins: prudnikov (~prudnikov@20.60.broadband7.iol.cz)
- # [13:20] * Joins: Maxani (~Maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr)
- # [13:22] * Joins: theskuma_ (~theskumar@115.254.79.51)
- # [13:24] * Quits: theskumar (~theskumar@115.254.79.51) (Ping timeout: 268 seconds)
- # [13:27] * Quits: Imaginativeone (~Imaginati@pool-173-66-105-182.washdc.fios.verizon.net) (Quit: Imaginativeone)
- # [13:32] * Quits: Maxani (~Maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr) (Remote host closed the connection)
- # [13:35] * Joins: rickibalboa (~ricki@84.19.107.42)
- # [13:35] * Quits: sertaconay (~sertacona@unaffiliated/sertaconay) (Ping timeout: 256 seconds)
- # [13:37] * Joins: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
- # [13:40] * Joins: Maxani (~maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr)
- # [13:40] * Joins: Oprr (~Oprr@186.36.208.154)
- # [13:42] * Quits: Oprr (~Oprr@186.36.208.154) (Client Quit)
- # [13:42] * Joins: Oprr (~Oprr@186.36.208.154)
- # [13:42] * Joins: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be)
- # [13:43] * Joins: dsyme (~Cartalyst@68-185-53-78.static.knwc.wa.charter.com)
- # [13:43] * Quits: Oprr (~Oprr@186.36.208.154) (Client Quit)
- # [13:44] <konza> antgel, you want to know about websocket server?
- # [13:44] * Joins: Oprr (~Oprr@186.36.208.154)
- # [13:49] * Joins: api (~chatzilla@24-136-10-227.c3-0.fld-ubr1.chi-fld.il.cable.rcn.com)
- # [13:51] * Quits: _moon (~moon@LNeuilly-152-22-7-151.w193-251.abo.wanadoo.fr) (Ping timeout: 276 seconds)
- # [13:52] * Joins: _moon (~moon@LNeuilly-152-22-7-151.w193-251.abo.wanadoo.fr)
- # [13:54] * Quits: phrearch (~Phrearch@82-136-242-180.ip.telfort.nl) (Ping timeout: 264 seconds)
- # [13:59] * Quits: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be) (Ping timeout: 244 seconds)
- # [14:00] * Quits: Ufo13 (~ufo13@85.113.141.255) (Ping timeout: 272 seconds)
- # [14:00] * Joins: webguynow (~webguynow@c-24-1-222-204.hsd1.il.comcast.net)
- # [14:04] * Quits: Progster (~blah@pool-173-56-20-26.nycmny.fios.verizon.net) (Ping timeout: 252 seconds)
- # [14:07] * Joins: Mikato (~Mikato@unaffiliated/mikato)
- # [14:07] * Joins: phrearch (~Phrearch@D57D5B32.static.ziggozakelijk.nl)
- # [14:09] <antgel> konza: specifically, what the quickest / easiest way is to set one up on a windows machine. i don't need anything else in the backend, just something to test my JS websocket client code against
- # [14:10] * Joins: quiliro1 (~ana@187.58.27.241)
- # [14:11] * Quits: manuelbieh (~beeevi2@p50997681.dip0.t-ipconnect.de) (Ping timeout: 268 seconds)
- # [14:11] * Quits: quiliro (~ana@177.97.10.78) (Ping timeout: 256 seconds)
- # [14:12] * Joins: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be)
- # [14:14] * Joins: populvuh (~populvuh@unaffiliated/populvuh)
- # [14:15] * Joins: zenorocha (~zenorocha@187.105.99.147)
- # [14:22] * Quits: api (~chatzilla@24-136-10-227.c3-0.fld-ubr1.chi-fld.il.cable.rcn.com) (Read error: Connection reset by peer)
- # [14:22] * Joins: api (~chatzilla@24-136-10-227.c3-0.fld-ubr1.chi-fld.il.cable.rcn.com)
- # [14:23] * Joins: dieb_ (~dieb_@unaffiliated/andredieb)
- # [14:24] * Quits: xjiujiu (~quassel@218.77.14.202) (Read error: Connection reset by peer)
- # [14:24] * Quits: quiliro1 (~ana@187.58.27.241) (Quit: Leaving.)
- # [14:25] * Quits: chaiz (~chaiz@ppp-115-87-57-177.revip4.asianet.co.th) (Read error: Connection reset by peer)
- # [14:25] * Quits: api (~chatzilla@24-136-10-227.c3-0.fld-ubr1.chi-fld.il.cable.rcn.com) (Client Quit)
- # [14:28] * Quits: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be) (Read error: Operation timed out)
- # [14:29] * Quits: Mikato (~Mikato@unaffiliated/mikato) (Read error: Connection reset by peer)
- # [14:29] * Joins: Marcin_ (~Mikato@hyp-p-204.pabianice.msk.pl)
- # [14:30] * Quits: Maxani (~maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr) (Quit: Computer has gone to sleep.)
- # [14:30] * Quits: theskuma_ (~theskumar@115.254.79.51) (Remote host closed the connection)
- # [14:31] * Quits: niloy (~niloy@203.196.177.156) (Remote host closed the connection)
- # [14:32] * Joins: theskumar (~theskumar@115.254.79.51)
- # [14:34] * Quits: Marcin_ (~Mikato@hyp-p-204.pabianice.msk.pl) (Quit: Leaving...)
- # [14:38] * Joins: fliip (~TorianLok@client0880.vpn.ox.ac.uk)
- # [14:38] * EHLOVader[afk] is now known as EHLOVader
- # [14:38] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
- # [14:39] * Joins: Mikato (~Mikato@unaffiliated/mikato)
- # [14:41] * Joins: vikash (~vikash@1.186.10.157)
- # [14:41] * Quits: vikash (~vikash@1.186.10.157) (Changing host)
- # [14:41] * Joins: vikash (~vikash@unaffiliated/vikash)
- # [14:43] * Quits: rickibalboa (~ricki@84.19.107.42) (Ping timeout: 268 seconds)
- # [14:43] * Joins: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be)
- # [14:45] * Joins: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
- # [14:46] <konza> antgel, I used the websocketServlet in tomcat 7
- # [14:47] * Joins: Hornet (~Hornet@cpc10-ipsw2-2-0-cust55.7-4.cable.virginmedia.com)
- # [14:49] * Joins: danielfi_ (~danielfil@200.232.113.107)
- # [14:49] <sunbeam> a question, how come margin; padding are not set to 0 on html5 boilerplate?
- # [14:49] <sunbeam> i mean, in any design you code to a template you will need by default all elements set to margin/padding 0
- # [14:49] <sunbeam> (html5 boilerplate, normalize.css etc)
- # [14:50] <danielfi_> that's supposed to happen on your css reset
- # [14:50] * danielfi_ is now known as danielfilho|w_
- # [14:50] <danielfilho|w_> i think.
- # [14:51] <sunbeam> how do you mean?
- # [14:51] * Joins: mokush1 (~Instantbi@82.208.133.70)
- # [14:51] <sunbeam> the boilerplate is to serve as a default to start coding on
- # [14:52] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Quit: dgathright)
- # [14:52] <danielfilho|w_> yup, but there are people that starts coding with zero margin and padding, and there are people who don't.
- # [14:52] <danielfilho|w_> http://stackoverflow.com/questions/6887336/what-is-the-difference-between-normalize-css-and-reset-css
- # [14:52] <sunbeam> thanks
- # [14:52] * Quits: danielfilho|w (~danielfil@200.232.113.107) (Ping timeout: 240 seconds)
- # [14:52] * danielfilho|w_ is now known as danielfilho|w
- # [14:53] <danielfilho|w> you're welcome :)
- # [14:53] * Quits: coellobranco (~FoRcEr@239.Red-83-43-192.dynamicIP.rima-tde.net) (Quit: http://www.juanantoniomosquera.com)
- # [14:54] <sunbeam> still wonder how come so much people use normalize.css
- # [14:54] <sunbeam> i mean, i would add *{margin: 0 !important; padding: 0 !important;}
- # [14:54] <sunbeam> but i guess then i better not use normalize
- # [14:55] * Quits: MisterSpeaker (~MisterSpe@zenexity2.pck.nerim.net) (Remote host closed the connection)
- # [14:58] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
- # [14:58] * Joins: MisterSpeaker (~MisterSpe@zenexity2.pck.nerim.net)
- # [14:59] * Joins: sasori_ (~sasori@cm223.sigma174.maxonline.com.sg)
- # [15:00] * Joins: fleeting (~fleeting@rrcs-67-79-88-162.sw.biz.rr.com)
- # [15:01] * Quits: arietis (~arietis@188.242.29.115) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [15:01] * Quits: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be) (Ping timeout: 252 seconds)
- # [15:01] * Joins: Wildblue (~wb@c-69-140-154-17.hsd1.md.comcast.net)
- # [15:02] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
- # [15:02] * Joins: rusfel (~rusfel@173-80-240-215.atw.dyn.suddenlink.net)
- # [15:03] * Quits: barneybook_work (~Thunderbi@220-132-176-96.HINET-IP.hinet.net) (Ping timeout: 246 seconds)
- # [15:04] * Joins: manuelbieh (~beeevi2@p57BD6709.dip0.t-ipconnect.de)
- # [15:06] <antgel> konza: i'm looking for something lightweight and quick (hence tomcat probably isn't it)
- # [15:11] * Joins: WebDragon (~webdragon@c-68-82-181-85.hsd1.de.comcast.net)
- # [15:12] <konza> antgel, You should do a backend implementation. Try node.js if you have it in your system.
- # [15:14] * Joins: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be)
- # [15:15] * Quits: antgel (c12bf6fa@gateway/web/freenode/ip.193.43.246.250) (Ping timeout: 245 seconds)
- # [15:17] * Joins: axos411 (~axos@xdsl-78-35-166-7.netcologne.de)
- # [15:19] * Joins: dnstbr (~dnstbr@unaffiliated/itspots)
- # [15:21] * Joins: Itrace (~Itrace@74-84-110-222.client.mchsi.com)
- # [15:25] * Quits: JakeA (~Adium@149.241.185.200) (Read error: Operation timed out)
- # [15:26] * Joins: JakeA (~Adium@149.241.185.200)
- # [15:26] * Joins: tw2113 (~tw2113@pool-108-16-222-27.phlapa.fios.verizon.net)
- # [15:26] * Quits: tw2113 (~tw2113@pool-108-16-222-27.phlapa.fios.verizon.net) (Changing host)
- # [15:26] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [15:29] * Quits: konza (~konza@27.251.160.195) (Quit: Leaving)
- # [15:32] * Parts: tw2113 (~tw2113@fedora/tw2113) ("yar! I be gone exited!")
- # [15:33] * Quits: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (Ping timeout: 264 seconds)
- # [15:33] <Oprr> hi everyone!
- # [15:33] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [15:35] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
- # [15:36] <mokush1> does anybody know if there is something similar to http://www.bytestrom.eu/blog/2009/1120a_jpeg_encoder_for_javascript, more more up to date? it seems that this encoder does not work anymore
- # [15:41] * Joins: TS-Kula (~TS-Kula@static.150.212.4.46.clients.your-server.de)
- # [15:41] <TS-Kula> is it no problem to start
- # [15:41] <TS-Kula> learning html 4
- # [15:41] * Joins: axos4111 (~axos@xdsl-78-35-191-243.netcologne.de)
- # [15:42] <TS-Kula> ???
- # [15:42] * Quits: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (Ping timeout: 272 seconds)
- # [15:43] * Joins: frankstallone (~frankstal@72.10.55.185)
- # [15:43] * Joins: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
- # [15:43] * Joins: quiliro (~ana@177.133.44.37)
- # [15:44] * Quits: axos411 (~axos@xdsl-78-35-166-7.netcologne.de) (Ping timeout: 268 seconds)
- # [15:44] * Joins: emc (~cburgdorf@host81-149-6-231.in-addr.btopenworld.com)
- # [15:49] * Joins: squeakytoy (~christoff@gateway.netset.se)
- # [15:50] * Joins: _dc (~dc@163.192.12.1)
- # [15:53] * Joins: philihp (~philihp@sas15254.nat.sas.com)
- # [15:53] * Quits: JakeA (~Adium@149.241.185.200) (Quit: Leaving.)
- # [15:54] * Quits: Mikato (~Mikato@unaffiliated/mikato) (Quit: Leaving...)
- # [15:56] * Parts: DeXTeD (~dexted_xt@acqf108.neoplus.adsl.tpnet.pl)
- # [15:57] * Quits: blackjid (~jidonoso@pc-200-110-47-190.cm.vtr.net) (Ping timeout: 256 seconds)
- # [16:00] * Joins: ontime (~ontime@unaffiliated/ontime)
- # [16:00] * Joins: Mikato (~Mikato@unaffiliated/mikato)
- # [16:01] * Joins: garciawebdev (~garciaweb@190.244.76.14)
- # [16:01] * Joins: Maxani (~maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr)
- # [16:02] * Quits: thepreacher (~thepreach@146.90.45.83) (Quit: Leaving)
- # [16:03] * Quits: sasori (~chatzilla@202.27.31.225) (Remote host closed the connection)
- # [16:03] * Joins: barneybook_work (~Thunderbi@220-132-176-96.HINET-IP.hinet.net)
- # [16:04] * Quits: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (Ping timeout: 248 seconds)
- # [16:06] * Joins: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
- # [16:07] * Quits: soee (~soee@83-238-167-52.ip.netia.com.pl) (Quit: Wychodzi)
- # [16:09] * Quits: axos4111 (~axos@xdsl-78-35-191-243.netcologne.de) (Quit: Leaving.)
- # [16:11] * Joins: chaiz (~chaiz@ppp-115-87-57-177.revip4.asianet.co.th)
- # [16:13] * Joins: sertaconay (~sertacona@unaffiliated/sertaconay)
- # [16:14] * Joins: tomshreds (~shreds@18-156.tr.cgocable.ca)
- # [16:15] * Joins: erichynds (~ehynds@64.206.121.41)
- # [16:15] <Oprr> who can recommend me the best practice for export html to wordpress?
- # [16:16] * DeltaHeavyz is now known as DeltaHeavy
- # [16:19] * Quits: Mikato (~Mikato@unaffiliated/mikato) (Quit: Linkinus - http://linkinus.com)
- # [16:19] * Quits: DeltaHeavy (~DeltaHeav@d24-204-219-104.home4.cgocable.net) (Quit: Leaving)
- # [16:20] * Joins: DeltaHeavy (~DeltaHeav@d24-204-219-104.home4.cgocable.net)
- # [16:21] * Quits: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be) (Ping timeout: 268 seconds)
- # [16:22] * Joins: BreadMaker (~BreadMake@pc-231-167-100-190.cm.vtr.net)
- # [16:22] * Quits: BreadMaker (~BreadMake@pc-231-167-100-190.cm.vtr.net) (Read error: Connection reset by peer)
- # [16:23] * Joins: BreadMaker (~BreadMake@pc-231-167-100-190.cm.vtr.net)
- # [16:23] * Joins: AlbireoX (~AlbireoX@76.78.168.91)
- # [16:23] * Joins: JakeA (~Adium@149.241.185.200)
- # [16:23] * Quits: prudnikov (~prudnikov@20.60.broadband7.iol.cz) (Read error: Connection reset by peer)
- # [16:27] * Joins: arietis (~arietis@188.242.29.115)
- # [16:27] * Joins: rickibalboa (~ricki@84.19.107.42)
- # [16:28] * Joins: kaushik_ (~kaushik@c-69-141-43-227.hsd1.nj.comcast.net)
- # [16:30] <kaushik_> hi all
- # [16:31] * Joins: sh0ne (~Unknown@77.105.55.70)
- # [16:31] <sh0ne> how to prevent deleting of a contenteditable div tag when user deletes text using backspace? For exampe I have <div contenteditable="true">Some text.</div>'. When user clicks after .(dot) and start presing backspace text is getting erased. But when the user press backspace once again the div element gets deleted too. Is there any way to prevent this?
- # [16:34] * Quits: AlbireoX (~AlbireoX@76.78.168.91) (Remote host closed the connection)
- # [16:34] * Quits: Trisox (~Tri_sox@dw87236798.amsterdam-tc.dataweb.net) (Quit: Linkinus - http://linkinus.com)
- # [16:34] * Joins: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net)
- # [16:34] * Joins: snowfox_ben (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net)
- # [16:34] * Joins: AlbireoX (~AlbireoX@76.78.168.91)
- # [16:35] * Joins: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be)
- # [16:37] * Joins: zArglex (~zArglex@rsf-etud.univ-mlv.fr)
- # [16:39] * Quits: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [16:39] * Quits: AlbireoX (~AlbireoX@76.78.168.91) (Ping timeout: 276 seconds)
- # [16:40] * Joins: earthquake (~earthquak@108.46.143.182)
- # [16:42] * Quits: zenorocha (~zenorocha@187.105.99.147) (Remote host closed the connection)
- # [16:42] * Quits: ontime (~ontime@unaffiliated/ontime) (Quit: Leaving)
- # [16:42] * Quits: sasori_ (~sasori@cm223.sigma174.maxonline.com.sg) (Ping timeout: 255 seconds)
- # [16:44] * Quits: TS-Kula (~TS-Kula@static.150.212.4.46.clients.your-server.de)
- # [16:44] * Quits: intellilogic (~intellilo@static-74-96-101-11.washdc.fios.verizon.net) (Ping timeout: 245 seconds)
- # [16:45] * Quits: dnstbr (~dnstbr@unaffiliated/itspots) (Quit: Computer has gone to sleep.)
- # [16:47] * Quits: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (Ping timeout: 264 seconds)
- # [16:48] * Quits: mokush1 (~Instantbi@82.208.133.70) (Quit: Instantbird 1.2 -- http://www.instantbird.com)
- # [16:50] * Joins: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
- # [16:54] * Quits: agu10^ (~agu10^@unaffiliated/agu10/x-1554175) (Ping timeout: 244 seconds)
- # [16:55] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
- # [16:56] * Joins: ibere (~nitidaweb@187.112.14.115)
- # [16:56] * Quits: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (Quit: Computer has gone to sleep.)
- # [16:59] * Quits: Maxani (~maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr) (Quit: Computer has gone to sleep.)
- # [17:03] * Quits: WebDragon (~webdragon@c-68-82-181-85.hsd1.de.comcast.net) (Quit: the corollary to be ye not so annoying: be ye not so easily annoyed.)
- # [17:04] * Quits: ibere (~nitidaweb@187.112.14.115) (Quit: Leaving.)
- # [17:05] * Quits: roel (~quassel@d54C236E3.access.telenet.be) (Remote host closed the connection)
- # [17:05] * Joins: r0tha (~r0tha@76-218-126-126.lightspeed.sntcca.sbcglobal.net)
- # [17:06] * Quits: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net) (Quit: Computer has gone to sleep.)
- # [17:08] * Joins: ShooterMG (~shootermg@c-71-236-153-81.hsd1.or.comcast.net)
- # [17:08] * Joins: zenorocha (~zenorocha@187.105.99.147)
- # [17:08] * Quits: zArglex (~zArglex@rsf-etud.univ-mlv.fr) (Remote host closed the connection)
- # [17:11] * Quits: Ms2ger (~Ms2ger@kotnet-146.kulnet.kuleuven.be) (Quit: bbl)
- # [17:14] * Quits: Somatt_wrk (~somattwrk@darkstar2.fullsix.com) (Ping timeout: 252 seconds)
- # [17:14] * Joins: bartell (~bartell@75-137-152-250.dhcp.gwnt.ga.charter.com)
- # [17:15] * Quits: barneybook (~Barneyboo@114-44-198-55.dynamic.hinet.net) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [17:18] * Joins: ibere (~nitidaweb@187.112.14.115)
- # [17:18] * Quits: tomshreds (~shreds@18-156.tr.cgocable.ca) (Ping timeout: 260 seconds)
- # [17:21] * Quits: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net) (Read error: Connection reset by peer)
- # [17:22] * Joins: Maxani (~maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr)
- # [17:22] * Joins: tantek (~tantek@70-36-139-86.dsl.dynamic.sonic.net)
- # [17:26] * Joins: beneggett (~beneggett@c-98-202-234-167.hsd1.ut.comcast.net)
- # [17:26] * Quits: ibere (~nitidaweb@187.112.14.115) (Quit: Leaving.)
- # [17:27] * Joins: asher^ (asher@101.166.147.73)
- # [17:27] * Quits: asher^ (asher@101.166.147.73) (Changing host)
- # [17:27] * Joins: asher^ (asher@unaffiliated/asher/x-9381395)
- # [17:32] * Quits: emc (~cburgdorf@host81-149-6-231.in-addr.btopenworld.com) (Quit: emc)
- # [17:34] * Joins: quest88 (~quest88@c-24-7-34-255.hsd1.ca.comcast.net)
- # [17:37] * Quits: dieb_ (~dieb_@unaffiliated/andredieb) (Quit: dieb_)
- # [17:38] * Joins: Jon47 (~Adium@199.101.130.50)
- # [17:38] * Quits: tocka (~asd@host81-136-157-15.in-addr.btopenworld.com)
- # [17:39] * Joins: cgcardona (~cgcardona@c-24-4-198-207.hsd1.ca.comcast.net)
- # [17:39] * Quits: cgcardona (~cgcardona@c-24-4-198-207.hsd1.ca.comcast.net) (Changing host)
- # [17:39] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [17:40] * Quits: Maxani (~maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr) (Quit: Computer has gone to sleep.)
- # [17:41] * Quits: phrearch (~Phrearch@D57D5B32.static.ziggozakelijk.nl) (Remote host closed the connection)
- # [17:42] * Quits: zeppo (~zeppo@static-88.131.87.100.addr.tdcsong.se) (Quit: zeppo)
- # [17:50] * Joins: benknight (~Adium@70-36-140-89.dsl.dynamic.sonic.net)
- # [17:51] * Joins: emc (~cburgdorf@host81-149-6-231.in-addr.btopenworld.com)
- # [17:51] * Joins: ibere (~nitidaweb@187.112.14.115)
- # [17:53] * Quits: MisterSpeaker (~MisterSpe@zenexity2.pck.nerim.net) (Remote host closed the connection)
- # [17:53] * Quits: Aric (~Aric@50-56-235-177.static.cloud-ips.com) (Ping timeout: 255 seconds)
- # [17:55] * Joins: MisterSpeaker (~MisterSpe@zenexity2.pck.nerim.net)
- # [17:56] * Joins: Aric (~Aric@50-56-235-177.static.cloud-ips.com)
- # [17:57] * Joins: axos411 (~axos@xdsl-78-35-191-243.netcologne.de)
- # [17:59] * Quits: quest88 (~quest88@c-24-7-34-255.hsd1.ca.comcast.net) (Quit: quest88)
- # [18:01] * Joins: Maxani (~Maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr)
- # [18:02] * Quits: whitman (whitman@dm-cis-037.its.dur.ac.uk)
- # [18:02] * Joins: WebDragon (~webdragon@c-68-82-181-85.hsd1.de.comcast.net)
- # [18:03] * Quits: sh0ne (~Unknown@77.105.55.70) (Quit: Leaving)
- # [18:04] * Quits: fuho (~fuho@ool-43579a5e.dyn.optonline.net) (Quit: Leaving)
- # [18:06] * Quits: lewisp (~lewisp@host81-136-219-67.in-addr.btopenworld.com) (Read error: Operation timed out)
- # [18:06] * Quits: kaushik_ (~kaushik@c-69-141-43-227.hsd1.nj.comcast.net) (Ping timeout: 244 seconds)
- # [18:08] * Joins: AlbireoX (~AlbireoX@76.78.168.91)
- # [18:08] * Joins: Somatt_wrk (~somattwrk@darkstar2.fullsix.com)
- # [18:10] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
- # [18:12] * Quits: Maxani (~Maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr) (Remote host closed the connection)
- # [18:13] * Quits: ibere (~nitidaweb@187.112.14.115) (Quit: Leaving.)
- # [18:13] * Joins: devmikey (~irc@unaffiliated/devmikey)
- # [18:13] * Quits: AlbireoX (~AlbireoX@76.78.168.91) (Read error: Connection reset by peer)
- # [18:14] * Joins: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net)
- # [18:15] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
- # [18:17] * Quits: kennyluck (~kennyluck@119.161.158.96) (Read error: Connection reset by peer)
- # [18:17] * Joins: AlbireoX (~AlbireoX@76.78.153.175)
- # [18:18] * Joins: kennyluck (~kennyluck@119.161.158.96)
- # [18:19] * Joins: victorbjelkholm (~victorbje@66.Red-79-159-182.staticIP.rima-tde.net)
- # [18:20] * Quits: MisterSpeaker (~MisterSpe@zenexity2.pck.nerim.net) (Remote host closed the connection)
- # [18:20] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Quit: dgathright)
- # [18:20] * Quits: miChou (~mibalan@dublin-proxy.adobe.com) (Quit: Leaving.)
- # [18:23] * Quits: r0tha (~r0tha@76-218-126-126.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
- # [18:23] * Joins: chaiz_ (~chaiz@ppp-124-121-5-108.revip2.asianet.co.th)
- # [18:24] * Quits: chaiz (~chaiz@ppp-115-87-57-177.revip4.asianet.co.th) (Ping timeout: 265 seconds)
- # [18:25] * Joins: Ziioynx (~ziioynx@S01060006b114b976.vc.shawcable.net)
- # [18:26] * Joins: mcaddoo (~quassel@81.179.1.38)
- # [18:26] * Quits: caddoo (~quassel@81.179.1.38) (Ping timeout: 256 seconds)
- # [18:27] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
- # [18:28] * Joins: stevegill (~stevengil@99-43-255-97.lightspeed.sntcca.sbcglobal.net)
- # [18:29] * Quits: squeakytoy (~christoff@gateway.netset.se) (Quit: Leaving)
- # [18:30] * Joins: andyguzman (~andyguzma@71-94-0-129.dhcp.knwc.wa.charter.com)
- # [18:31] * Joins: Me1000 (~Me1000@74-143-221-15.static.insightbb.com)
- # [18:32] * Quits: fliip (~TorianLok@client0880.vpn.ox.ac.uk) (Ping timeout: 264 seconds)
- # [18:36] * Parts: axos411 (~axos@xdsl-78-35-191-243.netcologne.de) ("Leaving.")
- # [18:36] * Joins: axos411 (~axos@xdsl-78-35-191-243.netcologne.de)
- # [18:38] * Quits: kennyluck (~kennyluck@119.161.158.96) (Ping timeout: 245 seconds)
- # [18:41] * Joins: blinkerror (~Thunderbi@121.54.34.3)
- # [18:42] * Joins: Jayflux (~jay_knows@cpc6-dudl6-0-0-cust126.16-1.cable.virginmedia.com)
- # [18:42] * Quits: benknight (~Adium@70-36-140-89.dsl.dynamic.sonic.net) (Quit: Leaving.)
- # [18:44] * Joins: dieb_ (~dieb_@unaffiliated/andredieb)
- # [18:47] * Quits: rumpl (~rumpl@smtp.megalo-company.com) (Quit: Leaving)
- # [18:49] <sunbeam> Whats the best for mobile smartphones?
- # [18:49] <sunbeam> media screen and (max-width: 480px) {
- # [18:49] <sunbeam> ?
- # [18:49] * Quits: sertaconay (~sertacona@unaffiliated/sertaconay) (Remote host closed the connection)
- # [18:50] * abstractj is now known as abstractj|lunch
- # [18:50] * Joins: benknight (~Adium@70-36-140-89.dsl.dynamic.sonic.net)
- # [18:51] * Quits: JakeA (~Adium@149.241.185.200) (Quit: Leaving.)
- # [18:53] * Quits: Ziioynx (~ziioynx@S01060006b114b976.vc.shawcable.net) (Ping timeout: 276 seconds)
- # [18:53] * Quits: benknight (~Adium@70-36-140-89.dsl.dynamic.sonic.net) (Client Quit)
- # [18:55] * Joins: AlbireoX`Laptop (~AlbireoX@76.78.168.91)
- # [18:55] * Quits: sydlawrence (~KidSyd@188-222-193-175.zone13.bethere.co.uk) (Quit: sydlawrence)
- # [18:56] * Joins: IEtop (~jarrydlyn@197.168.180.173)
- # [18:56] <chee> sunbeam: i use these http://css-tricks.com/snippets/css/media-queries-for-standard-devices/
- # [18:56] * IEtop is now known as curly26
- # [18:57] * Parts: curly26 (~jarrydlyn@197.168.180.173)
- # [18:57] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
- # [18:58] * Quits: emc (~cburgdorf@host81-149-6-231.in-addr.btopenworld.com) (Quit: emc)
- # [18:58] * Quits: AlbireoX (~AlbireoX@76.78.153.175) (Ping timeout: 244 seconds)
- # [18:58] * Joins: danielwrobert (~danielwro@trestles.cukerinteractive.com)
- # [18:58] * Joins: r0tha (~r0tha@173.247.200.122)
- # [18:59] * Quits: AlbireoX`Laptop (~AlbireoX@76.78.168.91) (Remote host closed the connection)
- # [18:59] * Joins: ericduran (~ericduran@rrcs-50-75-192-250.nyc.biz.rr.com)
- # [18:59] * Joins: AlbireoX (~AlbireoX@76.78.153.175)
- # [19:00] * Quits: mcaddoo (~quassel@81.179.1.38) (Remote host closed the connection)
- # [19:00] * Quits: shac (~shac@5ad73812.bb.sky.com) (Excess Flood)
- # [19:01] * Joins: shac (~shac@5ad73812.bb.sky.com)
- # [19:01] * Joins: Reite (~chris@cm-84.211.71.25.getinternet.no)
- # [19:02] * Quits: kfenn (~kfenn@ip-81-23-63-6.ask4internet.com) (Remote host closed the connection)
- # [19:02] * Joins: Maxani (~maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr)
- # [19:02] <chee> sunbeam: in regards to normalize vs reset, those resets are expensive for browsers. normalize just targets the styles that some browsers are out of line on, and brings everybody back to a normal, back to standards. there's nothing stopping you from adding *{margin: 0 !important; padding: 0 !important;} to your css though. it's perfectly legal
- # [19:04] <sunbeam> chee: ok thanks!
- # [19:04] * Joins: johnkpau_ (~johnkpaul@74.113.160.200)
- # [19:04] <obert-> it is just useless to use the univ selector
- # [19:05] * Quits: ShooterMG (~shootermg@c-71-236-153-81.hsd1.or.comcast.net) (Remote host closed the connection)
- # [19:06] <obert-> s/useles/makes no sense
- # [19:06] <sunbeam> obert-: how do you mean
- # [19:06] * Joins: benv (~benv@38.104.194.126)
- # [19:06] <chee> ya i never would reset everything like that, myself
- # [19:06] <chee> but if you enjoy it then feel free
- # [19:06] <obert-> basically you're resetting everything to 0 and then the line below you're setting everything to something
- # [19:06] <sunbeam> chee: and in responsive development you shouldn't define things in px but in ems and % right?
- # [19:06] <obert-> that's a whole weird approach
- # [19:07] <chee> sunbeam: because there are things that you *don't* want to reset to 0, and those things will be overridden later on
- # [19:07] <sunbeam> obert-: yea so you would say, use either
- # [19:07] <sunbeam> use any of the 2 i mean
- # [19:07] <chee> as obert- say
- # [19:07] <chee> i still use px because i'm a bad man
- # [19:07] <obert-> px nowdays are too good
- # [19:07] <obert-> it isnt 2004 anymore
- # [19:07] <obert-> sad but true
- # [19:08] <sunbeam> so isn't using px for mobile devices bad?
- # [19:08] <obert-> i dont think
- # [19:08] <obert-> the point is that responsive != mobile
- # [19:08] <chee> i don't think so. it's bad for internet explorer 6 and below because if you zoom in, the pictures and so on will get bigger but the font will not
- # [19:09] <chee> which is unfortunate for people with bad eyesight
- # [19:09] <sunbeam> well who supports below ie6?
- # [19:09] <sunbeam> or even ie6
- # [19:09] <obert-> yeah but ie6 is 10 years old browser
- # [19:09] * johnkpau_ is now known as johnkpaul_
- # [19:09] <chee> i write for netscape 4
- # [19:09] <sunbeam> i'm probably not developing as long as you, but i just don't see what usage it has
- # [19:09] <obert-> heh
- # [19:10] <sunbeam> that's like application developers would write code to be compatible on a 486
- # [19:10] * Quits: johnkpaul (~johnkpaul@ec2-107-20-23-79.compute-1.amazonaws.com) (Disconnected by services)
- # [19:10] * johnkpaul_ is now known as johnkpaul
- # [19:10] <chee> i wasn't telling you that because i think you should be writing for ie6
- # [19:10] * Quits: johnkpaul (~johnkpaul@74.113.160.200)
- # [19:10] <obert-> 386 was my first pc
- # [19:10] <chee> i was just saying it because… i guess i was saying it because i know it and i want everyone to know how smart i am
- # [19:10] <sunbeam> hehe
- # [19:11] <chee> lololo
- # [19:11] <chee> i wonder what my first gombuter was
- # [19:11] * Joins: johnkpaul (~johnkpaul@ec2-107-20-23-79.compute-1.amazonaws.com)
- # [19:11] <obert-> c64
- # [19:11] <chee> i guess we had the Dragon32 and the Dragon64 before the ZX81 came out
- # [19:11] <sunbeam> mine was when i was 7 in 1993, that i was allowed to use
- # [19:11] <sunbeam> i think ehm 386 ?
- # [19:11] <sunbeam> or was that too leet for that time
- # [19:11] * Joins: kennyluck (~kennyluck@119.161.158.96)
- # [19:12] * Joins: jeema (~jima@64.128.82.30)
- # [19:12] <obert-> could be
- # [19:12] * Quits: Itrace (~Itrace@74-84-110-222.client.mchsi.com) (Quit: Itrace)
- # [19:12] <obert-> i got 386 in 90 or 89 or 91
- # [19:13] * Joins: mattkelly (~mattwkell@173.252.71.7)
- # [19:13] * Quits: mattkelly (~mattwkell@173.252.71.7) (Changing host)
- # [19:13] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
- # [19:13] * Quits: _moon (~moon@LNeuilly-152-22-7-151.w193-251.abo.wanadoo.fr) (Quit: All those moments will be lost in time, like tears in rain.)
- # [19:13] <obert-> missin prince of persia
- # [19:13] <sunbeam> hehe
- # [19:14] <sunbeam> i just played super mario bros 3 in like 15 mins till level 8
- # [19:14] <obert-> on 386?
- # [19:14] <sunbeam> no on my mbp :P
- # [19:14] <obert-> mbp?
- # [19:15] <sunbeam> macbookpro
- # [19:15] <obert-> i'm missin prince of persia but not pacman, btw https://www.django-cms.org/en/demo/
- # [19:15] * Quits: jgomez (~jgomez@79.121.254.19) (Remote host closed the connection)
- # [19:15] * Quits: blinkerror (~Thunderbi@121.54.34.3) (Quit: blinkerror)
- # [19:15] <obert-> no idea about mac
- # [19:16] <sunbeam> cool
- # [19:18] <sunbeam> but seriously obert-
- # [19:18] <sunbeam> when you need to develop a site for mobile devices support too
- # [19:18] <sunbeam> do you work in px and not in % ?
- # [19:18] <sunbeam> for content sections, header footer etc
- # [19:19] <obert-> wow i arrived at third level for the first time
- # [19:19] <obert-> i never dev a serious mobile app
- # [19:20] <sunbeam> ohh
- # [19:20] <sunbeam> what about chee
- # [19:20] <chee> what about chee
- # [19:20] <obert-> talkin about responsive design it no matters
- # [19:20] <obert-> mobile is diff story
- # [19:20] * Joins: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
- # [19:20] <chee> i work in pixels on nearly everything because i'm a bad man, as i said
- # [19:21] * Quits: Maxani (~maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr) (Quit: Computer has gone to sleep.)
- # [19:21] <chee> i've developed mobile apps and still used pixels and everything has been fine and nobody died
- # [19:21] <obert-> responsive design is almost easy, the key is media queries, so if you want to use % you just need to setup a max-width in px or em lookin at the media query you're using
- # [19:22] <obert-> http://effecorta.it it should be almost responsive, not sure about all res, though. lazy on test it
- # [19:23] <sunbeam> ok
- # [19:23] <obert-> my own site instead should be ok http://ramacciotti.altervista.org/
- # [19:23] <sunbeam> sec
- # [19:23] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
- # [19:23] <sunbeam> well, i'd first start to adddress everything 1024px and above
- # [19:23] <obert-> first link use px, second %
- # [19:23] <sunbeam> (thats easy because i did that a thousand times)
- # [19:23] <sunbeam> @media only screen and (min-width: 35em) {
- # [19:23] <sunbeam> or
- # [19:23] * Quits: AlbireoX (~AlbireoX@76.78.153.175) (Read error: Connection reset by peer)
- # [19:23] <sunbeam> @media only screen and (min-width: 980px) { ?
- # [19:23] <sunbeam> whats better to use to address all 1024px resolutions
- # [19:23] <obert-> 35em what means?:)
- # [19:24] <sunbeam> and higher
- # [19:24] * Joins: AlbireoX (~AlbireoX@76.78.153.175)
- # [19:24] <obert-> do you know which font-size user will have?
- # [19:24] * Joins: benknight (~Adium@bastion.sfo1.yelpcorp.com)
- # [19:24] <sunbeam> well, i'd set the base size
- # [19:24] <sunbeam> but i guess thats not a good approach?
- # [19:24] <obert-> if you set the body size sure
- # [19:25] * Quits: AlbireoX (~AlbireoX@76.78.153.175) (Read error: Connection reset by peer)
- # [19:25] * Joins: squeakytoy (~christoff@h87-96-232-107.dynamic.se.alltele.net)
- # [19:25] <obert-> it no means nothing to us, without know that, perhaps
- # [19:25] * Joins: AlbireoX (~AlbireoX@76.78.153.175)
- # [19:25] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
- # [19:26] <sunbeam> how do you mean
- # [19:26] <obert-> anyway i'm an em fan. but i started to kill ie6 support since sometimes. i can just use max-width: px
- # [19:26] * Quits: devmikey (~irc@unaffiliated/devmikey) (Ping timeout: 255 seconds)
- # [19:26] <obert-> to cover large screen res
- # [19:27] <obert-> look at my site, for example
- # [19:27] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 240 seconds)
- # [19:27] * Joins: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net)
- # [19:27] * Quits: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net) (Changing host)
- # [19:27] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [19:28] <obert-> 2560, 1950,1280,1024,750,600,480 and perhaps you need to add a minor value for other kind of mobiles
- # [19:28] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [19:28] <obert-> perhaps i'd used too many css, but who cares
- # [19:28] * Joins: dgathright (~dgathrigh@nat/yahoo/x-fjgrzggjbhbeckpr)
- # [19:29] <obert-> anyway google should have a full list of mobile and desktop screen res to be covered
- # [19:29] * Joins: whitman (~whitman@87-194-159-116.bethere.co.uk)
- # [19:29] <obert-> to test my sites you can just resize the browser window using the mouse, from right to left
- # [19:29] * Joins: Mikato (~Mikato@unaffiliated/mikato)
- # [19:29] <obert-> and you'll see positions changing
- # [19:29] <sunbeam> http://css-tricks.com/snippets/css/media-queries-for-standard-devices/
- # [19:29] <sunbeam> this u mean right obert-
- # [19:30] <obert-> that url? no idea
- # [19:30] <obert-> cannot remember where i'd learnt it
- # [19:30] <obert-> something here and there perhaps
- # [19:30] <obert-> never trust a single resource on the web, except w3.org
- # [19:31] <sunbeam> obert-: your site is a good example but
- # [19:31] <sunbeam> ehm sec
- # [19:32] <obert-> but you can learn from many resources. for example if you want to use html5 you could take the normalise.css and remove all the useless stuff, by keepin only the header,footer,section { display: block; } stuff
- # [19:32] * Quits: AlbireoX (~AlbireoX@76.78.153.175) (Ping timeout: 245 seconds)
- # [19:32] <obert-> ul { margin-left: 40px; } as in normalize.css is evil. imho
- # [19:32] <sunbeam> Yea, and i saw a few more of which i thought it was evil
- # [19:33] <obert-> general tags usage is pure evil, too often
- # [19:33] <sunbeam> obert-: btw, you don't need media queries for ie9> ?
- # [19:33] <obert-> dunno?
- # [19:33] * EHLOVader is now known as EHLOVader[afk]
- # [19:33] <obert-> is there ie9 out there?
- # [19:33] * Quits: chaiz_ (~chaiz@ppp-124-121-5-108.revip2.asianet.co.th) (Read error: Connection reset by peer)
- # [19:33] <sunbeam> lol i think less then ie9 doesn't support media queries
- # [19:34] <sunbeam> obert-: also, why don't you use all media queries in 1 css file
- # [19:34] <obert-> there's surely js to fix that
- # [19:34] <sunbeam> yea i know
- # [19:34] <sunbeam> i use that, just was wondering
- # [19:34] <obert-> because i dont like good performance:p
- # [19:34] * Joins: ffs82defxp (~ffs82defx@50.13.5.73)
- # [19:34] <obert-> to me internal @media rules sounds like @import usage = bad approach
- # [19:35] <sunbeam> ok clear
- # [19:35] <obert-> but i know that some good people told me to use internal @media rules to keep up performance
- # [19:35] <obert-> but they told me that too late. so i left the css as there
- # [19:36] <obert-> it's up to you anyway
- # [19:36] <sunbeam> yea i guess specially on large projects seperate files could be better
- # [19:36] <obert-> not for performance, seems
- # [19:37] <obert-> i usually trust the person who told me that
- # [19:37] <obert-> 1 file = 1 server request, more files = more server requests
- # [19:37] * EHLOVader[afk] is now known as EHLOVader
- # [19:37] <obert-> i assume that was they tried to tell me
- # [19:37] * Joins: chaiz_ (~chaiz@ppp-124-122-208-20.revip2.asianet.co.th)
- # [19:38] <obert-> but yes, separate files let you dev easily
- # [19:38] <sunbeam> another question btw
- # [19:39] <sunbeam> in a html responsive site i try to creater i want the header to display the full width/height of the browser screen
- # [19:39] <sunbeam> when any of the header nav links are clicked the site should reveal the rest of the content
- # [19:39] <sunbeam> create*
- # [19:40] <sunbeam> and those header nav links should always be at the bottom of the screen
- # [19:41] <obert-> ???
- # [19:42] * Joins: Itrace (~Itrace@74-84-110-222.client.mchsi.com)
- # [19:42] <sunbeam> you dont undertand or
- # [19:43] * abstractj|lunch is now known as abstractj
- # [19:43] <obert-> didnt gotcha yep
- # [19:43] <obert-> use tinkerbin and do some tests and show us
- # [19:43] <obert-> but i assume it is #css territory
- # [19:44] * Quits: andyguzman (~andyguzma@71-94-0-129.dhcp.knwc.wa.charter.com) (Quit: andyguzman)
- # [19:45] <sunbeam> ok i asked there too
- # [19:49] * Joins: pinage404 (~pinage404@APuteaux-651-1-25-183.w81-249.abo.wanadoo.fr)
- # [19:50] * Quits: frankstallone (~frankstal@72.10.55.185)
- # [19:51] * Joins: thisgeek (~chris@ool-45757782.dyn.optonline.net)
- # [19:55] * Joins: alabala (~alabala@178.254.206.154)
- # [19:57] * Quits: chaiz_ (~chaiz@ppp-124-122-208-20.revip2.asianet.co.th) (Read error: Connection reset by peer)
- # [19:57] * Joins: blinkerror (~Thunderbi@121.54.34.3)
- # [19:57] * Quits: blinkerror (~Thunderbi@121.54.34.3) (Client Quit)
- # [19:59] * Quits: asher^ (asher@unaffiliated/asher/x-9381395)
- # [20:00] * Joins: tornado (~tornado@197.134.14.132)
- # [20:01] * Joins: debsan (~debsan@190.245.74.16)
- # [20:01] * abstractj is now known as abstractj|brb
- # [20:03] * Quits: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [20:04] * Joins: devmikey (~irc@unaffiliated/devmikey)
- # [20:05] * Quits: pinage404 (~pinage404@APuteaux-651-1-25-183.w81-249.abo.wanadoo.fr) (Quit: Screw you guys I'm going home)
- # [20:06] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Read error: Connection reset by peer)
- # [20:07] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
- # [20:07] * Joins: Morkovich (~Morkovich@gateway/tor-sasl/morkovich)
- # [20:09] * Joins: mykul (~mykul@c-71-56-217-213.hsd1.co.comcast.net)
- # [20:09] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
- # [20:10] * Quits: xonecas (~dev@c-24-4-38-210.hsd1.ca.comcast.net) (Quit: leaving)
- # [20:12] * Quits: Somatt_wrk (~somattwrk@darkstar2.fullsix.com) (Ping timeout: 276 seconds)
- # [20:14] * Quits: alabala (~alabala@178.254.206.154)
- # [20:16] * Quits: _gambit (~prajwalit@61.12.96.226) (Quit: Computer has gone to sleep.)
- # [20:19] * Joins: nil1511_ (~quassel@14.139.122.114)
- # [20:20] * Quits: dieb_ (~dieb_@unaffiliated/andredieb) (Quit: dieb_)
- # [20:21] * Joins: pandeiro (~mu@177.33.183.123)
- # [20:23] * Joins: Brodingo (~Brodingo@rrcs-71-42-225-154.sw.biz.rr.com)
- # [20:26] * Quits: nil1511_ (~quassel@14.139.122.114) (Read error: Connection reset by peer)
- # [20:26] * Joins: nil1511_ (~quassel@14.139.122.114)
- # [20:30] * Joins: alrra (~alrra@unaffiliated/alrra)
- # [20:30] * Quits: rickibalboa (~ricki@84.19.107.42) (Ping timeout: 245 seconds)
- # [20:30] * Joins: skylamer` (cgskylamer@78.90.213.55)
- # [20:32] * Joins: mattkelly_ (~mattwkell@drupal.org/user/64049/view)
- # [20:32] * Joins: snearch (~snearch@f053000097.adsl.alicedsl.de)
- # [20:34] * Joins: gpantazis (~gpantazis@67-131-94-2.dia.static.qwest.net)
- # [20:34] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Ping timeout: 246 seconds)
- # [20:35] * mattkelly_ is now known as mattkelly
- # [20:39] * Quits: Itrace (~Itrace@74-84-110-222.client.mchsi.com) (Read error: Connection reset by peer)
- # [20:41] * Joins: ML74_ (~ML74@5e060313.bb.sky.com)
- # [20:42] * Joins: BigKing (~BigKing@dslb-094-221-113-084.pools.arcor-ip.net)
- # [20:43] * Joins: Maxani (~maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr)
- # [20:44] * Joins: AlbireoX (~AlbireoX@76.78.168.91)
- # [20:44] * Quits: Maxani (~maxani@ARennes-653-1-13-175.w92-139.abo.wanadoo.fr) (Client Quit)
- # [20:44] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 256 seconds)
- # [20:44] * Joins: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net)
- # [20:44] * Quits: moshee (~moshee@c-24-16-118-62.hsd1.wa.comcast.net) (Changing host)
- # [20:44] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [20:51] * Quits: Mikato (~Mikato@unaffiliated/mikato) (Ping timeout: 244 seconds)
- # [20:54] * Joins: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com)
- # [20:55] * Quits: ericduran (~ericduran@rrcs-50-75-192-250.nyc.biz.rr.com)
- # [21:01] * Joins: rupl (~anonymous@cpe-70-113-91-225.austin.res.rr.com)
- # [21:02] * Joins: roxlu (~roxlu@69-21.ftth.alicecomfortplus.nl)
- # [21:02] <roxlu> hi
- # [21:02] <roxlu> Does someone knows if it's possible to get access to the raw bytes of a <video> frame?
- # [21:07] <tantek> yes, see: http://html5doctor.com/video-canvas-magic/
- # [21:10] * abstractj|brb is now known as abstractj
- # [21:11] * Quits: nil1511_ (~quassel@14.139.122.114) (Read error: Connection reset by peer)
- # [21:11] * Joins: nil1511_ (~quassel@14.139.122.114)
- # [21:11] * Joins: fliip (~TorianLok@client0978.vpn.ox.ac.uk)
- # [21:14] * Joins: TorianLoki (~TorianLok@host86-189-13-234.range86-189.btcentralplus.com)
- # [21:15] * Joins: ibere (~nitidaweb@187.112.14.115)
- # [21:15] * Joins: Ms2ger (~Ms2ger@vpnk123.ugent.be)
- # [21:16] * Quits: fliip (~TorianLok@client0978.vpn.ox.ac.uk) (Ping timeout: 246 seconds)
- # [21:18] * Joins: _gambit (~prajwalit@59.95.2.25)
- # [21:24] * Joins: ericduran (~ericduran@rrcs-50-75-192-250.nyc.biz.rr.com)
- # [21:25] * Quits: skylamer` (cgskylamer@78.90.213.55) (Read error: Connection reset by peer)
- # [21:28] * Quits: tornado (~tornado@197.134.14.132) (Quit: Leaving)
- # [21:37] * Quits: stevegill (~stevengil@99-43-255-97.lightspeed.sntcca.sbcglobal.net) (Quit: stevegill)
- # [21:38] * Quits: ibere (~nitidaweb@187.112.14.115) (Quit: Leaving.)
- # [21:39] * Quits: Ms2ger (~Ms2ger@vpnk123.ugent.be) (Ping timeout: 265 seconds)
- # [21:41] * Quits: axos411 (~axos@xdsl-78-35-191-243.netcologne.de) (Quit: Leaving.)
- # [21:41] * Joins: ShooterMG (~shootermg@c-71-236-153-81.hsd1.or.comcast.net)
- # [21:42] * Joins: axos411 (~axos@xdsl-78-35-191-243.netcologne.de)
- # [21:45] * Joins: ampz (~laptop@host86-181-254-215.range86-181.btcentralplus.com)
- # [21:48] * Joins: MisterSpeaker (~MisterSpe@did75-9-82-230-54-70.fbx.proxad.net)
- # [21:53] * loktar_ is now known as loktar
- # [21:53] * Joins: melst (~melst@pop1-3474.catv.wtnet.de)
- # [21:54] * Quits: _gambit (~prajwalit@59.95.2.25) (Quit: Computer has gone to sleep.)
- # [21:54] * Parts: melst (~melst@pop1-3474.catv.wtnet.de)
- # [21:56] * Quits: robmorrissey (~robmorris@cpc14-brig15-2-0-cust245.3-3.cable.virginmedia.com) (Quit: Computer has gone to sleep.)
- # [21:56] * Quits: nil1511_ (~quassel@14.139.122.114) (Read error: Connection reset by peer)
- # [21:56] * Joins: irae_ (~irae_@nat/yahoo/x-yhebiqtvzkahfuxm)
- # [21:56] * Joins: nil1511_ (~quassel@14.139.122.114)
- # [21:56] * Joins: aniasis (~aniasis@64.69.4.11)
- # [21:57] * Quits: benknight (~Adium@bastion.sfo1.yelpcorp.com) (Quit: Leaving.)
- # [21:58] * Quits: TorianLoki (~TorianLok@host86-189-13-234.range86-189.btcentralplus.com) (Ping timeout: 245 seconds)
- # [22:01] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
- # [22:01] * Joins: Ikoru2 (~Ikoru@5ad01f6c.bb.sky.com)
- # [22:03] * Quits: Ikoru (~Ikoru@5ad01f6c.bb.sky.com) (Ping timeout: 260 seconds)
- # [22:05] * Quits: Hornet (~Hornet@cpc10-ipsw2-2-0-cust55.7-4.cable.virginmedia.com) (Ping timeout: 264 seconds)
- # [22:07] * Quits: devmikey (~irc@unaffiliated/devmikey) (Ping timeout: 255 seconds)
- # [22:08] * Joins: Ms2ger (~Ms2ger@91.181.190.226)
- # [22:09] * Quits: mattkelly (~mattwkell@drupal.org/user/64049/view) (Quit: mattkelly)
- # [22:09] * Joins: Hornet (~Hornet@cpc10-ipsw2-2-0-cust55.7-4.cable.virginmedia.com)
- # [22:09] * Joins: dieb_ (~dieb_@unaffiliated/andredieb)
- # [22:09] * Quits: axos411 (~axos@xdsl-78-35-191-243.netcologne.de) (Quit: Leaving.)
- # [22:11] * Quits: gyzmodo (x@89.146.107.80)
- # [22:14] * Joins: j_wright (~jwright@ip70-173-176-222.lv.lv.cox.net)
- # [22:15] * Quits: ffs82defxp (~ffs82defx@50.13.5.73) (Ping timeout: 245 seconds)
- # [22:17] * Joins: jesseweed (~jesseweed@209-180-208-231.dia.static.qwest.net)
- # [22:17] * Quits: pandeiro (~mu@177.33.183.123) (Ping timeout: 246 seconds)
- # [22:18] * Joins: rickibalboa (~ricki@84.19.107.42)
- # [22:19] * Quits: erichynds (~ehynds@64.206.121.41)
- # [22:19] * Joins: EmmaJ (~e.Candy@CPE602ad06cbfe0-CM602ad06cbfdd.cpe.net.cable.rogers.com)
- # [22:21] * Quits: BigKing (~BigKing@dslb-094-221-113-084.pools.arcor-ip.net) (Remote host closed the connection)
- # [22:21] * Quits: dsyme (~Cartalyst@68-185-53-78.static.knwc.wa.charter.com) (Read error: Connection reset by peer)
- # [22:22] * Joins: axos411 (~axos@xdsl-78-35-191-243.netcologne.de)
- # [22:23] * Quits: brucelee (~peter@69-12-252-50.dedicated.static.sonic.net) (Ping timeout: 256 seconds)
- # [22:23] * Quits: gpantazis (~gpantazis@67-131-94-2.dia.static.qwest.net) (Remote host closed the connection)
- # [22:25] * Quits: snowfox_ben (~benschaaf@50-77-199-197-static.hfc.comcastbusiness.net) (Ping timeout: 260 seconds)
- # [22:25] * Joins: brucelee (~peter@69-12-252-50.dedicated.static.sonic.net)
- # [22:28] * Joins: benknight (~Adium@bastion.sfo1.yelpcorp.com)
- # [22:31] * Joins: Itrace (~Itrace@74-84-110-222.client.mchsi.com)
- # [22:33] * Joins: dsyme (~Cartalyst@68-185-53-78.static.knwc.wa.charter.com)
- # [22:38] * Joins: ibere (~nitidaweb@187-78-23-150.user.veloxzone.com.br)
- # [22:38] * Joins: denoboom (~iDen@pool-71-171-96-58.clppva.fios.verizon.net)
- # [22:40] * Joins: dnstbr (~dnstbr@unaffiliated/itspots)
- # [22:41] * Quits: nil1511_ (~quassel@14.139.122.114) (Read error: Connection reset by peer)
- # [22:42] * Joins: nil1511 (~quassel@14.139.122.114)
- # [22:42] * Joins: gpantazis (~gpantazis@67-131-94-2.dia.static.qwest.net)
- # [22:42] * Quits: jesseweed (~jesseweed@209-180-208-231.dia.static.qwest.net) (Remote host closed the connection)
- # [22:51] * Quits: whitman (~whitman@87-194-159-116.bethere.co.uk)
- # [22:53] * Quits: garciawebdev (~garciaweb@190.244.76.14) (Remote host closed the connection)
- # [22:54] * Quits: squeakytoy (~christoff@h87-96-232-107.dynamic.se.alltele.net) (Quit: Leaving)
- # [22:56] * Quits: longbeach (~mike@AFontenayssB-152-1-2-93.w82-121.abo.wanadoo.fr)
- # [22:56] * Joins: stevegill (~stevengil@sjfw1-a.adobe.com)
- # [22:56] * Joins: squeakytoy (~christoff@h87-96-232-107.dynamic.se.alltele.net)
- # [22:58] * Quits: dnstbr (~dnstbr@unaffiliated/itspots) (Ping timeout: 255 seconds)
- # [22:59] * Quits: MisterSpeaker (~MisterSpe@did75-9-82-230-54-70.fbx.proxad.net) (Remote host closed the connection)
- # [23:01] * EHLOVader is now known as EHLOVader[afk]
- # [23:02] * Joins: ffs82defxp (~ffs82defx@50.13.5.73)
- # [23:03] * Joins: pandeiro (~mu@177.33.183.123)
- # [23:03] * Quits: quiliro (~ana@177.133.44.37) (Ping timeout: 256 seconds)
- # [23:04] * Quits: Me1000 (~Me1000@74-143-221-15.static.insightbb.com) (Quit: Bye!)
- # [23:04] * Joins: garciawebdev (~garciaweb@190.244.76.14)
- # [23:06] * Joins: quiliro (~ana@187.58.36.181)
- # [23:07] * Joins: andyguzman (~andyguzma@71-94-0-129.dhcp.knwc.wa.charter.com)
- # [23:10] * Joins: cryptopsy (~cryptopsy@CPE602ad07a784c-CM602ad07a7849.cpe.net.cable.rogers.com)
- # [23:10] * Joins: jesseweed (~jesseweed@c-24-19-233-68.hsd1.wa.comcast.net)
- # [23:10] * Quits: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk) (Quit: Ex-Chat)
- # [23:13] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
- # [23:14] * Quits: quiliro (~ana@187.58.36.181) (Read error: Connection reset by peer)
- # [23:14] * Joins: curly26 (~jarrydlyn@197.111.255.224)
- # [23:17] * Quits: vikash (~vikash@unaffiliated/vikash) (Quit: Leaving)
- # [23:17] * Joins: quiliro (~ana@177.96.243.78)
- # [23:18] * Joins: ikkedee (xcasio@91.228.0.4)
- # [23:19] * Parts: curly26 (~jarrydlyn@197.111.255.224)
- # [23:23] * Quits: thisgeek (~chris@ool-45757782.dyn.optonline.net) (Quit: thisgeek)
- # [23:23] * Joins: coellobranco (~FoRcEr@239.Red-83-43-192.dynamicIP.rima-tde.net)
- # [23:24] * Quits: drublic (~drublic@p5098a42b.dip0.t-ipconnect.de) (Remote host closed the connection)
- # [23:24] * Quits: ibere (~nitidaweb@187-78-23-150.user.veloxzone.com.br) (Quit: Leaving.)
- # [23:25] * Joins: sertaconay (~sertacona@unaffiliated/sertaconay)
- # [23:26] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Quit: Leaving)
- # [23:26] * Quits: nil1511 (~quassel@14.139.122.114) (Read error: Connection reset by peer)
- # [23:26] * Joins: nil1511 (~quassel@14.139.122.114)
- # [23:27] * Joins: Wildblue` (~wb@c-69-140-154-17.hsd1.md.comcast.net)
- # [23:27] * Quits: ffs82defxp (~ffs82defx@50.13.5.73) (Ping timeout: 268 seconds)
- # [23:29] * Quits: dgathright (~dgathrigh@nat/yahoo/x-fjgrzggjbhbeckpr) (Read error: Connection reset by peer)
- # [23:29] * Joins: dgathright_ (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
- # [23:30] * Quits: Wildblue (~wb@c-69-140-154-17.hsd1.md.comcast.net) (Read error: Operation timed out)
- # [23:31] * Quits: Brodingo (~Brodingo@rrcs-71-42-225-154.sw.biz.rr.com) (Quit: (╯°□°)╯︵ǝpouǝǝɹɟ)
- # [23:31] * Joins: ffs82defxp (~ffs82defx@50.13.5.73)
- # [23:33] * Joins: devmikey (~irc@unaffiliated/devmikey)
- # [23:34] * Quits: squeakytoy (~christoff@h87-96-232-107.dynamic.se.alltele.net) (Read error: Connection reset by peer)
- # [23:36] * Joins: Martijnc (~Martijnc@d54C38583.access.telenet.be)
- # [23:36] * Joins: mattkelly (~mattwkell@173.252.71.7)
- # [23:36] * Quits: mattkelly (~mattwkell@173.252.71.7) (Changing host)
- # [23:36] * Joins: mattkelly (~mattwkell@drupal.org/user/64049/view)
- # [23:37] * Joins: thisgeek (~chris@ool-45757d25.dyn.optonline.net)
- # [23:41] * Quits: coellobranco (~FoRcEr@239.Red-83-43-192.dynamicIP.rima-tde.net) (Quit: http://www.juanantoniomosquera.com)
- # [23:43] * Quits: Itrace (~Itrace@74-84-110-222.client.mchsi.com) (Quit: Itrace)
- # [23:43] * Joins: drublic (~drublic@frbg-5d84ecea.pool.mediaWays.net)
- # [23:47] * Quits: rickibalboa (~ricki@84.19.107.42) (Ping timeout: 244 seconds)
- # [23:47] * Quits: zspencer (~admin@cpe-75-187-146-176.neo.res.rr.com) (Quit: zspencer)
- # [23:48] * Joins: machicola (~thetentma@h-66-134-161-154.lsanca54.static.covad.net)
- # [23:50] * Joins: Me1000 (~Me1000@74-143-221-15.static.insightbb.com)
- # [23:55] * Quits: jesseweed (~jesseweed@c-24-19-233-68.hsd1.wa.comcast.net) (Remote host closed the connection)
- # [23:56] * Quits: rusfel (~rusfel@173-80-240-215.atw.dyn.suddenlink.net) (Remote host closed the connection)
- # [23:57] * Quits: andyguzman (~andyguzma@71-94-0-129.dhcp.knwc.wa.charter.com) (Quit: andyguzman)
- # [23:57] * Quits: zenorocha (~zenorocha@187.105.99.147) (Remote host closed the connection)
- # [23:58] * abstractj is now known as abstractj|away
- # [23:59] * Joins: tw2113 (~tw2113@pool-108-16-222-27.phlapa.fios.verizon.net)
- # [23:59] * Quits: tw2113 (~tw2113@pool-108-16-222-27.phlapa.fios.verizon.net) (Changing host)
- # [23:59] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [23:59] * Quits: snearch (~snearch@f053000097.adsl.alicedsl.de) (Quit: Verlassend)
- # Session Close: Wed Oct 24 00:00:00 2012
The end :)