<?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>Jared Heinrichs &#187; Adobe Dreamweaver</title>
	<atom:link href="http://jaredheinrichs.com/category/programs/adobe-dreamweaver/feed" rel="self" type="application/rss+xml" />
	<link>http://jaredheinrichs.com</link>
	<description>A &#34;How to&#34; Blog on Software and Technology</description>
	<lastBuildDate>Thu, 29 Jul 2010 04:20:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How to backup Dreamweaver CS4 Snippets</title>
		<link>http://jaredheinrichs.com/how-to-backup-dreamweaver-cs4-snippets.html</link>
		<comments>http://jaredheinrichs.com/how-to-backup-dreamweaver-cs4-snippets.html#comments</comments>
		<pubDate>Mon, 07 Jun 2010 12:51:55 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Adobe Dreamweaver]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/how-to-backup-dreamweaver-cs4-snippets.html</guid>
		<description><![CDATA[Windows To backup Dreamweaver snippets just go to: Windows (32 bit) Location C:\Program Files\Adobe\Adobe Dreamweaver CS4\configuration\Snippets Windows (64 bit) Location C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS4\configuration\Snippets Once you are in the location just copy the folders and save them to an external drive etc. This is a screenshot from a Windows 7 64bit machine.]]></description>
			<content:encoded><![CDATA[<h2>Windows</h2>
<p>To backup Dreamweaver snippets just go to:</p>
<p><strong>Windows (32 bit) Location</strong></p>
<p>C:\Program Files\Adobe\Adobe Dreamweaver CS4\configuration\Snippets</p>
<p><strong>Windows (64 bit) Location</strong></p>
<p>C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS4\configuration\Snippets</p>
<p>Once you are in the location just copy the folders and save them to an external drive etc.</p>
<p>This is a screenshot from a Windows 7 64bit machine.</p>
<p> <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://jaredheinrichs.com/wp-content/uploads/2010/06/image.png" width="590" height="235" /></p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/how-to-backup-dreamweaver-cs4-snippets.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Dreamweaver Dropdown Menu</title>
		<link>http://jaredheinrichs.com/wordpress-dreamweaver-dropdown-menu.html</link>
		<comments>http://jaredheinrichs.com/wordpress-dreamweaver-dropdown-menu.html#comments</comments>
		<pubDate>Mon, 29 Dec 2008 01:38:42 +0000</pubDate>
		<dc:creator>Jared Heinrichs</dc:creator>
				<category><![CDATA[Adobe Dreamweaver]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://jaredheinrichs.com/?p=46</guid>
		<description><![CDATA[About WordPress Dreamweaver Dropdown menus. I love Dreamweaver’s Drop down menu. The menu is great for Search Engine Optimization (SEO). I am a beginner programmer and anything that can help me along I absolutely love. This “How-to” revolves around your “pages” in WordPress.&#160; Once you follow my step-by-step instructions you will realize how slick these [...]]]></description>
			<content:encoded><![CDATA[<h3>About WordPress Dreamweaver Dropdown menus.</h3>
<p>I love Dreamweaver’s Drop down menu. The menu is great for Search Engine Optimization (SEO). I am a beginner programmer and anything that can help me along I absolutely love. This “How-to” revolves around your “pages” in WordPress.&#160; Once you follow my step-by-step instructions you will realize how slick these menus are as you don’t need to keep editing the menu file independantly of the content. You will need to make sure that you use your own SpryAssest or these ones that I have zipped up for you enjoyment: <a href="../wp-content/uploads/2008/12/spryassets.zip">spryassets.zip</a></p>
<h3>How does dreamweaver’s menu work anyhow?</h3>
<p>Dreamweaver’s menu relies on Un-ordered lists, SpryAssets (Adobes own javascript), and CSS using very specific classes and ID’s.</p>
<h4>My assumptions &amp; post legend:</h4>
<p>All code will look like:</p>
<pre class="csharpcode"><span class="kwrd">&lt;</span><span class="html">h1</span><span class="kwrd">&gt;</span>This is a title<span class="kwrd">&lt;/</span><span class="html">h1</span><span class="kwrd">&gt;</span></pre>
<style type="text/css">
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p>If I have to wrap code the indication will be on the next line using: my Line wrap symbol</p>
<blockquote>
<pre class="csharpcode">&lt;--LW-</pre>
<style type="text/css">
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p>When ever you see ” ./”&#160; that means the root of the site.</p>
</blockquote>
<p>I assume that you installed wordpress to the root of the site and not in a directory like WordPress or “Blog”</p>
<h3>How do I install your WordPress Dreamweaver Dropdown Menu?</h3>
<p>I recommend that if you are just starting out to use my directory structure. The reason why I suggest this setup is that it will make the drop down menu available to multiple themes if you so choose.</p>
<h3>Where do I put the SpryAssests?</h3>
<p>You will be putting the SpryAssests in th root .\ directory.</p>
<h3>Where Does menu.php go?</h3>
<p>menu.php goes in the theme directory you are working on. For example you are working on the Default Theme, you would copy it to .\wp-contents\themes\Default\</p>
<h3>How does you theme know how to use menu.php?</h3>
<p>Well there are 2 things that you need to do.</p>
<h4>1.) Include the menu.php in the theme design.</h4>
<p>Go to where you want you want the menu to show up in the code:</p>
<blockquote>
<pre class="csharpcode">&lt;?php include menu.php  ?&gt;</pre>
</blockquote>
<style type="text/css">
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p><strong>** NOTE **</strong> Make sure not to include the spaces between the ?’s.</p>
<h4>2.) Include the propper calls for the Spryassests CSS and javascripts.</h4>
<p>Go to the header.php file and add:</p>
<blockquote>
<pre class="csharpcode"><span class="kwrd">&lt;</span><span class="html">link</span> <span class="attr">href</span><span class="kwrd">=&quot;./includes/SpryAssets/SpryMenuBarHorizontal.css&quot;</span> <span class="attr">rel</span><span class="kwrd">=&quot;stylesheet&quot; </span><span class="attr">type</span><span class="kwrd">=&quot;text/css&quot;</span> <span class="kwrd">/&gt;</span>
<span class="kwrd">&lt;</span><span class="html">script</span> <span class="attr">src</span><span class="kwrd">=&quot;./includes/SpryAssets/SpryMenuBar.js&quot;</span> <span class="attr">type</span><span class="kwrd">=&quot;text/javascript&quot;</span><span class="kwrd">&gt;&lt;/</span><span class="html">script</span><span class="kwrd">&gt;</span></pre>
</blockquote>
<style type="text/css">
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p>Go to the footer.php file and add this just above the &lt;/body&gt; tag:</p>
<blockquote>
<pre class="csharpcode"><span class="kwrd">&lt;</span><span class="html">script</span> <span class="attr">type</span><span class="kwrd">=&quot;text/javascript&quot;</span><span class="kwrd">&gt;</span>
<span class="kwrd">var</span> MenuBar1 = <span class="kwrd">new</span> Spry.Widget.MenuBar(<span class="str">&quot;MenuBar1&quot;</span>,
&lt;--LW- {imgDown:<span class="str">&quot;SpryAssets/SpryMenuBarDownHover.gif&quot;</span>,
&lt;--LW- imgRight:<span class="str">&quot;SpryAssets/SpryMenuBarRightHover.gif&quot;</span>});
<span class="kwrd">&lt;/</span><span class="html">script</span><span class="kwrd">&gt;</span></pre>
</blockquote>
<style type="text/css">
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<h3>How to get sub-menus.</h3>
<p>Because I did say that this is a drop down menu we have to make sure that we use WordPress in such a way that the software will automatically create the drop down menus for you. In wordpress when you are creating pages you have the option of making the page a “main page” or a page that is a “member” of a main page. As one would guess any Page that is posted as a main page will be displayed as Top most part of the menu. If you make a page a sub-catagory of a page that page would be part of the actual drop down menu. For example look at my menu. You will notice that the first item in the menu is “About Us”.&#160; It then has Jared’s Resume, Delila’s Resume, etc…</p>
<p>About us is a “main catagory” item. I told the other items to use “About Us” as thier parent in the Edit a Page screen in wordpress.</p>
]]></content:encoded>
			<wfw:commentRss>http://jaredheinrichs.com/wordpress-dreamweaver-dropdown-menu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
