Options:
- # Session Start: Tue Aug 12 00:00:00 2014
- # Session Ident: #html5
- # [00:02] * Quits: londoncalling (~londoncal@cpc8-shep11-2-0-cust176.8-3.cable.virginm.net) (Ping timeout: 260 seconds)
- # [00:02] * Quits: frickettz (~Matt@71-87-143-48.dhcp.oxfr.ma.charter.com) (Ping timeout: 240 seconds)
- # [00:02] * Quits: richiebkr (~richiebkr@otp477478ots.ucsf.edu) (Remote host closed the connection)
- # [00:03] * Joins: mellybean (~Adium@2620:106:e00f:f061:2845:3b31:d49a:323d)
- # [00:03] * Joins: newtron_work (~newtron@199.71.174.204)
- # [00:04] * Quits: krawchyk (~textual@50-198-150-254-static.hfc.comcastbusiness.net) (Quit: away)
- # [00:05] * Joins: richiebkr (~richiebkr@otp477478ots.ucsf.edu)
- # [00:07] * Quits: newtron_ (~newtron@199.71.174.203) (Ping timeout: 240 seconds)
- # [00:07] * Joins: dutchcss_ (~dutchcss_@546BF6F4.cm-12-4d.dynamic.ziggo.nl)
- # [00:08] * Quits: dutchcss_ (~dutchcss_@546BF6F4.cm-12-4d.dynamic.ziggo.nl) (Client Quit)
- # [00:08] * Quits: newtron_work (~newtron@199.71.174.204) (Ping timeout: 240 seconds)
- # [00:09] * Joins: matriple (~matriple@ur185.ur.unc.edu)
- # [00:10] * Joins: boogyman (~boogyman@pdpc/supporter/professional/boogyman)
- # [00:12] * Parts: axilla (~travis@c-73-38-44-109.hsd1.vt.comcast.net)
- # [00:13] * Quits: matriple (~matriple@ur185.ur.unc.edu) (Ping timeout: 272 seconds)
- # [00:14] * Quits: mellybean (~Adium@2620:106:e00f:f061:2845:3b31:d49a:323d) (Quit: Leaving.)
- # [00:15] * Quits: babsvik (~babsvik@cm-84.208.72.142.getinternet.no) (Quit: Textual IRC Client: www.textualapp.com)
- # [00:17] * Joins: krawchyk (~textual@c-68-49-236-247.hsd1.dc.comcast.net)
- # [00:17] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
- # [00:17] * Quits: krawchyk (~textual@c-68-49-236-247.hsd1.dc.comcast.net) (Client Quit)
- # [00:19] * Joins: gde33 (kvirc@546A0B75.cm-12-3a.dynamic.ziggo.nl)
- # [00:19] * Joins: mellybean (~Adium@2620:106:e00f:f061:2845:3b31:d49a:323d)
- # [00:20] * Joins: buzzlewoo (~buzzlewoo@c-71-197-226-140.hsd1.wa.comcast.net)
- # [00:20] * Quits: dik_dak (~dik_dak@pool-108-21-63-242.nycmny.fios.verizon.net) (Quit: Leaving)
- # [00:21] <buzzlewoo> anyone know how to require that at least 1 checkbox in a checkbox group be checked?
- # [00:21] <boogyman> buzzlewoo: you can, it's called radio buttons
- # [00:21] <boogyman> radio inputs*
- # [00:21] <buzzlewoo> I don't want radio buttons. that's one-only
- # [00:22] <buzzlewoo> I want 1 or more, but at *least* one
- # [00:22] * Joins: DrShoggoth (~prakwtf@96-35-208-230.static.stls.mo.charter.com)
- # [00:22] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Ping timeout: 250 seconds)
- # [00:23] * Parts: JohnTalent (~johnt@ool-457a8633.dyn.optonline.net)
- # [00:23] <boogyman> You can put the "required" attribute on them, but the specification (and all UAs I know of) do not enforce it by default. you would need JS
- # [00:24] <buzzlewoo> yeah well I am using parsley jquery and but I dont see how to work it in
- # [00:25] * Joins: krawchyk (~textual@50-198-150-254-static.hfc.comcastbusiness.net)
- # [00:26] <buzzlewoo> thanks, tho, boogyman
- # [00:26] * Parts: hazeltree (~stevenval@ip68-107-121-198.sd.sd.cox.net)
- # [00:26] * Joins: krawchyk_ (~textual@50-198-150-254-static.hfc.comcastbusiness.net)
- # [00:26] * Quits: krawchyk_ (~textual@50-198-150-254-static.hfc.comcastbusiness.net) (Client Quit)
- # [00:28] * Quits: manuelbieh (~manuelbie@p57BD65F4.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
- # [00:29] * Quits: basiclaser (Elite7488@gateway/shell/elitebnc/x-nkblvisumujkmdva) (Read error: Connection reset by peer)
- # [00:29] * Quits: krawchyk (~textual@50-198-150-254-static.hfc.comcastbusiness.net) (Ping timeout: 246 seconds)
- # [00:30] * Quits: cgrant (~cgrant@207.11.113.29) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [00:30] <boogyman> I'm asking some of the spec guys now
- # [00:30] * Quits: ch3dike (~malik@APuteaux-655-1-152-140.w86-217.abo.wanadoo.fr) (Ping timeout: 250 seconds)
- # [00:31] <boogyman> If it's something on the roadmap as a potential use-case
- # [00:33] <boogyman> buzzlewoo: it shouldn't be too difficult to create an implementation for that use-case though
- # [00:34] <buzzlewoo> workin on it..trouble is I'm green in the world o' jquery
- # [00:34] <buzzlewoo> however, I'm not the only one with this issue..
- # [00:35] <boogyman> buzzlewoo: should be easy to accomplish without the use of a framework
- # [00:35] <buzzlewoo> this is for a class I'm taking requiring use of this framework, but ya, ultimately will need to do it without
- # [00:36] * Joins: matriple (~matriple@ur185.ur.unc.edu)
- # [00:36] <buzzlewoo> I don't think the java script shud be that tough...if check = false on any, return false...something like that
- # [00:38] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [00:38] * Joins: lmclister (~lmclister@192.150.10.209)
- # [00:40] * Quits: matriple (~matriple@ur185.ur.unc.edu) (Ping timeout: 244 seconds)
- # [00:43] * Joins: krawchyk (~textual@c-68-49-236-247.hsd1.dc.comcast.net)
- # [00:45] * Joins: drkenobi (~Instantbi@181.28.53.29)
- # [00:45] * Quits: chriys (~chriys@modemcable147.239-82-70.mc.videotron.ca)
- # [00:45] * Joins: jottr_ (~jottr@unaffiliated/jottr)
- # [00:46] * Quits: jottr (~jottr@unaffiliated/jottr) (Ping timeout: 260 seconds)
- # [00:47] * Quits: krawchyk (~textual@c-68-49-236-247.hsd1.dc.comcast.net) (Ping timeout: 240 seconds)
- # [00:49] * Quits: drkenobi (~Instantbi@181.28.53.29) (Ping timeout: 246 seconds)
- # [00:51] * Quits: PxlVision (~PxlVision@c-50-156-7-51.hsd1.ca.comcast.net)
- # [00:52] * Joins: Lingo_ (~Lingo@176.73.66.224)
- # [00:56] * Joins: mr-foobar (~mucker@49.206.19.125)
- # [00:56] * Joins: GhostFreeman (~soliddong@c-24-126-173-18.hsd1.ga.comcast.net)
- # [00:57] * Joins: night-owl2 (~nightowl-@ip72-204-31-245.fv.ks.cox.net)
- # [00:58] * Quits: mr-foobar (~mucker@49.206.19.125) (Read error: Connection reset by peer)
- # [00:58] * Joins: mr-foobar (~mucker@49.206.19.125)
- # [00:58] * Quits: jtuz (~jtuz@fixed-203-237-86.iusacell.net) (Quit: leaving)
- # [00:59] * Quits: richiebkr (~richiebkr@otp477478ots.ucsf.edu) (Remote host closed the connection)
- # [01:00] * Joins: richiebkr (~richiebkr@otp477478ots.ucsf.edu)
- # [01:01] * Quits: richiebkr (~richiebkr@otp477478ots.ucsf.edu) (Remote host closed the connection)
- # [01:02] * Quits: danielwrobert (~danielwro@wsip-68-15-24-46.sd.sd.cox.net) (Quit: Leaving.)
- # [01:02] <boogyman> buzzlewoo: the spec editors request that you file a bug http://www.w3.org/Bugs/ with your use-case, and it will enter the life-cycle.
- # [01:02] <buzzlewoo> no kidding?
- # [01:02] * Quits: Lingo_ (~Lingo@176.73.66.224) (Quit: Computer has gone to sleep.)
- # [01:02] <buzzlewoo> this is a bug?
- # [01:03] <buzzlewoo> happy to do it..
- # [01:03] <buzzlewoo> how do you suggest I phrase it?
- # [01:03] * Joins: Lingo_ (~Lingo@176.73.66.224)
- # [01:03] <boogyman> Everything starts as a bug, but if chosen, it would be implemented as a "feature".
- # [01:03] <buzzlewoo> ok..I get it..
- # [01:04] * Joins: matriple (~matriple@ur185.ur.unc.edu)
- # [01:04] * Joins: frickettz (~Matt@71-87-141-124.dhcp.oxfr.ma.charter.com)
- # [01:04] * Joins: richiebkr (~richiebkr@otp477478ots.ucsf.edu)
- # [01:05] <boogyman> I would sanitize your specific use-case, describe the requested functionality, reference how it would differ from <select multiple>, etc...
- # [01:05] * Quits: anonymous_ (~anonymous@77.78.0.47) (Quit: Leaving)
- # [01:06] <buzzlewoo> Gee..now that I look at it, select multiple gets it done...
- # [01:07] <buzzlewoo> it's the requirements of a homework that it be checkboxes
- # [01:07] <buzzlewoo> but that's not the W3 consortium's problem
- # [01:07] * Quits: Lingo_ (~Lingo@176.73.66.224) (Ping timeout: 240 seconds)
- # [01:07] <buzzlewoo> I'll submit it just the same
- # [01:08] <boogyman> Your homework probably specifies checkboxes because it's forcing you to use both HTML and JS
- # [01:08] <buzzlewoo> well he pointed us to parsley.js which spozedly has this feature built in but many report it broken
- # [01:08] <boogyman> or whatever server-side language (which should be done anyway since requests can be made without HTML interaction at all.
- # [01:08] * Quits: matriple (~matriple@ur185.ur.unc.edu) (Ping timeout: 245 seconds)
- # [01:08] <buzzlewoo> hmm
- # [01:10] <buzzlewoo> what's an example of making requests without HTML interaction at all.
- # [01:10] <boogyman> using a REST client, or in the command line via a curl (/ similar) statement.
- # [01:12] * Quits: Th34rchitekt (~Th34rchit@afck177.neoplus.adsl.tpnet.pl) (Quit: Th34rchitekt)
- # [01:18] * Quits: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140716183446])
- # [01:23] * Quits: gluten_hell_ (~gluten_he@p5DDC0667.dip0.t-ipconnect.de) (Quit: Computer has gone to sleep.)
- # [01:23] <buzzlewoo> boogyman, which product should I enter the bug on? HTML WG?
- # [01:23] <buzzlewoo> or HTML.next: feature suggestions for the next version of HTML
- # [01:24] <boogyman> sure?
- # [01:24] <boogyman> latter
- # [01:24] <buzzlewoo> starts as a bug..ends as a feature
- # [01:24] <buzzlewoo> ok
- # [01:24] <buzzlewoo> we rollin..
- # [01:24] * Joins: Lencl (DarkBlood_@ip72-211-250-28.oc.oc.cox.net)
- # [01:25] * Quits: akersof (~akersof@unaffiliated/zoroaster) (Ping timeout: 260 seconds)
- # [01:27] * Joins: danielwrobert (~danielwro@wsip-68-15-24-46.sd.sd.cox.net)
- # [01:27] * Quits: DrShoggoth (~prakwtf@96-35-208-230.static.stls.mo.charter.com) (Quit: Leaving)
- # [01:28] * Joins: danielwrobert1 (~danielwro@wsip-68-15-24-46.sd.sd.cox.net)
- # [01:28] * Quits: danielwrobert (~danielwro@wsip-68-15-24-46.sd.sd.cox.net) (Read error: Connection reset by peer)
- # [01:29] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [01:29] * Quits: danielwrobert1 (~danielwro@wsip-68-15-24-46.sd.sd.cox.net) (Client Quit)
- # [01:29] * Quits: emerson (~emerson@unaffiliated/emerson) (Ping timeout: 240 seconds)
- # [01:30] * Joins: danielwrobert (~danielwro@wsip-68-15-24-46.sd.sd.cox.net)
- # [01:33] * Quits: richiebkr (~richiebkr@otp477478ots.ucsf.edu)
- # [01:33] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 250 seconds)
- # [01:34] * Quits: britneywright (~textual@50-198-141-237-static.hfc.comcastbusiness.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [01:40] * Quits: Aim (~frank@paranoid.nl) (Read error: Connection reset by peer)
- # [01:40] <buzzlewoo> boogyman: how is it achieved with 1 checkbox with a TOS and you must check to show that you have read the terms, and/or agree with them...what prevents User advancing in that scenario
- # [01:41] <boogyman> add a "required" attribute. <input type=checkbox name=foo required>
- # [01:42] <buzzlewoo> ah, but in multiple checkboxes that wouldn't work..ok I see..
- # [01:42] <buzzlewoo> dang
- # [01:42] <buzzlewoo> filling out this report..almost done
- # [01:43] * Quits: mellybean (~Adium@2620:106:e00f:f061:2845:3b31:d49a:323d) (Quit: Leaving.)
- # [01:43] * Quits: juniormendonca (~quassel@189-87-159-130.ptr.tjmt.jus.br) (Quit: No Ping reply in 180 seconds.)
- # [01:43] * Joins: juniormendonca (~quassel@189-87-159-130.ptr.tjmt.jus.br)
- # [01:44] * Quits: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com) (Remote host closed the connection)
- # [01:44] * Quits: lmclister (~lmclister@192.150.10.209)
- # [01:46] * Quits: OrkzRule (~hermit@151.249.213.120) (Ping timeout: 272 seconds)
- # [01:47] * Joins: Aim (~frank@paranoid.nl)
- # [01:49] * Quits: eddief (~Eddie@c-24-22-33-249.hsd1.or.comcast.net) (Quit: Leaving.)
- # [01:49] * Joins: Th34rchitekt (~Th34rchit@afck177.neoplus.adsl.tpnet.pl)
- # [01:49] * Quits: Th34rchitekt (~Th34rchit@afck177.neoplus.adsl.tpnet.pl) (Max SendQ exceeded)
- # [01:50] * Quits: Jayflux (~Jason@unaffiliated/jayflux) (Quit: Leaving)
- # [01:50] * Joins: Th34rchitekt (~Th34rchit@afck177.neoplus.adsl.tpnet.pl)
- # [01:50] * Quits: Lencl (DarkBlood_@ip72-211-250-28.oc.oc.cox.net) (Ping timeout: 272 seconds)
- # [01:50] * Joins: Lencl (~Aven@rrcs-76-79-253-139.west.biz.rr.com)
- # [01:51] * Quits: araujo (~araujo@gentoo/developer/araujo) (Read error: Connection reset by peer)
- # [01:52] * Joins: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com)
- # [01:53] * Joins: araujo (~araujo@gentoo/developer/araujo)
- # [01:53] * Joins: chriys (~chriys@modemcable147.239-82-70.mc.videotron.ca)
- # [01:54] * Quits: jottr_ (~jottr@unaffiliated/jottr) (Ping timeout: 272 seconds)
- # [01:55] * Quits: CrypticSquared (~CrypticS_@unaffiliated/crypticsquared) (Quit: Leaving...)
- # [01:58] * Joins: matriple (~matriple@ur185.ur.unc.edu)
- # [02:01] * Quits: bootstrappm (~bootstrap@186.64.108.186) (Ping timeout: 264 seconds)
- # [02:02] * Joins: bootstrappm (~bootstrap@186.64.108.186)
- # [02:03] * Quits: matriple (~matriple@ur185.ur.unc.edu) (Ping timeout: 244 seconds)
- # [02:04] * Quits: chriys (~chriys@modemcable147.239-82-70.mc.videotron.ca) (Remote host closed the connection)
- # [02:07] * Joins: pr0ton_ (~pr0ton@8.25.197.25)
- # [02:09] * Joins: shorts (~shorts@CPE-138-217-75-215.vic.bigpond.net.au)
- # [02:12] * Joins: BoySherman (~boysherma@84.19.42.82)
- # [02:13] * Quits: juniormendonca (~quassel@189-87-159-130.ptr.tjmt.jus.br) (Quit: No Ping reply in 180 seconds.)
- # [02:14] * Joins: juniormendonca (~quassel@189-87-159-130.ptr.tjmt.jus.br)
- # [02:16] * Joins: H4rv35-|-3R (~KiL@105.201.92.147)
- # [02:17] * Quits: BoySherman (~boysherma@84.19.42.82) (Ping timeout: 272 seconds)
- # [02:18] * Quits: AciD` (~gni@jau72-5-78-223-56-21.fbx.proxad.net) (Changing host)
- # [02:18] * Joins: AciD` (~gni@unaffiliated/acid/x-7368316)
- # [02:18] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
- # [02:20] * Quits: AciD`` (~gni@jau72-5-78-223-56-21.fbx.proxad.net) (Ping timeout: 255 seconds)
- # [02:20] * Joins: lyuzashi (~lyuzashi@14-203-116-162.tpgi.com.au)
- # [02:21] * Quits: pr0ton_ (~pr0ton@8.25.197.25) (Quit: pr0ton_)
- # [02:23] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Ping timeout: 260 seconds)
- # [02:23] * Joins: mepowers (~mepowers6@unaffiliated/mepowers)
- # [02:23] * Quits: Lencl (~Aven@rrcs-76-79-253-139.west.biz.rr.com) (Ping timeout: 260 seconds)
- # [02:23] * Joins: Lencl (Lencl@ip72-211-250-28.oc.oc.cox.net)
- # [02:26] * Joins: matriple (~matriple@ur185.ur.unc.edu)
- # [02:27] * Quits: tantek (~tantek@corp-nat.p2p.sfo1.mozilla.com) (Quit: tantek)
- # [02:29] * Quits: frickettz (~Matt@71-87-141-124.dhcp.oxfr.ma.charter.com) (Ping timeout: 246 seconds)
- # [02:29] * Quits: nevvkid (~nevvkid@g226054201.adsl.alicedsl.de) (Quit: Computer has gone to sleep.)
- # [02:30] * Quits: Lencl (Lencl@ip72-211-250-28.oc.oc.cox.net) (Ping timeout: 250 seconds)
- # [02:31] * Quits: matriple (~matriple@ur185.ur.unc.edu) (Ping timeout: 260 seconds)
- # [02:31] * Joins: cgrant (~cgrant@104-54-219-9.lightspeed.austtx.sbcglobal.net)
- # [02:34] * Joins: londonca_ (~londoncal@cpc8-shep11-2-0-cust176.8-3.cable.virginm.net)
- # [02:34] * Joins: HashDot (~HashDot@ip4d154b8a.dynamic.kabel-deutschland.de)
- # [02:36] * Joins: tantek (~tantek@corp-nat.p2p.sfo1.mozilla.com)
- # [02:38] * Quits: shorts (~shorts@CPE-138-217-75-215.vic.bigpond.net.au) (Quit: shorts)
- # [02:39] * Quits: BoomerBile (~BoomerBil@97-91-102-175.dhcp.roch.mn.charter.com) (Quit: Leaving)
- # [02:40] * Quits: night-owl2 (~nightowl-@ip72-204-31-245.fv.ks.cox.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [02:41] * Hornet- is now known as Hornet
- # [02:43] * Joins: BLadwin (~BLadwin@c-24-20-146-180.hsd1.or.comcast.net)
- # [02:44] * Joins: britneywright (~textual@pool-108-18-228-203.washdc.fios.verizon.net)
- # [02:49] * Quits: H4rv35-|-3R (~KiL@105.201.92.147) (Quit: I Am Using KiLL-ScRipT . Try It For Free At www.KiLL-ScRipT.Tk)
- # [02:50] * Joins: pr0ton_ (~pr0ton@8.25.197.25)
- # [02:51] * Quits: londonca_ (~londoncal@cpc8-shep11-2-0-cust176.8-3.cable.virginm.net)
- # [02:51] * Joins: londoncalling (~londoncal@cpc8-shep11-2-0-cust176.8-3.cable.virginm.net)
- # [02:54] * Joins: matriple (~matriple@ur185.ur.unc.edu)
- # [02:55] * Quits: pr0ton_ (~pr0ton@8.25.197.25) (Ping timeout: 260 seconds)
- # [02:55] * Quits: danielwrobert (~danielwro@wsip-68-15-24-46.sd.sd.cox.net) (Quit: Leaving.)
- # [02:58] * Quits: matriple (~matriple@ur185.ur.unc.edu) (Ping timeout: 255 seconds)
- # [03:13] * Joins: zlsa (~zlsa@static-205-157-147-198.ded.unwiredbb.net)
- # [03:14] * Quits: bootstrappm (~bootstrap@186.64.108.186) (Quit: Leaving)
- # [03:19] * Joins: buzzlewo_ (~buzzlewoo@c-71-197-226-140.hsd1.wa.comcast.net)
- # [03:20] * Joins: buzzlew__ (~buzzlewoo@c-71-197-226-140.hsd1.wa.comcast.net)
- # [03:20] * Quits: buzzlewoo (~buzzlewoo@c-71-197-226-140.hsd1.wa.comcast.net) (Ping timeout: 244 seconds)
- # [03:21] * Joins: matriple (~matriple@ur185.ur.unc.edu)
- # [03:21] * Joins: buzzlewoo (~buzzlewoo@c-71-197-226-140.hsd1.wa.comcast.net)
- # [03:24] * Quits: buzzlewo_ (~buzzlewoo@c-71-197-226-140.hsd1.wa.comcast.net) (Ping timeout: 244 seconds)
- # [03:24] * Quits: buzzlew__ (~buzzlewoo@c-71-197-226-140.hsd1.wa.comcast.net) (Ping timeout: 244 seconds)
- # [03:25] * Quits: say2joe (~say2joe@rrcs-76-79-68-2.west.biz.rr.com) (Quit: Leaving.)
- # [03:25] * Quits: matriple (~matriple@ur185.ur.unc.edu) (Ping timeout: 240 seconds)
- # [03:26] * Joins: robmorrissey (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net)
- # [03:30] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [03:34] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 250 seconds)
- # [03:37] * Quits: Preda- (~preda@dsl-olubrasgw2-54f866-173.dhcp.inet.fi) (Ping timeout: 272 seconds)
- # [03:40] * Joins: CrypticSquared (~CrypticS_@unaffiliated/crypticsquared)
- # [03:40] * Quits: cgrant (~cgrant@104-54-219-9.lightspeed.austtx.sbcglobal.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [03:40] * Quits: Th34rchitekt (~Th34rchit@afck177.neoplus.adsl.tpnet.pl) (Quit: Th34rchitekt)
- # [03:41] * Joins: Madi (~Madison@69.73.119.140)
- # [03:42] * Quits: Madison (~Madison@69.73.119.140) (Ping timeout: 246 seconds)
- # [03:42] * Joins: Madison (~Madison@69.73.119.140)
- # [03:42] * Quits: Madison (~Madison@69.73.119.140) (Remote host closed the connection)
- # [03:43] * Joins: Madison (~Madison@69.73.119.140)
- # [03:46] * Quits: Madi (~Madison@69.73.119.140) (Ping timeout: 272 seconds)
- # [03:46] * Quits: zlsa (~zlsa@static-205-157-147-198.ded.unwiredbb.net) (Ping timeout: 272 seconds)
- # [03:49] * Joins: matriple (~matriple@ur185.ur.unc.edu)
- # [03:50] * Quits: asdofindia (~asdofindi@unaffiliated/asdofindia) (Ping timeout: 250 seconds)
- # [03:52] * Quits: mr-foobar (~mucker@49.206.19.125) (Read error: Connection reset by peer)
- # [03:52] * Joins: mr-foobar (~mucker@49.206.19.125)
- # [03:52] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
- # [03:53] * Quits: debsan (~debsan@244-79-245-190.fibertel.com.ar) (Ping timeout: 255 seconds)
- # [03:53] * Quits: matriple (~matriple@ur185.ur.unc.edu) (Ping timeout: 250 seconds)
- # [03:54] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Client Quit)
- # [03:57] * Quits: araujo (~araujo@gentoo/developer/araujo) (Read error: Connection reset by peer)
- # [03:57] * Joins: ujvaljoshi (~ujvaljosh@110.172.27.177)
- # [03:57] * Joins: araujo (~araujo@gentoo/developer/araujo)
- # [03:58] * Joins: asdofindia (~asdofindi@unaffiliated/asdofindia)
- # [04:03] * Quits: ujvaljoshi (~ujvaljosh@110.172.27.177) (Quit: Textual IRC Client: www.textualapp.com)
- # [04:03] * Joins: wilmoore (~wilmoore@c-75-71-178-80.hsd1.co.comcast.net)
- # [04:03] * Joins: zlsa (~zlsa@static-205-157-147-198.ded.unwiredbb.net)
- # [04:04] * Joins: oxhak (~OxHaK@ns330132.ip-37-59-37.eu)
- # [04:04] * Quits: symb (~symb@2a02:8109:8980:540:ce5:bbf2:c291:5270) (Quit: You should never underestimate the predictability of stupidity.)
- # [04:05] * Joins: debsan (~debsan@244-79-245-190.fibertel.com.ar)
- # [04:05] * Quits: Freyr (~Freyr@ip72-197-151-247.sd.sd.cox.net) (Read error: Connection reset by peer)
- # [04:05] * Joins: Freyr (~Freyr@ip72-197-151-247.sd.sd.cox.net)
- # [04:06] * Quits: londoncalling (~londoncal@cpc8-shep11-2-0-cust176.8-3.cable.virginm.net) (Remote host closed the connection)
- # [04:06] * Joins: londoncalling (~londoncal@cpc8-shep11-2-0-cust176.8-3.cable.virginm.net)
- # [04:06] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
- # [04:08] * Quits: yano (~yano@freenode/staff/yano) (Read error: Connection reset by peer)
- # [04:08] * Quits: dawhite (~dawhite@74.118.22.223) (Ping timeout: 260 seconds)
- # [04:11] * Quits: londoncalling (~londoncal@cpc8-shep11-2-0-cust176.8-3.cable.virginm.net) (Ping timeout: 260 seconds)
- # [04:11] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Ping timeout: 255 seconds)
- # [04:13] * Joins: BoySherman (~boysherma@84.19.42.82)
- # [04:15] * Joins: yano (~yano@freenode/staff/yano)
- # [04:17] * Joins: matriple (~matriple@ur185.ur.unc.edu)
- # [04:17] * Quits: Pomax (~Pomax@d23-16-56-244.bchsia.telus.net)
- # [04:17] * Quits: Betal (~Beta@unaffiliated/betal) (Remote host closed the connection)
- # [04:18] * Quits: BoySherman (~boysherma@84.19.42.82) (Ping timeout: 250 seconds)
- # [04:19] * Joins: Pomax (~Pomax@d23-16-56-244.bchsia.telus.net)
- # [04:21] * Quits: matriple (~matriple@ur185.ur.unc.edu) (Ping timeout: 240 seconds)
- # [04:22] * Joins: BoomerBile (~BoomerBil@97-91-102-175.dhcp.roch.mn.charter.com)
- # [04:27] * Joins: drkenobi (~Instantbi@181.28.53.29)
- # [04:29] * Quits: mepowers (~mepowers6@unaffiliated/mepowers) (Remote host closed the connection)
- # [04:32] * Quits: britneywright (~textual@pool-108-18-228-203.washdc.fios.verizon.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [04:32] * Quits: buzzlewoo (~buzzlewoo@c-71-197-226-140.hsd1.wa.comcast.net)
- # [04:34] * Joins: britneywright (~textual@pool-108-18-228-203.washdc.fios.verizon.net)
- # [04:37] * Joins: buzzlewoo (~buzzlewoo@c-71-197-226-140.hsd1.wa.comcast.net)
- # [04:39] * Joins: tectonic (~tectonic@c-24-5-42-195.hsd1.ca.comcast.net)
- # [04:41] * Quits: jarcosmonaut (~johnkerry@166.179.66.2) (Quit: kveðja)
- # [04:44] * Quits: tantek (~tantek@corp-nat.p2p.sfo1.mozilla.com) (Quit: tantek)
- # [04:44] * Joins: matriple (~matriple@ur185.ur.unc.edu)
- # [04:46] * Quits: oxhak (~OxHaK@ns330132.ip-37-59-37.eu) (Ping timeout: 272 seconds)
- # [04:48] * Quits: matriple (~matriple@ur185.ur.unc.edu) (Ping timeout: 255 seconds)
- # [04:49] * Quits: BLadwin (~BLadwin@c-24-20-146-180.hsd1.or.comcast.net) (Quit: BLadwin)
- # [04:49] * Quits: Rou (~Rou@pool-74-97-34-130.prvdri.fios.verizon.net) (Quit: HydraIRC -> http://www.hydrairc.com <- Like it? Visit #hydrairc on EFNet)
- # [04:50] * Quits: davispuh (~quassel@212.93.100.73) (Ping timeout: 250 seconds)
- # [04:54] * Joins: BLadwin (~BLadwin@c-24-20-146-180.hsd1.or.comcast.net)
- # [04:54] * Quits: robmorrissey (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net) (Read error: Connection reset by peer)
- # [04:55] * Joins: robmorrissey (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net)
- # [04:57] * Quits: HashDot (~HashDot@ip4d154b8a.dynamic.kabel-deutschland.de) (Remote host closed the connection)
- # [05:00] * Joins: chriys (~chriys@modemcable147.239-82-70.mc.videotron.ca)
- # [05:00] * Quits: BLadwin (~BLadwin@c-24-20-146-180.hsd1.or.comcast.net) (Ping timeout: 272 seconds)
- # [05:01] * Quits: BoomerBile (~BoomerBil@97-91-102-175.dhcp.roch.mn.charter.com) (Remote host closed the connection)
- # [05:01] * Joins: k_sze[work] (~kvirc@unaffiliated/kira)
- # [05:03] * Joins: Hornet- (~Hornet@cpc10-ipsw2-2-0-cust55.7-4.cable.virginm.net)
- # [05:04] * Quits: irae_ (~irae_@nat/yahoo/x-uaopviwwpoxmwdco) (Quit: irae_)
- # [05:06] * Quits: Hornet (~Hornet@cpc10-ipsw2-2-0-cust55.7-4.cable.virginm.net) (Ping timeout: 272 seconds)
- # [05:09] * Joins: night-owl2 (~nightowl-@ip72-204-31-245.fv.ks.cox.net)
- # [05:14] * Quits: boogyman (~boogyman@pdpc/supporter/professional/boogyman) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140716183446])
- # [05:16] * Quits: zlsa (~zlsa@static-205-157-147-198.ded.unwiredbb.net) (Ping timeout: 260 seconds)
- # [05:20] * Quits: robmorrissey (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net) (Quit: Computer has gone to sleep.)
- # [05:23] * Joins: gluten_hell_ (~gluten_he@p5DDC0667.dip0.t-ipconnect.de)
- # [05:29] * Quits: gluten_hell_ (~gluten_he@p5DDC0667.dip0.t-ipconnect.de) (Ping timeout: 250 seconds)
- # [05:30] * Joins: zlsa (~zlsa@static-205-157-147-198.ded.unwiredbb.net)
- # [05:31] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [05:34] * Quits: night-owl2 (~nightowl-@ip72-204-31-245.fv.ks.cox.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [05:34] * Joins: LiENUS (~LiENUS@ip72-219-29-205.br.br.cox.net)
- # [05:35] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 260 seconds)
- # [05:38] * Joins: matriple (~matriple@ur185.ur.unc.edu)
- # [05:38] * Joins: pr0ton_ (~pr0ton@c-98-234-90-35.hsd1.ca.comcast.net)
- # [05:43] * Quits: matriple (~matriple@ur185.ur.unc.edu) (Ping timeout: 255 seconds)
- # [05:47] * Joins: basiclaser (Elite7488@gateway/shell/elitebnc/x-aixtslmaxdkpuvuy)
- # [05:50] * Quits: britneywright (~textual@pool-108-18-228-203.washdc.fios.verizon.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [05:55] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
- # [05:59] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Ping timeout: 245 seconds)
- # [06:04] * Quits: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com) (Remote host closed the connection)
- # [06:05] * Joins: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com)
- # [06:06] * Joins: matriple (~matriple@ur185.ur.unc.edu)
- # [06:06] * Quits: pr0ton_ (~pr0ton@c-98-234-90-35.hsd1.ca.comcast.net) (Quit: pr0ton_)
- # [06:10] * Quits: c4milo (~c4milo@207-38-151-213.c3-0.avec-ubr2.nyr-avec.ny.cable.rcn.com) (Ping timeout: 260 seconds)
- # [06:10] * Quits: matriple (~matriple@ur185.ur.unc.edu) (Ping timeout: 245 seconds)
- # [06:14] * Joins: BoySherman (~boysherma@84.19.42.82)
- # [06:16] * Quits: buzzlewoo (~buzzlewoo@c-71-197-226-140.hsd1.wa.comcast.net)
- # [06:17] * Quits: drkenobi (~Instantbi@181.28.53.29) (Ping timeout: 246 seconds)
- # [06:17] * Joins: drkenobi1 (~Instantbi@181.28.53.29)
- # [06:19] * Quits: wilmoore (~wilmoore@c-75-71-178-80.hsd1.co.comcast.net) (Ping timeout: 260 seconds)
- # [06:19] * Joins: night-owl2 (~nightowl-@ip72-204-31-245.fv.ks.cox.net)
- # [06:19] * Joins: wilmoore (~wilmoore@c-75-71-178-80.hsd1.co.comcast.net)
- # [06:20] * Quits: BoySherman (~boysherma@84.19.42.82) (Ping timeout: 272 seconds)
- # [06:20] * Quits: fornix (~fornix@114.143.51.206) (Ping timeout: 250 seconds)
- # [06:21] * Quits: drkenobi1 (~Instantbi@181.28.53.29) (Ping timeout: 240 seconds)
- # [06:23] * Quits: night-owl2 (~nightowl-@ip72-204-31-245.fv.ks.cox.net) (Client Quit)
- # [06:25] * Joins: tantek (~tantek@70-36-139-41.dsl.dynamic.sonic.net)
- # [06:31] * Quits: tectonic (~tectonic@c-24-5-42-195.hsd1.ca.comcast.net)
- # [06:33] * Quits: asdofindia (~asdofindi@unaffiliated/asdofindia) (Ping timeout: 260 seconds)
- # [06:34] * Joins: tectonic (~tectonic@c-24-5-42-195.hsd1.ca.comcast.net)
- # [06:41] * Joins: Lingo_ (~Lingo@176.73.66.224)
- # [06:42] * Joins: BLadwin (~BLadwin@c-24-20-146-180.hsd1.or.comcast.net)
- # [06:46] * Joins: asdofindia (~asdofindi@unaffiliated/asdofindia)
- # [06:47] * Quits: Lingo_ (~Lingo@176.73.66.224) (Quit: Lingo - http://www.lingoirc.com)
- # [06:49] * Quits: BLadwin (~BLadwin@c-24-20-146-180.hsd1.or.comcast.net) (Ping timeout: 260 seconds)
- # [06:49] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
- # [06:51] * Joins: pr0ton_ (~pr0ton@c-98-234-90-35.hsd1.ca.comcast.net)
- # [06:52] * Joins: raintrap13 (~raintrap@112.198.231.18)
- # [06:53] * Quits: tectonic (~tectonic@c-24-5-42-195.hsd1.ca.comcast.net)
- # [06:56] * Joins: tectonic (~tectonic@c-24-5-42-195.hsd1.ca.comcast.net)
- # [07:00] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
- # [07:01] * Joins: matriple (~matriple@ur185.ur.unc.edu)
- # [07:05] * Quits: matriple (~matriple@ur185.ur.unc.edu) (Ping timeout: 244 seconds)
- # [07:08] * Joins: barneybook_8 (~barneyboo@220-136-88-191.dynamic.hinet.net)
- # [07:10] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
- # [07:14] * Quits: tectonic (~tectonic@c-24-5-42-195.hsd1.ca.comcast.net)
- # [07:18] * Joins: tectonic (~tectonic@c-24-5-42-195.hsd1.ca.comcast.net)
- # [07:19] * Joins: nevvkid (~nevvkid@g226054201.adsl.alicedsl.de)
- # [07:20] * Joins: davidyezsetz (~davidyezs@mail1.powerflasher.de)
- # [07:21] * Joins: _ht (~quassel@ip3e83ff64.speed.planet.nl)
- # [07:30] * Joins: Preda- (~preda@dsl-olubrasgw2-54f866-173.dhcp.inet.fi)
- # [07:32] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [07:34] * Quits: zlsa (~zlsa@static-205-157-147-198.ded.unwiredbb.net) (Ping timeout: 240 seconds)
- # [07:35] * Quits: LiENUS (~LiENUS@ip72-219-29-205.br.br.cox.net) (Ping timeout: 260 seconds)
- # [07:36] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 240 seconds)
- # [07:36] * Quits: jeffreylevesque (~chatzilla@70-33-147-5.unassigned.ntelos.net) (Ping timeout: 272 seconds)
- # [07:36] * Quits: nevvkid (~nevvkid@g226054201.adsl.alicedsl.de) (Quit: Computer has gone to sleep.)
- # [07:43] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
- # [07:44] * Joins: anonymous_ (~anonymous@77.78.0.47)
- # [07:47] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Ping timeout: 240 seconds)
- # [07:48] * Quits: k_sze[work] (~kvirc@unaffiliated/kira) (Ping timeout: 240 seconds)
- # [07:51] * Joins: k_sze[work] (~kvirc@unaffiliated/kira)
- # [07:56] * Joins: PxlVision (~PxlVision@c-50-156-7-51.hsd1.ca.comcast.net)
- # [07:57] * Joins: felipeduardo (~felipedua@179.160.204.115)
- # [08:01] * Quits: anonymous_ (~anonymous@77.78.0.47) (Quit: Leaving)
- # [08:03] * Quits: tantek (~tantek@70-36-139-41.dsl.dynamic.sonic.net) (Quit: tantek)
- # [08:05] * Joins: beingAwesome (~Thunderbi@175.100.139.172)
- # [08:09] * Quits: beingAwesome (~Thunderbi@175.100.139.172) (Client Quit)
- # [08:14] * Joins: Ducki (~Ducki@191.233.66.1)
- # [08:14] * Quits: raintrap13 (~raintrap@112.198.231.18) (Read error: Connection reset by peer)
- # [08:19] * Joins: roelmonnens (~roelmonne@d54C2232C.access.telenet.be)
- # [08:26] * Joins: sourcecube (~concepbak@static-87-79-71-168.netcologne.de)
- # [08:28] * Quits: felipeduardo (~felipedua@179.160.204.115) (Remote host closed the connection)
- # [08:30] * Joins: nevvkid (~nevvkid@g226054201.adsl.alicedsl.de)
- # [08:31] * Joins: BLadwin (~BLadwin@c-24-20-146-180.hsd1.or.comcast.net)
- # [08:31] * Joins: raintrap13 (~raintrap@112.198.231.18)
- # [08:34] * Joins: DrSect0r (~DrSect0r@188-142-12-159.FTTH.ispfabriek.nl)
- # [08:37] * Quits: BLadwin (~BLadwin@c-24-20-146-180.hsd1.or.comcast.net) (Ping timeout: 264 seconds)
- # [08:46] * Joins: BoomerBile (~BoomerBil@97-91-102-175.dhcp.roch.mn.charter.com)
- # [08:50] * Quits: pr0ton_ (~pr0ton@c-98-234-90-35.hsd1.ca.comcast.net) (Quit: pr0ton_)
- # [08:54] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
- # [08:54] * Joins: jottr_ (~jottr@unaffiliated/jottr)
- # [08:58] * Joins: Ms2ger (~Ms2ger@5.222-242-81.adsl-dyn.isp.belgacom.be)
- # [09:00] * Quits: Juanchito (~Juanchito@81.60.135.178.dyn.user.ono.com) (Ping timeout: 250 seconds)
- # [09:01] * Joins: Click66 (~Click66@94.143.188.0)
- # [09:10] * Joins: manuelbieh (~manuelbie@p57BD6072.dip0.t-ipconnect.de)
- # [09:11] * Quits: nevvkid (~nevvkid@g226054201.adsl.alicedsl.de) (Quit: Computer has gone to sleep.)
- # [09:13] * Joins: babsvik (~babsvik@89.191.13.2)
- # [09:14] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
- # [09:15] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Client Quit)
- # [09:15] * Joins: ch3dike (~malik@APuteaux-655-1-152-140.w86-217.abo.wanadoo.fr)
- # [09:16] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
- # [09:31] * Joins: sethne (~sethne@89.191.13.2)
- # [09:31] * Quits: k_sze[work] (~kvirc@unaffiliated/kira) (Read error: Connection reset by peer)
- # [09:32] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [09:32] * Joins: k_sze[work] (~kvirc@unaffiliated/kira)
- # [09:34] * Quits: wilmoore (~wilmoore@c-75-71-178-80.hsd1.co.comcast.net) (Ping timeout: 240 seconds)
- # [09:37] * Quits: tectonic (~tectonic@c-24-5-42-195.hsd1.ca.comcast.net)
- # [09:37] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 272 seconds)
- # [09:38] * Joins: wilmoore (~wilmoore@c-75-71-178-80.hsd1.co.comcast.net)
- # [09:41] * Joins: H4rv35-|-3R (~KiL@105.43.113.153)
- # [09:42] * Quits: wilmoore (~wilmoore@c-75-71-178-80.hsd1.co.comcast.net) (Ping timeout: 244 seconds)
- # [09:44] * Joins: hal16 (4b537c46@gateway/web/freenode/ip.75.83.124.70)
- # [09:44] <hal16> How can I use javascript to replace the current web page's content with all entirely new javascript and html
- # [09:46] <Terminus-> hal16: by altering the DOM
- # [09:46] <hal16> how would I do that? I already have all the content I want to replace saved as an html file
- # [09:46] <hal16> what js function would I substitute
- # [09:46] <hal16> that I could call back to replace it with my html
- # [09:46] <hal16> and js
- # [09:49] <Terminus-> hal16: that is beyond the scope of what i am prepared to type. you should learn how to write javascript, probably read http://shop.oreilly.com/product/9780596805531.do cover to cover too.
- # [09:49] <hal16> i dont have the time
- # [09:50] <hal16> what would you be willing to help me for
- # [09:50] <Terminus-> hal16: theoretically, you should be able to retrieve the new content from teh server asynchronously, remove all existing content and append new content.
- # [09:51] <Terminus-> i think that's as far as i go. if you don't have the time, you should probably hire somebody who can get it done for you.
- # [09:51] * Joins: doev (~doev@p50806B93.dip0.t-ipconnect.de)
- # [09:51] <hal16> I can only inject javascript into an existing web page
- # [09:51] <hal16> in this scenario
- # [09:52] <Terminus-> one thing i'm not sure of is how the removal of script elements for the currently executing code affects the execution of said code.
- # [09:52] <Terminus-> hal16: you pack the data into the javascript code then.
- # [09:53] <hal16> i mean the actually html
- # [09:53] <hal16> doesnt have to change
- # [09:53] <hal16> i cant do it with
- # [09:53] <hal16> document.write()
- # [09:53] <hal16> because it wont execute propperly
- # [09:53] <Terminus-> of course you can't.
- # [09:53] <hal16> well i know you can embed html that way
- # [09:54] <Terminus-> document.write() is a poor way of modifying a page. i never use it.
- # [09:54] <hal16> well the idea was it replaces the appearance of all html with whatever you stick in there
- # [09:55] * Joins: AciD`` (~gni@jau72-5-78-223-56-21.fbx.proxad.net)
- # [09:55] <hal16> i tried doing it with an iframe
- # [09:55] <hal16> but it doesn't fill the whole page even with width and height set to 100%
- # [09:57] * Quits: mr-foobar (~mucker@49.206.19.125) (Read error: Connection reset by peer)
- # [09:58] * Joins: mr-foobar (~mucker@49.206.19.125)
- # [10:01] * Joins: kimagure (18133081@gateway/web/cgi-irc/kiwiirc.com/ip.24.19.48.129)
- # [10:05] <Terminus-> hal16: if that's all you want, i'd stick the iframe as an immediate child of the body element, set absolute positioning, and calculate position based on viewport/document width/height.
- # [10:05] <hal16> could I get the iframe to take up the entire screen? not have a small white boarder around it?
- # [10:08] * Quits: moo-_- (miohtama@lakka.kapsi.fi) (Ping timeout: 272 seconds)
- # [10:08] * Joins: will_richards (~anonymous@195.171.92.84)
- # [10:14] * Quits: Amaan (uid4967@gateway/web/irccloud.com/x-tqkaazbmsxcestio) (Quit: Connection closed for inactivity)
- # [10:16] * Quits: kimagure (18133081@gateway/web/cgi-irc/kiwiirc.com/ip.24.19.48.129) (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
- # [10:17] * Joins: Lingo_ (~Lingo@176.73.66.224)
- # [10:17] * Joins: kimagure (18133081@gateway/web/cgi-irc/kiwiirc.com/ip.24.19.48.129)
- # [10:19] * Joins: mstalfoort (~manuchill@83.232.96.217)
- # [10:19] * Joins: BLadwin (~BLadwin@c-24-20-146-180.hsd1.or.comcast.net)
- # [10:19] * Joins: OrkzRule (~hermit@151.249.213.120)
- # [10:19] * Joins: BoySherman (~boysherma@84.19.42.82)
- # [10:20] * Joins: moo-_- (miohtama@lakka.kapsi.fi)
- # [10:20] * Joins: symb (~symb@2a02:8109:8980:540:11d3:235f:cd58:b62e)
- # [10:20] <Ms2ger> hal16, might need to set padding on the body or html to zero
- # [10:21] <hal16> ill give you a dollar if you show me how :d
- # [10:21] * Quits: manuelbieh (~manuelbie@p57BD6072.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
- # [10:22] <hal16> i cant get it to work
- # [10:23] <Terminus-> yeah, setting margin and padding to zero for both body and html would be simpler than calculating offsets for absolute positioning.
- # [10:23] <tobiski> and set iframe's border to none also
- # [10:24] * Joins: Juanchito (~Juanchito@213.27.146.180)
- # [10:24] * Quits: BoySherman (~boysherma@84.19.42.82) (Ping timeout: 245 seconds)
- # [10:25] * Quits: BLadwin (~BLadwin@c-24-20-146-180.hsd1.or.comcast.net) (Ping timeout: 240 seconds)
- # [10:26] * Quits: Atttwww (~Atw@ip68-2-211-24.ph.ph.cox.net) (Ping timeout: 272 seconds)
- # [10:37] * Joins: BoySherman (~boysherma@84.19.42.82)
- # [10:37] * Quits: BoomerBile (~BoomerBil@97-91-102-175.dhcp.roch.mn.charter.com) (Remote host closed the connection)
- # [10:44] * Joins: manuelbieh (~manuelbie@gw-bln.aperto.de)
- # [10:44] * Joins: matriple (~matriple@ur185.ur.unc.edu)
- # [10:48] * Joins: jarcosmonaut (~johnkerry@166.179.66.2)
- # [10:49] * Quits: matriple (~matriple@ur185.ur.unc.edu) (Ping timeout: 246 seconds)
- # [10:50] * Quits: kalz (~kalz@2602:fff6:f:1::d979:58e8) (Ping timeout: 250 seconds)
- # [10:54] * Quits: lyuzashi (~lyuzashi@14-203-116-162.tpgi.com.au) (Ping timeout: 272 seconds)
- # [10:55] * Joins: phoenixsun (~textual@cpc3-haye18-2-0-cust691.haye.cable.virginm.net)
- # [10:55] * Quits: kimagure (18133081@gateway/web/cgi-irc/kiwiirc.com/ip.24.19.48.129) (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
- # [10:55] * Parts: phoenixsun (~textual@cpc3-haye18-2-0-cust691.haye.cable.virginm.net)
- # [11:00] * Joins: hellangel7 (~hellangel@117.221.124.53)
- # [11:02] * Quits: aretecode (~aretecode@69.163.36.90) (Remote host closed the connection)
- # [11:05] * Joins: aretecode (~aretecode@69.163.36.90)
- # [11:05] * Joins: gluten_hell (~gluten_he@46.231.183.163)
- # [11:09] * Quits: H4rv35-|-3R (~KiL@105.43.113.153) (Ping timeout: 240 seconds)
- # [11:11] * Quits: aretecode (~aretecode@69.163.36.90) (Max SendQ exceeded)
- # [11:12] * Joins: matriple (~matriple@ur185.ur.unc.edu)
- # [11:13] * Quits: mr-foobar (~mucker@49.206.19.125) (Read error: Connection reset by peer)
- # [11:13] * Joins: mr-foobar (~mucker@49.206.19.125)
- # [11:14] * Joins: aretecode (~aretecode@69.163.36.90)
- # [11:16] * Quits: matriple (~matriple@ur185.ur.unc.edu) (Ping timeout: 240 seconds)
- # [11:16] * Quits: aretecode (~aretecode@69.163.36.90) (Max SendQ exceeded)
- # [11:18] * Quits: BoySherman (~boysherma@84.19.42.82) (Read error: Connection reset by peer)
- # [11:19] * Joins: BoySherman (~boysherma@84.19.42.82)
- # [11:20] * Joins: aretecode (~aretecode@69.163.36.90)
- # [11:24] * Quits: aretecode (~aretecode@69.163.36.90) (Max SendQ exceeded)
- # [11:27] * Joins: aretecode (~aretecode@69.163.36.90)
- # [11:29] * Joins: kalz (~kalz@2602:fff6:f:1::d979:58e8)
- # [11:31] * Quits: aretecode (~aretecode@69.163.36.90) (Max SendQ exceeded)
- # [11:33] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [11:34] <dahlfors_> btw
- # [11:34] <dahlfors_> has anyone looked into using symbol fonts for logos, and what methods do you use for getting proper search engine optimization for company name?
- # [11:34] * Joins: aretecode (~aretecode@69.163.36.90)
- # [11:35] <dahlfors_> my current approach is using symbol font for logo and having a <h1> that gets hidden with css. not sure if that's the best approach
- # [11:36] * Joins: londoncalling (~londoncal@cpc8-shep11-2-0-cust176.8-3.cable.virginm.net)
- # [11:38] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 245 seconds)
- # [11:39] * Quits: jottr_ (~jottr@unaffiliated/jottr) (Ping timeout: 240 seconds)
- # [11:39] * Joins: matriple (~matriple@ur185.ur.unc.edu)
- # [11:40] * Quits: aretecode (~aretecode@69.163.36.90) (Max SendQ exceeded)
- # [11:41] <moo-_-> dahlfors_: I am not sure if SEO optimizing your logo gives any meaningful SEO increase
- # [11:41] <moo-_-> dahlfors_: so please make sure you are doing the right things in the first place
- # [11:42] * Quits: noService (~noService@pyhanta.of.frantic.com) (Ping timeout: 244 seconds)
- # [11:42] * Joins: BoySherm_ (~boysherma@84.19.42.82)
- # [11:43] * Joins: aretecode (~aretecode@69.163.36.90)
- # [11:43] <dahlfors_> moo-_-: yeah. I'm quite unsure about that myself. I still would guess that it is a good thing if the company name is in the beginning of the document in the header with an <h1> tag.
- # [11:43] * Quits: BoySherman (~boysherma@84.19.42.82) (Read error: Connection reset by peer)
- # [11:43] <dahlfors_> what can be annoying these days is how google guesses the description of the site. sometimes it can pick wrong text from the front page
- # [11:44] * Quits: matriple (~matriple@ur185.ur.unc.edu) (Ping timeout: 245 seconds)
- # [11:44] <Terminus-> i've always just gone with <h1><img src="..." alt="Company Name"></h1>
- # [11:44] <dahlfors_> we had to change copy on the front page a few rounds, because if you googled "company name", you end up with a description that didn't fit
- # [11:44] <moo-_-> Terminus-: but you know, symbol fonts are very front end hipsterish
- # [11:44] <Terminus-> whoops. forgot to enclose that in <header>
- # [11:45] * benjaminr is now known as BenjaminR
- # [11:45] <Terminus-> moo-_-: i don't even want to think about the effort that goes into that.
- # [11:45] <dahlfors_> moo-_-: well. we're going all responsive, have a logo that is very fitting for such use, and we have a lot of mobile users..
- # [11:45] <dahlfors_> so, doing as much as we can as symbols is very fitting for our use
- # [11:45] <dahlfors_> since we can use the same symbol font all around
- # [11:46] <moo-_-> dahlfors_: I heard that mobile browsers can also scale images :)
- # [11:46] <moo-_-> hopefully you are paid by the hour
- # [11:46] <Terminus-> sure, if you're a big company and logotype is your identity, go for it. what if your logotype isn't really your identity though?
- # [11:46] <dahlfors_> I'm a fulltime web dev at video streaming service
- # [11:46] <moo-_-> dahlfors_: but I understand your point
- # [11:47] <dahlfors_> web designer / web dev
- # [11:47] <dahlfors_> wouldn't go this path for a normal company site
- # [11:47] * Joins: nszceta (~nszceta@host-31-6-131-188.dynamic.mm.pl)
- # [11:47] * Quits: aretecode (~aretecode@69.163.36.90) (Max SendQ exceeded)
- # [11:48] <dahlfors_> Terminus-: logotype is just a part of the identity
- # [11:49] <dahlfors_> it is never the full identity
- # [11:49] <dahlfors_> not matter how big a company is
- # [11:49] <Terminus-> dahlfors_: yeah, if it's part of identity, you can still do <header><img src="..." alt="..."><p>Company Name</p></header>
- # [11:49] * Quits: ggherdov (sid11402@gateway/web/irccloud.com/x-oucwdhyewkibzdxg) (Ping timeout: 240 seconds)
- # [11:49] * Quits: Linkeh_ (sid3260@gateway/web/irccloud.com/x-pquhjdcbqalystkh) (Ping timeout: 240 seconds)
- # [11:50] * Quits: quackgyver (sid11872@gateway/web/irccloud.com/x-lqlafjpmosnzgbne) (Ping timeout: 240 seconds)
- # [11:50] * Quits: imslavko (sid27459@gateway/web/irccloud.com/x-gkbyrcsetknkzqci) (Ping timeout: 240 seconds)
- # [11:50] * Terminus- is jumping on the html5 bandwagon after years of being a luddite
- # [11:50] * Joins: matriple (~matriple@ur185.ur.unc.edu)
- # [11:50] * Quits: digitalfiz (sid533@gateway/web/irccloud.com/x-mmkvcffisvsjpuco) (Ping timeout: 272 seconds)
- # [11:50] * Quits: luanmuniz (uid15913@gateway/web/irccloud.com/x-uogenxbkhqxbeqap) (Ping timeout: 240 seconds)
- # [11:50] <dahlfors_> yes. been using the image solution for many years. now I have a variation of that for the symbol font solution. never seen any othe examples of how ppl do things like that
- # [11:50] * Quits: remysharp (sid4345@gateway/web/irccloud.com/x-halzzcxjgjtlmfps) (Ping timeout: 260 seconds)
- # [11:51] * Joins: aretecode (~aretecode@69.163.36.90)
- # [11:51] * Quits: tmfsd (sid26422@gateway/web/irccloud.com/x-lytxfzqdktcewtio) (Ping timeout: 240 seconds)
- # [11:51] * Quits: jlyndon (uid10913@gateway/web/irccloud.com/x-yebenvlhcfnsqybs) (Ping timeout: 240 seconds)
- # [11:52] * Quits: lawjeremy (sid20487@gateway/web/irccloud.com/x-yznuwggfnunlpozq) (Ping timeout: 240 seconds)
- # [11:52] * Quits: jeffw198 (sid28243@gateway/web/irccloud.com/x-kwoomllupfyfeagi) (Ping timeout: 240 seconds)
- # [11:52] * Quits: th2389_ (uid27360@gateway/web/irccloud.com/x-sabuyiadildutdno) (Ping timeout: 272 seconds)
- # [11:52] * Joins: imslavko (sid27459@gateway/web/irccloud.com/x-wxvwapcidsozebhp)
- # [11:53] * Joins: remysharp_ (sid4345@gateway/web/irccloud.com/x-mfwvqgocrqfpsucr)
- # [11:53] * Quits: Phae (sid455@gateway/web/irccloud.com/x-oqpathrpqjxnrhrc) (Ping timeout: 272 seconds)
- # [11:53] * Joins: ggherdov (sid11402@gateway/web/irccloud.com/x-pehorgwzmyrdkokv)
- # [11:53] * Joins: lawjeremy (sid20487@gateway/web/irccloud.com/x-yjzsgzkeqpsapmof)
- # [11:54] * Quits: parshap (sid18846@gateway/web/irccloud.com/x-mfjfedkbwnchbadc) (Ping timeout: 240 seconds)
- # [11:54] * Joins: Linkeh_ (sid3260@gateway/web/irccloud.com/x-atglvfkvgodrppiw)
- # [11:54] * Quits: matriple (~matriple@ur185.ur.unc.edu) (Ping timeout: 240 seconds)
- # [11:54] * Quits: esprehn (sid10445@gateway/web/irccloud.com/x-tyquwmvtxhxccvmj) (Ping timeout: 240 seconds)
- # [11:54] * Joins: jlyndon (uid10913@gateway/web/irccloud.com/x-xvhrsolznfirrtxr)
- # [11:54] * Joins: th2389_ (uid27360@gateway/web/irccloud.com/x-xhlbcygkrwfawioc)
- # [11:55] * Quits: achoom (uid39912@gateway/web/irccloud.com/x-gjfhpfdsbxelzlim) (Ping timeout: 240 seconds)
- # [11:55] * Quits: monteslu (sid26442@gateway/web/irccloud.com/x-ycbqgmzthezualgj) (Ping timeout: 240 seconds)
- # [11:55] * Quits: mattur (sid16049@gateway/web/irccloud.com/x-zzqjchwxyxtqlmso) (Ping timeout: 250 seconds)
- # [11:55] * Joins: night-owl2 (~nightowl-@24-221-35-184.pools.static.spcsdns.net)
- # [11:56] * Quits: night-owl2 (~nightowl-@24-221-35-184.pools.static.spcsdns.net) (Max SendQ exceeded)
- # [11:56] * Quits: aretecode (~aretecode@69.163.36.90) (Max SendQ exceeded)
- # [11:56] * Joins: night-owl2 (~nightowl-@24.221.35.184)
- # [11:56] * Quits: night-owl2 (~nightowl-@24.221.35.184) (Max SendQ exceeded)
- # [11:57] * Quits: scheib (sid4467@gateway/web/irccloud.com/x-sgqtoynnygrorjah) (Ping timeout: 240 seconds)
- # [11:57] * Joins: night-owl2 (~nightowl-@24-221-35-184.pools.static.spcsdns.net)
- # [11:57] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Remote host closed the connection)
- # [11:57] * Quits: amatecha (sid10006@gateway/web/irccloud.com/x-eggklfdqyigafbwm) (Ping timeout: 272 seconds)
- # [11:57] * Quits: machty (sid13535@gateway/web/irccloud.com/x-dcszdkyismnsvope) (Ping timeout: 272 seconds)
- # [11:57] * Quits: imslavko (sid27459@gateway/web/irccloud.com/x-wxvwapcidsozebhp) (Ping timeout: 240 seconds)
- # [11:58] * Quits: Teal`c_ (sid1457@gateway/web/irccloud.com/x-hyiqvbtdgvmjokfj) (Ping timeout: 272 seconds)
- # [11:58] * Quits: achoom__ (uid39912@gateway/web/irccloud.com/x-kesoegjjbwhameif) (Ping timeout: 250 seconds)
- # [11:59] * Joins: aretecode (~aretecode@69.163.36.90)
- # [11:59] * Joins: luanmuniz (sid15913@gateway/web/irccloud.com/x-svvmfbyygdlzzbjm)
- # [12:00] * Joins: tmfsd (sid26422@gateway/web/irccloud.com/x-gwaetfdicqijechx)
- # [12:00] * Quits: daleharvey (sid513@gateway/web/irccloud.com/x-eeywwfezqzppxbhx) (Ping timeout: 272 seconds)
- # [12:01] * Quits: th2389_ (uid27360@gateway/web/irccloud.com/x-xhlbcygkrwfawioc) (Ping timeout: 272 seconds)
- # [12:01] * Quits: Linkeh_ (sid3260@gateway/web/irccloud.com/x-atglvfkvgodrppiw) (Read error: Connection reset by peer)
- # [12:01] * Joins: machty (sid13535@gateway/web/irccloud.com/x-nxtclgtkygkhifbh)
- # [12:01] * Joins: quackgyver (sid11872@gateway/web/irccloud.com/x-pwidkutdcidwobsg)
- # [12:01] * Joins: jeffw198 (sid28243@gateway/web/irccloud.com/x-ssoxttgjgifeoxrj)
- # [12:02] * Quits: lawjeremy (sid20487@gateway/web/irccloud.com/x-yjzsgzkeqpsapmof) (Ping timeout: 240 seconds)
- # [12:02] * Joins: monteslu (sid26442@gateway/web/irccloud.com/x-mmljmfaltgmurvks)
- # [12:02] * Joins: esprehn (sid10445@gateway/web/irccloud.com/x-exexaqcypzoiwrry)
- # [12:02] * Joins: Phaw (sid455@gateway/web/irccloud.com/x-tlmuakgkclthahen)
- # [12:02] * Joins: mattur (sid16049@gateway/web/irccloud.com/x-gdjdsuxbbnpmraey)
- # [12:02] * Joins: achoom (uid39912@gateway/web/irccloud.com/x-utsgwojuhgnnjejq)
- # [12:03] * Joins: digitalfiz (sid533@gateway/web/irccloud.com/x-esetmukfrkyojmaf)
- # [12:03] * Joins: achoom__ (uid39912@gateway/web/irccloud.com/x-rbksywlbalakespc)
- # [12:03] * Joins: Teal`c_ (sid1457@gateway/web/irccloud.com/x-vjxnrujmxxmtillm)
- # [12:03] * Joins: parshap (sid18846@gateway/web/irccloud.com/x-dwwemzvrvwvdsddj)
- # [12:03] * Joins: scheib (sid4467@gateway/web/irccloud.com/x-pqkggggkymiidoqj)
- # [12:04] * Joins: Linkeh_ (sid3260@gateway/web/irccloud.com/x-iczfapwkkcklfvgf)
- # [12:04] * Joins: imslavko (sid27459@gateway/web/irccloud.com/x-enzzpblkynlujwfh)
- # [12:04] * Joins: th2389_ (uid27360@gateway/web/irccloud.com/x-hzwpuazkvvcywuji)
- # [12:04] * Joins: daleharvey__ (sid513@gateway/web/irccloud.com/x-vlktjwytdktlddgr)
- # [12:04] * Quits: chriys (~chriys@modemcable147.239-82-70.mc.videotron.ca) (Remote host closed the connection)
- # [12:04] * Joins: lawjeremy (sid20487@gateway/web/irccloud.com/x-brkcugfspeublkfa)
- # [12:04] * Quits: aretecode (~aretecode@69.163.36.90) (Max SendQ exceeded)
- # [12:05] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
- # [12:09] * Joins: BLadwin (~BLadwin@c-24-20-146-180.hsd1.or.comcast.net)
- # [12:09] * Joins: amatecha (sid10006@gateway/web/irccloud.com/x-olbpkjfwdodvtjma)
- # [12:09] * Joins: aretecode (~aretecode@69.163.36.90)
- # [12:11] * Quits: hellangel7 (~hellangel@117.221.124.53) (Read error: Connection reset by peer)
- # [12:11] * Quits: nszceta (~nszceta@host-31-6-131-188.dynamic.mm.pl)
- # [12:13] * Quits: BLadwin (~BLadwin@c-24-20-146-180.hsd1.or.comcast.net) (Ping timeout: 240 seconds)
- # [12:14] * Quits: aretecode (~aretecode@69.163.36.90) (Max SendQ exceeded)
- # [12:17] * Quits: night-owl2 (~nightowl-@24-221-35-184.pools.static.spcsdns.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [12:17] * Joins: matriple (~matriple@ur185.ur.unc.edu)
- # [12:18] * Joins: aretecode (~aretecode@69.163.36.90)
- # [12:21] * Joins: felixjet_ (~felixjet@113.Red-83-40-96.dynamicIP.rima-tde.net)
- # [12:22] * Quits: matriple (~matriple@ur185.ur.unc.edu) (Ping timeout: 250 seconds)
- # [12:22] * Quits: Lingo_ (~Lingo@176.73.66.224) (Quit: Computer has gone to sleep.)
- # [12:23] * Joins: Lingo_ (~Lingo@176.73.66.224)
- # [12:23] * Joins: night-owl2 (~nightowl-@24.221.35.184)
- # [12:24] * Joins: beingAwesome (~Thunderbi@175.100.143.135)
- # [12:24] * Quits: aretecode (~aretecode@69.163.36.90) (Max SendQ exceeded)
- # [12:25] * Quits: felixjet (~felixjet@78.Red-79-147-19.dynamicIP.rima-tde.net) (Ping timeout: 260 seconds)
- # [12:25] * Quits: night-owl2 (~nightowl-@24.221.35.184) (Read error: Connection reset by peer)
- # [12:26] * Quits: beingAwesome (~Thunderbi@175.100.143.135) (Client Quit)
- # [12:26] <moo-_-> dahlfors_: welcome to the frontier :)
- # [12:26] <moo-_-> to go boldly where no web developer has gone before...
- # [12:26] * Joins: Codebold (~Codebold@dslb-088-072-106-156.088.072.pools.vodafone-ip.de)
- # [12:27] * Quits: Lingo_ (~Lingo@176.73.66.224) (Ping timeout: 245 seconds)
- # [12:28] * Joins: aretecode (~aretecode@69.163.36.90)
- # [12:30] <dahlfors_> moo-_-: hehe. thanks
- # [12:33] <dahlfors_> boldy go... and find bugs noone would have even imagined existed!
- # [12:33] <moo-_-> Android 2.3 is waiting for you at the other end of the galaxy
- # [12:34] * Quits: aretecode (~aretecode@69.163.36.90) (Max SendQ exceeded)
- # [12:34] * Joins: Jayflux (~Jason@unaffiliated/jayflux)
- # [12:35] * Joins: chriys (~chriys@modemcable147.239-82-70.mc.videotron.ca)
- # [12:35] * Joins: Kira (~kvirc@unaffiliated/kira)
- # [12:35] <dahlfors_> oh yes. we are a live streaming service, supporting around 600 devices... android, ios, bada, maemo, meego, symbian etc...
- # [12:36] <dahlfors_> going responsive will be a challenge :)
- # [12:36] <dahlfors_> but we can't really prioritize that our web works fine on all of those older devices. it's enough if they can run the mobile live streaming app
- # [12:37] * Joins: aretecode (~aretecode@69.163.36.90)
- # [12:38] <moo-_-> lol meego
- # [12:38] <moo-_-> lol symbian
- # [12:38] * Joins: vanhin (~vanhin@bl16-195-172.dsl.telepac.pt)
- # [12:38] <moo-_-> dahlfors_: I feel so sorry for you
- # [12:38] * Quits: k_sze[work] (~kvirc@unaffiliated/kira) (Ping timeout: 245 seconds)
- # [12:39] * Quits: chriys (~chriys@modemcable147.239-82-70.mc.videotron.ca) (Ping timeout: 246 seconds)
- # [12:39] * Quits: CrypticSquared (~CrypticS_@unaffiliated/crypticsquared) (Quit: Leaving...)
- # [12:40] * Quits: aretecode (~aretecode@69.163.36.90) (Max SendQ exceeded)
- # [12:44] * Joins: night-owl2 (~nightowl-@24-221-35-184.pools.static.spcsdns.net)
- # [12:44] * Quits: night-owl2 (~nightowl-@24-221-35-184.pools.static.spcsdns.net) (Max SendQ exceeded)
- # [12:44] * Joins: aretecode (~aretecode@69.163.36.90)
- # [12:44] * Joins: anonymous_ (~anonymous@77.78.0.47)
- # [12:44] * Joins: night-owl2 (~nightowl-@24.221.35.184)
- # [12:44] * Quits: night-owl2 (~nightowl-@24.221.35.184) (Max SendQ exceeded)
- # [12:45] * Joins: night-owl2 (~nightowl-@24.221.35.184)
- # [12:45] * Quits: night-owl2 (~nightowl-@24.221.35.184) (Max SendQ exceeded)
- # [12:46] * Joins: night-owl2 (~nightowl-@24-221-35-184.pools.static.spcsdns.net)
- # [12:46] * Quits: night-owl2 (~nightowl-@24-221-35-184.pools.static.spcsdns.net) (Max SendQ exceeded)
- # [12:47] * Joins: night-owl2 (~nightowl-@24-221-35-184.pools.static.spcsdns.net)
- # [12:47] * Quits: night-owl2 (~nightowl-@24-221-35-184.pools.static.spcsdns.net) (Max SendQ exceeded)
- # [12:48] * Quits: Kira (~kvirc@unaffiliated/kira) (Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/)
- # [12:48] * Joins: night-owl2 (~nightowl-@24.221.35.184)
- # [12:48] * Quits: night-owl2 (~nightowl-@24.221.35.184) (Max SendQ exceeded)
- # [12:48] * Quits: aretecode (~aretecode@69.163.36.90) (Max SendQ exceeded)
- # [12:50] * Joins: night-owl2 (~nightowl-@24-221-35-184.pools.static.spcsdns.net)
- # [12:50] * Quits: night-owl2 (~nightowl-@24-221-35-184.pools.static.spcsdns.net) (Max SendQ exceeded)
- # [12:52] * Joins: aretecode (~aretecode@69.163.36.90)
- # [12:56] * Joins: night-owl2 (~nightowl-@24.221.35.184)
- # [12:56] * Quits: bjoe2k4 (bjoe2k4@kalzium.d9c.eu) (Ping timeout: 272 seconds)
- # [12:56] * Quits: night-owl2 (~nightowl-@24.221.35.184) (Max SendQ exceeded)
- # [12:56] <dahlfors_> haha
- # [12:56] <dahlfors_> moo-_-: well. our company has been in the biz for quite a while. those platforms aren't really our prioritized platforms these days :)
- # [12:57] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Quit: jetienne)
- # [12:57] * Quits: aretecode (~aretecode@69.163.36.90) (Max SendQ exceeded)
- # [12:57] <dahlfors_> the apps are there, no reason to remove them, and we'll let ppl use the apps as long as they want to. fortunately we can ignore that tiny percentage of users for the mobile web
- # [12:57] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
- # [12:57] <dahlfors_> but if it works partly, it's a plus of course
- # [12:57] * BenjaminR is now known as benjaminr
- # [12:58] * benjaminr is now known as BenjaminR
- # [12:58] * Joins: night-owl2 (~nightowl-@24-221-35-184.pools.static.spcsdns.net)
- # [12:58] <dahlfors_> major focus is of course later androids and ios
- # [12:58] * Quits: night-owl2 (~nightowl-@24-221-35-184.pools.static.spcsdns.net) (Max SendQ exceeded)
- # [12:58] <moo-_-> well, from the experience android + video is itself enough troubles
- # [12:58] <moo-_-> vendors tend to mess with the codecs little too much
- # [12:59] <dahlfors_> it is
- # [12:59] <dahlfors_> but we have our own transcoding server tech
- # [12:59] <moo-_-> "we have this proprietary SNOY video player. So cool. It just doesn't play the standard videos."
- # [12:59] <dahlfors_> our company contributes to vlc. one of our guys is very skilled with video. so he keeps the formats right
- # [12:59] * Joins: bjoe2k4 (bjoe2k4@kalzium.d9c.eu)
- # [12:59] <moo-_-> dahlfors_: big +1 for that
- # [13:00] <dahlfors_> but yeah, making video embeds crossplatform mobile friendly is painful
- # [13:00] * Joins: night-owl2 (~nightowl-@24.221.35.184)
- # [13:00] * Quits: night-owl2 (~nightowl-@24.221.35.184) (Max SendQ exceeded)
- # [13:00] * Joins: aretecode (~aretecode@69.163.36.90)
- # [13:01] <dahlfors_> moo-_-: yeah. most of us love opensource here in the company, noone is against him contributing code to libav, vlc and such :)
- # [13:01] * Quits: basiclaser (Elite7488@gateway/shell/elitebnc/x-aixtslmaxdkpuvuy) (Excess Flood)
- # [13:02] <dahlfors_> and it actually eases things up for us as well due to the contributions. some of his video fixes for android has also been added to android, although that process is slow
- # [13:02] * Joins: basiclaser (Elite7488@gateway/shell/elitebnc/x-bifxbpodxzuhjkpf)
- # [13:04] * Quits: davidyezsetz (~davidyezs@mail1.powerflasher.de) (Quit: davidyezsetz)
- # [13:04] * Joins: night-owl2 (~nightowl-@24.221.35.184)
- # [13:04] <dahlfors_> I'm happy I don't need to deal with video format headache. but we at the frontend have the crossbrowser video playback to sort out. it works. but we'd like to improve it, like with inline playback in supported mobile browsers. looking at usability - I'm looking forward to it. solving it all - not as excited :P
- # [13:04] * Quits: night-owl2 (~nightowl-@24.221.35.184) (Max SendQ exceeded)
- # [13:05] * Quits: aretecode (~aretecode@69.163.36.90) (Max SendQ exceeded)
- # [13:06] * Quits: hal16 (4b537c46@gateway/web/freenode/ip.75.83.124.70) (Quit: Page closed)
- # [13:06] * Joins: oxhak (~OxHaK@ns330132.ip-37-59-37.eu)
- # [13:07] * Joins: nszceta (~nszceta@host-31-6-131-188.dynamic.mm.pl)
- # [13:07] * Quits: wast (~wasteful@9-71.dsl.iskon.hr) (Ping timeout: 240 seconds)
- # [13:07] <moo-_-> dahlfors_: so he is the guy who keeps the anime running in my android tablet. If he ever founds his way to Helsinki let me buy a beer for him.
- # [13:08] * Joins: aretecode (~aretecode@69.163.36.90)
- # [13:08] * Joins: wast (~wasteful@9-71.dsl.iskon.hr)
- # [13:08] <dahlfors_> moo-_-: oh, you in helsinki?
- # [13:08] <dahlfors_> moo-_-: he's in turku
- # [13:08] <moo-_-> dahlfors_: aha
- # [13:09] <moo-_-> then there is a chance I might know him by name
- # [13:09] * Joins: davidyezsetz (~davidyezs@mail1.powerflasher.de)
- # [13:09] <moo-_-> you know, open source circles in my country are not that big
- # [13:09] <dahlfors_> moo-_-: martin storsjö
- # [13:09] <moo-_-> dahlfors_: well indeed I have been discussing with him
- # [13:09] <moo-_-> like long long time ago
- # [13:09] <dahlfors_> moo-_-: I'm also from .fi, but I work at the bambuser office in stockholm
- # [13:09] <moo-_-> we created some live web cam thingy for symbian
- # [13:09] <moo-_-> sorry he created
- # [13:09] <moo-_-> then I was using it
- # [13:09] * Joins: maroloccio (~marolocci@21.Red-83-53-185.dynamicIP.rima-tde.net)
- # [13:10] <dahlfors_> yes. probably the early bits of bambuser's symbian app
- # [13:10] <dahlfors_> you can still download it from our site, but well.. I don't know if I've even seen it ;)
- # [13:11] <dahlfors_> so, it exists, but no real support or updates in a long time. android & ios have been the main platforms for quite a while
- # [13:12] * Joins: matriple (~matriple@ur185.ur.unc.edu)
- # [13:12] <dahlfors_> moo-_-: so what do you do for a living?
- # [13:12] * Quits: aretecode (~aretecode@69.163.36.90) (Max SendQ exceeded)
- # [13:13] <moo-_-> I keep servers running and write JavaScript and Python
- # [13:13] <moo-_-> in an industry which is infested with cybercrooks and Russian friends
- # [13:14] <dahlfors_> sounds like normal internet ;)
- # [13:15] <moo-_-> my daily job is more in the panic end of the spectrum
- # [13:15] <moo-_-> but this is my latest weekend project: https://libertymusicstore.net/
- # [13:15] * Joins: aretecode (~aretecode@69.163.36.90)
- # [13:16] <dahlfors_> cool
- # [13:16] * Quits: raintrap13 (~raintrap@112.198.231.18) (Remote host closed the connection)
- # [13:16] * Quits: matriple (~matriple@ur185.ur.unc.edu) (Ping timeout: 255 seconds)
- # [13:16] * Joins: raintrap13 (~raintrap@112.198.231.18)
- # [13:16] <dahlfors_> just saw your site. seems like you're involved in a lot of projects
- # [13:17] <moo-_-> I am not sure if that's a compliment or an indication I am too widely spread and stressed out :)
- # [13:17] <dahlfors_> hehe
- # [13:17] * Quits: gluten_hell (~gluten_he@46.231.183.163) (Quit: Computer has gone to sleep.)
- # [13:18] <dahlfors_> I'm having my hands full with work at this one place
- # [13:18] * Joins: DoniRS (~DaRamirez@ip4da37ebf.direct-adsl.nl)
- # [13:19] * Quits: davidyezsetz (~davidyezs@mail1.powerflasher.de) (Quit: davidyezsetz)
- # [13:20] <moo-_-> BTW will publish a live edit blog post based on this soon https://github.com/miohtama/bootstrap-theme-libertymusicstore
- # [13:20] <moo-_-> live edit LESS (& co) directly in the browser
- # [13:21] * Quits: raintrap13 (~raintrap@112.198.231.18) (Ping timeout: 240 seconds)
- # [13:21] * Quits: aretecode (~aretecode@69.163.36.90) (Max SendQ exceeded)
- # [13:23] * Quits: barneybook_8 (~barneyboo@220-136-88-191.dynamic.hinet.net) (Ping timeout: 264 seconds)
- # [13:23] <dahlfors_> interesting. we have considered adding less to our environment. but no major need for it yet at least. currently in the process of streamlining and remaking most of our frontend.
- # [13:24] * Joins: aretecode (~aretecode@69.163.36.90)
- # [13:24] <dahlfors_> things tend to get complex and outdated in an it company that's been around since 2007..
- # [13:24] * Quits: jarcosmonaut (~johnkerry@166.179.66.2) (Ping timeout: 255 seconds)
- # [13:25] <dahlfors_> a lot has been cleaned up and remade... still a quite a bit to go..
- # [13:25] * Joins: Foldager (~Foldager@178.21.89.119)
- # [13:27] * Joins: gluten_hell (~gluten_he@46.231.183.163)
- # [13:30] * Joins: davispuh (~quassel@212.93.100.73)
- # [13:30] * Quits: aretecode (~aretecode@69.163.36.90) (Max SendQ exceeded)
- # [13:30] <dahlfors_> for us the core focus is video, with lots of different platforms. hence the earlier talk about font symbols. it makes sense for us to move as much of the interface elements as possible to scalable solutions. svg will be the future i guess, but in the meantime it makes most sense to go with symbol fonts. good platform support
- # [13:30] <moo-_-> well SVG is still no go because of android 2.x I guess
- # [13:30] <moo-_-> only 8% of android 2.x left
- # [13:30] <moo-_-> wait one year and those devices are crumbling
- # [13:30] * Joins: mongo (~mongo@unaffiliated/mongo)
- # [13:32] <dahlfors_> i just wait for ie7 and ie8 to go.. :)
- # [13:32] * Joins: aretecode (~aretecode@69.163.36.90)
- # [13:34] <dahlfors_> mobile users thankfully upgrade devices fairly quickly. while a lot of ppl seem to never upgrade computers & os:es..
- # [13:34] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [13:36] * Joins: raintrap13 (~raintrap@112.198.231.18)
- # [13:36] * Joins: chriys (~chriys@modemcable147.239-82-70.mc.videotron.ca)
- # [13:36] * Quits: GhostFreeman (~soliddong@c-24-126-173-18.hsd1.ga.comcast.net) (Ping timeout: 250 seconds)
- # [13:37] <dahlfors_> I'm also happy that our users seem to be better than average :P
- # [13:37] * Quits: aretecode (~aretecode@69.163.36.90) (Max SendQ exceeded)
- # [13:38] * BenjaminR is now known as benjaminr
- # [13:39] <dahlfors_> according to http://arstechnica.com/information-technology/2014/08/support-for-old-versions-of-internet-explorer-to-be-dropped/ - ie8 is still the most used version of the browser, while at our site ie8 and ie9 usage combined is just a bit more than ie10 alone
- # [13:39] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 240 seconds)
- # [13:39] * Quits: doev (~doev@p50806B93.dip0.t-ipconnect.de) (Quit: Verlassend)
- # [13:39] * Joins: ilmgb (~ilmgb@surf.softwarezentrum.de)
- # [13:40] * Quits: chriys (~chriys@modemcable147.239-82-70.mc.videotron.ca) (Ping timeout: 240 seconds)
- # [13:41] * Joins: aretecode (~aretecode@69.163.36.90)
- # [13:41] * Joins: Lingo__ (~Lingo@176.73.66.224)
- # [13:43] <vanhin> What is the default number of items displayed per page on a folder?
- # [13:43] <vanhin> Ops wrong chat, sry
- # [13:43] * Quits: aretecode (~aretecode@69.163.36.90) (Max SendQ exceeded)
- # [13:43] <moo-_-> dahlfors_: yes. unlike IE6+XP computers, mobile phones cannot last 10 years.
- # [13:43] <moo-_-> they have designed lifecycle to break down in 3 years
- # [13:45] <dahlfors_> seems like people have finally given up with ie6 nowadays though. we rarely get hits with that one
- # [13:45] <dahlfors_> but they haven't given up on ie7 and ie8
- # [13:48] * Joins: Th34rchitekt (~Th34rchit@afcd118.neoplus.adsl.tpnet.pl)
- # [13:48] * Quits: Th34rchitekt (~Th34rchit@afcd118.neoplus.adsl.tpnet.pl) (Max SendQ exceeded)
- # [13:48] * Quits: ilmgb (~ilmgb@surf.softwarezentrum.de) (Remote host closed the connection)
- # [13:49] * Joins: Th34rchitekt (~Th34rchit@afcd118.neoplus.adsl.tpnet.pl)
- # [13:50] * benjaminr is now known as BenjaminR
- # [13:53] * Quits: mongo (~mongo@unaffiliated/mongo) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [13:54] * Joins: felipedefarias (~felipedef@189-19-85-225.dsl.telesp.net.br)
- # [13:54] * Quits: anonymous_ (~anonymous@77.78.0.47) (Quit: Leaving)
- # [13:55] * Joins: drkenobi (~Instantbi@181.28.53.29)
- # [13:55] * Quits: amizraa (~amizraa@gateway/tor-sasl/amizraa) (Remote host closed the connection)
- # [13:55] * Joins: BLadwin (~BLadwin@c-24-20-146-180.hsd1.or.comcast.net)
- # [13:58] * Joins: davidyezsetz (~davidyezs@mail1.powerflasher.de)
- # [14:01] * Quits: BLadwin (~BLadwin@c-24-20-146-180.hsd1.or.comcast.net) (Ping timeout: 244 seconds)
- # [14:01] * Quits: wast (~wasteful@9-71.dsl.iskon.hr) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
- # [14:01] * Joins: amizraa (~amizraa@gateway/tor-sasl/amizraa)
- # [14:02] * Joins: mongo (~mongo@unaffiliated/mongo)
- # [14:03] * Quits: Th34rchitekt (~Th34rchit@afcd118.neoplus.adsl.tpnet.pl) (Quit: Th34rchitekt)
- # [14:09] * Quits: Foldager (~Foldager@178.21.89.119) (Read error: Connection reset by peer)
- # [14:10] * Joins: HashDot (~HashDot@ip4d154b8a.dynamic.kabel-deutschland.de)
- # [14:10] * Joins: parduse (~parduse@unaffiliated/parduse)
- # [14:15] * Joins: jottr (~jottr@unaffiliated/jottr)
- # [14:16] * BenjaminR is now known as benjaminr
- # [14:18] * Joins: ilmgb (~ilmgb@surf.softwarezentrum.de)
- # [14:19] * Joins: noService (~noService@utti.of.frantic.com)
- # [14:20] <Ms2ger> moo-_-, eh, my mobile phone has lasted 10 years
- # [14:20] <Ms2ger> Then again, it can't surf the web
- # [14:22] * Joins: felipeduardo (~felipedua@179.223.142.105)
- # [14:23] <moo-_-> Ms2ger: must be Nokia 3310
- # [14:24] * Quits: ilmgb (~ilmgb@surf.softwarezentrum.de) (Ping timeout: 272 seconds)
- # [14:24] <Ms2ger> Nearly, 1101 :)
- # [14:29] * Joins: ilmgb (~ilmgb@surf.softwarezentrum.de)
- # [14:30] * benjaminr is now known as BenjaminR
- # [14:31] * Quits: BoySherm_ (~boysherma@84.19.42.82) (Remote host closed the connection)
- # [14:31] * Quits: ilmgb (~ilmgb@surf.softwarezentrum.de) (Remote host closed the connection)
- # [14:31] * Quits: davidyezsetz (~davidyezs@mail1.powerflasher.de) (Quit: davidyezsetz)
- # [14:32] * Joins: britneywright (~textual@SSID-MASON-SECURE-218.wireless.gmu.edu)
- # [14:33] * Joins: coellobranco (~FoRcEr@172.Red-81-33-125.dynamicIP.rima-tde.net)
- # [14:37] * Joins: chriys (~chriys@modemcable147.239-82-70.mc.videotron.ca)
- # [14:40] * Joins: GhostFreeman (~soliddong@24-178-75-82.static.gwnt.ga.charter.com)
- # [14:41] * Quits: chriys (~chriys@modemcable147.239-82-70.mc.videotron.ca) (Ping timeout: 240 seconds)
- # [14:42] * Quits: felipeduardo (~felipedua@179.223.142.105) (Read error: Connection reset by peer)
- # [14:43] * Joins: felipeduardo (~felipedua@179.223.142.105)
- # [14:47] * Joins: Ouchy (~Ouchy@unaffiliated/ouchy)
- # [14:47] * Joins: hellangel7 (~hellangel@61.3.104.28)
- # [14:50] * Joins: Guest23202 (~Guest232O@176.56.238.201)
- # [14:50] * Quits: Lingo__ (~Lingo@176.73.66.224) (Quit: Computer has gone to sleep.)
- # [14:51] * Joins: Lingo__ (~Lingo@176.73.66.224)
- # [14:54] * Joins: matriple (~matriple@ur185.ur.unc.edu)
- # [14:58] * Quits: Vloz (~Vloz@5pa54-1-78-238-129-225.fbx.proxad.net) (Quit: Quitte)
- # [14:58] * Joins: Vloz (~Vloz@5pa54-1-78-238-129-225.fbx.proxad.net)
- # [14:58] * Quits: matriple (~matriple@ur185.ur.unc.edu) (Ping timeout: 260 seconds)
- # [14:59] * Joins: ilmgb (~ilmgb@surf.softwarezentrum.de)
- # [15:01] * Joins: BoySherman (~boysherma@84.19.42.82)
- # [15:05] * Joins: matriple (~matriple@ur185.ur.unc.edu)
- # [15:05] * Quits: DrSect0r (~DrSect0r@188-142-12-159.FTTH.ispfabriek.nl) (Quit: Leaving)
- # [15:06] * Quits: itspots_ (~itspots@cpe-24-167-74-24.rgv.res.rr.com) (Remote host closed the connection)
- # [15:07] * Quits: BoySherman (~boysherma@84.19.42.82) (Remote host closed the connection)
- # [15:07] * Joins: BoySherman (~boysherma@84.19.42.82)
- # [15:09] * Joins: cbr_ (~admin@145.36.150.83.chzhher77.rootnet.ch)
- # [15:10] * Quits: matriple (~matriple@ur185.ur.unc.edu) (Ping timeout: 250 seconds)
- # [15:10] * Quits: felipedefarias (~felipedef@189-19-85-225.dsl.telesp.net.br) (Remote host closed the connection)
- # [15:10] * Quits: xhaze_ (~xhaze@unaffiliated/embraden) (Read error: Connection reset by peer)
- # [15:11] * Joins: xhaze (~xhaze@118-92-241-163.dsl.dyn.ihug.co.nz)
- # [15:11] * Quits: xhaze (~xhaze@118-92-241-163.dsl.dyn.ihug.co.nz) (Changing host)
- # [15:11] * Joins: xhaze (~xhaze@unaffiliated/embraden)
- # [15:12] * Quits: xhaze (~xhaze@unaffiliated/embraden) (Read error: Connection reset by peer)
- # [15:12] * Joins: xhaze (~xhaze@unaffiliated/embraden)
- # [15:15] * Joins: kimagure (18133081@gateway/web/cgi-irc/kiwiirc.com/ip.24.19.48.129)
- # [15:15] * Joins: jerryitt (uid17132@gateway/web/irccloud.com/x-frjlxcqbalommqqi)
- # [15:17] * Joins: krawchyk (~textual@c-68-49-236-247.hsd1.dc.comcast.net)
- # [15:18] * Joins: mpaarating (~mpaaratin@rrcs-97-78-217-146.se.biz.rr.com)
- # [15:20] * Quits: kimagure (18133081@gateway/web/cgi-irc/kiwiirc.com/ip.24.19.48.129) (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
- # [15:24] * Joins: matriple (~matriple@ur185.ur.unc.edu)
- # [15:25] * Joins: Foldager (~Foldager@178.21.89.119)
- # [15:25] * Joins: newtron_ (~newtron@199.71.174.203)
- # [15:32] * Quits: noService (~noService@utti.of.frantic.com) (Ping timeout: 244 seconds)
- # [15:33] * Quits: zodiac (~opsec@unaffiliated/opsec) (Ping timeout: 250 seconds)
- # [15:35] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [15:36] * Joins: zodiac (~opsec@unaffiliated/opsec)
- # [15:37] * Joins: chriys (~chriys@modemcable147.239-82-70.mc.videotron.ca)
- # [15:39] * Quits: chriys (~chriys@modemcable147.239-82-70.mc.videotron.ca) (Read error: Connection reset by peer)
- # [15:39] * Joins: chriys (~chriys@modemcable147.239-82-70.mc.videotron.ca)
- # [15:40] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 250 seconds)
- # [15:43] * Quits: Foldager (~Foldager@178.21.89.119) (Quit: Kidnapped by mysterious creatures.)
- # [15:43] * Quits: oxhak (~OxHaK@ns330132.ip-37-59-37.eu) (Ping timeout: 250 seconds)
- # [15:43] * Joins: BLadwin (~BLadwin@c-24-20-146-180.hsd1.or.comcast.net)
- # [15:44] * Quits: chriys (~chriys@modemcable147.239-82-70.mc.videotron.ca) (Ping timeout: 272 seconds)
- # [15:44] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Quit: BigBangUDR)
- # [15:45] * Joins: squeakytoy (~squeakyto@188.65.156.34)
- # [15:46] * Joins: c4milo (~c4milo@ool-18ba7916.dyn.optonline.net)
- # [15:47] * Joins: davidyezsetz (~davidyezs@mail1.powerflasher.de)
- # [15:49] * Quits: BLadwin (~BLadwin@c-24-20-146-180.hsd1.or.comcast.net) (Ping timeout: 260 seconds)
- # [15:51] * Joins: oxhak (~OxHaK@ns330132.ip-37-59-37.eu)
- # [15:52] * Joins: Centime (~centime@host-78-64-88-147.homerun.telia.com)
- # [15:53] * Quits: mongo (~mongo@unaffiliated/mongo) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [15:55] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Quit: jetienne)
- # [15:56] * Quits: roger_raymond (~roger_ray@linode.lynch-raymond.com) (Ping timeout: 244 seconds)
- # [15:57] * Joins: phoenixsun (~textual@cpc3-haye18-2-0-cust691.haye.cable.virginm.net)
- # [15:57] * Quits: c4milo (~c4milo@ool-18ba7916.dyn.optonline.net)
- # [15:57] * Parts: phoenixsun (~textual@cpc3-haye18-2-0-cust691.haye.cable.virginm.net)
- # [15:58] * Quits: babsvik (~babsvik@89.191.13.2) (Quit: Textual IRC Client: www.textualapp.com)
- # [15:58] * Joins: roger_raymond (~roger_ray@linode.lynch-raymond.com)
- # [15:58] * Quits: davidyezsetz (~davidyezs@mail1.powerflasher.de) (Remote host closed the connection)
- # [15:58] * Quits: HashDot (~HashDot@ip4d154b8a.dynamic.kabel-deutschland.de) (Remote host closed the connection)
- # [16:01] * Joins: davidyezsetz (~davidyezs@mail1.powerflasher.de)
- # [16:02] * Joins: Bray90820_ (~Bray90820@macbookpro.dhcp.fnal.gov)
- # [16:09] * Joins: BoomerBile (~BoomerBil@97-91-102-175.dhcp.roch.mn.charter.com)
- # [16:11] * Hornet- is now known as Hornet
- # [16:11] * Joins: zlsa (~zlsa@static-205-157-147-198.ded.unwiredbb.net)
- # [16:12] * Quits: sethne (~sethne@89.191.13.2) (Quit: bye)
- # [16:13] * Joins: nbvfuel (~nbvfuel@static-108-52-216-2.phlapa.fios.verizon.net)
- # [16:14] * Quits: coellobranco (~FoRcEr@172.Red-81-33-125.dynamicIP.rima-tde.net) (Quit: http://www.juanantoniomosquera.com)
- # [16:20] * Quits: hellangel7 (~hellangel@61.3.104.28) (Remote host closed the connection)
- # [16:22] * Joins: ilmgb_ (~ilmgb@surf.softwarezentrum.de)
- # [16:22] * Quits: ilmgb (~ilmgb@surf.softwarezentrum.de) (Read error: Connection reset by peer)
- # [16:24] * Quits: Shinoks (Shinoks@gateway/shell/bnc4free/x-qvfwllnbwiykbhmk) (Ping timeout: 250 seconds)
- # [16:27] * Joins: itspots (~itspots@unaffiliated/itspots)
- # [16:30] * Quits: Yomi (znc@2604:ec80:2002::8c83:2875) (Ping timeout: 240 seconds)
- # [16:30] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Remote host closed the connection)
- # [16:30] * Joins: babsvik (~babsvik@cm-84.208.72.142.getinternet.no)
- # [16:30] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
- # [16:31] * Joins: ciqsteve (~ciqsteve@50-200-5-3-static.hfc.comcastbusiness.net)
- # [16:32] * Joins: Yomi (user@2604:ec80:2002::8c83:2875)
- # [16:34] * Joins: leandrosnunes (~leandrosn@177.206.31.159.static.gvt.net.br)
- # [16:35] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Ping timeout: 255 seconds)
- # [16:40] * Joins: chriys (~chriys@modemcable147.239-82-70.mc.videotron.ca)
- # [16:40] * Joins: paulrouget (~paulrouge@bre44-1-88-177-22-45.fbx.proxad.net)
- # [16:41] * Quits: Centime (~centime@host-78-64-88-147.homerun.telia.com) (Ping timeout: 255 seconds)
- # [16:41] * Quits: squeakytoy (~squeakyto@188.65.156.34) (Quit: Leaving)
- # [16:45] * Quits: chriys (~chriys@modemcable147.239-82-70.mc.videotron.ca) (Ping timeout: 246 seconds)
- # [16:45] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (Excess Flood)
- # [16:47] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
- # [16:49] * Joins: BertBear (~BertBear@24-196-199-57.static.hckr.nc.charter.com)
- # [16:49] * Joins: Bertino (~bertino@24-196-199-57.static.hckr.nc.charter.com)
- # [16:50] * Quits: Bertino (~bertino@24-196-199-57.static.hckr.nc.charter.com) (Client Quit)
- # [16:50] * Quits: BertBear (~BertBear@24-196-199-57.static.hckr.nc.charter.com) (Client Quit)
- # [16:53] * Quits: roelmonnens (~roelmonne@d54C2232C.access.telenet.be) (Ping timeout: 240 seconds)
- # [16:54] * Joins: polter (~johanlind@194-237-0-62.customer.telia.com)
- # [16:54] * Quits: krawchyk (~textual@c-68-49-236-247.hsd1.dc.comcast.net) (Quit: bbye)
- # [16:55] * Quits: polter (~johanlind@194-237-0-62.customer.telia.com) (Quit: leaving)
- # [16:56] * Joins: zeroquake (~zeroquake@159.140.254.104)
- # [16:56] * Quits: sourcecube (~concepbak@static-87-79-71-168.netcologne.de) (Quit: Leaving)
- # [16:57] * BenjaminR is now known as benjaminr
- # [16:57] * Joins: ShooterMG (~shootermg@c-24-21-207-128.hsd1.or.comcast.net)
- # [16:58] * Quits: davidyezsetz (~davidyezs@mail1.powerflasher.de) (Quit: davidyezsetz)
- # [16:59] * Quits: Click66 (~Click66@94.143.188.0) (Quit: Computer has gone to sleep.)
- # [17:02] * Joins: davidyezsetz (~davidyezs@mail1.powerflasher.de)
- # [17:04] * Joins: robmorrissey (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net)
- # [17:11] * Quits: londoncalling (~londoncal@cpc8-shep11-2-0-cust176.8-3.cable.virginm.net) (Read error: Connection reset by peer)
- # [17:12] * Joins: londoncalling (~londoncal@cpc8-shep11-2-0-cust176.8-3.cable.virginm.net)
- # [17:17] * Joins: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl)
- # [17:19] * Quits: marklite (croftworth@gateway/shell/yourbnc/x-bvwipmmgpwouncdd) (Ping timeout: 250 seconds)
- # [17:20] * Joins: buzzlewoo (~buzzlewoo@c-71-197-226-140.hsd1.wa.comcast.net)
- # [17:22] * Joins: krawchyk (~textual@c-68-49-236-247.hsd1.dc.comcast.net)
- # [17:25] * Joins: Caiters1 (~Caitlin@wsip-68-15-80-137.oc.oc.cox.net)
- # [17:26] * Quits: jerryitt (uid17132@gateway/web/irccloud.com/x-frjlxcqbalommqqi) (Quit: Connection closed for inactivity)
- # [17:28] * Quits: nszceta (~nszceta@host-31-6-131-188.dynamic.mm.pl) (Ping timeout: 260 seconds)
- # [17:28] * Joins: eddief (~Eddie@c-24-22-33-249.hsd1.or.comcast.net)
- # [17:31] * Joins: BLadwin (~BLadwin@c-24-20-146-180.hsd1.or.comcast.net)
- # [17:34] * Parts: Caiters1 (~Caitlin@wsip-68-15-80-137.oc.oc.cox.net)
- # [17:36] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [17:37] * Quits: BLadwin (~BLadwin@c-24-20-146-180.hsd1.or.comcast.net) (Ping timeout: 250 seconds)
- # [17:40] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 244 seconds)
- # [17:41] * Joins: chriys (~chriys@modemcable147.239-82-70.mc.videotron.ca)
- # [17:43] * Joins: nszceta (~nszceta@host-31-6-131-188.dynamic.mm.pl)
- # [17:43] * Quits: yacks (~py@103.6.159.167) (Ping timeout: 240 seconds)
- # [17:43] * Joins: dawhite (~dawhite@74.118.22.223)
- # [17:43] * Joins: koderok (~koderok@106.216.183.16)
- # [17:44] * Quits: ilmgb_ (~ilmgb@surf.softwarezentrum.de) (Remote host closed the connection)
- # [17:45] * Quits: chriys (~chriys@modemcable147.239-82-70.mc.videotron.ca) (Ping timeout: 260 seconds)
- # [17:47] * Quits: krawchyk (~textual@c-68-49-236-247.hsd1.dc.comcast.net) (Ping timeout: 240 seconds)
- # [17:47] * Quits: davidyezsetz (~davidyezs@mail1.powerflasher.de) (Quit: davidyezsetz)
- # [17:47] * Quits: nszceta (~nszceta@host-31-6-131-188.dynamic.mm.pl) (Read error: Connection reset by peer)
- # [17:47] * Quits: zlsa (~zlsa@static-205-157-147-198.ded.unwiredbb.net) (Ping timeout: 264 seconds)
- # [17:48] * Joins: dafol (~Miranda@p54AFC3AA.dip0.t-ipconnect.de)
- # [17:48] * Joins: nszceta (~nszceta@host-31-6-131-188.dynamic.mm.pl)
- # [17:49] * Joins: krawchyk (~textual@50-198-150-254-static.hfc.comcastbusiness.net)
- # [17:49] * Joins: Ambiguator (~user-ambi@c-50-164-128-71.hsd1.ma.comcast.net)
- # [17:51] * Quits: nszceta (~nszceta@host-31-6-131-188.dynamic.mm.pl) (Read error: Connection reset by peer)
- # [17:51] * Quits: matriple (~matriple@ur185.ur.unc.edu)
- # [17:52] * Joins: nszceta (~nszceta@host-31-6-131-188.dynamic.mm.pl)
- # [17:52] * Quits: nszceta (~nszceta@host-31-6-131-188.dynamic.mm.pl) (Max SendQ exceeded)
- # [17:53] * Joins: nszceta (~nszceta@host-31-6-131-188.dynamic.mm.pl)
- # [17:54] * Parts: cbr_ (~admin@145.36.150.83.chzhher77.rootnet.ch)
- # [17:55] * Joins: LiENUS (~LiENUS@ip72-219-29-205.br.br.cox.net)
- # [17:55] * Quits: Ambiguator (~user-ambi@c-50-164-128-71.hsd1.ma.comcast.net) (Remote host closed the connection)
- # [17:57] * Quits: nszceta (~nszceta@host-31-6-131-188.dynamic.mm.pl) (Max SendQ exceeded)
- # [17:58] * Joins: marklite (croftworth@gateway/shell/yourbnc/x-iblykwpzvassipea)
- # [17:58] * Quits: Codebold (~Codebold@dslb-088-072-106-156.088.072.pools.vodafone-ip.de) (Ping timeout: 260 seconds)
- # [17:58] * Joins: nszceta (~nszceta@host-31-6-131-188.dynamic.mm.pl)
- # [18:01] * Quits: nszceta (~nszceta@host-31-6-131-188.dynamic.mm.pl) (Read error: Connection reset by peer)
- # [18:01] * Joins: mongo (~mongo@unaffiliated/mongo)
- # [18:01] * Joins: nszceta (~nszceta@host-31-6-131-188.dynamic.mm.pl)
- # [18:04] * Quits: marklite (croftworth@gateway/shell/yourbnc/x-iblykwpzvassipea) (Ping timeout: 260 seconds)
- # [18:05] * Joins: lmclister (~lmclister@192.150.10.209)
- # [18:05] * Quits: nszceta (~nszceta@host-31-6-131-188.dynamic.mm.pl) (Read error: Connection reset by peer)
- # [18:08] * Quits: basiclaser (Elite7488@gateway/shell/elitebnc/x-bifxbpodxzuhjkpf) (Excess Flood)
- # [18:10] * Joins: basiclaser (Elite7488@gateway/shell/elitebnc/x-tqptavuvebpkfkkx)
- # [18:11] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
- # [18:14] * Joins: Shinoks (Shinoks@gateway/shell/bnc4free/x-dkgjsnixotpryuxr)
- # [18:14] * Joins: mellybean (~Adium@199.116.167.226)
- # [18:15] * Quits: paulrouget (~paulrouge@bre44-1-88-177-22-45.fbx.proxad.net)
- # [18:16] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
- # [18:18] * Joins: Atttwww (~Atw@ip68-2-211-24.ph.ph.cox.net)
- # [18:19] * Joins: BLadwin (~BLadwin@c-24-20-146-180.hsd1.or.comcast.net)
- # [18:19] * Quits: Shinoks (Shinoks@gateway/shell/bnc4free/x-dkgjsnixotpryuxr) (Ping timeout: 250 seconds)
- # [18:21] * Joins: DrShoggoth (~prakwtf@96-35-208-230.static.stls.mo.charter.com)
- # [18:22] * Joins: trave (uid38181@gateway/web/irccloud.com/x-ysrieebfwvfreuwc)
- # [18:24] * Quits: robmorrissey (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net) (Read error: Connection reset by peer)
- # [18:25] <kaotiko> hi
- # [18:25] * Joins: Mattsan (~Mattsan@2.31.12.112)
- # [18:26] * Joins: robmorrissey (~robmorris@cpc26-brig15-2-0-cust123.3-3.cable.virginm.net)
- # [18:29] * Joins: ujvaljoshi (~ujvaljosh@49.213.39.149)
- # [18:30] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [18:30] * Joins: lmclister (~lmclister@192.150.10.209)
- # [18:31] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
- # [18:32] * Joins: Amaan (uid4967@gateway/web/irccloud.com/x-udbanucedbnbllfz)
- # [18:32] * Joins: BigBangUDR (~Thunderbi@115.246.118.117)
- # [18:34] * Quits: BigBangUDR (~Thunderbi@115.246.118.117) (Client Quit)
- # [18:34] * Joins: davidyezsetz (~davidyezs@mail1.powerflasher.de)
- # [18:36] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Ping timeout: 260 seconds)
- # [18:37] * Joins: DreadKnight (~DreadKnig@unaffiliated/dreadknight)
- # [18:38] * Quits: ujvaljoshi (~ujvaljosh@49.213.39.149) (Ping timeout: 264 seconds)
- # [18:39] * Quits: davidyezsetz (~davidyezs@mail1.powerflasher.de) (Client Quit)
- # [18:39] * Quits: mstalfoort (~manuchill@83.232.96.217) (Quit: kthxbai)
- # [18:42] * Joins: chriys (~chriys@modemcable147.239-82-70.mc.videotron.ca)
- # [18:42] * Joins: marklite (croftworth@gateway/shell/yourbnc/x-xpniufnlsosrjkhp)
- # [18:44] * Quits: zeroquake (~zeroquake@159.140.254.104) (Ping timeout: 255 seconds)
- # [18:46] * Quits: LiENUS (~LiENUS@ip72-219-29-205.br.br.cox.net) (Ping timeout: 240 seconds)
- # [18:46] * Quits: chriys (~chriys@modemcable147.239-82-70.mc.videotron.ca) (Ping timeout: 240 seconds)
- # [18:49] * Quits: BoySherman (~boysherma@84.19.42.82) (Remote host closed the connection)
- # [18:50] * Quits: will_richards (~anonymous@195.171.92.84) (Quit: will_richards)
- # [18:50] * Quits: mongo (~mongo@unaffiliated/mongo) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [18:50] * Quits: britneywright (~textual@SSID-MASON-SECURE-218.wireless.gmu.edu) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [18:53] * Quits: GhostFreeman (~soliddong@24-178-75-82.static.gwnt.ga.charter.com) (Quit: leaving)
- # [18:53] * Joins: GhostFreeman (~soliddong@24-178-75-82.static.gwnt.ga.charter.com)
- # [18:55] * Joins: felipeduardo_ (~felipedua@179.223.142.105)
- # [18:56] * Joins: Click66 (~Click66@2a02:1810:a88c:9400:2cb5:ec3d:9672:1c6b)
- # [18:56] * Joins: fornix (~fornix@114.143.55.50)
- # [18:56] * Quits: felipeduardo (~felipedua@179.223.142.105) (Ping timeout: 245 seconds)
- # [18:57] * Joins: yacks (~py@103.6.159.167)
- # [18:58] * Joins: irae_ (~irae_@nat/yahoo/x-etqknnemvssinpph)
- # [18:59] * Joins: developerjustin (~developer@173-80-86-179.bclycmtk02.res.dyn.suddenlink.net)
- # [18:59] * Quits: felipeduardo_ (~felipedua@179.223.142.105) (Ping timeout: 260 seconds)
- # [19:00] * Quits: raintrap13 (~raintrap@112.198.231.18) (Ping timeout: 260 seconds)
- # [19:00] * Quits: Click66 (~Click66@2a02:1810:a88c:9400:2cb5:ec3d:9672:1c6b) (Client Quit)
- # [19:04] * Quits: Bray90820_ (~Bray90820@macbookpro.dhcp.fnal.gov) (Remote host closed the connection)
- # [19:04] * Joins: raintrap13 (~raintrap@112.198.231.18)
- # [19:04] * Joins: sn02 (~sn0@i5E865CA3.versanet.de)
- # [19:04] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [19:05] * Quits: leandrosnunes (~leandrosn@177.206.31.159.static.gvt.net.br) (Quit: WeeChat 0.4.3)
- # [19:05] * Joins: felipeduardo (~felipedua@179.223.142.105)
- # [19:06] * Quits: mellybean (~Adium@199.116.167.226) (Quit: Leaving.)
- # [19:08] * Quits: sn02 (~sn0@i5E865CA3.versanet.de) (Remote host closed the connection)
- # [19:08] * Joins: sn02 (~sn0@i5E865CA3.versanet.de)
- # [19:08] * Joins: lmclister (~lmclister@192.150.10.209)
- # [19:12] * Quits: developerjustin (~developer@173-80-86-179.bclycmtk02.res.dyn.suddenlink.net) (Quit: Leaving...)
- # [19:13] * Joins: BigBangUDR (~Thunderbi@115.246.118.117)
- # [19:15] * Joins: deepSnit (~luke@71-10-9-202.static.trcy.mi.charter.com)
- # [19:16] * Quits: manuelbieh (~manuelbie@gw-bln.aperto.de) (Read error: Connection reset by peer)
- # [19:16] * Quits: BigBangUDR (~Thunderbi@115.246.118.117) (Client Quit)
- # [19:16] * Quits: deepSnit (~luke@71-10-9-202.static.trcy.mi.charter.com) (Client Quit)
- # [19:18] * Joins: chriys (~chriys@bas2-montreal29-1279583541.dsl.bell.ca)
- # [19:18] * Joins: mongo (~mongo@unaffiliated/mongo)
- # [19:19] * Quits: ShooterMG (~shootermg@c-24-21-207-128.hsd1.or.comcast.net) (Remote host closed the connection)
- # [19:21] * Joins: developerjustin (~developer@173-80-86-179.bclycmtk02.res.dyn.suddenlink.net)
- # [19:24] * Joins: mellybean (~Adium@2620:106:e00f:f061:e1c8:dfdc:b8ef:f8e3)
- # [19:24] * Joins: danielwrobert (~danielwro@wsip-68-15-24-46.sd.sd.cox.net)
- # [19:24] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [19:27] * Joins: Shinoks (Shinoks@gateway/shell/bnc4free/x-jqzodhcijxgleedo)
- # [19:27] * Quits: drawingthesun (~drawingth@106-68-229-12.dyn.iinet.net.au) (Quit: Leaving)
- # [19:27] * Joins: anonymous_ (~anonymous@77.78.0.47)
- # [19:29] * Joins: lmclister (~lmclister@192.150.10.209)
- # [19:31] * Quits: parduse (~parduse@unaffiliated/parduse) (Killed (verne.freenode.net (Nickname regained by services)))
- # [19:31] * Joins: parduse (~parduse@88.241.131.250)
- # [19:32] * parduse is now known as Guest9206
- # [19:32] * Quits: gluten_hell (~gluten_he@46.231.183.163) (Quit: Lingo - http://www.lingoirc.com)
- # [19:35] * Joins: BoySherman (~boysherma@84.19.42.82)
- # [19:37] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [19:38] * Joins: pr0ton_ (~pr0ton@8.25.197.25)
- # [19:39] * Joins: Bray90820_ (~Bray90820@macbookpro.dhcp.fnal.gov)
- # [19:39] * Quits: mongo (~mongo@unaffiliated/mongo) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [19:39] * Quits: BoySherman (~boysherma@84.19.42.82) (Ping timeout: 245 seconds)
- # [19:42] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 250 seconds)
- # [19:43] * Joins: Prosperity (~Prosperit@142.150.23.90)
- # [19:45] * Joins: tantek (~tantek@70-36-139-41.dsl.dynamic.sonic.net)
- # [19:47] * Quits: developerjustin (~developer@173-80-86-179.bclycmtk02.res.dyn.suddenlink.net) (Quit: Leaving...)
- # [19:48] * Quits: b4rbz (~barbz@ool-18e42f45.dyn.optonline.net) (Read error: Connection reset by peer)
- # [19:48] * Quits: Prosperity (~Prosperit@142.150.23.90) (Remote host closed the connection)
- # [19:49] * Joins: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net)
- # [19:51] * Joins: zlsa (~zlsa@static-205-157-147-198.ded.unwiredbb.net)
- # [19:52] * Joins: Prosperity (~Prosperit@142.150.23.90)
- # [19:53] * Joins: Elezium (~Delerium_@modemcable022.24-130-66.mc.videotron.ca)
- # [19:54] * Quits: Lingo__ (~Lingo@176.73.66.224) (Quit: Computer has gone to sleep.)
- # [19:54] * Joins: Lingo__ (~Lingo@176.73.66.224)
- # [19:54] * Joins: manuelbieh (~manuelbie@p57BD6072.dip0.t-ipconnect.de)
- # [19:59] * Quits: Lingo__ (~Lingo@176.73.66.224) (Ping timeout: 245 seconds)
- # [20:05] * Quits: pr0ton_ (~pr0ton@8.25.197.25) (Quit: pr0ton_)
- # [20:05] * Quits: tobiski (~tobiski@dsl-olubrasgw1-54fb49-48.dhcp.inet.fi) (Ping timeout: 255 seconds)
- # [20:06] * Joins: Lingo__ (~Lingo@176.73.66.224)
- # [20:08] * Quits: DoniRS (~DaRamirez@ip4da37ebf.direct-adsl.nl) (Ping timeout: 255 seconds)
- # [20:09] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [20:10] * Joins: lmclister (~lmclister@192.150.10.209)
- # [20:11] * Quits: Lingo__ (~Lingo@176.73.66.224) (Quit: Computer has gone to sleep.)
- # [20:12] * Joins: imsky (~imsky@unaffiliated/imsky)
- # [20:12] * Parts: terinjokes (~terinjoke@wikinews/Terinjokes)
- # [20:12] * Joins: terinjokes (~terinjoke@wikinews/Terinjokes)
- # [20:12] * Joins: Lingo__ (~Lingo@176.73.66.224)
- # [20:12] * Quits: Lingo__ (~Lingo@176.73.66.224) (Client Quit)
- # [20:13] * Quits: Prosperity (~Prosperit@142.150.23.90) (Remote host closed the connection)
- # [20:14] * Joins: Prosperity (~Prosperit@142.150.23.90)
- # [20:15] * Quits: Juanchito (~Juanchito@213.27.146.180) (Quit: Leaving)
- # [20:16] * Quits: vanhin (~vanhin@bl16-195-172.dsl.telepac.pt) (Quit: Leaving)
- # [20:17] * Joins: say2joe (~say2joe@rrcs-76-79-68-2.west.biz.rr.com)
- # [20:20] * Joins: checkit (hidden-use@wsip-68-225-29-133.oc.oc.cox.net)
- # [20:20] * Quits: jottr (~jottr@unaffiliated/jottr) (Ping timeout: 264 seconds)
- # [20:20] <checkit> Hello all! I'm using a textarea and i want to have a placeholder were there are several line breaks. How can I do this?
- # [20:21] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [20:21] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Quit: jetienne)
- # [20:22] * Quits: Prosperity (~Prosperit@142.150.23.90) (Ping timeout: 250 seconds)
- # [20:23] * Joins: Click66 (~Click66@d54C2B4AD.access.telenet.be)
- # [20:24] * Quits: nbvfuel (~nbvfuel@static-108-52-216-2.phlapa.fios.verizon.net)
- # [20:24] * Quits: Mattsan (~Mattsan@2.31.12.112) (Quit: Leaving)
- # [20:26] * Joins: Prosperity (~Prosperit@142.150.23.90)
- # [20:27] * Joins: tobiski (~tobiski@dsl-olubrasgw1-58c181-100.dhcp.inet.fi)
- # [20:28] * Joins: lmclister (~lmclister@192.150.10.209)
- # [20:30] * Joins: ilmgb (~ilmgb@HSI-KBW-37-49-103-81.hsi14.kabel-badenwuerttemberg.de)
- # [20:32] * Quits: tobiski (~tobiski@dsl-olubrasgw1-58c181-100.dhcp.inet.fi) (Ping timeout: 272 seconds)
- # [20:32] * Joins: tobiski_ (~tobiski@dsl-olubrasgw1-58c181-100.dhcp.inet.fi)
- # [20:34] * Joins: gluten_hell_ (~gluten_he@p5DDC0667.dip0.t-ipconnect.de)
- # [20:34] * Quits: Guest23202 (~Guest232O@176.56.238.201) (Quit: leaving)
- # [20:35] * Quits: Prosperity (~Prosperit@142.150.23.90) (Remote host closed the connection)
- # [20:35] * Joins: Prosperity (~Prosperit@142.150.23.90)
- # [20:37] * Joins: Lingo__ (~Lingo@176.73.66.224)
- # [20:40] * Joins: jottr (~jottr@unaffiliated/jottr)
- # [20:41] * Joins: hellangel7 (~hellangel@117.192.160.227)
- # [20:42] * Quits: Prosperity (~Prosperit@142.150.23.90) (Remote host closed the connection)
- # [20:43] * Joins: Prosperity (~Prosperit@142.150.23.90)
- # [20:43] * Joins: marcoasbreuk (~marcoasbr@524BCF68.cm-4-4d.dynamic.ziggo.nl)
- # [20:43] * Quits: hellangel7 (~hellangel@117.192.160.227) (Max SendQ exceeded)
- # [20:44] * Joins: hellangel7 (~hellangel@117.192.160.227)
- # [20:44] * Joins: jtuz (~jtuz@187.191.10.123)
- # [20:47] * Joins: WilfredTheGreat (~WilfredTh@82.14.210.129)
- # [20:48] * Parts: Siecje (~Siecje@128.224.252.2)
- # [20:48] * Quits: imsky (~imsky@unaffiliated/imsky) (Quit: Leaving)
- # [20:48] * Quits: Click66 (~Click66@d54C2B4AD.access.telenet.be) (Quit: Computer has gone to sleep.)
- # [20:52] * Joins: richiebkr (~richiebkr@otp477478ots.ucsf.edu)
- # [20:53] * Quits: Lingo__ (~Lingo@176.73.66.224) (Quit: Computer has gone to sleep.)
- # [20:53] * Joins: Lingo__ (~Lingo@176.73.66.224)
- # [20:53] * Quits: Lingo__ (~Lingo@176.73.66.224) (Client Quit)
- # [20:54] * Quits: mitzev_ (~mitzev_@58.34.53.74) (Read error: Connection reset by peer)
- # [20:54] * Joins: mitzev_ (~mitzev_@58.34.53.74)
- # [20:56] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
- # [20:57] * Quits: richiebkr (~richiebkr@otp477478ots.ucsf.edu) (Remote host closed the connection)
- # [20:57] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [20:57] * Joins: lmclister (~lmclister@192.150.10.209)
- # [20:58] * Joins: U23 (~U23@h75n8-far-a13.ias.bredband.telia.com)
- # [20:58] * Quits: jtuz (~jtuz@187.191.10.123) (Quit: leaving)
- # [20:58] * Joins: jtuz (~jtuz@187.191.10.123)
- # [21:01] * Quits: hellangel7 (~hellangel@117.192.160.227) (Max SendQ exceeded)
- # [21:02] * Joins: c4milo (~c4milo@ool-18ba7916.dyn.optonline.net)
- # [21:02] * Joins: hellangel7 (~hellangel@117.192.160.227)
- # [21:03] * Joins: mongo (~mongo@unaffiliated/mongo)
- # [21:07] * Quits: mongo (~mongo@unaffiliated/mongo) (Client Quit)
- # [21:09] * Joins: anchnk (~anchnk@static-176-182-141-112.ncc.abo.bbox.fr)
- # [21:10] * Quits: anchnk (~anchnk@static-176-182-141-112.ncc.abo.bbox.fr) (Client Quit)
- # [21:11] * Quits: Ms2ger (~Ms2ger@5.222-242-81.adsl-dyn.isp.belgacom.be) (Quit: nn)
- # [21:12] * Joins: richiebkr (~richiebkr@otp477478ots.ucsf.edu)
- # [21:12] * Quits: ilmgb (~ilmgb@HSI-KBW-37-49-103-81.hsi14.kabel-badenwuerttemberg.de) (Remote host closed the connection)
- # [21:13] * Joins: coellobranco (~FoRcEr@172.Red-81-33-125.dynamicIP.rima-tde.net)
- # [21:14] * Quits: DrShoggoth (~prakwtf@96-35-208-230.static.stls.mo.charter.com) (Quit: Leaving)
- # [21:15] * Joins: Click66 (~Click66@2a02:1810:a88c:9400:359f:d40d:e903:5b2d)
- # [21:15] * Joins: mepowers (~mepowers6@unaffiliated/mepowers)
- # [21:16] * Joins: nbvfuel (~nbvfuel@static-108-52-216-2.phlapa.fios.verizon.net)
- # [21:17] * Quits: tantek (~tantek@70-36-139-41.dsl.dynamic.sonic.net) (Quit: tantek)
- # [21:19] * Quits: gluten_hell_ (~gluten_he@p5DDC0667.dip0.t-ipconnect.de) (Quit: Computer has gone to sleep.)
- # [21:21] * Quits: trave (uid38181@gateway/web/irccloud.com/x-ysrieebfwvfreuwc) (Disconnected by services)
- # [21:21] * Joins: LiENUS (~LiENUS@ip72-219-29-205.br.br.cox.net)
- # [21:22] * Quits: mepowers (~mepowers6@unaffiliated/mepowers) (Remote host closed the connection)
- # [21:23] * Joins: cigarshark (~Todd@c-76-31-221-215.hsd1.tx.comcast.net)
- # [21:25] * Joins: Vloz_ (~Vloz@5pa54-1-78-238-129-225.fbx.proxad.net)
- # [21:25] * Joins: tantek (~tantek@172.56.31.45)
- # [21:28] * Quits: Vloz (~Vloz@5pa54-1-78-238-129-225.fbx.proxad.net) (Ping timeout: 246 seconds)
- # [21:28] * Quits: Click66 (~Click66@2a02:1810:a88c:9400:359f:d40d:e903:5b2d) (Quit: Computer has gone to sleep.)
- # [21:29] * Quits: LiENUS (~LiENUS@ip72-219-29-205.br.br.cox.net) (Ping timeout: 272 seconds)
- # [21:29] * Quits: anonymous_ (~anonymous@77.78.0.47) (Read error: Connection reset by peer)
- # [21:30] * Joins: mepowers (~mepowers6@unaffiliated/mepowers)
- # [21:31] * Joins: Shusshu (~shu@ip51cd1542.speed.planet.nl)
- # [21:32] * Quits: Shusshu (~shu@ip51cd1542.speed.planet.nl) (Client Quit)
- # [21:34] * Quits: chriys (~chriys@bas2-montreal29-1279583541.dsl.bell.ca) (Remote host closed the connection)
- # [21:38] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [21:42] * Joins: ilmgb (~ilmgb@HSI-KBW-37-49-103-81.hsi14.kabel-badenwuerttemberg.de)
- # [21:42] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 245 seconds)
- # [21:47] * Quits: ilmgb (~ilmgb@HSI-KBW-37-49-103-81.hsi14.kabel-badenwuerttemberg.de) (Ping timeout: 240 seconds)
- # [21:50] * Quits: _ht (~quassel@ip3e83ff64.speed.planet.nl) (Remote host closed the connection)
- # [21:51] <moo-_-> checkit: you can always emulate placeholder with javascript if it cannot do it natively
- # [21:56] * Quits: coellobranco (~FoRcEr@172.Red-81-33-125.dynamicIP.rima-tde.net) (Quit: http://www.juanantoniomosquera.com)
- # [21:58] * Quits: YarnFive8 (~YarnFive8@unaffiliated/yarnfive8) (Ping timeout: 240 seconds)
- # [21:58] * Quits: tantek (~tantek@172.56.31.45) (Quit: Colloquy for iPod touch - http://colloquy.mobi)
- # [21:58] * Quits: PxlVision (~PxlVision@c-50-156-7-51.hsd1.ca.comcast.net)
- # [21:59] * Quits: raintrap13 (~raintrap@112.198.231.18) (Remote host closed the connection)
- # [21:59] * Joins: tantek (~tantek@corp-nat.p2p.sfo1.mozilla.com)
- # [21:59] * Joins: raintrap13 (~raintrap@112.198.231.18)
- # [22:00] * Joins: tantek-ipod (~tantek@172.56.31.45)
- # [22:03] * Joins: Sonny|3oy (~Sonny|3oy@gateway/tor-sasl/sonny3oy/x-86005991)
- # [22:04] * Quits: raintrap13 (~raintrap@112.198.231.18) (Ping timeout: 272 seconds)
- # [22:04] * Quits: tantek-ipod (~tantek@172.56.31.45) (Client Quit)
- # [22:05] * Quits: oxhak (~OxHaK@ns330132.ip-37-59-37.eu) (Remote host closed the connection)
- # [22:08] * Joins: neogeeo (~tesla@104.Red-79-147-64.dynamicIP.rima-tde.net)
- # [22:08] * Quits: neogeeo (~tesla@104.Red-79-147-64.dynamicIP.rima-tde.net) (Client Quit)
- # [22:10] * Joins: anonymous_ (~anonymous@77.78.0.47)
- # [22:10] * Quits: anonymous_ (~anonymous@77.78.0.47) (Read error: Connection reset by peer)
- # [22:11] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [22:13] * Quits: buzzlewoo (~buzzlewoo@c-71-197-226-140.hsd1.wa.comcast.net)
- # [22:14] * Quits: koderok (~koderok@106.216.183.16) (Ping timeout: 240 seconds)
- # [22:15] * Joins: anonymous_ (~anonymous@77.78.0.47)
- # [22:15] * Joins: chriys (~chriys@bas2-montreal29-1279583541.dsl.bell.ca)
- # [22:15] * Quits: Sonny|3oy (~Sonny|3oy@gateway/tor-sasl/sonny3oy/x-86005991) (Quit: Leaving)
- # [22:16] * Joins: britneywright (~textual@pool-108-18-228-203.washdc.fios.verizon.net)
- # [22:17] * Joins: mongo (~mongo@unaffiliated/mongo)
- # [22:20] * Joins: Rou (~Rou@pool-74-97-34-130.prvdri.fios.verizon.net)
- # [22:20] * Joins: hkon_ (~hkon_@213.167.121.42.static.lyse.net)
- # [22:21] * Joins: lmclister (~lmclister@192.150.10.209)
- # [22:22] * Parts: mepowers (~mepowers6@unaffiliated/mepowers)
- # [22:23] * Joins: dangerousdave (~dangerous@78.156.71.46)
- # [22:25] * Quits: hkon_ (~hkon_@213.167.121.42.static.lyse.net) (Ping timeout: 260 seconds)
- # [22:25] * Quits: britneywright (~textual@pool-108-18-228-203.washdc.fios.verizon.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [22:26] * Quits: dangerousdave (~dangerous@78.156.71.46) (Client Quit)
- # [22:26] * Quits: anonymous_ (~anonymous@77.78.0.47) (Read error: Connection reset by peer)
- # [22:27] * Joins: wast (~wasteful@11-242.dsl.iskon.hr)
- # [22:29] * Joins: britneywright (~textual@pool-108-18-228-203.washdc.fios.verizon.net)
- # [22:31] * Quits: Prosperity (~Prosperit@142.150.23.90) (Remote host closed the connection)
- # [22:36] * Quits: mongo (~mongo@unaffiliated/mongo) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [22:36] * Quits: U23 (~U23@h75n8-far-a13.ias.bredband.telia.com) (Ping timeout: 255 seconds)
- # [22:36] * Joins: b4rbz (~barbz@ool-18e42f45.dyn.optonline.net)
- # [22:37] * Quits: checkit (hidden-use@wsip-68-225-29-133.oc.oc.cox.net) (Quit: Lingo - http://www.lingoirc.com)
- # [22:37] * Joins: mongo (~mongo@unaffiliated/mongo)
- # [22:38] * Joins: Kronos92 (~Kronos92@p4FCD09EA.dip0.t-ipconnect.de)
- # [22:38] <Kronos92> hey anybody out there who know a classic html5 template which is very classic (black and white) small and a bit like a newspaper
- # [22:39] <Kronos92> i only want to post some text
- # [22:39] <Kronos92> javascript should be fine but is not neeeded
- # [22:40] * Joins: U23 (~U23@h75n8-far-a13.ias.bredband.telia.com)
- # [22:41] * Joins: DrShoggoth (~prakwtf@96-35-208-230.static.stls.mo.charter.com)
- # [22:41] <Kronos92> something like this
- # [22:41] <Kronos92> http://demo.jimbarraud.com/manifest/
- # [22:44] * Joins: Click66 (~Click66@2a02:1810:a88c:9400:e094:60ba:3f43:f603)
- # [22:45] * Quits: jtuz (~jtuz@187.191.10.123) (Ping timeout: 255 seconds)
- # [22:46] * Joins: anonymous_ (~anonymous@77.78.0.47)
- # [22:46] * Quits: hellangel7 (~hellangel@117.192.160.227) (Remote host closed the connection)
- # [22:46] * Quits: anonymous_ (~anonymous@77.78.0.47) (Read error: Connection reset by peer)
- # [22:46] * Joins: anonymous_ (~anonymous@77.78.0.47)
- # [22:47] * Quits: anonymous_ (~anonymous@77.78.0.47) (Read error: Connection reset by peer)
- # [22:48] * Joins: jtuz (~jtuz@187.191.10.123)
- # [22:51] * Quits: Kronos92 (~Kronos92@p4FCD09EA.dip0.t-ipconnect.de)
- # [22:52] * Joins: dangerousdave (~dangerous@78.156.71.46)
- # [22:54] * Joins: anonymous_ (~anonymous@77.78.0.47)
- # [22:54] * Quits: anonymous_ (~anonymous@77.78.0.47) (Remote host closed the connection)
- # [22:54] * Joins: Lingo__ (~Lingo@176.73.66.224)
- # [22:55] * Joins: oxhak (~OxHaK@ns330132.ip-37-59-37.eu)
- # [22:57] * Joins: zecho_ (~zecho@204.77.45.99)
- # [22:57] * Joins: Guest23202 (~Guest232O@176.56.238.201)
- # [22:59] * Quits: Lingo__ (~Lingo@176.73.66.224) (Ping timeout: 240 seconds)
- # [23:01] * Quits: zecho (~zecho@66-247-17-199.northern.mnscu.edu) (Ping timeout: 264 seconds)
- # [23:01] * Quits: dangerousdave (~dangerous@78.156.71.46) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [23:01] * Quits: zecho_ (~zecho@204.77.45.99) (Ping timeout: 240 seconds)
- # [23:02] * Quits: dafol (~Miranda@p54AFC3AA.dip0.t-ipconnect.de) (Quit: dafol)
- # [23:02] * Joins: dangerousdave (~dangerous@78.156.71.46)
- # [23:03] * Joins: sifu (~sifu@cpc67897-sotn13-2-0-cust697.15-1.cable.virginm.net)
- # [23:03] * Quits: GhostFreeman (~soliddong@24-178-75-82.static.gwnt.ga.charter.com) (Ping timeout: 260 seconds)
- # [23:03] * Joins: dafol (~Miranda@p54AFC3AA.dip0.t-ipconnect.de)
- # [23:04] * Quits: dafol (~Miranda@p54AFC3AA.dip0.t-ipconnect.de) (Client Quit)
- # [23:07] * Quits: b4rbz (~barbz@ool-18e42f45.dyn.optonline.net) (Quit: Leaving)
- # [23:08] * Joins: _wli (~williamli@1-36-121-137.static.netvigator.com)
- # [23:09] * Quits: jtuz (~jtuz@187.191.10.123) (Ping timeout: 272 seconds)
- # [23:10] * Joins: jtuz (~jtuz@fixed-203-237-86.iusacell.net)
- # [23:11] * Quits: krawchyk (~textual@50-198-150-254-static.hfc.comcastbusiness.net) (Quit: away)
- # [23:14] * Quits: manuelbieh (~manuelbie@p57BD6072.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
- # [23:15] * Quits: nbvfuel (~nbvfuel@static-108-52-216-2.phlapa.fios.verizon.net)
- # [23:15] * Joins: krawchyk (~textual@50-198-150-254-static.hfc.comcastbusiness.net)
- # [23:16] * Joins: frickettz (~Matt@71-87-143-48.dhcp.oxfr.ma.charter.com)
- # [23:16] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [23:18] * Joins: HashDot (~HashDot@ip4d154b8a.dynamic.kabel-deutschland.de)
- # [23:18] * Quits: HashDot (~HashDot@ip4d154b8a.dynamic.kabel-deutschland.de) (Remote host closed the connection)
- # [23:21] * Quits: Click66 (~Click66@2a02:1810:a88c:9400:e094:60ba:3f43:f603) (Quit: Computer has gone to sleep.)
- # [23:22] * Quits: londoncalling (~londoncal@cpc8-shep11-2-0-cust176.8-3.cable.virginm.net) (Remote host closed the connection)
- # [23:22] * Quits: danielwrobert (~danielwro@wsip-68-15-24-46.sd.sd.cox.net) (Quit: Leaving.)
- # [23:22] * Joins: londoncalling (~londoncal@cpc8-shep11-2-0-cust176.8-3.cable.virginm.net)
- # [23:23] * Joins: lmclister (~lmclister@192.150.10.209)
- # [23:24] * Joins: Juanchito (~Juanchito@81.60.135.246.dyn.user.ono.com)
- # [23:26] * Quits: dangerousdave (~dangerous@78.156.71.46) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [23:26] * Joins: dangerousdave (~dangerous@78.156.71.46)
- # [23:27] * Quits: richiebkr (~richiebkr@otp477478ots.ucsf.edu) (Remote host closed the connection)
- # [23:31] * Quits: dangerousdave (~dangerous@78.156.71.46) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [23:32] * Joins: mepowers (~mepowers6@unaffiliated/mepowers)
- # [23:32] * Joins: dangerousdave (~dangerous@78.156.71.46)
- # [23:34] * Quits: symb (~symb@2a02:8109:8980:540:11d3:235f:cd58:b62e) (Quit: You should never underestimate the predictability of stupidity.)
- # [23:34] * Quits: irae_ (~irae_@nat/yahoo/x-etqknnemvssinpph) (Quit: irae_)
- # [23:39] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
- # [23:40] * Quits: lmclister (~lmclister@192.150.10.209) (Read error: Connection reset by peer)
- # [23:40] * Joins: lmclister (~lmclister@192.150.10.209)
- # [23:41] * Joins: newtron_work (~newtron@199.71.174.204)
- # [23:41] * Quits: dangerousdave (~dangerous@78.156.71.46) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [23:42] * Joins: Codebold (~Codebold@dslb-088-072-106-156.088.072.pools.vodafone-ip.de)
- # [23:43] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 240 seconds)
- # [23:44] * Quits: newtron_ (~newtron@199.71.174.203) (Ping timeout: 240 seconds)
- # [23:44] * Joins: Betal (~Beta@unaffiliated/betal)
- # [23:45] * Quits: newtron_work (~newtron@199.71.174.204) (Ping timeout: 240 seconds)
- # [23:45] * Joins: LiENUS (~LiENUS@ip72-219-29-205.br.br.cox.net)
- # [23:47] * Joins: irae_ (~irae_@nat/yahoo/x-zxtzuniovbbhjkra)
- # [23:48] * Joins: HashDot (~HashDot@ip4d154b8a.dynamic.kabel-deutschland.de)
- # [23:49] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Quit: jetienne)
- # [23:51] * Joins: danielwrobert (~danielwro@wsip-68-15-24-46.sd.sd.cox.net)
- # [23:53] * Quits: HashDot (~HashDot@ip4d154b8a.dynamic.kabel-deutschland.de) (Ping timeout: 250 seconds)
- # [23:57] * Quits: britneywright (~textual@pool-108-18-228-203.washdc.fios.verizon.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # Session Close: Wed Aug 13 00:00:00 2014
The end :)