<?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>AskBrianWood</title> <atom:link href="http://www.askbrianwood.com/feed/" rel="self" type="application/rss+xml" /><link>http://www.askbrianwood.com</link> <description></description> <lastBuildDate>Wed, 15 May 2013 20:04:57 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5</generator> <item><title>Flash Won&#8217;t Play</title><link>http://www.askbrianwood.com/flash-wont-play-2/</link> <comments>http://www.askbrianwood.com/flash-wont-play-2/#comments</comments> <pubDate>Tue, 24 Nov 2009 19:53:13 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Dreamweaver]]></category> <category><![CDATA[Multimedia]]></category><guid isPermaLink="false">http://www.askbrianwood.com/?p=2708</guid> <description><![CDATA[<h4>Question:</h4><blockquote>Hi, I have been trying to embed a wheel carousel into dreamweaver. The carousel works fine in adobe flash cs4, but when I insert it into dreamweaver it wont play. Any ideas as to why this is?  (PS I insert it like this. Insert>media>swf)</blockquote><h4>Answer:</h4><blockquote>Sorry for the barrage of questions - just trying to get a clear picture :)Is the file you are inserting a .swf? Can you view Flash content in your browser?...</blockquote>]]></description> <content:encoded><![CDATA[<h4>Question:</h4><blockquote>Hi, I have been trying to embed a wheel carousel into dreamweaver. The carousel works fine in adobe flash cs4, but when I insert it into dreamweaver it wont play. Any ideas as to why this is?  (PS I insert it like this. Insert>media>swf)</blockquote><h4>Answer:</h4><blockquote>Sorry for the barrage of questions &#8211; just trying to get a clear picture <img src='http://www.askbrianwood.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />Is the file you are inserting a .swf? Can you view Flash content in your browser? When the file is inserted into the page in Dreamweaver, are you clicking the Play button in the Property inspector &#8211; and if you are &#8211; do you get an error? Have you tested the page in the browser with the Flash content in the page?</blockquote>]]></content:encoded> <wfw:commentRss>http://www.askbrianwood.com/flash-wont-play-2/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Resize an image and it&#8217;s frame</title><link>http://www.askbrianwood.com/resize-an-image-and-its-frame-2/</link> <comments>http://www.askbrianwood.com/resize-an-image-and-its-frame-2/#comments</comments> <pubDate>Sat, 07 Nov 2009 03:29:02 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Images]]></category> <category><![CDATA[InDesign]]></category><guid isPermaLink="false">http://www.askbrianwood.com/?p=2404</guid> <description><![CDATA[<h4>Question:</h4><blockquote>How do I resize an image and it's frame?</blockquote><h4>Answer:</h4><blockquote>With an image on the page, and the Selection tool selected, hold down Ctrl+Alt (Windows) or Cmd+Opt (Mac OS) and drag a corner of the image frame.This will resize the frame AND the image inside.</blockquote>]]></description> <content:encoded><![CDATA[<h4>Question:</h4><blockquote>How do I resize an image and it&#8217;s frame?</blockquote><h4>Answer:</h4><blockquote>With an image on the page, and the Selection tool selected, hold down Ctrl+Alt (Windows) or Cmd+Opt (Mac OS) and drag a corner of the image frame.This will resize the frame AND the image inside.</blockquote>]]></content:encoded> <wfw:commentRss>http://www.askbrianwood.com/resize-an-image-and-its-frame-2/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Set Links to be &#8220;Active&#8221;</title><link>http://www.askbrianwood.com/set-links-to-be-active-2/</link> <comments>http://www.askbrianwood.com/set-links-to-be-active-2/#comments</comments> <pubDate>Sat, 31 Oct 2009 14:58:58 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[Dreamweaver]]></category> <category><![CDATA[Links]]></category><guid isPermaLink="false">http://www.askbrianwood.com/?p=2308</guid> <description><![CDATA[<h4>Question:</h4><blockquote>How do I set my navigation links to they show as "active" (change to the color I specified) when I go the the linked page? I can get the link and the hover to work, but the active link does not work when I am on the active page. How to I actually tell the link it should be active?</blockquote><h4>Answer:</h4><blockquote>Yeah, the "active" link (a:active) is useless for the most part. If you want a certain link on a page to show as the "active" link - or to indicate the page that you are on, here's what you can do:....</blockquote>]]></description> <content:encoded><![CDATA[<h4>Question:</h4><blockquote>How do I set my navigation links to they show as &#8220;active&#8221; (change to the color I specified) when I go the the linked page? I can get the link and the hover to work, but the active link does not work when I am on the active page. How to I actually tell the link it should be active?</blockquote><h4>Answer:</h4><blockquote>Yeah, the &#8220;active&#8221; link (a:active) is useless for the most part. If you want a certain link on a page to show as the &#8220;active&#8221; link &#8211; or to indicate the page that you are on, here&#8217;s what you can do:<ol style="list-style:decimal; margin-left:3em;"><li>Add an ID style to each body tag for each document to be able to tell what page the active link is on. That ID is not really a style you create, rather an id=&quot;home&quot; you add to the &lt;body&gt; tag, like this (this example is for the home page only &#8211; you need to add an ID to each page like for the contact page add an ID of contact):<br /> <span style="font-size:1em;"><strong>&lt;body id=&quot;home&quot;&gt;</strong></span></li><li style="margin-top:1em;">On each page, add IDs to each <strong>&lt;th&gt;</strong> tag like this (this is where I use a Library Item in Dreamweaver to make it so that the nav bar can be changed in one place):<br /> <span style="font-size:1em;"> &lt;th class=&quot;navlinks&quot; scope=&quot;col&quot; <strong>id=&quot;home_link&quot;</strong>&gt;&lt;a href=&quot;hometestpage.htm&quot; class=&quot;navlinks&quot;&gt;Home&lt;/a&gt;&lt;/th&gt;<br /> &lt;th class=&quot;navlinks&quot; scope=&quot;col&quot; <strong>id=&quot;contact_link&quot;</strong>&gt;&lt;a href=&quot;contacttestpage.htm&quot; target=&quot;_parent&quot; class=&quot;navlinks&quot;&gt;Contact&lt;/a&gt;&lt;/th&gt;</span><br /> <br /></li><li style="margin-top:1em;">Finally, we make a CSS style like this (replace the formatting with your a:active formatting if you like):<br /> <span style="font-size:1em;"> <strong>#home th#home_link a, #home th#contact_link a { <br /> color:#F00;<br /> font-weight:bold;<br /> <br /> }</strong></span></li></ol> The last step (the styles) work this way: I have grouped 2 styles together: #home th#home_link a and #home th#contact_link a to make it easier.Each of these reads like this: #home th#home_link a means On the page with the ID=home, find the table header with the ID=home_link and make the link (a) have these properties.</blockquote>]]></content:encoded> <wfw:commentRss>http://www.askbrianwood.com/set-links-to-be-active-2/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Form Script won&#8217;t email</title><link>http://www.askbrianwood.com/form-script-wont-email-2/</link> <comments>http://www.askbrianwood.com/form-script-wont-email-2/#comments</comments> <pubDate>Wed, 21 Oct 2009 14:56:24 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[CGI]]></category> <category><![CDATA[Dreamweaver]]></category> <category><![CDATA[Forms]]></category><guid isPermaLink="false">http://www.askbrianwood.com/?p=2265</guid> <description><![CDATA[<h4>Question:</h4><blockquote>I'm not getting emailed from my form. I have created my form posted it to my host. I have created a cgi-bin directory on the host and copied FormMail.pl into it, per instructions from the host helpdesk. I have created a hidden field on the form. ID:@recipients, Value: email@gmail.com. My "Send" is named "send" and has an action of "submit form".I haven't actually told the form to look in cgi-bin and execute FormMail.pl. It seems like I might have to do that....but I don't recall it from the lesson.</blockquote><h4>Answer:</h4><blockquote>So you need to make sure that the &#60;form&#62; tag has an action that is set to the script located in the cgi folder. By clicking on the form container (the red box around the form), you can see the form options in the Property inspector. Type in the URL in the Action field to the script (like "http://www.mywebsite.com/cgi-bin/FormMail.pl"). This is crucial...</blockquote>]]></description> <content:encoded><![CDATA[<h4>Question:</h4><blockquote>I&#8217;m not getting emailed from my form. I have created my form posted it to my host. I have created a cgi-bin directory on the host and copied FormMail.pl into it, per instructions from the host helpdesk. I have created a hidden field on the form. ID:@recipients, Value: email@gmail.com. My &#8220;Send&#8221; is named &#8220;send&#8221; and has an action of &#8220;submit form&#8221;.I haven&#8217;t actually told the form to look in cgi-bin and execute FormMail.pl. It seems like I might have to do that&#8230;.but I don&#8217;t recall it from the lesson.</blockquote><h4>Answer:</h4><blockquote>So you need to make sure that the &lt;form&gt; tag has an action that is set to the script located in the cgi folder. By clicking on the form container (the red box around the form), you can see the form options in the Property inspector. Type in the URL in the Action field to the script (like &#8220;http://www.mywebsite.com/cgi-bin/FormMail.pl&#8221;). This is crucial.Also, the hidden field should be named &#8220;recipient&#8221; not &#8220;@recipient&#8221; &#8211; lots of people do that. Here are the hidden fields I include:<pre>
&lt;input type="hidden" name="recipient" value="info@somewebsite.com" /&gt;
            &lt;input type="hidden" name="subject" value="Custom training" /&gt;
            &lt;input type="hidden" name="redirect" value="http://www.somewebsite.com/corporate/redirect.html" /&gt;
</pre>You can also include a &#8220;required&#8221; hidden field &#8211; useful. Another step that is crucial is to make sure that you open the FormMail.pl script and set the @referrer (what website(s) can use the script) &#8211; you need to type in your URL in the list. This makes sure that only your site can access the script.</blockquote>]]></content:encoded> <wfw:commentRss>http://www.askbrianwood.com/form-script-wont-email-2/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

 Served from: www.askbrianwood.com @ 2013-05-19 20:19:54 by W3 Total Cache -->