<?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>Tech.It.2.Me-&#62;{By.Anton.Perez}</title>
	<atom:link href="http://antonperez.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://antonperez.com</link>
	<description>Technical satisfaction guaranteed...</description>
	<lastBuildDate>Mon, 16 Aug 2010 20:46:07 +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>Cheapest days to shop online reference</title>
		<link>http://antonperez.com/2010/08/16/cheapest-days-to-shop-online-reference/</link>
		<comments>http://antonperez.com/2010/08/16/cheapest-days-to-shop-online-reference/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 20:45:58 +0000</pubDate>
		<dc:creator>anton</dc:creator>
				<category><![CDATA[Deals]]></category>
		<category><![CDATA[Resource]]></category>

		<guid isPermaLink="false">http://antonperez.com/2010/08/16/cheapest-days-to-shop-online-reference/</guid>
		<description><![CDATA[Archiving via Yahoo! Shine.

Mondays: Best for buying men’s and women’s dress pants. The average sale is about 48 percent off. 
Mondays: Also great for purchasing sunglasses. The average discount is 55 percent. 
Tuesdays: Best for buying men’s apparel. The average discount is 42 percent. 
Wednesdays: Find lowest prices on shoes. The average discount is 38 [...]]]></description>
			<content:encoded><![CDATA[<p>Archiving via <a href="http://shine.yahoo.com/event/financiallyfit/cheapest-days-to-shop-online-2301854/">Yahoo! Shine</a>.</p>
<ul>
<li><strong>Mondays:</strong> Best for buying men’s and women’s dress pants. The average sale is about 48 percent off. </li>
<li><strong>Mondays:</strong> Also great for purchasing sunglasses. The average discount is 55 percent. </li>
<li><strong>Tuesdays:</strong> Best for buying men’s apparel. The average discount is 42 percent. </li>
<li><strong>Wednesdays:</strong> Find lowest prices on shoes. The average discount is 38 percent. </li>
<li><strong>Wednesdays:</strong> Also find best deals on kids’ clothing. The average discount is around 40 percent. </li>
<li><strong>Thursdays:</strong> Best for buying women’s handbags. The average discount is 36 percent. </li>
<li><strong>Fridays:</strong> Biggest sales on accessories like jewelry, belts and scarves. The average discount is 42 percent. </li>
<li><strong>Saturdays:</strong> Best sales on intimates (37 percent off) and jackets/outerwear (51 percent off). </li>
<li><strong>Sundays:</strong> Buy your swimsuits for an average 52 percent off!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://antonperez.com/2010/08/16/cheapest-days-to-shop-online-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tamara Lowe does her little motivational rap</title>
		<link>http://antonperez.com/2010/08/05/tamara-lowe-does-her-little-motivational-rap/</link>
		<comments>http://antonperez.com/2010/08/05/tamara-lowe-does-her-little-motivational-rap/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 18:24:26 +0000</pubDate>
		<dc:creator>anton</dc:creator>
				<category><![CDATA[Christianity]]></category>

		<guid isPermaLink="false">http://antonperez.com/2010/08/05/tamara-lowe-does-her-little-motivational-rap/</guid>
		<description><![CDATA[


]]></description>
			<content:encoded><![CDATA[<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:e21c7a33-bdd7-4e7c-bef7-35eeab05375a" class="wlWriterEditableSmartContent">
<div><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/WUQYJ77qa50&amp;hl=en_US&amp;fs=1&amp;hl=en"></param><embed src="http://www.youtube.com/v/WUQYJ77qa50&amp;hl=en_US&amp;fs=1&amp;hl=en" type="application/x-shockwave-flash" width="425" height="355"></embed></object></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://antonperez.com/2010/08/05/tamara-lowe-does-her-little-motivational-rap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hash class using System.Security.Cryptography</title>
		<link>http://antonperez.com/2010/07/29/hash-class-from-system-security-cryptography/</link>
		<comments>http://antonperez.com/2010/07/29/hash-class-from-system-security-cryptography/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 23:57:20 +0000</pubDate>
		<dc:creator>anton</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://antonperez.com/2010/07/29/hash-class-from-system-security-cryptography/</guid>
		<description><![CDATA[Adding for archival purposes…
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Security.Cryptography;

namespace Classes
{
    public class Hash
    {
        public Hash()
        { }

        #region Hash Choices
        [...]]]></description>
			<content:encoded><![CDATA[<p>Adding for archival purposes…</p>
<pre class="code"><span style="color: blue">using </span>System;
<span style="color: blue">using </span>System.Collections.Generic;
<span style="color: blue">using </span>System.Linq;
<span style="color: blue">using </span>System.Web;
<span style="color: blue">using </span>System.Security.Cryptography;

<span style="color: blue">namespace </span>Classes
{
    <span style="color: blue">public class </span><span style="color: #2b91af">Hash
    </span>{
        <span style="color: blue">public </span>Hash()
        { }

        <span style="color: blue">#region </span>Hash Choices
        <span style="color: gray">/// &lt;summary&gt;</span><span style="color: green">The wanted hash function.</span><span style="color: gray">&lt;/summary&gt;
        </span><span style="color: blue">public enum </span><span style="color: #2b91af">HashType </span>: <span style="color: blue">int
        </span>{
            <span style="color: gray">/// &lt;summary&gt;</span><span style="color: green">MD5 Hashing</span><span style="color: gray">&lt;/summary&gt;
            </span>MD5,
            <span style="color: gray">/// &lt;summary&gt;</span><span style="color: green">SHA1 Hashing</span><span style="color: gray">&lt;/summary&gt;
            </span>SHA1,
            <span style="color: gray">/// &lt;summary&gt;</span><span style="color: green">SHA256 Hashing</span><span style="color: gray">&lt;/summary&gt;
            </span>SHA256,
            <span style="color: gray">/// &lt;summary&gt;</span><span style="color: green">SHA384 Hashing</span><span style="color: gray">&lt;/summary&gt;
            </span>SHA384,
            <span style="color: gray">/// &lt;summary&gt;</span><span style="color: green">SHA512 Hashing</span><span style="color: gray">&lt;/summary&gt;
            </span>SHA512
        } <span style="color: green">/* HashType */
        </span><span style="color: blue">#endregion

        #region </span>Public Methods
        <span style="color: gray">/// &lt;summary&gt;</span><span style="color: green">Generates the hash of a text.</span><span style="color: gray">&lt;/summary&gt;
        /// &lt;param name=&quot;strPlain&quot;&gt;</span><span style="color: green">The text of which to generate a hash of.</span><span style="color: gray">&lt;/param&gt;
        /// &lt;param name=&quot;hshType&quot;&gt;</span><span style="color: green">The hash function to use.</span><span style="color: gray">&lt;/param&gt;
        /// &lt;returns&gt;</span><span style="color: green">The hash as a hexadecimal string.</span><span style="color: gray">&lt;/returns&gt;
        </span><span style="color: blue">public static string </span>GetHash(<span style="color: blue">string </span>strPlain, <span style="color: #2b91af">HashType </span>hshType)
        {
            <span style="color: blue">string </span>strRet;
            <span style="color: blue">switch </span>(hshType)
            {
                <span style="color: blue">case </span><span style="color: #2b91af">HashType</span>.MD5:
                    strRet = GetMD5(strPlain);
                    <span style="color: blue">break</span>;
                <span style="color: blue">case </span><span style="color: #2b91af">HashType</span>.SHA1:
                    strRet = GetSHA1(strPlain);
                    <span style="color: blue">break</span>;
                <span style="color: blue">case </span><span style="color: #2b91af">HashType</span>.SHA256:
                    strRet = GetSHA256(strPlain);
                    <span style="color: blue">break</span>;
                <span style="color: blue">case </span><span style="color: #2b91af">HashType</span>.SHA384:
                    strRet = GetSHA384(strPlain);
                    <span style="color: blue">break</span>;
                <span style="color: blue">case </span><span style="color: #2b91af">HashType</span>.SHA512:
                    strRet = GetSHA512(strPlain);
                    <span style="color: blue">break</span>;
                <span style="color: blue">default</span>:
                    strRet = <span style="color: #a31515">&quot;Invalid HashType&quot;</span>;
                    <span style="color: blue">break</span>;
            }
            <span style="color: blue">return </span>strRet;
        } <span style="color: green">/* GetHash */

        </span><span style="color: gray">/// &lt;summary&gt;</span><span style="color: green">Checks a text with a hash.</span><span style="color: gray">&lt;/summary&gt;
        /// &lt;param name=&quot;strOriginal&quot;&gt;</span><span style="color: green">The text to compare the hash against.</span><span style="color: gray">&lt;/param&gt;
        /// &lt;param name=&quot;strHash&quot;&gt;</span><span style="color: green">The hash to compare against.</span><span style="color: gray">&lt;/param&gt;
        /// &lt;param name=&quot;hshType&quot;&gt;</span><span style="color: green">The type of hash.</span><span style="color: gray">&lt;/param&gt;
        /// &lt;returns&gt;</span><span style="color: green">True if the hash validates, false otherwise.</span><span style="color: gray">&lt;/returns&gt;
        </span><span style="color: blue">public static bool </span>CheckHash(<span style="color: blue">string </span>strOriginal, <span style="color: blue">string </span>strHash, <span style="color: #2b91af">HashType </span>hshType)
        {
            <span style="color: blue">string </span>strOrigHash = GetHash(strOriginal, hshType);
            <span style="color: blue">return </span>(strOrigHash == strHash);
        } <span style="color: green">/* CheckHash */
        </span><span style="color: blue">#endregion

        #region </span>Hashers
        <span style="color: blue">private static string </span>GetMD5(<span style="color: blue">string </span>strPlain)
        {
            <span style="color: #2b91af">UnicodeEncoding </span>UE = <span style="color: blue">new </span><span style="color: #2b91af">UnicodeEncoding</span>();
            <span style="color: blue">byte</span>[] HashValue, MessageBytes = UE.GetBytes(strPlain);
            <span style="color: #2b91af">MD5 </span>md5 = <span style="color: blue">new </span><span style="color: #2b91af">MD5CryptoServiceProvider</span>();
            <span style="color: blue">string </span>strHex = <span style="color: #a31515">&quot;&quot;</span>;

            HashValue = md5.ComputeHash(MessageBytes);
            <span style="color: blue">foreach </span>(<span style="color: blue">byte </span>b <span style="color: blue">in </span>HashValue)
            {
                strHex += <span style="color: #2b91af">String</span>.Format(<span style="color: #a31515">&quot;{0:x2}&quot;</span>, b);
            }
            <span style="color: blue">return </span>strHex;
        } <span style="color: green">/* GetMD5 */

        </span><span style="color: blue">private static string </span>GetSHA1(<span style="color: blue">string </span>strPlain)
        {
            <span style="color: #2b91af">UnicodeEncoding </span>UE = <span style="color: blue">new </span><span style="color: #2b91af">UnicodeEncoding</span>();
            <span style="color: blue">byte</span>[] HashValue, MessageBytes = UE.GetBytes(strPlain);
            <span style="color: #2b91af">SHA1Managed </span>SHhash = <span style="color: blue">new </span><span style="color: #2b91af">SHA1Managed</span>();
            <span style="color: blue">string </span>strHex = <span style="color: #a31515">&quot;&quot;</span>;

            HashValue = SHhash.ComputeHash(MessageBytes);
            <span style="color: blue">foreach </span>(<span style="color: blue">byte </span>b <span style="color: blue">in </span>HashValue)
            {
                strHex += <span style="color: #2b91af">String</span>.Format(<span style="color: #a31515">&quot;{0:x2}&quot;</span>, b);
            }
            <span style="color: blue">return </span>strHex;
        } <span style="color: green">/* GetSHA1 */

        </span><span style="color: blue">private static string </span>GetSHA256(<span style="color: blue">string </span>strPlain)
        {
            <span style="color: #2b91af">UnicodeEncoding </span>UE = <span style="color: blue">new </span><span style="color: #2b91af">UnicodeEncoding</span>();
            <span style="color: blue">byte</span>[] HashValue, MessageBytes = UE.GetBytes(strPlain);
            <span style="color: #2b91af">SHA256Managed </span>SHhash = <span style="color: blue">new </span><span style="color: #2b91af">SHA256Managed</span>();
            <span style="color: blue">string </span>strHex = <span style="color: #a31515">&quot;&quot;</span>;

            HashValue = SHhash.ComputeHash(MessageBytes);
            <span style="color: blue">foreach </span>(<span style="color: blue">byte </span>b <span style="color: blue">in </span>HashValue)
            {
                strHex += <span style="color: #2b91af">String</span>.Format(<span style="color: #a31515">&quot;{0:x2}&quot;</span>, b);
            }
            <span style="color: blue">return </span>strHex;
        } <span style="color: green">/* GetSHA256 */

        </span><span style="color: blue">private static string </span>GetSHA384(<span style="color: blue">string </span>strPlain)
        {
            <span style="color: #2b91af">UnicodeEncoding </span>UE = <span style="color: blue">new </span><span style="color: #2b91af">UnicodeEncoding</span>();
            <span style="color: blue">byte</span>[] HashValue, MessageBytes = UE.GetBytes(strPlain);
            <span style="color: #2b91af">SHA384Managed </span>SHhash = <span style="color: blue">new </span><span style="color: #2b91af">SHA384Managed</span>();
            <span style="color: blue">string </span>strHex = <span style="color: #a31515">&quot;&quot;</span>;

            HashValue = SHhash.ComputeHash(MessageBytes);
            <span style="color: blue">foreach </span>(<span style="color: blue">byte </span>b <span style="color: blue">in </span>HashValue)
            {
                strHex += <span style="color: #2b91af">String</span>.Format(<span style="color: #a31515">&quot;{0:x2}&quot;</span>, b);
            }
            <span style="color: blue">return </span>strHex;
        } <span style="color: green">/* GetSHA384 */

        </span><span style="color: blue">private static string </span>GetSHA512(<span style="color: blue">string </span>strPlain)
        {
            <span style="color: #2b91af">UnicodeEncoding </span>UE = <span style="color: blue">new </span><span style="color: #2b91af">UnicodeEncoding</span>();
            <span style="color: blue">byte</span>[] HashValue, MessageBytes = UE.GetBytes(strPlain);
            <span style="color: #2b91af">SHA512Managed </span>SHhash = <span style="color: blue">new </span><span style="color: #2b91af">SHA512Managed</span>();
            <span style="color: blue">string </span>strHex = <span style="color: #a31515">&quot;&quot;</span>;

            HashValue = SHhash.ComputeHash(MessageBytes);
            <span style="color: blue">foreach </span>(<span style="color: blue">byte </span>b <span style="color: blue">in </span>HashValue)
            {
                strHex += <span style="color: #2b91af">String</span>.Format(<span style="color: #a31515">&quot;{0:x2}&quot;</span>, b);
            }
            <span style="color: blue">return </span>strHex;
        } <span style="color: green">/* GetSHA512 */
        </span><span style="color: blue">#endregion
    </span>}
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://antonperez.com/2010/07/29/hash-class-from-system-security-cryptography/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reference for jsSHA</title>
		<link>http://antonperez.com/2010/07/28/reference-for-jssha/</link>
		<comments>http://antonperez.com/2010/07/28/reference-for-jssha/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 02:16:30 +0000</pubDate>
		<dc:creator>anton</dc:creator>
				<category><![CDATA[General Development]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Resource]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://antonperez.com/2010/07/28/reference-for-jssha/</guid>
		<description><![CDATA[jsSHA - A JavaScript implementation of the complete Secure Hash Standard family
            (SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512) by Brian Turek

About
-------------------------
jsSHA is a javaScript implementation of the complete Secure Hash Algorithm family as defined
by FIPS PUB 180-2 (http://csrc.nist.gov/publications/fips/fips180-2/fips180-2withchangenotice.pdf)

With the slow phasing out of MD5 [...]]]></description>
			<content:encoded><![CDATA[<pre>jsSHA - A JavaScript implementation of the complete Secure Hash Standard family
            (SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512) by Brian Turek

About
-------------------------
jsSHA is a javaScript implementation of the complete Secure Hash Algorithm family as defined
by FIPS PUB 180-2 (http://csrc.nist.gov/publications/fips/fips180-2/fips180-2withchangenotice.pdf)

With the slow phasing out of MD5 as the standard hash to use in web applications, a client-side
implementation of the complete Secure Hash Standard family was needed.  Due to SHA-384 and SHA-512's
use of 64-bit values throughout the algorithm, JavaScript can not easily natively support the calculation
of these hashes.  As a result, a bit of hacking had to be done to make sure the values behaved themselves.
SHA-224 was added to the Secure Hash Standard family on 25 February 2004 so it was also included in this
package.

Files
-------------------------
src/sha.js
The complete SHA implementation

src/sha1.js
A smaller/web friendly implementation of only SHA-1.

src/sha256.js
A smaller/web friendly implementation of only SHA-224 and SHA-256.

src/sha512.js
A smaller/web friendly implementation of only SHA-384 and SHA-512.

src/wrapper.js
Wrapper functions to be added to the above script files if the jsSHA 0.1 interface is desired

test/test.html
A test page that calculates various hashes and has their correct values.

Usage
-------------------------
Include the desired JavaScript file (sha.js, sha1.js, sha256.js, or sha512.js) in your header (sha.js used below):
&lt;script type=&quot;text/javascript&quot; src=&quot;/path/to/sha.js&quot;&gt;&lt;/script&gt;

Instantiate a new jsSHA object with your string to be hashed as the only parameter.  Then, call getHash with the desired
hash variant (SHA-1, SHA-224, SHA-256, SHA-384, or SHA-512) and output type (HEX or B64).  In the example below,
&quot;This is a Test&quot; and &quot;SHA-512&quot; were used as the string to be hashed and variant respectively.

var shaObj = new jsSHA(&quot;This is a Test&quot;);
var hash = shaObj.getHash(&quot;SHA-512&quot;, &quot;HEX&quot;);

NOTE: If you are using sha1.js, omit the SHA variant parameter as there is only one option.

Since the interface was changed drastically from 0.1 to 1.0, src/wrapper.js is included in case the old interface is desired.
Simply copy and paste the correct functions from wrapper.js to the bottom of the used jsSHA JS file.

Contact Info
-------------------------
The project's website is located at http://jssha.sourceforge.net/</pre>
]]></content:encoded>
			<wfw:commentRss>http://antonperez.com/2010/07/28/reference-for-jssha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avoid poisoned milk made from China or Taiwan</title>
		<link>http://antonperez.com/2010/07/23/avoid-poisoned-milk-made-from-china-or-taiwan/</link>
		<comments>http://antonperez.com/2010/07/23/avoid-poisoned-milk-made-from-china-or-taiwan/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 20:53:11 +0000</pubDate>
		<dc:creator>anton</dc:creator>
				<category><![CDATA[Government]]></category>
		<category><![CDATA[Health]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Philippines]]></category>

		<guid isPermaLink="false">http://antonperez.com/2010/07/23/avoid-poisoned-milk-made-from-china-or-taiwan/</guid>
		<description><![CDATA[I received this email from my aunt, title “Food Inc. China.”&#160; Posting it here for archival purposes.
&#8212;&#8212;-
Make sure you read to the very end &#8212; very interesting &#8212; perhaps the best way to tell where things are made…
China milk poisoning incidents make everyone afraid to look at the daily news report. Everyday, the reports are [...]]]></description>
			<content:encoded><![CDATA[<p>I received this email from my aunt, title “Food Inc. China.”&#160; Posting it here for archival purposes.</p>
<p>&#8212;&#8212;-</p>
<p>Make sure you read to the very end &#8212; very interesting &#8212; perhaps the best way to tell where things are made…</p>
<p>China milk poisoning incidents make everyone afraid to look at the daily news report. Everyday, the reports are changing. No one can clearly tell us what to eat and what not to eat.</p>
<p><strong>1.What really is poisoned milk?      <br /></strong>It is milk powder mixed with &#8216;MELAMINE&#8217;     </p>
<p><strong>What is Melamine used for?      <br /></strong>It is an industrial chemical used in the production of melawares.</p>
<p><a href="http://antonperez.com/wp-content/uploads/2010/07/ATT1444995.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ATT1444995" border="0" alt="ATT1444995" src="http://antonperez.com/wp-content/uploads/2010/07/ATT1444995_thumb.jpg" width="404" height="343" /></a></p>
<p>It is also used in home decoration, &#8216; US resistant board&#8217;.</p>
<p><a href="http://antonperez.com/wp-content/uploads/2010/07/ATT1444996.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ATT1444996" border="0" alt="ATT1444996" src="http://antonperez.com/wp-content/uploads/2010/07/ATT1444996_thumb.jpg" width="400" height="323" /></a> </p>
<p><strong>We all MUST understand that Melamine is used in INDUSTRIAL PRODUCTION &#8212; it CANNOT be eaten!</strong></p>
<p><strong>2.Why is Melamine added to milk powder?      <br /></strong>The most important nutrient in milk is protein. And, Melamine has this same protein that contains &#8216;NITROGEN.&#8217; </p>
<p><a href="http://antonperez.com/wp-content/uploads/2010/07/ATT1444997.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ATT1444997" border="0" alt="ATT1444997" src="http://antonperez.com/wp-content/uploads/2010/07/ATT1444997_thumb.jpg" width="304" height="240" /></a> </p>
<p>Adding Melamine into milk reduces the actual milk content required, and therefore it is cheaper than all milk. So it lowers the capital required in the production of milk products. Therefore it earns the business man more profit!</p>
<p>Below is Melamine; doesn&#8217;t it look like milk/milk powder? It doesn&#8217;t have any smell, so cannot be detected.</p>
<p><a href="http://antonperez.com/wp-content/uploads/2010/07/ATT1444998.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ATT1444998" border="0" alt="ATT1444998" src="http://antonperez.com/wp-content/uploads/2010/07/ATT1444998_thumb.jpg" width="404" height="304" /></a> </p>
<p> <strong>3.When was it discovered that it had been added to milk products?</strong>   <br />In 2007, US cats and dogs died suddenly, they found that pet food from China contained Melamine.
<p><a href="http://antonperez.com/wp-content/uploads/2010/07/ATT1444999.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ATT1444999" border="0" alt="ATT1444999" src="http://antonperez.com/wp-content/uploads/2010/07/ATT1444999_thumb.jpg" width="304" height="404" /></a></p>
<p>Early in 2008, in China, an abnormal increase in infant cases of kidney stones was reported. </p>
<p><a href="http://antonperez.com/wp-content/uploads/2010/07/ATT1445000.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ATT1445000" border="0" alt="ATT1445000" src="http://antonperez.com/wp-content/uploads/2010/07/ATT1445000_thumb.jpg" width="404" height="276" /></a> </p>
<p>In August 2008, China Sanlu Milk Powder tested for Melamine.</p>
<p><a href="http://antonperez.com/wp-content/uploads/2010/07/ATT1445001.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ATT1445001" border="0" alt="ATT1445001" src="http://antonperez.com/wp-content/uploads/2010/07/ATT1445001_thumb.jpg" width="404" height="271" /></a> </p>
<p>Sept. 2008, the New Zealand government asked China to investigate this problem.    <br />Sept. 21, 2008, they found that many food products in Taiwan tested for Melamine.</p>
<p><strong>4.What happens when Melamine ingested and digested?</strong>     <br />Melamine remains inside the kidneys. It forms into stones blocking the tubes. Pain will be imminent and the person cannot urinate. Kidney(s) will then swell.</p>
<p><a href="http://antonperez.com/wp-content/uploads/2010/07/ATT1445002.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ATT1445002" border="0" alt="ATT1445002" src="http://antonperez.com/wp-content/uploads/2010/07/ATT1445002_thumb.jpg" width="404" height="324" /></a> </p>
<p>Although surgery can remove the stones, it causes irreversible kidney damage. It can lead to the loss of kidney function and will require kidney dialysis or lead to death because of uremia.</p>
<p><strong>What is dialysis?      <br /></strong>In fact, it should be called &#8216;blood washing&#8217;; it is filtering all of the body&#8217;s blood into a machine and then returning the blood back to the body.</p>
<p><a href="http://antonperez.com/wp-content/uploads/2010/07/ATT1445003.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ATT1445003" border="0" alt="ATT1445003" src="http://antonperez.com/wp-content/uploads/2010/07/ATT1445003_thumb.jpg" width="204" height="354" /></a>     <br />The whole process takes 4 hours; and it is necessary to have dialysis once every 3 days for the rest of your life.</p>
<p>Below: A dialysis centre.    <br /><a href="http://antonperez.com/wp-content/uploads/2010/07/ATT1445004.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ATT1445004" border="0" alt="ATT1445004" src="http://antonperez.com/wp-content/uploads/2010/07/ATT1445004_thumb.jpg" width="404" height="304" /></a> </p>
<p>Below: A large dialysis centre.    <br /><a href="http://antonperez.com/wp-content/uploads/2010/07/ATT1445005.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ATT1445005" border="0" alt="ATT1445005" src="http://antonperez.com/wp-content/uploads/2010/07/ATT1445005_thumb.jpg" width="404" height="304" /></a> </p>
<p>A small hole is required in the arm to insert the sub-dialysis catheter.    <br /><a href="http://antonperez.com/wp-content/uploads/2010/07/ATT1445006.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ATT1445006" border="0" alt="ATT1445006" src="http://antonperez.com/wp-content/uploads/2010/07/ATT1445006_thumb.jpg" width="201" height="265" /></a> </p>
<p><strong>Why is it much more serious in babies?</strong>     <br />A baby&#8217;s kidneys are so very small and they drink a lot of milk powder.</p>
<p>Below: A baby undergoing dialysis.    <br /><a href="http://antonperez.com/wp-content/uploads/2010/07/ATT1445007.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ATT1445007" border="0" alt="ATT1445007" src="http://antonperez.com/wp-content/uploads/2010/07/ATT1445007_thumb.jpg" width="304" height="164" /></a>     <br />China currently has 13,000 infants hospitalized     <br /><a href="http://antonperez.com/wp-content/uploads/2010/07/ATT1445008.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ATT1445008" border="0" alt="ATT1445008" src="http://antonperez.com/wp-content/uploads/2010/07/ATT1445008_thumb.jpg" width="364" height="234" /></a>     <br />It does not matter how much Melamine a human being ingested (ate) (took).     <br />The important point is: &#8216;MELAMINE CANNOT BE EATEN!&#8217;</p>
<p><strong>5.What foods are to be avoided?      <br /></strong>Foods from China that contain dairy products should be avoided.     <br /><a href="http://antonperez.com/wp-content/uploads/2010/07/ATT1445009.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ATT1445009" border="0" alt="ATT1445009" src="http://antonperez.com/wp-content/uploads/2010/07/ATT1445009_thumb.jpg" width="484" height="915" /></a>&#160; <br /><strong></strong></p>
<p><strong>Remember: Foods with cream or milk should be avoided.      <br /></strong></p>
<p><strong>6.Which companies are affected?      <br /></strong>Hereunder are the companies affected with Melamine.     </p>
<p><a href="http://antonperez.com/wp-content/uploads/2010/07/ATT1445010.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ATT1445010" border="0" alt="ATT1445010" src="http://antonperez.com/wp-content/uploads/2010/07/ATT1445010_thumb.jpg" width="484" height="907" /></a>     </p>
<p><strong>7.What do we do next?      <br /></strong>Avoid the above foods for at least six months.     </p>
<p>If you own or operate a snack bar, a restaurant, or a coffee shops, etc.,    <br /><strong>stop selling dairy products for the meantime.</strong>     </p>
<p>If you have infants at home, change to mother&#8217;s milk or find other substitutes.    </p>
<p>Finally, share this information with friends so they will understand the risk of milk poisoning.    </p>
<p>The whole world is very afraid of &quot;Made In China&quot; &#8216;black-hearted&#8217; goods. Do you know how to differentiate which products are made in the USA, or in the Philippines, in Taiwan, or in China? Here&#8217;s How: </p>
<p><strong><font size="4">The first 3 digits of the barcode identify the country code wherein the product was made.        <br /></font></strong></p>
<p>For example: ALL barcodes that start with 690, 691, 692, etc&#8230; up to and including 695 a really MADE IN CHINA. Barcodes starting with 471 are printed on products Made in Taiwan.</p>
<p><a href="http://antonperez.com/wp-content/uploads/2010/07/ATT1445011.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ATT1445011" border="0" alt="ATT1445011" src="http://antonperez.com/wp-content/uploads/2010/07/ATT1445011_thumb.jpg" width="308" height="227" /></a>     </p>
<p>You have aright to know. But the government and related departments never inform or educate the public.Therefore, we must educate ourselves, be vigilant, and RESCUE ourselves.</p>
<p>Today, Chinese businessmen know that consumer swill not select products &#8216;Made in China&#8217;. So, they make every effort not to show or state the country of origin on their products. However, you can now refer to the barcode.</p>
<p>DO remember if the first 3 digits are one of those between 690 and 695 inclusive then it is a product Made in China.</p>
<p>OTHER BARCODES:    <br />00 ~ 13 USA &amp; CANADA     <br />30 ~ 37 FRANCE     <br />40 ~ 44 GERMANY     <br />49 ~ JAPAN     <br />50 ~ UK     <br />57 ~ Denmark     <br />64 ~ Finland     <br />76 ~ Switzerland and Liechtenstein     <br />628 ~ Saudi-Arabia     <br />629 ~ United Arab Emirates     <br />740 ~ 745 &#8211; Central America     <br />All 480 Codes are Made in the Philippines.     </p>
<p>Please inform your family and friends. Be aware! And help others to be aware!</p>
<p><a href="http://www.youtube.com/watch?v=O-kLUyic4TM">http://www.youtube.com/watch?v=O-kLUyic4TM</a></p>
<p><a href="http://news.bbc.co.uk/1/hi/7616346.stm">http://news.bbc.co.uk/1/hi/7616346.stm</a></p>
<p><a href="http://www.sciencebase.com/science-blog/melamine-in-milk.html">http://www.sciencebase.com/science-blog/melamine-in-milk.html</a></p>
<p><a href="http://en.wikipedia.org/wiki/2008_Chinese_milk_scandal">http://en.wikipedia.org/wiki/2008_Chinese_milk_scandal</a></p>
<p><a href="http://www.timesonline.co.uk/tol/news/world/asia/article4758549.ece">http://www.timesonline.co.uk/tol/news/world/asia/article4758549.ece</a></p>
]]></content:encoded>
			<wfw:commentRss>http://antonperez.com/2010/07/23/avoid-poisoned-milk-made-from-china-or-taiwan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
