<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter posts tagged with dreamweaver</title>
      <link>http://ask.metafilter.com/tags/dreamweaver</link>
      <description>tag posts with dreamweaver</description>
	  	  <pubDate>Thu, 25 Sep 2008 15:16:01 -0800</pubDate>
      <lastBuildDate>Thu, 25 Sep 2008 15:16:01 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Why won&apos;t CSS rollovers work for me?</title>
	<link>http://ask.metafilter.com/102656/Why-wont-CSS-rollovers-work-for-me</link>	
	<description>I&apos;m trying to put CSS rollover buttons onto my website. They show up just fine in Dreamweaver, but not on &lt;em&gt;any&lt;/em&gt; browser. This makes no sense, about to go insane, more inside, etc. Alright, I hope someone here can help me.&lt;br&gt;
&lt;br&gt;
I&apos;m trying to put some CSS rollover buttons on a page, as so . . .&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
[&lt;strong&gt;MeFi is stripping out my HTML code, but it&apos;s basically a link--a href--with a class tag (=&quot;artisticroll&quot;) and some style for positioning.&lt;/strong&gt;]&lt;br&gt;
&lt;em&gt;Note: I&apos;m positive that there&apos;s not an error in this code.&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
. . . and this links back to my .css file, part of which is thus . . .&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;a.artisticroll&lt;br&gt;
{&lt;br&gt;
display: block;&lt;br&gt;
width: 200px;&lt;br&gt;
height: 23px;&lt;br&gt;
background-image: url(&apos;artisticROLL.jpg&apos;);&lt;br&gt;
}&lt;br&gt;
a.artisticroll:hover&lt;br&gt;
{&lt;br&gt;
background-position: 0 23px;&lt;br&gt;
}&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
. . . but it only shows up in Dreamweaver--not in any browsers. I&apos;ve tried doing a local preview as well as actually uploading all the files onto my host and viewing it online. Nothing works.&lt;br&gt;
&lt;br&gt;
This isn&apos;t the weird part. What&apos;s stranger is that I have &lt;em&gt;other&lt;/em&gt; CSS rollover buttons on the same page that work just fine.&lt;br&gt;
&lt;br&gt;
Code / .css except for working buttons:&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
[&lt;strong&gt;Same issue/code as above, except the class is &quot;contactroll&quot;.&lt;/strong&gt;]&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;&lt;br&gt;
a.contactroll&lt;br&gt;
{&lt;br&gt;
display: block;&lt;br&gt;
width: 130px;&lt;br&gt;
height: 60px;&lt;br&gt;
background-image: url(&apos;contactROLL.jpg&apos;);&lt;br&gt;
}&lt;br&gt;
a.contactroll:hover&lt;br&gt;
{&lt;br&gt;
background-position: 0 60px;&lt;br&gt;
}&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
As far as I can tell, there is absolutely no reason for some buttons to work and some not. What am I doing wrong?&lt;br&gt;
&lt;br&gt;
Thanks for any/all help; I can provide more details if needed.&lt;/&gt;&lt;/&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.102656</guid>
	<pubDate>Thu, 25 Sep 2008 15:16:01 -0800</pubDate>

<category>CSS</category>

<category>Dreamweaver</category>

	<dc:creator>reductiondesign</dc:creator>
	</item>
	<item>
	<title>Just like the neighbor&apos;s cat in your kids&apos; sandbox...</title>
	<link>http://ask.metafilter.com/94742/Just-like-the-neighbors-cat-in-your-kids-sandbox</link>	
	<description> What am I doing to my links pointing to images in a private directory that prevents me from seeing the pics in &lt;em&gt;Dreamweaver CS3&lt;/em&gt; Design mode? Searching Adobe&apos;s Knowlegebase and Google yields a flood of others&apos; issues with setting up passworded sites or &lt;em&gt;Dreamweaver&lt;/em&gt; forgetting FTP login info and I can&apos;t narrow the results to the problem I&apos;m having.&lt;br&gt;
