| 00:01:17 | | <-- janbar has quit stating (Quit: papapa...... - lece) |
| 00:56:32 | | --> Ahmad26a has joined #webapps |
| 00:56:39 | | <-- Ahmad26a has left #webapps stating () |
| 03:30:54 | | --> gangster has joined #webapps |
| 03:32:39 | | <-- gangster has left #webapps stating () |
| 03:54:26 | | --> nawar has joined #webapps |
| 03:55:23 | | <-- nawar has left #webapps stating () |
| 04:31:25 | | --> Herz has joined #webapps |
| 04:32:57 | Herz | HELLLLOOOOOOOOOO!!!!!!!!!!!!!!!!!!!! |
| 04:38:19 | Herz | HEY!!!!!!!!!!!!!!!:))))))))))))))))) |
| 04:53:14 | | <-- Herz has quit stating (Quit: Herz) |
| 05:16:26 | | <-- roentgen has quit stating (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org) |
| 05:45:18 | | <-- dantesoft has quit stating (Quit: dantesoft) |
| 06:50:32 | | <-- Do`` has quit stating (Quit: I AM SPARTAAA) |
| 06:58:28 | | --> Do`` has joined #webapps |
| 07:05:34 | | --> dantesoft has joined #webapps |
| 08:27:51 | | --> dar has joined #webapps |
| 08:34:16 | | <-- dar has left #webapps stating () |
| 08:48:37 | | --> ROBOd has joined #webapps |
| 09:00:40 | | --> aleksanteri has joined #webapps |
| 09:11:39 | | <-- dantesoft has left #webapps stating () |
| 09:14:37 | | --> patriko has joined #webapps |
| 09:14:43 | | <-- patriko has left #webapps stating () |
| 09:15:23 | | --> gangster has joined #webapps |
| 09:16:22 | gangster | k2 |
| 09:16:32 | | <-- gangster has quit stating (Client exited) |
| 09:20:04 | | --> dantesoft has joined #webapps |
| 09:23:59 | | --> patriko has joined #webapps |
| 09:24:41 | | <-- patriko has left #webapps stating () |
| 09:30:54 | | <-- dantesoft has quit stating (Ping timeout) |
| 09:39:52 | | --> dantesoft has joined #webapps |
| 09:44:21 | | <-- OmegaPhil has quit stating (Ping timeout) |
| 10:12:08 | | --> Consultant has joined #webapps |
| 10:12:24 | | <-- Consultant has left #webapps stating () |
| 10:23:49 | | --> roentgen has joined #webapps |
| 10:24:11 | | --> OmegaPhil has joined #webapps |
| 10:26:02 | | <-- roentgen has quit stating (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org) |
| 10:26:17 | | --> roentgen has joined #webapps |
| 10:27:43 | | <-- roentgen has quit stating (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org) |
| 10:38:39 | | --> Ali has joined #webapps |
| 10:38:56 | | --> nawar has joined #webapps |
| 10:40:32 | Ali | hi |
| 10:40:54 | Ali | hello |
| 10:41:00 | | <-- nawar has quit stating (No route to host) |
| 10:51:44 | dantesoft | i want an userJS that adds a <?xml-stylesheet ?> tag when a particular XML is opened. easy ? |
| 10:56:04 | | <-- Ali has left #webapps stating () |
| 11:04:59 | | --> Ali has joined #webapps |
| 11:05:27 | | <-- Ali has left #webapps stating () |
| 11:05:41 | | --> Ali has joined #webapps |
| 11:14:42 | | <-- Ali has left #webapps stating () |
| 11:22:27 | dantesoft | ROBOd ? :) |
| 11:23:12 | ROBOd | dantesoft: ? :) |
| 11:24:08 | dantesoft | i want an userJS that adds a <?xml-stylesheet ?> tag when a particular XML is opened. |
| 11:24:22 | dantesoft | dunno how to modify the DOM (?) to add it |
| 11:24:34 | ROBOd | on top of my head, i don't know either |
| 11:25:15 | ROBOd | look into the DOM Inspector from Firefox and see what sounds like "create processing instruction" |
| 11:25:25 | ROBOd | (iirc) |
| 11:25:55 | dantesoft | 10xi |
| 11:26:02 | ROBOd | then try to use it in a simple xhtml document js |
| 11:26:19 | ROBOd | make it work in firefox and/or at least opera |
| 11:26:19 | dantesoft | should opera's dev tool have it ? |
| 11:26:32 | ROBOd | then transform your code into a nice little userjs |
| 11:26:44 | ROBOd | opera's dev tool *might* have it |
| 11:27:09 | ROBOd | or at least ... should have it ... |
| 11:27:29 | ROBOd | personally i find it harder to use :) |
| 11:27:46 | dantesoft | okay, back to digging |
| 11:27:50 | ROBOd | yep |
| 11:28:04 | ROBOd | <? stuff ?> are processing instruction (PIs) in XML |
| 11:28:14 | ROBOd | *instructions |
| 11:29:28 | dantesoft | yeah |
| 11:29:32 | dantesoft | not possible ? |
| 11:29:57 | dantesoft | was also looking into importStylesheet/parseURI |
| 11:30:38 | ROBOd | it must be possible to apply a stylesheet in a XML document, via JS |
| 11:30:52 | dantesoft | we share the hope, then |
| 11:31:05 | dantesoft | nicomen: how about the knowhow |
| 11:31:05 | ROBOd | it's just i never used this - thus it's not in my memory |
| 11:31:12 | dantesoft | :D |
| 11:35:11 | | --> Ali has joined #webapps |
| 11:41:23 | | <-- Ali has left #webapps stating () |
| 11:42:14 | | --> Ali has joined #webapps |
| 11:52:46 | | <-- Ali has left #webapps stating () |
| 11:54:29 | | --> Ali has joined #webapps |
| 11:55:07 | | --> LarsKL has joined #webapps |
| 11:56:45 | nicomen | ~? |
| 11:57:48 | | <-- Ali has left #webapps stating () |
| 11:58:01 | | --> Ali has joined #webapps |
| 12:00:03 | dantesoft | parser.parseURI fails because the XML and XSL are on different domains.. i think.. i don't get any exceptions in console, the script just doesnt run |
| 12:00:13 | dantesoft | i guess userJS was not a good idea after all |
| 12:00:28 | * | dantesoft is trying to XSLT http://my.opera.com/dantesoft/xml/info |
| 12:00:43 | dantesoft | with http://my.opera.com/dantesoft/homes/widget/myo.info.xsl |
| 12:01:20 | Ramunas | is OC down or something? |
| 12:01:23 | dantesoft | up |
| 12:01:56 | aleksanteri | no it's right |
| 12:03:03 | | <-- Ramunas has quit stating (Quit: Foje forever!!) |
| 12:03:17 | | --> Ramunas has joined #webapps |
| 12:04:57 | | <-- Ali has left #webapps stating () |
| 12:29:34 | | --> Do``2 has joined #webapps |
| 12:30:49 | | <-- Do`` has quit stating (Ping timeout) |
| 12:30:49 | | -!- Do``2 is now known as Do`` |
| 12:38:42 | | --> Orcinus has joined #webapps |
| 12:50:20 | | <-- dantesoft has left #webapps stating () |
| 12:50:34 | | --> dantesoft has joined #webapps |
| 13:02:36 | | --> Vaz has joined #webapps |
| 13:28:00 | * | dantesoft can't get passed the same-domain restriction for userJS :D |
| 13:28:23 | dantesoft | would I be able to make the XSLT loader into a javascript: bookmark ? |
| 13:32:51 | dantesoft | seems not |
| 13:33:43 | | <-- Vaz has left #webapps stating () |
| 13:40:44 | * | dantesoft is now considering userCSS styling of the XML instead of loading an XSLT stylesheet |
| 14:08:56 | | <-- aleksanteri has quit stating (Quit: Reboot) |
| 14:20:27 | | <-- derenth has quit stating (Quit: ) |
| 14:21:53 | | --> aleksanteri has joined #webapps |
| 14:37:34 | | --> derenth has joined #webapps |
| 14:46:06 | | <-- aleksanteri has quit stating (Client exited) |
| 14:47:52 | | --> aleksanteri has joined #webapps |
| 14:50:20 | | --> Ramunas_ has joined #webapps |
| 14:50:52 | | <-- Ramunas has quit stating (Killed (NickServ (GHOST command used by Ramunas_))) |
| 14:50:57 | | -!- Ramunas_ is now known as Ramunas |
| 14:54:10 | | <-- Ramunas has quit stating (Ping timeout) |
| 14:58:44 | | --> Ramunas has joined #webapps |
| 15:58:19 | | --> nawar has joined #webapps |
| 15:59:08 | | <-- nawar has quit stating (Client exited) |
| 16:07:49 | | --> Graziukkia has joined #webapps |
| 16:08:51 | | <-- Graziukkia has left #webapps stating () |
| 16:20:07 | | --> roentgen has joined #webapps |
| 16:20:53 | | --> Man_Of_War has joined #webapps |
| 16:23:22 | | <-- Man_Of_War has left #webapps stating () |
| 16:31:25 | | <-- derenth has quit stating (Ping timeout) |
| 16:53:05 | | --> DrLaunch has joined #webapps |
| 16:53:57 | | --> derenth has joined #webapps |
| 18:06:47 | | --> edy has joined #webapps |
| 18:06:54 | | <-- edy has left #webapps stating () |
| 18:35:49 | | <-- DrLaunch has quit stating (Ping timeout) |
| 18:36:26 | | --> DrLaunch has joined #webapps |
| 18:42:14 | | <-- dantesoft has quit stating (Ping timeout) |
| 18:42:24 | | <-- DrLaunch has quit stating (Ping timeout) |
| 18:42:26 | | --> DrLaunch has joined #webapps |
| 18:57:50 | | --> Sh31 has joined #webapps |
| 18:57:57 | | <-- Sh31 has left #webapps stating () |
| 19:01:32 | | <-- derenth has quit stating (Quit: ) |
| 19:07:54 | | --> dantesoft has joined #webapps |
| 19:13:30 | | --> derenth has joined #webapps |
| 19:29:09 | | --> letham has joined #webapps |
| 19:32:32 | | --> icecub3 has joined #webapps |
| 19:32:40 | | <-- icecub3 has left #webapps stating () |
| 19:41:04 | | <-- letham has quit stating (Client exited) |
| 19:51:55 | | <-- dantesoft has quit stating (Ping timeout) |
| 20:07:46 | | <-- aleksanteri has quit stating (Ping timeout) |
| 20:14:05 | | --> aleksanteri has joined #webapps |
| 20:35:12 | | --> Nikita_girl has joined #webapps |
| 20:40:30 | | <-- Nikita_girl has left #webapps stating () |
| 20:43:43 | | <-- Do`` has quit stating (Ping timeout) |
| 20:49:26 | | --> Lars_G has joined #webapps |
| 20:49:30 | | <-- Lars_G has left #webapps stating () |
| 20:56:12 | | --> Do`` has joined #webapps |
| 20:57:22 | | <-- ROBOd has quit stating (Quit: http://www.robodesign.ro ) |
| 21:39:43 | | <-- aleksanteri has quit stating (Quit: brb) |
| 21:52:46 | | <-- Orcinus has left #webapps stating () |
| 22:40:08 | | <-- Do`` has quit stating (Ping timeout) |
| 22:55:16 | | --> Do`` has joined #webapps |
| 23:10:55 | | <-- DrLaunch has quit stating (Quit: Leaving.) |
| | |