February 29, 2008 – 1:22 pm
If you are like me you have a lot of bookmarks. Actually for most things I now dump them in del.icio.us but I keep a lot of project related bookmarks locally. OpenBook is a neat Firefox extension that gives you some additional properties when adding bookmarks.
This extension allows for customization of the [...]
February 29, 2008 – 8:55 am
Have you checked out CFMeetup? These are online presentations covering a wide range of topics. Charlie Arehart has done a great job in getting some great people to present.
He’s been bugging me for a LONG time to do something on Ant. I’ve finally caved in and will be doing [...]
February 29, 2008 – 8:15 am
You can now vote for ColdFusion support in Aptana on their issue tracker:
http://support.aptana.com/asap/browse/STU-284
February 25, 2008 – 10:36 am
Someone was asking on the CFEclipse mailing list about how to setup a SVN project in CFEclipse. I started typing up an email reply but thought a blog post with pictures might make more sense.
This tutorial assumes you have the following installed:
CFEclipse
Subclipse plugin
A remote Subversion repository
First open CFEclipse and open the SVN Repository view.
Window [...]
February 23, 2008 – 10:29 pm
Tonight I spent a bit of time reorganizing the Ant page on my wiki. Previously I had things broken down by author but it wasn’t very easy to find things. I’ve now changed things around and organized everything by categories and hopefully it’ll be easier to navigate.
If you know of any good Ant [...]
February 22, 2008 – 10:15 am
Have you used svn:externals yet? From the SVN book online:
Sometimes it is useful to construct a working copy that is made out of a number of different checkouts. For example, you may want different subdirectories to come from different locations in a repository, or perhaps from different repositories altogether. You could certainly setup such [...]
February 21, 2008 – 9:07 am
One of the things that bugs me with the default Trac install is the ticket list. By default the Active Tickets list sorts by value (?), milestone, type and time. Usually however I want to sort by Ticket # so I can see what I added most recently. Luckily Trac makes this [...]
February 20, 2008 – 8:50 am
I'm using Trac more and more at work and thought I'd do a few posts (mainly for me to remember things) that I thought would be helpful to others just starting out...
Once you have Trac installed setting up a new 'instance' of Trac is easy. Everything is done using the command line.
If you simply [...]