<?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 E-com DevBlog</title>
	<atom:link href="http://dev.tonic1394.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.tonic1394.com</link>
	<description>Spider-ball-vacuum</description>
	<lastBuildDate>Tue, 02 Feb 2010 22:31:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on gzip/deflate &#8211; a (fairly) quick how-to for XAMPP by Phil</title>
		<link>http://dev.tonic1394.com/2008/05/gzipdeflate-a-fairly-quick-how-to-for-xampp/comment-page-1/#comment-353</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Tue, 02 Feb 2010 22:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://dev.tonic1394.com/?p=31#comment-353</guid>
		<description>&lt;a href=&quot;#comment-340&quot; rel=&quot;nofollow&quot;&gt;@thofik&lt;/a&gt;
Sorry for the delay in replying, to test if your gzip is working I recommend using the &quot;web developer&quot; addon for Firefox. You can find that&lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/60&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;. There are other tools you can test with, both Chrome and Safari have developer tools that will show you what is being downloaded, the time it takes, and the file size. Another option you may want to look at is &lt;a href=&quot;http://code.google.com/speed/page-speed/&quot; rel=&quot;nofollow&quot;&gt;PageSpeed&lt;/a&gt; (by google), or &lt;a href=&quot;http://developer.yahoo.com/yslow/&quot; rel=&quot;nofollow&quot;&gt;Yahoo&#039;s YSlow&lt;/a&gt;.