&lt;br&gt;
I just started building a web site and I&apos;m rusty in HTML and am learning CSS. After I edit the code, I do like to check it out in Design view. Currently, I&apos;m uploading things to a private directory (passworded .htaccess on a Zeus server not managed by me) so my business partner can see pages before the site goes &quot;live.&quot; Viewing the site through a browser, one is prompted to enter the name and password to see this directory&apos;s content. No problems there. I have no troubles with file management in &lt;em&gt;DW&lt;/em&gt;&apos;s FTP prog or in &lt;em&gt;FileZilla&lt;/em&gt;, either. &lt;br&gt;
&lt;br&gt;
Suppose the page I&apos;m working on is located at http://www.[mydumbsite].com/public_html/sandbox/mydumbpage.htm . &quot;Sandbox&quot; is the passworded directory. My stylesheet for CSS is located in the same directory and the page refers directly to &lt;em&gt;mydumbstylesheet.css&lt;/em&gt; . The pics reside below &quot;sandbox&quot; in folders &quot;dumbimages&quot; and &quot;dumbimages/dumbthumbs.&quot; The stylesheet&apos;s effects on my .html pages show up in Design mode. The images do not. When it&apos;s all said and done, the images ARE there on the site and appear in the final product. I would just like to know what I&apos;m doing or not doing that keeps me from being able to preview.&lt;br&gt;
&lt;br&gt;
How do I refer to the image locations the short way (vs. &quot;http://www.[mydumbsite].com/public_html/sandbox/images/dumbpic.jpg&quot;) so &lt;em&gt;DW&lt;/em&gt; is not blocked access? Or Is there a way to tell DW to prompt me to get into pw&apos;d dirs in preview mode?&lt;br&gt;
&lt;br&gt;
Any other methods/advice (other than &quot;&lt;em&gt;OMG don&apos;t use THAT program, I write code with Sith blood on tree bark&lt;/em&gt;&quot;) are welcome.&lt;br&gt;
&lt;br&gt;
Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.94742</guid>
	<pubDate>Sun, 22 Jun 2008 19:06:04 -0800</pubDate>

<category>Dreamweaver</category>

<category>DreamweaverCS3</category>

<category>HTML</category>

<category>hypertextmarkuplanguage</category>

<category>FTP</category>

<category>filetransferprotocol</category>

<category>password</category>

<category>htaccess</category>

<category>htpasswd</category>

<category>dir</category>

<category>directory</category>

<category>resolved</category>

	<dc:creator>bonobo</dc:creator>
	</item>
	<item>
	<title>Should I bother learning Dreamweaver CS3?</title>
	<link>http://ask.metafilter.com/94596/Should-I-bother-learning-Dreamweaver-CS3</link>	
	<description>What workflow advantages have you found with Dreamweaver CS3? I got the Design Premium version of Adobe CS3 a while ago and in addition to the programs that I actually know and use (i.e. InDesign, Photoshop, Acrobat Pro, and Illustrator), I have been wondering whether Dreamweaver CS3 might offer some advantage over my current web workflow.&lt;br&gt;
&lt;br&gt;
Currently, I generally do mock-ups in Photoshop then create the site code (HTML/CSS/PHP/JS) using EditPad Pro. I test sites on a dev server running on my local machine and then upload files to the actual servers using FileZilla, since I&apos;m not fond of EPP&apos;s built-in FTP functionality.&lt;br&gt;
&lt;br&gt;
Has anyone migrated from a similar setup to using Dreamweaver and found real advantages in time saved or ease of use?&lt;br&gt;
&lt;br&gt;
My first impression of DW was that it seemed bloated with stuff I don&apos;t need and won&apos;t use, though I realize that&apos;s partly because I&apos;m just not used to using anything other than a text editor.&lt;br&gt;
&lt;br&gt;
I&apos;m curious about integrating it with my Photoshop mock-ups as wells as replacing the need for a separate FTP program to actually transfer and manage the files.&lt;br&gt;
&lt;br&gt;
I have no interest in the WYSIWYG editor or any of the prefab layouts. The code completion felt intrusive but I wonder if I should just be patient and once I get used to it, I will learn to appreciate it. I&apos;m also wondering about other things that DW can do -- error checking, browser compatibility testing, etc. that might make it more useful as far as consolidating my tools.&lt;br&gt;
&lt;br&gt;
One other potential issue is that I&apos;m about to start working on some Perl-centric sites, for which DW doesn&apos;t seem to have much in the way of advantages -- syntax highlighting, code completion, etc.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.94596</guid>
	<pubDate>Fri, 20 Jun 2008 14:32:29 -0800</pubDate>

<category>HTML</category>

<category>Dreamweaver</category>

<category>web</category>

<category>workflow</category>

	<dc:creator>camcgee</dc:creator>
	</item>
	<item>
	<title>Dreamweaver/coding help</title>
	<link>http://ask.metafilter.com/89598/Dreamweavercoding-help</link>	
	<description>Dreamweaver filter - I have just set up a site using Dreamweaver and i am getting one piece of the code in the finished site.  HELP!!!  I&apos;m a total noob at coding.  Clearly. Here is the code.  The text on the finished site (in Firefox but not when I preview) is &quot;line decor&quot;  (without the quotes).   What am I missing!!!!???  FYI - in order to have this text in here, I deleted the end &amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
file:///I|/CAREWebsite/pdf/mm_dashed_line.gif&quot;&amp;gt;&amp;lt;img src=&quot;file:///I|/CAREWebsite/pdf/mm_dashed_line.gif&quot; alt=&quot;line decor&quot; width=&quot;4&quot; height=&quot;3&quot; border=&quot;0&quot; /&lt;br&gt;
&lt;br&gt;
You can see it at the &lt;a href=&quot;http://www.aidsinstitute.med.ucla.edu/&quot;&gt;website here&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
I&apos;m a researcher Jim, not a designer!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.89598</guid>
	<pubDate>Wed, 23 Apr 2008 09:26:41 -0800</pubDate>

<category>dreamweaver</category>

<category>website</category>

<category>code</category>

	<dc:creator>Sophie1</dc:creator>
	</item>
	<item>
	<title>Create websites from the comfort of your own home!</title>
	<link>http://ask.metafilter.com/83588/Create-websites-from-the-comfort-of-your-own-home</link>	
	<description>What&apos;s the best way to learn Dreamweaver at home? I am a graphic designer working mostly with print, but obviously am a little behind the times. I want to learn Dreamweaver. My immediate goal is to do single html pages (e-newsletters etc.), rather than whole websites. &lt;br&gt;
&lt;br&gt;
How? I am looking for specific tutorial book recommendations, or online tutorials, or whatever. How did you learn Dreamweaver? Why did or did you not think that method was great?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.83588</guid>
	<pubDate>Wed, 13 Feb 2008 17:07:12 -0800</pubDate>

<category>Dreamweaver</category>

<category>OSX</category>

<category>webdesign</category>

<category>web</category>

<category>design</category>

<category>learn</category>

<category>education</category>

	<dc:creator>clh</dc:creator>
	</item>
	<item>
	<title>Dreamhacker</title>
	<link>http://ask.metafilter.com/82427/Dreamhacker</link>	
	<description>I would like to write my own HTML/CSS editor. What would be the best way to go about it? (more inside) I&apos;ve been a professional web developer for the last 8 years or so. I&apos;ve used Dreamweaver all the way back since the very first beta came out way back when. Without a doubt, it&apos;s the best tool for the job (for me).&lt;br&gt;
&lt;br&gt;
Saying that, I only ever use Dreamweaver to write code. I don&apos;t use any of the visual tools, or any of the built in javascript or back end helper code. I&apos;d say I maybe use 15% of all it&apos;s features. It got quite bloated over the years, but it&apos;s that 15% that&apos;s keeping me from ditching in altogether and going with something like Komodo edit or one of the other open source tools like Bluefish or Aptana.&lt;br&gt;
&lt;br&gt;
These features are:&lt;br&gt;
&lt;br&gt;
1. The awesome tab completion and code hinting for HTML/CSS&lt;br&gt;
2. Code coloring&lt;br&gt;
3. Color pickers when defining colors on the fly&lt;br&gt;
4. File picker when defining background image files on the fly&lt;br&gt;
5. Code formatting/indentation&lt;br&gt;
&lt;br&gt;
My question is, how hard would it be to write my own standalone editor that could do these things, or could I extend another existing software package (like Eclipse) to do it? I would like to make something that would be cross-platform and free.&lt;br&gt;
&lt;br&gt;
Apologies for the long-winded post. I throw myself at your feet, hive mind!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.82427</guid>
	<pubDate>Thu, 31 Jan 2008 04:30:51 -0800</pubDate>

<category>software</category>

<category>editor</category>

<category>opensource</category>

<category>dreamweaver</category>

<category>webdesign</category>

<category>css</category>

<category>html</category>

	<dc:creator>ReiToei</dc:creator>
	</item>
	<item>
	<title>Why won&apos;t Dreamweaver let me check out (or save) files?</title>
	<link>http://ask.metafilter.com/82288/Why-wont-Dreamweaver-let-me-check-out-or-save-files</link>	
	<description>Why won&apos;t Dreamweaver let me check out (or save) files? Background and possibly relevant information:&lt;br&gt;
&lt;br&gt;
- I had been using DW8 on a Windows machine, then upgraded to CS3 when I got my new Mac.&lt;br&gt;
- My local site is set up on a network drive.&lt;br&gt;
- If I double click to open and check out the file, DW asks if I want to overwrite my local copy. This is the first strange thing, as it usually doesn&apos;t ask this. If I hit yes, it opens, but I think as read only (is not checked out). If I hit no, it checks it out but when I make changes and try to save it, it gives me the &quot;access to [file path] was denied&quot;.&lt;br&gt;
- If I select just check out (w/out open) it says &quot;[file] - error occurred - Check Out failed since [file] does not exist on the remote site.&quot; (But it does exist!)&lt;br&gt;
- If I open a file that was checked out through DW8 (shows up as checked out in CS3) and edit it, I AM able to save that and upload and check-in/out, etc. Although, I get a &quot;The file has been modified outside of DW. Do you want to reload it?&quot; Which always makes me nervous, since afaik, it shouldn&apos;t do that.&lt;br&gt;
- I have to use check-in/out feature&lt;br&gt;
&lt;br&gt;
I think that&apos;s it. Thank you!&lt;/file&gt;&lt;/file&gt;&lt;/file&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.82288</guid>
	<pubDate>Tue, 29 Jan 2008 15:11:41 -0800</pubDate>

<category>Dreamweaver</category>

	<dc:creator>unsigned</dc:creator>
	</item>
	<item>
	<title>How do you set up pub key auth for Dreamweaver&apos;s sftp client on a windows box?</title>
	<link>http://ask.metafilter.com/81846/How-do-you-set-up-pub-key-auth-for-Dreamweavers-sftp-client-on-a-windows-box</link>	
	<description>How do you set up pub key auth for Dreamweaver&apos;s sftp client on a windows box? I have clients who want to connect to a unix webserver, that is running openssh, from Dreamweaver&apos;s sftp client on a windows box using only public key authentication.  Is this possible using Dreamweaver&apos;s internal sftp client?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.81846</guid>
	<pubDate>Thu, 24 Jan 2008 09:27:28 -0800</pubDate>

<category>openssh</category>

<category>sftp</category>

<category>dreamweaver</category>

<category>pubkey</category>

<category>auth</category>

<category>public</category>

<category>key</category>

<category>authentication</category>

	<dc:creator>jj27</dc:creator>
	</item>
	<item>
	<title>Help me find a website (non CMS/Blog) program/tool for my wife.</title>
	<link>http://ask.metafilter.com/79686/Help-me-find-a-website-non-CMSBlog-programtool-for-my-wife</link>	
	<description>My wife and I have a small family farm.  While I run a few websites that are hand coded, Wordpress or Joomla based, with galleries and more, she can not handle that.  We are trying to find a simple website creation program for her to maintain the farms website. &lt;br&gt;&lt;br&gt;
The one we are testing and it almost what we need is &apos;Website Baker&apos;.  It is a PHP web application that is somewhat WYSIWYG.  The big gripe we have is image handling. If we have a large photo from a camera and want to place it on the website, it can not create thumbnails or a browser friendly size.  You have to upload the images before you can use them on the page, etc.  You can not have images float on the page to the right or left of the page, they have to be within a paragraph break.
&lt;br&gt;&lt;br&gt;
We don&apos;t need commenting, blogging, ratings, voting or anything like that.  We are looking for software that will let her create the website, a professional non crap looking page.  I can do the templating, that is not the problem.
&lt;br&gt;&lt;br&gt;
The software needs to be able to create a static page for an animal.  That page will contain its recent genetics along with a few paragraphs about the animal.  Photographs are required on the pages.
&lt;br&gt;&lt;br&gt;
If the menu system can support sub pages/categories, that is great.&lt;br&gt;
Example:&lt;br&gt;
Breed 1&lt;br&gt;
   Animal 1&lt;br&gt;
   Animal 2&lt;br&gt;
   Animal 3&lt;br&gt;
Breed 2&lt;br&gt;
   Animal 1&lt;br&gt;
   Animal 2
&lt;br&gt;&lt;br&gt;
Nvu, Frontpage, Dreamweaver, etc. are not an option.  Web based apps get bonus points.  It will be on a Linux server running Apache web server with MySQL and all of the usual stuff.
&lt;br&gt;&lt;br&gt;
Thanks for any, and I mean any, suggestions.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.79686</guid>
	<pubDate>Sat, 29 Dec 2007 01:31:15 -0800</pubDate>

<category>website</category>

<category>creation</category>

<category>wysiwyg</category>

<category>joomla</category>

<category>frontpage</category>

<category>dreamweaver</category>

<category>php</category>

<category>baker</category>

	<dc:creator>Leenie</dc:creator>
	</item>
	<item>
	<title>Dreamweaver Site Deifinition problem</title>
	<link>http://ask.metafilter.com/79516/Dreamweaver-Site-Deifinition-problem</link>	
	<description>When in Dreamweaver 8 setting up the &quot;site definitions / advanced/ remote info - I enter my login-in an password information and when I exit DW, it erases the information.  Note that I&apos;ve check the save password box.  I can&apos;t get DW to save my Login and Password.  How can I get it to save it?  Thanks in advance for your help...</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.79516</guid>
	<pubDate>Wed, 26 Dec 2007 20:42:47 -0800</pubDate>

<category>Dreamweaver</category>

<category>site</category>

<category>definition</category>

<category>advanced</category>

<category>remoteinfo</category>

<category>remote</category>

<category>info</category>

	<dc:creator>orlin</dc:creator>
	</item>
	<item>
	<title>This is why I don&apos;t like maintaining other people&apos;s webpages</title>
	<link>http://ask.metafilter.com/73306/This-is-why-I-dont-like-maintaining-other-peoples-webpages</link>	
	<description>I didn&apos;t design &lt;a href=&quot;http://www.duke.edu/web/ICT/people_Visitors.html&quot;&gt;this page&lt;/a&gt;, but I&apos;m now maintaining it. Why does the shaded gray box on the right appear halfway down the page in IE, but right where it should in Firefox? I think it was designed in Dreamweaver, but I&apos;m not sure. How can I fix this?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.73306</guid>
	<pubDate>Mon, 08 Oct 2007 06:38:21 -0800</pubDate>

<category>HTML</category>

<category>webpage</category>

<category>Dreamweaver</category>

	<dc:creator>BackwardsCity</dc:creator>
	</item>
	<item>
	<title>How much do Dreamweaver and Contribute integrate?</title>
	<link>http://ask.metafilter.com/68241/How-much-do-Dreamweaver-and-Contribute-integrate</link>	
	<description>Is it possible to preview drafts sent via Contribute in Dreamweaver?

I don&apos;t mean publishing the draft in Contribute then checking it out again in Dreamweaver. I need to edit the drafts in Dreamweaver without publishing them.

Possible?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.68241</guid>
	<pubDate>Tue, 31 Jul 2007 12:10:47 -0800</pubDate>

<category>contribute</category>

<category>dreamweaver</category>

<category>software</category>

	<dc:creator>unsigned</dc:creator>
	</item>
	<item>
	<title>Working with Dreamweaver Design View and CSS</title>
	<link>http://ask.metafilter.com/65740/Working-with-Dreamweaver-Design-View-and-CSS</link>	
	<description>How do I, using Dreamweaver 8 on a PC, &quot;see&quot; the css in &quot;design view&quot;? As of this morning, I was able to &quot;see&quot; the css effecting the layout and design of pages in Dreamweaver&apos;s design view.  The stylesheet was external.  My coworker was not able to see this on her computer.  We tested several options: relative URL to stylesheet on same site/drive, absolute URL to stylesheet on the drive we have access to, and absolute URL to stylesheet on a completely unrelated website.  In my DW, I could &quot;see&quot; the page properly in all those configurations.  She could not.  &lt;br&gt;
&lt;br&gt;
In clicking around DW to find out what setting I had enabled/disabled that was different from hers, I somehow managed to change MY computer so that now it doesn&apos;t work either.&lt;br&gt;
&lt;br&gt;
We&apos;re about to have to train approximately 30 other coworkers as to how to properly set their DW to see the stylesheet and I can&apos;t believe that instead of fixing my coworker&apos;s machine, I &quot;broke&quot; mine.&lt;br&gt;
&lt;br&gt;
I&apos;ve searched Google and AskMeFi and everything tells me how to set up an external stylesheet, not how to see its characteristics when using design view.&lt;br&gt;
&lt;br&gt;
Will gladly post screenshots if necessary and am willing to give out IM contact info if anyone wants to help in real time - just email me.&lt;br&gt;
&lt;br&gt;
Thanks.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.65740</guid>
	<pubDate>Wed, 27 Jun 2007 13:37:58 -0800</pubDate>

<category>dreamweaver</category>

<category>dreamweaver8</category>

	<dc:creator>100watts</dc:creator>
	</item>
	<item>
	<title>dreamweaver not so dreamy</title>
	<link>http://ask.metafilter.com/63703/dreamweaver-not-so-dreamy</link>	
	<description>Dreamweaver question...

I want some of the links on a page to be one color, and the rest of the links be a different color. Setting the link colors in page properties makes ALL links the same color. Is there a way to make links of different colors? Maybe by over-riding the page properties in a specific section of the page? Or separating the page props some how? 

thanks...
novice</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.63703</guid>
	<pubDate>Wed, 30 May 2007 12:22:43 -0800</pubDate>

<category>dreamweaver</category>

<category>page</category>

<category>properties</category>

<category>links</category>

	<dc:creator>hazel</dc:creator>
	</item>
	<item>
	<title>How and how much to transfer to a new platform?</title>
	<link>http://ask.metafilter.com/61644/How-and-how-much-to-transfer-to-a-new-platform</link>	
	<description>I&apos;ve been running my blog&lt;/a&gt; for many years now and it&apos;s come to my attention that I&apos;m dead without an RSS feed. I&apos;ve used Dreamweaver to design and edit the site all these years and have tried to figure out ways to incorporate an RSS feed when I update, but I haven&apos;t found an easy way to do that thus far (XO is my host.)  

I may be wrong but I think I need to just transfer the whole thing to a new platform like Moveable Type or something like that--is it just easiest to hire someone to do this for me?  How would I go about this and how much would it cost? Or are there better ways to do this? Help!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.61644</guid>
	<pubDate>Mon, 30 Apr 2007 11:23:44 -0800</pubDate>

<category>blogs</category>

<category>dreamweaver</category>

<category>RSS</category>

	<dc:creator>clairezulkey</dc:creator>
	</item>
	<item>
	<title>Open source software for design company</title>
	<link>http://ask.metafilter.com/60537/Open-source-software-for-design-company</link>	
	<description>Open source software for a professional web design company. Design filter.&lt;br&gt;
&lt;br&gt;
I&apos;ve been running my company for nearly 2 years now and is now concerned paying the premium for software for my staff.&lt;br&gt;
&lt;br&gt;
I&apos;ve already converted the office in to using OpenOffice which works brilliantly.&lt;br&gt;
&lt;br&gt;
What Im looking for is opensource / paid software (reasonable cost) that is similar to:&lt;br&gt;
&lt;br&gt;
1) Dreamweaver (doesnt matter if there are 2 separate sofware for CSS and xHTML)&lt;br&gt;
2) Photoshop (I know Gimp is there any better?)&lt;br&gt;
3) Flash&lt;br&gt;
4) Quark Xpress&lt;br&gt;
&lt;br&gt;
I cant live without Adobe Fireworks and is willing to pay for that. Its just when you look at the full package (all software) per staff its roughly &#xa3;1500 / $3000.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.60537</guid>
	<pubDate>Fri, 13 Apr 2007 03:50:28 -0800</pubDate>

