<?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 - Dreamweaver</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:15:21 -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>Quick &amp; Dirty: Using LightBox with Image maps</title>
				<link>http://honeyhousedesigns.com/blog/index.cfm/2008/12/10/Quick--Dirty-Using-LightBox-with-Image-maps</link>
				<description>
				
				Lightbox technique is very cool way to view enlarged photos, details for text etc. I use &lt;a href=&apos;http://fourlevel.com/&apos; target=&apos;_blank&apos;&gt;Four Level&apos;s&lt;/a&gt; extension but didn&apos;t know if it would work in an image map situation.  

It does. I set the lightbox up to link to a normal image, allowing the jquery and other scripts to be copied over to the website directory. Then I updated the image map to contain the reference code to the popup instead of the image.

In the example below, each area mapping has only a &apos;rel&apos; added, and a ref for the photo to be shown. Quite simple.

&lt;code&gt;

&lt;img src=&quot;../images/dbfloorplan.jpg&quot; name=&quot;floorplan&quot; width=&quot;600&quot; height=&quot;370&quot; border=&quot;0&quot; usemap=&quot;#floorplanMap&quot;  relalt=&quot;&quot; /&gt;

&lt;map name=&quot;floorplanMap&quot; id=&quot;floorplanMap&quot;&gt;
&lt;area shape=&quot;rect&quot; coords=&quot;234,14,314,81&quot; rel=&quot;lightbox[tour]&quot; ref=&quot;../images/office/bob.jpg&quot; title=&quot;Estimator&apos;s Office&quot; /&gt;
&lt;area shape=&quot;rect&quot; coords=&quot;357,13,518,81&quot; rel=&quot;lightbox[tour]&quot; href=&quot;../images/office/elizabeth.jpg&quot; title=&quot;Elizabeth&apos;s Office&quot; /&gt;
&lt;area shape=&quot;rect&quot; coords=&quot;523,13,591,147&quot;rel=&quot;lightbox[tour]&quot; href=&quot;../images/office/deck.jpg&quot; title=&quot;Trex Decking&quot; /&gt;
:
&lt;!--- and so forth ---&gt;
:
&lt;/map&gt;

&lt;/code&gt; 
				</description>
				
				<category>Dreamweaver</category>				
				
				<category>HTML</category>				
				
				<category>Quick &amp;amp; Dirty Tricks</category>				
				
				<pubDate>Wed, 10 Dec 2008 17:26:00 -0600</pubDate>
				<guid>http://honeyhousedesigns.com/blog/index.cfm/2008/12/10/Quick--Dirty-Using-LightBox-with-Image-maps</guid>
				
			</item>
			
			<item>
				<title>CS3 Fails to Install -- Tips to Try</title>
				<link>http://honeyhousedesigns.com/blog/index.cfm/2008/11/22/CS3-Fails-to-Install--Tips-to-Try</link>
				<description>
				
				Arrrgh. DW CS3 started crashing today when I wanted to update a .cfm file. Every time I would click to add a photo... crash.  Reinstalling CS3 takes forever, but I was disappointed when I kept getting &apos;Failed to Install&apos; errors. Geesh.  I have encountered this before, but it has been a while. Googling found a wealth of possiblilities to try, but here are a few notes that I made that may be of help to someone. (These are XP-ish tips, since that is what I use).

1) If reinstalling doesn&apos;t work (usually the shared components WILL install, just not the program), it won&apos;t work regardless of whether you perform the reinstall from the DVD or from the Add/Remove Programs.&lt;br&gt;
2) Uninstalling doesn&apos;t usually  work either. Failed components error again.&lt;br&gt;
3) Adobe&apos;s CS3clean should not be considered except as a last resort as it is going to roto-rooter your settings and registry. However... it does have a &apos;Preview&apos; option that lets you see what it WILL do if you would like to see the depth of it&apos;s cleaning. I put this one asside for the time being.&lt;br&gt;
4)Adobe has install logs for all products. These are in the [Program files]\Common Files\Adobe\Installer folder. The DWCS3 log was 6M compressed. When I opened it in an rtf editor, it was over 10,000 pages... yikes. &lt;br&gt;

I did finally get the reinstall/repair to work, but I had to do some digging and some house keeping to do it. 

