Options:
- # Session Start: Tue Aug 16 00:00:00 2011
- # Session Ident: #html5
- # [00:01] * Quits: jahrome__ (~chatzilla@p4FFDED21.dip.t-dialin.net) (Quit: ChatZilla 0.9.87 [SeaMonkey 2.2/20110706120824])
- # [00:02] * Joins: Dorward_ (~Dorward@94-192-4-225.zone6.bethere.co.uk)
- # [00:05] * Quits: andr3 (~andr3@bl14-210-70.dsl.telepac.pt) (Quit: andr3)
- # [00:05] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: Hi, I'm a quit message virus. Please replace your old line with this line and help me take over the world of IRC.)
- # [00:05] * Quits: koggdal (~koggdal@user171.77-105-221.netatonce.net) (Quit: koggdal)
- # [00:05] * Quits: BigKing_2nd (~BigKing@p5DD6866B.dip0.t-ipconnect.de) (Remote host closed the connection)
- # [00:05] <justinfront> Is there a browser map on html5 etc... features for different browsers so you can see what features can be used with which users, its very tricky to really understand the support and equivalence between browser specific calls... do you guys try to collate this information in a single place, also relative speed on different devices/platforms... for someone not expert in javascript it seems...
- # [00:05] <justinfront> ...very messy, I want to understand how to develop something between standard haxe javascript and jeash canvas, but unsure where to look on css/3, javascript etc stuff that users may actually have.
- # [00:05] * Quits: Dorward (~Dorward@94-192-4-225.zone6.bethere.co.uk) (Ping timeout: 240 seconds)
- # [00:07] <CarterRabasa> Justinfront, yeah I know what you mean.
- # [00:07] * Quits: materialdesigner (~cah276@c-98-244-188-29.hsd1.ga.comcast.net) (Quit: materialdesigner)
- # [00:08] <CarterRabasa> That's one of the roles a standards body is supposed to play, to help developers understand what is available for general use and what is currently being drafted and refined.
- # [00:08] <keithclarkcouk> caniuse.com?
- # [00:09] <BrianBlakely> CarterRabasa: Of course I need to be base and ask about features… IE10 will have CSS gradients, why can't that be backported to IE9 as well, obviating the one need most have for filters? I don't completely understand the IE release philosophy.
- # [00:10] <CarterRabasa> It's not base, all questions are welcome. I think there's a general philosophy among most software/platform vendors regarding backporting. It's very rarely done, due to the engineering hurdles.
- # [00:10] * Joins: nadirvardar (~nadirvard@204.235.122.5)
- # [00:10] <CarterRabasa> Justinfront, how familiar are you with the W3C or WHATWG?
- # [00:11] * Joins: 14WABYT6U (~Adium@2002:62c9:63f7:1234:226:8ff:fede:6969)
- # [00:11] <paul_irish> justinfront: caniuse is pretty close. me and nimbu are developing a complementary site that will help too
- # [00:11] * Joins: taar779 (~taar779@d24-57-144-141.home.cgocable.net)
- # [00:12] <BrianBlakely> CarterRabasa: Thanks. To follow up, has the team moved on from IE9, aside from security updates? Will we see anymore features for developers on Vista/7?
- # [00:12] <keithclarkcouk> paul_irish: sounds interesting
- # [00:12] <BrianBlakely> paul_irish: Same project you mentioned @ Huge talk?
- # [00:12] <paul_irish> yes.
- # [00:13] <paul_irish> i tease my projects for a while.
- # [00:13] <paul_irish> aka i take forever to ship
- # [00:13] <BrianBlakely> haha
- # [00:14] * Joins: devongovett (~devongove@pppoe-68-142-47-100.gmavt.net)
- # [00:15] <paul_irish> BUT. there is progress on it! this weekend even
- # [00:15] * Quits: maxmanders (~maxmander@188-220-35-232.zone11.bethere.co.uk) (Quit: leaving)
- # [00:15] <paul_irish> lots
- # [00:15] <CarterRabasa> BrianBlakely: IE9 is a wrap, but IE10 keeps the developer love alive on Windows 7
- # [00:16] * Joins: Jon47 (~jonz@pool-74-96-160-56.washdc.fios.verizon.net)
- # [00:16] <BrianBlakely> CarterRabasa: Oh really? I'd heard that IE10 would be Windows 8 exclusive!
- # [00:16] * Parts: 14WABYT6U (~Adium@2002:62c9:63f7:1234:226:8ff:fede:6969)
- # [00:16] <BrianBlakely> CarterRabasa: Was that just a rumor or have plans changed?
- # [00:16] <justinfront> I am haxe coder... from flash background standards mean that you use flash and you know what the user will see :) Now that I use haxe mostly I approach html/javascript from the same perspective... must admit I am not overly interested in css or html... as far as I am concerned coding layout is much simpler and for the stuff that interests me it may not be such an issue.
- # [00:16] <nimbu> LOTS
- # [00:16] * Quits: nadirvardar (~nadirvard@204.235.122.5) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [00:18] <CarterRabasa> BrianBlakely: you can get your hands on IE10 on Windows 7 right now - http://www.ietestdrive.com
- # [00:18] <justinfront> when I say simpler i would be inclined to make a layout/tween editor... but I really don't know where I can really understand what commands I can tap into and what freedom I can setup.
- # [00:18] <BrianBlakely> CarterRabasa: Right, I wasn't sure how that reflected the final strategy. So, just to confirm, no Vista support right?
- # [00:19] <justinfront> paul where is your site?
- # [00:20] <CarterRabasa> BrianBlakely: Not as of IE10 PP2, sorry I don't have a more definitive roadmap for you.
- # [00:21] <BrianBlakely> CarterRabasa: Quite alright, your answers have been very helpful :)
- # [00:23] <justinfront> for instance if I wanted to create a WordPress pure javascript semi alternative, but without themes just a wysiwyg editor where would I find out what css/javascript etc... I could rely on for X% of users? And should I be using RSS1 RSS2 RDF or what ever for the data if it was XML based rather than database.
- # [00:23] <CarterRabasa> paul_irish: can I contribute my favorite HTML5 resource for #html5?
- # [00:23] * Joins: andr3 (~andr3@bl14-210-70.dsl.telepac.pt)
- # [00:23] * Quits: m1chael (m1chael@ip68-9-58-51.ri.ri.cox.net) (Ping timeout: 240 seconds)
- # [00:24] * Quits: justinfront (~chatzilla@ADSL136-82.saqnet.co.uk) (Quit: ChatZilla 0.9.86.1 [Firefox 3.6.19/20110707195905])
- # [00:24] <paul_irish> CarterRabasa: what is it?
- # [00:25] * Joins: justinfront (~chatzilla@ADSL136-82.saqnet.co.uk)
- # [00:25] <CarterRabasa> paul_irish: http://twitter.com/#!/html5douche, it's a daily read for me :)
- # [00:25] <paul_irish> hahahahha
- # [00:25] <paul_irish> ++
- # [00:25] * Joins: m1chael (~m1chael@ip68-9-58-51.ri.ri.cox.net)
- # [00:28] <justinfront> I left twitter, NOT SURE I SHOULD REJOIN
- # [00:28] * Joins: DoubleA1 (~Adium@65.211.27.190)
- # [00:28] * Parts: DoubleA1 (~Adium@65.211.27.190)
- # [00:28] * Quits: rawfodog (~rawfodog@modemcable118.71-70-69.static.videotron.ca) (Ping timeout: 250 seconds)
- # [00:29] * Quits: taar779 (~taar779@d24-57-144-141.home.cgocable.net) (Ping timeout: 250 seconds)
- # [00:30] <acidjazz> is there a canvas specific irc channel?
- # [00:30] <justinfront> well the obvious ones are dead ?
- # [00:31] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 264 seconds)
- # [00:31] * Joins: moshee (~moshee@c-24-16-155-210.hsd1.wa.comcast.net)
- # [00:31] * Quits: moshee (~moshee@c-24-16-155-210.hsd1.wa.comcast.net) (Changing host)
- # [00:31] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [00:32] * Quits: shipit (~shipit@70-138-92-21.lightspeed.hstntx.sbcglobal.net) (Remote host closed the connection)
- # [00:33] <keithclarkcouk> if an answer to IE10's JScript dropping CC's appears, could someone let me know?
- # [00:34] <justinfront> well still non the wiser on how you guys actually tell which features are supported on average
- # [00:34] <acidjazz> u guys see the tomshardware ie9 tests
- # [00:34] <CarterRabasa> keithclarkcouk: have a way for me to reach you?
- # [00:34] <acidjazz> http://www.tomshardware.com/reviews/internet-explorer-9-chrome-10-opera-11,2897-14.html
- # [00:34] * Quits: m1chael (~m1chael@ip68-9-58-51.ri.ri.cox.net) (Ping timeout: 258 seconds)
- # [00:34] <acidjazz> kidna old but just came across it..
- # [00:35] <acidjazz> interesting
- # [00:35] <paul_irish> he's @keithclarkcouk on twittrrrrr
- # [00:35] <keithclarkcouk> what Paul said :)
- # [00:35] <paul_irish> acidjazz: canvas channel is here
- # [00:35] <CarterRabasa> keithclarkcouk: I'll ping you, thanks for the Q!
- # [00:36] <keithclarkcouk> CarterRabasa: thanks
- # [00:36] <justinfront> Just saw this... http://hipsteripsum.me/
- # [00:37] <monteslu> speaking of canvas... https://chrome.google.com/webstore/detail/fhkicjglfjkfdfooebaaaokcjgiddbde I can drag and drop images onto this canvas and send them across the wire now
- # [00:37] <monteslu> even works in FF :)
- # [00:37] <keithclarkcouk> night all
- # [00:37] <monteslu> sorry, had to tell someone. just got it to work
- # [00:38] * Quits: keithclarkcouk (~keithclar@5e0d13ef.bb.sky.com) (Quit: Leaving)
- # [00:38] <monteslu> oh, and the images get shrunken down because app engine's channel API limits messages to 32k
- # [00:40] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [00:40] * Joins: m1chael (m1chael@ip68-9-58-51.ri.ri.cox.net)
- # [00:41] <acidjazz> is htere canvas Image() functionality to bring that image to the front?
- # [00:41] <acidjazz> lets say images were drawn after it and are layered on top
- # [00:41] <monteslu> acidjazz, canvas is a raster
- # [00:41] * Joins: nerdfiles (~Adium@c-98-201-99-247.hsd1.tx.comcast.net)
- # [00:42] * Parts: nerdfiles (~Adium@c-98-201-99-247.hsd1.tx.comcast.net)
- # [00:42] <monteslu> but you can maintain your own dom and repaint
- # [00:42] <acidjazz> so no
- # [00:42] <monteslu> or use dojox.gfx to manage it for you
- # [00:42] * Joins: taar779 (~taar779@d24-57-144-141.home.cgocable.net)
- # [00:42] <monteslu> i'm doing it
- # [00:42] <acidjazz> raster as in a rectangular grid?
- # [00:42] <monteslu> but working around it with keep ojbects to do a psuedo vector graphics
- # [00:43] <monteslu> raster is pixels
- # [00:43] <monteslu> vector is math
- # [00:43] <acidjazz> ok how about this .. something to destroy it
- # [00:43] <acidjazz> remove it?
- # [00:43] <BrianBlakely> http://twitter.com/#!/html5douche/status/67701832566325249
- # [00:43] <socialhapy> http://bit.ly/kjObO1 @html5douche: WHY IS MY ________??
- # [00:43] <socialhapy> BECAUSE LEARN JAVASCRIPT.
- # [00:43] <BrianBlakely> ...yeah...
- # [00:43] * Quits: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne_)
- # [00:43] <monteslu> acidjazz, you need to maintain a list of objects and repaint the ones you want to keep
- # [00:44] <acidjazz> yea i know how to work around what im asking
- # [00:44] <acidjazz> but i 1st wanted to ask if it existed :)
- # [00:44] <monteslu> sure, its called SVG :)
- # [00:44] <nimbu> :)))
- # [00:45] * Quits: zatan (~zatan@5ad19e91.bb.sky.com) (Ping timeout: 240 seconds)
- # [00:45] <acidjazz> i wish i could use svg
- # [00:45] <monteslu> then use dojox.gfx
- # [00:45] <acidjazz> client specifically wants 'html5' thanks to marketing attacking this functionality
- # [00:45] <monteslu> and render to canvas
- # [00:45] <monteslu> let it maintain the objects
- # [00:45] <monteslu> that's what I do with drawitlive.com
- # [00:45] <acidjazz> i can write stuff to maintain em i just wanted to make sure i had to
- # [00:45] <CarterRabasa> Hey, this was fun! If anyone has any more questions about IE9/IE10 you can ping me at http://twitter.com/carterrabasa. Thanks for the invite @aul_irish!
- # [00:46] * Quits: CarterRabasa (836b004a@gateway/web/freenode/ip.131.107.0.74) (Quit: Page closed)
- # [00:47] <BrianBlakely> acidjazz: Use Raphaël
- # [00:47] <BrianBlakely> It's better than HTML5
- # [00:48] <acidjazz> thanks BrianBlakely
- # [00:48] <acidjazz> this looks legit
- # [00:49] <monteslu> no, use dojox.gfx it has more rendering paths :)
- # [00:49] * Joins: ighisas (~ighisas@122x212x216x66.ap122.ftth.ucom.ne.jp)
- # [00:49] <acidjazz> these libs must be fun tow rite
- # [00:50] <acidjazz> to write*
- # [00:50] * Quits: Jayflux (~jay_knows@cpc1-dudl6-0-0-cust197.wolv.cable.virginmedia.com) (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
- # [00:50] * Joins: dmachi (~dmachi@pool-71-254-69-251.ronkva.east.verizon.net)
- # [00:50] <monteslu> probably some parts. But learning things like flash and VML to render to seem kinda boring
- # [00:50] <BrianBlakely> monteslu I will fight you
- # [00:50] <monteslu> Bring it!
- # [00:51] <BrianBlakely> It's brought!
- # [00:51] <monteslu> hmmm... not sure where to go next
- # [00:51] * monteslu sweeps the leg
- # [00:51] <BrianBlakely> NOOOO
- # [00:52] <monteslu> defeat does not exist in the dojo, does it?
- # [00:52] <acidjazz> monteslu: noway thats the fun part
- # [00:52] <monteslu> and a double entendre at that!
- # [00:53] <monteslu> acidjazz, if youre a masochist, could be great fun
- # [00:53] * Quits: ryanallenbobcat (~ryanallen@rrcs-97-77-169-2.sw.biz.rr.com) (Quit: ryanallenbobcat)
- # [00:54] * Quits: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net) (Quit: tantek)
- # [00:55] * Quits: saschagehlich (~saschageh@p57931D15.dip.t-dialin.net) (Ping timeout: 250 seconds)
- # [00:59] * Quits: daleharvey (u513@gateway/web/irccloud.com/x-bcawosrlmqbxmydm) (Excess Flood)
- # [01:00] * Quits: dgathright (~dgathrigh@nat/yahoo/x-ugtfnpamsfgjcdvx) (Quit: dgathright)
- # [01:01] <acidjazz> monteslu: more just ocd
- # [01:02] <monteslu> ocd in needing to know the full codebase?
- # [01:02] <monteslu> I'm ok with some things staying black boxes
- # [01:02] <acidjazz> no more just hte will/want to write one
- # [01:02] <monteslu> ahh
- # [01:03] * Quits: Frippe (~Frippe@unaffiliated/frippe) (Quit: Computer has gone to sleep)
- # [01:03] * Joins: Frippe (~Frippe@unaffiliated/frippe)
- # [01:07] * Joins: tristanseifert_ (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net)
- # [01:07] * Quits: matomesc (~matomesc@CPE001c10f5171f-CM001e6b1a6308.cpe.net.cable.rogers.com) (Ping timeout: 252 seconds)
- # [01:08] * Joins: daleharvey (u513@gateway/web/irccloud.com/x-zstpfaeolvmfipey)
- # [01:08] * Quits: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [01:08] * Quits: Frippe (~Frippe@unaffiliated/frippe) (Ping timeout: 260 seconds)
- # [01:11] * Quits: mdunn (~mdunn@76.4.254.86) (Quit: Leaving)
- # [01:15] * Quits: dguttman (~dguttman@160-255.200-68.tampabay.res.rr.com) (Quit: dguttman)
- # [01:16] <tw2113> anyone with good webkit experience in here?
- # [01:16] <tw2113> especially in relations to fonts
- # [01:16] * Quits: Jon47 (~jonz@pool-74-96-160-56.washdc.fios.verizon.net) (Quit: Leaving.)
- # [01:17] <paul_irish> ?ask @ tw2113
- # [01:17] <bot-t1> tw2113, If you have a question, please just ask it. Don't look for topic experts. Don't ask to ask. Don't PM! Don't ask if people are awake, or in the mood to help. Just ask the question straight out. http://catb.org/~esr/faqs/smart-questions.html
- # [01:17] <tw2113> http://dl.dropbox.com/u/3534225/fontissue.jpg
- # [01:17] <tw2113> i have text being cut off and i've never been sure why
- # [01:18] <BrianBlakely> tw2113: line-height? font-size? Checked both?
- # [01:19] <tw2113> looks like no line-height set but font size is set
- # [01:19] <tw2113> and it's never permanent, i could scroll that part off-screen and then scroll back and it'd be completely show
- # [01:19] <tw2113> shown
- # [01:23] <tw2113> the only idea i can come up with, is perhaps a conversion issue for the use with @font-face
- # [01:23] * Joins: brettgoulder (~textual@173-164-36-90-colorado.hfc.comcastbusiness.net)
- # [01:24] <justinfront> tw2113 in haXe javascript I just resize the div after setting the text, not had problems.
- # [01:28] <tw2113> i have no idea how to effectively google for this either
- # [01:30] * Quits: andr3 (~andr3@bl14-210-70.dsl.telepac.pt) (Quit: andr3)
- # [01:31] * Joins: andr3 (~andr3@bl14-210-70.dsl.telepac.pt)
- # [01:38] * Quits: brettgoulder (~textual@173-164-36-90-colorado.hfc.comcastbusiness.net) (Quit: Computer has gone to sleep.)
- # [01:41] * Quits: tristanseifert_ (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
- # [01:43] * Joins: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net)
- # [01:44] * Quits: devongovett (~devongove@pppoe-68-142-47-100.gmavt.net) (Quit: devongovett)
- # [01:44] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Remote host closed the connection)
- # [01:45] * Quits: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net) (Client Quit)
- # [01:51] <BrianBlakely> tw2113: Set zoom: 1;
- # [01:51] <BrianBlakely> ;)
- # [01:51] * Joins: grantg (~chatzilla@c-66-229-101-15.hsd1.fl.comcast.net)
- # [01:51] <grantg> ping: xonecas
- # [01:52] * Quits: patcito (~123@190.42.83.70) (Ping timeout: 250 seconds)
- # [01:52] <grantg> Started doing some major NES work yesterday, should we github it? http://pastebin.com/3B0NS4S8
- # [01:52] * Joins: patcito (~123@190.42.83.70)
- # [01:53] <tw2113> isn't that for IE BrianBlakely ?
- # [01:54] <grantg> tw2113: Has anything happening in here lately?
- # [01:54] <tw2113> people come in and out grantg
- # [01:55] <grantg> k
- # [01:55] <tw2113> and i'm trying to figure out some webkit typography issues
- # [01:55] <grantg> tw2113: I couldn't take the slowness of jsnes anymore, hence that pastebin of the beginnings of a new javascript nes emu. :)
- # [01:56] <grantg> jsnes does things wrong in so many ways.
- # [01:56] <grantg> (and by that also vNES)
- # [01:56] <tw2113> whatever blows in your cartridge grantg ;)
- # [01:57] <grantg> decode your address modes with the opcodes at the same time, not separately... ಠ_ಠ
- # [01:57] <grantg> and funcs in array EVERYTHING. :D
- # [01:57] <grantg> :D :D :D
- # [01:58] <grantg> way faster than the jsception in jsnes
- # [01:59] <grantg> inline ALL the things as well.
- # [02:00] <grantg> (part of the reason jsnes ran so slowly in firefox)
- # [02:00] <grantg> (was not much inlining)
- # [02:01] <BrianBlakely> tw2113: Yeah, I'm just joking around, as that property can fix very similar issues in IE (enables hasLayout)
- # [02:01] <BrianBlakely> Good niiight!
- # [02:01] <grantg> BrianBlakely: nn
- # [02:01] * Parts: BrianBlakely (~Adium@out.dentsuamerica.com)
- # [02:01] <grantg> oh god, hasLayout talk
- # [02:01] <tw2113> so zoom, even though it's a proprietary thing from MS, can fix webkit @font-face issues
- # [02:01] <grantg> I hope we don't go back to y2k with zoom fixes. :/
- # [02:02] <grantg> oh god oh god
- # [02:02] <grantg> :X
- # [02:02] <tw2113> http://dl.dropbox.com/u/3534225/fontissue.jpg
- # [02:02] <grantg> see no evil, speak no evil, hear no evil. :S
- # [02:02] <tw2113> that's a pic of what i'm trying to solve grantg
- # [02:03] <grantg> have you tried vertical alignment tricks?
- # [02:03] <tw2113> no
- # [02:03] <tw2113> i think it's a rendering bug, because it's not a permanent thing
- # [02:03] <grantg> hmm
- # [02:03] <tw2113> scroll away and then return and there's no cutoff
- # [02:03] <grantg> what kind of positioning do you use?
- # [02:04] <grantg> relative, static, absolute? for the container
- # [02:04] * Quits: sharustar (~sharustar@unaffiliated/sharustar) (Quit: Leaving)
- # [02:04] <grantg> try seeing if fiddling the container div style can help.
- # [02:04] <tw2113> doesn't look like much style at all
- # [02:05] <grantg> some weird crap happens on all browsers under weird cases.
- # [02:05] <tw2113> some floating
- # [02:05] * Joins: techrush (~techrush@adsl-75-4-206-43.dsl.irvnca.sbcglobal.net)
- # [02:06] <grantg> Have you tried switching out the font-families through some js fu?
- # [02:07] <grantg> then switching it back?
- # [02:07] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
- # [02:07] <tw2113> no
- # [02:07] <tw2113> i wonder if i got a bad conversion to ttf or whatever, as i think i may have had to steal the font
- # [02:07] <tw2113> Futura
- # [02:08] <grantg> you might wanna force a repaint by doing some js stuff.
- # [02:08] <grantg> that touches the styles
- # [02:08] <tw2113> hmm
- # [02:09] * Joins: devongovett (~devongove@pppoe-68-142-47-100.gmavt.net)
- # [02:12] * Joins: OzDave (~OzDave@27-33-43-79.static.tpgi.com.au)
- # [02:12] * Quits: taar779 (~taar779@d24-57-144-141.home.cgocable.net) (Ping timeout: 240 seconds)
- # [02:13] * Joins: tantek (~tantek@mozilla.vlan426.asr1.sfo1.gblx.net)
- # [02:14] * Joins: taar779 (~taar779@d24-57-144-141.home.cgocable.net)
- # [02:16] * Quits: devongovett (~devongove@pppoe-68-142-47-100.gmavt.net) (Quit: devongovett)
- # [02:16] * Quits: techrush (~techrush@adsl-75-4-206-43.dsl.irvnca.sbcglobal.net) (Ping timeout: 240 seconds)
- # [02:16] * Quits: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk) (Quit: Leaving.)
- # [02:17] * Joins: digitalfiz (~digitalfi@unaffiliated/digitalfiz)
- # [02:19] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
- # [02:21] * Quits: grantg (~chatzilla@c-66-229-101-15.hsd1.fl.comcast.net) (Quit: ChatZilla 0.9.87 [Firefox 5.0.1/20110707182747])
- # [02:24] * Quits: simplicity- (~simplicit@unaffiliated/simplicity-) (Quit: ...)
- # [02:25] * Quits: [narcan] (~narcan]@110-174-75-216.static.tpgi.com.au) (Ping timeout: 264 seconds)
- # [02:26] * Quits: wookiehangover (~wookiehan@173-8-247-218-Colorado.hfc.comcastbusiness.net) (Ping timeout: 276 seconds)
- # [02:27] * Joins: materialdesigner (~cah276@c-98-244-188-29.hsd1.ga.comcast.net)
- # [02:31] * Quits: tw2113 (~tw2113@fedora/tw2113) (Remote host closed the connection)
- # [02:32] * Quits: OzDave (~OzDave@27-33-43-79.static.tpgi.com.au) (Quit: Colloquy for iPad - http://colloquy.mobi)
- # [02:40] * Joins: [narcan] (~narcan]@110-174-75-216.static.tpgi.com.au)
- # [02:41] * Quits: sasori (~sasori@acl1-719bts.gw.smartbro.net) (Read error: No route to host)
- # [02:49] * Quits: gseguin (~anonymous@67.136.90.250) (Quit: gseguin)
- # [02:49] * Joins: symb_ (~IRC@p54A7B2D5.dip.t-dialin.net)
- # [02:52] * Quits: symb (~IRC@p54A7B34A.dip.t-dialin.net) (Ping timeout: 260 seconds)
- # [02:55] * Joins: mdunn (~mdunn@76.4.254.86)
- # [02:57] * Quits: m1chael (m1chael@ip68-9-58-51.ri.ri.cox.net) (Ping timeout: 264 seconds)
- # [02:57] * Joins: sasori (~sasori@acl1-719bts.gw.smartbro.net)
- # [02:58] * Quits: modernbob (modernbob@belencomputers/staff/modernbob) (*.net *.split)
- # [02:58] * Quits: kurrent (kurrent@unaffiliated/kurrent) (*.net *.split)
- # [02:58] * Quits: naquad (~naquad@174.142.224.219) (*.net *.split)
- # [02:58] * Quits: LongBeach (~mike@AFontenayssB-152-1-63-61.w82-121.abo.wanadoo.fr) (*.net *.split)
- # [02:58] * Quits: Lebannen (~lebannen@87.127.122.195) (*.net *.split)
- # [02:58] * Quits: pht` (pht@sYx.sk) (*.net *.split)
- # [02:58] * Quits: footyfish (u830@gateway/web/irccloud.com/x-vbwfgeaniiylgpha) (*.net *.split)
- # [02:58] * Quits: cheeaun (u2141@gateway/web/irccloud.com/x-kzqpnpnblaveozaq) (*.net *.split)
- # [02:58] * Quits: boaz (~boaz@li326-230.members.linode.com) (*.net *.split)
- # [02:58] * Quits: duckspeaker (~duckspeak@pdpc/supporter/active/duckspeaker) (*.net *.split)
- # [02:58] * Quits: chayin (~quassel@61.14.141.36) (*.net *.split)
- # [02:58] * Quits: BBonifield (~BBonifiel@li107-227.members.linode.com) (*.net *.split)
- # [02:58] * Quits: dleonardi (~wizard@mediavitamin.com) (*.net *.split)
- # [02:58] * Joins: pht` (pht@sYx.sk)
- # [02:58] * Joins: kurrent (kurrent@unaffiliated/kurrent)
- # [02:58] * Joins: duckspeaker (~duckspeak@pdpc/supporter/active/duckspeaker)
- # [02:58] * Joins: modernbob (modernbob@crawfordneb.info)
- # [02:58] * Quits: modernbob (modernbob@crawfordneb.info) (Changing host)
- # [02:58] * Joins: modernbob (modernbob@belencomputers/staff/modernbob)
- # [02:58] * Joins: BBonifield (~BBonifiel@li107-227.members.linode.com)
- # [02:58] * Joins: Paganini (~g00se@cpc14-rdng21-2-0-cust831.15-3.cable.virginmedia.com)
- # [02:59] * Joins: boaz (~boaz@li326-230.members.linode.com)
- # [02:59] * Joins: chayin (~quassel@61.14.141.36)
- # [03:00] * Joins: cheeaun (u2141@gateway/web/irccloud.com/x-idndzarqyciyyzzn)
- # [03:03] * Joins: dleonardi (~wizard@mediavitamin.com)
- # [03:04] * Joins: naquad (~naquad@174.142.224.219)
- # [03:04] * Joins: mike5w3c (~MikeSmith@EM114-48-30-212.pool.e-mobile.ne.jp)
- # [03:04] * Joins: MikeSmith_ (~mikesmith@EM114-48-30-212.pool.e-mobile.ne.jp)
- # [03:05] * Joins: footyfish (u830@gateway/web/irccloud.com/x-kmynpgronxqengko)
- # [03:11] * Joins: matomesc (~matomesc@CPE001c10f5171f-CM001e6b1a6308.cpe.net.cable.rogers.com)
- # [03:13] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [03:13] * Quits: ericduran (~eric@ool-ad03d215.dyn.optonline.net) (Quit: ericduran)
- # [03:14] * Joins: ryanallenbobcat (~ryanallen@cpe-70-112-233-215.austin.res.rr.com)
- # [03:18] * Joins: devongovett (~devongove@pppoe-68-142-47-100.gmavt.net)
- # [03:22] * Joins: chachan (~quassel@200.109.140.111)
- # [03:25] * Quits: taar779 (~taar779@d24-57-144-141.home.cgocable.net) (Quit: Leaving)
- # [03:31] * Quits: kevva (~kevva@c83-252-104-165.bredband.comhem.se) (Quit: Lämnar)
- # [03:44] * Joins: taar779 (~taar779@d24-57-144-141.home.cgocable.net)
- # [03:46] * Joins: HealingDruid (~MorningSt@c-65-34-227-32.hsd1.fl.comcast.net)
- # [03:47] * Quits: justinfront (~chatzilla@ADSL136-82.saqnet.co.uk) (Ping timeout: 246 seconds)
- # [03:52] * Joins: m1chael (~m1chael@ip68-9-58-51.ri.ri.cox.net)
- # [03:52] * Quits: nimbu (~Adium@c-24-18-47-160.hsd1.wa.comcast.net) (Remote host closed the connection)
- # [03:54] * Quits: Paganini (~g00se@cpc14-rdng21-2-0-cust831.15-3.cable.virginmedia.com) (Ping timeout: 240 seconds)
- # [03:54] * Joins: dguttman (~dguttman@160-255.200-68.tampabay.res.rr.com)
- # [03:55] * Parts: HealingDruid (~MorningSt@c-65-34-227-32.hsd1.fl.comcast.net)
- # [03:57] * Quits: kurrent (kurrent@unaffiliated/kurrent) (Read error: Connection reset by peer)
- # [03:58] * Quits: dguttman (~dguttman@160-255.200-68.tampabay.res.rr.com) (Client Quit)
- # [03:59] * Joins: kurrent (kurrent@unaffiliated/kurrent)
- # [04:00] * Quits: kurrent (kurrent@unaffiliated/kurrent) (Client Quit)
- # [04:14] * Quits: kyxzme (~kyxzme@93-58-116-120.ip158.fastwebnet.it) (Quit: The FCC, the FBI and every tin god with a badge and a gun You talk and talk, you preach and bitch but your words don't mean a thing)
- # [04:20] * Joins: HealingDruid1 (~MorningSt@adsl-074-186-036-130.sip.mia.bellsouth.net)
- # [04:20] * Quits: HealingDruid1 (~MorningSt@adsl-074-186-036-130.sip.mia.bellsouth.net) (Client Quit)
- # [04:21] * Joins: ben_h (~ben@120.152.253.203)
- # [04:22] * Quits: smus (~smus@nat/google/x-slhascqoziertlky) (Remote host closed the connection)
- # [04:23] * Quits: ben_h (~ben@120.152.253.203) (Client Quit)
- # [04:27] * Joins: buribu (~buribu@201-42-220-148.dsl.telesp.net.br)
- # [04:27] * Quits: buribu (~buribu@201-42-220-148.dsl.telesp.net.br) (Changing host)
- # [04:27] * Joins: buribu (~buribu@unaffiliated/buribu)
- # [04:33] * Joins: smus (~smus@67.218.103.237)
- # [04:38] * Quits: chachan (~quassel@200.109.140.111) (Remote host closed the connection)
- # [04:43] * Quits: hubutm20 (~hubutm20@79.114.78.125) (Quit: Saliendo)
- # [04:44] * Joins: Jon47 (~jonz@pool-74-96-160-56.washdc.fios.verizon.net)
- # [04:47] * Joins: shipit (~shipit@70-138-92-21.lightspeed.hstntx.sbcglobal.net)
- # [04:47] * Joins: asdfghjk (~hubutm20@79.114.78.125)
- # [04:48] * Quits: MikeSmith_ (~mikesmith@EM114-48-30-212.pool.e-mobile.ne.jp) (Quit: hands busy doing other things)
- # [04:48] * Quits: asdfghjk (~hubutm20@79.114.78.125) (Client Quit)
- # [04:48] * Quits: shipit (~shipit@70-138-92-21.lightspeed.hstntx.sbcglobal.net) (Remote host closed the connection)
- # [04:49] * Quits: mike5w3c (~MikeSmith@EM114-48-30-212.pool.e-mobile.ne.jp) (Ping timeout: 252 seconds)
- # [04:57] * Joins: ben_h (~ben@128.250.195.138)
- # [05:01] * Joins: hubutm20 (~hubutm20@79.114.78.125)
- # [05:01] * Quits: materialdesigner (~cah276@c-98-244-188-29.hsd1.ga.comcast.net) (Quit: materialdesigner)
- # [05:01] * Quits: matomesc (~matomesc@CPE001c10f5171f-CM001e6b1a6308.cpe.net.cable.rogers.com) (Quit: matomesc)
- # [05:04] * Joins: tristanseifert (~tristanse@c-98-210-121-1.hsd1.ca.comcast.net)
- # [05:05] * Joins: techrush (~techrush@adsl-75-4-206-43.dsl.irvnca.sbcglobal.net)
- # [05:07] * Quits: tristanseifert (~tristanse@c-98-210-121-1.hsd1.ca.comcast.net) (Client Quit)
- # [05:07] * Joins: shipit (~shipit@70-138-92-21.lightspeed.hstntx.sbcglobal.net)
- # [05:09] * Joins: brettgoulder (~textual@c-75-70-205-50.hsd1.co.comcast.net)
- # [05:11] * Quits: smus (~smus@67.218.103.237) (Remote host closed the connection)
- # [05:17] * Joins: smus (~smus@173-167-97-246-sfba.hfc.comcastbusiness.net)
- # [05:23] * Quits: digitalfiz (~digitalfi@unaffiliated/digitalfiz) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [05:27] * Quits: ophiel (ophiel@unaffiliated/ophiel) (Ping timeout: 264 seconds)
- # [05:27] * Joins: eggsby (~egghead@50-56-59-89.static.cloud-ips.com)
- # [05:30] * Quits: devongovett (~devongove@pppoe-68-142-47-100.gmavt.net) (Quit: devongovett)
- # [05:31] * Quits: ben_h (~ben@128.250.195.138) (Quit: ben_h)
- # [05:32] * Joins: andr3_ (~andr3@bl14-174-41.dsl.telepac.pt)
- # [05:32] * Joins: ophiel (ophiel@newelite.bshellz.net)
- # [05:32] * Joins: ben_h (~ben@128.250.195.138)
- # [05:33] * Quits: andr3 (~andr3@bl14-210-70.dsl.telepac.pt) (Ping timeout: 240 seconds)
- # [05:33] * andr3_ is now known as andr3
- # [05:35] * Quits: Phae (u455@gateway/web/irccloud.com/x-vbsafjntgjpvaqfa) (Read error: Operation timed out)
- # [05:35] * Quits: tomh- (u501@gateway/web/irccloud.com/x-pgsqwgkjfkiplkpx) (Read error: Operation timed out)
- # [05:35] * Quits: ebryn (u2895@gateway/web/irccloud.com/x-xocvfudxuvwdxrhi) (Write error: Broken pipe)
- # [05:35] * Quits: salazr (u2027@gateway/web/irccloud.com/x-niragkzcosfhissd) (Read error: Operation timed out)
- # [05:36] * Quits: actel (u48@gateway/web/irccloud.com/x-irmzqygntedzsmeq) (Read error: Operation timed out)
- # [05:37] * Quits: benschwarz (u2121@gateway/web/irccloud.com/x-jhsvzguovbygwzvt) (Ping timeout: 240 seconds)
- # [05:37] * Joins: OzDave_mbp (~OzDave_mb@27-33-43-79.static.tpgi.com.au)
- # [05:37] * Quits: beowulf (u116@pdpc/supporter/professional/beowulf) (Ping timeout: 240 seconds)
- # [05:37] * Quits: ryanseddon (u1832@gateway/web/irccloud.com/x-hibbcajyqcorqsai) (Ping timeout: 240 seconds)
- # [05:37] * Quits: morgadin (u719@gateway/web/irccloud.com/x-bsxjtyrjxxtmqqfo) (Ping timeout: 250 seconds)
- # [05:37] * Quits: cyberdees (u2574@gateway/web/irccloud.com/x-aahlzdbyzguqaobk) (Ping timeout: 258 seconds)
- # [05:38] * Quits: iaincarsberg (u1388@gateway/web/irccloud.com/x-vyqbihzjdbdocixv) (Ping timeout: 252 seconds)
- # [05:38] * Quits: cylentwolf (u3104@gateway/web/irccloud.com/x-cuutsfcwpcuspapc) (Ping timeout: 252 seconds)
- # [05:38] * Quits: beawesomeinstead (u1643@gateway/web/irccloud.com/x-kvpcucpfssfspose) (Ping timeout: 260 seconds)
- # [05:38] * Quits: matjas (u2247@gateway/web/irccloud.com/x-zimvqzmmlodyyvjz) (Ping timeout: 260 seconds)
- # [05:38] * Quits: daleharvey (u513@gateway/web/irccloud.com/x-zstpfaeolvmfipey) (Ping timeout: 246 seconds)
- # [05:38] * Quits: cheeaun (u2141@gateway/web/irccloud.com/x-idndzarqyciyyzzn) (Ping timeout: 250 seconds)
- # [05:38] * Quits: niftylettuce (u2733@gateway/web/irccloud.com/x-viuhchubptasgmmp) (Ping timeout: 276 seconds)
- # [05:38] * Quits: footyfish (u830@gateway/web/irccloud.com/x-kmynpgronxqengko) (Ping timeout: 264 seconds)
- # [05:39] * Quits: Jon47 (~jonz@pool-74-96-160-56.washdc.fios.verizon.net) (Quit: Leaving.)
- # [05:41] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Don't follow me)
- # [05:42] * Joins: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net)
- # [05:43] * Joins: dmachi1 (~dmachi@pool-71-254-69-251.ronkva.east.verizon.net)
- # [05:43] * Quits: dmachi (~dmachi@pool-71-254-69-251.ronkva.east.verizon.net) (Read error: Connection reset by peer)
- # [05:43] * Joins: benschwarz (u2121@gateway/web/irccloud.com/x-mnzifxwnteogjlht)
- # [05:47] * Joins: Phae (u455@gateway/web/irccloud.com/x-lxizysuexppclpfm)
- # [05:48] * Joins: beowulf (u116@pdpc/supporter/professional/beowulf)
- # [05:48] * Joins: cylentwolf (u3104@gateway/web/irccloud.com/x-yisqxfxvhtqnvsaw)
- # [05:49] * Joins: ebryn (u2895@gateway/web/irccloud.com/x-txszrevuziewhsam)
- # [05:50] * Joins: daleharvey (u513@gateway/web/irccloud.com/x-zistapzwyaxbcjpy)
- # [05:50] * Joins: footyfish (u830@gateway/web/irccloud.com/x-cpyjpktolhzoywhq)
- # [05:51] * Joins: actel (u48@gateway/web/irccloud.com/x-zfzymmyumlklermf)
- # [05:51] * Joins: salazr (u2027@gateway/web/irccloud.com/x-hmeunavktflftrdz)
- # [05:57] * Joins: morgadin (u719@gateway/web/irccloud.com/x-evuewtqkmbpdbfhi)
- # [05:59] * Joins: ryanseddon (u1832@gateway/web/irccloud.com/x-pqnjbyhbgjqdhobc)
- # [06:01] * Joins: dankest (~dankest@ip184-189-221-176.sb.sd.cox.net)
- # [06:02] * Joins: niftylettuce (u2733@gateway/web/irccloud.com/x-amjlrxdqpfrvcblh)
- # [06:03] * Joins: nimbupani (~Adium@c-24-18-47-160.hsd1.wa.comcast.net)
- # [06:03] * nimbupani is now known as nimbu
- # [06:04] * Quits: nonge_ (~nonge@p5B326FD0.dip.t-dialin.net) (Ping timeout: 252 seconds)
- # [06:05] * Joins: cheeaun (u2141@gateway/web/irccloud.com/x-opkkpluawqsmgsgq)
- # [06:05] * Joins: x29a_ (~x29a@g224218216.adsl.alicedsl.de)
- # [06:05] * Quits: x29a_ (~x29a@g224218216.adsl.alicedsl.de) (Changing host)
- # [06:05] * Joins: x29a_ (~x29a@unaffiliated/x29a)
- # [06:07] * Quits: dankest (~dankest@ip184-189-221-176.sb.sd.cox.net) (Quit: dankest)
- # [06:08] * Joins: tomh- (u501@gateway/web/irccloud.com/x-sionhjlbjmcqipvs)
- # [06:08] * Quits: x29a (~x29a@unaffiliated/x29a) (Ping timeout: 250 seconds)
- # [06:11] * Joins: cyberdees (u2574@gateway/web/irccloud.com/x-alrwdxbleiqofcno)
- # [06:15] * Joins: nonge_ (~nonge@p5B3266AB.dip.t-dialin.net)
- # [06:17] * Quits: [narcan] (~narcan]@110-174-75-216.static.tpgi.com.au) (Ping timeout: 264 seconds)
- # [06:19] * Joins: jorum (~jorum@81-232-132-2-no120.tbcn.telia.com)
- # [06:25] * Quits: SaadIbrahim (~mslfreak@unaffiliated/saadibrahim) (Ping timeout: 240 seconds)
- # [06:26] * Quits: jorum (~jorum@81-232-132-2-no120.tbcn.telia.com) (Quit: Leaving...)
- # [06:27] * Joins: SaadIbrahim (~mslfreak@unaffiliated/saadibrahim)
- # [06:27] * Joins: the_hulk (~sumedh@61.16.215.114)
- # [06:31] * Joins: Saaaaad (~mslfreak@203.81.210.99)
- # [06:31] * Quits: Saaaaad (~mslfreak@203.81.210.99) (Changing host)
- # [06:31] * Joins: Saaaaad (~mslfreak@unaffiliated/saadibrahim)
- # [06:31] * Quits: SaadIbrahim (~mslfreak@unaffiliated/saadibrahim) (Disconnected by services)
- # [06:31] * Saaaaad is now known as SaadIbrahim
- # [06:31] * Joins: dr0id (~andy@unaffiliated/dr0id)
- # [06:36] * Joins: techrush_ (~techrush@adsl-75-4-206-43.dsl.irvnca.sbcglobal.net)
- # [06:38] * Joins: skyfaller (~skyfaller@wikipedia/Skyfaller)
- # [06:38] * Quits: techrush (~techrush@adsl-75-4-206-43.dsl.irvnca.sbcglobal.net) (Ping timeout: 240 seconds)
- # [06:39] <skyfaller> hi folks, can anybody help me figure out why a particular javascript widget prevents my site from validating? It's http://identi.ca/js/identica-badge.js - you can see it at http://html5.validator.nu/?doc=http%3A%2F%2Fskyfaller.net%2Fblog%2F&showsource=yes
- # [06:39] * Quits: mascix (~mascix@83.66.110.192) (Quit: Leaving.)
- # [06:43] * Quits: SaadIbrahim (~mslfreak@unaffiliated/saadibrahim) (Ping timeout: 250 seconds)
- # [06:44] * Quits: hubutm20 (~hubutm20@79.114.78.125) (Ping timeout: 252 seconds)
- # [06:45] * Joins: luchenbill (~gnome@shellium/member/unfunf)
- # [06:46] * Quits: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net) (Read error: Connection reset by peer)
- # [06:46] * Joins: devongovett (~devongove@pppoe-68-142-47-100.gmavt.net)
- # [06:46] * Joins: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net)
- # [06:59] * Joins: jeffszusz (~jeffszusz@d24-57-194-149.home.cgocable.net)
- # [07:00] * Quits: OzDave_mbp (~OzDave_mb@27-33-43-79.static.tpgi.com.au) (Ping timeout: 276 seconds)
- # [07:03] * Quits: techrush_ (~techrush@adsl-75-4-206-43.dsl.irvnca.sbcglobal.net) (Ping timeout: 252 seconds)
- # [07:03] * Quits: tantek (~tantek@mozilla.vlan426.asr1.sfo1.gblx.net) (Quit: tantek)
- # [07:07] <danheberden> skyfaller if you read the reason why on the validator warning, it tells you
- # [07:07] <skyfaller> I see the warning, but it doesn't make sense to me...
- # [07:07] <danheberden> make sure <script> is on it's own line
- # [07:07] <danheberden> <p>
- # [07:07] <danheberden> <script>
- # [07:07] <danheberden> like that
- # [07:08] <skyfaller> oh, really?
- # [07:08] <skyfaller> that's what it means?
- # [07:08] <skyfaller> it totally doesn't say that :P
- # [07:08] <danheberden> also you're putting an object in there
- # [07:09] <danheberden> that might be what the validator is choking on. try the new lines first
- # [07:10] <skyfaller> hm... Wordpress loves inserting <p> tags where I don't intend for them to be :/
- # [07:11] * Joins: jacine (~jacine@drupal.org/user/88931/view)
- # [07:11] * Quits: moshee (~moshee@unaffiliated/moshee) (Remote host closed the connection)
- # [07:12] * Joins: moshee (~moshee@c-24-16-155-210.hsd1.wa.comcast.net)
- # [07:12] * Quits: moshee (~moshee@c-24-16-155-210.hsd1.wa.comcast.net) (Changing host)
- # [07:12] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [07:13] <skyfaller> ok, even if I turn off <p> tags entirely it doesn't fix it :P
- # [07:14] <danheberden> yeah, putting shit between the <script> tags like that is kinda weird when referencing an external source
- # [07:14] <skyfaller> danheberden: what do you mean by an "object"?
- # [07:15] <skyfaller> Is there another way to run the script from an external source?
- # [07:15] <danheberden> the content between <script> and </script> is an object
- # [07:16] <skyfaller> danheberden: I don't know how else to run the external script, do you have another suggestion?
- # [07:16] <danheberden> don't validate?
- # [07:16] <skyfaller> hahaha
- # [07:16] <skyfaller> fair enough
- # [07:16] <danheberden> or copy the js file and adjust it
- # [07:16] <skyfaller> for the record, the Twitter script right below it validates
- # [07:16] <danheberden> the init function is taking the contents of the script tag with that js file in the src and parseing the json content in it manually
- # [07:18] <skyfaller> I just don't understand why the Identi.ca script makes the validator choke but the Twitter script which is also putting an object in there
- # [07:18] * Joins: OzDave_mbp (~OzDave_mb@27-33-43-79.static.tpgi.com.au)
- # [07:18] <skyfaller> works fine
- # [07:18] <skyfaller> validates fine, I mean
- # [07:18] <danheberden> that's not the same
- # [07:19] <skyfaller> it's not? what's different?
- # [07:19] <danheberden> see how the identica one is the <script src="http://yadayada"> { "user" : "skyfaller" }</script> ?
- # [07:19] * Quits: benv (~benv@CPE0026f32a09a2-CM0026f32a099e.cpe.net.cable.rogers.com) (Quit: Leaving...)
- # [07:19] <danheberden> so the script tag is pulling a remote source
- # [07:19] <danheberden> AND has content
- # [07:19] <danheberden> which won't get parsed
- # [07:19] <danheberden> now take a look at the twitter one
- # [07:19] <danheberden> it's just <script>
- # [07:19] <skyfaller> oh...
- # [07:19] <danheberden> no src attribute
- # [07:19] <danheberden> so it's gonna run that JS inside of it
- # [07:19] <skyfaller> I see
- # [07:19] <skyfaller> wow
- # [07:19] <danheberden> that's how the identica one SHOULD do it
- # [07:20] <skyfaller> thank you for pointing that out, I didn't understand the difference
- # [07:20] * Quits: devongovett (~devongove@pppoe-68-142-47-100.gmavt.net) (Quit: devongovett)
- # [07:20] <danheberden> so you can add the identica js to your own js file, and remove the part in the init function where it seeks that out
- # [07:20] <skyfaller> Just to repeat the blindingly obvious for me, why is that the proper way to do it again?
- # [07:21] <danheberden> the proper way would be either to have that object available as a global, or to have a way for you to start up the process and provide the object
- # [07:21] <danheberden> kind of like the new TWTR.Widget() constructor is doing
- # [07:21] <danheberden> it's creating the widget based on the passed in info
- # [07:22] <skyfaller> hm, I see...
- # [07:23] <skyfaller> danheberden: Thank you for all of your help, I understand what is going on significantly better now, even if I am still a javascript noob :)
- # [07:23] <danheberden> np - there's also #javascript which might be able to help you with the JS part of it
- # [07:25] * Joins: Taftse (~Taftse@unaffiliated/taftse)
- # [07:29] * Joins: benv (~benv@CPE0026f32a09a2-CM0026f32a099e.cpe.net.cable.rogers.com)
- # [07:34] * Quits: ghassan (~gmoney@99-71-119-13.lightspeed.rcsntx.sbcglobal.net) (Remote host closed the connection)
- # [07:39] * Joins: Ankheg (~Ankheg@91.224.77.4)
- # [07:42] * Joins: ewokchewy (~enoch@64.134.233.127)
- # [07:42] * Quits: m1chael (~m1chael@ip68-9-58-51.ri.ri.cox.net) (Ping timeout: 240 seconds)
- # [07:42] * Parts: ewokchewy (~enoch@64.134.233.127)
- # [07:42] * Joins: ewokchewy (~enoch@64.134.233.127)
- # [07:45] * Joins: prajwalit (~prajwalit@121.243.225.226)
- # [07:45] * Quits: jeffszusz (~jeffszusz@d24-57-194-149.home.cgocable.net) (Remote host closed the connection)
- # [07:45] * Joins: Taftse2 (Taftse@unaffiliated/taftse)
- # [07:49] * Quits: Taftse (~Taftse@unaffiliated/taftse) (Ping timeout: 258 seconds)
- # [07:50] * Quits: Taftse2 (Taftse@unaffiliated/taftse) (Read error: Connection reset by peer)
- # [07:51] * Joins: Frippe (~Frippe@unaffiliated/frippe)
- # [07:53] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [07:53] * Quits: temp02 (~temp01@unaffiliated/temp01) (Ping timeout: 250 seconds)
- # [07:54] * Quits: ewokchewy (~enoch@64.134.233.127) (Quit: Leaving.)
- # [07:54] * Quits: bot-t1 (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 258 seconds)
- # [07:55] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [07:56] * Quits: Frippe (~Frippe@unaffiliated/frippe) (Quit: Computer has gone to sleep)
- # [07:56] * Joins: Frippe (~Frippe@unaffiliated/frippe)
- # [07:58] * Quits: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net) (Read error: Connection reset by peer)
- # [07:59] * Joins: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net)
- # [08:00] * Joins: jblomo (~jblomo@c-76-126-152-135.hsd1.ca.comcast.net)
- # [08:00] <jblomo> is there a good way to run an init() function after a <script defer> source has been loaded?
- # [08:02] * Quits: Frippe (~Frippe@unaffiliated/frippe) (Ping timeout: 276 seconds)
- # [08:03] <moo-_-> jblomo: call it from the script source
- # [08:03] <moo-_-> jblomo: create your own .js by merging files
- # [08:05] * Joins: doraemon` (~textual@c-75-70-205-50.hsd1.co.comcast.net)
- # [08:05] * Quits: brettgoulder (~textual@c-75-70-205-50.hsd1.co.comcast.net) (Read error: Connection reset by peer)
- # [08:05] * doraemon` is now known as brettgoulder
- # [08:06] <jblomo> moo-_-: so if each page initializes slightly differently, i should have a .js that calls the init function for the page, and include that with a defer after the library?
- # [08:13] * Quits: taar779 (~taar779@d24-57-144-141.home.cgocable.net) (Quit: Leaving)
- # [08:16] * Parts: spliter (~spliter@77.88.72.162)
- # [08:19] * Joins: tantek (~tantek@199-83-220-148.PUBLIC.monkeybrains.net)
- # [08:20] <moo-_-> jblomo:
- # [08:20] <moo-_-> no
- # [08:20] <moo-_-> you should have init function in .js file itself
- # [08:20] <moo-_-> as the last line
- # [08:20] <moo-_-> that's what I had to do with some ugly third party JS libraries
- # [08:21] <moo-_-> if it's in the file itself it surely gets executed when it is loaded
- # [08:22] * Joins: ewokchewy (~enoch@cpe-75-83-255-45.socal.res.rr.com)
- # [08:26] * Quits: tantek (~tantek@199-83-220-148.PUBLIC.monkeybrains.net) (Ping timeout: 276 seconds)
- # [08:28] * x29a_ is now known as x29a
- # [08:36] <brettgoulder> :P
- # [08:40] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 250 seconds)
- # [08:41] * Joins: trumpetmic (~trumpetmi@174-21-187-59.tukw.qwest.net)
- # [08:41] * Joins: phrearch (~phrearch_@5ED42DE2.cm-7-5a.dynamic.ziggo.nl)
- # [08:41] * Joins: simenbrekken (~simenbrek@77.40.186.130)
- # [08:44] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [08:45] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [08:54] * Joins: tristanseifert_ (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net)
- # [08:54] <jblomo> moo-_-: thanks!
- # [08:54] * Quits: jblomo (~jblomo@c-76-126-152-135.hsd1.ca.comcast.net) (Quit: leaving)
- # [08:54] * Quits: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
- # [08:55] * Joins: NetRoY (~NetRoY@nat/yahoo/x-djtceivbdmluwllf)
- # [08:57] * Quits: the_hulk (~sumedh@61.16.215.114) (Read error: Connection timed out)
- # [09:00] * Joins: beevi7 (~manuel.bi@tim.7val.com)
- # [09:00] * Quits: brettgoulder (~textual@c-75-70-205-50.hsd1.co.comcast.net) (Read error: Connection reset by peer)
- # [09:00] * Quits: simenbrekken (~simenbrek@77.40.186.130) (Read error: No route to host)
- # [09:02] * Joins: the_hulk (~sumedh@61.16.215.114)
- # [09:04] * Joins: simenbrekken (~simenbrek@77.40.186.130)
- # [09:04] * Joins: hexa_ (~hexa@fwd1.simplethinking.net)
- # [09:04] * Joins: brettgoulder (~textual@c-75-70-205-50.hsd1.co.comcast.net)
- # [09:05] * Quits: ewokchewy (~enoch@cpe-75-83-255-45.socal.res.rr.com) (Quit: Leaving.)
- # [09:05] * Quits: NetRoY (~NetRoY@nat/yahoo/x-djtceivbdmluwllf) (Ping timeout: 250 seconds)
- # [09:05] * Joins: Boozeniges_ (u2763@gateway/web/irccloud.com/x-nsydtginydpczlnp)
- # [09:06] * Joins: NetRoY (~NetRoY@nat/yahoo/x-jsieasravgexrsma)
- # [09:08] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 246 seconds)
- # [09:08] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [09:10] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 250 seconds)
- # [09:11] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 250 seconds)
- # [09:11] * Parts: Boozeniges_ (u2763@gateway/web/irccloud.com/x-nsydtginydpczlnp)
- # [09:12] * Quits: trumpetmic (~trumpetmi@174-21-187-59.tukw.qwest.net) (Quit: Leaving.)
- # [09:12] * Joins: Ms2ger (~Ms2ger@91.181.135.59)
- # [09:16] * Quits: shipit (~shipit@70-138-92-21.lightspeed.hstntx.sbcglobal.net) (Remote host closed the connection)
- # [09:17] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [09:20] * Quits: dr0id (~andy@unaffiliated/dr0id) (Quit: Leaving.)
- # [09:22] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 252 seconds)
- # [09:23] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [09:24] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [09:26] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: IRC is just multiplayer notepad)
- # [09:28] * Quits: smus (~smus@173-167-97-246-sfba.hfc.comcastbusiness.net) (Remote host closed the connection)
- # [09:31] * Quits: Kichael (~Kichael@70-36-49-167.dyn.novuscom.net) (Read error: Connection reset by peer)
- # [09:38] * Joins: Xo__ (~Hautain@AOrleans-258-1-18-81.w90-8.abo.wanadoo.fr)
- # [09:39] * Quits: buribu (~buribu@unaffiliated/buribu) (Read error: Connection reset by peer)
- # [09:41] * Quits: Hautain_ (~Hautain@AOrleans-258-1-10-166.w90-8.abo.wanadoo.fr) (Ping timeout: 250 seconds)
- # [09:42] * Joins: maxmanders (~maxmander@94.175.212.66)
- # [09:56] * Joins: seutje (~steve@fragger.nascom.be)
- # [09:56] * Quits: seutje (~steve@fragger.nascom.be) (Changing host)
- # [09:56] * Joins: seutje (~steve@drupal.org/user/264148/view)
- # [09:58] * Joins: huskyr (~huskyr@ip169-070.vpro.nl)
- # [10:01] * Joins: keithclarkcouk (~keithclar@host213-120-144-176.in-addr.btopenworld.com)
- # [10:01] * Quits: brettgoulder (~textual@c-75-70-205-50.hsd1.co.comcast.net) (Ping timeout: 276 seconds)
- # [10:05] * Quits: mdale (~mdale@unaffiliated/mdale) (Quit: Leaving.)
- # [10:07] * Joins: dr0id (~andy@unaffiliated/dr0id)
- # [10:12] * Joins: robhawkes (~robhawkes@188-220-16-96.dsl.cnl.uk.net)
- # [10:12] * Quits: nimbu (~Adium@c-24-18-47-160.hsd1.wa.comcast.net) (Ping timeout: 258 seconds)
- # [10:13] * Quits: keithclarkcouk (~keithclar@host213-120-144-176.in-addr.btopenworld.com) (Remote host closed the connection)
- # [10:17] * Joins: nimbupani (~Adium@32.173.62.108)
- # [10:17] * nimbupani is now known as nimbu
- # [10:18] * Joins: iaincarsberg (u1388@gateway/web/irccloud.com/x-icwlqkexgbzgtrnj)
- # [10:18] * Quits: tristanseifert_ (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net) (Ping timeout: 260 seconds)
- # [10:19] * Parts: nimbu (~Adium@32.173.62.108)
- # [10:24] * Quits: prajwalit (~prajwalit@121.243.225.226) (Read error: Connection reset by peer)
- # [10:24] * Quits: jacine (~jacine@drupal.org/user/88931/view) (Quit: buh bye :))
- # [10:25] * Joins: prajwalit (~prajwalit@121.243.225.226)
- # [10:34] * Joins: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net)
- # [10:36] * Quits: robhawkes (~robhawkes@188-220-16-96.dsl.cnl.uk.net) (Quit: Linkinus - http://linkinus.com)
- # [10:43] * Joins: jovrtn (~jovrtn@146-210-237-24.gci.net)
- # [10:44] * Joins: NoNoNo (~Adium@2a00:1158:0:201:e9ba:ede0:4dda:8c85)
- # [10:45] * Joins: Lebannen (~lebannen@87.127.122.195)
- # [10:47] * Quits: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net) (Ping timeout: 240 seconds)
- # [11:00] * Joins: beawesomeinstead (u1643@gateway/web/irccloud.com/x-aeexdfkgbsqrqryu)
- # [11:06] * Joins: matjas (u2247@gateway/web/irccloud.com/x-bqldtbwgerjiwnhz)
- # [11:06] * Quits: patcito (~123@190.42.83.70) (Read error: Connection reset by peer)
- # [11:06] * Quits: matjas (u2247@gateway/web/irccloud.com/x-bqldtbwgerjiwnhz) (Changing host)
- # [11:06] * Joins: matjas (u2247@unaffiliated/matjas)
- # [11:06] * Quits: matjas (u2247@unaffiliated/matjas) (Changing host)
- # [11:06] * Joins: matjas (u2247@gateway/web/irccloud.com/x-bqldtbwgerjiwnhz)
- # [11:09] * Joins: dSebastien (~dSebastie@231.39-244-81.adsl-dyn.isp.belgacom.be)
- # [11:11] * Quits: andr3 (~andr3@bl14-174-41.dsl.telepac.pt) (Quit: andr3)
- # [11:18] * Quits: tigerpaw (~tigerpaw@unaffiliated/tigerpaw) (Ping timeout: 250 seconds)
- # [11:19] * Joins: JackLeo (~Domas@cl-78-158-19-35.fastlink.lt)
- # [11:22] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [11:32] * Quits: sasori (~sasori@acl1-719bts.gw.smartbro.net) (Read error: Connection reset by peer)
- # [11:33] * Joins: sasori (~sasori@acl1-719bts.gw.smartbro.net)
- # [11:33] * Joins: hubutm20 (~hubutm20@79.114.113.17)
- # [11:38] * Joins: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [11:39] * Joins: Kichael (~Kichael@70-36-49-167.dyn.novuscom.net)
- # [11:40] * Joins: robhawkes (~robhawkes@188-220-16-96.dsl.cnl.uk.net)
- # [11:44] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Remote host closed the connection)
- # [11:44] * jetienne_ is now known as jetienne
- # [11:44] * Joins: mokush (~quassel@79.116.79.169)
- # [11:47] * Quits: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
- # [11:48] * Joins: tbassetto (~tbassetto@LRouen-151-71-49-64.w80-11.abo.wanadoo.fr)
- # [11:50] * psynaptic is now known as psynaptic|break
- # [11:56] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Quit: bot-t)
- # [11:56] * Quits: temp01 (~temp01@unaffiliated/temp01) (Read error: Connection reset by peer)
- # [11:56] * psynaptic|break is now known as psynaptic
- # [11:57] * dSebastien is now known as dSebastien_
- # [11:58] * dSebastien_ is now known as Trankill
- # [11:58] * Trankill is now known as Lechtitseb
- # [11:58] * Lechtitseb is now known as dSebastien
- # [12:02] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [12:04] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [12:07] * Quits: tbassetto (~tbassetto@LRouen-151-71-49-64.w80-11.abo.wanadoo.fr) (Read error: Connection reset by peer)
- # [12:08] * Parts: dSebastien (~dSebastie@231.39-244-81.adsl-dyn.isp.belgacom.be) ("Quitte")
- # [12:08] * Quits: elkng (~elkng@unaffiliated/elkng) (Read error: Connection reset by peer)
- # [12:09] * Joins: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net)
- # [12:18] * Joins: dSebastien (~dSebastie@231.39-244-81.adsl-dyn.isp.belgacom.be)
- # [12:26] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: i love javascript and webgl. see http://pacmaze.com)
- # [12:26] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [12:31] * Joins: mike5w3c (~MikeSmith@EM114-48-191-190.pool.e-mobile.ne.jp)
- # [12:35] * Joins: dankest (~dankest@ip98-171-182-49.sb.sd.cox.net)
- # [12:39] * Quits: Ms2ger (~Ms2ger@91.181.135.59) (Ping timeout: 250 seconds)
- # [12:39] * Parts: dSebastien (~dSebastie@231.39-244-81.adsl-dyn.isp.belgacom.be) ("Quitte")
- # [12:47] * Joins: JasonLiu_ (~quassel@222.126.155.250)
- # [12:52] * Joins: Ms2ger (~Ms2ger@91.181.160.131)
- # [13:03] * Quits: beevi7 (~manuel.bi@tim.7val.com) (Read error: Connection reset by peer)
- # [13:04] * Joins: beevi7 (~manuel.bi@tim.7val.com)
- # [13:11] * Joins: hitchcock (~bluearcht@c-66-31-136-2.hsd1.ma.comcast.net)
- # [13:16] * Joins: Spiralmatrix (~Spiralmat@80.176.210.246)
- # [13:17] * Quits: ben_h (~ben@128.250.195.138) (Quit: ben_h)
- #
- # Session Start: Tue Aug 16 14:45:40 2011
- # Session Ident: #html5
- # [14:45] * Now talking in #html5
- # [14:45] * Topic is 'Ask any question about HTML5 & Friends || HTML5 Spec for Developers: http://developers.whatwg.org || Also: http://html5rocks.com http://diveintohtml5.org http://mzl.la/9giLwR || Channel logs: http://j.mp/cG7UDa'
- # [14:45] * Set by marienz!~marienz@freenode/staff/marienz on Wed Aug 10 22:18:05
- # [14:45] -verne.freenode.net:#html5- [freenode-info] channel trolls and no channel staff around to help? please check with freenode support: http://freenode.net/faq.shtml#gettinghelp
- # [14:45] * Joins: johnkpaul (~jpaul@pool-74-108-115-181.nycmny.fios.verizon.net)
- # [14:49] * Joins: Jon47 (~jonz@204.56.125.50)
- # [14:50] * Joins: m1chael (~m1chael@ip68-9-58-51.ri.ri.cox.net)
- # [14:51] * Joins: shipit (~shipit@70-138-92-21.lightspeed.hstntx.sbcglobal.net)
- # [14:53] * Quits: andr3 (~andr3@194.65.5.235) (Remote host closed the connection)
- # [14:53] * Joins: andr3 (~andr3@194.65.5.235)
- # [14:57] * Quits: m1chael (~m1chael@ip68-9-58-51.ri.ri.cox.net) (Ping timeout: 258 seconds)
- # [15:07] * psynaptic is now known as psynaptic|lunch
- # [15:08] * Joins: timmywil (~timmywil@sec1.epb.net)
- # [15:12] * Joins: SoulRaven (SoulRaven@89.41.157.171)
- # [15:13] * Joins: justinfront (~chatzilla@ADSL136-82.saqnet.co.uk)
- # [15:17] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [15:19] * Quits: nonge_ (~nonge@p5B3266AB.dip.t-dialin.net) (Quit: Verlassend)
- # [15:25] * Quits: sasori (~sasori@acl1-719bts.gw.smartbro.net) (Ping timeout: 252 seconds)
- # [15:28] * Joins: DoubleA1 (~Adium@65.211.27.190)
- # [15:28] * Parts: DoubleA1 (~Adium@65.211.27.190)
- # [15:33] * Quits: timmywil (~timmywil@sec1.epb.net) (Quit: O.o)
- # [15:34] * Joins: dguttman (~dguttman@160-255.200-68.tampabay.res.rr.com)
- # [15:37] * Joins: timmywil (~timmywil@sec1.epb.net)
- # [15:40] * Joins: nikstepff (~nikstepff@94.144.63.87)
- # [15:43] * Joins: kyxzme (~kyxzme@93-58-116-120.ip158.fastwebnet.it)
- # [15:44] * Quits: Xo__ (~Hautain@AOrleans-258-1-18-81.w90-8.abo.wanadoo.fr) (Quit: Leaving)
- # [15:46] * Joins: nikstepff_ (~nikstepff@94.18.163.224)
- # [15:47] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Read error: Connection reset by peer)
- # [15:47] * Quits: Ankheg (~Ankheg@91.224.77.4) (Read error: Connection reset by peer)
- # [15:48] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [15:49] * Quits: nikstepff (~nikstepff@94.144.63.87) (Ping timeout: 260 seconds)
- # [15:49] * nikstepff_ is now known as nikstepff
- # [15:50] * psynaptic|lunch is now known as psynaptic
- # [15:51] * Joins: sasori (~sasori@acl1-719bts.gw.smartbro.net)
- # [15:51] * Joins: CyberKnight (~Spiralmat@host217-37-173-70.in-addr.btopenworld.com)
- # [15:52] * Quits: Spiralmatrix (~Spiralmat@80.176.210.246) (Ping timeout: 250 seconds)
- # [15:53] * Joins: buribu (~buribu@201-42-220-148.dsl.telesp.net.br)
- # [15:53] * Quits: buribu (~buribu@201-42-220-148.dsl.telesp.net.br) (Changing host)
- # [15:53] * Joins: buribu (~buribu@unaffiliated/buribu)
- # [15:53] * Joins: buribux (~buribu@unaffiliated/buribux)
- # [15:54] * Quits: buribux (~buribu@unaffiliated/buribux) (Read error: Connection reset by peer)
- # [16:13] * Quits: Guest8043 (~craig@unaffiliated/craigbarnes) (Quit: Guest8043)
- # [16:14] * Joins: devongovett (~devongove@pppoe-68-142-47-100.gmavt.net)
- # [16:28] * Quits: sasori (~sasori@acl1-719bts.gw.smartbro.net) (Ping timeout: 258 seconds)
- # [16:28] * Joins: tbassetto (~tbassetto@anj75-2-88-162-180-30.fbx.proxad.net)
- # [16:31] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
- # [16:33] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 250 seconds)
- # [16:33] * Quits: temp01 (~temp01@unaffiliated/temp01) (Ping timeout: 250 seconds)
- # [16:37] * Quits: erichynds (~ehynds@venkman.brightcove.com) (Ping timeout: 258 seconds)
- # [16:38] * Quits: squeakytoy (~squeakyto@107-232-96-87.cust.blixtvik.se) (Read error: Connection reset by peer)
- # [16:38] * Joins: squeakytoy (~squeakyto@107-232-96-87.cust.blixtvik.se)
- # [16:39] * Quits: kadiks (~kadiks@APuteaux-652-1-24-187.w82-120.abo.wanadoo.fr) (Ping timeout: 276 seconds)
- # [16:40] * Quits: simplicity- (~simplicit@unaffiliated/simplicity-) (Quit: ...)
- # [16:42] * Joins: danielfilho (~daniel@187.31.77.7)
- # [16:43] * Joins: brettgoulder (~textual@173-164-36-90-colorado.hfc.comcastbusiness.net)
- # [16:45] * Joins: smus (~smus@67.218.103.237)
- # [16:47] * Quits: prajwalit (~prajwalit@121.243.225.226) (Quit: Ex-Chat)
- # [16:50] * Joins: sasori (~sasori@acl1-719bts.gw.smartbro.net)
- # [16:51] * Joins: kadiks (~kadiks@APuteaux-652-1-65-167.w90-61.abo.wanadoo.fr)
- # [16:54] * Quits: beawesomeinstead (u1643@gateway/web/irccloud.com/x-aeexdfkgbsqrqryu) (Excess Flood)
- # [16:54] * Joins: beawesomeinstead (u1643@gateway/web/irccloud.com/x-wzmssxtwlrqnsoxg)
- # [16:54] * psynaptic is now known as psynaptic|away
- # [16:54] * Quits: danielfilho (~daniel@187.31.77.7) (Ping timeout: 240 seconds)
- # [16:55] * Quits: niftylettuce (u2733@gateway/web/irccloud.com/x-amjlrxdqpfrvcblh) (Max SendQ exceeded)
- # [16:55] * Joins: ericduran (~ericduran@173-203-243-241.static.cloud-ips.com)
- # [16:55] * Joins: niftylettuce (u2733@gateway/web/irccloud.com/x-wdefrszwzgwvlbyr)
- # [16:55] * Quits: NetRoY (~NetRoY@nat/yahoo/x-jsieasravgexrsma) (Quit: NetRoY)
- # [16:57] * psynaptic|away is now known as psynaptic
- # [16:57] * Quits: sasori (~sasori@acl1-719bts.gw.smartbro.net) (Read error: Connection reset by peer)
- # [16:58] * Joins: sasori (~sasori@acl1-719bts.gw.smartbro.net)
- # [16:59] * Joins: wlkh (~wlkh@c-76-24-226-103.hsd1.ma.comcast.net)
- # [17:03] * Quits: dankest (~dankest@ip98-171-182-49.sb.sd.cox.net) (Quit: Bye!)
- # [17:04] * Joins: danielfilho (~daniel@187.31.77.7)
- # [17:07] * Quits: ighisas (~ighisas@122x212x216x66.ap122.ftth.ucom.ne.jp) (Remote host closed the connection)
- # [17:09] * Quits: beevi7 (~manuel.bi@tim.7val.com) (Ping timeout: 252 seconds)
- # [17:13] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
- # [17:23] * Quits: Evanescence (~chris@122.237.23.243) (Quit: WeeChat 0.3.4)
- # [17:23] * Joins: techrush (~techrush@adsl-75-4-206-43.dsl.irvnca.sbcglobal.net)
- # [17:24] * Joins: Evanescence (~chris@122.237.23.243)
- # [17:24] * Quits: dr0id (~andy@unaffiliated/dr0id) (Quit: Leaving.)
- # [17:25] * Quits: Evanescence (~chris@122.237.23.243) (Client Quit)
- # [17:27] * Quits: simplicity- (~simplicit@unaffiliated/simplicity-) (Quit: ...)
- # [17:28] * Quits: xec (~xec@2a00:10b0:1:1002:5ab0:35ff:fef8:6a01) (Remote host closed the connection)
- # [17:30] * Joins: jochen__ (~jochen@nat/google/x-cpbibtwxtmwtxftq)
- # [17:35] * Quits: JackLeo (~Domas@cl-78-158-19-35.fastlink.lt) (Ping timeout: 252 seconds)
- # [17:37] * Joins: bEEEviz (~Manuel@46.115.24.245)
- # [17:40] * Quits: simenbrekken (~simenbrek@77.40.186.130) (Quit: Computer has gone to sleep.)
- # [17:40] * Quits: bEEEviz (~Manuel@46.115.24.245) (Read error: Connection reset by peer)
- # [17:40] * Joins: bEEEviz (~Manuel@46.115.24.245)
- # [17:43] * Quits: dmachi1 (~dmachi@pool-71-254-69-251.ronkva.east.verizon.net) (Read error: Connection reset by peer)
- # [17:43] * Joins: dmachi (~dmachi@pool-71-254-69-251.ronkva.east.verizon.net)
- # [17:45] * Joins: trumpetmic (~trumpetmi@174-21-187-59.tukw.qwest.net)
- # [17:47] * Quits: smus (~smus@67.218.103.237) (Remote host closed the connection)
- # [17:48] * Joins: nimbupani (~Adium@c-24-18-47-160.hsd1.wa.comcast.net)
- # [17:48] * nimbupani is now known as nimbu
- # [17:51] * Quits: huskyr (~huskyr@ip169-070.vpro.nl) (Quit: huskyr)
- # [17:55] <cylentwolf> http://venturebeat.com/2011/08/16/linkedin-node/
- # [17:55] <cylentwolf> interesting html5 revamp for linked in
- # [17:57] * Quits: shipit (~shipit@70-138-92-21.lightspeed.hstntx.sbcglobal.net) (Remote host closed the connection)
- # [17:58] * Quits: seutje (~steve@drupal.org/user/264148/view) (Quit: ZOOM ZOOM ZOOM)
- # [17:58] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne)
- # [17:59] * Joins: gseguin (~anonymous@67.136.90.250)
- # [17:59] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [18:00] * Quits: trumpetmic (~trumpetmi@174-21-187-59.tukw.qwest.net) (Quit: Leaving.)
- # [18:01] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [18:01] * Quits: modernbob (modernbob@belencomputers/staff/modernbob) (Ping timeout: 258 seconds)
- # [18:02] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [18:02] * Joins: Hautain (~Hautain@AOrleans-258-1-18-81.w90-8.abo.wanadoo.fr)
- # [18:05] * Joins: croby (~croby@c-174-61-151-153.hsd1.wa.comcast.net)
- # [18:07] * Quits: CyberKnight (~Spiralmat@host217-37-173-70.in-addr.btopenworld.com)
- # [18:07] * Joins: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk)
- # [18:13] * Joins: zatan (~zatan@5ad19e91.bb.sky.com)
- # [18:16] * Quits: levifig (~levifig@levifig.com) (Read error: Operation timed out)
- # [18:18] * Joins: phishy (~jeff@gmbea-e32.broadinstitute.org)
- # [18:21] * Joins: trumpetmic (~trumpetmi@174-21-187-59.tukw.qwest.net)
- # [18:21] * Joins: mike5w3c_ (~MikeSmith@EM1-112-110-0.pool.e-mobile.ne.jp)
- # [18:21] * Quits: hexa_ (~hexa@fwd1.simplethinking.net) (Ping timeout: 252 seconds)
- # [18:24] * Joins: m1chael (~m1chael@ip68-9-58-51.ri.ri.cox.net)
- # [18:24] * Joins: kevva (~kevva@c83-252-104-165.bredband.comhem.se)
- # [18:24] * Quits: mike5w3c (~MikeSmith@EM114-48-191-190.pool.e-mobile.ne.jp) (Ping timeout: 252 seconds)
- # [18:24] * mike5w3c_ is now known as mike5w3c
- # [18:25] * Quits: bEEEviz (~Manuel@46.115.24.245) (Quit: Leaving)
- # [18:25] * Joins: shipit (~shipit@70-138-92-21.lightspeed.hstntx.sbcglobal.net)
- # [18:28] * Quits: tbassetto (~tbassetto@anj75-2-88-162-180-30.fbx.proxad.net) (Quit: Leaving...)
- # [18:29] * Joins: tbassetto (~tbassetto@LRouen-151-71-49-64.w80-11.abo.wanadoo.fr)
- # [18:32] * Quits: NoNoNo (~Adium@2a00:1158:0:201:e9ba:ede0:4dda:8c85) (Quit: Leaving.)
- # [18:32] * Quits: maxmanders (~maxmander@94.175.212.66) (Quit: leaving)
- # [18:36] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [18:37] * Joins: levifig (~levifig@levifig.com)
- # [18:40] * Joins: Thasmo (~thasmo@d86-33-68-82.cust.tele2.at)
- # [18:40] * Joins: hexa_ (~hexa@fwd1.simplethinking.net)
- # [18:43] * Joins: JackLeo (~Domas@78-60-86-33.static.zebra.lt)
- # [18:47] * Quits: trumpetmic (~trumpetmi@174-21-187-59.tukw.qwest.net) (Quit: Leaving.)
- # [18:48] * Joins: smus (~smus@nat/google/x-rwfpqebbrjkcnkmq)
- # [18:48] * Quits: axelator (~chatzilla@cn-sfo1-natout.cnet.com) (Remote host closed the connection)
- # [18:48] * Joins: sic1 (~ckihneman@wsip-68-224-173-84.sd.sd.cox.net)
- # [18:52] * Quits: m1chael (~m1chael@ip68-9-58-51.ri.ri.cox.net) (Ping timeout: 260 seconds)
- # [18:52] * Quits: levifig (~levifig@levifig.com) (Quit: Farewell)
- # [18:54] * Joins: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net)
- # [18:55] * Joins: skotttAFK (skottt@c-67-170-101-122.hsd1.wa.comcast.net)
- # [18:56] * Quits: skottt (skottt@c-67-170-101-122.hsd1.wa.comcast.net) (Ping timeout: 252 seconds)
- # [18:56] * Joins: sharustar (~sharustar@unaffiliated/sharustar)
- # [18:57] * sharustar is now known as WILDsharustar
- # [18:57] * Quits: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net) (Read error: Connection reset by peer)
- # [18:58] * Joins: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net)
- # [19:00] * Joins: axelator (~chatzilla@cn-sfo1-natout.cnet.com)
- # [19:01] * Quits: shipit (~shipit@70-138-92-21.lightspeed.hstntx.sbcglobal.net) (Remote host closed the connection)
- # [19:04] * Joins: Guest8043 (~craig@unaffiliated/craigbarnes)
- # [19:08] * Guest8043 is now known as craigbarnes
- # [19:09] * Joins: BrianBlakely (~Adium@out.dentsuamerica.com)
- # [19:10] <paul_irish> http://fgnass.github.com/spin.js/
- # [19:11] * Joins: jorum (~jorum@81-232-132-2-no120.tbcn.telia.com)
- # [19:14] <nimbu> more like IRL fan spin.js
- # [19:14] * Joins: erichynds (~ehynds@venkman.brightcove.com)
- # [19:14] * Joins: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [19:17] * Joins: levifig (~levifig@levifig.com)
- # [19:17] * Quits: phishy (~jeff@gmbea-e32.broadinstitute.org) (Quit: phishy)
- # [19:18] * Joins: franksalim (~frank@64-71-23-250.static.wiline.com)
- # [19:18] * Quits: Ms2ger (~Ms2ger@91.181.40.134) (Read error: Connection reset by peer)
- # [19:19] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
- # [19:20] * Joins: Ms2ger (~Ms2ger@91.181.40.134)
- # [19:21] * Parts: craigbarnes (~craig@unaffiliated/craigbarnes)
- # [19:22] * Quits: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne_)
- # [19:25] * Quits: andr3 (~andr3@194.65.5.235) (Ping timeout: 240 seconds)
- # [19:25] * Quits: JackLeo (~Domas@78-60-86-33.static.zebra.lt) (Read error: Operation timed out)
- # [19:28] * Joins: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net)
- # [19:28] * Joins: dankest (~dankest@ip98-171-182-49.sb.sd.cox.net)
- # [19:29] * Joins: JackLeo (~Domas@78-60-86-33.static.zebra.lt)
- # [19:29] * Joins: simenbrekken (~simenbrek@c85-196-101-98.static.sdsl.no)
- # [19:30] * Joins: rilp (~rilp@189.200.202.67)
- # [19:31] * Joins: ewokchewy (~liferay@rrcs-76-79-114-218.west.biz.rr.com)
- # [19:32] <rilp> anybody knows an application similar to http://www.flashxml.net/3d-wall.html but done in html5???
- # [19:32] * Joins: LongBeach (~mike@AFontenayssB-152-1-63-61.w82-121.abo.wanadoo.fr)
- # [19:33] * Joins: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl)
- # [19:33] <johnkpaul> this is very slightly similar http://peterned.home.xs4all.nl/3d/
- # [19:33] <johnkpaul> but you probably already found that
- # [19:34] <rilp> nope, I haven´t seen it yet, thanks.
- # [19:35] <rilp> Because Im looking something like this to cuztomize it. But I hate flah, to slow to load
- # [19:36] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
- # [19:36] * Quits: devongovett (~devongove@pppoe-68-142-47-100.gmavt.net) (Quit: devongovett)
- # [19:36] * Quits: nikstepff (~nikstepff@94.18.163.224) (Quit: nikstepff)
- # [19:40] <johnkpaul> if you make that, it would be an awesome canvas demo
- # [19:43] * Joins: ja (~oleg@46.0.49.194)
- # [19:44] * ja is now known as ja_coder
- # [19:44] * Joins: cgcardona (~cgcardona@unaffiliated/cgcardona)
- # [19:46] * Joins: dawolf (~dawolf@86.59.21.51)
- # [19:47] * Joins: shipit (~shipit@70-138-92-21.lightspeed.hstntx.sbcglobal.net)
- # [19:47] * Joins: andr3 (~andr3@bl14-174-41.dsl.telepac.pt)
- # [19:47] * Joins: wookiehangover (~wookiehan@173-8-247-218-Colorado.hfc.comcastbusiness.net)
- # [19:48] * ericduran is now known as ericduran|afk
- # [19:50] * Quits: hexa_ (~hexa@fwd1.simplethinking.net) (Ping timeout: 250 seconds)
- # [19:51] * Quits: shipit (~shipit@70-138-92-21.lightspeed.hstntx.sbcglobal.net) (Remote host closed the connection)
- # [19:53] * Quits: rilp (~rilp@189.200.202.67)
- # [19:56] * Quits: tbassetto (~tbassetto@LRouen-151-71-49-64.w80-11.abo.wanadoo.fr) (Read error: Connection reset by peer)
- # [19:56] * Joins: tbassetto (~tbassetto@LRouen-151-71-49-64.w80-11.abo.wanadoo.fr)
- # [19:56] * Joins: taar779 (~taar779@d24-57-144-141.home.cgocable.net)
- # [19:59] * Joins: rilp (~rilp@189.200.202.67)
- # [20:02] * Quits: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl) (Quit: Ik ga weg)
- # [20:04] * Quits: dmachi (~dmachi@pool-71-254-69-251.ronkva.east.verizon.net) (Ping timeout: 252 seconds)
- # [20:05] * Joins: nikstepff (~nikstepff@94.144.63.87)
- # [20:08] * Joins: nikstepff_ (~nikstepff@94.18.163.224)
- # [20:08] * Quits: ja_coder (~oleg@46.0.49.194) (Ping timeout: 264 seconds)
- # [20:09] * Joins: dmachi (~dmachi@pool-72-66-195-155.ronkva.east.verizon.net)
- # [20:09] * Quits: tw2113 (~tw2113@fedora/tw2113) (Ping timeout: 264 seconds)
- # [20:11] * Quits: nikstepff (~nikstepff@94.144.63.87) (Ping timeout: 240 seconds)
- # [20:11] * nikstepff_ is now known as nikstepff
- # [20:13] * Quits: dmachi (~dmachi@pool-72-66-195-155.ronkva.east.verizon.net) (Read error: Connection reset by peer)
- # [20:16] * ericduran|afk is now known as ericduran
- # [20:16] * Quits: tbassetto (~tbassetto@LRouen-151-71-49-64.w80-11.abo.wanadoo.fr) (Quit: Leaving...)
- # [20:20] * Quits: nikstepff (~nikstepff@94.18.163.224) (Quit: nikstepff)
- # [20:21] * Quits: simplicity- (~simplicit@unaffiliated/simplicity-) (Quit: ...)
- # [20:21] * Quits: rilp (~rilp@189.200.202.67)
- # [20:22] * Joins: modernbob (modernbob@crawfordneb.info)
- # [20:22] * Quits: modernbob (modernbob@crawfordneb.info) (Changing host)
- # [20:22] * Joins: modernbob (modernbob@belencomputers/staff/modernbob)
- # [20:22] * Joins: rilp (~rilp@189.200.202.67)
- # [20:23] * Joins: dmachi (~dmachi@pool-71-254-66-11.ronkva.east.verizon.net)
- # [20:25] * Joins: andr3_ (~andr3@bl14-174-41.dsl.telepac.pt)
- # [20:25] * Quits: andr3 (~andr3@bl14-174-41.dsl.telepac.pt) (Read error: Connection reset by peer)
- # [20:25] * andr3_ is now known as andr3
- # [20:31] * Joins: FylGood (~fylgood@pool-108-28-240-83.washdc.fios.verizon.net)
- # [20:34] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [20:34] * Joins: Daljo (~Daljo629@pa-67-234-147-171.dhcp.embarqhsd.net)
- # [20:38] * Joins: mascix (~mascix@83.66.110.192)
- # [20:39] * Quits: mascix (~mascix@83.66.110.192) (Client Quit)
- # [20:41] * Joins: m1chael (~m1chael@ip68-9-58-51.ri.ri.cox.net)
- # [20:43] <danbeam> does anybody have a good experience with a Flash -> HTML5 cross-compiler?
- # [20:44] * Joins: meatmash (~IceChat77@pool-173-60-31-219.lsanca.fios.verizon.net)
- # [20:44] <danbeam> (Flash -> SVG/JS/Canvas/WebGL/etc.*)
- # [20:51] * Joins: patcito (~123@190.42.77.132)
- # [20:52] * Joins: maxmanders (~maxmander@188-220-35-232.zone11.bethere.co.uk)
- # [21:00] * Quits: FylGood (~fylgood@pool-108-28-240-83.washdc.fios.verizon.net) (Remote host closed the connection)
- # [21:01] * Joins: phishy (~jeff@c-71-192-162-156.hsd1.nh.comcast.net)
- # [21:07] <monteslu> danbeam, don't know of a compiler, but I think there's a couple of HTML5 runtimes for flash
- # [21:09] * Joins: geopark (~geopark@wsip-98-188-152-211.dc.dc.cox.net)
- # [21:10] * Quits: phishy (~jeff@c-71-192-162-156.hsd1.nh.comcast.net) (Quit: phishy)
- # [21:11] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
- # [21:15] * Parts: geopark (~geopark@wsip-98-188-152-211.dc.dc.cox.net)
- # [21:16] <danbeam> monteslu: i.e. Gordon?
- # [21:16] * Joins: FylGood (~fylgood@pool-108-28-240-83.washdc.fios.verizon.net)
- # [21:17] * Parts: meatmash (~IceChat77@pool-173-60-31-219.lsanca.fios.verizon.net)
- # [21:18] * Quits: FylGood (~fylgood@pool-108-28-240-83.washdc.fios.verizon.net) (Client Quit)
- # [21:20] * Joins: rros (~robert@78.27.52.235)
- # [21:21] * Quits: jorum (~jorum@81-232-132-2-no120.tbcn.telia.com) (Quit: Leaving...)
- # [21:22] * Parts: Emperorlou (~Emperorlo@bas3-ottawa23-1128747242.dsl.bell.ca)
- # [21:23] * Quits: JoshManders (~josh@unaffiliated/killswitch) (Remote host closed the connection)
- # [21:24] * Quits: chachan (~quassel@200.109.140.111) (Read error: Connection reset by peer)
- # [21:26] * Joins: ivector (~leandro@3.87.net.registro.br)
- # [21:26] <ivector> hi!
- # [21:27] * Quits: erichynds (~ehynds@venkman.brightcove.com)
- # [21:28] <ivector> i wanna try to do a streaming in HTML5 (free codecs), suggestions?
- # [21:29] * Joins: JoshManders (~josh@unaffiliated/killswitch)
- # [21:30] * Joins: jacine (~jacine@drupal.org/user/88931/view)
- # [21:30] * Parts: dawolf (~dawolf@86.59.21.51)
- # [21:30] <WILDsharustar> #research
- # [21:31] * Quits: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk) (Remote host closed the connection)
- # [21:31] * Joins: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk)
- # [21:32] * Joins: hitchcock (~bluearcht@c-66-31-136-2.hsd1.ma.comcast.net)
- # [21:33] * Parts: hitchcock (~bluearcht@c-66-31-136-2.hsd1.ma.comcast.net)
- # [21:33] * Joins: erichynds (~ehynds@venkman.brightcove.com)
- # [21:36] * Quits: JoshManders (~josh@unaffiliated/killswitch) (Remote host closed the connection)
- # [21:38] * Quits: Daljo (~Daljo629@pa-67-234-147-171.dhcp.embarqhsd.net) (Quit: Leaving)
- # [21:41] * Joins: JoshManders (~josh@unaffiliated/killswitch)
- # [21:42] * Joins: Taftse (~Taftse@unaffiliated/taftse)
- # [21:42] * Joins: nikstepff (~nikstepff@94.144.63.87)
- # [21:42] * Joins: nikstepff_ (~nikstepff@94.18.163.224)
- # [21:47] * Quits: nikstepff (~nikstepff@94.144.63.87) (Ping timeout: 276 seconds)
- # [21:47] * nikstepff_ is now known as nikstepff
- # [21:53] * Quits: moshee (~moshee@unaffiliated/moshee) (Read error: Connection reset by peer)
- # [21:53] * Joins: moshee (~moshee@c-24-16-155-210.hsd1.wa.comcast.net)
- # [21:53] * Quits: moshee (~moshee@c-24-16-155-210.hsd1.wa.comcast.net) (Changing host)
- # [21:53] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [21:54] * Joins: tigerpaw (~tigerpaw@50-54-154-70.evrt.wa.frontiernet.net)
- # [21:54] * Quits: tigerpaw (~tigerpaw@50-54-154-70.evrt.wa.frontiernet.net) (Changing host)
- # [21:54] * Joins: tigerpaw (~tigerpaw@unaffiliated/tigerpaw)
- # [21:56] * Joins: Frippe (~Frippe@unaffiliated/frippe)
- # [21:56] * Joins: meatmash (~IceChat77@pool-173-60-31-219.lsanca.fios.verizon.net)
- # [21:56] * Parts: meatmash (~IceChat77@pool-173-60-31-219.lsanca.fios.verizon.net)
- # [21:57] * Quits: benv (~benv@CPE0026f32a09a2-CM0026f32a099e.cpe.net.cable.rogers.com) (Quit: Leaving...)
- # [22:04] * Joins: mascix (~mascix@83.66.110.192)
- # [22:17] * Quits: kppullin (~kppullin@pdpc/supporter/active/kppullin) (Read error: Connection reset by peer)
- # [22:17] * Joins: kppullin (~kppullin@pdpc/supporter/active/kppullin)
- # [22:19] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [22:21] * Quits: danielfilho (~daniel@187.31.77.7) (Ping timeout: 246 seconds)
- # [22:22] * paul_irish is now known as paul_irish_
- # [22:24] * Joins: Jayflux (~jay_knows@cpc1-dudl6-0-0-cust197.wolv.cable.virginmedia.com)
- # [22:29] * Quits: Ms2ger (~Ms2ger@91.181.40.134) (Quit: nn)
- # [22:30] * Quits: andr3 (~andr3@bl14-174-41.dsl.telepac.pt) (Quit: andr3)
- # [22:31] * Joins: danielfilho (~daniel@187.31.77.7)
- # [22:33] <gavacho> how should i markup something like
- # [22:34] <gavacho> "This is the best thing ever." - Mr. Satisfiedcustomer
- # [22:35] <nikstepff> gavacho: use http://www.w3schools.com/html5/tag_blockquote.asp
- # [22:35] <gavacho> got that far
- # [22:36] <gavacho> <blockquote>"this is the best thing ever."<span class="attribution">Mr. Satisfiedcustomer</span></blockquote>
- # [22:36] <gavacho> ?
- # [22:36] <nikstepff> gavacho: Yes, something like that
- # [22:38] * Quits: ivector (~leandro@3.87.net.registro.br) (Ping timeout: 264 seconds)
- # [22:38] <gavacho> the mdash seems like a style concern
- # [22:38] * Joins: ivector (~leandro@3.87.net.registro.br)
- # [22:38] <gavacho> is there any way to add it via css?
- # [22:39] * Quits: erichynds (~ehynds@venkman.brightcove.com)
- # [22:40] <johnkpaul> gavacho: you can use the css property 'content'
- # [22:41] <gavacho> excellent thanks
- # [22:41] <BrianBlakely> gavacho: I think you should use <q>: https://developer.mozilla.org/en/HTML/Element/q
- # [22:41] <shepazu> gavacho: yes, you can use replaced content
- # [22:42] <BrianBlakely> I consider <blockquote> as a quote from an outside resource
- # [22:43] <BrianBlakely> If a resource doesn't exist, using <q> seems appropriate
- # [22:43] <shepazu> span.attribution:before {
- # [22:43] <shepazu> content: "–";
- # [22:43] <shepazu> }
- # [22:43] <gavacho> perfect
- # [22:43] <gavacho> much thanks
- # [22:43] <shepazu> (note, that is untested)
- # [22:43] <gavacho> i prefer to test in production anyways
- # [22:43] <gavacho> thanks
- # [22:44] * Quits: simplicity- (~simplicit@unaffiliated/simplicity-) (Quit: ...)
- # [22:44] * Quits: m1chael (~m1chael@ip68-9-58-51.ri.ri.cox.net) (Ping timeout: 252 seconds)
- # [22:45] <gavacho> brian: do you have an opinion about whether or not <span class="attribution"> should be contained by <q> or a sibling-of
- # [22:45] * Quits: SoulRaven (SoulRaven@89.41.157.171)
- # [22:46] <shepazu> gavacho: ok, tested that, and it works
- # [22:47] <BrianBlakely> gavacho: That's not a problem. Keep in mind that <blockquote> resets the outline of the document. It's kind of meant to be a "cut-out" in the page.
- # [22:47] <BrianBlakely> Also, gavacho, reference to? http://i.qkme.me/5cnm.jpg
- # [22:47] <BrianBlakely> ;)
- # [22:47] <gavacho> yes
- # [22:47] <gavacho> :)
- # [22:48] * Quits: mascix (~mascix@83.66.110.192) (Quit: Leaving.)
- # [22:49] * Joins: nonge (~nonge@p5082B8F9.dip.t-dialin.net)
- # [22:49] <shepazu> gavacho: in fact, this is even nicer… span.attribution:before { content: "” –"; } blockquote:before { content: "“";}
- # [22:53] * Joins: Chris_Duarte (~Chris_Dua@c-24-130-117-111.hsd1.ca.comcast.net)
- # [22:56] * Quits: dguttman (~dguttman@160-255.200-68.tampabay.res.rr.com) (Quit: dguttman)
- # [22:57] <BrianBlakely> Remember you can concatenate values, too
- # [22:58] * Joins: m1chael (m1chael@ip68-9-58-51.ri.ri.cox.net)
- # [22:58] <BrianBlakely> So you could do <q data-citation="Gary Spencer">I like cheese</q> … and then… q:before { content: """; } q:after { content: "" - " attr(data-citation); }
- # [22:59] <BrianBlakely> And really, really scale down the markup in that way
- # [22:59] <BrianBlakely> Actually, you might want to use ARIA attribute for accessibility purposes…
- # [23:00] * Quits: dankest (~dankest@ip98-171-182-49.sb.sd.cox.net) (Quit: Bye!)
- # [23:01] * Quits: danielfilho (~daniel@187.31.77.7) (Ping timeout: 260 seconds)
- # [23:01] * Quits: tw2113 (~tw2113@fedora/tw2113) (Remote host closed the connection)
- # [23:02] <gavacho> awesome!
- # [23:02] <gavacho> thanks
- # [23:05] * Joins: NoNoNo (~Adium@82.113.99.46)
- # [23:06] * Quits: WILDsharustar (~sharustar@unaffiliated/sharustar) (Quit: Leaving)
- # [23:06] * Parts: NoNoNo (~Adium@82.113.99.46)
- # [23:10] * Joins: shipit (~shipit@70-138-92-21.lightspeed.hstntx.sbcglobal.net)
- # [23:10] * Joins: elkng (~elkng@unaffiliated/elkng)
- # [23:11] * Joins: danielfilho (~daniel@187.31.77.7)
- # [23:13] <elkng> there are many sites entirely in flash, they cant be browsed without using flash in browser, can similar site with the same usability be written without flash using html5 ?
- # [23:16] <gavacho> no, you cant use html5 to make a site that's only viewable using flash in the browser
- # [23:16] <elkng> or flash will not be superseded by html5 entirely ?
- # [23:16] <eggsby> I think you're looking at the problem incorrectly elkng
- # [23:16] <elkng> an multimedia sites still will be writed using flash technology
- # [23:17] <eggsby> html5 isn't a replacement for flash, but with supplemental technologies you can recreate things that previously could only be made with flash
- # [23:21] * Joins: msponge (~msponge@nat/google/x-irputpjrckdzurzn)
- # [23:21] <Jayflux> gavacho i don't think that's what he was asking.
- # [23:26] * Parts: nimbu (~Adium@c-24-18-47-160.hsd1.wa.comcast.net)
- # [23:29] * Joins: spasquali (~spasquali@64.61.91.74)
- # [23:29] * Parts: spasquali (~spasquali@64.61.91.74)
- # [23:29] * Joins: phishy (~jeff@c-71-192-162-156.hsd1.nh.comcast.net)
- # [23:30] * Joins: devongovett (~devongove@pppoe-68-142-47-100.gmavt.net)
- # [23:32] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: FireFly)
- # [23:33] * Joins: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [23:35] * Quits: devongovett (~devongove@pppoe-68-142-47-100.gmavt.net) (Quit: devongovett)
- # [23:36] * Quits: JackLeo (~Domas@78-60-86-33.static.zebra.lt) (Quit: Leaving)
- # [23:36] * Quits: matomesc (~matomesc@CPE001c10f5171f-CM001e6b1a6308.cpe.net.cable.rogers.com) (Quit: matomesc)
- # [23:36] <elkng> I'm just curious if html5 is such a powerful technology, even quake2 was rewriten using it, will it superced flash technology on web sites ?
- # [23:37] * Quits: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Client Quit)
- # [23:37] <elkng> s/superced/supersede/
- # [23:37] <sic1> the problem is right now, that you cant fully support what you would do in html5 in non modern browsers (ie7)
- # [23:37] * Joins: steveroberts (~steverobe@cpc1-grim4-0-0-cust653.12-3.cable.virginmedia.com)
- # [23:37] <sic1> so it depends on what you are trying to do
- # [23:37] * Joins: dankest (~dankest@ip98-171-182-49.sb.sd.cox.net)
- # [23:38] <sic1> and what kind of user base you need to support
- # [23:38] <elkng> or I steel be receive messages like: "Hello, you either have JavaScript turned off or an old version of Adobe's Flash Player. Get the latest Flash player." ?
- # [23:38] <sic1> flash covers everyone because people have flash on their computer (for the most part)
- # [23:38] * Quits: johnkpaul (~jpaul@pool-74-108-115-181.nycmny.fios.verizon.net) (Remote host closed the connection)
- # [23:38] <elkng> in place of actual page
- # [23:39] <sic1> what browser are you on?
- # [23:39] <elkng> Konqueror: 3.5.4
- # [23:39] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [23:40] <sic1> i hardly know what to say right now
- # [23:40] <sic1> that was a curve ball
- # [23:40] <sic1> ok, so, ur crazy - go get chrome - then u dont even need to worry about this. you will have flash support and all the latest greatest html5 support
- # [23:41] <sic1> :)
- # [23:41] <sic1> so side note: been doin some html templating tests today, and jQote2 is very much overlooked
- # [23:41] <sic1> http://jsperf.com/dom-vs-innerhtml-based-templating/192
- # [23:42] <steveroberts> FF6.0 out today, anyone tried it?
- # [23:43] * Joins: necolas (~necolas@5e0129ee.bb.sky.com)
- # [23:45] <sic1> i have not
- # [23:46] <sic1> i've lost touch with FF a bit...
- # [23:46] * Quits: tristanseifert (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
- # [23:47] * Quits: ivector (~leandro@3.87.net.registro.br) (Quit: leaving)
- # [23:50] * Quits: Jon47 (~jonz@204.56.125.50) (Quit: Leaving.)
- # [23:51] * Joins: tristanseifert_ (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net)
- # [23:52] * Quits: tristanseifert_ (~tristanse@c-67-164-14-81.hsd1.ca.comcast.net) (Quit: Please insert a quarter for quit message.)
- # [23:53] <monteslu> danbeam, actually swiffy does a full conversion
- # [23:54] * Quits: nikstepff (~nikstepff@94.18.163.224) (Quit: nikstepff)
- # Session Close: Wed Aug 17 00:00:00 2011
The end :)