<category>opensource</category>

<category>software</category>

<category>open</category>

<category>source</category>

<category>photoshop</category>

<category>dreamweaver</category>

<category>css2</category>

<category>css</category>

<category>flash</category>

<category>quark</category>

<category>xpress</category>

	<dc:creator>spinko</dc:creator>
	</item>
	<item>
	<title>Move mouse and panic</title>
	<link>http://ask.metafilter.com/60382/Move-mouse-and-panic</link>	
	<description>&quot;How to&quot; write a web page. Easy advice for a n00b. So I&apos;ve bitten the bullet and borrowed an old copy of Dreamweaver Ultradev 4. What do I do now? I&apos;ve searched, believe me I&apos;ve searched and anywhere I search mentioning Dreamweaver takes me to books or pay tutorials. And anywhere I don&apos;t takes me to HTML, CSS Pearl,Ruby, Java whatever.&lt;br&gt;
This place is full of helpful web savvy creators. Please point me to where to get started; hopefully to produce something  not too revolting. Flash is not my friend. Out there somewhere is &quot;A morans guide to web pages sub 101... How to for Idiots.&quot;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.60382</guid>
	<pubDate>Wed, 11 Apr 2007 08:09:09 -0800</pubDate>

<category>web</category>

<category>dreamweaver</category>

