r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Tech News] Interesting technology

Oldes
5-May-2009
[3967]
I think you should change a room.. it's far to be a Tech News discussion:)
Pekr
5-May-2009
[3968x2]
Paul - you should reverse it. We do develop in REBOL. If Flash/Flex 
can't offer something new or faster, then it looses. Now it is upon 
you to show me, that you do your app faster in Flash/Flex than in 
R3, once architecture is finished.
Henrik - exactly. I would be very curious, what would general developer 
of Flash/Flex do, if he would like to code new widget/control himself 
(define new class). So - Paul - do you know only how to use new or 
derived widgets, or do you also know, how to easily (or not so easily) 
extend Flash/Flex widgetset?
[unknown: 5]
5-May-2009
[3970]
I created a FLEX group to move discussion to.
Maxim
5-May-2009
[3971]
henrik, I agree with paul that   (Me... agreeing with paul, wtf !?!?? 
;-)   


  row [  ]  and  column  [  ]  styles  MUST be part of the default 
  style sheet, other wise every application will be using them but 
  with different names....


 its like if you said, the button style is there but it doesn't have 
 a name.
Pekr
5-May-2009
[3972x2]
it has a name
each style is named, always was ... row vs columns - not sure ...
Henrik
5-May-2009
[3974]
Maxim, I can add them and see how much sense they make. Takes a couple 
of minutes.
Maxim
5-May-2009
[3975x3]
what I'm saying is that if difference between toggle button and button 
is just an attribute change,  the 'toggle style should still be in 
the stylesheet... other skins/stylesheets might use a completely 
different internal, but since toggle has been defined globaly, people 
will be using the name toggle in their apps.
for me VID offers just about the same featureset/mindsel as GLayout 
already gives me, and coding GLayout without using row/column  (whatever 
you decide to call it h-group v-group) doesn't make sense.
(VID 3)
Henrik
5-May-2009
[3978]
(this is a fun discussion. it takes much longer to discuss than it 
takes to fix. :-))
Maxim
5-May-2009
[3979x2]
scanning code with row/column it quite explicit, you immediately 
*see* the layout.  using grid with an attribute, doesn't give you 
that instant verbosity.
:-)
Henrik
5-May-2009
[3981]
I agree.
Pekr
5-May-2009
[3982]
But we use grid, no?
Maxim
5-May-2009
[3983]
wow an american, a canadian and a european ... all agreeing.... damn, 
I think we've reached a MILESTONE  in R3    ;-D
Henrik
5-May-2009
[3984]
Pekr, well, it's called GROUP and all that changes it is the number 
of columns you want and the number of faces in it.
Maxim
5-May-2009
[3985x2]
pekr yes build using group by default, but I might create an alternative 
object for that stylename, and your layout still works using it..
and I don't have to supply ALL grid-like functionality.
Pekr
5-May-2009
[3987x2]
Henrik - the bad thing (IMO) is, that group and panel use different 
coordinate systems - group places elements by default horizontally, 
panel vertically. Carl told me it is on purpose, but I am curious 
how users will remember which is which.
Maxim - we need Canadian, American, European and French to agree, 
to make it perfect :-)
Henrik
5-May-2009
[3989]
Pekr, it really is only about changing _one digit_ in the code.
[unknown: 5]
5-May-2009
[3990]
That is a design flaw.  A programmer should not have to go back and 
look up what a 0 or a 1 refer to when if there were user-friendly 
terms then it could make sense on initial observation.
Pekr
5-May-2009
[3991]
Henrik - yes, we both thought it might be a bug, but I asked Carl 
and he wants it that way - so I expect no single bit change :-)
Henrik
5-May-2009
[3992]
It doesn't matter now, as I've added H-GROUP and V-GROUP to my source 
here.
[unknown: 5]
5-May-2009
[3993]
Why the hyphen?
Henrik
5-May-2009
[3994]
I don't know? :-) Other styles use hyphens.
[unknown: 5]
5-May-2009
[3995x2]
Just thinking maybe row and column are simply good enough terms.
Those terms imply "grouping" to me.
Henrik
5-May-2009
[3997]
That could be.
Maxim
5-May-2009
[3998]
I do prefer row and column   by  far....  button is not called   
push-area    ;-)
[unknown: 5]
5-May-2009
[3999]
lol
Maxim
5-May-2009
[4000]
glayout started with vgroup and hgroup... and when I thought of row 
and column... I never used the old names again.
[unknown: 5]
5-May-2009
[4001]
Is Twitter a good purchase for Apple?
Henrik
5-May-2009
[4002]
Depends on what they want it for.
[unknown: 5]
5-May-2009
[4003]
Just seems to me that Apple could have easily have built their own 
Twitter clone site and incorporated their brand into IPHONE and more 
without much effort.
Robert
5-May-2009
[4004]
Isn't this all a bit OT.
Maxim
5-May-2009
[4005]
twitter already has brand recognition outside of apple, building 
their own brand would get the effort tagged as an Apple thing... 
this way they get a huge PC crowd to market to (pulling and pushing 
info).
Pekr
5-May-2009
[4006]
Only "idiot" can use something like twitter :-)
Henrik
5-May-2009
[4007]
I don't know. It seems like it only works properly if you are a group 
of people twittering together. I saw recently that a company had 
built an enterprise version, complete with an app to publish your 
current thoughts among your co-workers. I suppose you shouldn't express 
your opinion of your boss there. :-)
Chris
6-May-2009
[4008x2]
It seems beside the point that AIR/Flex/etc/whatever is built on 
XML, JS, and so on.  If the end product is better and the development 
isn't too much more painful - developers/braintrust are going to 
go with the better end product.
Re. Twitter, there's much depth and nuance to their 'simple' concept...
Pekr
6-May-2009
[4010x2]
Now we can   compare Apple AppStore to MS Marketplace. I think MS 
is introducing the same limitations for devs, no? - http://developer.windowsmobile.com/resources/en-us/MarketplaceProhibitedApplicationTypes.pdf
Amongst the prohibited apps are - "Applications that run code outside 
Microsoft runtimes (native, managed, and widgets)" - so no REBOL 
once again via the marketplace?
Graham
7-May-2009
[4012]
http://www.wavemaker.com/product/screencasts.html...open source 
java ide for building web sites incorporating REST/SOAP etc
Maxim
7-May-2009
[4013]
the way I see it, pekr, it simply means you have to compile using 
MS compilers, so you can't use GCC
Henrik
18-May-2009
[4014]
For those that didn't notice, Wolfram Alpha has been online for a 
couple of days:

http://www17.wolframalpha.com/
Graham
18-May-2009
[4015]
I don't think it's going to change the world in a hurry.
Henrik
18-May-2009
[4016]
I've noticed that a lot of people are using it wrong. You can't ask 
a calculator where all the good porn is.