<?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>Johnny Chin &#187; Johnny</title>
	<atom:link href="http://www.johnnychin.com/blog/author/jchin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnnychin.com/blog</link>
	<description>my 2-¢ents worth of thoughts and opinions</description>
	<lastBuildDate>Sat, 06 Mar 2010 01:02:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>svchost.exe and rundll32.exe used to load a malware/spyware DLL</title>
		<link>http://www.johnnychin.com/blog/2010/03/svchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll/</link>
		<comments>http://www.johnnychin.com/blog/2010/03/svchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 00:30:45 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[network security]]></category>
		<category><![CDATA[spyware / viruses / worms]]></category>
		<category><![CDATA[tweaking / hacking / fixing]]></category>
		<category><![CDATA[Avast]]></category>
		<category><![CDATA[ClamAV]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[HijackThis]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[MalwareBytes]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Opera Browser]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[redirection]]></category>
		<category><![CDATA[rundll32.exe]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Spybot-SD]]></category>
		<category><![CDATA[spyware]]></category>
		<category><![CDATA[Suspicious.Insight]]></category>
		<category><![CDATA[svchost.exe]]></category>
		<category><![CDATA[Symantec]]></category>
		<category><![CDATA[trojan]]></category>
		<category><![CDATA[Trojan-Proxy.Win32.Koobface]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[W32.Koobface.D]]></category>
		<category><![CDATA[Win32:Malware-gen]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=730</guid>
		<description><![CDATA[<p><img alt="Microsoft" src="http://galleries.jchinphotography.com/photos/803163274_HXMHH-Th.png" title="Microsoft" class="alignright" width="150" height="110" /><br />
<h3>clicking search page links,<br />results in randomly redirected URL pages<br />svchost.exe and rundll32.exe used to load malware/spyware DLL</h3>
<p>Today, for the second time in a month, I was asked to help remove a spyware/malware from a computer running Windows XP SP3.  In both cases, the symptoms were identical. The user immediately noticed something was wrong because their web browser started to behave oddly. Here is what happened:</p>
<ol>
<li>Open the web browser of choice (<a href="http://www.microsoft.com/ie" target="_blank">IE</a> or <a href="http://www.getfirefox.com/" target="_blank">Firefox</a> or <a href="http://www.opera.com/" target="_blank">Opera</a>) and load a search portal (Google, MSN or Yahoo) site
<li>type in something to search (&#8220;winter coat&#8221;)
<li>on the results page, if you right-click on a link and &#8220;open in new tab/window&#8221;, the page opens and immediately gets redirected to some other random page (usually some other portal site)
<li>HOWEVER, if you right-click on a link and select &#8220;copy shortcut&#8221;, then MANUALLY open a tab and paste the link, the page opens just fine
</ol>
<p><center><br />
<hr width="80%"></center></p>
<p>The first time this happened (Feb. 3, 2010), it was on a friend&#8217;s computer and he is a veteran IT person (network system administrator for 10+ years).  He keeps his computer very secure, usually.</p>
<p>We checked the usual system settings (network settings, proxy settings, &#8220;odd&#8221; programs running, etc.). We ran the usual anti-spyware and anti-virus scans, call came back clean as usual.</p>
<blockquote><p><a href="http://www.avast.com/eng/" target="_blank">Avast AntiVirus</a> &#8211; clean<br />
<a href="http://www.clamwin.com/" target="_blank">ClamAV</a> &#8211; clean<br />
<a href="http://free.antivirus.com/hijackthis/" target="_blank">HiJackThis</a> &#8211; normal<br />
<a href="http://malwarebytes.org/" target="_blank">MalwareBytes</a> &#8211; clean<br />
<a href="http://www.spybot.info/en/" target="_blank">Spybot SD</a> &#8211; clean
</p></blockquote>
<p>However, running the SysInternals utility, PROCEXP.EXE, I happened to notice this line:<br />
<b>C:\WINDOWS\system32\rundll32.exe &#8220;C:\WINDOWS\system32\efsadub.dll&#8221;,DWLGXPLFFX</b><br />
which was running as a sub-process under svchost.exe (C:\WINDOWS\system32\svchost.exe -k netsvcs).<br />
<center><a href="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/procexp-efsadub-1.jpg" rel="lightbox"><img src="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/procexp-efsadub-1-300x29.jpg" alt="" title="svchost-rundll32-efsadub" width="300" height="29" class="aligncenter size-medium wp-image-736" /></a></center></p>
<p>The file <b>&#8220;C:\WINDOWS\system32\efsadub.dll&#8221;</b> (notice the &#8220;b&#8221; in the filename) had its special bits set as &#8220;read-only&#8221;, &#8220;hidden&#8221; and &#8220;system&#8221;.  When we try to change the attributes, we get &#8220;Access Denied&#8221; (even from an Administrator account).  Hell, we even tried to access this in Safe-Mode Command Prompt Only, we get the same error. We could not rename the file either, obviously.</p>
<p>I was finally able to change the attributes and rename the file after running &#8220;<monospace><b>CACLS.EXE efsadub.dll /G EVERYONE:F</b></monospace>&#8221; on the file. Once the file was renamed and the computer rebooted, the problem went away. I was able to delete the offending file afterwords.</p>
<p>For the VirusTotal analysis report on the file &#8220;<b>efsadub.dll</b>&#8220;, goto:<br />
<a href="http://www.virustotal.com/analisis/b1ff584a9b490418a159ab4afe85ae1802e4c4634c942756640a4411467ef25d-1264975725" target="_blank">http://www.virustotal.com/analisis/b1ff584a9b490418a159ab4afe85ae1802e4c4634c942756640a4411467ef25d-1264975725</a></p>
<p><center><br />
<hr width="80%"></center></p>
<p>Today (March 5, 2010), a client called and his computer had the same symptoms.  Again, I checked the usual suspects (running programs, etc.) and performed the usual scans (anti-virus, anti-malware, etc.).  They all came back “clean”.  However, I did notice that the signatures were slightly dated (about a month old).  When I tried to update them, error messages resulted.  MalwareBytes gave an error and hung in a loop.  Symantec Anti-Virus LiveUpdates just failed.</p>
<blockquote><p><a href="http://www.clamwin.com/" target="_blank">ClamAV</a> &#8211; clean<br />
<a href="http://malwarebytes.org/" target="_blank">MalwareBytes</a> &#8211; clean<br />
<a href="http://www.symantec.com/" target="_blank">Symantec Anti-Virus</a> &#8211; clean
</p></blockquote>
<p>I then ran the PROCEXP.EXE utility from <a href="http://www.sysinternals.com/" target="_blank">SysInternals</a>. There were no odd DLLs loaded like the last time. Hmm… so this is not exactly the same as last time.</p>
<p>Since this had to be a malware that loaded at startup, I decided to check the System Services.  I then noticed an “odd” service running named “Server WebCheckChannelAgent Performance Folder Provisioning Icon Driver CPL”, with a short-name of “srvoko6”.  I tried to disable it and it kept resetting to “Automatic”.</p>
<p>Looking at the properties of this service, revealed that it was loading via “<b>%SYSTEM%\svchost.exe –k netsvc6</b>”.  I searched the web on the terms “<b>srvoko6</b>” and “<b>netsvc6</b>”, I came across this site:<br />
<a href="http://www.threatexpert.com/report.aspx?md5=c801bd4576fc95cb03e918950edd21a1" target="_blank">http://www.threatexpert.com/report.aspx?md5=c801bd4576fc95cb03e918950edd21a1</a><br />
which mentions the “<b>ok6o.dll</b>” and “<b>ok6o.sys</b>” files.  So I searched for those files, and found them (they were not hidden).  Trying to rename them worked, but they were immediately recreated by the malware.</p>
<p>NOTE: the above ThreatExpert site reports that this service was also named “Office Workstation Remote”.  This tells me that the service display name can vary.</p>
<p>Instead, I used “CACLS.EXE” to change access permissions to these files so that nobody (or system service) was allowed to access them.  Rebooted the computer and verified that the malware was no longer actively running.  This time, I was able to successfully disable the service and renamed the “ok6o.dll” and “ok6o.sys” files.</p>
<p><center><a href="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/o6ko.jpg" rel="lightbox"><img src="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/o6ko-300x19.jpg" alt="" title="service-o6ko" width="300" height="19" class="aligncenter size-medium wp-image-738" /></a></center></p>
<p>I was then able to restore permissions to those files and delete them.  Updated signatures for MalwareBytes and Symantec Anti-Virus, followed by a complete system scan.  This time those programs found the installer stub files “C:\WINDOWS\bill103.exe” and “C:\WINDOWS\rdr_1267369102.exe” (which most likely are random filenames the initial download script created).</p>
<p><center><a href="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/malwarebytes-bruce.jpg" rel="lightbox"><img src="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/malwarebytes-bruce-300x229.jpg" alt="" title="malwarebytes-koobface" width="300" height="229" class="aligncenter size-medium wp-image-739" /></a></center></p>
<p>For the VirusTotal analysis on the file &#8220;<b>o6ko.dll</b>&#8220;, goto:<br />
<a href="http://www.virustotal.com/analisis/7d6d2edc4eac763bc687e578008474dc85245b1e55d5ca5ae958d220f4802fbf-1267641995" target="_blank">http://www.virustotal.com/analisis/7d6d2edc4eac763bc687e578008474dc85245b1e55d5ca5ae958d220f4802fbf-1267641995</a></p>
<p>For the VirusTotal analysis on the file &#8220;<b>o6ko.sys</b>&#8220;, goto:<br />
<a href="http://www.virustotal.com/analisis/d599b5fb31b6387ff7e540fabb655bbde0990ce9db1e6f1918bec6ac21d43278-1267374431" target="_blank">http://www.virustotal.com/analisis/d599b5fb31b6387ff7e540fabb655bbde0990ce9db1e6f1918bec6ac21d43278-1267374431</a></p>
<p><center><br />
<hr width="80%"></center></p>
<p>As you can see from the VirusTotal analysis reports, <strong>not</strong> all anti-virus scanners detect or flag these files. So, for most of these malware/spyware, it still requires manual detection and removal.</p>
<p><strong class="highlight">STRONG WARNING:</strong> be very careful of websites that tells you do download an executable to remove the malware/spyware.  If you are not familiar with the website, <strong>DO NOT download and run the program</strong>, it can possibly install another piece of malwayre/spyware onto your computer.  It is best to call a professional (or at least someone who knows with 100% certainty what they are doing) to clean your computer.</p>
<p><strong class="highlight">NOTICE:</strong> when renaming files and changing attributes or permissions, it is strongly advised that you do those via command-line commands in the “Command Prompt” window. If the malware/spyware is attached to the Windows Explorer process and/or its handles, it can intercept your mouse-click commands, making it seem like you did what you wanted to, but in reality the malware/spyware actually created another copy of itself with a different name and reinstalled itself using those new copies. The “Command Prompt” method is the most secure way of doing this work; however it is a lot of typing.</p>
<p>Feel free to post comments below if you need help or have recommendations.</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p><img alt="Microsoft" src="http://galleries.jchinphotography.com/photos/803163274_HXMHH-Th.png" title="Microsoft" class="alignright" width="150" height="110" /><br />
<h3>clicking search page links,<br />results in randomly redirected URL pages<br />svchost.exe and rundll32.exe used to load malware/spyware DLL</h3>
<p>Today, for the second time in a month, I was asked to help remove a spyware/malware from a computer running Windows XP SP3.  In both cases, the symptoms were identical. The user immediately noticed something was wrong because their web browser started to behave oddly. Here is what happened:</p>
<ol>
<li>Open the web browser of choice (<a href="http://www.microsoft.com/ie" target="_blank">IE</a> or <a href="http://www.getfirefox.com/" target="_blank">Firefox</a> or <a href="http://www.opera.com/" target="_blank">Opera</a>) and load a search portal (Google, MSN or Yahoo) site
<li>type in something to search (&#8220;winter coat&#8221;)
<li>on the results page, if you right-click on a link and &#8220;open in new tab/window&#8221;, the page opens and immediately gets redirected to some other random page (usually some other portal site)
<li>HOWEVER, if you right-click on a link and select &#8220;copy shortcut&#8221;, then MANUALLY open a tab and paste the link, the page opens just fine
</ol>
<p><center><br />
<hr width="80%"></center></p>
<p>The first time this happened (Feb. 3, 2010), it was on a friend&#8217;s computer and he is a veteran IT person (network system administrator for 10+ years).  He keeps his computer very secure, usually.</p>
<p>We checked the usual system settings (network settings, proxy settings, &#8220;odd&#8221; programs running, etc.). We ran the usual anti-spyware and anti-virus scans, call came back clean as usual.</p>
<blockquote><p><a href="http://www.avast.com/eng/" target="_blank">Avast AntiVirus</a> &#8211; clean<br />
<a href="http://www.clamwin.com/" target="_blank">ClamAV</a> &#8211; clean<br />
<a href="http://free.antivirus.com/hijackthis/" target="_blank">HiJackThis</a> &#8211; normal<br />
<a href="http://malwarebytes.org/" target="_blank">MalwareBytes</a> &#8211; clean<br />
<a href="http://www.spybot.info/en/" target="_blank">Spybot SD</a> &#8211; clean
</p></blockquote>
<p>However, running the SysInternals utility, PROCEXP.EXE, I happened to notice this line:<br />
<b>C:\WINDOWS\system32\rundll32.exe &#8220;C:\WINDOWS\system32\efsadub.dll&#8221;,DWLGXPLFFX</b><br />
which was running as a sub-process under svchost.exe (C:\WINDOWS\system32\svchost.exe -k netsvcs).<br />
<center><a href="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/procexp-efsadub-1.jpg" rel="lightbox"><img src="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/procexp-efsadub-1-300x29.jpg" alt="" title="svchost-rundll32-efsadub" width="300" height="29" class="aligncenter size-medium wp-image-736" /></a></center></p>
<p>The file <b>&#8220;C:\WINDOWS\system32\efsadub.dll&#8221;</b> (notice the &#8220;b&#8221; in the filename) had its special bits set as &#8220;read-only&#8221;, &#8220;hidden&#8221; and &#8220;system&#8221;.  When we try to change the attributes, we get &#8220;Access Denied&#8221; (even from an Administrator account).  Hell, we even tried to access this in Safe-Mode Command Prompt Only, we get the same error. We could not rename the file either, obviously.</p>
<p>I was finally able to change the attributes and rename the file after running &#8220;<monospace><b>CACLS.EXE efsadub.dll /G EVERYONE:F</b></monospace>&#8221; on the file. Once the file was renamed and the computer rebooted, the problem went away. I was able to delete the offending file afterwords.</p>
<p>For the VirusTotal analysis report on the file &#8220;<b>efsadub.dll</b>&#8220;, goto:<br />
<a href="http://www.virustotal.com/analisis/b1ff584a9b490418a159ab4afe85ae1802e4c4634c942756640a4411467ef25d-1264975725" target="_blank">http://www.virustotal.com/analisis/b1ff584a9b490418a159ab4afe85ae1802e4c4634c942756640a4411467ef25d-1264975725</a></p>
<p><center><br />
<hr width="80%"></center></p>
<p>Today (March 5, 2010), a client called and his computer had the same symptoms.  Again, I checked the usual suspects (running programs, etc.) and performed the usual scans (anti-virus, anti-malware, etc.).  They all came back “clean”.  However, I did notice that the signatures were slightly dated (about a month old).  When I tried to update them, error messages resulted.  MalwareBytes gave an error and hung in a loop.  Symantec Anti-Virus LiveUpdates just failed.</p>
<blockquote><p><a href="http://www.clamwin.com/" target="_blank">ClamAV</a> &#8211; clean<br />
<a href="http://malwarebytes.org/" target="_blank">MalwareBytes</a> &#8211; clean<br />
<a href="http://www.symantec.com/" target="_blank">Symantec Anti-Virus</a> &#8211; clean
</p></blockquote>
<p>I then ran the PROCEXP.EXE utility from <a href="http://www.sysinternals.com/" target="_blank">SysInternals</a>. There were no odd DLLs loaded like the last time. Hmm… so this is not exactly the same as last time.</p>
<p>Since this had to be a malware that loaded at startup, I decided to check the System Services.  I then noticed an “odd” service running named “Server WebCheckChannelAgent Performance Folder Provisioning Icon Driver CPL”, with a short-name of “srvoko6”.  I tried to disable it and it kept resetting to “Automatic”.</p>
<p>Looking at the properties of this service, revealed that it was loading via “<b>%SYSTEM%\svchost.exe –k netsvc6</b>”.  I searched the web on the terms “<b>srvoko6</b>” and “<b>netsvc6</b>”, I came across this site:<br />
<a href="http://www.threatexpert.com/report.aspx?md5=c801bd4576fc95cb03e918950edd21a1" target="_blank">http://www.threatexpert.com/report.aspx?md5=c801bd4576fc95cb03e918950edd21a1</a><br />
which mentions the “<b>ok6o.dll</b>” and “<b>ok6o.sys</b>” files.  So I searched for those files, and found them (they were not hidden).  Trying to rename them worked, but they were immediately recreated by the malware.</p>
<p>NOTE: the above ThreatExpert site reports that this service was also named “Office Workstation Remote”.  This tells me that the service display name can vary.</p>
<p>Instead, I used “CACLS.EXE” to change access permissions to these files so that nobody (or system service) was allowed to access them.  Rebooted the computer and verified that the malware was no longer actively running.  This time, I was able to successfully disable the service and renamed the “ok6o.dll” and “ok6o.sys” files.</p>
<p><center><a href="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/o6ko.jpg" rel="lightbox"><img src="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/o6ko-300x19.jpg" alt="" title="service-o6ko" width="300" height="19" class="aligncenter size-medium wp-image-738" /></a></center></p>
<p>I was then able to restore permissions to those files and delete them.  Updated signatures for MalwareBytes and Symantec Anti-Virus, followed by a complete system scan.  This time those programs found the installer stub files “C:\WINDOWS\bill103.exe” and “C:\WINDOWS\rdr_1267369102.exe” (which most likely are random filenames the initial download script created).</p>
<p><center><a href="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/malwarebytes-bruce.jpg" rel="lightbox"><img src="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/malwarebytes-bruce-300x229.jpg" alt="" title="malwarebytes-koobface" width="300" height="229" class="aligncenter size-medium wp-image-739" /></a></center></p>
<p>For the VirusTotal analysis on the file &#8220;<b>o6ko.dll</b>&#8220;, goto:<br />
<a href="http://www.virustotal.com/analisis/7d6d2edc4eac763bc687e578008474dc85245b1e55d5ca5ae958d220f4802fbf-1267641995" target="_blank">http://www.virustotal.com/analisis/7d6d2edc4eac763bc687e578008474dc85245b1e55d5ca5ae958d220f4802fbf-1267641995</a></p>
<p>For the VirusTotal analysis on the file &#8220;<b>o6ko.sys</b>&#8220;, goto:<br />
<a href="http://www.virustotal.com/analisis/d599b5fb31b6387ff7e540fabb655bbde0990ce9db1e6f1918bec6ac21d43278-1267374431" target="_blank">http://www.virustotal.com/analisis/d599b5fb31b6387ff7e540fabb655bbde0990ce9db1e6f1918bec6ac21d43278-1267374431</a></p>
<p><center><br />
<hr width="80%"></center></p>
<p>As you can see from the VirusTotal analysis reports, <strong>not</strong> all anti-virus scanners detect or flag these files. So, for most of these malware/spyware, it still requires manual detection and removal.</p>
<p><strong class="highlight">STRONG WARNING:</strong> be very careful of websites that tells you do download an executable to remove the malware/spyware.  If you are not familiar with the website, <strong>DO NOT download and run the program</strong>, it can possibly install another piece of malwayre/spyware onto your computer.  It is best to call a professional (or at least someone who knows with 100% certainty what they are doing) to clean your computer.</p>
<p><strong class="highlight">NOTICE:</strong> when renaming files and changing attributes or permissions, it is strongly advised that you do those via command-line commands in the “Command Prompt” window. If the malware/spyware is attached to the Windows Explorer process and/or its handles, it can intercept your mouse-click commands, making it seem like you did what you wanted to, but in reality the malware/spyware actually created another copy of itself with a different name and reinstalled itself using those new copies. The “Command Prompt” method is the most secure way of doing this work; however it is a lot of typing.</p>
<p>Feel free to post comments below if you need help or have recommendations.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2010/03/svchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RIMM Blackberry breaks Google MAIL Messages Integration</title>
		<link>http://www.johnnychin.com/blog/2010/02/rimm-blackberry-breaks-google-mail-messages-integration/</link>
		<comments>http://www.johnnychin.com/blog/2010/02/rimm-blackberry-breaks-google-mail-messages-integration/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 02:26:44 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[tweaking / hacking / fixing]]></category>
		<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[GMAIL]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[IMAP]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[RIMM]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=701</guid>
		<description><![CDATA[<p>This past weekend, I upgraded from a Blackberry Curve 8320 to a Blackberry Bold 9700 and I noticed that there was a new <a href="http://www.blackberry.com/gmail" target=_bb>Blackberry Enhanced GMAIL plug-in</a> that gives you access to your GMAIL (and Google Apps Mail) account labels, as well as &#8220;mark as spam&#8221; and the ability to &#8220;star&#8221; a message. Great! However, it required you to delete your existing GMAIL account from the Blackberry and re-add it.</p>
<p><img src="http://galleries.jchinphotography.com/photos/784979971_64z7E-S.png" width=170 height=35 align=right border=0>Well, <b class="highlight">RIMM / Blackberry broke the Google MAIL Messages Integration in their BIS service</b>, but the GMAIL plug-in works as described (and that is GREAT).  Here is what I found.</p>
<p><b>If you have a working GMAIL account on your Blackberry, think <u>twice</u> before proceeding.</b> <img src="http://galleries.jchinphotography.com/photos/784983192_Qhhc5-Th.jpg" width=150 height=62 border=0 align=right></p>
<p>Once you&#8217;ve re-add the GMAIL account using the default Blackberry method (fill in the e-mail address and password, then Blackberry figures out the rest). So this mode is what some service providers are calling &#8220;G-IMAP&#8221;. Also, this seems the only option if you are adding the accounts from the handset itself. Once you have &#8220;synced up&#8221; (activated) the account, your GMAIL INBOX messages can be found in the &#8220;email address&#8221; icon and the Blackberry Messages (which is what it should do). However, your GMAIL ARCHIVED messages (those that &#8220;skip the inbox&#8221; via a GMAIL filter automatically) will also show in your Blackberry Messages (all messages folder, the &#8220;M&#8221; button), which is NOT what it is suppose to do. That is a problem for me, as I have a lot of e-mail that I filter away from the INBOX and do not want to see on my Blackberry.</p>
<p>So, I decided to try setting up the account and force it to use the old IMAP setting.  To do this you must be adding the e-mail account from the BIS web interface from your service provider; go to add another e-mail to the Blackberry, but this time, I leave the password field blank so that it would now ask me for the server settings. On the next screen, put in &#8220;imap.gmail.com&#8221; for you server settings. Again, Blackberry figures out the rest of the settings.  Let us now call this &#8220;IMAP&#8221; setup, which it is (and it does NOT use the new Blackberry GMAIL plug-in). However, Blackberry decides that for this particular IMAP server (imap.gmail.com), it should check &#8220;All Mail&#8221; and not the &#8220;INBOX&#8221; folder. Once again, we face the same situation with GMAIL ARCHIVED messages showing up in the &#8220;Messages&#8221; folder on the Blackberry.</p>
<p><b class="highlight">Now, for a work around.</b> For the &#8220;IMAP&#8221; setting configuration we just did, we can go and <b class="highlight-blue">change the IMAP server name to &#8220;gmail-imap.l.google.com&#8221;</b> (which is a CNAME for &#8220;imap.gmail.com&#8221;).  Save your settings. Your GMAIL account is now back to the way it should work (before Blackberry decided to make its non-standard changes and break the GMAIL integration). <img src="http://galleries.jchinphotography.com/photos/508779155_BizT2-Th-1.jpg" width=150 height=68 border=0 align=right> NOTE: this does <u>not</u> use the Blackberry GMAIL plug-in, so in order to &#8220;mark as spam&#8221; or &#8220;change labels&#8221; you need to install the <a href="http://m.google.com/" target=_google>Google GMail App</a>.</p>
<p>I&#8217;ve spent over 4 hours on the phone today explaining first to T-Mobile, then to a RIMM Blackberry customer service, then a Blackberry tech at RIMM, and then finally another RIMM Blackberry tech who had &#8220;access to a RIMM Blackberry Analysis:&#8221;. They kept saying it was my Blackberry configuration that was wrong, like my BIS Filters were set incorrectly (which were set correctly) and that my &#8220;Service Book IDs&#8221; were incorrect causing the problem.  To top it off, they say that because I kept deleting the account and recreating it, my &#8220;Service Book IDs&#8221; will keep changing and resulting in blah blah blah.</p>
<p>Finally, I got him (Don) to agree to try it out on a handset himself. So Don was adventurous and said he had no problems with his GMAIL working on his Blackberry.  He went ahead and deleted his GMAIL account from his Blackberry and recreated it.  Then he want to his GMAIL account and created a filter (for all messages with Subject:archive, &#8220;skip the inbox&#8221; and &#8220;marked as read&#8221;).  Now I had him send a test message with the subject &#8220;archive&#8221; from another account to his GMAIL account. He now saw that archived message showed up in his Blackberry Messages &#8220;as opened&#8221;, which should not have happened.  He said &#8220;Ah, I see what you are talking about now&#8221; and went to talk to an Analyst.</p>
<p>So now Don tells me, it seems to be an isolated case with my account and that he would look into it further.  Gave me a case number and said that I should call back in a few days for status updates.  What!?!?!  I told him that he should &#8220;Google&#8221; it and see how many other cases of this problem there are. He said he would keep the ticket open for the next 5 days.  Oh my goodness, Research In Motion really wants some more bad press?</p>
<p>Damn, must we provide them the code too?  All they have to do is fix their &#8220;special code&#8221; (probably one conditional statement) which pertains to &#8220;imap.gmail.com&#8221; and no other servers.  Most likely they have something that says if the IMAP server is &#8220;imap.gmail.com&#8221; then check &#8220;All Mail&#8221; folder instead of letting it check the standard &#8220;INBOX&#8221; folder like all other IMAP servers it checks.</p>
<p><b>If you have experienced this issue with your Blackberry, please add a comment below and/or a URL to your forum posts.</b></p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>This past weekend, I upgraded from a Blackberry Curve 8320 to a Blackberry Bold 9700 and I noticed that there was a new <a href="http://www.blackberry.com/gmail" target=_bb>Blackberry Enhanced GMAIL plug-in</a> that gives you access to your GMAIL (and Google Apps Mail) account labels, as well as &#8220;mark as spam&#8221; and the ability to &#8220;star&#8221; a message. Great! However, it required you to delete your existing GMAIL account from the Blackberry and re-add it.</p>
<p><img src="http://galleries.jchinphotography.com/photos/784979971_64z7E-S.png" width=170 height=35 align=right border=0>Well, <b class="highlight">RIMM / Blackberry broke the Google MAIL Messages Integration in their BIS service</b>, but the GMAIL plug-in works as described (and that is GREAT).  Here is what I found.</p>
<p><b>If you have a working GMAIL account on your Blackberry, think <u>twice</u> before proceeding.</b> <img src="http://galleries.jchinphotography.com/photos/784983192_Qhhc5-Th.jpg" width=150 height=62 border=0 align=right></p>
<p>Once you&#8217;ve re-add the GMAIL account using the default Blackberry method (fill in the e-mail address and password, then Blackberry figures out the rest). So this mode is what some service providers are calling &#8220;G-IMAP&#8221;. Also, this seems the only option if you are adding the accounts from the handset itself. Once you have &#8220;synced up&#8221; (activated) the account, your GMAIL INBOX messages can be found in the &#8220;email address&#8221; icon and the Blackberry Messages (which is what it should do). However, your GMAIL ARCHIVED messages (those that &#8220;skip the inbox&#8221; via a GMAIL filter automatically) will also show in your Blackberry Messages (all messages folder, the &#8220;M&#8221; button), which is NOT what it is suppose to do. That is a problem for me, as I have a lot of e-mail that I filter away from the INBOX and do not want to see on my Blackberry.</p>
<p>So, I decided to try setting up the account and force it to use the old IMAP setting.  To do this you must be adding the e-mail account from the BIS web interface from your service provider; go to add another e-mail to the Blackberry, but this time, I leave the password field blank so that it would now ask me for the server settings. On the next screen, put in &#8220;imap.gmail.com&#8221; for you server settings. Again, Blackberry figures out the rest of the settings.  Let us now call this &#8220;IMAP&#8221; setup, which it is (and it does NOT use the new Blackberry GMAIL plug-in). However, Blackberry decides that for this particular IMAP server (imap.gmail.com), it should check &#8220;All Mail&#8221; and not the &#8220;INBOX&#8221; folder. Once again, we face the same situation with GMAIL ARCHIVED messages showing up in the &#8220;Messages&#8221; folder on the Blackberry.</p>
<p><b class="highlight">Now, for a work around.</b> For the &#8220;IMAP&#8221; setting configuration we just did, we can go and <b class="highlight-blue">change the IMAP server name to &#8220;gmail-imap.l.google.com&#8221;</b> (which is a CNAME for &#8220;imap.gmail.com&#8221;).  Save your settings. Your GMAIL account is now back to the way it should work (before Blackberry decided to make its non-standard changes and break the GMAIL integration). <img src="http://galleries.jchinphotography.com/photos/508779155_BizT2-Th-1.jpg" width=150 height=68 border=0 align=right> NOTE: this does <u>not</u> use the Blackberry GMAIL plug-in, so in order to &#8220;mark as spam&#8221; or &#8220;change labels&#8221; you need to install the <a href="http://m.google.com/" target=_google>Google GMail App</a>.</p>
<p>I&#8217;ve spent over 4 hours on the phone today explaining first to T-Mobile, then to a RIMM Blackberry customer service, then a Blackberry tech at RIMM, and then finally another RIMM Blackberry tech who had &#8220;access to a RIMM Blackberry Analysis:&#8221;. They kept saying it was my Blackberry configuration that was wrong, like my BIS Filters were set incorrectly (which were set correctly) and that my &#8220;Service Book IDs&#8221; were incorrect causing the problem.  To top it off, they say that because I kept deleting the account and recreating it, my &#8220;Service Book IDs&#8221; will keep changing and resulting in blah blah blah.</p>
<p>Finally, I got him (Don) to agree to try it out on a handset himself. So Don was adventurous and said he had no problems with his GMAIL working on his Blackberry.  He went ahead and deleted his GMAIL account from his Blackberry and recreated it.  Then he want to his GMAIL account and created a filter (for all messages with Subject:archive, &#8220;skip the inbox&#8221; and &#8220;marked as read&#8221;).  Now I had him send a test message with the subject &#8220;archive&#8221; from another account to his GMAIL account. He now saw that archived message showed up in his Blackberry Messages &#8220;as opened&#8221;, which should not have happened.  He said &#8220;Ah, I see what you are talking about now&#8221; and went to talk to an Analyst.</p>
<p>So now Don tells me, it seems to be an isolated case with my account and that he would look into it further.  Gave me a case number and said that I should call back in a few days for status updates.  What!?!?!  I told him that he should &#8220;Google&#8221; it and see how many other cases of this problem there are. He said he would keep the ticket open for the next 5 days.  Oh my goodness, Research In Motion really wants some more bad press?</p>
<p>Damn, must we provide them the code too?  All they have to do is fix their &#8220;special code&#8221; (probably one conditional statement) which pertains to &#8220;imap.gmail.com&#8221; and no other servers.  Most likely they have something that says if the IMAP server is &#8220;imap.gmail.com&#8221; then check &#8220;All Mail&#8221; folder instead of letting it check the standard &#8220;INBOX&#8221; folder like all other IMAP servers it checks.</p>
<p><b>If you have experienced this issue with your Blackberry, please add a comment below and/or a URL to your forum posts.</b></p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2010/02/rimm-blackberry-breaks-google-mail-messages-integration/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Full Body Scanners can Damage your DNA</title>
		<link>http://www.johnnychin.com/blog/2010/01/full-body-scanners-can-damage-your-dna/</link>
		<comments>http://www.johnnychin.com/blog/2010/01/full-body-scanners-can-damage-your-dna/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 05:05:58 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[health]]></category>
		<category><![CDATA[network security]]></category>
		<category><![CDATA[terrorism]]></category>
		<category><![CDATA[airlines]]></category>
		<category><![CDATA[airport]]></category>
		<category><![CDATA[Al-Qaeda]]></category>
		<category><![CDATA[body scanner]]></category>
		<category><![CDATA[DNA]]></category>
		<category><![CDATA[TSA]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=693</guid>
		<description><![CDATA[<p><img src="http://www.johnnychin.com/blog/wp-content/uploads/2010/01/myFoxNY.jpg" alt="" title="myFoxNY" width="145" height="70" class="alignright size-full wp-image-686" />While on New York Fox 5 News website, I came across this article:<br />
<a href="http://www.myfoxny.com/dpps/news/dpgoh-tsa-scanners-may-violate-rights-risk-health-fc-20100115_5576732" target="nyfox5">TSA Scanners May Violate Rights, Risk Health</a></p>
<p>What caught my eye, is this section:</p>
<blockquote><p>Not only has the use of full-body image scanners raised the ire of passengers and serious questions about their constitutionality, but they may also present a serious health risk.</p>
<p>The devices operate on a combination of  <a target="_blank" href="http://strandedpassengers.blogspot.com/2010/01/full-body-scanners-used-on-air.html">X-ray technology and millimeter wave technology</a> . Relatively new on the scene, millimeter wave technology has been proven capable of interfering with human DNA. The ultimate results of this exposure remain unknown. Though technically medical devices, the scanners have never been tested or approved by the FDA.</p>
</blockquote>
<p><img src="http://www.johnnychin.com/blog/wp-content/uploads/2010/01/bodyscan_2_20091230124158_640_480.jpg" alt="" title="bodyscan_image" width="320" height="240" class="alignright size-full wp-image-696" />This new &#8220;millimeter wave&#8221; X-ray technology seems to raise some serious concerns.  I, for one, am concerned for my family when it comes to these full body scanners.  Some of the questions were raised on the Stranded Passengers blog site are of serious concern.  Things like, would it cause birth defects?  Cause infertility?  Cause birth defects in future babies?  Can it cause brain damage?  The &#8220;millimeter wave&#8221; is believed to damage DNA, which cannot be &#8220;fixed&#8221; or &#8220;repaired&#8221;.  It can permanently affect you and your offspring, as DNA is passed to your future children and grandchildren.</p>
<p>The other technology used in full body scanners is called &#8220;<a href="http://en.wikipedia.org/wiki/Backscatter_X-ray" target="wikipedia">backscatter X-ray</a>&#8220;.</p>
<p>Other references:<br />
<a href="http://strandedpassengers.blogspot.com/2010/01/full-body-scanners-used-on-air.html">http://strandedpassengers.blogspot.com/2010/01/full-body-scanners-used-on-air.html</a> (they have links to BusinessWeek and New York Times articles)</p>
<p><a href="http://www.reddit.com/r/science/comments/aopsk/the_energy_emitted_by_millimeter_wave_scanners/">http://www.reddit.com/r/science/comments/aopsk/the_energy_emitted_by_millimeter_wave_scanners/</a></p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.johnnychin.com/blog/wp-content/uploads/2010/01/myFoxNY.jpg" alt="" title="myFoxNY" width="145" height="70" class="alignright size-full wp-image-686" />While on New York Fox 5 News website, I came across this article:<br />
<a href="http://www.myfoxny.com/dpps/news/dpgoh-tsa-scanners-may-violate-rights-risk-health-fc-20100115_5576732" target="nyfox5">TSA Scanners May Violate Rights, Risk Health</a></p>
<p>What caught my eye, is this section:</p>
<blockquote><p>Not only has the use of full-body image scanners raised the ire of passengers and serious questions about their constitutionality, but they may also present a serious health risk.</p>
<p>The devices operate on a combination of  <a target="_blank" href="http://strandedpassengers.blogspot.com/2010/01/full-body-scanners-used-on-air.html">X-ray technology and millimeter wave technology</a> . Relatively new on the scene, millimeter wave technology has been proven capable of interfering with human DNA. The ultimate results of this exposure remain unknown. Though technically medical devices, the scanners have never been tested or approved by the FDA.</p>
</blockquote>
<p><img src="http://www.johnnychin.com/blog/wp-content/uploads/2010/01/bodyscan_2_20091230124158_640_480.jpg" alt="" title="bodyscan_image" width="320" height="240" class="alignright size-full wp-image-696" />This new &#8220;millimeter wave&#8221; X-ray technology seems to raise some serious concerns.  I, for one, am concerned for my family when it comes to these full body scanners.  Some of the questions were raised on the Stranded Passengers blog site are of serious concern.  Things like, would it cause birth defects?  Cause infertility?  Cause birth defects in future babies?  Can it cause brain damage?  The &#8220;millimeter wave&#8221; is believed to damage DNA, which cannot be &#8220;fixed&#8221; or &#8220;repaired&#8221;.  It can permanently affect you and your offspring, as DNA is passed to your future children and grandchildren.</p>
<p>The other technology used in full body scanners is called &#8220;<a href="http://en.wikipedia.org/wiki/Backscatter_X-ray" target="wikipedia">backscatter X-ray</a>&#8220;.</p>
<p>Other references:<br />
<a href="http://strandedpassengers.blogspot.com/2010/01/full-body-scanners-used-on-air.html">http://strandedpassengers.blogspot.com/2010/01/full-body-scanners-used-on-air.html</a> (they have links to BusinessWeek and New York Times articles)</p>
<p><a href="http://www.reddit.com/r/science/comments/aopsk/the_energy_emitted_by_millimeter_wave_scanners/">http://www.reddit.com/r/science/comments/aopsk/the_energy_emitted_by_millimeter_wave_scanners/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2010/01/full-body-scanners-can-damage-your-dna/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NY/NJ Port Authority 2-way Radio Problems</title>
		<link>http://www.johnnychin.com/blog/2010/01/nynj-port-authority-2-way-radio-problems/</link>
		<comments>http://www.johnnychin.com/blog/2010/01/nynj-port-authority-2-way-radio-problems/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 04:40:27 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[news & politics]]></category>
		<category><![CDATA[terrorism]]></category>
		<category><![CDATA[tweaking / hacking / fixing]]></category>
		<category><![CDATA[2-way radio]]></category>
		<category><![CDATA[bridges]]></category>
		<category><![CDATA[frequency]]></category>
		<category><![CDATA[George Washington Bridge]]></category>
		<category><![CDATA[Holland Tunnel]]></category>
		<category><![CDATA[Lincoln Tunnel]]></category>
		<category><![CDATA[NJ]]></category>
		<category><![CDATA[NY]]></category>
		<category><![CDATA[police]]></category>
		<category><![CDATA[Port Authority]]></category>
		<category><![CDATA[tunnels]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=685</guid>
		<description><![CDATA[<p><img src="http://www.johnnychin.com/blog/wp-content/uploads/2010/01/myFoxNY.jpg" alt="" title="myFoxNY" width="145" height="70" class="alignright size-full wp-image-686" />I just saw this report on NY Fox 5 News (well it took them a little bit of time to post it to their website):<br />
<a href="http://www.myfoxny.com/dpp/news/local_news/port-authority-police-radio-concerns-100118" target="myfoxny">http://www.myfoxny.com/dpp/news/local_news/port-authority-police-radio-concerns-100118</a></p>
<p><object type="application/x-shockwave-flash" id="video" width="320" height="280" data="http://www.myfoxny.com/video/videoplayer.swf?dppversion=4747"><param value="http://www.myfoxny.com/video/videoplayer.swf?dppversion=4747" name="movie"/><param value="&#038;skin=MP1ExternalAll-MFL.swf&#038;embed=true&#038;adSrc=http%3A%2F%2Fad%2Edoubleclick%2Enet%2Fadx%2Ftsg%2Ewnyw%2Fnews%2Fmetro%2Fdetail%3Bdcmt%3Dtext%2Fxml%3Bpos%3D%3Btile%3D2%3Bfname%3Dport%2Dauthority%2Dpolice%2Dradio%2Dconcerns%2D100118%3Bloc%3Dsite%3Bsz%3D320x240%3Bord%3D80320532331859760%3Frand%3D0%2E4594004438605812&#038;flv=http%3A%2F%2Fwww%2Emyfoxny%2Ecom%2Ffeeds%2FoutboundFeed%3FobfType%3DVIDEO%5FPLAYER%5FSMIL%5FFEED%26componentId%3D131468905&#038;img=http%3A%2F%2Fmedia2%2Emyfoxny%2Ecom%2F%2Fphoto%2F2010%2F01%2F18%2Fterrorradios%5Ftmb0000%5F20100118223846%5F640%5F480%2EJPG&#038;story=http%3A%2F%2Fwww%2Emyfoxny%2Ecom%2Fdpp%2Fnews%2Flocal%5Fnews%2Fport%2Dauthority%2Dpolice%2Dradio%2Dconcerns%2D100118" name="FlashVars"/><param value="all" name="allowNetworking"/><param value="always" name="allowScriptAccess"/></object></p>
<p>I cannot believe that the NY/NJ Port Authority is not using a &#8220;more proprietary&#8221; radio frequency.  Listening to the radio transmissions, it seems that they are on the same frequency as other civilian businesses using UHF radios.  Whoever decided on using those &#8220;store bought&#8221; (well it has to be from a specialized 2-way radio dealer) radios is kind of a joke.<br />
<img src="http://www.johnnychin.com/blog/wp-content/uploads/2010/01/mh_panynj_home.jpg" alt="PA NY NJ" title="Port Authority of NY &amp; NJ" width="260" height="60" class="alignright size-full wp-image-689" /></p>
<p>Literally, terrorists can simply get onto that frequency by purchasing one of those easily obtainable radios and keep it keyed up.  The Port Authority police would basically have no 2-way radio service.  Unlike the Fox 5 News report, it is not a &#8220;concern&#8221; it is a disaster waiting to happen.</p>
<p>Just imagine, if the TV station transmitters were easily available for purchase by civilians.  All that a terrorist needs to do is have one of these transmitters on and send a blank signal (well, more exactly &#8220;radio noise&#8221;) and effectively it would kill the true signal and nobody would be able to watch a particular TV channel (over-the-air, that is).  Now imagine that happening with the cell tower frequencies.  Hmmm&#8230;. yeah, that is why those frequencies are restricted from civilians.</p>
<p>I think Homeland Security and the NYC Anti-Terrorism Task Force (maybe even the mayor and governors of both states) needs to force the Port Authority to resolve this issue ASAP.  It is an easy fix.  Just replace the radios and the repeaters.  Keeping them UHF radios, would not require them to replace antennas (which can be more difficult).  It really is a no-brainer, it is only some money.  President Obama seems to be printing them out of the Treasury, so what is another truck load?  At least these would actually save lives, unlike those full body scanners which can cause some unknown DNS damage (but that is another post).</p>
<p>So beware while driving through the NY/NJ tunnels and bridges.  This issue seems to affect all of them.</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.johnnychin.com/blog/wp-content/uploads/2010/01/myFoxNY.jpg" alt="" title="myFoxNY" width="145" height="70" class="alignright size-full wp-image-686" />I just saw this report on NY Fox 5 News (well it took them a little bit of time to post it to their website):<br />
<a href="http://www.myfoxny.com/dpp/news/local_news/port-authority-police-radio-concerns-100118" target="myfoxny">http://www.myfoxny.com/dpp/news/local_news/port-authority-police-radio-concerns-100118</a></p>
<p><object type="application/x-shockwave-flash" id="video" width="320" height="280" data="http://www.myfoxny.com/video/videoplayer.swf?dppversion=4747"><param value="http://www.myfoxny.com/video/videoplayer.swf?dppversion=4747" name="movie"/><param value="&#038;skin=MP1ExternalAll-MFL.swf&#038;embed=true&#038;adSrc=http%3A%2F%2Fad%2Edoubleclick%2Enet%2Fadx%2Ftsg%2Ewnyw%2Fnews%2Fmetro%2Fdetail%3Bdcmt%3Dtext%2Fxml%3Bpos%3D%3Btile%3D2%3Bfname%3Dport%2Dauthority%2Dpolice%2Dradio%2Dconcerns%2D100118%3Bloc%3Dsite%3Bsz%3D320x240%3Bord%3D80320532331859760%3Frand%3D0%2E4594004438605812&#038;flv=http%3A%2F%2Fwww%2Emyfoxny%2Ecom%2Ffeeds%2FoutboundFeed%3FobfType%3DVIDEO%5FPLAYER%5FSMIL%5FFEED%26componentId%3D131468905&#038;img=http%3A%2F%2Fmedia2%2Emyfoxny%2Ecom%2F%2Fphoto%2F2010%2F01%2F18%2Fterrorradios%5Ftmb0000%5F20100118223846%5F640%5F480%2EJPG&#038;story=http%3A%2F%2Fwww%2Emyfoxny%2Ecom%2Fdpp%2Fnews%2Flocal%5Fnews%2Fport%2Dauthority%2Dpolice%2Dradio%2Dconcerns%2D100118" name="FlashVars"/><param value="all" name="allowNetworking"/><param value="always" name="allowScriptAccess"/></object></p>
<p>I cannot believe that the NY/NJ Port Authority is not using a &#8220;more proprietary&#8221; radio frequency.  Listening to the radio transmissions, it seems that they are on the same frequency as other civilian businesses using UHF radios.  Whoever decided on using those &#8220;store bought&#8221; (well it has to be from a specialized 2-way radio dealer) radios is kind of a joke.<br />
<img src="http://www.johnnychin.com/blog/wp-content/uploads/2010/01/mh_panynj_home.jpg" alt="PA NY NJ" title="Port Authority of NY &amp; NJ" width="260" height="60" class="alignright size-full wp-image-689" /></p>
<p>Literally, terrorists can simply get onto that frequency by purchasing one of those easily obtainable radios and keep it keyed up.  The Port Authority police would basically have no 2-way radio service.  Unlike the Fox 5 News report, it is not a &#8220;concern&#8221; it is a disaster waiting to happen.</p>
<p>Just imagine, if the TV station transmitters were easily available for purchase by civilians.  All that a terrorist needs to do is have one of these transmitters on and send a blank signal (well, more exactly &#8220;radio noise&#8221;) and effectively it would kill the true signal and nobody would be able to watch a particular TV channel (over-the-air, that is).  Now imagine that happening with the cell tower frequencies.  Hmmm&#8230;. yeah, that is why those frequencies are restricted from civilians.</p>
<p>I think Homeland Security and the NYC Anti-Terrorism Task Force (maybe even the mayor and governors of both states) needs to force the Port Authority to resolve this issue ASAP.  It is an easy fix.  Just replace the radios and the repeaters.  Keeping them UHF radios, would not require them to replace antennas (which can be more difficult).  It really is a no-brainer, it is only some money.  President Obama seems to be printing them out of the Treasury, so what is another truck load?  At least these would actually save lives, unlike those full body scanners which can cause some unknown DNS damage (but that is another post).</p>
<p>So beware while driving through the NY/NJ tunnels and bridges.  This issue seems to affect all of them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2010/01/nynj-port-authority-2-way-radio-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Full Body Scanners at Airports are Useless</title>
		<link>http://www.johnnychin.com/blog/2010/01/full-body-scanners-at-airports-are-useless/</link>
		<comments>http://www.johnnychin.com/blog/2010/01/full-body-scanners-at-airports-are-useless/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 18:11:35 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[health]]></category>
		<category><![CDATA[news & politics]]></category>
		<category><![CDATA[terrorism]]></category>
		<category><![CDATA[airlines]]></category>
		<category><![CDATA[airport]]></category>
		<category><![CDATA[Al-Qaeda]]></category>
		<category><![CDATA[body scanner]]></category>
		<category><![CDATA[fly]]></category>
		<category><![CDATA[naked]]></category>
		<category><![CDATA[searched]]></category>
		<category><![CDATA[stripped]]></category>
		<category><![CDATA[TSA]]></category>
		<category><![CDATA[tumors]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=671</guid>
		<description><![CDATA[<p>Recently there has been lots of buzz about using full body scanners in US airports as a means to fight terrorism.  Well follks, I hate to burst your bubble, but I personally do not think it would help one bit. The flying public would all get digitally strip searched by the TSA and we will not be any more secure than pre-September 11th.</p>
<p><embed src='http://cnettv.cnet.com/av/video/cbsnews/atlantis2/player-dest.swf' FlashVars='linkUrl=http://www.cbsnews.com/video/watch/?id=6069004n&#038;releaseURL=http://cnettv.cnet.com/av/video/cbsnews/atlantis2/player-dest.swf&#038;videoId=50081860,50082050,50082049,50082048,50082047,50082046,50082017&#038;partner=news&#038;vert=News&#038;si=254&#038;autoPlayVid=false&#038;name=cbsPlayer&#038;allowScriptAccess=always&#038;wmode=transparent&#038;embedded=y&#038;scale=noscale&#038;rv=n&#038;salign=tl' allowFullScreen='true' width='425' height='324' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed><br/></p>
<p>I can see it now, some dumb TSA agent with a bad day (or a have &#8220;fun&#8221; day) would take a cell phone video of their scans and post them on YouTube (much like what we see in the news reports today).  Granted we are told that the TSA agent would not see the person and be in another room.  However, what stops 2 of these agents from working together and coordinating a recording session for pure kicks.  The day these start showing up on YouTube or Vimeo and go viral, is the day the lawyers would start having their next few years worth of vacations paid for by the US taxpayers.</p>
<p><embed src='http://cnettv.cnet.com/av/video/cbsnews/atlantis2/player-dest.swf' FlashVars='linkUrl=http://www.cbsnews.com/video/watch/?id=6082292n&#038;releaseURL=http://cnettv.cnet.com/av/video/cbsnews/atlantis2/player-dest.swf&#038;videoId=50082066,50082065,50082064,50082063,50082062,50082061,50082060&#038;partner=news&#038;vert=News&#038;si=254&#038;autoPlayVid=false&#038;name=cbsPlayer&#038;allowScriptAccess=always&#038;wmode=transparent&#038;embedded=y&#038;scale=noscale&#038;rv=n&#038;salign=tl' allowFullScreen='true' width='425' height='324' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed><br/></p>
<p>On top of that, there is a concern of ionizing radiation exposure.  Although they keep saying that the amounts are 1% of a dental X-ray, it is still too much.  Consider that during a dental X-ray your body is covered with a lead shield and all metal objects are moved away from the X-ray path.  Are we all going to strip our jewelry, watches, coins, keys, cell phones, etc. from our person before being digital strip searched?  How much time is this going to take per person?  Say in the ideal condition it takes 2 minutes per passenger.  Multiply that by the number passengers per flight and flights per hour during peak travel times &#8230; we need to take a day off from work just to fly to our meeting that evening (if not the next day).</p>
<p>Since these body scans are 3D, what is stopping some enterprising person from capturing the images and making physical dolls of some famous person or celebrity, then selling them?  How many people would like to have their physical characteristics made publicly available to the world to see and touch?</p>
<p>These new scanners are designed to see-through the clothes.  What happens when a terrorist decides to weave the bomb into their clothing?  Are we all suppose to fly naked next?  Computer programmed code is the &#8220;secret sauce&#8221; behind these scanners.  What is to stop someone from &#8220;reversing&#8221; or &#8220;hacking&#8221; this video stream and show the facial features of the person being scanned?  <b>(already happened, see links at the bottom of this blog)</b> Remember, the recent TSA issue of the digitally blacked-out operations manual, which outlined all of their security weaknesses?</p>
<p>Bottom line, my opinion is that these full body scanners are:<br />
1. an invasion of privacy (just imagine a sexy, well figured, lady having her TSA body scan images posted all over the Internet)<br />
2. a few years from now, we will start hearing about people who travel more frequent than average having tumors<br />
3. the delays would cause the travel industry to take another hit and may even cause more airlines to go out of business; how does that help the economy?</p>
<p>Lastly, has the government even considered getting that head out of the hole in the wall and realize that the flying cargo goes 90% unchecked?  To get a bomb to go off in a plane can be as simple as shipping something as air cargo in the belly of the flight you want to permanently cancel.</p>
<p>I think if the United States would stop telling other countries what they should or shouldn&#8217;t do, we will have a lot less terrorism and hatred aim toward us.  Granted I believe is spreading democracy, however, President Obama &#8220;demanding&#8221; other countries to do what he says is going too far.  It just pisses off (or at least give reason) for Al-Qaeda and others extremist groups to target America.  Time for America to demonstrate with loving actions to others that we are there to help and not control other countries.  Hell, America can start by helping our own American citizens.  Obama, where is the mid-class American citizen&#8217;s bailout?  We should have never bailed out people and companies who made bad decisions, but that is for another blog entry.</p>
<p>Given all these extra technological steps (mostly useless, in my opinion) to prevent terrorism (more like an invasion of privacy), no wonder why so many more people are driving to their destinations when possible, instead of flying.  At least I know I won&#8217;t get digitally strip searched and potentially have those images posted on the Internet before I jump into my car and drive.</p>
<p>&#8212;&#8211;<br />
Updates:<br />
info posted by ABC News 7online: <a href="http://abclocal.go.com/wabc/video?id=7197652" target=7online>http://abclocal.go.com/wabc/video?id=7197652</a></p>
<p>read: <a href="http://www.naturalnews.com/027914_TSA_full-body_scanners.html" target=_naturalnews>TSA lies exposed: Full-body scanner machines do save and transmit images, secret documents reveal</a></p>
<p>full-body scanned images can be inverted to show image of nude women (with her face), see: <a href="http://www.worldculturepictorial.com/blog/content/full-body-scanner-imposes-indecency-displaying-form-" target=_worldculturepictorial>Full-body scanner cannot replace diplomacy but imposes indecency on billions. Law says indecent exposure is crime, doesn&#8217;t it?</a></p>
<p>more proof of how perverted the scans can be, see: <a href="http://absolute-sense.blogspot.com/2010/01/ban-naked-body-scanners.html" target=_blogspot>Ban &#8216;naked body&#8217; scanners</a></p>
<p>&#8212;&#8211;<br />
see what people are tweeting about on this topic:<br />
<a href="http://twitter.com/#search?q=body%20scanner" target=_twitter>http://twitter.com/#search?q=body%20scanner</a><br />
.</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>Recently there has been lots of buzz about using full body scanners in US airports as a means to fight terrorism.  Well follks, I hate to burst your bubble, but I personally do not think it would help one bit. The flying public would all get digitally strip searched by the TSA and we will not be any more secure than pre-September 11th.</p>
<p><embed src='http://cnettv.cnet.com/av/video/cbsnews/atlantis2/player-dest.swf' FlashVars='linkUrl=http://www.cbsnews.com/video/watch/?id=6069004n&#038;releaseURL=http://cnettv.cnet.com/av/video/cbsnews/atlantis2/player-dest.swf&#038;videoId=50081860,50082050,50082049,50082048,50082047,50082046,50082017&#038;partner=news&#038;vert=News&#038;si=254&#038;autoPlayVid=false&#038;name=cbsPlayer&#038;allowScriptAccess=always&#038;wmode=transparent&#038;embedded=y&#038;scale=noscale&#038;rv=n&#038;salign=tl' allowFullScreen='true' width='425' height='324' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed><br/></p>
<p>I can see it now, some dumb TSA agent with a bad day (or a have &#8220;fun&#8221; day) would take a cell phone video of their scans and post them on YouTube (much like what we see in the news reports today).  Granted we are told that the TSA agent would not see the person and be in another room.  However, what stops 2 of these agents from working together and coordinating a recording session for pure kicks.  The day these start showing up on YouTube or Vimeo and go viral, is the day the lawyers would start having their next few years worth of vacations paid for by the US taxpayers.</p>
<p><embed src='http://cnettv.cnet.com/av/video/cbsnews/atlantis2/player-dest.swf' FlashVars='linkUrl=http://www.cbsnews.com/video/watch/?id=6082292n&#038;releaseURL=http://cnettv.cnet.com/av/video/cbsnews/atlantis2/player-dest.swf&#038;videoId=50082066,50082065,50082064,50082063,50082062,50082061,50082060&#038;partner=news&#038;vert=News&#038;si=254&#038;autoPlayVid=false&#038;name=cbsPlayer&#038;allowScriptAccess=always&#038;wmode=transparent&#038;embedded=y&#038;scale=noscale&#038;rv=n&#038;salign=tl' allowFullScreen='true' width='425' height='324' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed><br/></p>
<p>On top of that, there is a concern of ionizing radiation exposure.  Although they keep saying that the amounts are 1% of a dental X-ray, it is still too much.  Consider that during a dental X-ray your body is covered with a lead shield and all metal objects are moved away from the X-ray path.  Are we all going to strip our jewelry, watches, coins, keys, cell phones, etc. from our person before being digital strip searched?  How much time is this going to take per person?  Say in the ideal condition it takes 2 minutes per passenger.  Multiply that by the number passengers per flight and flights per hour during peak travel times &#8230; we need to take a day off from work just to fly to our meeting that evening (if not the next day).</p>
<p>Since these body scans are 3D, what is stopping some enterprising person from capturing the images and making physical dolls of some famous person or celebrity, then selling them?  How many people would like to have their physical characteristics made publicly available to the world to see and touch?</p>
<p>These new scanners are designed to see-through the clothes.  What happens when a terrorist decides to weave the bomb into their clothing?  Are we all suppose to fly naked next?  Computer programmed code is the &#8220;secret sauce&#8221; behind these scanners.  What is to stop someone from &#8220;reversing&#8221; or &#8220;hacking&#8221; this video stream and show the facial features of the person being scanned?  <b>(already happened, see links at the bottom of this blog)</b> Remember, the recent TSA issue of the digitally blacked-out operations manual, which outlined all of their security weaknesses?</p>
<p>Bottom line, my opinion is that these full body scanners are:<br />
1. an invasion of privacy (just imagine a sexy, well figured, lady having her TSA body scan images posted all over the Internet)<br />
2. a few years from now, we will start hearing about people who travel more frequent than average having tumors<br />
3. the delays would cause the travel industry to take another hit and may even cause more airlines to go out of business; how does that help the economy?</p>
<p>Lastly, has the government even considered getting that head out of the hole in the wall and realize that the flying cargo goes 90% unchecked?  To get a bomb to go off in a plane can be as simple as shipping something as air cargo in the belly of the flight you want to permanently cancel.</p>
<p>I think if the United States would stop telling other countries what they should or shouldn&#8217;t do, we will have a lot less terrorism and hatred aim toward us.  Granted I believe is spreading democracy, however, President Obama &#8220;demanding&#8221; other countries to do what he says is going too far.  It just pisses off (or at least give reason) for Al-Qaeda and others extremist groups to target America.  Time for America to demonstrate with loving actions to others that we are there to help and not control other countries.  Hell, America can start by helping our own American citizens.  Obama, where is the mid-class American citizen&#8217;s bailout?  We should have never bailed out people and companies who made bad decisions, but that is for another blog entry.</p>
<p>Given all these extra technological steps (mostly useless, in my opinion) to prevent terrorism (more like an invasion of privacy), no wonder why so many more people are driving to their destinations when possible, instead of flying.  At least I know I won&#8217;t get digitally strip searched and potentially have those images posted on the Internet before I jump into my car and drive.</p>
<p>&#8212;&#8211;<br />
Updates:<br />
info posted by ABC News 7online: <a href="http://abclocal.go.com/wabc/video?id=7197652" target=7online>http://abclocal.go.com/wabc/video?id=7197652</a></p>
<p>read: <a href="http://www.naturalnews.com/027914_TSA_full-body_scanners.html" target=_naturalnews>TSA lies exposed: Full-body scanner machines do save and transmit images, secret documents reveal</a></p>
<p>full-body scanned images can be inverted to show image of nude women (with her face), see: <a href="http://www.worldculturepictorial.com/blog/content/full-body-scanner-imposes-indecency-displaying-form-" target=_worldculturepictorial>Full-body scanner cannot replace diplomacy but imposes indecency on billions. Law says indecent exposure is crime, doesn&#8217;t it?</a></p>
<p>more proof of how perverted the scans can be, see: <a href="http://absolute-sense.blogspot.com/2010/01/ban-naked-body-scanners.html" target=_blogspot>Ban &#8216;naked body&#8217; scanners</a></p>
<p>&#8212;&#8211;<br />
see what people are tweeting about on this topic:<br />
<a href="http://twitter.com/#search?q=body%20scanner" target=_twitter>http://twitter.com/#search?q=body%20scanner</a><br />
.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2010/01/full-body-scanners-at-airports-are-useless/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chase Credit Cards double-dipping finance charges</title>
		<link>http://www.johnnychin.com/blog/2010/01/chase-credit-cards-double-dipping-finance-charges/</link>
		<comments>http://www.johnnychin.com/blog/2010/01/chase-credit-cards-double-dipping-finance-charges/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 21:23:00 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[finance]]></category>
		<category><![CDATA[Chase]]></category>
		<category><![CDATA[credit cards]]></category>
		<category><![CDATA[finance charges]]></category>
		<category><![CDATA[loan sharks]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=665</guid>
		<description><![CDATA[<p>Just received my Chase Credit Card statements today.  I have not used their credit cards since my last post a month ago.  Those statements were $16 each, all finance charges from a previously 1-day late payment.  Well guess what?  I just got statements for $1.50 each, all of which are finance charges for the completely paid off $16 balance from last months statements.  <strong>WTF!  A finance charge for a finance charge that they charged for a zero balance statement!</strong>  This is total robbery.  Kind of reminds me of the stories of loan sharks in movies.  This should be totally illegal.</p>
<p>My previous post on this: <a href="http://www.johnnychin.com/blog/2009/12/chase-credit-cards-royally-suck/">http://www.johnnychin.com/blog/2009/12/chase-credit-cards-royally-suck/</a></p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>Just received my Chase Credit Card statements today.  I have not used their credit cards since my last post a month ago.  Those statements were $16 each, all finance charges from a previously 1-day late payment.  Well guess what?  I just got statements for $1.50 each, all of which are finance charges for the completely paid off $16 balance from last months statements.  <strong>WTF!  A finance charge for a finance charge that they charged for a zero balance statement!</strong>  This is total robbery.  Kind of reminds me of the stories of loan sharks in movies.  This should be totally illegal.</p>
<p>My previous post on this: <a href="http://www.johnnychin.com/blog/2009/12/chase-credit-cards-royally-suck/">http://www.johnnychin.com/blog/2009/12/chase-credit-cards-royally-suck/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2010/01/chase-credit-cards-double-dipping-finance-charges/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>U.S. Drones Hacked</title>
		<link>http://www.johnnychin.com/blog/2009/12/u-s-drones-hacked/</link>
		<comments>http://www.johnnychin.com/blog/2009/12/u-s-drones-hacked/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 19:18:34 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[network security]]></category>
		<category><![CDATA[news & politics]]></category>
		<category><![CDATA[drones]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[military]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=661</guid>
		<description><![CDATA[<p>According to a Wall Street Journal report, our pilotless drones has been hacked into.<br />
References:<br />
<a href="http://cbs2.com/national/predator.drones.hacked.2.1375262.html" target="_WSJ1">http://cbs2.com/national/predator.drones.hacked.2.1375262.html</a><br />
<a href="http://online.wsj.com/video/news-hub-was-us-intelligence-compromised/A0CDCC4B-0DB5-4C0E-A41C-FC2C16CA3BE7.html" target="_WSJ2">http://online.wsj.com/video/news-hub-was-us-intelligence-compromised/A0CDCC4B-0DB5-4C0E-A41C-FC2C16CA3BE7.html</a></p>
<p>I cannot believe the video feeds are NOT encrypted!  In this day and age, what is the Department of Defense thinking?</p>
<p><object id="wsj_fp" width="512" height="363"><param name="movie" value="http://s.wsj.net/media/swf/main.swf"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="flashvars" value="videoGUID={A0CDCC4B-0DB5-4C0E-A41C-FC2C16CA3BE7}&#038;playerid=1000&#038;plyMediaEnabled=1&#038;configURL=http://wsj.vo.llnwd.net/o28/players/&#038;autoStart=false" base="http://s.wsj.net/media/swf/"name="flashPlayer"></param><embed src="http://s.wsj.net/media/swf/main.swf" bgcolor="#FFFFFF"flashVars="videoGUID={A0CDCC4B-0DB5-4C0E-A41C-FC2C16CA3BE7}&#038;playerid=1000&#038;plyMediaEnabled=1&#038;configURL=http://wsj.vo.llnwd.net/o28/players/&#038;autoStart=false" base="http://s.wsj.net/media/swf/" name="flashPlayer" width="512" height="363" seamlesstabbing="false" type="application/x-shockwave-flash" swLiveConnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object></p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>According to a Wall Street Journal report, our pilotless drones has been hacked into.<br />
References:<br />
<a href="http://cbs2.com/national/predator.drones.hacked.2.1375262.html" target="_WSJ1">http://cbs2.com/national/predator.drones.hacked.2.1375262.html</a><br />
<a href="http://online.wsj.com/video/news-hub-was-us-intelligence-compromised/A0CDCC4B-0DB5-4C0E-A41C-FC2C16CA3BE7.html" target="_WSJ2">http://online.wsj.com/video/news-hub-was-us-intelligence-compromised/A0CDCC4B-0DB5-4C0E-A41C-FC2C16CA3BE7.html</a></p>
<p>I cannot believe the video feeds are NOT encrypted!  In this day and age, what is the Department of Defense thinking?</p>
<p><object id="wsj_fp" width="512" height="363"><param name="movie" value="http://s.wsj.net/media/swf/main.swf"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="flashvars" value="videoGUID={A0CDCC4B-0DB5-4C0E-A41C-FC2C16CA3BE7}&#038;playerid=1000&#038;plyMediaEnabled=1&#038;configURL=http://wsj.vo.llnwd.net/o28/players/&#038;autoStart=false" base="http://s.wsj.net/media/swf/"name="flashPlayer"></param><embed src="http://s.wsj.net/media/swf/main.swf" bgcolor="#FFFFFF"flashVars="videoGUID={A0CDCC4B-0DB5-4C0E-A41C-FC2C16CA3BE7}&#038;playerid=1000&#038;plyMediaEnabled=1&#038;configURL=http://wsj.vo.llnwd.net/o28/players/&#038;autoStart=false" base="http://s.wsj.net/media/swf/" name="flashPlayer" width="512" height="363" seamlesstabbing="false" type="application/x-shockwave-flash" swLiveConnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/12/u-s-drones-hacked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do You Know It&#8217;s Christmas Time?</title>
		<link>http://www.johnnychin.com/blog/2009/12/do-you-know-its-christmas-time/</link>
		<comments>http://www.johnnychin.com/blog/2009/12/do-you-know-its-christmas-time/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 06:15:34 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[family stuff]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[spirit]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=654</guid>
		<description><![CDATA[<p>With the current economy and the stress of work, I have not been really feeling the Christmas spirit this holiday season.  </p>
<p>Today, this old song played on the radio in the car and it reminded me of what Christmas should be about.  It should be about the love of Jesus Christ and remembering his birth.  In celebration of his birth we should be help those around us just has He taught us.  Unfortunately, with the current state of the economy, many of us feel that we cannot offer much in terms of finances or gifts.  Others have said that we can offer our time.  However for many, like myself, are stressed and overworked with our jobs, so &#8220;time&#8221; is not something we have much to offer to others.</p>
<p>So this holiday season, I am hoping I can gain some Christmas spirit and be able to bring a some love and joy to those around me.  May God bless you this Christmas holiday with warmth and love.</p>
<p>Enjoy the video:<br />
<span class="youtube">
<object width="425" height="373">
<param name="movie" value="http://www.youtube.com/v/8jEnTSQStGE&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/8jEnTSQStGE&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="373"></embed>
<param name="wmode" value="transparent" />
</object>
</span></p>
<p>Merry Christmas &#8230; Happy Holidays !!!</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>With the current economy and the stress of work, I have not been really feeling the Christmas spirit this holiday season.  </p>
<p>Today, this old song played on the radio in the car and it reminded me of what Christmas should be about.  It should be about the love of Jesus Christ and remembering his birth.  In celebration of his birth we should be help those around us just has He taught us.  Unfortunately, with the current state of the economy, many of us feel that we cannot offer much in terms of finances or gifts.  Others have said that we can offer our time.  However for many, like myself, are stressed and overworked with our jobs, so &#8220;time&#8221; is not something we have much to offer to others.</p>
<p>So this holiday season, I am hoping I can gain some Christmas spirit and be able to bring a some love and joy to those around me.  May God bless you this Christmas holiday with warmth and love.</p>
<p>Enjoy the video:<br />
<span class="youtube">
<object width="425" height="373">
<param name="movie" value="http://www.youtube.com/v/8jEnTSQStGE&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/8jEnTSQStGE&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="373"></embed>
<param name="wmode" value="transparent" />
</object>
</span></p>
<p>Merry Christmas &#8230; Happy Holidays !!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/12/do-you-know-its-christmas-time/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pink Glove Dance</title>
		<link>http://www.johnnychin.com/blog/2009/12/pink-glove-dance/</link>
		<comments>http://www.johnnychin.com/blog/2009/12/pink-glove-dance/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 07:19:53 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[music video]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[Breast Cancer]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=648</guid>
		<description><![CDATA[<p>This YouTube video was sent to me via e-mail.<br />
It is for Breast Cancer Awareness.<br />
<span class="youtube">
<object width="425" height="373">
<param name="movie" value="http://www.youtube.com/v/OEdVfyt-mLw&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/OEdVfyt-mLw&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="373"></embed>
<param name="wmode" value="transparent" />
</object>
</span></p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>This YouTube video was sent to me via e-mail.<br />
It is for Breast Cancer Awareness.<br />
<span class="youtube">
<object width="425" height="373">
<param name="movie" value="http://www.youtube.com/v/OEdVfyt-mLw&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/OEdVfyt-mLw&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="373"></embed>
<param name="wmode" value="transparent" />
</object>
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/12/pink-glove-dance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chase Credit Cards royally suck</title>
		<link>http://www.johnnychin.com/blog/2009/12/chase-credit-cards-royally-suck/</link>
		<comments>http://www.johnnychin.com/blog/2009/12/chase-credit-cards-royally-suck/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 21:50:39 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[finance]]></category>
		<category><![CDATA[Chase]]></category>
		<category><![CDATA[credit cards]]></category>
		<category><![CDATA[finance charges]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=637</guid>
		<description><![CDATA[<p><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/12/chaseNewlogo.gif" alt="chaseNewlogo" title="chaseNewlogo" width="138" height="27" class="alignright size-full wp-image-640" /><br />
I&#8217;ve been a Chase Bank customer for 25+ years.  Today I received my credit card statement and it showed an amount due.  I found that odd because I didn&#8217;t charge anything since I paid off the statement last month.  Looking into it I found that &#8230;<br />
late fee $15, posted 11/22.<br />
full payment $49, posted 11/23.<br />
finance charge of $1, posted 11/27.<br />
statement closing date 11/27 with an amount due of $16 (all fees).</p>
<p>WTF!  This is ridiculous!  $16 in fees for a $49 charge for one-day late!  That is almost loan-sharking at 979.59% per MONTH (which equals to 11755.10% per year).  Gee wouldn&#8217;t it be nice to make those kinds of returns!  If any citizen did this, they would be locked up!</p>
<p>I then proceeded to call Chase and see if they can reverse the charges.  The first customer service rep said &#8220;Late is late. And you are late by one day, so there is nothing that I can do.  Unless it is a Chase fault, we cannot do anything.&#8221;   She then proceed to try and sell me a credit protection service.  I hung up and called back.  The 2nd customer service rep was even worse.  He basically said, &#8220;there is nothing I can do and if you don&#8217;t like our policy, you can close the account.&#8221;  </p>
<p>Holy crap!  I guess they don&#8217;t like customers who pay off their credit card bills each month, despite the fact they make 2-3% off the merchants where I use their cards.</p>
<p><strong>Another surprise.</strong>  When I called back a 3rd time, the customer service rep told me that Chase sent out a notice with their statements a few months ago stating that there is a 5-day change in their grace period.  She claims that Chase <u><i>increased</i></u> the grace period to 20-days.  Upon more careful examination, I found that Chase <u><b>reduced</b></u> it to 20-days; but that is not all and this is what I found:<br />
My statement closing dates were always the 27th or 28th of the month and my charges were due on the same day (historically for years).<br />
Now, my statements still close on the same 27th or 28th.  However, the due dates are now 5-6 days <b>earlier</b>!  To make things worse, I&#8217;ve noticed that my statements are not arriving before the 1st of the month like they used to.  Instead, they are now arriving around the 4th or 5th of the month.  So this means they are holding (or printing late) the statements before they mail them out.  This basically cuts the time we have to look over the statements before paying them, down to less than 10 days from 20 days (taking into account 2-5 days Chase holds the money before posting it to the credit card account).  In my recent case, the funds cleared out of my bank on the 20th, yet Chase posted it on my statement on the 23rd.</p>
<p>This royally sucks!  Chase is basically playing with our money for those few days all interest free and yet, they want to rape their long-time customers because they are not making enough from us simply paying on-time (fundamentally no risk to Chase for making 1-3% per charge from the merchants, after the upto 1% cash back they give the card holder).  Chase now wants their good paying customers to pay them 200-300% per year like those higher risk customers who defaults or file bankruptcy.</p>
<p>Totally ridiculous.  I guess this is the way JP Morgan Chase makes up the money their investment banking side is losing to rival Goldman Sacks.  Something has to look decent on the balance sheets for their shareholders.</p>
<p>Well as of today, I am going to move all of my monthly recurring charges to non-Chase cards (and I have a few Chase cards).  The Amazon.com, Buy.com and Toys-R-Us cards now going into the drawer and staying there (except for the one charge per year to keep the card active).  I am not closing the accounts as that would end up hurting my credit score with a lower debt to credit ratio (as per <a href="/.r/?http://www.suzeorman.com/" target=_suze>Suze Orman</a>).</p>
<p>I hope you don&#8217;t experience this yourself.</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/12/chaseNewlogo.gif" alt="chaseNewlogo" title="chaseNewlogo" width="138" height="27" class="alignright size-full wp-image-640" /><br />
I&#8217;ve been a Chase Bank customer for 25+ years.  Today I received my credit card statement and it showed an amount due.  I found that odd because I didn&#8217;t charge anything since I paid off the statement last month.  Looking into it I found that &#8230;<br />
late fee $15, posted 11/22.<br />
full payment $49, posted 11/23.<br />
finance charge of $1, posted 11/27.<br />
statement closing date 11/27 with an amount due of $16 (all fees).</p>
<p>WTF!  This is ridiculous!  $16 in fees for a $49 charge for one-day late!  That is almost loan-sharking at 979.59% per MONTH (which equals to 11755.10% per year).  Gee wouldn&#8217;t it be nice to make those kinds of returns!  If any citizen did this, they would be locked up!</p>
<p>I then proceeded to call Chase and see if they can reverse the charges.  The first customer service rep said &#8220;Late is late. And you are late by one day, so there is nothing that I can do.  Unless it is a Chase fault, we cannot do anything.&#8221;   She then proceed to try and sell me a credit protection service.  I hung up and called back.  The 2nd customer service rep was even worse.  He basically said, &#8220;there is nothing I can do and if you don&#8217;t like our policy, you can close the account.&#8221;  </p>
<p>Holy crap!  I guess they don&#8217;t like customers who pay off their credit card bills each month, despite the fact they make 2-3% off the merchants where I use their cards.</p>
<p><strong>Another surprise.</strong>  When I called back a 3rd time, the customer service rep told me that Chase sent out a notice with their statements a few months ago stating that there is a 5-day change in their grace period.  She claims that Chase <u><i>increased</i></u> the grace period to 20-days.  Upon more careful examination, I found that Chase <u><b>reduced</b></u> it to 20-days; but that is not all and this is what I found:<br />
My statement closing dates were always the 27th or 28th of the month and my charges were due on the same day (historically for years).<br />
Now, my statements still close on the same 27th or 28th.  However, the due dates are now 5-6 days <b>earlier</b>!  To make things worse, I&#8217;ve noticed that my statements are not arriving before the 1st of the month like they used to.  Instead, they are now arriving around the 4th or 5th of the month.  So this means they are holding (or printing late) the statements before they mail them out.  This basically cuts the time we have to look over the statements before paying them, down to less than 10 days from 20 days (taking into account 2-5 days Chase holds the money before posting it to the credit card account).  In my recent case, the funds cleared out of my bank on the 20th, yet Chase posted it on my statement on the 23rd.</p>
<p>This royally sucks!  Chase is basically playing with our money for those few days all interest free and yet, they want to rape their long-time customers because they are not making enough from us simply paying on-time (fundamentally no risk to Chase for making 1-3% per charge from the merchants, after the upto 1% cash back they give the card holder).  Chase now wants their good paying customers to pay them 200-300% per year like those higher risk customers who defaults or file bankruptcy.</p>
<p>Totally ridiculous.  I guess this is the way JP Morgan Chase makes up the money their investment banking side is losing to rival Goldman Sacks.  Something has to look decent on the balance sheets for their shareholders.</p>
<p>Well as of today, I am going to move all of my monthly recurring charges to non-Chase cards (and I have a few Chase cards).  The Amazon.com, Buy.com and Toys-R-Us cards now going into the drawer and staying there (except for the one charge per year to keep the card active).  I am not closing the accounts as that would end up hurting my credit score with a lower debt to credit ratio (as per <a href="/.r/?http://www.suzeorman.com/" target=_suze>Suze Orman</a>).</p>
<p>I hope you don&#8217;t experience this yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/12/chase-credit-cards-royally-suck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avast &#8211; reverting back to another VPS file</title>
		<link>http://www.johnnychin.com/blog/2009/12/avast-reverting-back-to-another-vps-file/</link>
		<comments>http://www.johnnychin.com/blog/2009/12/avast-reverting-back-to-another-vps-file/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 05:26:32 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[spyware / viruses / worms]]></category>
		<category><![CDATA[system administration]]></category>
		<category><![CDATA[tweaking / hacking / fixing]]></category>
		<category><![CDATA[Avast]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=617</guid>
		<description><![CDATA[<p><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/12/avast-logo.jpg" alt="avast-logo" title="avast-logo" width="92" height="92" class="alignright size-full wp-image-643" /><br />
Avast tonight released their updated VPS 091203-0 signature file which has been causing a lot of grief to everyone around the world with false-positives for the trojan/worm <strong>Win32:Delf-MZG[Trj]</strong>.</p>
<p>The only fix for now is to disable updates and go back to a previous signature file that is not &#8220;bad&#8221;.</p>
<p>Luckily I have another machine which has not yet taken down this update, so I saved the <strong>400.vps</strong> file from <strong>C:\Program Files\Alwil Software\Avast4\DATA</strong> into my USB key.  I then copied this older version of the 400.vps file onto the computer with bad 091203-0 VPS signature file.  I placed it into C:\ for easy access later (because we will be using the Command Prompt, so everything would be typed).</p>
<p>Now on the computer with the bad VPS signature file,<br />
<strong>disable the Avast updates by setting it to &#8220;Manual&#8221;</strong>.<br />
<a rel="lightbox" target="lightbox" href="http://www.johnnychin.com/blog/wp-content/uploads/2009/12/turn-off-avast-updates.jpg"><br />
<img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/12/turn-off-avast-updates-300x204.jpg" alt="turn-off-avast-updates" title="turn-off-avast-updates" width="300" height="204" class="alignnone size-medium wp-image-618" border=0 /></a></p>
<p>Reboot the computer (assuming Windows XP) into<br />
<nobr><strong><font color=red>&#8220;Safe Mode with Command Prompt&#8221;</font></strong></nobr><br />
and type the following:<br />
<font color=blue><strong>cd &#8220;C:\Program Files\Alwil Software\Avast4\DATA&#8221;<br />
ren 400.vps 400.vps.091203-0.bad<br />
copy C:\400.vps<br /></strong></font><br />
<i>(this is why I recommended putting it in C:\ above, less typing)</i><br />
Then reboot the computer back to Normal mode.<br />
Your Avast VPS signatures should now be reverted to the older version.</p>
<p>Good luck!</p>
<p><b>Update: December 3, 2009 8:25AM EST</b><br />
Avast released an updated signature file (VPS 091203-1) that is suppose to resolve the bug.  Goto <a href="http://support.avast.com/index.php?_m=knowledgebase&#038;_a=viewarticle&#038;kbarticleid=377" target="_avast">http://support.avast.com/index.php?_m=knowledgebase&#038;_a=viewarticle&#038;kbarticleid=377</a><br />
.</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/12/avast-logo.jpg" alt="avast-logo" title="avast-logo" width="92" height="92" class="alignright size-full wp-image-643" /><br />
Avast tonight released their updated VPS 091203-0 signature file which has been causing a lot of grief to everyone around the world with false-positives for the trojan/worm <strong>Win32:Delf-MZG[Trj]</strong>.</p>
<p>The only fix for now is to disable updates and go back to a previous signature file that is not &#8220;bad&#8221;.</p>
<p>Luckily I have another machine which has not yet taken down this update, so I saved the <strong>400.vps</strong> file from <strong>C:\Program Files\Alwil Software\Avast4\DATA</strong> into my USB key.  I then copied this older version of the 400.vps file onto the computer with bad 091203-0 VPS signature file.  I placed it into C:\ for easy access later (because we will be using the Command Prompt, so everything would be typed).</p>
<p>Now on the computer with the bad VPS signature file,<br />
<strong>disable the Avast updates by setting it to &#8220;Manual&#8221;</strong>.<br />
<a rel="lightbox" target="lightbox" href="http://www.johnnychin.com/blog/wp-content/uploads/2009/12/turn-off-avast-updates.jpg"><br />
<img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/12/turn-off-avast-updates-300x204.jpg" alt="turn-off-avast-updates" title="turn-off-avast-updates" width="300" height="204" class="alignnone size-medium wp-image-618" border=0 /></a></p>
<p>Reboot the computer (assuming Windows XP) into<br />
<nobr><strong><font color=red>&#8220;Safe Mode with Command Prompt&#8221;</font></strong></nobr><br />
and type the following:<br />
<font color=blue><strong>cd &#8220;C:\Program Files\Alwil Software\Avast4\DATA&#8221;<br />
ren 400.vps 400.vps.091203-0.bad<br />
copy C:\400.vps<br /></strong></font><br />
<i>(this is why I recommended putting it in C:\ above, less typing)</i><br />
Then reboot the computer back to Normal mode.<br />
Your Avast VPS signatures should now be reverted to the older version.</p>
<p>Good luck!</p>
<p><b>Update: December 3, 2009 8:25AM EST</b><br />
Avast released an updated signature file (VPS 091203-1) that is suppose to resolve the bug.  Goto <a href="http://support.avast.com/index.php?_m=knowledgebase&#038;_a=viewarticle&#038;kbarticleid=377" target="_avast">http://support.avast.com/index.php?_m=knowledgebase&#038;_a=viewarticle&#038;kbarticleid=377</a><br />
.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/12/avast-reverting-back-to-another-vps-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LimeWire not connecting? the QUICK FIX</title>
		<link>http://www.johnnychin.com/blog/2009/11/limewire-not-connecting-here-is-the-quick-fix/</link>
		<comments>http://www.johnnychin.com/blog/2009/11/limewire-not-connecting-here-is-the-quick-fix/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 02:25:48 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[GNUtella]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[LimeWire]]></category>
		<category><![CDATA[peer-to-peer]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=592</guid>
		<description><![CDATA[<p><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/11/LimeWire_header_logo.png" alt="LimeWire_header_logo" title="LimeWire_header_logo" width="186" height="164" class="alignright size-full wp-image-612" /><br />
While enjoying Thanksgiving with family and friends this weekend, I was asked how to fix LimeWire?  It would run but it kept saying it was &#8220;not connected&#8221;. </p>
<p>Well, a quick Internet search all turned up with suggestions on uninstalling and reinstalling LimeWire.  This is great if you have the installer to the version that was installed on the machine readily available.  In my friend&#8217;s case, that was not the case.  Besides, he didn&#8217;t want to redo all of his settings (tweaks) which has been working great for years.</p>
<p>While tinkering around on his laptop, I started to think it would be a quick fix if I could make LimeWire re-download the list of current peers.  Hopefully do this without losing all of the other LimeWire settings.</p>
<p>So here is the <strong>QUICK FIX</strong>, all WITHOUT losing the other LimeWire settings:<br />
Exit out of LimeWire completely and make sure it is NOT running.<br />
In Windows (I am sure there is a comparable equivalent on the Mac and Linux),<br />
open the folder <nobr><b>%USERPROFILE%\Application Data\LimeWire</b></nobr><br />
(on some older profiles, it maybe in <nobr>%USERPROFILE%\.limewire</nobr>).<br />
<strong>Delete the file gnutella.net</strong>.<br />
Restart LimeWire and it should download a new peers list.<br />
The file gnutella.net is automatically recreated when you exit LimeWire.</p>
<p>NOTE: this worked for my friend&#8217;s LimeWire Pro v4.12.3; so it may or may not work with other versions.  If it works or does not work for you please leave me a comment with your LimeWire version, so the info can help others.</p>
<p>I hope this little bit of information helps you.</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/11/LimeWire_header_logo.png" alt="LimeWire_header_logo" title="LimeWire_header_logo" width="186" height="164" class="alignright size-full wp-image-612" /><br />
While enjoying Thanksgiving with family and friends this weekend, I was asked how to fix LimeWire?  It would run but it kept saying it was &#8220;not connected&#8221;. </p>
<p>Well, a quick Internet search all turned up with suggestions on uninstalling and reinstalling LimeWire.  This is great if you have the installer to the version that was installed on the machine readily available.  In my friend&#8217;s case, that was not the case.  Besides, he didn&#8217;t want to redo all of his settings (tweaks) which has been working great for years.</p>
<p>While tinkering around on his laptop, I started to think it would be a quick fix if I could make LimeWire re-download the list of current peers.  Hopefully do this without losing all of the other LimeWire settings.</p>
<p>So here is the <strong>QUICK FIX</strong>, all WITHOUT losing the other LimeWire settings:<br />
Exit out of LimeWire completely and make sure it is NOT running.<br />
In Windows (I am sure there is a comparable equivalent on the Mac and Linux),<br />
open the folder <nobr><b>%USERPROFILE%\Application Data\LimeWire</b></nobr><br />
(on some older profiles, it maybe in <nobr>%USERPROFILE%\.limewire</nobr>).<br />
<strong>Delete the file gnutella.net</strong>.<br />
Restart LimeWire and it should download a new peers list.<br />
The file gnutella.net is automatically recreated when you exit LimeWire.</p>
<p>NOTE: this worked for my friend&#8217;s LimeWire Pro v4.12.3; so it may or may not work with other versions.  If it works or does not work for you please leave me a comment with your LimeWire version, so the info can help others.</p>
<p>I hope this little bit of information helps you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/11/limewire-not-connecting-here-is-the-quick-fix/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>&#8216;dangerous&#8217; celebs in cyberspace</title>
		<link>http://www.johnnychin.com/blog/2009/08/dangerous-celebs-in-cyberspace/</link>
		<comments>http://www.johnnychin.com/blog/2009/08/dangerous-celebs-in-cyberspace/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 14:23:50 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[network security]]></category>
		<category><![CDATA[tweaking / hacking / fixing]]></category>
		<category><![CDATA[Beyoncé]]></category>
		<category><![CDATA[celebrities]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Jennifer Aniston]]></category>
		<category><![CDATA[Jessica Biel]]></category>
		<category><![CDATA[Jessica Simpson]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Tom Brady]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=591</guid>
		<description><![CDATA[<p>Doing simple searches for your favorite celebrities online can give you results which links to malware.  Trying to get some dirt on your favorite celebrity may result in you getting some dirt installed on your computer.</p>
<p><i>Jessica Biel most &#8216;dangerous&#8217; celeb in cyberspace.</i>  Followed by Beyoncé, Jennifer Aniston, Tom Brady, and Jessica Simpson to round out the top 5.</p>
<p><strong>Source:</strong> <a href="/.r/?http://news.cnet.com/8301-1009_3-10317029-83.html?part=rss&#038;subj=news&#038;tag=2547-1_3-0-20" target=CNET>http://news.cnet.com/8301-1009_3-10317029-83.html?part=rss&#038;subj=news&#038;tag=2547-1_3-0-20</a></p>
<p><strong>Suggestion:</strong> use a safer browser like <a href="/.r/?http://www.firefox.com/" target=_FF>Mozilla Firefox 3.5</a>.</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>Doing simple searches for your favorite celebrities online can give you results which links to malware.  Trying to get some dirt on your favorite celebrity may result in you getting some dirt installed on your computer.</p>
<p><i>Jessica Biel most &#8216;dangerous&#8217; celeb in cyberspace.</i>  Followed by Beyoncé, Jennifer Aniston, Tom Brady, and Jessica Simpson to round out the top 5.</p>
<p><strong>Source:</strong> <a href="/.r/?http://news.cnet.com/8301-1009_3-10317029-83.html?part=rss&#038;subj=news&#038;tag=2547-1_3-0-20" target=CNET>http://news.cnet.com/8301-1009_3-10317029-83.html?part=rss&#038;subj=news&#038;tag=2547-1_3-0-20</a></p>
<p><strong>Suggestion:</strong> use a safer browser like <a href="/.r/?http://www.firefox.com/" target=_FF>Mozilla Firefox 3.5</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/08/dangerous-celebs-in-cyberspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Akamai using Residential RoadRunner Cable Modem for EdgeSuite Hosting</title>
		<link>http://www.johnnychin.com/blog/2009/08/akamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting/</link>
		<comments>http://www.johnnychin.com/blog/2009/08/akamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 14:08:18 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[network security]]></category>
		<category><![CDATA[spyware / viruses / worms]]></category>
		<category><![CDATA[Akamai]]></category>
		<category><![CDATA[cable]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[NewEgg]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[RoadRunner]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=564</guid>
		<description><![CDATA[<p>A very odd thing just happened to me this morning.  While browsing on NewEgg in Firefox 3.5.2, I noticed that my browser slowed down. <img src="/blog/wp-content/uploads/2009/08/newegg-logo-150x77.jpg" alt="newegg-logo" title="newegg-logo" width="150" height="77" class="alignright size-thumbnail wp-image-582" /> Using TCPview, I noticed that I had a lot of TCP connections opened to <b>cpe-24-29-138-176.nyc.res.rr.com</b>.  That struck me as very odd.  I thought I had spyware loaded on my computer or something, and that bug was phoning-home.</p>
<p>Upon further investigation, I find that whenever I reloaded a NewEgg page, especially if it was a page with lots of images, several of these TCP sessions would open up again.  So I decided to look at the source code of the NewEgg page.</p>
<p>Doing a NSLOOKUP on the hostname c1.neweggimages.com gave me a very interesting result.</p>
<blockquote><p>Non-authoritative answer:<br />
Name:    a200.g.akamai.net<br />
Addresses:  24.29.138.176, 24.29.138.186<br />
Aliases:  c1.neweggimages.com, images10.newegg.com.edgesuite.net</p></blockquote>
<p>The IP addresses 24.29.138.176 and 24.19.138.186, both are <u>residential</u> RoadRunner cable modem dynamic IPs according to NYC RoadRunner; reverse resolving to cpe-24-29-138-176.nyc.res.rr.com and cpe-24-29-138-186.nyc.res.rr.com, respectively. <img src="/blog/wp-content/uploads/2009/08/akamai-logo.jpg" alt="akamai-logo" title="akamai-logo" width="105" height="55" class="alignright size-full wp-image-572" /> It struck me very odd that Akamai would use such home-grade dynamic broadband connections to provide their expensive edge-of-network services.</p>
<p>A few minutes later, I did another NSLOOKUP and the IPs changed, as it should with the Akamai service to spread the traffic around their servers.</p>
<blockquote><p>Non-authoritative answer:<br />
Name:    a200.g.akamai.net<br />
Addresses:  209.107.209.91, 209.107.209.122<br />
Aliases:  c1.neweggimages.com, images10.newegg.com.edgesuite.net</p></blockquote>
<blockquote><p>Non-authoritative answer:<br />
Name:    a200.g.akamai.net<br />
Addresses:  77.67.91.72, 77.67.91.122<br />
Aliases:  c1.neweggimages.com, images10.newegg.com.edgesuite.net</p></blockquote>
<p>And as I am writing this blog entry, c1.neweggimages.com now resolves to:</p>
<blockquote><p>Non-authoritative answer:<br />
Name:    a200.g.akamai.net<br />
Addresses:  24.29.138.172, 24.29.138.162<br />
Aliases:  c1.neweggimages.com, images10.newegg.com.edgesuite.net</p></blockquote>
<p><img src="/blog/wp-content/uploads/2009/08/roadrunner-logo.jpg" alt="roadrunner-logo" title="roadrunner-logo" width="150" height="60" class="alignright size-full wp-image-577" />Once again traffic routed back onto RoadRunner residential service in NYC (reverse resolving to cpe-24-29-138-172.nyc.res.rr.com and cpe-24-29-138-162.nyc.res.rr.com).  Looks like Akamai is using a lot of residential IPs within the NYC RoadRunner network.</p>
<p>As a result, some of these residential IPs do not work all the time, causing the NewEgg (and now BUY.COM) pages not to load and just hang.<br />
<a href="/blog/wp-content/uploads/2009/08/tcpview-syn_sent.jpg" rel=lightbox><img src="/blog/wp-content/uploads/2009/08/tcpview-syn_sent-300x29.jpg" alt="tcpview-syn_sent" title="tcpview-syn_sent" width="300" height="29" class="aligncenter size-medium wp-image-586" /></a></p>
<p><b>Would you pay Akamai to basically host your images at someone&#8217;s home using a cable modem?</b><br />
I know I would not pay premium dollars to get stuff hosted at a home.  I like the redundancy of a data center.<br />
&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>A very odd thing just happened to me this morning.  While browsing on NewEgg in Firefox 3.5.2, I noticed that my browser slowed down. <img src="/blog/wp-content/uploads/2009/08/newegg-logo-150x77.jpg" alt="newegg-logo" title="newegg-logo" width="150" height="77" class="alignright size-thumbnail wp-image-582" /> Using TCPview, I noticed that I had a lot of TCP connections opened to <b>cpe-24-29-138-176.nyc.res.rr.com</b>.  That struck me as very odd.  I thought I had spyware loaded on my computer or something, and that bug was phoning-home.</p>
<p>Upon further investigation, I find that whenever I reloaded a NewEgg page, especially if it was a page with lots of images, several of these TCP sessions would open up again.  So I decided to look at the source code of the NewEgg page.</p>
<p>Doing a NSLOOKUP on the hostname c1.neweggimages.com gave me a very interesting result.</p>
<blockquote><p>Non-authoritative answer:<br />
Name:    a200.g.akamai.net<br />
Addresses:  24.29.138.176, 24.29.138.186<br />
Aliases:  c1.neweggimages.com, images10.newegg.com.edgesuite.net</p></blockquote>
<p>The IP addresses 24.29.138.176 and 24.19.138.186, both are <u>residential</u> RoadRunner cable modem dynamic IPs according to NYC RoadRunner; reverse resolving to cpe-24-29-138-176.nyc.res.rr.com and cpe-24-29-138-186.nyc.res.rr.com, respectively. <img src="/blog/wp-content/uploads/2009/08/akamai-logo.jpg" alt="akamai-logo" title="akamai-logo" width="105" height="55" class="alignright size-full wp-image-572" /> It struck me very odd that Akamai would use such home-grade dynamic broadband connections to provide their expensive edge-of-network services.</p>
<p>A few minutes later, I did another NSLOOKUP and the IPs changed, as it should with the Akamai service to spread the traffic around their servers.</p>
<blockquote><p>Non-authoritative answer:<br />
Name:    a200.g.akamai.net<br />
Addresses:  209.107.209.91, 209.107.209.122<br />
Aliases:  c1.neweggimages.com, images10.newegg.com.edgesuite.net</p></blockquote>
<blockquote><p>Non-authoritative answer:<br />
Name:    a200.g.akamai.net<br />
Addresses:  77.67.91.72, 77.67.91.122<br />
Aliases:  c1.neweggimages.com, images10.newegg.com.edgesuite.net</p></blockquote>
<p>And as I am writing this blog entry, c1.neweggimages.com now resolves to:</p>
<blockquote><p>Non-authoritative answer:<br />
Name:    a200.g.akamai.net<br />
Addresses:  24.29.138.172, 24.29.138.162<br />
Aliases:  c1.neweggimages.com, images10.newegg.com.edgesuite.net</p></blockquote>
<p><img src="/blog/wp-content/uploads/2009/08/roadrunner-logo.jpg" alt="roadrunner-logo" title="roadrunner-logo" width="150" height="60" class="alignright size-full wp-image-577" />Once again traffic routed back onto RoadRunner residential service in NYC (reverse resolving to cpe-24-29-138-172.nyc.res.rr.com and cpe-24-29-138-162.nyc.res.rr.com).  Looks like Akamai is using a lot of residential IPs within the NYC RoadRunner network.</p>
<p>As a result, some of these residential IPs do not work all the time, causing the NewEgg (and now BUY.COM) pages not to load and just hang.<br />
<a href="/blog/wp-content/uploads/2009/08/tcpview-syn_sent.jpg" rel=lightbox><img src="/blog/wp-content/uploads/2009/08/tcpview-syn_sent-300x29.jpg" alt="tcpview-syn_sent" title="tcpview-syn_sent" width="300" height="29" class="aligncenter size-medium wp-image-586" /></a></p>
<p><b>Would you pay Akamai to basically host your images at someone&#8217;s home using a cable modem?</b><br />
I know I would not pay premium dollars to get stuff hosted at a home.  I like the redundancy of a data center.<br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/08/akamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter under Denial-of-Service Attack</title>
		<link>http://www.johnnychin.com/blog/2009/08/twitter-under-denial-of-service-attack/</link>
		<comments>http://www.johnnychin.com/blog/2009/08/twitter-under-denial-of-service-attack/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 15:17:31 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[tweaking / hacking / fixing]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=557</guid>
		<description><![CDATA[<p><img src="http://galleries.jchinphotography.com/photos/508779159_58dCs-Ti-1.jpg" align=right><br />
Since approximately 9am Eastern Time, Twitter has been down.  Just now on CNBC, they announced that Twitter came out and confirmed they are under a DoS (Denial-of-Service ) attack.</p>
<p>Source: <a href="http://www.cnbc.com/id/32297641/" target=_CNBC>http://www.cnbc.com/id/32297641/</a></p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p><img src="http://galleries.jchinphotography.com/photos/508779159_58dCs-Ti-1.jpg" align=right><br />
Since approximately 9am Eastern Time, Twitter has been down.  Just now on CNBC, they announced that Twitter came out and confirmed they are under a DoS (Denial-of-Service ) attack.</p>
<p>Source: <a href="http://www.cnbc.com/id/32297641/" target=_CNBC>http://www.cnbc.com/id/32297641/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/08/twitter-under-denial-of-service-attack/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Happy Birthday America</title>
		<link>http://www.johnnychin.com/blog/2009/07/happy-birthday-america/</link>
		<comments>http://www.johnnychin.com/blog/2009/07/happy-birthday-america/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 18:58:30 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[America]]></category>
		<category><![CDATA[Happy Birthday]]></category>
		<category><![CDATA[July 4th]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=553</guid>
		<description><![CDATA[<h3>Happy Birthday America</h3>
<p><a href="http://www.johnnychin.com/blog/wp-content/uploads/2009/07/esolar-july4th.jpg" rel="lightbox"><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/07/esolar-july4th-300x200.jpg" alt="esolar-july4th" title="esolar-july4th" width="300" height="200" class="alignnone size-medium wp-image-554" /></a></p>
<p>Source: <a href="http://america.esolar.com/" target=_esolar>http://america.esolar.com/</a><br />
&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<h3>Happy Birthday America</h3>
<p><a href="http://www.johnnychin.com/blog/wp-content/uploads/2009/07/esolar-july4th.jpg" rel="lightbox"><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/07/esolar-july4th-300x200.jpg" alt="esolar-july4th" title="esolar-july4th" width="300" height="200" class="alignnone size-medium wp-image-554" /></a></p>
<p>Source: <a href="http://america.esolar.com/" target=_esolar>http://america.esolar.com/</a><br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/07/happy-birthday-america/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>removing Microsoft .NET Framework Assistant Extension (spyware-like installation) from Firefox</title>
		<link>http://www.johnnychin.com/blog/2009/07/removing-microsoft-net-framework-assistant-extension-from-firefox/</link>
		<comments>http://www.johnnychin.com/blog/2009/07/removing-microsoft-net-framework-assistant-extension-from-firefox/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 16:27:44 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[tweaking / hacking / fixing]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[fixing]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[spyware]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=517</guid>
		<description><![CDATA[<h3>How to remove Microsoft .NET Framework Assistant Extension from Firefox 3.0 and Firefox 3.5</h3>
<p><img src="http://galleries.jchinphotography.com/photos/580938390_kv6xu-Ti.png" align=right><br />
I just upgraded to <a href="/.r/?http://www.getfirefox.com/" target=_Firefox>Firefox 3.5</a> and realized that Microsoft snuck in (spyware-like installation, without user acknowledgment) an extension to Firefox 3.0 that is not compatible with Firefox 3.5, that extension is the Microsoft .NET Framework Assistant 1.0.</p>
<p>Microsoft has released a newer version of that extension, version 1.1, which is compatible with Firefox 3.5.  However, Firefox 3.5 cannot automatically update to it, you have to do it manually and can be found here:<br />
<a href="/.r/?https://addons.mozilla.org/en-US/firefox/addon/9449">https://addons.mozilla.org/en-US/firefox/addon/9449</a></p>
<p>Well … being that I want to use Firefox and stay away from Microsoft’s browser and plug-ins, I wanted to find a way to remove the Microsoft .NET Framework Assistant 1.0 extension, since you cannot just click “Uninstall” like all the other extensions I have in Firefox.  Besides, why would I want to keep an extension installed that I did not install myself?  Would you knowingly keep a piece of spyware running on your computer?  Heck no!</p>
<p>So digging around, I found clues on how to remove it.  Here is a script that I wrote to remove the extension from the computer and remove it from Firefox.  However, I still had to manually remove the additional information Microsoft added to the Firefox UserAgent header.</p>
<blockquote><p><font size=1><br />
@echo off<br />
echo Removing dotNET Assistant Extension files &#8230;<br />
rd /s &#8220;%windir%\Microsoft.NET\Framework\v3.5\Windows Presentation Foundation\DotNetAssistantExtension&#8221;<br />
echo.<br />
echo Removing dotNET extension from registry &#8230;<br />
REG.EXE DELETE &#8220;HKLM\SOFTWARE\Mozilla\Firefox\Extensions&#8221; /v &#8220;{20a82645-c095-46ed-80e3-08825760534b}&#8221; /f<br />
echo.<br />
echo.<br />
echo MUST manually remove the UserAgent setting from each Firefox profile &#8230;<br />
echo.<br />
echo you can manually delete this line from each prefs.js:<br />
echo user_pref(&#8220;general.useragent.extra.microsoftdotnet&#8221;, &#8220;(.NET CLR 3.5.30729)&#8221;);<br />
echo.<br />
echo or do it from &#8220;about:config&#8221; within Firefox<br />
echo.<br />
</font></p></blockquote>
<p>However, this code did NOT work for all of my workstations.  I found that in those cases I needed to manually remove an entry from the registry, so I created this .REG file:</p>
<blockquote><p><font size=1><br />
REGEDIT4</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Firefox\extensions]<br />
&#8220;{20a82645-c095-46ed-80e3-08825760534b}&#8221;=-<br />
</font></p></blockquote>
<p>Finally, to remove the added text from the UserAgent header in Firefox.</p>
<p>One way to do this is to simply open the <b>prefs.js</b> for your Firefox profile and remove the line which reads:</p>
<blockquote><p><font size=1>user_pref(&#8220;general.useragent.extra.microsoftdotnet&#8221;, &#8220;(.NET CLR 3.5.30729)&#8221;);</font></p></blockquote>
<p>Or you can &#8230; in Firefox, type “<b>about:config</b>” into the URL box and you should see this:<br />
<a href="http://www.johnnychin.com/blog/wp-content/uploads/2009/07/about-config.jpg" target=lightbox rel=lightbox><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/07/about-config-300x135.jpg" alt="about-config" title="about-config" width="300" height="135" class="alignnone size-full wp-image-518" /></a></p>
<p>Now in the filter box, type “<b>useragent</b>” and you should see something like this:<br />
<a href="http://www.johnnychin.com/blog/wp-content/uploads/2009/07/about-config-useragent.jpg" target=lightbox rel=lightbox><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/07/about-config-useragent-300x135.jpg" alt="about-config-useragent" title="about-config-useragent" width="300" height="135" class="alignnone size-medium wp-image-522" /></a></p>
<p>Right-click on the “<b>general.useragent.extra.microsoftdotnet</b>” line brings up a menu, select “<b>Reset</b>”.<br />
Now close out of Firefox completely and restart it.  You are now done.<br />
&nbsp;<br />
&nbsp;<br />
<font size=1>Reference: <a href="/.r/?http://support.microsoft.com/kb/963707" target=_Microsoft>http://support.microsoft.com/kb/963707</a></font><br />
&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<h3>How to remove Microsoft .NET Framework Assistant Extension from Firefox 3.0 and Firefox 3.5</h3>
<p><img src="http://galleries.jchinphotography.com/photos/580938390_kv6xu-Ti.png" align=right><br />
I just upgraded to <a href="/.r/?http://www.getfirefox.com/" target=_Firefox>Firefox 3.5</a> and realized that Microsoft snuck in (spyware-like installation, without user acknowledgment) an extension to Firefox 3.0 that is not compatible with Firefox 3.5, that extension is the Microsoft .NET Framework Assistant 1.0.</p>
<p>Microsoft has released a newer version of that extension, version 1.1, which is compatible with Firefox 3.5.  However, Firefox 3.5 cannot automatically update to it, you have to do it manually and can be found here:<br />
<a href="/.r/?https://addons.mozilla.org/en-US/firefox/addon/9449">https://addons.mozilla.org/en-US/firefox/addon/9449</a></p>
<p>Well … being that I want to use Firefox and stay away from Microsoft’s browser and plug-ins, I wanted to find a way to remove the Microsoft .NET Framework Assistant 1.0 extension, since you cannot just click “Uninstall” like all the other extensions I have in Firefox.  Besides, why would I want to keep an extension installed that I did not install myself?  Would you knowingly keep a piece of spyware running on your computer?  Heck no!</p>
<p>So digging around, I found clues on how to remove it.  Here is a script that I wrote to remove the extension from the computer and remove it from Firefox.  However, I still had to manually remove the additional information Microsoft added to the Firefox UserAgent header.</p>
<blockquote><p><font size=1><br />
@echo off<br />
echo Removing dotNET Assistant Extension files &#8230;<br />
rd /s &#8220;%windir%\Microsoft.NET\Framework\v3.5\Windows Presentation Foundation\DotNetAssistantExtension&#8221;<br />
echo.<br />
echo Removing dotNET extension from registry &#8230;<br />
REG.EXE DELETE &#8220;HKLM\SOFTWARE\Mozilla\Firefox\Extensions&#8221; /v &#8220;{20a82645-c095-46ed-80e3-08825760534b}&#8221; /f<br />
echo.<br />
echo.<br />
echo MUST manually remove the UserAgent setting from each Firefox profile &#8230;<br />
echo.<br />
echo you can manually delete this line from each prefs.js:<br />
echo user_pref(&#8220;general.useragent.extra.microsoftdotnet&#8221;, &#8220;(.NET CLR 3.5.30729)&#8221;);<br />
echo.<br />
echo or do it from &#8220;about:config&#8221; within Firefox<br />
echo.<br />
</font></p></blockquote>
<p>However, this code did NOT work for all of my workstations.  I found that in those cases I needed to manually remove an entry from the registry, so I created this .REG file:</p>
<blockquote><p><font size=1><br />
REGEDIT4</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Firefox\extensions]<br />
&#8220;{20a82645-c095-46ed-80e3-08825760534b}&#8221;=-<br />
</font></p></blockquote>
<p>Finally, to remove the added text from the UserAgent header in Firefox.</p>
<p>One way to do this is to simply open the <b>prefs.js</b> for your Firefox profile and remove the line which reads:</p>
<blockquote><p><font size=1>user_pref(&#8220;general.useragent.extra.microsoftdotnet&#8221;, &#8220;(.NET CLR 3.5.30729)&#8221;);</font></p></blockquote>
<p>Or you can &#8230; in Firefox, type “<b>about:config</b>” into the URL box and you should see this:<br />
<a href="http://www.johnnychin.com/blog/wp-content/uploads/2009/07/about-config.jpg" target=lightbox rel=lightbox><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/07/about-config-300x135.jpg" alt="about-config" title="about-config" width="300" height="135" class="alignnone size-full wp-image-518" /></a></p>
<p>Now in the filter box, type “<b>useragent</b>” and you should see something like this:<br />
<a href="http://www.johnnychin.com/blog/wp-content/uploads/2009/07/about-config-useragent.jpg" target=lightbox rel=lightbox><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/07/about-config-useragent-300x135.jpg" alt="about-config-useragent" title="about-config-useragent" width="300" height="135" class="alignnone size-medium wp-image-522" /></a></p>
<p>Right-click on the “<b>general.useragent.extra.microsoftdotnet</b>” line brings up a menu, select “<b>Reset</b>”.<br />
Now close out of Firefox completely and restart it.  You are now done.<br />
&nbsp;<br />
&nbsp;<br />
<font size=1>Reference: <a href="/.r/?http://support.microsoft.com/kb/963707" target=_Microsoft>http://support.microsoft.com/kb/963707</a></font><br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/07/removing-microsoft-net-framework-assistant-extension-from-firefox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Censorship 2.0: China Blocks Google Search, Apps, GMail, and More</title>
		<link>http://www.johnnychin.com/blog/2009/06/censorship-20-china-blocks-google-search-apps-gmail-and-more/</link>
		<comments>http://www.johnnychin.com/blog/2009/06/censorship-20-china-blocks-google-search-apps-gmail-and-more/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 15:08:50 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[network security]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[GMAIL]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[Great Firewall]]></category>
		<category><![CDATA[TechCrunch]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/2009/06/censorship-20-china-blocks-google-search-apps-gmail-and-more/</guid>
		<description><![CDATA[<p><img src="http://galleries.jchinphotography.com/photos/572822412_hN5gy-S.png" align=right><br />
Reference Source: <a href="/.r/?http://www.techcrunch.com/2009/06/24/censorship-20-china-blocks-google-search-apps-gmail-and-more/" target=_techcrunch>TechCrunch &#8211; Censorship 2.0: China Blocks Google Search, Apps, Gmail, And More</a></p>
<p>Google for some reason started to blocking access to everything Google today.  It is really preventing my clients with China offices from doing their work.  Especially since they use Google Apps for their e-mail.  When will China join the rest of the world and realize that the network is now global for many companies.<br />
<img src="http://galleries.jchinphotography.com/photos/508779155_BizT2-Ti.jpg" align=right></p>
<p>China must have done something with their Great Firewall to even block proxy traffic.  My client has a proxy server in the US which they use in Firefox.  Even that was blocked today.  It results in a message saying that the &#8220;network was interrupted&#8221;.</p>
<p>Anyone know of a way to prevent that (blocking of the proxy, that is)?<br />
&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p><img src="http://galleries.jchinphotography.com/photos/572822412_hN5gy-S.png" align=right><br />
Reference Source: <a href="/.r/?http://www.techcrunch.com/2009/06/24/censorship-20-china-blocks-google-search-apps-gmail-and-more/" target=_techcrunch>TechCrunch &#8211; Censorship 2.0: China Blocks Google Search, Apps, Gmail, And More</a></p>
<p>Google for some reason started to blocking access to everything Google today.  It is really preventing my clients with China offices from doing their work.  Especially since they use Google Apps for their e-mail.  When will China join the rest of the world and realize that the network is now global for many companies.<br />
<img src="http://galleries.jchinphotography.com/photos/508779155_BizT2-Ti.jpg" align=right></p>
<p>China must have done something with their Great Firewall to even block proxy traffic.  My client has a proxy server in the US which they use in Firefox.  Even that was blocked today.  It results in a message saying that the &#8220;network was interrupted&#8221;.</p>
<p>Anyone know of a way to prevent that (blocking of the proxy, that is)?<br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/06/censorship-20-china-blocks-google-search-apps-gmail-and-more/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GMAIL global outage</title>
		<link>http://www.johnnychin.com/blog/2009/06/gmail-global-outage/</link>
		<comments>http://www.johnnychin.com/blog/2009/06/gmail-global-outage/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 15:34:43 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[system administration]]></category>
		<category><![CDATA[tweaking / hacking / fixing]]></category>
		<category><![CDATA[GMAIL]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[outage]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=494</guid>
		<description><![CDATA[<p>Looks like Google Mail (GMAIL) has a global outage today &#8230; again &#8230;.</p>
<p><a href="/blog/wp-content/uploads/2009/06/gmail-outage-20090619.jpg" rel="lightbox" taget=lightbox><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/06/gmail-outage-20090619-300x289.jpg" alt="gmail-outage-20090619" title="gmail-outage-20090619" width="300" height="289" class="alignnone size-medium wp-image-495" /></a><br />
Source: <a href="/.r/?http://www.google.com/appsstatus">http://www.google.com/appsstatus</a><br />
&nbsp;</p>
<p><a href="/blog/wp-content/uploads/2009/06/gmail-outage-20090619-status.jpg" rel="lightbox" target=lightbox><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/06/gmail-outage-20090619-status-300x205.jpg" alt="gmail-outage-20090619-status" title="gmail-outage-20090619-status" width="300" height="205" class="alignnone size-medium wp-image-497" /></a><br />
&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>Looks like Google Mail (GMAIL) has a global outage today &#8230; again &#8230;.</p>
<p><a href="/blog/wp-content/uploads/2009/06/gmail-outage-20090619.jpg" rel="lightbox" taget=lightbox><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/06/gmail-outage-20090619-300x289.jpg" alt="gmail-outage-20090619" title="gmail-outage-20090619" width="300" height="289" class="alignnone size-medium wp-image-495" /></a><br />
Source: <a href="/.r/?http://www.google.com/appsstatus">http://www.google.com/appsstatus</a><br />
&nbsp;</p>
<p><a href="/blog/wp-content/uploads/2009/06/gmail-outage-20090619-status.jpg" rel="lightbox" target=lightbox><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/06/gmail-outage-20090619-status-300x205.jpg" alt="gmail-outage-20090619-status" title="gmail-outage-20090619-status" width="300" height="205" class="alignnone size-medium wp-image-497" /></a><br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/06/gmail-global-outage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FDA: Zicam Nasal Spray Can Cause Loss Of Smell</title>
		<link>http://www.johnnychin.com/blog/2009/06/fda-zicam-nasal-spray-can-cause-loss-of-smell/</link>
		<comments>http://www.johnnychin.com/blog/2009/06/fda-zicam-nasal-spray-can-cause-loss-of-smell/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 17:02:40 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[news & politics]]></category>
		<category><![CDATA[health]]></category>
		<category><![CDATA[nose]]></category>
		<category><![CDATA[smell]]></category>
		<category><![CDATA[Zicam]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=484</guid>
		<description><![CDATA[<blockquote><p><b>FDA: Zicam Nasal Spray Can Cause Loss Of Smell</b><br />
<img alt="" src="http://llnw.image.cbslocal.com/0/2006/02/02/320x240/images_sizedimage_033171314.jpg" class="alignright" width="320" height="240" /><br />
The Food and Drug Administration says Zicam nasal spray can permanently damage users&#8217; sense of smell. The FDA says consumers should stop using Zicam Cold Remedy nasal gel and related products immediately. All the over-the-counter products contain zinc. Scientists say that ingredient may damage nerves in the nose needed for smell.
</p></blockquote>
<p>Source: <a href="/.r/?http://wcbstv.com/breakingnewsalerts/zicam.nasal.spray.2.1046637.html" target=_cbs2>CBS News 2 NYC</a><br />
Source: <a href="/.r/?http://abclocal.go.com/wabc/story?section=news/health&#038;id=6867596" target=_7online>Eyewitness News ABC 7 NYC</a><br />
&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<blockquote><p><b>FDA: Zicam Nasal Spray Can Cause Loss Of Smell</b><br />
<img alt="" src="http://llnw.image.cbslocal.com/0/2006/02/02/320x240/images_sizedimage_033171314.jpg" class="alignright" width="320" height="240" /><br />
The Food and Drug Administration says Zicam nasal spray can permanently damage users&#8217; sense of smell. The FDA says consumers should stop using Zicam Cold Remedy nasal gel and related products immediately. All the over-the-counter products contain zinc. Scientists say that ingredient may damage nerves in the nose needed for smell.
</p></blockquote>
<p>Source: <a href="/.r/?http://wcbstv.com/breakingnewsalerts/zicam.nasal.spray.2.1046637.html" target=_cbs2>CBS News 2 NYC</a><br />
Source: <a href="/.r/?http://abclocal.go.com/wabc/story?section=news/health&#038;id=6867596" target=_7online>Eyewitness News ABC 7 NYC</a><br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/06/fda-zicam-nasal-spray-can-cause-loss-of-smell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Changes Downtime for Iran</title>
		<link>http://www.johnnychin.com/blog/2009/06/twitter-changes-downtime-for-iran/</link>
		<comments>http://www.johnnychin.com/blog/2009/06/twitter-changes-downtime-for-iran/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 15:51:32 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=481</guid>
		<description><![CDATA[<p>I find it very interesting how an American company, Twitter, now has to adjust its emergency maintenance window because of the situation in a dictatorship country, Iran.  Man, how these dictators have powers beyond their borders.</p>
<p><a href="/.r/?http://blog.twitter.com/2009/06/down-time-rescheduled.html" target=_twitter><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/06/twitter-downtime-for-iran-300x270.jpg" alt="twitter-downtime-for-iran" title="twitter-downtime-for-iran" width="300" height="270" class="alignnone size-medium wp-image-482" /></a><br />
Source: <a href="/.r/?http://blog.twitter.com/2009/06/down-time-rescheduled.html" target=_twitter>http://blog.twitter.com/2009/06/down-time-rescheduled.html</a><br />
&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>I find it very interesting how an American company, Twitter, now has to adjust its emergency maintenance window because of the situation in a dictatorship country, Iran.  Man, how these dictators have powers beyond their borders.</p>
<p><a href="/.r/?http://blog.twitter.com/2009/06/down-time-rescheduled.html" target=_twitter><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/06/twitter-downtime-for-iran-300x270.jpg" alt="twitter-downtime-for-iran" title="twitter-downtime-for-iran" width="300" height="270" class="alignnone size-medium wp-image-482" /></a><br />
Source: <a href="/.r/?http://blog.twitter.com/2009/06/down-time-rescheduled.html" target=_twitter>http://blog.twitter.com/2009/06/down-time-rescheduled.html</a><br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/06/twitter-changes-downtime-for-iran/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDN PhotoPlus Expo 2009 NY Registration Open</title>
		<link>http://www.johnnychin.com/blog/2009/06/pdn-photoplus-expo-2009-ny-registration-open/</link>
		<comments>http://www.johnnychin.com/blog/2009/06/pdn-photoplus-expo-2009-ny-registration-open/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 15:42:40 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[free stuff]]></category>
		<category><![CDATA[free]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=471</guid>
		<description><![CDATA[<p>Folks, just wanted to let everyone know that PDN PhotoPlus Expo 2009 in New York is now open for registration.  FREE exhibits only registration is for a limited time only.</p>
<p><a href="/.r/?https://www.xpressreg.net/register/phot109/hallonly/promostart.asp" target=_PDN><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/06/pdn-photoplus-expo-2009-small2.jpg" alt="pdn-photoplus-expo-2009-small2" title="pdn-photoplus-expo-2009-small2" width="410" height="320" class="alignnone size-full wp-image-478" /></a><br />
Source: <a href="/.r/?https://www.xpressreg.net/register/phot109/hallonly/promostart.asp" target=_PDN>https://www.xpressreg.net/register/phot109/hallonly/promostart.asp</a></p>
<p>NOTE: I am not affiliated in any way with this Expo.  I am just planning to attend it.<br />
&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>Folks, just wanted to let everyone know that PDN PhotoPlus Expo 2009 in New York is now open for registration.  FREE exhibits only registration is for a limited time only.</p>
<p><a href="/.r/?https://www.xpressreg.net/register/phot109/hallonly/promostart.asp" target=_PDN><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/06/pdn-photoplus-expo-2009-small2.jpg" alt="pdn-photoplus-expo-2009-small2" title="pdn-photoplus-expo-2009-small2" width="410" height="320" class="alignnone size-full wp-image-478" /></a><br />
Source: <a href="/.r/?https://www.xpressreg.net/register/phot109/hallonly/promostart.asp" target=_PDN>https://www.xpressreg.net/register/phot109/hallonly/promostart.asp</a></p>
<p>NOTE: I am not affiliated in any way with this Expo.  I am just planning to attend it.<br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/06/pdn-photoplus-expo-2009-ny-registration-open/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dotPhoto Deletes Your Photo Albums Without Warning</title>
		<link>http://www.johnnychin.com/blog/2009/06/dotphoto-deletes-your-photo-albums-without-warning/</link>
		<comments>http://www.johnnychin.com/blog/2009/06/dotphoto-deletes-your-photo-albums-without-warning/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 13:50:13 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[dotPhoto]]></category>
		<category><![CDATA[MyPhotoAlbum]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=447</guid>
		<description><![CDATA[<p><img src="http://galleries.jchinphotography.com/photos/560946772_tTYAV-S.gif" align=left width=148 height=75><br />
My wife and I have been a dotPhoto customer since they opened their business to the online public, so say about 8+ years now.  Everything from them has been great (excluding the last several months).  Print quality was consistent between batches, priced competitively (not the cheapest), and quick delivery from NJ.  The added bonuses was that they allowed professional (and semi-professional, like myself) photographers have a site where you can sell your prints and make a profit.  It wasn&#8217;t until recently that I started to check that &#8220;pro&#8221; feature out.</p>
<p><img src="http://galleries.jchinphotography.com/photos/560946774_CDj4s-S.gif" align=right width=155 height=30><br />
<b>However</b>, with their recent merger or acquisition by MyPhotoAlbum, things have really gone down the drain, to the point where I would say dotPhoto reliability actually sucks!  It appears that since the merger or acquisition, their policies have changed and so have the customer service (or lack thereof).  Guess that all happened (unannounced) sometime in 2008, because service was still good back in 2007.</p>
<p><b>The reliability of retaining my digital content is important to us, so we no longer recommend dotPhoto to anyone.  Not even for casual fun family and friends photos.  Not unless you don&#8217;t care that they can disappear in a few hours.</b></p>
<p>So, this is what happened to me in the last 24 hours is inexcusable for an online Internet company.  I logged into my dotPhoto account, all of my original albums were there (some dating back a few years).  I went ahead and uploaded 2 new albums, totaling about 1500+ photos.  It took several hours to upload.  It completed without any errors and I was able to view the albums.  Several hours later, I log back into my account.  Surprise!  All the albums have been deleted except for the first of the two new album that I uploaded.  <b>Even the most recent uploaded album was deleted.</b>  WTF?!</p>
<ul>
<li>Calling their customer service number use to get you a live person (I would say pre-2008).  Today, you get a voice prompts that leads you into a mailbox with a message that says &#8220;the mailbox you are trying to reach is full, please try again later&#8221; and hangs up on you.  By the way, their current phone number is 609-643-0090 x400 (the same as pressing 1 for customer service).</li>
<li>The dotPhoto servers delete photo albums at random without warning.  Yes, that is correct.  Their system removes photo albums without warning.   When you contact customer service about it.  They claim that you either gave the password to someone and that person deleted the albums.  Another excuse is that you uploaded corrupt photos and the system deleted them.  Yeah right!  Those albums have been there for years.  Now all of a sudden they are all gone?</li>
<li>Searching on line for reviews on dotPhoto and MyPhotoAlbum returned some very interesting results.  Others have experienced the same thing.  Even professional accounts had albums deleted without warning.  Also many others had great experiences with dotPhoto up until 2008.  Today, it appears that the policies of dotPhoto reflect those of MyPhotoAlbum (read: they suck).</li>
<li>Contacting dotPhoto customer service is all via e-mail (<a href="mailto:support@dotphoto.com">support@dotphoto.com</a>) and everything that comes back in replies are pretty much canned responses.  Most of which is stating (in nicer terms) &#8220;hey idiot, it is user error&#8221;.  The explanations ranged from me giving my password to someone and they deleted my albums, to me deleting all of my albums, to someone guessed my &#8220;easy&#8221; password (which happens to be 10 alpha-numeric with 2 punctuation symbols, oh sure that is &#8220;easy&#8221; to guess) and gained access to my account, to I uploaded corrupt images (yeah I must have time-machine and went back in time to upload them today, since those albums were years old).  Eventually, like other web posts, dotPhoto customer service just stops responding without reason or reply.</li>
<li><b>dotPhoto customer service claims that they reserve the right to delete anything inactive over 90 days without warning.</b>  To us, that is totally unacceptable because it is our digital content.  At least give a warning and ask us to order a backup copy on DVD.
<li>
<li><b>Apparently, dotPhoto is an online photo service company that does not want to really provide customer service.</b></li>
</ul>
<p>All in all, this is pretty much the last straw.  I cannot work with a company that is this unreliable and does not care about their customer&#8217;s digital content, even if it was just for fun family photos.  Especially not for any of my professional photography stuff.  How can I have photo galleries online for clients to see, if the hosting company can randomly decide to remove them without notice?  Heck, it is embarrassing to have family and friends goto a gallery link that was sent to them in e-mail resulting in a redirection to the dotPhoto home page.</p>
<p><b>NOTE: dotPhoto is no longer consistent in their prints between batches and prices are not the most competitive online photo printer around.</b></p>
<p><a href="http://www.smugmug.com/?referrer=ix3uDyfBU6xXs"><img src="http://galleries.jchinphotography.com/photos/508788066_VtGtp-Ti.jpg" align=left width=100 height=41 border=0></a><br />
Thankfully, my professional photo galleries are hosted by <a href="http://www.smugmug.com/?referrer=ix3uDyfBU6xXs">SmugMug</a>.  Their support team is beyond fantastic.  Too bad the labs they use (ez-prints and BayPhoto) is a little more pricey for my average family fun photos.</p>
<p>I now need to research which inexpensive photo printer will allow us to store our photos for reprints later &#8230; and not delete them.  So, if you have a suggestion, please let me know.<br />
&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p><img src="http://galleries.jchinphotography.com/photos/560946772_tTYAV-S.gif" align=left width=148 height=75><br />
My wife and I have been a dotPhoto customer since they opened their business to the online public, so say about 8+ years now.  Everything from them has been great (excluding the last several months).  Print quality was consistent between batches, priced competitively (not the cheapest), and quick delivery from NJ.  The added bonuses was that they allowed professional (and semi-professional, like myself) photographers have a site where you can sell your prints and make a profit.  It wasn&#8217;t until recently that I started to check that &#8220;pro&#8221; feature out.</p>
<p><img src="http://galleries.jchinphotography.com/photos/560946774_CDj4s-S.gif" align=right width=155 height=30><br />
<b>However</b>, with their recent merger or acquisition by MyPhotoAlbum, things have really gone down the drain, to the point where I would say dotPhoto reliability actually sucks!  It appears that since the merger or acquisition, their policies have changed and so have the customer service (or lack thereof).  Guess that all happened (unannounced) sometime in 2008, because service was still good back in 2007.</p>
<p><b>The reliability of retaining my digital content is important to us, so we no longer recommend dotPhoto to anyone.  Not even for casual fun family and friends photos.  Not unless you don&#8217;t care that they can disappear in a few hours.</b></p>
<p>So, this is what happened to me in the last 24 hours is inexcusable for an online Internet company.  I logged into my dotPhoto account, all of my original albums were there (some dating back a few years).  I went ahead and uploaded 2 new albums, totaling about 1500+ photos.  It took several hours to upload.  It completed without any errors and I was able to view the albums.  Several hours later, I log back into my account.  Surprise!  All the albums have been deleted except for the first of the two new album that I uploaded.  <b>Even the most recent uploaded album was deleted.</b>  WTF?!</p>
<ul>
<li>Calling their customer service number use to get you a live person (I would say pre-2008).  Today, you get a voice prompts that leads you into a mailbox with a message that says &#8220;the mailbox you are trying to reach is full, please try again later&#8221; and hangs up on you.  By the way, their current phone number is 609-643-0090 x400 (the same as pressing 1 for customer service).</li>
<li>The dotPhoto servers delete photo albums at random without warning.  Yes, that is correct.  Their system removes photo albums without warning.   When you contact customer service about it.  They claim that you either gave the password to someone and that person deleted the albums.  Another excuse is that you uploaded corrupt photos and the system deleted them.  Yeah right!  Those albums have been there for years.  Now all of a sudden they are all gone?</li>
<li>Searching on line for reviews on dotPhoto and MyPhotoAlbum returned some very interesting results.  Others have experienced the same thing.  Even professional accounts had albums deleted without warning.  Also many others had great experiences with dotPhoto up until 2008.  Today, it appears that the policies of dotPhoto reflect those of MyPhotoAlbum (read: they suck).</li>
<li>Contacting dotPhoto customer service is all via e-mail (<a href="mailto:support@dotphoto.com">support@dotphoto.com</a>) and everything that comes back in replies are pretty much canned responses.  Most of which is stating (in nicer terms) &#8220;hey idiot, it is user error&#8221;.  The explanations ranged from me giving my password to someone and they deleted my albums, to me deleting all of my albums, to someone guessed my &#8220;easy&#8221; password (which happens to be 10 alpha-numeric with 2 punctuation symbols, oh sure that is &#8220;easy&#8221; to guess) and gained access to my account, to I uploaded corrupt images (yeah I must have time-machine and went back in time to upload them today, since those albums were years old).  Eventually, like other web posts, dotPhoto customer service just stops responding without reason or reply.</li>
<li><b>dotPhoto customer service claims that they reserve the right to delete anything inactive over 90 days without warning.</b>  To us, that is totally unacceptable because it is our digital content.  At least give a warning and ask us to order a backup copy on DVD.
<li>
<li><b>Apparently, dotPhoto is an online photo service company that does not want to really provide customer service.</b></li>
</ul>
<p>All in all, this is pretty much the last straw.  I cannot work with a company that is this unreliable and does not care about their customer&#8217;s digital content, even if it was just for fun family photos.  Especially not for any of my professional photography stuff.  How can I have photo galleries online for clients to see, if the hosting company can randomly decide to remove them without notice?  Heck, it is embarrassing to have family and friends goto a gallery link that was sent to them in e-mail resulting in a redirection to the dotPhoto home page.</p>
<p><b>NOTE: dotPhoto is no longer consistent in their prints between batches and prices are not the most competitive online photo printer around.</b></p>
<p><a href="http://www.smugmug.com/?referrer=ix3uDyfBU6xXs"><img src="http://galleries.jchinphotography.com/photos/508788066_VtGtp-Ti.jpg" align=left width=100 height=41 border=0></a><br />
Thankfully, my professional photo galleries are hosted by <a href="http://www.smugmug.com/?referrer=ix3uDyfBU6xXs">SmugMug</a>.  Their support team is beyond fantastic.  Too bad the labs they use (ez-prints and BayPhoto) is a little more pricey for my average family fun photos.</p>
<p>I now need to research which inexpensive photo printer will allow us to store our photos for reprints later &#8230; and not delete them.  So, if you have a suggestion, please let me know.<br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/06/dotphoto-deletes-your-photo-albums-without-warning/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Blind Search, the search engine taste test</title>
		<link>http://www.johnnychin.com/blog/2009/06/blind-search-the-search-engine-taste-test/</link>
		<comments>http://www.johnnychin.com/blog/2009/06/blind-search-the-search-engine-taste-test/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 06:20:51 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=423</guid>
		<description><![CDATA[<p>I came across this site on my friend&#8217;s blog.<br />
<a href="/.r/?http://blindsearch.fejus.com/">Blind Search</a> &#8211; the search engine taste test</p>
<p>You should give it a try.  It may be interesting to see how branding affects perceived search engine results.</p>
<p><img src="http://galleries.jchinphotography.com/photos/558869334_MjbzH-Ti.png" width=100 height=46><img src="http://galleries.jchinphotography.com/photos/508779155_BizT2-Ti.jpg" width=100 height=45><img src="http://galleries.jchinphotography.com/photos/558873237_reYLG-S.png" width=161 height=40></p>
<p>NOTE: the programmer is working for Microsoft, but claims this side project has nothing to do with Microsoft.  Hmmm&#8230;  I wonder why <a href="/.r/?http://www.bing.com">bing.com</a> is one of the search engines it queries.  The other two being <a href="/.r/?http://www.google.com">Google</a> and <a href="/.r/?http://www.yahoo.com">Yahoo</a>.<br />
&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>I came across this site on my friend&#8217;s blog.<br />
<a href="/.r/?http://blindsearch.fejus.com/">Blind Search</a> &#8211; the search engine taste test</p>
<p>You should give it a try.  It may be interesting to see how branding affects perceived search engine results.</p>
<p><img src="http://galleries.jchinphotography.com/photos/558869334_MjbzH-Ti.png" width=100 height=46><img src="http://galleries.jchinphotography.com/photos/508779155_BizT2-Ti.jpg" width=100 height=45><img src="http://galleries.jchinphotography.com/photos/558873237_reYLG-S.png" width=161 height=40></p>
<p>NOTE: the programmer is working for Microsoft, but claims this side project has nothing to do with Microsoft.  Hmmm&#8230;  I wonder why <a href="/.r/?http://www.bing.com">bing.com</a> is one of the search engines it queries.  The other two being <a href="/.r/?http://www.google.com">Google</a> and <a href="/.r/?http://www.yahoo.com">Yahoo</a>.<br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/06/blind-search-the-search-engine-taste-test/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Officials: Husband-Wife Spies Lured by Stranger &#8211; Political News &#8211; FOXNews.com</title>
		<link>http://www.johnnychin.com/blog/2009/06/officials-husband-wife-spies-lured-by-stranger-political-news-foxnewscom/</link>
		<comments>http://www.johnnychin.com/blog/2009/06/officials-husband-wife-spies-lured-by-stranger-political-news-foxnewscom/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 09:00:18 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[news & politics]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[ShareThis]]></category>
		<category><![CDATA[spying]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/2009/06/officials-husband-wife-spies-lured-by-stranger-political-news-foxnewscom/</guid>
		<description><![CDATA[<p><a href=http://shar.es/o6f5>Officials: Husband-Wife Spies Lured by Stranger &#8211; Political News &#8211; FOXNews.com</a></p>
<p>Posted using <a href="http://sharethis.com">ShareThis</a></p>
<p>This couple should have just retired and gave up spying &#8230; at their age, they should enjoy what life they have left.  Now they have none.<br />
&nbsp; </p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p><a href=http://shar.es/o6f5>Officials: Husband-Wife Spies Lured by Stranger &#8211; Political News &#8211; FOXNews.com</a></p>
<p>Posted using <a href="http://sharethis.com">ShareThis</a></p>
<p>This couple should have just retired and gave up spying &#8230; at their age, they should enjoy what life they have left.  Now they have none.<br />
&nbsp; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/06/officials-husband-wife-spies-lured-by-stranger-political-news-foxnewscom/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adblock Plus</title>
		<link>http://www.johnnychin.com/blog/2009/06/adblock-plus/</link>
		<comments>http://www.johnnychin.com/blog/2009/06/adblock-plus/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 10:56:48 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[free stuff]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Adblock Plus]]></category>
		<category><![CDATA[add-ons]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[MySpace]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=415</guid>
		<description><![CDATA[<p><a href="/.r/?http://adblockplus.org/en/">Adblock Plus</a> add-on for <a href="/.r/?http://www.mozilla.com/">Mozilla Firefox</a> &#8230; I know this has been around for a few years.  I&#8217;ve been meaning to install it but never got it done.  Tonight, my friend, John Wong, started to talking about it so I finally installed it.  Works nice.</p>
<p><span class="youtube">
<object width="425" height="373">
<param name="movie" value="http://www.youtube.com/v/oNvb2SjVjjI&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/oNvb2SjVjjI&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="373"></embed>
<param name="wmode" value="transparent" />
</object>
</span></p>
<p>Then goto <a href="http://adblockplus.org/en/subscriptions">http://adblockplus.org/en/subscriptions</a> and add the following lists (at the bottom of the list):</p>
<ul>
<li>EasyPrivacy+EasyList</li>
<li>Malware Domains</li>
<li>MySpace Junk Filters</li>
</ul>
<p>&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p><a href="/.r/?http://adblockplus.org/en/">Adblock Plus</a> add-on for <a href="/.r/?http://www.mozilla.com/">Mozilla Firefox</a> &#8230; I know this has been around for a few years.  I&#8217;ve been meaning to install it but never got it done.  Tonight, my friend, John Wong, started to talking about it so I finally installed it.  Works nice.</p>
<p><span class="youtube">
<object width="425" height="373">
<param name="movie" value="http://www.youtube.com/v/oNvb2SjVjjI&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/oNvb2SjVjjI&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="373"></embed>
<param name="wmode" value="transparent" />
</object>
</span></p>
<p>Then goto <a href="http://adblockplus.org/en/subscriptions">http://adblockplus.org/en/subscriptions</a> and add the following lists (at the bottom of the list):</p>
<ul>
<li>EasyPrivacy+EasyList</li>
<li>Malware Domains</li>
<li>MySpace Junk Filters</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/06/adblock-plus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Wave Preview</title>
		<link>http://www.johnnychin.com/blog/2009/06/google-wave-preview/</link>
		<comments>http://www.johnnychin.com/blog/2009/06/google-wave-preview/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 22:52:47 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[free stuff]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Wave]]></category>
		<category><![CDATA[hosted]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=410</guid>
		<description><![CDATA[<p>I just came across this from Google.  The <a href="/.r/?http://wave.google.com/help/wave/about.html">Google Wave</a> is awesome!  At lease from their YouTube video from their developers conference.  <img src="http://wave.google.com/images/wave_logo.png" width=164 height=40 align=right></p>
<p><b>Watch this 80 minute video.</b>  It is worth every minute of it.  It blows your mind as to what Google is doing.  Top it off, they are going to make this thing open-source and make it available for free for everyone to use.  For more information on the <a href="/.r/?http://wave.google.com/help/wave/about.html">Google Wave</a> API, goto <a href="/.r/?http://code.google.com/apis/wave/">http://code.google.com/apis/wave/</a>.</p>
<p><span class="youtube">
<object width="425" height="373">
<param name="movie" value="http://www.youtube.com/v/v_UyVmITiYQ&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/v_UyVmITiYQ&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="373"></embed>
<param name="wmode" value="transparent" />
</object>
</span></p>
<p>The self-created text UI (user interface) that they showed during the last 10 minutes of the video is awesome!  I just love the efficientcy of text UIs, it gets the job done (of course not for photos or other visually/graphically required stuff).</p>
<p>Personally, I would love to be able to develop this new Google wave platform.  Cannot wait until it is opened to everyone.</p>
<p>Real-time message conversations, better than threaded.  Not just e-mail like or IM-like, but it is like a textual and visual conference via your browser and the Internet.  It shares photos in real-time.  It links (actually integrates) to social networking sites.  It can do so much integration it makes <i>wave</i> the new <i>Office</i> suite.  Microsoft look out!</p>
<p>Their translation robot is great, especially for multilingual companies.  The spell checking extension robot is so good that I think that it would make people even worse spellers.  Now this is really something that would tap the power of high-speed broadband and fast processing computers to good uses.<br />
&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>I just came across this from Google.  The <a href="/.r/?http://wave.google.com/help/wave/about.html">Google Wave</a> is awesome!  At lease from their YouTube video from their developers conference.  <img src="http://wave.google.com/images/wave_logo.png" width=164 height=40 align=right></p>
<p><b>Watch this 80 minute video.</b>  It is worth every minute of it.  It blows your mind as to what Google is doing.  Top it off, they are going to make this thing open-source and make it available for free for everyone to use.  For more information on the <a href="/.r/?http://wave.google.com/help/wave/about.html">Google Wave</a> API, goto <a href="/.r/?http://code.google.com/apis/wave/">http://code.google.com/apis/wave/</a>.</p>
<p><span class="youtube">
<object width="425" height="373">
<param name="movie" value="http://www.youtube.com/v/v_UyVmITiYQ&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/v_UyVmITiYQ&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="373"></embed>
<param name="wmode" value="transparent" />
</object>
</span></p>
<p>The self-created text UI (user interface) that they showed during the last 10 minutes of the video is awesome!  I just love the efficientcy of text UIs, it gets the job done (of course not for photos or other visually/graphically required stuff).</p>
<p>Personally, I would love to be able to develop this new Google wave platform.  Cannot wait until it is opened to everyone.</p>
<p>Real-time message conversations, better than threaded.  Not just e-mail like or IM-like, but it is like a textual and visual conference via your browser and the Internet.  It shares photos in real-time.  It links (actually integrates) to social networking sites.  It can do so much integration it makes <i>wave</i> the new <i>Office</i> suite.  Microsoft look out!</p>
<p>Their translation robot is great, especially for multilingual companies.  The spell checking extension robot is so good that I think that it would make people even worse spellers.  Now this is really something that would tap the power of high-speed broadband and fast processing computers to good uses.<br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/06/google-wave-preview/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>IE8 Standalone Installer</title>
		<link>http://www.johnnychin.com/blog/2009/05/ie8-standalone-installer/</link>
		<comments>http://www.johnnychin.com/blog/2009/05/ie8-standalone-installer/#comments</comments>
		<pubDate>Wed, 27 May 2009 23:51:34 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=401</guid>
		<description><![CDATA[<p><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/05/ie8_logo_thumb-150x150.jpg" alt="ie8_logo_thumb" title="ie8_logo_thumb" width="150" height="150" class="alignright size-thumbnail wp-image-402" /> Why does Microsoft make it so difficult to find the links to download Internet Explorer 8 as a standalone installer?  It use to be at the bottom of the stub-installer download page.  Well after some digging, I found them and here are direct links to the standalone off-line installers of the release version of Internet Explorer 8.</p>
<p>Download links below are for the United States English version of Internet Explorer 8. Click on a link below to download for the operating system of your choice:</p>
<ul>
<li><a href="/.r/?http://download.microsoft.com/download/C/C/0/CC0BD555-33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe">Windows XP</a> (32-bit) </li>
<li><a href="/.r/?http://download.microsoft.com/download/7/5/4/754D6601-662D-4E39-9788-6F90D8E5C097/IE8-WindowsServer2003-x64-ENU.exe">Windows XP</a> (64-bit) </li>
<li><a href="/.r/?http://download.microsoft.com/download/F/8/8/F88F09A2-A315-44C0-848E-48476A9E1577/IE8-WindowsVista-x86-ENU.exe">Windows Vista</a> (32-bit) </li>
<li><a href="/.r/?http://download.microsoft.com/download/D/C/F/DCF5DACB-313F-40C6-889C-AD1F8546099D/IE8-WindowsVista-x64-ENU.exe">Windows Vista 64-bit</a> </li>
<li><a href="/.r/?http://download.microsoft.com/download/7/5/0/7507EBD5-0193-4B7F-9F14-9014C7EB5C67/IE8-WindowsServer2003-x86-ENU.exe">Windows Server 2003</a> (32-bit) </li>
<li><a href="/.r/?http://download.microsoft.com/download/7/5/4/754D6601-662D-4E39-9788-6F90D8E5C097/IE8-WindowsServer2003-x64-ENU.exe">Windows Server 2003 64-bit</a> </li>
<li><a href="/.r/?http://download.microsoft.com/download/F/8/8/F88F09A2-A315-44C0-848E-48476A9E1577/IE8-WindowsVista-x86-ENU.exe">Windows Server 2008</a> (32-bit) </li>
<li><a href="/.r/?http://download.microsoft.com/download/D/C/F/DCF5DACB-313F-40C6-889C-AD1F8546099D/IE8-WindowsVista-x64-ENU.exe">Windows Server 2008 64-bit</a> </li>
</ul>
<p>If you want to download a localized versions of IE8 (other languages, etc), you can download them <a href="/.r/?http://www.microsoft.com/windows/internet-explorer/worldwide-sites.aspx">from here.</a></p>
<p>I needed these standalone installers for a client who wanted to upgrade all their workstations to Internet Explorer 8. <a href="/.r/?http://www.mozilla.com/?from=sfx&#038;uid=0&#038;t=306"><img border="0" alt="get Firefox" src="http://sfx-images.mozilla.org/affiliates/Buttons/firefox3/110x32_get_ffx.png" align=right /></a> Personally, I still prefer to use <a href="/.r/?http://www.mozilla.com/en-US/firefox/" target=_firefox>Mozilla Firefox</a>.<br />
&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/05/ie8_logo_thumb-150x150.jpg" alt="ie8_logo_thumb" title="ie8_logo_thumb" width="150" height="150" class="alignright size-thumbnail wp-image-402" /> Why does Microsoft make it so difficult to find the links to download Internet Explorer 8 as a standalone installer?  It use to be at the bottom of the stub-installer download page.  Well after some digging, I found them and here are direct links to the standalone off-line installers of the release version of Internet Explorer 8.</p>
<p>Download links below are for the United States English version of Internet Explorer 8. Click on a link below to download for the operating system of your choice:</p>
<ul>
<li><a href="/.r/?http://download.microsoft.com/download/C/C/0/CC0BD555-33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe">Windows XP</a> (32-bit) </li>
<li><a href="/.r/?http://download.microsoft.com/download/7/5/4/754D6601-662D-4E39-9788-6F90D8E5C097/IE8-WindowsServer2003-x64-ENU.exe">Windows XP</a> (64-bit) </li>
<li><a href="/.r/?http://download.microsoft.com/download/F/8/8/F88F09A2-A315-44C0-848E-48476A9E1577/IE8-WindowsVista-x86-ENU.exe">Windows Vista</a> (32-bit) </li>
<li><a href="/.r/?http://download.microsoft.com/download/D/C/F/DCF5DACB-313F-40C6-889C-AD1F8546099D/IE8-WindowsVista-x64-ENU.exe">Windows Vista 64-bit</a> </li>
<li><a href="/.r/?http://download.microsoft.com/download/7/5/0/7507EBD5-0193-4B7F-9F14-9014C7EB5C67/IE8-WindowsServer2003-x86-ENU.exe">Windows Server 2003</a> (32-bit) </li>
<li><a href="/.r/?http://download.microsoft.com/download/7/5/4/754D6601-662D-4E39-9788-6F90D8E5C097/IE8-WindowsServer2003-x64-ENU.exe">Windows Server 2003 64-bit</a> </li>
<li><a href="/.r/?http://download.microsoft.com/download/F/8/8/F88F09A2-A315-44C0-848E-48476A9E1577/IE8-WindowsVista-x86-ENU.exe">Windows Server 2008</a> (32-bit) </li>
<li><a href="/.r/?http://download.microsoft.com/download/D/C/F/DCF5DACB-313F-40C6-889C-AD1F8546099D/IE8-WindowsVista-x64-ENU.exe">Windows Server 2008 64-bit</a> </li>
</ul>
<p>If you want to download a localized versions of IE8 (other languages, etc), you can download them <a href="/.r/?http://www.microsoft.com/windows/internet-explorer/worldwide-sites.aspx">from here.</a></p>
<p>I needed these standalone installers for a client who wanted to upgrade all their workstations to Internet Explorer 8. <a href="/.r/?http://www.mozilla.com/?from=sfx&#038;uid=0&#038;t=306"><img border="0" alt="get Firefox" src="http://sfx-images.mozilla.org/affiliates/Buttons/firefox3/110x32_get_ffx.png" align=right /></a> Personally, I still prefer to use <a href="/.r/?http://www.mozilla.com/en-US/firefox/" target=_firefox>Mozilla Firefox</a>.<br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/05/ie8-standalone-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanta Gives 4-days Notice of Shutdown</title>
		<link>http://www.johnnychin.com/blog/2009/05/advanta-gives-4-days-notice-of-shutdown/</link>
		<comments>http://www.johnnychin.com/blog/2009/05/advanta-gives-4-days-notice-of-shutdown/#comments</comments>
		<pubDate>Tue, 26 May 2009 18:53:42 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[finance]]></category>
		<category><![CDATA[Advanta]]></category>
		<category><![CDATA[Advanta Bank]]></category>
		<category><![CDATA[bankrupt]]></category>
		<category><![CDATA[Barack Obama]]></category>
		<category><![CDATA[credit cards]]></category>
		<category><![CDATA[Obama]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=369</guid>
		<description><![CDATA[<p>I cannot believe that I received a letter today via USPS and e-mail (yes, both arrived today) from <a href="/.r/?http://www.advanta.com/notice" target=_advanta>Advanta Bank Corp.</a> notifying me that they are shutting down <strong><u>ALL</u> Business Credit Card Accounts</strong> effective May 30th.  <strong>That is in 4 days!</strong> Are they going bankrupt?  I cannot believe a bank gives a cardholder only 4 days to change all their recurring charges with vendors.</p>
<p>Letter dated: May 26, 2009 (click on image to see larger view)<br />
<a href="http://www.johnnychin.com/blog/wp-content/uploads/2009/05/advanta-letter.jpg" target=_image rel="lightbox"><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/05/advanta-letter-234x300.jpg" alt="advanta-letter" title="advanta-letter" width="234" height="300" class="alignnone size-medium wp-image-370" /></a></p>
<p>From the <a href="/.r/?http://www.advanta.com/notice" target=_advanta>Advanta Bank Corp.</a> website, it appears they are closing all of their credit card accounts; pretty much getting out of the credit card business.</p>
<p>Maybe this is a preemptive measure against the new Obama credit card regulations.  I guess the new regulations may not be effective enough.  If credit card companies just start to close down existing credit accounts, it effectively gives them the right to make new rules at anytime and force cardholders to adhere to them.  For example, if they want to raise the interest rates next month from 9.9% to 29.9%, all they have to do is send out a letter like the one I received from Advanta, giving customers a 3-5 days notice that their accounts would be canceled; then offer a new card application at the higher interest rate and new terms.  Guess that is the new loophole in the credit card law.</p>
<p>I guess I am going to expect all of my credit cards (MasterCard and Visa, anyway) is going to make drastic changes to force cardholders off their rewards and cash back programs.  Not to mention they are going to raise everyone&#8217;s interest rates.<br />
&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>I cannot believe that I received a letter today via USPS and e-mail (yes, both arrived today) from <a href="/.r/?http://www.advanta.com/notice" target=_advanta>Advanta Bank Corp.</a> notifying me that they are shutting down <strong><u>ALL</u> Business Credit Card Accounts</strong> effective May 30th.  <strong>That is in 4 days!</strong> Are they going bankrupt?  I cannot believe a bank gives a cardholder only 4 days to change all their recurring charges with vendors.</p>
<p>Letter dated: May 26, 2009 (click on image to see larger view)<br />
<a href="http://www.johnnychin.com/blog/wp-content/uploads/2009/05/advanta-letter.jpg" target=_image rel="lightbox"><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/05/advanta-letter-234x300.jpg" alt="advanta-letter" title="advanta-letter" width="234" height="300" class="alignnone size-medium wp-image-370" /></a></p>
<p>From the <a href="/.r/?http://www.advanta.com/notice" target=_advanta>Advanta Bank Corp.</a> website, it appears they are closing all of their credit card accounts; pretty much getting out of the credit card business.</p>
<p>Maybe this is a preemptive measure against the new Obama credit card regulations.  I guess the new regulations may not be effective enough.  If credit card companies just start to close down existing credit accounts, it effectively gives them the right to make new rules at anytime and force cardholders to adhere to them.  For example, if they want to raise the interest rates next month from 9.9% to 29.9%, all they have to do is send out a letter like the one I received from Advanta, giving customers a 3-5 days notice that their accounts would be canceled; then offer a new card application at the higher interest rate and new terms.  Guess that is the new loophole in the credit card law.</p>
<p>I guess I am going to expect all of my credit cards (MasterCard and Visa, anyway) is going to make drastic changes to force cardholders off their rewards and cash back programs.  Not to mention they are going to raise everyone&#8217;s interest rates.<br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/05/advanta-gives-4-days-notice-of-shutdown/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Barack Obama uses Scribd</title>
		<link>http://www.johnnychin.com/blog/2009/05/barack-obama-uses-scribd/</link>
		<comments>http://www.johnnychin.com/blog/2009/05/barack-obama-uses-scribd/#comments</comments>
		<pubDate>Fri, 22 May 2009 19:28:02 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[news & politics]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[Barack Obama]]></category>
		<category><![CDATA[Obama]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[Scribd]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=355</guid>
		<description><![CDATA[<p><img src="http://i.scribd.com/profiles/images/5pmewayl1qbbq-thumb.jpg" width=100 height=79 align=right><br />
I just came across a website that allows people to publish articles.  It is called <a href="/.r/?http://www.scribd.com" target=_scribd>Scribd</a> and it is very interesting to find that <a href="/.r/?http://www.BarackObama.com">Barack Obama</a> uses them to publish his proposals and rescue plans (<a href="/.r/?http://www.scribd.com/barackobama" target=_scribd>found here on Scribd</a>).  Guess it is an efficient way of getting his ideas out in writing.</p>
<p><img src="http://galleries.jchinphotography.com/photos/543160626_JtFju-Ti.gif" align=right><br />
It has many PDFs, ranging from his 2010 Budget Proposal to his Small Business Emergency Rescue Plan.  Go see for yourself (<a href=/.r/?http://www.scribd.com/barackobama" target=_scribd>link</a>).</p>
<p>&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.scribd.com/profiles/images/5pmewayl1qbbq-thumb.jpg" width=100 height=79 align=right><br />
I just came across a website that allows people to publish articles.  It is called <a href="/.r/?http://www.scribd.com" target=_scribd>Scribd</a> and it is very interesting to find that <a href="/.r/?http://www.BarackObama.com">Barack Obama</a> uses them to publish his proposals and rescue plans (<a href="/.r/?http://www.scribd.com/barackobama" target=_scribd>found here on Scribd</a>).  Guess it is an efficient way of getting his ideas out in writing.</p>
<p><img src="http://galleries.jchinphotography.com/photos/543160626_JtFju-Ti.gif" align=right><br />
It has many PDFs, ranging from his 2010 Budget Proposal to his Small Business Emergency Rescue Plan.  Go see for yourself (<a href=/.r/?http://www.scribd.com/barackobama" target=_scribd>link</a>).</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/05/barack-obama-uses-scribd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trace Adkins &#8211; You&#8217;re Gonna Miss This</title>
		<link>http://www.johnnychin.com/blog/2009/05/trace-adkins-youre-gonna-miss-this/</link>
		<comments>http://www.johnnychin.com/blog/2009/05/trace-adkins-youre-gonna-miss-this/#comments</comments>
		<pubDate>Thu, 21 May 2009 14:37:55 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[music video]]></category>
		<category><![CDATA[country]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[Trace Adkins]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=351</guid>
		<description><![CDATA[<p><span class="youtube">
<object width="425" height="373">
<param name="movie" value="http://www.youtube.com/v/ZIBediEAcUQ&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/ZIBediEAcUQ&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="373"></embed>
<param name="wmode" value="transparent" />
</object>
</span></p>
<p>Since they disabled &#8220;embedding&#8221; on YouTube for the actual (original) music videos here are the links to them:<br />
<a href="/.r/?http://www.youtube.com/watch?v=a0QCCNCkvzI" target=_youtube>http://www.youtube.com/watch?v=a0QCCNCkvzI</a><br />
or<br />
<a href="/.r/?http://www.youtube.com/watch?v=vG9XfJxMY8A" target=_youtube>http://www.youtube.com/watch?v=vG9XfJxMY8A</a></p>
<p>This is one of my favorite songs.  Love the message this song delivers.<br />
&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p><span class="youtube">
<object width="425" height="373">
<param name="movie" value="http://www.youtube.com/v/ZIBediEAcUQ&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/ZIBediEAcUQ&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="373"></embed>
<param name="wmode" value="transparent" />
</object>
</span></p>
<p>Since they disabled &#8220;embedding&#8221; on YouTube for the actual (original) music videos here are the links to them:<br />
<a href="/.r/?http://www.youtube.com/watch?v=a0QCCNCkvzI" target=_youtube>http://www.youtube.com/watch?v=a0QCCNCkvzI</a><br />
or<br />
<a href="/.r/?http://www.youtube.com/watch?v=vG9XfJxMY8A" target=_youtube>http://www.youtube.com/watch?v=vG9XfJxMY8A</a></p>
<p>This is one of my favorite songs.  Love the message this song delivers.<br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/05/trace-adkins-youre-gonna-miss-this/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Facebook uses OpenID</title>
		<link>http://www.johnnychin.com/blog/2009/05/facebook-uses-openid/</link>
		<comments>http://www.johnnychin.com/blog/2009/05/facebook-uses-openid/#comments</comments>
		<pubDate>Tue, 19 May 2009 15:27:00 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[network security]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[OpenID]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=340</guid>
		<description><![CDATA[<p><a href="/.r/?http://www.facebook.com" target=_facebook>Facebook</a> announced that it would support <a href="/.r/?http://www.OpenID.net" target=_openID>OpenID</a> and it finally went live with it according to this article: <a href="/.r/?http://www.techcrunch.com/2009/05/18/facebook-becomes-largest-openid-relying-party/trackback/" target=_techcrunch><i>Facebook Becomes Largest OpenID Relying Party</i></a>.</p>
<p><a href="/.r/?http://www.facebook.com" target=_facebook><img src="http://galleries.jchinphotography.com/photos/172635064_uBg76-Ti.jpg" width=100 height=38 border=0></a> <a href="/.r/?http://www.OpenID.net" target=_openID><img src="http://galleries.jchinphotography.com/photos/540450778_i8ebZ-Ti.jpg" width=100 height=38 border=0></a><br />
&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p><a href="/.r/?http://www.facebook.com" target=_facebook>Facebook</a> announced that it would support <a href="/.r/?http://www.OpenID.net" target=_openID>OpenID</a> and it finally went live with it according to this article: <a href="/.r/?http://www.techcrunch.com/2009/05/18/facebook-becomes-largest-openid-relying-party/trackback/" target=_techcrunch><i>Facebook Becomes Largest OpenID Relying Party</i></a>.</p>
<p><a href="/.r/?http://www.facebook.com" target=_facebook><img src="http://galleries.jchinphotography.com/photos/172635064_uBg76-Ti.jpg" width=100 height=38 border=0></a> <a href="/.r/?http://www.OpenID.net" target=_openID><img src="http://galleries.jchinphotography.com/photos/540450778_i8ebZ-Ti.jpg" width=100 height=38 border=0></a><br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/05/facebook-uses-openid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tougher Auto Emissions and Mileage Rules</title>
		<link>http://www.johnnychin.com/blog/2009/05/tougher-auto-emissions-and-mileage-rules/</link>
		<comments>http://www.johnnychin.com/blog/2009/05/tougher-auto-emissions-and-mileage-rules/#comments</comments>
		<pubDate>Tue, 19 May 2009 11:32:49 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[automotive]]></category>
		<category><![CDATA[news & politics]]></category>
		<category><![CDATA[emission]]></category>
		<category><![CDATA[mileage]]></category>
		<category><![CDATA[New York Times]]></category>
		<category><![CDATA[NY Times]]></category>
		<category><![CDATA[Obama]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=333</guid>
		<description><![CDATA[<p>Today in the New York Times, it is reported that President Obama will announce on Tuesday tougher regulations on auto emissions along with better fuel economy requirements.  All I can say &#8220;it is a about time someone did something about this&#8221;.  Having various state standards gave car manufacturers ways to circumvent tougher regulations.  We are one nation, we should have one set of emission standards that every car manufacturer in the US adheres to.  <img src="http://galleries.jchinphotography.com/photos/547651367_RgjRM-S.gif" width=152 height=23 align=right><br />
&nbsp;</p>
<p><nobr>NY Times article: <a href="/.r/?http://www.nytimes.com/2009/05/19/business/19emissions.html" target=_nytimes>Obama to Toughen Rules on Emissions and Mileage</a></nobr></p>
<p><img src="http://graphics8.nytimes.com/images/2009/05/19/business/19emissions01-650.jpg" width=450 height=301></p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>Today in the New York Times, it is reported that President Obama will announce on Tuesday tougher regulations on auto emissions along with better fuel economy requirements.  All I can say &#8220;it is a about time someone did something about this&#8221;.  Having various state standards gave car manufacturers ways to circumvent tougher regulations.  We are one nation, we should have one set of emission standards that every car manufacturer in the US adheres to.  <img src="http://galleries.jchinphotography.com/photos/547651367_RgjRM-S.gif" width=152 height=23 align=right><br />
&nbsp;</p>
<p><nobr>NY Times article: <a href="/.r/?http://www.nytimes.com/2009/05/19/business/19emissions.html" target=_nytimes>Obama to Toughen Rules on Emissions and Mileage</a></nobr></p>
<p><img src="http://graphics8.nytimes.com/images/2009/05/19/business/19emissions01-650.jpg" width=450 height=301></p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/05/tougher-auto-emissions-and-mileage-rules/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Credit Card Aims to Profit from Good Payers</title>
		<link>http://www.johnnychin.com/blog/2009/05/credit-card-aims-to-profit-from-good-payers/</link>
		<comments>http://www.johnnychin.com/blog/2009/05/credit-card-aims-to-profit-from-good-payers/#comments</comments>
		<pubDate>Tue, 19 May 2009 11:11:59 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[finance]]></category>
		<category><![CDATA[news & politics]]></category>
		<category><![CDATA[American Express]]></category>
		<category><![CDATA[annual fee]]></category>
		<category><![CDATA[credit cards]]></category>
		<category><![CDATA[interest rates]]></category>
		<category><![CDATA[MasterCard]]></category>
		<category><![CDATA[New York Times]]></category>
		<category><![CDATA[NY Times]]></category>
		<category><![CDATA[VISA]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=325</guid>
		<description><![CDATA[<p>In today&#8217;s New York Times article <a href="/.r/?http://www.nytimes.com/2009/05/19/business/19credit.html" target=_nytimes>Credit Card Industry Aims to Profit From Sterling Payers</a>, it makes you think &#8230; <i>why should we continue to use credit cards, if we are charged a fee to use it and get nothing back?</i> &#8230; also <i>why should stores accept credit cards, if the cut the credit card companies take is getting larger and larger?</i><br />
<img src="http://galleries.jchinphotography.com/photos/547651367_RgjRM-S.gif" width=152 height=23 align=right><br />
&nbsp;</p>
<p>And if the credit card companies start charging annual fees again, how is MasterCard or Visa any different from American Express?  Of course, American Express has much better card member customer service.  Maybe that is the difference that MasterCard and Visa are banking on &#8230; charging annual fees like AMEX, yet save that fee and continue with average customer service.</p>
<p>Hmmm &#8230; makes you think &#8230; maybe the Obama administration should regulate the credit card industry with fairness for good credit paying customers as well, not just rules to protect the delinquent payers.  Then again, it might part of a bigger scheme from the Obama administration to redistribute money to those who are not working and waiting for the government to pay for their life (welfare, food stamps, government paid health care, utilities, rent, etc.).<br />
&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>In today&#8217;s New York Times article <a href="/.r/?http://www.nytimes.com/2009/05/19/business/19credit.html" target=_nytimes>Credit Card Industry Aims to Profit From Sterling Payers</a>, it makes you think &#8230; <i>why should we continue to use credit cards, if we are charged a fee to use it and get nothing back?</i> &#8230; also <i>why should stores accept credit cards, if the cut the credit card companies take is getting larger and larger?</i><br />
<img src="http://galleries.jchinphotography.com/photos/547651367_RgjRM-S.gif" width=152 height=23 align=right><br />
&nbsp;</p>
<p>And if the credit card companies start charging annual fees again, how is MasterCard or Visa any different from American Express?  Of course, American Express has much better card member customer service.  Maybe that is the difference that MasterCard and Visa are banking on &#8230; charging annual fees like AMEX, yet save that fee and continue with average customer service.</p>
<p>Hmmm &#8230; makes you think &#8230; maybe the Obama administration should regulate the credit card industry with fairness for good credit paying customers as well, not just rules to protect the delinquent payers.  Then again, it might part of a bigger scheme from the Obama administration to redistribute money to those who are not working and waiting for the government to pay for their life (welfare, food stamps, government paid health care, utilities, rent, etc.).<br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/05/credit-card-aims-to-profit-from-good-payers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Be Careful of What You Twitter</title>
		<link>http://www.johnnychin.com/blog/2009/04/be-careful-of-what-you-twitter/</link>
		<comments>http://www.johnnychin.com/blog/2009/04/be-careful-of-what-you-twitter/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 16:07:52 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[news & politics]]></category>
		<category><![CDATA[regulations]]></category>
		<category><![CDATA[SEC]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=313</guid>
		<description><![CDATA[<p>People needs to be very careful of what they twitter, especially corporate &#8216;tweets&#8217;.  According to a Wall Street Journal article, <a href="/.r/?http://online.wsj.com/article/SB124078135070257099.html">Corporate Blogs and &#8216;Tweets&#8217; Must Keep SEC in Mind</a>, some regulations may need to be put in place.</p>
<p><center><img src="http://galleries.jchinphotography.com/photos/508779159_58dCs-S-1.jpg"></center><br />
&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>People needs to be very careful of what they twitter, especially corporate &#8216;tweets&#8217;.  According to a Wall Street Journal article, <a href="/.r/?http://online.wsj.com/article/SB124078135070257099.html">Corporate Blogs and &#8216;Tweets&#8217; Must Keep SEC in Mind</a>, some regulations may need to be put in place.</p>
<p><center><img src="http://galleries.jchinphotography.com/photos/508779159_58dCs-S-1.jpg"></center><br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/04/be-careful-of-what-you-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Government Gagging Lobbyists</title>
		<link>http://www.johnnychin.com/blog/2009/04/government-gagging-lobbyists/</link>
		<comments>http://www.johnnychin.com/blog/2009/04/government-gagging-lobbyists/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 15:51:34 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[news & politics]]></category>
		<category><![CDATA[Barack Obama]]></category>
		<category><![CDATA[government]]></category>
		<category><![CDATA[lobbyists]]></category>
		<category><![CDATA[Obama]]></category>
		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=306</guid>
		<description><![CDATA[<p>Is our government trying to gag our lobbyists from telling US citizens the details of the stimulus plan?  Maybe there is something they want to hide in the most expensive spending plan in American history.  Isn&#8217;t it our American taxpayers right to know what our children and grandchildren (if not great-grandchildren) would be paying because of the chosen spending of this administration?</p>
<p>Read more about it at from the<br />
Wall Street Journal &#8211; <a href="/.r/?http://online.wsj.com/article/SB124088108778961921.html">Some Lobbyists Try to Skirt Stimulus Ban</a>.</p>
<p>A Washington DC lawyer wrote on his blog that lobbyists are protected:<br />
<a href="/.r/?http://coffeewithken.blogspot.com/2009/03/stop-gag-orders-lobbyists-are-protected.html">Stop the gag order. Lobbyists are protected by the First Amendment</a>.<br />
&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>Is our government trying to gag our lobbyists from telling US citizens the details of the stimulus plan?  Maybe there is something they want to hide in the most expensive spending plan in American history.  Isn&#8217;t it our American taxpayers right to know what our children and grandchildren (if not great-grandchildren) would be paying because of the chosen spending of this administration?</p>
<p>Read more about it at from the<br />
Wall Street Journal &#8211; <a href="/.r/?http://online.wsj.com/article/SB124088108778961921.html">Some Lobbyists Try to Skirt Stimulus Ban</a>.</p>
<p>A Washington DC lawyer wrote on his blog that lobbyists are protected:<br />
<a href="/.r/?http://coffeewithken.blogspot.com/2009/03/stop-gag-orders-lobbyists-are-protected.html">Stop the gag order. Lobbyists are protected by the First Amendment</a>.<br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/04/government-gagging-lobbyists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Treasury Pushed BofA to Close Merrill Deal</title>
		<link>http://www.johnnychin.com/blog/2009/04/treasury-pushed-bofa-to-close-merrill-deal/</link>
		<comments>http://www.johnnychin.com/blog/2009/04/treasury-pushed-bofa-to-close-merrill-deal/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 05:36:16 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[finance]]></category>
		<category><![CDATA[news & politics]]></category>
		<category><![CDATA[Bank of America]]></category>
		<category><![CDATA[Bernanke]]></category>
		<category><![CDATA[merger]]></category>
		<category><![CDATA[Merrill Lynch]]></category>
		<category><![CDATA[New York Times]]></category>
		<category><![CDATA[NY Times]]></category>
		<category><![CDATA[Paulson]]></category>
		<category><![CDATA[US Treasury]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=293</guid>
		<description><![CDATA[<div id="attachment_294" class="wp-caption alignnone" style="width: 340px"><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/04/leo1.jpg" alt="Mr. Paulson and Mr. Bernanke" title="leo1" width="330" height="373" class="size-full wp-image-294" /><p class="wp-caption-text">Mr. Paulson and Mr. Bernanke</p></div>
<p>According to a <a href="/.r/?http://dealbook.blogs.nytimes.com/2009/04/23/treasury-pushed-bofa-to-close-merrill-deal-cuomo-says/" target=_nytimes>New York Times article</a>, the <a href="/.r/?http://dealbook.blogs.nytimes.com/2009/04/23/treasury-pushed-bofa-to-close-merrill-deal-cuomo-says/">US Treasury pushed Bank of America into closing the merger deal with Merrill Lynch</a>.</p>
<p>What is becoming of America?  It seems that this new Presidency and his cabinet is muscling corporations like the mob muscled small businesses for security protection from the mob itself.  I just cannot believe the tactics that was placed onto Bank of America by the top people (Mr. Bernanke and Mr. Paulson) running the US Treasury.  <img src="http://galleries.jchinphotography.com/photos/547651367_RgjRM-S.gif" width=152 height=23 align=right></p>
<p>I think that both, Mr. Bernanke and Mr. Paulson, should resign or be charged with racketeering.  It sure sounded like it by what they made Bank of America do; not to mention all the money that shareholders and taxpayers lost as a result.</p>
<p><img alt="Ken Lewis, Bank of America, CEO" src="http://graphics8.nytimes.com/images/blogs/dealbook/kenlewis75x75.jpg" title="Ken Lewis" width="75" height="75" align=left /> I guess banks taking the US government&#8217;s TARP fund is now being power extorted by the government.  Mr. Lewis should have spoken up sooner.</p>
<p>I am sure more information is going to come out from this &#8230; and maybe someone would get indicted.</p>
<p>&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<div id="attachment_294" class="wp-caption alignnone" style="width: 340px"><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/04/leo1.jpg" alt="Mr. Paulson and Mr. Bernanke" title="leo1" width="330" height="373" class="size-full wp-image-294" /><p class="wp-caption-text">Mr. Paulson and Mr. Bernanke</p></div>
<p>According to a <a href="/.r/?http://dealbook.blogs.nytimes.com/2009/04/23/treasury-pushed-bofa-to-close-merrill-deal-cuomo-says/" target=_nytimes>New York Times article</a>, the <a href="/.r/?http://dealbook.blogs.nytimes.com/2009/04/23/treasury-pushed-bofa-to-close-merrill-deal-cuomo-says/">US Treasury pushed Bank of America into closing the merger deal with Merrill Lynch</a>.</p>
<p>What is becoming of America?  It seems that this new Presidency and his cabinet is muscling corporations like the mob muscled small businesses for security protection from the mob itself.  I just cannot believe the tactics that was placed onto Bank of America by the top people (Mr. Bernanke and Mr. Paulson) running the US Treasury.  <img src="http://galleries.jchinphotography.com/photos/547651367_RgjRM-S.gif" width=152 height=23 align=right></p>
<p>I think that both, Mr. Bernanke and Mr. Paulson, should resign or be charged with racketeering.  It sure sounded like it by what they made Bank of America do; not to mention all the money that shareholders and taxpayers lost as a result.</p>
<p><img alt="Ken Lewis, Bank of America, CEO" src="http://graphics8.nytimes.com/images/blogs/dealbook/kenlewis75x75.jpg" title="Ken Lewis" width="75" height="75" align=left /> I guess banks taking the US government&#8217;s TARP fund is now being power extorted by the government.  Mr. Lewis should have spoken up sooner.</p>
<p>I am sure more information is going to come out from this &#8230; and maybe someone would get indicted.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/04/treasury-pushed-bofa-to-close-merrill-deal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Obama Deception on YouTube</title>
		<link>http://www.johnnychin.com/blog/2009/04/the-obama-deception-on-youtube/</link>
		<comments>http://www.johnnychin.com/blog/2009/04/the-obama-deception-on-youtube/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 16:15:12 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[news & politics]]></category>
		<category><![CDATA[Barack Obama]]></category>
		<category><![CDATA[Obama]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=281</guid>
		<description><![CDATA[<p>I just was sent a link to this video (almost 2 hours long on YouTube).  Interesting&#8230;</p>
<p>The Obama Deception HQ Full length version<br />
<span class="youtube">
<object width="425" height="373">
<param name="movie" value="http://www.youtube.com/v/eAaQNACwaLw&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/eAaQNACwaLw&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="373"></embed>
<param name="wmode" value="transparent" />
</object>
</span></p>
<p>&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>I just was sent a link to this video (almost 2 hours long on YouTube).  Interesting&#8230;</p>
<p>The Obama Deception HQ Full length version<br />
<span class="youtube">
<object width="425" height="373">
<param name="movie" value="http://www.youtube.com/v/eAaQNACwaLw&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/eAaQNACwaLw&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="373"></embed>
<param name="wmode" value="transparent" />
</object>
</span></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/04/the-obama-deception-on-youtube/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easter Sunday Fire</title>
		<link>http://www.johnnychin.com/blog/2009/04/easter-sunday-fire/</link>
		<comments>http://www.johnnychin.com/blog/2009/04/easter-sunday-fire/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 13:37:00 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[news & politics]]></category>
		<category><![CDATA[fire]]></category>
		<category><![CDATA[New York City]]></category>
		<category><![CDATA[Notify NYC]]></category>
		<category><![CDATA[NYC]]></category>
		<category><![CDATA[Staten Island]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=274</guid>
		<description><![CDATA[<p>On Easter Sunday (April 12, 2009), just as my family and I were getting on a plane for a family trip, I received an alert from <a href="/.r/?http://www.nyc.gov/html/notifynyc/html/home/home.shtml" target=_notifyNYC>NotifyNYC</a> about a brush fire on Staten Island.<br />
<a href="/.r/?http://www.nyc.gov/html/notifynyc/html/home/home.shtml" target=_notifyNYC><img src="http://galleries.jchinphotography.com/photos/547664179_DCeQH-Ti.gif" width=100 height=31 align=right border=0></a></p>
<p>Here is the story on SI Live (<a href="/.r/?http://www.silive.com/news/index.ssf/2009/04/brush_fire_on_staten_island_ca.html" target=_silive>link</a>).</p>
<p>A video provided by <a href="/.r/?http://www.myfoxny.com/" target=_fox5news>Fox 5 News</a>.<br />
<object type="application/x-shockwave-flash" id="video" width="320" height="280" data="http://www.myfoxny.com/video/videoplayer.swf"><param value="http://www.myfoxny.com/video/videoplayer.swf" name="movie"/><param value="&#038;skin=MP1ExternalAll-MFL.swf&#038;embed=true&#038;adSrc=http%3A%2F%2Fad%2Edoubleclick%2Enet%2Fadx%2Ftsg%2Ewnyw%2Fnews%3Bdcmt%3Dtext%2Fxml%3Bpos%3D%3Btile%3D2%3Bsz%3D320x240%3Bord%3D590756561242330000%3Frand%3D0%2E1377896628884553&#038;flv=http%3A%2F%2Fwww%2Emyfoxny%2Ecom%2Ffeeds%2FoutboundFeed%3FobfType%3DVIDEO%5FPLAYER%5FSMIL%5FFEED%26componentId%3D123303363&#038;img=http%3A%2F%2Fmedia2%2Emyfoxny%2Ecom%2F%2Fphoto%2F2009%2F04%2F12%2F090411skyfoxhit%5Ftmb0000%5F20090412180121836%5F640%5F480%2EJPG&#038;story=http%3A%2F%2Fwww%2Emyfoxny%2Ecom%2Fdpp%2Fnews%2F090412%5FStaten%5FIsland%5FBrush%5FFire" name="FlashVars"/><param value="all" name="allowNetworking"/><param value="always" name="allowScriptAccess"/></object><br />
<object type="application/x-shockwave-flash" id="video" width="320" height="280" data="http://www.myfoxny.com/video/videoplayer.swf"><param value="http://www.myfoxny.com/video/videoplayer.swf" name="movie"/><param value="&#038;skin=MP1ExternalAll-MFL.swf&#038;embed=true&#038;adSrc=http%3A%2F%2Fad%2Edoubleclick%2Enet%2Fadx%2Ftsg%2Ewnyw%2Fnews%3Bdcmt%3Dtext%2Fxml%3Bpos%3D%3Btile%3D2%3Bsz%3D320x240%3Bord%3D690386056623872300%3Frand%3D0%2E39105414081990986&#038;flv=http%3A%2F%2Fwww%2Emyfoxny%2Ecom%2Ffeeds%2FoutboundFeed%3FobfType%3DVIDEO%5FPLAYER%5FSMIL%5FFEED%26componentId%3D123301932&#038;img=http%3A%2F%2Fmedia2%2Emyfoxny%2Ecom%2F%2Fphoto%2F2009%2F04%2F12%2F090411firelatehuddy%5Ftmb0001%5F20090412220820379%5F640%5F480%2EJPG&#038;story=http%3A%2F%2Fwww%2Emyfoxny%2Ecom%2Fdpp%2Fnews%2F090412%5FStaten%5FIsland%5FBrush%5FFire" name="FlashVars"/><param value="all" name="allowNetworking"/><param value="always" name="allowScriptAccess"/></object></p>
<p>&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>On Easter Sunday (April 12, 2009), just as my family and I were getting on a plane for a family trip, I received an alert from <a href="/.r/?http://www.nyc.gov/html/notifynyc/html/home/home.shtml" target=_notifyNYC>NotifyNYC</a> about a brush fire on Staten Island.<br />
<a href="/.r/?http://www.nyc.gov/html/notifynyc/html/home/home.shtml" target=_notifyNYC><img src="http://galleries.jchinphotography.com/photos/547664179_DCeQH-Ti.gif" width=100 height=31 align=right border=0></a></p>
<p>Here is the story on SI Live (<a href="/.r/?http://www.silive.com/news/index.ssf/2009/04/brush_fire_on_staten_island_ca.html" target=_silive>link</a>).</p>
<p>A video provided by <a href="/.r/?http://www.myfoxny.com/" target=_fox5news>Fox 5 News</a>.<br />
<object type="application/x-shockwave-flash" id="video" width="320" height="280" data="http://www.myfoxny.com/video/videoplayer.swf"><param value="http://www.myfoxny.com/video/videoplayer.swf" name="movie"/><param value="&#038;skin=MP1ExternalAll-MFL.swf&#038;embed=true&#038;adSrc=http%3A%2F%2Fad%2Edoubleclick%2Enet%2Fadx%2Ftsg%2Ewnyw%2Fnews%3Bdcmt%3Dtext%2Fxml%3Bpos%3D%3Btile%3D2%3Bsz%3D320x240%3Bord%3D590756561242330000%3Frand%3D0%2E1377896628884553&#038;flv=http%3A%2F%2Fwww%2Emyfoxny%2Ecom%2Ffeeds%2FoutboundFeed%3FobfType%3DVIDEO%5FPLAYER%5FSMIL%5FFEED%26componentId%3D123303363&#038;img=http%3A%2F%2Fmedia2%2Emyfoxny%2Ecom%2F%2Fphoto%2F2009%2F04%2F12%2F090411skyfoxhit%5Ftmb0000%5F20090412180121836%5F640%5F480%2EJPG&#038;story=http%3A%2F%2Fwww%2Emyfoxny%2Ecom%2Fdpp%2Fnews%2F090412%5FStaten%5FIsland%5FBrush%5FFire" name="FlashVars"/><param value="all" name="allowNetworking"/><param value="always" name="allowScriptAccess"/></object><br />
<object type="application/x-shockwave-flash" id="video" width="320" height="280" data="http://www.myfoxny.com/video/videoplayer.swf"><param value="http://www.myfoxny.com/video/videoplayer.swf" name="movie"/><param value="&#038;skin=MP1ExternalAll-MFL.swf&#038;embed=true&#038;adSrc=http%3A%2F%2Fad%2Edoubleclick%2Enet%2Fadx%2Ftsg%2Ewnyw%2Fnews%3Bdcmt%3Dtext%2Fxml%3Bpos%3D%3Btile%3D2%3Bsz%3D320x240%3Bord%3D690386056623872300%3Frand%3D0%2E39105414081990986&#038;flv=http%3A%2F%2Fwww%2Emyfoxny%2Ecom%2Ffeeds%2FoutboundFeed%3FobfType%3DVIDEO%5FPLAYER%5FSMIL%5FFEED%26componentId%3D123301932&#038;img=http%3A%2F%2Fmedia2%2Emyfoxny%2Ecom%2F%2Fphoto%2F2009%2F04%2F12%2F090411firelatehuddy%5Ftmb0001%5F20090412220820379%5F640%5F480%2EJPG&#038;story=http%3A%2F%2Fwww%2Emyfoxny%2Ecom%2Fdpp%2Fnews%2F090412%5FStaten%5FIsland%5FBrush%5FFire" name="FlashVars"/><param value="all" name="allowNetworking"/><param value="always" name="allowScriptAccess"/></object></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/04/easter-sunday-fire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Suze Orman &#8211; Will &amp; Trust Kit (for FREE)</title>
		<link>http://www.johnnychin.com/blog/2009/04/suze-orman-will-trust-kit-for-free/</link>
		<comments>http://www.johnnychin.com/blog/2009/04/suze-orman-will-trust-kit-for-free/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 11:32:20 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[family stuff]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[free stuff]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Suze Orman]]></category>
		<category><![CDATA[trust kit]]></category>
		<category><![CDATA[will kit]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=262</guid>
		<description><![CDATA[<div align=center><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/04/suzeorman-will-trust-kit.gif" alt="suzeorman-will-trust-kit" title="suzeorman-will-trust-kit" width="356" height="58" class="aligncenter size-full wp-image-268" /></div>
<p>Suze Orman is giving away, for FREE, access to her <a href="/.r/?https://www.suzeormanwillandtrust.com/account/login" target=_trustkit>Will &amp; Trust kit (online edition)</a>.</p>
<p>According to her website (<a href="/.r/?http://www.suzeorman.com/igsbase/igstemplate.cfm?SRC=MD002a&#038;SRCN=catalogdetail&#038;ProductID=20">link</a>):</p>
<blockquote><p><font color=red>PLEASE NOTE: This program is an Online Version. You will receive your activation information within your e-mail confirmation. You WILL NOT receive an item in the mail.</font></p></blockquote>
<table width="100%">
<tr>
<td colspan=2>To get your own <b>personalized</b> activation code from Suze Orman</td>
</tr>
<tr>
<td>Goto:</td>
<td><a href="/.r/?https://www.suzeormanwillandtrust.com/giftcode/" target=_giftcode>https://www.suzeormanwillandtrust.com/giftcode/</a></td>
</tr>
<tr>
<td>use Gift Code:</td>
<td><span class=code>People First</span></td>
</tr>
</table>
<p>The activation code allows you to upgrade to the all new on-line version of<br />
the Ultimate Protection Portfolio / Will &#038; Trust Kit for FREE.</p>
<p>If you wish to activate your kit at a later date, all you have to do is visit this web site page: <a href="/.r/?https://www.suzeormanwillandtrust.com/account/activate_kit" target=_activatekit>https://www.suzeormanwillandtrust.com/account/activate_kit</a></p>
<p>I was able to find a review of the Suze Orman Will &#038; Trust Kit can be found online:<br />
<a href="/.r/?http://www.bargaineering.com/articles/suze-ormans-will-trust-kit-review.html" target=_review>http://www.bargaineering.com/articles/suze-ormans-will-trust-kit-review.html</a><br />
&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<div align=center><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/04/suzeorman-will-trust-kit.gif" alt="suzeorman-will-trust-kit" title="suzeorman-will-trust-kit" width="356" height="58" class="aligncenter size-full wp-image-268" /></div>
<p>Suze Orman is giving away, for FREE, access to her <a href="/.r/?https://www.suzeormanwillandtrust.com/account/login" target=_trustkit>Will &amp; Trust kit (online edition)</a>.</p>
<p>According to her website (<a href="/.r/?http://www.suzeorman.com/igsbase/igstemplate.cfm?SRC=MD002a&#038;SRCN=catalogdetail&#038;ProductID=20">link</a>):</p>
<blockquote><p><font color=red>PLEASE NOTE: This program is an Online Version. You will receive your activation information within your e-mail confirmation. You WILL NOT receive an item in the mail.</font></p></blockquote>
<table width="100%">
<tr>
<td colspan=2>To get your own <b>personalized</b> activation code from Suze Orman</td>
</tr>
<tr>
<td>Goto:</td>
<td><a href="/.r/?https://www.suzeormanwillandtrust.com/giftcode/" target=_giftcode>https://www.suzeormanwillandtrust.com/giftcode/</a></td>
</tr>
<tr>
<td>use Gift Code:</td>
<td><span class=code>People First</span></td>
</tr>
</table>
<p>The activation code allows you to upgrade to the all new on-line version of<br />
the Ultimate Protection Portfolio / Will &#038; Trust Kit for FREE.</p>
<p>If you wish to activate your kit at a later date, all you have to do is visit this web site page: <a href="/.r/?https://www.suzeormanwillandtrust.com/account/activate_kit" target=_activatekit>https://www.suzeormanwillandtrust.com/account/activate_kit</a></p>
<p>I was able to find a review of the Suze Orman Will &#038; Trust Kit can be found online:<br />
<a href="/.r/?http://www.bargaineering.com/articles/suze-ormans-will-trust-kit-review.html" target=_review>http://www.bargaineering.com/articles/suze-ormans-will-trust-kit-review.html</a><br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/04/suze-orman-will-trust-kit-for-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Tags to Highlight your Posts</title>
		<link>http://www.johnnychin.com/blog/2009/04/using-tags-to-highlight-your-posts/</link>
		<comments>http://www.johnnychin.com/blog/2009/04/using-tags-to-highlight-your-posts/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 10:25:54 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[highlight-wht]]></category>
		<category><![CDATA[tweaking]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=235</guid>
		<description><![CDATA[<p>While playing around to get <a href="/blog/2009/04/highlight-your-sticky-posts/">Highlight your Sticky Posts</a>, I realized that with <nobr><a href="/.r/?http://www.wordpress.org/" target=_wordpress>WordPress</a> 2.7</nobr>, we can now modify our CSS stylesheet (styles.css) so that we can highlight a Post by simply adding a &#8220;tag&#8221; to that Post.  What we need to do is add that appropriate entry int our styles.css file.</p>
<p>For example, this Post is highlighted in &#8220;shade&#8221;, so I added the tag &#8220;highlight-shade&#8221; to this Post and added the following line to my styles.css:<br />
<center><code> .tag-highlight-shade { background-color: #EEEEEE; } </code></center></p>
<p>NOTE: the &#8220;tag&#8221; prefix to the stylesheet entry.</p>
<p>I guess you can have fun with tags and various stylesheet effects now.<br />
&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>While playing around to get <a href="/blog/2009/04/highlight-your-sticky-posts/">Highlight your Sticky Posts</a>, I realized that with <nobr><a href="/.r/?http://www.wordpress.org/" target=_wordpress>WordPress</a> 2.7</nobr>, we can now modify our CSS stylesheet (styles.css) so that we can highlight a Post by simply adding a &#8220;tag&#8221; to that Post.  What we need to do is add that appropriate entry int our styles.css file.</p>
<p>For example, this Post is highlighted in &#8220;shade&#8221;, so I added the tag &#8220;highlight-shade&#8221; to this Post and added the following line to my styles.css:<br />
<center><code> .tag-highlight-shade { background-color: #EEEEEE; } </code></center></p>
<p>NOTE: the &#8220;tag&#8221; prefix to the stylesheet entry.</p>
<p>I guess you can have fun with tags and various stylesheet effects now.<br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/04/using-tags-to-highlight-your-posts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Betty Brown should change her name to Jane Doe</title>
		<link>http://www.johnnychin.com/blog/2009/04/betty-brown-becomes-jane-doe/</link>
		<comments>http://www.johnnychin.com/blog/2009/04/betty-brown-becomes-jane-doe/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 07:38:32 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[news & politics]]></category>
		<category><![CDATA[America]]></category>
		<category><![CDATA[Asian]]></category>
		<category><![CDATA[Betty Brown]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[ID]]></category>
		<category><![CDATA[name change]]></category>
		<category><![CDATA[names]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=197</guid>
		<description><![CDATA[<p>I just came across a post by <a href="/.r/?http://www.facebook.com/profile.php?id=556364452" target=_facebook>John C. Liu on facebook</a> referring to his post on the <a href="/.r/?http://www.liunewyork.com/content/judge-us-not-our-names-content-our-character-and-civic-participation" target=_liu>John C. Liu for NYC Comptroller</a> website titled <br /><big><b><a href="/.r/?http://www.liunewyork.com/content/judge-us-not-our-names-content-our-character-and-civic-participation" target=_liu>Judge Us Not by Our Names, <br />but by the Content of Our Character and Civic Participation</a></b></big>.</p>
<p><center><big><b>I am outraged !!!</b><br />at <a href="/.r/?http://www.house.state.tx.us/members/dist4/brown.php" target=_bbrown>Texas House Representative Betty Brown</a></big></center></p>
<p><b>It is not only about Asian names.</b>  What about Jewish names?  Greek names?  German names?  French names?  Norwegian names?  Dutch names?  Latin names?  Spanish names?  African names?  Middle-Eastern names?</p>
<p><big><a href="/.r/?http://www.house.state.tx.us/members/dist4/brown.php" target=_bbrown>Ms. Betty Brown</a>, why don&#8217;t you change your name to something we all (including all foreign immigrants) can pronounce easily?  Like &#8220;Jane Doe&#8221;.</big></p>
<p>Heck, why don&#8217;t we all be named &#8220;John Doe&#8221; and &#8220;Jane Doe&#8221;.  We don&#8217;t have to worry about identity theft then.  We will all share each others credit history and if our Command-in-Chief has it, share the money we work so hard to save.  We should all be the same.  Everyone can go by the same names, does the same job (lazily doing nothing, enjoying the air we breath), getting the same pay and appreciating the fact that the government can make all the decisions for us (oh wait, they are going to be the same &#8220;John Doe&#8221; and &#8220;Jane Doe&#8221;, getting the same pay, doing the same things, lazily enjoying the air).  Hmm&#8230; that is one America I cannot imagine living in.  It would be so un-American!  So un-capitalistic.  Shall I say it?  So socialistic.</p>
<p>Just because something is different for you to comprehend, you want them to change to match your personal beliefs and tastes.  That would make life very boring, in my opinion.  Where would the ingenuity be?  No more uniqueness?</p>
<p><big><a href="/.r/?http://www.house.state.tx.us/members/dist4/brown.php" target=_bbrown>Ms. Brown</a>, your comment is so anti-American.  If you don&#8217;t like being American and the American &#8220;melting pot&#8221;, please leave the country.</big></p>
<p>The diversity of America is what makes America unique.  It is what makes America strong.  Freedom to have different ideas and be creative, coming up with different ways to make tomorrow a better day for our children.</p>
<p><big>It would be a very sad day when we lose the <i>American uniqueness</i>.</big></p>
<p><span class="youtube">
<object width="425" height="373">
<param name="movie" value="http://www.youtube.com/v/v9hdVUzMeDw&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/v9hdVUzMeDw&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="373"></embed>
<param name="wmode" value="transparent" />
</object>
</span></p>
<p><big>By the way, <a href="/.r/?http://www.house.state.tx.us/members/dist4/brown.php" target=_bbrown>Ms. Brown</a>, what would you suggest our President, Barack Obama, change his name to?  How about &#8220;Bob Brown&#8221;?  Would that make it easier for you?  After all, it is about you pronouncing it, right?</big></p>
<p><b>Folks, feel free to voice you opinion to <a href="/.r/?http://www.house.state.tx.us/members/dist4/brown.php" target=_bbrown>Ms. Betty Brown</a></b>, here is her contact info:<br />
<small>Email: <a href="mailto:brown@house.state.tx.us">betty.brown@house.state.tx.us</a><br />
Phone: (512)463-0458 &nbsp; Fax: (512)463-2040</small></p>
<p>&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>I just came across a post by <a href="/.r/?http://www.facebook.com/profile.php?id=556364452" target=_facebook>John C. Liu on facebook</a> referring to his post on the <a href="/.r/?http://www.liunewyork.com/content/judge-us-not-our-names-content-our-character-and-civic-participation" target=_liu>John C. Liu for NYC Comptroller</a> website titled <br /><big><b><a href="/.r/?http://www.liunewyork.com/content/judge-us-not-our-names-content-our-character-and-civic-participation" target=_liu>Judge Us Not by Our Names, <br />but by the Content of Our Character and Civic Participation</a></b></big>.</p>
<p><center><big><b>I am outraged !!!</b><br />at <a href="/.r/?http://www.house.state.tx.us/members/dist4/brown.php" target=_bbrown>Texas House Representative Betty Brown</a></big></center></p>
<p><b>It is not only about Asian names.</b>  What about Jewish names?  Greek names?  German names?  French names?  Norwegian names?  Dutch names?  Latin names?  Spanish names?  African names?  Middle-Eastern names?</p>
<p><big><a href="/.r/?http://www.house.state.tx.us/members/dist4/brown.php" target=_bbrown>Ms. Betty Brown</a>, why don&#8217;t you change your name to something we all (including all foreign immigrants) can pronounce easily?  Like &#8220;Jane Doe&#8221;.</big></p>
<p>Heck, why don&#8217;t we all be named &#8220;John Doe&#8221; and &#8220;Jane Doe&#8221;.  We don&#8217;t have to worry about identity theft then.  We will all share each others credit history and if our Command-in-Chief has it, share the money we work so hard to save.  We should all be the same.  Everyone can go by the same names, does the same job (lazily doing nothing, enjoying the air we breath), getting the same pay and appreciating the fact that the government can make all the decisions for us (oh wait, they are going to be the same &#8220;John Doe&#8221; and &#8220;Jane Doe&#8221;, getting the same pay, doing the same things, lazily enjoying the air).  Hmm&#8230; that is one America I cannot imagine living in.  It would be so un-American!  So un-capitalistic.  Shall I say it?  So socialistic.</p>
<p>Just because something is different for you to comprehend, you want them to change to match your personal beliefs and tastes.  That would make life very boring, in my opinion.  Where would the ingenuity be?  No more uniqueness?</p>
<p><big><a href="/.r/?http://www.house.state.tx.us/members/dist4/brown.php" target=_bbrown>Ms. Brown</a>, your comment is so anti-American.  If you don&#8217;t like being American and the American &#8220;melting pot&#8221;, please leave the country.</big></p>
<p>The diversity of America is what makes America unique.  It is what makes America strong.  Freedom to have different ideas and be creative, coming up with different ways to make tomorrow a better day for our children.</p>
<p><big>It would be a very sad day when we lose the <i>American uniqueness</i>.</big></p>
<p><span class="youtube">
<object width="425" height="373">
<param name="movie" value="http://www.youtube.com/v/v9hdVUzMeDw&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/v9hdVUzMeDw&amp;rel=0&amp;color1=2b405b&amp;color2=6b8ab6&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="373"></embed>
<param name="wmode" value="transparent" />
</object>
</span></p>
<p><big>By the way, <a href="/.r/?http://www.house.state.tx.us/members/dist4/brown.php" target=_bbrown>Ms. Brown</a>, what would you suggest our President, Barack Obama, change his name to?  How about &#8220;Bob Brown&#8221;?  Would that make it easier for you?  After all, it is about you pronouncing it, right?</big></p>
<p><b>Folks, feel free to voice you opinion to <a href="/.r/?http://www.house.state.tx.us/members/dist4/brown.php" target=_bbrown>Ms. Betty Brown</a></b>, here is her contact info:<br />
<small>Email: <a href="mailto:brown@house.state.tx.us">betty.brown@house.state.tx.us</a><br />
Phone: (512)463-0458 &nbsp; Fax: (512)463-2040</small></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/04/betty-brown-becomes-jane-doe/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Highlight your Sticky Posts</title>
		<link>http://www.johnnychin.com/blog/2009/04/highlight-your-sticky-posts/</link>
		<comments>http://www.johnnychin.com/blog/2009/04/highlight-your-sticky-posts/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 23:07:08 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[tweaking / hacking / fixing]]></category>
		<category><![CDATA[fixing]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[highlight-grn]]></category>
		<category><![CDATA[tweaking]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=165</guid>
		<description><![CDATA[<p>To simply highlight something you can just modify your CSS stylesheet <b>styles.css</b> to include something like this:</p>
<table width="100%">
<tr>
<td width="10%"> &nbsp; </td>
<td align=center><code>.highlight	{ background-color: #FFFF00; }</code></td>
<td width="10%"> &nbsp; </td>
</tr>
</table>
<p>With <a href="/.r/?http://www.wordpress.org/" target=_wordpress>WordPress</a> v2.7, you can now mark a post as &#8220;Sticky&#8221;, which puts it at the top of the page.  If you are using a WordPress 2.7 compatible theme, then it should work right out of the box.  However, for older themes, you need to make a few simple modifications to your theme template and stylesheet.</p>
<p>In your template <b>index.php</b> file,</p>
<table width="100%">
<tr>
<td width="10%"> &nbsp; </td>
<td>change:</td>
<td><code>&lt;div <span class=highlight-pink>class="post"</span> id=... &gt;</code></td>
<td width="10%"> &nbsp; </td>
</tr>
<tr>
<td width="10%"> &nbsp; </td>
<td>to:</td>
<td><code>&lt;div <span class=highlight-pink>&lt;?php post_class(); ?&gt;</span> id=... &gt;</code></td>
<td width="10%"> &nbsp; </td>
</tr>
</table>
<p>Add this to your template <b>styles.css</b> file:</p>
<table width="100%">
<tr>
<td width="10%"> &nbsp; </td>
<td align=center><code>.style	{ background-color: #FFFF00; }</code></td>
<td width="10%"> &nbsp; </td>
</tr>
</table>
<p>Now any posts that is checked as &#8220;Stick this post to the front page&#8221; will be <span class=highlight>highlighted</span> and moved to the top of the front page.<br />
<center><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/04/wp-sticky-checked.jpg" alt="wp-sticky-checked" title="wp-sticky-checked" width="290" height="120" class="aligncenter size-full wp-image-175" /></center><br />
NOTE: you must be using <a href="/.r/?http://www.wordpress.org/" target=_wordpress>WordPress</a> 2.7 or newer to have this feature.</p>
<p>&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>To simply highlight something you can just modify your CSS stylesheet <b>styles.css</b> to include something like this:</p>
<table width="100%">
<tr>
<td width="10%"> &nbsp; </td>
<td align=center><code>.highlight	{ background-color: #FFFF00; }</code></td>
<td width="10%"> &nbsp; </td>
</tr>
</table>
<p>With <a href="/.r/?http://www.wordpress.org/" target=_wordpress>WordPress</a> v2.7, you can now mark a post as &#8220;Sticky&#8221;, which puts it at the top of the page.  If you are using a WordPress 2.7 compatible theme, then it should work right out of the box.  However, for older themes, you need to make a few simple modifications to your theme template and stylesheet.</p>
<p>In your template <b>index.php</b> file,</p>
<table width="100%">
<tr>
<td width="10%"> &nbsp; </td>
<td>change:</td>
<td><code>&lt;div <span class=highlight-pink>class="post"</span> id=... &gt;</code></td>
<td width="10%"> &nbsp; </td>
</tr>
<tr>
<td width="10%"> &nbsp; </td>
<td>to:</td>
<td><code>&lt;div <span class=highlight-pink>&lt;?php post_class(); ?&gt;</span> id=... &gt;</code></td>
<td width="10%"> &nbsp; </td>
</tr>
</table>
<p>Add this to your template <b>styles.css</b> file:</p>
<table width="100%">
<tr>
<td width="10%"> &nbsp; </td>
<td align=center><code>.style	{ background-color: #FFFF00; }</code></td>
<td width="10%"> &nbsp; </td>
</tr>
</table>
<p>Now any posts that is checked as &#8220;Stick this post to the front page&#8221; will be <span class=highlight>highlighted</span> and moved to the top of the front page.<br />
<center><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/04/wp-sticky-checked.jpg" alt="wp-sticky-checked" title="wp-sticky-checked" width="290" height="120" class="aligncenter size-full wp-image-175" /></center><br />
NOTE: you must be using <a href="/.r/?http://www.wordpress.org/" target=_wordpress>WordPress</a> 2.7 or newer to have this feature.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/04/highlight-your-sticky-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google buying Twitter?</title>
		<link>http://www.johnnychin.com/blog/2009/04/google-buying-twitter/</link>
		<comments>http://www.johnnychin.com/blog/2009/04/google-buying-twitter/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 11:09:31 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=146</guid>
		<description><![CDATA[<p>Came across a PC Magazine article about <a href="/.r/?http://www.pcmag.com/article2/0,2817,2344393,00.asp" target=_pcmag>Why Google Should Buy Twitter</a>.</p>
<p><center><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/04/google-logo.jpg" alt="google-logo" title="google-logo" width="200" height="90" class="aligncenter size-thumbnail wp-image-148" /><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/04/twitter-logo.jpg" alt="twitter-logo" title="twitter-logo" width="200" height="90" class="aligncenter size-thumbnail wp-image-147" /></center></p>
<p>Just the thought of Google&#8217;s search technology and current relevant content (stuff people are Twitter&#8217;ng about) could mean a mega-advertising revenue stream for Google.  I think if Google buys Twitter, we can possible see Google serving up ads in our Twitter feeds.  It would be on of the most immediate direct-to-consumer model for marketing relevant ads.  I predict that if this happens, the Google (<a href="/.r/?http://www.google.com/finance?q=NASDAQ%3AGOOG" target=_GOOG>NASDAQ:GOOG</a>) would jump on the news.<br />
&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>Came across a PC Magazine article about <a href="/.r/?http://www.pcmag.com/article2/0,2817,2344393,00.asp" target=_pcmag>Why Google Should Buy Twitter</a>.</p>
<p><center><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/04/google-logo.jpg" alt="google-logo" title="google-logo" width="200" height="90" class="aligncenter size-thumbnail wp-image-148" /><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/04/twitter-logo.jpg" alt="twitter-logo" title="twitter-logo" width="200" height="90" class="aligncenter size-thumbnail wp-image-147" /></center></p>
<p>Just the thought of Google&#8217;s search technology and current relevant content (stuff people are Twitter&#8217;ng about) could mean a mega-advertising revenue stream for Google.  I think if Google buys Twitter, we can possible see Google serving up ads in our Twitter feeds.  It would be on of the most immediate direct-to-consumer model for marketing relevant ads.  I predict that if this happens, the Google (<a href="/.r/?http://www.google.com/finance?q=NASDAQ%3AGOOG" target=_GOOG>NASDAQ:GOOG</a>) would jump on the news.<br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/04/google-buying-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cyberspies Penetrate U.S. Electrical Grid</title>
		<link>http://www.johnnychin.com/blog/2009/04/cyberspies-penetrate-us-electrical-grid/</link>
		<comments>http://www.johnnychin.com/blog/2009/04/cyberspies-penetrate-us-electrical-grid/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 19:52:47 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[network security]]></category>
		<category><![CDATA[news & politics]]></category>
		<category><![CDATA[power grid]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=106</guid>
		<description><![CDATA[<p>I have been looking for this news post all morning after hearing ABC News (NYC channel 7) talk about it on TV early in the morning.</p>
<p>Well, my friend <a href="/.r/?http://www.jimmyng.com/" target=_jimmyng>Jimmy</a> found it and posted on <a href="/.r/?http://www.jimmyng.com/blog/2009/04/chinese-and-russian-cyber-spies-hack-the-us-electrical-grid/" target=_jimmyng>his blog</a>.</p>
<p>So here is an article on <a href="/.r/?http://www.foxnews.com/story/0,2933,513121,00.html" target=_foxnews>FoxNews</a>.</p>
<h2><center><a href="/.r/?http://www.foxnews.com/story/0,2933,513121,00.html">Cyberspies Penetrate U.S. Electrical Grid,<br /> Leave Software That Could Disrupt System<br /><img src="http://www.foxnews.com/images/525599/3_61_power_lines.jpg" width=320 height=240 border=0></a></center></h2>
<p>&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>I have been looking for this news post all morning after hearing ABC News (NYC channel 7) talk about it on TV early in the morning.</p>
<p>Well, my friend <a href="/.r/?http://www.jimmyng.com/" target=_jimmyng>Jimmy</a> found it and posted on <a href="/.r/?http://www.jimmyng.com/blog/2009/04/chinese-and-russian-cyber-spies-hack-the-us-electrical-grid/" target=_jimmyng>his blog</a>.</p>
<p>So here is an article on <a href="/.r/?http://www.foxnews.com/story/0,2933,513121,00.html" target=_foxnews>FoxNews</a>.</p>
<h2><center><a href="/.r/?http://www.foxnews.com/story/0,2933,513121,00.html">Cyberspies Penetrate U.S. Electrical Grid,<br /> Leave Software That Could Disrupt System<br /><img src="http://www.foxnews.com/images/525599/3_61_power_lines.jpg" width=320 height=240 border=0></a></center></h2>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/04/cyberspies-penetrate-us-electrical-grid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweaking your Social Bookmarking widgets</title>
		<link>http://www.johnnychin.com/blog/2009/04/tweaking-your-social-bookmarking-widgets/</link>
		<comments>http://www.johnnychin.com/blog/2009/04/tweaking-your-social-bookmarking-widgets/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 11:35:13 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[tweaking / hacking / fixing]]></category>
		<category><![CDATA[bookmarking]]></category>
		<category><![CDATA[highlight-blue]]></category>
		<category><![CDATA[tweaking]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=36</guid>
		<description><![CDATA[<p>Are you tired of your social bookmarking widgets looking like this under each of your posts and pages?  Notice the line spacing between them.</p>
<table width="100%">
<tr>
<td width="100%" align=center>
<table bgcolor="#CCCCCC" width=395>
<tr>
<td><img class="aligncenter size-full wp-image-37" title="social-boorkmarking-default" src="/blog/wp-content/uploads/2009/04/social-boorkmarking-default.gif" alt="social-boorkmarking-default" width="395" height="85" /></td>
</tr>
</table>
</td>
</tr>
</table>
<p>&nbsp; </p>
<p>Well some simple editing of the plugins&#8217; code can make it look like this:</p>
<table width="100%">
<tr>
<td width="100%" align=center>
<table bgcolor="#CCCCCC" width=395>
<tr>
<td><img class="aligncenter size-full wp-image-38" title="social-boorkmarking-modified" src="/blog/wp-content/uploads/2009/04/social-boorkmarking-modified.gif" alt="social-boorkmarking-modified" width="395" height="55" /></td>
</tr>
</table>
</td>
</tr>
</table>
<p>&nbsp; </p>
<p>First &#8230; we modify the CSS stylesheet for the <a href="/.r/?http://wordpress.org/extend/plugins/sociable/" target=_sociable>Sociable</a> plugin.  Change the first line in &#8230;/wp-content/plugins/sociable/sociable.css</p>
<table width="100%">
<tr>
<td>from: </td>
<td><code>div.sociable { margin: 16px 0; }</code></td>
</tr>
<tr>
<td>to: </td>
<td><code>div.sociable { margin: 5px 0; }</code></td>
</tr>
</table>
<p>&nbsp; </p>
<p>Next &#8230; we modify the code of the <a href="/.r/?http://wordpress.org/extend/plugins/addthis/" target=addthis>AddThis Social Bookmarking Widget</a> plugin and the <a href="/.r/?http://wordpress.org/extend/plugins/share-this/" target=_sharethis>ShareThis</a> plugin; changing <code><b>DIV</b></code> and <code><b>P</b></code> tags to a corresponding <code><b>SPAN</b></code> tag.</p>
<p>To make it easier for you here are their respective <a href="/.r/?http://en.wikipedia.org/wiki/Patch_(Unix)" target=_wikipedia>Unix patch</a> files:<br />
<a href="/blog/wp-content/plugins/addthis/addthis_social_widget.php.patch">addthis_social_widget.php.patch</a> and <a href="/blog/wp-content/plugins/share-this/sharethis.php.patch">sharethis.php.patch</a>.</p>
<p>NOTE: whenever you update these plugins, you must modify the code again (unless the authors alter their code).</p>
<p>Enjoy!</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>Are you tired of your social bookmarking widgets looking like this under each of your posts and pages?  Notice the line spacing between them.</p>
<table width="100%">
<tr>
<td width="100%" align=center>
<table bgcolor="#CCCCCC" width=395>
<tr>
<td><img class="aligncenter size-full wp-image-37" title="social-boorkmarking-default" src="/blog/wp-content/uploads/2009/04/social-boorkmarking-default.gif" alt="social-boorkmarking-default" width="395" height="85" /></td>
</tr>
</table>
</td>
</tr>
</table>
<p>&nbsp; </p>
<p>Well some simple editing of the plugins&#8217; code can make it look like this:</p>
<table width="100%">
<tr>
<td width="100%" align=center>
<table bgcolor="#CCCCCC" width=395>
<tr>
<td><img class="aligncenter size-full wp-image-38" title="social-boorkmarking-modified" src="/blog/wp-content/uploads/2009/04/social-boorkmarking-modified.gif" alt="social-boorkmarking-modified" width="395" height="55" /></td>
</tr>
</table>
</td>
</tr>
</table>
<p>&nbsp; </p>
<p>First &#8230; we modify the CSS stylesheet for the <a href="/.r/?http://wordpress.org/extend/plugins/sociable/" target=_sociable>Sociable</a> plugin.  Change the first line in &#8230;/wp-content/plugins/sociable/sociable.css</p>
<table width="100%">
<tr>
<td>from: </td>
<td><code>div.sociable { margin: 16px 0; }</code></td>
</tr>
<tr>
<td>to: </td>
<td><code>div.sociable { margin: 5px 0; }</code></td>
</tr>
</table>
<p>&nbsp; </p>
<p>Next &#8230; we modify the code of the <a href="/.r/?http://wordpress.org/extend/plugins/addthis/" target=addthis>AddThis Social Bookmarking Widget</a> plugin and the <a href="/.r/?http://wordpress.org/extend/plugins/share-this/" target=_sharethis>ShareThis</a> plugin; changing <code><b>DIV</b></code> and <code><b>P</b></code> tags to a corresponding <code><b>SPAN</b></code> tag.</p>
<p>To make it easier for you here are their respective <a href="/.r/?http://en.wikipedia.org/wiki/Patch_(Unix)" target=_wikipedia>Unix patch</a> files:<br />
<a href="/blog/wp-content/plugins/addthis/addthis_social_widget.php.patch">addthis_social_widget.php.patch</a> and <a href="/blog/wp-content/plugins/share-this/sharethis.php.patch">sharethis.php.patch</a>.</p>
<p>NOTE: whenever you update these plugins, you must modify the code again (unless the authors alter their code).</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/04/tweaking-your-social-bookmarking-widgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Government Lab Tests &#8216;Super&#8217; Power Cables for NYC</title>
		<link>http://www.johnnychin.com/blog/2009/04/super-power-cables-for-nyc/</link>
		<comments>http://www.johnnychin.com/blog/2009/04/super-power-cables-for-nyc/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 08:55:53 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[news & politics]]></category>
		<category><![CDATA[electricity]]></category>
		<category><![CDATA[New York City]]></category>
		<category><![CDATA[NYC]]></category>
		<category><![CDATA[super power cables]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=26</guid>
		<description><![CDATA[<p>I just heard on ABC News TV that spyware was found within our national electrical grid, so I decided to search their website to see if I can find it.  I did not, but I found this article from ABC News:</p>
<h2><center><a href="/.r/?http://abcnews.go.com/US/wireStory?id=7170001">Government Lab Tests <br />&#8216;Super&#8217; Power Cables for New York City<br /><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/04/power-cable-graphic.jpg" alt="power-cable-graphic" title="power-cable-graphic" width="338" height="450" class="aligncenter size-full wp-image-111" /></a></center></h2>
<p>It would be more cool if they can deliver electricity for less.  I wonder how much it would cost to cool this new super power cable.  Definitely not a good thing if electricity costs continue to rise as we all need to use more of it for everything.</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>I just heard on ABC News TV that spyware was found within our national electrical grid, so I decided to search their website to see if I can find it.  I did not, but I found this article from ABC News:</p>
<h2><center><a href="/.r/?http://abcnews.go.com/US/wireStory?id=7170001">Government Lab Tests <br />&#8216;Super&#8217; Power Cables for New York City<br /><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/04/power-cable-graphic.jpg" alt="power-cable-graphic" title="power-cable-graphic" width="338" height="450" class="aligncenter size-full wp-image-111" /></a></center></h2>
<p>It would be more cool if they can deliver electricity for less.  I wonder how much it would cost to cool this new super power cable.  Definitely not a good thing if electricity costs continue to rise as we all need to use more of it for everything.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/04/super-power-cables-for-nyc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jacquelyn picking apples</title>
		<link>http://www.johnnychin.com/blog/2009/04/jacquelyn-picking-apples/</link>
		<comments>http://www.johnnychin.com/blog/2009/04/jacquelyn-picking-apples/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 15:47:26 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[family stuff]]></category>
		<category><![CDATA[apples]]></category>
		<category><![CDATA[Jacquelyn]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=13</guid>
		<description><![CDATA[<p align=center><a href="/.r/?http://www.flickr.com/photos/jchin/305020709/" title="Lawrence Farm Orchards by J.Chin Photography, on Flickr" target=_flickr><img src="http://farm1.static.flickr.com/114/305020709_a253dd01c8.jpg" width="333" height="500" alt="Lawrence Farm Orchards" /></a></p>
<p>This photo received an honorable mention at the photo competition held on April 1, 2009 by <a href="/.r/?http://gatewayphotographers.org/" target=_gatewayphotographers>Gateway Photographers of Staten Island</a>.</p>
<p>&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p align=center><a href="/.r/?http://www.flickr.com/photos/jchin/305020709/" title="Lawrence Farm Orchards by J.Chin Photography, on Flickr" target=_flickr><img src="http://farm1.static.flickr.com/114/305020709_a253dd01c8.jpg" width="333" height="500" alt="Lawrence Farm Orchards" /></a></p>
<p>This photo received an honorable mention at the photo competition held on April 1, 2009 by <a href="/.r/?http://gatewayphotographers.org/" target=_gatewayphotographers>Gateway Photographers of Staten Island</a>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/04/jacquelyn-picking-apples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.johnnychin.com/blog/2009/04/hello-world/</link>
		<comments>http://www.johnnychin.com/blog/2009/04/hello-world/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 13:20:18 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=1</guid>
		<description><![CDATA[<table width="100%" cellpadding=5 cellspacing=5>
<tr>
<td>
<img src="/blog/wp-content/uploads/2009/04/wordpress-logo-150x150.png" alt="wordpress-logo" title="wordpress-logo" width="150" height="150" class="alignleft size-thumbnail wp-image-121" align=left />
</td>
<td>
Finally &#8230; after helping others setup their blogs &#8230; I finally decide to make a public one for myself.  So here it is.</p>
<p>Note: posts prior to this one were imported from my previous &#8220;test&#8221; blogs.<br />
<!-- Please be patient as I migrate those old entries. -->
</td>
</tr>
</table>
<p>&nbsp; </p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<table width="100%" cellpadding=5 cellspacing=5>
<tr>
<td>
<img src="/blog/wp-content/uploads/2009/04/wordpress-logo-150x150.png" alt="wordpress-logo" title="wordpress-logo" width="150" height="150" class="alignleft size-thumbnail wp-image-121" align=left />
</td>
<td>
Finally &#8230; after helping others setup their blogs &#8230; I finally decide to make a public one for myself.  So here it is.</p>
<p>Note: posts prior to this one were imported from my previous &#8220;test&#8221; blogs.<br />
<!-- Please be patient as I migrate those old entries. -->
</td>
</tr>
</table>
<p>&nbsp; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/04/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conficker what?</title>
		<link>http://www.johnnychin.com/blog/2009/04/conficker-what/</link>
		<comments>http://www.johnnychin.com/blog/2009/04/conficker-what/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 12:30:20 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[network security]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[Conficker]]></category>
		<category><![CDATA[worm]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=24</guid>
		<description><![CDATA[<p><u>None</u> of my clients had any issues related to the virus/worm named <a href="/.r/?http://en.wikipedia.org/wiki/Conficker" target=_wikipedia>Conficker</a>.  Is it more of the media&#8217;s <a href="/.r/?http://en.wikipedia.org/wiki/April_Fools%27_Day" target=_wikipedia>April Fool&#8217;s Day</a> joke?  Probably not, but definitely not what they made it to be as bad.</p>
<p><center><a href="/.r/?http://en.wikipedia.org/wiki/Conficker" target=_wikipedia><img alt="" src="http://upload.wikimedia.org/wikipedia/commons/thumb/5/53/Conficker.svg/800px-Conficker.svg.png" title="Worm:Win32 Conficker" alt="Worm:Win32 Conficker" class="aligncenter" width="400" height="283" border=0 /></a></center></p>
<p>&nbsp;</p>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p><u>None</u> of my clients had any issues related to the virus/worm named <a href="/.r/?http://en.wikipedia.org/wiki/Conficker" target=_wikipedia>Conficker</a>.  Is it more of the media&#8217;s <a href="/.r/?http://en.wikipedia.org/wiki/April_Fools%27_Day" target=_wikipedia>April Fool&#8217;s Day</a> joke?  Probably not, but definitely not what they made it to be as bad.</p>
<p><center><a href="/.r/?http://en.wikipedia.org/wiki/Conficker" target=_wikipedia><img alt="" src="http://upload.wikimedia.org/wikipedia/commons/thumb/5/53/Conficker.svg/800px-Conficker.svg.png" title="Worm:Win32 Conficker" alt="Worm:Win32 Conficker" class="aligncenter" width="400" height="283" border=0 /></a></center></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/04/conficker-what/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<DIV id=Google-Analytics>
<!-- BEGIN Google Analytics -->
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript"> try { _uacct = "UA-8276360-1"; urchinTracker(); } catch(err) {}</script>

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-8276360-1"); pageTracker._trackPageview(); } catch(err) {}</script>
<!-- END Google Analytics -->
</DIV>