<category>design</category>

<category>webdesign</category>

<category>tutorial</category>

<category>howto</category>

<category>idiotsguide</category>

	<dc:creator>adamvasco</dc:creator>
	</item>
	<item>
	<title>Help me help people send newsletters</title>
	<link>http://ask.metafilter.com/59252/Help-me-help-people-send-newsletters</link>	
	<description>What is a good program for sending a corporate newsletter to clients and sales reps? I need a program that&apos;s easy-to-use, free or cheap and yields professional results. High expectations, I know, but here is my story.&lt;br&gt;
&lt;br&gt;
My company currently has a program called MailThem Pro. This works fine, but the catch is you basically have to embed a html file into the e-mail. This means building a website to serve as the newsletter. This in turn means that I have to train every person who does it how to use Dreamweaver and html skills. I feel there must be an easier, faster way to do this. &lt;br&gt;
&lt;br&gt;
The person who manages the newsletter is new to the company and doesn&apos;t know anything about websites. The employees who managed it before used Dreamweaver, but as the turnover rate in that particular position is quite high, I&apos;ve had to train about three people to use Dreamweaver in the last few years. They never totally understood it and I always felt that our newsletter looked poor and unprofessional. And now I&apos;m faced with either training this person Dreamweaver (version 4) or finding a new solution. Another catch: I&apos;m physically leaving the company to telecommute come next week. &lt;br&gt;
&lt;br&gt;
The newsletter is a simple templated e-mail with a bar running down the left side which contains email addresses, dates and other small items. The content area contains news updates. It has a circulation of about 300. &lt;br&gt;
&lt;br&gt;
What&apos;s the best solution for me? I searched the archives and there are some posts, but from at least two years ago. There might be something better out there now, hopefully. Please help! Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.59252</guid>
	<pubDate>Fri, 23 Mar 2007 08:03:45 -0800</pubDate>

