Re: Script for tagging email addresses

2010-03-26 Thread Jim Ault
First, I think you have a typo... E-mail: href="Mailto:wonder...@orcon.net.nz"wonder...@orcon.net.nz¬ is missing the closing '>' E-mail: href="Mailto:wonder...@orcon.net.nz">wonder...@orcon.net.nz¬ secondly, the href string does not have to be enclosed in quotes, so E-mail: wonder...@orcon.n

Property profiles

2010-03-26 Thread Sarah Reichelt
Has anyone ever actually used profiles? I haven't but I thought that I had a good use for them this time, so I tried to set them up. When I go to the profiles section of the inspector, I see a Master profile listed in bold. I created another 2 two profiles, planning to delete the Master later & sw

splash21 Site

2010-03-26 Thread Marty Knapp
Probably many of you have seen the site splash21.on-rev.com which is a great example of an On-Rev site. Sign up and you can download the files for the whole site. I did so and uploaded to my On-Rev account and have been trying to learn its inner workings. I'm pretty new to most of this, but I

Re: Script for tagging email addresses

2010-03-26 Thread Jeffrey Massung
On Mar 26, 2010, at 10:40 PM, Sivakatirswami wrote: > anyone have an efficient script for tagging email address with links? I have used the algorithm below several time for similar needs. The basic concept is as follows: * Create a regular expression matching what you are looking for * Loop o

Script for tagging email addresses

2010-03-26 Thread Sivakatirswami
anyone have an efficient script for tagging email address with links? let's say I have a chunk of plain text made up of one or more of these: And we want to replace them with links Mr. Wonder Boy 108 Webster Avenue 1004 Mount Zena, NEW ZEALAND E-mail: wonder...@orcon.net.nz ¬ Mr. Wonder Boy

Postfix-Sendmail problem on new OSX Serve (10.6.2)

2010-03-26 Thread Sivakatirswami
We are setting up an new server here. Upgraded OS to OSX 10.6.2 suspect new version of Postfix and sendmail on board: My old cgi's that handle internal intranet "stuff" have this ancient call to sendmail that was working up until the upgrade: on startup put "/usr/sbin/sendmail -t" in

Re :Roman Numerals Conversion

2010-03-26 Thread Alejandro Tejada
These code examples for converting Roman numerals, remembers me a particular example from the book "Ilustrating C" that uses arrays in a quite clever way. If any of you have 2nd Edition of this book, you could find this example in pages 56-57. Alejandro ___

Re: [ANN] revSparkle minimalist web framework for RevServer

2010-03-26 Thread Kay C Lan
On Sat, Mar 27, 2010 at 9:10 AM, Kay C Lan wrote: > Andre, > > If my name was Hello, I don't get Hello Hello, but I get Hello World. > > For clarification, if I 'Hello/Hello' I don't get Hello Hello but Hello World. So: 'hello/hello' doesn't match http://andregarzia.com/revspark/demo/hello/hell

Re: [ANN] revSparkle minimalist web framework for RevServer

2010-03-26 Thread Kay C Lan
Andre, Thanks for the wiki and I think I get most of it but 1 thing confuses me: A simple URL Scheme: /hello will match: > > * /hello (Duh!) > > A URL Scheme with a place holder: /hello/:name will match: > > * /hello/Andre > * /hello/Lili > * /hello/Mark > * ... > You then

Re: Re :Roman Numerals Conversion

2010-03-26 Thread Kay C Lan
On Fri, Mar 26, 2010 at 11:16 PM, Andre Garzia wrote: > > Now we should change bugzilla ids to roman numerals, everything would start > looking very official and political (we use some roman numerals for > official > stuff here in Brazil). Just imagine: > > Which enhancement request am I to give m

[ANN] Colorize and link while you type in tRev

2010-03-26 Thread Jerry Daniels
Script and object editor aficionados, We have added real time colorization and handler linking to tRev this week. Check out the video: http://reveditor.com/colorize-while-you-type New colorize preference: - Colorize smoothly while you type, delete or backspace + also creates handler lin

Re: socket write/read conflict?

2010-03-26 Thread Nicolas Cueto
Found the problem. Alex Tweedly pointed out my use of "read from socket" was missing an "until". So, I added an "until LF" (rather than the "!...@#$%" expletive), and, shbam, simultaneity problem gone. Thanks. -- Nicolas Cueto ___ use-revolution mailin