Here are a few Tips to remember to try when reinstalling:&lt;br&gt;
1) Turn off all spyware, and Virus Protector, including Spybot&apos;s TeaTimer if you are using it. Allow the install to just install without these interferences.
Also turn off any unnecessary processes (Google Toolbar, iTunes, Wacom Drivers if not using) just to make your system as lean as possible.&lt;br&gt;
2) Close the installer and Clean out the installer directory. This directory can become filled with files and logs from both installs and Adobe Updater updates.&lt;br&gt;
3) There is a documented bug with Flash Player that appears to conflict with the CS3 installer. You can uninstall the Flash Player (not the Flash software or Flash video) either via your Add/Remove Programs or using &lt;a href=&apos;http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player.exe &apos; target=&apos;_blank&apos;&gt;Adobe&apos;s Flash Player Removal Tool&lt;/a&gt;.&lt;br&gt;
Also using Microsoft&apos;s  installer cleanup (&lt;a href=&apos;http://download.microsoft.com/download/e/9/d/e9d80355-7ab4-45b8-80e8-983a48d5e1bd/msicuu2.exe &apos; target=&apos;_blank&apos;&gt;Here&lt;/a&gt;) can be run to ensure that your DWCS3 (if that is your &apos;failed&apos; install like mine -- you can check for which ever software fails), and Flash player have been cleaned up. If these are listed in the utility, then &apos;removing&apos; them tidies up what MS installer sees.&lt;br&gt;
4) Run the Windows CheckDisk to ensure that the disk isn&apos;t having issues or isn&apos;t too fragmented. Also check that you have enough memory.&lt;br&gt;

Reboot, and then try to perform the install again, from the install DVD or hard drive instead of through Add/Remove Programs.  This worked for me. particularly after I cleaned out the installer folder and uninstalled Flash player. Now my file opens fine and my settings have all been reinstated after reinstalling the software. 
				</description>
				
				<category>XP</category>				
				
				<category>Adobe</category>				
				
				<category>Dreamweaver</category>				
				
				<category>Flash</category>				
				
				<pubDate>Sat, 22 Nov 2008 18:59:00 -0600</pubDate>
				<guid>http://honeyhousedesigns.com/blog/index.cfm/2008/11/22/CS3-Fails-to-Install--Tips-to-Try</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>Quick &amp; Dirty Tricks -- Using CFDUMP inside CFC -- Viewing All Methods, Pt. 2</title>
				<link>http://honeyhousedesigns.com/blog/index.cfm/2008/7/2/Quick--Dirty-Trricks--Viewing-Entire-CFC-using-CFDUMP-Pt-2</link>
				<description>
				
				In the second part of CFDump Q&amp;D tricks, you can view the entire methods and settings for a CFC, just like you would see in the &apos;Live Data View&apos; from inside Dreamweaver.

Placing
&lt;cfdump var=&apos;#this#&apos;&gt;
in a CFC outside a function, but inside the &lt;cfcomponent&gt; tags starts the setup and produces a runtime dump that looks like this:

&lt;img src=&quot;http://honeyhousedesigns.com/blog/images//cfcdump.gif&quot; &gt;

Clicking on the linked &apos;component&apos; in that dump will open up the Live data View (note, you&apos;ll need administrator privileges to view the methods).

&lt;img src=&quot;http://honeyhousedesigns.com/blog/images//cfcdmp2.gif&quot;&gt;

And, in keeping with Adobe&apos;s color coding, CFC Dumps are red :). 
				</description>
				
				<category>snippets</category>				
				
				<category>Adobe</category>				
				
				<category>Dreamweaver</category>				
				
				<category>CFCs</category>				
				
				<category>Quick &amp;amp; Dirty Tricks</category>				
				
				<category>ColdFusion</category>				
				
				<category>browsers</category>				
				
				<pubDate>Wed, 02 Jul 2008 19:24:00 -0600</pubDate>
				<guid>http://honeyhousedesigns.com/blog/index.cfm/2008/7/2/Quick--Dirty-Trricks--Viewing-Entire-CFC-using-CFDUMP-Pt-2</guid>
				
			</item>
			
			<item>
				<title>Coldfusion Support Help -- Ongoing support &amp; Maintenance</title>
				<link>http://honeyhousedesigns.com/blog/index.cfm/2008/6/27/Coldfusion-Support-Help--Ongoing-support--Maintenance</link>
				<description>
				
				HHWD is turning over the reins of a project to a new developer to provide onging development and support of a large international website project (entertainment based).   The client has immediate needs and prefers a male developer, readily available for future project development. 

If you are well versed in 
Coldfusion 8, CFIMAGE &amp; CFCs
Project Seven
MySQL 5
SoThink DHTML menu
Paypal Processing
CSS based design

Please contact HHWD at 803-648-8556 or email us at hhd - at - honeyhousedesigns (you know the schpeal). 

HHWD will assist in providing turnover of the project and provide the new developer with any technical questions regarding design and development.

