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

World: r3wp

[Ann-Reply] Reply to Announce group

Janko
13-May-2009
[1546x2]
Thanks Henrik :) , I fixed the typo now
If you find anything wrong, or have any criticism I will be happy 
too
Henrik
13-May-2009
[1548]
perhaps the css style for text fields should be a little clearer. 
it's hard to see the text field.
sqlab
13-May-2009
[1549]
http://www.site-assistant.com/faq.rspshows one "is" to much

Site Assistant is is programmed in an innovative programming language 
REBOL ...
Janko
13-May-2009
[1550]
sqlab: thanks , fixed
Henrik: you mean that I should add a little more contrast to it?
Henrik
13-May-2009
[1551]
yes, that could work.
Janko
13-May-2009
[1552x2]
Ok, I will try .. I think you are right
uh, I already see bugs :) .. Henrik . app shouldn't alow you to write 
http://..... just www.domain.com
Henrik
13-May-2009
[1554]
In Update Website, there is a typo "remeber"
Janko
13-May-2009
[1555]
thanks, fixed
Henrik
13-May-2009
[1556x2]
In Global Settings, it reads "a email" in a sentence, where it should 
be "an email"
There should probably also be a comma after "expires".
Janko
13-May-2009
[1558x2]
ups yes, fixed again ... If you will need some beta testing Henrik 
tell me
Henrik: which browser do you have?
Henrik
13-May-2009
[1560]
Safari 4.
Robert
13-May-2009
[1561]
Janko, I'm giving it a try with some real-life web-sites. Cool stuff.
Janko
13-May-2009
[1562x2]
Henrik: I haven't tested with that, ( I have with chrome which also 
uses webkit )
Robert, great :)
Henrik
13-May-2009
[1564]
I think they are close to identical in rendering engine.
Janko
13-May-2009
[1565]
... if anything doesn't work please tell me
Henrik
13-May-2009
[1566]
haven't found problems so far.
Janko
13-May-2009
[1567x2]
( that was directed to Robert, you helped me a lot already , I wouldn't 
be asking for more :) )
amacleod, thanks for telling me about typo .. I fixed it 

about RSP error , I will look at it and fix it , thanks, it seems 
I broke it with the last bigger update!
amacleod
13-May-2009
[1569]
Janko, Where should we post bugs/comments etc.
Janko
13-May-2009
[1570x2]
:) I have no such place yet .. except me here or my email
which is [janko-:-itm-:-gmail-:-com]
amacleod
13-May-2009
[1572x2]
How long does it take for it to fetch website data (Who-is etc.)
Never mind I had to refresh the page
Janko
13-May-2009
[1574]
bots wake up and look for tasks every 2-3 minutes now
PeterWood
13-May-2009
[1575]
 I have no such place yet .. except me here or my email
 - I've created a !Site-Assistant group to be such a place.
Anton
13-May-2009
[1576]
Janko
http://www.site-assistant.com/sign-up.rsp
recieve -> receive
Janko
13-May-2009
[1577x2]
Peter: wow, nice :D
Anton.. thanks, I fixed that .. and also same mistake on 6 other 
places
Maxim
13-May-2009
[1579]
very nice work janko, professional looking out of the box  :-)
Janko
13-May-2009
[1580]
Thanks Maxim , now it looks a little more pro after you guys told 
me for so many typos :)
RobertS
15-May-2009
[1581]
I get a SQLite error when I try to add my first domain address; I 
was able to create an empty group OK
Janko
15-May-2009
[1582x2]
RobertS: hm.. what kind of error, does it maybe says something like 
"database locked" or something else?
Hm.. I see that last 2 users had to have errors as their domains 
didn't get passed to the bots. I will go figuring out tonight what 
caused this.
mhinson
17-May-2009
[1584]
Great article on parse Ladislav. This was exactly what I first looked 
for when I very first started looking at Rebol. Thanks.
BrianH
17-May-2009
[1585]
Great article, Ladislav. Just tweaked the grammar and added a link 
to tthe Parse Project at the end - Peta wrote a lot about Parse there.
Ladislav
18-May-2009
[1586x2]
thanks, mhinson and Brian
please, can somebody improve the look of the table in the article? 
(it looks awful, I think)
Janko
18-May-2009
[1588x3]
I don't think it looks awfull , it fits the general wiki style ... 
only if heading would be bold or something ... but I don't have any 
exp. with wiki syntax for tables  ... you have few CSS examples of 
fancy tables here
I can't wait to read it as I already said like your articles a lot 
and parse vs re interests me a lot.. I just nee to find some peacefull 
time to zone it
zone it = zone in
Anton
24-May-2009
[1591]
PeterWood, that string encoding doc and functions look very useful. 
Nice work.
Ladislav
13-Jun-2009
[1592x2]
Thanks, Gregg. BTW, sorry for discussing in Announce, my bad.
When I see that "Very simple. Easy to debug. " in the http://www.rebol.net/wiki/Inclusion_Methods
, I am quite confused about the meaning. What is it that is easy 
to debug? (the DO function?)
PeterWood
13-Jun-2009
[1594x2]
It perhaps makes sense if you consider what errors you could possibly 
make coding using DO:
	incorrectly spell do
	miss the % from a filename
	omit the REBOL header from a script file
	do an unset word


I guess you could consider debugging those errors as being easy -- 
though I'm sure you can think of many more possible errors with the 
DO function than I :-)
On a quick look at the wiki page, the question "why do modules have 
to be dynamically loaded?" seems to jump out of the page.