Crystal Reports

2010-03-26 Thread Andrew Kluthe
Has anyone attempted an External or know anything about interfacing RunRev with a Crystal Report? I need to come up with a versatile reporting solution and they already have so many reports made in crystal reports that it would be perfect to continue to use them in some form. >From what I unders

revMobile Animation

2010-03-26 Thread Jake Martin
Greetings list, I’m a long time rev user (although new to the list) and am debating whether to join revMobile. Does anyone know what the animation abilities are (and will be)? Particularly, one of the most compelling user experience aspects of the iPhone is its smooth animation with core anim

Re: Connecting Rev stack to On-Rev mySQL DB?

2010-03-26 Thread Devin Asay
On Mar 26, 2010, at 11:58 AM, John Patten wrote: Thanks Sarah and Andre! I figured out the % wildcard for SQL but I like Sarah's irev strategy too. I'm attempting to modify what Sarah describes to include a search field on card and a WHERE in the SQL. Having a hard time getting my head aroun

Re: [ANN] revSparkle minimalist web framework for RevServer

2010-03-26 Thread Andre Garzia
Yes, I just renamed it! People pointed out that revSparkle was too similar to Sparkle, so I changed it to revSpark like half an hour ago. Am drafting some stuff to post here. new url: http://hg.andregarzia.com/revspark On Fri, Mar 26, 2010 at 3:33 PM, Robert Brenstein wrote: > On 25.03.10 at

Re: [ANN] revSparkle minimalist web framework for RevServer

2010-03-26 Thread Robert Brenstein
On 25.03.10 at 17:51 -0300 Andre Garzia apparently wrote: You can check the wiki at: http://bitbucket.org/andregarzia/revsparkle/wiki/Home Wiki is really at http://bitbucket.org/andregarzia/revspark/wiki/Home Robert ___ use-revolution mailing list

Re: Need a Rev DLL wrapper

2010-03-26 Thread J. Landman Gay
Andre Garzia wrote: Richard, Can't you call that DLL with VBScript? Might be easier than writing an external I'd be careful with this. It was one of the reasons that Nortons decided someone's Rev app was a virus and quarantined it. Nortons is really picky. -- Jacqueline Landman Gay

Re: Connecting Rev stack to On-Rev mySQL DB?

2010-03-26 Thread John Patten
Thanks Sarah and Andre! I figured out the % wildcard for SQL but I like Sarah's irev strategy too. I'm attempting to modify what Sarah describes to include a search field on card and a WHERE in the SQL. Having a hard time getting my head around sending the POST to the irev script so that

Re: socket write/read conflict?

2010-03-26 Thread Peter Brigham MD
On Mar 26, 2010, at 11:59 AM, Mark Talluto wrote: I use something like: "!...@#$%" I make sure I append those characters to the end of data to be sent over a socket as well. "!...@#$%" sounds like a swear word to me... (from the old comic book days) -- Peter Peter M. Brigham pmb...@gmail.

Re: socket write/read conflict?

2010-03-26 Thread Mark Talluto
On Mar 23, 2010, at 7:50 PM, Nicolas Cueto wrote: > A question about something Alex wrote. > > -- And thank you, Alex. I'll be trying out what you wrote and see what > happens. As for logging the results, I'd been doing that already, by > having the script put results into a field. Odd thing is,

Re: Connecting Rev stack to On-Rev mySQL DB?

2010-03-26 Thread Andre Garzia
Kay, I think that the safest method is: a) Use a server side RevServer file to do all your database routines. Never talk directly to the database but instead, talk to your RevServer middleware. b) Make it so that your client application and your RevServer middleware do some kind of special hands

Re: Re :Roman Numerals Conversion

2010-03-26 Thread René Micout
Even if I am not the author of this question, I also say : thank you !! René from Paris Le 26 mars 2010 à 16:10, Francis Nugent Dixon a écrit : > Hi from Beautiful Brittany, > > Thanks to Mark, Richmond and Sarah. > > I knew you could do it !! > > -Francis > > > > > >

Re: Need a Rev DLL wrapper

2010-03-26 Thread Andre Garzia
Yes Exactly that info! I never tried for I am a mac/linux guy but it should get you going. On Fri, Mar 26, 2010 at 12:12 PM, Richard Miller wrote: > Andre, > > Is this the info to follow to try this: > > http://www.sonsothunder.com/devres/revolution/tips/ext002.htm > > Thanks. > Richard > > > >

