<?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/"
	>

<channel>
	<title>Take More Risks</title>
	<atom:link href="http://www.takemorerisks.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.takemorerisks.com</link>
	<description>A Northern Irish Blogger on Web Development, Domaining and Site Flipping.</description>
	<pubDate>Thu, 08 Jan 2009 14:41:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Is Having Different Titles For Each Index Page On A Blog Good For SEO?</title>
		<link>http://www.takemorerisks.com/is-having-different-titles-for-each-index-page-on-a-blog-good-for-seo.html</link>
		<comments>http://www.takemorerisks.com/is-having-different-titles-for-each-index-page-on-a-blog-good-for-seo.html#comments</comments>
		<pubDate>Thu, 08 Jan 2009 14:39:48 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/takemore/public_html/wp-content/plugins/autometa.php</b> on line <b>300</b><br />

		<category><![CDATA[Blogging]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.takemorerisks.com/?p=477</guid>
		<description><![CDATA[OK let&#8217;s say that you have a blog that has a set title on the index page, for example &#8220;Buy Widgets Online. Great Widgets and Pink Widgets For Sale&#8221;. Your blog subsequently ranks well for &#8220;Buy Widgets Online&#8221; and &#8220;Pink Widgets For Sale&#8221; but you later encounter other keyphrases that you would like to rank [...]]]></description>
			<content:encoded><![CDATA[<p>OK let&#8217;s say that you have a blog that has a set title on the index page, for example &#8220;Buy Widgets Online. Great Widgets and Pink Widgets For Sale&#8221;. Your blog subsequently ranks well for &#8220;Buy Widgets Online&#8221; and &#8220;Pink Widgets For Sale&#8221; but you later encounter other keyphrases that you would like to rank for.</p>
<p>One option is to stuff the title with all of these key phrases. This will make the title appear messy and will devalue the weight that the other keywords in the title holds.</p>
<p>The other option is to change the titles of the next index page to target the desired keywords. By this I mean pages <a href="http://www.takemorerisks.com/pages/2/">like http://www.takemorerisks.com/pages/2/</a> which show older posts from my blog.</p>
<p>As an experiment I drafted up some rough code in PHP which I placed within the header.php file of another website and I then tested it out.</p>
<pre>$request = $_SERVER['REQUEST_URI'];
if($request == "/blog/" || $request == "/blog/page/1/") {
$title = "Buy Widgets Online. Great Widgets and Pink Widgets For Sale";
}
elseif(strstr($request, "page/2")) {
$title = "Free Widgets, Widgets For Adults, Widgets For Children";
}
elseif(strstr($request, "page/3")) {
$title = "Blue Widgets, Widgets That Bark, Invisible Widgets";
}
else {
$title = the_title('','', false);
}</pre>
<p>My question is, would this have any beneficial effect on SEO? We&#8217;re told repeatedly that key phrases placed within the title tag hold the greatest weight on a page, so surely we should at least rank for some of these keywords? What if we used a similar technique to automatically inject unique content onto these pages that was related to the keywords in the title?</p>
<p>Injecting a significant amount of content into these pages could help them bypass the most lenient of duplicate content filters but probably not Google. We could maybe combat this by limiting the number of posts that appear on each of the index pages but this could be overkill for such a potentially small reward.</p>
<p>It&#8217;s an interesting idea but one I haven&#8217;t much experience with yet. I&#8217;d appreciate your thoughts and or experiences with this!</p>
<p>Update : I&#8217;ve just found the <a href="http://www.netconcepts.com/seo-title-tag-plugin/">SEO Title Tag Wordpress plugin</a> which allows you to edit any of the titles on your blog, which might be useful for this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takemorerisks.com/is-having-different-titles-for-each-index-page-on-a-blog-good-for-seo.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Reflections on Shoemoney&#8217;s Seven Deadly Sins</title>
		<link>http://www.takemorerisks.com/reflections-on-shoemoneys-seven-deadly-sins.html</link>
		<comments>http://www.takemorerisks.com/reflections-on-shoemoneys-seven-deadly-sins.html#comments</comments>
		<pubDate>Wed, 07 Jan 2009 15:49:43 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/takemore/public_html/wp-content/plugins/autometa.php</b> on line <b>300</b><br />

		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Paid Posts]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.takemorerisks.com/?p=471</guid>
		<description><![CDATA[This post is in response to Shoemoney&#8217;s article about the Seven Deadly Sins For People Trying to Make Money Online. I stumbled across it yesterday and it really made me think, so I thought it&#8217;d be useful to write about my own sins and my thoughts about them.
I&#8217;d love to hear about your own responses [...]]]></description>
			<content:encoded><![CDATA[<p>This post is in response to <a href="http://www.shoemoney.com/2009/01/05/seven-deadly-sins-for-people-trying-to-make-money-online">Shoemoney&#8217;s article about the Seven Deadly Sins For People Trying to Make Money Online.</a> I stumbled across it yesterday and it really made me think, so I thought it&#8217;d be useful to write about my own sins and my thoughts about them.</p>
<p>I&#8217;d love to hear about your own responses to this too.</p>
<h2>Hope</h2>
<p>For me hope has lead to distraction in the past. I&#8217;ve become so excited about certain projects that I&#8217;ve lost focus entirely on them. Instead of writing any code I&#8217;ve been guilty of spending a lot of time simply planning and dreaming. Now there&#8217;s nothing wrong with planning if it serves to propel the project along. However my planning mainly revolved around how I planned to celebrate the success of the project, yet I&#8217;d barely written a line of code.</p>
<p>What the fuck? Talk about delusional!</p>
<p>Hope is meaningless unless you&#8217;re prepared to actualise the ideas you have. Ideas are delusions until they are realised or at the very least, mapped down on paper.</p>
<p>The biggest problem for me is that hope often casts the shadow of doubt when something fails. Instead of investigating WHY something didn&#8217;t work, I&#8217;d often just quit and return to scratching my balls and complaining about how retarded people are on reddit or digg for not upvoting my posts.</p>
<h2>Envy</h2>
<p>I&#8217;ve felt envious of other peoples success in the past which is ridiculous as the more time I spend focusing on other peoples success the less time I&#8217;ve spent working towards my own.</p>
<p>I&#8217;m now a firm believer that you should welcome success wherever you see it because by keeping such a positive mental attitude you&#8217;re more likely to attract success into your own life.</p>
<p>We&#8217;re all on our own individual paths, which is <a href="http://www.grandmasterb.com/i-wanna-be-a-john-chow-clone/">why trying to follow someone else is fucking stupid.</a> You&#8217;ve gotta make your own mistakes and fashion your own way in the world. Reading blogs and forum posts should count for 10% max in terms of progressing. The rest must come from your own experience and that comes from trying shit out. No matter how insignificant it may seem.</p>
<h2>Inconsistency / Laziness</h2>
<p>When I&#8217;m working on a site I tend to pause once I&#8217;ve created 3 or 4 pages and then survey my work. This is when I become distracted and I start checking stats etcetera, thus disturbing any creative flow I originally had.</p>
<p>In all honesty I just haven&#8217;t worked hard enough to deserve success so I can have no complaints in that area, especially recently where I haven&#8217;t being doing any online stuff at all.</p>
<p>Much of my inconsistency stems from self doubt. I&#8217;m constantly over analysing things and putting my ideas down before I&#8217;ve fully worked them through. It&#8217;s good to be critical to an extent, we all need to have our bullshit detectors tuned to 10 at times, but it can impede productivity too much.</p>
<p>There comes a time when you must switch the inner critic off and just regain some focus on what you&#8217;re aiming towards.</p>
<p>This is why it&#8217;s so crucial to have goals, because then you have something to aim towards and the pull of the inner critic weakens. I&#8217;m aiming to be free of my own inner critic soon so that I can realise my aims of moving into my own apartment by the end of the year.</p>
<p>The idea of still living at home with my parents at the age of 25 is terrifying, which is why I&#8217;ve started blogging here again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takemorerisks.com/reflections-on-shoemoneys-seven-deadly-sins.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>8 Ways To Protect Small Niche Wordpress Blogs From Dying And/Or Becoming Unsellable.</title>
		<link>http://www.takemorerisks.com/ways-to-protect-small-niche-wordpress-blogs-from-becoming-unsellable.html</link>
		<comments>http://www.takemorerisks.com/ways-to-protect-small-niche-wordpress-blogs-from-becoming-unsellable.html#comments</comments>
		<pubDate>Tue, 06 Jan 2009 14:20:16 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/takemore/public_html/wp-content/plugins/autometa.php</b> on line <b>300</b><br />

		<category><![CDATA[Blogging]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.takemorerisks.com/?p=458</guid>
		<description><![CDATA[We&#8217;ve all created blogs that we&#8217;ve left to drop in the past due to a possible variety of reasons. Maybe they weren&#8217;t getting enough hits. Maybe they were proving too hard to manage. Maybe they just plain sucked.
Here are a few tips that I&#8217;ve learnt the hard ways that should help you prolong the life [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve all created blogs that we&#8217;ve left to drop in the past due to a possible variety of reasons. Maybe they weren&#8217;t getting enough hits. Maybe they were proving too hard to manage. Maybe they<em> just plain sucked</em>.</p>
<p>Here are a few tips that I&#8217;ve learnt the hard ways that should help you prolong the life of your blog or even make it a success. If anyone has any additional ideas about this please leave them in the comments section.</p>
<ol>
<li>If you&#8217;re not entirely certain that you&#8217;ll update the blog anymore, then <a href="http://corymiller.com/advice-i-give-my-clients/removing-the-date-from-posts/">remove all traces of the date from your posts</a>. In Wordpress his may involve <a href="http://www.lancelhoff.com/wordpress-removing-post-date-from-permalinks/">altering your permalink structure so that it no longer includes the date in the URL</a>, as well as removing &lt;?php the_time(&#8217;M.d, Y&#8217;) ?&gt; from both the index, single post and category templates in Wordpress.</li>
<li>Enable Akismet immediately. I don&#8217;t know how many times I&#8217;ve created a small blog and within a few months I&#8217;ve had 1,000&#8217;s of spam comments to moderate. A bad situation is made worse when there are legitimate comments from your readers mixed in there too. The screenshot below is taken from a blog I created only 4-5 months ago.
<p><img class="alignnone" src="http://www.takemorerisks.com/manage_comments.gif" alt="" width="469" height="213" /></p>
<p>I&#8217;ve 2 options now with this blog 1) Leave the comments as they are or 2) Study some of the contents of the spam addresses, look for common keywords within the messages and run an SQL DELETE query from phpMyAdmin on the wp_comments table using LIKE within WHERE e.g. &#8220;DELETE FROM wp_comments WHERE comment_content LIKE &#8216;%viagra%&#8221;. (There&#8217;s probably a less primitive way of doing this. If anyone knows of a better way please get in touch!)</li>
<li>Instead of creating and publishing 20 posts immediately, set the <a href="http://www.zuruzuru.org/archives/2008/12/19/wordpress-tip-change-scheduled-post-date-information/">Publish Date to sometime within the future</a> so that if you do try to sell it later on, potential buyers will think it&#8217;s been updated more recently and are more likely to make an offer.</li>
<li><a href="http://andywibbels.com/2007/01/how-to-add-google-analytics-to-your-wordpress-blog/">Install Google Analytics immediately on your blog</a> so that you have a complete history of the sites traffic.  There&#8217;s nothing worse than creating a blog that eventually receives  traffic but is forgotten about. Besides having all of the statistics will increase a buyers peace of mind when evaluating whether your website is worth buying.</li>
<li>In a similar vain to number 4 it can be helpful <a href="http://performancing.com/revenue/can-you-monetize-a-blog-too-soon">to monetize your site discreetly early on</a> in order to tap into the earning potential in that particular market. However you risk<a href="http://www.doshdosh.com/blogging-tip-dont-make-the-mistake-of-monetizing-your-blog-too-early/"> harming your sites reputation especially if you go overboard with advertisements</a>. From my own perspective if I see a website is making some money I&#8217;m motivated to work on it more. By having a clear indication of how much each of your sites are earning you can then use this as a factor into the projects you want to prioritize.</li>
<li>Never underestimate the possibility of your blog becoming an unexpected hit. For this reason I sometimes set up the blog <a href="http://www.bizquarium.com/install-wordpress-subdirectory">in a seperate blog subfolder in the site</a>, instead of installing it in the root directory if I anticpate that it will be popular amongst users. That way I can build a community around the blog without much hassle.</li>
<li><a href="http://www.dailyseoblog.com/2008/04/tags-and-categories-seo-and-usability/">Create categories for your blog as early on as possible</a>. When I&#8217;m starting a blog in a niche <a href="https://adwords.google.com/select/KeywordToolExternal">I start with the Google Adwords Sandbox</a> where I search for the niche and use the suggestions to come up with names for the categories that will appear on the site. I normally then use each of these additional keyphrases to search for more specific topics using the same tool. It&#8217;s a great way to come up with ideas for posts.</li>
<li>Following on from 7, ensure that you target at least some key phrases related to your niche that appear in <a href="http://www.wordtracker.com">Wordtracker</a> or the <a href="https://adwords.google.com/select/KeywordToolExternal">Google Adwords Sandbox</a>.  This will help increase your chances of receiving search engine traffic early on which is often invaluable, especially when these <a href="http://www.terrydean.org/using-long-tail-keywords-for-profit/">visitors are targetted</a> and <a href="http://www.successful-blog.com/1/what-do-you-want-to-contribute-as-social-media-community-member/">contribute to your community.</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.takemorerisks.com/ways-to-protect-small-niche-wordpress-blogs-from-becoming-unsellable.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Why I&#8217;ve Finally Been Won Over To Web Development On Ubuntu</title>
		<link>http://www.takemorerisks.com/why-ive-finally-been-won-over-to-web-developing-on-linux.html</link>
		<comments>http://www.takemorerisks.com/why-ive-finally-been-won-over-to-web-developing-on-linux.html#comments</comments>
		<pubDate>Mon, 05 Jan 2009 16:15:14 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/takemore/public_html/wp-content/plugins/autometa.php</b> on line <b>300</b><br />

		<category><![CDATA[Ramblings]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.takemorerisks.com/?p=447</guid>
		<description><![CDATA[The impossible has happened. I&#8217;ve finally moved permanently to developing websites on Ubuntu. For years I&#8217;ve been sceptical over using Linux as a development platform but now thanks to SSHFS,  GEDIT&#8217;s ability to double up as a capable Development IDE and Linux&#8217;s native SSH support, I&#8217;ve changed my mind.
SSHFS
SSHFS is a fantastic tool. It allows [...]]]></description>
			<content:encoded><![CDATA[<p>The impossible has happened. I&#8217;ve finally moved permanently to developing websites on Ubuntu. For years I&#8217;ve been sceptical over using Linux as a development platform but now thanks to SSHFS,  GEDIT&#8217;s ability to double up as a capable Development IDE and Linux&#8217;s native SSH support, I&#8217;ve changed my mind.</p>
<h2>SSHFS</h2>
<p>SSHFS is a fantastic tool. It allows you to mount your remote server as part of your own local filesystem. In the screenshot below I have opened up the public_html folder for Take More Risks in a normal Explorer like window. This means that I can drag files over from my desktop into this folder and it&#8217;ll upload to that specific directory on my file system.</p>
<p><img class="alignnone" src="http://www.takemorerisks.com/public_html.jpg" alt="" width="381" height="450" /></p>
<p>It doesn&#8217;t end here. I can open any file on my web server and it&#8217;ll open locally within the program associated with that file type. Need to edit the Wordpress wp-config.php file in a hurry?  Then simply double-click on the file and it&#8217;ll open automatically in your preferred application. You can now work on the file and any changes you make to it locally will be reflected remotely as well.</p>
<p>In the screenshot below wp-config.php is opened up with gedit which is one of Ubuntu&#8217;s default text editors which can double-up as an excellent code editor too. I&#8217;ve explained this in more depth below.</p>
<p><img class="alignnone" src="http://www.takemorerisks.com/edit_example.gif" alt="" width="550" height="336" /></p>
<p>For easy access I&#8217;ve added in a shortcut on my Ubuntu taskbar that links to a script that mounts the root directory of my web server to the /server/ folder in my filesystem and then opens that folder up.</p>
<p><img class="alignnone" src="http://www.takemorerisks.com/open_server.jpg" alt="" width="475" height="258" /></p>
<p>The script itself is quite simple. It checks to see if the server has been mounted to the local filesystem and if it hasn&#8217;t, it gets mounted, if not it does not. Then the folder is opened within nautilus file explorer.</p>
<pre>#!/bin/bash
START=/server/
if [ $(ls -l $START | wc -l) = 1 ]; then
sshfs root@64.131.71.145:/ $START
fi
nautilus $START</pre>
<h2>GEdit</h2>
<p>One of the main reasons why I never migrated to Linux for Web Development was that I could never find something that naturally replaced Dreamweaver.  Whilst many suggested that I should run Dreamweaver using the Windows Emulator (Wine), I couldn&#8217;t see the logic of this. Why not just stick with Windows and save myself a lot of hassle?</p>
<p><a href="http://www.micahcarrick.com/09-29-2007/gedit-html-editor.html">This all changed when I read this amazing article by Micah Carrick</a> on how to customise gedit as a Web Development IDE.  It takes you step-by-step through everything you need to do to enable the functionality within gedit to make it a great IDE.<a href="http://www.adamheckler.com/2008/07/web-development-with-gedit/"> Other developers like Adam Heckler</a> and <a href="http://www.andphp.com/2008/02/23/gedit-for-php-development-textmate-ish/">&amp;PHP</a> have managed to start using gedit with a deal of success too.</p>
<p>I&#8217;ll admit, it&#8217;s not perfect.  I miss the function name and parameters flashing up onscreen in Dreamweaver when I&#8217;ve started typing out the function reference. However this is my only real complaint, particularly since I no longer use Design View in WYSIWYG editors.  If you&#8217;re a web designer interested in moving to Ubuntu with a preference for WYSIWYG editors you should check out the related articles <a href="http://tips.webdesign10.com/using-linux-for-web-design-and-development-ubuntu">here</a>,  <a href="http://ubuntuforums.org/showthread.php?t=111574">here</a> and <a href="http://mondaybynoon.com/2006/07/03/linux-and-web-development-intro/">here</a>.</p>
<p><img class="alignnone" src="http://www.takemorerisks.com/port_blarb.png" alt="" width="500" height="522" /></p>
<p>But yeah I think GEdit is a great IDE and I love the Oblivion skin!</p>
<h2>Will It Last?</h2>
<p>I&#8217;ve been developing in Ubuntu more and more over the last few months and since the discovery of SSHFS and GEdit a move back to Windows is almost inconceivable now. The final nail in the coffin was my discovery of Linux&#8217;s native support for SSH. In the past I&#8217;ve used PUTTY as my main SSH client on the Windows platform, so naturally when I first migrated to Linux I checked to see if there was a version for it.</p>
<p>After locating and installing PUTTY for Linux it took me another 2 months to realise that I could SSH into my server by typing ssh takemorerisks.com -l username.  Head meet hand.</p>
<p><img class="alignnone" src="http://www.takemorerisks.com/ssh_lol.gif" alt="" /></p>
<p>It seems stupid now but it&#8217;s easy to miss these things when you&#8217;re relatively new to the platform.</p>
<p>Anyway at the minute I&#8217;m enjoying developing with Ubuntu. It&#8217;d be great to hear about your own experiences with development on the platform.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takemorerisks.com/why-ive-finally-been-won-over-to-web-developing-on-linux.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Upgraded The Blog To Wordpress 2.7 After God Knows How Long</title>
		<link>http://www.takemorerisks.com/upgraded-the-blog-to-wordpress-27-after-god-knows-how-long.html</link>
		<comments>http://www.takemorerisks.com/upgraded-the-blog-to-wordpress-27-after-god-knows-how-long.html#comments</comments>
		<pubDate>Sun, 04 Jan 2009 16:48:35 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/takemore/public_html/wp-content/plugins/autometa.php</b> on line <b>300</b><br />

		<category><![CDATA[Ramblings]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.takemorerisks.com/?p=439</guid>
		<description><![CDATA[I&#8217;ve finally got around to upgrading Take More Risks to Wordpress 2.7.  Previously I was using Wordpress 2.3 I think! I was forced into the update as I changed the theme of the blog. Really getting tired of the old one so I thought I&#8217;d freshen things up a bit.

A screenshot of the new blog [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally got around to upgrading Take More Risks to Wordpress 2.7.  Previously I was using Wordpress 2.3 I think! I was forced into the update as I changed the theme of the blog. Really getting tired of the old one so I thought I&#8217;d freshen things up a bit.</p>
<p><img class="alignnone" title="Take More New Layout" src="http://www.takemorerisks.com/takemorenewlayout.png" alt="" width="500" height="283" /></p>
<p><em>A screenshot of the new blog layout. Beats the old piece of shit!</em></p>
<p>First impressions&#8230;..wow! It&#8217;s improved so much over a short period of time. The Dashboard is well laid out. The &#8216;Add New Post&#8217; screen is uncluttered and good to use. I&#8217;ll toy about with it more later and report on what else I find.</p>
<p>It&#8217;s great having shell access to my server, especially when I&#8217;m using Ubuntu. I love how I can just use the wget command to download the Wordpress installation file directly to my host. Before I would have had to download the installation file to my PC and then upload it with an FTP client. Waaayyy before I had shell access if I wanted to update I&#8217;d have to upload the extracted installation folders and it would take forever because there were so many god damn files.</p>
<p>Now that I&#8217;m unemployed I&#8217;m gonna spend some time improving my knowledge of the shell. I&#8217;ve got a decent grasp on it at the moment but you can never know enough about these things. Fortunately I have the Linux Administration Handbook with me right here!</p>
<p><img class="alignnone" title="Linux Administration" src="http://www.takemorerisks.com/lsah2.jpg" alt="" width="155" height="206" /></p>
<p>Anyway Wordpress 2.7 seems to rule the school. I&#8217;ll update later on in the week with some more thoughts on it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takemorerisks.com/upgraded-the-blog-to-wordpress-27-after-god-knows-how-long.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>WinSCP Is An Invaluable Tool For Webmasters With Multiple Sites.</title>
		<link>http://www.takemorerisks.com/winscp-is-an-invaluable-tool-for-webmasters-with-multiple-sites.html</link>
		<comments>http://www.takemorerisks.com/winscp-is-an-invaluable-tool-for-webmasters-with-multiple-sites.html#comments</comments>
		<pubDate>Fri, 02 Jan 2009 04:49:20 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

	<!-- AutoMeta Start -->
	<category>winscp</category>
	<category>dreamweaver</category>
	<category>open</category>
	<category>associate</category>
	<category>files</category>
	<category>multiple</category>
	<category>file</category>
	<category>vitty</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.takemorerisks.com/winscp-is-an-invaluable-tool-for-webmasters-with-multiple-sites.html</guid>
		<description><![CDATA[Happy New Year to everyone. Hope you enjoyed the last &#8220;festive&#8221; post there. I thought it had to be said as I&#8217;m sick and tired of 1and1 bullying people. And I noticed I&#8217;ve lost 14 subscribers in a day after the post. Huzzah!
Anyway onto something useful. I highly recommend you all check out WinSCP if [...]]]></description>
			<content:encoded><![CDATA[<p>Happy New Year to everyone. Hope you enjoyed the last &#8220;festive&#8221; post there. I thought it had to be said as I&#8217;m sick and tired of 1and1 bullying people. And I noticed I&#8217;ve lost 14 subscribers in a day after the post. Huzzah!</p>
<p>Anyway onto something useful. I highly recommend you all check out <a href="http://winscp.net/eng/index.php">WinSCP</a> if you haven&#8217;t already. What it allows you to do is to access your webspace with an Windows Explorer like interface making editing webpages on your server easy. This is especially handy if you&#8217;re managing multiple sites like myself.</p>
<p><img src="http://www.takemorerisks.com/winscp1.jpg" /></p>
<p>The best bit is that you can associate files to open with certain programs within WinSCP. In the screenshot below I&#8217;ve illustrated how I&#8217;ve set up WinSCP to open html, php and css files within Dreamweaver.</p>
<p><img src="http://www.takemorerisks.com/winscp_hilarious.jpg" /></p>
<p>With this association created everytime I double click on a file within WinSCP it will automatically open up in Dreamweaver and the best bit is that any changes that I make to that file whilst Dreamweaver is open are saved. This is a much more flexible approach than simply defining a site for every website you create within Dreamweaver itself. You can associate any file type to open with any application on your computer too so you could have images open within Photoshop or text files within Notepad.</p>
<p>Many thanks to <a href="http://www.isthough.com">the Vitty</a> for introducing me to this app. It&#8217;ll hopefully change the way you work for the better if it hasn&#8217;t already done so.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takemorerisks.com/winscp-is-an-invaluable-tool-for-webmasters-with-multiple-sites.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>I&#8217;m Thinking Of Turning This Blog Into A 1&#038;1 Hate Site</title>
		<link>http://www.takemorerisks.com/im-thinking-of-turning-this-blog-into-a-11-hate-site.html</link>
		<comments>http://www.takemorerisks.com/im-thinking-of-turning-this-blog-into-a-11-hate-site.html#comments</comments>
		<pubDate>Mon, 29 Dec 2008 15:25:55 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Domaining]]></category>

	<!-- AutoMeta Start -->
	<category>threatened</category>
	<category>arvato</category>
	<category>cough</category>
	<category>burger</category>
	<category>planet</category>
	<category>laughing</category>
	<category>sentence</category>
	<category>1and1</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.takemorerisks.com/im-thinking-of-turning-this-blog-into-a-11-hate-site.html</guid>
		<description><![CDATA[Since my last post I&#8217;ve been threatened 2 times by arvato finance (1and1&#8217;s henchmen) to cough up money for domains that I no longer use in any capacity. I wouldn&#8217;t have minded this but I&#8217;ve since initiated the cancellation process for the &#8220;contracts&#8221; that these domains fall under on 2 separate occasions.
I thought it was [...]]]></description>
			<content:encoded><![CDATA[<p>Since my last post I&#8217;ve been threatened 2 times by arvato finance (1and1&#8217;s henchmen) to cough up money for domains that I no longer use in any capacity. I wouldn&#8217;t have minded this but I&#8217;ve since initiated the cancellation process for the &#8220;contracts&#8221; that these domains fall under on 2 separate occasions.</p>
<p>I thought it was all over until today when I received a cancellation of service notice from 1and1 dated from the 18th of December saying that if I didn&#8217;t pay £12 within 10 days they&#8217;d refer me to arvato again. Well holy shit. I wouldn&#8217;t have minded this so much if I hadn&#8217;t recently become unemployed. Or been subjected to this bullshit on a number of occasions before. Have these fuckers never heard of customer service?</p>
<p>I wish there was a God who would strike these bastards down. Seriously. But sadly there isn&#8217;t so I&#8217;m gonna have to channel my impotent rage into this dead piece of crap and just call them again to try to resolve this. This will not be the end of it.</p>
<p>Don&#8217;t use 1and1 unless you want a life sentence of being threatened by the biggest bunch of bastards on the planet. I wouldn&#8217;t piss on them if they were on fire. It&#8217;d sit there with a burger laughing wishing that someone would come along with some petrol to really spark up a show.</p>
<p>Merryyyy fucking Christmas.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takemorerisks.com/im-thinking-of-turning-this-blog-into-a-11-hate-site.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>1and1.co.uk Domain Registration/Cancellation Nightmare.</title>
		<link>http://www.takemorerisks.com/1and1couk-domain-registrationcancellation-nightmare.html</link>
		<comments>http://www.takemorerisks.com/1and1couk-domain-registrationcancellation-nightmare.html#comments</comments>
		<pubDate>Mon, 04 Aug 2008 17:49:08 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Domaining]]></category>

	<!-- AutoMeta Start -->
	<category>1and1</category>
	<category>debt</category>
	<category>registrars</category>
	<category>misleading</category>
	<category>agency</category>
	<category>contract</category>
	<category>owed</category>
	<category>collection</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.takemorerisks.com/1and1couk-domain-registrationcancellation-nightmare.html</guid>
		<description><![CDATA[A few months ago I received a letter from a debt collection agency regarding the £9 I owed 1and1.co.uk for unpaid domain registrations. I wasn&#8217;t aware at the time that 1and1 automatically set domains to renew and thus I&#8217;d been billed for a number of domains that had been renewed.
Whilst I realise that this is [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago I received a letter from a debt collection agency regarding the £9 I owed 1and1.co.uk for unpaid domain registrations. I wasn&#8217;t aware at the time that 1and1 automatically set domains to renew and thus I&#8217;d been billed for a number of domains that had been renewed.</p>
<p>Whilst I realise that this is entirely my own fault for not reading the contract I entered into before registering domains I can&#8217;t help but think this practice is slightly dubious. How many other registrars set domains on auto renewal?</p>
<p>I&#8217;ve since tried to cancel the contract (after I received another email saying that I&#8217;d be charged again in 40 days for domains I haven&#8217;t used in 2 years) but I&#8217;m getting nowhere. I initated the cancellation process through the 1and1 contracts control panel and the system said that I&#8217;d receive an email with a confirmation link that would make the cancellation final. 4 days later - and I&#8217;m still waiting. I&#8217;ve since contacted the 1and1.co.uk and they&#8217;ve been largely unhelpful, recommending that I contact a different department.</p>
<p>It&#8217;s been a frustrating experience and I won&#8217;t be using 1and1.co.uk again. In future I&#8217;ll be more careful and actually read the terms and conditions before registering domains. Or I might just stick with companies that I know and trust.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takemorerisks.com/1and1couk-domain-registrationcancellation-nightmare.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Reviving A Dying Static Website</title>
		<link>http://www.takemorerisks.com/reviving-a-dying-static-website.html</link>
		<comments>http://www.takemorerisks.com/reviving-a-dying-static-website.html#comments</comments>
		<pubDate>Sun, 29 Jun 2008 23:55:27 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Ramblings]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.takemorerisks.com/?p=315</guid>
		<description><![CDATA[Reviving a dying static website isn&#8217;t as hard as it might initally seem. In fact the hardest part is often just encouraging the search engine spiders to come back and re-index the site. The best way to do this quickly is to write a piece of compelling link-bait and submit it to the social bookmarking [...]]]></description>
			<content:encoded><![CDATA[<p>Reviving a dying static website isn&#8217;t as hard as it might initally seem. In fact the hardest part is often just encouraging the search engine spiders to come back and re-index the site. The best way to do this quickly is to write a piece of compelling link-bait and submit it to the social bookmarking websites. If successful the search robots will begin to re-index your website on a more regular basis.</p>
<p>The key now is to continue to update the website regularly. Failing that you might want to target more SEO keywords on each of your pages to generate additional traffic to your website. You can use a tool like the <a href="http://freekeywords.wordtracker.com">Wordtracker Free Keywords</a> facility for such a purpose. By targetting additional SEO terms you are likely to encourage more unique visitors to your website and subsequently increase the chances that someone will link to your site.</p>
<p>Just because you have not updated a website in a while is not an excuse to leave it to die. In fact during the period of inactivity the site may have gained additional link authority from the search engines. On the flip side, other sites may have started removing their links to your site. If this is the case you can simply emailing the site owners and inform them that your pages are back on the internet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takemorerisks.com/reviving-a-dying-static-website.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>A Quick Update</title>
		<link>http://www.takemorerisks.com/a-quick-update.html</link>
		<comments>http://www.takemorerisks.com/a-quick-update.html#comments</comments>
		<pubDate>Thu, 28 Feb 2008 07:02:32 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Ramblings]]></category>

	<!-- AutoMeta Start -->
	<category>tuned</category>
	<category>merging</category>
	<category>stay</category>
	<category>updates</category>
	<category>proper</category>
	<category>portfolio</category>
	<category>gonna</category>
	<category>months</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.takemorerisks.com/a-quick-update.html</guid>
		<description><![CDATA[I&#8217;m gonna be merging this website in with my portfolio in the next few months so stay tuned for some proper updates!
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m gonna be merging this website in with my portfolio in the next few months so stay tuned for some proper updates!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takemorerisks.com/a-quick-update.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
