Options:
- # Session Start: Thu Dec 23 00:00:00 2010
- # Session Ident: #html5
- # [00:00] * Joins: obert- (~obert@host235-36-dynamic.11-87-r.retail.telecomitalia.it)
- # [00:02] * Quits: MattDiPa_ (~MattDiPas@rrcs-184-74-229-10.nyc.biz.rr.com) (Remote host closed the connection)
- # [00:18] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Quit: davidwalsh)
- # [00:20] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # [00:20] * Quits: serio_ (~serio@69-165-138-146.dsl.teksavvy.com) (Quit: Leaving)
- # [00:29] * Quits: dcadenas (~dcadenas@186-8-41-162-dynamic.movinet.com.uy) (Ping timeout: 245 seconds)
- # [00:35] * Quits: boaz (~boaz@64.119.153.2) (Quit: boaz)
- # [00:37] * Quits: JKarsrud (~JKarsrud@178.74.12.254) (Quit: Leaving.)
- # [00:43] * Quits: hubble (~hubble@173-165-61-105-Illinois.hfc.comcastbusiness.net) (Quit: hubble)
- # [00:49] * Joins: pa7 (51d9746e@gateway/web/freenode/ip.81.217.116.110)
- # [00:50] * Joins: Boohemian_ (~Boohemian@209-6-67-222.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com)
- # [00:50] * Quits: mokush (~mokush@188.24.42.76) (Remote host closed the connection)
- # [00:52] * Quits: Boohemian (~Boohemian@c-24-60-253-179.hsd1.ma.comcast.net) (Ping timeout: 245 seconds)
- # [01:06] * tw2113 deletes myspace account
- # [01:12] <monteslu> I've been out of the consulting business for a long time. 100 bucks an hour for a tiny web project (2-3 hours) is on a day off is reasonable right?
- # [01:13] <paul_irish> http://paulirish.com/i/cd40.png
- # [01:13] <paul_irish> monteslu: yupppp
- # [01:14] <nimbupani> sylvain never reply me
- # [01:14] <monteslu> cool. I didn't know what to say, but I had to throw out a number
- # [01:15] <monteslu> think I overshot. Oh well, might as well spend my day off playing with my kids
- # [01:16] <paul_irish> nimbupani: it might be time to recommend moving to a 32x32 favicon http://msdn.microsoft.com/en-us/library/gg491740(v=VS.85).aspx
- # [01:16] <paul_irish> maybe
- # [01:16] <paul_irish> monteslu: dude its definitely not worth a holiday day if they want lower than 100
- # [01:16] <paul_irish> so good choice.
- # [01:17] <monteslu> yeah, you're right
- # [01:19] <nimbupani> o neet paul_irish
- # [01:19] * Parts: snover (~Adium@unaffiliated/snover)
- # [01:23] * Parts: micrypt (~micrypt@5ade6e1d.bb.sky.com)
- # [01:29] <paulrouget> Did you guys see that: http://hacks.mozilla.org/2010/12/firefox4b8/
- # [01:29] <paulrouget> The demo is supposed to work with Chrome as well (there's a work around for the Audio API)
- # [01:35] <l4rk> paulrouget: yeah those demos are sick
- # [01:35] <tw2113> i was thoroughly impressed
- # [01:43] * Quits: frozenicce (~deppo@ip-178-202-181-44.unitymediagroup.de) (Ping timeout: 245 seconds)
- # [01:43] <tw2113> :O
- # [01:44] <tw2113> single page band profile
- # [01:50] * Quits: Thasmo (~thasmo@d86-32-185-119.cust.tele2.at)
- # [01:50] * Quits: addyosmani (~apple@host86-161-171-122.range86-161.btcentralplus.com) (Read error: Connection reset by peer)
- # [01:50] * Joins: addyosmani (~apple@host86-161-171-122.range86-161.btcentralplus.com)
- # [01:51] * Quits: addyosmani (~apple@host86-161-171-122.range86-161.btcentralplus.com) (Client Quit)
- # [01:53] * Quits: expilicious (~zAyghip8@cpc2-ely02-0-0-cust338.5-1.cable.virginmedia.com) (Quit: nn)
- # [01:54] * Quits: krunkosaurus (~krunkosau@173-13-142-170-sfba.hfc.comcastbusiness.net) (Quit: krunkosaurus)
- # [01:57] * Quits: bckenny (~bckenny@nat/google/x-ewfonvbzazjdevck) (Remote host closed the connection)
- # [02:00] * Joins: krunkosaurus (~krunkosau@173-13-142-170-sfba.hfc.comcastbusiness.net)
- # [02:01] <nimbupani> paul_irish: I am coming around to your view of adding min-height: 100% on html selector
- # [02:01] <nimbupani> mainly for gradients :/
- # [02:01] <paul_irish> ;)
- # [02:02] <paul_irish> min-height eh? better than height?
- # [02:02] <nimbupani> not height tho
- # [02:02] <paul_irish> xplain
- # [02:03] <nimbupani> hmm i think mainly to avoid double scrollbars
- # [02:03] <nimbupani> in case there is another 100% height inside
- # [02:03] <nimbupani> i will mock it up to test.
- # [02:03] <paul_irish> OK
- # [02:03] <tw2113> http://notalwaysright.com/in-need-of-a-better-outlook/9202
- # [02:03] <paul_irish> also i set it on body tag too
- # [02:04] <nimbupani> but thats not necessary!
- # [02:04] <nimbupani> what if people have padding: 3em 0; on body
- # [02:04] <nimbupani> and then this 100% comes in.
- # [02:04] <nimbupani> it will become mess
- # [02:04] <nimbupani> but will mock up
- # [02:05] <paul_irish> so you're saying always put background treatment on the html tag instead of body
- # [02:05] <paul_irish> use body for padding/margin
- # [02:05] <paul_irish> i can get behind that
- # [02:06] <nimbupani> yeah
- # [02:06] <nimbupani> especially gradients shit
- # [02:06] <tw2113> i wonder how backwards compatible that is
- # [02:06] <nimbupani> it works on every standards mode.
- # [02:07] <nimbupani> as far as I know.
- # [02:07] * tw2113 wants to make a single page WordPress theme for musicians
- # [02:08] <tw2113> gallery shortcode for pictures, widgets for audio/video stuff, comments area is hopefully obvious
- # [02:09] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 260 seconds)
- # [02:10] * Quits: nimbupani (~Adium@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: Leaving.)
- # [02:10] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [02:11] <tw2113> it'd likely be much more usable than Myspace these days
- # [02:12] * Joins: nimbupani (~Adium@c-24-22-131-46.hsd1.wa.comcast.net)
- # [02:14] * Quits: wizL (~radiator@93-103-192-160.dynamic.t-2.net)
- # [02:25] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
- # [02:49] * Quits: mikew3c (~MikeSmith@EM114-48-20-80.pool.e-mobile.ne.jp) (Read error: Connection reset by peer)
- # [02:49] * Joins: mikew3c (~MikeSmith@EM114-48-20-80.pool.e-mobile.ne.jp)
- # [02:50] * Quits: ajpiano (~ajpiano@cpe-68-173-41-149.nyc.res.rr.com) (Remote host closed the connection)
- # [02:52] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Quit: davidwalsh)
- # [02:54] * Quits: pa7 (51d9746e@gateway/web/freenode/ip.81.217.116.110) (Quit: Page closed)
- # [03:01] * Joins: aj00200 (znc@bbot/developer/aj00200)
- # [03:06] * Quits: krunkosaurus (~krunkosau@173-13-142-170-sfba.hfc.comcastbusiness.net) (Quit: krunkosaurus)
- # [03:08] <paul_irish> lea <3 http://leaverou.me/demos/css3-patterns.html
- # [03:09] * Joins: krunkosaurus (~krunkosau@173-13-142-170-sfba.hfc.comcastbusiness.net)
- # [03:09] * Quits: krunkosaurus (~krunkosau@173-13-142-170-sfba.hfc.comcastbusiness.net) (Read error: Connection reset by peer)
- # [03:09] <aj00200> paul_irish: thats cool :)
- # [03:10] <paul_irish> fullpost http://leaverou.me/2010/12/checkered-stripes-other-background-patterns-with-css3-gradients/
- # [03:12] <nimbupani> ha funny this paul_irish http://fiddle.jshell.net/vmwJ2/16/show/preview/
- # [03:12] <nimbupani> why is min-height not applying on body :/
- # [03:12] <paul_irish> cuz html doesnt have 100%
- # [03:13] <nimbupani> but it has min-height!
- # [03:13] <nimbupani> should it not inherit from min-height rather than height!
- # [03:13] <paul_irish> o i c
- # [03:13] <nimbupani> i am sure this is somewhere in the spec :/
- # [03:14] <paul_irish> weird shit
- # [03:14] <paul_irish> it needs the hard height on html
- # [03:14] <nimbupani> yeahh
- # [03:15] <paul_irish> course i'm just testing in webkit
- # [03:15] <nimbupani> height is a % of corresponding dimension of containing block
- # [03:21] * Quits: ideamonk (~ideamonk@121.241.128.145) (Ping timeout: 260 seconds)
- # [03:22] * Joins: ideamonk (~ideamonk@121.241.128.145)
- # [03:26] <nimbupani> this is so circular!
- # [03:26] <nimbupani> "If it has block-level children, the height is the distance between the top border-edge of the topmost block-level child box that doesn't have margins collapsed through it and the bottom border-edge of the bottommost block-level child box that doesn't have margins collapsed through it. However, if the element has a nonzero top padding and/or top border, or is the root element, then the content starts at the top margin edge of the topmost
- # [03:28] <monteslu> clear as mud
- # [03:32] <nimbupani> ha so Opera does it as we intuit
- # [03:32] <nimbupani> but not webkit
- # [03:33] <nimbupani> nor firefox :/
- # [03:34] * Quits: Wizek (~Wizek@catv-80-98-234-102.catv.broadband.hu) (Quit: Leaving.)
- # [03:36] * Quits: jmburnz (~jmburnz@222-154-239-240.adsl.xtra.co.nz) (Ping timeout: 276 seconds)
- # [03:37] * Quits: jeffszusz (~jeffszusz@dyn216-8-169-250.ADSL.mnsi.net) (Remote host closed the connection)
- # [03:37] <nimbupani> HA https://bugs.webkit.org/show_bug.cgi?id=14762
- # [03:37] <nimbupani> blasted browsers
- # [03:49] <monteslu> I've found that when I want something to be 100% height is because I'm trying to do a layout that I want to stretch and have its internals scrollable
- # [03:49] <monteslu> the dojo layout stuff helps with that so long as the outer most container has a bottom of 0
- # [03:49] <monteslu> but this is only helpful when I have control of the full page
- # [03:50] <monteslu> with things like portals and portlets, I'm still stuck setting a fixed height
- # [03:51] <nimbupani> oh well same issue in Ffox too.
- # [03:51] <monteslu> I'm sure there are people much smarter than me that know why things are the way they are, but it still seems to me that if you can specifiy width=100%, you should be able to just do the same with height
- # [04:00] <l4rk> monteslu: surely you can with position fixed
- # [04:06] * Joins: Howell` (~Howell`@116.226.118.216)
- # [04:09] <monteslu> l4rk, height = 100% with position fixed?
- # [04:10] <monteslu> doesn't seem like that would be useful in a fixed position
- # [04:10] <monteslu> but then again, I just barely got my stuff to work, so I could be wrong
- # [04:10] <aj00200> http://videos.mozilla.org/serv/mozhacks/flight-of-the-navigator/ <- you need to enable webgl in a Firefox4 beta to view it (I think the latest beta has it enabled by default)
- # [04:12] * Joins: domochan (18d7b27c@gateway/web/freenode/ip.24.215.178.124)
- # [04:13] <l4rk> monteslu: i guess you've never seen a page that does a dim overlay
- # [04:13] <domochan> I'm trying to put a link on top of a <video> on an ipad but the link doesn't work. I see other people with similar issues on google, but none with a solution. Any suggestions?
- # [04:19] * Joins: mikew3c_ (~MikeSmith@EM111-188-69-120.pool.e-mobile.ne.jp)
- # [04:22] * Quits: mikew3c (~MikeSmith@EM114-48-20-80.pool.e-mobile.ne.jp) (Ping timeout: 245 seconds)
- # [04:22] * mikew3c_ is now known as mikew3c
- # [04:28] * Quits: Killman (~Killman@unaffiliated/killman) (Quit: brb reboot)
- # [04:41] * Joins: Swordsman (~swords@pool-71-112-25-59.sttlwa.dsl-w.verizon.net)
- # [04:48] * Quits: obert- (~obert@host235-36-dynamic.11-87-r.retail.telecomitalia.it) (Ping timeout: 276 seconds)
- # [04:51] * Joins: obert- (~obert@host235-36-dynamic.11-87-r.retail.telecomitalia.it)
- # [05:03] * Quits: svenlito (~svenlito@78-86-0-182.zone2.bethere.co.uk) (Ping timeout: 245 seconds)
- # [05:11] * Joins: vojnet (~chatzilla@c-76-16-109-79.hsd1.in.comcast.net)
- # [05:11] * Joins: Killman (~Killman@unaffiliated/killman)
- # [05:21] <monteslu> l4rk, a dim overlay? You mean like a modal dialog?
- # [05:21] <monteslu> yeah, I've seen that before
- # [05:31] * Quits: FYLGood (~FYLGood@pool-71-178-230-133.washdc.fios.verizon.net) (Remote host closed the connection)
- # [05:34] <l4rk> monteslu: yeah useful there :)
- # [05:35] * Quits: domochan (18d7b27c@gateway/web/freenode/ip.24.215.178.124) (Quit: Page closed)
- # [05:37] <monteslu> why wouldn't you just have a div with a higher z-index, postion absolute, and bottom:0 ?
- # [05:37] <l4rk> have you tried that?
- # [05:37] <l4rk> fixed position
- # [05:38] <l4rk> ing in ie 6 would be a lot easier if that worked
- # [05:38] <monteslu> not fixed, absolute
- # [05:38] <monteslu> top 0, bottom 0
- # [05:39] * Quits: paul_irish (~paul_iris@c-76-21-40-62.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [05:39] <monteslu> seems ok in IE8, and FF and chrome
- # [05:39] <monteslu> I'm doing it here: http://azpdemo.appspot.com/whiteboard with my border layout
- # [05:40] <monteslu> works like a java swing border layout
- # [05:40] <l4rk> not loading for me
- # [05:40] <l4rk> lemme try chrome dev
- # [05:40] <l4rk> yeah works in chrome dev
- # [05:41] <monteslu> I'm testing in latest released chrome, IE8 and FF 3.6 on windows, and FF & chrome on linux
- # [05:41] <l4rk> yeah chromium 8 in linux had some issue
- # [05:41] <l4rk> i just brought up dev in linxu
- # [05:41] <monteslu> error with layout?
- # [05:41] <l4rk> page didn't even load
- # [05:41] <monteslu> weird
- # [05:41] <l4rk> yeah i dunno what to say about that
- # [05:42] <monteslu> I'm using 9.0.5997.something on linux
- # [05:42] <l4rk> 9.0.597.19 (0)
- # [05:42] <l4rk> was dev last i compiled
- # [05:42] <l4rk> i don't plan on compiling the dev source again for like another month
- # [05:43] <monteslu> yeah, that one is worknig for me
- # [05:43] <monteslu> I'm about ready to ditch IE support on this. The abstraction layer to render on VML is slowing things down
- # [05:44] <l4rk> raphael?
- # [05:44] <monteslu> dojox.gfx
- # [05:44] <monteslu> its great for vector stuff
- # [05:44] <monteslu> but a raster is fine for a whiteboard
- # [05:44] <l4rk> hmm good to know
- # [05:45] <l4rk> i can't use raphael anymore
- # [05:45] <l4rk> burnt me too many times
- # [05:45] <monteslu> dojox.gfx also has flash, silverlight and SVG rendering paths
- # [05:45] <l4rk> that is slick
- # [05:45] <monteslu> very, very cool stuff. Just not as fast as direct canvas for what I'm doing I think :)
- # [05:46] <monteslu> keeping the scenegraph in memory isn't necessary for this
- # [05:46] <l4rk> i can't imagine that abstraction layer slows down normal canvas
- # [05:46] <l4rk> if it is, something is wrong
- # [05:47] <monteslu> well, dojox.gfx treats each primitive as a seperate object and renders everthing when it needs to update
- # [05:47] <monteslu> does it very efffectiently, but not as efficiently as not creating the objects :)
- # [05:48] <l4rk> i dunno i use arrays of objects when i did my particle physics stuff and it seemed to work fine in my update loop
- # [05:48] <l4rk> and that with like 5k-8k objects
- # [05:48] <monteslu> so it's probably the best tool to use for interactive charts and things like that
- # [05:48] <monteslu> maybe the objects are smaller
- # [05:48] <l4rk> yeah def
- # [05:48] <l4rk> just two vectors on them
- # [05:48] <l4rk> 2d vectors*
- # [05:48] <monteslu> lots of stuff in a dojo.Shape
- # [05:48] <monteslu> dojox.gfx.Shape i mean
- # [05:49] <l4rk> hows dojo and mobile doing lately?
- # [05:49] <l4rk> i can't imagine it has issues with modern devices
- # [05:49] <monteslu> pretty good. I have a demo of 1.5 here: http://louspot.com/mbgg
- # [05:49] <monteslu> it's a mobile version of boardgamegeek.com
- # [05:50] <monteslu> not quite up to jqtouch, but I like dojo better than $
- # [05:50] <l4rk> yeah i'm working on a mobile app with a desktop counterpart atm and decided to go with a scaled site using media queries
- # [05:50] <l4rk> i'm very strong with jquery, but i've dabbled in dojo
- # [05:50] <l4rk> i was writing an article using the dojo django template implementation
- # [05:50] <l4rk> which is phenomenal
- # [05:51] <monteslu> dojo is great when you need to build something big and need consistency
- # [05:51] <monteslu> seems like jquery is cool when you just need to add some quick functionality to another app
- # [05:51] <l4rk> i guess i don't understand that when several huge sites use jquery
- # [05:51] <l4rk> and function just fine
- # [05:52] <monteslu> depends on what they use it for
- # [05:52] <monteslu> dojo is great as a cohesive set of form widgets with internationalization and accesiblity and stuff like that
- # [05:53] <monteslu> no knock on jquery
- # [05:53] <l4rk> jquery would probably say thats cool, but we have 500 plugins that do that
- # [05:53] <l4rk> the core code is solid in jquery and they don't deviate from that core competency
- # [05:53] <monteslu> agreed
- # [05:54] <l4rk> seems like everyone writes jquery plugins, dojo doesn't get much love on the interwebs
- # [05:54] <l4rk> wish it wasn't like that
- # [05:54] <l4rk> i feel any project i start that i want to get some attention, it needs to be jquery
- # [05:54] <monteslu> the barrier to entry is smaller because you dont look at it as a huge toolkit, its more of a pick and choose things you need
- # [05:55] <monteslu> double edged sword
- # [05:55] <tw2113> .g who's line is it anyway
- # [05:55] <tw2113> !g who's line is it anyway
- # [05:55] <tw2113> !help
- # [05:55] <tw2113> what's the freaking command !?!?! :)
- # [05:55] <l4rk> `help
- # [05:55] <l4rk> i dunno
- # [05:55] <tw2113> damn it, i'm going to have to access google through a browser now
- # [05:56] <l4rk> i feel like if i were to seriously start using dojo, i'd have to take a year off and just read into the internals of how it does certain things
- # [05:56] <tw2113> THE HORROR!
- # [05:56] <monteslu> hah
- # [05:56] <monteslu> its not that bad :)
- # [05:56] <l4rk> its just much bigger
- # [05:56] <monteslu> but it's pretty consistent
- # [05:57] <monteslu> once you get the modules, loader, and widget set figured out, the rest makes sense
- # [05:57] <l4rk> do you ever localize dojo to a smaller variable like $?
- # [05:58] <monteslu> I've seen people do that to make it act quite a bit like jquery
- # [05:58] <monteslu> but I think its' more like var $ = dojo.query
- # [05:58] <l4rk> well i don't want it to act like jquery, i just don't know if i'd like seeing dojo everywhere
- # [05:58] <monteslu> dojo is the global namespace but it does have some things not query related
- # [05:58] <l4rk> much like i don't really like seeing jQuery everywhere
- # [05:59] <l4rk> also the camel casing is killing me
- # [05:59] <l4rk> dojo.addOnLoad, dojo.load(function() { }) would have been too much!!!
- # [05:59] <monteslu> yeah, its just a global object so can rename it. But you still need to give the full namespace to the modules you're loading. Like you can have var d = dojo, but you'd still have do do something like d.require("dojo.myotherpackage");
- # [06:00] <monteslu> most of the camel case stuff is deprecated in favor of the jquery names like .ready
- # [06:00] <monteslu> so addOnLoad really just calls ready()
- # [06:00] <l4rk> oh beautiful
- # [06:00] <l4rk> wish the docs reflected that
- # [06:01] <monteslu> yeah, docs could use work still
- # [06:01] <monteslu> but getting better
- # [06:05] * Quits: obert- (~obert@host235-36-dynamic.11-87-r.retail.telecomitalia.it) (Quit: dont ask to ask just dont ask)
- # [06:18] * Joins: cgcardona (629693fc@gateway/web/freenode/ip.98.150.147.252)
- # [06:20] * Joins: jmburnz (~jmburnz@222-154-239-240.adsl.xtra.co.nz)
- # [06:21] * Quits: nimbupani (~Adium@c-24-22-131-46.hsd1.wa.comcast.net) (Quit: Leaving.)
- # [06:45] * Joins: nohk (~nohk@e180098126.adsl.alicedsl.de)
- # [06:46] * Quits: Killman (~Killman@unaffiliated/killman) (Ping timeout: 265 seconds)
- # [06:52] * Joins: Killman (~Killman@186.3.10.3)
- # [06:52] * Quits: Killman (~Killman@186.3.10.3) (Changing host)
- # [06:52] * Joins: Killman (~Killman@unaffiliated/killman)
- # [06:59] * Quits: peol (~andree@unaffiliated/peol) (Remote host closed the connection)
- # [07:07] * tw2113 is now known as Eviltw2113
- # [07:10] * Eviltw2113 is now known as tw2113
- # [07:11] * Joins: ajpiano (~ajpiano@cpe-68-173-41-149.nyc.res.rr.com)
- # [07:12] * Joins: okaycool (~okaycool@113.19.248.136)
- # [07:16] * Joins: snover (~Adium@c-75-73-43-136.hsd1.mn.comcast.net)
- # [07:16] * Quits: snover (~Adium@c-75-73-43-136.hsd1.mn.comcast.net) (Changing host)
- # [07:16] * Joins: snover (~Adium@unaffiliated/snover)
- # [07:16] * Parts: snover (~Adium@unaffiliated/snover)
- # [07:34] * Quits: cgcardona (629693fc@gateway/web/freenode/ip.98.150.147.252) (Ping timeout: 265 seconds)
- # [07:43] * Joins: okaycool_ (~okaycool@113.19.248.136)
- # [07:43] * Joins: yakushevsky_ (~yakushevs@dhcp172-103-red.yandex.net)
- # [07:43] * Parts: yakushevsky_ (~yakushevs@dhcp172-103-red.yandex.net)
- # [07:43] * Quits: okaycool (~okaycool@113.19.248.136) (Read error: Connection reset by peer)
- # [07:43] * okaycool_ is now known as okaycool
- # [07:43] * Joins: yakushevsky (~yakushevs@dhcp172-103-red.yandex.net)
- # [07:46] * Quits: mikew3c (~MikeSmith@EM111-188-69-120.pool.e-mobile.ne.jp) (Read error: No route to host)
- # [07:47] * Joins: mikew3c (~MikeSmith@EM111-188-69-120.pool.e-mobile.ne.jp)
- # [07:56] * Joins: ONEBOYS (~army_one_@58.210.137.42)
- # [07:58] * Joins: HT (~ht@ip3e83ff64.speed.planet.nl)
- # [08:05] * Joins: tob1 (~tob1@xlate.10t.org)
- # [08:11] * Quits: okaycool (~okaycool@113.19.248.136) (Ping timeout: 245 seconds)
- # [08:12] * Parts: ONEBOYS (~army_one_@58.210.137.42)
- # [08:14] * Quits: ideamonk (~ideamonk@121.241.128.145) (Quit: Leaving)
- # [08:14] * Joins: ideamonk (~ideamonk@121.241.128.145)
- # [08:17] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Hi, I'm a quit message virus. Please replace your old line with this line and help me take over the world of IRC.)
- # [08:23] * Quits: jmburnz (~jmburnz@222-154-239-240.adsl.xtra.co.nz) (Ping timeout: 265 seconds)
- # [08:41] * Joins: mokush (~quassel@188.24.42.76)
- # [08:49] * Quits: nohk (~nohk@e180098126.adsl.alicedsl.de) (Quit: nohk)
- # [08:51] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 240 seconds)
- # [08:51] * Quits: mikew3c (~MikeSmith@EM111-188-69-120.pool.e-mobile.ne.jp) (Ping timeout: 245 seconds)
- # [08:51] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [09:03] * Joins: mikew3c (~MikeSmith@EM111-188-69-120.pool.e-mobile.ne.jp)
- # [09:07] * Joins: frozenicce (~deppo@ip-178-202-181-44.unitymediagroup.de)
- # [09:10] * Joins: jmburnz (~jmburnz@222-154-239-240.adsl.xtra.co.nz)
- # [09:20] * Joins: paul_irish (~paul_iris@32.172.154.234)
- # [09:21] <paul_irish> i finished the first go at mothereffinghsl
- # [09:21] * Quits: vladikoff (~vladikoff@bas1-woodbridge98-2925278655.dsl.bell.ca) (Ping timeout: 276 seconds)
- # [09:22] <paul_irish> http://dl.dropbox.com/u/39519/hsla/index.html
- # [09:22] * Quits: paul_irish (~paul_iris@32.172.154.234) (Remote host closed the connection)
- # [09:26] * Joins: silence (~ajpiano@cpe-68-173-41-149.nyc.res.rr.com)
- # [09:27] * silence is now known as Guest49034
- # [09:29] * Quits: ajpiano (~ajpiano@cpe-68-173-41-149.nyc.res.rr.com) (Ping timeout: 240 seconds)
- # [09:44] * Joins: matjas (~matjas@91.182.107.160)
- # [09:45] * Quits: jmburnz (~jmburnz@222-154-239-240.adsl.xtra.co.nz) (Ping timeout: 240 seconds)
- # [09:45] * Joins: sean` (~seankoole@h183194.upc-h.chello.nl)
- # [10:03] * Quits: jacine (~jacine@drupal.org/user/88931/view) (Quit: buh bye :))
- # [10:05] * Quits: ideamonk (~ideamonk@121.241.128.145) (Ping timeout: 255 seconds)
- # [10:08] * Quits: frozenicce (~deppo@ip-178-202-181-44.unitymediagroup.de) (Read error: Connection reset by peer)
- # [10:09] * Joins: dmachi (~dmachi@pool-72-66-195-134.ronkva.east.verizon.net)
- # [10:09] * Quits: dmachi1 (~dmachi@pool-72-66-195-134.ronkva.east.verizon.net) (Read error: Connection reset by peer)
- # [10:19] * Joins: mikew3c_ (~MikeSmith@EM114-48-33-220.pool.e-mobile.ne.jp)
- # [10:22] * Quits: Killman (~Killman@unaffiliated/killman) (Quit: bbl u_u)
- # [10:22] * Quits: mikew3c (~MikeSmith@EM111-188-69-120.pool.e-mobile.ne.jp) (Ping timeout: 276 seconds)
- # [10:22] * mikew3c_ is now known as mikew3c
- # [10:23] * Joins: mkwst (~mkwst@74.125.57.233)
- # [10:25] * Joins: stuffmc (~Adium@static-87-79-71-114.netcologne.de)
- # [10:27] * Joins: obert- (~obert@host106-156-dynamic.59-82-r.retail.telecomitalia.it)
- # [10:37] * Quits: patcito (~123@190.42.72.154) (Remote host closed the connection)
- # [10:42] * Joins: ideamonk (~ideamonk@121.241.128.145)
- # [11:10] * Quits: mokush (~quassel@188.24.42.76) (Ping timeout: 255 seconds)
- # [11:11] * Joins: jmburnz (~jmburnz@222-154-239-240.adsl.xtra.co.nz)
- # [11:17] * Quits: jmburnz (~jmburnz@222-154-239-240.adsl.xtra.co.nz) (Ping timeout: 240 seconds)
- # [11:23] * Joins: jmburnz (~jmburnz@222-154-239-240.adsl.xtra.co.nz)
- # [11:27] * Quits: Guest49034 (~ajpiano@cpe-68-173-41-149.nyc.res.rr.com) (Quit: Leaving...)
- # [11:29] * Joins: cardona507 (~cardona50@cpe-98-150-147-252.hawaii.res.rr.com)
- # [11:29] * Quits: cardona507 (~cardona50@cpe-98-150-147-252.hawaii.res.rr.com) (Client Quit)
- # [12:11] * Joins: Wizek (~Wizek@catv-80-98-234-102.catv.broadband.hu)
- # [12:16] * Joins: nunson (50659610@gateway/web/freenode/ip.80.101.150.16)
- # [12:18] <nunson> Hi there
- # [12:18] <nunson> Do WebSockets fall under html5 and friends?
- # [12:19] * nunson is now known as jow
- # [12:19] * jow is now known as nunson
- # [12:22] * Parts: stuffmc (~Adium@static-87-79-71-114.netcologne.de)
- # [12:25] * Quits: jmburnz (~jmburnz@222-154-239-240.adsl.xtra.co.nz) (Ping timeout: 264 seconds)
- # [12:28] * Parts: Howell` (~Howell`@116.226.118.216)
- # [12:29] <sean`> nunson, websockets are part of html5 apis
- # [12:30] * Joins: Ms2ger (~Ms2ger@91.181.155.117)
- # [12:31] <nunson> Good
- # [12:32] <nunson> I have this problem with the PHPWebSocket client and server implementation. My client never seems to receive the first message sent by my server. (the onmessage event never fires)
- # [12:32] <nunson> Any subsequent messages are received just fine
- # [12:33] <nunson> Even if they're right after the first
- # [12:37] <nunson> The server says it's sent.
- # [12:37] <nunson> Has anyone got an idea where I could look to fix this?
- # [12:55] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [12:59] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Remote host closed the connection)
- # [13:03] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [13:04] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Remote host closed the connection)
- # [13:04] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
- # [13:22] * Quits: nunson (50659610@gateway/web/freenode/ip.80.101.150.16) (Quit: Page closed)
- # [14:01] * Quits: ideamonk (~ideamonk@121.241.128.145) (Quit: Leaving)
- # [14:05] * Quits: mkwst (~mkwst@74.125.57.233) (Quit: mkwst)
- # [14:07] * Parts: yakushevsky (~yakushevs@dhcp172-103-red.yandex.net)
- # [14:20] * Joins: svenlito (~svenlito@78-86-0-182.zone2.bethere.co.uk)
- # [14:26] * Joins: prgmrBill (~prgmrBill@unaffiliated/prgmrbill)
- # [14:36] * Quits: plomlompom (~plomlompo@i59F6C3C8.versanet.de) (Ping timeout: 240 seconds)
- # [14:39] * Joins: plomlompom (~plomlompo@i59F6AB76.versanet.de)
- # [14:39] * Joins: expilicious (~zAyghip8@cpc2-ely02-0-0-cust338.5-1.cable.virginmedia.com)
- # [14:41] * Quits: matjas (~matjas@91.182.107.160) (Remote host closed the connection)
- # [15:02] * Joins: miketaylr (~miketaylr@173-125-188-142.pools.spcsdns.net)
- # [15:05] * Quits: vojnet (~chatzilla@c-76-16-109-79.hsd1.in.comcast.net) (Ping timeout: 245 seconds)
- # [15:15] * Quits: serio (~serio@207.245.21.185)
- # [15:24] * Joins: Pewpewarrows (~Pewpewarr@75-145-93-41-WashingtonDC.hfc.comcastbusiness.net)
- # [15:24] * Joins: miketayl_r (~miketaylr@173-103-10-72.pools.spcsdns.net)
- # [15:24] * Joins: miketalr_ (~miketaylr@184-200-253-146.pools.spcsdns.net)
- # [15:25] * Quits: miketaylr (~miketaylr@173-125-188-142.pools.spcsdns.net) (Disconnected by services)
- # [15:25] * miketalr_ is now known as miketaylr
- # [15:29] * Quits: miketayl_r (~miketaylr@173-103-10-72.pools.spcsdns.net) (Ping timeout: 276 seconds)
- # [15:34] * Joins: wizL (~radiator@93-103-192-160.dynamic.t-2.net)
- # [15:42] * Joins: nsisodiya (~nsisodiya@121.245.226.14)
- # [15:46] * Joins: Mussious (~kamil@dgm10.neoplus.adsl.tpnet.pl)
- # [15:56] * Joins: craigbarnes (~craig@unaffiliated/craigbarnes)
- # [15:57] * Joins: ugisozols (~ugisozols@91.193.65.242)
- # [16:04] * Quits: ugisozols (~ugisozols@91.193.65.242) (Remote host closed the connection)
- # [16:09] * Quits: nsisodiya (~nsisodiya@121.245.226.14) (Quit: Leaving)
- # [16:19] * Joins: mikew3c_ (~MikeSmith@EM114-48-216-67.pool.e-mobile.ne.jp)
- # [16:21] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 240 seconds)
- # [16:21] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [16:22] * Quits: mikew3c (~MikeSmith@EM114-48-33-220.pool.e-mobile.ne.jp) (Ping timeout: 245 seconds)
- # [16:22] * mikew3c_ is now known as mikew3c
- # [16:31] * Quits: miketaylr (~miketaylr@184-200-253-146.pools.spcsdns.net) (Ping timeout: 255 seconds)
- # [16:37] * Quits: tob1 (~tob1@xlate.10t.org) (Quit: tob1)
- # [16:54] * Joins: MattDiPasquale (~MattDiPas@rrcs-184-74-229-10.nyc.biz.rr.com)
- # [16:56] * Joins: nimbupani (~Adium@c-24-22-131-46.hsd1.wa.comcast.net)
- # [17:09] * Joins: dcadenas (~dcadenas@186-8-55-128-dynamic.movinet.com.uy)
- # [17:13] * Quits: Mussious (~kamil@dgm10.neoplus.adsl.tpnet.pl) (Quit: Ex-Chat)
- # [17:14] * Joins: boaz (~boaz@64.119.153.2)
- # [17:39] * Joins: matjas (~matjas@91.182.107.160)
- # [17:45] * Joins: snover (~Adium@c-75-73-43-136.hsd1.mn.comcast.net)
- # [17:45] * Quits: snover (~Adium@c-75-73-43-136.hsd1.mn.comcast.net) (Changing host)
- # [17:45] * Joins: snover (~Adium@unaffiliated/snover)
- # [17:46] * Parts: snover (~Adium@unaffiliated/snover)
- # [17:49] * Joins: ajpiano (~ajpiano@cpe-68-173-41-149.nyc.res.rr.com)
- # [17:53] * Moo-- is now known as XmasMo
- # [17:53] * XmasMo is now known as XmasMoo
- # [17:57] * Parts: nimbupani (~Adium@c-24-22-131-46.hsd1.wa.comcast.net)
- # [17:58] * Joins: JKarsrud (~JKarsrud@178.74.12.254)
- # [18:03] * Joins: vladikoff (~vladikoff@bas1-woodbridge98-2925278655.dsl.bell.ca)
- # [18:03] * Quits: sean` (~seankoole@h183194.upc-h.chello.nl) (Quit: Ik ga weg)
- # [18:17] * Quits: obert- (~obert@host106-156-dynamic.59-82-r.retail.telecomitalia.it) (Read error: Connection reset by peer)
- # [18:23] * Quits: JKarsrud (~JKarsrud@178.74.12.254) (Quit: Leaving.)
- # [18:25] * Joins: obert- (~obert@host106-156-dynamic.59-82-r.retail.telecomitalia.it)
- # [18:33] * Joins: WonTu (~WonTu@p57B53D77.dip.t-dialin.net)
- # [18:33] * Parts: WonTu (~WonTu@p57B53D77.dip.t-dialin.net)
- # [18:59] * Joins: jacine (~jacine@drupal.org/user/88931/view)
- # [19:00] * Joins: BrianBlakely (~Adium@208.253.25.162)
- # [19:01] <BrianBlakely> I just found out "background-clip: content-box;" was taken out of the CSS spec!
- # [19:01] <BrianBlakely> WTS!
- # [19:10] <Dorward> BrianBlakely: It's still there in the 8 day old editor's draft
- # [19:11] <BrianBlakely> :tilt's head: Oh, CSS3.info >.<
- # [19:11] * Joins: sean` (~Sean@D97A9F8D.cm-3-3c.dynamic.ziggo.nl)
- # [19:11] <BrianBlakely> tilts!
- # [19:11] <BrianBlakely> Well, thanks for correcting me Dorward
- # [19:13] * Quits: MattDiPasquale (~MattDiPas@rrcs-184-74-229-10.nyc.biz.rr.com) (Read error: Connection reset by peer)
- # [19:14] * Joins: MattDiPasquale (~MattDiPas@rrcs-184-74-229-10.nyc.biz.rr.com)
- # [19:27] <BrianBlakely> I did notice that border-radius doesn't respect background-clip: content-box
- # [19:27] <BrianBlakely> Well, in Safari
- # [19:27] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Remote host closed the connection)
- # [19:27] <BrianBlakely> Let's check the other guys...
- # [19:28] <BrianBlakely> Ah
- # [19:28] <BrianBlakely> It's a Webkit problem
- # [19:28] <BrianBlakely> Firefox is cruisin' along sweetly
- # [19:29] <BrianBlakely> I should file this bug… somewhere...
- # [19:35] <BrianBlakely> Ah, OK, this bug is 2 years old
- # [19:35] <BrianBlakely> And documented by the blog-o-sphere!
- # [19:35] <BrianBlakely> http://stefsullrewis.tumblr.com/post/1303111216/inner-border-content-or-padding-edge-quirk-in-webkit
- # [19:36] * Quits: MattDiPasquale (~MattDiPas@rrcs-184-74-229-10.nyc.biz.rr.com) (Remote host closed the connection)
- # [19:39] * Joins: jmburnz (~jmburnz@222-154-239-240.adsl.xtra.co.nz)
- # [19:44] * Joins: krunkosaurus (~krunkosau@173-13-142-170-sfba.hfc.comcastbusiness.net)
- # [19:44] <Pewpewarrows> anyone here have experience dogfooding their api?
- # [19:44] * Quits: krunkosaurus (~krunkosau@173-13-142-170-sfba.hfc.comcastbusiness.net) (Client Quit)
- # [19:44] * Joins: krunkosaurus (~krunkosau@173-13-142-170-sfba.hfc.comcastbusiness.net)
- # [19:45] * Quits: craigbarnes (~craig@unaffiliated/craigbarnes) (Remote host closed the connection)
- # [19:52] * Joins: Miesco (~mugsy@76-10-183-219.dsl.teksavvy.com)
- # [19:52] * Parts: Miesco (~mugsy@76-10-183-219.dsl.teksavvy.com)
- # [19:53] * Joins: Killman (~Killman@unaffiliated/killman)
- # [19:53] <BrianBlakely> Does any browser use Webkit2 yet?
- # [19:54] * Joins: Thasmo (~thasmo@d86-32-185-119.cust.tele2.at)
- # [19:55] <BrianBlakely> I suppose not, since last anyone spoke of it was early April
- # [19:56] <BrianBlakely> I guess Safari 6 will have it, but unsure if Chrome will adopt, as the new engine essentially duplicates their own features
- # [20:00] * Quits: Ms2ger (~Ms2ger@91.181.155.117) (Read error: Connection reset by peer)
- # [20:16] * Joins: Ms2ger (~Ms2ger@91.181.222.125)
- # [20:23] * Quits: svenlito (~svenlito@78-86-0-182.zone2.bethere.co.uk) (Read error: Connection reset by peer)
- # [20:24] * Joins: svenlito (~svenlito@78-86-0-182.zone2.bethere.co.uk)
- # [20:27] <BrianBlakely> Ridiculously cool WebGL demo: http://videos.mozilla.org/serv/mozhacks/flight-of-the-navigator/
- # [20:28] * Joins: paul_irish (~paul_iris@c-24-2-153-55.hsd1.ct.comcast.net)
- # [20:28] <BrianBlakely> (Must run Chromium or Minefield)
- # [20:31] <prgmrBill> oh neat it's loading today
- # [20:31] <prgmrBill> yesterday it just didn't load
- # [20:38] * Joins: patcito (~123@190.42.74.194)
- # [20:44] * Joins: pa7 (51d9746e@gateway/web/freenode/ip.81.217.116.110)
- # [20:44] <pa7> hey all
- # [20:45] <BrianBlakely> Hiya!
- # [20:45] <BrianBlakely> prgmrBill: I was just checking it out in Minefield.. later, going to see whether it or Chromium perform better..
- # [20:46] <danielfilho> and they said: "Oh, it's the last day of work on this year. It's going to be chill."
- # [20:46] <danielfilho> MY ASS.
- # [20:46] <prgmrBill> BrianBlakely: didn't actually load today either - it was loading some xml file for about 3 minutes before I figured it froze
- # [20:46] <prgmrBill> using chrome 9
- # [20:46] <BrianBlakely> danielfilho: Silly you, for believing them ;P
- # [20:47] <paul_irish> BrianBlakely: pm me your email
- # [20:47] <BrianBlakely> prgmrBill: Oh, does Chrome 9 have WebGL enabled?
- # [20:47] <prgmrBill> idk!
- # [20:47] <pa7> oha hackernews christmas style *g*
- # [20:47] <danielfilho> You know what? I didn't. It's just to proof my point. So I came and Pantera is giving me the pace for my rhythm. Hahaha
- # [20:52] <BrianBlakely> danielfilho: What kind of company?
- # [20:52] <danielfilho> internet portal
- # [20:52] <danielfilho> calm down, I'M FRON THE INTERNET, BRO!
- # [20:53] <danielfilho> from. fat fingers sux.
- # [20:53] <BrianBlakely> hehe
- # [20:53] <danielfilho> does it exists in US yet?
- # [20:53] <danielfilho> internet portals?
- # [20:54] <danielfilho> haha
- # [20:54] <BrianBlakely> danielfilho: More apt Q: Does it exist in the US *anymore*?
- # [20:54] <BrianBlakely> :P
- # [20:54] <BrianBlakely> (the answer is no)
- # [20:55] <danielfilho> good. need to get my engRish trained. You guys have to be useful for something.
- # [20:55] <BrianBlakely> (unless you consider Facebook a portal)
- # [20:56] <BrianBlakely> danielfilho: From where do you hail?
- # [20:56] <danielfilho> BrianBlakely: Sao Paulo, Brazil
- # [20:57] <danielfilho> BTW, I was shocked with Social Network movie. To have ten zeros on your account, you have to walk on flip-flops the whole time in US?
- # [20:57] <danielfilho> Even when snows? And when you're going to do that with a girl in a night-party's bathroom?
- # [20:57] <BrianBlakely> danielfilho: To add 10 zeros to your account, you have to make a film that grossly exaggerates actual events :)
- # [20:58] <danielfilho> Oh. I'm an atheist but, THANK GOD.
- # [20:59] * Joins: addyosmani (~apple@host86-161-171-122.range86-161.btcentralplus.com)
- # [20:59] <BrianBlakely> danielfilho: Though Zuck really did wear flip-flops all the time. I don't know about pub bathrooms… I don't want to know.
- # [20:59] * Quits: Thasmo (~thasmo@d86-32-185-119.cust.tele2.at) (Read error: Connection reset by peer)
- # [20:59] <danielfilho> Hahaha... me too :)
- # [20:59] * Joins: Thasmo (~thasmo@d86-32-185-119.cust.tele2.at)
- # [21:00] <danielfilho> But, if it is a tip to get wealthy, well, I do. :D
- # [21:02] <danielfilho> ok, just kidding. as usual.
- # [21:02] * Joins: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com)
- # [21:02] <BrianBlakely> danielfilho: I think the secret to being a wealthy entrepreneur is to just not stop working, ever. Note: This does not apply if you are working for someone else
- # [21:02] <danielfilho> my opinion about the movie was: how the hell could the brazilian be the nice guy on the story?
- # [21:04] <BrianBlakely> Who was Brazilian? Was it Zuck's CFO?
- # [21:05] <danielfilho> Eduardo Saverin
- # [21:05] <danielfilho> he's brazilian
- # [21:08] <BrianBlakely> Ah
- # [21:08] <BrianBlakely> Are Brazilians too cold-hearted to be "nice guy"s? :P
- # [21:09] * Joins: dgathright (~dgathrigh@dhcp184-48-39-231.nikko.sjc.wayport.net)
- # [21:12] <danielfilho> BrianBlakely: no, but we're world-wide famous for trying to be more "clever" than others, if you can understand me.
- # [21:12] * Quits: prgmrBill (~prgmrBill@unaffiliated/prgmrbill) (Ping timeout: 240 seconds)
- # [21:14] <BrianBlakely> danielfilho: I think I do. We have a saying in America about Brazil: "He who controls the rainforest, controls the world."
- # [21:14] <BrianBlakely> (that isn't actually a saying)
- # [21:16] <danielfilho> ooh.
- # [21:16] <danielfilho> I love when we don't talk about coding here.
- # [21:18] * Joins: Ramosa (Ramosa@unaffiliated/harald/x-000000001)
- # [21:21] <BrianBlakely> It's the holidays, it's time to be goofy
- # [21:21] * Quits: matjas (~matjas@91.182.107.160) (Quit: Computer has gone to sleep.)
- # [21:24] * Joins: snover (~Adium@c-75-73-43-136.hsd1.mn.comcast.net)
- # [21:24] * Quits: snover (~Adium@c-75-73-43-136.hsd1.mn.comcast.net) (Changing host)
- # [21:24] * Joins: snover (~Adium@unaffiliated/snover)
- # [21:24] * Parts: snover (~Adium@unaffiliated/snover)
- # [21:25] <pa7> omg just spoke with a CTO about html5 and realized he thought JS animations equal html5.. funny guy
- # [21:26] * Quits: jmburnz (~jmburnz@222-154-239-240.adsl.xtra.co.nz) (Ping timeout: 276 seconds)
- # [21:30] <BrianBlakely> pa7: That's the sentiment of 95% of the digital industry
- # [21:30] <BrianBlakely> pa7: An incorrect one, but all the same
- # [21:31] <BrianBlakely> pa7: I gave an all-staff talk at my agency, to educate on buzz-vs-fact
- # [21:33] <pa7> BrianBlakely: that's a nice idea
- # [21:33] <danielfilho> pa7: I tweeted this week "HTML5 is the new Ajax"
- # [21:33] * Quits: dgathright (~dgathrigh@dhcp184-48-39-231.nikko.sjc.wayport.net) (Ping timeout: 260 seconds)
- # [21:33] * Joins: MattDiPasquale (~MattDiPas@rrcs-184-74-229-10.nyc.biz.rr.com)
- # [21:34] <BrianBlakely> danielfilho: It's absolutely true
- # [21:34] <BrianBlakely> In every sense
- # [21:34] <pa7> danielfilho: haha or HTML5 is the new SOA
- # [21:36] <pa7> is buzzwording the result of bad technology introduction strategies?
- # [21:36] * Joins: matjas (~matjas@91.182.107.160)
- # [21:37] <pa7> or is this just the fault of some marketing guys ^^
- # [21:38] <paul_irish> hey man i'll still use "ajax" if i'm XHR'ing in json or html
- # [21:38] <paul_irish> drawing the line in the sand on the term "html5" is reallllly tough
- # [21:38] <BrianBlakely> pa7: It's the fault of an overly-wordy tech lexicon
- # [21:39] <danielfilho> paul_irish: we all do. I hope. But the buzzword now is "web apps" and "HTML5".
- # [21:40] * Joins: ben_alman_ (~cowboy@pool-74-104-156-115.bstnma.fios.verizon.net)
- # [21:41] <paul_irish> aint nuttin wrong with that.
- # [21:41] * Quits: ben_alman (~cowboy@pool-74-104-156-115.bstnma.fios.verizon.net) (Ping timeout: 245 seconds)
- # [21:44] * Quits: paul_irish (~paul_iris@c-24-2-153-55.hsd1.ct.comcast.net) (Remote host closed the connection)
- # [21:46] * Quits: Ms2ger (~Ms2ger@91.181.222.125) (Quit: nn)
- # [21:50] * Quits: davidwalsh (~davidwals@75-135-74-55.dhcp.mdsn.wi.charter.com) (Quit: Reading http://davidwalsh.name)
- # [21:52] <BrianBlakely> HTML5 = "New cool tech AS WELL AS a renaissance-shift in output from the community and industry at large"
- # [21:54] * Joins: LynnWallenstein (~Lynn@pool-74-107-70-172.bltmmd.fios.verizon.net)
- # [21:54] <pa7> "I don't care what it is but all our sites need html5 support because HTML5 rocks and our clients like it"
- # [21:55] * Quits: dcadenas (~dcadenas@186-8-55-128-dynamic.movinet.com.uy) (Remote host closed the connection)
- # [21:57] * Joins: jmburnz (~jmburnz@222-154-239-240.adsl.xtra.co.nz)
- # [21:59] * Joins: mokush (~quassel@188.24.42.76)
- # [22:00] <mokush> what's the best way for cross-domaining around?
- # [22:01] * Quits: matjas (~matjas@91.182.107.160) (Ping timeout: 245 seconds)
- # [22:03] <danielfilho> mokush: jsonp?
- # [22:03] <danielfilho> lolz
- # [22:04] <mokush> danielfilho: I need to post a form, so it won't work
- # [22:05] * Quits: sean` (~Sean@D97A9F8D.cm-3-3c.dynamic.ziggo.nl) (Quit: Leaving)
- # [22:06] <danielfilho> you're in domain A, and need to post on domain B, right?
- # [22:06] <danielfilho> so you want to post cross-domain
- # [22:06] <danielfilho> not to retrieve?
- # [22:06] * Quits: jmburnz (~jmburnz@222-154-239-240.adsl.xtra.co.nz) (Ping timeout: 240 seconds)
- # [22:09] * Joins: matjas (~matjas@91.182.80.136)
- # [22:09] * Joins: Slartibart (~Slartibar@212.112.46.158)
- # [22:09] * Quits: dmachi (~dmachi@pool-72-66-195-134.ronkva.east.verizon.net) (Read error: Connection reset by peer)
- # [22:09] * Joins: dmachi (~dmachi@pool-72-66-195-134.ronkva.east.verizon.net)
- # [22:10] * Quits: dmachi (~dmachi@pool-72-66-195-134.ronkva.east.verizon.net) (Remote host closed the connection)
- # [22:10] * Joins: dmachi (~dmachi@pool-72-66-195-134.ronkva.east.verizon.net)
- # [22:19] * Joins: mikew3c_ (~MikeSmith@EM114-48-19-72.pool.e-mobile.ne.jp)
- # [22:22] * Quits: mikew3c (~MikeSmith@EM114-48-216-67.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [22:22] * mikew3c_ is now known as mikew3c
- # [22:25] <mokush> danielfilho: yeah.
- # [22:26] <BrianBlakely> mokush: Wait, setting the action for another domain doesn't work?
- # [22:26] <mokush> I think I'm going to use some php proxy
- # [22:26] <mokush> BrianBlakely: what do you mean/
- # [22:26] <danielfilho> BrianBlakely: it depends on the web server configh
- # [22:26] <BrianBlakely> form action="some_other_domain_location"
- # [22:26] <mokush> well the server doesn't have the allow-origin stuff
- # [22:26] <danielfilho> there is an unclean way to do that with iframe
- # [22:27] <BrianBlakely> Weird, I thought that was in the brainless config for most servers (at least, I've never encountered a problem)
- # [22:28] <danielfilho> create 2 elements. an iframe and a form. set the form attributes action and method.
- # [22:28] <danielfilho> then you append the form on the iframe.
- # [22:28] <danielfilho> then you append the iframe on your document.
- # [22:28] <danielfilho> then you submit.
- # [22:29] <danielfilho> then you kill me for such a dirty solution.
- # [22:32] <danielfilho> you have to create the fields and values on the form inside your iframe too.
- # [22:32] <danielfilho> \
- # [22:35] * Joins: LynnMWallenstein (~Lynn@pool-74-107-70-172.bltmmd.fios.verizon.net)
- # [22:36] * Joins: LynnW (~Lynn@pool-74-107-70-172.bltmmd.fios.verizon.net)
- # [22:37] <pa7> dirty but nice
- # [22:37] * Quits: Thasmo (~thasmo@d86-32-185-119.cust.tele2.at)
- # [22:37] <mokush> danielfilho: have to try that out
- # [22:38] <BrianBlakely> There's an AIM password phishing scheme that's running rampant at the moment
- # [22:39] <BrianBlakely> Be careful of IMs or emails, especially those landing on Chinese websites!
- # [22:39] * Quits: LynnWallenstein (~Lynn@pool-74-107-70-172.bltmmd.fios.verizon.net) (Ping timeout: 240 seconds)
- # [22:39] <BrianBlakely> links in IMs or emails*
- # [22:39] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 240 seconds)
- # [22:39] <BrianBlakely> I was almost duped, several coworkers were not so lucky
- # [22:39] * Joins: moshee (~moshee@c-24-16-155-210.hsd1.wa.comcast.net)
- # [22:39] * Quits: moshee (~moshee@c-24-16-155-210.hsd1.wa.comcast.net) (Changing host)
- # [22:39] * Joins: moshee (~moshee@unaffiliated/moshee)
- # [22:40] <pa7> BrianBlakely: thanks for the tip
- # [22:40] * Quits: LynnMWallenstein (~Lynn@pool-74-107-70-172.bltmmd.fios.verizon.net) (Ping timeout: 255 seconds)
- # [22:52] * Joins: sean` (~Sean@D97A9F8D.cm-3-3c.dynamic.ziggo.nl)
- # [22:57] * Quits: sean` (~Sean@D97A9F8D.cm-3-3c.dynamic.ziggo.nl) (Quit: Leaving)
- # [22:57] * Quits: Pewpewarrows (~Pewpewarr@75-145-93-41-WashingtonDC.hfc.comcastbusiness.net) (Quit: Leaving)
- # [23:01] * Quits: matjas (~matjas@91.182.80.136) (Quit: Computer has gone to sleep.)
- # [23:06] * Quits: HT (~ht@ip3e83ff64.speed.planet.nl) (Remote host closed the connection)
- # [23:09] * Quits: jacine (~jacine@drupal.org/user/88931/view) (Quit: buh bye :))
- # [23:09] * Quits: MattDiPasquale (~MattDiPas@rrcs-184-74-229-10.nyc.biz.rr.com) (Remote host closed the connection)
- # [23:19] * ben_alman_ is now known as ben_alman
- # [23:21] * Joins: paul_irish (~paul_iris@c-24-2-153-55.hsd1.ct.comcast.net)
- # [23:27] * Quits: pa7 (51d9746e@gateway/web/freenode/ip.81.217.116.110) (Quit: Page closed)
- # [23:29] * Quits: Boohemian_ (~Boohemian@209-6-67-222.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com) (Quit: ciao)
- # [23:35] <danielfilho> DUDES
- # [23:35] <danielfilho> see you all next year, ok?
- # [23:36] <danielfilho> I hope you all can survive withou me next week. You have to promise you'll eat all your meals. And vegetables. And coffee. And whisky and beer and caipirinhas.
- # [23:36] * Joins: doonie (~doonie@unaffiliated/doonie)
- # [23:36] <doonie> how does one center the <header> tag in ie? margin: 0 auto; doesn't seem to work weird enough ;p
- # [23:38] * Quits: paul_irish (~paul_iris@c-24-2-153-55.hsd1.ct.comcast.net) (Remote host closed the connection)
- # [23:39] <danielfilho> doonie: you could ask Santa, to make margin works on IE. (a.k.a. I didn't had this problem. Yet.)
- # [23:39] <danielfilho> :D
- # [23:39] <doonie> others seem to do this on the body tag hmm
- # [23:39] <mokush> danielfilho: you going to a skiing caban or what?
- # [23:40] <danielfilho> hahaha
- # [23:40] <danielfilho> will go to a farm
- # [23:40] <danielfilho> from my family
- # [23:40] <doonie> kewl works, go figure. santa never delives ;>
- # [23:40] <doonie> delivers*
- # [23:41] <danielfilho> doonie: it's because Santa doesn't use SCRUM.
- # [23:41] <doonie> hehe
- # [23:41] <danielfilho> he probably chooses lean. or kanban.
- # [23:41] <doonie> that scum ;p
- # [23:41] <danielfilho> hahaha
- # [23:41] * Joins: cardona507 (~cardona50@cpe-98-150-147-252.hawaii.res.rr.com)
- # [23:41] <danielfilho> well, gotta go for real, now.
- # [23:42] <danielfilho> behave yourself.
- # [23:42] <doonie> btw yer nick is very.. kinky when read a.. slow way ;p
- # [23:42] <danielfilho> why?
- # [23:43] <doonie> ho ho ho
- # [23:43] <danielfilho> will figure it out next year. bye!
- # [23:43] * Quits: danielfilho (~dcosta@200.226.123.5) (Quit: RT @ArsenicMicrobes: We come in peace)
- # [23:44] <XmasMoo> hey
- # [23:44] <XmasMoo> doonie: here is santa for IE
- # [23:44] <XmasMoo> http://www.youtube.com/watch?v=xkyqODDF-LU
- # [23:45] * Quits: mokush (~quassel@188.24.42.76) (Remote host closed the connection)
- # [23:47] <BrianBlakely> For margin: 0 auto; to work, your <header> must have a display type capable of accepting margins, and then make sure the width is not 100% of the parent
- # [23:47] <BrianBlakely> PEEEACES
- # [23:47] * Parts: BrianBlakely (~Adium@208.253.25.162)
- # [23:48] * Joins: mokush (~quassel@188.24.42.76)
- # [23:59] * Quits: |Anthony| (~anthony@unaffiliated/anthony/x-4632056) (Ping timeout: 240 seconds)
- # [23:59] * Joins: tw2113 (~tw2113@fedora/tw2113)
- # Session Close: Fri Dec 24 00:00:00 2010
The end :)