<?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>Polychrome Business Software, Auckland NZ &#187; software</title>
	<atom:link href="http://blog.polychromenz.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.polychromenz.com</link>
	<description>Custom business software solutions, accounting software integration and website design</description>
	<lastBuildDate>Sat, 27 Feb 2010 05:26:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PRO Scanner</title>
		<link>http://blog.polychromenz.com/2010/02/pro-scanner/</link>
		<comments>http://blog.polychromenz.com/2010/02/pro-scanner/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 05:26:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.polychromenz.com/?p=83</guid>
		<description><![CDATA[One such project is a PRO scanner. It has been written for Attache PRO but it can be changed to work with most accounting systems and it could be extended to do more in terms of features. The first version has been written for a food company here in Auckland. They need to record the best before dates on products as they ship them. The system scans a special GS1-128 barcode that has the product expiry date encoded into it. ]]></description>
			<content:encoded><![CDATA[<h2>Barcode Scanning Application &#8211; delivery checker</h2>
<p>OK so been very busy lately and haven&#8217;t posted details on any of the exciting projects I have been working on. One such project is a PRO scanner. It has been written for Attache PRO but it can be changed to work with most accounting systems and it could be extended to do more in terms of features. The first version has been written for a food company here in Auckland. They need to record the best before dates on products as they ship them. The system scans a special GS1-128 barcode that has the product expiry date encoded into it.</p>
<p>In fact these GS1 bar codes are great as they have the ability to store business logic by way of what are called application ids. These are a predefined series of business information tags so (01)  means the product unique id ( GTIN) and (15) means expiry date. Similarly there are codes for user values so we use (92) to store the product code but you can store lots of other useful info.</p>
<h2>Pick | Check | Ship</h2>
<p>The application works like this</p>
<p>The delivery note is printed and sent to despatch</p>
<p>The stock is pulled form shelves onto a packing bench</p>
<p>The packer scans the items and enters the order number &#8211; each scan is logged and the best before date and stock code are extracted from the GS1 barcode</p>
<p>The system checks that what was scanned matches the order and highlights any mistakes</p>
<p>Then once the order is correct there is an option to update the best before dates back to the order. This is a requirement for food sales in NZ.</p>
<p>This system goes live in March and I really enjoyed the coding and the learning. <a title="GS1 barcode info" href="http://www.gs1.org/" target="_blank">Click to learn  more about GS1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.polychromenz.com/2010/02/pro-scanner/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bad Client = Bad Project</title>
		<link>http://blog.polychromenz.com/2010/02/bad-client-bad-project/</link>
		<comments>http://blog.polychromenz.com/2010/02/bad-client-bad-project/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 04:33:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[project management]]></category>
		<category><![CDATA[website development]]></category>

		<guid isPermaLink="false">http://blog.polychromenz.com/?p=78</guid>
		<description><![CDATA[When a project goes wrong it can be all to easy to look around for someone to blame.

It is also, very easy to blame yourself and ask what could I have done differently. It is easy to see why
]]></description>
			<content:encoded><![CDATA[<p>When a project goes wrong it can be all to easy to look around for someone to blame.</p>
<p>It is also, <strong>very easy </strong>to blame yourself and ask what could I have done differently. It is easy to see why you would do this but it is also fair to say that the share of any blame should be evenly spread. That would therefore include the client. It also makes sense as the client has as much input as you if not more. They are also controlling the direction, attitude and the speed of the project.</p>
<p>When a project goes wrong you can almost always bet that the client has a hand in it. If the client doesn&#8217;t supply the content, answer your questions and doesn&#8217;t help you keep things moving, your project will be late and you will be left looking like you messed up.</p>
<p>So what should you do whe a project goes wrong?</p>
<p>Well this comes down to communication, and planning. The old saying &#8220;fail to prepare and you must prepare to fail&#8221; is never truer. You need to take control from day one. The client is looking to you for directio so either shit, or get off the pot. You need to have the plan and the project must be kept on track by constantly updating the plan which like all things in life must be adaptable and needs to evolve.</p>
<p><a title="BaseCamp project management online" href="http://basecamphq.com/">basecamp</a> is a great collaborative project planning solution, as is MS Project. I have used both and they both have their merits. But you don&#8217;t need to pay money to get good results, a good checklist is often quicker and easier. In my experience anything that is easy is much more likely to be used, and that is the real key to project management. If you have a list of what needs to be done (some call this a functional decomposition &#8211; ie a list of functions) then you cross them off you know how much is left to do. When you find a new task that was never on your list (and yuo almost certainly will) add it to the list and make sure everyone involved in the project can see that new tasks have come to light. They will be much more forgiving if your deadline slips if they are away of any challenges than if you try to be a hero.</p>
<p>Please give me your feedback<em>. </em>I&#8217;d love to hear about your failed projects, and your successes but please only where the client made the difference&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.polychromenz.com/2010/02/bad-client-bad-project/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Attache PRO online store</title>
		<link>http://blog.polychromenz.com/2010/01/attache-pro-stor/</link>
		<comments>http://blog.polychromenz.com/2010/01/attache-pro-stor/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 03:12:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://blog.polychromenz.com/?p=72</guid>
		<description><![CDATA[New Polychrome PolyMando allows users of Attache PRtware accounting software to trade online via integration with the Interspire shopping cart software. ]]></description>
			<content:encoded><![CDATA[<p>Over the past 2 months I have developed a online store interface for Attache PRO. The store is the <a title="Interspire" href="http://www.interspire.com/shoppingcart/">Interspire</a> shopping cart system which currently runs over 8000 online stores including many household names. The interface transfers customers and stock each night and fetches new orders as they are received.</p>
<p>Most online stores rely on a simple email to the store administrators, but if you have a large number of orders this isn&#8217;t practical.</p>
<p>Just some of the additional benefits from the interface are</p>
<ul>
<li>Images are transferred and thumb nails are automatically generated. When you have 1000&#8217;s of products this is a real life saver.</li>
<li>Categories are automatically generated allowing browse store by category.</li>
<li>Brands can be maintained within Attache and then transferred automatically, allowing browse store by brand</li>
</ul>
<ul>
<li>Orders are automatically transferred and imported into Attache preventing errors from rekeying of orders.</li>
<li>Can be configured as a private store, online customers with a valid login can see prices.</li>
</ul>
<p>If you have Attache PRO and would like to trade online I can help you get your products online quick, easy and without breaking the bank.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.polychromenz.com/2010/01/attache-pro-stor/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PRO2Outlook Software &#8211; Use your Attache PRO contacts inside Outlook</title>
		<link>http://blog.polychromenz.com/2010/01/pro2outlook-software-use-your-attache-pro-contacts-inside-outlook/</link>
		<comments>http://blog.polychromenz.com/2010/01/pro2outlook-software-use-your-attache-pro-contacts-inside-outlook/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 03:01:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://blog.polychromenz.com/?p=7</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://blog.polychromenz.com/2010/01/pro2outlook-software-use-your-attache-pro-contacts-inside-outlook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Onlooker hits the web with the help of submit-everywhere.com</title>
		<link>http://blog.polychromenz.com/2009/08/onlooker-hits-the-web-with-the-help-of-submit-everywhere-com/</link>
		<comments>http://blog.polychromenz.com/2009/08/onlooker-hits-the-web-with-the-help-of-submit-everywhere-com/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 23:04:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.polychromenz.com/?p=25</guid>
		<description><![CDATA[This week I did my second marketing push via submit-everywhere.com
I love this company. I believe they are based in Ukraine and basically for a small fee they manage the process of posting software onto the hundreds / thousands of shareware sites, bringing valuable traffic and customers to my site. They have a great system that [...]]]></description>
			<content:encoded><![CDATA[<p>This week I did my second marketing push via submit-everywhere.com</p>
<p>I love this company. I believe they are based in Ukraine and basically for a small fee they manage the process of posting software onto the hundreds / thousands of shareware sites, bringing valuable traffic and customers to my site. They have a great system that means that when they finally hit the go button your pad submission file has been thoroughly checked by them in order to maximise the chances of your product being accepted.</p>
<p>Some sited insist that you do a backlink on your site but that&#8217;s only fair and of course that is the one task that submit-everywhere cannot do for you. That&#8217;s OK though because as you get thousands of emails telling you that your product has been accepted onto a site you are fully motivated to get into it. I have found that literally dozens of the sites were basically the same site with a different name and I guess Google will give these site a very low ranking. After about a dozen I could complete the submission with my eyes closed.</p>
<p>It&#8217;s a great service and I thoroughly recommend them, I have used them twice now and the results have been great and the service even better. My first time around it took a while for me to get my pad file correct but this time I got there in two goes, one of my press releases was a touch too long in their opinion &#8211; and that&#8217;s another good point. They add real value by helping you get the file right by manually checking it. Some companies I am sure would just take your money and post any old rubbish you give them, I get the feeling these guys really care. Of course it pays because I went back. I am not an affiliate or in any way associated with them, just a happy customer.</p>
<p>Here is a selection of sites that responded really quickly to my listing request submission</p>
<p><a href="http://www.mp3cdsoftware.com"><img style="border: 0px initial initial;" src="http://www.mp3cdsoftware.com/images/mp3cdsoftware.gif" alt="Free Software, Shareware and Games Downloads" /></a></p>
<p><a href="www.cuteapps.com">CuteApps.com &#8211; Freeware, shareware and quality commercial software downloads</a></p>
<p><a title="DownloadCourier.com" href="http://www.downloadcourier.com">DownloadCourier.com</a> &#8211; Get downloadable software from one place!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.polychromenz.com/2009/08/onlooker-hits-the-web-with-the-help-of-submit-everywhere-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ever forget to attach a file to an email?</title>
		<link>http://blog.polychromenz.com/2009/08/ever-forget-to-attach-a-file-to-an-email/</link>
		<comments>http://blog.polychromenz.com/2009/08/ever-forget-to-attach-a-file-to-an-email/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 23:03:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.polychromenz.com/?p=23</guid>
		<description><![CDATA[I can&#8217;t even count how often I do this. So today we&#8217;re going to look at new tool from Polychrome. Onlooker is a Microsoft ® Outlook ® add-in that checks your e-mails, think of it as a friend in your outbox. We all know the scenario, we type that e-mail diligently point out why our [...]]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t even count how often I do this. So today we&#8217;re going to look at new tool from Polychrome. Onlooker is a Microsoft ® Outlook ® add-in that checks your e-mails, think of it as a friend in your outbox. We all know the scenario, we type that e-mail diligently point out why our product or service is better than a competitors and refer to various documents and files that we have attached. The only problem is that we forget to actually attach them.</p>
<h2 style="font-size: 1.5em;">A friend in your Outbox</h2>
<p>Enter Onlooker, and add-in that checks your e-mail when you click send, if you&#8217;ve mentioned an attachment, it counts the number of attachments. If you don&#8217;t have any attachments it warns you and you have a chance to add the attachment. If you know better because you&#8217;re your e-mail is discussing your attachment to your wife or teddy bear or pet dog then you can just ignore the warning. It is REALLY simple to install and use and save a whole heap of embarrassment and wasted time.</p>
<p>Take a look at it in action on YouTube.</p>
<p><img style="background-repeat: no-repeat; background-color: #ffffcc; background-image: url(http://polychromenz.com/wp-includes/js/tinymce/plugins/media/img/flash.gif); background-position: 50% 50%; border: 1px dotted #cc0000;" title="&quot;allowFullScreen&quot;:&quot;true&quot;,&quot;allowscriptaccess&quot;:&quot;always&quot;,&quot;src&quot;:&quot;http://www.youtube.com/v/bfVARFE-m_s&amp;hl=en&amp;fs=1&quot;,&quot;allowfullscreen&quot;:&quot;true&quot;" src="http://polychromenz.com/wp-includes/js/tinymce/plugins/media/img/trans.gif" alt="" width="425" height="344" /></p>
<p>There are some cool settings as well. The ability to choose to ignore an image in your signature for example, or to add your own custom search phrase.</p>
<p>The best part is the price, there are other products like this on the market but I haven&#8217;t seen one yet that does more for less. Prices start at $9.99 for a single user and just $99 for a company license.</p>
<p>Check the product page for more details or to buy online <a href="http://polychromenz.com/products/onlooker/">http://polychromenz.com/products/onlooker/</a></p>
<p><span style="color: #333333;">Microsoft and the Office logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries.</span></p>
<p><a href="http://onlooker.new.getabest.com/4391.html" target="_blank"><br />
<img style="border: 0px initial initial;" src="http://www.getabest.com/award/getabest_choice.gif" border="0" alt="Editor's Choice.  Onlooker" /></a></p>
<p><a href="http://www.geardownload.com/communications/onlooker.html"><img style="border: 0px initial initial;" src="http://www.geardownload.com/images/5stars.jpg" alt="geardownload" /></a></p>
<p><a href="http://www.bestvistadownloads.com/" target="_blank"><img style="border: 0px initial initial;" src="http://www.bestvistadownloads.com/templates/BVD/images/award_5.gif" border="0" alt="Best Vista Download" /></a></p>
<p><a href="http://software.ivertech.com/Onlooker_software58872.htm"><img style="border: 0px initial initial;" src="http://software.ivertech.com/images/star5Award.gif" alt="ivertech" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.polychromenz.com/2009/08/ever-forget-to-attach-a-file-to-an-email/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Automated ODBC Export</title>
		<link>http://blog.polychromenz.com/2009/08/automated-odbc-export/</link>
		<comments>http://blog.polychromenz.com/2009/08/automated-odbc-export/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 23:00:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.polychromenz.com/2009/08/automated-odbc-export/</guid>
		<description><![CDATA[
Scheduled ODBC Exporting on Steriods

The Polychrome ODBC Export Tool exports data from any ODBC data source but that’s not all. It does a whole lot more, like emailing the results or calling a command line application and passing the exported data filename. Now you can create CSV extracts from your software and because it can [...]]]></description>
			<content:encoded><![CDATA[<div>
<h1 style="font-size: 2em;">Scheduled ODBC Exporting on Steriods</h1>
</div>
<p>The Polychrome ODBC Export Tool exports data from any ODBC data source but that’s not all. It does a whole lot more, like emailing the results or calling a command line application and passing the exported data filename. Now you can create CSV extracts from your software and because it can be run from the command line it can be scheduled using the Windows scheduler or if you want more control (like run on last working day of the month) then use our scheduler.</p>
<h2 style="font-size: 1.5em;">Key features</h2>
<ul>
<li>Scheduled export of data using ODBC</li>
<li>Export “real world” data scenario, only orders added since last export</li>
<li>Run post export process for example transfer via FTP using uFTP tool</li>
<li>2 styles of output
<ul>
<li>Normal exports each row on a new line</li>
<li>Header exports one header line followed by multiple detail lines</li>
</ul>
</li>
<li>Email extracted data to someone</li>
<li>Scheduled export on special accounting days, like last working day of the month, last physical day of the month</li>
</ul>
<p>The ODBC export tool uses SQL statements saved in a preformatted external XML file. The user interface makes creating these ODBC definitions  easy. The tool will read the data using ODBC and create a CSV file with each column separated with a comma (or your chosen delimiter) and laid out in the order determined by the SQL statement.</p>
<p>See the ODBC Export website <a href="http://odbcexport.com/products/automate-odbc-export/">http://odbcexport.com/products/automate-odbc-export/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.polychromenz.com/2009/08/automated-odbc-export/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PowerSlave in the press</title>
		<link>http://blog.polychromenz.com/2009/08/powerslave-in-the-press/</link>
		<comments>http://blog.polychromenz.com/2009/08/powerslave-in-the-press/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 22:59:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.polychromenz.com/?p=16</guid>
		<description><![CDATA[Great to see that PowerSlave is making it&#8217;s way in to the press all over the world!
Press box
http://www.technospot.net/blogs/guide-to-save-laptop-battery-life-tools-part-3/
I nice mention on technospot.net from Ashish Mohta who is a Microsoft MVP. Great to see this starting to go viral. Thanks Ashish.
]]></description>
			<content:encoded><![CDATA[<p>Great to see that PowerSlave is making it&#8217;s way in to the press all over the world!</p>
<p><a href="http://www.pressbox.co.uk/detailed/Computing/Save_power_and_save_money_with_an_automatic_windows_power_management_tool_FREE_from_Polychrome._336260.html" target="_blank">Press box</a></p>
<p><a href="http://www.technospot.net/blogs/guide-to-save-laptop-battery-life-tools-part-3/">http://www.technospot.net/blogs/guide-to-save-laptop-battery-life-tools-part-3/</a></p>
<p>I nice mention on technospot.net from Ashish Mohta who is a Microsoft MVP. Great to see this starting to go viral. Thanks Ashish.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.polychromenz.com/2009/08/powerslave-in-the-press/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PowerSlave on the web</title>
		<link>http://blog.polychromenz.com/2009/08/powerslave-on-the-web/</link>
		<comments>http://blog.polychromenz.com/2009/08/powerslave-on-the-web/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 22:59:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.polychromenz.com/?p=14</guid>
		<description><![CDATA[Places you can find PowerSlave
Ivertech Software Central &#8211; Provides free service to developers to submit and promote software and public users to search, purchase, and review software.

CuteApps.com &#8211; Freeware, shareware and quality commercial software downloads

shareware plaza
www.markdown.me &#8211; free directory of free and shareware software, scripts, desktop applications, games, screensavers
myzips.com &#8211; PowerSlave a Power Savings assistant
DownloadCourier.com [...]]]></description>
			<content:encoded><![CDATA[<p>Places you can find PowerSlave</p>
<p><a href="http://software.ivertech.com/">Ivertech Software Central</a> &#8211; Provides free service to developers to submit and promote software and public users to search, purchase, and review software.</p>
<p><a href="http://www.downloadroute.com/PowerSlave-a-Power-Savings-assistant-Polychrome-Business-Software-Solutions.html"><img style="border: 0px initial initial;" src="http://www.downloadroute.com/images/download-buttons/PowerSlave-a-Power-Savings-assistant-Polychrome-Business-Software-Solutions.png" border="0" alt="PowerSlave a Power Savings assistant download" width="160" height="80" /></a></p>
<p><a href="www.cuteapps.com" target="_blank">CuteApps.com &#8211; Freeware, shareware and quality commercial software downloads</a><br />
<a href="http://www.fileparade.com"><img style="border: 0px initial initial;" src="http://www.fileparade.com/Images/featured.gif" border="0" alt="File Parade: Freeware and Trialware Downloads" /></a></p>
<p><a href="http://www.sharewareplaza.com/PowerSlave-a-Power-Savings-assistant-download_72396.html%3Cbr%20%3E%3C/a%3E" target="_blank">shareware plaza</a></p>
<p><a title="markdown.me: buy software with discount" href="http://www.markdown.me/" target="_BLANK">www.markdown.me</a> &#8211; free directory of free and shareware software, scripts, desktop applications, games, screensavers</p>
<p><a href="http://www.myzips.com/software/PowerSlave-a-Power-Savings-assistant.phtml">myzips.com &#8211; PowerSlave a Power Savings assistant</a></p>
<p><a title="DownloadCourier.com" href="http://www.downloadcourier.com">DownloadCourier.com</a> &#8211; Get downloadable software from one place!</p>
<p><a title="get-software.com" href="http://www.get-software.info">get-software.com</a> &#8211; Get-Software &#8211; download good freeware, shareware and commercial software programs</p>
<p><a href="http://www.lenodown.com" target="_blank">lenodown.com &#8211; Free Software Downloads</a></p>
<p><a href="http://www.hodownload.com" target="_blank">hodownload.com &#8211; Free Software Downloads</a></p>
<p><a href="http://www.mp3cdsoftware.com"><img style="border: 0px initial initial;" src="http://www.mp3cdsoftware.com/images/mp3cdsoftware.gif" alt="Free Software, Shareware and Games Downloads" /></a></p>
<p><a href="http://www.freesharewarecenter.com" target="_blank">Freeware Shareware Center</a></p>
<p><a href="http://www.newfreedownloads.com/">newfreedownloads.com &#8211; Free Software Downloads</a></p>
<p><a href="http://www.goodownload.com">Popular Discount software</a> &#8211; Popular Discount software, buy cheap software with coupon codes.</p>
<p><a href="http://www.SharewareABC.com" target="_blank">SharewareABC.com</a></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<a href="http://www.programshome.com/" target="_BLANK">ProgramsHome.com</a> A directory of free and shareware software,instant messaging software,computer software,dvd software,cheap software,chat software,webcam software</p>
<p><a href="http://www.soft14.com" target="_blank">soft14.com &#8211; get free, shareware and quality commercial software about Utilities and Hardware System Utilities</a></p>
<p><a href="http://www.freefileszone.com/">Free Software Downloads</a></p>
<p><a href="http://pcwin.com/">Software Downloads Center</a></p>
<p><a href="http://www.freevistafiles.com"><img style="border: 0px none initial;" src="http://www.freevistafiles.com/images/freevistafiles_88x31.png" alt="Windows Vista Files - Best Vista software downloads" width="88" height="31" /></a></p>
<p><a title="DownloadDaily.com" href="http://www.DownloadDaily.com" target="_blank">DownloadDaily.com</a> &#8211; Freeware and shareware downloads</p>
<p><a href="http://www.downloadroute.com/PowerSlave-a-Power-Savings-assistant-Polychrome-Business-Software-Solutions.html"><img style="border: 0px none initial;" src="http://www.downloadroute.com/images/av-awards/PowerSlave-a-Power-Savings-assistant-Polychrome-Business-Software-Solutions.png" alt="PowerSlave a Power Savings assistant received 100% CLEAN award on DownloadRoute.com" width="180" height="120" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.polychromenz.com/2009/08/powerslave-on-the-web/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Praise for PowerSlave</title>
		<link>http://blog.polychromenz.com/2009/08/praise-for-powerslave/</link>
		<comments>http://blog.polychromenz.com/2009/08/praise-for-powerslave/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 22:58:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.polychromenz.com/?p=12</guid>
		<description><![CDATA[This week we hit the big red button and PowerSlave went out to the masses. I used a software submission company to submit the software to about 1000 shareware websites and on day one I got about 350 emails back from the publishers. The reaction was awesome with lots accepting my software immediately and some [...]]]></description>
			<content:encoded><![CDATA[<p>This week we hit the big red button and PowerSlave went out to the masses. I used a software submission company to submit the software to about 1000 shareware websites and on day one I got about 350 emails back from the publishers. The reaction was awesome with lots accepting my software immediately and some awards&#8230;</p>
<p>The downloads are rising as people start to understand how PowerSlave is a tool that can save you money on your power bill. The best part is that it&#8217;s FREE for personal use and for businesses it&#8217;s only $7 per user with bulk discounts available.</p>
<p>Read all about how you can save power and money here <a href="http://polychromenz.com/products/powerslave/">http://polychromenz.com/products/powerslave/</a></p>
<p><a href="http://powerslave.a.power.savings.assistant.new.getabest.com/2078.html" target="_blank"><br />
<img style="border: 0px initial initial;" src="http://www.getabest.com/award/getabest_choice.gif" border="0" alt="Editor's Choice.  PowerSlave a Power Savings assistant" /></a></p>
<p><a href="http://www.bluesoftcenter.com/PowerSlave_a_Power_Savings_assistant-137199.html"><img style="border: 0px initial initial;" src="http://www.bluesoftcenter.com/shareaward.gif" border="0" alt="" /></a></p>
<p><a href="http://www.freesharewarecenter.com/PowerSlave_a_Power_Savings_assistant-137199.html"><img style="border: 0px initial initial;" src="http://www.freesharewarecenter.com/shareaward.gif" border="0" alt="" /></a><br />
<a href="http://www.kingdownloads.com" target="_blank"><img style="border: 0px initial initial;" src="http://www.kingdownloads.com/images/kdown_5star3.gif" border="0" alt="PowerSlave a Power Savings assistant: 5 Star Award at kingdownloads.com !" width="100" height="50" /></a></p>
<p><a href="http://www.filebuzz.com/fileinfo/56540/PowerSlave_a_Power_Savings_assistant.html" target="_blank"><img style="border: 0px initial initial;" src="http://www.filebuzz.com/resources/banner_88x31_3.gif" border="0" alt="Visit FileBuzz" width="88" height="31" /></a></p>
<p><a href="http://software.ivertech.com/PowerSlaveaPowerSavingsassistant_software57810.htm" target="_blank"><img style="border: 0px initial initial;" src="http://software.ivertech.com/images/star5Award.gif" border="0" alt="Visit ivertech" width="88" height="31" /></a></p>
<p><a href="http://www.geardownload.com/system/powerslave-a-power-savings-assistant.html" target="_blank"><img style="border: 0px initial initial;" src="http://www.geardownload.com/images/5starsc.jpg" border="0" alt="Visit geardownload" /></a></p>
<p><a href="http://www.freefilesdownloads.com"><img style="border: 0px initial initial;" src="http://www.freefilesdownloads.com/img/5star_award.gif" border="0" alt="5 Star Rating" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.polychromenz.com/2009/08/praise-for-powerslave/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
