Options:
- # Session Start: Sat Jul 02 00:00:00 2011
- # Session Ident: #html5
- # [11:16] * Attempting to rejoin channel #html5
- # [11:16] * Rejoined channel #html5
- # [11:16] * Topic is 'Welcome, amigos :: Ask any question about html5 & Friends. || Author Spec: http://dev.w3.org/html5/spec-author-view/ || Full spec: http://whatwg.org/html5 || Also: http://html5rocks.com http://diveintohtml5.org http://mzl.la/9giLwR http://html5homi.es'
- # [11:16] * Set by marienz!~marienz@freenode/staff/marienz on Fri Nov 05 18:43:30
- # [11:16] * Joins: vjvjftft (~ajpiano@cpe-68-173-41-149.nyc.res.rr.com)
- # [11:19] * Quits: ajpiaNOU (~ajpiano@cpe-68-173-41-149.nyc.res.rr.com) (Read error: Connection reset by peer)
- # [11:20] * Quits: cocoadaemon (~cocoadaem@cho94-7-88-169-144-233.fbx.proxad.net) (Quit: cocoadaemon)
- # [11:38] * Joins: ajpiaNOU (~ajpiano@cpe-68-173-41-149.nyc.res.rr.com)
- # [11:39] * Quits: Saadi (~mslfreak@unaffiliated/saadibrahim) (Ping timeout: 240 seconds)
- # [11:39] * Quits: ajpiaNOU (~ajpiano@cpe-68-173-41-149.nyc.res.rr.com) (Remote host closed the connection)
- # [11:39] * Joins: ajpiaNOU (~ajpiano@cpe-68-173-41-149.nyc.res.rr.com)
- # [11:39] * Quits: vjvjftft (~ajpiano@cpe-68-173-41-149.nyc.res.rr.com) (Read error: Connection reset by peer)
- # [11:39] * Quits: SaadIbrahim (~mslfreak@unaffiliated/saadibrahim) (Ping timeout: 258 seconds)
- # [11:41] <iraebrasil> does anyone knows what builder/framework uses requireCss and require as seen here https://github.com/voloko/facebook-circles/blob/master/src/app.js to output everything as one file like this one? http://www.circlehack.com/src/app.js
- # [11:49] <jetienne> https://github.com/pete-otaqui/require-css/blob/master/lib/require-css.js is a possibility
- # [11:49] <iraebrasil> jetienne: it's not that one...
- # [11:49] <iraebrasil> :(
- # [11:50] <iraebrasil> I am searching for about an hour already
- # [11:50] <jetienne> good luck
- # [11:50] * psynaptic|away is now known as psynaptic
- # [11:50] <iraebrasil> the one I am searching for inlines the css file as a string
- # [11:51] <iraebrasil> thank you for your help, jetienne
- # [11:56] * Quits: patcito (~123@190.42.95.68) (Read error: Connection reset by peer)
- # [12:06] * Quits: Rik` (~Rik`@2a01:e34:ec0f:1570:daa2:5eff:fe97:85ee) (Remote host closed the connection)
- # [12:07] * Joins: Rik` (~Rik`@2a01:e34:ec0f:1570:daa2:5eff:fe97:85ee)
- # [12:09] * Joins: Ms2ger (~Ms2ger@91.181.168.11)
- # [12:09] * Quits: Rik` (~Rik`@2a01:e34:ec0f:1570:daa2:5eff:fe97:85ee) (Remote host closed the connection)
- # [12:09] * Joins: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk)
- # [12:10] * Quits: Ramosa (Ramosa@unaffiliated/harald/x-000000001) (Read error: Connection reset by peer)
- # [12:13] * Joins: Rik` (~Rik`@2a01:e34:ec0f:1570:daa2:5eff:fe97:85ee)
- # [12:14] * Quits: robhawkes (~robhawkes@94.196.77.134.threembb.co.uk) (Quit: Leaving...)
- # [12:18] * Quits: Ms2ger (~Ms2ger@91.181.168.11) (Ping timeout: 250 seconds)
- # [12:18] * Joins: shipit (~shipit@c-67-180-23-104.hsd1.ca.comcast.net)
- # [12:20] * Joins: kollapse (~kollaps@unaffiliated/kollapse)
- # [12:20] <kollapse> Hello. If I have an .SVGZ file with multiple shapes in it, how do I select which shape (or coordinate ??) to display.
- # [12:29] * Joins: Ramosa (Ramosa@unaffiliated/harald/x-000000001)
- # [12:33] <dr0id> iraebrasil: there ?
- # [12:33] <iraebrasil> dr0id: hi
- # [12:33] <dr0id> you said you made use of modernizr and hide the arrows in ipad. but that doesn't stop it from downloading in the ipad, does it ? :-/
- # [12:33] * Joins: Ms2ger (~Ms2ger@91.181.168.11)
- # [12:34] <iraebrasil> yup, if the arrows are images this is bad
- # [12:34] <dr0id> how would you usually stop extra resources from loading ?
- # [12:35] <iraebrasil> myne were unicode characters with transform:scaleX(0.6)
- # [12:35] <dr0id> also if that had been a background image, it wouldn't had loaded, right ? or would it
- # [12:35] <dr0id> ohh, I see
- # [12:35] <iraebrasil> yes, background imagens wouldn't have loaded :)
- # [12:36] <iraebrasil> but you must use the class properlly
- # [12:36] * Joins: onr (~onur@nginx/adept/pdpc.active.evet)
- # [12:36] <dr0id> yeah
- # [12:37] <iraebrasil> .arrow {background:a.png} .no-touch .arrow {display:none;} would load it, but...
- # [12:37] <iraebrasil> .touch .arrow {background:a.png} .no-touch .arrow {display:none;} will not
- # [12:37] <iraebrasil> or I can be wrong... better to check :D
- # [12:37] <iraebrasil> lol
- # [12:37] * Joins: beeviz (~beevi2@ip-78-94-3-11.unitymediagroup.de)
- # [12:37] <dr0id> background should be there in no-touch ;)
- # [12:38] <dr0id> yeah, if you can test and find out
- # [12:39] * Joins: ThewyBread (~ThewyBrea@175.33.191.103)
- # [12:40] <iraebrasil> Oh, I see... I typed it incorrectly
- # [12:41] <iraebrasil> .no-touch .arrow {background:a.png} .touch .arrow {display:none;} <-- this should work, image only load on non-touch devices
- # [12:41] <dr0id> cool, tested ? :P thanks :D
- # [12:41] * Quits: MissionCritical (~MissionCr@unaffiliated/missioncritical) (Remote host closed the connection)
- # [12:42] <iraebrasil> I can't test this right now, but I am pretty sure it will work...
- # [12:44] * Joins: SaadIbrahim (~mslfreak@182.178.42.43)
- # [12:44] * Quits: SaadIbrahim (~mslfreak@182.178.42.43) (Changing host)
- # [12:44] * Joins: SaadIbrahim (~mslfreak@unaffiliated/saadibrahim)
- # [12:44] * SaadIbrahim is now known as Saadi
- # [12:45] <dr0id> ok
- # [12:45] * Quits: shipit (~shipit@c-67-180-23-104.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [12:46] <iraebrasil> dr0id: ok, tested now... works
- # [12:46] <iraebrasil> i remembered I had another project already setup in my local apache with modernizr... it was simple to test there ;)
- # [12:47] * psynaptic is now known as psynaptic|away
- # [12:47] <dr0id> iraebrasil: so the image "won't load" if it's a touch screen ?
- # [12:48] <iraebrasil> it won't
- # [12:48] * Quits: Ms2ger (~Ms2ger@91.181.168.11) (Ping timeout: 255 seconds)
- # [12:49] <dr0id> cool, thanks for the favour :)
- # [12:49] * Quits: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk) (Quit: Leaving.)
- # [12:49] * Joins: Ms2ger (~Ms2ger@91.181.168.11)
- # [12:49] <iraebrasil> np :)
- # [12:53] * Joins: MissionCritical (~MissionCr@unaffiliated/missioncritical)
- # [12:56] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Remote host closed the connection)
- # [12:56] * Joins: codeon (~himanshu@182.68.79.223)
- # [12:59] * Quits: Saadi (~mslfreak@unaffiliated/saadibrahim) (Disconnected by services)
- # [12:59] * Joins: SaadIbrahim (~mslfreak@unaffiliated/saadibrahim)
- # [12:59] * SaadIbrahim is now known as Saadi
- # [13:08] * Joins: SaadIbrahim (~mslfreak@182.178.83.247)
- # [13:08] * Quits: SaadIbrahim (~mslfreak@182.178.83.247) (Changing host)
- # [13:08] * Joins: SaadIbrahim (~mslfreak@unaffiliated/saadibrahim)
- # [13:08] * Quits: Saadi (~mslfreak@unaffiliated/saadibrahim) (Disconnected by services)
- # [13:09] * Joins: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl)
- # [13:09] * Joins: nimbupani (~Adium@c-24-18-47-160.hsd1.wa.comcast.net)
- # [13:09] * nimbupani is now known as nimbu
- # [13:09] * Parts: nimbu (~Adium@c-24-18-47-160.hsd1.wa.comcast.net)
- # [13:10] * Quits: ThewyBread (~ThewyBrea@175.33.191.103) (Quit: Computer has gone to sleep.)
- # [13:13] * Quits: codeon (~himanshu@182.68.79.223) (Read error: Connection timed out)
- # [13:32] * Joins: rros (~robert@78.27.52.235)
- # [13:34] * Quits: kyxzme (~kvirc@93-42-12-83.ip84.fastwebnet.it) (Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/)
- # [13:35] * Joins: Jayflux (~jay_knows@cpc1-dudl6-0-0-cust197.wolv.cable.virginmedia.com)
- # [13:36] * Quits: sw0rdfish (~Johnson@unaffiliated/robinux) (Ping timeout: 258 seconds)
- # [13:40] * Joins: Saaaaad (~mslfreak@113.203.140.112)
- # [13:40] * Quits: Saaaaad (~mslfreak@113.203.140.112) (Changing host)
- # [13:40] * Joins: Saaaaad (~mslfreak@unaffiliated/saadibrahim)
- # [13:40] * Quits: SaadIbrahim (~mslfreak@unaffiliated/saadibrahim) (Disconnected by services)
- # [13:40] * Saaaaad is now known as SaadIbrahim
- # [13:47] * Quits: simenbrekken (~simenbrek@c85-196-101-98.static.sdsl.no) (Quit: Computer has gone to sleep.)
- # [14:03] * Joins: sedovsek (~robert.se@84-255-198-197.static.t-2.net)
- # [14:04] <kollapse> How can I display only an object from inside an SVG ? For example I don't want to display the entire file.svg but rather file.svg#ObjectID
- # [14:12] * Quits: Rik` (~Rik`@2a01:e34:ec0f:1570:daa2:5eff:fe97:85ee) (Remote host closed the connection)
- # [14:18] * Joins: Rik` (~Rik`@2a01:e34:ec0f:1570:daa2:5eff:fe97:85ed)
- # [14:24] * Joins: shichuan (~Shi_Chuan@cm182.eta124.maxonline.com.sg)
- # [14:25] * Quits: Evanescence (~chris@122.237.21.189) (Ping timeout: 255 seconds)
- # [14:33] * Quits: Jackneill (~Jackneill@unaffiliated/jackneill) (Remote host closed the connection)
- # [14:34] * Quits: skylamer` (cgskylamer@78.90.213.55)
- # [14:34] * Quits: drewcode (~chatzilla@24-107-73-144.dhcp.stls.mo.charter.com) (Ping timeout: 264 seconds)
- # [14:34] * Joins: Jackneill (~Jackneill@unaffiliated/jackneill)
- # [14:38] * Quits: MissionCritical (~MissionCr@unaffiliated/missioncritical) (Remote host closed the connection)
- # [14:42] * Quits: Jackneill (~Jackneill@unaffiliated/jackneill) (Quit: Nettalk6 - www.ntalk.de)
- # [14:51] * Joins: MissionCritical (~MissionCr@unaffiliated/missioncritical)
- # [14:52] * Joins: cocoadaemon (~cocoadaem@9.132.1.93.rev.sfr.net)
- # [14:59] <onr> kollapse: its pretty possible with javascript
- # [15:00] <onr> kollapse: well, with css too
- # [15:00] <kollapse> onr: Would it also be possible in Cavas? I reckon not. :(
- # [15:01] <kollapse> I actually have an SVG file with about 20 objects (shapes) in it, each one with its own ID. It would've been great if you could dispaly only one object by using file.svg#ID
- # [15:03] <onr> yeah it would be good
- # [15:04] <kollapse> Now I have to cut 20 shapes, turn them into png and then import them into canvas :( None of the Canvas extensions are capable of this either (processing.js, CakeJS)
- # [15:05] <onr> kollapse: take a look at fabric.js
- # [15:08] <kollapse> onr: Hmm, looks very interesting but I wonder if it could be used in combination with processing.js
- # [15:17] * Quits: chromedFiz (u533@gateway/web/irccloud.com/x-kmiqgviawghcycva) (Quit: Connection closed for inactivity)
- # [15:18] * Joins: robhawkes (~robhawkes@94.197.93.39.threembb.co.uk)
- # [15:20] * Quits: mike5w3c (~MikeSmith@EM1-112-25-122.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [15:24] * Joins: Jackneill (~Jackneill@82.131.229.29.pool.invitel.hu)
- # [15:24] * Quits: Jackneill (~Jackneill@82.131.229.29.pool.invitel.hu) (Changing host)
- # [15:24] * Joins: Jackneill (~Jackneill@unaffiliated/jackneill)
- # [15:30] * Quits: cheeaun (u2141@gateway/web/irccloud.com/x-ysemkwdxtbebzxpi) (Quit: Connection closed for inactivity)
- # [15:32] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 240 seconds)
- # [15:33] * Joins: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [15:33] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Disconnected by services)
- # [15:33] * Quits: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t) (Excess Flood)
- # [15:34] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [15:34] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [15:34] * Quits: benv (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving...)
- # [15:48] * Quits: overra (~overra@206.255.16.231) (Ping timeout: 264 seconds)
- # [15:48] * Joins: materialdesigner (~materiald@68-119-212-179.dhcp.hckr.nc.charter.com)
- # [15:52] * Quits: dpy (~Marcel@dhcp-077-248-090-235.chello.nl) (Ping timeout: 255 seconds)
- # [16:03] * Quits: gavin_huang (~gravof@122.246.48.161) (Read error: Connection reset by peer)
- # [16:13] * Quits: Ms2ger (~Ms2ger@91.181.168.11) (Ping timeout: 255 seconds)
- # [16:13] * Quits: gnuyoga (~gnuyoga@ec2-175-41-145-244.ap-southeast-1.compute.amazonaws.com) (Remote host closed the connection)
- # [16:25] * Joins: Ms2ger (~Ms2ger@91.181.88.153)
- # [16:37] * Joins: Xisc (~xisc@46.39.19.95.dynamic.jazztel.es)
- # [16:42] * Joins: codeon (~himanshu@182.64.244.166)
- # [16:45] * Joins: cgcardona (~cgcardona@adsl-68-127-138-229.dsl.pltn13.pacbell.net)
- # [16:45] * Quits: cgcardona (~cgcardona@adsl-68-127-138-229.dsl.pltn13.pacbell.net) (Changing host)
- # [16:45] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [16:45] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Client Quit)
- # [16:51] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [16:51] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 252 seconds)
- # [16:52] * Joins: moshee (~moshee@c-24-16-155-210.hsd1.wa.comcast.net)
- # [16:52] * Quits: moshee (~moshee@c-24-16-155-210.hsd1.wa.comcast.net) (Changing host)
- # [16:52] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [16:56] * Quits: dr0id (~andy@unaffiliated/dr0id) (Quit: Leaving.)
- # [17:05] * Quits: SaadIbrahim (~mslfreak@unaffiliated/saadibrahim) (Ping timeout: 240 seconds)
- # [17:10] * Joins: MikeSmith (~mikesmith@EM1-112-181-143.pool.e-mobile.ne.jp)
- # [17:19] * Joins: MikeSmith_ (~mikesmith@EM1-112-182-192.pool.e-mobile.ne.jp)
- # [17:20] * Quits: MikeSmith (~mikesmith@EM1-112-181-143.pool.e-mobile.ne.jp) (Ping timeout: 258 seconds)
- # [17:24] * Quits: MikeSmith_ (~mikesmith@EM1-112-182-192.pool.e-mobile.ne.jp) (Ping timeout: 255 seconds)
- # [17:27] * Joins: thedudeinblack (4086f2ca@gateway/web/freenode/ip.64.134.242.202)
- # [17:28] <thedudeinblack> hey yall, how does HTML5 markup scale in older browsers?
- # [17:28] <thedudeinblack> does it just ignore, or will it cause internal combustion of the rendering engine?
- # [17:28] <thedudeinblack> i.e. IE6 will be like "i suck" and not render the page at all
- # [17:32] <thedudeinblack> someone had better answer me....................
- # [17:33] <thedudeinblack> so it sounds like the best strategy is to wrap your HTML5 stuff in just plain old div's........ so you get semantic niceness without error explosions
- # [17:34] * Joins: dgathright (~dgathrigh@c-71-204-165-122.hsd1.ca.comcast.net)
- # [17:46] * Quits: thedudeinblack (4086f2ca@gateway/web/freenode/ip.64.134.242.202) (Ping timeout: 252 seconds)
- # [17:56] * Quits: digitalfiz (~digitalfi@96bus106.tampabay.res.rr.com) (Remote host closed the connection)
- # [18:01] * Quits: shepazu (~schepers@pool-71-174-254-88.bstnma.fios.verizon.net) (Quit: shepazu)
- # [18:02] * Quits: gde33 (kvirc@546A1A51.cm-12-3a.dynamic.ziggo.nl) (Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/)
- # [18:05] * Joins: digitalfiz (~digitalfi@96bus106.tampabay.res.rr.com)
- # [18:07] * Quits: shichuan (~Shi_Chuan@cm182.eta124.maxonline.com.sg) (Quit: Leaving.)
- # [18:13] * Joins: MikeSmith (~mikesmith@EM111-188-67-232.pool.e-mobile.ne.jp)
- # [18:20] * Quits: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl) (Ping timeout: 276 seconds)
- # [18:32] * Joins: simenbrekken (~simenbrek@c85-196-101-98.static.sdsl.no)
- # [18:33] * Quits: emil-malmoe (~emil-emil@h-191-247.A189.priv.bahnhof.se) (Remote host closed the connection)
- # [18:36] * Quits: Rik` (~Rik`@2a01:e34:ec0f:1570:daa2:5eff:fe97:85ed) (Remote host closed the connection)
- # [18:36] * Joins: Rik` (~Rik`@2a01:e34:ec0f:1570:daa2:5eff:fe97:85ed)
- # [18:40] * Quits: Rik` (~Rik`@2a01:e34:ec0f:1570:daa2:5eff:fe97:85ed) (Remote host closed the connection)
- # [18:40] * Joins: Rik` (~Rik`@2a01:e34:ec0f:1570:daa2:5eff:fe97:85ed)
- # [18:41] * Quits: Xisc (~xisc@46.39.19.95.dynamic.jazztel.es) (Remote host closed the connection)
- # [18:41] * Joins: c_guy (~chatzilla@c-98-242-97-201.hsd1.ga.comcast.net)
- # [18:42] * Quits: Rik` (~Rik`@2a01:e34:ec0f:1570:daa2:5eff:fe97:85ed) (Remote host closed the connection)
- # [18:42] * Joins: Rik` (~Rik`@2a01:e34:ec0f:1570:daa2:5eff:fe97:85ed)
- # [18:43] <c_guy> anyone had problems with the audio "ended" property in chrome?
- # [18:43] <c_guy> it is always false for me
- # [18:43] <c_guy> works fine in firefox
- # [18:45] * Quits: Rik` (~Rik`@2a01:e34:ec0f:1570:daa2:5eff:fe97:85ed) (Remote host closed the connection)
- # [18:45] * Quits: robhawkes (~robhawkes@94.197.93.39.threembb.co.uk) (Ping timeout: 255 seconds)
- # [18:46] * Joins: wookiehangover (~wookiehan@c-98-245-45-244.hsd1.co.comcast.net)
- # [18:48] * Joins: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
- # [18:53] * Joins: shichuan (~Shi_Chuan@cm182.eta124.maxonline.com.sg)
- # [18:53] * Joins: phishy (~jeff@c-71-192-162-156.hsd1.nh.comcast.net)
- # [18:53] * Quits: MikeSmith (~mikesmith@EM111-188-67-232.pool.e-mobile.ne.jp) (Ping timeout: 276 seconds)
- # [18:53] <paul_irish> c_guy:
- # [18:53] <paul_irish> i do onended="this.play()" pretty often
- # [18:53] <paul_irish> oh but that's the event not the prop
- # [18:53] <paul_irish> dunno about the porp
- # [18:54] <c_guy> I haven't checked to see if the event is firing. I'll try that.
- # [18:54] * Quits: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: Connection reset by peer)
- # [18:54] * Joins: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
- # [18:59] * Joins: patcito (~123@190.42.95.68)
- # [19:00] * Quits: materialdesigner (~materiald@68-119-212-179.dhcp.hckr.nc.charter.com) (Quit: materialdesigner)
- # [19:01] * Joins: techrush (~techrush@adsl-75-4-217-241.dsl.irvnca.sbcglobal.net)
- # [19:01] * Quits: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: Connection reset by peer)
- # [19:01] * Joins: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net)
- # [19:02] * Joins: JKarsrud (~JKarsrud@178.74.13.36)
- # [19:02] * Quits: Rik` (~Rik`@lag75-1-78-192-241-87.fbxo.proxad.net) (Read error: Connection reset by peer)
- # [19:04] * Joins: Rik` (~Rik`@2a01:e34:ec0f:1570:daa2:5eff:fe97:85ed)
- # [19:05] * Joins: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl)
- # [19:05] * Quits: Rik` (~Rik`@2a01:e34:ec0f:1570:daa2:5eff:fe97:85ed) (Remote host closed the connection)
- # [19:06] * Joins: Rik` (~Rik`@2a01:e34:ec0f:1570:daa2:5eff:fe97:85ed)
- # [19:10] * Joins: SaadIbrahim (~mslfreak@113.203.158.52)
- # [19:10] * Quits: SaadIbrahim (~mslfreak@113.203.158.52) (Changing host)
- # [19:10] * Joins: SaadIbrahim (~mslfreak@unaffiliated/saadibrahim)
- # [19:11] * Quits: phishy (~jeff@c-71-192-162-156.hsd1.nh.comcast.net) (Quit: phishy)
- # [19:12] * Joins: phishy (~jeff@c-71-192-162-156.hsd1.nh.comcast.net)
- # [19:14] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [19:16] * Quits: techrush (~techrush@adsl-75-4-217-241.dsl.irvnca.sbcglobal.net) (Quit: Leaving)
- # [19:19] * Joins: robhawkes (~robhawkes@94.196.134.133.threembb.co.uk)
- # [19:23] * Joins: MikeSmith (~mikesmith@EM1-112-7-159.pool.e-mobile.ne.jp)
- # [19:26] * Quits: Jackneill (~Jackneill@unaffiliated/jackneill) (Remote host closed the connection)
- # [19:28] * Joins: Jackneill (~Jackneill@unaffiliated/jackneill)
- # [19:35] * Quits: phishy (~jeff@c-71-192-162-156.hsd1.nh.comcast.net) (Quit: phishy)
- # [19:40] * Joins: jeffszusz (~jeffszusz@66.11.186.38)
- # [19:42] * Quits: sedovsek (~robert.se@84-255-198-197.static.t-2.net) (Ping timeout: 252 seconds)
- # [19:44] * Quits: ajpiaNOU (~ajpiano@cpe-68-173-41-149.nyc.res.rr.com) (Quit: Bye!)
- # [19:46] * Joins: sedovsek (~robert.se@84-255-198-197.static.t-2.net)
- # [19:48] * Joins: techrush (~techrush@adsl-75-4-217-241.dsl.irvnca.sbcglobal.net)
- # [19:56] * Joins: NetRoY (~NetRoY@122.167.80.149)
- # [19:58] * Quits: MikeSmith (~mikesmith@EM1-112-7-159.pool.e-mobile.ne.jp) (Quit: hands busy doing other things)
- # [20:00] * Joins: phishy (~jeff@c-71-192-162-156.hsd1.nh.comcast.net)
- # [20:04] * Quits: kadiks (~kadiks@APuteaux-652-1-7-34.w82-124.abo.wanadoo.fr) (Ping timeout: 260 seconds)
- # [20:05] * Joins: Xisc (~xisc@46.39.19.95.dynamic.jazztel.es)
- # [20:07] * Parts: shichuan (~Shi_Chuan@cm182.eta124.maxonline.com.sg)
- # [20:07] * Joins: MikeSmith (~mikesmith@EM1-112-7-159.pool.e-mobile.ne.jp)
- # [20:09] * Joins: noisea (~noisea@a213-22-249-151.cpe.netcabo.pt)
- # [20:10] * Quits: noisea (~noisea@a213-22-249-151.cpe.netcabo.pt) (Remote host closed the connection)
- # [20:14] * Quits: beeviz (~beevi2@ip-78-94-3-11.unitymediagroup.de) (Quit: Verlassend)
- # [20:15] * Joins: beeviz (~beevi2@ip-78-94-3-11.unitymediagroup.de)
- # [20:15] * Quits: dmachi (~dmachi@pool-72-66-195-104.ronkva.east.verizon.net) (Read error: Connection reset by peer)
- # [20:15] * Joins: dmachi (~dmachi@pool-72-66-195-104.ronkva.east.verizon.net)
- # [20:16] * Quits: Xisc (~xisc@46.39.19.95.dynamic.jazztel.es) (Remote host closed the connection)
- # [20:19] * Quits: cocoadaemon (~cocoadaem@9.132.1.93.rev.sfr.net) (Quit: cocoadaemon)
- # [20:23] * Joins: Xisc (~xisc@46.39.19.95.dynamic.jazztel.es)
- # [20:36] * Joins: taar779 (~taar779@d24-57-144-141.home.cgocable.net)
- # [20:37] * Joins: cyrusyrus (~cyrusyrus@122.169.32.93)
- # [20:40] * Quits: dgathright (~dgathrigh@c-71-204-165-122.hsd1.ca.comcast.net) (Quit: dgathright)
- # [20:41] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 252 seconds)
- # [20:42] * Joins: moshee (~moshee@c-24-16-155-210.hsd1.wa.comcast.net)
- # [20:42] * Quits: moshee (~moshee@c-24-16-155-210.hsd1.wa.comcast.net) (Changing host)
- # [20:42] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [20:42] * Quits: Jackneill (~Jackneill@unaffiliated/jackneill) (Quit: Nettalk6 - www.ntalk.de)
- # [20:44] * Joins: Jackneill (~Jackneill@82.131.229.29.pool.invitel.hu)
- # [20:44] * Quits: Jackneill (~Jackneill@82.131.229.29.pool.invitel.hu) (Changing host)
- # [20:44] * Joins: Jackneill (~Jackneill@unaffiliated/jackneill)
- # [20:44] * Joins: snover (~Adium@unaffiliated/snover)
- # [20:45] * Quits: taar779 (~taar779@d24-57-144-141.home.cgocable.net) (Quit: Ex-Chat)
- # [20:46] * Quits: techrush (~techrush@adsl-75-4-217-241.dsl.irvnca.sbcglobal.net) (Ping timeout: 250 seconds)
- # [20:47] * Quits: MikeSmith (~mikesmith@EM1-112-7-159.pool.e-mobile.ne.jp) (Quit: hands busy doing other things)
- # [20:52] * Joins: Aamir (~aamirafri@92.20.20.142)
- # [20:52] * Joins: taar779 (~taar779@d24-57-144-141.home.cgocable.net)
- # [20:54] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Quit: zzzzz)
- # [20:54] * Quits: Xisc (~xisc@46.39.19.95.dynamic.jazztel.es) (Remote host closed the connection)
- # [20:55] * Quits: phishy (~jeff@c-71-192-162-156.hsd1.nh.comcast.net) (Quit: phishy)
- # [20:55] * Joins: tob1 (~tob1@ppp-93-104-0-223.dynamic.mnet-online.de)
- # [20:55] * Joins: phishy (~jeff@c-71-192-162-156.hsd1.nh.comcast.net)
- # [20:58] * Parts: snover (~Adium@unaffiliated/snover)
- # [21:03] * Quits: NetRoY (~NetRoY@122.167.80.149) (Quit: NetRoY)
- # [21:09] * Joins: Aamir_ (~aamirafri@92.20.86.107)
- # [21:10] * Quits: Aamir (~aamirafri@92.20.20.142) (Ping timeout: 252 seconds)
- # [21:10] * Aamir_ is now known as Aamir
- # [21:14] * Quits: tob1 (~tob1@ppp-93-104-0-223.dynamic.mnet-online.de) (Quit: tob1)
- # [21:18] * Joins: timmywil (~timmywil@host-68-169-175-33.WISOLT2.epbfi.com)
- # [21:23] * Quits: Jayflux (~jay_knows@cpc1-dudl6-0-0-cust197.wolv.cable.virginmedia.com) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
- # [21:25] * Quits: JoshManders (~Josh@unaffiliated/killswitch) (Ping timeout: 264 seconds)
- # [21:25] * Quits: Aamir (~aamirafri@92.20.86.107) (Read error: No route to host)
- # [21:26] * Joins: Aamir (~aamirafri@92.20.86.107)
- # [21:26] * Joins: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c)
- # [21:34] * Quits: Aamir (~aamirafri@92.20.86.107) (Quit: Away!)
- # [21:38] * Quits: Jackneill (~Jackneill@unaffiliated/jackneill) (Ping timeout: 240 seconds)
- # [21:39] * Quits: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c) (Quit: cocoadaemon)
- # [21:39] * Joins: king313 (~king313@unaffiliated/king313)
- # [21:41] <king313> hi guys, i'm trying to understand html5 and its validation
- # [21:41] <king313> i'm having a problem with a really simple structure (7 lines) which gives me a proble
- # [21:41] <king313> s/proble/problem
- # [21:41] <king313> in the closing head tag, here is the code and the validation result:
- # [21:41] <king313> http://pastebin.com/x1RiSdyz
- # [21:42] <tw2113> you need a <title></title>
- # [21:43] <king313> oh, it is!
- # [21:43] <king313> thanks
- # [21:46] * Joins: materialdesigner (~materiald@68-119-212-179.dhcp.hckr.nc.charter.com)
- # [21:49] * Joins: niels__ (~niels@4606ds3-van.0.fullrate.dk)
- # [21:49] * Joins: ryanneufeld (~ryanneufe@S0106002618c70459.vf.shawcable.net)
- # [21:49] * Parts: niels__ (~niels@4606ds3-van.0.fullrate.dk) ("Konversation terminated!")
- # [21:50] <ryanneufeld> paul_irish:yt?
- # [21:51] <ryanneufeld> ?tell paul_irish have a look at this: http://www.youtube.com/watch?v=N8A5_GACqhM&feature=player_embedded#t=301s any idea what's up with the spacing he's describing?
- # [21:51] <bot-t> ryanneufeld, Okay.
- # [21:56] * Joins: techrush (~techrush@adsl-75-4-217-241.dsl.irvnca.sbcglobal.net)
- # [21:58] * Joins: Aamir (~aamirafri@92.20.86.107)
- # [22:01] * Joins: Saadi (~mslfreak@unaffiliated/saadibrahim)
- # [22:01] * Joins: jacine (~jacine@drupal.org/user/88931/view)
- # [22:04] * Quits: codeon (~himanshu@182.64.244.166) (Ping timeout: 255 seconds)
- # [22:09] * Joins: codeon (~himanshu@182.64.244.166)
- # [22:18] * Quits: beeviz (~beevi2@ip-78-94-3-11.unitymediagroup.de) (Ping timeout: 240 seconds)
- # [22:21] * Joins: codeon_ (~himanshu@182.64.244.166)
- # [22:22] * Quits: codeon (~himanshu@182.64.244.166) (Read error: No route to host)
- # [22:22] * Quits: codeon_ (~himanshu@182.64.244.166) (Read error: Connection reset by peer)
- # [22:23] * Joins: codeon (~himanshu@182.64.244.166)
- # [22:23] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [22:23] * Quits: cyrusyrus (~cyrusyrus@122.169.32.93) (Remote host closed the connection)
- # [22:26] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Nice Scotty, now beam my clothes up too!)
- # [22:26] * Joins: Brodingo (~Brodingo@cpe-70-116-2-207.austin.res.rr.com)
- # [22:32] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
- # [22:46] * Quits: Ms2ger (~Ms2ger@91.181.88.153) (Quit: nn)
- # [22:48] * Quits: kppullin (~kppullin@wsip-98-173-13-146.oc.oc.cox.net) (Ping timeout: 246 seconds)
- # [22:51] * Quits: king313 (~king313@unaffiliated/king313) (Quit: .)
- # [22:55] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Quit: Reading http://davidwalsh.name)
- # [22:55] * Quits: kollapse (~kollaps@unaffiliated/kollapse) (Ping timeout: 264 seconds)
- # [23:03] * Joins: gde33 (kvirc@546A1A51.cm-12-3a.dynamic.ziggo.nl)
- # [23:05] * Quits: SaadIbrahim (~mslfreak@unaffiliated/saadibrahim) (Ping timeout: 255 seconds)
- # [23:05] * Joins: SaadIbrahim (~mslfreak@113.203.174.195)
- # [23:06] * Quits: SaadIbrahim (~mslfreak@113.203.174.195) (Changing host)
- # [23:06] * Joins: SaadIbrahim (~mslfreak@unaffiliated/saadibrahim)
- # [23:06] * Quits: Saadi (~mslfreak@unaffiliated/saadibrahim) (Disconnected by services)
- # [23:06] * SaadIbrahim is now known as Saadi
- # [23:07] * Quits: sedovsek (~robert.se@84-255-198-197.static.t-2.net)
- # [23:09] * Joins: Xisc (~xisc@46.39.19.95.dynamic.jazztel.es)
- # [23:11] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [23:12] <cgcardona> hai
- # [23:14] * Quits: Aamir (~aamirafri@92.20.86.107) (Quit: Away!)
- # [23:19] * Joins: dgathright (~dgathrigh@99.139.66.5)
- # [23:21] * Quits: codeon (~himanshu@182.64.244.166) (Quit: Ex-Chat)
- # [23:32] * Joins: Aamir (~aamirafri@92.20.86.107)
- # [23:44] * Joins: overra (~overra@206.255.16.231)
- # [23:45] * Quits: dgathright (~dgathrigh@99.139.66.5) (Ping timeout: 276 seconds)
- # [23:46] * Quits: Aamir (~aamirafri@92.20.86.107) (Quit: Away!)
- # [23:51] * Joins: dgathright (~dgathrigh@nat/yahoo/x-vgorikwcufwbiiwe)
- # [23:52] * Joins: FylGood (~fylgood@pool-108-48-75-254.washdc.fios.verizon.net)
- # Session Close: Sun Jul 03 00:00:00 2011
The end :)