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

World: r3wp

[All] except covered in other channels

eFishAnt
3-Feb-2005
[986]
and that is a salient point which I make in sales pitches.
Pekr
3-Feb-2005
[987x2]
I can't produce all presentations for such companies, I don't own 
gfx studio nor am I skilled as Chris is, so I want to give companies 
freedom to bring in own spots ...
but it does not mean I would not like to see rebol based tool :-) 
I am still surprised by Jeff's anim dialect, very cool aproach, could 
be extended ....
Chris
3-Feb-2005
[989]
That's what I did for my presentation.
Pekr
3-Feb-2005
[990x3]
otoh I don't give up on possibility to make things better. Some of 
us were telling View was OK even before AGG, now we know AGG was 
good addition. The same may go for few small twist to View kernels, 
which would open many more possibilities ....
Reading Carl only group I wonder what will be the next blog about 
:-)
Does anyone own mac-mini already?
eFishAnt
3-Feb-2005
[993x2]
but just don't forget how open REBOL already is...you might confuse 
others to think what they want to do is impossible.  It IS possible 
right now to make the killer authoring tool of your dreams.
(and I AM working on them)
Chris
3-Feb-2005
[995x2]
This is an example slide from my presentation -- this could be simplified 
further:
#start [
    across backdrop black
    box 500x100 return box 500x180
    animation 200x180 load-stock 'face-anim anim-rate [#1 0:0:2]
    return image load-stock "title" :0:0 [1:0 fade black 8]
]
Pekr
3-Feb-2005
[997]
but wouldn't you prefer it it all could be done in rebol only, plus 
some VM, so no need to produce separate libraries, needing to compile 
them for each target platform?
Chris
3-Feb-2005
[998]
This is another:
#section-1 header "design and the x-internet"
eFishAnt
3-Feb-2005
[999]
I AM doing REBOL-only solutions (well, of course, there are some 
caveats to that, but in the current solutions)
Pekr
3-Feb-2005
[1000x2]
hmm ... have you looked at Lingo? I wonder if you can produce dependency 
tree using such dialect? It could be imo done. I mean e.g. - don't 
start clip2 unless clip1 is finished or logo is moved already to 
position XxY etc.
ok, I need to move on to get myself home ... lot's of snow here ... 
hopefully back in one or two hours ...
Chris
3-Feb-2005
[1002]
Note that in the first slide, it is simply VID code.  Slides can 
be referenced by their #id -- pres-face/goto #section-1
yeksoon
3-Feb-2005
[1003]
[OT a bit]

if you look at 'presentation' from the normal usage, like Powerpoint.. 
then there will always be a deficiency (my opinion).


But, presentation on a wider scale... think of your cable provider 
broadcasting 'ads' (or presentation etc) using some rebol based stuffs. 
iTV, STB... content provider will always abuse bandwidth. 


With bandwidth being commoditize, the key problem in the future is 
throughput. Concurrent demand for something some memory hungy content.
Pekr
3-Feb-2005
[1004x2]
yes, but rebol can be efficient here - you do pass only a dialect 
... that is rebol's win
While other talk about semantic web, they talk, but we are there
eFishAnt
3-Feb-2005
[1006]
yes, there is nothing stopping us.
Pekr
3-Feb-2005
[1007]
but I do wish on better multimedia engine, and we know View can be 
optimised .... I already asked Carl to blog more on opening rebol, 
he agreed, but he told me first things first, so I expect him to 
do so once rebservices etc. are out ...
Chris
3-Feb-2005
[1008]
All I say, Petr, is don't let technical limitations inhibit your 
imagination...
Pekr
3-Feb-2005
[1009x2]
Once Carl opens View, we need to invite Dave Haynie and Paul Nolan 
;-)
... that could be fun :-) We need to prepare for revolutionary PSX 
3 port ...
JaimeVargas
3-Feb-2005
[1011]
There you got it. PSX 3 great hw for what you need. Pekr, if what 
you want is to be able to display some flash and other type of static 
content. I already have a rebol remote controller for Firefox. With 
full screen support. I had work flawlessly for us. So content is 
product traditionally. We just let rebol synchro the files and tell 
the browser to display them.
Graham
3-Feb-2005
[1012]
remote controller for Firefox? How?
JaimeVargas
3-Feb-2005
[1013]
Graham: Here are the basic funcs. Enjoy. I had used and tested it 
on unix platforms only.

