<?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>d3creative &#187; About</title>
	<atom:link href="http://www.d3-creative.com/category/about/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.d3-creative.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 14 Jun 2010 17:29:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>About Email Marketing</title>
		<link>http://www.d3-creative.com/introducing-email-marketing/</link>
		<comments>http://www.d3-creative.com/introducing-email-marketing/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 13:10:59 +0000</pubDate>
		<dc:creator>S.Meehan</dc:creator>
				<category><![CDATA[About]]></category>

		<guid isPermaLink="false">http://www.d3-creative.com/?p=342</guid>
		<description><![CDATA[Email marketing is a great low cost way to promote your services and to keep in touch with existing customers.

Email marketing offers a range of unique benefits that compliment (rather than replace) print advertising.
Cost-effective
Email newsletters are charged by the number of emails sent plus a standard delivery charge. This type of marketing tends to be [...]]]></description>
			<content:encoded><![CDATA[<p>Email marketing is a great low cost way to promote your services and to keep in touch with existing customers.<br />
<span id="more-342"></span></p>
<p>Email marketing offers a range of unique benefits that compliment (rather than replace) print advertising.</p>
<p><strong>Cost-effective</strong><br />
Email newsletters are charged by the number of emails sent plus a standard delivery charge. This type of marketing tends to be more cost-effective than print because the advertising is much more targeted.</p>
<p><strong>Live reports</strong><br />
As soon as an email campaign is sent you can view real time reports, every click can be tracked.</p>
<p><img class="alignnone size-full wp-image-27" title="About Email Marketing" src="http://www.d3-creative.com/wp-content/uploads/2010/01/reports.jpg" alt="About Email Marketing" width="440" height="252" /></p>
<p>This powerful feature gives you the information you need to make informed decisions about future campaigns.</p>
<p><strong>Email is instant</strong><br />
You can expect much faster response rates than print advertising, your call to action is only one click away.</p>
<p><strong>Forward to a friend</strong><br />
Email newsletters make it easy for friends and family to pass on a great offer with one click. Greatly improving the potential success rate of your email campaign.</p>
<p>Email marketing is a great addition to any website or print campaign and can help you stay in touch with existing customers. Why not <a href="http://www.d3-creative.com/contact/">get in touch</a> with d3creative to see how email marketing could benefit your business.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.d3-creative.com/introducing-email-marketing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCP + Wordpress</title>
		<link>http://www.d3-creative.com/scp-wordpress/</link>
		<comments>http://www.d3-creative.com/scp-wordpress/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 17:38:29 +0000</pubDate>
		<dc:creator>S.Meehan</dc:creator>
				<category><![CDATA[About]]></category>

		<guid isPermaLink="false">http://www.d3-creative.com/?p=254</guid>
		<description><![CDATA[Integrating simpleContact Pro with Wordpress is quite straight forward, you just need to know what bits of code to copy and paste.

There are a few things that might trip you up and turn a quick install into a frustrating experience! This brief guide will help you bypass all that.
Once you have installed simpleContact Pro you [...]]]></description>
			<content:encoded><![CDATA[<p>Integrating simpleContact Pro with Wordpress is quite straight forward, you just need to know what bits of code to copy and paste.<br />
<span id="more-254"></span></p>
<p>There are a few things that might trip you up and turn a quick install into a frustrating experience! This brief guide will help you bypass all that.</p>
<p>Once you have <a href="http://www.d3-creative.com/how-to-install-simplecontact-pro-for-wordpress/">installed</a> simpleContact Pro you need to make a few modifications, this involves moving some code around and creating a new Wordpress page template.</p>
<p>To keep things simple I will be using the <strong>default </strong>Wordpress theme.</p>
<h3>Create a new Wordpress page template:</h3>
<p>We need to create a custom page template that contains all of the required simpleContact Pro code.</p>
<p>1. Open your Wordpress theme folder, remember we&#8217;re using the <strong>default theme</strong> for this tutorial.</p>
<p>2. Find a file called <strong>page.php</strong></p>
<p>3. Duplicate this file and <strong>rename </strong>it simplecontactform.php</p>
<h3>Grab the simpleContact Pro code:</h3>
<p>1. Inside the <strong>simplecontact_pro</strong> folder locate a file called <strong>contact.php</strong></p>
<p>2. Highlight lines 1 &#8211; 5, copy this to your clipboard.</p>
<p><img class="alignnone size-full wp-image-27" title="simpleContact Pro" src="http://www.d3-creative.com/wp-content/uploads/2010/01/simplecontact-pro-config-1.jpg" alt="simpleContact" width="440" height="198" /></p>
<h3>Modify simplecontactform.php:</h3>
<p>1. Open <strong>simplecontactform.php</strong> paste the contents of your clipboard to line one.</p>
<p>2.<strong>IMPORTANT</strong> Change the sc_sdmin paths from:</p>
<p>&#8217;sc_admin/include/common.php&#8217;</p>
<p>to</p>
<p>&#8216;<strong>wp-content/themes/default/</strong>sc_admin/include/common.php&#8217;</p>
<p><img class="alignnone size-full wp-image-27" title="simpleContact Pro" src="http://www.d3-creative.com/wp-content/uploads/2010/01/simplecontact-pro-config-2.jpg" alt="simpleContact" width="440" height="198" /></p>
<p>Make sure you change the word default to the name of your theme folder.</p>
<p>2.  On line 11 write add this Wordpress template code:</p>
<p><img class="alignnone size-full wp-image-27" title="simpleContact Pro" src="http://www.d3-creative.com/wp-content/uploads/2010/01/simplecontact-pro-config-3.jpg" alt="simpleContact" width="440" height="198" /></p>
<p>Wordpress will now recognise this as a page template</p>
<p>3. Save these changes</p>
<h3>Grab more simpleContact Pro code:</h3>
<p>1. For the last time, go back to <strong>contact.php</strong> (located in the simplecontact_pro folder) and copy the code on lines 19 &#8211; 24.</p>
<p><img class="alignnone size-full wp-image-27" title="simpleContact Pro" src="http://www.d3-creative.com/wp-content/uploads/2010/01/simplecontact-pro-config-6.jpg" alt="simpleContact" width="440" height="198" /></p>
<h3>Modify simplecontactform.php:</h3>
<p>1. Open <strong>simplecontactform.php</strong> and paste the code you copied in the last step on to line 15</p>
<p>2. To help with positioning of the form wrap the code in a div, I always use a<br />
div called SimpleContact, this can be styled with CSS.</p>
<p><img class="alignnone size-full wp-image-27" title="simpleContact Pro" src="http://www.d3-creative.com/wp-content/uploads/2010/01/simplecontact-pro-config-5.jpg" alt="simpleContact" width="440" height="198" /></p>
<p>3. Save simplecontactform.php</p>
<p>4. Upload <strong>simplecontactform.php </strong>to your server, make sure it&#8217;s the correct theme folder, in this case we need to upload it to the <strong>default theme</strong> folder.</p>
<p>5. You are now ready to apply your new page Template in Wordpress.</p>
<h3>Activate the simplecontactform page template:</h3>
<p>1. Login to the Wordpress dashboard</p>
<p>2. Create a new <strong>page</strong> and call it contact (or anything you want).</p>
<p>3. Under Attributes (on the bottom right of the page) click on the Templates drop down menu, here you will see a page template called SimpleContactForm.</p>
<p><img class="alignnone size-full wp-image-27" title="simpleContact Pro" src="http://www.d3-creative.com/wp-content/uploads/2010/01/simplecontact-pro-config-7.jpg" alt="simpleContact" width="440" height="198" /></p>
<p>4. Select this template and press Publish.</p>
<p>You have successfully integrated simpleContact Pro into Wordpress. If you haven&#8217;t already installed/activated simpleContact Pro your new template won&#8217;t work.</p>
<p>Please refer to my previous tutorial for a detailed <a href="http://www.d3-creative.com/how-to-install-simplecontact-pro-for-wordpress/">guide to installing simpleContact Pro</a> for Wordpress.</p>
<p>Your new template will require a bit of tweaking to get it looking right, you may want to hide the page title by removing the relevant code from the <strong>simplecontact.php </strong>template. Positioning and other styling can be controlled with CSS.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.d3-creative.com/scp-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Case Study: Lee Jackson</title>
		<link>http://www.d3-creative.com/case-study-lee-jackson/</link>
		<comments>http://www.d3-creative.com/case-study-lee-jackson/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 17:00:02 +0000</pubDate>
		<dc:creator>S.Meehan</dc:creator>
				<category><![CDATA[About]]></category>

		<guid isPermaLink="false">http://www.d3-creative.com/?p=267</guid>
		<description><![CDATA[Lee Jackson is a professional Elvis Presley impersonator, he has toured the country with his live act, featured on the cover of Radio Times and appeared on TV as Elvis.

Lee Jackson&#8217;s old website needed modernising. He felt the most important problem was that he could not update the content himself.
The solution was to hire d3creative [...]]]></description>
			<content:encoded><![CDATA[<p>Lee Jackson is a professional Elvis Presley impersonator, he has toured the country with his live act, featured on the cover of Radio Times and appeared on TV as Elvis.<br />
<span id="more-267"></span></p>
<p>Lee Jackson&#8217;s old website needed modernising. He felt the most important problem was that he could not update the content himself.</p>
<p>The solution was to hire d3creative to design a build a <a href="http://www.elvispresleylookalike.com">new website</a>. The new website is powered by an easy to use Content Management System (CMS). This gives Lee the ability to regularly update the website himself.</p>
<p><a href="http://www.elvispresleylookalike.com"><img class="alignnone size-full wp-image-27" title="Lee Jackson" src="http://www.d3-creative.com/wp-content/uploads/2010/01/index.jpg" alt="Lee Jackson index page" width="446" height="295" /></a></p>
<p>Every website designed by d3creative comes with easy to follow step by step video tutorials that explain how simple it is  to make changes to your own website. See the <a rel="shadowbox;width=560;height=340;player=swf" title="How to add a news story to your website" href="http://www.youtube.com/v/KS4oOKFZrBE&amp;hl=en_US&amp;fs=1&amp;autoplay=1">example</a> below.</p>
<p><a href="http://www.youtube.com/v/KS4oOKFZrBE&amp;hl=en_US&amp;fs=1&amp;autoplay=1" rel="shadowbox[post-267];player=swf;width=560;height=340;"><img class="alignnone size-full wp-image-27" title="Lee Jackson" src="http://www.d3-creative.com/wp-content/uploads/2010/01/video.jpg" alt="Lee Jackson video tutorial" width="446" height="295" /></a></p>
<p>Lee&#8217;s new site does everything a professional entertainer requires. The website features six unique sections, all can be easily updated via the CMS.</p>
<ul>
<li><strong>1. Homepage</strong><br />
The homepage pulls information from other areas of the site to give a quick overview of the website.</li>
<li><strong>2. Gallery</strong><br />
The Gallery section features YouTube videos and photographs.</li>
<li><strong>3. News</strong><br />
Everytime a new story is added it automatically appears on the homepage.</li>
<li><strong>4. About</strong><br />
Detailed history of Lee Jackson performing as Elvis Presley.</li>
<li><strong>5. Contact</strong><br />
A professional contact form, with a newsletter subscription option.</li>
<li><strong>6. Events</strong><br />
Every live performer needs to keep their fans up to date with live appearances. As dates pass they are automatically removed from the website.</li>
</ul>
<p>This design features room for advertising, this space is ideal for website link exchanges.</p>
<p>If you are a live performer, impersonator, stand-up comedian or in a band d3creative can design and build a website for your needs.</p>
<p>Why not <a href="http://www.d3-creative.com/contact/">get in touch</a> today to see if d3creative can help you?</p>
<p><strong>Client:</strong> Lee Jackson<br />
<strong>Website:</strong> <a href="http://www.elvispresleylookalike.com">www.elvispresleylookalike.com</a><br />
<strong>CMS:</strong> Wordpress</p>
]]></content:encoded>
			<wfw:commentRss>http://www.d3-creative.com/case-study-lee-jackson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>simpleContact Pro</title>
		<link>http://www.d3-creative.com/how-to-install-simplecontact-pro-for-wordpress/</link>
		<comments>http://www.d3-creative.com/how-to-install-simplecontact-pro-for-wordpress/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 15:47:53 +0000</pubDate>
		<dc:creator>S.Meehan</dc:creator>
				<category><![CDATA[About]]></category>

		<guid isPermaLink="false">http://www.d3-creative.com/?p=239</guid>
		<description><![CDATA[A brief guide to installing simpleContact Pro on a Wordpress website.

The steps involved to install simpleContact Pro on a Wordpress based website are practically the same as installing it on a static HTML site. The only difference is explained at step four.
Installing simpleContact Pro is very easy. I will be using the default Wordpress template [...]]]></description>
			<content:encoded><![CDATA[<p>A brief guide to installing simpleContact Pro on a Wordpress website.<br />
<span id="more-239"></span><br />
The steps involved to install simpleContact Pro on a Wordpress based website are practically the same as installing it on a static HTML site. The only difference is explained at step four.</p>
<p>Installing simpleContact Pro is very easy. I will be using the <strong>default</strong> Wordpress template in this quick tutorial.</p>
<p>1. Unzip simpleContact Pro, locate the <strong>sc_admin folder</strong> and open the file called <strong>config.php</strong></p>
<p>2. Enter your database name, username and password. Save and close this file.</p>
<p><img class="alignnone size-full wp-image-27" title="simpleContact" src="http://www.d3-creative.com/wp-content/uploads/2009/11/simplecontact-pro-config.jpg" alt="simpleContact" width="440" height="198" /></p>
<p>3. Upload the <strong>sc_admin folder</strong> to your Wordpress theme folder, in this case I am using the <strong>default</strong> Wordpress theme.</p>
<p>4. At this point you are ready to activate simpleContact Pro. As you are installing this on a Wordpress site, you have to type in the absolute path to get to the simpleContact Pro login page.</p>
<p>www.yourwebsite.com/wp-content/themes/<strong>default</strong>/sc_admin/</p>
<p>5. If you have installed this in a theme other than the <strong>default</strong> theme, make sure you reflect this in the absolute path.</p>
<p><img class="alignnone size-full wp-image-27" title="simpleContact" src="http://www.d3-creative.com/wp-content/uploads/2009/11/simplecontact-pro-welcome-screen.jpg" alt="simpleContact" width="440" height="480" /></p>
<p>6. Fill in your details and setup simpleContact Pro to your own preferences.</p>
<p>SimpleContact Pro is now setup and you are ready to create your own Wordpress simpleContact Pro page template.</p>
<h3>Contact forms made easy</h3>
<p>simpleContact Pro adds a contact form and mailing list database to your website, with no programming. For designers it&#8217;s a solution, not just a script. For developers it saves time and money.</p>
<p>Website: <a href="http://www.simplecontactform.com/">www.simplecontactform.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.d3-creative.com/how-to-install-simplecontact-pro-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>simpleContact Lite</title>
		<link>http://www.d3-creative.com/installing-simplecontact-lite-on-your-website/</link>
		<comments>http://www.d3-creative.com/installing-simplecontact-lite-on-your-website/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 16:28:32 +0000</pubDate>
		<dc:creator>S.Meehan</dc:creator>
				<category><![CDATA[About]]></category>

		<guid isPermaLink="false">http://www.d3-creative.com/?p=189</guid>
		<description><![CDATA[This quick eight step guide will show you how easy it is to install simpleContact Lite on your own website.

This guide assumes you have already setup your database name, database username and database password. And you have already downloaded simpleContact Lite.
1. Inside the simpleContact Lite folder you will see two files and one folder.

2. Double [...]]]></description>
			<content:encoded><![CDATA[<p>This quick eight step guide will show you how easy it is to install <strong>simpleContact Lite</strong> on your own website.<br />
<span id="more-189"></span><br />
This guide assumes you have already setup your database name, database username and database password. And you have already downloaded <a href="http://www.simplecontactform.com/lite/">simpleContact Lite</a>.</p>
<p><strong>1.</strong> Inside the simpleContact Lite folder you will see two files and one folder.</p>
<p><img class="alignnone size-full wp-image-27" title="simpleContact" src="http://www.d3-creative.com/wp-content/uploads/2009/10/simplecontact-lite-folder-contents.jpg" alt="simpleContact" width="440" height="252" /></p>
<p><strong>2.</strong> Double click the simpleContact 1.2 folder and locate a file called <strong>sc_config.php</strong>, open it. Find lines 19, 20 and 21, enter your database name, database username and database password. Save these changes.</p>
<p><img class="alignnone size-full wp-image-27" title="simpleContact" src="http://www.d3-creative.com/wp-content/uploads/2009/10/simplecontact-lite-database-info.jpg" alt="simpleContact" width="440" height="252" /></p>
<p><strong>3.</strong> Upload the <em>contents</em> of simpleContact 1.2 (folder) to your web server. Make sure these files are in the same root folder as your index file.</p>
<p><strong>4.</strong> Now go to your website <strong>www.yourwebsitename.com/sc_admin</strong></p>
<p><strong>5.</strong> You will see this screen (see below). To create an account, enter your email address and choose a password.</p>
<p><img class="alignnone size-full wp-image-27" title="simpleContact" src="http://www.d3-creative.com/wp-content/uploads/2009/10/simplecontact-welcome-screen.jpg" alt="simpleContact" width="440" height="480" /></p>
<p><strong>6.</strong> <strong>Visit www.yourwebsitename.com/contact.php</strong> here you will see a basic simpleContact form. This contact page can be customised with CSS to blend in seamlessly with the rest of your website.</p>
<p><img class="alignnone size-full wp-image-27" title="simpleContact" src="http://www.d3-creative.com/wp-content/uploads/2009/10/simplecontact-lite-contact-form.jpg" alt="simpleContact" width="440" height="480" /></p>
<p><strong>8.</strong> Thats it, all done! Why not send yourself a test message?</p>
<h3>One last thing&#8230;</h3>
<p>Every part of <strong>simpleContact Lite</strong> is easy to use and well thought out. You probably won&#8217;t need it but below is a brief explanation of the five sections in the <strong>simpleContact Lite</strong> control panel.</p>
<p><strong>Contact fields</strong><br />
Tick the boxes you want show up on your form, you can also decide if they are required or not. This means the form won&#8217;t submit unless all the required information is provided. Nice.</p>
<p><strong>Recipients</strong><br />
Here you can add and remove email addresses that receive a notification every-time someone uses the contact form.</p>
<p><strong>Redirects</strong><br />
You can specify your own redirects here if needed. Just like your contact form these pages can also be easily styled with CSS.</p>
<p><strong>Response</strong><br />
This is set to off as default, turn it on if you want simpleContact Lite to automatically send out a thank you message when the contact form is submitted. The thank you message can be customised to your liking. Remember to save changes.</p>
<p><strong>User options</strong><br />
Here you can change your login email address and password.</p>
<h3>Pro version also available</h3>
<p>As you can see simpleContact Lite really is&#8230;. simple! This free version is perfect if you only require a basic contact form. The Pro version is avaliable for only $25 (£15).</p>
<p>The Pro version allows you more freedom to customise the form itself, change the order of fields all without touching a line of code. Very cool.</p>
<p>It&#8217;s very easy to upgrade from the Lite to the Pro version, simplecontact Pro can detect the Lite version and simply upgrades it, keeping your database intact.</p>
<p>Visit  the <a href="http://www.simplecontactform.com/">simpleContact Pro </a>website for a full list of features.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.d3-creative.com/installing-simplecontact-lite-on-your-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Website Solutions</title>
		<link>http://www.d3-creative.com/services-offeres/</link>
		<comments>http://www.d3-creative.com/services-offeres/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 15:19:09 +0000</pubDate>
		<dc:creator>S.Meehan</dc:creator>
				<category><![CDATA[About]]></category>

		<guid isPermaLink="false">http://www.d3-creative.com/?p=117</guid>
		<description><![CDATA[d3creative design and build high quality website solutions for small businesses all over the U.K.

Based in leafy South Manchester, d3creative are well positioned to work anywhere in the Northwest of England in-house or remotely.
Wordpress Websites
d3creative uses Wordpress as the foundation for all it&#8217;s websites. Wordpress is a Content Management System (CMS) that has become one [...]]]></description>
			<content:encoded><![CDATA[<p><strong>d3creative</strong> design and build high quality website solutions for small businesses all over the U.K.<br />
<span id="more-117"></span></p>
<p>Based in leafy South Manchester, <strong>d3creative</strong> are well positioned to work anywhere in the Northwest of England in-house or remotely.</p>
<h3>Wordpress Websites</h3>
<p><strong>d3creative</strong> uses Wordpress as the foundation for all it&#8217;s websites. Wordpress is a Content Management System (CMS) that has become one of the most popular ways to run a website, many blue chip companies use Wordpress.</p>
<p>Wordpress websites enable clients to maintain and edit their own websites, full training is provided via online video screen-casts and telephone support.</p>
<h3>Professional Web Design</h3>
<p>On a day-to-day basis website design and project management is carried out by d3creative founder Stephen Meehan. <strong>d3creative</strong> is also supported by team of professional freelance creatives specialising in Web Development, Graphic Design and Photography.</p>
<p>Why not <a href="http://www.d3-creative.com/contact/">get in touch</a> with <strong>d3creative</strong> to see if we can help you with your next web or print project?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.d3-creative.com/services-offeres/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About d3creative</title>
		<link>http://www.d3-creative.com/about-d3creative/</link>
		<comments>http://www.d3-creative.com/about-d3creative/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 14:38:14 +0000</pubDate>
		<dc:creator>S.Meehan</dc:creator>
				<category><![CDATA[About]]></category>

		<guid isPermaLink="false">http://www.d3-creative.com/?p=5</guid>
		<description><![CDATA[Setup in 2005, d3creative is the trading name of Website Designer Stephen Meehan. As an experienced and passionate website designer of eight years Stephen specialises in designing eye-catching, search engine friendly websites using CSS and XHTML.
Whether your company needs a brand new website, a content management system (CMS), a simple design update, or just some [...]]]></description>
			<content:encoded><![CDATA[<p>Setup in 2005, <strong>d3creative</strong> is the trading name of Website Designer Stephen Meehan. As an experienced and passionate website designer of eight years Stephen specialises in designing eye-catching, search engine friendly websites using CSS and XHTML.</p>
<p>Whether your company needs a brand new website, a content management system (CMS), a simple design update, or just some jargon free advice Stephen is always happy to help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.d3-creative.com/about-d3creative/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
