<?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>Image Creation Website Design Yorkshire</title>
	<atom:link href="http://www.imagecreation.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imagecreation.co.uk</link>
	<description>Yorkshire Website Design Internet Marketing You Can Rely On</description>
	<lastBuildDate>Thu, 17 May 2012 10:05:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to Limit Archive Links</title>
		<link>http://www.imagecreation.co.uk/2959/how-to-limit-archive-links-in-widget/</link>
		<comments>http://www.imagecreation.co.uk/2959/how-to-limit-archive-links-in-widget/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 16:15:35 +0000</pubDate>
		<dc:creator>SteveHey</dc:creator>
				<category><![CDATA[Web Design Hints & Tips]]></category>
		<category><![CDATA[WordPress Help & Advice]]></category>

		<guid isPermaLink="false">http://www.imagecreation.co.uk/?p=2959</guid>
		<description><![CDATA[Fed up with your WordPress Archive Widget getting longer and longer, with no way to limit the output? Well now you have an answer. We have been asked on many occassions how the WordPress Archive Widget could be limited to output just a few lines, so we decided to upload the solution here. Follow our Simple 4 Step [...]]]></description>
			<content:encoded><![CDATA[<table style="margin-top: 10px;" width="700" border="0" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td align="left" valign="top">
<table width="100%" border="0" cellspacing="0">
<tbody>
<tr>
<td width="37%"><img style="padding-right: 10px;" src="http://www.imagecreation.co.uk/images/Limit-Archives-Widget.jpg" alt="Wordpress Limit Archive Widget" width="250" height="184" /></td>
<td valign="top" width="63%">Fed up with your <strong>WordPress Archive Widget </strong>getting longer and longer, with no way to limit the output? Well now you have an answer.</p>
<p>We have been asked on many occassions how the WordPress Archive Widget could be limited to output just a few lines, so we decided to upload the solution here.</p>
<p>Follow our <strong>Simple 4 Step Process</strong> below and you will stop the Archive Widget from taking over your pages, due to so many past posts.</td>
</tr>
</tbody>
</table>
<h2 class="page-title">Step 1 &#8211; Find the File to Update.</h2>
<p>First you need to find the file responsible for limiting your Archive Widget, <strong>navigate through your WordPress site or Blog files to the &#8216;/wp-includes&#8217; folder</strong> and then open the &#8216;<strong>default-widgets.php&#8217;</strong> file from within this folder.</p>
<h2 class="page-title">Step 2 &#8211; Locate the Line of Code Requiring Change.</h2>
<p>Once you have the file &#8216;<strong>default-widgets.php&#8217;</strong> open you will need to find the line of code listed below, you should find this <strong>around line 239</strong> of your existing WordPress or Blog code:-<br />
<code>&lt;?php wp_get_archives(apply_filters(‘widget_archives_args’, array(‘type’ =&gt; ‘monthly’, ‘show_post_count’ =&gt; $c))); ?&gt;<br />
</code></p>
<h2 class="page-title">Step 3 &#8211; Change The Code to Now Limit Output.</h2>
<p>Once you have located the line of code, as above, you now need to change the line of code to the below:-</p>
<p><code> &lt;?php wp_get_archives(apply_filters(‘widget_archives_args’, array(‘type’ =&gt; ‘monthly’, ‘show_post_count’ =&gt; $c, ‘limit’ =&gt; 5))); ?&gt;</code></p>
<p>You will notice <strong>a new variable &#8216;limit&#8217; =&gt; 5</strong> has been added to signify how many archive posts you want to display, <strong>change this &#8217;5&#8242; to whatever number you require</strong> your posts limiting to and save the file.</p>
<h2 class="page-title">Step 4 &#8211; Upload Your Changes.</h2>
<p>The final stage is to upload your changed file <strong>&#8220;default-widgets.php&#8221;</strong> back to your Website or Blog Server so that the changes can take effect.</p>
<h2 class="page-title">You are now done limiting your WordPress Archive Widget.</h2>
<p>On viewing your Website or Blog you should now <strong>notice that WordPress has Limited the Archive Post Links</strong> to the number that you selected above.</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.imagecreation.co.uk/2959/how-to-limit-archive-links-in-widget/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>eShop Not Processing Orders</title>
		<link>http://www.imagecreation.co.uk/2864/eshop-paypal-not-processing-orders/</link>
		<comments>http://www.imagecreation.co.uk/2864/eshop-paypal-not-processing-orders/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 22:51:42 +0000</pubDate>
		<dc:creator>SteveHey</dc:creator>
				<category><![CDATA[Web Design Hints & Tips]]></category>
		<category><![CDATA[ehop plugin]]></category>
		<category><![CDATA[eshop]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[website design]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.imagecreation.co.uk/?p=2864</guid>
		<description><![CDATA[Hard day yesterday trying to get the eShop WordPress plug-in working properly on one of our client websites, followed all the set up instructions exactly as described, been caught out before trying to cut corners so always work to the correct settings &#38; recommendations to start nowadays. On completing the set up as per instructions [...]]]></description>
			<content:encoded><![CDATA[<p>Hard day yesterday trying to get the eShop WordPress plug-in working properly on one of our client websites, followed all the set up instructions exactly as described, been caught out before trying to cut corners so always work to the correct settings &amp; recommendations to start nowadays.</p>
<p>On completing the set up as per instructions whatever we did the eShop Checkout would just not return and processes the download orders after returning successful from the PayPal checkout. After hours &amp; hours of pulling out our hair, searching Google for the solution just got us nowhere, everything pointed to our current set up being correct, however it still didn&#8217;t work.</p>
<p>The problem we experienced was that once the order had been processed by PayPal and the user returned to our Website no order emails were sent out to either the Website Admin or the User, the completed and paid for order would just sit in our WordPress &amp; eShop Admin as still processing.</p>
<p>So we decided to go against the grain and tweak our settings against the online advice given, after a few tweaks the problem was sorted and everything fired into action, if you are experiencing the same or similar problems to us above we recommend trying the below to see if your problems are rectified.</p>
<p style="text-align: center;"><span style="color: #ff0000;"><strong>Before starting out on any alterations or setting changes to your Website<br /> please make sure you back up your Website Files and Your MySQL Database.</strong></span></p>
<ol>
<li>First off double check all your eShop WordPress Plug-In Settings &amp; PayPal setting are correct as per the set up and guide.<a title="eShop WordPress Plugin" href="http://quirm.net/wiki/eshop/" target="_blank"> eShop Setup Documents</a>.</li>
<li>Navigate through the checkout progress with test order on the live shop, when you reach the final confirmation page before being redirected to PayPal right click the page and select the view page source option.</li>
<li>You will need to search through your source code to find the following line:-<br /> <code>&lt;input type="hidden" name="notify_url" value="<span style="color: #ff0000;">http://www.YourDomain.co.uk/shopping-cart/thank-you/?eshopaction=paypalipn</span>"&gt;<br /> </code>The easiest way to do this is use the top menu<strong> Edit | Find</strong> and enter “notify_url” in the search box, hit next or enter and you should be taken the line of code needed. Make a note of the highlighted URL above obviously replacing www.YourDomain.co.uk with your own Website address taken from your own page source, you will need this URL later to add into your PayPal account, remember you should have a business PayPal account for this Plug-In to work correctly.</li>
<li>Next login to your PayPal account and navigate to <strong>Profile | My Selling Preferences</strong>.</li>
<li>Scroll down to location for<strong> Instant Payment Notification (IPN)</strong> and click the link to update your settings.</li>
<li>Set the notification URL to the URL you located in source code and made a note of above &amp;<strong> select the Receive IPN messages (Enabled) radio button</strong>, save your settings.</li>
<li>Navigate back to <strong>Profile | My Selling Preferences</strong>, now look for the <strong>Website Preferences Section</strong> and select the update settings link.</li>
<li><strong>Turn On Auto Return for Website Payments</strong> and again enter the URL as copied and noted above in to the Return URL text box area.</li>
<li>The other settings on this page should already be set as these are recommended by the <a title="eShop WordPress Plug-In" href="http://quirm.net/wiki/eshop/" target="_blank">eShop Plug-In Set Up Guide</a> and you should have checked the recommended settings in Step One.</li>
<li><strong>Save All of Your New PayPal Settings</strong> and then run a test order through your live Website, you should now be sent all the relevant order emails and the end user placing the order should also have received thier order email with any download links etc&#8230; The order should also now be sitting in the active section of your eShop admin and the transaction ID logged as sent from PayPal etc&#8230;</li>
</ol>
<p>We really hope that this helps you solve problems with Your eShop &amp; WordPress Installs when you run into problems processing payments using PayPal, let us know how you get on below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagecreation.co.uk/2864/eshop-paypal-not-processing-orders/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Animated Charts for WordPress</title>
		<link>http://www.imagecreation.co.uk/2644/interactive-charts-for-wordpress/</link>
		<comments>http://www.imagecreation.co.uk/2644/interactive-charts-for-wordpress/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 12:51:29 +0000</pubDate>
		<dc:creator>SteveHey</dc:creator>
				<category><![CDATA[Web Design Hints & Tips]]></category>
		<category><![CDATA[Charts]]></category>
		<category><![CDATA[dymanic charts]]></category>
		<category><![CDATA[Fusion Charts]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[website design]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.imagecreation.co.uk/?p=2644</guid>
		<description><![CDATA[Completely FREE and Open-Source charting component for your WordPress Website&#8217;s, create animated Flash charts that give your WordPress installs the wow factor. This Free version should cover all your basic charting needs with 22 popular charts, Column, Line, Pie, Bar, Area, Stacked, Candlestick &#38; Funnel charts, these are compatible across all browsers. FusionCharts Free pull [...]]]></description>
			<content:encoded><![CDATA[<table width="700" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="left">
<p>Completely FREE and Open-Source charting component for your WordPress Website&#8217;s, create animated Flash charts that give your WordPress installs the wow factor. This Free version should cover all your basic charting needs with 22 popular charts, Column, Line, Pie, Bar, Area, Stacked, Candlestick &amp; Funnel charts, these are compatible across all browsers. FusionCharts Free  pull the data from XML files or you can  integrate them with any MySQL Database with a little PHP &amp; MySQL know how.</p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left"><strong>Example Chart Using  Sample Data &amp; 3D Column Chart.</strong></td>
</tr>
<tr>
<td align="center">
<div id="chartdiv" align="center" style="height:290px">
     </div>
<p>      <script language="JavaScript" src="http://www.imagecreation.co.uk/FusionCharts/JSClass/FusionCharts.js"></script><br />
	  <script type="text/javascript">
		   var chart = new FusionCharts("http://www.imagecreation.co.uk/FusionCharts/Charts/FCF_Column3D.swf", "ChartId", "600", "350");
		   chart.setDataURL("http://www.imagecreation.co.uk/FusionCharts/Gallery/Data/Column3D.xml");		   
		   chart.render("chartdiv");
		</script></td>
</tr>
</table>
<p><strong>Step One: </strong> <strong>Go Download the FusionCharts Free Package Here.</strong><br />
      <a href="http://www.fusioncharts.com/free/download/" title="Fusion Charts Free Download" target="_blank">http://www.fusioncharts.com/free/download/ </a></p>
<p><strong>Step Two: Extract The Downloaded Zip Archive Onto Your Desktop</strong>. <br />
      Extract the files form the Zip Archive  leaving the folder names the same,  this will make it easier to follow the next steps.</p>
<p><strong>Step Three: Upload the Fusion Chart Files  to Your Website Server</strong>.<br />
        You know need to upload the extracted files to the<br />
Root of your Website, hopefully you already know about FTP, as this is by far the easiest method, if not please consult your hosting provider to find out how to upload these files to your Website Server Root. The Root Folder is just the folder that contains your full Website files and your index file.</p>
<p>After uploading you can check to see if everything is OK by pointing your browser at http://yourdomain.com/FusionChartsFree/  you should see the <a href="http://www.fusioncharts.com/docs/" target="_blank">Fusion Charts Documentation</a> appear proving that everything so far has gone to plan. We recommend making a note of the main folders needed for your installation to work, if you have kept everything named the same as recommended above, the folders will be:- </p>
<p>  <strong>Charts -</strong> http://yourdomain.com/FusionChartsFree/Charts/<br />
  <strong>Sample Data Files -</strong> http://yourdomain.com/FusionChartsFree/Gallery/Data/<br />
  <strong>The Main JavaScript File -</strong> http://yourdomain.com/FusionChartsFree/JSClass/</p>
<p><strong>Step Four: Create Your Own Data Folder.</strong><br />
      You now need to create a data folder for your FusionCharts data files to be stored, create a new folder in the root of your Website and name this folder &quot;FusionChartsData&quot;, this is where you&#8217;ll store your later project data files so that they are easy to find.</p>
<p>You  now have everything ready to get your new FusionCharts up and running on your WordPress Website.</p>
<p><strong>Step Five: Create a New WordPress Blog Post or Page</strong>.<br />
      Login into your WordPress Administration Area and create a new post or page, then go to the HTML mode of the WYSIWYG editor, this is on top of were you normally write your posts etc&#8230;.</p>
<p><strong>Step Six: Copy &amp; Paste or Type The Following Code-Block into Your New Post:-</strong></p>
<p>     <code>&lt;div id=&quot;chartdiv&quot; align=&quot;center&quot;&gt;&lt;/div&gt;<br />
        &lt;script language=&quot;JavaScript&quot; src=&quot;<span style="color: #000">http://<span style="color: #F00">www.YourDomain.com<span style="color: #000">/</span></span>FusionChartsFree/JSClass/FusionCharts.js</span>&quot;&gt;&lt;/script&gt;<br />
  &lt;script type=&quot;text/javascript&quot;&gt;<br />
        var chart = new FusionCharts(&quot;<span style="color: #000">http://<span style="color: #F00">www.YourDomain.com</span>/FusionChartsFree/Charts/FCF_Column3D.swf</span>&quot;, &quot;ChartId&quot;, &quot;600&quot;, &quot;350&quot;);<br />
        chart.setDataURL(&quot;<span style="color: #000">http://<span style="color: #F00">www.YourDomain.com</span>/FusionChartsFree/Gallery/Data/Column3D.xml</span>&quot;); <br />
        chart.render(&quot;chartdiv&quot;);<br />
  &lt;/script&gt;</code></p>
<p><strong>Step Seven: Set Up the Codes to Make Things Work.</strong><br />
  After pasting the code into your post you will need to change the parts marked in <span style="color: #F00">Red</span> to your own Domain Name and then publish your post and preview your results, you should see a copy of the chart as shown above.</p>
<p><strong>Step Eight: Now Create Charts from Your Own Data.</strong>      <br />
        We recommend looking at the sample XML files stored in the sample directory of your extracted archive, FusionChartsFree/Gallery/Data/ you will then learn how the XML files are put together, you can then change the data contained in the samples as needed for your own projects thus creating you own unique charts.</p>
<p><strong>Step Nine: Alter the Code Above to Point to  New Charts and Data.</strong><br />After playing with the sample data files and you have created your own custom version, upload the new file to the Folder created earlier &quot;FusionChartsData&quot;, then alter the following line of code to include your new data file:-      <code>chart.setDataURL(&quot;<span style="color: #000">http://<span style="color: #F00">www.YourDomain.com</span>/FusionChartsFree/Gallery/Data/</span><span style="color: #F00">YourDataFile.xml</span>&quot;); </code>If you wish to change your FusionChart type just change the following line of code and point it to a new chart listed in your charts directory as detailed above:-<br /><code>var chart = new FusionCharts(&quot;<span style="color: #000">http://<span style="color: #F00">www.YourDomain.com</span>/FusionChartsFree/Charts/<span style="color: #F00">FCF_Line.swf</span></span>&quot;, &quot;ChartId&quot;, &quot;600&quot;, &quot;350&quot;);</code><br />
     </p>
<p><strong>Important Note:       </strong>the WordPress WYSIWYG Editor may cause your code to not function correctly, symbols often get converted to HTML code, for example &quot;&lt;&quot; becomes &quot;&amp;lt;&quot;. To solve any issues preview your new post in your browser and  use the Browsers  &quot;View Source&quot; to make sure that the code is exactly the same as  entered when you included it in your post, make any necessary changes and try again. If you still have issues, you might  try installing the  <a href="http://wordpress.org/extend/plugins/raw-html/" title="Fusion Charts Free Download" target="_blank">Raw HTML WordPress Plugin</a> and put your FusionChart codes within the [raw]&#8230;[/raw] tag.</p>
</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.imagecreation.co.uk/2644/interactive-charts-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FTP (File Transfer Protocol)</title>
		<link>http://www.imagecreation.co.uk/2711/ftp-file-transfer-protocol/</link>
		<comments>http://www.imagecreation.co.uk/2711/ftp-file-transfer-protocol/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 21:29:26 +0000</pubDate>
		<dc:creator>SteveHey</dc:creator>
				<category><![CDATA[Web Design Hints & Tips]]></category>
		<category><![CDATA[Web Hosting Hints & Tips]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[filezilla]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[ftp client]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[website hosting]]></category>

		<guid isPermaLink="false">http://www.imagecreation.co.uk/?p=2711</guid>
		<description><![CDATA[What is FTP (File Transfer Protocol)? FTP (File Transfer Protocol)  is the simplest and most secure way to exchange files over the Internet. FTP is most commonly used to upload and download files from your website hosting space. The ability to transfer files back-and-forth makes FTP an essential process for anyone creating a website, this [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is FTP (File Transfer Protocol)?</strong></p>
<p>FTP (File Transfer Protocol)  is the simplest and most secure way to exchange files over the Internet. FTP is most commonly used to upload and download files from your website hosting space. The ability to transfer files back-and-forth makes FTP an essential process for anyone creating a website, this process is normal controlled by settings in your website design software or via an FTP Client.</p>
<p>An FTP client is a piece of software designed to transfer files between two computers over the Internet, in this case connecting your computer to our ImageCreation.co.uk hosting servers. Popular FTP clients are Filezilla, SmartFTP, FTP Explorer, Core FTP &amp; the more professional and paid for CuteFTP.</p>
<p><strong>We Recommend Using Filezilla to Get Started as it&#8217;s FREE &amp; Easy To Use</strong>. <a title="FileZilla FTP Client Software" href="http://filezilla-project.org/download.php?type=client" target="_blank">Click Here to Download Now</a>.</p>
<p>We will assume that you are OK with downloading and installing software,  if not <a title="FileZilla Download and Installation Guide" href="http://wiki.filezilla-project.org/Client_Installation" target="_blank">Click Here for Installation Guide</a>.</p>
<p>The FileZilla FTP Client is a classic two-pane design. The pane on the left displays the files on your computer and the pane on the right displays the files on the remote computer see below:-</p>
<p><strong><img class="size-medium wp-image-2906 alignleft" title="Annotated FilleZilla FTP Client Main Window" src="http://www.imagecreation.co.uk/wp-content/uploads/2011/10/Annotated_FilleZilla_Window-300x189.png" alt="Annotated FilleZilla FTP Client Main Window" width="300" height="189" /> The Main Parts of the FileZilla FTP Main Window.</strong></p>
<p>1/ Main Software Toolbar<br />
2/ Quick Connect to Server Bar<br />
3/ FTP Message Log Area<br />
4/ Local Computer Pane, Folders &amp; Files<br />
5/ Remote Computer Pane, Folders &amp; Files<br />
6/ The File Transfer Queue.<br />
<strong></strong></p>
<p><strong><br />
How to Connect to Your Your Server Using FileZilla FTP.</strong></p>
<p>Once the FileZilla FTP client is installed your next step is to connect to your server ready for the transfer of files &amp; data between Local &amp; Remote computers. You should have been supplied with an FTP Hostname/FTP Server Name/IP Address, Username and Password when you signed up for your Website Hosting Account, these are normally contained in your Hosting Account Welcome Emails.</p>
<p>Below we have used some fictional login data &#8211; please use your own data instead if you want to actively follow this tutorial and transfer a few files so that you get used to using FTP.</p>
<p><code><strong> Hostname</strong>: <span style="color: #ff0000;">example.org</span> <strong>Username</strong>: <span style="color: #ff0000;">john</span> <strong>Password</strong>: <span style="color: #ff0000;">7PjU#.J3</span></code></p>
<p>To get you started we will use the (<strong>2/ Quick Connect to Server Bar)</strong> for establishing your first connection:</p>
<p><img class="alignnone size-full wp-image-2924" title="FileZilla Quick Connect Toolbar" src="http://www.imagecreation.co.uk/wp-content/uploads/2011/10/FileZilla-Quick-Connect-Toolbar.png" alt="FileZilla Quick Connect Toolbar" width="677" height="30" /></p>
<p>Enter Your FTP Hostname/FTP Server Name/IP Address into the Quick Connect Bars <strong>Host:</strong> field, your supplied username into the <strong>Username</strong>: field as well as the password into the <strong>Password:</strong> field. You may leave the <strong>Port</strong><em>:</em> field empty unless your login information specifies a certain port to use. Now to get connected click on the <strong>Quickconnect button</strong>.</p>
<p><strong>Please Note:</strong> If your hosting  login information specifies a protocol like <strong>SFTP</strong> or <strong>FTPS</strong>, enter the FTP Hostname/FTP Server Name/IP Address as follows: <strong><tt>sftp://hostname</tt> or <tt>ftps://hostname</tt></strong> respectively.</p>
<p>Your FileZilla FTP Client will now try to connect to your remote hosting server. If a successful connection is made, you will notice that the right &#8220;column&#8221;<strong> (5/ Remote Computer Pane, Folders &amp; Files)</strong> switched from <strong>Not connected</strong><em> to </em>to displaying a list of your remote files and directories.</p>
<p><strong>Uploading Files to Your Remote Server.</strong></p>
<p>The first stage in any uploading process is to locate the files that you wish to upload &#8211; in the local pane<strong> (4/ Local Computer Pane)</strong>, You will see a listing of Folders &amp; Files &#8211; locate the directory containing the files you wish to upload (e.g. folder to upload from: <strong>example.org</strong> the folder &amp; files <strong><tt>index.html</tt></strong> and <tt><strong>images</strong>/</tt>).</p>
<p>Next step is to navigate to the desired target directory on the remote server using the server pane&#8217;s file listings <strong> (5/ Remote Computer Pane, Folders &amp; Files)</strong></p>
<p>To upload your local data to your remote server, select the respective files/directories and drag them from the<strong> (4/ Local Computer Pane, Folders &amp; Files)</strong>, to the <strong>(5/ Remote Computer Pane, Folders &amp; Files)</strong>. After dragging the folders &amp; files you will notice that the files have been added to the<strong> (6/ The File Transfer Queue.)</strong> at the bottom of the main window and soon thereafter get removed again &#8211; since they were (hopefully, if nothing went wrong) just uploaded to your remote server.</p>
<p>The uploaded files &amp; directories should now be displayed <strong>(5/ Remote Computer Pane, Folders &amp; Files) </strong>on the right.</p>
<div>
<div>
<div>
<p style="text-align: center;"><img class="size-full wp-image-2925 aligncenter" title="FileZilla File Window &amp; Folder Lists" src="http://www.imagecreation.co.uk/wp-content/uploads/2011/10/FileZilla_File_Lists.png" alt="FileZilla File Window &amp; Folder Lists" width="545" height="297" /></p>
</div>
</div>
</div>
<p><strong>Note:</strong> If you don&#8217;t like using drag-and-drop, you can also R<strong>ight Click on Files/Directories</strong> (in the lower local pane) and S<strong>elect</strong> <strong>Upload</strong> to upload them &#8211; or <strong>simply double-click a file entry</strong> (this does not work for directories).</p>
<p><strong>Downloading Files From Your Remote Server.</strong></p>
<p>Downloading files, or complete directories from your remote server works essentially the same way as uploading &#8211; you just drag the files/directories from <strong>(5/ Remote Computer Pane, Folders &amp; Files) </strong> to <strong> (4/ Local Computer Pane, Folders &amp; Files) </strong>this time, instead of the other way round.</p>
<p><strong>Please Note:</strong> for your security and to stop you from accidentally overwriting a file or folder during uploading or download, the FileZilla FTP Client will by default display a dialog box asking you what you want to do<strong> (overwrite, rename, skip&#8230;)</strong>.</p>
<p><strong>Our Conclusion &amp; Your Next Steps With FTP.</strong></p>
<p>FileZilla FTP Client is a great piece of software and <strong>best of all it&#8217;s FREE</strong>, the software will easily get you started in the world of FTP, transfer your files &amp; folders between local &amp; remote computers and allow to easily upload your website designs etc&#8230;..</p>
<p>Although this is only a getting started guide there is a lot more you can do with this software, when you are confident connecting to servers, uploading &amp; downloading  etc&#8230; and you wish to advance your understanding visit the main FileZilla website by<a title="FileZilla FTP Client" href="http://wiki.filezilla-project.org/Main_Page" target="_blank"> Clicking Here</a> for more advanced information.</p>
<p>Many thanks for reading our <strong>FileZilla Quick Start Guide</strong>, please let us know below how you get on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagecreation.co.uk/2711/ftp-file-transfer-protocol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image Creation Web 2.0 Launched</title>
		<link>http://www.imagecreation.co.uk/2650/new-image-creation-website-launched/</link>
		<comments>http://www.imagecreation.co.uk/2650/new-image-creation-website-launched/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 17:30:44 +0000</pubDate>
		<dc:creator>SteveHey</dc:creator>
				<category><![CDATA[IC Website News]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[website design]]></category>

		<guid isPermaLink="false">http://www.imagecreation.co.uk/?p=2650</guid>
		<description><![CDATA[Welcome to our new Website, loads of new interactive elements added and we have now been fully integrated into world of the Social Networking. As time progresses we will be adding some new and exciting services that will enable you and your organisations to succeed on-line, our new Mobile Website Service is currently in development and will be announced [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to our new Website, loads of new interactive elements added and we have now been fully integrated into world of the Social Networking.</p>
<p>As time progresses we will be adding some new and exciting services that will enable you and your organisations to succeed on-line, our new Mobile Website Service is currently in development and will be announced as soon as we are ready.</p>
<p>Lots going on here at Image Creation and we will be using our new Website &amp; Social Media Integration to keep you all informed on what is happening in the world of Web Design &amp; Internet Marketing.</p>
<p>Please take the time to have a look around and we are sure that you will find what you are looking for.</p>
<p>Many thanks to our clients for supporting us over the past years and we are looking forward to meeting new and exciting people as our client base grows.</p>
<p>Any problems please do not hesitate to contact a member of our Team</p>
<p>Steve Hey</p>
<p>Senior Web Design &amp; Development Manager.<br />
www.ImageCreation.co.uk<br />
&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagecreation.co.uk/2650/new-image-creation-website-launched/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  www.imagecreation.co.uk/feed/ ) in 2.37777 seconds, on May 18th, 2012 at 3:16 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 18th, 2012 at 4:16 am UTC -->
