On 08/07/2011 04:12 PM, J. Landman Gay wrote:
I need a way to convert a web URL to a valid FTP URL. For example,
convert this:
http://www.domain.com/folder/file.txt
to this:
ftp://user:p...@domain.com/webroot/folder/file.txt
Not all servers use "public_html" so I can't just hard-code tha
On 08/07/2011 09:49 PM, J. Landman Gay wrote:
On 8/7/11 10:05 PM, Jeffrey Massung wrote:
So, the only way you can begin to solve this issue is if you have direct
access to the web server and know how it's routing and serving static
content.
I'll answer you and Mark Weider at the
On 08/08/2011 12:55 AM, Mark Wieder wrote:
Jeff-
HTTP PUT is an interesting alternative, but I see two possible
complications. First of all you'd have to query the Allow headers on
the server to see if the PUT command is supported, and then come up
with an alternate strategy if it isn't. Secondl
I hope no one here minds a shameless plug and perhaps helping me out a little...
Over the past few months I've been working to bring together an idea I've had
for quite some time: persistent, live, online chat rooms that are quick and
easy to make, use, and fun. The result is Sqwerly Chat. It is
On Dec 11, 2010, at 2:07 AM, Scott Rossi wrote:
>>
>> http://www.sqwerly.com/room?q=12027
>>
>
> First thought: accessing the above q=12027 URL results in a blank page
> (FireFox Mac). Is it necessary to register to make the above display
> anything?
Scott,
Thanks for trying it. No, regist
message. There are two options provided: sign in
> and register, so it seems that some kind of registration is indeed
> necessary.
>
> Regards,
>
> Scott Rossi
> Creative Director
> Tactile Media, UX Design
>
>
>
> Recently, Jeffrey Massung wrote:
>
Thank you everyone who's been trying.
This is now fixed and should work as intended. Humbly, I would ask you to try
again. :-)
Jeff M.
On Dec 11, 2010, at 6:56 AM, Mike Bonner wrote:
> Just tried to go there(firefox) empty screen as mentioned by Scott up above.
> Then tried it with safari and
Andre, I use Franz CL and love it!
Thanks for asking, though. Let me know if you'd like to talk web+lisp some time.
Jeff M.
On Dec 11, 2010, at 7:59 AM, Andre Garzia wrote:
> Hey Jeff,
>
> So someone is using AllegroServer... is that Franz CL or other Lisp using
> Portable Allegro Server? I am
I decided to put together a little fun stack for everyone here to play with.
It's something I do in my spare time (yeah, what's that?!) for fun: genetic
algorithms. I've done all sorts for random experiments, but today on Reddit I
saw that someone had made a decent tutorial of them, and I though
On Dec 28, 2010, at 3:58 PM, Thomas McGrath III wrote:
> I am stuck. I've been trying to extract text from an RSS feed and so far I
> have the information I need but am stuck at extracting it into a better
> format. Here is what I have so far:
>
> location city="Bethel Park" region="PA" coun
up in Jersey 30 years ago)
>
>
> -- Tom McGrath III
> http://lazyriver.on-rev.com
> 3mcgr...@comcast.net
>
> On Dec 28, 2010, at 7:47 PM, Jeffrey Massung wrote:
>
>>
>> On Dec 28, 2010, at 3:58 PM, Thomas McGrath III wrote:
>>
>>> I am st
On Jan 15, 2011, at 5:41 PM, Calvin Waterbury wrote:
> Hi David C.,
>
> Nope. I'm referring to the "Errors" window when something flubs. It says on
> the left side of that dialog...
>
> Type
> Object
> Line
> Hint
>
> I know this is an error message, but does "line hint" mean anything else
Well, TCP works great, you just have to define your protocol and go. This
wouldn't be too difficult to implement. That said, a native method of letting
LC apps inter-communicate w/o having to program it [much] would be slick.
Taking some ideas from AppleScript:
## app "A":
start script server
Yes.
I don't remember the exact syntax, but it's something like this:
put "Hello, world!" into tBody
revBrowserSet(tBrowserId, "htmlText", tBody)
Jeff M.
On Jan 22, 2011, at 12:05 AM, David C. wrote:
> Hello folks,
> Is it possible to load html textual content directly from a text field
> or v
I have never experienced an error like this and I do something similar all the
time in my stack. One difference between your code and my code is that I get
the linkText like so:
get the linkText of the mouseCharChunk
Instead of using the mouseText. I don't know if there's a difference here in
On Jan 27, 2011, at 10:54 PM, Geoff Canyon Rev wrote:
> I'd suggest coroutines: http://en.wikipedia.org/wiki/Coroutine
>
> They have the advantage of being fairly similar to what some of us have done
> already with send.in to get this sort of behavior, and probably wouldn't
> break existing synt
On Jan 28, 2011, at 7:59 AM, Geoff Canyon Rev wrote:
> On Fri, Jan 28, 2011 at 1:16 AM, Jeffrey Massung wrote:
>
>>
>> Coroutines have absolutely no advantage over what's already provided by LC.
>> There's zero difference between saying "yiel
Geoff (btw, Jeff here ;-)),
Okay, I think I completely understand where the disconnect lies - and it's with
my understanding of the LC internals. I put together a very simple stack that's
nothing more than a field "Test" and a button. The button script looks like
this:
on mouseUp
putNumbers
18 matches
Mail list logo