<?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>Phil&#039;s Techno Talk</title>
	<atom:link href="http://www.philstechnotalk.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.philstechnotalk.com</link>
	<description>Computer and Technology Articles</description>
	<lastBuildDate>Thu, 07 Jan 2010 14:12:24 +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>Microsoft Announces Slate PC</title>
		<link>http://www.philstechnotalk.com/computers/microsoft-announces-slate-pc/</link>
		<comments>http://www.philstechnotalk.com/computers/microsoft-announces-slate-pc/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 14:12:24 +0000</pubDate>
		<dc:creator>Phil Rogers</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[slate PC]]></category>
		<category><![CDATA[tablet PC]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.philstechnotalk.com/?p=213</guid>
		<description><![CDATA[At the Consumer Electronics Show (CES) in Las Vegas, Microsoft&#8217;s Chief Executive Steve Ballmer, demonstrated a new prototype &#8220;Slate&#8221; PC by Hewlett Packard (HP).
His demonstration showed it running the Kindle book-reading software under Windows 7, taking advantage of its touch-screen technology (or &#8220;touch-screen experience&#8221; as he put it).
Reaction to this product, and similar devices by [...]]]></description>
			<content:encoded><![CDATA[<p>At the Consumer Electronics Show (CES) in Las Vegas, Microsoft&#8217;s Chief Executive Steve Ballmer, demonstrated a new prototype &#8220;Slate&#8221; PC by Hewlett Packard (HP).</p>
<p>His demonstration showed it running the Kindle book-reading software under Windows 7, taking advantage of its touch-screen technology (or &#8220;touch-screen experience&#8221; as he put it).</p>
<p>Reaction to this product, and similar devices by Archos and Pegatron, was luke-warm.  Nobody was seeing anything new.  It didn&#8217;t appear to be much more than the XP-based Tablet PC that Microsoft attempted to introduce way back in 2002.</p>
<p>Personally, I have a Hewlett Packard hx4700 PDA running Pocket PC 2003.  This device was released as long ago as 2004.  I use it with Adobe Reader to read books that I have created from text files downloaded from Project Gutenberg.  Ok, the screen on my PDA is nowhere near the size of the Slate PC, but it is touch-sensitive and I use it to scroll the page while reading.  How does that differ from what Steve Ballmer was demonstrating?</p>
<p>Of course, the new device, running Windows 7 is much more powerful than my PDA, and can run a whole range of Windows software.   With all the glitz and hype surrounding the Windows 7 launch, why wasn&#8217;t the demonstration a bit more exciting?</p>
<p>I suspect that this device, being a prototype, doesn&#8217;t reliably run much else.  The other Slate PCs by Archos and Pegatron were shown displaying a video and what looked like a web browser.  perhaps they weren&#8217;t capable of running much else, either.</p>
<p>There are rumours about a similar device from Apple &#8211; dubbed the iSlate.  With the huge popularity of the iPhone and iPod products, people are likely to wait for the release of an iSlate before getting excited about a Windows 7 based device.  After all, Apple seem to be setting the standards for mobile devices and their user interfaces.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Microsoft+Announces+Slate+PC+http://anbwh.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.philstechnotalk.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.philstechnotalk.com/computers/microsoft-announces-slate-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Program Installers</title>
		<link>http://www.philstechnotalk.com/computers/computer-science/programming/creating-program-installers/</link>
		<comments>http://www.philstechnotalk.com/computers/computer-science/programming/creating-program-installers/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 09:56:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[programm installer]]></category>
		<category><![CDATA[setup creation]]></category>

		<guid isPermaLink="false">http://www.philstechnotalk.com/?p=211</guid>
		<description><![CDATA[Many Setup creation programs are costly or difficult to use.  Thankfully, there are some excellent, free tools that do an excellent job.]]></description>
			<content:encoded><![CDATA[<p>Whether you&#8217;re a professional programmer or a self-taught hobbyist, if you want your Windows software to be taken seriously it needs to have a proper Setup program.  It really does make the difference;  your software will look a lot more professional if the user installs it using the familiar Setup or MSI (Microsoft Installer).</p>
<p>Additionally, when the user wants to remove the software from their computer, an uninstall feature must be provided in the Add or Remove Programs section of the Windows Control panel.</p>
<p>If, as a programmer, you use Microsoft&#8217;s Visual Studio you have the option to create an MSI installation program for your software.   If you&#8217;ve never created an installer before, this can be a little tricky to get to grips with &#8211; there&#8217;s nothing to guide you through the process, or even to tell you what is required of an installer and what it does.</p>
<p>Users of Professional versions of Borland/CodeGear products such as Delphi and C++Builder had the relative luxury of a free copy of InstallShield Express.  This is a special, cut-down version of a wizard-driven setup program creator, which takes you through each stage of the process.  Unfortunately, since these development tools were sold off to Embarcadero, you don&#8217;t get InstallShield Express supplied.  Furthermore, if you work with the lower-cost versions of Delphi/C++ Builder, you didn&#8217;t get it anyway.</p>
<p>One option is to purchase products such as InstallShield, but some of these commercial products can be quite costly &#8211; especially if you&#8217;re writing software as hobby or as a means of generating additional income.</p>
<p>There is, however, the free alternative.  The phrase &#8220;you get what you pay for&#8221; often proves itself to be true when it comes to free software, but I am happy to report that I have found an excellent installation program creator that is not only free, but is easy to use and just works!</p>
<p>The software is Jordan Russell&#8217;s Inno Setup, which you can find and download for free at <a href="http://www.jrsoftware.org" target="_blank"><strong>jrsoftware.org</strong></a>.</p>
<p>Inno Setup runs as a &#8220;wizard&#8221;, prompting you for various aspects and options that should be available within the Setup program.  Simply run the program and answer the questions.  In many cases, you can keep the defaults that the program supplies.  Once you have finished, you can compile the program and your Setup is ready for distribution.  I&#8217;ve used InstallShield Express before, which I thought was incredibly easy to use, but Inno Setup is even easier.</p>
<p>Inno Setup is completely free and it&#8217;s the fully working version.  It doesn&#8217;t insert advertisements in your installer or play any tricks &#8211; it&#8217;s just a decent piece of software that does exactly what you want of it.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Creating+Program+Installers+http://swsnq.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.philstechnotalk.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.philstechnotalk.com/computers/computer-science/programming/creating-program-installers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When Can I Have a Decent Electric Car?</title>
		<link>http://www.philstechnotalk.com/motoring/electric-cars/when-can-i-have-a-decent-electric-car/</link>
		<comments>http://www.philstechnotalk.com/motoring/electric-cars/when-can-i-have-a-decent-electric-car/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 14:49:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Electric Cars]]></category>
		<category><![CDATA[Motoring]]></category>

		<guid isPermaLink="false">http://www.philstechnotalk.com/?p=209</guid>
		<description><![CDATA[We should be driving around in reasonably priced, good-looking, electric cars by now.  So where are they?]]></description>
			<content:encoded><![CDATA[<p>For as long as I can remember we&#8217;ve been promised electric cars, but where are they?</p>
<p><strong>Setting the Standard</strong><br />
I recently watched an interview with the head of Tesla Motors.  Tesla are an American car manufacturer who make electric cars.  They&#8217;re not a huge company.  They don&#8217;t enjoy the economies of scale of companies such as Mitsubishi.  They have, however, produced a very attractive, high-performance electric car that has a useful range.  They quote the range as 244 miles, but independently verified tests have shown that this can be considerably more.  performance is 0-60mph in around 4 seconds and the top speed is limited to 125mph.<br />
The car can be full charged up in 4 to 6 hours (depending on the charger in use) from any domestic electrical supply, and the cost is in the region of 2 cents per mile.  For most people, the lack of charging points is not an excuse &#8211; you could charge it at home, at the office, at a freined&#8217;s house etc.<br />
The car looks like a sports roadster which anyone would be happy to park outside their house.</p>
<p>The problem with the Tesla is that it costs £94,000 in the UK.  That&#8217;s way outside my motoring budget, but it&#8217;s something to aspire to.</p>
<p><strong>Requirement</strong><br />
My journey to work is an 86-mile round trip, so if I bought an electric car, I would need a good range.  The Tesla&#8217;s 244 mile range would be just fine.  I could drive to work and back every day for a week on just 2 charges.  In fact, at 2 cents per mile my weekly mileage would cost $8.60 (about £5.38).  It currently costs me about twice that per day in petrol (gasoline).</p>
<p>I have a wife and 2 children, so any car that I bought would need at least 4 seats, which also rules out the Tesla.</p>
<p><strong>Enter the Big Guns</strong><br />
With the Tesla car out of my reach in terms of price, I had a look for alternatives from the major car manufacturers.  The first one I came across was the Mitsubishi i-MiEV.<br />
This car sounded quite promising as it has space for 4 adults.  They also claim that it can be charged from flat to 80% in just 20 minutes.  If there public charging points on our motorway service areas, that would work out fine &#8211; plug in the car, go and have a cup of coffee, and then ready to go.</p>
<p>Unfortunately, it&#8217;s not as good as it sounds.  You&#8217;d really need to like coffee if you went on a long journey as the range of the i-MiEV is only 100 miles.  Charge to 80% in 20 minutes and that&#8217;s down to 80 miles.  If I went to visit my parents, I&#8217;d need to recharge twice along the way.<br />
More impressive though is the claim that it will travel 10,000 miles on £45 at the UK&#8217;s current electricity prices.  That&#8217;s equivalent to about 0.72 cents per mile, compared with the Tesla&#8217;s 2 cents per mile &#8211; about 1/3rd of the cost.</p>
<p><strong>No Oil Painting</strong><br />
And then you see the pictures.  The i-MiEV is hideous.  Park an i-MiEV alongside a Tesla and you can see that they are worlds apart.  I would be embarassed to park an i-MiEV outside my house.  I&#8217;d have to rent a garage in another street to avoid the embarassment.<br />
In addition, Mitsubishi are considering lease-only on these cars, at a staggering £750 per month.  I wouldn&#8217;t pay £750 for a car that runs out of juice after 100 miles.</p>
<p>Next up was the Renault ZE (Zero Emission).  Sadly, still a concept car; not due for release for another 2 years.<br />
Again, it&#8217;s not a good-looking car.  The acid-green windows on their demonstrator don&#8217;t do it any favours.  Cunningly though, it has a solar panel in the roof, but I suspect that you don&#8217;t get much of an extra charge from that.</p>
<p>Having now seen the pictures of just two examples of electric cars from major manufacturers I decided to see if anyone made a good-looking electric car.  So Google Images came to the rescue, and it was just as I feared.  All of the major manufacturers seem to think that an electric car should look like a golf cart, an egg on wheels, or a milk float.</p>
<p>Not many of the cars seem to be available to buy, and those that are available, are outrageously expensive.  £25,000 for a plastic egg sitting on a huge battery?  I could buy a beautiful, new, petrol-driven Alfa Romeo for less than that.  Good looks, room for the family, high performance and outstanding handling.</p>
<p>I can&#8217;t be the only one who wants a good-looking, practical electric car that I would be proud to own, can I?<br />
Mitsubishi&#8217;s mileage costs are very impressive, but at 3 times as much, so are Tesla&#8217;s when you compare them with the cost of running a petrol or Diesel engined car.  So why don&#8217;t the big companies look at what people want and need.  Compromise.  Produce a good-looking family car with a decent range.  If it costs 7.2 cents per mile to run instead of 0.72 cents, that&#8217;s not a problem &#8211; it&#8217;s still a lot cheaper than the combustion engined cars, and a lot cleaner.</p>
<p>Tesla got the range and the performance in a small roadster.  Surely the big companies could scale that up into a useful family car.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=When+Can+I+Have+a+Decent+Electric+Car%3F+http://h548r.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.philstechnotalk.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.philstechnotalk.com/motoring/electric-cars/when-can-i-have-a-decent-electric-car/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beware the Corporates that Send Spam</title>
		<link>http://www.philstechnotalk.com/internet/anti-spam/beware-the-corporates-that-send-spam/</link>
		<comments>http://www.philstechnotalk.com/internet/anti-spam/beware-the-corporates-that-send-spam/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 13:03:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Anti-Spam]]></category>
		<category><![CDATA[Brantano]]></category>
		<category><![CDATA[corporate spam]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.philstechnotalk.com/?p=207</guid>
		<description><![CDATA[We all get spam.  There&#8217;s very little you can do to avoid it once your address gets known by anyone outside your circle of friends, such as when you sign up for something.
What you don&#8217;t expect is to receive spam from well-known, high-street corporates.  But that is exactly what is happening to me.
A [...]]]></description>
			<content:encoded><![CDATA[<p>We all get spam.  There&#8217;s very little you can do to avoid it once your address gets known by anyone outside your circle of friends, such as when you sign up for something.<br />
What you don&#8217;t expect is to receive spam from well-known, high-street corporates.  But that is exactly what is happening to me.</p>
<p>A few months ago, I was in a Brantano shoe shop in the UK.  I was approached by a member of staff asking whether I would like to join their email mailing list, in which I would be sent news of upcoming discount promotions before they were made public, special offers etc.  I filled in the form and returned it to them.  I was assured that there would be only about 3 or 4 emails per year.</p>
<p>A couple of weeks later, I received an email from Brantano.  From the tone of the message I got the feeling that there would be more than 3 or 4 per year.  Add to that the fact that they had mis-spelled my name (I wrote it clearly enough on the form), I decided to unsubscribe from the the newsletter.</p>
<p>So I clicked the Unsubscribe link, which failed to do anything.  I tried the same link in 3 different browsers in case there was some sort of incompatibility, but it still failed to work.<br />
So after a lot of searching on their website, I found an email address for their webmaster and sent an email requesting that my details be removed from their database.<br />
I received a reply stating that my details had been removed as requested.</p>
<p>A few days ago, what should appear in my email Inbox, but a newsletter from Brantano.  Clearly they had NOT removed my details from my database as requested.<br />
I clicked the Unsubscribe link in this new email (assuming that they had fixed it), and it took me to a Subscribe page.  There was no option to unsubscribe at all.</p>
<p>On the basis that</p>
<ol>
<li>I had requested to be removed from the database</li>
<li>I had been assured that I had been removed from the database</li>
<li>I continued to receive emails from them</li>
<li>Their unsubscribe link doesn&#8217;t work</li>
</ol>
<p>their messages are technically classed as spam, and therefore, illegal.</p>
<p>So beware Brantano&#8217;s mailing list.  Once you&#8217;re on there, you can&#8217;t get off!</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Beware+the+Corporates+that+Send+Spam+http://e82q2.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.philstechnotalk.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.philstechnotalk.com/internet/anti-spam/beware-the-corporates-that-send-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rupert Murdoch Accuses Google of Theft</title>
		<link>http://www.philstechnotalk.com/computers/news-and-media/rupert-murdoch-accuses-google-of-theft/</link>
		<comments>http://www.philstechnotalk.com/computers/news-and-media/rupert-murdoch-accuses-google-of-theft/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 10:09:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News and Media]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[rupert murdoch]]></category>

		<guid isPermaLink="false">http://www.philstechnotalk.com/?p=205</guid>
		<description><![CDATA[Rupert Murdoch has said that Google are stealing content from his news sites and that they should pay for it.
If you visit http://news.google.com/ you can see a selection of news items aggregated from a selection of news sources.  When news items from any of Rupert Murdoch&#8217;s News Corporation sites appear in these pages, he [...]]]></description>
			<content:encoded><![CDATA[<p>Rupert Murdoch has said that Google are stealing content from his news sites and that they should pay for it.</p>
<p>If you visit http://news.google.com/ you can see a selection of news items aggregated from a selection of news sources.  When news items from any of Rupert Murdoch&#8217;s News Corporation sites appear in these pages, he believes that Google should be paying him.</p>
<p>It seems that Mr Murdoch isn&#8217;t seeing the big picture.  All you see on the Google News pages are headlines a a single sentence from the editorial.  To read the entire story, you have to click on the link which takes you to the originating site.  So anyone wanting to read a story related to headlines taken from a News Corporation site will actually be taken to that site.</p>
<p>Google are, in fact, driving traffic to those news sites.  Personally, I never choose to visit any of Rupert Murdoch&#8217;s sites, but I do look at Google News.  If I&#8217;m interested in a story, I&#8217;ll click the link and may end up at one of his sites.  Therefore he gained a visitor who wouldn&#8217;t choose to visit.  Heck!  Shouldn&#8217;t Rupert Murdoch be paying Google for that service?</p>
<p>Any website owner can prevent Google from indexing their site by adding the two lines of code:<br />
<code>User-agent: Googlebot<br />
Disallow: /</code><br />
to their &#8220;robots.txt&#8221; file.  It&#8217;s unlikely that the News Corporation webmasters are unaware of this, which suggests to me that they are simply trying it on by suggesting that Google should pay.</p>
<p>If I owned Google, I would simply drop the News Corporation sites from the search database.  After all, I&#8217;m sure there are plenty of other news services out there who are only too happy to have links to their stories featured in Google.<br />
I would be delighted if Google featured stories from one of my blogs!</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Rupert+Murdoch+Accuses+Google+of+Theft+http://egcrk.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.philstechnotalk.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.philstechnotalk.com/computers/news-and-media/rupert-murdoch-accuses-google-of-theft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tiny Nuclear Battery Breakthrough</title>
		<link>http://www.philstechnotalk.com/technology/tiny-nuclear-battery-breakthrough/</link>
		<comments>http://www.philstechnotalk.com/technology/tiny-nuclear-battery-breakthrough/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 12:54:11 +0000</pubDate>
		<dc:creator>Phil Rogers</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[nuclear battery]]></category>

		<guid isPermaLink="false">http://www.philstechnotalk.com/?p=202</guid>
		<description><![CDATA[At the University of Missouri, research scientists are developing a small, nuclear battery.  The radioisotope battery is about the same size and thickness as a penny, and is said to hold 1 million times more charge than standard batteries.  The energy is produced by the decay of radioisotopes, which release charged particles.  [...]]]></description>
			<content:encoded><![CDATA[<p>At the University of Missouri, research scientists are developing a small, nuclear battery.  The radioisotope battery is about the same size and thickness as a penny, and is said to hold 1 million times more charge than standard batteries.  The energy is produced by the decay of radioisotopes, which release charged particles.  This stream of charged particles can then be harnessed as an electric current.</p>
<p>Nuclear batteries have been in use for some time in military, space &#038; aerospace and underwater systems.  They have also been used in pacemakers, which demonstrates that they are relatively safe.  These batteries have, however, always been much larger than the new ones being developed by the University of Missouri.</p>
<p>The capacity of nuclear batteries has made them very useful for space exploration because they can last for decades.</p>
<p>The biggest problem with nuclear batteries is that they use semiconductors to use the charged particles as they are emitted from the radioisotope.  Because the particles have a very high level of energy, they tend to cause damage to the semiconductor, thus shortening its life.  To overcome this, the semiconductors are made much larger so that they will last as long as the radioisotope.</p>
<p>The batteries made by the University of Missouri, on the other hand, use a liquid semiconductor that is more able to withstand the energy level of the particles without sustaining damage.</p>
<p>These batteries have been developed to power microelectromechanical and nanoelectromechanical systems in which a small, but long-lasting power supply is required.</p>
<p>The University is continuing development to reduce the size of the batteries even further.</p>
<p>Not surprisingly, the team has applied for a provisional patent on the battery.</p>
<p>Editor&#8217;s Comment:<br />
So if they can get 1 million times the energy from a cell of the same size as a conventional battery, why aren&#8217;t they making nuclear batteries that will power a car?</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Tiny+Nuclear+Battery+Breakthrough+http://wsyhp.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.philstechnotalk.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.philstechnotalk.com/technology/tiny-nuclear-battery-breakthrough/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ClickBank Dormant Account Policy Revisited</title>
		<link>http://www.philstechnotalk.com/internet/online-marketing/clickbank-dormant-account-policy-revisited/</link>
		<comments>http://www.philstechnotalk.com/internet/online-marketing/clickbank-dormant-account-policy-revisited/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 13:33:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[clickbank]]></category>
		<category><![CDATA[dormant account]]></category>

		<guid isPermaLink="false">http://www.philstechnotalk.com/internet/online-marketing/clickbank-dormant-account-policy-revisited/</guid>
		<description><![CDATA[Back in February, I posted on this site about ClickBank's policy on Dormant Accounts, which is just one part of their restrictive accounting policy that actually hinders beginning affiliates.  Fortunately there are ways around it, and they don't have to cost the earth.]]></description>
			<content:encoded><![CDATA[<p>Back in February 2008, I posted on this site about ClickBank&#8217;s policy on Dormant Accounts, which is just one part of their restrictive accounting policy that actually hinders beginning affiliates.</p>
<p>Other restrictions require 2 different payment methods (Visa, Mastercard, PayPal) for purchases, and there have to be at least 5 different credit-card numbers.</p>
<p>To read the original article, go <a href="http://www.philstechnotalk.com/internet/online-marketing/beware-clickbank-s-dormant-account-policy/" target="_blank"><b>here</b></a>.</p>
<p>Beginners just finding their feet with affiliate marketing can find it frustratingly difficult to make enough sales to comply with these rules, give up, possibly with the intention of coming back to it later when they have more experience.  What they don&#8217;t realise is that when they leave their account dormant (i.e. there is no activity on it), and it contains a positive balance, they get stung for account charges.  The longer it remains dormant, the higher the charges get.  If it remains dormant long enough, all the commissions accrued so far will just disappear.</p>
<p>It&#8217;s the initial 5-credit card rule that causes so many people to give up and let their accounts go dormant, so this is what needs to be overcome.  So, here are some solutions.</p>
<p><b>Affiliate Exchange</b><br />
One reader who read the original article had experienced these problems first hand.  He decided to do something about it and set up a kind of exchange for ClickBank affiliates in which you buy ClickBank products from other members, and they buy from you in return.  The idea being that you quickly build up your 5 different credit cards, and 2 different payment methods.</p>
<p>This is not a bad idea as long as it is managed fairly.  Somebody who signs up and makes his purchases from other members doesn&#8217;t want to be left waiting for months until enough people have bought from him because there hasn&#8217;t been a proper queuing system.</p>
<p>The initial outlay could be costly &#8211; 5 items bought &#8211; but of course, commissions would be earned on the reciprocal sales made.</p>
<p><b>ClickBank for Newbies</b><br />
There is an easier way to achieve the same result using a system set up by ClickBank king, Harvey Segal.  He set up a simple, low-cost, viral way of overcoming the problem with his product <a href="http://www.supertips.com/reports/?id=701&#038;b=6&#038;tid=cbi"><b>ClickBank for Newbies</b></a>.</p>
<p>This is a free-to-download report that explains every detail of the problem, and presents in itself a means of overcoming it.  Not only is it free to download, but you don&#8217;t even have to sign up to get it.  It&#8217;s just there for the taking.</p>
<p>If you want to read more details, read my review of <a href="http://www.cbintuition.com/getting-started/a-quick-start-for-clickbank-newbies/"><b>ClickBank for Newbies</b></a> at my CBIntuition blog site, or go straight to the <a href="http://www.supertips.com/reports/?id=701&#038;b=6&#038;tid=cbi"><b>Download Page</b></a>.</p>
<p>If you follow the incredibly easy instructions in this guide, you should get past that first 5-credit-card hurdle with no problems.</p>
<p><b>Viral Marketing Method</b><br />
Viral marketing Method is a new system for promoting any product virally using a selection of powerful tools, including Twitter, the QKR link shortener, the PDF Power Brand branding tool and an ingenious cloaked RSS feed system.  The system is so easy to use.  It takes about 1 hour or less to set up a campaign, and once you have pressed the button to start the viral system, it just keeps on going.</p>
<p>Unlike those systems being sold to you by the marketing &#8220;gurus&#8221;, Viral Marketing Method won&#8217;t cost you a penny.  It&#8217;s totally free and you can use it to promote as many products as you want.  In fact, it works so well that the owners of Viral Marketing Method use it to promote itself!  You can get more details of the system and how to obtain it from <a href="http://qkr.cc/iiAg"><b>Viral marketing method</b></a>.</p>
<p>There&#8217;s really no charge to use this system.  It&#8217;s not a 30-day trial where you get stung a monthly fee after the initial free period.  However, that might change in future, so sign up now while it&#8217;s still free.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=ClickBank+Dormant+Account+Policy+Revisited+http://dxhdb.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.philstechnotalk.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.philstechnotalk.com/internet/online-marketing/clickbank-dormant-account-policy-revisited/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Online Gaming &#8211; Evony: A Review</title>
		<link>http://www.philstechnotalk.com/computers/online-gaming-evony-a-review/</link>
		<comments>http://www.philstechnotalk.com/computers/online-gaming-evony-a-review/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 07:52:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[evony]]></category>
		<category><![CDATA[online gaming]]></category>
		<category><![CDATA[watching paint dry]]></category>

		<guid isPermaLink="false">http://www.philstechnotalk.com/?p=189</guid>
		<description><![CDATA[A while ago I stumbled across the Beta version of an online, multi-user game called Civony.  It was one of those Civilisation-type games where you start off with what is a small settlement and you gradually develop it through village, town and city levels.  You build armies, go out and take over unused land to [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago I stumbled across the Beta version of an online, multi-user game called Civony.  It was one of those Civilisation-type games where you start off with what is a small settlement and you gradually develop it through village, town and city levels.  You build armies, go out and take over unused land to build more cities, and invade other cities nearby.</p>
<p>You do this by building cottages to attract people to the town and then generating more resources to expand further.  For example, you might:</p>
<ul>
<li>establish a farm to supply food</li>
<li>open a quarry for stone</li>
<li>build a saw-mill to turn trees into lumber for building</li>
</ul>
<p>There are numerous other buildings you can construct, including Town Hall, Academy, Inn, Barracks, Rally Point etc. Each building has its own specific use, and the construction of some building depend upon the existence of others.</p>
<p>For example, each type of building may be upgraded through different levels.  It is not possible to upgrade the Town Hall beyond a certain level until you have built a wall around the city.  There are numerous dependencies such as this, which kind of makes the game follow a pre-defined path in some respects.</p>
<p>After playing Civony for some time, it was closed and replaced by Evony. Evony is the final version of the game.  I joined Evony to continue where I left off, but found that I had to start right back at the beginning.  Ok, no problem.  I knew what I had to do and got stuck in.</p>
<p>After about a week, the lustre of this game rapidly dwindled until it finally disappeared.  I had been happily constructing cottages for people to live in, set up a farm, quarry and saw-mill and was generating enough resources to continue playing without having to wait until I had enough wood to build a cottage etc.  But as the game progressed, it took longer and longer to build or upgrade something.  Anything that took under 5 minutes to complete could be speeded up, but anything that took longer, I had to wait. And the more advanced my buildings became, the more time it took to upgrade them.</p>
<p>Now that might not seem so bad, but when I discovered that it would take 4 hours to upgrade my Town Hall to the next level, my heart sank.  So I would log on, start the upgrade process and log off again.  Not a particularly thrilling game in that respect, and it was probably taking more time to log on than I actually spent doing anything.  <br />
You can pay money (real money, that is) for speedups, but 1) I don&#8217;t want to spend money on a game that hasn&#8217;t been especially exciting yet, and 2) It kind of goes against the title in the browser window &#8211; &#8220;Evony &#8211; Free Forever&#8221;.</p>
<p>What makes it worse is that you can build or upgrade only 1 building at a time.  So once I&#8217;d started off my 4-hour upgrade of my Town Hall, I could do nothing else but wait for it to complete.  At the time, my town had a population of over 13,000 people.  13,000 idle people and I can construct only one building at a time?  Give me a break!</p>
<p>Maybe I&#8217;m missing something, but a game that doesn&#8217;t let you do anything until 4 hours have elapsed isn&#8217;t a game unless you&#8217;re one of those people who enjoys chess by mail.</p>
<p>The final nail in the coffin as far as I am concerned is that the Chat system is limited.  You can send messages to other people playing the game, but once you have run out of &#8220;Speaker&#8221; credits, that&#8217;s it.  You have to pay real money to get more.</p>
<p>So a game labelled as &#8220;Free Forever&#8221; is free to play, but if you want to do anything except plod along at an excruciatingly boring rate, you need to pay.</p>
<p>My rating?  For me it doesn&#8217;t even merit one star.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Online+Gaming+%E2%80%93+Evony%3A+A+Review+http://p74ok.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.philstechnotalk.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.philstechnotalk.com/computers/online-gaming-evony-a-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BT to Reach the Parts that other Broadband Doesn&#8217;t Reach</title>
		<link>http://www.philstechnotalk.com/internet/bt-to-reach-the-parts-that-other-broadband-doesnt-reach/</link>
		<comments>http://www.philstechnotalk.com/internet/bt-to-reach-the-parts-that-other-broadband-doesnt-reach/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 07:43:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[broadband]]></category>
		<category><![CDATA[bt broadband]]></category>
		<category><![CDATA[too far away]]></category>

		<guid isPermaLink="false">http://www.philstechnotalk.com/?p=191</guid>
		<description><![CDATA[If you live more than 5 kilometres (3.125 miles) from your nearest telephone exchange, as far as ADSL Broadband is concerned, you&#8217;re in a &#8220;Not-Spot&#8221;.  While the rest of the country is enjoying download speeds of 8, 20 or even 50 megabits per second, you&#8217;re stuck back in the dark ages with a dial-up [...]]]></description>
			<content:encoded><![CDATA[<p>If you live more than 5 kilometres (3.125 miles) from your nearest telephone exchange, as far as ADSL Broadband is concerned, you&#8217;re in a &#8220;Not-Spot&#8221;.  While the rest of the country is enjoying download speeds of 8, 20 or even 50 megabits per second, you&#8217;re stuck back in the dark ages with a dial-up modem running at 56 kilobits per second.  With server-side web compression, you might be lucky enough to achieve effective speeds nearer 1 megabit per second.<br />
Downloading your email takes forever, watching TV and video online is out of the question, and spending hours surfing or chatting on social networking sites costs a fortune because you&#8217;re paying by the minute.</p>
<p>Now, in the UK, you might just be in with a chance of getting broadband as BT announce BET, or Broadband Enabling Technology.  This new system extends the range of ADSL broadband lines from 5 kilometres to up to 12 kilometres (7.5 miles).</p>
<p>The broadband speeds at this range are limited to 1 or 2 megabits per second, but that is quite sufficent for many people, and if it meant the difference between dial-up and a permanent connection, I wouldn&#8217;t complain about it.</p>
<p>The BET system has been successfully trialled in Scotland, and BT are now planning to extend the trial to 8 other regions of the UK, including Twyford in Berkshire, Badsey in Worcestershire, Llanfyllin in Powys, Leyland in Lancashire, Ponteland in Northumberland, Wigton in Cumbria, Horsham in West Sussex, Wymondham in Norfolk, Inverness Culloden in Scotland and Dingwall in Scotland.</p>
<p>This is just the beginning of attempts to connect the 3 million homes in the UK that are currently unable to use ADSL broadband.</p>
<p>Campaigners for better broadband services have criticised the system, saying it&#8217;s not broadband.  Considering that the first broadband services available in the UK were a mere 0.5 megabits per second, I&#8217;d say they were lucky to be getting 2 megabits.  Technology moves on and you can bet that BET is an interim solution.  Just be thankful that the engineers at BT are working hard to bring you a broadband service at all.  If you&#8217;re going to be ungrateful, they might not bother in future!</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=BT+to+Reach+the+Parts+that+other+Broadband+Doesn%E2%80%99t+Reach+http://o5ock.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.philstechnotalk.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.philstechnotalk.com/internet/bt-to-reach-the-parts-that-other-broadband-doesnt-reach/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inkjet Printing Technology – Comparing and Choosing Between the Industry’s Top Two Printers</title>
		<link>http://www.articlecontentking.com/computers/inkjet-printing-technology-%e2%80%93-comparing-and-choosing-between-the-industry%e2%80%99s-top-two-printers.php</link>
		<comments>http://www.articlecontentking.com/computers/inkjet-printing-technology-%e2%80%93-comparing-and-choosing-between-the-industry%e2%80%99s-top-two-printers.php#comments</comments>
		<pubDate>Sat, 15 Aug 2009 21:49:44 +0000</pubDate>
		<dc:creator>sales@all-pro-sol.com</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.articlecontentking.com/?p=651</guid>
		<description><![CDATA[This article takes a look at the EnduraJet and SpeedJet Pro inkjet printers, looking at their cost per print, types of ink technology and speed.  At the end, a verdict is given on which to choose based on the given information.]]></description>
			<content:encoded><![CDATA[<p><strong>EnduraJet Inkjet Printer</strong></p>
<p>This printer brings professional print quality to the industrial, high-volume user. Utilizing the very latest in Hewlett-Packard inkjet technology, the EnduraJet delivers an impressive 4800dpi print resolution and superior print speeds. Four individual, large-capacity ink cartridges afford users the ability to print high volumes of professional quality discs at the lowest possible cost per print.<br />
<em><br />
Professional Print Quality</em></p>
<p>The EnduraJet delivers incredible photo-realistic graphics and a superb quality finish that makes it stand out from other printers. Featuring HP’s PhotoREt III enhanced color-layering technology, up to 4800 x 1200 optimized dpi color resolution can be achieved and by using HP inks, the EnduraJet delivers vivid, life-like color and crisp black text time after time. Easy to use label design software is also included.</p>
<p><em>Faster and Efficient</em></p>
<p>The EnduraJet prints up to 25% faster than other inkjet disc printers. Extra large printheads mean that more ink can be placed on the disc&#8217;s surface at any one time, which results in faster printing times.</p>
<p><em>Low Cost Per Print</em></p>
<p>Due to the EnduraJet’s individual ink tank calibration, printing discs has become more economical. Users can change the individual CMYK inks based on usage, which means zero wastage. The increase-capacity cartridges also offer users a low cost per print (approx. $0.09) making the EnduraJet more affordable and cost effective to run than other disc printers.</p>
<p><strong>SpeedJet Pro Inkjet Printer</strong></p>
<p>This printer brings professional print quality to the in-house production of CDs and DVDs, delivering outstanding photo-quality images directly onto the surface of discs enabling customers to choose colorful backgrounds and images that reflect their company.</p>
<p><em>HP Technology</em></p>
<p>The SpeedJet Pro features HPs&#8217; UNIQUE PhotoREt IV color-layering technology, which is able to deliver vivid, true-to-life photos. HP PhotoREt IV controls the placement of the 6-inks more precisely than ever before. Each dot is capable of receiving 32 minuscule drops of color, each one precisely positioned to achieve smoother graduations in tone and to virtually eliminate any grain in the printed image. PhotoREt IV can deliver 289 levels of shade for each color (compared with 17 levels in previous generations) and offers a complete palette in excess of 1.2 million colors. The outstanding print quality is also achieved through the clever design of the drawer mechanism, which holds the discs in place to such a high degree of accuracy, that the finest inkjet printing can take place. The drawer mechanism&#8217;s superior in/out tray also allows for fast printing speeds.</p>
<p>In addition to 120mm CDs and DVDs, 80mm mini discs and CD business cards can also be printed with the use of optional adapters and unlike most disc printers, the SpeedJet Pro uses standard HP color, photo and black ink cartridges for the most cost effective printing possible.</p>
<p><em>User Friendly</em></p>
<p>The SpeedJet Pro boasts a unique interface making it the easiest to use and most accurate CD/DVD printer by far. The Disc Mask ensures precision printing of designs time after time and the quick and simple calibration process ensures perfect layout.<br />
<strong><br />
THE VERDICT</strong></p>
<p>The EnduraJet seems like the way to go as a complete package.  However, I must cover one topic that gets a bit confusing: cost per print.  The EnduraJet has four proprietary ink cartridges that can put out roughly 1,500 prints per set of four (a 69ml black cartridge and 28ml each CMY cartridges), while the SpeedJet Pro’s combination of black and tri-color cartridges (19ml each) can only put out 200 prints per set.  You must use HP genuine cartridges for the EnduraJet but you can find non-genuine cartridges for the SpeedJet Pro, since they are non-proprietary.  This drastically reduces your cost per print, however, because they are not HP genuine, one might discover the colors to be “off” and not match.  It comes down to a cost-benefit analysis based around the desired quality of the prints.<br />
<strong><br />
</strong></p>
<p><strong>About the Author</strong></p>
<p>Christian Czentye is a recent graduate from UCLA with a major in Business Economics and a minor in Accounting. He is now putting his knowledge and experience to work as a sales and marketing associate for All Pro Solutions, a leading manufacturer and innovator of CD/DVD/BD Duplicators and Publishing Systems.  In the near future, he plans on pursuing his MBA with a concentration in finance.<br />
From low-end, entry-level duplicators to highly advanced and network-based, mission critical Blu-Ray systems, Christian Czentye invites you to familiarize yourself and learn more about All Pro Solutions’ wonderful duplication systems offered at &lt;a href=&#8221;http://www.all-pro-sol.com&#8221;&gt;www.all-pro-sol.com&lt;/A&gt;.  To inquire about additional information, please fill out the following &lt;a href=&#8221;http://www.all-pro-sol.com/cd-dvd-duplicators-publishers-contact-us/index.html&#8221;&gt;form&lt;/A&gt;</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Inkjet+Printing+Technology+%E2%80%22+Comparing+and+Choosing+Between+the+Industry%E2%80%99s+Top+Two+Printers+http://g9s8c.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.articlecontentking.com/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="[Post to Twitter]" border="0" /></a> <a class="tt" href="http://twitter.com/home/?status=Inkjet+Printing+Technology+%E2%80%22+Comparing+and+Choosing+Between+the+Industry%E2%80%99s+Top+Two+Printers+http://g9s8c.th8.us" title="Post to Twitter">Tweet This Post</a>&nbsp; </p>]]></content:encoded>
			<wfw:commentRss>http://www.articlecontentking.com/computers/inkjet-printing-technology-%e2%80%93-comparing-and-choosing-between-the-industry%e2%80%99s-top-two-printers.php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
