Transferring HomeSite Configuration Files (HELP)

Posted March 15, 2007 at 9:34 AM by Ben Nadel

I love HomeSite 'cause it rocks. And it rocks so hard that I want to install it on all my computers. The problem is, my HomeSite is pretty tricked out and customized. Does anyone know of an easy way to transfer configuration setting from one HomeSite setup to another?

Thanks!



Reader Comments

Mar 15, 2007 at 10:18 AM // reply »
6 Comments

I have done this a zillion times. The best way is to install HS on the same path and drive letter as your tricked out version. Then copy the entire install directory (or just the Extensions and UserData folders) and drop it on the new install. If you need to install it on a different path or drive you will need to edit some of the config files like snippets.key (I forgot exactly which ones) and such that the path reflects the new install directory.


Mar 15, 2007 at 10:23 AM // reply »
10,640 Comments

Awesome. Thanks for the tip. This is gonna help out a lot.


Ed
Mar 16, 2007 at 8:26 AM // reply »
18 Comments

<cf_rant>
Just read this post, I have to say that as a developer I have real issues with all of my IDEs. I started coding HTML using Notepad back in the dark ages (early 90s) since then I think I've used just about every code editor around. Most recently having started with Eclipse. The only thing I can say for sure is that, IMHO, they all suck! Dreamweaver is like a Humvee stuck in mud, Eclipse is java and buggy, homesite doesn't support the features I need (like decent inline CSS support). They have all cost me lost hours because they wiped code during a crash or, in the case of eclipse, deleted an entire new project that was not yet on the backups. Sorry to rant on your blog Ben but I just wish either Adobe could sort dreamweaver out or someone could make eclipse as good in terms of FTP support etc. Maybe I should just bin all this new fangled kit and use CF Studio again. I still resort to that in times of dire need! Why couldn't macromedia have kept developing CFstudio instead of trying to force us into using sub-standard dreamweaver?
</cf_rant>


Mar 16, 2007 at 6:43 PM // reply »
6 Comments

*They all suck*????

Interesting....I guess there is no pleasing some people, no matter what.

The tools you mentioned are all excellent in their own way. None of them are *end alls* by themselves. But together they are a fantastic tool kit. I have all but abandoned CF studio for eclipse. Eclipse is amazing but it does have some serious short comings. Namely the edit tag function. I like to see all my options for a tag all at once, either as properties or as a tag edit dialog. You can ADD a tag to code using a dialog but you cannot edit it. The lack of an HTML dictionary is a bummer to. Also the A href= ... does not have code completion... etc... (which is why I usually have CF studio open as well) but besides these minor irritants and being a bit buggy it is awesome. The fact that I can edit
Java (native)
JS jseclipse http://labs.adobe.com/technologies/jseclipse/ and aptana http://www.aptana.com/download_all.php
PHP, PHP Development Studio http://www.eclipseplugincentral.com/Web_Links-index-req-viewlink-cid-634.html
CSS Aptana http://www.aptana.com/download_all.php
(X)HTML Aptana and CFEclipes
And a ZILLION other languages http://www.eclipse.org/home/categories/languages.php

using the same FULL FEATURED, FREE IDE in of itself boggles the mind.

I never liked DW all that much. It is does have the agility of Fat Bastard in a tub of sludge. But for CSS and XHTML formatting and designing GUI's it is excellent.

As for HS / CF Studio, We all know that it is a masterpiece but it is getting old and does support all the things that we are having to use on a daily basis. It was truly a sad day when they dropped it from their product line.....


Ed
Mar 19, 2007 at 6:54 AM // reply »
18 Comments

It's true that I am a fussy little prima-donna at the best of times but then I have high standards :-) I agree that eclipse is the best of the lot but I find it quite unstable even running on a high-end gaming machine which is what I use at home. It's getting better though and I agree that it's great to be able to do everything pretty much from one IDE. I guess my main 2 beefs with eclipse are no inline CSS when editing CFM files and the FTP support is pretty primitive. Oh well, that's life I suppose!


Post A Comment

Comment Etiquette: Please do not post spam. Please keep the comments on-topic. Please do not post unrelated questions or large chunks of code. And, above all, please be nice to each other - we're trying to have a good conversation here.

Please review the following issues:

Author Name:


Author Email:

Author Website:

Comment:

Supported HTML tags for formatting: <strong>bold</strong>   <em>italic</em>   <code>code</code>







  • Help Wanted - Find Your Next ColdFusion Job
InVision App - Prototyping Made Beautiful With Prototyping Tools Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
Feb 12, 2012 at 3:37 AM
Learning ColdFusion 8: CFImage Part III - Watermarks And Transparency
Hi Ben, Just to ask currently it is placed bottom right corner, if i need to replace the same rendered image on the bottom left side or in the bottom center, how that can be calculated. bottom ce ... read »
Feb 11, 2012 at 9:29 PM
Use jQuery's SlideDown() With Fixed-Width Elements To Prevent Jumping
I can't say how glad I am that I found your post. Thank you very much. ... read »
Feb 10, 2012 at 7:21 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
Update! Instead of $(eval(options.insertAfter)).after(data['insertData']); I now use: var ajaxNode = document.createElement('span'); var parent = $(eval(options.insertAfter))[0].parentNode; ... read »
Feb 10, 2012 at 6:18 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
encountered this same, what I consider, jQuery bug last week. I'm building a site in which I load some content via AJAX. This content contains Linkedin share button placeholders which Linkedin API ne ... read »
Feb 10, 2012 at 11:30 AM
Cross-Origin Resource Sharing (CORS) AJAX Requests Between jQuery And Node.js
After you understand the concepts here, this is an awesome cheatsheet for enabling CORS in just about anything http://enable-cors.org/ ... read »
JM
Feb 10, 2012 at 9:10 AM
My Safari Browser SQLite Database Hello World Example
@Amy, Here is a very good tutorial on how to use JOIN: http://www.sqltutorial.org/sqljoin-innerjoin.aspx ... read »
Feb 10, 2012 at 4:42 AM
Building A Twitter-Inspired RESTful API Architecture In ColdFusion
This is great, very useful Ben. I spotted a small typo in the api.cgm listing: <cfthrow type="Unauthroized" /> Cheers Stefan ... read »
Feb 9, 2012 at 10:35 PM
CFDirectory Filtering Uses Pipe Character For Multiple Filters (Thanks Steve Withington)
I was wondering if there would be a filter you could apply so that you got everything but what you included in the filter. As in show me all docs that are not a .pdf. ... read »