<?xml version="1.0" encoding="UTF-8"?>
 		<rss version="2.0"><channel>
 		<title><![CDATA[LoPressure Design]]></title>
 		<description><![CDATA[Articles]]></description>
 		<link>http://lopressure.com/</link>
 		<copyright><![CDATA[Copyright LoPressure Design]]></copyright>
 		<generator>sNews CMS</generator><item>
			<title><![CDATA[Free photoshop textures]]></title>
			<description>
				<![CDATA[
				<p><a href="http://www.noupe.com/freebie/the-big-collection-of-free-design-textures.html" title="Free Textures">Free Textures</a></p>

				]]>
			</description>
			<pubDate>Tue, 10 Nov 2009 09:43:50 +0000</pubDate>
			<link>http://lopressure.com/web-development/free-photoshop-textures/</link>
			<guid>http://lopressure.com/web-development/free-photoshop-textures/</guid>
			</item><item>
			<title><![CDATA[Search Engine Optimisation]]></title>
			<description>
				<![CDATA[
				<p>A few days ago I discovered an interesting and thought-provoking article which discussed the phenomenon of Search Engine Optimisation (SEO). Read it here <a href="http://powazek.com/posts/2090" title="Spammers, Evildoers, and Opportunists by Derek Powazek"><em>Spammers, Evildoers, and Opportunists</em></a> by <a href="http://powazek.com/about/" title="Derek Powazek"> Derek Powazek</a>.</p>

<p>It's been my experience that almost all of my clients, both potential and actual, want to show "high in Google". One client in particular is very concerned about this aspect of his on-line business. He has just enough knowledge of the internet, and search engine optimisation in particular, to convince him that there exists some magic arcane wizardry that will propel his site up the Google rankings and he wants me to sacrifice whatever animals are required to make this happen for him.</p>

<p>Throughout the time I've known this client I have repeatedly talked about such concepts as writing excellent content, appealing to his target market, creating an enjoyable, feature-rich worthwhile site and the value these could have in powering a site up through the Google atmosphere.</p>

<p>It's a pleasant feeling to find an article that reflects my own beliefs and ideas, shares my philosophy for web development and so I've shared it here.</p>

 


				]]>
			</description>
			<pubDate>Thu, 15 Oct 2009 16:03:32 +0000</pubDate>
			<link>http://lopressure.com/online-business/seo/search-engine-optimisation/</link>
			<guid>http://lopressure.com/online-business/seo/search-engine-optimisation/</guid>
			</item><item>
			<title><![CDATA[Good, fast, cheap]]></title>
			<description>
				<![CDATA[
				<h2>We offer three kinds of service</h2>
<p>You can pick any two.</p>
<p>This is the Designers' One Rule. When creating a project, clients may choose only two options - they can't have it all. It's a "rule" for Life that applies aptly to design - clients simply have to deal with it. And we, as Web designers, must also accept this as fact.</p>

<p>And so, here it is:</p>
<h2>GOOD - FAST - CHEAP</h2>

<h3>GOOD service FAST won't be CHEAP</h3>
<p>Choose good and fast and we will postpone every other job, cancel all appointments and stay up 25-hours a day just to get your job done. Of course don't expect it to be cheap.</p>
 
<h3>GOOD service CHEAP won't be FAST</h3>
<p>Choose good and cheap and we will do a great job for a discounted price however you'll have to be patient until we have some free time from paying clients.</p>
 
<h3>FAST service CHEAP won't be GOOD</h3>
<p>Choose fast and cheap and you can expect an inferior job delivered on time. You truly get what you pay for and in our opinion this is the least favorable choice of the three. In fact, we most likely won't even offer this option - financially it's a poor choice for us and professionally we don't wish to be associated with low-quality work.</p>
 
				]]>
			</description>
			<pubDate>Fri, 11 Sep 2009 11:47:36 +0000</pubDate>
			<link>http://lopressure.com/web-development/good-practice/good-fast-cheap/</link>
			<guid>http://lopressure.com/web-development/good-practice/good-fast-cheap/</guid>
			</item><item>
			<title><![CDATA[How to set your default sNews timezone using date_default_timezone_set]]></title>
			<description>
				<![CDATA[
				<p>I live in Scotland while my website is hosted in Pittsburgh, USA. As sNews uses the server time to timestamp submissions my articles have the 'wrong' date-time - each article shows a time that is 5 hours behind my local time, the time at which I created and submitted the article.</p>

<p>There is no setting within sNews CMS to adjust the locale or time zone. It's necessary to open snews.php and add the following code, somewhere near the top of the file.</p>


// Set local timezone
date_default_timezone_set('Europe/London');

<p>The function date_default_timezone_set() has been available since PHP v5.1.</p>
<p>I have used <em>Europe/London</em>
 (I could have used <em>Europe/Dublin</em>, or <em>Europe/Edinburgh</em> - each is within the same time zone as my home town). Replace <em>Europe/London</em> with your own choice from <a href="http://us3.php.net/manual/en/timezones.php" title="PHP: List of supported timezones">this list</a>.</p>

<p>An alternative method is to use</p>
php_value date.timezone 'Europe/London'
<p>in your .htaccess file.</p>
				]]>
			</description>
			<pubDate>Mon, 03 Aug 2009 20:25:22 +0000</pubDate>
			<link>http://lopressure.com/php/how-to-set-your-default-snews-timezone-using-datedefaulttimezoneset/</link>
			<guid>http://lopressure.com/php/how-to-set-your-default-snews-timezone-using-datedefaulttimezoneset/</guid>
			</item></channel></rss>