<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>The Honey House Buzz - Contribute</title>
			<link>http://honeyhousedesigns.com/blog/index.cfm</link>
			<description>Musings about Life, Momy-hood, Teenagers, ColdFusion, and Being a GeekGirl in the South</description>
			<language>en-us</language>
			<pubDate>Thu, 02 Sep 2010 11:17:49 -0600</pubDate>
			<lastBuildDate>Sat, 07 Aug 2010 17:36:00 -0600</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>support@honeyhousedesigns.com</managingEditor>
			<webMaster>support@honeyhousedesigns.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>support@honeyhousedesigns.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			<itunes:image href="" />
			<image>
				<url></url>
				<title>The Honey House Buzz</title>
				<link>http://honeyhousedesigns.com/blog/index.cfm</link>
			</image>
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>Goodby CFUnited, Perhaps next year</title>
				<link>http://honeyhousedesigns.com/blog/index.cfm/2010/8/7/Goodby-CFUnited-Perhaps-next-year</link>
				<description>
				
				I have planned unsuccessfully to get to CFUnited. But the for last 6+ years, other obligations have interfered for that week..... So, I get my oxes out of the ditch (which included a funeral, a few surgeries to repair cycling injuries, mom-in-law getting 2 hip replacements...you get the picture) to clear July-August 2011 to attend Next Year -- 2011...

(sigh) My friend Gene Godsey broke that news to me, no next year.... (sigh).

So Here&apos;s My VOTE: Have it somewhere, somehow, someway and Honey House Web Designs WILL be there! PLease, please (please).... 
				</description>
				
				<category>File Conversions</category>				
				
				<category>Fireworks</category>				
				
				<category>Cycling</category>				
				
				<category>Databases</category>				
				
				<category>ColdFusion</category>				
				
				<category>Coldfusion Hosting</category>				
				
				<category>CSS</category>				
				
				<category>Family</category>				
				
				<category>HHWD</category>				
				
				<category>Contribute</category>				
				
				<category>Dreamweaver</category>				
				
				<pubDate>Sat, 07 Aug 2010 17:36:00 -0600</pubDate>
				<guid>http://honeyhousedesigns.com/blog/index.cfm/2010/8/7/Goodby-CFUnited-Perhaps-next-year</guid>
				
			</item>
			
			<item>
				<title>DW CS3 Bug? Checking Out Files to Open Externally Can Crash DW</title>
				<link>http://honeyhousedesigns.com/blog/index.cfm/2008/12/17/DW-CS3-Bug-Checking-Out-Files-to-Open-Externally-Can-Crash-DW</link>
				<description>
				
				If you are working in a website that is set up to use Contribute for its users, do not try to checkout a file AND open externally at the same time. DW will crash.

I use Topstyle for CSS edits, and I have DW set up to open edit CSS files externally. I often open css files in DW that then open the Topstyle editor. If the CSS file is locked and needs to be checked out of the server, then opening to edit in Topstyle will cause DW to bomb. 

Solution: Check CSS file out first, then open/edit. Then all works good.  

Note on &apos;bug&apos;: This occurs in Topstyle versions 3.12 and 3.5 (newest version) and in of the latest CS3 DW version. It also occured in CS4, but that was beta. (don&apos;t have CS4 production yet... waiting on bit end-of-year bonus -- ha ha ). 
				</description>
				
				<category>Dreamweaver</category>				
				
				<category>CSS</category>				
				
				<category>Contribute</category>				
				
				<pubDate>Wed, 17 Dec 2008 08:35:00 -0600</pubDate>
				<guid>http://honeyhousedesigns.com/blog/index.cfm/2008/12/17/DW-CS3-Bug-Checking-Out-Files-to-Open-Externally-Can-Crash-DW</guid>
				
			</item>
			
			<item>
				<title>Migrating from One DW template to another</title>
				<link>http://honeyhousedesigns.com/blog/index.cfm/2008/11/10/Migrating-from-One-DW-template-to-another</link>
				<description>
				
				HHWD often uses DW templates so that clients who use Adobe&apos;s Contribute can update  their sites and add pages.

In order to facilitate updating a site&apos;s design you should use CSS to separate the content from the style or layout. But if you also use the same template editable region names in your new design template, you&apos;ll have a much easier time applying that template to the old pages without having to resolve each and every page.

When creating editable regions remember
1) keep the similar regions the same name.
2) use the same case in old and new template. DW considers &apos;ContentBody&apos; template a different region than &apos;contentbody&apos;.
3) Avoid using the differing case (as described in #3 above) to  make multiple editable regions on a page. While you might remember now what and why. In 6 months when you come back to the template, those brain cells may be long gone :).
4)Avoid using HTML or CFM markup words or reserved words as editable region names. While &apos;Body&apos; or &apos;cfoutput&apos; will work as a region names, it isn&apos;t the best form and could lead to issues down the road. 
				</description>
				
				<category>Dreamweaver</category>				
				
				<category>Contribute</category>				
				
				<pubDate>Mon, 10 Nov 2008 13:58:00 -0600</pubDate>
				<guid>http://honeyhousedesigns.com/blog/index.cfm/2008/11/10/Migrating-from-One-DW-template-to-another</guid>
				
			</item>
			
			<item>
				<title>Contribute - Updating Template Gotchas</title>
				<link>http://honeyhousedesigns.com/blog/index.cfm/2008/6/11/Contribute--Updating-Template-Gotchas</link>
				<description>
				
				When working on a site where the users use Contribute to edit, checking out the template doesn&apos;t always check out each new page the user created in Contribute. If the page is not on my computer, DW ignores it. 

In Dreamweaver, We opened the template and checked out all the files. then we opened the side-by-side view of remote and locals and all the pages that did not get checked out (ones created by the end-user), we selected and checked out. 

Since this client does extensive updates via Contribute, we also want to be sure our pages match and are current with theirs, even if DW shows that it is checked out. To do this I open 2 browser windows that show both my local &apos;checked out&apos; files on my dev. server and the production site. If a page doesn&apos;t match, I re-download it and re-apply the updated template. 
				</description>
				
				<category>Internet</category>				
				
				<category>Contribute</category>				
				
				<pubDate>Wed, 11 Jun 2008 07:30:00 -0600</pubDate>
				<guid>http://honeyhousedesigns.com/blog/index.cfm/2008/6/11/Contribute--Updating-Template-Gotchas</guid>
				
			</item>
			</channel></rss>