<?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>Eminent Style &#187; How To</title>
	<atom:link href="http://eminentstyle.com/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://eminentstyle.com</link>
	<description>Intelligent, Stylish and Affordable web design. This is the freelance web design portfolio and blog of Ben Bishop.</description>
	<lastBuildDate>Tue, 08 Nov 2011 20:24:39 +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>Tips: Hide a Magento Test Site</title>
		<link>http://eminentstyle.com/2009/10/12/tips-hide-a-magento-test-site/</link>
		<comments>http://eminentstyle.com/2009/10/12/tips-hide-a-magento-test-site/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 15:53:28 +0000</pubDate>
		<dc:creator>Bish</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[nofollow]]></category>
		<category><![CDATA[noindex]]></category>
		<category><![CDATA[robots]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://eminentstyle.com/?p=14146</guid>
		<description><![CDATA[With every Magento e-commerce website I create for my clients, I create a carbon copy for use as a test environment that is accessible on the web. There are a number of benefits associated with doing this before making changes on a live environment: The ability to upgrade on the test server as updates become [...]]]></description>
			<content:encoded><![CDATA[<p>With every <a href="http://www.magentocommerce.com/">Magento</a> e-commerce website I create for my clients, I create a carbon copy for use as a test environment that is accessible on the web.</p>
<p>There are a number of benefits associated with doing this before making changes on a live environment:</p>
<ul>
<li>The ability to upgrade on the test server as updates become available.</li>
<li>Test extensions from <a href="http://www.magentocommerce.com/magento-connect">Magento Connect</a>.</li>
<li>Developing, testing and implementing new features.</li>
<li>Get sign off from the client while still in a test environment.</li>
</ul>
<p>I can then quite easily and efficiently role out these enhancements without fear of complication.</p>
<p>What is vital though is that search engines don&#8217;t crawl and index the test environments. This can be done quite easily from within the Magento Dashboard.</p>
<p>Navigate to <strong>Configuration</strong> -&gt; <strong>Design</strong> -&gt; <strong><span class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Link to the spec: (&lt;a href=&quot;http://www.w3.org/MarkUp/&quot;&gt;link&lt;/a&gt;)','caption', 'HyperText Markup Language' );"><abbr class="uttInitialism">HTML</abbr></span> Head</strong> and set the <strong>Default Robots</strong> option to &#8216;NOINDEX, NOFOLLOW&#8217;. This should add a &#8216;NOINDEX, NOFOLLOW&#8217; meta tag to your site.</p>]]></content:encoded>
			<wfw:commentRss>http://eminentstyle.com/2009/10/12/tips-hide-a-magento-test-site/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to: Magento Product Import</title>
		<link>http://eminentstyle.com/2009/08/21/how-to-magento-product-import/</link>
		<comments>http://eminentstyle.com/2009/08/21/how-to-magento-product-import/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 11:35:57 +0000</pubDate>
		<dc:creator>Bish</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[products]]></category>

		<guid isPermaLink="false">http://eminentstyle.com/?p=14126</guid>
		<description><![CDATA[Applies to 1.3.2.3 I have recently been importing a customers products into Magento with varying success. Hopefully this post will point you in the right direction to avoid many of the pitfalls I have discovered. I have found that the best way to import your products into Magento is to manually create a single product [...]]]></description>
			<content:encoded><![CDATA[<p><em>Applies to 1.3.2.3</em></p>
<p>I have recently been importing a customers products into <a href="http://www.magentocommerce.com/">Magento</a> with varying success. Hopefully this post will point you in the right direction to avoid many of the pitfalls I have discovered.</p>
<p>I have found that the best way to import your products into Magento is to manually create a single product in each category, export the csv file of products, edit the CSV for the new products and then import again.</p>
<h3>Export</h3>
<ol>
<li>From the Admin Panel. &#8216;System&#8217; -&gt; &#8216;Import / Export&#8217; -&gt; &#8216;Profiles&#8217;.</li>
<li>Select &#8216;Export All Products&#8217;</li>
<li>Click &#8216;Run Profile&#8217; from the left hand navigation</li>
<li>Click the button &#8216;Run Profile in Pop Up&#8217;</li>
<li>Download the export from your &#8216;\var\export\&#8217; directory.</li>
</ol>
<h3>Import</h3>
<ol>
<li>After editing and inserting your products, save the file as something like &#8216;Import Products.csv</li>
<li>From the Admin Panel. &#8216;System&#8217; -&gt; &#8216;Import / Export&#8217; -&gt; &#8216;Profiles&#8217;.</li>
<li>Click &#8216;Import All Products&#8217;</li>
<li>Click &#8216;Upload File&#8217; from the left hand navigation</li>
<li>Click &#8216;Browse&#8217;, select the file and then click &#8216;Save and Continue Edit&#8217;</li>
<li>Select &#8216;Run Profile&#8217; from the left hand navigation and select the uploaded csv file from the select box. It will have been renamed.</li>
<li>Click the button &#8216;Run Profile in Pop Up&#8217;</li>
<li>Take note of any products that are skipped.</li>
</ol>
<h3>Notes</h3>
<ul>
<li>If you have recently upgraded Magento, some of the field titles and values may have changed. For example, make sure the &#8216;store&#8217;, &#8216;website&#8217; and &#8216;type&#8217; fields are lower case.</li>
<li>Some fields are mandatory like &#8216;SKU&#8217; and &#8216;weight&#8217;</li>
<li>&#8216;tax_class_id&#8217; and &#8216;visability&#8217; fields are now uppercase</li>
<li>Regarding images, even if you have the same image for the main image, small image and thumbnail, Magento appears to need different values in here. e.g. productimage1.jpg, productimage1-sm.jpg and productimage1-th.jpg</li>
</ul>
<p>Hopefully this will clear up some of the issues with importing large quatities of products into Magento.</p>
<p>I am happy to offer this import service if requried on your install of Magento. Please <a href="http://eminentstyle.com/contact/">contact</a> me for a quote.</p>]]></content:encoded>
			<wfw:commentRss>http://eminentstyle.com/2009/08/21/how-to-magento-product-import/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Handy Video based Tutorials on WordPress.tv</title>
		<link>http://eminentstyle.com/2009/02/12/handy-video-based-tutorials-on-wordpresstv/</link>
		<comments>http://eminentstyle.com/2009/02/12/handy-video-based-tutorials-on-wordpresstv/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 15:37:17 +0000</pubDate>
		<dc:creator>Bish</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress.tv]]></category>

		<guid isPermaLink="false">http://eminentstyle.com/?p=14067</guid>
		<description><![CDATA[For those that aren&#8217;t aware, Automattic have created an excellent reference site for WordPress users with howto videos covering a wide range of subjects and tasks. WordPress.tv is Your Visual Resource for All Things WordPress WordPress.tv is an excellent site and since virtually all the non e-commerce sites I create now are WordPress based, this [...]]]></description>
			<content:encoded><![CDATA[<p>For those that aren&#8217;t aware, <a href="http://automattic.com/">Automattic</a> have created an excellent reference site for WordPress users with howto videos covering a wide range of subjects and tasks.</p>
<blockquote><p>WordPress.tv is Your Visual Resource for All Things WordPress</p></blockquote>
<p><a href="http://Wordpress.tv">WordPress.tv</a> is an excellent site and since virtually all the non e-commerce sites I create now are WordPress based, this will become very handy.</p>
<p>Here are a couple of the most common things I get asked about.</p>
<h2>Creating New Posts</h2>
<p><object width="560" height="314" data="http://v.wordpress.com/a81PKPUD" type="application/x-shockwave-flash"><param name="src" value="http://v.wordpress.com/a81PKPUD" /></object></p>
<h2>Adding New Pages</h2>
<p><object width="560" height="314" data="http://v.wordpress.com/j4FP08Xs" type="application/x-shockwave-flash"><param name="src" value="http://v.wordpress.com/j4FP08Xs" /></object></p>]]></content:encoded>
			<wfw:commentRss>http://eminentstyle.com/2009/02/12/handy-video-based-tutorials-on-wordpresstv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop Tip: Set Print Design Work to CMYK</title>
		<link>http://eminentstyle.com/2009/02/11/photoshop-tip-set-print-design-work-to-cmyk/</link>
		<comments>http://eminentstyle.com/2009/02/11/photoshop-tip-set-print-design-work-to-cmyk/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 13:34:21 +0000</pubDate>
		<dc:creator>Bish</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[business cards]]></category>
		<category><![CDATA[cmyk]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[print]]></category>

		<guid isPermaLink="false">http://eminentstyle.com/?p=14065</guid>
		<description><![CDATA[Applies to Windows XP / Vista. Just a quick tip. I have just designed my new business cards and needed to ensure that the artwork was correctly set to the CMYK colour space needed by my printers. There are two areas you need to check, ideally before you complete your work else there is probably [...]]]></description>
			<content:encoded><![CDATA[<p>Applies to Windows XP / Vista.</p>
<p>Just a quick tip. I have just designed my new business cards and needed to ensure that the artwork was correctly set to the CMYK colour space needed by my printers.</p>
<p>There are two areas you need to check, ideally before you complete your work else there is probably gonna be some colour correction required.</p>
<ol>
<li>&#8216;Edit&#8217; -&gt; &#8216;Color Settings&#8217; and ensure your working spaces and color management settings are setup correctly. If you are not sure about this, contact your printers.</li>
<li>&#8216;Image&#8217; -&gt; &#8216;Mode&#8217; -&gt;&#8217;CMYK Color&#8217;.</li>
</ol>
<p>Easy eh?</p>]]></content:encoded>
			<wfw:commentRss>http://eminentstyle.com/2009/02/11/photoshop-tip-set-print-design-work-to-cmyk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Fix Windows Vista Help (Dreamweaver 8)</title>
		<link>http://eminentstyle.com/2007/07/14/how-to-fix-windows-vista-help-dreamweaver-8/</link>
		<comments>http://eminentstyle.com/2007/07/14/how-to-fix-windows-vista-help-dreamweaver-8/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 17:08:22 +0000</pubDate>
		<dc:creator>Bish</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[broken]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.eminentstyle.com/news/?p=16</guid>
		<description><![CDATA[Applies to: Dreamweaver 8 and Windows Vista (possibly other xml editors / versions of Dreamweaver). A short while after installing Vista I discovered the operating system help section was broken. I was getting the following message: Internet Explorer cannot download / from windows. I assumed this was due to me being an early adopter and [...]]]></description>
			<content:encoded><![CDATA[<p><em>Applies to: Dreamweaver 8 and Windows Vista (possibly other <a href="http://www.w3.org/XML/" class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'eXtensible Markup Language' );"><abbr class="uttInitialism">xml</abbr></a> editors / versions of Dreamweaver).</em><br />
A short while after installing Vista I discovered the operating system help section was broken. I was getting the following message:</p>
<blockquote><p>Internet Explorer cannot download / from windows.</p></blockquote>
<p>I assumed this was due to me being an early adopter and a Microsoft would release a fix through Windows Update.</p>
<p>It turns out I was wrong and in fact it was Dreamweaver 8 that I installed and this caused the problem. By default Dreamweaver 8 associates itself as the default editor of <a href="http://www.w3.org/XML/" class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'eXtensible Markup Language' );"><abbr class="uttInitialism">xml</abbr></a> files and this in turn causes some sort of conflict with the help system. Dreamweaver 8 was release some time before Vista though so I don&#8217;t expect this problem with the latest release, Dreamweaver CS3.<br />
To fix this issue, Adobe have released a registry fix which is incredibly easy to use. Download the file from<a href="http://www.adobe.com/support/dreamweaver/ts/documents/kb400789/dw8_fix_help_and_support.zip"> here</a> and extract the files, then run the enclosed file (<strong class="uiterm">DW8_Fix_Help_and Support.reg)</strong> to fix. You will need administrator rights to perform this action.</p>]]></content:encoded>
			<wfw:commentRss>http://eminentstyle.com/2007/07/14/how-to-fix-windows-vista-help-dreamweaver-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Backup and Restore Photoshop CS2 Settings and Workspaces</title>
		<link>http://eminentstyle.com/2007/02/11/how-to-backup-and-restore-photoshop-cs2-settings-and-workspaces/</link>
		<comments>http://eminentstyle.com/2007/02/11/how-to-backup-and-restore-photoshop-cs2-settings-and-workspaces/#comments</comments>
		<pubDate>Sun, 11 Feb 2007 10:56:05 +0000</pubDate>
		<dc:creator>Bish</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[cs2]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[workspace]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.eminentstyle.com/news/?p=15</guid>
		<description><![CDATA[Fairly regularly, it seems recently, I have had to backup and restore my settings for Adobe Photoshop CS2. This isn&#8217;t the most straightforward process but is relatively painless if you know where to look. This process can be followed for most of Adobe&#8217;s apps but in this example we will backup and restore Photoshop CS2. [...]]]></description>
			<content:encoded><![CDATA[<p>Fairly regularly, it seems recently, I have had to backup and restore my settings for Adobe Photoshop CS2. This isn&#8217;t the most straightforward process but is relatively painless if you know where to look. This process can be followed for most of Adobe&#8217;s apps but in this example we will backup and restore Photoshop CS2.</p>
<p>This &#8216;how to&#8217; applies to Vista/XP.</p>
<p><strong>Backup </strong></p>
<ol type="1">
<li class="MsoNormal">Exit Photoshop CS2.</li>
<li class="MsoNormal">Ensure that you can see      hidden files and folders.
<ul type="circle">
<li class="MsoNormal">XP/Vista: From       &#8216;folder options&#8217; and the &#8216;View&#8217; tab, select the radio button &#8216;Show hidden       files and folders&#8217;.</li>
</ul>
</li>
<li class="MsoNormal">Locate your settings      folder.
<ul type="circle">
<li class="MsoNormal">Vista:       Users\<em>user name</em>\Appdata\Roaming\Adobe\Photoshop\9.0\Adobe       Photoshop CS2 Settings</li>
<li class="MsoNormal">XP: Documents and       Settings\user name\Application Data\Adobe\Photoshop\9.0\Adobe Photoshop       CS2</li>
</ul>
</li>
<li class="MsoNormal">Copy this folder and      archive securely.</li>
</ol>
<p><strong>Restore</strong></p>
<ol type="1">
<li class="MsoNormal">Exit Photoshop CS2.</li>
<li class="MsoNormal">Locate the Photoshop CS2      settings folder in the same way as instructed above.</li>
<li class="MsoNormal">Rename the folder to      &#8216;Settings Old&#8217;.</li>
<li class="MsoNormal">Copy the archived folder      back to &#8217;9.0&#8242; folder.</li>
<li class="MsoNormal">Restart Photoshop CS2.</li>
<li class="MsoNormal">When you are satisfied that      you have all your settings and Photoshop is working correctly then delete      the &#8216;Settings Old&#8217; folder.</li>
</ol>
<p>Always backup before making changes to files and folders on your system.</p>]]></content:encoded>
			<wfw:commentRss>http://eminentstyle.com/2007/02/11/how-to-backup-and-restore-photoshop-cs2-settings-and-workspaces/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

