<?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>Inside-Out - Web Design &#38; Development 4 Beginners</title>
	<atom:link href="http://www.webdesign-4-beginners.co.uk/web-design-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdesign-4-beginners.co.uk/web-design-blog</link>
	<description>Information for anybody interested in becoming a Web Designer/Developer</description>
	<lastBuildDate>Sun, 01 Jan 2012 17:54:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Shortening a string and add an ellipsis &#8211; PHP</title>
		<link>http://www.webdesign-4-beginners.co.uk/web-design-blog/2012/01/shortening-string-add-ellipsis-ph/</link>
		<comments>http://www.webdesign-4-beginners.co.uk/web-design-blog/2012/01/shortening-string-add-ellipsis-ph/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 17:53:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[Easy PHP]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[Strings]]></category>

		<guid isPermaLink="false">http://www.webdesign-4-beginners.co.uk/web-design-blog/?p=190</guid>
		<description><![CDATA[Shorten a string and add an ellipsis (...) to the end of it with this simple PHP function.]]></description>
		<wfw:commentRss>http://www.webdesign-4-beginners.co.uk/web-design-blog/2012/01/shortening-string-add-ellipsis-ph/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clean a PHP array</title>
		<link>http://www.webdesign-4-beginners.co.uk/web-design-blog/2012/01/clean-a-php-array/</link>
		<comments>http://www.webdesign-4-beginners.co.uk/web-design-blog/2012/01/clean-a-php-array/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 17:18:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[Arrays]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.webdesign-4-beginners.co.uk/web-design-blog/?p=187</guid>
		<description><![CDATA[Remove empty and duplicate entries from an array with this php array cleaner.]]></description>
		<wfw:commentRss>http://www.webdesign-4-beginners.co.uk/web-design-blog/2012/01/clean-a-php-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ordinal numbers &#8211; PHP function</title>
		<link>http://www.webdesign-4-beginners.co.uk/web-design-blog/2012/01/ordinal-numbers-php-function/</link>
		<comments>http://www.webdesign-4-beginners.co.uk/web-design-blog/2012/01/ordinal-numbers-php-function/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 16:46:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Strings]]></category>

		<guid isPermaLink="false">http://www.webdesign-4-beginners.co.uk/web-design-blog/?p=185</guid>
		<description><![CDATA[Generate and return an ordinal number with this PHP function. Example, '1st', '2nd', '3rd', etc.]]></description>
		<wfw:commentRss>http://www.webdesign-4-beginners.co.uk/web-design-blog/2012/01/ordinal-numbers-php-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dividing Results &#8211; Page Numbers &#8211; PHP &amp; MySQL</title>
		<link>http://www.webdesign-4-beginners.co.uk/web-design-blog/2011/06/dividing-results-page-numbers-php-mysql/</link>
		<comments>http://www.webdesign-4-beginners.co.uk/web-design-blog/2011/06/dividing-results-page-numbers-php-mysql/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 09:22:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.webdesign-4-beginners.co.uk/web-design-blog/?p=180</guid>
		<description><![CDATA[Divide up database results onto separate pages with this PHP and MySQL tutorial.]]></description>
		<wfw:commentRss>http://www.webdesign-4-beginners.co.uk/web-design-blog/2011/06/dividing-results-page-numbers-php-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generate a random password &#8211; PHP function</title>
		<link>http://www.webdesign-4-beginners.co.uk/web-design-blog/2011/06/generate-a-random-password-php-function/</link>
		<comments>http://www.webdesign-4-beginners.co.uk/web-design-blog/2011/06/generate-a-random-password-php-function/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 18:51:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[PHP Security]]></category>

		<guid isPermaLink="false">http://www.webdesign-4-beginners.co.uk/web-design-blog/?p=178</guid>
		<description><![CDATA[This PHP function allows you to generate a totally random password at the character length of your choice.]]></description>
		<wfw:commentRss>http://www.webdesign-4-beginners.co.uk/web-design-blog/2011/06/generate-a-random-password-php-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert a string into a URL with a PHP function</title>
		<link>http://www.webdesign-4-beginners.co.uk/web-design-blog/2011/06/convert-a-string-into-a-url-with-a-php-function/</link>
		<comments>http://www.webdesign-4-beginners.co.uk/web-design-blog/2011/06/convert-a-string-into-a-url-with-a-php-function/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 18:27:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.webdesign-4-beginners.co.uk/web-design-blog/?p=175</guid>
		<description><![CDATA[Convert any string into an SEO, html-friendly url with this handle and simple PHP function.]]></description>
		<wfw:commentRss>http://www.webdesign-4-beginners.co.uk/web-design-blog/2011/06/convert-a-string-into-a-url-with-a-php-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monetise: Making money from your website</title>
		<link>http://www.webdesign-4-beginners.co.uk/web-design-blog/2011/05/monetise-making-money-website/</link>
		<comments>http://www.webdesign-4-beginners.co.uk/web-design-blog/2011/05/monetise-making-money-website/#comments</comments>
		<pubDate>Mon, 16 May 2011 19:10:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet Success]]></category>
		<category><![CDATA[Website on a budget]]></category>

		<guid isPermaLink="false">http://www.webdesign-4-beginners.co.uk/web-design-blog/?p=171</guid>
		<description><![CDATA[Take charge of your financial potential and make money from your website. You don't need technical experience to be successful on the internet!]]></description>
		<wfw:commentRss>http://www.webdesign-4-beginners.co.uk/web-design-blog/2011/05/monetise-making-money-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is PHP?</title>
		<link>http://www.webdesign-4-beginners.co.uk/web-design-blog/2011/05/what-is-php/</link>
		<comments>http://www.webdesign-4-beginners.co.uk/web-design-blog/2011/05/what-is-php/#comments</comments>
		<pubDate>Wed, 11 May 2011 19:41:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Become a Web Designer]]></category>
		<category><![CDATA[PHP basics]]></category>
		<category><![CDATA[Beginner Developer]]></category>
		<category><![CDATA[Easy PHP]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.webdesign-4-beginners.co.uk/web-design-blog/?p=165</guid>
		<description><![CDATA[An explanation of the basic uses of PHP in a nutshell. Written in layman's terms]]></description>
		<wfw:commentRss>http://www.webdesign-4-beginners.co.uk/web-design-blog/2011/05/what-is-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merging Arrays with PHP</title>
		<link>http://www.webdesign-4-beginners.co.uk/web-design-blog/2011/05/merging-arrays-with-php/</link>
		<comments>http://www.webdesign-4-beginners.co.uk/web-design-blog/2011/05/merging-arrays-with-php/#comments</comments>
		<pubDate>Tue, 10 May 2011 21:15:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[PHP basics]]></category>
		<category><![CDATA[Arrays]]></category>
		<category><![CDATA[Functions]]></category>

		<guid isPermaLink="false">http://www.webdesign-4-beginners.co.uk/web-design-blog/?p=162</guid>
		<description><![CDATA[Single and multi-dimensional arrays can be merged together using array_merge within PHP.]]></description>
		<wfw:commentRss>http://www.webdesign-4-beginners.co.uk/web-design-blog/2011/05/merging-arrays-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP: View an array in a readable format</title>
		<link>http://www.webdesign-4-beginners.co.uk/web-design-blog/2011/02/php-view-an-array-in-a-readable-format/</link>
		<comments>http://www.webdesign-4-beginners.co.uk/web-design-blog/2011/02/php-view-an-array-in-a-readable-format/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 14:19:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Arrays]]></category>

		<guid isPermaLink="false">http://www.webdesign-4-beginners.co.uk/web-design-blog/?p=160</guid>
		<description><![CDATA[Trying to read an array via print_r can be a bit of a strain. This an elegant, quick and easy solution for a better display in PHP.]]></description>
		<wfw:commentRss>http://www.webdesign-4-beginners.co.uk/web-design-blog/2011/02/php-view-an-array-in-a-readable-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

