<?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>DWcourse: Adobe Dreamweaver Blog &#187; Dreamweaver Content Editing</title>
	<atom:link href="http://www.dwcourse.com/dreamweaver/category/dreamweaver-content-editing/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dwcourse.com</link>
	<description>Tutorials, Tips &#38; Help Adobe Creative Suite CS3 through CS6</description>
	<lastBuildDate>Thu, 02 Feb 2012 21:34:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Adding a Colorbox jQuery slideshow in Dreamweaver</title>
		<link>http://www.dwcourse.com/dreamweaver/colorbox-jquery-slideshow.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/colorbox-jquery-slideshow.php#comments</comments>
		<pubDate>Mon, 21 Mar 2011 02:45:15 +0000</pubDate>
		<dc:creator>dwcourse</dc:creator>
				<category><![CDATA[Dreamweaver Content Editing]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.dwcourse.com/?p=1899</guid>
		<description><![CDATA[Click logo above to play video… Clarifications: 1. Colorbox may not preview correctly in Live View in some versions of Dreamweaver. In that case use Preview in Browser instead. It should dispaly correctly in all browsers. 2. Colorbox comes with five example files which demonstrate various appearance settings. In step 2 below, choose the example [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
<script type="text/javascript">
	var flashvars = {};
	flashvars.urlIncludesFMSApplicationInstance = "true";
	flashvars.optimizeBuffering = "true";
	flashvars.src = "rtmp://sy5i8pcpnwwk5.cloudfront.net/cfx/st/colorbox-tut";
	flashvars.controlBarMode = "docked";
	flashvars.poster = "/flowplayer/dd-poster.jpg";
	var params = {};
	params.allowfullscreen = "true";
	params.allowscriptaccess = "always";
	var attributes = {};
	swfobject.embedSWF("http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf", "videoDiv", "640", "400", "10.1.0", "/expressInstall.swf", flashvars, params, attributes);
	</script>

	
<div id="videoDiv">
	<video controls="controls" height="400px" width="640px" poster="/flowplayer/dd-poster.jpg">
		<source src="http://d2r7wo7pwusrky.cloudfront.net/colorbox-tut.mp4" type="video/mp4" />
		<source src="http://d2r7wo7pwusrky.cloudfront.net/colorbox-tut.ogg" type="video/ogg" />
	</video>
</div><br />
<em>Click logo above to play video…<br />
</em><br />
<h2>Clarifications:</h2>
<p><strong>1. Colorbox may not preview correctly in Live View</strong> in some versions of Dreamweaver. In that case use Preview in Browser instead. It should dispaly correctly in all browsers.</p>
<p><strong>2. Colorbox comes with five example files</strong> which demonstrate various appearance settings. <strong>In step 2 below</strong>, choose the example file you wish to mimic and copy the colorbox.css and images folder from that example.</p>
<p><strong>3. Each color box example demostrates a variety of settings</strong> (Elastic Transition, Fade Transition, etc.). <strong>These correspond to the rel=&quot;exampleX&quot; attribute</strong> you add your link in <strong>step 10 below</strong>. Here is a list of the possible rel attributes and the corresponding Colorbox effect:</p>
<ul>
<li><strong>example1</strong>: elastic transition (popup smoothly transitions to match size of image)</li>
<li><strong>example2</strong>: fade transition between image</li>
<li><strong>example3</strong>: no transition with container set to 75% of screen size</li>
<li><strong>example4</strong>: auto playing slide show</li>
<li>additional examples are available for non-image content but that is beyond the scope of this tutorial.</li>
</ul>
<hr />
<h2>Summary of the video:</h2>
<p><strong>Before you begin</strong>: Download the Colorbox zip file at <a href="http://colorpowered.com/colorbox/">http://colorpowered.com/colorbox/</a>. When the file is unzipped, it will create a c<em>olorbox</em> folder containing the following folders:</p>
<ul>
<li><em>colorbox</em></li>
<li><em>colorbox.ai</em></li>
<li><em>content</em></li>
<li><em>example1</em></li>
<li><em>example2</em></li>
<li><em>example3</em></li>
<li><em>example4</em></li>
<li><em>example5</em></li>
</ul>
<p>Plus the files <em>colorbox.ai</em> and <em>README</em>.</p>
<ol>
<li><strong>In Windows or the Mac Finder</strong> (not Dreamweaver) locate your local site folder and create a new folder <em>colorbox</em> inside it.</li>
<li>Copy the following downloaded files into the new <em>colorbox</em> folder in your website that you created in step 1:
<ul>
<li>From the <em>colorbox</em> folder:<br />
<em>jquery.colorbox-min.js</em></li>
<li>From the <em>exampleX</em> folder (X is the example you are trying to emulate):<br />
<em>colorbox.css</em><br />
the complete <em>images folder</em></li>
</ul>
</li>
<li><strong>In Dreamweaver</strong>, create and save the file that will contain your Colorbox slide show (I called mine colorbox.html).</li>
<li>Create a folder (I called mine <strong>slides</strong>) in your local site  to hold the images for your slide show and place your web-formatted images in it.</li>
<li><strong>In the code, in the &lt;head&gt; of your of your document:</strong> In the Insert palette, click the script icon and insert the link to the jQuery file hosted by Google at:<br />
<input id="textfield" style="width: 500px;" name="textfield" type="text" value="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" /></li>
<li><strong>In the code, in the &lt;head&gt; of your of your document immediately following the script tag you inserted above</strong>: In the Insert palette, click and link to the <em>jquery.colorbox-min.js</em> file.</li>
<li>In the CSS Styles palette, click the Attach Style Sheet (link) icon and link to the <em>colorbox.css</em> file.</li>
<li>Cut and paste the javascript code below into the &lt;head&gt; of your document <strong>BELOW</strong> the scripts added above (<em>Colorbox will not function properly if the scripts do not appear in the correct order in the code.</em>):<br />
<textarea id="textarea" cols="80" rows="30" name="textarea"><script>
		$(document).ready(function(){
			//Examples of how to assign the ColorBox event to elements
			$("a[rel='example1']").colorbox();
			$("a[rel='example2']").colorbox({transition:"fade"});
			$("a[rel='example3']").colorbox({transition:"none", width:"75%", height:"75%"});
			$("a[rel='example4']").colorbox({slideshow:true});
			$(".example5").colorbox();
			$(".example6").colorbox({iframe:true, innerWidth:425, innerHeight:344});
			$(".example7").colorbox({width:"80%", height:"80%", iframe:true});
			$(".example8").colorbox({width:"50%", inline:true, href:"#inline_example1"});
			$(".example9").colorbox({
				onOpen:function(){ alert('onOpen: colorbox is about to open'); },
				onLoad:function(){ alert('onLoad: colorbox has started to load the targeted content'); },
				onComplete:function(){ alert('onComplete: colorbox has displayed the loaded content'); },
				onCleanup:function(){ alert('onCleanup: colorbox has begun the close process'); },
				onClosed:function(){ alert('onClosed: colorbox has completely closed'); }
			});
			//Example of preserving a JavaScript event for inline calls.
			$("#click").click(function(){ 
				$('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
				return false;
			});
		});
</script></textarea></li>
<li>Insert the link(s) to your images.</li>
<li>Add the<br />
<textarea>rel="example1"</textarea><br />
 attribute to your links using the Quick Tag Editor (right click on the &lt;a&gt; tag in the status bar). <em>You can use any value (not just example1) but be sure to give each link the same rel attribute so that they are all part of the same slide show.</em></li>
<li>Give each link a title (which will be used as the caption in Colorbox) by selecting the link and typing the title into the Title field in the properties inspector.</li>
<li>Switch to Live View and test your slide show.</li>
</ol>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Adding+a+Colorbox+jQuery+slideshow+in+Dreamweaver+http%3A%2F%2Fbit.ly%2Fw4psnO" title="Post to Twitter"><img class="nothumb" src="http://www.dwcourse.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/colorbox-jquery-slideshow.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Photoshop Smart Objects in Dreamweaver</title>
		<link>http://www.dwcourse.com/dreamweaver/using-photoshop-smart-objects-in-dreamweaver.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/using-photoshop-smart-objects-in-dreamweaver.php#comments</comments>
		<pubDate>Wed, 12 Jan 2011 02:31:25 +0000</pubDate>
		<dc:creator>dwcourse</dc:creator>
				<category><![CDATA[Dreamweaver Content Editing]]></category>
		<category><![CDATA[Dreamweaver Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[smart objects]]></category>

		<guid isPermaLink="false">http://www.dwcourse.com/?p=1752</guid>
		<description><![CDATA[Duration 6 minutes I recently asked for suggestions for videos and tutorials and Jim McKibben asked “how to effectively use Dreamweaver with Adobie Creative Suite?” That’s a pretty broad subject, but I thought I’d start by demonstrating how you can integrate Photoshop Smart Objects into your Dreamweaver workflow. I hope you’ll find the video helpful. [...]]]></description>
			<content:encoded><![CDATA[<p></p><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
<script type="text/javascript">
	var flashvars = {};
	flashvars.urlIncludesFMSApplicationInstance = "true";
	flashvars.optimizeBuffering = "true";
	flashvars.src = "rtmp://sy5i8pcpnwwk5.cloudfront.net/cfx/st/dwcourse_88.Photoshop-smart-objects";
	flashvars.controlBarMode = "docked";
	flashvars.poster = "/flowplayer/dd-poster.jpg";
	var params = {};
	params.allowfullscreen = "true";
	params.allowscriptaccess = "always";
	var attributes = {};
	swfobject.embedSWF("http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf", "videoDiv", "640", "400", "10.1.0", "/expressInstall.swf", flashvars, params, attributes);
	</script>

	
<div id="videoDiv">
	<video controls="controls" height="400px" width="640px" poster="/flowplayer/dd-poster.jpg">
		<source src="http://d2r7wo7pwusrky.cloudfront.net/dwcourse_88.Photoshop-smart-objects.mp4" type="video/mp4" />
		<source src="http://d2r7wo7pwusrky.cloudfront.net/dwcourse_88.Photoshop-smart-objects.ogg" type="video/ogg" />
	</video>
</div>
<p style="text-align: center;">Duration 6 minutes</p>
<p>I recently asked for suggestions for videos and tutorials and Jim McKibben asked “how to effectively use Dreamweaver with Adobie Creative Suite?” That’s a pretty broad subject, but I thought I’d start by demonstrating how you can integrate Photoshop Smart Objects into your Dreamweaver workflow.</p>
<p>I hope you’ll find the video helpful. If you have any questions about Photoshop Smart Objects, feel free to ask them using the comments form below. And, if you have topics you’d like me to tackle in future tutorials and videos, submit them using my <a href="http://www.dwcourse.com/contact-us">contact form</a>.</p>
<hr />
<p>If you enjoyed the information in this article, you may be interested in <a href="http://www.dwcourse.com/open-enroll">Dominate Dreamweaver</a>. My 12-week online course which will take you from the basics of Dreamweaver through complex topics such as Spry menubars and on to building complete interactive websites. The cost for the course is $397 (or three payments of $149.99).</p>
<p><em>Click here for <a href="http://www.dwcourse.com/open-enroll">more information</a> or use the button below to register now.</em></p>
<p><a href="http://dwcourse.com/amember/signup.php"><img class="aligncenter size-full wp-image-515" title="order-button" src="http://dwcourse.com/wp-content/uploads/2009/09/order-button.jpg" alt="order-button" width="263" height="159" /></a></p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Using+Photoshop+Smart+Objects+in+Dreamweaver+http%3A%2F%2Fbit.ly%2FsFv4Pw" title="Post to Twitter"><img class="nothumb" src="http://www.dwcourse.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/using-photoshop-smart-objects-in-dreamweaver.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Editing content in absolutely positioned divs in Dreamweaver</title>
		<link>http://www.dwcourse.com/dreamweaver/absolutely-positioned-divs.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/absolutely-positioned-divs.php#comments</comments>
		<pubDate>Thu, 19 Mar 2009 16:17:20 +0000</pubDate>
		<dc:creator>dwcourse</dc:creator>
				<category><![CDATA[Dreamweaver Content Editing]]></category>
		<category><![CDATA[Dreamweaver CSS]]></category>
		<category><![CDATA[absolute positioning]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[CSS postitioning]]></category>
		<category><![CDATA[div]]></category>

		<guid isPermaLink="false">http://dwcourse.com/?p=6</guid>
		<description><![CDATA[Question from @discuit via Twitter: A coder we use has coded the site in Absoloute DIVs, and now we can't select any text in Design view. Any idea how to fix it? Answer: Discuit, hover your cursor over the border of the div you want to edit (even one underneath another layer) until it highlights. Then click [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><strong>Question</strong> from @<a href="http://twitter.com/discuit">discuit</a> via Twitter: A coder we use has coded the site in Absoloute DIVs, and now we can't select any text in Design view. Any idea how to fix it?</p>
<p><strong>Answer: </strong>Discuit, hover your cursor over the border of the div you want to edit (even one underneath another layer) until it highlights. Then click on border to select div. Now you can click inside the div and edit as usual.</p>
<p>Alternatively, you can also set the CSS visibility property to hidden for the top div in order to access the underlying div for editing. Just make sure you change it back!</p>
<p>Update: And, of course, I overlooked the obvious. Simply select the div you want to edit in Dreamweaver's AP Elements tab. Once the div is selected,  you can click inside the div and edit as usual.</p>
<p>Follow me on Twitter: @<a href="http://twitter.com/DWcourse">DWcourse</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Editing+content+in+absolutely+positioned+divs+in+Dreamweaver+http%3A%2F%2Fbit.ly%2Fv9Z9sW" title="Post to Twitter"><img class="nothumb" src="http://www.dwcourse.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/absolutely-positioned-divs.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

