<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.4" -->
<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/"
	>

<channel>
	<title>Computer Helper In Michigan</title>
	<link>http://www.computer-helper-mi.com</link>
	<description>Computer Help For Everyone</description>
	<pubDate>Sun, 27 Jul 2008 20:25:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title>Canon Powershot 850 II - Digital Cameras of 2008 - $100-$200 range</title>
		<link>http://www.computer-helper-mi.com/archives/59</link>
		<comments>http://www.computer-helper-mi.com/archives/59#comments</comments>
		<pubDate>Sun, 27 Jul 2008 20:22:06 +0000</pubDate>
		<dc:creator>jason.michael</dc:creator>
		
	<category>Computer Product Reviews</category>
		<guid isPermaLink="false">http://www.computer-helper-mi.com/archives/59</guid>
		<description><![CDATA[Today, I&#8217;m reviewing some digital cameras.  I figure that the camera that I bought 3 years ago has served its purpose quite nicely.  At the time, it was the only camera under $250 that had a 5 mega pixels capability.  I&#8217;m willing to bet that the same camera that would have cost [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I&#8217;m reviewing some digital cameras.  I figure that the camera that I bought 3 years ago has served its purpose quite nicely.  At the time, it was the only camera under $250 that had a 5 mega pixels capability.  I&#8217;m willing to bet that the same camera that would have cost $250-$300, you can find today for under $200.  And honestly, that is all I really need - something that has good color quality, a macro function, allows for video clips, and uses a nice size storage card (2GB or more would be good).</p>
<p>So after doing some research, here is 1 of 3 cameras I&#8217;m going to mention:</p>
<p>The Canon powershot SD850 can be found online at $190 up to $300 in price.  I imagine the lower priced ones are refurbished.  Honestly, refurb is fine with me, if its already a decent camera.  The Canon Powershot SD850 has image stabilization, a nice feature I wish I had in my old Olympus.  Also, from what I can tell, the colors are very accurate, and it takes excellent photos inside and outside.  This camera has 8.3 mega pixels - an incredible amount, and the processing is extremely fast, and suitable for low light conditions.  So far, I really like this camera.</p>
<p>Here&#8217;s a video review I found for the Canon Powershot 850:<br />
<object width="335" height="360"><br />
<param name="movie" value="http://www.cnet.com/av/video/flv/newPlayers/universal.swf" />
<param name="wmode" value="transparent" />
<param name="allowFullScreen" value="true" />
<param name="FlashVars" value="playerType=embedded&#038;value=28990" /><embed src="http://www.cnet.com/av/video/flv/newPlayers/universal.swf" type="application/x-shockwave-flash" wmode="transparent" width="335" height="360" allowFullScreen="true" FlashVars="playerType=embedded&#038;value=28990" /></object>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.computer-helper-mi.com/archives/59/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Flex 3, ActionScript , or Ajax - So Many Choices - Which is Best?</title>
		<link>http://www.computer-helper-mi.com/archives/58</link>
		<comments>http://www.computer-helper-mi.com/archives/58#comments</comments>
		<pubDate>Sat, 15 Mar 2008 03:04:19 +0000</pubDate>
		<dc:creator>jason.michael</dc:creator>
		
	<category>Internet Help</category>
	<category>Random Ideas and Tech Thoughts</category>
	<category>Programming</category>
		<guid isPermaLink="false">http://www.computer-helper-mi.com/archives/58</guid>
		<description><![CDATA[





In the last few months, I have been working on 3 projects, using three different frameworks - Flex, Actionscript, and ExtJS ( Ajax).  I must say that I am impressed with all three of these types of solutions for accessing remote data from an API service written in PHP, or AMFPHP.  
Flex 3 [...]]]></description>
			<content:encoded><![CDATA[<p>
<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-6499001714465906";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="8196222851";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><!-- End Google Adsense code -->
<br />
In the last few months, I have been working on 3 projects, using three different frameworks - Flex, Actionscript, and ExtJS ( Ajax).  I must say that I am impressed with all three of these types of solutions for accessing remote data from an API service written in PHP, or AMFPHP.  </p>
<p>Flex 3 is very impressive, and I have decided to try at least creating prototype applications with it, and including them as movie clips in my Flash projects.  If this works, I&#8217;ll do nothing else, but in some cases, I may just take the idea I initiated with Flex 3 and follow through to create the final product with Actionscript and Flash objects.</p>
<p>As for ExtJS, this is a great solution if you&#8217;re dealing with a website that has no initial Flash capabilities, and none are desired by the client, yet still allow you to do remote communications through the Ajax library it provides, which is very similar in syntax as Prototype - only some minor differences.</p>
<p>As for deciding which is best - I would say that Flex provides a really quick way to get a project done, once you&#8217;ve overcome the learning curve of putting things together and arranging the layouts.  If you have a project started in Flash, Flex might be an option you can use to get some aspects of it completed.   ExtJS is a good framework to get some simple, quick and dirty DOM manipulation functions done, along with some nicely styled windows and widgets (i.e. the calendar widget), but if you&#8217;re not familiar with JavaScript, learning ExtJS can be daunting and take more time than you have available to meet a deadline.</p>
<p>Its really a tough call as to which is best - I would have to say neither.  Use the one you&#8217;re more suited for.  Honestly, my work with ExtJS for the past year helped me understand more completely the workings of ActionScript, which in turn helped me understand how to use Flex.  I honestly believe that the designer of ExtJS was an ActionScript programmer who knew Java and JavaScript, and borrowed the best ideas from these languages to put together a strong, consistent JavaScript framework that just makes sense, if you are familiar with the other languages I&#8217;ve mentioned here.</p>
<p>If you don&#8217;t have a designer available and really stink at PhotoShop, ExtJS provides a great way of providing a stylish solution for your customer&#8217;s project minimal design work needed on the programmer&#8217;s part.  </p>
<p>Armed with the information I&#8217;ve provided here, hopefully it will help someone who is at a loss as to what he or she should use to begin.  Personally, I wish someone had left a post with some clues which contrasted and compared these three technologies when I was starting out with various projects.  Good luck!</p>
<p>
<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-6499001714465906";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="8196222851";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><!-- End Google Adsense code -->

</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.computer-helper-mi.com/archives/58/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>IT Web Application Development and Web 2.0 - Why Rush To Get The Best?</title>
		<link>http://www.computer-helper-mi.com/archives/57</link>
		<comments>http://www.computer-helper-mi.com/archives/57#comments</comments>
		<pubDate>Fri, 22 Feb 2008 19:10:10 +0000</pubDate>
		<dc:creator>jason.michael</dc:creator>
		
	<category>Internet Help</category>
		<guid isPermaLink="false">http://www.computer-helper-mi.com/archives/57</guid>
		<description><![CDATA[





Change is the major topic of the USA presidential election process.  It&#8217;s always the big topic.  People always want some sort of &#8220;change&#8221;, when it comes to politics.  When it comes to IT though, depending upon where you work, change happens very slowly in big companies, while the smaller, successful businesses nimbly [...]]]></description>
			<content:encoded><![CDATA[<p>
<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-6499001714465906";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="8196222851";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><!-- End Google Adsense code -->
<br />
Change is the major topic of the USA presidential election process.  It&#8217;s always the big topic.  People always want some sort of &#8220;change&#8221;, when it comes to politics.  When it comes to IT though, depending upon where you work, change happens very slowly in big companies, while the smaller, successful businesses nimbly pick up all the latest technologies.  </p>
<p>Currently, I work at a company that is using an ancient PHP framework that existed long before CakePHP.  AJAX wasn&#8217;t even a glimmer in anyone&#8217;s eyes, when this framework was released.  Yet, I went forward with my first project and slowly developed a nice, AJAX powered GUI for one of our applications that was otherwise very unwieldy to use.  Four months of development went into it.  The other developer of the department noted that it could have been completed in half the time if I just stuck to using PHP.</p>
<p>I think while his argument would have been justified if this was holding up a function of our company, but it was not.  Plus, I believe it was worth taking the  extra time to develop a more perfect application, instead of dishing out the garbage the users are accustomed to seeing all the time.  So I guess his argument was that the applications should have a cohesiveness to them.  Sure, I agree with this, but as I see it, we&#8217;re going to have a struggle between applications I do, using the AJAX framework ( EXtJS ), and the applications he does, which are straightforward PHP with no thought of adding AJAX to them.  I would rather meet him in the middle at this point, but sometime down the road, I would like to see him on board, using AJAX in a majority of his applications, rather than &#8220;rarely ever&#8221;.  It is a skill web application developers need to have in this day and age in order to be competitive with applications that would otherwise be developed in ASP or Cold Fusion.</p>
<p>Anyway, my point - if there is time to make an application beautiful and perfect for the user, use that time and don&#8217;t rush the development.  It will be time well spent, even if you have to learn as you go.  If your employer decides to fault you because of it, don&#8217;t worry - there are plenty of other employers who would love to have your skills on board and you can apply your experience to their projects.<br />

<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-6499001714465906";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="8196222851";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><!-- End Google Adsense code -->

</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.computer-helper-mi.com/archives/57/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Hewlett Packard Carries Over the DV9000 Series Laptops for 2007</title>
		<link>http://www.computer-helper-mi.com/archives/56</link>
		<comments>http://www.computer-helper-mi.com/archives/56#comments</comments>
		<pubDate>Fri, 16 Nov 2007 03:23:48 +0000</pubDate>
		<dc:creator>jason.michael</dc:creator>
		
	<category>Internet Help</category>
		<guid isPermaLink="false">http://www.computer-helper-mi.com/archives/56</guid>
		<description><![CDATA[





I have been looking at the sales from the Hewlett-Packard TV 9000 laptops advertised at their website.  I&#8217;m impressed that they are including both the Intel tool corps processors as well as the AMD equivalent tool core processor among their offerings.  The HP Pavilion DV 9000 series has been a staple laptop for [...]]]></description>
			<content:encoded><![CDATA[<p>
<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-6499001714465906";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="8196222851";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><!-- End Google Adsense code -->
<br />
I have been looking at the sales from the Hewlett-Packard TV 9000 laptops advertised at their website.  I&#8217;m impressed that they are including both the Intel tool corps processors as well as the AMD equivalent tool core processor among their offerings.  The HP Pavilion DV 9000 series has been a staple laptop for Hewlett-Packard for just over a year.  I purchased mine in November of 2006 and I have been very impressed with its quality especially considering the low price I paid at the time of about $800.  </p>
<p>I had Windows Media Center 2005 preloaded, but was given the opportunity to upgrade to Windows fists home edition.  I received the CD for Windows Vista from Microsoft, but I am quite content with Windows XP, and do not plan to upgrade any time soon.  My DV 9000 Model did not come with the TV tuner included, but this is something I added later simply by purchasing a pinnacle TV tuner which plugs into my USB port.  I will review this TV tuner and a future posting, but I must say it it has been an excellent tuner for the low price that I paid for it.  In fact, most of the electronics I have purchased recently within the past three months have had some wonderful discounts on them when purchased at Best Buy - even beating out the competition on the Internet.</p>
<p>My one complaint about the HP DV 9000, a bit of a disappointment, is that one side of my widescreen has started separating at the seam, which started at the hinge and progressed upward.  I suppose if I allowed it, the seam would break all around the whole screen, but I have been careful to hold the seam together, each time I close or open the laptop.  From my experience, this is the type of defect that most laptop companies such as Dell refuse to repair under warranty, citing that this type of of damage is not normal wear and tear.  I half to disagree, especially since this is a heavily used laptop.  </p>
<p>
<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-6499001714465906";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="8196222851";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><!-- End Google Adsense code -->

</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.computer-helper-mi.com/archives/56/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>My First Posting With Dragon NaturallySpeaking</title>
		<link>http://www.computer-helper-mi.com/archives/54</link>
		<comments>http://www.computer-helper-mi.com/archives/54#comments</comments>
		<pubDate>Sun, 11 Nov 2007 19:43:55 +0000</pubDate>
		<dc:creator>jason.michael</dc:creator>
		
	<category>Internet Help</category>
		<guid isPermaLink="false">http://www.computer-helper-mi.com/archives/54</guid>
		<description><![CDATA[





This is my first post, using Drag Naturally Speaking version 9.0.  My dictation skills are a work in progress.  What follows is a short account of what I hope to achieve with it.
Recently I purchased net Dragon NaturallySpeaking to help me with my blogging.  I determine that this may help save me [...]]]></description>
			<content:encoded><![CDATA[<p>
<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-6499001714465906";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="8196222851";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><!-- End Google Adsense code -->
<br />
This is my first post, using Drag Naturally Speaking version 9.0.  My dictation skills are a work in progress.  What follows is a short account of what I hope to achieve with it.</p>
<p>Recently I purchased net Dragon NaturallySpeaking to help me with my blogging.  I determine that this may help save me some time by allowing me to replay my recorded voice what as they travel to work so that it may be dictated into Dragon NaturallySpeaking later in the evening.  Unfortunately, I&#8217;ve not been able to determine a good method of getting my voice heard by Dragon NaturallySpeaking in the in an easy manner especially since I&#8217;m using this standard version wished does not allow for import of MP3 or Windows media files.  I am hoping that in time, I will be able to determine a good solution to this problem, because I would like to be able to get the most work from this version plus my recorder as both were on sale at a deep discount.  Currently, I am using a Sansa e200 for my recordings.  This is actually a media player that plays MP3 and video files, but also has a built-in microphone for recordings.</p>
<p>Until I determine a good solution, it will suffice for me to use the microphone that comes with Dragon NaturallySpeaking, and dictate the words for my blogs.  I hope that my wife or son and at this dirt by my evening commentaries dictated to my computer late into the night.<br />

<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-6499001714465906";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="8196222851";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><!-- End Google Adsense code -->

</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.computer-helper-mi.com/archives/54/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Install Qmail For CentOS 4.4</title>
		<link>http://www.computer-helper-mi.com/archives/53</link>
		<comments>http://www.computer-helper-mi.com/archives/53#comments</comments>
		<pubDate>Thu, 12 Apr 2007 01:48:31 +0000</pubDate>
		<dc:creator>jason.michael</dc:creator>
		
	<category>Internet Help</category>
		<guid isPermaLink="false">http://www.computer-helper-mi.com/archives/53</guid>
		<description><![CDATA[





Installing Qmail can be troublesome at times, but they make email toasters to help speed up the process.  There&#8217;s a qmailtoaster (Google for it), there&#8217;s a link on the site for a CentOS install, which downloads all the RPMs and installs it nicely for you with all the bells and whistles.  Then, there&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>
<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-6499001714465906";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="8196222851";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><!-- End Google Adsense code -->
<br />
Installing Qmail can be troublesome at times, but they make email toasters to help speed up the process.  There&#8217;s a qmailtoaster (Google for it), there&#8217;s a link on the site for a CentOS install, which downloads all the RPMs and installs it nicely for you with all the bells and whistles.  Then, there&#8217;s a manual install using <a href="http://www.shupp.org/toaster/" onclick="javascript:urchinTracker ('/outbound/article/www.shupp.org');">Bill&#8217;s Linux Qmail Toaster</a>, and I tell you, this is the ONLY one you should bother with, for any OS, unless of course you happen to be using CentOS 4.3 - then the qmailtoaster will work fine&#8230; </p>
<p>If you go the route I did, to install Qmail on CentOS 4.4, you&#8217;re on <em>the path of pain</em>.  I thought this qmailtoaster for some version of CentOS 4 would be great - the answer to my prayers.  I proceeded to install the CentOS 4.3 version, while unknowingly, ignorantly using a CentOS 4.4 server.  BIG MISTAKE!  I was constantly in the logs, looking at tcpserver errors - &#8220;unable to allocate memory&#8221; blah blah blah.  Damn!  For two weeks I would clear up things with restorecon, only to find myself with libcrypto errors, and libc errors, and would try to reinstall glibc!!!  It was maddening, and I found myself sinking deeper and deeper in some hole I dug, until finally&#8230;. a ray of light helped me see that I was fighting a battle that was not meant to be fought, and I had to REMOVE all remnants of Qmailtoaster and its dependencies and go with the manual, laborous instructions provided by Bill&#8217;s Qmail toaster&#8230;. if I had done this to being with, using his instructions to configure, make, and install all scripts manually, instead of using some RPM&#8217;s that came from who knows where and for whatever versions (probably CentOS 4.3&#8230;.), i would have had this email setup on ONE DAY instead of 2.5 weeks!</p>
<p>So my point&#8230; if you have CentOS 4.4, or heck, any version of Linux, and you want to install Qmail with all the bells and whistles, use Bill&#8217;s Qmail Toaster&#8230; if you don&#8217;t, don&#8217;t go crying in the forums that something else you try isn&#8217;t working&#8230; Remember the Almo?  Don&#8217;t fight that battle&#8230;  go with what works!<br />

<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-6499001714465906";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="8196222851";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><!-- End Google Adsense code -->

</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.computer-helper-mi.com/archives/53/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Metro Detroit CompUSA Stores to Close</title>
		<link>http://www.computer-helper-mi.com/archives/52</link>
		<comments>http://www.computer-helper-mi.com/archives/52#comments</comments>
		<pubDate>Fri, 09 Mar 2007 19:30:05 +0000</pubDate>
		<dc:creator>jason.michael</dc:creator>
		
	<category>Internet Help</category>
		<guid isPermaLink="false">http://www.computer-helper-mi.com/archives/52</guid>
		<description><![CDATA[Yesterday, it was reported on one of the local news stations that all CompUSA stores in Metro Detroit will be closed within 90 days.  In fact, this comprises of all the CompUSA stores that exist in Michigan, other than the one store that is in Lansing, Michigan - the state&#8217;s capital.  The reason [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, it was reported on one of the local news stations that all CompUSA stores in Metro Detroit will be closed within 90 days.  In fact, this comprises of all the CompUSA stores that exist in Michigan, other than the one store that is in Lansing, Michigan - the state&#8217;s capital.  The reason for the store closings is due to their cost savings plan.  So apparently, CompUSA was not able to thrive in Michigan.</p>
<p>Its a sad to see this happening, but I think that as the automobile industry suffers, the exit of CompUSA from Michigan is just a sign of the times - our state of Michigan is going to lose another outlet from which the public can turn to, to become more technilogically inclined.  All that is left is BestBuy, which has done a great job at providing technical gadgets and gizmo&#8217;s, but they never have a complete collection - their product selection is still limited, in the stores.  </p>
<p>CompUSA also used to be a resource for training.  They are offered classes to corporations, small businesses, and the average new computer user.  Now this is another central hub of training courses, gone from the area.  I suppose if someone wanted to capitalize on this, they could open a chain of training centers to train people on computers, that would also be less expensive than New Horizon&#8217;s, whose courses are well outside the reach of the home computer user.</p>
<p>Anyway, good luck Michigan with your technology initiatives.  Its too bad our governor couldn&#8217;t do more to help CompUSA stay, but even at the state level, they need to support education and build a base for people to learn technology in Michigan.  Without a good base of techically savy, local customers, how is a store like CompUSA going to thrive?  At least its good news for the smaller computer stores, and great news for Best Buy.</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.computer-helper-mi.com/archives/52/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Software that Saved My Day With Windows XP Pro</title>
		<link>http://www.computer-helper-mi.com/archives/51</link>
		<comments>http://www.computer-helper-mi.com/archives/51#comments</comments>
		<pubDate>Wed, 21 Feb 2007 19:14:00 +0000</pubDate>
		<dc:creator>jason.michael</dc:creator>
		
	<category>Internet Help</category>
		<guid isPermaLink="false">http://www.computer-helper-mi.com/archives/51</guid>
		<description><![CDATA[





I can&#8217;t understand why Microsoft has released so many patches for XP for the past 4 years, yet the operating sytem still continues to have crashes and meltdowns.  I was working with a few Word documents, opened up Excel, and then browsed to a couple websites.  I was happily getting work done for [...]]]></description>
			<content:encoded><![CDATA[<p>
<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-6499001714465906";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="8196222851";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><!-- End Google Adsense code -->
<br />
I can&#8217;t understand why Microsoft has released so many patches for XP for the past 4 years, yet the operating sytem still continues to have crashes and meltdowns.  I was working with a few Word documents, opened up Excel, and then browsed to a couple websites.  I was happily getting work done for my clients when I noticed the system was starting to crawl a bit.  I closed a couple Word documents, opened up a few more tabs on my Internet Explorer, then checked my web design work in Firefox, and before long, my system was just about to choke, and all my applications were frozen.  </p>
<p>I have Norton Internet Protection suite running, and at least that didn&#8217;t freeze, as I was able to see if there had been a hack attempt - there was nothing.  I opened up my process mananger and started shutting down unneeded processes - whatever I could shut down, I did.  My applications were still frozen.  </p>
<p>Finally, I had had enough.  I had heard from friends that out of all the patches and rewrites Microsoft releases, it will never rewrite how it handles the registry.  The registry just seems to be too complicated or too dangerous for them to attempt to fix with some utility they would release.  Its like they created this monster robot, but its so out of control, thrashing about, whipping its tail, that they&#8217;d rather have an outside company handle its bad behaviour, while they continue developing it!  Without the registry working right, and optimized, a computer you bought 3 months ago will start running like its 30 years old!</p>
<p>Thankfully, there&#8217;s a utility called XP Repair Pro (<a href="http://superman04.xprepair.hop.clickbank.net/?tid=111" onclick="javascript:urchinTracker ('/outbound/article/superman04.xprepair.hop.clickbank.net');">www.xprepairpro.com</a>) which will eradicate any bad registry entries and tame that beast.  I couldn&#8217;t believe how simple this program was to use - very intuitive.  It also works for Windows Vista, which I was happy about, because I plan to upgrade, next month.  Anyway, the program took about 15 minutes to run and reported all kinds of errors which it fixed.  I then rebooted the system, and it finally runs  like new again, as it should - its only 3 months old!  Granted, I use this computer constantly, about 18-20 hours a day.  I&#8217;m really putting it through its paces, and I need it to be performing efficiently at all times - I can&#8217;t afford any down time with it.  </p>
<p>XP Repair Pro really came through for me,today,  and at $39.95, and I get paid about $75 per hour, and I had to slow down my work and reboot 3 times this morning, wasting about 2 hours of time reloading my programs and getting back to where I started&#8230;. you do the math.  Even if my system DOES start acting funny again, XP Repair Pro has the problem completely fixed in less than a half hour, and therefore save me $112.50 of my valuable time trying to reboot and fix it!  I also didn&#8217;t have to run the system down to Geek Squad to do the same thing!</p>
<p>Check out XP Repair Pro here - you&#8217;ll love it:  <a href="http://http://superman04.xprepair.hop.clickbank.net/?tid=111" onclick="javascript:urchinTracker ('/outbound/article/superman04.xprepair.hop.clickbank.net');">XP Repair Pro</a><br />

<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-6499001714465906";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="8196222851";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><!-- End Google Adsense code -->

</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.computer-helper-mi.com/archives/51/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Can Your Website Be Hacked?  Survey says - 70% can be!</title>
		<link>http://www.computer-helper-mi.com/archives/50</link>
		<comments>http://www.computer-helper-mi.com/archives/50#comments</comments>
		<pubDate>Wed, 14 Feb 2007 05:22:05 +0000</pubDate>
		<dc:creator>jason.michael</dc:creator>
		
	<category>Internet Help</category>
		<guid isPermaLink="false">http://www.computer-helper-mi.com/archives/50</guid>
		<description><![CDATA[





I&#8217;m not at all surprised to read that 70% of the websites available on the web could be hacked by one means or another.  This isn&#8217;t at all surprising to me, as I used to work for a web development firm that could care less about form security.  Just get the site up [...]]]></description>
			<content:encoded><![CDATA[<p>
<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-6499001714465906";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="8196222851";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><!-- End Google Adsense code -->
<br />
I&#8217;m not at all surprised to read that 70% of the websites available on the web could be hacked by one means or another.  This isn&#8217;t at all surprising to me, as I used to work for a web development firm that could care less about form security.  Just get the site up for the customer and get paid - if they got hacked, the boss figured that would be another $75 per hour job he could take care of.  Didn&#8217;t sit well with me, so he said, &#8220;You don&#8217;t fit in [with me].&#8221;, so I stayed another two weeks and quit.</p>
<p>So how does someone hack a site, you may ask.  Well, I&#8217;m no expert on this, yet, but I have learned that when programming in PHP, you should always use htmlspecialchars on your form values being posted from a form, before sending it off to your database or redisplayed to your screen.  Basically, its when that information is redisplayed, there is a way to fool the web server, through the use of certain escaped characters I believe, to start running the output as code!  </p>
<p>For example, lets say you enter your name and email address, and other information in a form, and hit submit.  The next page might be a page that says, &#8220;Here is what you entered&#8230; click Save to continue&#8221;.  And sure enough, if there wasn&#8217;t any filtering going on, a hacker could easily do a form injection attack and start sending mail from your mail server, or in a worse case, tamper with your site and even get root access.</p>
<p>A friend told me about a security information site that teaches you how to hack, through a podcast.  The author, Dan Kuykendall, an Internet security specialist,  even provides a website &#8220;lab&#8221; that you can test with, as he talks about the techniques, step by step.  To my knowledge, nothing else like this exists!  It looks like he&#8217;s started doing this series starting in August of 2006, and the first tutorial is about XSS - Cross Site Scripting (which I just recently found a filtering routine for that I put on a client&#8217;s site).  Here&#8217;s the link to the <a href="http://www.mightyseek.com/category/podcasts/" onclick="javascript:urchinTracker ('/outbound/article/www.mightyseek.com');">security tutorials</a>.<br />
<a href="http://www.dotnetkicks.com/kick/?url=http://www.computer-helper-mi.com/archives/50" onclick="javascript:urchinTracker ('/outbound/article/www.dotnetkicks.com');"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.computer-helper-mi.com/archives/50" border="0" alt="kick it on DotNetKicks.com" /></a></p>
<p>This article sponsored by: <a href="http://www.elib.org" onclick="javascript:urchinTracker ('/outbound/article/www.elib.org');"><img src="banner4.gif" width="88" height="31" alt="Shopping online directory" border="0"></a><br />

<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-6499001714465906";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="8196222851";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><!-- End Google Adsense code -->
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.computer-helper-mi.com/archives/50/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Computer Geeks - Stick to what you do best</title>
		<link>http://www.computer-helper-mi.com/archives/48</link>
		<comments>http://www.computer-helper-mi.com/archives/48#comments</comments>
		<pubDate>Wed, 07 Feb 2007 17:07:05 +0000</pubDate>
		<dc:creator>jason.michael</dc:creator>
		
	<category>Internet Help</category>
		<guid isPermaLink="false">http://www.computer-helper-mi.com/archives/48</guid>
		<description><![CDATA[I just started reading the DayJobKiller eBook by the author of Project X.  His product launch sold a ridiculous number of copies, over 5,000 in 24 hours, yesterday.
Anyway, after reading it, it sure looks like some great information, but its going to be crazy for Internet marketers who all try and follow it on [...]]]></description>
			<content:encoded><![CDATA[<p>I just started reading the <a href="http://superman04.dayjobkill.hop.clickbank.net" onclick="javascript:urchinTracker ('/outbound/article/superman04.dayjobkill.hop.clickbank.net');">DayJobKiller</a> eBook by the author of Project X.  His product launch sold a ridiculous number of copies, over 5,000 in 24 hours, yesterday.</p>
<p>Anyway, after reading it, it sure looks like some great information, but its going to be crazy for Internet marketers who all try and follow it on the same products, at the same time.  Its just like the stock market, when you have tons of people going for those IPOs, and suddenly, it all drops off&#8230; I can do a better analogy later, but this is definitely going to be something to study - the effects of these marketing strategies and what happens when you have so many trying to do the same thing&#8230; I think you end up with more losers and winners&#8230; So I can&#8217;t really recommend this book unless you plan to promote odd products on Amazon in foreign countries, and can make that your full time job&#8230; in fact, this plan is a &#8220;day job killer&#8221; alright, because the time you have to spend to learn it and get id done right to be profitable while the world has gone mad with it, will basically cause you to lose sleep and be a poor performer at the day job, and yeah&#8230; you&#8217;ll LOSE your day job trying to do it!</p>
<p>But if you&#8217;re not squemish about competition,and just a die-hard nut, thinking you can beat the system that everyone and his brother is going to use, have at it and click here to check it out>>>><a href="http://superman04.dayjobkill.hop.clickbank.net" onclick="javascript:urchinTracker ('/outbound/article/superman04.dayjobkill.hop.clickbank.net');">check here</a></p>
<p>I think I might just stick to what I do best - freelance programming, developing products (programs) and writing articles for people.  This affiliate marketing stuff is for the birds.</p>
<p>
<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-6499001714465906";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="8196222851";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><!-- End Google Adsense code -->

</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.computer-helper-mi.com/archives/48/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
