<?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 &#187; Computers</title>
	<atom:link href="http://www.philstechnotalk.com/category/computers/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>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>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>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>
		<item>
		<title>Google&#8217;s Chrome OS &#8211; Is it a Windows Slayer?</title>
		<link>http://www.philstechnotalk.com/computers/operating-systems/googles-chrome-os-is-it-a-windows-slayer/</link>
		<comments>http://www.philstechnotalk.com/computers/operating-systems/googles-chrome-os-is-it-a-windows-slayer/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 12:14:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[chrome os]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.philstechnotalk.com/?p=187</guid>
		<description><![CDATA[Google have announced their intentions to release a new lightweight operating system, Chrome OS.
Will it be a replacement for Windows or Mac OS?
Unlikely, but it will have its own place in the market.]]></description>
			<content:encoded><![CDATA[<p>Google have announced their intention to release a new operating system, Chrome OS.  It will be fast and lightweight, and less liable to virus attacks than Windows.  But is it really a replacement for Windows or Mac OS?</p>
<p>Chrome will be based on the Linux kernel, just as Mac Os is, but it&#8217;s not going to give you the same functionality as Mac OS or any of the popular versions of Linux.  Chrome OS is really very little more than a dedicated browser, so it is targeted at people who do little more than work online.  Of course, it will do the usual online tasks such as web surfing, emailing, social networking, Twittering etc., but what else will it do?</p>
<p>The first thing to realise is that all applications that you run must be capable of running within a web browser.  This can be fairly limiting, although the number of web-based applications available is increasing all the time.  However, performance of web-based applications is usually much lower than their native counterparts.</p>
<p>Serious gaming is not going to be an option.   You&#8217;re not going to be able to run those super-high-resolution, fast, shoot-&#8217;em up action games.  Browser applications just haven&#8217;t reached that level of capability yet.</p>
<p>And the big killer &#8211; Chrome OS is unlikely to be able to run any of the Windows or Mac OS applications you&#8217;ve already invested so much money in.</p>
<p>I&#8217;m not writing off Chrome OS before it&#8217;s released &#8211; I&#8217;m just making you aware that it will not be a replacement for Windows or Mac OS.</p>
<p>There are plenty of advantages to using Chrome OS though.  It will be small and fast.  When you switch on your PC, it will take just seconds to boot up, and assuming you have an Internet connection available,  you&#8217;ll be online as soon as it has finished booting.  It will be ideal for wi-fi enabled, sub-notebook computers, especially for use by people on the move.</p>
<p>Another good thing about this announcement is that it will probably spawn a whole new interest in developing good quality, browser-based applications; something that really could do with a shot in the arm.</p>
<p>The best feature of all though, is the price.  Just like all the various versions of Linux, Chrome OS will be free to download and install.</p>
<p>But I&#8217;ll bet dollars to donuts that Google will still make a lot of money off the back of it.  After all, Chrome OS steeers you straight into the web.  Where Google lives and thrives.</p>
<p>Is it a Windows slayer?  No.  Not by a long way.  Will it take off?  Probably.  Especially if Google can cut a deal to pre-load it on some sub-notebook, ultra-portable PCs.  They definitely have the financial clout to do that, and they control one of the most popular online advertising networks, so getting it out there is not going to be a difficult task for them.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Google%E2%80%99s+Chrome+OS+%E2%80%93+Is+it+a+Windows+Slayer%3F+http://5pqs8.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/operating-systems/googles-chrome-os-is-it-a-windows-slayer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 To Ship In Europe Without Internet Explorer</title>
		<link>http://www.philstechnotalk.com/computers/operating-systems/windows-7-to-ship-in-europe-without-internet-explorer/</link>
		<comments>http://www.philstechnotalk.com/computers/operating-systems/windows-7-to-ship-in-europe-without-internet-explorer/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 11:25:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.philstechnotalk.com/?p=183</guid>
		<description><![CDATA[I suspect this is a move by Microsoft to hit back at the European Commission, who have hit them hard with big fines ($1.4 billion) for being monopolistic etc.
Initially this will be good news to the European Commission &#8211; it looks as if Microsoft are removing their browser to give people the choice of downloading [...]]]></description>
			<content:encoded><![CDATA[<p>I suspect this is a move by Microsoft to hit back at the European Commission, who have hit them hard with big fines ($1.4 billion) for being monopolistic etc.</p>
<p>Initially this will be good news to the European Commission &#8211; it looks as if Microsoft are removing their browser to give people the choice of downloading and installing an alternative, such as Opera or Firefox.</p>
<p>But did they really think this through?  When the European Commission take delivery of their shiny new Windows 7 PCs, they will have no browser with which to download their favourite browser.  Of course there&#8217;s nothing to stop them from downloading it using another PC, but by complying with the EC&#8217;s wishes, Microsoft have cleverly introduced an annoyance that is bound to cause an uproar.</p>
<p>Anyone who upgrades their PC from a previous version of Windows will, of course, have their favourite browser already installed.  But new Windows 7 PCs will not have one.</p>
<p>And there&#8217;s another twist to this.  I just installed Windows XP SP2 on a new hard disk.  I fired up Opera to go and download SP3, and it wouldn&#8217;t let me.  It insisted that I use Internet Explorer to obtain the Service Pack.</p>
<p>I doubt whether that&#8217;s going to change with Windows 7.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Windows+7+To+Ship+In+Europe+Without+Internet+Explorer+http://heydh.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/operating-systems/windows-7-to-ship-in-europe-without-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>28 Web Conference Training Tips</title>
		<link>http://www.articlecontentking.com/computers/28-web-conference-training-tips.php</link>
		<comments>http://www.articlecontentking.com/computers/28-web-conference-training-tips.php#comments</comments>
		<pubDate>Sun, 08 Mar 2009 17:14:45 +0000</pubDate>
		<dc:creator>Dave Boggs</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.articlecontentking.com/?p=554</guid>
		<description><![CDATA[Companies and organizations today use web conferencing in many aspects of their organizations—to conduct meetings, collaborate on projects, demonstrate products and services, and more.  Learning to use web conferencing technology is pretty easy, but there is a lot more to training via web conference than just putting on a headset, dialing up an audio?conferencing bridge, and logging onto the application.]]></description>
			<content:encoded><![CDATA[Companies and organizations today use web conferencing in many aspects of their organizations—to conduct meetings, collaborate on projects, demonstrate products and services, and more.  Learning to use web conferencing technology is pretty easy, but there is a lot more to training via web conference than just putting on a headset, dialing up an audio?conferencing bridge, and logging onto the application.
This article offers some helpful tips specifically targeted to web conference training.
1. Even though you are using web conferencing to deliver training, the training content itself must still be planned and crafted just as carefully as if it were for a traditional classroom session or e-Learning course.
2. When developing PowerPoint slides to use in web conference training follow these guidelines:
- Simplify content.
-Use a large, bold, simple font like Arial.
- Have no more than 6 to 8 lines of text per page (fewer are better).
- Make no more than 4 to 5 training points per page (fewer are better).
- Use plain backgrounds that contrast well with the text without clashing.
- If possible, avoid complex animations (i.e. no spinning text, etc.).
3. Establish one person as the point of contact, (POC) for communicating with their group of attendees. Provide all information to this one person and let them communicate it to their own people.
4. Provide an outline of objectives for attendees prior to the conference.
5. Test all aspects of your presentation ahead of time. (Enlist the help of an online facilitator or a student for these tests.):
- Check your phone lines and headset, and replace weak batteries with full new sets.
- Though most web conference technologies automatically run a short program to install and test your machine, open your own test conference and run your presentation. Confirm that your machine won’t freeze up because of low PC memory or connection speed.
- Check any online exercises, tests, or polling questions you have planned for the session.
- Run through the presentation twice, to both check its timing and leave ample time for questions and answers.
6. If student answers are being stored in a database or a learning management system (LMS), determine how they will be scored, saved, and accessed later.
7. Are you using an electronic whiteboard?  Check to see how its images will be stored. Will your students need them later? How can they access this material? Is it something you can post in a reference area on your training LMS?

8. If you are going to demonstrate with examples, try to keep them relevant to the audience.  It’s easier for people to learn when material is presented through examples that make sense to them.
9. Check how much background noise your system produces. Stage the actual conference in a quiet place, where you can control any heating or air conditioning noise.  Be careful about rustling papers. And never eat anything or chew gum during the conference.
10. Will a host introduce you or will you have a guest presenter during the web conference?  If so, you’ll need to run through all of things discussed in item 5 with the other participant.
11. Do you or your guest tend to run long?  If so, you may want to use cue cards. Or use a second computer (or laptop) as a time clock, to signal when someone is running long.
12. Limit each session to 60 – 90 minutes.  Longer sessions are not productive.
13. Limit your audience. When possible, keep the number of people attending small.  (No more than six people are best.)
14. You might want to ask your technical people to set up a dual monitor configuration on your PC (or laptops) for you, so that your presentation appears on one display (as others are seeing it), while your delivery screens and notes appear on the other.
15. If appropriate, check time zones before scheduling the web conference. You’d be amazed how often even experienced trainers forget to do this…and end up opening a conference at the wrong time.
16. Related to item 15, check in advance to make sure that dates and times appear correctly in all meeting listings and notification messages. Confirm that the dates and times you define are communicated consistently to all participants.
17. Check ahead of time that all online links through which students can join the web conference will work… whether they are delivered to learners in an LMS message, via email, or on a web page.
18. If any learners are located in other organizations, try a test connect into their facilities well before the actual conference. Though rare, their IT departments may need to change some firewall settings before you’ll be able to communicate in.
19. Have more than one Web Conference option ready to use.  Then, if some participants can’t connect, you can create a new conference on the spot, with different conference tools.
20. Generally, you do not want people to join a web conference until it is actually open for business. Depending on the system you use, you may be able to enforce this with a student display that says: “Cannot join until…”
21. Before starting, ask your POC if everyone is present and if it’s OK to begin.
22. During the actual conference, check in periodically by asking questions of the attendees. For example:  “Does that make sense.  Are there any questions so far?  Can you think if an example where you might use this __________.” This helps to ensure the attendees are attentive, and to see if they have any questions.  Silence is a sign that the information is not being understood.
23. Try to stay “on course” but allow for flexibility. Often questions asked will take you to another topic area and may require more explanation than allowed in the allotted time. Try to answer all questions and offer to follow up with more information offline, or in another conference, when time is limited.

24. When you get close to the end, if you feel like you might run over or need a few extra minutes to finish up, stop and check with all participants.  Be considerate of others’ schedules.
25. Provide training exercises on the topics discussed.
26. Plan ahead for how you will close the session.  Thank everyone for their time and attention, leave time for any closing comments or information, discuss next steps (if any), and review how you can be contacted (if needed).
27. Follow up with your learners after their web-conference training. This could be by email or perhaps even through a test to gauge their understanding of the material.
28. Keep a log of all training and notes. It can help improve your future training.

About The Author
Mary Polley-Berte is Director of Customer Support &amp; Training at SyberWorks, Inc., in Waltham, Massachusetts. Mary is a graduate of Boston University and resides with her family in New Hampshire.
About SyberWorks
SyberWorks, Inc. (<a href="http://www.syberworks.com">http://www.syberworks.com</a>) is a leader in the custom e-Learning Solutions and Learning Management System industries for Fortune 1000 corporations, higher education, and other organizations. Located in Waltham, Massachusetts, the company serves the multi-billion-dollar e-Learning market. Since 1995, SyberWorks has developed and delivered unique and economical solutions to create, manage, measure, and improve e-Learning programs at companies and organizations in the United States, Canada, Europe, and other countries.

<a href="http://www.syberworks.com/articles/28-Web-Conference-Training-Tips.htm">
http://www.syberworks.com/articles/28-Web-Conference-Training-Tips.htm</a>]]></content:encoded>
			<wfw:commentRss>http://www.articlecontentking.com/computers/28-web-conference-training-tips.php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Latest Free Viral PDF Branding Software Packs More Power</title>
		<link>http://www.philstechnotalk.com/computers/software/latest-free-viral-pdf-branding-software-packs-more-power/</link>
		<comments>http://www.philstechnotalk.com/computers/software/latest-free-viral-pdf-branding-software-packs-more-power/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 00:02:18 +0000</pubDate>
		<dc:creator>Phil Rogers</dc:creator>
				<category><![CDATA[E-Books]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[brand pdf]]></category>
		<category><![CDATA[free pdf brander]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[pdf brander]]></category>
		<category><![CDATA[pdf power brand]]></category>
		<category><![CDATA[viral marketing software]]></category>
		<category><![CDATA[viral pdf]]></category>

		<guid isPermaLink="false">http://www.philstechnotalk.com/?p=173</guid>
		<description><![CDATA[Dan Blackburn and Alex Jordache officially announced today the release of a new and improved version of the popular PDF branding and viral marketing software application, PDF Power Brand.]]></description>
			<content:encoded><![CDATA[<p><b>Rotherham, England 23rd Feb 2009</b> &#8211; Dan Blackburn and Alex Jordache officially announced today the release of a new and improved version of the popular PDF branding and viral marketing software application, PDF Power Brand.</p>
<p>&#8220;Alex [Jordache] and I are very excited about the release of the latest version of PDF Power Brand, viral marketing and list building software&#8221;, said Blackburn. &#8220;Alex had been working for me as a freelance coder for several years before we teamed up on this project in late 2008.  He is an excellent php coder and project development manager&#8221;.</p>
<p>&#8220;The truth is, I was really struggling before I teamed up with Alex. Unfortunately, the app did not work well on low ram Vista systems and with more and more people wanting to use the application on Vista operating systems every day, it was becoming a serious problem. I had lost touch with the original software engineer and every engineer I hired could not fix the problems. Maybe it&#8217;s because Vista got better, or maybe it is because Alex is a genius. All I know is, we now have fully tested and working software again and I am confident that as a team we will be able to handle any future issues&#8221;.</p>
<p>&#8220;The app was a mess!&#8221; said Jordache, &#8220;Rather than trying to work around all the inherent bugs, I decided to start again from scratch, the original code was C++ we started again in Delphi. Actually, most of the credit for coding the software has to go to my very capable friend Acruc.  I have known Acruc for 7 years now and I knew he would be the right man for the job. Hiring Acruc gave me more time to work on all the features for members that Dan wanted to implement.</p>
<p>Blackburn interjects, &#8220;Alex is an incredible php coder &#8211; I&#8217;ve always know that. Everything I asked him to make happen, he was able to do. As well as redeveloping the software in a more up to date programming language, Alex coded some highly effective viral marketing benefits into the PDF Power Brand web site and made all my ideas become real. I think the one most important aspect of bringing a software application to market is good communication between the developers and the marketers. I handle the marketing side and Alex handles the techie stuff. We make a great team!&#8221;</p>
<p>When asked to go into details about some of the benefits, Blackburn explained that he simply could not do so without talking to me for longer than the time we had available, and suggests that anyone who is interested in knowing more should subscribe to the PDF Power Brand blog or call him at the number given below.</p>
<p>For more details, call:<br />
UK: 020 8144 2865<br />
US: (630) 687-1378<br />
International, +44 20 8144 2865</p>
<p>Get your FREE copy of PDF Power Brand <a href="http://www.unmarkedbills.com/free/ppb" target="_blank"><b>here</b></a></p>
<p>Or visit the <a title="PDF Power Brand Blog" href="http://www.pdf-power-brand.com/blog" target="_blank">PDF Power Brand Blog</a></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Latest+Free+Viral+PDF+Branding+Software+Packs+More+Power+http://t48is.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/software/latest-free-viral-pdf-branding-software-packs-more-power/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Is Google Earth Getting Worse?</title>
		<link>http://www.philstechnotalk.com/computers/application/is-google-earth-getting-worse/</link>
		<comments>http://www.philstechnotalk.com/computers/application/is-google-earth-getting-worse/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 16:16:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Application]]></category>
		<category><![CDATA[degradation]]></category>
		<category><![CDATA[google earth]]></category>

		<guid isPermaLink="false">http://www.philstechnotalk.com/?p=171</guid>
		<description><![CDATA[I&#8217;ve been a great fan of Google Earth since it first hit the scene.  Like most people who use it, I found my own house, my workplace, places where I&#8217;d lived previously etc.  In the early days, many of the images were quite fuzzy &#8211; I could find my street, but my house was represented [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been a great fan of Google Earth since it first hit the scene.  Like most people who use it, I found my own house, my workplace, places where I&#8217;d lived previously etc.  In the early days, many of the images were quite fuzzy &#8211; I could find my street, but my house was represented by an amorphous blob of colour &#8211; simply no detail whatsoever.</p>
<p><strong>The Rise</strong></p>
<p>Over the years, the images improved immensly, to the point where I can identify my car parked outside my house and even the kids&#8217; toys in the garden.</p>
<p>Other places that I regularly visit on Google Earth  are Ekaterinburg in Russia, where my wife comes from.  Again, the images of our apartment there have become clearer and more detailed over time.  The small, rural village where my wife&#8217;s family live still remains a blur of random splodges of colour.  We await better images, but we&#8217;re not holding our breath.  We suspect it&#8217;s a very low-priority area to be photographed.</p>
<p><strong>The Decline</strong></p>
<p>Many places I regularly visit on Google Earth have been updated within the last few months, and to be honest, there seems to be a distinct degradation in the quality.</p>
<p>The images of my home, and of several previous addresses, have decreased in clarity.  It seems they have taken a step backwards.  Is this some sort of privacy ruling, or are they simply purchasing lower-quality images to save money?</p>
<p>What really disappoints me though, is that the new images of Ekaterinburg have evidently been taken during the winter months because the very long shadows cast by the many tower blocks because the sun is so low in the sky, all but obliterate the details of whatever lies behind them.  The shadows fall almost due north, meaning the sun was directly in the south.  Therefore the images were taken around mid-day.  In fact, the sun is so low in the sky that the shadows occupy more land area than the buildings that are casting them.</p>
<p>In addition to this poor choice of time to update the images, the pictures themselves are again, less clear than before.</p>
<p>Google has done wonders with the performance of the software, and the addition of Sky and Ocean, but the quality of the images is definitely dropping.  I understand that Google doesn&#8217;t want to have too many images that are out-of-date, but I&#8217;d rather see out-of-date images that are clear than the fuzzy offerings they seem to be making of late.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Is+Google+Earth+Getting+Worse%3F+http://ttxrw.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/application/is-google-earth-getting-worse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
