<?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>Website Ideas &#187; Adobe Fireworks</title>
	<atom:link href="http://www.website-ideas.co.uk/category/adobe-fireworks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.website-ideas.co.uk</link>
	<description>All the design inspiration you will need</description>
	<lastBuildDate>Sat, 12 Nov 2011 06:54:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Install Dreamweaver / Fireworks CS4 in Ubuntu / Linux</title>
		<link>http://www.website-ideas.co.uk/2009/11/04/install-dreamweaver-fireworks-cs4-in-ubuntu-linux/</link>
		<comments>http://www.website-ideas.co.uk/2009/11/04/install-dreamweaver-fireworks-cs4-in-ubuntu-linux/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 18:56:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe Fireworks]]></category>
		<category><![CDATA[Website Ideas]]></category>
		<category><![CDATA[Website Tools]]></category>

		<guid isPermaLink="false">http://www.website-ideas.co.uk/?p=586</guid>
		<description><![CDATA[I was asked to do a follow up to my previous post  &#8220;How to Run Dreamweaver CS3 on Linux using Wine&#8221; , but this time illustrate it using Adobe Dreamweaver CS4. The same method can easily be applied for Fireworks and the other adobe package. I&#8217;ve broken it up into easy simple steps to follow!  Both posts are very similar and should help guide you into the right direction. Now  we  will  try  to  run it   under  Linux (ubuntu or  debian) you   should   have  installed  CS4 under  windows  because  we  need  this  directory  to  complete  the  installtion now  we  need  to download  some  packages to  help  us . : 1- Install wine $sudo apt-get install wine winecfg now  we  begin to  copy  folder from windows  to  ubuntu . 2-navigate to C:\Program Files. Copy the whole ‘Adobe‘ folder to Ubuntu /home/username/.wine/drive_c/Program Files folder. 3- copy  C:\Documents and Settings\your-windows-user-name\Application Data  to /home/username/.wine/drive_c/windows/profiles/All Users/Application Data/ 4-copy C:\Program Files\Common Files  to /home/username/.wine/drive_c/Program Files/Common Files 5- copy  C:\WINDOWS\system32  to /home/username/.wine/drive_c/windows/system32 6-copy   Winsxs  from   C:\windows    to /home/username/.wine/drive_c/windows/  (this folder is  verry  important) 7-  import   the  registery to  wine from windows  for  to   start and  Run (regedit) go  to HKEY_LOCAL_MACHINE-&#62; SOFTWARE-&#62;Adobe-&#62;Dreamweaver  ; Right click on the ‘Dreamweaver‘... ]]></description>
			<content:encoded><![CDATA[<p>I was asked to do a follow up to my previous post  &#8220;<a href="http://www.website-ideas.co.uk/2008/06/13/how-to-run-dreamweaver-cs3-on-linux-using-wine/">How to Run Dreamweaver CS3 on Linux using Wine</a>&#8221; , but this time illustrate it using <strong>Adobe Dreamweaver CS4</strong>. The same method can easily be applied for Fireworks and the other <strong>adobe</strong> package. I&#8217;ve broken it up into easy simple steps to follow!  Both posts are very similar and should help guide you into the right direction.</p>
<p><span id="more-586"></span><br />
Now  we  will  try  to  run it   under  <strong>Linux (ubuntu or  debian)</strong></p>
<p>you   should   have  installed <strong> CS4 </strong>under  windows  because  we  need  this  directory  to  complete  the  installtion</p>
<p>now  we  need  to download  some  packages to  help  us . :</p>
<p>1- Install wine</p>
<blockquote>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$sudo apt-get install wine winecfg</div></div>
</blockquote>
<p>now  we  begin to  copy  folder from windows  to  ubuntu .</p>
<p>2-navigate to C:\Program Files. Copy the whole ‘Adobe‘ folder to Ubuntu /home/username/.wine/drive_c/Program Files folder.</p>
<p>3- copy  C:\Documents and Settings\your-windows-user-name\Application Data  to /home/username/.wine/drive_c/windows/profiles/All Users/Application Data/</p>
<p>4-copy C:\Program Files\Common Files  to /home/username/.wine/drive_c/Program Files/Common Files</p>
<p>5- copy  C:\WINDOWS\system32  to /home/username/.wine/drive_c/windows/system32</p>
<p>6-copy   Winsxs  from   C:\windows    to /home/username/.wine/drive_c/windows/  (this folder is  verry  important)</p>
<p>7-  import   the  registery to  wine</p>
<p>from windows  for  to   start and  Run (regedit)</p>
<p>go  to HKEY_LOCAL_MACHINE-&gt; SOFTWARE-&gt;Adobe-&gt;Dreamweaver  ; Right click on the ‘Dreamweaver‘ folder and select ‘Export’. Save the file as dreamweaver.reg and  copy  this  file  to  ubuntu  home  directory  and  you  need  to  coinvet the  registery  file   to   ASII  file   (recode)</p>
<blockquote>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$sudo   apt-get  install  recode</div></div>
</blockquote>
<p>recode is  :   (Conversion between character sets and surfaces)</p>
<blockquote>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$recode ucs-2..ascii dreamweaver.reg</div></div>
<p>$wine regedit dreamweaver.reg</p></blockquote>
<p>Now you have successfully copied  all  needed files  to  run   your  installation succefully.</p>
<p>lets  give  a  test :</p>
<blockquote>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$cd /home/username</div></div>
</blockquote>
<blockquote><p>$cd .wine/drive_c/Program\ Files/Adobe/Adobe\ Dreamweaver\ CS4/</p>
<p>$wine Dreamweaver.exe</p></blockquote>
<p>Should  be  lunching   the  programe  now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.website-ideas.co.uk/2009/11/04/install-dreamweaver-fireworks-cs4-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>131 Web 2.0 Layer Styles for Fireworks</title>
		<link>http://www.website-ideas.co.uk/2008/06/12/131-web-20-layer-styles-for-fireworks/</link>
		<comments>http://www.website-ideas.co.uk/2008/06/12/131-web-20-layer-styles-for-fireworks/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 07:00:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe Fireworks]]></category>
		<category><![CDATA[Free Website Stuff]]></category>
		<category><![CDATA[Website Ideas]]></category>
		<category><![CDATA[Website Tools]]></category>
		<category><![CDATA[Fireworks]]></category>

		<guid isPermaLink="false">http://www.website-ideas.co.uk/2008/06/12/131-web-20-layer-styles-for-fireworks/</guid>
		<description><![CDATA[Today&#8217;s post is target mainly to developers using Adobe Fireworks. We often find that 50% of website developers use fireworks and the other percentage use photoshop. We stumbled across 131 web 2.0 layer styles for fireworks. These styles bring fresh ideas and concepts when designing website templates. This set is based on our Ultimate Web 2.0 Layer Styles for Photoshop. Download Here  See dezinerfolio.com for more stunning styles and layer concepts.]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s post is target mainly to developers using <strong>Adobe Fireworks</strong>. We often find that 50% of website developers use fireworks and the other percentage use photoshop. We stumbled across <strong>131 web 2.0 layer styles</strong> for fireworks. These styles bring fresh <strong>ideas</strong> and concepts when designing <strong>website templates</strong>.</p>
<p><img src="http://www.website-ideas.co.uk/wp-content/uploads/2008/06/firework-icons.jpg" alt="firework-icons.jpg" /></p>
<p><span id="more-209"></span> This set is based on our Ultimate Web 2.0 Layer Styles for Photoshop. <a href="http://www.dezinerfolio.com/wp-content/plugins/wp-downloadMonitor/download.php?id=29">Download Here </a></p>
<p>See dezinerfolio.com for more stunning styles and layer concepts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.website-ideas.co.uk/2008/06/12/131-web-20-layer-styles-for-fireworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