<category>e-mail</category>

<category>email</category>

<category>newsletter</category>

<category>Dreamweaver</category>

	<dc:creator>bristolcat</dc:creator>
	</item>
	<item>
	<title>Stop Dreamweavers Contributions to Contribute</title>
	<link>http://ask.metafilter.com/58520/Stop-Dreamweavers-Contributions-to-Contribute</link>	
	<description>Help me figure out how to rescue my business website from the clutches of the evil Dreamweaver? For years my web site and I coexisted in FrontPage. I was able to do what I needed including forms, etc. About three years ago my site got bigger and I switched to a Mac for the home office computer.  At that point I hired a web designer who redid the entire site in Dreamweaver.  For 2 years I used Contribute to edit the site and add content.&lt;br&gt;
&lt;br&gt;
About a year ago the designer moved away and took Dreamweaver with her. Now my site needs a serious redesign, I have a low budget and would love to continue using Contribute.  The problem is the master template regions in Contribute are locked and I can&apos;t change them without dreamweaver nor can I reformat my forms.&lt;br&gt;
&lt;br&gt;
Using Dreamweaver to redo my site would be costly, have a steep learning curve, and would seem to defeat the reason for using Contribute in the first place, i.e, keep it simple.&lt;br&gt;
&lt;br&gt;
I have to make some changes very soon and am desperate for a workable solution that I can do myself.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.58520</guid>
	<pubDate>Sun, 11 Mar 2007 18:25:43 -0800</pubDate>

