<?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>wp-SwimTeam &#187; Rants</title>
	<atom:link href="http://www.wp-swimteam.org/category/rants/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wp-swimteam.org</link>
	<description>A WordPress plugin for swim team management</description>
	<lastBuildDate>Tue, 24 Jan 2012 22:21:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Why is my web site so sloooooooooow?</title>
		<link>http://www.wp-swimteam.org/2010/12/30/why-is-my-web-site-so-sloooooooooow/</link>
		<comments>http://www.wp-swimteam.org/2010/12/30/why-is-my-web-site-so-sloooooooooow/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 13:29:03 +0000</pubDate>
		<dc:creator>Mike Walsh</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[GoDaddy]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.wp-swimteam.org/?p=427</guid>
		<description><![CDATA[I apologize for how slow this web site has been lately.  I don&#8217;t visit it myself too often when I am not actively working on wp-SwimTeam so I was somewhat oblivious to it.  My sites are hosted with GoDaddy and I&#8217;ve never really had an issue with their shared hosting service.  It is cheap, easy [...]]]></description>
			<content:encoded><![CDATA[<p>I apologize for how slow this web site has been lately.  I don&#8217;t visit it myself too often when I am not actively working on wp-SwimTeam so I was somewhat oblivious to it.  My sites are hosted with <a href="http://www.godaddy.com">GoDaddy</a> and I&#8217;ve never really had an issue with their shared hosting service.  It is cheap, easy to administer, and for the low volume traffic I tend to get, more than adequate.</p>
<p>I called GoDaddy this morning to see why my sites was loading so slowly &#8211; I am seeing page load times of 30-40 seconds which is just plain silly.  It looks like another web site that I happen to be sharing the &#8220;shared&#8221; server with is consuming all of the resources.  GoDaddy is going to monitor it and see what is up.  I expect it will remain slow for at least a few days.  Hopefully they&#8217;ll figure out what it is and do something about it but they did tell me that if the other site isn&#8217;t violating their TOS, there isn&#8217;t much I can do about it.  They also suggested I look into a WordPress caching plugin.  I don&#8217;t have near the volume of data nor traffic to warrant a caching plugin but if the situation persists, I&#8217;ll look into it.</p>
<p>Bleh.  Even on a shared server there ought to be some expectation of &#8220;reasonable&#8221; performance.  I will continue to monitor the performance and see what I can do about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-swimteam.org/2010/12/30/why-is-my-web-site-so-sloooooooooow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meet Manager SDIF Compatibility</title>
		<link>http://www.wp-swimteam.org/2010/07/17/meet-manager-sdif-compatibility/</link>
		<comments>http://www.wp-swimteam.org/2010/07/17/meet-manager-sdif-compatibility/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 22:36:20 +0000</pubDate>
		<dc:creator>Mike Walsh</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[SDIF]]></category>
		<category><![CDATA[Hy-Tek]]></category>

		<guid isPermaLink="false">http://www.wp-swimteam.org/?p=393</guid>
		<description><![CDATA[I&#8217;ve been doing some research into Meet Manager and its ability to import an SDIF entries file.  Since so many teams use Meet Manager, getting data into it is pretty much of a requirement. I posted previously on this topic but this year, as I was preparing our entries for the Cary City Meet, I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing some research into <a href="http://www.hy-tekltd.com/swim/mm/index.html">Meet Manager</a> and its ability to import an SDIF entries file.  Since so many teams use Meet Manager, getting data into it is pretty much of a requirement.</p>
<p>I posted previously on this topic but this year, as I was preparing our entries for the <a href="http://www.swimccm.org">Cary City Meet</a>, I did some experiments.  Hy-tek now makes a demo version of Meet Manager available.  The demo version is limited to six (6) events which makes it useless for doing much real work but it is fine for some simple experiments like I wanted to do.</p>
<h2>What did I learn?</h2>
<p>Meet Manager is really picky about SDIF.  This really isn&#8217;t a surprise.  The first thing I ran into was SDIF files (which are ASCII) that go through e-mail as simple attachments rarely will read into Meet Manager successfully.  There is something about line endings that Meet Manager is unusually sensitive too.  This issue can be avoided by zipping an SDIF file before sending it via e-mail.  You can actually load the zip file into Meet Manager directly, Meet Manager will unzip it for you.</p>
<p>The real compatibility issue comes from D0 and E0 SDIF records which don&#8217;t have a seed time.  Meet Manager simply does not like records without a seed time (blank) even though the SDIF specification indicates this is legal.</p>
<p>To get past this issue, the SDIF file must contain either &#8220;NT&#8221; or &#8220;00:00.0&#8243; (right justified) in the seed time field AND the course code.  Meet Manager will accept both formats as &#8220;no seed time&#8221;.</p>
<p>Unfortunately Meet Manager still does not read heat and lane information from the SDIF record.  This is really a nuisance.  As near as I can tell the only way to get heat and lane information into Meet Manager is via a .CL2 file (maybe) or via a .HY3 file (definitely).  Of course both of these file formats, which are similar to SDIF, contain the Hy-tek proprietary checkum for each record.</p>
<p>I would really like to solve this problem as it would make interchanging data so much easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-swimteam.org/2010/07/17/meet-manager-sdif-compatibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another goofy e-mail from GoDaddy</title>
		<link>http://www.wp-swimteam.org/2008/08/19/another-goofy-e-mail-from-godaddy/</link>
		<comments>http://www.wp-swimteam.org/2008/08/19/another-goofy-e-mail-from-godaddy/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 04:24:17 +0000</pubDate>
		<dc:creator>Mike Walsh</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[cURL]]></category>
		<category><![CDATA[fsockopen]]></category>
		<category><![CDATA[GoDaddy]]></category>

		<guid isPermaLink="false">http://wp-swimteam.sourceforge.net/?p=104</guid>
		<description><![CDATA[I had another go-round with GoDaddy yesterday which resulted in another goofy e-mail.  I posted the fsockopen() example they had asked me to which timed out and GoDaddy responded with this: Dear Mike, I sincerely apologize for any confusion or frustration. You will need to specify the proxy in your coding. Applications that need to [...]]]></description>
			<content:encoded><![CDATA[<p>I had another go-round with GoDaddy yesterday which resulted in another goofy e-mail.  I posted the fsockopen() example they had asked me to which timed out and GoDaddy responded with this:</p>
<blockquote><p>Dear Mike,</p>
<p>I sincerely apologize for any confusion or frustration. You will need to specify the proxy in your coding. Applications that need to make outbound connections (port 443) will need to be made &#8220;proxy aware&#8221;. This will require additional coding to varying degrees, depending on the application. You will need to know the ip address and port of the proxy server in order to correctly modify your code. The ip of the proxy server is 64.202.165.130 and connections will be made on port 3128.</p>
<p>You will need to use this when coding with PHP:<br />
curl_setopt ($ch, CURLOPT_HTTPPROXYTUNNEL, TRUE);<br />
curl_setopt ($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);<br />
curl_setopt ($ch, CURLOPT_PROXY, <a href="http://64.202.165.130:3128/">http://64.202.165.130:3128</a>);<br />
curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, FALSE);</p>
<p>I hope this information helps.</p>
<p>Please let us know if we can assist you in any other way.</p>
<p>Sincerely,<br />
Lindsay C.<br />
Online Support Representative</p></blockquote>
<p>Right back to the cURL requirements which really don&#8217;t make any sense for fsockopen().  It really doesn&#8217;t matter as I chnaged the code which manages the Google Maps so it no longer needs it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-swimteam.org/2008/08/19/another-goofy-e-mail-from-godaddy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoDaddy&#8217;s PHP support is questionable</title>
		<link>http://www.wp-swimteam.org/2008/08/18/godaddys-php-support-is-questionable/</link>
		<comments>http://www.wp-swimteam.org/2008/08/18/godaddys-php-support-is-questionable/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 13:29:49 +0000</pubDate>
		<dc:creator>Mike Walsh</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[fsockopen]]></category>
		<category><![CDATA[GoDaddy]]></category>

		<guid isPermaLink="false">http://wp-swimteam.sourceforge.net/?p=100</guid>
		<description><![CDATA[Over the past few days I have had a back and forth e-mail dialog with GoDaddy Support regarding their PHP support (or lack there of).  Some of their responses are just silly.  Since they don&#8217;t support allow_url_fopen, I wanted to use cURL.  Well, apparently cURL isn&#8217;t supported with their Windows hosting service and even with [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past few days I have had a back and forth e-mail dialog with GoDaddy Support regarding their PHP support (or lack there of).  Some of their responses are just silly.  Since they don&#8217;t support allow_url_fopen, I wanted to use cURL.  Well, apparently cURL isn&#8217;t supported with their Windows hosting service and even with that, requires a proxy configuration.  So then I decided to use fsockopen() since <a href="http://help.godaddy.com/article/287">GoDaddy states it is supported for all PHP hosting plans</a>.</p>
<p>Well fsockopen() times out when I try using it.  I got the following from GoDaddy support:</p>
<blockquote><p>Dear Mike,</p>
<p>We apologize for the confusion.  While fsockopen() is supported you would need to be on an account that fully supports PHP.  You would need to switch to a Linux Hosting account.  If you do not wish to switch to a Linux Server, you would need to use custom coding.  Unfortunately, we do not provide coding or scripting support through this forum. I recommend performing a search on a search engine. I apologize for any inconvenience this may cause.</p>
<p>Please let us know if we can assist you in any other way.</p>
<p>Sincerely,<br />
 <br />
John B.<br />
Online Support<br />
Technician </p></blockquote>
<p>What kind of nonsense is this?  No where is it stated that it isn&#8217;t supported.  So respond to them and ask for a list of what is and isn&#8217;t supported with respect to running PHP under Windows.  This is what I got back in response &#8211; it is just nonsense &#8211; it points to me to a Linux configuration, how helpful is that?  Not only does it point to the wrong platform, but what it reports would indicate that what I want to do is supported!</p>
<blockquote><p>Dear Mike,</p>
<p>As our Windows IIS 7 plans support PHP 5.2.5, please refer to the following link for a full list of supported PHP options:</p>
<p>•  <a href="http://gilahacker.com/info.php5">http://gilahacker.com/info.php5</a></p>
<p>Please let us know if you have any further questions, comments, or concerns. Our service departments and telephone lines are open 24 hours a day, 365 days a year to accommodate your needs anytime.</p>
<p>You can reach us by phone to the following numbers:<br />
(480) 505-8877 Technical Support, Sales and Service<br />
(480) 505-8855 Billing</p>
<p>Or, you can send an email for speedy electronic service to the following address:<br />
<a href="mailto:support@supportwebsite.com">support@supportwebsite.com</a> &#8211; Technical Support, Sales and Service</p>
<p>We look forward to serving you in the future.</p>
<p>Please let us know if we can help in any other way.</p>
<p>Regards,<br />
Stacey P.<br />
Online Support</p></blockquote>
<p>It makes one wonder if their support people actualy read what is sent to them. So I responde back to them pointing out that their response was not very helpful and ask my question again as well as another request for what is and isn&#8217;t supported with PHP running under Windows.</p>
<p>My most recent response was a request for a code sample to see what isn&#8217;t working, hopefully this will resolve the issue once and for all, stay tuned!  The response also included a statement that they, GoDaddy, don&#8217;t have a document which articulates the differences between PHP support running under Windows and PHP support under Linux.</p>
<blockquote><p>Dear Mike,</p>
<p>We apologize for any inconvenience this may have caused you. Currently fsockopen() is supported on your hosting account. Please send us the full URL of a page we can duplicate the error you are having so that we can troubleshoot this error. Unfortunately, we do not provide technical support with third-party scripting issues. However if the issue is being caused by a misconfiguration on our server we would be happy to resolve this for you.</p>
<p>Unfortunately we do not have any documentation available that will show you the difference in the php configuration between out Linux and Windows accounts. We apologize for any inconvenience this may have caused you.</p>
<p>Please let us know if we can help you in any other way.</p>
<p>Sincerely,<br />
Jeremy T<br />
Online Support Technician</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-swimteam.org/2008/08/18/godaddys-php-support-is-questionable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More on Phoogle &amp; Google Maps</title>
		<link>http://www.wp-swimteam.org/2008/08/15/more-on-phoogle-google-maps/</link>
		<comments>http://www.wp-swimteam.org/2008/08/15/more-on-phoogle-google-maps/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 16:16:46 +0000</pubDate>
		<dc:creator>Mike Walsh</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[cURL]]></category>
		<category><![CDATA[fsockopen]]></category>
		<category><![CDATA[GoDaddy]]></category>
		<category><![CDATA[Snoopy]]></category>

		<guid isPermaLink="false">http://wp-swimteam.sourceforge.net/?p=95</guid>
		<description><![CDATA[The members of the WordPress Hackers mailing list are really helpful and usually a very clever bunch.  I posted my dilema last night and received a couple suggestions, one of which was to abandon cURL and use Snoopy because it is embedded with WordPress and therefore would always be avaialble. Sounds like a good idea [...]]]></description>
			<content:encoded><![CDATA[<p>The members of the <a title="WordPress Hackers" href="http://lists.automattic.com/mailman/listinfo/wp-hackers">WordPress Hackers</a> mailing list are really helpful and usually a very clever bunch.  I posted my dilema last night and received a couple suggestions, one of which was to abandon cURL and use <a href="http://snoopy.sourceforge.net">Snoopy</a> because it is embedded with WordPress and therefore would always be avaialble.</p>
<p>Sounds like a good idea so I check it out.  While I don&#8217;t care for the way the class is implemented (direct access to class variables), it if works, I don&#8217;t really care.  So I set it up and sure enough, it works in my development area.  Off the production server and nope, it doesn&#8217;t work either.  Snoopy depends on <a href="http://us2.php.net/fsockopen">fsockopen</a> which <a href="http://help.godaddy.com/article/287">GoDaddy says is supported on all PHP hosting plans</a> but it times out so I am guess what they have stated in their help system isn&#8217;t true.</p>
<p>Now I am not sure what to do other than to pursue a Javascript solution.  GoDaddy is quickly going on my &#8220;less than happy with&#8221; list.  I wonder if a Linux server would be any easier?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-swimteam.org/2008/08/15/more-on-phoogle-google-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Demo Site is running &#8230; sort of</title>
		<link>http://www.wp-swimteam.org/2008/08/15/demo-site-is-running-sort-of/</link>
		<comments>http://www.wp-swimteam.org/2008/08/15/demo-site-is-running-sort-of/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 11:55:05 +0000</pubDate>
		<dc:creator>Mike Walsh</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[cURL]]></category>
		<category><![CDATA[GoDaddy]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Phoogle]]></category>

		<guid isPermaLink="false">http://wp-swimteam.sourceforge.net/?p=90</guid>
		<description><![CDATA[The nice folks at WinSwim are interested in what I am doing with this plugin and have offered to host a demo site.  You can find it at:  http://wp.winswim.com  The demo site is running for the most part, if you are interested in trying it out, go ahead and register with the demo site then [...]]]></description>
			<content:encoded><![CDATA[<p>The nice folks at <a title="WinSwim" href="http://www.winswim.com">WinSwim</a> are interested in what I am doing with this plugin and have offered to host a demo site.  You can find it at:  <a href="http://wp.winswim.com">http://wp.winswim.com</a>  The demo site is running for the most part, if you are interested in trying it out, go ahead and register with the demo site then drop me an e-mail so I can change your permissions so you can actually do something other than register sample swimmers.</p>
<p>I say the demo site is running &#8220;sort of&#8221; because just about everything is working although there are a few bugs I know of (e.g. defining age groups).  The one thing which isn&#8217;t working and it is driving me nuts is the ability to display a Google Map.  This is a really nice feature that my own team used quite a bit this year.</p>
<p>I have encapsulated a class called <a title="Phoogle" href="http://www.systemsevendesigns.com/phoogle">Phoogle</a> within wp-SwimTeam and it worked just fine in my development area and on the <a title="MacDolphins" href="http://www.macdolphins.org">MacDolphins</a> site.  Phoogle relies on a PHP configuration option known as <a href="http://us.php.net/manual/en/filesystem.configuration.php">allow_url_fopen</a> which basically allows PHP to open a web page on an external site and read the content like it would a local file.  It&#8217;s a nice feature but one that a lot of web hosting providers turn off.  In fact, the host for the demo site has it turned off.</p>
<p>There is another technology called cURL which for all practical purposes, accomplishes what allow_url_fopen does although it is a little more involved.  I enhanced Phoogle to use cURL if allow_url_fopen is disabled and it worked just fine in my development area.  Great!  The change was pretty simple too.  Uploaded to the production server and nothing.  It doesn&#8217;t work there.  It turns out that <a title="GoDaddy" href="http://www.godaddy.com">GoDaddy</a> (the web hosting provider) has a <a href="http://help.godaddy.com/article/289">goofy cURL implementation</a> which requires the use of a proxy.</p>
<p>After a much trial and error and a couple e-mails with GoDaddy support, all I have accomplished is a partial cURL request.  I am unable to get a complete response which prevents the map from being displayed.  I then got another e-mail from GoDaddy telling me that cURL is only supported on their Linux hosting environments not under Windows (even though it is enabled in PHP.ini).  Bleh.  ;-(</p>
<p>I think for now when I find a short code, I will check the allow_url_fopen setting and if it is off, will issue a warning during the short code processing.  There is probably a way to interact with the <a title="Google Maps API" href="http://code.google.com/apis/maps/">Google Maps API</a> via Javascript, I guess I will need to look into that.  It is really too bad, the Phoogle solution was really simple to use.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-swimteam.org/2008/08/15/demo-site-is-running-sort-of/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Struggling with MS Access</title>
		<link>http://www.wp-swimteam.org/2008/07/18/struggling-with-ms-access/</link>
		<comments>http://www.wp-swimteam.org/2008/07/18/struggling-with-ms-access/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 14:22:24 +0000</pubDate>
		<dc:creator>Mike Walsh</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[WinSwim]]></category>

		<guid isPermaLink="false">http://wp-swimteam.sourceforge.net/?p=45</guid>
		<description><![CDATA[While it isn&#8217;t really relevant to the wp-swimteam plugin, it is related to swim team.  Our team is using WinSwim for meet management which relies on Crystal Reports for generating reports.  I have been customizing reports for our team and am working on one which requires me to really poke into Access. I have done [...]]]></description>
			<content:encoded><![CDATA[<p>While it isn&#8217;t really relevant to the wp-swimteam plugin, it is related to swim team.  Our team is using WinSwim for meet management which relies on Crystal Reports for generating reports.  I have been customizing reports for our team and am working on one which requires me to really poke into Access.</p>
<p>I have done quite a bit of work with MySQL so it is frustrating to encounter SQL constructs which Access doen&#8217;t support.  Right now I am struggling with how to determine if a table in Access already exists and if it does, I want to drop it.  What a PITA.  Access doesn&#8217;t support the DROP TABLE IF EXISTS construct which MySQL (and others) support.</p>
<p>If you know how to do this, please tell me how in the comments!  <img src='http://www.wp-swimteam.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-swimteam.org/2008/07/18/struggling-with-ms-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>High on WinSwim, low on MeetManager</title>
		<link>http://www.wp-swimteam.org/2008/06/03/high-on-winswim-low-on-meetmanager/</link>
		<comments>http://www.wp-swimteam.org/2008/06/03/high-on-winswim-low-on-meetmanager/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 14:41:14 +0000</pubDate>
		<dc:creator>Mike Walsh</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://wp-swimteam.sourceforge.net/?p=28</guid>
		<description><![CDATA[I have posted on this subject before but after spending a bunch of time with WinSwim this weekend I want to talk about it again.  I really like WinSwim.  Gary Wood (the author) provides top notch support.  I have run into a few bugs and his turn-around time to fix them is phenominal, usually within [...]]]></description>
			<content:encoded><![CDATA[<p>I have posted on this subject before but after spending a bunch of time with WinSwim this weekend I want to talk about it again.  I really like <a title="WinSwim" href="http://www.winswim.com">WinSwim</a>.  Gary Wood (the author) provides top notch support.  I have run into a few bugs and his turn-around time to fix them is phenominal, usually within a day or so.</p>
<p>The last one was a wierd one though.  I was unable to run any of WinSwim&#8217;s reports.  I installed it on my wife&#8217;s computer and they ran fine.  WFT?!?  I provided a slew of data to WinSwim Support and got an e-mail back from Gary explaining that in his opinion, what was happening was I likely had Hytek&#8217;s Meet Manager installed (I do) as it uses an old version of Crystal Reports, the same Report Module which WinSwim uses.  Because WinSwim expects the newer version, they won&#8217;t work.  Bleh, what a mess.  I am still trying to figure out how to rectify this situation.  I can&#8217;t imagine what I&#8217;d do without Gary&#8217;s support.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-swimteam.org/2008/06/03/high-on-winswim-low-on-meetmanager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It shouldn&#8217;t be this hard &#8230;</title>
		<link>http://www.wp-swimteam.org/2008/04/08/this-shouldnt-be-this-hard/</link>
		<comments>http://www.wp-swimteam.org/2008/04/08/this-shouldnt-be-this-hard/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 20:38:18 +0000</pubDate>
		<dc:creator>Mike Walsh</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Progress]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[SDIF]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Hy-Tek]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://wp-swimteam.sourceforge.net/?p=12</guid>
		<description><![CDATA[Today I finished the first pass on generating an SDIF file for the roster.  I sent it to Hy-Tek and it doesn&#8217;t import.  Great.  Apparently they don&#8217;t seem to support all of the SDIF specification, just some of it.  No mention of that anywhere on their web site. On the plus side, I found a [...]]]></description>
			<content:encoded><![CDATA[<p>Today I finished the first pass on generating an SDIF file for the roster.  I sent it to Hy-Tek and it doesn&#8217;t import.  Great.  Apparently they don&#8217;t seem to support all of the SDIF specification, just some of it.  No mention of that anywhere on their web site.</p>
<p>On the plus side, I found a <a title="SDIF 3.0 Specification" href="http://www.winswim.com/ftp/Standard%20Data%20Interchange%20Format.pdf">better version of the SDIF specification</a> on the WinSwim web site.  If I can get WinSwim to digest the SDIF file I generated, I may push our team to use it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-swimteam.org/2008/04/08/this-shouldnt-be-this-hard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SDIF Checker!</title>
		<link>http://www.wp-swimteam.org/2008/04/08/sdif-checker/</link>
		<comments>http://www.wp-swimteam.org/2008/04/08/sdif-checker/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 15:29:32 +0000</pubDate>
		<dc:creator>Mike Walsh</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[SDIF]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Hy-Tek]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://wp-swimteam.sourceforge.net/?p=11</guid>
		<description><![CDATA[I have been trading e-mail with a support guy at Hy-Tek regading Team Manager&#8217;s ability to import SDIF.  After our dialog, I am not sure Team Manager can import the roster I am trying to generate.  It can import results but based on the samples Hy-Tek sent me, it isn&#8217;t clear if it will deal [...]]]></description>
			<content:encoded><![CDATA[<p>I have been trading e-mail with a support guy at Hy-Tek regading Team Manager&#8217;s ability to import SDIF.  After our dialog, I am not sure Team Manager can import the roster I am trying to generate.  It can import results but based on the samples Hy-Tek sent me, it isn&#8217;t clear if it will deal with the D1 and D2 records or not.  Since they won&#8217;t send me an evaluation version, only the Lite version which doesn&#8217;t support SDIF import, I have to sending them my SDIF file for them to import and see what I get back.</p>
<p>I am also looking at <a title="WinSwim" href="http://www.winswim.com">WinSwim</a> which actually looks like a better solution for most club swim teams.  WinSwim also offers a really useful <a title="WinSwim SDIF Checker" href="http://www.winswim.com/sdifchk.htm">SDIF Checker</a> which will help me out greatly.  Using the checker, I should be able to send Hy-Tek what I believe is a good SDIF file.</p>
<p>It really boggles my mind that Hy-Tek is the defacto standard when their tool is so hard to use and to get data in and out of.  Convincing our team that WinSwim may be a better choice for us will be no small feat.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-swimteam.org/2008/04/08/sdif-checker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

