<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Bright Cherry</title>
	
	<link>http://www.brightcherry.co.uk/scribbles</link>
	<description />
	<lastBuildDate>Mon, 12 Oct 2009 22:11:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<image><url>http://brightcherry.co.uk/scribbles/logo.jpg</url><title>BrightCherry logo</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/BrightCherry" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Htaccess- 301 Redirect An Entire Directory / Folder</title>
		<link>http://www.brightcherry.co.uk/scribbles/2009/09/19/htaccess-301-redirect-an-entire-directory-folder/</link>
		<comments>http://www.brightcherry.co.uk/scribbles/2009/09/19/htaccess-301-redirect-an-entire-directory-folder/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 23:07:00 +0000</pubDate>
		<dc:creator>Maruf</dc:creator>
				<category><![CDATA[htaccess fun]]></category>

		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=184</guid>
		
			<content:encoded><![CDATA[Here&#8217;s a simple pierce of code which will permanently redirect a folder / directory. For example, if you have a directory in the following path: http://www.example.com/pictures/, and for...<br/>
<br/>
[[ Click title to read the rest ]]]]></content:encoded>
			<wfw:commentRss>http://www.brightcherry.co.uk/scribbles/2009/09/19/htaccess-301-redirect-an-entire-directory-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP- Using Preg_replace To Strip Date From URL</title>
		<link>http://www.brightcherry.co.uk/scribbles/2009/09/18/php-using-preg_replace-to-strip-date-from-url/</link>
		<comments>http://www.brightcherry.co.uk/scribbles/2009/09/18/php-using-preg_replace-to-strip-date-from-url/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 21:34:24 +0000</pubDate>
		<dc:creator>Maruf</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=180</guid>
		
			<content:encoded><![CDATA[This is a very specific problem I was faced with a few days ago, so I doubt many people will find it directly useful. However, the solution to this problem can be used to resolve a load of tricky...<br/>
<br/>
[[ Click title to read the rest ]]]]></content:encoded>
			<wfw:commentRss>http://www.brightcherry.co.uk/scribbles/2009/09/18/php-using-preg_replace-to-strip-date-from-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMF- Show Page Number In Thread Title</title>
		<link>http://www.brightcherry.co.uk/scribbles/2009/09/16/smf-show-page-number-in-thread-title/</link>
		<comments>http://www.brightcherry.co.uk/scribbles/2009/09/16/smf-show-page-number-in-thread-title/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 22:11:14 +0000</pubDate>
		<dc:creator>Maruf</dc:creator>
				<category><![CDATA[SMF- Simple Machines Forum]]></category>

		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=178</guid>
		
			<content:encoded><![CDATA[My God, I&#8217;ve only just recently started playing around with SM Forums, and I can honestly say the documentation is God awful. At least, it&#8217;s terrible compared to Wordpress. Also,...<br/>
<br/>
[[ Click title to read the rest ]]]]></content:encoded>
			<wfw:commentRss>http://www.brightcherry.co.uk/scribbles/2009/09/16/smf-show-page-number-in-thread-title/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP- Call Action In A Loop On A Set Multiple Value</title>
		<link>http://www.brightcherry.co.uk/scribbles/2009/09/13/php-call-action-in-a-loop-on-a-set-multiple-value/</link>
		<comments>http://www.brightcherry.co.uk/scribbles/2009/09/13/php-call-action-in-a-loop-on-a-set-multiple-value/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 11:46:16 +0000</pubDate>
		<dc:creator>Maruf</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=176</guid>
		
			<content:encoded><![CDATA[This is one of those posts that is purely a reminder for myself. It&#8217;s something so simple, but for some reason or another, I tend to forget. 
Suppose I have a loop, and I want to call a certain...<br/>
<br/>
[[ Click title to read the rest ]]]]></content:encoded>
			<wfw:commentRss>http://www.brightcherry.co.uk/scribbles/2009/09/13/php-call-action-in-a-loop-on-a-set-multiple-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress- Display Google Adsense After 1st Paragraph Tag</title>
		<link>http://www.brightcherry.co.uk/scribbles/2009/08/23/wordpress-display-google-adsense-after-1st-paragraph-tag/</link>
		<comments>http://www.brightcherry.co.uk/scribbles/2009/08/23/wordpress-display-google-adsense-after-1st-paragraph-tag/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 00:06:42 +0000</pubDate>
		<dc:creator>Maruf</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=161</guid>
		
			<content:encoded><![CDATA[I&#8217;ve been playing around with Google Adsense a lot lately- in particular trying to find out where the ads are best placed on a Wordpress Blog to maximise click through rates (CTR). I&#8217;ve...<br/>
<br/>
[[ Click title to read the rest ]]]]></content:encoded>
			<wfw:commentRss>http://www.brightcherry.co.uk/scribbles/2009/08/23/wordpress-display-google-adsense-after-1st-paragraph-tag/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
