search for: commontag

Displaying 2 results from an estimated 2 matches for "commontag".

Did you mean: commontags
2002 Jan 23
1
vorbiscomment inconsistency
...think of tar, right now). I'd also suggest that it use -o for an output filename rather than splattering the second file on the commandline, which I would expect to suffer exactly the same fate as the first file on the commandline, whatever fate that may be. For example: vorbiscomment -w -f commontags.txt this.ogg that.ogg vorbiscomment -a -c "album=this" track1.ogg track2.ogg track3.ogg Borrowing -e behaviour from crontab would be nice, too, but I'm not pushing that too hard in case someon suggests I do it, or worse, I get pounded by script zealots telling me how just one more s...
2005 Sep 21
2
Result Documents XML or JSON?
My Java servlets can generate both JavaScript objects, like JSON, and XML. I can generate both pretty easily. What''s best practice for AJAX responses? Return scripts to be evaled by the Ajax control, or return XML documents and iterate them using XML DOM? Thanks. -- Alan Gutierrez - alan@engrm.com - http://engrm.com/blogometer/index.html -