<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dreamweaver FAQ &#187; cgi scripts</title>
	<atom:link href="http://www.digitalfamily.com/dreamweaverblog/category/cgi-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalfamily.com/dreamweaverblog</link>
	<description>Dreamweaver questions worth sharing, by Janine Warner</description>
	<lastBuildDate>Thu, 24 Jun 2010 07:30:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Can I create fly-out menus in Dreamweaver 8?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2008/06/can-i-create-fly-out-menus-in-dreamweaver-8/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2008/06/can-i-create-fly-out-menus-in-dreamweaver-8/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 18:53:05 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Dreamweaver 8]]></category>
		<category><![CDATA[Dreamweaver CS3]]></category>
		<category><![CDATA[cgi scripts]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=40</guid>
		<description><![CDATA[I have seen most of your training for Dreamweaver from Total Training but cannot find any tutorials on creating &#8220;fly-out menus.&#8221; Can you please tell me if these can be created in Dreamweaver 8 and if you have any tutorials on the subject.
Thank you,
Ron
Hi Ron,
Dreamweaver 8 does not include any support for fly-out menus, but [...]]]></description>
			<content:encoded><![CDATA[<p>I have seen most of your training for Dreamweaver from Total Training but cannot find any tutorials on creating &#8220;fly-out menus.&#8221; Can you please tell me if these can be created in Dreamweaver 8 and if you have any tutorials on the subject.</p>
<p>Thank you,<br />
Ron</p>
<p>Hi Ron,</p>
<p>Dreamweaver 8 does not include any support for fly-out menus, but Dreamweaver CS3 does. Sorry to suggest you should upgrade, but you’ll find a fabulous new feature called the Spry menu in CS3 that makes it easy to create horizontal or vertical fly-out menus. (These are also called drop-down menus.)</p>
<p>If you want an idea of how this works, you’ll find a <a href="/dreamweaver/Spry-Tutorials/spry-drop-down-menu.html">free tutorial on how to create drop-down menus using the Spry features in CS3 in my Dreamweaver section</a>. Reading through that tutorial and viewing the screenshots that go with it should give you an idea of how to do this in CS3 and why it might be worth upgrading if you want to add this feature to your site.</p>
<p>I hope that helps and I wish you all the best,<br />
Janine</p>
<p>Thank you, Janine. I think I might have this problem solved now. Taking your advice, I re-checked how I had designed the page and found quite a few overlapping elements, including a couple of duplications for the next/previous tags. I rebuilt the page from scratch and Hey Presto, things are looking good now.</p>
<p>I do thank you for your taking the time to assist me; it is appreciated.</p>
<p>Ron</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2008/06/can-i-create-fly-out-menus-in-dreamweaver-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I get the forms tag to work?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2007/12/how-do-i-get-the-forms-tag-to-work/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2007/12/how-do-i-get-the-forms-tag-to-work/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 02:20:33 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Dreamweaver 8]]></category>
		<category><![CDATA[Dreamweaver CS3]]></category>
		<category><![CDATA[Dreamweaver MX]]></category>
		<category><![CDATA[Dreamweaver MX 2004]]></category>
		<category><![CDATA[cgi scripts]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=20</guid>
		<description><![CDATA[Dear Janine,
I am struggling with the Dreamweaver DVD tutorial, Lesson 6 in your Total Training video. The form template is not the same as that on the tutorial screen and I am unable to create what the tutor shows. Specifically, I am unable to create a holding space which should contain the whole box (form.html). [...]]]></description>
			<content:encoded><![CDATA[<p>Dear Janine,</p>
<p>I am struggling with the Dreamweaver DVD tutorial, Lesson 6 in your Total Training video. The form template is not the same as that on the tutorial screen and I am unable to create what the tutor shows. Specifically, I am unable to create a holding space which should contain the whole box (form.html). I am using Mac OSX 10.39 and Dreamweaver 8.</p>
<p>Ian, Creative in the U.K.</p>
<p>Dear Ian,</p>
<p>I&#8217;m sorry to learn you&#8217;ve had some trouble with Lesson 6. I believe the problem is that you&#8217;re not inserting the form tag properly. The form tag, which is on the forms insert bar, creates a red box around all of the form elements. It&#8217;s easiest if you insert this tag first, then place your cursor in the box and add the other form elements that way. If you didn&#8217;t insert the form tag first, you can add it to the top or bottom of your form and then click and drag the form elements into the box, or copy and paste them to move them.</p>
<p>I hope that helps, but if you&#8217;re still having trouble, please send more specifics about what you&#8217;re trying to do and what the page looks like so far and I&#8217;ll be happy to try to help you further.</p>
<p>You&#8217;ll find more information about working with forms and scripts in my Dreamweaver Help Center at <a href="http://www.DigitalFamily.com/dreamweaver" target="_blank">www.DigitalFamily.com/dreamweaver.</a></p>
<p>All my best,<br />
Janine</p>
<p>Follow-up:</p>
<p>Dear Janine,</p>
<p>What a prompt response! Thanks for the info. I am finding the tutorial fantastic, almost addictive! And me being a print designer and all!</p>
<p>Thanks again &#8211; keep up the good work.</p>
<p>Regards,<br />
Ian</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2007/12/how-do-i-get-the-forms-tag-to-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
