<?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>nasarik.com - A Lancashire designer&#039;s journey through life, print and web design &#187; server</title>
	<atom:link href="http://nasarik.com/tag/server/feed/" rel="self" type="application/rss+xml" />
	<link>http://nasarik.com</link>
	<description>I&#039;m just a designer trying to make sense of the web, design and pretty much everything else</description>
	<lastBuildDate>Sun, 22 Jan 2012 21:42:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
  <link>http://nasarik.com</link>
  <url>http://nasarik.com/wp-content/themes/sandbox/images/nasarikfav.jpg</url>
  <title>nasarik.com - A Lancashire designer&#039;s journey through life, print and web design</title>
</image>
		<item>
		<title>Stop WordPress spam with .htaccess</title>
		<link>http://nasarik.com/stop-spam/</link>
		<comments>http://nasarik.com/stop-spam/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 15:51:08 +0000</pubDate>
		<dc:creator>nasarik</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[Akismet]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[Deny]]></category>
		<category><![CDATA[FREE]]></category>
		<category><![CDATA[legitimet]]></category>
		<category><![CDATA[Limit]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[prevention]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[Stop]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://nasarik.com/?p=1149</guid>
		<description><![CDATA[I have created a number of websites for friends and family over the years using WordPress, and as these projects were all private websites I used Akismet to block spam. Akismet is without doubt the best comment spam prevention tool out there and I would really recommend it for any personal sites you may be [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm7.static.flickr.com/6133/6035192795_3ca2b4b93f.jpg" alt="Block WordPress spam using .htaccess" /></p>
<p>I have created a number of websites for friends and family over the years using WordPress, and as these projects were all private websites I used <a href="http://akismet.com/">Akismet</a> to block spam. Akismet is without doubt the best comment spam prevention tool out there and I would really recommend it for any personal sites you may be building. Unfortunately Akismet carries a charge for commercial projects and not wanting to pass any additional cost on to my client I started to search for solutions.</p>
<p><span id="more-1149"></span>I quickly discovered (and I must stress I am not an expert in this), that you can modify a servers .htaccess file to allow certain privileges dependant on IP address. Quite simply, if you are receiving WordPress spam you can take a note of the IP and deny it from hitting the server.</p>
<h2>Here is how I am doing it&#8230;</h2>
<p>&lt;Limit GET POST PUT&gt;<br />
Order Allow,Deny<br />
Allow from all<br />
Deny from 69.197.28.105<br />
&lt;/Limit&gt;</p>
<h2>So every time I get more spam, I add the IP, like this&#8230;</h2>
<p>&lt;Limit GET POST PUT&gt;<br />
Order Allow,Deny<br />
Allow from all<br />
Deny from 69.197.28.105<br />
Deny from 65.55.3.211<br />
&lt;/Limit&gt;</p>
<p>Sounds pretty simply right! Well yeah it is, but be careful as the .htaccess controls the access to all parts of your website and one incorrect key-stroke could take a site down or parts of a site down completely. To be safe I would always take a copy of the original .htaccess and save it somewhere just in case!</p>
<h2>Conclusion</h2>
<p>I suppose there is always the potential that you could be blocking some legitimate users but so far I have only seen the spam to my sites improve while traffic stays the same, and hey it&#8217;s FREE!</p>
]]></content:encoded>
			<wfw:commentRss>http://nasarik.com/stop-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A beginner&#8217;s guide on how to create your first wordpress site</title>
		<link>http://nasarik.com/beginners-guide-wordpress/</link>
		<comments>http://nasarik.com/beginners-guide-wordpress/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 19:58:50 +0000</pubDate>
		<dc:creator>nasarik</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[elliot jay stocks]]></category>
		<category><![CDATA[sandox]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[starkers]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[wamp]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://nasarik.com/?p=400</guid>
		<description><![CDATA[This is abit of a quick post but without knowing this I wouldn&#8217;t have been able to create my first WordPress site so successfully.  If you have never used WordPress before and you are fairly new to CSS then creating a site by this method can be difficult, hopefully this post will help. Setting up [...]]]></description>
			<content:encoded><![CDATA[<p><img class="post_images" src="http://farm3.static.flickr.com/2468/3869273574_8a9d010dc3.jpg" alt="Beginners guide to WordPress" /></p>
<p>This is abit of a quick post but without knowing this I wouldn&#8217;t have been able to create my first WordPress site so successfully.  If you have never used WordPress before and you are fairly new to CSS then creating a site by this method can be difficult, hopefully this post will help.</p>
<p><span id="more-400"></span></p>
<p>Setting up you first WordPress site can an interesting and challenging experience, however, it may not be as difficult as you first might think.  Here are my tips to creating your first successful WordPress site.</p>
<h3>Setup your site locally first</h3>
<p>My advice to anyone new to wordpress would be to setup your site on your own PC and then transfer it to a web server once you are happy with it. <a href="http://www.wampserver.com/en/">Wamp server</a> gives you the ability to setup a virtual web server with full database access and PHP admin support on your own  machine making the development easy and best of all free.</p>
<h3>Install WordPress and start your theme</h3>
<p>Once your local server is ready install the latest version of <a href="http://wordpress.org/download/">WordPress</a> to the server (Full installation instructions are available from wordpress.org site), the default theme is fairly boring so you can either download a pre-designed theme or create your own, I would recommend the later with clean semantic themes available from Elliot Jay Stocks with <a href="http://elliotjaystocks.com/starkers/">Starkers</a> and <a href="http://www.plaintxt.org/themes/sandbox/">Sandox </a>created by Scott Allan Wallick and Andy Skelton which give you an excellent blank canvas to create your own theme from.</p>
<h3>Once your site is ready upload it to the web</h3>
<p>When you are ready to upload your site to an online space I would recommend the excellent post from webdesignerwall.com on  <a href="http://www.webdesignerwall.com/tutorials/exporting-and-importing-wordpress/">Exporting and Importing WordPress</a>, this should be all you need to get your site live.</p>
<p>Without <a href="http://www.plaintxt.org/themes/sandbox/">Sandox</a> I wouldn&#8217;t have been able to create this site, I hope some of these links will help you in your journey to create your first WordPress site <img src='http://nasarik.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://nasarik.com/beginners-guide-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