browser-pid: none
browser-path: %/home/mbaki/MozillaFirebird/
default-url: http://www.linkspot.com/
current-url: none

start-browser: has [command result] [

 command: rejoin [ {./MozillaFirebird -fullscreen -url } default-url 
 { &}]
	result: call/info command
	browser-pid: result/id + 7
	current-url: copy default-url
]

stop-browser: has [command] [
	command: rejoin [ {kill -9 } browser-pid]
	call/info command
	browser-pid: none
	current-url: none
]

visit-site: func [
	"Sets the site displayed by the browser."
	site [url!] 
	/local command result
][
	current-url: copy site

 command: rejoin [ {./MozillaFirebird -remote "openurl(} site {)"} 
 ]
	call/info command
]

active-site?: does [ current-url ]

browser-pid?: does [ browser-pid ]

change-dir browser-path
start-browser
Graham
3-Feb-2005
[1014]
thanks.  I didn't know Firefox took command line arguments
JaimeVargas
3-Feb-2005
[1015]
;-) Ssshh... Now you know one of my secrets.
Ammon
3-Feb-2005
[1016]
Last night I had 5 gmail invites, now I have 49 gmail invites
eFishAnt
3-Feb-2005
[1017]
invitation spam?  makes me feel googley all over.
Gregg
3-Feb-2005
[1018]
Is there a way to type in an expression into Visual-Basic-Editor 
in Excel to get it evaluated? Something like the console in Rebol?

 -- Skipped a lot, may have been answered, but in VB (not VBA you 
 would use the debug window for this; sometimes called the "immediate" 
 window.
[unknown: 9]
3-Feb-2005
[1019]
Jaime, that is very interesting.
Terry
3-Feb-2005
[1020x4]
Enter this into the address bar of Mozilla, and hit enter.. 

7 Carl's Blog
(Oh wait, you need to set up the bookmarks in Moz first.. see the 
°7° group)
Here's how to set up the bookmark.. 

1.) Open up Mozzila and under Bookmarks, hit "manage bookmarks"
2.) Click on "New Bookmark", 
	for name put "7"
	for location, enter "http://o7o.org/7=%s"  (without quotes)
	for keyword, use "7"
	click "OK"
Then try this as well. 
 7 Carl's blog : author
JaimeVargas
3-Feb-2005
[1024]
Details on how to remote control Firefox can be found here: http://www.mozilla.org/unix/remote.html
Brock
3-Feb-2005
[1025]
I've always found DocKimbel's VidBalls amazing.  See Rebol Desktop, 
Sites, DocKimbel, VidBalls.
Charles
3-Feb-2005
[1026]
terry, woa! Why not a 7search box for moz now ? :-)
[unknown: 5]
3-Feb-2005
[1027]
anyone else have a blog site up with Carl's blog script?
Terry
3-Feb-2005
[1028]
Charles, search will be a predicate.
Pekr
4-Feb-2005
[1029]
:-) http://abfhm.free.fr/basket.swf
Terry
4-Feb-2005
[1030x2]
Charles, I was looking at ConQuery for Mozilla and I'll definitely 
add a 'search plugin' for °7°.. looks handy.
Ok Charles, here's your 7 search plugin for moz...  http://powerofq.com/o7oCGR.zip

Unzip that into your mozilla/searchplugins folder.. restart Moz.


To use it, you can highlight any word, phrase or °7°, right click 
 and choose °7° (you can't miss it :)  This will perform a query 
on what you have highlighted.  For example, if you highlight "Carl 
Sassenrath" you will get all of the details regarding him.  Same 
goes for °Carl Sassenrath°  Of course, the result will be empty if 
there is no matching °7°.. have fun.
yeksoon
4-Feb-2005
[1032]
seems to have a lot of discussions going on these few days in various 
groups. Having  a hard time catching up ..
Gregg
5-Feb-2005
[1033]
I'm skimming and skipping a lot to try and keep up.
BrianW
8-Feb-2005
[1034]
Anybody know of a decent SDL-style gaming lib for REBOL?
Sunanda
8-Feb-2005
[1035]
I think if there was one, Brian, this search would turn up some discussion:

http://www.rebol.org/cgi-bin/cgiwrap/rebol/ml-search.r?q=sdl&mly-all=all
Still, some interesting stuff to read there.