The new developer will become the primary contact with the client and will NOT be in a sub-contract relationship. The pay is nice, the project in very interesting. It simply no longer fits our business model for projects. 
				</description>
				
				<category>Internet</category>				
				
				<category>Databases</category>				
				
				<category>snippets</category>				
				
				<category>Java/Jrun</category>				
				
				<category>HHWD</category>				
				
				<category>ColdFusion</category>				
				
				<category>Project Seven</category>				
				
				<category>Dreamweaver</category>				
				
				<category>XP</category>				
				
				<pubDate>Fri, 27 Jun 2008 08:33:00 -0600</pubDate>
				<guid>http://honeyhousedesigns.com/blog/index.cfm/2008/6/27/Coldfusion-Support-Help--Ongoing-support--Maintenance</guid>
				
			</item>
			
			<item>
				<title>Resetting Editable Region Content Across all pages of Template</title>
				<link>http://honeyhousedesigns.com/blog/index.cfm/2008/5/9/Resetting-Editable-Region-Content-Across-all-pages-of-Template</link>
				<description>
				
				Quick &amp; Dirty Dreamweaver trick:

You have your DW template created with all the editable regions, and you realize you want some content in a region to be on all pages.

The easy way to manage this is to have that content inside the edible region when you set up the template. However, if you are like me.... (and gosh, I hope you&apos;re better &lt;wink&gt;), you may get 5, 10, 30 pages down the line before you realize you want the area to remain editable, but you want to start over and re-create the content in that region with new default content be different than &apos;BlahBlah goes Here&apos; or &apos;regionname&apos;.

One quick and dirty way to manage this is... (make a backup of your site project first incase you hoze it up)...

1) Add your new content to editable region of the template you want to be on all pages of that template.


2) Save, you&apos;ll notice it DIDN&apos;T get copied


3) Click on the tag for that region at the bottom of your DW coding screen

&lt;img src=&quot;http://honeyhousedesigns.com/blog/images//dwselectregion.gif&quot;&gt;


4) Right click and Remove that region. 

&lt;img src=&quot;http://honeyhousedesigns.com/blog/images//dwremoveregion.gif&quot;&gt;


5) Save and Choose Update all files, resolving the region to &apos;Nowhere&apos; when prompted. Yes, YOU WILL LOSE ANY CONTENT THERE, but Your GOAL is to wipe it out and replace w/ your new content. If you have customized each page and do not want to lose the content on the region deleted, then DON&apos;T SAVE!


6) After save, Press CTRL-Z (or Undo) and return the removed region and then resave.

All of your pages using this template will be updated to the new default content, and your region will be returned as normal. 
				</description>
				
				<category>Dreamweaver</category>				
				
				<category>Quick &amp;amp; Dirty Tricks</category>				
				
				<pubDate>Fri, 09 May 2008 11:30:00 -0600</pubDate>
				<guid>http://honeyhousedesigns.com/blog/index.cfm/2008/5/9/Resetting-Editable-Region-Content-Across-all-pages-of-Template</guid>
				
			</item>
			
			<item>
				<title>Tech Books Free to Good Home</title>
				<link>http://honeyhousedesigns.com/blog/index.cfm/2007/8/6/New-Books-Free-to-Good-Home</link>
				<description>
				
				As I clean out my library for the upcoming school year. (Hey, I figure if the kids have to do it, I should set the example too). I have several books, that I bought, then never used that I am offering free to a good home. Pick one or all, whichever you need and prefer. I only ask you pay shipping.

&lt;strong&gt;New Books:&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;ColdFusion MX (version 6) Web Application Constr. Kit&lt;/strong&gt;&lt;br /&gt;
(this is the Ben Fort, et al Beastie). I somehow managed to have 2 of these.&lt;br /&gt;
&lt;strong&gt;Flash MX 2004 Bible&lt;/strong&gt; - brand new, w/ CD still sealed in book

&lt;strong&gt;Gently Used Books &lt;/strong&gt;But still great, esp for students:&lt;br  /&gt;
&lt;strong&gt;Dreamweaver MX 2004 - Training from the Source &lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;Dreamweaver Mx 2004 - The Missing Manual &lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;Flash 8 Foundation &lt;/strong&gt;- by Bhangal/Besley &lt;br /&gt;
&lt;strong&gt;Flash MX 2004 - Accelerated&lt;/strong&gt; &lt;br /&gt;

Feel free to &lt;a href=&apos;hhd@honeyhousedesigns.com&apos;&gt;email me&lt;/a&gt; if you are interested 
				</description>
				
				<category>Adobe</category>				
				
				<category>Dreamweaver</category>				
				
				<category>Flash</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Mon, 06 Aug 2007 06:55:00 -0600</pubDate>
				<guid>http://honeyhousedesigns.com/blog/index.cfm/2007/8/6/New-Books-Free-to-Good-Home</guid>
				
			</item>
			</channel></rss>