You are currently browsing the Tom Malaher’s BrainScan weblog archives for November, 2007.
- Bookmarks (105)
- Fr0n (1)
- LifeInGeneral (2)
- On the trail (4)
- Photos (3)
- Practice (6)
- Software (8)
- Tools (8)
- March 11, 2010: links for 2010-03-11
- March 8, 2010: links for 2010-03-08
- March 7, 2010: links for 2010-03-07
- March 4, 2010: links for 2010-03-04
- February 25, 2010: links for 2010-02-25
- February 9, 2010: links for 2010-02-09
- February 7, 2010: links for 2010-02-07
- February 4, 2010: links for 2010-02-04
- January 29, 2010: links for 2010-01-29
- December 31, 2009: links for 2009-12-31
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- April 2009
- March 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- May 2007
- April 2007
- March 2007
- December 2006
- May 2006
- June 2004
- May 2004
- February 2004
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 »