Displaying 2 results from an estimated 2 matches for "novawave".
2009 Nov 04
1
Print Driver Detection
...(On another note, is it possible to add a printer from the command-
line that requires domain authentication without providing the
password in the command, which is visible in the process list? If I
could provide it over stdin or something similar, that would be
preferable.)
--
Jeremy R.
NovaWave Solutions
http://www.novawave.net/
2008 Jun 23
2
Messaging system
Hey All,
I''m trying to put a messaging system together using this
http://www.novawave.net/public/rails_messaging_tutorial.html.
All working fine but I''d like to be to thread the replies.
At the moment, a message goes out, someone replies to it and the
original is simply included in the reply. I''d like to be able to thread
the replies using acts_as_tree or somethi...