/irc-logs / freenode / #html5 / 2011-08-20 / end

Options:

  1. # Session Start: Sat Aug 20 00:00:00 2011
  2. # Session Ident: #html5
  3. # [00:00] <xonecas> can you encode it?
  4. # [00:00] <xonecas> you could encode it to base64 and send it as a string, a node server can handle base64 and save it as binary
  5. # [00:01] * Joins: rawfodog_ (~rawfodog@modemcable118.71-70-69.static.videotron.ca)
  6. # [00:02] <colinsullivan> I'm trying to do this all in the browser
  7. # [00:02] <colinsullivan> base64 would work just fine
  8. # [00:02] <colinsullivan> I'm not sure how to convert my blob to base64 then back to blob, however
  9. # [00:02] <colinsullivan> in the browser
  10. # [00:04] * Joins: tantek (~tantek@173.247.198.2)
  11. # [00:04] <xonecas> colinsullivan: http://studyjava.org/client-side-scripts/convert-string-to-blob-and-blob-to-string this is in java
  12. # [00:04] <xonecas> maybe something similar can be done with javascript String construcor?
  13. # [00:04] <colinsullivan> hmm
  14. # [00:06] <colinsullivan> Looks like a blob string representation is this: [object Blob]
  15. # [00:06] <xonecas> predictable lol
  16. # [00:07] * Quits: chrisdev (~chrisdev@ts7.ny3.techspace.com) (Quit: Computer has gone to sleep.)
  17. # [00:09] * Quits: LongBeach (~mike@AFontenayssB-152-1-48-79.w83-114.abo.wanadoo.fr)
  18. # [00:10] <colinsullivan> I think I got something, http://www.w3.org/TR/FileAPI/#dfn-readAsText
  19. # [00:10] <colinsullivan> we'll see how it works
  20. # [00:10] <colinsullivan> I was trying the other "readAs…" methods
  21. # [00:10] <colinsullivan> because I thought the text encoding would mess things up
  22. # [00:11] <colinsullivan> but it seems to be unchanged when converted back and forth
  23. # [00:12] <xonecas> *thumbs up!*
  24. # [00:17] * Quits: TeddyMurray (~TeddyMurr@67.216.158.152.pool.hargray.net) (Ping timeout: 263 seconds)
  25. # [00:24] * Quits: buribu (~buribu@unaffiliated/buribu) (Read error: Connection reset by peer)
  26. # [00:26] * Joins: slifty (~slifty@c-24-61-131-98.hsd1.nh.comcast.net)
  27. # [00:28] * Quits: trumpetmic (~trumpetmi@159.182.183.6) (Quit: Leaving.)
  28. # [00:30] * Quits: slifty (~slifty@c-24-61-131-98.hsd1.nh.comcast.net) (Client Quit)
  29. # [00:31] <colinsullivan> Nope, didn't work :(
  30. # [00:32] <colinsullivan> It looks fine, but I guess something in the encoding is messed up
  31. # [00:33] * Quits: dcadenas_ (~dcadenas@r186-48-243-113.dialup.adsl.anteldata.net.uy) (Remote host closed the connection)
  32. # [00:33] * Joins: slifty (~slifty@c-24-61-131-98.hsd1.nh.comcast.net)
  33. # [00:34] * Quits: slifty (~slifty@c-24-61-131-98.hsd1.nh.comcast.net) (Client Quit)
  34. # [00:35] * Quits: chachan (~quassel@190.78.188.243) (Remote host closed the connection)
  35. # [00:36] <peol> http://i.imgur.com/8g7Bw.jpg The new IE10
  36. # [00:36] <peol> (from reedit)
  37. # [00:36] <peol> reddit, damn autocorrect
  38. # [00:37] * Joins: WILDsharustar (~sharustar@unaffiliated/sharustar)
  39. # [00:41] * Joins: xtc (~xtc@190.21.68.144)
  40. # [00:41] * Joins: techrush (~techrush@rrcs-173-197-64-177.west.biz.rr.com)
  41. # [00:49] * Quits: techrush (~techrush@rrcs-173-197-64-177.west.biz.rr.com) (Ping timeout: 276 seconds)
  42. # [00:49] * Quits: BigKing_2nd (~BigKing@p5DD687D3.dip0.t-ipconnect.de) (Remote host closed the connection)
  43. # [00:53] * Quits: grzesag (~grzesag@cpc2-oxfd10-0-0-cust366.4-3.cable.virginmedia.com) (Quit: Leaving)
  44. # [00:56] * Joins: dcadenas (~dcadenas@186-8-38-1-dynamic.movinet.com.uy)
  45. # [00:57] * Joins: pandeiro (~pandeiro@187.105.249.2)
  46. # [00:57] * Quits: rros (~robert@78-27-52-235.dsl.alice.nl) (Quit: Ex-Chat)
  47. # [00:58] <pandeiro> anyone know if autocomplete="on" is supposed to work with ajax-loaded DOM elements in any browser?
  48. # [00:58] * Joins: TeddyMurray (~TeddyMurr@67.216.158.152.pool.hargray.net)
  49. # [01:01] * Quits: dcadenas (~dcadenas@186-8-38-1-dynamic.movinet.com.uy) (Remote host closed the connection)
  50. # [01:01] * Joins: dcadenas (~dcadenas@186-8-38-1-dynamic.movinet.com.uy)
  51. # [01:03] * Quits: TeddyMurray (~TeddyMurr@67.216.158.152.pool.hargray.net) (Ping timeout: 250 seconds)
  52. # [01:03] * Quits: cgcardona (~cgcardona@unaffiliated/cgcardona) (Quit: cgcardona)
  53. # [01:04] * Quits: midgard (Christian@194.94.16.241) (Quit: Verlassend)
  54. # [01:04] <BrianBlakely> pandeiro: I can't confirm whether it does, but it should
  55. # [01:05] <BrianBlakely> God dammit - styling tables
  56. # [01:05] <pandeiro> BrianBlakely: not sure i'm using it right but in Chrome 13 and FF 6 it does not
  57. # [01:06] <BrianBlakely> What if you tweak autocomplete off and back on?
  58. # [01:06] <BrianBlakely> Maybe it needs something to make it kick in
  59. # [01:06] <pandeiro> nope
  60. # [01:06] <pandeiro> maybe if i physically kick the computer?
  61. # [01:06] <BrianBlakely> haha :/
  62. # [01:07] <pandeiro> seriously between autofocus and autocomplete wtf good is html5
  63. # [01:08] * Quits: dcadenas (~dcadenas@186-8-38-1-dynamic.movinet.com.uy) (Remote host closed the connection)
  64. # [01:09] * Joins: dcadenas (~dcadenas@186.8.66-153-dynamic.movinet.com.uy)
  65. # [01:09] <hober> err
  66. # [01:10] <BrianBlakely> pandeiro: iframe might be a good workaround
  67. # [01:11] <pandeiro> faster to just write shit in javascript than try seeing if any of the shiny html5 stuff actually works in any/every browser
  68. # [01:12] * Quits: thatryan (~thatryan@adsl-76-254-18-99.dsl.pltn13.sbcglobal.net) (Quit: Leaving...)
  69. # [01:14] * Quits: David_Bradbury (~chatzilla@75-147-178-254-Washington.hfc.comcastbusiness.net) (Quit: ChatZilla 0.9.87 [Firefox 6.0/20110811165603])
  70. # [01:16] * Joins: Evanescence (~chris@122.237.38.58)
  71. # [01:19] * Quits: zatan (~zatan@5ad19e91.bb.sky.com) (Ping timeout: 252 seconds)
  72. # [01:22] * Quits: RLa (~RL@infdot.com) (Quit: Leaving)
  73. # [01:23] * Quits: ericduran (~eric@cpe-69-203-69-3.nyc.res.rr.com) (Quit: ericduran)
  74. # [01:24] * Quits: Thasmo (~thasmo@d86-33-68-82.cust.tele2.at)
  75. # [01:24] * Parts: ewokchewy (~liferay@rrcs-76-79-114-218.west.biz.rr.com)
  76. # [01:25] * Quits: sasori (~sasori@acl1-719bts.gw.smartbro.net) (Read error: Connection reset by peer)
  77. # [01:27] * Quits: colinsullivan (~Adium@32.97.110.52) (Quit: Leaving.)
  78. # [01:27] * Joins: digitalfiz (~digitalfi@unaffiliated/digitalfiz)
  79. # [01:33] * Joins: sasori (~sasori@acl1-719bts.gw.smartbro.net)
  80. # [01:34] * Joins: thatryan (~thatryan@c-71-202-3-49.hsd1.ca.comcast.net)
  81. # [01:35] * Joins: suprraz (~Adium@ip174-65-98-159.sd.sd.cox.net)
  82. # [01:36] * Quits: suprraz (~Adium@ip174-65-98-159.sd.sd.cox.net) (Client Quit)
  83. # [01:36] * Joins: suprraz (~Adium@ip174-65-98-159.sd.sd.cox.net)
  84. # [01:38] * Joins: TeddyMurray (~TeddyMurr@67.216.158.152.pool.hargray.net)
  85. # [01:40] <suprraz> hello
  86. # [01:47] * Joins: TylerWhitney (~Tyler@97-89-241-60.static.plbg.ny.charter.com)
  87. # [01:48] * Quits: netroyIsSleeping (~NetRoY@122.167.71.48) (Quit: netroyIsSleeping)
  88. # [01:50] * Quits: jacine (~jacine@drupal.org/user/88931/view) (Quit: buh bye :))
  89. # [01:52] * Joins: chrisdev (~chrisdev@pool-108-41-95-186.nycmny.fios.verizon.net)
  90. # [01:56] * Quits: xtc (~xtc@190.21.68.144) (Quit: This computer has gone to sleep)
  91. # [01:59] * Joins: jacine (~jacine@drupal.org/user/88931/view)
  92. # [01:59] * Joins: andrewjbaker (~ajb@88-104-105-121.dynamic.dsl.as9105.com)
  93. # [02:11] * Quits: andrewjbaker (~ajb@88-104-105-121.dynamic.dsl.as9105.com) (Read error: Connection reset by peer)
  94. # [02:13] * Quits: mascix (~mascix@83.66.110.192) (Quit: Leaving.)
  95. # [02:24] * Quits: sic1 (~ckihneman@wsip-68-224-173-84.sd.sd.cox.net) (Quit: Computer has gone to sleep)
  96. # [02:27] * Parts: suprraz (~Adium@ip174-65-98-159.sd.sd.cox.net)
  97. # [02:30] * Quits: brettgoulder (~textual@173-164-36-90-colorado.hfc.comcastbusiness.net) (Quit: Computer has gone to sleep.)
  98. # [02:33] * Joins: xtc (~xtc@pc-67-70-120-200.cm.vtr.net)
  99. # [02:35] * Joins: Pessimism (~Pessimism@0x5da437cb.virnqu1.dynamic.dsl.tele.dk)
  100. # [02:36] * Joins: brettgoulder (~textual@173-164-36-90-colorado.hfc.comcastbusiness.net)
  101. # [02:36] <Pessimism> I am trying to make an accessible and standards-compliant forum that uses <textarea>, but I can't really find any good resources to go buy. Got any good links to some examples?
  102. # [02:37] <xonecas> paul_irish: I think you might have a laugh with this: http://xonecas.com/creativejs-threejs-part1/
  103. # [02:39] * Quits: WILDsharustar (~sharustar@unaffiliated/sharustar) (Quit: Leaving)
  104. # [02:43] <paul_irish> xonecas: niciiice
  105. # [02:43] <paul_irish> fuckin stars bro
  106. # [02:43] * Quits: brettgoulder (~textual@173-164-36-90-colorado.hfc.comcastbusiness.net) (Quit: Computer has gone to sleep.)
  107. # [02:45] <xonecas> ahah
  108. # [02:45] * Quits: jreading (~Adium@ip98-169-200-82.dc.dc.cox.net) (Quit: Leaving.)
  109. # [02:46] <xonecas> Pessimism: can you re phrase your question?!
  110. # [02:46] * Quits: chrisdev (~chrisdev@pool-108-41-95-186.nycmny.fios.verizon.net) (Quit: Computer has gone to sleep.)
  111. # [02:47] <Pessimism> I want to use a <textarea> element for my project, but all the guides and books talk about <input type="text">. I'd just like some basic, good articles on using <textarea> or at least some examples that use it.
  112. # [02:48] <Pessimism> It's like an ugly step child that's been confined to live in a basement for 20 years.
  113. # [02:48] <xonecas> have you looked for the textarea entry in the mdc? (mozilla developers center)
  114. # [02:48] <Pessimism> Nope
  115. # [02:48] <Pessimism> Googled and checked ALA and Smashing Mag
  116. # [02:49] * Joins: symb (~IRC@p57B8F0F9.dip.t-dialin.net)
  117. # [02:49] <xonecas> not really, a step child, it's just that you can do almost the same things to a textarea as you would with a text input (to an extent)
  118. # [02:49] <xonecas> https://developer.mozilla.org/en/HTML/Element/textarea
  119. # [02:49] <xonecas> this should give more info
  120. # [02:49] <xonecas> :-)
  121. # [02:50] <Pessimism> I feel so guilty when I define the rows and columns in the HTML instead of the CSS
  122. # [02:51] <Pessimism> It's like Jerrey Zeldman is watching me or something.
  123. # [02:51] <Pessimism> *Jeffrey
  124. # [02:51] <xonecas> you define width and length in css, not rows and cols :-P
  125. # [02:52] * Quits: symb_ (~IRC@p54A7B17B.dip.t-dialin.net) (Ping timeout: 240 seconds)
  126. # [02:52] <xonecas> as far as I know unless you need a fixed col/row textarea you should use css, because at that point they become visual rules
  127. # [02:53] <xonecas> Did that article help?
  128. # [02:53] <Pessimism> Nothing I hadn't really read, no.
  129. # [02:54] <Pessimism> When I try to edit the type="text" for a bigger height, I just get a text box that is centred on the middle
  130. # [02:54] * Quits: dguttman (~dguttman@rrcs-173-196-159-188.west.biz.rr.com) (Quit: dguttman)
  131. # [02:54] <Pessimism> Maybe my CSS is off
  132. # [02:54] <Pessimism> At least with <textarea>, my text starts at the top
  133. # [02:54] <xonecas> input[type=text] { height: 1.2em }
  134. # [02:54] <xonecas> or you can use padding to keep the text in the middle
  135. # [02:55] <xonecas> you can style a textarea to look exactly like an input, if you need a multiple line input
  136. # [02:56] <Pessimism> That CSS creates the same problem
  137. # [02:56] <Pessimism> The text starts in the middle
  138. # [02:56] <Pessimism> At least in Opera
  139. # [02:56] <Pessimism> And I can't press Enter
  140. # [02:56] * Quits: xtc (~xtc@pc-67-70-120-200.cm.vtr.net) (Quit: This computer has gone to sleep)
  141. # [02:56] <Pessimism> (Without submitting)
  142. # [02:57] <xonecas> you can get around the enter submiting the form with some javascript, explain text starts in the middle?
  143. # [02:58] <BrianBlakely> text-align: center?
  144. # [02:58] <BrianBlakely> Is that happening?
  145. # [02:58] <xonecas> I have no idea.. Pessimism can you show the code?
  146. # [02:59] <Pessimism> *uploading to imgur, hold on, chaps*
  147. # [02:59] <Pessimism> [URL=http://imgur.com/7WUHZ][IMG]http://i.imgur.com/7WUHZ.png[/IMG][/URL]
  148. # [02:59] <Pessimism> argh
  149. # [02:59] <Pessimism> http://imgur.com/7WUHZ
  150. # [03:00] <xonecas> do you have vertical-align: middle somewhere in there?
  151. # [03:00] <Pessimism> Nope
  152. # [03:00] <Pessimism> sec
  153. # [03:00] <Pessimism> Throwing the css on pastebin
  154. # [03:02] <Pessimism> http://pastebin.com/Z21Kbjmm
  155. # [03:02] <Pessimism> Think that's the relevant part
  156. # [03:02] <Pessimism> also have a reset css, come to mind
  157. # [03:02] <Pessimism> sec
  158. # [03:02] * Quits: dcadenas (~dcadenas@186.8.66-153-dynamic.movinet.com.uy) (Remote host closed the connection)
  159. # [03:03] <Pessimism> I have this weird part: " *vertical-align: middle; "
  160. # [03:05] * Joins: tw2113 (~tw2113@fedora/tw2113)
  161. # [03:05] <Pessimism> I'll just disable it and see if anything changes. Otherwise, I'll check back tomorrow when it isn't 3 AM. :)
  162. # [03:05] <xonecas> http://jsfiddle.net/3PMv5/
  163. # [03:05] <xonecas> Pessimism: just replace the html input by a text area
  164. # [03:06] <xonecas> take a look at that fiddle, the image you showed on the imgur is the input with the 11.2em height
  165. # [03:06] <Pessimism> mm
  166. # [03:08] <Pessimism> Alright, thanks for taking a look at it
  167. # [03:08] <xonecas> happy to help
  168. # [03:08] * Quits: Pessimism (~Pessimism@0x5da437cb.virnqu1.dynamic.dsl.tele.dk) (Quit: Leaving)
  169. # [03:15] * Joins: techrush (~techrush@adsl-75-4-206-43.dsl.irvnca.sbcglobal.net)
  170. # [03:24] * Quits: CoverSlide (~Richardh@66-113-67-35.rev.ibsinc.com) (Ping timeout: 276 seconds)
  171. # [03:27] * Quits: JoshManders (~josh@unaffiliated/killswitch) (Ping timeout: 258 seconds)
  172. # [03:40] * Joins: necolas (~necolas@5e0129ee.bb.sky.com)
  173. # [03:43] * Quits: vazel (~wizl@93-103-183-234.dynamic.t-2.net)
  174. # [03:47] * Quits: benv (~benv@50-0-80-160.dsl.static.sonic.net) (Quit: Leaving...)
  175. # [03:47] * jacine is now known as jacine|afk
  176. # [03:48] * Quits: TylerWhitney (~Tyler@97-89-241-60.static.plbg.ny.charter.com)
  177. # [03:52] * tw2113 cleans himself while jacine|afk is afk
  178. # [03:54] * Quits: TeddyMurray (~TeddyMurr@67.216.158.152.pool.hargray.net) (Ping timeout: 268 seconds)
  179. # [03:55] * Quits: temp02 (~temp01@unaffiliated/temp01) (Ping timeout: 240 seconds)
  180. # [03:57] * Joins: temp01 (~temp01@unaffiliated/temp01)
  181. # [03:59] * Joins: meatmash (~IceChat77@pool-173-60-31-219.lsanca.fios.verizon.net)
  182. # [04:00] * Parts: meatmash (~IceChat77@pool-173-60-31-219.lsanca.fios.verizon.net)
  183. # [04:02] * Joins: sic1 (~ckihneman@wsip-68-224-173-84.sd.sd.cox.net)
  184. # [04:05] * Quits: smus (~smus@nat/google/x-cbiudlggzuktaizf) (Remote host closed the connection)
  185. # [04:08] * Joins: luchenbill (~gnome@shellium/member/unfunf)
  186. # [04:09] * Quits: ebryn (u2895@gateway/web/irccloud.com/x-amhanvhddeeimbdk) (Read error: Operation timed out)
  187. # [04:09] * Quits: LittleFool (~LittleFoo@over-dozed.com) (Read error: Operation timed out)
  188. # [04:09] * Quits: salazr (u2027@gateway/web/irccloud.com/x-akowihqrakkwpbhg) (Read error: Operation timed out)
  189. # [04:09] * Quits: ryanseddon (u1832@gateway/web/irccloud.com/x-njydbbrbgmvokukv) (Read error: Operation timed out)
  190. # [04:09] * Joins: LittleFool (~LittleFoo@over-dozed.com)
  191. # [04:11] * Joins: salazr (u2027@gateway/web/irccloud.com/x-xngnshzzcmlxngnz)
  192. # [04:14] * Joins: smus_ (~smus@67.218.102.211)
  193. # [04:19] * Joins: jimi_hendrix (~jimi@unaffiliated/jimihendrix)
  194. # [04:20] <jimi_hendrix> hi, at what point in the page loading process can i actually use a canvas? the canvas element that i retrieve with jquery during both the document load event and the document ready event does not have a getContext method. i am using chromium for testing
  195. # [04:26] <BrianBlakely> jimi_hendrix: Try placing your <script> after the <canvas>
  196. # [04:26] <jimi_hendrix> ok
  197. # [04:26] <Pomax> it should have .getContext the moment it's created. a <canvas id="lalala"></canvas><script type="text/javascript">document.getElementById('lalala').getContext("2d");</script> should work
  198. # [04:26] <BrianBlakely> jimi_hendrix: You can forego the load and ready events after that
  199. # [04:27] <BrianBlakely> jimi_hendrix: Also $('canvas').getContext('2d') won't work
  200. # [04:27] <jimi_hendrix> BrianBlakely, why not (i wasnt doing that, but i am curious)
  201. # [04:27] <Pomax> sets.
  202. # [04:27] <Pomax> $('canvas')[0].getContext('2d')
  203. # [04:28] <Pomax> the jquery result is an array of matched elements.
  204. # [04:28] <BrianBlakely> jimi_hendrix: What Pomax said
  205. # [04:28] <Pomax> so for calling non-jquery functions you need to select an actual element
  206. # [04:28] * Quits: techrush (~techrush@adsl-75-4-206-43.dsl.irvnca.sbcglobal.net) (Ping timeout: 240 seconds)
  207. # [04:28] <BrianBlakely> jimi_hendrix: Just don't use jQuery, if you can avoid it
  208. # [04:28] <BrianBlakely> Its utility is drastically decreased in an HTML5 world
  209. # [04:29] <jimi_hendrix> alright
  210. # [04:29] <jimi_hendrix> as you can tell, i dont do much web dev :P
  211. # [04:30] <BrianBlakely> jimi_hendrix: Don't feel bad; jQuery syntax is super-approachable compared to vanilla JavaScript's, but it can do more harm than good in many circumstances
  212. # [04:34] * Joins: xtc (~xtc@pc-144-158-83-200.cm.vtr.net)
  213. # [04:40] <tw2113> jquery ruined my social life
  214. # [04:40] <tw2113> wait, i never had one
  215. # [04:40] <tw2113> disregard
  216. # [04:41] <BrianBlakely> I'm out
  217. # [04:41] <BrianBlakely> Laytahz
  218. # [04:41] * Joins: kennyluck_ (~kennyluck@140.109.127.21)
  219. # [04:41] <Pomax> really wish I'd heard about the HP touchpad firesale *before* stores closed here
  220. # [04:44] * Quits: temp01 (~temp01@unaffiliated/temp01) (Read error: Connection reset by peer)
  221. # [04:45] <BrianBlakely> Pomax: A billion online sales - http://www.amazon.com/HP-TouchPad-9-7-Inch-Tablet-Computer/dp/B0055D67HW/ref=sr_1_3?t=slickdeals&tag=slickdeals&s=electronics&ie=UTF8&qid=1313801082%20&sr=1-3
  222. # [04:45] <Pomax> yes. 1 guess how many are still available
  223. # [04:46] <BrianBlakely> Need. sleep. Nighty night!
  224. # [04:46] * Quits: BrianBlakely (~Adium@out.dentsuamerica.com) (Quit: Leaving.)
  225. # [04:48] * Joins: temp01 (~temp01@unaffiliated/temp01)
  226. # [04:51] <jimi_hendrix> anyway, thanks guys, my canvas is now working
  227. # [04:53] * Quits: smus_ (~smus@67.218.102.211) (Remote host closed the connection)
  228. # [04:59] <paul_irish> \o/
  229. # [05:02] * Joins: techrush (~techrush@adsl-75-4-206-43.dsl.irvnca.sbcglobal.net)
  230. # [05:12] * Quits: kyxzme (~kyxzme@93-58-116-120.ip158.fastwebnet.it) (Quit: The FCC, the FBI and every tin god with a badge and a gun You talk and talk, you preach and bitch but your words don't mean a thing)
  231. # [05:13] <tw2113> var paul_irish = rocker;
  232. # [05:14] <paul_irish> you be missin quotes bro
  233. # [05:14] <paul_irish> unless this is more like a
  234. # [05:14] <paul_irish> var paul_irish = new Rocker();
  235. # [05:14] <paul_irish> -type setup
  236. # [05:14] <tw2113> see how much i know js?
  237. # [05:15] <tw2113> but yes, quotes are missing
  238. # [05:17] * Quits: digitalfiz (~digitalfi@unaffiliated/digitalfiz) (Quit: Textual IRC Client: http://www.textualapp.com/)
  239. # [05:20] <tw2113> were you ever a prowrestling fan paul_irish ?
  240. # [05:24] * Quits: tantek (~tantek@173.247.198.2) (Quit: tantek)
  241. # [05:25] * Quits: nonge_ (~nonge@p5B326C50.dip.t-dialin.net) (Ping timeout: 260 seconds)
  242. # [05:32] * Joins: tantek (~tantek@173.247.198.2)
  243. # [05:32] * Quits: axelator (~chatzilla@cn-sfo1-natout.cnet.com) (Remote host closed the connection)
  244. # [05:37] * Quits: tantek (~tantek@173.247.198.2) (Quit: tantek)
  245. # [05:37] * Joins: nonge_ (~nonge@p5B326F45.dip.t-dialin.net)
  246. # [05:38] * Quits: pandeiro (~pandeiro@187.105.249.2) (Quit: Thanks, fellas)
  247. # [05:39] * Quits: Jon47 (~jonz@pool-74-96-160-56.washdc.fios.verizon.net) (Quit: Leaving.)
  248. # [05:40] * Quits: techrush (~techrush@adsl-75-4-206-43.dsl.irvnca.sbcglobal.net) (Ping timeout: 240 seconds)
  249. # [05:41] * kennyluck_ is now known as kennyluck
  250. # [05:42] * Quits: necolas (~necolas@5e0129ee.bb.sky.com) (Remote host closed the connection)
  251. # [05:43] * Joins: dmachi1 (~dmachi@pool-71-254-66-11.ronkva.east.verizon.net)
  252. # [05:43] * Quits: dmachi (~dmachi@pool-71-254-66-11.ronkva.east.verizon.net) (Read error: Connection reset by peer)
  253. # [05:44] * r3volution11 is now known as r3v-drunk
  254. # [05:46] * Quits: kennyluck (~kennyluck@140.109.127.21) (Ping timeout: 240 seconds)
  255. # [05:55] * Joins: kennyluck (~kennyluck@140.109.127.21)
  256. # [05:56] * Joins: mike5w3c_ (~MikeSmith@EM114-48-22-190.pool.e-mobile.ne.jp)
  257. # [06:00] * Quits: mike5w3c (~MikeSmith@EM1-113-86-81.pool.e-mobile.ne.jp) (Ping timeout: 264 seconds)
  258. # [06:00] * mike5w3c_ is now known as mike5w3c
  259. # [06:12] <luchenbill> can anyone help me out with this html5 warning? Using experimental feature: HTML5 Conformance Checker.
  260. # [06:12] <luchenbill> it's the only thing that is happening when I do my validation
  261. # [06:15] * Joins: dr0id (~andy@unaffiliated/dr0id)
  262. # [06:22] * Joins: smus (~smus@173-167-97-246-sfba.hfc.comcastbusiness.net)
  263. # [06:27] * Joins: LongBeach (~mike@AFontenayssB-152-1-48-79.w83-114.abo.wanadoo.fr)
  264. # [06:27] * Joins: pradeebv (~pradeebv@nat/yahoo/x-ynsijvdviojtohlc)
  265. # [06:28] * pradeebv is now known as pradeepbv_yahoo
  266. # [06:30] * Quits: thatryan (~thatryan@c-71-202-3-49.hsd1.ca.comcast.net) (Quit: Leaving...)
  267. # [06:42] * Joins: nimbupani (~Adium@c-24-18-47-160.hsd1.wa.comcast.net)
  268. # [06:43] * Quits: nimbu (~Adium@c-24-18-47-160.hsd1.wa.comcast.net) (Remote host closed the connection)
  269. # [06:50] <danbeam> niftylettuce: hey dude, unfortuneately none of Y! WebPlayer is Open Source
  270. # [06:50] <danbeam> niftylettuce: but it's free to use
  271. # [06:51] * Joins: techrush (~techrush@adsl-75-4-206-43.dsl.irvnca.sbcglobal.net)
  272. # [06:51] <danbeam> niftylettuce: and to skin
  273. # [06:52] * Joins: Bwild (~irc@netblock-75-79-22-130.dslextreme.com)
  274. # [06:54] * Joins: tigerpaw- (~tigerpaw@50-54-154-70.evrt.wa.frontiernet.net)
  275. # [06:54] * danbeam is now known as danbeam__
  276. # [06:54] * Quits: kennyluck (~kennyluck@140.109.127.21) (Quit: kennyluck)
  277. # [06:56] * Quits: tigerpaw (~tigerpaw@unaffiliated/tigerpaw) (Ping timeout: 268 seconds)
  278. # [06:59] * Joins: ebryn (u2895@gateway/web/irccloud.com/x-yftfxuzwdncfvejg)
  279. # [07:07] * Joins: TylerWhitney (~Tyler@97-89-241-60.static.plbg.ny.charter.com)
  280. # [07:08] * Joins: benv (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net)
  281. # [07:11] * Parts: TylerWhitney (~Tyler@97-89-241-60.static.plbg.ny.charter.com)
  282. # [07:12] * Quits: benv (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net) (Client Quit)
  283. # [07:12] * Joins: benv (~benv@99-7-171-41.lightspeed.sntcca.sbcglobal.net)
  284. # [07:17] * Quits: techrush (~techrush@adsl-75-4-206-43.dsl.irvnca.sbcglobal.net) (Ping timeout: 258 seconds)
  285. # [07:23] * Joins: TylerWhitney (~Tyler@97-89-241-60.static.plbg.ny.charter.com)
  286. # [07:23] * Parts: TylerWhitney (~Tyler@97-89-241-60.static.plbg.ny.charter.com)
  287. # [07:24] * Joins: kyxzme (~kyxzme@93-58-116-120.ip158.fastwebnet.it)
  288. # [07:30] * Quits: kyxzme (~kyxzme@93-58-116-120.ip158.fastwebnet.it) (Quit: The FCC, the FBI and every tin god with a badge and a gun You talk and talk, you preach and bitch but your words don't mean a thing)
  289. # [07:34] * Quits: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net) (Quit: dgathright)
  290. # [07:36] * Joins: Narcarsiss (~Narcarsis@ppp118-208-248-223.lns20.hba2.internode.on.net)
  291. # [07:37] <Narcarsiss> hello, has onyone managed to get +1 (google plus button) to work/show up in html5?
  292. # [07:38] <paul_irish> yes
  293. # [07:39] <tw2113> not sure why it'd be difficult
  294. # [07:39] <Narcarsiss> well i copy past code into my site and vwalla nothing to show up
  295. # [07:39] <paul_irish> ur doin it wrong
  296. # [07:39] <Narcarsiss> must be
  297. # [07:40] <Narcarsiss> i tried 3 diff ways but still i cant get it to work :(
  298. # [07:40] <tw2113> sounds like html in general is failed, not html5
  299. # [07:40] <nimbupani> ?paste @ Narcarsiss
  300. # [07:40] <tw2113> no offense
  301. # [07:40] * Joins: TylerWhitney (~Tyler@97-89-241-60.static.plbg.ny.charter.com)
  302. # [07:41] * Joins: kyxzme (~kyxzme@93-58-116-120.ip158.fastwebnet.it)
  303. # [07:42] * Parts: TylerWhitney (~Tyler@97-89-241-60.static.plbg.ny.charter.com)
  304. # [07:43] <Narcarsiss> you know the really strange part
  305. # [07:43] <Narcarsiss> http://jsfiddle.net/RPdUX/ it works
  306. # [07:43] <nimbupani> oops no botty
  307. # [07:43] <Narcarsiss> but in chrome it does not :(
  308. # [07:44] <kyxzme> what is chrome?
  309. # [07:44] <Narcarsiss> browser
  310. # [07:44] <nimbupani> hahaha
  311. # [07:44] * nimbupani is now known as nimbu
  312. # [07:44] <kyxzme> what is browser?
  313. # [07:45] * tw2113 misses the bot already
  314. # [07:47] <Narcarsiss> seriously this is annoying, anyone spot a problem with it?
  315. # [07:49] <kyxzme> naquad_:
  316. # [07:49] <kyxzme> Narcarsiss:
  317. # [07:49] <kyxzme> this is what i see from firefox
  318. # [07:49] <kyxzme> http://img542.imageshack.us/img542/5791/schermatae.png
  319. # [07:49] <kyxzme> firefox 6.0*
  320. # [07:50] * Quits: smus (~smus@173-167-97-246-sfba.hfc.comcastbusiness.net) (Remote host closed the connection)
  321. # [07:50] * Joins: HM2K_ (HM2K@rofl.name)
  322. # [07:50] <Narcarsiss> i use firefox 6 and it looks nothing like that
  323. # [07:50] * Quits: HM2K (HM2K@rofl.name) (Ping timeout: 240 seconds)
  324. # [07:50] <kyxzme> mh
  325. # [07:50] <kyxzme> dunno?
  326. # [07:51] <Narcarsiss> sure your on 6?
  327. # [07:51] <kyxzme> yep
  328. # [07:51] <tw2113> ooh redhat
  329. # [07:52] <kyxzme> ohhh tw2113 ! :D
  330. # [07:53] <tw2113> i don't even see a gradient bg with opera
  331. # [07:53] <Narcarsiss> i didnt add support for opera :P
  332. # [07:53] <tw2113> no one does *forever alone*
  333. # [07:53] <Narcarsiss> i will but maybe when site is done and i clean it up
  334. # [07:54] <tw2113> i tried hitting +1 in the jsfiddle but it turned to a red !
  335. # [07:54] <Narcarsiss> still adding IE support *insert rant here*
  336. # [07:54] <kyxzme> tw2113: maybe you'll be lucky
  337. # [07:54] <Narcarsiss> yeah i got that problem too :(
  338. # [07:55] <kyxzme> he's trying to add support for chrome and firefox unsuccessfully, but maybe it will work at least on opera :D
  339. # [07:55] <kyxzme> :flame: okok sorry Narcarsiss :D
  340. # [07:56] <Narcarsiss> thats fine i was just doing chrome so i can see what it looks like then i need to go to http://css3please.com/ and add the rest of the bloody support or uni will take my hd away :(
  341. # [07:56] <tw2113> for all i know, the issue is JS based
  342. # [07:57] <Narcarsiss> i learn js next week, bit worried about that
  343. # [07:58] <kyxzme> Narcarsiss: JS is like a christian
  344. # [07:58] <kyxzme> it looks sweet
  345. # [07:58] <kyxzme> but is hiding a killer within himself
  346. # [07:58] <kyxzme> always check anything server-side, dont forget
  347. # [07:58] <Narcarsiss> in js
  348. # [07:59] * Joins: OzDave_mbp (~OzDave_mb@27-33-43-79.static.tpgi.com.au)
  349. # [07:59] <Narcarsiss> **note added check client side and server side js.
  350. # [08:03] * Joins: prajwalit (~prajwalit@121.243.225.226)
  351. # [08:04] * Joins: ZoeK (~ZoeK@c-67-180-229-129.hsd1.ca.comcast.net)
  352. # [08:08] <Narcarsiss> anyone here australian?
  353. # [08:11] * Joins: nai (~nai@w0109-49-135-74-254.uqwimax.jp)
  354. # [08:11] <Narcarsiss> seem that it is a JS error im getting null in forebug?
  355. # [08:12] <kyxzme> im italian
  356. # [08:13] <Narcarsiss> :O the home as beautifull cars
  357. # [08:13] <kyxzme> http://www.youtube.com/watch?v=AcI2IdHhEHE
  358. # [08:13] <Narcarsiss> *as = of
  359. # [08:13] <kyxzme> yep! man ! :D
  360. # [08:14] <Narcarsiss> oneday i will travel just to test drive a ferrari. and eat so bloody PASTA!
  361. # [08:14] <kyxzme> gh Pizza! :D
  362. # [08:15] <kyxzme> I'm from southern italy, from a town called "Napoli"
  363. # [08:15] <kyxzme> the Pizza's house !
  364. # [08:15] <Narcarsiss> real pizza? not pizahut or dominoes?
  365. # [08:15] <kyxzme> the first pizza has been cooked in naples
  366. # [08:16] <kyxzme> the "Margherita"
  367. # [08:16] * Narcarsiss now has a craving...
  368. # [08:17] <kyxzme> would you like to see where i am?
  369. # [08:17] <dr0id> why are you lookin for aussies ?
  370. # [08:17] <dr0id> yes
  371. # [08:17] <Narcarsiss> hey dr0id, i was going to sugest watching the movie red dog.
  372. # [08:17] <kyxzme> http://www.partecipiamo.it/Turismo/Napoli/immagini/Napoli_Pozzuoli.jpg
  373. # [08:17] * Joins: dSebastien (~dSebastie@164.85-244-81.adsl-dyn.isp.belgacom.be)
  374. # [08:17] <kyxzme> http://www.porto.napoli.it/img/immagineSubHome.jpg
  375. # [08:17] <dr0id> Narcarsiss: heh, wats so special ?
  376. # [08:17] <kyxzme> http://www.feedelissimo.com/wp-content/uploads/2010/08/81ffc496e4Napoli.jpg.jpg
  377. # [08:18] <Narcarsiss> it's just a good aussie film,
  378. # [08:18] <tw2113> what? No Young Einstein, Narcarsiss ?
  379. # [08:18] <Narcarsiss> http://www.porto.napoli.it/img/immagineSubHome.jpg i have been to that dock in my ship
  380. # [08:18] <dr0id> "my" ship ? :O
  381. # [08:19] <Narcarsiss> simulator :P
  382. # [08:19] <dr0id> lol
  383. # [08:19] <dr0id> kyxzme: beauty bro
  384. # [08:19] <kyxzme> agree! :D
  385. # [08:19] <Narcarsiss> how epic is that casle
  386. # [08:19] <Narcarsiss> and the fishing must be amazing
  387. # [08:20] * Quits: jochen__ (~jochen@nat/google/x-ziacputbhmhvokuq) (Remote host closed the connection)
  388. # [08:20] * Joins: jochen__ (~jochen@nat/google/x-abbqhbaxngimyfjh)
  389. # [08:20] <kyxzme> that's a castle which comes from spanish king who we had here in southern italy
  390. # [08:20] <kyxzme> Narcarsiss: ehm... not so sure.. the sea is not like the sea you have in australia
  391. # [08:21] <kyxzme> there's lots of patrol in our sea
  392. # [08:21] <Narcarsiss> well that sure sucks
  393. # [08:21] <kyxzme> yep
  394. # [08:21] <kyxzme> i agree
  395. # [08:21] <Narcarsiss> such beautifull beach from sky
  396. # [08:21] * Joins: thatryan (~thatryan@c-71-202-3-49.hsd1.ca.comcast.net)
  397. # [08:22] <kyxzme> here in italy we have lots of beautiful places, but our governments are disorganized compared for example to the australian governments
  398. # [08:22] <kyxzme> so, our nice things, sucks..
  399. # [08:22] <Narcarsiss> well, yeah i herd on tv it's not so great
  400. # [08:23] <kyxzme> from what town of australia do you come from?
  401. # [08:24] <Narcarsiss> Hobart, Tasmania
  402. # [08:24] * Parts: ZoeK (~ZoeK@c-67-180-229-129.hsd1.ca.comcast.net) ("Leaving")
  403. # [08:24] <kyxzme> oh
  404. # [08:24] <kyxzme> have you ever seen a devil of tasmania?
  405. # [08:24] <Narcarsiss> little island with great fishing and bad beaches
  406. # [08:24] <Narcarsiss> yeah, i use to rear them
  407. # [08:24] <Narcarsiss> *raise
  408. # [08:25] <kyxzme> i saw some videos of them on yt
  409. # [08:25] <kyxzme> it looks so sweeet :D
  410. # [08:25] <Narcarsiss> their dying :(
  411. # [08:25] <kyxzme> really? why?
  412. # [08:25] <Narcarsiss> face tumors
  413. # [08:25] <Narcarsiss> http://www.dpiw.tas.gov.au/inter.nsf/webpages/lbun-5qf86g
  414. # [08:27] <kyxzme> oh..
  415. # [08:27] <Narcarsiss> yeah it's really bad, tv dont show the bad stuff
  416. # [08:28] <kyxzme> its so sad, isnt there a way to raise a world campaign to collect money to save them?
  417. # [08:29] <Narcarsiss> they are and they are triling new drugs, with 1 almost working
  418. # [08:30] * Joins: jeffszusz (~jeffszusz@d24-57-194-149.home.cgocable.net)
  419. # [08:30] * Joins: BigKing (~BigKing@p5DD687D3.dip0.t-ipconnect.de)
  420. # [08:30] <kyxzme> hope they'll be ok soon
  421. # [08:32] <Narcarsiss> so do we.
  422. # [08:32] <Narcarsiss> so many tourist get bitten by them
  423. # [08:33] <Narcarsiss> think their cure and go near them and they get attacked it's funny reading about it
  424. # [08:33] <Narcarsiss> *cute
  425. # [08:33] * Quits: nimbu (~Adium@c-24-18-47-160.hsd1.wa.comcast.net) (Remote host closed the connection)
  426. # [08:34] <kyxzme> lol i saw on yt
  427. # [08:34] <kyxzme> http://www.youtube.com/watch?v=kK6v6kEWlm8&feature=related
  428. # [08:34] <kyxzme> look at him :D
  429. # [08:36] <Narcarsiss> Ahahahah
  430. # [08:37] * Quits: nai (~nai@w0109-49-135-74-254.uqwimax.jp) (Read error: Connection reset by peer)
  431. # [08:37] * Joins: jorum (~jorum@81-232-132-2-no120.tbcn.telia.com)
  432. # [08:40] <Narcarsiss> ok so +1 is bullS**T
  433. # [08:40] * Joins: SoulRaven (SoulRaven@89.41.157.171)
  434. # [08:40] <kyxzme> Narcarsiss: not so sure
  435. # [08:40] * Quits: jeffszusz (~jeffszusz@d24-57-194-149.home.cgocable.net) (Remote host closed the connection)
  436. # [08:40] <kyxzme> As I read around the web , it's important to let google see your site is considered useful for the users
  437. # [08:41] <Narcarsiss> i just want it cause it looks pretty
  438. # [08:42] <tw2113> they need to release a good api
  439. # [08:42] <Narcarsiss> yeah like twitters
  440. # [08:42] <kyxzme> that's still so young for the api
  441. # [08:43] <tw2113> it's the google
  442. # [08:46] * Joins: smus (~smus@173-167-97-246-sfba.hfc.comcastbusiness.net)
  443. # [08:49] * pradeepbv_yahoo is now known as pradeepbv_yahoo_
  444. # [08:49] * Quits: replore_ (~replore@ntkngw133234.kngw.nt.ftth.ppp.infoweb.ne.jp) (Remote host closed the connection)
  445. # [08:51] * pradeepbv_yahoo_ is now known as pradeepbv_yahoo
  446. # [08:52] * Joins: Jackneill (~Jackneill@unaffiliated/jackneill)
  447. # [08:54] * Quits: pradeepbv_yahoo (~pradeebv@nat/yahoo/x-ynsijvdviojtohlc) (Quit: pradeepbv_yahoo)
  448. # [08:57] * Quits: prajwalit (~prajwalit@121.243.225.226) (Read error: Connection reset by peer)
  449. # [08:58] * Joins: prajwalit (~prajwalit@121.243.225.226)
  450. # [08:59] * Quits: smus (~smus@173-167-97-246-sfba.hfc.comcastbusiness.net) (Remote host closed the connection)
  451. # [09:02] <niftylettuce> what the eff, <audio> is s***, no?
  452. # [09:02] <niftylettuce> ff and chrome get big X's or Resource interpreted as Document
  453. # [09:03] <niftylettuce> then it like disables the audio player in FF
  454. # [09:03] <niftylettuce> where is grantg when you need em
  455. # [09:05] <tw2113> preparing for senior year of HS?
  456. # [09:05] <tw2113> or maybe he's out already, i know he's quite young
  457. # [09:08] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
  458. # [09:09] * Quits: thatryan (~thatryan@c-71-202-3-49.hsd1.ca.comcast.net) (Quit: Leaving...)
  459. # [09:20] * Joins: rawfodog__ (~rawfodog@modemcable118.71-70-69.static.videotron.ca)
  460. # [09:22] <Narcarsiss> http://everythingillegal.com.au/Storage/test.jpg >opinions?
  461. # [09:22] <Narcarsiss> footer not finished.
  462. # [09:29] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne)
  463. # [09:30] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: Never look down on someone unless you're helping them up.)
  464. # [09:41] <OzDave_mbp> If you had to wrap the design into a genre word what would it be?
  465. # [09:43] * Joins: Ms2ger (~Ms2ger@91.181.121.28)
  466. # [09:47] * Quits: prajwalit (~prajwalit@121.243.225.226) (Read error: Connection reset by peer)
  467. # [09:48] * Joins: prajwalit (~prajwalit@121.243.225.226)
  468. # [09:52] * Quits: dSebastien (~dSebastie@164.85-244-81.adsl-dyn.isp.belgacom.be) (Quit: Quitte)
  469. # [09:54] <Narcarsiss> blog
  470. # [09:54] <Narcarsiss> kinda
  471. # [09:54] <Narcarsiss> index?
  472. # [09:54] * Quits: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk) (Remote host closed the connection)
  473. # [09:54] * Joins: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk)
  474. # [09:56] <OzDave_mbp> you need to go deeper to pull out the design, imagine a 50's metal spaceship toy with the key to wind it up
  475. # [09:57] * Quits: danielfilho (~daniel@187.31.77.7) (Ping timeout: 260 seconds)
  476. # [09:57] <OzDave_mbp> now imagine what that presents to the genre and flow those ideas into the design
  477. # [09:57] <OzDave_mbp> that is just one example of course
  478. # [09:57] * Joins: Taftse (~Taftse@unaffiliated/taftse)
  479. # [09:58] <OzDave_mbp> was captin spelt that way intentially?
  480. # [09:58] <OzDave_mbp> intentionally *
  481. # [09:58] <OzDave_mbp> You might want to use Cap'n or Captain
  482. # [09:59] * Joins: vier (~Josh@b218-1.nat.uq.edu.au)
  483. # [10:00] * Quits: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk) (Quit: I'm just restarting!)
  484. # [10:00] * Joins: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk)
  485. # [10:01] * Quits: dr0id (~andy@unaffiliated/dr0id) (Quit: Leaving.)
  486. # [10:01] <Narcarsiss> just typed it out i have an image that goes in its place
  487. # [10:03] * psynaptic|away is now known as psynaptic
  488. # [10:04] * Quits: patcito (~123@190.42.67.128) (Read error: Connection reset by peer)
  489. # [10:07] * Joins: danielfilho (~daniel@187.31.77.7)
  490. # [10:08] * Quits: vier (~Josh@b218-1.nat.uq.edu.au) (Quit: <3's)
  491. # [10:09] <OzDave_mbp> do you have a colour palette as well to work from?
  492. # [10:09] <OzDave_mbp> perhaps design one or choose and and edit. you can also upload an image and gain one http://kuler.adobe.com/
  493. # [10:11] * Quits: sasori (~sasori@acl1-719bts.gw.smartbro.net) (Ping timeout: 252 seconds)
  494. # [10:19] * Quits: jacine|afk (~jacine@drupal.org/user/88931/view) (Quit: jacine|afk)
  495. # [10:27] * Joins: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net)
  496. # [10:35] * Quits: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk) (Remote host closed the connection)
  497. # [10:35] * Joins: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk)
  498. # [10:37] * Joins: skylamer` (cgskylamer@78.90.213.55)
  499. # [10:39] * Joins: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net)
  500. # [10:45] * Joins: NetRoY (~NetRoY@122.167.71.48)
  501. # [10:57] * Quits: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net) (Ping timeout: 240 seconds)
  502. # [11:00] * Joins: ivector (~leandro@3.87.net.registro.br)
  503. # [11:00] <ivector> hi
  504. # [11:02] * Parts: OzDave_mbp (~OzDave_mb@27-33-43-79.static.tpgi.com.au)
  505. # [11:04] * Quits: rawfodog__ (~rawfodog@modemcable118.71-70-69.static.videotron.ca) (Quit: Leaving)
  506. # [11:05] <ivector> someone also tried to streaming using html5?
  507. # [11:07] * Joins: Frippe (~Frippe@unaffiliated/frippe)
  508. # [11:08] * Quits: Frippe (~Frippe@unaffiliated/frippe) (Client Quit)
  509. # [11:09] * Joins: Frippe (~Frippe@unaffiliated/frippe)
  510. # [11:09] * Joins: notbrent (~notbrent@d207-216-165-133.bchsia.telus.net)
  511. # [11:12] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
  512. # [11:13] * Quits: Frippe (~Frippe@unaffiliated/frippe) (Ping timeout: 258 seconds)
  513. # [11:16] * Quits: jetienne (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Quit: jetienne)
  514. # [11:20] * Quits: tigerpaw- (~tigerpaw@50-54-154-70.evrt.wa.frontiernet.net) (Quit: purrr)
  515. # [11:23] * Joins: dr0id (~andy@unaffiliated/dr0id)
  516. # [11:26] * Joins: sasori (~sasori@acl1-719bts.gw.smartbro.net)
  517. # [11:34] * Quits: ivector (~leandro@3.87.net.registro.br) (Quit: Lost terminal)
  518. # [11:41] * psynaptic is now known as psynaptic|away
  519. # [11:42] * Quits: kyxzme (~kyxzme@93-58-116-120.ip158.fastwebnet.it) (Quit: The FCC, the FBI and every tin god with a badge and a gun You talk and talk, you preach and bitch but your words don't mean a thing)
  520. # [11:42] * Quits: NetRoY (~NetRoY@122.167.71.48) (Quit: NetRoY)
  521. # [11:57] * Joins: mike5w3c_ (~MikeSmith@EM111-191-114-231.pool.e-mobile.ne.jp)
  522. # [11:58] * Quits: prajwalit (~prajwalit@121.243.225.226) (Read error: Connection reset by peer)
  523. # [11:59] * Joins: prajwalit (~prajwalit@121.243.225.226)
  524. # [12:00] * Quits: mike5w3c (~MikeSmith@EM114-48-22-190.pool.e-mobile.ne.jp) (Ping timeout: 258 seconds)
  525. # [12:00] * mike5w3c_ is now known as mike5w3c
  526. # [12:00] * Joins: anthracite (~anthracit@pdpc/supporter/active/anthracite)
  527. # [12:03] * Joins: FireFly (~firefly@unaffiliated/firefly)
  528. # [12:06] * psynaptic|away is now known as psynaptic
  529. # [12:08] * Quits: rawfodog (~rawfodog@modemcable118.71-70-69.static.videotron.ca) (Ping timeout: 240 seconds)
  530. # [12:08] * Quits: rawfodog_ (~rawfodog@modemcable118.71-70-69.static.videotron.ca) (Ping timeout: 240 seconds)
  531. # [12:19] * Quits: Taftse (~Taftse@unaffiliated/taftse) (Ping timeout: 268 seconds)
  532. # [12:20] * Quits: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net) (Quit: tantek)
  533. # [12:24] * Joins: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl)
  534. # [12:34] * Quits: sasori (~sasori@acl1-719bts.gw.smartbro.net) (Ping timeout: 252 seconds)
  535. # [12:41] * Joins: sasori (~sasori@acl1-719bts.gw.smartbro.net)
  536. # [12:51] * Joins: zatan (~zatan@5ad19e91.bb.sky.com)
  537. # [12:52] * Quits: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl) (Read error: Connection reset by peer)
  538. # [12:52] * Joins: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl)
  539. # [12:54] * Joins: Thasmo (~thasmo@d86-33-68-82.cust.tele2.at)
  540. # [12:55] * Joins: TeddyMurray (~TeddyMurr@67.216.158.152.pool.hargray.net)
  541. # [12:57] * Quits: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl) (Read error: Connection reset by peer)
  542. # [12:58] * Joins: sean` (~seankoole@D97A9E4C.cm-3-3c.dynamic.ziggo.nl)
  543. # [12:58] * Quits: r3v-drunk (~dougharde@c-68-49-57-119.hsd1.md.comcast.net) (Read error: Connection reset by peer)
  544. # [13:01] * Quits: simplicity- (~simplicit@unaffiliated/simplicity-) (Quit: ...)
  545. # [13:02] * Joins: jovrtn (~jovrtn@222-187-58-66.gci.net)
  546. # [13:04] * Joins: danishman (~kvirc@0xbcb095dd.ngnqu1.dynamic.dsl.tele.dk)
  547. # [13:08] * Joins: necolas (~necolas@5e0129ee.bb.sky.com)
  548. # [13:08] * Quits: prajwalit (~prajwalit@121.243.225.226) (Quit: Ex-Chat)
  549. # [13:09] * Joins: prajwalit (~prajwalit@121.243.225.226)
  550. # [13:13] * Joins: techrush (~techrush@adsl-75-4-206-43.dsl.irvnca.sbcglobal.net)
  551. # [13:16] * psynaptic is now known as psynaptic|away
  552. # [13:17] * Quits: techrush (~techrush@adsl-75-4-206-43.dsl.irvnca.sbcglobal.net) (Ping timeout: 250 seconds)
  553. # [13:18] * Joins: kasadu (~kasadu@cm-84.210.104.28.getinternet.no)
  554. # [13:18] * Quits: obert- (~obert@host239-207-dynamic.1-87-r.retail.telecomitalia.it) (Remote host closed the connection)
  555. # [13:19] * Joins: obert- (~obert@host239-207-dynamic.1-87-r.retail.telecomitalia.it)
  556. # [13:19] * Joins: RLa (~RL@infdot.com)
  557. # [13:22] * Joins: kyxzme (~kyxzme@93-58-116-120.ip158.fastwebnet.it)
  558. # [13:25] * Quits: danishman (~kvirc@0xbcb095dd.ngnqu1.dynamic.dsl.tele.dk) (Quit: KVIrc 4.1.1 Equilibrium http://www.kvirc.net/)
  559. # [13:25] * Joins: rawfodog (~rawfodog@modemcable118.71-70-69.static.videotron.ca)
  560. # [13:36] * Quits: Evanescence (~chris@122.237.38.58) (Quit: WeeChat 0.3.4)
  561. # [13:42] * Quits: RLa (~RL@infdot.com) (Quit: Leaving)
  562. # [13:44] * Quits: kyxzme (~kyxzme@93-58-116-120.ip158.fastwebnet.it) (Quit: The FCC, the FBI and every tin god with a badge and a gun You talk and talk, you preach and bitch but your words don't mean a thing)
  563. # [13:45] * Joins: Jayflux (~jay_knows@cpc1-dudl6-0-0-cust197.wolv.cable.virginmedia.com)
  564. # [13:47] * Quits: naquad_ (~naquad@174.142.224.219) (Quit: ZNC - http://znc.sourceforge.net)
  565. # [13:48] * Joins: naquad (~naquad@174.142.224.219)
  566. # [13:53] * Joins: Taftse (~Taftse@unaffiliated/taftse)
  567. # [13:53] * Joins: Tellnes (~KrooniX@ec2-79-125-26-36.eu-west-1.compute.amazonaws.com)
  568. # [14:00] * Joins: OzDave_mbp (~OzDave_mb@27-33-43-79.static.tpgi.com.au)
  569. # [14:02] * Quits: Hautain (~Hautain@AOrleans-258-1-18-81.w90-8.abo.wanadoo.fr) (Quit: Leaving)
  570. # [14:05] * Joins: insin (~insin@host86-162-165-163.range86-162.btcentralplus.com)
  571. # [14:12] * Quits: BigKing (~BigKing@p5DD687D3.dip0.t-ipconnect.de) (Remote host closed the connection)
  572. # [14:13] * Joins: Vivid_ (~vivid@host86-173-222-169.range86-173.btcentralplus.com)
  573. # [14:15] * Joins: Guest8043 (~craig@unaffiliated/craigbarnes)
  574. # [14:15] * Guest8043 is now known as craigbarnes
  575. # [14:19] * Joins: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net)
  576. # [14:22] * Joins: pradeebv (~pradeebv@nat/yahoo/x-evozewpitiiceshg)
  577. # [14:22] * pradeebv is now known as pradeepbv_yahoo
  578. # [14:25] * Joins: vier (~Josh@b218-1.nat.uq.edu.au)
  579. # [14:29] * Quits: vier (~Josh@b218-1.nat.uq.edu.au) (Client Quit)
  580. # [14:29] * Joins: buribu (~buribu@unaffiliated/buribu)
  581. # [14:29] * Joins: buribux (~buribu@unaffiliated/buribux)
  582. # [14:29] * Quits: buribux (~buribu@unaffiliated/buribux) (Read error: Connection reset by peer)
  583. # [14:30] * Quits: Vivid_ (~vivid@host86-173-222-169.range86-173.btcentralplus.com) (Remote host closed the connection)
  584. # [14:30] * Joins: Vivid_ (~vivid@host86-173-222-169.range86-173.btcentralplus.com)
  585. # [14:31] * Joins: vier (~Josh@b218-1.nat.uq.edu.au)
  586. # [14:40] * Quits: Ms2ger (~Ms2ger@91.181.121.28) (Ping timeout: 240 seconds)
  587. # [14:43] * Quits: TeddyMurray (~TeddyMurr@67.216.158.152.pool.hargray.net) (Ping timeout: 268 seconds)
  588. # [14:53] * Joins: Ms2ger (~Ms2ger@91.181.125.95)
  589. # [14:55] * Quits: erichynds (~ehynds@pool-71-184-234-218.bstnma.fios.verizon.net)
  590. # [15:01] * Joins: N0va` (~ricki@84.19.108.75)
  591. # [15:07] * Joins: TeddyMurray (~TeddyMurr@67.216.158.152.pool.hargray.net)
  592. # [15:08] * Joins: jreading (~Adium@ip98-169-200-82.dc.dc.cox.net)
  593. # [15:15] * Joins: Hautain (~Hautain@AOrleans-258-1-18-81.w90-8.abo.wanadoo.fr)
  594. # [15:18] * Quits: TeddyMurray (~TeddyMurr@67.216.158.152.pool.hargray.net) (Ping timeout: 264 seconds)
  595. # [15:19] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
  596. # [15:21] * Quits: simplicity- (~simplicit@unaffiliated/simplicity-) (Client Quit)
  597. # [15:24] * Quits: pradeepbv_yahoo (~pradeebv@nat/yahoo/x-evozewpitiiceshg) (Quit: pradeepbv_yahoo)
  598. # [15:31] * Joins: OzDave_mbp_ (~OzDave_mb@27-33-43-79.static.tpgi.com.au)
  599. # [15:32] * Quits: rawfodog (~rawfodog@modemcable118.71-70-69.static.videotron.ca) (Ping timeout: 240 seconds)
  600. # [15:34] * Joins: rros (~robert@78-27-52-235.dsl.alice.nl)
  601. # [15:34] * Quits: OzDave_mbp (~OzDave_mb@27-33-43-79.static.tpgi.com.au) (Ping timeout: 252 seconds)
  602. # [15:35] * Quits: Taftse (~Taftse@unaffiliated/taftse) (Ping timeout: 260 seconds)
  603. # [15:36] * Quits: DrAwesomeClaws (~DrAwesome@c-71-234-90-100.hsd1.ct.comcast.net) (Remote host closed the connection)
  604. # [15:36] * Quits: vier (~Josh@b218-1.nat.uq.edu.au) (Quit: <3's)
  605. # [15:36] * Joins: DrAwesomeClaws (~DrAwesome@c-71-234-90-100.hsd1.ct.comcast.net)
  606. # [15:37] * Joins: Taftse (~Taftse@unaffiliated/taftse)
  607. # [15:41] * Quits: DrAwesomeClaws (~DrAwesome@c-71-234-90-100.hsd1.ct.comcast.net) (Ping timeout: 240 seconds)
  608. # [15:44] * Joins: OzDave_mbp (~OzDave_mb@27-33-43-79.static.tpgi.com.au)
  609. # [15:48] * Quits: OzDave_mbp_ (~OzDave_mb@27-33-43-79.static.tpgi.com.au) (Ping timeout: 260 seconds)
  610. # [15:48] * Quits: OzDave_mbp (~OzDave_mb@27-33-43-79.static.tpgi.com.au) (Client Quit)
  611. # [15:50] * Joins: TeddyMurray (~TeddyMurr@67.216.158.152.pool.hargray.net)
  612. # [15:52] * Joins: chachan (~quassel@200.109.140.111)
  613. # [15:52] * Quits: simenbrekken (~simenbrek@c85-196-101-98.static.sdsl.no) (Ping timeout: 240 seconds)
  614. # [15:53] * Quits: prajwalit (~prajwalit@121.243.225.226) (Quit: Ex-Chat)
  615. # [15:54] * Quits: necolas (~necolas@5e0129ee.bb.sky.com) (Remote host closed the connection)
  616. # [15:58] * Quits: Taftse (~Taftse@unaffiliated/taftse) (Ping timeout: 240 seconds)
  617. # [15:58] * Joins: pradeebv (~pradeebv@202.3.77.206)
  618. # [15:59] * Joins: simplicity- (~simplicit@80-71-135-15.u.parknet.dk)
  619. # [15:59] * Quits: simplicity- (~simplicit@80-71-135-15.u.parknet.dk) (Changing host)
  620. # [15:59] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
  621. # [16:00] * Quits: Vivid_ (~vivid@host86-173-222-169.range86-173.btcentralplus.com) (Remote host closed the connection)
  622. # [16:03] * Joins: pradeebv_ (~pradeebv@nat/yahoo/x-rlmrwsnskibfshvi)
  623. # [16:05] * Quits: pradeebv (~pradeebv@202.3.77.206) (Ping timeout: 264 seconds)
  624. # [16:05] * pradeebv_ is now known as pradeebv
  625. # [16:15] * Joins: grzesag (~grzesag@cpc2-oxfd10-0-0-cust366.4-3.cable.virginmedia.com)
  626. # [16:18] * Joins: pradeebv_ (~pradeebv@202.3.77.206)
  627. # [16:19] * Quits: pradeebv (~pradeebv@nat/yahoo/x-rlmrwsnskibfshvi) (Ping timeout: 252 seconds)
  628. # [16:19] * pradeebv_ is now known as pradeebv
  629. # [16:21] * Quits: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk) (Quit: I'm just restarting!)
  630. # [16:21] * Joins: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk)
  631. # [16:23] * Joins: pradeebv_ (~pradeebv@nat/yahoo/x-wrsvbekzaphyaiqy)
  632. # [16:24] * Quits: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk) (Client Quit)
  633. # [16:24] * Joins: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk)
  634. # [16:24] * Quits: pradeebv (~pradeebv@202.3.77.206) (Ping timeout: 240 seconds)
  635. # [16:24] * pradeebv_ is now known as pradeebv
  636. # [16:29] * Quits: jimi_hendrix (~jimi@unaffiliated/jimihendrix) (Read error: Connection reset by peer)
  637. # [16:35] * Joins: Vivid_ (~vivid@host86-173-222-169.range86-173.btcentralplus.com)
  638. # [16:39] * pradeebv is now known as pradeepbv_yahoo
  639. # [16:47] * Quits: craigbarnes (~craig@unaffiliated/craigbarnes) (Ping timeout: 252 seconds)
  640. # [16:50] * Joins: NetRoY (~NetRoY@122.167.71.48)
  641. # [16:51] * Quits: NetRoY (~NetRoY@122.167.71.48) (Client Quit)
  642. # [16:53] * Joins: Frippe (~Frippe@unaffiliated/frippe)
  643. # [16:53] * Joins: doritoDan (~doritoDan@c-5eeaaa2d-74736162.cust.telenor.se)
  644. # [16:54] * Joins: Taftse (Taftse@83-71-10-209-dynamic.b-ras1.dbn.dublin.eircom.net)
  645. # [16:54] * Quits: Taftse (Taftse@83-71-10-209-dynamic.b-ras1.dbn.dublin.eircom.net) (Changing host)
  646. # [16:54] * Joins: Taftse (Taftse@unaffiliated/taftse)
  647. # [16:56] * Quits: Frippe (~Frippe@unaffiliated/frippe) (Client Quit)
  648. # [16:56] * Joins: Frippe (~Frippe@unaffiliated/frippe)
  649. # [16:57] * Quits: Taftse (Taftse@unaffiliated/taftse) (Client Quit)
  650. # [16:58] * Joins: Taftse (Taftse@unaffiliated/taftse)
  651. # [17:01] * Quits: Frippe (~Frippe@unaffiliated/frippe) (Ping timeout: 264 seconds)
  652. # [17:01] * Joins: simenbrekken (~simenbrek@c85-196-101-98.static.sdsl.no)
  653. # [17:03] * Quits: simenbrekken (~simenbrek@c85-196-101-98.static.sdsl.no) (Read error: Connection reset by peer)
  654. # [17:05] * Joins: NetRoY (~NetRoY@122.167.71.48)
  655. # [17:05] * Joins: simenbrekken (~simenbrek@c85-196-101-98.static.sdsl.no)
  656. # [17:07] * Quits: Emperorlou (~Emperorlo@bas3-ottawa23-1177565556.dsl.bell.ca) (Ping timeout: 268 seconds)
  657. # [17:09] * Quits: N0va` (~ricki@84.19.108.75) (Remote host closed the connection)
  658. # [17:09] * Joins: N0va` (~ricki@84.19.108.75)
  659. # [17:09] * Quits: nonge_ (~nonge@p5B326F45.dip.t-dialin.net) (Quit: Verlassend)
  660. # [17:25] * Joins: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net)
  661. # [17:25] * Quits: Vivid_ (~vivid@host86-173-222-169.range86-173.btcentralplus.com) (Remote host closed the connection)
  662. # [17:35] * Joins: nimbupani (~Adium@c-24-18-47-160.hsd1.wa.comcast.net)
  663. # [17:35] * nimbupani is now known as nimbu
  664. # [17:35] * Joins: kennyluck (~kennyluck@114-43-113-28.dynamic.hinet.net)
  665. # [17:38] * Quits: jorum (~jorum@81-232-132-2-no120.tbcn.telia.com) (Quit: Leaving...)
  666. # [17:43] * Quits: pradeepbv_yahoo (~pradeebv@nat/yahoo/x-wrsvbekzaphyaiqy) (Quit: pradeepbv_yahoo)
  667. # [17:43] * Quits: dmachi1 (~dmachi@pool-71-254-66-11.ronkva.east.verizon.net) (Read error: Connection reset by peer)
  668. # [17:43] * Joins: dmachi (~dmachi@pool-71-254-66-11.ronkva.east.verizon.net)
  669. # [17:46] * Quits: nimbu (~Adium@c-24-18-47-160.hsd1.wa.comcast.net) (Quit: Leaving.)
  670. # [17:46] * Joins: nimbupani (~Adium@c-24-18-47-160.hsd1.wa.comcast.net)
  671. # [17:46] * nimbupani is now known as nimbu
  672. # [17:49] * Quits: dr0id (~andy@unaffiliated/dr0id) (Quit: Leaving.)
  673. # [17:57] * Joins: mike5w3c_ (~MikeSmith@EM111-188-61-159.pool.e-mobile.ne.jp)
  674. # [18:00] * Quits: mike5w3c (~MikeSmith@EM111-191-114-231.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
  675. # [18:00] * mike5w3c_ is now known as mike5w3c
  676. # [18:09] * Joins: materialdesigner (~cah276@c-76-109-233-236.hsd1.fl.comcast.net)
  677. # [18:10] * Joins: replore (~replore@ntkngw133234.kngw.nt.ftth.ppp.infoweb.ne.jp)
  678. # [18:16] * Joins: tw2113 (~tw2113@fedora/tw2113)
  679. # [18:21] * Quits: mike5w3c (~MikeSmith@EM111-188-61-159.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
  680. # [18:35] * Joins: Taftse2 (~Taftse@unaffiliated/taftse)
  681. # [18:38] * Quits: Taftse (Taftse@unaffiliated/taftse) (Ping timeout: 240 seconds)
  682. # [18:39] * Quits: [E]sc (~armani@cm218-252-220-28.hkcable.com.hk) (Ping timeout: 258 seconds)
  683. # [18:39] * Taftse2 is now known as Taftse
  684. # [18:40] * Joins: rosco_y (~ross@71-13-209-223.dhcp.mrqt.mi.charter.com)
  685. # [18:44] * Quits: doritoDan (~doritoDan@c-5eeaaa2d-74736162.cust.telenor.se) (Quit: I love web and I love doritos. Coincidence? You decide.)
  686. # [18:49] * Joins: smus (~smus@173-167-97-246-sfba.hfc.comcastbusiness.net)
  687. # [18:51] * Joins: dSebastien (~dSebastie@164.85-244-81.adsl-dyn.isp.belgacom.be)
  688. # [18:52] * Quits: rosco_y (~ross@71-13-209-223.dhcp.mrqt.mi.charter.com) (Remote host closed the connection)
  689. # [18:53] * Joins: [E]sc (~armani@cm218-252-220-28.hkcable.com.hk)
  690. # [18:55] * Joins: JoshManders (~josh@unaffiliated/killswitch)
  691. # [18:55] * Quits: materialdesigner (~cah276@c-76-109-233-236.hsd1.fl.comcast.net) (Ping timeout: 264 seconds)
  692. # [19:08] * Quits: dSebastien (~dSebastie@164.85-244-81.adsl-dyn.isp.belgacom.be) (Quit: Quitte)
  693. # [19:13] * Quits: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk) (Remote host closed the connection)
  694. # [19:13] * Joins: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk)
  695. # [19:21] * Quits: skylamer` (cgskylamer@78.90.213.55)
  696. # [19:21] * Quits: tw2113 (~tw2113@fedora/tw2113) (Quit: I was raided by the FBI and all I got to keep was this lousy quit message!)
  697. # [19:21] * Quits: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk) (Remote host closed the connection)
  698. # [19:22] * Joins: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk)
  699. # [19:25] * Quits: jetienne_ (~jerome@ivr94-6-82-230-255-246.fbx.proxad.net) (Remote host closed the connection)
  700. # [19:26] * Quits: SoulRaven (SoulRaven@89.41.157.171)
  701. # [19:27] * Quits: simplicity- (~simplicit@unaffiliated/simplicity-) (Read error: Connection reset by peer)
  702. # [19:28] * Joins: simplicity- (~simplicit@unaffiliated/simplicity-)
  703. # [19:31] * Joins: pradeebv (~pradeebv@202.3.77.206)
  704. # [19:32] * Quits: TeddyMurray (~TeddyMurr@67.216.158.152.pool.hargray.net) (Ping timeout: 240 seconds)
  705. # [19:32] * Joins: pradeebv_ (~pradeebv@202.3.77.206)
  706. # [19:34] * Joins: TeddyMurray (~TeddyMurr@67.216.158.152.pool.hargray.net)
  707. # [19:35] * Quits: pradeebv (~pradeebv@202.3.77.206) (Ping timeout: 240 seconds)
  708. # [19:35] * pradeebv_ is now known as pradeebv
  709. # [19:41] * Joins: techrush (~techrush@adsl-75-4-206-43.dsl.irvnca.sbcglobal.net)
  710. # [19:41] * Quits: TeddyMurray (~TeddyMurr@67.216.158.152.pool.hargray.net) (Ping timeout: 268 seconds)
  711. # [19:44] * Quits: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk) (Remote host closed the connection)
  712. # [19:44] * Joins: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk)
  713. # [19:44] * Quits: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk) (Remote host closed the connection)
  714. # [19:44] * Joins: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk)
  715. # [19:44] * Quits: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk) (Remote host closed the connection)
  716. # [19:44] * Joins: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk)
  717. # [19:44] * Quits: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk) (Remote host closed the connection)
  718. # [19:44] * Joins: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk)
  719. # [19:45] * Quits: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk) (Remote host closed the connection)
  720. # [19:48] * Quits: dmachi (~dmachi@pool-71-254-66-11.ronkva.east.verizon.net) (Ping timeout: 252 seconds)
  721. # [19:48] * Joins: pradeebv_ (~pradeebv@202.3.77.207)
  722. # [19:49] * Joins: trumpetmic (~trumpetmi@c-107-2-155-157.hsd1.co.comcast.net)
  723. # [19:49] * Quits: tantek (~tantek@70-36-139-219.dsl.dynamic.sonic.net) (Quit: tantek)
  724. # [19:52] * Quits: pradeebv (~pradeebv@202.3.77.206) (Ping timeout: 240 seconds)
  725. # [19:52] * pradeebv_ is now known as pradeebv
  726. # [19:53] * Joins: sephr (~Eli@c-98-235-63-240.hsd1.pa.comcast.net)
  727. # [19:54] * Joins: dmachi (~dmachi@pool-71-254-78-183.ronkva.east.verizon.net)
  728. # [19:55] * Joins: tigerpaw (~tigerpaw@unaffiliated/tigerpaw)
  729. # [20:05] * Joins: bot-t (~bot-t@unaffiliated/temp01/bot/bot-t)
  730. # [20:05] * Quits: techrush (~techrush@adsl-75-4-206-43.dsl.irvnca.sbcglobal.net) (Ping timeout: 258 seconds)
  731. # [20:06] * Joins: rosco_y (~ross@71-13-209-223.dhcp.mrqt.mi.charter.com)
  732. # [20:06] * Joins: thatryan (~thatryan@c-71-202-3-49.hsd1.ca.comcast.net)
  733. # [20:07] * Quits: dmachi (~dmachi@pool-71-254-78-183.ronkva.east.verizon.net) (Ping timeout: 252 seconds)
  734. # [20:12] * Joins: dmachi (~dmachi@pool-72-66-211-22.ronkva.east.verizon.net)
  735. # [20:12] * Quits: boaz (~boaz@li326-230.members.linode.com) (Excess Flood)
  736. # [20:13] * Joins: boaz (~boaz@li326-230.members.linode.com)
  737. # [20:22] * psynaptic|away is now known as psynaptic
  738. # [20:23] * Quits: zatan (~zatan@5ad19e91.bb.sky.com) (Read error: Connection reset by peer)
  739. # [20:25] * Joins: xec (~xec@54.109-247-17.customer.lyse.net)
  740. # [20:30] * Quits: xec (~xec@54.109-247-17.customer.lyse.net) (Remote host closed the connection)
  741. # [20:30] * Joins: xec (~xec@54.109-247-17.customer.lyse.net)
  742. # [20:31] * Quits: simenbrekken (~simenbrek@c85-196-101-98.static.sdsl.no) (Quit: Computer has gone to sleep.)
  743. # [20:32] * Joins: DrAwesomeClaws (~DrAwesome@c-71-234-90-100.hsd1.ct.comcast.net)
  744. # [20:33] * Joins: simenbrekken (~simenbrek@c85-196-101-98.static.sdsl.no)
  745. # [20:35] * Quits: simenbrekken (~simenbrek@c85-196-101-98.static.sdsl.no) (Client Quit)
  746. # [20:39] * Joins: patcito (~123@190.42.91.91)
  747. # [20:47] * Quits: trumpetmic (~trumpetmi@c-107-2-155-157.hsd1.co.comcast.net) (Quit: Leaving.)
  748. # [21:06] * Joins: rawfodog (~rawfodog@modemcable118.71-70-69.static.videotron.ca)
  749. # [21:06] * Quits: replore (~replore@ntkngw133234.kngw.nt.ftth.ppp.infoweb.ne.jp) (Remote host closed the connection)
  750. # [21:07] * Joins: techrush (~techrush@adsl-75-4-206-43.dsl.irvnca.sbcglobal.net)
  751. # [21:13] * Quits: boaz (~boaz@li326-230.members.linode.com) (Excess Flood)
  752. # [21:13] * Joins: boaz (~boaz@li326-230.members.linode.com)
  753. # [21:13] * Quits: boaz (~boaz@li326-230.members.linode.com) (Excess Flood)
  754. # [21:13] * Quits: rawfodog (~rawfodog@modemcable118.71-70-69.static.videotron.ca) (Excess Flood)
  755. # [21:15] * Joins: rawfodog (~rawfodog@modemcable118.71-70-69.static.videotron.ca)
  756. # [21:15] * Joins: boaz (~boaz@li326-230.members.linode.com)
  757. # [21:20] * Quits: jreading (~Adium@ip98-169-200-82.dc.dc.cox.net) (Quit: Leaving.)
  758. # [21:22] * Joins: mascix (~mascix@83.66.110.192)
  759. # [21:22] * Quits: mascix (~mascix@83.66.110.192) (Client Quit)
  760. # [21:30] * Quits: skotttAFK (skottt@c-67-170-101-122.hsd1.wa.comcast.net)
  761. # [21:31] * Joins: taar779 (~taar779@d24-57-144-141.home.cgocable.net)
  762. # [21:31] * Quits: taar779 (~taar779@d24-57-144-141.home.cgocable.net) (Client Quit)
  763. # [21:32] * Joins: taar779 (~taar779@d24-57-144-141.home.cgocable.net)
  764. # [21:45] * Quits: dmachi (~dmachi@pool-72-66-211-22.ronkva.east.verizon.net) (Ping timeout: 252 seconds)
  765. # [21:49] * Joins: tw2113 (~tw2113@host-166-206-107-208.midco.net)
  766. # [21:49] * Quits: tw2113 (~tw2113@host-166-206-107-208.midco.net) (Changing host)
  767. # [21:49] * Joins: tw2113 (~tw2113@fedora/tw2113)
  768. # [21:50] * Joins: dmachi (~dmachi@pool-72-66-204-7.ronkva.east.verizon.net)
  769. # [21:51] * Quits: rawfodog (~rawfodog@modemcable118.71-70-69.static.videotron.ca) (Ping timeout: 240 seconds)
  770. # [21:56] * Joins: p3rsist (~p3rsist@modemcable251.101-23-96.mc.videotron.ca)
  771. # [22:00] * Joins: dgathright (~dgathrigh@c-67-169-92-165.hsd1.ca.comcast.net)
  772. # [22:04] * Joins: nonge (~nonge@p5B326F45.dip.t-dialin.net)
  773. # [22:08] * Joins: kyxzme (~kyxzme@93-58-116-120.ip158.fastwebnet.it)
  774. # [22:11] * Quits: chayin_ (~quassel@61.14.141.36) (Read error: Connection reset by peer)
  775. # [22:11] * Joins: chayin (~quassel@61.14.141.36)
  776. # [22:12] * Joins: pradeebv_ (~pradeebv@202.3.77.206)
  777. # [22:12] * Joins: pradeebv__ (~pradeebv@202.3.77.206)
  778. # [22:12] * Quits: pradeebv_ (~pradeebv@202.3.77.206) (Read error: Connection reset by peer)
  779. # [22:15] * Quits: pradeebv (~pradeebv@202.3.77.207) (Ping timeout: 268 seconds)
  780. # [22:15] * pradeebv__ is now known as pradeebv
  781. # [22:20] * Joins: rawfodog (~rawfodog@modemcable118.71-70-69.static.videotron.ca)
  782. # [22:31] * Quits: luchenbill (~gnome@shellium/member/unfunf) (Ping timeout: 258 seconds)
  783. # [22:40] * Joins: dguttman (~dguttman@cpe-75-85-0-213.socal.res.rr.com)
  784. # [22:43] * Joins: chrisdev (~chrisdev@pool-108-41-95-186.nycmny.fios.verizon.net)
  785. # [22:47] * Quits: chrisdev (~chrisdev@pool-108-41-95-186.nycmny.fios.verizon.net) (Client Quit)
  786. # [22:48] * Quits: buribu (~buribu@unaffiliated/buribu) (Read error: Connection reset by peer)
  787. # [22:50] * Joins: BigKing (~BigKing@p5DD687D3.dip0.t-ipconnect.de)
  788. # [22:54] * Quits: LongBeach (~mike@AFontenayssB-152-1-48-79.w83-114.abo.wanadoo.fr)
  789. # [22:56] * Joins: jimi_hendrix (~jimi@unaffiliated/jimihendrix)
  790. # [22:57] <jimi_hendrix> with canvas, is there a way to rotate a path i want to draw by a certain number of degrees?
  791. # [22:58] * Quits: dguttman (~dguttman@cpe-75-85-0-213.socal.res.rr.com) (Quit: dguttman)
  792. # [23:03] * Quits: xec (~xec@54.109-247-17.customer.lyse.net) (Remote host closed the connection)
  793. # [23:06] * Quits: thatryan (~thatryan@c-71-202-3-49.hsd1.ca.comcast.net) (Quit: Leaving...)
  794. # [23:09] * Quits: moshee (~moshee@unaffiliated/moshee) (Ping timeout: 240 seconds)
  795. # [23:09] * Quits: techrush (~techrush@adsl-75-4-206-43.dsl.irvnca.sbcglobal.net) (Ping timeout: 258 seconds)
  796. # [23:09] * Joins: moshee (~moshee@c-24-16-155-210.hsd1.wa.comcast.net)
  797. # [23:09] * Quits: moshee (~moshee@c-24-16-155-210.hsd1.wa.comcast.net) (Changing host)
  798. # [23:09] * Joins: moshee (~moshee@unaffiliated/moshee)
  799. # [23:10] * psynaptic is now known as psynaptic|away
  800. # [23:11] * psynaptic|away is now known as psynaptic
  801. # [23:12] * Quits: taar779 (~taar779@d24-57-144-141.home.cgocable.net) (Ping timeout: 260 seconds)
  802. # [23:14] * Quits: Ms2ger (~Ms2ger@91.181.125.95) (Quit: nn)
  803. # [23:15] * Quits: pradeebv (~pradeebv@202.3.77.206) (Ping timeout: 252 seconds)
  804. # [23:15] <jimi_hendrix> nvm, found a method that does that
  805. # [23:18] * psynaptic is now known as psynaptic|away
  806. # [23:18] * Joins: pradeebv (~pradeebv@202.3.77.207)
  807. # [23:20] * Joins: taar779 (~taar779@d24-57-144-141.home.cgocable.net)
  808. # [23:21] * Joins: skottt (skottt@c-67-170-101-122.hsd1.wa.comcast.net)
  809. # [23:27] * Quits: NetRoY (~NetRoY@122.167.71.48) (Quit: NetRoY)
  810. # [23:32] * Quits: maZtah (~maztah@unaffiliated/maztah) (Read error: Operation timed out)
  811. # [23:34] * Quits: kasadu (~kasadu@cm-84.210.104.28.getinternet.no) (Read error: Connection reset by peer)
  812. # [23:34] * Joins: kasadu (~kasadu@cm-84.210.104.28.getinternet.no)
  813. # [23:40] * Joins: maZtah (~maztah@5ED438B4.cm-7-5a.dynamic.ziggo.nl)
  814. # [23:40] * Quits: maZtah (~maztah@5ED438B4.cm-7-5a.dynamic.ziggo.nl) (Changing host)
  815. # [23:40] * Joins: maZtah (~maztah@unaffiliated/maztah)
  816. # [23:41] * Joins: BigKing_2nd (~BigKing@p5DD68856.dip0.t-ipconnect.de)
  817. # [23:44] * Quits: Jackneill (~Jackneill@unaffiliated/jackneill) (Ping timeout: 276 seconds)
  818. # [23:44] * Quits: BigKing (~BigKing@p5DD687D3.dip0.t-ipconnect.de) (Ping timeout: 246 seconds)
  819. # [23:50] * Quits: notbrent (~notbrent@d207-216-165-133.bchsia.telus.net) (Quit: Leaving)
  820. # [23:50] * Joins: vanmik (~vanmik@188.114.0.214)
  821. # [23:50] * Quits: vanmik (~vanmik@188.114.0.214) (Remote host closed the connection)
  822. # [23:50] * Joins: vanmik (~vanmik@188.114.0.214)
  823. # [23:54] * Joins: socialhapy (~socialhap@46-38-167-162.static.cloud-ips.co.uk)
  824. # [23:59] * Joins: hitchcock (~bluearcht@c-66-31-136-2.hsd1.ma.comcast.net)
  825. # Session Close: Sun Aug 21 00:00:00 2011

The end :)