Options:
- # Session Start: Sun Jan 30 00:00:00 2011
- # Session Ident: #html5
- # [00:07] * Quits: peol (~andree@unaffiliated/peol) (Read error: Connection reset by peer)
- # [00:08] * Joins: peol (~andree@h55eb1e56.selukra.dyn.perspektivbredband.net)
- # [00:08] * Quits: peol (~andree@h55eb1e56.selukra.dyn.perspektivbredband.net) (Changing host)
- # [00:08] * Joins: peol (~andree@unaffiliated/peol)
- # [00:13] * Joins: cgcardona (~cgcardona@cpe-98-150-150-230.hawaii.res.rr.com)
- # [00:14] * Joins: HAITI (~j@S0106001310e9b5f5.ss.shawcable.net)
- # [00:14] * Quits: HAITI (~j@S0106001310e9b5f5.ss.shawcable.net) (Changing host)
- # [00:14] * Joins: HAITI (~j@unaffiliated/haiti)
- # [00:14] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [00:15] * Joins: themiddleman_ (~rob@c-67-182-247-76.hsd1.ut.comcast.net)
- # [00:15] * Quits: themiddleman_ (~rob@c-67-182-247-76.hsd1.ut.comcast.net) (Read error: Connection reset by peer)
- # [00:28] * Parts: HAITI (~j@unaffiliated/haiti)
- # [00:28] * Joins: HAITI (~j@unaffiliated/haiti)
- # [00:32] * Quits: symb (symb@p54A7AA10.dip.t-dialin.net) (Ping timeout: 250 seconds)
- # [00:33] * Joins: symb (symb@p57B8FBD2.dip.t-dialin.net)
- # [00:37] * Joins: navi_sir (~navi@dhcp-077-250-183-068.chello.nl)
- # [00:44] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
- # [00:44] * Joins: henrikkok1 (~henrikkok@3306ds3-amb.0.fullrate.dk)
- # [00:44] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
- # [00:46] * Quits: henrikkok (~henrikkok@3306ds3-amb.0.fullrate.dk) (Read error: Operation timed out)
- # [00:48] * Parts: snover|away (~Adium@unaffiliated/snover)
- # [00:50] * Joins: xonecas (~sean@76.14.89.200)
- # [00:50] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
- # [00:50] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
- # [00:55] * Quits: kor (~kor@ip146-53-210-87.adsl2.static.versatel.nl) (Quit: kor)
- # [00:55] * Joins: Wooboy (~simon@host-85-201-3-233.brutele.be)
- # [00:55] * Quits: navi_sir (~navi@dhcp-077-250-183-068.chello.nl) (Quit: navi_sir)
- # [01:02] * Joins: Evet (~Evet@78.191.184.156)
- # [01:05] * Joins: jochen___ (~jochen@nat/google/x-bccrftohamxjsruk)
- # [01:06] * Quits: gattuso (~gattuso@93-36-204-190.ip61.fastwebnet.it) (Remote host closed the connection)
- # [01:07] * Joins: cryptics_ (~cryptics_@124-168-77-86.dyn.iinet.net.au)
- # [01:08] * Quits: jochen__ (~jochen@nat/google/x-xtejuwxgvxsntkag) (Ping timeout: 240 seconds)
- # [01:08] * jochen___ is now known as jochen__
- # [01:09] * Quits: Aquaguy (ircap@110.83-213-79.static.clientes.euskaltel.es) (Quit: • IRcap • 8.6 •)
- # [01:10] * Quits: svenlito (~svnlto@78-86-0-182.zone2.bethere.co.uk) (Remote host closed the connection)
- # [01:12] * Joins: svenlito (~svnlto@78-86-0-182.zone2.bethere.co.uk)
- # [01:14] <Moo-_> is there an easy, supported, way of doing document ready event without jquery etc.?
- # [01:14] <Moo-_> like, how google adsense and others do it
- # [01:15] <xonecas> Moo-_: a safe bet would be window.onload
- # [01:15] <xonecas> it comes just after ready
- # [01:16] <Pewpewarrows> depending on the site window.onload could come much later than the DOM ready event
- # [01:16] <xonecas> but if you want to execute before images are loaded, then try DOMContentLoaded
- # [01:16] <xonecas> Pewpewarrows: yup
- # [01:16] * Joins: beeviz (~beevi2@ip-78-94-3-11.unitymediagroup.de)
- # [01:17] <Pewpewarrows> Moo-_: you could always just look at the jquery source and abstract out their logic
- # [01:17] <Moo-_> xonecas: DOMContentLoad is supported but Mozilla and Webkit
- # [01:17] <Moo-_> ?
- # [01:17] <Moo-_> I don't care about IE... bwahahahahahaa
- # [01:17] <Moo-_> this is the power of... HTML5!
- # [01:17] <xonecas> ehh dunno, gonna have to ask google about that
- # [01:17] <Moo-_> will do
- # [01:18] <xonecas> Moo-_: you should at least support ie, html5 doesn't mean that we leave ie users to hang out to dry (but I do understand the desire to do so...)
- # [01:18] <xonecas> *ie8
- # [01:18] <Moo-_> xonecas: I am doing mobile browsers
- # [01:19] <xonecas> oh, then mobile ie shouldn't give a horrible time
- # [01:19] <xonecas> :-)
- # [01:19] * Quits: Ramosa (~Ramosa@unaffiliated/harald/x-000000001) (Read error: Connection reset by peer)
- # [01:19] <Pewpewarrows> what's the WP7 marketshare look like these days?
- # [01:20] <tw2113> *shrugs* i ignore microsoft news
- # [01:20] <beeviz> low
- # [01:20] <Moo-_> xonecas: I don't care about Windows phone users
- # [01:20] <Moo-_> I'll just detect them by user agent and give them a Bill Gates face with caption "Are you happy NOW???"
- # [01:20] <beeviz> windows phone 7 is another piece of crap from microsoft mobile
- # [01:21] <xonecas> Pewpewarrows: a shave over none!
- # [01:21] <Pewpewarrows> beeviz: idk, I've heard some nice things from friends who have it
- # [01:21] <xonecas> I found the mobile browser to not be as bad as it could be
- # [01:21] <beeviz> Pewpewarrows they still use ie7
- # [01:21] <xonecas> Not alot unexpected behaviors
- # [01:22] <beeviz> that means no geolocation support
- # [01:22] <beeviz> and phones without geolocation support in browser are sooo 2009
- # [01:23] <Pewpewarrows> well yeah the choice of IE on it was expected but unfortunate
- # [01:23] * Quits: Wooboy (~simon@host-85-201-3-233.brutele.be) (Quit: Quitte)
- # [01:23] <Pewpewarrows> I meant as a whole with the device
- # [01:23] <Pewpewarrows> and reports show that it's at around 3-5% marketshare right now
- # [01:23] <xonecas> Pewpewarrows: I have one to test with, and even tough its not very pretty is highly usable
- # [01:23] <xonecas> I found myself browsing on it just because it was faster
- # [01:24] <xonecas> (when compared to my android phone)
- # [01:24] <xonecas> not in browsing speed, but the ui overal seems more fluid. easy to use.
- # [01:24] <Moo-_> xonecas: which android phone you have?
- # [01:24] <Pewpewarrows> xonecas: yeah, it's replacing the crackberries from a few of my friends
- # [01:24] <xonecas> maybe its because it has no graphics to lag it down
- # [01:25] <xonecas> Moo-_: nexus one
- # [01:25] <xonecas> Pewpewarrows: yes, I would take a HD7 over any crackberry
- # [01:26] <xonecas> Moo-_: using html5boilerplate I have very few issues developing for the windows phone
- # [01:26] <Pewpewarrows> hmm, I really hope the 3.0 sdk google put out is far behind trunk, if it's not I can't see them fixing the major issues people are seeing in just 3 weeks
- # [01:26] * Quits: LongBeach (~mike@AFontenayssB-152-1-65-58.w82-121.abo.wanadoo.fr)
- # [01:26] * Quits: Evet (~Evet@78.191.184.156) (Ping timeout: 276 seconds)
- # [01:27] <xonecas> Pewpewarrows: i'm a little worried on how this android separations is going to affect the os as a whole
- # [01:27] <Pewpewarrows> xonecas: what do you mean?
- # [01:27] <xonecas> I hope, I can have software updates on my nexus up to the latest version
- # [01:28] <xonecas> I say this because 3 (honeycomb) requires dual cores
- # [01:28] <xonecas> (so i've read somewhere)
- # [01:28] <Moo-_> xonecas: untrue
- # [01:28] <Moo-_> it has been busted by google
- # [01:28] <xonecas> oh good
- # [01:28] <Moo-_> I expect nexus one go to up android 2.4 at least
- # [01:28] <Pewpewarrows> yeah I thought the dual core thing was just for the tablet version
- # [01:29] <xonecas> Pewpewarrows: I want to see what happens with these 2 brances, does this mean that android for phones ends at 3.0
- # [01:29] <xonecas> or will they maintain different codebases for each type of device
- # [01:30] <xonecas> lets not forget that google tv is also android based
- # [01:30] <xonecas> thats 3 branches of the os already
- # [01:30] <Pewpewarrows> 2.4 is just a rumor
- # [01:30] <Pewpewarrows> the 3.0 emulator runs on phone screen sizes
- # [01:31] <xonecas> Pewpewarrows: I thought that 3 had a completly revised ui
- # [01:31] <xonecas> is it still workable on a phone?
- # [01:32] <Pewpewarrows> there are pics up on xda of the phone emulator running 3.0
- # [01:32] <xonecas> I should google for those, take a look
- # [01:33] <Pewpewarrows> from what I gather, 3.0 is the next version for both, officially supports tablets, and adds a lot more to the UI when it's running on a tablet
- # [01:33] <Pewpewarrows> they've never explicitly said 3.0 is tablets-only
- # [01:33] <Pewpewarrows> at least not that I've come across
- # [01:34] <Pewpewarrows> "In an Engadget interview after CES, the UX guy who recently joined Android (from HP Palm) said that 3.1 will bring Android cell and Android tablet back into 1 version of the OS. Much like an app can have multiple "styles" for different resolutions, the OS will be fully capable of scaling to any realistic screen size."
- # [01:34] <Pewpewarrows> so Ice Cream is 3.1
- # [01:34] <Pewpewarrows> I think that clears it up
- # [01:35] <xonecas> awesome
- # [01:36] <xonecas> can't wait :-)
- # [01:36] * Quits: Guest29241 (~sumeet@c-67-180-23-104.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [01:36] <xonecas> I've been holding off for a tablet, I want a android one :-) there is no joy in coding objective-c, I'll take java instead
- # [01:37] <Moo-_> neither java or objective-c are fun
- # [01:37] <Pewpewarrows> I prefer PhoneGap
- # [01:37] <Moo-_> xonecas: but I have found monotouch and monodroid wonderful
- # [01:38] <Pewpewarrows> for everything other than high-performance apps (like games), I see no reason to hand-code my mobile stuff
- # [01:38] <Pewpewarrows> write once in HTML/CSS/JS, deploy to all mobile platforms
- # [01:38] <xonecas> Moo-_: Pewpewarrows phone gap is killer, but sometimes I need to use method from the java core
- # [01:38] <xonecas> Pewpewarrows: I love phonegap it works killer
- # [01:39] <Pewpewarrows> xonecas: yeah in that case I'd drop down to native and submit a patch to the phonegap guys :)
- # [01:39] <xonecas> but like you said, sometimes you needd a more native approach
- # [01:39] <xonecas> Pewpewarrows: good point, I didn't know I could submit patches to them
- # [01:39] <Moo-_> xonecas: I have been using Phonegap. It is a proper tool for some tasks, but not all of them.
- # [01:39] * Joins: Evet (~Evet@78.191.165.254)
- # [01:39] <xonecas> true
- # [01:39] <Moo-_> building native UI with right tools is much more pleasurable
- # [01:39] * Quits: exp (~zAyghip8@cpc2-ely02-0-0-cust338.5-1.cable.virginmedia.com) (Quit: nn)
- # [01:40] <xonecas> example, I coded this service that runs on my phone, and once connected to my home wireless, it will send a signal to my other computes, to wake the screens up, stop torrents. when I leave the home network, the screens go off, and torrents resume
- # [01:40] <xonecas> could not do that with phonegap unfortunatly
- # [01:40] <Moo-_> and the fact that you can insert breakpoints to your application and you can actually debug it
- # [01:41] <Moo-_> unlike, when webkit just simply dies under your app
- # [01:41] <xonecas> eheh
- # [01:45] * Joins: Isowerk (Isowerk@5adc57b5.bb.sky.com)
- # [01:45] <Moo-_> does anyone have example how to invoke google adsense from pure javascript code?
- # [01:47] <Moo-_> hmm
- # [01:47] <Moo-_> I hope I don't need to call document.write
- # [01:49] <Isowerk> I am not sure if I understand your question
- # [01:50] <Isowerk> Isn't the code already javascript?
- # [01:51] <Isowerk> As far as I understand you set some params using google_insertvariablehere and then call the show_ads.js from the Google CDN
- # [01:52] * Quits: xonecas (~sean@76.14.89.200) (Quit: leaving)
- # [01:52] <Moo-_> yeah
- # [01:53] <Moo-_> but the default code is somehow depending on document.write
- # [01:53] <Moo-_> I'd want to have full async version
- # [01:53] <Isowerk> So you want to take Google's code from the CDN and hardcode it into your page?
- # [01:54] <Pewpewarrows> can we start some kind of movement to get developers to stop saying in their documentation to add script tags in the head pointing to their js file
- # [01:54] <Pewpewarrows> it's just encouraging bad behavior everywhere I look
- # [01:54] <Moo-_> Isowerk: no
- # [01:55] <Moo-_> Isowerk: I want to dynamically include Google's code from CDN
- # [01:55] <Moo-_> and I want to control with Javascript whether the code comes there or not
- # [01:55] <Pewpewarrows> Moo-_: http://webmasters.stackexchange.com/questions/2506/is-it-possible-to-use-asynchronous-google-adsense-i-e-non-blocking
- # [01:55] <Pewpewarrows> ?
- # [01:55] <Moo-_> Pewpewarrows: thx
- # [01:55] <Moo-_> I think this is exactly what I was looking for
- # [01:56] <Pewpewarrows> I really hope the name choice of "webmasters" is a joke
- # [01:57] <Isowerk> Moo- I think that what you are trying to do is prohibited
- # [01:57] <Moo-_> Isowerk: :(
- # [01:57] <Isowerk> I would check on the google adsense forums
- # [01:58] <Isowerk> You are basically messing with Google's ability to target the ads to your content by doing so.
- # [01:58] <Isowerk> Thus destroying their value proposition to the advertisers
- # [01:59] <Moo-_> hmm
- # [01:59] <Moo-_> makes sense
- # [01:59] <Isowerk> I just want to make sure you get paid at the end of the month :)
- # [02:00] <Pewpewarrows> does this food delivery site really allow individual restaurants to put auto-playing audio on their menu page
- # [02:00] <Pewpewarrows> UGH
- # [02:04] <Isowerk> Is anybody working on an earth shattering project that needs some help?
- # [02:04] <Isowerk> I am frustrated. All my colleagues and friends are boring and don't want to work on projects in their free time.
- # [02:04] <Pewpewarrows> Isowerk: I will in the upcoming weeks
- # [02:05] <Moo-_> Isowerk: it is not forbidden in TOS or Policy
- # [02:05] <Moo-_> I guess they are ok as long as AdSense bot can crawl the page
- # [02:05] <Isowerk> Moo: Well then knock yourself out :)
- # [02:05] <Pewpewarrows> Moo-_: I'd still ask on the adsense site anyway
- # [02:05] <Pewpewarrows> just to be sure
- # [02:06] <Moo-_> I have found it utterly useless try to ask anything from Google
- # [02:12] * Joins: techrush (~techrush@wsip-70-165-201-214.lv.lv.cox.net)
- # [02:13] <Moo-_> ok
- # [02:13] <Moo-_> the ad code is contained in anoymous function
- # [02:13] * Quits: Evet (~Evet@78.191.165.254) (Quit: Leaving)
- # [02:13] <Moo-_> I am not sure if this is invoked if I create <script> dynamically
- # [02:13] <Moo-_> or does document.write fail
- # [02:21] * Quits: coweso (~coweso@unaffiliated/toinso) (Quit: Leaving)
- # [02:25] * Quits: Jayflux (~jay_knows@cpc3-dudl6-0-0-cust14.wolv.cable.virginmedia.com) (Remote host closed the connection)
- # [02:26] * ippa is now known as ip^sleepz
- # [02:27] * Quits: Trisox (Trisox@g31044.upc-g.chello.nl) (Ping timeout: 264 seconds)
- # [02:32] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: IRC is just multiplayer notepad)
- # [02:35] * Joins: mike5w3c_ (~MikeSmith@EM114-48-204-246.pool.e-mobile.ne.jp)
- # [02:38] * Quits: mike5w3c (~MikeSmith@EM111-188-0-183.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [02:38] * mike5w3c_ is now known as mike5w3c
- # [02:40] * Joins: Brodingo (~Brodingo@cpe-70-116-9-4.austin.res.rr.com)
- # [02:41] * Joins: JNZ (JNZ@unaffiliated/jnz)
- # [02:42] * Quits: vyvea (~vyvea@78.63.114.251) (Quit: Leaving)
- # [02:46] <paul_irish> antonkovalyov: http://mudge.github.com/2011/01/29/combining-and-compressing-disqus-and-google-analytics-javascript.html
- # [02:48] <Fuld> Moo-_, document.write() is for when it only has to work sometimes.
- # [02:49] * Joins: ben225 (~ben2225@174-23-137-32.slkc.qwest.net)
- # [02:57] <Moo-_> Fuld: yeah
- # [02:57] <Moo-_> figured it out
- # [03:01] * Joins: digitalfiz (~digitalfi@96bus106.tampabay.res.rr.com)
- # [03:10] * Quits: svenlito (~svnlto@78-86-0-182.zone2.bethere.co.uk) (Read error: Connection reset by peer)
- # [03:10] * Joins: svenlito (~svnlto@78-86-0-182.zone2.bethere.co.uk)
- # [03:13] * Quits: Isowerk (Isowerk@5adc57b5.bb.sky.com)
- # [03:17] * Quits: acho0 (~acho0@68.232.69.133) (Quit: Leaving)
- # [03:23] * Joins: silanus (~silanus@p5DDEA47E.dip.t-dialin.net)
- # [03:25] * Quits: silanus_ (~silanus@p5DDE90C1.dip.t-dialin.net) (Ping timeout: 240 seconds)
- # [03:29] * Joins: Geophage (~Geophage@pool-173-77-100-103.nycmny.east.verizon.net)
- # [03:35] * glorsplitz is now known as MadRat-
- # [03:37] * Quits: svenlito (~svnlto@78-86-0-182.zone2.bethere.co.uk) (Quit: svenlito)
- # [03:42] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [03:46] * Quits: paul_irish (~paul_iris@c-76-21-40-62.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [03:48] * Quits: HAITI (~j@unaffiliated/haiti) (Ping timeout: 255 seconds)
- # [03:54] * Quits: KDN (~KDN@202.171.164.210) (Quit: KDN)
- # [03:55] * Quits: benschwarz (~ben@59.167.185.148) (Quit: benschwarz)
- # [03:55] * Joins: KDN (~KDN@202.171.164.210)
- # [03:59] * Quits: ben225 (~ben2225@174-23-137-32.slkc.qwest.net) (Remote host closed the connection)
- # [04:09] * Quits: cgcardona (~cgcardona@cpe-98-150-150-230.hawaii.res.rr.com) (Quit: zzzzz)
- # [04:13] <antonkovalyov> ?tell paul_irish awesome, thanks
- # [04:13] <bot-t> antonkovalyov, Okay.
- # [04:15] <digitalfiz> ?tell paul_irish i like pizza
- # [04:15] <bot-t> digitalfiz, Okay.
- # [04:15] <digitalfiz> :D
- # [04:17] <tw2113> ?tell antonkovalyov and digitalfiz they like the bot too much
- # [04:17] <bot-t> tw2113, Okay.
- # [04:18] <digitalfiz> bot-t, i love you
- # [04:18] <bot-t> no you don't
- # [04:18] <digitalfiz> YES I DO!
- # [04:19] <tw2113> put your heart into telling it
- # [04:21] <tw2113> say it like you mean it digitalfiz
- # [04:21] <digitalfiz> bot-t, I LOVE YOU!
- # [04:21] <bot-t> digitalfiz, .mouseover() - Bind an event handler to the "mouseover" JavaScript event, or trigger that event on an element. http://api.jquery.com/mouseover/
- # [04:24] * Joins: miketaylr (~miketaylr@user-160vrg5.cable.mindspring.com)
- # [04:36] * Joins: HAITI (~j@S010678ca39f9c0b6.ss.shawcable.net)
- # [04:36] * Quits: HAITI (~j@S010678ca39f9c0b6.ss.shawcable.net) (Changing host)
- # [04:36] * Joins: HAITI (~j@unaffiliated/haiti)
- # [04:42] * Quits: mike5w3c (~MikeSmith@EM114-48-204-246.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [04:46] <thatryan> i love when I poke my head back in and people are making out with bot
- # [04:47] <tw2113> jealous?
- # [04:54] <thatryan> heck yes
- # [05:02] <digitalfiz> the bot knows how to get me going
- # [05:02] <digitalfiz> i say i love it and it starts talking dirty to me
- # [05:04] <digitalfiz> bot-t, tell me more about mouseovers
- # [05:04] <bot-t> digitalfiz, Okay.
- # [05:10] * Quits: boaz (~boaz@64.119.153.2) (Quit: boaz)
- # [05:23] * Quits: dgathright (~dgathrigh@cpe-76-90-139-148.socal.res.rr.com) (Ping timeout: 250 seconds)
- # [05:23] <thatryan> lol
- # [05:23] <thatryan> thats hot!
- # [05:24] <thatryan> bot-t: tell me about live events
- # [05:24] <bot-t> thatryan, Okay.
- # [05:24] <thatryan> score
- # [05:25] * Joins: mike5w3c (~MikeSmith@EM114-48-143-81.pool.e-mobile.ne.jp)
- # [05:25] <tw2113> [09:18pm] <digitalfiz> bot-t, I LOVE YOU!
- # [05:25] <tw2113> [09:18pm] <bot-t> digitalfiz, .mouseover() - Bind an event handler to the "mouseover" JavaScript event, or trigger that event on an element. http://api.jquery.com/mouseover/
- # [05:30] * Quits: mike5w3c (~MikeSmith@EM114-48-143-81.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [05:31] * Joins: dgathright (~dgathrigh@cpe-76-90-139-148.socal.res.rr.com)
- # [05:33] * Quits: techrush (~techrush@wsip-70-165-201-214.lv.lv.cox.net) (Ping timeout: 255 seconds)
- # [05:35] * Joins: mike5w3c (~MikeSmith@EM114-48-14-245.pool.e-mobile.ne.jp)
- # [05:36] * Joins: noxxten (noxxten@adsl-93-110-145.owb.bellsouth.net)
- # [05:38] * Joins: masondesu (~masondesu@c-76-107-156-58.hsd1.ms.comcast.net)
- # [05:39] <masondesu> Looks #HTML5 is the place to be on Saturday night
- # [05:39] <bot-t> (125 hours ago) <paul_irish> tell masondesu http://docs.jquery.com/Getting_Involved
- # [05:39] * Quits: miketaylr (~miketaylr@user-160vrg5.cable.mindspring.com) (Quit: miketaylr)
- # [05:41] <noxxten> masondesu: obviously, you can't miss this party aye?
- # [05:41] <masondesu> ha!
- # [05:43] * Joins: myakura (~myakura@p2032-ipbf3005marunouchi.tokyo.ocn.ne.jp)
- # [05:44] <masondesu> Finally got around to watching voodootikigod's community.js talk. So good. http://jsconf.eu/2010/communityjs_by_chris_williams_1.html
- # [05:47] * Quits: mike5w3c (~MikeSmith@EM114-48-14-245.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [05:47] * Joins: mike5w3c (~MikeSmith@EM114-48-44-63.pool.e-mobile.ne.jp)
- # [06:13] * tw2113 slugs thatryan
- # [06:14] <tw2113> :D
- # [06:14] <thatryan> OUCH
- # [06:14] * tw2113 hands him a beer
- # [06:14] <tw2113> named Certified Evil
- # [06:15] <tw2113> on the bottle it says "swirl sip scheme"
- # [06:19] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
- # [06:19] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
- # [06:25] * Quits: mike5w3c (~MikeSmith@EM114-48-44-63.pool.e-mobile.ne.jp) (Ping timeout: 260 seconds)
- # [06:26] <thatryan> lol man you are violent tonight!
- # [06:26] <thatryan> also, stop killing me :)
- # [06:27] <tw2113> beer is living
- # [06:32] * Joins: Isowerk (Isowerk@5adc57b5.bb.sky.com)
- # [06:33] <Isowerk> anybody here has experience with keyboard event handling?
- # [06:33] * Joins: M-sprite (~M-sprite@218.74.190.129)
- # [06:40] * Quits: Isowerk (Isowerk@5adc57b5.bb.sky.com)
- # [06:41] * Quits: noxxten (noxxten@adsl-93-110-145.owb.bellsouth.net)
- # [06:43] <Pewpewarrows> in what, javascript?
- # [06:56] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
- # [06:56] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
- # [06:56] <thatryan> tw2113: trout slapped what what!
- # [06:57] <tw2113> i would slap you with a beer, but then i'd spill the beer
- # [06:57] <tw2113> and that's just wrong
- # [07:00] * Quits: KDN (~KDN@202.171.164.210) (Quit: KDN)
- # [07:01] * Joins: KDN (~KDN@202.171.164.210)
- # [07:02] <tw2113> get the shortcode to work yet thatryan /
- # [07:02] <tw2113> ?
- # [07:02] <thatryan> no
- # [07:02] <thatryan> it just echoes the url lol
- # [07:02] <thatryan> ill just build my own function and re code it i guess
- # [07:32] * Quits: ndimatteo (~ndimatteo@c-71-58-78-11.hsd1.pa.comcast.net) (Quit: ndimatteo)
- # [07:36] * Quits: patcito (~123@190.42.90.95) (Read error: Connection reset by peer)
- # [07:52] * Joins: LongBeach (~mike@AFontenayssB-152-1-65-58.w82-121.abo.wanadoo.fr)
- # [08:08] * Quits: myakura (~myakura@p2032-ipbf3005marunouchi.tokyo.ocn.ne.jp) (Remote host closed the connection)
- # [08:13] * Quits: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 240 seconds)
- # [08:24] <KDN> Sorry for a little off topic question, but does anyone know any peeps on the Google Web Fonts team? I sent a request regarding one of my fonts a few weeks ago, but they have responded yet.
- # [08:37] * Quits: masondesu (~masondesu@c-76-107-156-58.hsd1.ms.comcast.net) (Quit: masondesu)
- # [08:41] * Joins: paul_irish (~paul_iris@c-76-21-40-62.hsd1.ca.comcast.net)
- # [08:45] * Joins: crypticsquared (~cryptics_@27-32-137-180.static.tpgi.com.au)
- # [08:45] * Quits: cryptics_ (~cryptics_@124-168-77-86.dyn.iinet.net.au) (Quit: Leaving...)
- # [08:45] * crypticsquared is now known as cryptics_
- # [08:46] * Quits: jomn (~jomn@c80-216-13-27.bredband.comhem.se) (Remote host closed the connection)
- # [08:47] * Quits: paul_irish (~paul_iris@c-76-21-40-62.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [09:00] * Quits: Brodingo (~Brodingo@cpe-70-116-9-4.austin.res.rr.com) (Remote host closed the connection)
- # [09:08] * Joins: Evet (~Evet@78.191.48.68)
- # [09:13] * cryptics_ is now known as crypticsquared
- # [09:23] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
- # [09:24] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
- # [09:31] * Joins: Howell` (~Howell`@116.226.88.12)
- # [09:31] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
- # [09:32] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
- # [09:37] * Quits: chipotle (~chipotle@209-6-67-222.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com) (Remote host closed the connection)
- # [09:40] * Joins: chipotle (~chipotle@209-6-67-222.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com)
- # [09:44] * Joins: jomn (~jomn@c80-216-13-27.bredband.comhem.se)
- # [09:47] * Joins: HT (~ht@ip3e83ff64.speed.planet.nl)
- # [10:08] * Joins: gasbakid (~gasbakid@41.96.119.217)
- # [10:13] * Joins: techrush (~techrush@wsip-70-165-201-214.lv.lv.cox.net)
- # [10:18] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: IRC is just multiplayer notepad)
- # [10:35] * Quits: Killman (~killman@unaffiliated/killman) (Remote host closed the connection)
- # [10:39] * Joins: Figaroo (~sholmes@ip70-181-103-124.oc.oc.cox.net)
- # [10:40] <Figaroo> why is it that in IE, when setting the background to my section element, it appears with holes in it?
- # [10:40] <Figaroo> it doesn't appear like a blue box, only the text background is set.
- # [10:41] <Figaroo> I've included the html5shiv script, should that be enough to get IE to work with new HTML5 elements?
- # [10:42] * Quits: thatryan (~thatryan@c-71-202-1-91.hsd1.ca.comcast.net) (Quit: Leaving...)
- # [10:44] <Figaroo> anyone care to shed some light?
- # [10:52] <Figaroo> this is bullsh!t, IE doesn't style the section element correctly even with HTML5Shiv!
- # [10:55] * Joins: dmachi1 (~dmachi@pool-71-254-66-150.ronkva.east.verizon.net)
- # [10:55] * Quits: dmachi (~dmachi@pool-71-254-66-150.ronkva.east.verizon.net) (Read error: Connection reset by peer)
- # [10:57] <Figaroo> wait, it does the same weird thing with divs.
- # [10:57] <Figaroo> nvm then.
- # [10:57] <Figaroo> is it okay to have a h1 then a section with an h3 in it (skip the h2)?
- # [11:03] * Quits: Figaroo (~sholmes@ip70-181-103-124.oc.oc.cox.net) (Read error: Connection reset by peer)
- # [11:04] * Joins: Wooboy (~simon@host-85-201-3-233.brutele.be)
- # [11:04] * Joins: Figaroo (~sholmes@ip70-181-103-124.oc.oc.cox.net)
- # [11:07] * Joins: Mussious (~kamil@dfh181.neoplus.adsl.tpnet.pl)
- # [11:09] * Joins: gattuso (~gattuso@93-36-209-147.ip61.fastwebnet.it)
- # [11:21] * Quits: Mussious (~kamil@dfh181.neoplus.adsl.tpnet.pl) (Quit: Ex-Chat)
- # [11:27] * Quits: Evet (~Evet@78.191.48.68) (Remote host closed the connection)
- # [11:30] <Figaroo> does this channel cover css3 too?
- # [11:30] <Figaroo> cause, I was wondering why text-overflow doesn't work when text overflows the height of an element?
- # [11:32] * Quits: antonkovalyov (~antonkova@adsl-75-18-218-201.dsl.pltn13.sbcglobal.net) (Quit: Leaving...)
- # [11:32] <Figaroo> should it, but browsers have just not implemented it correctly yet?
- # [11:36] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [11:36] * Joins: Neiluj (~neiluj@cpy94-5-82-244-220-115.fbx.proxad.net)
- # [11:37] * Figaroo is now known as sholmes
- # [11:38] * Quits: Wooboy (~simon@host-85-201-3-233.brutele.be) (Quit: Quitte)
- # [11:39] * Quits: sholmes (~sholmes@ip70-181-103-124.oc.oc.cox.net) (Read error: Connection reset by peer)
- # [11:40] * Quits: dgathright (~dgathrigh@cpe-76-90-139-148.socal.res.rr.com) (Quit: dgathright)
- # [11:40] <jetienne> i guess there are limitations on how i can generate a click event, in order not to cheat with ads click counter. What is the limitation on how to generate click ?
- # [11:41] * Quits: Howell` (~Howell`@116.226.88.12) (Remote host closed the connection)
- # [11:41] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
- # [11:41] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
- # [12:00] * Joins: matjas (~matjas@91.182.178.195)
- # [12:03] * Quits: Neiluj (~neiluj@cpy94-5-82-244-220-115.fbx.proxad.net) (Quit: Neiluj)
- # [12:06] * Quits: peol (~andree@unaffiliated/peol) (Read error: Connection reset by peer)
- # [12:07] * Joins: peol (~andree@h55eb1e56.selukra.dyn.perspektivbredband.net)
- # [12:07] * Quits: peol (~andree@h55eb1e56.selukra.dyn.perspektivbredband.net) (Changing host)
- # [12:07] * Joins: peol (~andree@unaffiliated/peol)
- # [12:26] * Joins: vyvea (~vyvea@78.63.114.251)
- # [12:33] * Joins: Mussious (~kamil@dfh181.neoplus.adsl.tpnet.pl)
- # [12:37] * Quits: Mussious (~kamil@dfh181.neoplus.adsl.tpnet.pl) (Client Quit)
- # [12:45] * Joins: Laurian (~Laurian@128.8.112.87.dyn.plus.net)
- # [13:21] * henrikkok1 is now known as henrikkok
- # [13:31] * Joins: Neiluj (~neiluj@cpy94-5-82-244-220-115.fbx.proxad.net)
- # [13:54] * Joins: dgathright (~dgathrigh@cpe-76-90-139-148.socal.res.rr.com)
- # [14:04] * Joins: dgathright_ (~dgathrigh@cpe-76-90-139-148.socal.res.rr.com)
- # [14:06] * Quits: dgathright (~dgathrigh@cpe-76-90-139-148.socal.res.rr.com) (Ping timeout: 260 seconds)
- # [14:06] * dgathright_ is now known as dgathright
- # [14:08] <jetienne> i guess there are limitations on how i can generate a click event, in order not to cheat with ads click counter. What is the limitation on how to generate click ?
- # [14:08] <jetienne> looks like spam... but 150min in between :)
- # [14:10] * Joins: g105b (5b7dc739@gateway/web/freenode/ip.91.125.199.57)
- # [14:15] * Quits: M-sprite (~M-sprite@218.74.190.129) (Quit: I need to code or sleep now .)
- # [14:28] <Moo-_> jetienne: your question doesn't make sense
- # [14:28] <Moo-_> jetienne: to get meaningful answers, try to rephrase your question and make it contain more background information
- # [14:28] <Moo-_> WHY you are things not WHAT you try to do
- # [14:29] <jetienne> Moo-_: ok i want create a click event on a web page. it doesnt work when i do it on a <a>. why ?
- # [14:29] <Moo-_> still lacking WHY
- # [14:29] <jetienne> Moo-_: because im a coder
- # [14:29] <Moo-_> you are obviously doing it wrong
- # [14:29] <jetienne> Moo-_: relax a bit
- # [14:29] <Moo-_> what you try to accomplish to generate a click on a?
- # [14:29] <jetienne> Moo-_: you mean it is supposed to work ?
- # [14:30] <Moo-_> what do you expect to happen?
- # [14:30] <Moo-_> how it is related to your application?
- # [14:30] <jetienne> the same as when the user click on a <a>
- # [14:30] <g105b> jetienne: where is your test case?
- # [14:30] <jetienne> g105b: none published
- # [14:30] <jetienne> g105b: do you mean it should work ?
- # [14:30] <g105b> jetienne: make a test case on jsfiddle.net
- # [14:31] * Moo-_ learns about jsfiddle.net
- # [14:31] <Moo-_> excellent service
- # [14:31] <jetienne> ok so you guys cant say if it should work or not ?
- # [14:31] <Moo-_> probably you can accomplish the same thing by setting window.location manually
- # [14:32] <jetienne> Moo-_: doing that would reload the whole page. i would prefere to load the page in a new tab if possible
- # [14:33] <Moo-_> so you want to load a new tab? :)
- # [14:33] <Moo-_> that question makes more sense :)
- # [14:33] <jetienne> Moo-_: this is part of it. yes. can you suggest a solution ?
- # [14:34] <Moo-_> I am not sure if browsers expose the behavior how they manipulate tabs or windows, at least in cross-browser compatible manner
- # [14:34] * Parts: Laurian (~Laurian@128.8.112.87.dyn.plus.net)
- # [14:34] <jetienne> Moo-_: according to my search, this is not possible
- # [14:34] <Moo-_> ok
- # [14:35] <Moo-_> I'd expected so :(
- # [14:35] <jetienne> but my click creation issue remains... this is related but on a != project
- # [14:35] <Moo-_> http://stackoverflow.com/questions/210643/in-javascript-can-i-make-a-click-event-fire-programmatically-for-a-file-input-e
- # [14:36] <Moo-_> I think it might have similar restrictions
- # [14:36] <Moo-_> to prevent advertisement, etc.
- # [14:36] <Moo-_> the pop-up madness
- # [14:37] <jetienne> Moo-_: your search is better than mine
- # [14:37] <Moo-_> jetienne: usually, you need to step back and look the bigger picture again
- # [14:38] <Moo-_> maybe normal pop up window is enough
- # [14:38] <jetienne> https://developer.mozilla.org/En/DOM:element.click#1028373 <- mozilla limitation on click (only on <input>)
- # [14:38] <Moo-_> or do tabs using jQuery or such library, inside the window
- # [14:38] <jetienne> http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-2651361 <- there
- # [14:39] <jetienne> Simulate a mouse-click. For INPUT elements whose type attribute has one of the following values: "button", "checkbox", "radio", "reset", or "submit".
- # [14:39] <Moo-_> that's why asked what you are doing
- # [14:39] <Moo-_> because you are probably trying to do something which is impossible
- # [14:39] <jetienne> Moo-_: part of it is to simulate a mouse...
- # [14:39] <Moo-_> jetienne: then it probably won't happen?
- # [14:39] <Moo-_> :)
- # [14:40] <jetienne> yep :)
- # [14:42] <Moo-_> back to square one, then? :)
- # [14:42] * Joins: gliese581 (~FranOntan@81.202.113.56.dyn.user.ono.com)
- # [14:42] * Quits: gliese581 (~FranOntan@81.202.113.56.dyn.user.ono.com) (Client Quit)
- # [14:43] <jetienne> well i will write the demo... just the absence of <a> click will make the demo a lot less nice
- # [14:43] * Joins: gliese581 (~FranOntan@81.202.113.56.dyn.user.ono.com)
- # [14:43] <Moo-_> jetienne: if you are really into it, you probably can hack a custom browser :)
- # [15:05] * Quits: KDN (~KDN@202.171.164.210) (Ping timeout: 255 seconds)
- # [15:22] * Joins: KDN (~KDN@202.171.164.210)
- # [15:38] * Joins: M-sprite (~M-sprite@218.74.190.129)
- # [15:40] * Quits: M-sprite (~M-sprite@218.74.190.129) (Client Quit)
- # [15:40] * Joins: M-sprite (~M-sprite@218.74.190.129)
- # [15:44] * Quits: M-sprite (~M-sprite@218.74.190.129) (Client Quit)
- # [15:48] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
- # [15:48] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
- # [15:52] * Joins: M-sprite (~M-sprite@218.74.190.129)
- # [15:52] * Joins: Ms2ger (~Ms2ger@91.181.22.76)
- # [15:56] * Joins: masondesu (~masondesu@c-76-107-156-58.hsd1.ms.comcast.net)
- # [15:59] * Quits: M-sprite (~M-sprite@218.74.190.129) (Quit: I need to code or sleep now .)
- # [15:59] * Joins: M-sprite (~M-sprite@218.74.190.129)
- # [16:02] * Quits: M-sprite (~M-sprite@218.74.190.129) (Client Quit)
- # [16:06] <Pewpewarrows> jetienne: sorry if you figured it out already, but if the <a> is just invoking javascript, call that directly, or if it's just a plain old <a> grab its href attribute and set window.location to it.
- # [16:45] <monteslu> ok, just realized that chrome dev tools has firebug beat on something
- # [16:45] <monteslu> there isnt a localStorage viewer in firebug
- # [16:45] <monteslu> go Chrome!
- # [16:47] * Joins: peque (~peque@175.229.18.95.dynamic.jazztel.es)
- # [16:47] <Pewpewarrows> meh, chrome dev tools has replaced firebug as my primary go-to tool for a while now
- # [16:47] <peque> hi all :)
- # [16:48] <monteslu> Pewpewarrows, only now for me now that Chrome 9 beta has a good net tab
- # [16:48] <monteslu> firebug was much better than it before that
- # [16:48] <Pewpewarrows> yeah the new split between network and resources was much needed
- # [16:48] <peque> is it possible to write this with HTML 5?: <a href=[...]><ul><li><a href[...]>link_inside_a_link</a></li></ul></a>
- # [16:49] * Joins: snover (~Adium@unaffiliated/snover)
- # [16:49] <Pewpewarrows> but I was sold as soon as they announced you could edit javascript live without having to reload, like css
- # [16:49] <Pewpewarrows> never looked back after that
- # [16:49] <monteslu> very cool stuff
- # [16:49] <monteslu> well, I'll always look back. Gotta see if there is anything else useful going on with firebug :)
- # [16:50] <Pewpewarrows> peque: when asking a question here, it's better for us to know what and why you're trying to do something
- # [16:50] <Pewpewarrows> not necessarily the how :)
- # [16:54] * Joins: Bass10 (Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
- # [16:56] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
- # [16:57] <peque> Pewpewarrows: if you take a look here (http://local.ifsua.org/es/applications/games/arcade/), I think it would be great to click anywhere in the "Hedgewars" section to go to a further review, but still keep the link for the official website in it
- # [16:57] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
- # [16:57] <peque> ouch
- # [16:57] <peque> sorry
- # [16:57] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
- # [16:57] <peque> Pewpewarrows: here: http://ifsua.neosit.es/es/applications/games/arcade/
- # [16:57] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
- # [17:04] <Pewpewarrows> peque: well it's not valid to have an <a> tag inside another <a> tag, but it'll work
- # [17:05] <peque> Pewpewarrows: that's what I wanted to know, if it was HTML5 valid :)
- # [17:05] <peque> then I'll have to find another solution
- # [17:05] <peque> thanks a lot for your help :)
- # [17:05] <Pewpewarrows> np
- # [17:09] * Quits: g105b (5b7dc739@gateway/web/freenode/ip.91.125.199.57) (Quit: Page closed)
- # [17:09] * Joins: boaz (~boaz@c-24-128-79-120.hsd1.ma.comcast.net)
- # [17:20] * Joins: cgcardona (~cgcardona@cpe-98-150-150-230.hawaii.res.rr.com)
- # [17:21] * Joins: ndimatteo (~ndimatteo@c-71-58-78-11.hsd1.pa.comcast.net)
- # [17:24] * Parts: hubble (~hubble@216-80-69-33.c3-0.nwb-bsr1.chi-nwb.il.cable.rcn.com)
- # [17:24] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
- # [17:25] * Joins: hubble (~hubble@216-80-69-33.c3-0.nwb-bsr1.chi-nwb.il.cable.rcn.com)
- # [17:25] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
- # [17:25] * Joins: Ramosa (~Ramosa@unaffiliated/harald/x-000000001)
- # [17:28] * Joins: Mussious (~kamil@dfh181.neoplus.adsl.tpnet.pl)
- # [17:37] * Joins: benv- (~benv@75-101-56-240.dsl.static.sonic.net)
- # [17:42] * Quits: matjas (~matjas@91.182.178.195) (Ping timeout: 240 seconds)
- # [17:51] * Quits: dgathright (~dgathrigh@cpe-76-90-139-148.socal.res.rr.com) (Quit: dgathright)
- # [18:05] * Joins: Laurian (~Laurian@128.8.112.87.dyn.plus.net)
- # [18:13] * Quits: Nakre (~Nakre@81.215.20.93)
- # [18:15] * Joins: patcito (~123@190.42.249.61)
- # [18:29] * Quits: techrush (~techrush@wsip-70-165-201-214.lv.lv.cox.net) (Ping timeout: 255 seconds)
- # [18:29] * Quits: teddy_ (~teddy@c80-216-93-142.bredband.comhem.se) (Remote host closed the connection)
- # [18:31] * Joins: navi_sir (~navi@dhcp-077-250-183-068.chello.nl)
- # [18:35] * Quits: boaz (~boaz@c-24-128-79-120.hsd1.ma.comcast.net) (Quit: boaz)
- # [18:40] * Quits: navi_sir (~navi@dhcp-077-250-183-068.chello.nl) (Quit: navi_sir)
- # [18:53] * Quits: Laurian (~Laurian@128.8.112.87.dyn.plus.net) (Quit: Laurian)
- # [18:53] * Joins: paul_irish (~paul_iris@c-76-21-40-62.hsd1.ca.comcast.net)
- # [18:54] * Quits: HAITI (~j@unaffiliated/haiti) (Ping timeout: 265 seconds)
- # [18:55] * Quits: Neiluj (~neiluj@cpy94-5-82-244-220-115.fbx.proxad.net) (Quit: Neiluj)
- # [18:56] * Joins: Killman (~killman@unaffiliated/killman)
- # [18:57] * Joins: jeffszusz (~jeffszusz@dyn216-8-170-154.ADSL.mnsi.net)
- # [19:06] * Joins: Neiluj (~neiluj@cpy94-5-82-244-220-115.fbx.proxad.net)
- # [19:07] * Quits: ndimatteo (~ndimatteo@c-71-58-78-11.hsd1.pa.comcast.net) (Quit: ndimatteo)
- # [19:09] * Quits: Ms2ger (~Ms2ger@91.181.22.76) (Read error: Connection reset by peer)
- # [19:10] * Joins: Brodingo (~Brodingo@cpe-70-116-9-4.austin.res.rr.com)
- # [19:12] * Joins: Ms2ger (~Ms2ger@91.181.22.76)
- # [19:18] * Joins: matjas_ (~matjas@91.182.178.195)
- # [19:24] * matjas_ is now known as matjas
- # [19:26] * Joins: masondesu_ (~Mason@c-76-107-156-58.hsd1.ms.comcast.net)
- # [19:26] * Quits: matjas (~matjas@91.182.178.195) (Remote host closed the connection)
- # [19:27] * Quits: Brodingo (~Brodingo@cpe-70-116-9-4.austin.res.rr.com) (Remote host closed the connection)
- # [19:29] * Quits: masondesu_ (~Mason@c-76-107-156-58.hsd1.ms.comcast.net) (Client Quit)
- # [19:35] * Joins: coweso (~coweso@unaffiliated/toinso)
- # [19:39] * Joins: masondesu_ (~Mason@c-76-107-156-58.hsd1.ms.comcast.net)
- # [19:42] * Joins: MrQuint15 (~user@c-76-21-12-70.hsd1.ca.comcast.net)
- # [19:42] * Parts: MrQuint15 (~user@c-76-21-12-70.hsd1.ca.comcast.net) ("ERC Version 5.2 (IRC client for Emacs)")
- # [19:44] * Joins: boaz (~boaz@64.119.153.2)
- # [19:51] * Joins: Nakre (~Nakre@78.167.4.59)
- # [20:00] * Joins: ndimatteo (~ndimatteo@c-71-58-78-11.hsd1.pa.comcast.net)
- # [20:01] * Joins: tw2113 (~tw2113@host-172-48-107-208.midco.net)
- # [20:01] * Quits: tw2113 (~tw2113@host-172-48-107-208.midco.net) (Changing host)
- # [20:01] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [20:02] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Remote host closed the connection)
- # [20:03] * Parts: peque (~peque@175.229.18.95.dynamic.jazztel.es)
- # [20:04] * Quits: Mussious (~kamil@dfh181.neoplus.adsl.tpnet.pl) (Quit: Ex-Chat)
- # [20:06] * Joins: JKarsrud (~JKarsrud@178.74.12.26)
- # [20:08] * Quits: gliese581 (~FranOntan@81.202.113.56.dyn.user.ono.com) (Quit: Lost terminal)
- # [20:16] * Quits: ndimatteo (~ndimatteo@c-71-58-78-11.hsd1.pa.comcast.net) (Ping timeout: 240 seconds)
- # [20:27] * Joins: Laurian (~Laurian@128.8.112.87.dyn.plus.net)
- # [20:27] * Joins: thatryan (~thatryan@c-71-202-1-91.hsd1.ca.comcast.net)
- # [20:30] * Quits: hubble (~hubble@216-80-69-33.c3-0.nwb-bsr1.chi-nwb.il.cable.rcn.com) (Quit: hubble)
- # [20:33] * Joins: Thasmo (~thasmo@d86-33-199-39.cust.tele2.at)
- # [20:49] * Joins: prof254 (d537480d@gateway/web/freenode/ip.213.55.72.13)
- # [20:50] <prof254> anyone here?
- # [20:50] * Quits: prof254 (d537480d@gateway/web/freenode/ip.213.55.72.13) (Client Quit)
- # [20:53] <Pewpewarrows> nope
- # [20:55] <tw2113> just us bots
- # [21:00] * Joins: nimbupani (~Adium@c-24-22-131-46.hsd1.wa.comcast.net)
- # [21:01] <nimbupani> shepazu: sorry to bug, do you know why opera correctly renders this svg on resizing window? http://dl.dropbox.com/u/952/svgtutorial/index.html
- # [21:01] * Parts: Laurian (~Laurian@128.8.112.87.dyn.plus.net)
- # [21:01] * Quits: dmachi1 (~dmachi@pool-71-254-66-150.ronkva.east.verizon.net) (Quit: Leaving.)
- # [21:01] * Joins: Wooboy (~simon@host-85-201-3-233.brutele.be)
- # [21:02] * Quits: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t) (Quit: bot-t)
- # [21:02] * Joins: svenlito (~svnlto@78-86-0-182.zone2.bethere.co.uk)
- # [21:03] * Joins: cocoadaemon (~cocoadaem@2a01:e35:8a99:e90:20d:93ff:fe3b:868c)
- # [21:03] * Quits: JKarsrud (~JKarsrud@178.74.12.26) (Quit: Leaving.)
- # [21:03] * Joins: NiftyLettuce (~niftylett@h247.119.232.68.ip.windstream.net)
- # [21:03] <NiftyLettuce> hey anyone have an open source project idea they'd like to get started?
- # [21:03] <NiftyLettuce> any html5 work need done? svg related? I need some type of sandbox project to get more involved
- # [21:04] * Joins: dmachi (~dmachi@pool-71-254-66-150.ronkva.east.verizon.net)
- # [21:04] <shepazu> NiftyLettuce: have you narrowed it down to script or CSS?
- # [21:05] <NiftyLettuce> probably a script or application
- # [21:05] <NiftyLettuce> something we can all benefit from
- # [21:05] <shepazu> oops
- # [21:05] <shepazu> sorry, NiftyLettuce
- # [21:05] <shepazu> I meant....
- # [21:05] <shepazu> nimbupani: have you narrowed it down to script or CSS?
- # [21:05] <NiftyLettuce> \o/
- # [21:06] <shepazu> nimbupani: I'd first remove the script to see if it's a CSS bug
- # [21:06] <nimbupani> shepazu: its working fine on all other browsers, and the width is set in css
- # [21:06] <shepazu> NiftyLettuce: how are you with math?
- # [21:06] <nimbupani> shepazu: its all js O_O
- # [21:06] <NiftyLettuce> shepazu: anything is possible in my mind sir
- # [21:06] <shepazu> nimbupani: I'd guess you are doing something on resize that you aren't doing onload
- # [21:07] <nimbupani> ohh O_O
- # [21:07] <nimbupani> hmmm
- # [21:07] <nimbupani> its using the polymaps
- # [21:07] <shepazu> or, at least, that the svg isn't triggering something onload
- # [21:07] <shepazu> nimbupani: then maybe you should microtest other polymaps stuff
- # [21:07] <shepazu> in opera
- # [21:07] <nimbupani> yeah
- # [21:07] <nimbupani> i will do that.
- # [21:08] <shepazu> NiftyLettuce: know anything about map projections?
- # [21:08] <NiftyLettuce> shepazu: no but I could learn
- # [21:08] <NiftyLettuce> shepazu: the project has to spike my interest
- # [21:09] * Joins: xonecas (~sean@c-98-207-113-220.hsd1.ca.comcast.net)
- # [21:09] <paul_irish> NiftyLettuce: check the link above
- # [21:09] <shepazu> map projections are pretty tricky, actually
- # [21:09] <NiftyLettuce> paul_irish: i wasn't here when link was passed around
- # [21:09] <shepazu> I have an idea for a project, here: http://schepers.cc/map-not-proprietary
- # [21:10] <xonecas> So when I use a object oriented approach to javascript, do I have to return this on every class function?
- # [21:10] <nimbupani> polymaps is awes shepazu except they have sucky documentation
- # [21:10] <paul_irish> "sorry to bug, do you know why opera correctly renders this svg on resizing window? http://dl.dropbox.com/u/952/svgtutorial/index.html "
- # [21:10] <nimbupani> ha ha you could help NiftyLettuce
- # [21:10] <paul_irish> NiftyLettuce: right now divya is working with polymaps
- # [21:10] <shepazu> nimbupani: I like polymaps, but it solves a different problem than I want to solve
- # [21:10] <nimbupani> o sorry i didnt read what problem you were solving D:
- # [21:13] <shepazu> I want a simple script that lets me convert between lat/long and the x/y any given SVG map with a known projection and dimensions, and vice versa... and then also a standard way to export maps to those projectsion, so they work with that script... and then to provide a set of maps for each country, a world map, maybe down to large regional areas, like states, etc.... and map a bunch of styles to skin those maps
- # [21:13] <nimbupani> isnt that what polymaps doesn? :/
- # [21:13] <shepazu> people could then take those maps, and the simple script, and mash it up
- # [21:13] * Quits: Wooboy (~simon@host-85-201-3-233.brutele.be) (Quit: Quitte)
- # [21:13] <nimbupani> does rather
- # [21:13] <shepazu> nimbupani: not exactly
- # [21:14] <shepazu> or, maybe they have changed it since they first launched :)
- # [21:14] <nimbupani> okay what do you think is missing?
- # [21:14] <nimbupani> yeah O_O
- # [21:14] <shepazu> I'll have to check it again
- # [21:14] <nimbupani> coz in that previous link
- # [21:14] <nimbupani> i am rendering tweets per location
- # [21:14] <shepazu> maybe they did it, then, yay
- # [21:14] <nimbupani> ideally getting location lat/long info from geonames
- # [21:14] <shepazu> cool
- # [21:14] <nimbupani> and then placing them into the map.
- # [21:14] <shepazu> ok, I don' t think they did that at first... maybe they read my blog post
- # [21:15] <nimbupani> :)
- # [21:15] <nimbupani> http://polymaps.org/docs/map.html
- # [21:15] <nimbupani> yeah its pretty neat
- # [21:15] <nimbupani> if I zoomin/zoomout they location adjusts automatically
- # [21:15] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
- # [21:16] <nimbupani> my typos are worse today than usual
- # [21:16] <nimbupani> and the geoJson layer is pretty neat too http://polymaps.org/docs/geoJson.html
- # [21:17] <nimbupani> i emailed one of the contribs but got no response :'(
- # [21:18] <nimbupani> paul_irish: do you know any of em? https://github.com/simplegeo/polymaps/contributors
- # [21:19] <paul_irish> joe stump is the only name that i know
- # [21:19] <nimbupani> i didnt email him coz he seemed a big shot
- # [21:19] <nimbupani> :/
- # [21:19] * Joins: ndimatteo (~ndimatteo@c-98-235-177-36.hsd1.pa.comcast.net)
- # [21:20] <nimbupani> maybe i should
- # [21:21] * Joins: antonkovalyov (~antonkova@adsl-75-18-218-201.dsl.pltn13.sbcglobal.net)
- # [21:22] <tw2113> afternoon antonkovalyov
- # [21:22] <antonkovalyov> tw2113, hey
- # [21:22] <bot-t> (17 hours 4 mins ago) <tw2113> tell antonkovalyov and digitalfiz they like the bot too much
- # [21:22] * xonecas waves hello
- # [21:23] <digitalfiz> :D
- # [21:25] <tw2113> dang http://www.iconshock.com/html5-icons/
- # [21:26] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
- # [21:27] <paul_irish> oh my
- # [21:27] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
- # [21:27] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
- # [21:27] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
- # [21:28] <nimbupani> whats that chevron logo i see?
- # [21:29] <paul_irish> i guess it refers to "html5 semantics"
- # [21:29] <NiftyLettuce> .... fail
- # [21:30] <NiftyLettuce> call up yves behar,
- # [21:30] <NiftyLettuce> his stuff for GE is wicked
- # [21:30] <paul_irish> yeah i could use a pink chair with a 5 on it
- # [21:30] <chipotle> are there reasons not to work on PSD to html/css/jquery conversions? i thought i read an article about why creating websites starting in PSDs are not a good idea...
- # [21:30] <NiftyLettuce> paul_irish: lmao
- # [21:30] <NiftyLettuce> chipotle: <3 my favorite restaurant
- # [21:30] * NiftyLettuce mmmm barbacoa...
- # [21:30] <paul_irish> chipotle: i know lots of people that prefer to design in the browser
- # [21:31] * Joins: BrianBlakely (~Adium@user-12lcofe.cable.mindspring.com)
- # [21:31] <paul_irish> its kinda up to you
- # [21:31] <Pewpewarrows> chipotle: depends if your team has dedicated designers, and how knowledgable they are about html/css
- # [21:31] <paul_irish> i'd say to try both
- # [21:31] * Joins: Trisox (Trisox@g31044.upc-g.chello.nl)
- # [21:31] <BrianBlakely> Does anyone know if Android 3.0 Honeycomb supports SVG? Goog pulled the SDK today(?) and I am SOL on testing
- # [21:32] <Pewpewarrows> if it's a solo project I might sketch up some wireframes, but that's the extent of my non-browser work
- # [21:32] <Pewpewarrows> BrianBlakely: we'll have a definitive answer on wednesday at the official preview event
- # [21:33] <BrianBlakely> Pewpewarrows: Ah, yes, the rumored smartphone event
- # [21:33] <NiftyLettuce> paul_irish: android phone recommendation?
- # [21:33] <paul_irish> nexus s
- # [21:33] <Pewpewarrows> ^
- # [21:33] <nimbupani> chipotle: i design in the browser :)
- # [21:34] <nimbupani> NO MO
- # [21:34] <nimbupani> i meann
- # [21:34] <nimbupani> psd only for creating required graphics
- # [21:34] <paul_irish> so many typos.
- # [21:34] <nimbupani> my fingers are hurtingz
- # [21:34] <paul_irish> :(
- # [21:34] <nimbupani> :(
- # [21:34] <NiftyLettuce> paul_irish: aye, my contract doesnt exp till august (or til when I'm eligible for free upgrade) -- so I'll prob hold off and just use TitaniumApp/Eclipse to simulate :(
- # [21:34] * svenlito is now known as svenlito_
- # [21:35] <BrianBlakely> As it stands right now, I have to choose between IE (Raphaël) and Android (CSS3) when it comes to super-rich visuals
- # [21:35] <tw2113> I don't have a huge issue with starting designs in PSD, but the bigger issue is when you show static images to clients for approval
- # [21:35] <Pewpewarrows> NiftyLettuce: I'm in the same boat, can't upgrade till august, which hopefully will be enough time for the 3.x series to hit the phone
- # [21:35] <BrianBlakely> Would be nice to go full SVG (with progressive sprinkles of CSS3)
- # [21:36] <NiftyLettuce> Pewpewarrows: yeah I'm rocking my Samsung Impression though, its pretty slick phone
- # [21:36] <BrianBlakely> NiftyLettuce: The Xperia Play looks mighty nice if you enjoy gaming
- # [21:36] <NiftyLettuce> BrianBlakely: nah no gaming, time waster
- # [21:36] <Pewpewarrows> NiftyLettuce: tmobile mytouch 3g first edition, hardware's pretty awful :(
- # [21:36] <NiftyLettuce> Pewpewarrows: I was thinking of switching to Sprint instead of staying with ATT
- # [21:36] <BrianBlakely> NiftyLettuce: Same could be said of eBook also, in that case
- # [21:37] <antonkovalyov> oh my, everybody is on android
- # [21:37] <Pewpewarrows> idk, ATT seems like it's gearing up for the year of android on their network
- # [21:37] <antonkovalyov> nobody on jesus phone?
- # [21:37] <BrianBlakely> *raises hand*
- # [21:37] <nimbupani> i think i am gonna buy an iphone soon
- # [21:37] <antonkovalyov> (somebody told me that expression the other day; so true)
- # [21:38] <BrianBlakely> I love my iPhone, but I wish it stole even more from webOS
- # [21:38] <antonkovalyov> ya, iphone 4 is pretty good.
- # [21:38] <tw2113> http://www.reddit.com/r/technology/comments/fbtyz/new_study_facebook_makes_you_overestimate_how/
- # [21:38] <Pewpewarrows> I wish everyone stole more from webOS
- # [21:38] <Pewpewarrows> soooo underappreciated
- # [21:38] <antonkovalyov> webOS is awesome
- # [21:39] <antonkovalyov> hardware is pretty bad though
- # [21:39] <Pewpewarrows> ya
- # [21:39] <nimbupani> i dont like ui of anything but a mac
- # [21:39] <BrianBlakely> antonkovalyov: We'll see about that in 10 days!
- # [21:39] <nimbupani> i guess i am a cultist
- # [21:39] <antonkovalyov> BrianBlakely, are you from palm?
- # [21:40] <BrianBlakely> antonkovalyov: No, but I am the #2-rated dev on their community forums :P
- # [21:40] <antonkovalyov> nimbupani, webOS ui is as good as iOS
- # [21:40] <antonkovalyov> and tbh iOS home screen and menu bar ask for updates
- # [21:40] <antonkovalyov> much better implemented on android
- # [21:40] <BrianBlakely> I was negotiating employment.. but then the walls came crumbling down, and I pulled a Ben/Dion (bailed)
- # [21:41] <antonkovalyov> nice
- # [21:42] <BrianBlakely> antonkovalyov: I suspect iOS 5 will greatly improve the shell around apps.
- # [21:42] <BrianBlakely> I'm betting on universal access to radio settings, better app switching, better notifications
- # [21:43] <BrianBlakely> Those 4-finger gestures on 4.3 are a clear rip from webOS (if not a poorly-executed one)
- # [21:43] <antonkovalyov> 4-finger gestures?
- # [21:43] <Pewpewarrows> the quick app switches
- # [21:43] <BrianBlakely> You swipe 4 fingers left/right, and you switch apps, a la webOS's full-swipe on the gesture area
- # [21:44] <antonkovalyov> no shiiit
- # [21:44] <BrianBlakely> Works horribly on iPhone though, as you might imagine
- # [21:44] <nimbupani> i cant actually
- # [21:44] <antonkovalyov> doesnt owrk :(
- # [21:44] <antonkovalyov> work*
- # [21:45] <BrianBlakely> http://www.youtube.com/watch?v=8vj3UdA5ZlI&feature=player_embedded
- # [21:45] <antonkovalyov> oh wait
- # [21:45] <antonkovalyov> i have 4.2.1
- # [21:45] <antonkovalyov> is 4.3 out yet?
- # [21:45] <BrianBlakely> Nope
- # [21:45] <BrianBlakely> Beta SDK
- # [21:45] <antonkovalyov> ah
- # [21:45] * Parts: masondesu (~masondesu@c-76-107-156-58.hsd1.ms.comcast.net)
- # [21:46] <BrianBlakely> I'm hoping against hope for a true Web SDK for iOS this year
- # [21:46] <BrianBlakely> RIM has one, come on Apple!!
- # [21:46] <BrianBlakely> Are you less cool than *RIM*??
- # [21:46] <antonkovalyov> 4 fingers!
- # [21:46] <nimbupani> RIM is cool?!
- # [21:46] <nimbupani> since when?!
- # [21:47] <antonkovalyov> why not both hands
- # [21:47] <BrianBlakely> Since they released the beta WebWorks SDK
- # [21:47] <BrianBlakely> That's like two-pairs-of-dark-sunglasses cool
- # [21:47] <nimbupani> umm only for developers
- # [21:48] <Pewpewarrows> BrianBlakely: but how many popped collars cool?
- # [21:48] <BrianBlakely> 7
- # [21:48] <BrianBlakely> 7!!!
- # [21:48] <Pewpewarrows> oh damn
- # [21:48] <xonecas> I got a few phones, iPhone, nexus One, focus, I try to keep one of each os, and up to the latest. Carrier aside, the best phone imho is the nexus, its just fast and efficient. between the windows phone and the apple one, I think they are both as capable but, the apple software is much more mature (obviously)...
- # [21:48] <BrianBlakely> And 3 gobs of hair gel
- # [21:48] <Pewpewarrows> I don't think I can handle that
- # [21:48] <BrianBlakely> Basically, RIM belongs on Jersey Shore they're so cool
- # [21:49] <xonecas> and thats my 2 cents :-)
- # [21:50] <nimbupani> this kinda cool http://www.youtube.com/watch?v=SpwK3vFGJp0
- # [21:50] <Pewpewarrows> I want a distributable VM with an expiring mac os and iphone dev kit on it, but that's obviously not gonna happen :/
- # [21:50] <nimbupani> i only see android, rim and webOS there :D
- # [21:50] * nimbupani ducks
- # [21:51] <Pewpewarrows> nimbupani: that's a bad thing?
- # [21:52] <Pewpewarrows> why isn't ios there head bobbing
- # [21:52] <nimbupani> coz they are ACTUALLY COOL
- # [21:52] <Pewpewarrows> ALL THE COOL KIDS ARE DOING IT
- # [21:52] * nimbupani should stop trolling
- # [21:52] <tw2113> troll on
- # [21:53] <BrianBlakely> Whatever you think of iOS, at least its browser isn't a tweaked build of IE7
- # [21:53] <BrianBlakely> -_-
- # [21:53] <nimbupani> the win phone 7 does look neat but i dont know yet how the UI feels
- # [21:53] <xonecas> nimbupani: fast and oversimplistic
- # [21:54] <nimbupani> is that bad xonecas
- # [21:54] <xonecas> true
- # [21:54] <xonecas> all the cool hackery is hidden under a thick layer of abstraction
- # [21:54] <nimbupani> but thats good no? almost like iOS then
- # [21:55] <xonecas> depends, for the end user its great, because dumb dumb can figure it out
- # [21:56] <xonecas> for developers/power users it sucks, because you can get to the actual system resources
- # [21:56] <nimbupani> cant you mean
- # [21:57] <xonecas> yes, ups... i've been working for a while, converting some js code to object oriented js
- # [21:57] <xonecas> typos are increasing :-)
- # [21:58] <Neiluj> nimbupani & paul_irish: Modernizr isn't detecting css3 selectors like nth-child, am I right ? is it an undetectable ?
- # [21:58] <paul_irish> its detectable.
- # [21:58] * Quits: masondesu_ (~Mason@c-76-107-156-58.hsd1.ms.comcast.net) (Quit: masondesu_)
- # [21:58] <paul_irish> modernizr doesnt do it
- # [21:58] <Neiluj> how ?
- # [21:59] <Neiluj> ok... I know...
- # [21:59] <Pewpewarrows> make some elements, inline style, see if the style is applied
- # [21:59] <Neiluj> why modernizr doesn't ?
- # [21:59] <Pewpewarrows> not inline
- # [21:59] <Pewpewarrows> but a style element
- # [21:59] <paul_irish> cuz it doesnt.
- # [21:59] <paul_irish> https://github.com/dperini/css-support
- # [21:59] * svenlito_ is now known as svenlito
- # [22:00] <Neiluj> not planned or not modernizr's goal ?
- # [22:01] <paul_irish> iunno. i have some modernizr plugins that do this
- # [22:01] <paul_irish> i'm fine with it
- # [22:01] <tw2113> use selectivzr
- # [22:01] <paul_irish> you use jquery to select an add classes without support, Neiluj?
- # [22:01] <tw2113> at least for your IE support needs
- # [22:02] <Neiluj> paul_irish: yup, that's something I'm thinking about
- # [22:03] <paul_irish> sounds good to me.
- # [22:03] <paul_irish> Neiluj: https://gist.github.com/441842
- # [22:04] <Neiluj> i'm afraid there will be some FOUC if I'm not doing this before <body>...
- # [22:04] <Neiluj> oh thx
- # [22:05] <Neiluj> btw, did you plan to put a plugin page for Modernizr ?
- # [22:05] <paul_irish> Neiluj: yeah it'd have to be in head
- # [22:05] <Neiluj> my applyClasses should be one
- # [22:05] <Neiluj> as you show me
- # [22:05] <paul_irish> agreed
- # [22:05] <paul_irish> umm so for now the issue tracker and wiki keep track of all of them
- # [22:06] <paul_irish> they will be merged into the real site though
- # [22:06] <Neiluj> okay, good to know
- # [22:06] * Joins: JKarsrud (~JKarsrud@178.74.12.26)
- # [22:06] * Quits: JKarsrud (~JKarsrud@178.74.12.26) (Client Quit)
- # [22:10] * Joins: dgathright (~dgathrigh@cpe-76-90-139-148.socal.res.rr.com)
- # [22:11] <Neiluj> mmh I remember something I saw the other day on my iPad on what of my site using Modernizr
- # [22:11] <Neiluj> there's an <input> showing quickly
- # [22:11] <Neiluj> with "50" inside
- # [22:11] <paul_irish> fixed it
- # [22:11] <Neiluj> ok
- # [22:11] <paul_irish> in 1.7
- # [22:12] <paul_irish> ipads are REALLY SLOW apparently
- # [22:12] <Neiluj> ok, I'll update
- # [22:12] <Neiluj> hehe
- # [22:13] <Neiluj> I suppose it was an element on which the tests are done right ?
- # [22:16] <paul_irish> yup
- # [22:16] <paul_irish> That growth, combined with what Taylor called the “inherent engineering challenge” of mobile today, represents a major headache for him and the tech team he leads at Facebook.
- # [22:16] <paul_irish> Namely, whenever they update a feature on the site, they have to do seven versions, so it can run on the iPhone, Android and other platforms now in use.
- # [22:16] <paul_irish> “HTML5 is the future platform,” he said. “That’s where we’re putting a huge amount of our resources.”
- # [22:19] <Neiluj> sorry to ask but ... where is this damn 1.7 ? :-/ I just saw 1.6 and 2.0 ...
- # [22:20] <Neiluj> 2.0 = 1.7 + builder ?
- # [22:22] <antonkovalyov> portlandia is funny
- # [22:22] <nimbupani> omg where did you download??
- # [22:22] <nimbupani> i cant find on torrentz
- # [22:23] <nimbupani> or hulu >_>
- # [22:23] <antonkovalyov> nimbupani, http://btjunkie.org/search?q=portlandia
- # [22:23] <antonkovalyov> you will like it, nimbupani
- # [22:23] <nimbupani> there are like 5 episodes antonkovalyov!
- # [22:23] <antonkovalyov> since you are all local hippy coffee
- # [22:23] <nimbupani> but i see only episode 2 here :/
- # [22:23] <antonkovalyov> i just watched the first one
- # [22:23] <nimbupani> ya ya ya i have seen e01
- # [22:24] <nimbupani> long time back when they had it on hulu :/
- # [22:24] <antonkovalyov> and i have the second
- # [22:24] <nimbupani> coolz i am getting the second.
- # [22:24] * Joins: Mussious (~kamil@dfh181.neoplus.adsl.tpnet.pl)
- # [22:27] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: I was raided by the FBI and all I got to keep was this lousy quit message!)
- # [22:31] * svenlito is now known as svenlito_
- # [22:31] * svenlito_ is now known as svenlito
- # [22:32] <BrianBlakely> Portlandia is seriously cool
- # [22:32] <nimbupani> ACQUIRED
- # [22:32] * nimbupani watches
- # [22:32] <BrianBlakely> Re-watched "Dream of the 90s" a couple times yesterday :P
- # [22:40] <paul_irish> Neiluj: use the builder.
- # [22:40] <paul_irish> or just DL whats in github
- # [22:40] <paul_irish> :)
- # [22:40] <Neiluj> paul_irish: yeah, that's what I did ;) thx
- # [22:41] <paul_irish> nimbupani: lea verou is so coool
- # [22:41] <nimbupani> pie charts?
- # [22:41] * Quits: Ms2ger (~Ms2ger@91.181.22.76) (Quit: nn)
- # [22:41] <paul_irish> yeah :D
- # [22:42] <paul_irish> "I've released new version of pngquant http://pornel.net/pngquant that uses gamma-corrected premultiplied alpha colorspace (i.e. sucks less)"
- # [22:42] <paul_irish> haha
- # [22:45] <paul_irish> ?mdc rem length
- # [22:45] <bot-t> paul_irish, length - Many CSS properties take <length> values, such as width , margin , padding , font-size , border-width , text-shadow etc. https://developer.mozilla.org/en/CSS/length
- # [22:45] <paul_irish> thought you said it was everywhere?
- # [22:45] <paul_irish> nimbupani:
- # [22:46] <nimbupani> its everywhere except opera
- # [22:46] <nimbupani> and IE 8-
- # [22:46] <nimbupani> i meann i couldnt fit versions into the tweet :|
- # [22:48] <paul_irish> nimbupani: didnt you make that compat table? 6
- # [22:48] <paul_irish> ^
- # [22:49] * Quits: HT (~ht@ip3e83ff64.speed.planet.nl) (Remote host closed the connection)
- # [22:51] <xonecas> nimbupani: so if I'm converting px to ems, px/parent-font-size = ems how would I go about this with rems? everything is based of the root font size: px/root font size = rems?
- # [22:54] * Parts: NiftyLettuce (~niftylett@h247.119.232.68.ip.windstream.net)
- # [22:54] <nimbupani> paul_irish: I didnt do it for rem :/
- # [22:55] <nimbupani> xonecas: you can do font-size: 1.5rems which would mean 1.5 times the root font size
- # [22:55] <nimbupani> so if you set html { font-size: 18px; } it would be 1.5 * 18
- # [22:55] <nimbupani> iwoo watched portlandia ep 2
- # [22:55] <nimbupani> its not as great as ep 1 :/
- # [22:56] * Quits: LongBeach (~mike@AFontenayssB-152-1-65-58.w82-121.abo.wanadoo.fr)
- # [22:56] <xonecas> hum I see, and when using rem, can we still resise the font, hence the layout (like with ems)?
- # [22:57] <nimbupani> i am not sure what you mean xonecas
- # [22:57] <nimbupani> you can specify width: 80rems
- # [22:57] <nimbupani> and it would mean 80 times the font size of root element
- # [22:57] <nimbupani> so if you increase font size of root element
- # [22:57] <nimbupani> antonkovalyov: http://www.cyclelicio.us/2010/02/bike-ride-with-seattle-mayor-mike.html
- # [22:58] <xonecas> nimbupani: thats exactly what I was wondering :-)
- # [22:58] <xonecas> glad to see that someone understands my cryptic ingresh
- # [22:58] <nimbupani> yeah it should work xonecas but i have not tested it at all
- # [22:58] <nimbupani> ha ha ha
- # [22:58] <nimbupani> pls my english not so good also
- # [22:58] <xonecas> the best one I had, was getting corrected for wishing a "merry new years"
- # [22:59] <nimbupani> :)
- # [23:01] * Quits: gasbakid (~gasbakid@41.96.119.217) (Remote host closed the connection)
- # [23:01] <nimbupani> paul_irish: I only fixed angle!
- # [23:01] <nimbupani> nothing else
- # [23:01] <paul_irish> ok np
- # [23:01] <nimbupani> i saw this in the css3 mailing list
- # [23:01] <nimbupani> when i was cleaning up
- # [23:02] * Joins: gasbakid (~gasbakid@41.96.119.217)
- # [23:03] <nimbupani> paul_irish: http://jsfiddle.net/nimbu/QmRQM/
- # [23:03] * Joins: bentruyman (~bentruyma@c-67-163-43-249.hsd1.il.comcast.net)
- # [23:03] <nimbupani> i cant find which version of webkit started supporting it.
- # [23:03] <xonecas> can someone give me a hint on how to use prototypes for a object oriented approach to javascript, without destroying performace?
- # [23:04] <xonecas> function bla () { ... }
- # [23:04] <xonecas> bla.prototype = { ... }
- # [23:04] <xonecas> seems to be very slow :-/
- # [23:07] <Neiluj> does somebody know how to make css3 column layout not cutting <p>s ??
- # [23:07] <Neiluj> I'm applying column-count to <p> parent
- # [23:07] <nimbupani> wat?
- # [23:08] <nimbupani> not cutting?
- # [23:08] <Neiluj> yeah, I want to "jump" to be after
- # [23:08] <Neiluj> *the* "jump"
- # [23:08] <Pewpewarrows> xonecas: uhhhh, you're really getting performance issues doing that?
- # [23:08] <nimbupani> oh
- # [23:08] <nimbupani> noo :(
- # [23:08] <Neiluj> sounds impossible right? :)
- # [23:08] <nimbupani> ?g w3c css multicolumn
- # [23:08] <bot-t> nimbupani, CSS Multi-column Layout Module - http://www.w3.org/TR/css3-multicol/
- # [23:09] <nimbupani> there ya go
- # [23:09] <Peter`> Neiluj: use column-break-inside: avoid
- # [23:09] <nimbupani> break-inside
- # [23:09] <Peter`> I don't think it's available anywhere yet though
- # [23:09] <nimbupani> yeah
- # [23:09] <nimbupani> thats what i thought
- # [23:09] <Neiluj> mmh :) I'll try
- # [23:09] <paul_irish> it wasnt in saf4, nimbu
- # [23:10] <nimbupani> o i see paul_irish
- # [23:10] <nimbupani> thnx maybe i will update it then
- # [23:11] <Neiluj> doesnt work :/
- # [23:11] <xonecas> Pewpewarrows: yeah a little, when compared to using a functional approach
- # [23:11] <nimbupani> paul_irish: can I assume saf 5's equivalent webkit introduced it :/
- # [23:11] <paul_irish> sounds good to me
- # [23:11] <paul_irish> i just updated the table a little bit nimbupani
- # [23:11] <Neiluj> Peter`: already used this successfully ?
- # [23:11] <nimbupani> o ok
- # [23:12] <Peter`> partially, Neiluj. Playing with the three different breaking styles in WebKit marginally changes rendering, though I haven't succeeded in avoiding breaks within elements myself
- # [23:12] <Pewpewarrows> xonecas: I've been using Resig's solution fine so far, no real performance issues that I've seen... http://ejohn.org/blog/simple-javascript-inheritance/
- # [23:13] <Neiluj> Peter`: what do you mean by the three different breaking styles in Webkit ?
- # [23:14] <Peter`> Neiluj: there's break-before and break-after too
- # [23:14] <Peter`> Neiluj, I haven't really looked in to the properties yet, they're quite high on my list though
- # [23:15] <xonecas> Pewpewarrows: Thanks that helps :-)
- # [23:15] <Neiluj> Peter`: ok thanks, I'll try quickly but unfortunately got no freetime for experimentation on this project
- # [23:16] <nimbupani> ok i edits paul_irish to match formatting on other pages
- # [23:18] <paul_irish> great
- # [23:22] <nimbupani> i cant wait to create some fun bg patterns with gradients
- # [23:22] <nimbupani> must be tomorrow.
- # [23:24] * Joins: qq99 (~qq99@CPE0026f3378f10-CM0026f3378f0d.cpe.net.cable.rogers.com)
- # [23:25] <Neiluj> Peter`: http://zomigi.com/blog/deal-breaker-problems-with-css3-multi-columns/ "neither Firefox nor Webkit seem to support the http://www.w3.org/TR/css3-multicol/#column-breaks"
- # [23:25] <Neiluj> what a shame
- # [23:26] <Peter`> columns are very difficult to implement
- # [23:26] <Peter`> I'm really curious to know what Opera comes up with
- # [23:26] <Neiluj> mmh interesting, I'll try
- # [23:26] <Peter`> mind that it's WebKit rather than Webkit btw :)
- # [23:27] <nimbupani> ?slap Peter`
- # [23:27] * bot-t slaps Peter` around a bit with a large trout
- # [23:27] <Peter`> Don't, their implementation isn't available yet
- # [23:27] <antonkovalyov> anybody is stephenson's fan here?
- # [23:27] <Neiluj> oh ok
- # [23:27] <Peter`> ouch nimbupani
- # [23:27] <Peter`> that hurt :(
- # [23:27] <nimbupani> always correcting capitals
- # [23:27] <nimbupani> currentColor
- # [23:27] <nimbupani> WebKit
- # [23:27] <Peter`> nimbuPani
- # [23:27] * nimbupani fumes
- # [23:27] * paul_irish lols
- # [23:28] <Peter`> haha
- # [23:28] <nimbupani> by stephenson you mean dear Neal antonkovalyov?
- # [23:28] <antonkovalyov> ya
- # [23:28] <paul_irish> Peter`: you notice the incompat with chromium and github issues recently?
- # [23:28] <nimbupani> i like some of his stuff
- # [23:28] <nimbupani> takes a while to get to the point tho
- # [23:29] <Peter`> No, paul_irish
- # [23:29] <Peter`> not sure what you're referring at
- # [23:29] <paul_irish> shits brokennnnn
- # [23:29] <paul_irish> imma get a new new build and hope for the best
- # [23:30] <nimbupani> o yeah he lives in seattle
- # [23:30] <nimbupani> never seen him tho :/
- # [23:30] <snover> columns as described in the css3-multicol spec are kinda…really weird for web pages
- # [23:31] <xonecas> man why is it that setTimeout is faster in Chrome, than Firefox?
- # [23:33] <xonecas> paul_irish: I've noticed some weirdness, like the filter input box over the repos looks crazy. clipped and with 2 placeholder text in it
- # [23:33] <Pewpewarrows> Evernote really needs to re-do their web interface
- # [23:34] <paul_irish> antonkovalyov: look at how less.js does their `exports` line.
- # [23:35] <antonkovalyov> paul_irish, k
- # [23:35] <antonkovalyov> i just got a comment for node.js globals
- # [23:35] <antonkovalyov> gonna commit it real quick then will check less.js
- # [23:38] * Quits: jeffszusz (~jeffszusz@dyn216-8-170-154.ADSL.mnsi.net) (Remote host closed the connection)
- # [23:38] * Quits: Mussious (~kamil@dfh181.neoplus.adsl.tpnet.pl) (Quit: Ex-Chat)
- # [23:41] * Quits: gasbakid (~gasbakid@41.96.119.217) (Remote host closed the connection)
- # [23:41] <xonecas> paul_irish: http://dl.dropbox.com/u/1754045/Screenshot.png ?
- # [23:44] <Pewpewarrows> xonecas: that's been how my chrome's rendered github for a while now
- # [23:45] <Pewpewarrows> I'm surprised they don't test against chrome thoroughly
- # [23:45] <nimbupani> wtf ? http://www.appml.org/demos.html
- # [23:46] <nimbupani> web-based apps that only work on webkit
- # [23:46] <nimbupani> WTG APPML
- # [23:48] <Pewpewarrows> nimbupani: aren't they only targeting mobile browsers?
- # [23:48] <nimbupani> o since when r all mobile browsers webkit?!
- # [23:49] <paul_irish> xonecas: weird. that works totally fine for me
- # [23:49] <Pewpewarrows> for smartphone browsers, webkit is the vast majority of marketshare
- # [23:49] <xonecas> paul_irish: what version is your chromium? one of the nightlys ?
- # [23:49] <Pewpewarrows> so I'm assuming they'd target those first
- # [23:49] <paul_irish> newest one they got.
- # [23:51] <nimbupani> only in US maybe Pewpewarrows
- # [23:51] <xonecas> so its fixed on yours, I'm at version 8.0.552.237
- # [23:51] <xonecas> looks like its time to build and compile again
- # [23:51] <Pewpewarrows> nimbupani: true, isn't Opera the leader internationally?
- # [23:52] <nimbupani> i dunno Pewpewarrows but I am pretty sure its not the webkits
- # [23:52] <xonecas> Pewpewarrows: nimbupani here's a shocker: rim's browser before version 6 holds the biggest maket share
- # [23:53] <xonecas> even though webkit is gaining fast in the us, the rest of the world still uses rim's outaded os heavily
- # [23:53] <xonecas> but in the US webkit is king
- # [23:53] <nimbupani> yeah thats what i would think.
- # [23:53] <nimbupani> but then mobile app is a wrong phrase
- # [23:53] <nimbupani> coz mobile <> smartphones
- # [23:54] <xonecas> for the world mobile == crappy java based browser aka WAP
- # [23:54] <nimbupani> yeah or some built in shit
- # [23:54] <nimbupani> like in nokia phones
- # [23:55] <xonecas> I still remember my first nokia, from vodaphone
- # [23:55] <nimbupani> i dont think thats java based
- # [23:55] <xonecas> I tought that was the shit! for older (4-6 years ago) it was
- # [23:55] <paul_irish> xonecas: 8 is reallllllly old bro
- # [23:56] <xonecas> paul_irish: I've been lazy, it takes forever to build from source
- # [23:56] <paul_irish> cant you run a build of chromium on linux that updates regularly?
- # [23:56] <xonecas> we'll the version on the repos for archlinux is even older if I'm not mistaken
- # [23:57] <xonecas> I'll just leave the computer working on it tonight
- # [23:58] <paul_irish> xonecas: http://aur.archlinux.org/packages.php?ID=37244
- # [23:59] <antonkovalyov> from feature request to commit: 30 mins https://github.com/jshint/jshint/issues/issue/8/#comment_723381
- # [23:59] <antonkovalyov> SUCK IT CROCKFORD
- # [23:59] * Quits: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net) (Remote host closed the connection)
- # [23:59] <paul_irish> antonkovalyov: nice. if you paste the full SHA, github auto shortens it and links it
- # [23:59] * Joins: socialhapy (~socialhap@h55eb1e56.selukra.dyn.perspektivbredband.net)
- # [23:59] <xonecas> paul_irish: yes i just saw that one, now to see if that is faster than doing it myself :-)
- # Session Close: Mon Jan 31 00:00:00 2011
The end :)