-
I use gaim v1.5.0 on FC4. Using automatic for sounds.
Sounds are activated when people send a message to me.
If multiple lines are sent quickly, gaim creates a
child process for each sounds (I think). Shown using
ps-aux. When the sound is heard (there is about 2-3
seconds delay for the sound) the child process
dissapears. However not all child processes are killed.
Some child process...
2005-08-22 16:02:14 UTC in Pidgin
-
You can also get the DOM structure for a HTML document by calling the parseDOM functions from tidy. This document structure uses the org.w3c.dom.* interfaces of the java API.
My code :
FileOutputStream fout; // this is just an output file,
try
{
fout = new FileOutputStream(new File("temp.html"));
}
catch (Exception e)
{ System.out.println...
2004-01-15 12:49:04 UTC in JTidy
-
I don't really understand your use of flawed implementation. But I'll try to answer anyway
I'm not saying that there is something fundamentally wrong with tidy or jtidy. What I am saying is that the developers of jtidy is held back (meaning, they do not create new features) because they are trying to conform to tidy.
If tidy does not grow, neither does jtidy. And tidy has not been...
2003-12-02 15:42:11 UTC in JTidy
-
I think one of the problem of jtidy is that it is just a porting of tidy to java. And after looking at tidy's site (on the sourceforge site as well), that's pretty much dead as well. As long as there are no updates on tidy, jtidy refuses to grow as well :)
If there is going to be a new project like tidy, well we must unbind from the shackles of tidy. Then we also need a good manager, someone...
2003-12-01 17:39:19 UTC in JTidy
-
I have had some problems with jtidy changing forms. For example:
if I have
<table>
<form>
<tr><td><input blah blah></td></tr>
<tr><td><input blah blah></form></td></tr>
</table>
tidy would change it to
<form>
</form>
<table>
<tr><td><input blah...
2003-11-14 17:34:45 UTC in JTidy
-
Hmmm.. given that this is opensource, wouldn't it be just as simple to create a new project based on jtidy? Jtidier perhaps :), with a new management team.
Of course it depends on the original owner, whether he wants to still continue on this project or not. Although all signs says nay...
2003-11-14 17:31:56 UTC in JTidy