Hope that helps.</description>
		<content:encoded><![CDATA[<p><a href="#comment-340" rel="nofollow">@thofik</a><br />
Sorry for the delay in replying, to test if your gzip is working I recommend using the &#8220;web developer&#8221; addon for Firefox. You can find that<a href="https://addons.mozilla.org/en-US/firefox/addon/60" rel="nofollow">here</a>. There are other tools you can test with, both Chrome and Safari have developer tools that will show you what is being downloaded, the time it takes, and the file size. Another option you may want to look at is <a href="http://code.google.com/speed/page-speed/" rel="nofollow">PageSpeed</a> (by google), or <a href="http://developer.yahoo.com/yslow/" rel="nofollow">Yahoo&#8217;s YSlow</a>.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on gzip/deflate &#8211; a (fairly) quick how-to for XAMPP by thofik</title>
		<link>http://dev.tonic1394.com/2008/05/gzipdeflate-a-fairly-quick-how-to-for-xampp/comment-page-1/#comment-340</link>
		<dc:creator>thofik</dc:creator>
		<pubDate>Tue, 12 Jan 2010 00:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://dev.tonic1394.com/?p=31#comment-340</guid>
		<description>what tools to test the gzip</description>
		<content:encoded><![CDATA[<p>what tools to test the gzip</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on gzip/deflate &#8211; a (fairly) quick how-to for XAMPP by Phil</title>
		<link>http://dev.tonic1394.com/2008/05/gzipdeflate-a-fairly-quick-how-to-for-xampp/comment-page-1/#comment-218</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Tue, 13 Oct 2009 14:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://dev.tonic1394.com/?p=31#comment-218</guid>
		<description>&lt;a href=&quot;#comment-215&quot; rel=&quot;nofollow&quot;&gt;@Keith Davis&lt;/a&gt; 
You may need to change some settings, it&#039;s been a while since I&#039;ve used the built-in mail server of XAMPP (Mercury Mail). Problems with email are usually a beast to chase down (as I&#039;m sure you are fully aware), they can range from a php configuration error, to unrecognized MX records when you try to send.

First thing I would check is that I had my mail server installed and running. Mercury Mail comes bundled with XAMPP, but is not enabled by default.

&lt;a href=&quot;http://www.perspicuousasmud.com/2008/10/24/setting-up-a-localhost-mailserver&quot; rel=&quot;nofollow&quot;&gt;See here&lt;/a&gt; for a blog post about setting it up (and testing with Thunderbird).

&lt;a href=&quot;http://www.danieltmurphy.com/setting-up-mercury-smtp/&quot; rel=&quot;nofollow&quot;&gt;Check this post&lt;/a&gt; for another set up list (with some edits to your php.ini file, don&#039;t give up, xmapp has about four of them).

If you follow those and still run into issues, it may have to do with the cforms plugin, or another server bouncing your email as spam (lack of legit mx records).

Hope it helps,
Phil</description>
		<content:encoded><![CDATA[<p><a href="#comment-215" rel="nofollow">@Keith Davis</a><br />
You may need to change some settings, it&#8217;s been a while since I&#8217;ve used the built-in mail server of XAMPP (Mercury Mail). Problems with email are usually a beast to chase down (as I&#8217;m sure you are fully aware), they can range from a php configuration error, to unrecognized MX records when you try to send.</p>
<p>First thing I would check is that I had my mail server installed and running. Mercury Mail comes bundled with XAMPP, but is not enabled by default.</p>
<p><a href="http://www.perspicuousasmud.com/2008/10/24/setting-up-a-localhost-mailserver" rel="nofollow">See here</a> for a blog post about setting it up (and testing with Thunderbird).</p>
<p><a href="http://www.danieltmurphy.com/setting-up-mercury-smtp/" rel="nofollow">Check this post</a> for another set up list (with some edits to your php.ini file, don&#8217;t give up, xmapp has about four of them).</p>
<p>If you follow those and still run into issues, it may have to do with the cforms plugin, or another server bouncing your email as spam (lack of legit mx records).</p>
<p>Hope it helps,<br />
Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on gzip/deflate &#8211; a (fairly) quick how-to for XAMPP by Keith Davis</title>
		<link>http://dev.tonic1394.com/2008/05/gzipdeflate-a-fairly-quick-how-to-for-xampp/comment-page-1/#comment-215</link>
		<dc:creator>Keith Davis</dc:creator>
		<pubDate>Mon, 12 Oct 2009 20:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://dev.tonic1394.com/?p=31#comment-215</guid>
		<description>Good to find a site with info on XAMPP local server setup.
I&#039;m using XAMPP to set up a Wordpress site before going live.
I&#039;m getting to know the cforms plugin but can&#039;t get it to send an email... do I have to change some of the XAMPP settings?
Hope you don&#039;t mind me asking a question not related to the post.</description>
		<content:encoded><![CDATA[<p>Good to find a site with info on XAMPP local server setup.<br />
I&#8217;m using XAMPP to set up a Wordpress site before going live.<br />
I&#8217;m getting to know the cforms plugin but can&#8217;t get it to send an email&#8230; do I have to change some of the XAMPP settings?<br />
Hope you don&#8217;t mind me asking a question not related to the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Summer 2009 LinkPost Extravaganza! by Phil</title>
		<link>http://dev.tonic1394.com/2009/08/summer-2009-linkpost-extravaganza/comment-page-1/#comment-151</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Mon, 31 Aug 2009 03:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://dev.tonic1394.com/?p=356#comment-151</guid>
		<description>&lt;a href=&quot;#comment-150&quot; rel=&quot;nofollow&quot;&gt;@Goran Web&lt;/a&gt; 
Goran, welcome to the devblog, I&#039;m happy that the LinkPosts are helping you out.  If I understand what you are in need of, you have a site that links to other sites and they are supposed to link back to the original site and you&#039;d like to verify that they do...

As far as link checking goes, I use a little program called &lt;a href=&quot;http://home.snafu.de/tilman/xenulink.html&quot; rel=&quot;nofollow&quot;&gt;&quot;Xenu Link Sleuth&quot;&lt;/a&gt; (the website is poor, but the tool is worth it).  Please note that this program may not be the solution to your problem.  Xenu will only check a domain and all the links on it (in your case the original site. Although you can specify the program to follow links many levels deep on outbound links, so it might work in returning the link back to your original site). The program does generate a report of all the broken/missing links that comes in rather handy.

I&#039;ll talk to some associates of mine and see if they have a tool that would better suit your needs.  I&#039;ll let you know what I find out, thanks.</description>
		<content:encoded><![CDATA[<p><a href="#comment-150" rel="nofollow">@Goran Web</a><br />
Goran, welcome to the devblog, I&#8217;m happy that the LinkPosts are helping you out.  If I understand what you are in need of, you have a site that links to other sites and they are supposed to link back to the original site and you&#8217;d like to verify that they do&#8230;</p>
<p>As far as link checking goes, I use a little program called <a href="http://home.snafu.de/tilman/xenulink.html" rel="nofollow">&#8220;Xenu Link Sleuth&#8221;</a> (the website is poor, but the tool is worth it).  Please note that this program may not be the solution to your problem.  Xenu will only check a domain and all the links on it (in your case the original site. Although you can specify the program to follow links many levels deep on outbound links, so it might work in returning the link back to your original site). The program does generate a report of all the broken/missing links that comes in rather handy.</p>
<p>I&#8217;ll talk to some associates of mine and see if they have a tool that would better suit your needs.  I&#8217;ll let you know what I find out, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Summer 2009 LinkPost Extravaganza! by Goran Web</title>
		<link>http://dev.tonic1394.com/2009/08/summer-2009-linkpost-extravaganza/comment-page-1/#comment-150</link>
		<dc:creator>Goran Web</dc:creator>
		<pubDate>Sun, 30 Aug 2009 15:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://dev.tonic1394.com/?p=356#comment-150</guid>
		<description>Thank you for the list of tools. I am hoping you could help me. I have spent the last few months looking for a really simple tool. I was hoping you would know of one that could help me.

I have a list of urls that we have added a link to, we have the anchor text, and we have the links that the anchor text is pointing to.

Every program that I have tried requires that we add a SINGLE DOMAIN and then it verifies that the link is pointing back.

I would like to upload a list of different domains that different links are pointing to.

Thus, I would add a csv containing  the link where the url is, the anchor text and the url the link  is pointing to and the software would verify that this is correct.

Thanks.</description>
		<content:encoded><![CDATA[<p>Thank you for the list of tools. I am hoping you could help me. I have spent the last few months looking for a really simple tool. I was hoping you would know of one that could help me.</p>
<p>I have a list of urls that we have added a link to, we have the anchor text, and we have the links that the anchor text is pointing to.</p>
<p>Every program that I have tried requires that we add a SINGLE DOMAIN and then it verifies that the link is pointing back.</p>
<p>I would like to upload a list of different domains that different links are pointing to.</p>
<p>Thus, I would add a csv containing  the link where the url is, the anchor text and the url the link  is pointing to and the software would verify that this is correct.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Summer 2009 LinkPost Extravaganza! by Sid</title>
		<link>http://dev.tonic1394.com/2009/08/summer-2009-linkpost-extravaganza/comment-page-1/#comment-109</link>
		<dc:creator>Sid</dc:creator>
		<pubDate>Wed, 05 Aug 2009 19:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://dev.tonic1394.com/?p=356#comment-109</guid>
		<description>How am I going to get any work done now?

*peers groggily back at screen, opens next link...*</description>
		<content:encoded><![CDATA[<p>How am I going to get any work done now?</p>
<p>*peers groggily back at screen, opens next link&#8230;*</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on gzip/deflate &#8211; a (fairly) quick how-to for XAMPP by Phil</title>
		<link>http://dev.tonic1394.com/2008/05/gzipdeflate-a-fairly-quick-how-to-for-xampp/comment-page-1/#comment-99</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Tue, 14 Jul 2009 04:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://dev.tonic1394.com/?p=31#comment-99</guid>
		<description>&lt;a href=&quot;#comment-98&quot; rel=&quot;nofollow&quot;&gt;@Jason&lt;/a&gt; Thanks for the tip, it&#039;s nice to have compression on auto so you don&#039;t have to pack around .htaccess files from project to project.</description>
		<content:encoded><![CDATA[<p><a href="#comment-98" rel="nofollow">@Jason</a> Thanks for the tip, it&#8217;s nice to have compression on auto so you don&#8217;t have to pack around .htaccess files from project to project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on gzip/deflate &#8211; a (fairly) quick how-to for XAMPP by Jason</title>
		<link>http://dev.tonic1394.com/2008/05/gzipdeflate-a-fairly-quick-how-to-for-xampp/comment-page-1/#comment-98</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 14 Jul 2009 02:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://dev.tonic1394.com/?p=31#comment-98</guid>
		<description>I found that instead of putting &quot;SetOutputFilter DEFLATE&quot; in a .htaccess file you can instead put at the bottom of &quot;/xampp/apache/conf/httpd.conf&quot; file to auto-load during start-up.</description>
		<content:encoded><![CDATA[<p>I found that instead of putting &#8220;SetOutputFilter DEFLATE&#8221; in a .htaccess file you can instead put at the bottom of &#8220;/xampp/apache/conf/httpd.conf&#8221; file to auto-load during start-up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EASEUS, Free Partition Magic-esque tool. by Sid</title>
		<link>http://dev.tonic1394.com/2009/06/easeus-free-partition-magic-esque-tool/comment-page-1/#comment-90</link>
		<dc:creator>Sid</dc:creator>
		<pubDate>Mon, 22 Jun 2009 19:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://dev.tonic1394.com/?p=350#comment-90</guid>
		<description>Cool! It seems to work for me too, and the fact that it&#039;s free helps too ;)</description>
		<content:encoded><![CDATA[<p>Cool! It seems to work for me too, and the fact that it&#8217;s free helps too <img src='http://dev.tonic1394.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.366 seconds -->
