Options:
- # Session Start: Fri Feb 18 00:00:00 2011
- # Session Ident: #html5
- # [00:00] * Quits: gattuso (~gattuso@93-36-218-0.ip62.fastwebnet.it) (Ping timeout: 240 seconds)
- # [00:02] * Joins: jamesarosen (~jamesaros@204.28.122.178)
- # [00:03] <MrWax> anyone knows?
- # [00:04] <Peter`> The caching headers tell browsers not to update style.css, but rather cache it
- # [00:04] <Peter`> by appending ?v=2 you indicate that a new version has been uploaded
- # [00:04] <Peter`> which is a separate URL, thus will be re-downloaded and cached by user agents
- # [00:05] * Quits: henrikkok1 (~henrikkok@3306ds3-amb.0.fullrate.dk) (Quit: Leaving.)
- # [00:05] * danheberden|away is now known as danheberden
- # [00:05] * Quits: mike5w3c (~MikeSmith@EM114-48-31-200.pool.e-mobile.ne.jp) (Read error: No route to host)
- # [00:06] <BrianBlakely> It would appear that since I run Windows in a VM, IE9 does not utilize hardware acceleration
- # [00:06] * Quits: plh_ (~plh@30-5-5.wireless.csail.mit.edu) (Quit: always accept cookies)
- # [00:07] <BrianBlakely> But oddly enough the software rendering is still really fast, almost as fast as when I went to a modestly-powered PC that could use the GPU
- # [00:07] <BrianBlakely> Oh, IE9, if only you supported at least 100 more pieces of spec...
- # [00:09] <paul_irish> MrWax: https://github.com/paulirish/html5-boilerplate/wiki/Version-Control-with-Cachebusting
- # [00:11] * Quits: LongBeach (~mike@AFontenayssB-152-1-34-112.w83-114.abo.wanadoo.fr)
- # [00:13] * Quits: BrianBlakely (~Adium@208.253.25.162) (Quit: Leaving.)
- # [00:15] * Quits: franksalim (~frank@99-123-6-19.lightspeed.sntcca.sbcglobal.net) (Read error: Connection reset by peer)
- # [00:16] * Joins: franksalim (~frank@99-123-6-19.lightspeed.sntcca.sbcglobal.net)
- # [00:19] <frankstallone> @paul_irish didn't you mention somewhere that Cachebusting was not a good idea because it conflicts with something?
- # [00:20] <frankstallone> or Cachebusting in that way, as opposed to styles010211.css
- # [00:20] <dgathright> paul_irish peter: careful with querystring URLs and caching. Sometimes it can have adverse effects, such as not caching the file in the browser. See bottom of this post, http://derekville.net/2009/auto-versioning-javascript-and-css-files/ In my tests a while back, I did find that browsers did cache the files with a querystring more often than not, but if you have an option, it is better to obey the HTTP spec and put the version as par
- # [00:20] <dgathright> the filename.
- # [00:21] <paul_irish> so.. i asked souders about recently..
- # [00:21] <paul_irish> afaik, cachebusting means a proxy might not cache your shit
- # [00:21] <paul_irish> kinda like Cache-Control:private or whatever
- # [00:21] <paul_irish> so squid proxy or whathaveyou
- # [00:21] <frankstallone> but paul_irish I always cache my shit
- # [00:22] <paul_irish> yeah but the mystery machines between your server and your user may not
- # [00:22] <paul_irish> and that's what the querystring may affect
- # [00:23] <frankstallone> interesting my dear paul_irish, interesting indeed...
- # [00:23] * frankstallone strokes pointy beard
- # [00:23] <andrewjbaker_> I replaced calls to Math.floor(x) and Math.round(x) with ~~(x) and ~~(x + 0.5) respectively in my renderer and didn't see any noticeable improvement BTW. In fact, all it seems to have done is made my code less readable.^^
- # [00:23] * Quits: MattDiPasquale (~MattDiPas@rrcs-184-74-229-10.nyc.biz.rr.com) (Remote host closed the connection)
- # [00:24] <dgathright> I figured that rule was more likely to be obeyed server-side as opposed to clientside, as browsers do cache querystring files, but I've never entirely trusted the QS method if I have a choice.
- # [00:24] * Quits: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c) (Quit: shutdown -s -t 1)
- # [00:25] * Quits: rediance (~wizl@ahrinia.net) (Read error: Connection reset by peer)
- # [00:25] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (Quit: bentruyman)
- # [00:25] <paul_irish> andrewjbaker_: for which canvas methods
- # [00:26] <paul_irish> oh also
- # [00:26] <paul_irish> the significant change will be from using round/floor or ~~ vs not at all
- # [00:26] * Quits: temp01 (~temp01@unaffiliated/temp01) (Read error: No route to host)
- # [00:27] <andrewjbaker_> paul_irish, fillRect() and drawImage() dude. Maybe it'll come in more useful when I add in 2D billboards (sprites).
- # [00:27] <paul_irish> aye
- # [00:28] * Joins: temp01 (~temp01@unaffiliated/temp01)
- # [00:28] <paul_irish> Math.floor is pretty fast :)
- # [00:28] <andrewjbaker_> And that's my plan for #screenshotsaturday. Then I can actually have plants and trees.
- # [00:29] * Quits: ericduran (~ericduran@173-203-243-241.static.cloud-ips.com) (Quit: ericduran)
- # [00:30] <andrewjbaker_> People have reported performance between 10 and 25 fps for the renderer now it's real-time. I'm quite pleased.
- # [00:33] * Quits: toinso (~toinso@unaffiliated/toinso) (Quit: Leaving)
- # [00:35] <paul_irish> chrome 10 just dropped into beta. \o/ http://chrome.blogspot.com/2011/02/faster-than-speeding-rabbit-speed-sync.html
- # [00:37] * Joins: Brodingo (~Brodingo@cpe-70-116-9-4.austin.res.rr.com)
- # [00:37] <paul_irish> and dev channel got bumped to 11!
- # [00:38] * danheberden is now known as danheberden|away
- # [00:51] <slide> I have 2 canvas elements on top of each other and Im drawing stuff on the lower one and then clearing the upper one but that is also clearing the bottom one
- # [00:51] <slide> and im really confused as to why
- # [00:53] * Quits: Thasmo (~thasmo@d86-32-70-59.cust.tele2.at)
- # [00:53] <andrewjbaker_> How are you clearing slide?
- # [00:53] * Quits: vyvea (~vyvea@78.63.114.251) (Quit: Leaving)
- # [00:53] <slide> context.clearRect(0, 0, canvas.width, canvas.height);
- # [00:54] <andrewjbaker_> And you defo grab the correct context?
- # [00:54] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: swatted to death)
- # [00:54] * Quits: orolin (~eiriklill@c0AA15AC1.dhcp.bluecom.no) (Ping timeout: 276 seconds)
- # [00:54] <slide> yea im logging which context im doing things to after every step, and im getting what i would expect, "Drawing to 'bottom' canvas" "Clearing 'top' canvas"
- # [00:55] <slide> bottom/top being the id of the canvas
- # [00:55] <slide> and if i remove the clearRect call to the top canvas, the bottom canvas doesnt get cleared anymore
- # [00:56] <slide> hrm
- # [00:56] * danheberden|away is now known as danheberden
- # [00:56] <andrewjbaker_> Accelerated canvas?
- # [00:56] <slide> although this is weird.... i just deleted the top canvas in chrome developer tools and the drawing disappeared to.....
- # [00:57] <slide> so it appears i am drawing to the top canvas? even though the context.canvas.id says its bottom!
- # [00:57] <slide> :(
- # [00:58] <andrewjbaker_> Maybe it's related to http://code.google.com/p/chromium/issues/detail?id=70584
- # [00:59] <andrewjbaker_> Replace your call to clearRect() with fillRect() instead, see what happens.
- # [01:00] * Quits: cgcardona (~cgcardona@c-24-5-146-71.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [01:00] * Joins: cgcardona (~cgcardona@c-24-5-146-71.hsd1.ca.comcast.net)
- # [01:01] <slide> well whole screen becomes white
- # [01:01] <slide> ok wait hrm
- # [01:03] * Quits: hubble (~hubble@173-165-61-105-Illinois.hfc.comcastbusiness.net) (Quit: hubble)
- # [01:03] <slide> i fixed it, though im not 100% sure how some things were going wrong
- # [01:03] * Joins: Benvie (~Brandon@cpe-174-097-156-000.nc.res.rr.com)
- # [01:03] <andrewjbaker_> How did you fix it?
- # [01:04] <slide> my main problem was..... i somehow remove the "position: absolute; top: 0; left: 0; " so that the bottom canvas was under the top one....... although chrome dev tools kept highlighting the top canvas
- # [01:04] <slide> ugh
- # [01:05] <slide> but i still dont see how anythings was being shown then b/c it was only being drawn on bottom canvas
- # [01:05] <slide> which was off screen
- # [01:06] <slide> thanks
- # [01:06] * Joins: jochen___ (~jochen@nat/google/x-spkoqviwgudrnhbp)
- # [01:06] <andrewjbaker_> Well, I didn't really do much. ;-)
- # [01:06] <slide> hehe
- # [01:06] <slide> still having someone to talk to and ask a few questions really helps me hehe
- # [01:07] <andrewjbaker_> It's good to talk stuff thru' sometimes, yeah.
- # [01:07] <slide> def
- # [01:07] <tw2113> paul_irish, i can use modernizr to test for features when in the markup right?
- # [01:09] * Quits: jochen__ (~jochen@nat/google/x-jfyhfaiyhsdwmpwo) (Ping timeout: 246 seconds)
- # [01:09] <paul_irish> tw2113: yeah.
- # [01:11] * Joins: jochen__ (~jochen@nat/google/x-bwaryxiyxewpjevj)
- # [01:11] <tw2113> it's a js if statement though right?
- # [01:12] * Quits: jakemcgraw (~Adium@38.122.8.178) (Quit: Leaving.)
- # [01:14] * Quits: jochen___ (~jochen@nat/google/x-spkoqviwgudrnhbp) (Ping timeout: 272 seconds)
- # [01:14] <Trisox> good night
- # [01:15] * Quits: Trisox (Trisox@g31044.upc-g.chello.nl)
- # [01:18] * Quits: frankstallone (~frankstal@c-98-221-105-62.hsd1.nj.comcast.net)
- # [01:19] * Quits: tw2113 (~tw2113asw@fedora/tw2113) (Quit: Leaving)
- # [01:22] * Quits: key (~ganny@cpe-66-8-184-78.hawaii.res.rr.com) (Quit: key)
- # [01:23] * Quits: figital (~figital@64.119.153.2) (Quit: Leaving)
- # [01:25] * Quits: franksalim (~frank@99-123-6-19.lightspeed.sntcca.sbcglobal.net) (Quit: Ex-Chat)
- # [01:27] * Quits: cgcardona (~cgcardona@c-24-5-146-71.hsd1.ca.comcast.net) (Quit: zzzzz)
- # [01:29] * Quits: snover (~Adium@unaffiliated/snover) (Quit: Leaving.)
- # [01:31] * Quits: muhdik (~qle@74-92-196-145-Atlanta.hfc.comcastbusiness.net) (Ping timeout: 260 seconds)
- # [01:32] * Quits: dguttman (~dguttman@gige.bur.digisynd.com) (Ping timeout: 264 seconds)
- # [01:40] * Quits: jamund (~jamund@66.7.120.126) (Quit: jamund)
- # [01:44] * Quits: Killman (~killman@unaffiliated/killman) (Ping timeout: 260 seconds)
- # [01:47] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Ping timeout: 272 seconds)
- # [01:48] * Quits: addyosmani (~apple@host86-164-96-91.range86-164.btcentralplus.com) (Quit: addyosmani)
- # [01:48] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [01:50] * Quits: pixme (~kevin@95-36-0-29.dsl.alice.nl) (Remote host closed the connection)
- # [01:56] <paul_irish> antonkovalyov: \/
- # [01:56] * Joins: rgrove (~rgrove@c-76-27-193-61.hsd1.or.comcast.net)
- # [01:56] <antonkovalyov> paul_irish, hey
- # [01:56] * Quits: pellucid (~massartus@69.43.98.10) (Quit: pellucid)
- # [01:57] <antonkovalyov> rgrove, hey
- # [01:57] <rgrove> Ahoy!
- # [01:57] <bot-t> (133 hours ago) <phiggins> tell rgrove DADT
- # [01:57] <antonkovalyov> lemme give you ip for the slice
- # [01:57] <paul_irish> hehehe
- # [01:57] <antonkovalyov> and then if you dont want to pay for the domain, i can take over
- # [01:57] <paul_irish> ?dadt
- # [01:57] <bot-t> Dojo Already Did That
- # [01:57] <rgrove> Oooh, what did Dojo Already Did this time?
- # [01:57] <rgrove> antonkovalyov: Cool
- # [01:58] <antonkovalyov> rgrove, 184.106.135.134
- # [01:59] <rgrove> antonkovalyov: Do you want the MX record to point anywhere?
- # [01:59] * Quits: benv (~benv@75-101-56-240.dsl.static.sonic.net) (Quit: Bye!)
- # [02:00] <rgrove> antonkovalyov: Updated the A names for jshint.com and .org, so you should be all set once that propagates.
- # [02:00] * Joins: devongovett (~devongove@pppoe-68-142-33-24.gmavt.net)
- # [02:00] <antonkovalyov> rgrove, nah i dont think we need MX now
- # [02:00] <rgrove> k
- # [02:00] <antonkovalyov> lemme setup the server real quick :)
- # [02:01] <paul_irish> hey devongovett :)
- # [02:01] <paul_irish> wanted to give you the SCOOP on a new community javascript project
- # [02:01] <paul_irish> that is launching soonly
- # [02:02] <devongovett> awesome, paul_irish
- # [02:02] * Quits: andrewjbaker_ (~ajb@78.150.162.38) (Quit: Leaving)
- # [02:02] <paul_irish> Basically, it's a community-driven fork of JSLint
- # [02:02] <paul_irish> in the last 6mo iin particular, lost of people have felt that the direction of jslint has become a bit too opinionated
- # [02:03] <antonkovalyov> rgrove, btw i will implement the `fuzzy` option in jshint after i am done with the site
- # [02:03] <antonkovalyov> it will make messages warm and fuzzy :D
- # [02:03] * Joins: addyosmani (~apple@host86-164-96-91.range86-164.btcentralplus.com)
- # [02:04] <paul_irish> :)
- # [02:04] <devongovett> paul_irish: sweet!
- # [02:04] <devongovett> community driven is good
- # [02:04] <rgrove> antonkovalyov: Nice! :)
- # [02:04] <paul_irish> and so, we're putting out jshint (with a name reappropriated from rgrove's earlier funny project)
- # [02:04] <paul_irish> ..with lots of ability for customization
- # [02:05] <devongovett> shweet. cant wait
- # [02:05] <paul_irish> and also a committment for jshint to run in node/rhino/build processes etc
- # [02:05] <devongovett> nice
- # [02:05] <paul_irish> right now the beta site is here http://jshint.github.com/site/ (no sharing yet) but it'll be going live at jshint.com soonly
- # [02:05] * Quits: jamesarosen (~jamesaros@204.28.122.178) (Remote host closed the connection)
- # [02:05] <paul_irish> and since badassjs is the new ajaxian, we thought you should know :D
- # [02:06] <devongovett> I'm flattered. :-)
- # [02:07] <paul_irish> and when i say 'we' i mostly mean antonkovalyov, who is lead of it.
- # [02:07] <paul_irish> i'm just here for moral support and sweetass css3 skillz :D
- # [02:08] * Quits: Brodingo (~Brodingo@cpe-70-116-9-4.austin.res.rr.com) (Quit: Brody's Computer used Hypnosis. It's super effective!)
- # [02:09] <devongovett> I like that it works with multiple server side engines and not just node... looks sweet!
- # [02:09] * Joins: jamund (~jamund@174-23-27-186.slkc.qwest.net)
- # [02:13] <antonkovalyov> =)
- # [02:13] <antonkovalyov> paul_irish, http://jshint.com/
- # [02:13] <antonkovalyov> booom
- # [02:13] <antonkovalyov> BOOOOM
- # [02:13] <paul_irish> wow that was quick
- # [02:14] <antonkovalyov> ya
- # [02:15] <devongovett> antonkovalyov, paul_irish suggestion: use embedded bespin (or whatever they call it now) instead of a textarea so you get code highlighting and line numbers. makes it easier to see where errors are...
- # [02:16] <antonkovalyov> devongovett, i think it is called Ace now and it is more stable now.
- # [02:16] <antonkovalyov> i'll look into it
- # [02:16] * Joins: daveluke (~davidluke@cpe-24-193-131-50.nyc.res.rr.com)
- # [02:17] <devongovett> ya, first it was bespin then skywriter and now ace. sheesh
- # [02:17] <devongovett> :-)
- # [02:18] <antonkovalyov> we actually plan to use it for our theme editor at disqus
- # [02:18] <antonkovalyov> so we test it from time to time :)
- # [02:19] <devongovett> seems to work pretty good: http://ace.ajax.org/
- # [02:19] <paul_irish> antonkovalyov: updated the top text.. http://oksoclap.com/0lIZ59ARPO
- # [02:19] <antonkovalyov> paul_irish, looks good
- # [02:19] <antonkovalyov> lemme update it real quick
- # [02:20] <paul_irish> wait a sec
- # [02:20] <antonkovalyov> i was ready to push :)
- # [02:20] <antonkovalyov> wat?
- # [02:21] <paul_irish> antonkovalyov: okay i deleted a letter
- # [02:21] <paul_irish> otherwise it's good
- # [02:21] <paul_irish> devongovett: do you think this would work well for a badassjs post?
- # [02:22] <devongovett> paul_irish: certainly. let me know when you're ready, and I'll write something up! great work, guys. excited :D
- # [02:22] <paul_irish> i think we're about ready
- # [02:22] <antonkovalyov> ty
- # [02:23] <paul_irish> antonkovalyov: are you thinking of a launch tmw morning?
- # [02:23] <antonkovalyov> i have a friend checking the text now for typos and shit
- # [02:23] <antonkovalyov> but overall we're ready to launch whenever
- # [02:24] <antonkovalyov> i am okay with tomorrow morning
- # [02:24] * Quits: skqr (~skqr@192.195.66.1) (Ping timeout: 255 seconds)
- # [02:24] <devongovett> If either of you want to write something to be included in the post, you can send that to me as well... if you want
- # [02:24] * Joins: otherpaul (d8ef2d04@gateway/web/freenode/ip.216.239.45.4)
- # [02:24] * Joins: gaurang (~gaurang@220.227.170.226)
- # [02:26] * Quits: jamund (~jamund@174-23-27-186.slkc.qwest.net) (Quit: jamund)
- # [02:26] <otherpaul> cool. that works
- # [02:28] * Parts: MrWax (waxboy@mail.midegro.com)
- # [02:32] <devongovett> so tomorrow morning? I'll write a post tonight and set it to publish then. Thanks guys!
- # [02:32] * Quits: gaurang (~gaurang@220.227.170.226) (Read error: Connection reset by peer)
- # [02:32] <antonkovalyov> devongovett, ya sounds good
- # [02:32] <antonkovalyov> thanks!
- # [02:33] <devongovett> sure thing
- # [02:33] <antonkovalyov> oh btw devongovett at disqus we already use jshint :)
- # [02:34] <devongovett> awesome.
- # [02:34] <antonkovalyov> paul_irish, we need favicon
- # [02:34] <antonkovalyov> do you have anything in mind?
- # [02:34] <otherpaul> inorite
- # [02:34] <otherpaul> um
- # [02:35] * otherpaul is now known as _paul_
- # [02:35] * Quits: daveluke (~davidluke@cpe-24-193-131-50.nyc.res.rr.com) (Quit: daveluke)
- # [02:35] <_paul_> (using a diff user account so i can commit not under my paulirish github )
- # [02:35] <_paul_> i got an idea for a favicon. gimme a sec
- # [02:36] <_paul_> antonkovalyov: also in no place do we say "yes this is a fork of jslint"
- # [02:36] <_paul_> which probably needs to be said
- # [02:37] <_paul_> i know. in the footer..
- # [02:37] * Joins: Killman (~killman@unaffiliated/killman)
- # [02:39] <devongovett> so you guys took down http://jslint.com/ too? ddos attack? ;-)
- # [02:39] <_paul_> hahaha
- # [02:39] <devongovett> its been down for a few days according to twitter
- # [02:40] <rgrove> Works fine for me...
- # [02:40] <rgrove> downforeveryone says it's down. Interesting.
- # [02:42] <_paul_> works fine here
- # [02:43] <_paul_> antonkovalyov: i pushed some changes
- # [02:43] <devongovett> nope doesnt work for me
- # [02:44] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [02:49] <antonkovalyov> haha
- # [02:49] <antonkovalyov> devongovett, it was working before
- # [02:51] <antonkovalyov> i assume _paul_ is paul_irish
- # [02:51] <_paul_> YUP
- # [02:51] <_paul_> i'm writing some code to core.js that i doubt would pass jshint
- # [02:51] * Joins: LynnMWallenstein (~Lynn@pool-74-107-70-172.bltmmd.fios.verizon.net)
- # [02:51] <_paul_> (save your checkbox preferences)
- # [02:54] <antonkovalyov> _paul_, we got a push request for jshint/site :)
- # [02:54] * Quits: LynnWallenstein (~Lynn@pool-74-107-70-172.bltmmd.fios.verizon.net) (Ping timeout: 241 seconds)
- # [02:54] <antonkovalyov> brb
- # [03:00] * Joins: skqr (~skqr@rrcs-71-43-47-50.se.biz.rr.com)
- # [03:01] * Quits: chriseppstein (~chris@209.119.65.162) (Quit: chriseppstein)
- # [03:03] * Quits: rgrove (~rgrove@c-76-27-193-61.hsd1.or.comcast.net) (Quit: rgrove)
- # [03:07] * Quits: dgathright (~dgathrigh@nat/yahoo/x-nwrvuifuoznlundk) (Ping timeout: 250 seconds)
- # [03:07] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 240 seconds)
- # [03:09] * Joins: dgathright (~dgathrigh@nat/yahoo/x-tjescbcqogvwdczh)
- # [03:12] * Quits: skqr (~skqr@rrcs-71-43-47-50.se.biz.rr.com) (Ping timeout: 240 seconds)
- # [03:14] * Joins: boaz_ (~boaz@64.119.153.2)
- # [03:15] * Quits: boaz_ (~boaz@64.119.153.2) (Client Quit)
- # [03:18] * Quits: addyosmani (~apple@host86-164-96-91.range86-164.btcentralplus.com) (Quit: addyosmani)
- # [03:19] * Joins: IanWizard (~IanWizard@c-98-237-207-104.hsd1.wa.comcast.net)
- # [03:20] * Quits: giannii (~Giannii@75-101-56-240.dsl.static.sonic.net) (Remote host closed the connection)
- # [03:21] <IanWizard> So, funny question... Is there any way to directly communicate with a USB device via the browser? I thought that I'd heard of an HTML5 spec for this, but upon turning to Google, I have found nothing.
- # [03:23] <digitalfiz> sounds dangerous
- # [03:23] <_paul_> nothing yet no.
- # [03:26] <daleharvey> anyone going form mountain view to sf pub meetup?
- # [03:26] <daleharvey> *from
- # [03:28] <IanWizard> digitalfiz, well, it would be, but I kinda need it for an app I'm building. I'd like direct interface to any joystick, mouse, keyboard, usb headset, etc
- # [03:29] <IanWizard> any suggestions on what my best option would be? flash, java, anything else...
- # [03:40] * Joins: miketaylr (~miketaylr@user-160vrg5.cable.mindspring.com)
- # [03:43] * Joins: skqr (~skqr@extwdig.dig.com)
- # [03:43] * Joins: mike5w3c (~MikeSmith@EM114-48-149-167.pool.e-mobile.ne.jp)
- # [03:45] * Joins: jamund (~jamund@174-23-27-186.slkc.qwest.net)
- # [03:48] * Quits: _paul_ (d8ef2d04@gateway/web/freenode/ip.216.239.45.4) (Ping timeout: 245 seconds)
- # [03:55] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [04:00] * Joins: mike5w3c_ (~MikeSmith@EM114-48-198-221.pool.e-mobile.ne.jp)
- # [04:02] * Quits: mike5w3c (~MikeSmith@EM114-48-149-167.pool.e-mobile.ne.jp) (Ping timeout: 250 seconds)
- # [04:02] * mike5w3c_ is now known as mike5w3c
- # [04:12] <Neiluj> Backbone.js rocks
- # [04:14] <daleharvey> IanWizard: its the html5 devices api, which is very very early
- # [04:15] <IanWizard> daleharvey, ahh, that's what it was, so I can get USB access?
- # [04:15] <Neiluj> IanWizard: not yet
- # [04:15] <daleharvey> no, by very very early I mean "a twinkle in someones eye"
- # [04:16] <Neiluj> the probably first thing implemented would be webcam
- # [04:18] <IanWizard> I guess I'll have to use Java or something else like that.
- # [04:18] <IanWizard> Thanks :)
- # [04:18] <Neiluj> IanWizard: if you can control the browser for the user, I would suggest to use something qt & webkit
- # [04:18] <Neiluj> if you want something on the web for everybody...
- # [04:18] <Neiluj> ?gl
- # [04:18] <bot-t> http://goodluckwiththatdude.com
- # [04:23] * Quits: LynnMWallenstein (~Lynn@pool-74-107-70-172.bltmmd.fios.verizon.net) (Read error: Connection reset by peer)
- # [04:23] * Joins: LynnMWallenstein (~Lynn@pool-74-107-70-172.bltmmd.fios.verizon.net)
- # [04:31] * Joins: daveluke (~davidluke@cpe-24-193-131-50.nyc.res.rr.com)
- # [04:33] * Joins: grantg (42e5650f@gateway/web/freenode/ip.66.229.101.15)
- # [04:34] <grantg> paulrouget: IE9 isn't modern until it can run my javascript gameboy color emulator fullspeed with stereo audio. :)
- # [04:35] <grantg> Biggest IE9 fail yet
- # [04:38] * danheberden is now known as danheberden|away
- # [04:39] <grantg> IE9 fails and doesn't support half of the tech I squeezed into the gameboy color emulator.
- # [04:39] * Joins: LongBeach (~mike@AFontenayssB-152-1-34-112.w83-114.abo.wanadoo.fr)
- # [04:41] * Quits: devongovett (~devongove@pppoe-68-142-33-24.gmavt.net) (Quit: devongovett)
- # [04:44] <grantg> paulrouget: http://people.mozilla.com/~prouget/woooot/i.jpg
- # [04:44] <grantg> ಠ_ಠ
- # [04:46] <paulrouget> grantg: :)
- # [04:46] <grantg> :/
- # [04:47] <tw2113> hola
- # [04:47] <grantg> hey
- # [04:48] <tw2113> paulrouget did you have fun the other day with IE9? :)
- # [04:48] <grantg> tw2113: My mom's dog was banished to the tiki table in the middle of the pool tonight: http://i.imgur.com/UtmG4.jpg
- # [04:48] <paulrouget> tw2113: :)
- # [04:48] <tw2113> however, i disagree with the general tech media associating the whole thing with Mozilla in general, unless that was the intent, represent Mozilla
- # [04:49] <paulrouget> grantg: if you see any better way (not involving crazy data parsing + re-construiction), I'm interested
- # [04:49] <tw2113> how rude to the dog
- # [04:49] * Joins: mike5w3c_ (~MikeSmith@2001:200:1c0:3602:219:e3ff:fe08:8ad3)
- # [04:49] <grantg> video that loops?
- # [04:49] <grantg> </troll>
- # [04:49] <paulrouget> grantg: move your mouse over the element
- # [04:49] <tw2113> they don't even give him alcohol to serve guests
- # [04:50] <grantg> set video position and pause/play?
- # [04:51] <paulrouget> grantg: oh oh :) This is not something possible :)
- # [04:52] <grantg> If you're using a canvas element for something that should be done with a video element, something is very amiss.
- # [04:52] <paulrouget> grantg: yeap, controling frames is not something possible (only with quicktime)
- # [04:52] <grantg> :/
- # [04:53] * Quits: mike5w3c (~MikeSmith@EM114-48-198-221.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [04:53] * mike5w3c_ is now known as mike5w3c
- # [04:54] * Quits: dspree (~dspree@unaffiliated/dspree) (Quit: dspree)
- # [04:55] * Joins: dspree (~dspree@166.137.9.156)
- # [04:55] * Quits: dspree (~dspree@166.137.9.156) (Changing host)
- # [04:55] * Joins: dspree (~dspree@unaffiliated/dspree)
- # [04:55] <grantg> I "accidentally" a canvas instead of video. ಠ_ಠ
- # [04:56] <grantg> hehe
- # [04:56] <grantg> haters gonna hate
- # [04:57] <daveluke> is it possible to make a real-time multiplayer game in html5?
- # [04:58] <paulrouget> daveluke: websockets
- # [04:58] <paulrouget> but can't be P2P
- # [04:59] <daveluke> so like if i just want a map for a simple top-down view kinda game and have multiple people live in the map, thats possible with websockets?
- # [05:04] <paulrouget> yeap
- # [05:04] <daveluke> cool :)
- # [05:04] <daveluke> reading about them now
- # [05:14] <grantg> WTF: http://files.droplr.com/files/8168122/1GAcK.UP.jpg
- # [05:14] <grantg> DreamWorks: Too real!
- # [05:14] * Joins: obert- (~obert@host118-207-dynamic.53-79-r.retail.telecomitalia.it)
- # [05:17] <grantg> paulrouget: Don't feel bad, I derped and made another youtube video: http://www.youtube.com/watch?v=jplt96dM1xc
- # [05:19] <grantg> tw2113: Too many pokemon in firefox 4 videos. :/
- # [05:20] <tw2113> i never caught pokemon fever and i'm proud of that
- # [05:20] <grantg> heh
- # [05:22] * Quits: dgathright (~dgathrigh@nat/yahoo/x-tjescbcqogvwdczh) (Ping timeout: 250 seconds)
- # [05:28] <IanWizard> tw2113, I'm with ya
- # [05:30] * Quits: grantg (42e5650f@gateway/web/freenode/ip.66.229.101.15) (Quit: Page closed)
- # [05:35] * Joins: pratz (~quassel@115.252.128.220)
- # [05:37] * Joins: pratz_ (~quassel@115.252.128.220)
- # [05:41] * Joins: jacine (~jacine@drupal.org/user/88931/view)
- # [05:51] * Quits: kidfribble (~kidfribbl@c-66-31-28-249.hsd1.ma.comcast.net) (Quit: kidfribble)
- # [05:52] * Quits: daveluke (~davidluke@cpe-24-193-131-50.nyc.res.rr.com) (Quit: daveluke)
- # [06:05] * Joins: key (~user@cpe-66-8-184-78.hawaii.res.rr.com)
- # [06:06] * key is now known as Guest32229
- # [06:07] * Quits: skqr (~skqr@extwdig.dig.com) (Ping timeout: 264 seconds)
- # [06:11] <tw2113> i want to know how another RC in over a week + final release a few weeks after that is the home stretch for FF4
- # [06:15] * Quits: pratz (~quassel@115.252.128.220) (Read error: Connection reset by peer)
- # [06:15] * Quits: pratz_ (~quassel@115.252.128.220) (Remote host closed the connection)
- # [06:18] * Joins: pratz (~quassel@115.252.128.220)
- # [06:20] * Joins: sneakyness (~sneakynes@c-68-60-108-167.hsd1.mi.comcast.net)
- # [06:23] * Quits: pratz (~quassel@115.252.128.220) (Quit: No Ping reply in 180 seconds.)
- # [06:24] * Joins: pratz (~quassel@115.252.128.220)
- # [06:28] * Quits: jacine (~jacine@drupal.org/user/88931/view) (Quit: buh bye :))
- # [06:30] * Joins: bentruyman (~bentruyma@24-148-24-69.c3-0.prs-ubr2.chi-prs.il.cable.rcn.com)
- # [06:31] * Joins: Brodingo (~Brodingo@cpe-70-116-9-4.austin.res.rr.com)
- # [06:31] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: IRC is just multiplayer notepad)
- # [06:32] * Quits: jamund (~jamund@174-23-27-186.slkc.qwest.net) (Quit: jamund)
- # [06:35] * Joins: Guest41765 (~obert@host118-207-dynamic.53-79-r.retail.telecomitalia.it)
- # [06:37] * Quits: miketaylr (~miketaylr@user-160vrg5.cable.mindspring.com) (Quit: a;lkdsjf;alksdjfa;lkdsjf)
- # [06:37] * Quits: obert- (~obert@host118-207-dynamic.53-79-r.retail.telecomitalia.it) (Ping timeout: 250 seconds)
- # [06:45] * Quits: Neiluj (~Julien@195.200.175.214) (Quit: Neiluj)
- # [06:48] * Quits: boaz (~boaz@64.119.153.2) (Quit: boaz)
- # [06:48] * Quits: IanWizard (~IanWizard@c-98-237-207-104.hsd1.wa.comcast.net) (Ping timeout: 276 seconds)
- # [06:50] * Joins: jomn (~jomn@c80-216-13-27.bredband.comhem.se)
- # [06:56] * Quits: JNZ (JNZ@unaffiliated/jnz) (Ping timeout: 276 seconds)
- # [06:56] * Joins: daveluke (~davidluke@cpe-24-193-131-50.nyc.res.rr.com)
- # [06:58] * Quits: masondesu (~masondesu@c-76-107-156-58.hsd1.ms.comcast.net) (Quit: masondesu)
- # [06:58] * Quits: gliese581 (~FranOntan@81.202.113.56.dyn.user.ono.com) (Ping timeout: 260 seconds)
- # [07:01] * Joins: JNZ (JNZ@c-76-121-177-78.hsd1.wa.comcast.net)
- # [07:01] * JNZ is now known as Guest62797
- # [07:13] * Quits: zachsmith (~zachsmith@69.42.243.33) (Quit: zachsmith)
- # [07:17] * Joins: jamund (~jamund@174-23-27-186.slkc.qwest.net)
- # [07:21] * Quits: bentruyman (~bentruyma@24-148-24-69.c3-0.prs-ubr2.chi-prs.il.cable.rcn.com) (Quit: bentruyman)
- # [07:26] * Quits: Brodingo (~Brodingo@cpe-70-116-9-4.austin.res.rr.com) (Remote host closed the connection)
- # [07:27] * Joins: jgv (~jgv@184.152.75.83)
- # [07:32] * Joins: Ankheg (~Ankheg@fs91-201-3-30.dubna-net.ru)
- # [07:33] * Quits: hlb (~hlb@220-133-0-4.HINET-IP.hinet.net) (Ping timeout: 272 seconds)
- # [07:35] * Joins: nick (dc8729c4@gateway/web/freenode/ip.220.135.41.196)
- # [07:35] * nick is now known as Guest51514
- # [07:35] * Parts: Guest51514 (dc8729c4@gateway/web/freenode/ip.220.135.41.196)
- # [07:36] * Joins: JM (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [07:38] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 240 seconds)
- # [07:40] * Joins: hlb (~hlb@220-133-0-4.HINET-IP.hinet.net)
- # [07:44] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [07:47] * Quits: JM (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 240 seconds)
- # [07:47] * Joins: swair (~quassel@117.211.88.42)
- # [07:57] * Quits: daveluke (~davidluke@cpe-24-193-131-50.nyc.res.rr.com) (Quit: daveluke)
- # [08:00] * Quits: Guest41765 (~obert@host118-207-dynamic.53-79-r.retail.telecomitalia.it)
- # [08:10] * Quits: jamund (~jamund@174-23-27-186.slkc.qwest.net) (Quit: jamund)
- # [08:14] * Quits: sneakyness (~sneakynes@c-68-60-108-167.hsd1.mi.comcast.net) (Remote host closed the connection)
- # [08:18] * Joins: JM (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [08:18] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 250 seconds)
- # [08:20] * Joins: alrra (592f527d@gateway/web/freenode/ip.89.47.82.125)
- # [08:26] * Quits: Killman (~killman@unaffiliated/killman) (Quit: bbl Zzzzzzzz)
- # [08:31] * Quits: antonkovalyov (~antonkova@75-101-56-240.dsl.static.sonic.net) (Quit: Leaving...)
- # [08:33] * Joins: orolin (~eiriklill@188.95.241.142)
- # [08:34] * Joins: BigKing (~BigKing@p5DCE83B5.dip0.t-ipconnect.de)
- # [08:38] * Joins: Titosemi (~titosemi@f053225176.adsl.alicedsl.de)
- # [08:43] * Joins: dgathright (~dgathrigh@cpe-76-90-139-148.socal.res.rr.com)
- # [08:46] * Joins: bjdsd (~bjdsd@ip68-8-125-109.sd.sd.cox.net)
- # [08:48] * Joins: Drule (~Drule@mail.upsales.com)
- # [09:00] * Joins: beevi7 (~manuel.bi@78.35.14.35)
- # [09:00] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [09:02] * Quits: JM (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 240 seconds)
- # [09:04] * Quits: bjdsd (~bjdsd@ip68-8-125-109.sd.sd.cox.net) (Quit: Colloquy for iPad - http://colloquy.mobi)
- # [09:17] * Joins: gasbakid (~gasbakid@41.96.44.97)
- # [09:31] * Joins: JM (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [09:33] * Joins: nimbupani (~Adium@pat-tdc.opera.com)
- # [09:33] * Joins: gattuso (~gattuso@93-36-214-143.ip62.fastwebnet.it)
- # [09:34] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 264 seconds)
- # [09:35] * Joins: alcuadrado (~pato@host240.190-139-24.telecom.net.ar)
- # [09:36] * Quits: swair (~quassel@117.211.88.42) (Remote host closed the connection)
- # [09:41] * Quits: patcito (~123@190.42.76.190) (Remote host closed the connection)
- # [09:45] * Joins: zcorpan (~zcorpan@c-8d9ae355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [09:46] * Joins: antonkovalyov (~antonkova@adsl-75-18-218-201.dsl.pltn13.sbcglobal.net)
- # [09:55] <beevi7> paul_irish modernizr: do you test for standards compliant browser functionality only?
- # [09:57] <beevi7> guess so
- # [09:57] * Joins: BigKing_2nd (~BigKing@p5DCE8527.dip0.t-ipconnect.de)
- # [10:01] * Quits: BigKing (~BigKing@p5DCE83B5.dip0.t-ipconnect.de) (Ping timeout: 276 seconds)
- # [10:02] * Quits: nimbupani (~Adium@pat-tdc.opera.com) (Quit: Leaving.)
- # [10:03] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [10:04] * Quits: JM (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 240 seconds)
- # [10:08] * Joins: tbassetto (~tbassetto@pro75-4-82-238-200-10.fbx.proxad.net)
- # [10:09] * Quits: antonkovalyov (~antonkova@adsl-75-18-218-201.dsl.pltn13.sbcglobal.net) (Quit: Leaving...)
- # [10:12] * Joins: nimbupani (~Adium@pat-tdc.opera.com)
- # [10:18] * Quits: mike5w3c (~MikeSmith@2001:200:1c0:3602:219:e3ff:fe08:8ad3) (Ping timeout: 272 seconds)
- # [10:25] * Joins: jeremyselier (~Jeremy@pro75-4-82-238-200-10.fbx.proxad.net)
- # [10:29] <alcuadrado> jsTestDriver, anyone?
- # [10:33] * Joins: JM (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [10:34] * Quits: kennyluck (~kennyluck@netDHCP-169.keio.w3.org) (Quit: kennyluck)
- # [10:37] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 272 seconds)
- # [10:38] * Quits: svenlito (~svenlito@193.111.227.10) (Remote host closed the connection)
- # [10:38] * Joins: svenlito (~svenlito@193.111.227.10)
- # [10:40] * Quits: gasbakid (~gasbakid@41.96.44.97) (Ping timeout: 276 seconds)
- # [10:48] * Joins: Laurian (~Laurian@128.8.112.87.dyn.plus.net)
- # [10:52] * Joins: dguttman (~dguttman@cpe-98-149-45-68.socal.res.rr.com)
- # [10:58] * Joins: cheilmann (~cheilmann@82-69-25-35.dsl.in-addr.zen.co.uk)
- # [10:59] <cheilmann> Wow - this is open tech, not Flash! http://bit.ly/dd6Bdy
- # [10:59] * Quits: alcuadrado (~pato@host240.190-139-24.telecom.net.ar) (Ping timeout: 240 seconds)
- # [11:00] <nimbupani> thats like really old cheilmann :|| afaik
- # [11:01] <cheilmann> how come nobody features it in talks then?
- # [11:02] <cheilmann> we need to show more of these real implementations
- # [11:02] <nimbupani> maybe coz its not canvas :))
- # [11:02] * Parts: Laurian (~Laurian@128.8.112.87.dyn.plus.net)
- # [11:03] * Quits: gattuso (~gattuso@93-36-214-143.ip62.fastwebnet.it) (Remote host closed the connection)
- # [11:04] <cheilmann> you might very much have a point there
- # [11:04] <cheilmann> what is the time at your end?
- # [11:04] <nimbupani> i am in Oslo :)
- # [11:04] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [11:05] <nimbupani> but leaving tomorrow morning for seattle
- # [11:05] * Parts: zcorpan (~zcorpan@c-8d9ae355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [11:06] * Quits: svenlito (~svenlito@193.111.227.10) (Remote host closed the connection)
- # [11:07] * Quits: JM (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 240 seconds)
- # [11:10] * Joins: gasbakid (~gasbakid@41.96.44.97)
- # [11:10] * Joins: gasbakid_ (~gasbakid@41.96.44.97)
- # [11:12] * Joins: thomasb (~tbassetto@pro75-4-82-238-200-10.fbx.proxad.net)
- # [11:15] * Quits: tbassetto (~tbassetto@pro75-4-82-238-200-10.fbx.proxad.net) (Ping timeout: 240 seconds)
- # [11:16] <cheilmann> ah
- # [11:16] <cheilmann> did you get your viking helmet yet?
- # [11:16] <cheilmann> You'd look awesome in a Norwegian Dress
- # [11:17] <nimbupani> hahaha
- # [11:17] <nimbupani> nooo i didnt!
- # [11:17] <nimbupani> i have been trying to survive walking on the icy pavements!
- # [11:21] * Joins: mike5w3c (~MikeSmith@EM114-48-131-189.pool.e-mobile.ne.jp)
- # [11:23] * Joins: daveluke (~davidluke@cpe-24-193-131-50.nyc.res.rr.com)
- # [11:29] * Quits: daveluke (~davidluke@cpe-24-193-131-50.nyc.res.rr.com) (Quit: daveluke)
- # [11:34] <cheilmann> hehe
- # [11:34] <cheilmann> the most brutal about Norway is the prices for everything!
- # [11:34] <cheilmann> :)
- # [11:35] <cheilmann> I have a friend from Norway I used to have a lot of letter/floppy disk contact with in 1994-5 then lost contact for 4 years. Turns out he by then became a lady :)
- # [11:36] <cheilmann> She proudly sent me this photo of her wearing the national dress you get when you are 9 - 16 years later :)
- # [11:36] <nimbupani> O MAI
- # [11:36] <nimbupani> :)))
- # [11:37] <nimbupani> ha yes I sorta avoid that by eating at the canteen in opera :))
- # [11:39] <cheilmann> I guess your last sentence was related to the prices :)
- # [11:39] <cheilmann> took me a while there
- # [11:39] <nimbupani> HAHAHAHAHHAHAHAA
- # [11:39] <nimbupani> GOOD LORD
- # [11:40] <nimbupani> No i am very very happy being female. thnx.
- # [11:43] <cheilmann> good to hear
- # [11:44] <nimbupani> :))))
- # [11:44] <cheilmann> weird to find you in the US again after that chance encounter we had in Singapore
- # [11:44] <nimbupani> i know rite
- # [11:44] <nimbupani> but we have never met since!
- # [11:44] <cheilmann> such a small worlld
- # [11:44] <cheilmann> world
- # [11:44] <nimbupani> totes
- # [11:44] <cheilmann> you still based in Seattle?
- # [11:45] <nimbupani> yep!
- # [11:46] <cheilmann> that's the reason :)
- # [11:46] <nimbupani> hahahaha
- # [11:46] <cheilmann> did you move over with the boyfriend?
- # [11:46] <nimbupani> yepp
- # [11:46] <cheilmann> but you have both cameras now, right?
- # [11:46] <cheilmann> :)
- # [11:46] <nimbupani> HAHAHHAHA
- # [11:46] <nimbupani> he doesnt use it :D
- # [11:47] <cheilmann> most confusing flickr ever :)
- # [11:47] <nimbupani> lawls.
- # [11:47] <nimbupani> sorry :)
- # [11:47] <nimbupani> its usually mostly me, he is a good lurker.
- # [11:51] <cheilmann> I cannot believe I spoke for 3 hours yesterday
- # [11:51] <cheilmann> with Q&A
- # [11:52] <nimbupani> omg thats quite a bit :|||
- # [11:55] * Joins: tester (~ya@net210.sloneczko.net)
- # [11:56] * Parts: tester (~ya@net210.sloneczko.net)
- # [12:06] * Joins: Titosemi1 (~titosemi@f053229089.adsl.alicedsl.de)
- # [12:07] * Quits: Titosemi (~titosemi@f053225176.adsl.alicedsl.de) (Ping timeout: 240 seconds)
- # [12:08] * Joins: JM (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [12:10] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 240 seconds)
- # [12:12] * Joins: Neiluj (~Julien@195.200.175.214)
- # [12:21] * Quits: nimbupani (~Adium@pat-tdc.opera.com) (Quit: Leaving.)
- # [12:43] * Quits: JM (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 240 seconds)
- # [12:43] * Joins: nimbupani (~Adium@pat-tdc.opera.com)
- # [12:45] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [12:47] * Quits: nimbupani (~Adium@pat-tdc.opera.com) (Client Quit)
- # [12:51] * Quits: sl1k (~sl1k_free@S010600215a08cecc.cg.shawcable.net) (Ping timeout: 264 seconds)
- # [13:05] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Read error: Connection reset by peer)
- # [13:06] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [13:20] * Joins: nimbupani (~Adium@pat-tdc.opera.com)
- # [13:21] * Joins: benschwarz (~benschwar@59.167.185.148)
- # [13:21] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 264 seconds)
- # [13:32] * Joins: Evet (~Evet@78.191.142.22)
- # [13:32] * Quits: Evet (~Evet@78.191.142.22) (Changing host)
- # [13:32] * Joins: Evet (~Evet@pdpc/supporter/active/evet)
- # [13:35] * Quits: dgathright (~dgathrigh@cpe-76-90-139-148.socal.res.rr.com) (Ping timeout: 240 seconds)
- # [13:38] * Joins: dgathright (~dgathrigh@pool-108-23-17-58.lsanca.fios.verizon.net)
- # [13:41] * Quits: Ankheg (~Ankheg@fs91-201-3-30.dubna-net.ru) (Quit: Leaving.)
- # [13:42] * Joins: Ankheg (~Ankheg@fs91-201-3-30.dubna-net.ru)
- # [13:44] * Quits: pratz (~quassel@115.252.128.220) (Read error: Connection reset by peer)
- # [13:44] * Joins: pratz (~quassel@115.252.128.220)
- # [13:45] * Joins: gliese581 (~FranOntan@81.202.113.56.dyn.user.ono.com)
- # [13:56] * Joins: dcadenas (~dcadenas@r186-48-209-134.dialup.adsl.anteldata.net.uy)
- # [13:59] * Joins: Evet_ (~Evet@78.185.51.189)
- # [14:00] * Quits: gasbakid_ (~gasbakid@41.96.44.97) (Quit: Quitte)
- # [14:00] * Quits: Evet (~Evet@pdpc/supporter/active/evet) (Ping timeout: 250 seconds)
- # [14:03] * Quits: grumpytoad (~niel@t1004.greatnet.de) (Ping timeout: 276 seconds)
- # [14:08] * Joins: swair (~quassel@117.211.88.42)
- # [14:13] * Joins: swair_ (~quassel@117.211.88.42)
- # [14:14] * Quits: swair (~quassel@117.211.88.42) (Ping timeout: 240 seconds)
- # [14:15] * Joins: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c)
- # [14:17] * Joins: nicksergeant (~anonymous@dwaiter.rit.edu)
- # [14:23] * Joins: bentruyman (~bentruyma@24-148-24-69.c3-0.prs-ubr2.chi-prs.il.cable.rcn.com)
- # [14:26] * Joins: cyonyx (~chatzilla@c-67-188-135-228.hsd1.ca.comcast.net)
- # [14:30] * Quits: bentruyman (~bentruyma@24-148-24-69.c3-0.prs-ubr2.chi-prs.il.cable.rcn.com) (Quit: bentruyman)
- # [14:30] * Quits: gasbakid (~gasbakid@41.96.44.97) (Read error: Connection reset by peer)
- # [14:30] * Joins: davidmurdoch (434ef46a@gateway/web/freenode/ip.67.78.244.106)
- # [14:30] * Joins: gasbakid (~gasbakid@41.96.44.97)
- # [14:31] * Parts: davidmurdoch (434ef46a@gateway/web/freenode/ip.67.78.244.106)
- # [14:36] * Joins: grumpytoad (~niel@t1004.greatnet.de)
- # [14:40] * Joins: daveluke (~davidluke@cpe-24-193-131-50.nyc.res.rr.com)
- # [14:41] * Quits: daveluke (~davidluke@cpe-24-193-131-50.nyc.res.rr.com) (Read error: Connection reset by peer)
- # [14:42] * Joins: daveluke (~davidluke@cpe-24-193-131-50.nyc.res.rr.com)
- # [14:49] * Joins: dcadenas_ (~dcadenas@r186-48-225-183.dialup.adsl.anteldata.net.uy)
- # [14:51] * Quits: dcadenas (~dcadenas@r186-48-209-134.dialup.adsl.anteldata.net.uy) (Ping timeout: 264 seconds)
- # [14:52] * Quits: rworth (~rworth@pool-72-83-231-22.washdc.fios.verizon.net) (Quit: Coyote finally caught me)
- # [14:59] * Quits: BigKing_2nd (~BigKing@p5DCE8527.dip0.t-ipconnect.de) (Quit: Verlassend)
- # [14:59] * Joins: Evet (~Evet@78.191.28.23)
- # [15:01] * Quits: Evet_ (~Evet@78.185.51.189) (Ping timeout: 240 seconds)
- # [15:05] * cheilmann is now known as codepo8
- # [15:09] * Joins: Pewpewarrows (~Pewpewarr@75-145-93-41-WashingtonDC.hfc.comcastbusiness.net)
- # [15:10] * Parts: daveluke (~davidluke@cpe-24-193-131-50.nyc.res.rr.com)
- # [15:12] * Joins: daveluke (~davidluke@cpe-24-193-131-50.nyc.res.rr.com)
- # [15:12] <daveluke> hi, is websockets supported by enough browsers to be a viable solution?
- # [15:13] <daveluke> or maybe a better question is... when html5 is all implemented, will all browsers have websockets
- # [15:14] * Joins: kidfribble (~kidfribbl@c-66-31-28-249.hsd1.ma.comcast.net)
- # [15:14] * Quits: gasbakid (~gasbakid@41.96.44.97) (Ping timeout: 246 seconds)
- # [15:15] * Joins: muhdik (~qle@74-92-196-145-Atlanta.hfc.comcastbusiness.net)
- # [15:19] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [15:24] <codepo8> right now most browsers have it disabled as there is a security issue with the websockets protocol
- # [15:24] <codepo8> once this is fixed it will be turned on again - you can turn it on as a developer (in Firefox at least)
- # [15:24] <codepo8> so to be safe you can also use a polyfill like socket.io which patches with flash and uses the same API
- # [15:25] * Joins: skqr (~skqr@192.195.66.1)
- # [15:27] * Joins: komputes (~komputes@ubuntu/member/komputes)
- # [15:28] * Joins: Killman (~killman@186.3.10.5)
- # [15:29] * Quits: Killman (~killman@186.3.10.5) (Changing host)
- # [15:29] * Joins: Killman (~killman@unaffiliated/killman)
- # [15:29] * Quits: Evet (~Evet@78.191.28.23) (Changing host)
- # [15:29] * Joins: Evet (~Evet@pdpc/supporter/active/evet)
- # [15:30] * Joins: miketaylr (~miketaylr@206.217.92.186)
- # [15:35] * Quits: Ankheg (~Ankheg@fs91-201-3-30.dubna-net.ru) (Quit: Leaving.)
- # [15:43] <daveluke> codepo8, is there a php implementation for the serverside stuff for socket.io
- # [15:43] * Quits: Guest62797 (JNZ@c-76-121-177-78.hsd1.wa.comcast.net) (Changing host)
- # [15:43] * Joins: Guest62797 (JNZ@unaffiliated/jnz)
- # [15:43] <codepo8> not that I know
- # [15:44] * Guest62797 is now known as JNZ
- # [15:44] <codepo8> also doesn't really make sense as you'd have to HTTP to the PHP somehow
- # [15:45] <daveluke> i see
- # [15:48] * Joins: plh_ (~plh@30-5-5.wireless.csail.mit.edu)
- # [15:48] <daveluke> what is the serverside implementation coded in?
- # [15:53] * Quits: daveluke (~davidluke@cpe-24-193-131-50.nyc.res.rr.com) (Ping timeout: 250 seconds)
- # [15:54] * Joins: daveluke (~davidluke@24.193.131.50)
- # [15:58] * Joins: boaz (~boaz@64.119.153.2)
- # [15:58] * Joins: obert- (~obert@host118-207-dynamic.53-79-r.retail.telecomitalia.it)
- # [16:00] <codepo8> there is none
- # [16:00] <codepo8> socket.io uses Flash instead of native websockets
- # [16:01] <codepo8> http://socket.io/
- # [16:01] <codepo8> the server component is node ja
- # [16:01] <codepo8> js
- # [16:01] * Joins: maninthemiddle (~Bob@195.62.58.203)
- # [16:01] <maninthemiddle> hi
- # [16:02] <maninthemiddle> is it ok to put <dd>'s and <dt>'s inside <a> ? (semantically-wise)
- # [16:02] * Quits: Evet (~Evet@pdpc/supporter/active/evet) (Ping timeout: 250 seconds)
- # [16:04] * Quits: mike5w3c (~MikeSmith@EM114-48-131-189.pool.e-mobile.ne.jp) (Ping timeout: 255 seconds)
- # [16:04] * Joins: tw2113 (~tw2113asw@host-66-96-230-24.midco.net)
- # [16:04] * Quits: tw2113 (~tw2113asw@host-66-96-230-24.midco.net) (Changing host)
- # [16:04] * Joins: tw2113 (~tw2113asw@fedora/tw2113)
- # [16:04] * Joins: Evet (~Evet@85.97.72.131)
- # [16:06] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 240 seconds)
- # [16:06] <codepo8> in HTML5 it is
- # [16:07] <codepo8> you need a DL, too of course
- # [16:07] * Quits: orolin (~eiriklill@188.95.241.142) (Ping timeout: 276 seconds)
- # [16:08] * Joins: mike5w3c (~MikeSmith@EM114-48-131-189.pool.e-mobile.ne.jp)
- # [16:09] * Joins: cgcardona (~cgcardona@c-24-5-146-71.hsd1.ca.comcast.net)
- # [16:11] * Joins: jamund (~jamund@174-23-27-186.slkc.qwest.net)
- # [16:11] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [16:12] * Joins: hubble (~hubble@173-165-61-105-Illinois.hfc.comcastbusiness.net)
- # [16:13] * Quits: dgathright (~dgathrigh@pool-108-23-17-58.lsanca.fios.verizon.net) (Quit: dgathright)
- # [16:13] * Quits: jamund (~jamund@174-23-27-186.slkc.qwest.net) (Client Quit)
- # [16:16] * Quits: Neiluj (~Julien@195.200.175.214) (Quit: Neiluj)
- # [16:24] <tw2113> paul_irish, if I utilize modernizr-server, am i am to just disregard the javascript include that i'd normally put in <head>?
- # [16:24] <tw2113> able to*
- # [16:25] * Quits: Evet (~Evet@85.97.72.131) (Changing host)
- # [16:25] * Joins: Evet (~Evet@pdpc/supporter/active/evet)
- # [16:25] * Joins: jacine (~jacine@drupal.org/user/88931/view)
- # [16:27] * Joins: kennyluck (~kennyluck@netDHCP-169.keio.w3.org)
- # [16:28] * Joins: sander^work (~sanderj@195.204.103.94)
- # [16:28] <sander^work> What content type has hdml5?
- # [16:28] <sander^work> In the header.
- # [16:29] <obert-> got headerache today
- # [16:30] <cgcardona> <meta charset="UTF-8"> <---- is that what you mean sander^work ?
- # [16:30] <sander^work> cgcardona, No, in the header.
- # [16:30] <obert-> :)
- # [16:30] <obert-> gor headerache in my server side
- # [16:30] <cgcardona> text/html
- # [16:31] * Quits: pratz (~quassel@115.252.128.220) (Read error: Connection reset by peer)
- # [16:31] <cgcardona> Content-Type:text/html
- # [16:31] * Quits: codepo8 (~cheilmann@82-69-25-35.dsl.in-addr.zen.co.uk) (Quit: codepo8)
- # [16:31] <obert-> :Pff
- # [16:33] <obert-> nobody is laughin :(
- # [16:33] <cgcardona> :)
- # [16:34] <obert-> are you happy using html5?
- # [16:35] * Quits: nicksergeant (~anonymous@dwaiter.rit.edu) (Quit: nicksergeant)
- # [16:35] <cgcardona> of course - but the smile was for your headerache joke
- # [16:35] * Quits: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c) (Quit: cocoadaemon)
- # [16:36] <obert-> yup..i was just asking opinions about html5 rendering in production ;)
- # [16:37] <obert-> didnt got almost its benefits..except the ability to write unsemantic markup like div inside a :)
- # [16:38] * Quits: jgv (~jgv@184.152.75.83) (Quit: Computer has gone to sleep.)
- # [16:38] <obert-> and that html5shiv.js thingy makes me feel weird
- # [16:38] <obert-> html4 looks more eternal. that's it
- # [16:39] <cgcardona> gasp
- # [16:39] <obert-> didnt explored html5 benefits though
- # [16:39] <obert-> i hope the irc chan would be helpfull to get an idea from other,isnt it?
- # [16:40] * Joins: okaycool (~okaycool@113.19.248.8)
- # [16:41] <obert-> maybe not?
- # [16:43] * danheberden|away is now known as danheberden
- # [16:44] <cgcardona> sorry - my attention is on another project
- # [16:44] <cgcardona> obert-: have you seen diveintohtml5?
- # [16:46] <obert-> no
- # [16:46] <cgcardona> http://diveintohtml5.org/
- # [16:46] <cgcardona> check it out when you have time - thats a good place to see the benefits of html5
- # [16:47] <obert-> verybody knows about web forms, right? Make a <form>, a few <input type="text"> elements, maybe an <input type="password">, finish it off with an <input type="submit"> button, and you’re done. -> no fieldset? no legend? no sections separation? mmmah
- # [16:48] * Joins: felcom (~felcom@rrcs-71-43-19-2.se.biz.rr.com)
- # [16:50] <obert-> mm but is that all done in pure html and it would be good to do that in that way?
- # [16:51] * Quits: jochen__ (~jochen@nat/google/x-bwaryxiyxewpjevj) (Remote host closed the connection)
- # [16:51] * Joins: jochen__ (~jochen@nat/google/x-pvajnqemokkvwahw)
- # [16:51] <obert-> or is it like substitute some classic js stuff with html5 properties?
- # [16:53] * Quits: dguttman (~dguttman@cpe-98-149-45-68.socal.res.rr.com) (Read error: Operation timed out)
- # [16:53] * Quits: cyonyx (~chatzilla@c-67-188-135-228.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.86 [Firefox 3.6.13/20101203075014])
- # [16:54] * Joins: Mussious (~kamil@dfn148.neoplus.adsl.tpnet.pl)
- # [16:54] * Joins: dguttman (~dguttman@cpe-98-149-45-68.socal.res.rr.com)
- # [16:54] * Quits: beevi7 (~manuel.bi@78.35.14.35) (Read error: Connection reset by peer)
- # [16:55] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [17:00] * Joins: masondesu (~masondesu@209.149.99.2)
- # [17:03] <masondesu> html5 izzzzzzz BUMPIN this morning.
- # [17:04] * Joins: jamund (~jamund@66.7.120.126)
- # [17:06] * Joins: ben_alman (~ben_alman@pool-74-104-156-115.bstnma.fios.verizon.net)
- # [17:07] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 264 seconds)
- # [17:08] <cgcardona> bump bump
- # [17:08] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [17:10] * Joins: jakemcgraw (~Adium@38.122.8.178)
- # [17:12] * Joins: MattDiPasquale (~MattDiPas@rrcs-184-74-229-10.nyc.biz.rr.com)
- # [17:12] * Joins: Ms2ger (~Ms2ger@91.181.236.181)
- # [17:12] <tw2113> it'd be bumpin if it was conversation, not logins and logouts
- # [17:14] <tw2113> i'm trying to figure out some way to mix modernizr js with conditional markup output
- # [17:18] <cgcardona> bump bump
- # [17:18] <tw2113> stop acting like you're from the jersey shore
- # [17:19] <tw2113> :D
- # [17:21] * Quits: swair_ (~quassel@117.211.88.42) (Read error: Operation timed out)
- # [17:22] * Joins: swair (~quassel@117.211.88.42)
- # [17:22] * Quits: mike5w3c (~MikeSmith@EM114-48-131-189.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [17:24] * Joins: tktiddle (~tim@cpc1-hari12-2-0-cust76.hari.cable.virginmedia.com)
- # [17:25] <felcom> what is the best way to define an input height without using the css height property?
- # [17:25] <felcom> font size, padding?
- # [17:26] * Joins: addyosmani (~apple@host86-164-96-91.range86-164.btcentralplus.com)
- # [17:28] * Joins: mike5w3c (~MikeSmith@EM111-188-71-248.pool.e-mobile.ne.jp)
- # [17:29] * Quits: LongBeach (~mike@AFontenayssB-152-1-34-112.w83-114.abo.wanadoo.fr) (Ping timeout: 276 seconds)
- # [17:33] * Joins: LynnWallenstein (~Lynn@pool-74-107-70-172.bltmmd.fios.verizon.net)
- # [17:35] * Parts: okaycool (~okaycool@113.19.248.8)
- # [17:36] * Joins: Evet_ (~Evet@78.185.103.165)
- # [17:36] <paul_irish> tw2113: can you describe what problem you're solving
- # [17:38] <tw2113> i need a way to detect if multi columns are supported by the browser, and then output some divs based on that. If it is, then output 1 div that i apply the columns to, if not, output a couple divs that I populate another way to mimic
- # [17:38] * Quits: Evet (~Evet@pdpc/supporter/active/evet) (Ping timeout: 272 seconds)
- # [17:38] <paul_irish> tw2113: always output both
- # [17:39] <tw2113> and then hide with css?
- # [17:39] <paul_irish> yeah hide with .no-csscolumns
- # [17:39] <tw2113> might have to, given that modernizr-server isn't working for me
- # [17:40] <tw2113> and probably wouldn't be the worst option either, other than duplicate content
- # [17:45] * Joins: davidmurdoch (434ef46a@gateway/web/freenode/ip.67.78.244.106)
- # [17:46] * Quits: jeremyselier (~Jeremy@pro75-4-82-238-200-10.fbx.proxad.net) (Ping timeout: 272 seconds)
- # [17:47] * Joins: bentruyman (~bentruyma@li159-104.members.linode.com)
- # [17:47] * Joins: zachsmith (~zachsmith@69.42.243.33)
- # [17:48] * Evet_ is now known as Evet
- # [17:48] * Quits: Evet (~Evet@78.185.103.165) (Changing host)
- # [17:48] * Joins: Evet (~Evet@pdpc/supporter/active/evet)
- # [17:55] * Quits: dcadenas_ (~dcadenas@r186-48-225-183.dialup.adsl.anteldata.net.uy) (Remote host closed the connection)
- # [17:56] * Joins: dcadenas (~dcadenas@r186-48-241-2.dialup.adsl.anteldata.net.uy)
- # [17:56] * Quits: Drule (~Drule@mail.upsales.com) (Quit: "This rivalry is among the greatest: the Yankees and Red Sox... Hekyll and Jekyll." - Walter Day)
- # [17:59] * Joins: patcito (~123@190.42.89.101)
- # [18:02] * Quits: masondesu (~masondesu@209.149.99.2) (Quit: masondesu)
- # [18:03] * Joins: nicksergeant (~anonymous@dwaiter.rit.edu)
- # [18:03] * Quits: thomasb (~tbassetto@pro75-4-82-238-200-10.fbx.proxad.net) (Quit: thomasb)
- # [18:04] <nimbupani> ?tell antonkovalyov pushed some changes, can u push it to site? thnx!
- # [18:04] <bot-t> nimbupani, Okay.
- # [18:04] * Parts: nimbupani (~Adium@pat-tdc.opera.com)
- # [18:05] <maninthemiddle> can you tell css3 to summarize, say, width of the containers inside given parent, and set this summary as parent's width?
- # [18:07] * Quits: skqr (~skqr@192.195.66.1) (Remote host closed the connection)
- # [18:07] * Joins: skqr (~skqr@192.195.66.1)
- # [18:07] * Quits: themiddleman (~rob@c-67-182-247-76.hsd1.ut.comcast.net) (Ping timeout: 272 seconds)
- # [18:07] * Quits: Ms2ger (~Ms2ger@91.181.236.181) (Ping timeout: 240 seconds)
- # [18:07] * Joins: bentruyman_ (~bentruyma@li159-104.members.linode.com)
- # [18:08] * Quits: bentruyman (~bentruyma@li159-104.members.linode.com) (Ping timeout: 250 seconds)
- # [18:08] * bentruyman_ is now known as bentruyman
- # [18:09] * jacine is now known as jacine|afk
- # [18:09] * Quits: swair (~quassel@117.211.88.42) (Ping timeout: 240 seconds)
- # [18:10] * Quits: daveluke (~davidluke@24.193.131.50) (Quit: daveluke)
- # [18:14] * Joins: Snadder (~sanderj@195.204.103.94)
- # [18:14] * Quits: patcito (~123@190.42.89.101) (Disconnected by services)
- # [18:14] * Joins: patcito_ (~123@190.42.89.101)
- # [18:14] * Joins: JM (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [18:15] * Joins: jo-erlend_ (~jo-erlend@s07-00089.dsl.no.powertech.net)
- # [18:15] * Quits: jo-erlend (~jo-erlend@s07-00089.dsl.no.powertech.net) (Ping timeout: 240 seconds)
- # [18:15] * Quits: sander^work (~sanderj@195.204.103.94) (Ping timeout: 240 seconds)
- # [18:15] * Joins: BigKing (~BigKing@p5DCE8527.dip0.t-ipconnect.de)
- # [18:15] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 246 seconds)
- # [18:16] * Quits: huskyr (~huskyr@ip169-070.vpro.nl) (Quit: huskyr)
- # [18:16] * Quits: plh_ (~plh@30-5-5.wireless.csail.mit.edu) (Ping timeout: 240 seconds)
- # [18:16] * Joins: plh_ (~plh@30-5-5.wireless.csail.mit.edu)
- # [18:16] * patcito_ is now known as patcito
- # [18:17] * Quits: felcom (~felcom@rrcs-71-43-19-2.se.biz.rr.com) (Quit: felcom)
- # [18:19] * Joins: themiddleman (~rob@c-67-182-247-76.hsd1.ut.comcast.net)
- # [18:21] * Joins: Ms2ger (~Ms2ger@91.181.167.219)
- # [18:27] * Joins: vyvea (~vyvea@78.63.114.251)
- # [18:29] * Joins: chriseppstein (~chris@209.119.65.162)
- # [18:32] * Joins: ajpiaNOU (~ajpiano@59.sub-75-193-208.myvzw.com)
- # [18:36] * Quits: ajpiaNOU (~ajpiano@59.sub-75-193-208.myvzw.com) (Ping timeout: 276 seconds)
- # [18:38] * Joins: Neiluj (~neiluj@cpy94-5-82-244-220-115.fbx.proxad.net)
- # [18:41] <maninthemiddle> you gotta help me
- # [18:41] <maninthemiddle> damn #html channel is useless
- # [18:41] * Joins: swair (~quassel@117.211.88.42)
- # [18:41] <maninthemiddle> what is the maximum possible height css understands?
- # [18:42] <tw2113> have you tried #css given that it's actually a css question?
- # [18:42] <maninthemiddle> uh, I'm so dumb, thanks for the tip
- # [18:43] <tw2113> i won't hold it against you
- # [18:43] * Quits: dguttman (~dguttman@cpe-98-149-45-68.socal.res.rr.com) (Quit: dguttman)
- # [18:45] * Quits: komputes (~komputes@ubuntu/member/komputes) (Quit: I haven't slept for ten days, because that would be too long.)
- # [18:56] <davidmurdoch> anyone know if jsfiddle accounts were reset? I can't log in anymore.
- # [18:56] <davidmurdoch> ah. nevermind
- # [18:58] * Quits: LynnMWallenstein (~Lynn@pool-74-107-70-172.bltmmd.fios.verizon.net) (Quit: Leaving)
- # [18:58] <davidmurdoch> Anyone feel like helping me out with a memory leak problem?
- # [18:59] <davidmurdoch> http://jsfiddle.net/musicisair/GJnjW/5/embedded/result/
- # [18:59] * Joins: vsmith (~Adium@50.15.212.42)
- # [19:00] <vsmith> does anyone here have familiarity with the HTML5 boilerplate for wordpress
- # [19:00] <davidmurdoch> The leak is in Chrome, btw
- # [19:01] <vsmith> I am actually having problems with setting up a theme using it. Getting 500 errors on all my static files i.e. .css .js
- # [19:01] <davidmurdoch> sorry, can't help ya there
- # [19:02] * Joins: cheilmann_ (~cheilmann@82-69-25-35.dsl.in-addr.zen.co.uk)
- # [19:03] <paul_irish> http://badassjs.com/post/3364925033/jshint-an-community-driven-fork-of-jslint woo woo
- # [19:03] <cheilmann_> sweet
- # [19:04] <davidmurdoch> so, does this jslint still hurt feelings?
- # [19:04] <cheilmann_> you now need to grow a beard
- # [19:04] <Moo-_> what's the modern way of dynamically load javascript and perform something when Js has been loaded?
- # [19:05] <cheilmann_> this is going to be big
- # [19:05] * Joins: snover (~Adium@unaffiliated/snover)
- # [19:06] <cheilmann_> Moo-_: lots of libraries do that In essence it is a onload handler on the generated script node.
- # [19:06] * Joins: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c)
- # [19:06] <Moo-_> cheilmann_: lovely
- # [19:06] * Quits: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c) (Remote host closed the connection)
- # [19:06] <Moo-_> cheilmann_: does jquery do it out of the box? :)
- # [19:07] <paul_irish> $.getScript ?
- # [19:07] <paul_irish> it has a callback.
- # [19:07] * Joins: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c)
- # [19:07] * Joins: felcom (~felcom@rrcs-71-43-19-2.se.biz.rr.com)
- # [19:07] <paul_irish> Moo-_: here ya go http://pastie.org/1066655
- # [19:07] * Quits: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c) (Remote host closed the connection)
- # [19:08] <Moo-_> yay life indeed!
- # [19:08] * Joins: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c)
- # [19:09] * Quits: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c) (Remote host closed the connection)
- # [19:09] <cheilmann_> tempting to write a JSFuckYou that simply tells you your code is bad
- # [19:09] <paul_irish> hahah
- # [19:10] * Joins: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c)
- # [19:10] <davidmurdoch> doit.
- # [19:10] <davidmurdoch> your logo should be a pic of crockford
- # [19:10] <davidmurdoch> :-)
- # [19:11] * Joins: nimbupani (~Adium@cm-84.215.128.231.getinternet.no)
- # [19:11] * Quits: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c) (Remote host closed the connection)
- # [19:11] <paul_irish> heh. ajpiano came up with a good slogan for jshint:
- # [19:11] <paul_irish> JSHint: Just Because Crockford Is The "Father Of JavaScript" Doesn't Mean He's Your Dad And Can Tell You What To Do
- # [19:11] * Joins: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c)
- # [19:12] <ajpiano> \o/
- # [19:12] * Quits: Mussious (~kamil@dfn148.neoplus.adsl.tpnet.pl) (Remote host closed the connection)
- # [19:12] <nimbupani> a+ for effort b- for brevity
- # [19:13] * Quits: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c) (Remote host closed the connection)
- # [19:13] <davidmurdoch> haha
- # [19:13] * Joins: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c)
- # [19:14] <davidmurdoch> JBCI"TFOJ"DMHYDACTYWTD = brevity?
- # [19:15] <nimbupani> not quite
- # [19:15] <vsmith> Is there anyone here who colud help me with an HTML5 Boilerplate for wordpress question?
- # [19:15] <nimbupani> Crock talks crock is
- # [19:15] <vsmith> Please.
- # [19:15] <nimbupani> ask away
- # [19:16] <vsmith> OK
- # [19:17] <vsmith> Nothing is showing up for my site . somehow the CSS, js and even images dont show up
- # [19:17] * Quits: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c) (Remote host closed the connection)
- # [19:18] <vsmith> I've checked the paths but they seem to be ok
- # [19:18] <vsmith> here is the site: http://www.abigailministries.com/
- # [19:18] * Joins: dguttman (~dguttman@gige.bur.digisynd.com)
- # [19:18] * Joins: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c)
- # [19:18] * Quits: swair (~quassel@117.211.88.42) (Remote host closed the connection)
- # [19:19] <vsmith> think it me have something to do with the $GLOBALS function
- # [19:20] <vsmith> here is the header http://wordpress.pastebin.com/pgJZayVq
- # [19:20] <nimbupani> http://abigailministries.com/wp-content/themes/amTemplate/html5-boilerplate/css/960.css?v=1297993191
- # [19:20] <nimbupani> server error
- # [19:22] <vsmith> yes but i am unsure about what is causing the 500 error. it worked on my testing server but when i switched it over it stopped working. host is 1&1
- # [19:22] <nimbupani> i think you should file a ticket with ur host.
- # [19:23] * Quits: tktiddle (~tim@cpc1-hari12-2-0-cust76.hari.cable.virginmedia.com) (Remote host closed the connection)
- # [19:24] * Joins: test (c8743904@gateway/web/freenode/ip.200.116.57.4)
- # [19:25] * Parts: test (c8743904@gateway/web/freenode/ip.200.116.57.4)
- # [19:26] <vsmith> yeah i' giving tech support a call
- # [19:26] <tw2113> personally if it was me, i'd just remove the globals part completely
- # [19:26] <tw2113> yes i'm in here too vsmith
- # [19:26] <vsmith> ok
- # [19:26] * Joins: komputes (~komputes@ubuntu/member/komputes)
- # [19:26] <vsmith> cool
- # [19:26] <tw2113> but that's just me and how i'd handle using that
- # [19:27] <vsmith> Just not totally sure what benefit id be losing by removing the GLOBALS and the versioning
- # [19:28] <tw2113> the globals part is just the way the guy who converted it decided to retrieve wordpress paths
- # [19:28] <tw2113> the versioning is more for caching
- # [19:28] <tw2113> that'd be the thing to retain first, the versioning
- # [19:29] * Quits: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c) (Remote host closed the connection)
- # [19:30] * Joins: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c)
- # [19:31] * Quits: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c) (Remote host closed the connection)
- # [19:32] * Joins: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c)
- # [19:32] * Quits: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c) (Remote host closed the connection)
- # [19:32] * Joins: dgathright (~dgathrigh@pool-108-23-17-58.lsanca.fios.verizon.net)
- # [19:32] * Joins: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c)
- # [19:35] * Quits: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c) (Remote host closed the connection)
- # [19:35] * Joins: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c)
- # [19:36] * Quits: felcom (~felcom@rrcs-71-43-19-2.se.biz.rr.com) (Quit: felcom)
- # [19:37] * Joins: felcom (~felcom@rrcs-71-43-19-2.se.biz.rr.com)
- # [19:38] * Joins: BrianBlakely (~Adium@208.253.25.162)
- # [19:39] <BrianBlakely> Yay, new website launch
- # [19:39] <BrianBlakely> www.bit.ly/oswich
- # [19:39] <BrianBlakely> SVG and CSS3 used in marketing, blasting through your screen on desktop and mobile
- # [19:39] * Quits: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c) (Remote host closed the connection)
- # [19:40] * Joins: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c)
- # [19:41] <cheilmann_> that seems to be very .NET CMS driven
- # [19:41] <cheilmann_> mootools and jquery :)
- # [19:41] <davidmurdoch> "community" is a little off.
- # [19:43] <cheilmann_> and flash video
- # [19:43] <nimbupani> BrianBlakely: div#prinav li {
- # [19:43] <nimbupani> padding-right: 22px;
- # [19:43] <nimbupani> } would help the menu to not drop down in opera instead of padding-right: 24px
- # [19:44] * tty234_ is now known as tty234
- # [19:44] <shepazu> BrianBlakely: I didn't see any SVG
- # [19:45] <nimbupani> also why is it calling same css twice once for print and once for screen?
- # [19:45] * Quits: vsmith (~Adium@50.15.212.42) (Read error: Connection reset by peer)
- # [19:45] * Joins: vsmith (~Adium@50.15.212.42)
- # [19:45] * Joins: antonkovalyov (~antonkova@75-101-56-240.dsl.static.sonic.net)
- # [19:46] <nimbupani> antonkovalyov: !!!!
- # [19:46] * Quits: skqr (~skqr@192.195.66.1) (Remote host closed the connection)
- # [19:47] <BrianBlakely> nimbupani: Kraft uses Microsoft Office Sharepoint Server to manage their massive infrastructure. It does shit like that
- # [19:47] <antonkovalyov> yo
- # [19:47] <bot-t> (1 hour 42 mins ago) <nimbupani> tell antonkovalyov pushed some changes, can u push it to site? thnx!
- # [19:47] <bot-t> (1 hour 42 mins ago) <nimbupani> tell antonkovalyov pushed some changes, can u push it to site? thnx!
- # [19:47] <bot-t> (1 hour 41 mins ago) <nimbupani> tell antonkovalyov pushed some changes, can u push it to site? thnx!
- # [19:47] <bot-t> (30 mins 10 secs ago) <nimbupani> tell antonkovalyov i pushed some changes to gh-pages (merged paul's changes too), pls pls push to site? thnx
- # [19:47] * Quits: komputes (~komputes@ubuntu/member/komputes) (Quit: I haven't slept for ten days, because that would be too long.)
- # [19:47] <nimbupani> oops
- # [19:47] <nimbupani> soz
- # [19:47] <paul_irish> hey anton.
- # [19:47] <BrianBlakely> There are a lot of wild fucked-up things that needed to be done
- # [19:47] <antonkovalyov> paul_irish, good job showing up yesterday :P
- # [19:47] <nimbupani> inline IE8 styles?
- # [19:47] <paul_irish> antonkovalyov: get my gtalk IMs?
- # [19:47] <nimbupani> inorite antonkovalyov?
- # [19:48] <BrianBlakely> cheilmann_: MOSS is the biggest piece of crap ever
- # [19:48] <antonkovalyov> deploying changes
- # [19:48] <antonkovalyov> paul_irish, no
- # [19:48] <nimbupani> shepazu: there is some raphel going on
- # [19:48] * Quits: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c) (Remote host closed the connection)
- # [19:48] * Joins: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c)
- # [19:48] <BrianBlakely> davidmurdoch: That "community" thing is actually an issue with the KraftFoods template that Outstandwich was plopped inside of. We didn't have access to fix it, it's on all of their sites.
- # [19:48] <cheilmann_> yeah, it is actually more impressive that you managed to release this on sharepoint :)
- # [19:49] <BrianBlakely> cheilmann_: Thank you for acknowledging that, I could hug you
- # [19:49] <davidmurdoch> ah, ok.
- # [19:49] <cheilmann_> I worked on Tridion for a few years
- # [19:50] * Quits: BigKing (~BigKing@p5DCE8527.dip0.t-ipconnect.de) (Quit: Verlassend)
- # [19:50] * Joins: BigKing (~BigKing@p5DCE8527.dip0.t-ipconnect.de)
- # [19:51] <antonkovalyov> nimbupani, changes life
- # [19:51] <antonkovalyov> live*
- # [19:51] <nimbupani> WOO
- # [19:51] <nimbupani> i thought u were a bit philo there antonkovalyov
- # [19:51] <BrianBlakely> nimbupani: If we didn't inline the conditional comments, instead including them externally, they would be included intermittently by Sharepoint, or not at all
- # [19:51] <antonkovalyov> philo?
- # [19:51] <antonkovalyov> what's that? :)
- # [19:52] <nimbupani> philosophical
- # [19:52] <nimbupani> geez i gotta spell out WHOLE WORDS
- # [19:52] <cheilmann_> yes
- # [19:52] <cheilmann_> :)
- # [19:53] <BrianBlakely> The SVG elements on the site: Loading jogger, and hotspot reticles when you click "Sandwich Details"
- # [19:53] <antonkovalyov> nimbupani, oh, you got my hidden message to crock? :)
- # [19:53] <nimbupani> is it the nietzsche quote?
- # [19:54] <BrianBlakely> antonkovalyov: How much of your motivation on this project is powered by the desire to playfully poke Douglas Crockford in the ribs? ;)
- # [19:54] <antonkovalyov> like 1%
- # [19:55] <BrianBlakely> 1% inspiration, 99% perspiration :D
- # [19:55] <antonkovalyov> BrianBlakely, the project started because jslint became unusable at disqus
- # [19:55] <BrianBlakely> I'm just joshing ya :)
- # [19:55] <antonkovalyov> and i really like code checking
- # [19:55] <antonkovalyov> we have forked pyflakes at disqus :)
- # [19:55] <BrianBlakely> Well, it's a sweet project
- # [19:55] <antonkovalyov> BrianBlakely, https://github.com/dcramer/pyflakes
- # [19:56] <BrianBlakely> Cool, so JSHint isn't a new field for you
- # [19:56] <BrianBlakely> You've been rocking this stuff
- # [19:57] <antonkovalyov> dcramer is not me ;)
- # [19:57] <antonkovalyov> he just sits next to me
- # [19:57] <BrianBlakely> Ah-ha
- # [19:57] <cheilmann_> I am flying over to the valley on tuesday, should get a statement from crock about it
- # [19:57] <BrianBlakely> I thought perhaps you were contributing to the proj
- # [20:00] <vsmith> finally got my problem resolved. it was a .htaccess file in a sub folder that was causing all the trouble
- # [20:02] * Joins: Thasmo (~thasmo@d86-32-70-59.cust.tele2.at)
- # [20:03] * Joins: skqr (~skqr@192.195.66.1)
- # [20:07] <cheilmann_> chatting with the vid.ly guys about also offering audio conversion
- # [20:07] * Quits: Ms2ger (~Ms2ger@91.181.167.219) (Read error: Connection reset by peer)
- # [20:09] * Joins: Ms2ger (~Ms2ger@91.181.167.219)
- # [20:09] <nimbupani> woot vsmith
- # [20:09] * Quits: maninthemiddle (~Bob@195.62.58.203) (Ping timeout: 240 seconds)
- # [20:10] * Joins: dgathright_ (~dgathrigh@cpe-76-90-139-148.socal.res.rr.com)
- # [20:10] * Quits: dgathright (~dgathrigh@pool-108-23-17-58.lsanca.fios.verizon.net) (Ping timeout: 240 seconds)
- # [20:11] <BrianBlakely> Learn your pin-fu
- # [20:11] <BrianBlakely> http://windowsteamblog.com/ie/b/ie/archive/2011/02/17/economics-of-the-web-ie9-users-that-pin-huffington-post-spend-49-more-time-on-site.aspx
- # [20:12] * Quits: seutje (~steve@drupal.org/user/264148/view) (Quit: weeeeeeeeeeee-kend)
- # [20:14] * Quits: dgathright_ (~dgathrigh@cpe-76-90-139-148.socal.res.rr.com) (Ping timeout: 240 seconds)
- # [20:15] * Quits: plh_ (~plh@30-5-5.wireless.csail.mit.edu) (Quit: always accept cookies)
- # [20:15] * Joins: niftylettuce (~niftylett@32.136.59.236)
- # [20:16] <cheilmann_> ..."because it loads really slowly"
- # [20:16] * Joins: lahwran (~lahwran@unaffiliated/lahwran)
- # [20:18] * Joins: verdell38 (~hermanmcf@adsl-99-102-244-116.dsl.ksc2mo.sbcglobal.net)
- # [20:18] * Parts: verdell38 (~hermanmcf@adsl-99-102-244-116.dsl.ksc2mo.sbcglobal.net)
- # [20:19] * Joins: franksalim (~frank@99-123-6-19.lightspeed.sntcca.sbcglobal.net)
- # [20:20] <BrianBlakely> Here's a gist containing the Pin stuff and some other <head> goodies: https://gist.github.com/581868
- # [20:20] * Joins: dgathright (~dgathrigh@nat/yahoo/x-lqcohvmzrkpwfvwi)
- # [20:21] <BrianBlakely> Huh, there are a lot of forks of that, I didn't see that
- # [20:21] * Joins: plh_ (~plh@30-5-5.wireless.csail.mit.edu)
- # [20:24] <cheilmann_> very cool list BrianBlakely
- # [20:24] <BrianBlakely> Glad you find it helpful :)
- # [20:24] <vsmith> Thanks nimbupani & thanks tw2113 for all the help
- # [20:25] <paul_irish> heavy forkage.
- # [20:25] <BrianBlakely> I'm worried some people might read it as a list of things to always throw in… not good in the case of something like… <meta name="robots" content="noindex" />
- # [20:25] <BrianBlakely> paul_irish: Thanks for encouraging me to throw it up
- # [20:25] <paul_irish> omg this userscript for gist diffing is amazing
- # [20:25] <paul_irish> so useful
- # [20:25] <BrianBlakely> paul_irish: WTF I was just thinking gists needed a diffing feature
- # [20:25] <BrianBlakely> Where is this "user" "script"
- # [20:25] * Joins: petersendidit (~petersend@twdp-174-109-185-191.nc.res.rr.com)
- # [20:25] * Joins: figital (~figital@64.119.153.2)
- # [20:26] <paul_irish> https://chrome.google.com/webstore/detail/ekibhngllckenihijddjkmehiocljcpc
- # [20:26] <BrianBlakely> Thank you :)
- # [20:26] <cheilmann_> you can join paul then in the league of misunderstood helpers
- # [20:26] <cheilmann_> "OMG HTML5 IS SOOOOO BIG - LOOK AT BOILERPLATE!"
- # [20:26] <paul_irish> :)
- # [20:27] * Quits: nicksergeant (~anonymous@dwaiter.rit.edu) (Quit: nicksergeant)
- # [20:27] <cheilmann_> annoying that my download is around 730k/sec and upload 40k/sec
- # [20:27] <cheilmann_> need to check if another provider does better speeds
- # [20:27] <cheilmann_> or only upload at techhub
- # [20:28] * Quits: MattDiPasquale (~MattDiPas@rrcs-184-74-229-10.nyc.biz.rr.com) (Remote host closed the connection)
- # [20:30] * Joins: Trisox (~Trisox@g31044.upc-g.chello.nl)
- # [20:31] * Quits: niftylettuce (~niftylett@32.136.59.236) (Ping timeout: 255 seconds)
- # [20:32] <BrianBlakely> cheilmann_: FiOS is more than hype, check it if you're in America and your area is wired up for it
- # [20:33] <cheilmann_> I am in the UK :)
- # [20:34] * Parts: snover (~Adium@unaffiliated/snover)
- # [20:36] * jo-erlend_ is now known as jo-erlend
- # [20:36] * Joins: daveluke (~davidluke@cpe-24-193-131-50.nyc.res.rr.com)
- # [20:38] * Quits: Killman (~killman@unaffiliated/killman) (Quit: brb)
- # [20:39] * Joins: Michael (~disney@unaffiliated/jabberwock)
- # [20:39] <Michael> Does anyone have an excel or word or indesign template for agile feature analysys?
- # [20:44] * Quits: felcom (~felcom@rrcs-71-43-19-2.se.biz.rr.com) (Quit: felcom)
- # [20:45] * Joins: IanWizard (~IanWizard@c-98-237-207-104.hsd1.wa.comcast.net)
- # [20:49] <BrianBlakely> cheilmann_: You need to compete with Japan's network for island-nation dominance ;l
- # [20:49] * IanWizard is now known as IanWizard-Mobile
- # [20:49] <cheilmann_> yeah I've been in Taiwan and Korea, too
- # [20:49] <cheilmann_> *drool*
- # [20:50] * IanWizard-Mobile is now known as IanWizard
- # [20:50] <BrianBlakely> cheilmann_: I can only imagine. Only been to China for extended periods… not the same thing >_>
- # [20:50] * Quits: IanWizard (~IanWizard@c-98-237-207-104.hsd1.wa.comcast.net) (Client Quit)
- # [20:50] * Joins: felcom (~felcom@rrcs-71-43-19-2.se.biz.rr.com)
- # [20:50] <cheilmann_> "what's that clicking sound?"
- # [20:51] <BrianBlakely> a-heh
- # [20:52] <BrianBlakely> Think 5 apartments using the same DSL connection
- # [20:53] <BrianBlakely> Hey, #html5: If you had your druthers, how would you like <select> width to work? Locked at initial width, bouncing around with the currently selected <option>'s content, or other?
- # [20:53] <tw2113> cheilmann_, is just a regular jetsetter...the joys of being an ambassador of awesome shit
- # [20:55] * Joins: niftylettuce (~niftylett@32.167.244.55)
- # [20:55] * Joins: rgrove (~rgrove@c-76-27-193-61.hsd1.or.comcast.net)
- # [20:55] <niftylettuce> paul_irish: headed south down the coast today, if I throw up what i have on github you think you might have time to take a stab at it?
- # [20:58] <cheilmann_> BrianBlakely: locked at initial width and ellipis...
- # [21:01] * Quits: niftylettuce (~niftylett@32.167.244.55) (Ping timeout: 255 seconds)
- # [21:02] * Joins: Drule (~Drule@217.174.82.85)
- # [21:02] * Quits: Drule (~Drule@217.174.82.85) (Read error: Connection reset by peer)
- # [21:03] * Joins: Drule (~Drule@217.174.82.85)
- # [21:03] * Quits: Drule (~Drule@217.174.82.85) (Read error: Connection reset by peer)
- # [21:04] * Joins: Drule (~Drule@217.174.82.85)
- # [21:04] * Quits: Drule (~Drule@217.174.82.85) (Read error: Connection reset by peer)
- # [21:04] * Joins: Drule (~Drule@217.174.82.85)
- # [21:04] * Quits: Drule (~Drule@217.174.82.85) (Read error: Connection reset by peer)
- # [21:05] * Joins: Drule (~Drule@217.174.82.85)
- # [21:05] * Quits: Drule (~Drule@217.174.82.85) (Read error: Connection reset by peer)
- # [21:05] <tw2113> drule's back
- # [21:05] * Joins: MattDiPasquale (~MattDiPas@rrcs-184-74-229-10.nyc.biz.rr.com)
- # [21:05] * Joins: Drule (~Drule@217.174.82.85)
- # [21:05] * Quits: Drule (~Drule@217.174.82.85) (Read error: Connection reset by peer)
- # [21:05] <tw2113> drinking game anyone?
- # [21:06] * Joins: Drule (~Drule@217.174.82.85)
- # [21:06] * Quits: Drule (~Drule@217.174.82.85) (Read error: Connection reset by peer)
- # [21:06] * Joins: Drule (~Drule@217.174.82.85)
- # [21:11] * Quits: davidmurdoch (434ef46a@gateway/web/freenode/ip.67.78.244.106) (Ping timeout: 244 seconds)
- # [21:12] * Quits: patcito (~123@190.42.89.101) (Disconnected by services)
- # [21:12] * Joins: patcito_ (~123@190.42.79.132)
- # [21:14] * Quits: Michael (~disney@unaffiliated/jabberwock) (Quit: Leaving)
- # [21:14] * jacine|afk is now known as jacine
- # [21:18] * Quits: dmachi (~dmachi@pool-72-66-199-75.ronkva.east.verizon.net) (Read error: Connection reset by peer)
- # [21:18] * Joins: dmachi (~dmachi@pool-72-66-199-75.ronkva.east.verizon.net)
- # [21:31] * Joins: patcito (~123@190.42.77.210)
- # [21:32] * Quits: patcito_ (~123@190.42.79.132) (Ping timeout: 272 seconds)
- # [21:34] * Joins: felcom_ (~felcom@rrcs-71-43-19-2.se.biz.rr.com)
- # [21:36] * Quits: LynnWallenstein (~Lynn@pool-74-107-70-172.bltmmd.fios.verizon.net) (Quit: Leaving)
- # [21:39] * Joins: huskyr (~huskyr@535506A5.cm-6-6a.dynamic.ziggo.nl)
- # [21:39] * Quits: felcom (~felcom@rrcs-71-43-19-2.se.biz.rr.com) (Ping timeout: 276 seconds)
- # [21:39] * felcom_ is now known as felcom
- # [21:46] * Joins: ncho (~ncho@rrcs-96-10-22-122.se.biz.rr.com)
- # [21:47] * Quits: Titosemi1 (~titosemi@f053229089.adsl.alicedsl.de) (Quit: Leaving.)
- # [21:48] * Joins: jamesarosen (~jamesaros@204.28.122.178)
- # [22:00] * Quits: dcadenas (~dcadenas@r186-48-241-2.dialup.adsl.anteldata.net.uy) (Ping timeout: 240 seconds)
- # [22:03] * Joins: LongBeach (~mike@AFontenayssB-152-1-34-112.w83-114.abo.wanadoo.fr)
- # [22:05] * Joins: devongovett (~devongove@pppoe-68-142-33-24.gmavt.net)
- # [22:13] * Joins: IanWizard (~IanWizard@c-98-237-207-104.hsd1.wa.comcast.net)
- # [22:19] * Quits: vsmith (~Adium@50.15.212.42) (Read error: Connection reset by peer)
- # [22:19] * Joins: vsmith (~Adium@50.15.212.42)
- # [22:23] * Joins: techrush (~tekrush@rrcs-173-198-32-146.west.biz.rr.com)
- # [22:33] * Quits: BrianBlakely (~Adium@208.253.25.162) (Ping timeout: 255 seconds)
- # [22:34] * Joins: orolin (~eiriklill@c0AA15AC1.dhcp.bluecom.no)
- # [22:37] * Quits: huskyr (~huskyr@535506A5.cm-6-6a.dynamic.ziggo.nl) (Quit: huskyr)
- # [22:38] * Quits: petersendidit (~petersend@twdp-174-109-185-191.nc.res.rr.com) (Remote host closed the connection)
- # [22:38] * Joins: petersendidit (~petersend@dyn252.avatartech.com)
- # [22:38] * Joins: BrianBlakely (~Adium@208.253.25.162)
- # [22:40] * Quits: Trisox (~Trisox@g31044.upc-g.chello.nl)
- # [22:40] * Quits: BigKing (~BigKing@p5DCE8527.dip0.t-ipconnect.de) (Quit: Verlassend)
- # [22:40] * Joins: BigKing (~BigKing@p5DCE8527.dip0.t-ipconnect.de)
- # [22:40] * Quits: BigKing (~BigKing@p5DCE8527.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
- # [22:40] * Joins: BigKing (~BigKing@p5DCE8527.dip0.t-ipconnect.de)
- # [22:42] * Quits: ncho (~ncho@rrcs-96-10-22-122.se.biz.rr.com) (Quit: ncho)
- # [22:44] * Quits: BigKing (~BigKing@p5DCE8527.dip0.t-ipconnect.de) (Client Quit)
- # [22:50] * Parts: nimbupani (~Adium@cm-84.215.128.231.getinternet.no)
- # [22:53] * Quits: cgcardona (~cgcardona@c-24-5-146-71.hsd1.ca.comcast.net) (Quit: zzzzz)
- # [22:55] * Quits: petersendidit (~petersend@dyn252.avatartech.com) (Quit: Linkinus - http://linkinus.com)
- # [22:56] * Quits: obert- (~obert@host118-207-dynamic.53-79-r.retail.telecomitalia.it)
- # [23:01] <BrianBlakely> cheilmann_: (two hours later) Thanks for the feedback!
- # [23:03] <cheilmann_> :)
- # [23:04] <cheilmann_> I gave a zipcast in between
- # [23:07] * Quits: JM (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 240 seconds)
- # [23:09] * Quits: miketaylr (~miketaylr@206.217.92.186) (Quit: miketaylr)
- # [23:10] * Joins: dgathright_ (~dgathrigh@cpe-76-90-139-148.socal.res.rr.com)
- # [23:12] * Quits: skqr (~skqr@192.195.66.1) (Ping timeout: 255 seconds)
- # [23:13] * Parts: p_nitsch (~p_nitsch@76.9.192.138)
- # [23:13] * Quits: dgathright (~dgathrigh@nat/yahoo/x-lqcohvmzrkpwfvwi) (Ping timeout: 264 seconds)
- # [23:13] * dgathright_ is now known as dgathright
- # [23:18] <paul_irish> cheilmann_: yeah the zipcast is really nice isnt it!
- # [23:18] <cheilmann_> I need to see the recording of it
- # [23:19] <cheilmann_> I am always a bit wary of syncing
- # [23:19] <paul_irish> i was trying it out yesterday and the slideshare guys came into the room while i was presenting
- # [23:19] * Joins: svenlito (~svnlto@78-86-0-182.zone2.bethere.co.uk)
- # [23:19] <cheilmann_> I've been on too many webcasts where stuff got out of sync
- # [23:19] <paul_irish> was giving them feedback and said "i need to show my screen.. so i can do demos and stuff"
- # [23:19] <cheilmann_> Slideshare are lovely lovely people
- # [23:19] <paul_irish> and he goes "hold up a mirror"
- # [23:19] <cheilmann_> from the beginning I had a great connection with them
- # [23:19] <paul_irish> A+ way to handle a feature request
- # [23:19] <cheilmann_> haha - actually that could work
- # [23:20] * Joins: Killman (~killman@unaffiliated/killman)
- # [23:20] * Joins: Brodingo (~Brodingo@cpe-70-116-9-4.austin.res.rr.com)
- # [23:20] <paul_irish> cheilmann_: i need left/right keyboard bindings for your slides thing thing
- # [23:20] <cheilmann_> except mirrored code
- # [23:20] <cheilmann_> not easy ;)
- # [23:20] * Joins: mike5w3c_ (~MikeSmith@EM111-188-72-192.pool.e-mobile.ne.jp)
- # [23:20] <paul_irish> come onnnnnn
- # [23:20] <paul_irish> i always think i can do it
- # [23:20] <cheilmann_> you mean the html version?
- # [23:20] <paul_irish> yeah
- # [23:21] * Joins: HAITI (~j@unaffiliated/haiti)
- # [23:22] * Joins: ben225 (~ben225@67.136.120.186)
- # [23:24] * Quits: mike5w3c (~MikeSmith@EM111-188-71-248.pool.e-mobile.ne.jp) (Ping timeout: 260 seconds)
- # [23:24] * mike5w3c_ is now known as mike5w3c
- # [23:24] * Quits: daveluke (~davidluke@cpe-24-193-131-50.nyc.res.rr.com) (Quit: daveluke)
- # [23:25] <cheilmann_> will add some
- # [23:25] * Quits: dgathright (~dgathrigh@cpe-76-90-139-148.socal.res.rr.com) (Ping timeout: 264 seconds)
- # [23:25] <cheilmann_> why?
- # [23:30] * Joins: Greko (~Greko@83.149.8.101)
- # [23:31] * danheberden is now known as danheberden|away
- # [23:31] * Quits: plh_ (~plh@30-5-5.wireless.csail.mit.edu) (Quit: always accept cookies)
- # [23:31] <Greko> if is a space what is the *
- # [23:31] * Joins: dgathright (~dgathrigh@nat/yahoo/x-jntrnveqyipxqptm)
- # [23:31] * Quits: muhdik (~qle@74-92-196-145-Atlanta.hfc.comcastbusiness.net) (Quit: Leaving)
- # [23:33] <tw2113> *
- # [23:34] <Greko> nice. th
- # [23:34] <Greko> anks
- # [23:34] <tw2113> wel
- # [23:34] <tw2113> come
- # [23:34] <tw2113> :D
- # [23:34] * danheberden|away is now known as danheberden
- # [23:34] <Greko> :D
- # [23:38] * Quits: alrra (592f527d@gateway/web/freenode/ip.89.47.82.125) (Quit: Page closed)
- # [23:40] * Quits: felcom (~felcom@rrcs-71-43-19-2.se.biz.rr.com) (Quit: felcom)
- # [23:45] * Quits: jamund (~jamund@66.7.120.126) (Quit: jamund)
- # [23:49] * Quits: Ms2ger (~Ms2ger@91.181.167.219) (Quit: nn)
- # [23:57] * Quits: Pewpewarrows (~Pewpewarr@75-145-93-41-WashingtonDC.hfc.comcastbusiness.net) (Quit: Leaving)
- # [23:58] * Joins: jamund (~jamund@66.7.120.126)
- # Session Close: Sat Feb 19 00:00:00 2011
The end :)