<category>webdesign</category>

<category>Dreamweaver</category>

<category>Contribute</category>

	<dc:creator>Xurando</dc:creator>
	</item>
	<item>
	<title>My hard drive&apos;s about to die, isn&apos;t it?</title>
	<link>http://ask.metafilter.com/58329/My-hard-drives-about-to-die-isnt-it</link>	
	<description>A Google and AskMe search leads me to believe that my laptop&apos;s hard drive is about to fail. (Files missing, slow access, system running warmly). Yay or nay? Is it the software or the system? Dell Inspiron 6000&lt;br&gt;
Windows XP Home&lt;br&gt;
1.25 GB ram&lt;br&gt;
Purchased in June 2005&lt;br&gt;
Mostly used for iTunes, internet, Word, Excel, Dreamweaver&lt;br&gt;
&lt;br&gt;
The computer itself seems to be running warmer than usual, if that has anything to do with it.&lt;br&gt;
&lt;br&gt;
A virus scan takes *forever*. ZoneAlarm&apos;s virus scanner has been running for 1 hour and 30 minutes and has covered ~100,000 files. It&apos;s never taken that long.&lt;br&gt;
&lt;br&gt;
iTunes has been acting up a lot (v7.0.whatever and the new 7.1.whatever that came out this week). I don&apos;t think these are iTunes problems as I&apos;ve never encountered anything like these issues, and I&apos;ve been using iTunes since the day it was released for Windows (literally). &lt;br&gt;
-I&apos;ll add music to my library and close iTunes, but it won&apos;t be there when I return to iTunes later.&lt;br&gt;
-Albums I&apos;ve had in my library for months go missing from both the iTunes library and the hard drive.&lt;br&gt;
-Gobs of tags are being corrupted: something like ~750 songs in a 25 GB library no longer have some combination of album/artist/track info.&lt;br&gt;
-File are being renamed: &quot;1 Space Oddity.mp3&quot; becomes &quot;1 1 1 Space Oddity.mp3&quot;&lt;br&gt;
-Play counts aren&apos;t being recorded: I&apos;ll listen to music for an hour or so (straight through albums, without skipping tracks), but then later, the Recently Played smart playlist will only show music that I listened to days ago.&lt;br&gt;
-iTunes forgets where to look for random songs, so many tracks have a little exclamation point next to it and I have to redirect the program to the file, even though I didn&apos;t change anything or move the file.&lt;br&gt;
-I renamed the soundtrack &quot;West Side Story&quot; to &quot;West Side Story: Original Motion Picture Soundtrack.&quot; Instead of just renaming the album with the new title, iTunes added a new instance of the album, so instead of having just one set of tracks from the album, there are now 2 copies of each song, one with the old album title and one with the new title; it follows that the set with the old title has exclamation points because the folder was also properly renamed.&lt;br&gt;
&lt;br&gt;
My Dreamweaver sites in Dreamweaver itself are MIA. I was working on my two sites last night, and everything seemed fine. Revisiting them today, though, the sites no longer appear in the Manage Sites window, as if the program was just installed. They were there last night, and much longer before that. The content from the sites, though, still exists in My Documents.&lt;br&gt;
&lt;br&gt;
I just reformatted the hard drive in December and started from scratch, but things aren&apos;t humming along smoothly as it usually does when I do that. Am I headed towards a hard drive failure? If so, how long could it be?&lt;br&gt;
&lt;br&gt;
I&apos;m backing things up as I write this, everything to an external hard drive and my important docs again to my thumb drive.&lt;br&gt;
&lt;br&gt;
Hope this was clear and articulate. Thanks in advance for your help!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.58329</guid>
	<pubDate>Thu, 08 Mar 2007 11:13:52 -0800</pubDate>