Re: Connecting Rev stack to On-Rev mySQL DB?

2010-03-26 Thread Devin Asay
On Mar 25, 2010, at 2:56 PM, Andre Garzia wrote: John, check the allowed hosts on your control panel, add the % wildcard there. Cheers andre PS: Power grid failure over here, working on batts, sorry for the hushed reply This is in fact what I have done on my MySQL account to make db's

Re: Re :Roman Numerals Conversion

2010-03-26 Thread Andre Garzia
Folks, this is brilliant! Now we should change bugzilla ids to roman numerals, everything would start looking very official and political (we use some roman numerals for official stuff here in Brazil). Just imagine: BUG DCCCII: Fixed. :D On Fri, Mar 26, 2010 at 12:10 PM, Francis Nugent Dixon w

Re: Need a Rev DLL wrapper

2010-03-26 Thread Richard Miller
Andre, Is this the info to follow to try this: http://www.sonsothunder.com/devres/revolution/tips/ext002.htm Thanks. Richard On 3/26/2010 11:04 AM, Andre Garzia wrote: Richard, Can't you call that DLL with VBScript? Might be easier than writing an external Cheers andre On Fri, Mar 26, 20

Re :Roman Numerals Conversion

2010-03-26 Thread Francis Nugent Dixon
Hi from Beautiful Brittany, Thanks to Mark, Richmond and Sarah. I knew you could do it !! -Francis ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription prefe

Re: Need a Rev DLL wrapper

2010-03-26 Thread Andre Garzia
Richard, Can't you call that DLL with VBScript? Might be easier than writing an external Cheers andre On Fri, Mar 26, 2010 at 11:26 AM, Richard Miller wrote: > I have a DLL (and all the original C++ components) I want to access through > Rev. I haven't found a straightforward way to create a R

Need a Rev DLL wrapper

2010-03-26 Thread Richard Miller
I have a DLL (and all the original C++ components) I want to access through Rev. I haven't found a straightforward way to create a Rev wrapper for this, since I don't know C++. Suggestions? I am willing to pay someone experienced in this process to create the wrapper, assuming it can be done

Re: Linux - Check for Updates broken

2010-03-26 Thread Richard Gaskin
Peter Alcibiades wrote: Update has never worked in Linux - at least since before 2.6.1. So if it now shows what is available, even if it will not download it, it is making progress, it didn't even use to do that. Yes, I've found that curious as well. In my own work with Rev on Linux I've fou

Re: Deleting Data Woefully Slow

2010-03-26 Thread Alex Tweedly
Mark Wieder wrote: Alex- Thursday, March 25, 2010, 5:57:48 PM, you wrote: delete line -1 requires search for every CR (i.e. scan every char in the whole large piece of data) adjust some pointer to truncate Not necessarily. See my response to Richard. I'd find the end

Re: Connecting Rev stack to On-Rev mySQL DB?

2010-03-26 Thread Jim Ault
There are several security systems out there, but if you are talking about sending variables to a program that interacts with a SQL database, then expert programmers can already know several things about how it operates. One attack is to send a variable (eg. homeAddress1) that actually con

Re: Connecting Rev stack to On-Rev mySQL DB?

2010-03-26 Thread Sarah Reichelt
On Fri, Mar 26, 2010 at 5:21 PM, Kay C Lan wrote: > Hi Sarah, > > but what's stopping me > > on mouseUp >  put "http://myusername.on-rev.com/readDB.irev"; into tDBdata >  -- now display it > end mouseUp > > to your account? Nothing :-) But you only get the results from my database, you don't ge

Re: Connecting Rev stack to On-Rev mySQL DB?

2010-03-26 Thread Kay C Lan
Hi Sarah, but what's stopping me on mouseUp put "http://myusername.on-rev.com/readDB.irev"; into tDBdata -- now display it end mouseUp to your account? Of course how would I know that you had an account, or that you had such a file? I liken this (and I might be wrong) to my wife who always

Re: Roman Numerals Conversion

2010-03-26 Thread Kay C Lan
Here's my version function rom2Ara theNumber constant i=1,v=5,x=10,l=50,c=100,d=500,m=1000 put 0 into tTotal put 1000 into tLastChar repeat for each char tChar in theNumber put value(tChar) into tNum -- how unfortunate if (tNum > tLastChar) then subtract (2*tLastCh