Displaying 3 results from an estimated 3 matches for "ntecs".
Did you mean:
nsecs
2005 May 20
2
XMLRPC Callbacks
Hi,
I''m currently developing an Enterprise Message Bus and our servers
deals, among others, with XMLRCP.
I''ve been playing with Ruby and its Ajax capabilities made me want to
create a web front end for our Bus.
I''m currently able to connect to the server but i don''t know how to
create callbacks that update a WebPage content!
Is this possible? If so, how ?
2002 Feb 25
2
(no subject)
did U use :
smbpasswd -a user
th passwd must be the same
rick.
>From: "Gary Ferrer" <gary@ferrer.yi.org>
>To: "Samba-users" <samba@lists.samba.org>
>Subject: [Samba] (no subject)
>Date: Fri, 22 Feb 2002 00:07:04 -0800
>
>Hi people, sorry for the previous HTML stuff, I hope this time it's plain
>text. Here's my problem:
2006 Feb 14
25
Rails and background tasks/threads
I am just getting into web servers/web applications and rails as well
so bear with me. I am trying to write a web app that, based on a
users input from the browser, will perform some task, and update the
browser (ala ajax style) as needed and/or provide a way for the user to
control the background task.
Now, I have more experience with java servlets, which makes this easy
enough for a beginner.