<?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>GssEziSoft &#187; Chrome Browser, HTML5 and Dynamic CSS files | GssEziSoft</title>
	<atom:link href="http://www.gssezisoft.com/main/index.php/category/software/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gssezisoft.com/main</link>
	<description>Easy to use software</description>
	<lastBuildDate>Sat, 28 Apr 2012 12:49:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Chrome Browser, HTML5 and Dynamic CSS files</title>
		<link>http://www.gssezisoft.com/main/index.php/2011/12/19/chrome-browser-html5-and-dynamic-css-files/</link>
		<comments>http://www.gssezisoft.com/main/index.php/2011/12/19/chrome-browser-html5-and-dynamic-css-files/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 19:16:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.gssezisoft.com/main/?p=709</guid>
		<description><![CDATA[Problem I spent eight hours yesterday trying to get a webpage for another site working in HTML5. It just didn&#8217;t make the slightest bit of sense. I&#8217;d make changes to the CSS file and nothing would happen. I&#8217;d refresh and &#8230; <a href="http://www.gssezisoft.com/main/index.php/2011/12/19/chrome-browser-html5-and-dynamic-css-files/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>Problem</h2>
<p>I spent eight hours yesterday trying to get a webpage for another site working in HTML5. It just didn&#8217;t make the slightest bit of sense.</p>
<p>I&#8217;d make changes to the CSS file and nothing would happen. I&#8217;d refresh and clear the browser cache but it still wouldn&#8217;t work.</p>
<p>Yet adding style to the element in the html file worked.</p>
<p>The CSS file was there. You could even see it as a Resource in the Chrome Developer&#8217;s Tools.</p>
<p>However, the Developer&#8217;s Tools was only showing some of the CSS information.</p>
<h2>Cause</h2>
<p>It turns out that Chrome ignores your CSS file if it isn&#8217;t served with a MIME type of &#8220;text/css&#8221;; despite being in a tag that says &#8216;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8230;&#8217;.</p>
<p>I&#8217;m not sure if it is only this fussy when you stick in a &lt;!DOCTYPE html&gt; tag (html5).</p>
<h2>Solution</h2>
<p>The CSS file was being generated by a PHP script on the server so the solution was to add a line at the top like:<br />
header(&#8216;Content-type: text/css&#8217;);</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gssezisoft.com/main/index.php/2011/12/19/chrome-browser-html5-and-dynamic-css-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SaveMail &#8211; Run-time error &#8217;380&#8242;</title>
		<link>http://www.gssezisoft.com/main/index.php/2009/07/24/savemail-run-time-error-380/</link>
		<comments>http://www.gssezisoft.com/main/index.php/2009/07/24/savemail-run-time-error-380/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 22:47:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[savemail]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.gssezisoft.com/main/?p=242</guid>
		<description><![CDATA[This was first noticed with SaveMail version 1.00.0040 but it is probably an issue for earlier versions too. You get a message like: This happens if there are no items in the &#8220;Contents&#8221; list when you press &#8220;Save&#8221;. I&#8217;d chosen &#8230; <a href="http://www.gssezisoft.com/main/index.php/2009/07/24/savemail-run-time-error-380/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This was first noticed with SaveMail version 1.00.0040 but it is probably an issue for earlier versions too.</p>
<p>You get a message like:</p>
<p><a href="http://www.gssezisoft.com/main/wp-content/uploads/2011/06/SaveMail-Error.jpg"><img src="http://www.gssezisoft.com/main/wp-content/uploads/2011/06/SaveMail-Error.jpg" alt="" title="SaveMail Error" width="182" height="133" class="alignnone size-full wp-image-320" /></a></p>
<p>This happens if there are no items in the &#8220;Contents&#8221; list when you press &#8220;Save&#8221;.</p>
<p><a href="http://www.gssezisoft.com/main/wp-content/uploads/2011/06/SaveMail-Error-2.jpg"><img src="http://www.gssezisoft.com/main/wp-content/uploads/2011/06/SaveMail-Error-2.jpg" alt="" title="SaveMail Error, 2" width="562" height="304" class="alignnone size-full wp-image-321" /></a></p>
<p>I&#8217;d chosen a &#8220;Mail Folder&#8221; and selected a &#8220;Save to&#8221; directory but hadn&#8217;t pressed &#8220;Search&#8221; before pressing &#8220;Save&#8221;.</p>
<p>I&#8217;ve added code to check that there are items in the list when you press &#8220;Save&#8221; so future versions will be more helpful about the problem.</p>
<p>(If you are a programmer that found this article because you were looking for Run-time error 380, the problem was setting a progress bar maximum to 0. This may be your problem too but there are other things that could cause it. I suggest running your program in the Integrated Development Environment and seeing which line trips the error.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gssezisoft.com/main/index.php/2009/07/24/savemail-run-time-error-380/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PAD Program to Submit Software</title>
		<link>http://www.gssezisoft.com/main/index.php/2009/07/22/pad-program-to-submit-software/</link>
		<comments>http://www.gssezisoft.com/main/index.php/2009/07/22/pad-program-to-submit-software/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 22:16:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.gssezisoft.com/main/?p=248</guid>
		<description><![CDATA[So, you&#8217;ve written a fantastic shareware or freeware program that does great things. It is probably really useful and will bring some benefit to the world &#8211; even if it is only in a small niche. Thank you. However, it &#8230; <a href="http://www.gssezisoft.com/main/index.php/2009/07/22/pad-program-to-submit-software/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So, you&#8217;ve written a fantastic shareware or freeware program that does great things. It is probably really useful and will bring some benefit to the world &#8211; even if it is only in a small niche. Thank you.</p>
<p>However, it is only useful if people know about it. If your software is shareware or freeware you probably meant others to use it. To use it they have to know about it. And if its shareware you probably want someone to buy it so you can feed the kids.</p>
<p>Okay. Where to from here? how do you make it all happen?</p>
<p><strong>Cover the basics first.</strong></p>
<p>* You ought to <a href="http://www.gssezisoft.com/main/index.php/2011/06/05/setting-up-a-website">set up a website</a> for your program or your business or you.<br />
* You need to set up at least a few web pages on your site.<br />
You must have at least one page describing your software program. &#8220;Contact Us&#8221; and &#8220;FAQ&#8221; (Frequently Asked Questions) pages are also good ones to add.<br />
* Upload your software to your website.<br />
* Create a 32&#215;32 GIF icon file for your program.<br />
You may have an icon already as part of your program. If so, odds are you&#8217;ll need to convert this to a GIF file. (There are freeware programs that do this e.g. IcoFX). Upload the GIF to your website.<br />
* Do a screen print of your program and upload this as a JPG file.<br />
It ought to be a standard size like 640&#215;480 or 800&#215;600. You can use Paint to center a smaller screen print on a standard size canvas.</p>
<p><strong>Now Get Your Software Known</strong></p>
<p>Step 1. Get a copy of <a href="http://www.asp-shareware.org/pad/downloads/PADSetup.exe">PADGen</a> from the Association of Shareware Professionals.<br />
Step 2. Install it and fill in your company&#8217;s details (or your details).<br />
Step 3. Fill in your program&#8217;s details.<br />
Step 4. Build a PAD file for your program.<br />
Step 5. Copy it to your website.<br />
Step 6. Get a <a href="/main/index.php/support/ezisubmit/">PAD program to submit software</a> to lots of software download sites and use it.<br />
Step 7. Promote your software.</p>
<p><strong>More Info</strong></p>
<p>Check out <a href="/main/index.php/2011/06/02/introduction-to-pad-file-submission-tools">Introduction to PAD file Submission Tools</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.gssezisoft.com/main/index.php/2009/07/22/pad-program-to-submit-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Submit PAD Files to 500 Sites</title>
		<link>http://www.gssezisoft.com/main/index.php/2009/07/21/submit-pad-files-to-500-sites/</link>
		<comments>http://www.gssezisoft.com/main/index.php/2009/07/21/submit-pad-files-to-500-sites/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 05:42:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ezisubmit]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.gssezisoft.com/main/?p=250</guid>
		<description><![CDATA[We&#8217;ve done our first data file update for EziSubmit and, even though we were going to charge a minimal fee for updates, we&#8217;ve made it FREE. What&#8217;s more, the update gives you 100 more download sites to which you can &#8230; <a href="http://www.gssezisoft.com/main/index.php/2009/07/21/submit-pad-files-to-500-sites/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve done our first data file update for <a href="/main/index.php/support/ezisubmit">EziSubmit</a> and, even though we were going to charge a minimal fee for updates, we&#8217;ve made it FREE.</p>
<p>What&#8217;s more, the update gives you 100 more download sites to which you can submit your software. What was a really good program that allowed you to submit PAD files for your shareware or freeware programs to 400 sites; now gives you 500!</p>
<p>That is a pretty cool upgrade &#8211; for nothing.</p>
<p>Click here to <a href="/download.php?i=EziSubmit&#038;f=EziSubmit-Data-2009.07.20-install.exe">download the data file update</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.gssezisoft.com/main/index.php/2009/07/21/submit-pad-files-to-500-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Review of Submit PAD File Tools</title>
		<link>http://www.gssezisoft.com/main/index.php/2009/05/03/a-review-of-submit-pad-file-tools/</link>
		<comments>http://www.gssezisoft.com/main/index.php/2009/05/03/a-review-of-submit-pad-file-tools/#comments</comments>
		<pubDate>Sat, 02 May 2009 19:04:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.gssezisoft.com/main/?p=88</guid>
		<description><![CDATA[What is the best, easiest, simplest and fastest way to submit your software PAD File to the download sites? If you don&#8217;t want to read all the details, just the answer, click here. Background A PAD File allows you to &#8230; <a href="http://www.gssezisoft.com/main/index.php/2009/05/03/a-review-of-submit-pad-file-tools/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>What is the best, easiest, simplest and fastest way to submit your software PAD File to the download sites?</p>
<p>If you don&#8217;t want to read all the details, just the answer, <a href="http://www.gssezisoft.com/go.php?i=EziSubmit">click here</a>.</p>
<p><H2>Background</H2></p>
<p>A PAD File allows you to record all of the information about one of your programs in one spot. This is great for software listing sites, and great for you as you don&#8217;t have to retype the information into every one of those sites.</p>
<p>If you are new to PAD Files, <a href="http://www.gssezisoft.com/go.php?page=articles&#038;id=1">Introduction to PAD File Submission Tools</a> gives a good overview.</p>
<p><H2>Key Criteria</h2>
<p>Some of the things we look for in a PAD submission tool include:</p>
<ul>
<li>How many sites does it submit to? </li>
<li>How easy is it to use?</li>
<li>How up-to-date or updateable is it?</li>
<li>What does it cost?</li>
</ul>
<p>Other things worth considering are:</p>
<ul>
<li>Does it deal with captchas? And if so, how?</li>
<li>Does it produce a log showing what worked and what didn&#8217;t?</li>
<li>Can you resubmit to just the ones that didn&#8217;t work?</li>
</ul>
<p><H3>How Many Sites?</h3>
<p>If you are going to use a tool to automate a process and the tool only works for five sites you may find it is easier to submit by hand.</p>
<p>Any tool has some setup effort, if only telling it where your PAD file is. In addition there is some time spent getting familiar with the tool – even if you only run it up with standard settings, to do basic things, you need to find the &#8220;go&#8221; button and look at and dismiss the other screen elements. Add a (hopefully) small amount of time to download and install the tool.</p>
<p>Given the setup effort, if it is only going to automate five sites the savings per site is going to have to be pretty high. More sites means a greater chance of saving your time. The whole point of a PAD File submission tool is to save you time. You wouldn&#8217;t even be looking at these if you didn&#8217;t want to get more submissions in less time.</p>
<p><H3>How Easy?</h3>
<p>This is more of the same. If it takes 250 keystrokes to submit to one site then, frankly, you are better off skipping a PAD file and typing the whole lot in by hand at every site.</p>
<p>Likewise, if you have to spend three days reading a manual to figure out how to upload your first file then perhaps the tool isn&#8217;t the one you need. Of course, if after you&#8217;ve spent the three days reading it submits to 10,000 sites in 10 seconds maybe it is a good tool. BUT it is going to have to be VERY good to make up for the three days. The other concern is that if you never got through the manual it may be completely useless. Not everyone reads the manual these days.</p>
<p>You need something that you can use without a lot of thinking and without a lot of typing and / or clicking.</p>
<p><H3>How Up-To-Date?</h3>
<p>This relates to how many sites. I found a great tool that was even free. It only did 100 sites but, hey, that&#8217;s 100 I don&#8217;t have to do right? Wrong, unfortunately.</p>
<p>It was so old that the sites it submitted to, were either long gone or long since modified. In either case &#8220;submissions&#8221; completely failed. And rather than being 100 I didn&#8217;t have to do, it was more like 5 or 10. This would have been of some use except I had no idea which 5 or 10 had worked. I found out later (with another tool) when I got otherwise inexplicable &#8220;already submitted&#8221; responses at a few websites.</p>
<p>Ideally, you want a tool that is always up-to-date. In practice that means updates. Updates mean &#8220;by them&#8221; or &#8220;by you&#8221;. &#8220;By them&#8221; may be free, free for a while, or at a cost. &#8220;By you&#8221; means a greater drain on your time and requires an open interface which is rarely the case. Probably the best of both worlds would be updates &#8220;by them&#8221; but with a facility to allow updates &#8220;by you&#8221;. This means that if &#8220;they&#8221; vanish, &#8220;you&#8221; are not left high and dry on the rocks after paying for now-obsolete software.</p>
<p><H3>How Much Does it Cost?</h3>
<p>This is a rather self-evident criteria. Starting developers on a shoestring will put greater emphasis on this one. If you have already built a thriving business you can be more flexible.</p>
<p><H3>Others</h3>
<p>Many download sites have introduced &#8220;Captchas&#8221; to prevent automatic submissions. See <a href="http://www.gssezisoft.com/go.php?page=articles&#038;id=1">Introduction to PAD File Submission Tools</a> for details. If the tool doesn&#8217;t handle captchas, submits to 400 sites, and includes 300 sites which require a captcha value to be entered; it only really does 100 sites.</p>
<p>If you don&#8217;t know a submission didn&#8217;t happen or that it was rejected then your submission plan is going down the gurgler. If you don&#8217;t know, you can&#8217;t fix it. You need some sort of log. This can also be good for sites which respond with &#8220;Thank you for your submission. It will be reviewed in 2-3 days and, if approved, published.&#8221; It can be good to look back later at when the &#8220;2-3 days&#8221; started.</p>
<p>Knowing that a submission failed won&#8217;t do you much good if you can&#8217;t change the situation and resubmit. If you have to do the whole run (all sites) all over again, you are going to annoy some sites. Annoy them enough and you&#8217;ll get blacklisted. Being able to redo failed submission is useful.</p>
<p><H2>The Best Submit PAD File Tool</h2>
<p>We&#8217;re biased here because we have one of our own. However, the reason we have our own is because we felt that what was available, didn&#8217;t stack up against how important each of the criteria were to us.</p>
<p><H3>EziSubmit</h3>
<p><img width=409 height=355 src="http://www.gssezisoft.com/articles/0002/image001.jpg" alt="EziSubmit - Browser Screen"></p>
<p><H4>How Many Sites?</h4>
<p>This submits to 400 sites (50 for free during the trial period).</p>
<p><H4>How Easy?</h4>
<p>It looks easy to use and it is. Submissions can be done in 3 clicks per site (&#8220;Submit&#8221;, the site&#8217;s submit button, and Pass&#8221; (or &#8220;Fail&#8221;)) . Some sites require captchas and / or program category selections – these take more clicks / some keystrokes.</p>
<p>You see what is happening as it happens. You know exactly what is going on (or not going on).</p>
<p><H4>How Up-to-Date?</h4>
<p>It was written this year (2009) and updates are stated as &#8220;will be available&#8221;. Updates are planned at $5 USD each but you will only need one whenever you choose to bring it up-to-date. It has an open interface so you don&#8217;t have to pay for ANY updates – you can do them yourself if you like.</p>
<p><H4>How Much?</h4>
<p>It is only $29.95 USD.</p>
<p><H4>Captchas</h4>
<p>The software allows you to enter captcha values at sites that require them.</p>
<p><H4>Log</h4>
<p>There is a log with date, time, site and result.</p>
<p><H4>Other</h4>
<p>You can <a href="http://www.gssezisoft.com/go.php?i=EziSubmit">find out about EziSubmit</a>, <a href="http://www.gssezisoft.com/download.php?i=EziSubmit&#038;f=EziSubmit-Pro-Install.exe">download a trial version</a> or <a href="http://www.regnow.com/softsell/nph-softsell.cgi?item=20274-2">buy it now</a>.</p>
<p><H2>The Competition</h2>
<p>If you are looking for a commercial software submission tool you&#8217;ll find two main contenders. These may or may not be the best products but they are currently well advertised.</p>
<p>The two main commercial products are: GSA Auto SoftSubmit and PromoSoft.</p>
<p><H3>GSA Auto SoftSubmit</h3>
<p><img width=386 height=338 src="http://www.gssezisoft.com/articles/0002/image002.jpg" alt="GSA Auto SoftSubmit"></p>
<p><H4>How Many Sites?</h4>
<p>This submits to &#8220;more than 8000&#8243; sites. However, this is 1248 software sites plus 1000 press release sites plus 6000 directories. Whilst the majority of the sites are not software listing sites, it doesn&#8217;t hurt to be known on more sites; and 1248 software sites is hard to beat. The demo version submits to 196 sites, some of which are directories and press release sites.</p>
<p><H4>How Easy?</h4>
<p>Whilst this looks more complex than EziSubmit, it has still been designed to be easy to use. As a plus it will autosubmit (no clicks) to a number of sites. Setup does take a bit of time and you also need to choose which category your program best fits into for each site, up front. Sites requiring captchas (5503 of the 8000 sites) cannot be fully auto-submitted so there is additional effort for these.</p>
<p><H4>How Up-to-Date?</h4>
<p>The company keeps the software up-to-date with updates &#8220;several times a month&#8221;. As far as I can tell, the cost of updates is included in the software price. The product doesn&#8217;t provide a tool or instructions for manually updating it, so if the company disappears so do the updates (though they are a well established company).</p>
<p><H4>How Much?</h4>
<p>At the time of writing, GSA Auto SoftSubmit is advertised as costing &#8220;$52 USD&#8221;. However, this is a &#8220;per month&#8221; figure. The cost of a &#8220;lifetime subscription&#8221; is actually $535 USD.</p>
<p><H4>Captchas</h4>
<p>It does deal pretty well with captchas though they slow it down and detract from its main feature which is speed (and number of sites). Captchas are entered manually after visiting a site and I found it frustrating that a window would reappear with more every time I entered values. (It was also off-putting that the tool went on to other sites whilst I was distracted with the captchas. However, that can be a plus too &#8211; depending on how you look at it.) I did like that it tries to use OCR to determine captcha values for you. It has some success at this (best I saw was 50%) and, as the program warns, some of these guesses may be wrong (and were). But it does help. (This sort of approach is possibly what has spurred some site owners to use increasingly complex captchas, see <a href="http://www.gssezisoft.com/go.php?page=articles&#038;id=1">Introduction to PAD File Submission Tools</a>).</p>
<p><H4>Log</h4>
<p>GSA Auto SoftSubmit does have a log and it does show you the results.</p>
<p><H4>Other</h4>
<p>If you will be developing and submitting a range of software over a number of months or years, you should consider the lifetime subscription. Many sites will automatically pick up new versions of your programs but few will realize you have written new programs. (Although surprisingly some sites do!)</p>
<p><H3>PromoSoft</h3>
<p><img width=391 height=331 src="http://www.gssezisoft.com/articles/0002/image003.jpg" alt="PromoSoft - Site Screen"></p>
<p><H4>How Many Sites?</h4>
<p>More than 800 sites. (Limit of 30 in the unregistered version). During my trial 787 sites were loaded from their website.</p>
<p><H4>How Easy?</h4>
<p>This program also has some setup requirements but these are straight forward. One of the pluses with this one is the &#8220;Fast Category&#8221; where they have mapped each of the PAD File categories to those of each software site. An annoyance is that you do have to choose a number of things before selecting the submit tab and clicking start. It autosubmits to sites that don&#8217;t require captchas.</p>
<p><H4>How Up-to-Date?</h4>
<p>The ad says, &#8220;daily updated site list.&#8221; You can&#8217;t update this yourself &#8211; though, as for GSA Auto SoftSubmit, the company has been around for some time.</p>
<p><H4>How Much?</h4>
<p>$95 USD</p>
<p><H4>Captchas</h4>
<p>Of the sites included in the trial version, I only found one that required a captcha. This is not indicative of the real world and it did give me a better impression than I would expect with the registered version. In any case, the captcha process seems straight forward enough &#8211; after all of the non-captcha sites have been processed you are presented with: a list of sites requiring captchas, pictures of those captchas, an input box for each and a refresh button for each. You enter the values and it submits to those sites.</p>
<p><H4>Log</h4>
<p>There is a log produced which shows which submissions were successful, which weren&#8217;t, and those whose status could not be determined. You do have to save the log at the time, or you lose it. Despite this, the software does internally remember this information.</p>
<p><H4>Other Comments</h4>
<p>I liked this program. It does a pretty good job and it goes to some lengths to avoid being seen as one of the spam submitters (and to avoid being one too). The drawbacks, for me (and these mightn&#8217;t apply to you), were: the cost, the reliance on someone else for updates, and that it crashed regularly on my test machine.</p>
<p>With the crashes, I was using Windows XP with 1GB of RAM and whenever I&#8217;d run it a second time (e.g. submit to other sites) it would crash with an &#8220;Out of Resources&#8221; message. Hopefully they fix this soon. If you do choose PromoSoft it would be worth checking this during the trial on your system. If you choose to buy it anyway, the workaround would be to exit and rerun the program for second, third, etc runs. This is not much of an inconvenience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gssezisoft.com/main/index.php/2009/05/03/a-review-of-submit-pad-file-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to PAD File Submission Tools</title>
		<link>http://www.gssezisoft.com/main/index.php/2009/05/03/introduction-to-pad-file-submission-tools/</link>
		<comments>http://www.gssezisoft.com/main/index.php/2009/05/03/introduction-to-pad-file-submission-tools/#comments</comments>
		<pubDate>Sat, 02 May 2009 19:03:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.gssezisoft.com/main/?p=91</guid>
		<description><![CDATA[What are PAD File submission tools? What do they do? Why do they exist? Just want a great one to use that handles most of the issues? Click here. Otherwise, read on. Background A PAD file is a &#8220;Portable Application &#8230; <a href="http://www.gssezisoft.com/main/index.php/2009/05/03/introduction-to-pad-file-submission-tools/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>What are PAD File submission tools? What do they do? Why do they exist?</p>
<p>Just want a great one to use that handles most of the issues?<br />
   <a href="http://www.gssezisoft.com/go.php?i=EziSubmit">Click here</a>. Otherwise, read on.</p>
<h2>Background</h2>
<p>A PAD file is a &#8220;Portable Application<br />
Description&#8221;. It is a single file that provides all of the details about a<br />
software program. This means that software authors (shareware and freeware<br />
programmers) can answer the questions that the software listing sites ask,<br />
beforehand; rather than having to think of the answers each time.</p>
<p>A PAD File looks like this:</p>
<p><img border=0 width=554 height=480 src="http://www.gssezisoft.com/articles/0001/image001.jpg"></p>
<p>You can create one in a tool called <a href="http://www.asp-shareware.org/pad/padgen.php">PADGen</a> from the Association<br />
of Shareware Professionals (ASP). The tool looks like:</p>
<p><img border=0 width=554 height=434 src="http://www.gssezisoft.com/articles/0001/image002.jpg"></p>
<p>You just answer the questions in the tool, select the bits that apply, fill in the details and click &#8220;Build&#8221;. Out pops a PAD File like the one above.</p>
<h2>Submitting a PAD File</h2>
<p>You can manually submit PAD Files. This really is the hard way. The process is: upload your PAD file to some webspace (your site normally), find a software listing site (e.g. ones you know, from Google, etc), find the page that allows you to enter the URL of your PAD File (e.g. http://yoursite/pad_file.xml), enter its address, enter any other requested information, and click submit.</p>
<p>An easier approach is to use a PAD File submission tool like <a href="http://www.gssezisoft.com/go.php?i=EziSubmit">this one</a>:</p>
<p><img border=0 width=640 height=480 src="http://www.gssezisoft.com/articles/0001/image003.jpg"></p>
<p>There are lots of software listing websites. It can take lots of time to find them and lots of time to submit your program to all of the ones you do find. This is even after you have already worked out all of the answers to the website questions.</p>
<p>The websites vary in format too. Some support PAD files. Some don&#8217;t. Of those that do, some require you to choose which of their software categories your software falls into. Often the categories vary from site to site. This complicates what could have been a straightforward process.</p>
<p>Some automated tools don&#8217;t cater well for the differences or don&#8217;t cater for policy nuances that sites have. Obvious examples are: tools submitting trialware to freeware-only sites; or business products to games-only sites. Less obvious examples are: tools submitting Windows programs to Linux sites, submitting to categories that don&#8217;t exist, submitting without including a mandatory link to that site; and even resubmitting the same software to the same site again and again.</p>
<h2>Software Download Sites</h2>
<p>Download sites have gotten a bit fed up with automatic PAD file submission tools that submit to the wrong sites or &#8220;spam&#8221; the same software to the same site again and again. Because of this, an increasing number of the websites are now blocking automated tools. This is actually a real tragedy as software authors and download sites both depend on each other for their survival. No listing equals no revenue for the author and no submissions means nothing to list which equals no revenue for the website owner either.</p>
<p>At the same time, authors need to realize that there is a burden placed on the download sites with each submission. In the least it is minimal for a fully automated site but at the other end it can be huge if each program is manually reviewed before listing. </p>
<p>These days, it is almost mandatory (especially for a &#8220;reputable&#8221; site) to virus scan submissions. In addition many sites also check for spyware and other nasties. These are overheads that happen with submissions that follow the &#8220;correct&#8221; path. </p>
<p>What about programs that are submitted with the wrong category? Who fixes that? The answer is of course the webmaster or staff. Or maybe it just doesn&#8217;t get listed because it is too hard and there are plenty of other ones to process that do have correct categories.</p>
<p>In these cases, the automatic tool got a &#8220;Thank you for your submission&#8221;, marked that site as a success, and moved on. Yet your program doesn&#8217;t get listed.</p>
<p>Or maybe it didn&#8217;t even wait for a &#8220;Thank you &#8230;&#8221; before it moved on. The site was there. It submitted. As far as it is concerned that one&#8217;s a &#8220;done&#8221;.</p>
<p>What about webmasters who get the same program again and again? If all of the submissions happen together it is pretty obvious and they can throw away all but the last submission (if their queue allows for this). If they happen over a longer period of time and with other programs in between, what then? You get, &#8220;Haven&#8217;t I seen this one before? Wasn&#8217;t this &#8230;?&#8221; Then you get, &#8220;Yeah, I have seen this before. This is the third time&#8230;.&#8221; Followed by &#8220;Why? Is this a duplicate? Has something changed? What has changed?&#8221; How would you like it? Personally I&#8217;d hate it.</p>
<p>One easy solution for webmasters is to just overwrite any earlier version. BUT, what if the earlier one was virus scanned successfully and this one has a virus? You&#8217;d need to at least rescan the new one. What if this is the tenth copy of exactly the same program with exactly the same PAD file as the last nine that you&#8217;ve seen? Is it getting annoying yet? Sure is!</p>
<p><H2>Captchas</h2>
<p>As a result of the issues with automated tools, more and more software download sites have introduced captchas to their &#8220;Add PAD File&#8221; pages. These check for the presence of a person during the software submission process. Typical captchas are pictures of skewed, twisted, stretched and colored text on hard to read backgrounds. These are as un-machine-readable as they can get so that you have to be a person to deduce what the letters are. The idea is that if the right value is entered then a person was there to decipher the text. Sometimes though, even a person can&#8217;t decipher it and you have to guess again, and again, &#8230;. One site I saw had a bug that<br />
causes your submission to fail even when you do correctly guess the captcha value. They probably haven&#8217;t had any new software for a while and you probably<br />
don&#8217;t want to waste your time finding if they&#8217;ve fixed it yet.</p>
<p><img border=0 width=530 height=252 src="http://www.gssezisoft.com/articles/0001/image004.jpg"></p>
<p>Variations on the captcha idea include PAD file submission pages which ask things like &#8220;What is the third word in &#8216;xzcvg hjk lmnt asgh&#8217;?&#8221; The &#8220;sentence&#8221; and &#8220;which word&#8221; varies so it can&#8217;t be preprogrammed into a tool. Again, it needs a person to be present.</p>
<p>Another variation is pages which ask &#8220;what is five plus four?&#8221; and you don&#8217;t proceed unless you enter 9 in the box. Of course the question and answer varies each time.</p>
<p>Or this one:</p>
<p><img border=0 width=532 height=367 src="http://www.gssezisoft.com/articles/0001/image005.jpg"></p>
<p><H2>How Automated PAD Submission Tools Work</h2>
<p>There are a number of ways automated PAD submission tools work although they all come down to filling in a form and clicking the &#8220;Submit&#8221; button. Some do all of this behind the scenes and you never see it. Some show you what they are doing. Some do it by downloading the actual submission page and filling that out. Others already know what the page looks like (or used to look like) and submit without asking for the page. This could be checked by websites trying to detect automated submissions but, as far as I know, none do the check.</p>
<p>A simplification that can be incorporated into PAD submit tools is to assume all </span>websites are of a similar style. Whilst this shouldn&#8217;t be the case; it is! This is because a lot of software download sites are based on the Association of Shareware Professional&#8217;s &#8220;PAD Kit&#8221;.</p>
<p>The PADKit was a set of files that could be used in a software listing site and which automated the processing of PAD Files for webmasters. It was a great idea but misuse meant it is not currently being distributed (see <a href="http://www.asp-shareware.org/pad/padkit.php">http://www.asp-shareware.org/pad/padkit.php</a>):</p>
<p><img border=0 width=554 height=256 src="http://www.gssezisoft.com/articles/0001/image006.jpg"></p>
<p>This meant that the number of PAD Kit sites stopped growing and webmasters needed to do their own PAD File processing scripts. This is a pity because computers were once about saving time by automating tedious things instead of having to do everything differently every time.</p>
<p>Some automated tools assume that the website is based on the PAD Kit and these tools work well when used with those sites. However, there are also a lot of sites not based on PAD Kit; or which have obviously moved on from the PADKit baseline, possibly because of the issues.</p>
<p>Old tools based on sites having been PAD Kit sites produce a lot of failed submissions. Hopefully they will notice and report this. Otherwise you end up at the end of a submission run and never know you didn&#8217;t get listed. Or you know there were problems but have no idea which sites failed. Whatever you do, don&#8217;t just rerun it again &#8220;from the top&#8221;.</p>
<h2>How Do Automated Submission Tools Deal With Captchas?</h2>
<p>The ones I have seen that claim to be fully automated defer the captcha input to the end. To their credit, they do a lot of work for you and make the process a lot easier than it would otherwise be. However, at the end, you are faced with possibly having to enter 1000 values from 1000 pictures presented to you by the software. It is not obvious what happens if the captcha value has &#8220;timed out&#8221; and is no longer valid; nor what happens if you guess the hard-to-read value wrongly.</p>
<p>I don&#8217;t know of any that deal with &#8220;what is the third word &#8230;&#8221;, &#8220;what is three plus two?&#8221; or which would pick an elephant from its photo.</p>
<h2>How Do I Choose a PAD File Submission Tool</h2>
<p>Hopefully, the basics above will give you an idea of the questions to ask/research.</p>
<p>Key things to look for are:</p>
<ul>
<li>How many sites does it submit to?</li>
<li>Are these only PAD Kit sites?</li>
<li>Does it produce a log showing what worked and what didn&#8217;t?</li>
<li>How does it know? (or does it assume submitted means worked?)</li>
<li>Can you resubmit manually to ones that didn&#8217;t work?</li>
<li>How old is it and/or has it been updated for website changes?</li>
<li>Do updates cost? (How much? How often? Do you have to buy them all?)</li>
<li>Can YOU update it (add / change / delete sites)?</li>
<li>How does it deal with captchas?</li>
</ul>
<p>There are other &#8220;nice-to-have&#8221;s which are great BUT make sure it stacks up against the basics first.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gssezisoft.com/main/index.php/2009/05/03/introduction-to-pad-file-submission-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