<category>itunes</category>

<category>dreamweaver</category>

<category>harddrive</category>

<category>failure</category>

<category>backup</category>

<category>missingfiles</category>

	<dc:creator>jroybal</dc:creator>
	</item>
	<item>
	<title>Deamweaver &quot;Site Definition&quot; question</title>
	<link>http://ask.metafilter.com/56692/Deamweaver-Site-Definition-question</link>	
	<description>Help, Help !!  If anyone has experience with Dreamweaver and setting up the &#8220;Site Definition&#8221; settings; either basic or advanced mode for &#8220;Remote Info&#8221; I desperately need your advice and it would be very much appreciated.   Runbox is my web host and I use &#8220;cPannel&#8221; to manage my web files.  I can&#8217;t figure out what settings to use for &#8220;FTP access&#8221;.  What would my &#8220;FTP host&#8221; be and what should I put in there this field?  To be honest, I&#8217;m not quite sure what a FTP is although to use Dreamweaver&#8217;s functions, I need to set this up and have not been successful.  Next question;  Am I correct in saying the &#8220;Host Directory&#8221; would be in the &#8220;public_html&#8221; folder in cPannel that all my web page files are located?  Any advice would be appreciated.  I&#8217;ve tried multiple times and days to set this up, but I must be doing something wrong.  Thank you in advance for your cooperation&#8230;Orlin</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.56692</guid>
	<pubDate>Fri, 09 Feb 2007 14:25:52 -0800</pubDate>

<category>dreamweaver</category>

<category>site</category>

<category>definition</category>

<category>remote</category>

<category>info</category>

<category>remoteinformation</category>

<category>web</category>

<category>page</category>

<category>design</category>

<category>set</category>

<category>up</category>

<category>setup</category>

	<dc:creator>orlin</dc:creator>
	</item>
	<item>
	<title>Search and Replace across entire website</title>
	<link>http://ask.metafilter.com/55734/Search-and-Replace-across-entire-website</link>	
	<description>I need to do a massive replace of Flash object HTML code throughout an entire site. I really don&apos;t want to download each page and fix it by hand. I have the task of fixing the &quot;&lt;a href=&quot;http://blog.deconcept.com/2005/12/15/internet-explorer-eolas-changes-and-the-flash-plugin/&quot;&gt;Eolas bug&lt;/a&gt;&quot; in a small-to-medium sized web site. The fix involves replacing every single instance of 6 lines of embed/object code with the &lt;a href=&quot;http://blog.deconcept.com/swfobject/&quot;&gt;SWFObject&lt;/a&gt; code. I do other site changes in Dreamweaver 8, but I don&apos;t think it&apos;s up to doing a search and replace in 50 to 100 pages (at least not without downloading and reuploading every page).&lt;br&gt;
