You are currently browsing the Tom Malaher’s BrainScan weblog archives for November, 2007.
- Bookmarks (63)
- Fr0n (1)
- LifeInGeneral (1)
- On the trail (4)
- Photos (3)
- Practice (5)
- Software (6)
- Tools (6)
- November 3, 2008: links for 2008-11-03
- October 31, 2008: links for 2008-10-31
- October 24, 2008: links for 2008-10-24
- October 21, 2008: links for 2008-10-21
- October 7, 2008: links for 2008-10-07
- September 28, 2008: links for 2008-09-28
- September 21, 2008: links for 2008-09-21
- August 30, 2008: links for 2008-08-30
- August 29, 2008: links for 2008-08-29
- August 21, 2008: links for 2008-08-21
Archive for November 2007
links for 2007-11-21
November 20, 2007 by tmalaher.
-
Cute pun. This is a web interface to a subversion repository server
-
Pure java subversion web interface
-
A bit out of date. But some of the newer comments pointed me in useful directions
-
Python based web interface to subversion (and cvs)
Posted in Bookmarks | Print | No Comments »
Refactoring Dynamic Code
November 19, 2007 by tmalaher.
This has been one of my concerns all along.
The claim is that “enough testing” will eliminate the need for the compiler to do static checking at compile time.
http://www.artima.com/weblogs/viewpost.jsp?thread=217080
Frank Sommers seems to be saying otherwise… in the long run.
So, I’m feeling justified in my decision to stick with Java, where I gain maximal benefit from IDEs and compilers.
Posted in Practice, Software | Print | No Comments »
links for 2007-11-18
November 17, 2007 by tmalaher.
-
Looking for something I can use to read e-books on my MIDP phone.
Posted in Bookmarks | Print | No Comments »
links for 2007-11-17
November 16, 2007 by tmalaher.
-
Despite the (r) in the name, one of the most useful features is local file sync. I’ve used this to create a subversion working directory for a tool that doesn’t like .svn directories in it’s own directory structure.
Posted in Bookmarks | Print | No Comments »
links for 2007-11-16
November 15, 2007 by tmalaher.
-
I’m producing some XHTML documents from some XML, and I want to print them all. There doesn’t seem to be a good, free “Batch HTML Print” option around. There are a few HTML to PDF converters, but they all have limitations. I’m hoping this plus FOP to PDF
Posted in Bookmarks | Print | No Comments »
links for 2007-11-15
November 14, 2007 by tmalaher.
-
Seems to me this is the way to go. Replace all those onXxxx and scrip tags with a single script tag and a “behavior style sheet”.
-
I want to “show” all the initially hidden elements when printing, without the user having to hit a “printer-friendly view” button or some such botch. This PHP library claims to create HTML that will do it… must figure out how!
-
Finally there’s an official Prototype API documentation site.
-
Online scriptaculous documentation and examples
Posted in Bookmarks | Print | No Comments »
links for 2007-11-03
November 2, 2007 by tmalaher.
-
I’ve got to coordinate activities between a group of nodes, and not looking forward to implementing my own mini-distributed locking setup. But this looks complex and I don’t see a link to source…
-
Another possible locking implementation… but it doesn’t seem to actually exist.
Posted in Bookmarks | Print | No Comments »