World: r3wp
[Tech News] Interesting technology
older newer | first last |
Volker 6-Feb-2007 [1760] | if i have to write html to display something, why botherwith javascript?^^ |
Pekr 6-Feb-2007 [1761] | Because whole your app is in rebol? I am not designing my app to navigate html, I want full View app, so what's with DOM :-) |
Volker 6-Feb-2007 [1762x3] | that javascript can be build by a little library. |
Peter wanted it^^ | |
And for now browsers have better layouting for text | |
Pekr 6-Feb-2007 [1765] | so if you are not thinking of a full View app, then what do you plan to use Rebol for? As an js replacement? |
Volker 6-Feb-2007 [1766x2] | for the logicparts i do now on the server. |
what i would do now with a local webserver. | |
PeterWood 6-Feb-2007 [1768] | Yes I think I would prefer to be able to use Rebol instead of JavaScript for anything processor intensive. |
Volker 6-Feb-2007 [1769x3] | /view could still do animations, menues and such. |
say a reblet left or top, tabs, or text html, for painting /view. | |
below | |
PeterWood 6-Feb-2007 [1772] | From my observation Rebol calculations are much faster than JavaScript especially for integers |
Volker 6-Feb-2007 [1773] | And: AFAIK DOM means other plugins to. IConrtol the viedo :) |
PeterWood 6-Feb-2007 [1774] | I'm sure that parse is faster than Javascript's Regex engine too |
Volker 6-Feb-2007 [1775x2] | Isimply have more rebol-skills than javascript skills^^ |
for speedi would still try javascript+java, but for comfort.. | |
Pekr 6-Feb-2007 [1777] | ok, now I understand ... I know that current DOM-via-js is not very much powerfull, but we have at least something. Or we need proper XML parser then? |
Volker 6-Feb-2007 [1778] | I have no big clue. AFAIK javascript can call everything, and rebol can call javascript. And javascript can be generated. |
PeterWood 6-Feb-2007 [1779] | The main issue with javascript+java is if java isn't installed on the cleint's browser - you then ahve a big download - as Petr has pointed-out a rebol plug-in would be smaller than some JavaScript downloads..... |
Volker 6-Feb-2007 [1780x4] | Drawback is, AFAIK javascript can not call rebol. which would be nice for buttons and such. |
Yes, butthe jitwould be better, and ifiaim for speed.. | |
And with googles compileri may beable tohave a pure javascriptversion from the same source. | |
Hmm, shouldchange the keyboard.. | |
PeterWood 6-Feb-2007 [1784] | ..so you really want a Rebcode plug-in ;-) |
Volker 6-Feb-2007 [1785x2] | Naa, native is still faster. |
A raw hotspot withoutall the libs, and rebolon top :) | |
Pekr 6-Feb-2007 [1787x2] | uh, it looks like you talk in some cipher :-) |
rebcode plug-in? Well, I hope, as new rebol will be mostly a .dll component, that we will be able to link it, call into it, etc.? | |
PeterWood 6-Feb-2007 [1789] | It's just that Volker's space bar isn't working :-) |
Volker 6-Feb-2007 [1790x5] | hotspot is the jit which makes java that fast today. 1 mb i guess. |
oh yes, and its the spacebar.. That or back to a keyboard with cable. | |
the rest of java is lots of libs. nice to have but big.. | |
Which is written very oopsy. rewrite that for size and its 1 mb more. | |
how big is a flash-download? | |
PeterWood 6-Feb-2007 [1795] | Just under 2 mb from what I can tell |
Volker 6-Feb-2007 [1796] | Would allow 3mb uncompressed. |
Maxim 6-Feb-2007 [1797] | I tried deploying a commercial tool in the brower and its very effective. hehe it allows people to circumvent their sysadmins :-) |
Volker 6-Feb-2007 [1798] | But needs lots of knowledge about the internals. Maybe if based on ME . butall speculations.. :) |
Maxim 6-Feb-2007 [1799] | I only wish there where a safe way to implement local file sandbox within plugin. AFAIK, the write and save commands do nothing... |
Volker 6-Feb-2007 [1800x2] | AFAIK they work like desktop-sandbox. in another folder. |
run a script and show what-dir | |
Maxim 6-Feb-2007 [1802] | moving to plugin group. |
Henrik 6-Feb-2007 [1803] | http://www.apple.com/hotnews/thoughtsonmusic/<-- Steve Jobs encourages the removal of DRM from music. |
Graham 6-Feb-2007 [1804] | Anyone tried this http://www.siteadvisor.com/.. plugin for firefox and ie that tells you about a site's safety rating in terms of spyware, popups etc |
Alan 7-Feb-2007 [1805] | firefox warned me not to install,it's a McAffee product |
Graham 7-Feb-2007 [1806] | It was created by some guys who were then bought out by Macfee ... |
MikeL 7-Feb-2007 [1807] | Site advisor works for me. |
Oldes 8-Feb-2007 [1808] | http://www.break.com/index/awesome_folding_chair.html |
BrianH 8-Feb-2007 [1809] | I want one, or a whole set! |
older newer | first last |