&lt;br&gt;
I have SSH access to the server, so I believe I can do some sort of regex replace magic - but I only know enough to be dangerous. &lt;strong&gt;Any instructions for replacing HTML code, only in .html files, with other specific code via regular expressions? &lt;/strong&gt; If there&apos;s a better way to do this, Id love to hear that too.&lt;br&gt;
&lt;br&gt;
I really, really don&apos;t need this to turn into a &quot;oh, regular expressions really &lt;em&gt;do&lt;/em&gt; need the brackets escaped&quot; experience.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.55734</guid>
	<pubDate>Thu, 25 Jan 2007 10:20:11 -0800</pubDate>

<category>find</category>

<category>search</category>

<category>replace</category>

<category>website</category>

<category>ssh</category>

<category>dreamweaver</category>

	<dc:creator>niles</dc:creator>
	</item>
	<item>
	<title>How to set up an RSS feed for my old-fashioned site? </title>
	<link>http://ask.metafilter.com/52603/How-to-set-up-an-RSS-feed-for-my-oldfashioned-site</link>	
	<description>How to set up an RSS feed for my old-fashioned site? Please know that I only sort of know what I&quot;m talking about in this post, so if my verbiage is off, don&apos;t hurt me.  &lt;br&gt;
&lt;br&gt;
Everyone is telling me that I need an RSS feed in order for my blog to keep up with readers and aggregators and whatnot.  I wish I could just ignore the whole thing, especially considering the PITA that this is turning out to be.  &lt;br&gt;
&lt;br&gt;
I started my site in 2002--it was designed and edited via Dreamweaver, and my host is XO.com (the site is Zulkey.com.)  My boyfriend tried to help me get an RSS set up by getting me on Dreamweaver 3, which apparently has RSS capabilites, but the problem is my four years&apos; worth of archives.  &lt;br&gt;
&lt;br&gt;
I can go without setting up a feed for my old stuff, but I still have no idea how to do it currentl. It probably doesn&apos;t help that my site is text-driven and has one long post a day as opposed to several smaller ones.  &lt;br&gt;
&lt;br&gt;
Is there any way to set up a feed for this puppy that&apos;s not going to cause tremendous amounts of time? Would it be best to just transfer the whole thing to a new platform like Moveable Type? And if so, how can that be done?  I wish I could just throw some money at the problem and buy some magical program that takes care of this for me in a relatively simple way.  &lt;br&gt;
&lt;br&gt;
If you want to tell me not to worry about it, that not having an RSS feed isn&apos;t hurting me tremendously in the long run, then I&apos;ll listen to that as well.&lt;br&gt;
&lt;br&gt;
Thanks for reading this damn-long post.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.52603</guid>
	<pubDate>Thu, 07 Dec 2006 09:01:10 -0800</pubDate>

<category>RSS</category>

<category>blog</category>

<category>feed</category>

<category>software</category>

<category>DreamWeaver</category>

	<dc:creator>clairezulkey</dc:creator>
	</item>
	<item>
	<title>Best Free Programs for a Mac?</title>
	<link>http://ask.metafilter.com/51058/Best-Free-Programs-for-a-Mac</link>	
	<description>What Mac applications would make me love a Mac? For the last year or so I have been using a Apple PowerBook G4 with the lastest OS X version but the problem is I don&apos;t have any non-standard software for it. So basically it is a Internet surfing and e-mail expensive toy. &lt;br&gt;
&lt;br&gt;
On a PC I typically use Dreamweaver MX for web design and FTP and Photoshop CS for photo editing. Occassionally I use video editing software but my MiniDV camera is not compatible with my PowerBook. I also use Microsoft Power Point and Word for work purposes. &lt;br&gt;
&lt;br&gt;
What are some programs that are FREE that would allow me the same type of programs on a Mac? Besides a WYSIWYG, Office Application and Photo Editing software what are some cool programs to use on a Mac? I am a techie yet new to the Mac world, and can&apos;t afford Dreamweaver and Photoshop for my Mac.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.51058</guid>
	<pubDate>Thu, 16 Nov 2006 08:31:19 -0800</pubDate>

<category>OSX</category>

<category>Mac</category>

<category>PC</category>

<category>Programs</category>

<category>Dreamweaver</category>

	<dc:creator>randomthoughts</dc:creator>
	</item>
	<item>
	<title>Making Me Some Templates</title>
	<link>http://ask.metafilter.com/44943/Making-Me-Some-Templates</link>	
	<description>Just how does a Dreamweaver template work? So, I have done server-side includes before but now I am tasked with making a Dreamweaver template. I have made a template but, when I look at the code, all I see are some comments. How the heck does Dreamweaver update everything made with said template when said template is changed? Does it just know how to find these pages? What if I make an edit to the code on one of the clones outside of Dreamweaver? What happens if some schmoe takes one of the template-made pages into Frontpage and starts messin&apos; with the areas I don&apos;t want them to? How many questions can I ask all at once? The answer: many!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.44943</guid>
	<pubDate>Mon, 21 Aug 2006 16:50:02 -0800</pubDate>

<category>html</category>

<category>dreamweaver</category>

<category>template</category>

	<dc:creator>Foam Pants</dc:creator>
	</item>
	
	</channel>
</rss>

