<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Aprium</title>
	<atom:link href="http://aprium.co/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://aprium.co</link>
	<description>I am a freelance web designer &#38; general coder</description>
	<lastBuildDate>Thu, 12 Apr 2012 08:11:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on CSS Remove Spacing Between Table Cells by David</title>
		<link>http://aprium.co/css-remove-spacing-between-table-cells/#comment-65</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 12 Apr 2012 08:11:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-65</guid>
		<description>Sure, but in addition you need to specifically remove the borders from tr and td elements - the whole solution being:

table
{
     border-collapse:collapse;
}
tr,td
{
     padding:0;
}

When you then need to re-instate some space between particular cells, add the following into that cell&#039;s CSS:

.spaced_cell
{
     margin-bottom:1px solid black;
}</description>
		<content:encoded><![CDATA[<p>Sure, but in addition you need to specifically remove the borders from tr and td elements &#8211; the whole solution being:</p>
<p>table<br />
{<br />
     border-collapse:collapse;<br />
}<br />
tr,td<br />
{<br />
     padding:0;<br />
}</p>
<p>When you then need to re-instate some space between particular cells, add the following into that cell&#8217;s CSS:</p>
<p>.spaced_cell<br />
{<br />
     margin-bottom:1px solid black;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving from Drupal 6 to WordPress 3.1 by Colin</title>
		<link>http://aprium.co/moving-from-drupal-6-to-wordpress-3-1/#comment-41</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Thu, 26 Jan 2012 13:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://aprium.dev/?p=187#comment-41</guid>
		<description>Hi Brian, the script will only bring over tags, comments and nodes. Its won&#039;t touch anything else like search indexes or cck fields. If you have spam in your node or comment table you could delete these records manually before running the import scripts. 

Probably a bit late now but have you tried mollom to stop spam in Drupal?</description>
		<content:encoded><![CDATA[<p>Hi Brian, the script will only bring over tags, comments and nodes. Its won&#8217;t touch anything else like search indexes or cck fields. If you have spam in your node or comment table you could delete these records manually before running the import scripts. </p>
<p>Probably a bit late now but have you tried mollom to stop spam in Drupal?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving from Drupal 6 to WordPress 3.1 by Brian</title>
		<link>http://aprium.co/moving-from-drupal-6-to-wordpress-3-1/#comment-40</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 26 Jan 2012 01:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://aprium.dev/?p=187#comment-40</guid>
		<description>Quick question that I haven&#039;t been able to find an answer to yet. Do I need to export ALL of my Drupal database tables, or can I limit it to certain ones? After looking at the ones in this code, I see that they match up consistently to my largest tables on Drupal (term_data, node, etc.).

The site I am trying to work on was started by someone even more inexperienced than me. Now it is being hammered by spam, which is affecting spam filters, search indexes, etc. By limiting it to certain tables I can cut the export down to one/third of the full size. Any idea if this will work?</description>
		<content:encoded><![CDATA[<p>Quick question that I haven&#8217;t been able to find an answer to yet. Do I need to export ALL of my Drupal database tables, or can I limit it to certain ones? After looking at the ones in this code, I see that they match up consistently to my largest tables on Drupal (term_data, node, etc.).</p>
<p>The site I am trying to work on was started by someone even more inexperienced than me. Now it is being hammered by spam, which is affecting spam filters, search indexes, etc. By limiting it to certain tables I can cut the export down to one/third of the full size. Any idea if this will work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving from Drupal 6 to WordPress 3.1 by Jordi Cabot</title>
		<link>http://aprium.co/moving-from-drupal-6-to-wordpress-3-1/#comment-18</link>
		<dc:creator>Jordi Cabot</dc:creator>
		<pubDate>Mon, 09 Jan 2012 01:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://aprium.dev/?p=187#comment-18</guid>
		<description>In case somebody is interested, a free Java version of a &quot;migration script&quot; to go from Drupal to Wordpress is available here: http://modeling-languages.com/migrating-drupal-6-to-wordpress-3/</description>
		<content:encoded><![CDATA[<p>In case somebody is interested, a free Java version of a &#8220;migration script&#8221; to go from Drupal to WordPress is available here: <a href="http://modeling-languages.com/migrating-drupal-6-to-wordpress-3/" rel="nofollow">http://modeling-languages.com/migrating-drupal-6-to-wordpress-3/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing the ImageCache Preset On The Fly by Anonymous</title>
		<link>http://aprium.co/changing-the-imagecache-preset-on-the-fly/#comment-16</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-16</guid>
		<description>I enjoyed reading your blog, I just have a few comments to leave. 

When working with templates the best practice approach would be to keep logic out of template files, and include this in template preprocess functions. If you do insist on doing this in a template file then you should use the imagecache theme function, rather than outputting the image code directly. This would make the code more portable. Something like:

&lt;?php
print theme(&#039;imagecache&#039;, &#039;thumbnail&#039;, $filepath);
?&gt;

There is a more elegant way to do this without resorting to template hacking if you use views attachments. You can attach a single result view to the top of your teaser list, and then set the offset for the teaser list to 1. That way you can apply different settings to the first item in the list.

All the best,

&lt;a href=&quot;http://www.darrenmothersele.com&quot;&gt;Darren&lt;/a&gt;.
</description>
		<content:encoded><![CDATA[<p>I enjoyed reading your blog, I just have a few comments to leave. </p>
<p>When working with templates the best practice approach would be to keep logic out of template files, and include this in template preprocess functions. If you do insist on doing this in a template file then you should use the imagecache theme function, rather than outputting the image code directly. This would make the code more portable. Something like:</p>
<p>< ?php<br />
print theme('imagecache', 'thumbnail', $filepath);<br />
?></p>
<p>There is a more elegant way to do this without resorting to template hacking if you use views attachments. You can attach a single result view to the top of your teaser list, and then set the offset for the teaser list to 1. That way you can apply different settings to the first item in the list.</p>
<p>All the best,</p>
<p><a href="http://www.darrenmothersele.com">Darren</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Best Espresso Colour Theme by Anonymous</title>
		<link>http://aprium.co/best-espresso-colour-theme/#comment-15</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-15</guid>
		<description>The new Espresso 2 Alpha is out, and with much better syntax and color scheming.

http://macrabbit.com/espresso/2/

&lt;img src=&quot;http://img339.imageshack.us/img339/1323/screenshot20110702at123.png&quot;&gt;</description>
		<content:encoded><![CDATA[<p>The new Espresso 2 Alpha is out, and with much better syntax and color scheming.</p>
<p><a href="http://macrabbit.com/espresso/2/" rel="nofollow">http://macrabbit.com/espresso/2/</a></p>
<p><img src="http://img339.imageshack.us/img339/1323/screenshot20110702at123.png"/></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Error in menu.inc on line 258 by Anonymous</title>
		<link>http://aprium.co/error-in-menu-inc-on-line-258/#comment-14</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-14</guid>
		<description>Thanks a lot. you saved my time</description>
		<content:encoded><![CDATA[<p>Thanks a lot. you saved my time</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on hook_uc_cart_alter by Anonymous</title>
		<link>http://aprium.co/hook_uc_cart_alter/#comment-13</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-13</guid>
		<description>Hello,I have list_province views.It has two fields:province and uid.I created views-view-fields--list_province.tpl.php.
In each province, I want to know how many members are there.I just could not do.How can I do.
Thanks...</description>
		<content:encoded><![CDATA[<p>Hello,I have list_province views.It has two fields:province and uid.I created views-view-fields&#8211;list_province.tpl.php.<br />
In each province, I want to know how many members are there.I just could not do.How can I do.<br />
Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A great PS3 and XBOX repair place in London. by colin</title>
		<link>http://aprium.co/a-great-ps3-and-xbox-repair-place-in-london/#comment-12</link>
		<dc:creator>colin</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-12</guid>
		<description>sure there is a link in the text called these guys.</description>
		<content:encoded><![CDATA[<p>sure there is a link in the text called these guys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Subversion Ignore tutuorial by Anonymous</title>
		<link>http://aprium.co/subversion-ignore-tutuorial/#comment-9</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-9</guid>
		<description>Thanks really helpful!</description>
		<content:encoded><![CDATA[<p>Thanks really helpful!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

