<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Feel The Momentum</title>
	
	<link>http://feelthemomentum.net/blog</link>
	<description>Current Affairs, Health Insights, Life</description>
	<lastBuildDate>Fri, 01 Jan 2010 08:44:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/feelthemomentum" /><feedburner:info uri="feelthemomentum" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><itunes:explicit>no</itunes:explicit><itunes:subtitle>Current Affairs, Health Insights, Life</itunes:subtitle><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by/2.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><feedburner:emailServiceId>feelthemomentum</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>NoMove! Tutorial</title>
		<link>http://feedproxy.google.com/~r/feelthemomentum/~3/OTzm8zDXmEE/</link>
		<comments>http://feelthemomentum.net/blog/2010/01/01/nomove-tutorial/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 07:37:49 +0000</pubDate>
		<dc:creator>zheliang</dc:creator>
				<category><![CDATA[Tech! Learn the Easy Way]]></category>

		<guid isPermaLink="false">http://feelthemomentum.net/blog/?p=1874</guid>
		<description><![CDATA[In this tutorial, I will be sharing with you how to create icons that follow your mouse scroll using simple CSS and  HTML. If you have been following my weblog closely, you would have seen these irritating cool additions at the left side of my weblog. Here are two snapshots of them.

Steps
1. In your CSS [...]]]></description>
			<content:encoded><![CDATA[<p>In this tutorial, I will be sharing with you how to create icons that follow your mouse scroll using simple CSS and  HTML. If you have been following my weblog closely, you would have seen these <span style="text-decoration: line-through;">irritating</span> cool additions at the left side of my weblog. Here are two snapshots of them.</p>
<div style="text-align: center;"><img src="http://farm3.static.flickr.com/2525/4233212248_fc81d53669.jpg" title="See these icons at the top" alt="See these icons at the top" /><img src="http://farm3.static.flickr.com/2649/4233212274_9a4c7aa479.jpg" title="See these icons in the middle now" alt="See these icons in the middle now" /></div>
<h1><span style="text-decoration: underline;">Steps</span></h1>
<p>1. In your CSS Stylesheet, add in the following code:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#nomove</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">fixed</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span><span style="color: #933;">250px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p><img style="float: left; padding-right: 10px; padding-bottom: 10px;" title="Tip" src="http://i21.photobucket.com/albums/b262/zheliang/ftm/Tip-32.png" alt="Tip" />Tip: You may wish to adjust the position of your static icons by changing the values of <strong>left</strong> and <strong>top</strong>.</p>
<p>2. Next, in your website or weblog, add in the following code just before you close the body tag:</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nomove&quot;</span>&gt;</span>
&nbsp;
Place the code of anything that you want here.
&nbsp;
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span></pre></div></div>

<p>That&#8217;s it and you&#8217;re done! Simple huh? However, you may have noticed that on my weblog, the icons light up when your mouse hover over them. How do we do that? Keep in momentum with my weblog on the next tutorial that does just that!</p>
<div style="text-align: center;"><img src="http://farm3.static.flickr.com/2422/4233303372_301a56ac16.jpg" title="Hover over and it lights up!" alt="Hover over and it lights up!" /></div>
<img src="http://feeds.feedburner.com/~r/feelthemomentum/~4/OTzm8zDXmEE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://feelthemomentum.net/blog/2010/01/01/nomove-tutorial/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://feelthemomentum.net/blog/2010/01/01/nomove-tutorial/</feedburner:origLink></item>
		<item>
		<title>The NS Song of Life</title>
		<link>http://feedproxy.google.com/~r/feelthemomentum/~3/VqrzoeK14bU/</link>
		<comments>http://feelthemomentum.net/blog/2009/12/25/the-ns-song-of-life/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 04:41:41 +0000</pubDate>
		<dc:creator>zheliang</dc:creator>
				<category><![CDATA[Misc! Entertainment]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://feelthemomentum.net/blog/?p=1835</guid>
		<description><![CDATA[Recently I came across this video that sings about how NS life is like. Though it is an old video, it&#8217;s funny and entertaining. Enjoy the video!

Ps. The above video is posted purely for entertainment purposes. I have absolutely nothing against the army.
]]></description>
			<content:encoded><![CDATA[<p>Recently I came across this video that sings about how NS life is like. Though it is an old video, it&#8217;s funny and entertaining. Enjoy the video!</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/AK3wi2Tt4Pc&amp;hl=en_GB&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/AK3wi2Tt4Pc&amp;hl=en_GB&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Ps. The above video is posted purely for entertainment purposes. I have absolutely nothing against the army.</p>
<img src="http://feeds.feedburner.com/~r/feelthemomentum/~4/VqrzoeK14bU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://feelthemomentum.net/blog/2009/12/25/the-ns-song-of-life/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<enclosure url="http://www.youtube.com/v/AK3wi2Tt4Pc&amp;amp;hl=en_GB&amp;amp;fs=1&amp;amp;" length="1027" type="application/x-shockwave-flash" /><media:content url="http://www.youtube.com/v/AK3wi2Tt4Pc&amp;amp;hl=en_GB&amp;amp;fs=1&amp;amp;" fileSize="1027" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle>Recently I came across this video that sings about how NS life is like. Though it is an old video, it&amp;#8217;s funny and entertaining. Enjoy the video! Ps. The above video is posted purely for entertainment purposes. I have absolutely nothing against the a</itunes:subtitle><itunes:summary>Recently I came across this video that sings about how NS life is like. Though it is an old video, it&amp;#8217;s funny and entertaining. Enjoy the video! Ps. The above video is posted purely for entertainment purposes. I have absolutely nothing against the army. </itunes:summary><itunes:keywords>Misc! Entertainment, video</itunes:keywords><feedburner:origLink>http://feelthemomentum.net/blog/2009/12/25/the-ns-song-of-life/</feedburner:origLink></item>
		<item>
		<title>Marfan syndrome</title>
		<link>http://feedproxy.google.com/~r/feelthemomentum/~3/3ndi1uCxBgw/</link>
		<comments>http://feelthemomentum.net/blog/2009/10/03/marfan-syndrome/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 10:06:13 +0000</pubDate>
		<dc:creator>zheliang</dc:creator>
				<category><![CDATA[News! Health Insights]]></category>
		<category><![CDATA[medical]]></category>

		<guid isPermaLink="false">http://feelthemomentum.net/blog/?p=1606</guid>
		<description><![CDATA[ Marfan syndrome is a disorder of a connective tissue. As connective tissue are found throughout the body, features of the Marfan syndrome can occur in various parts of the body. Commonly, these features are found in the heart, blood vessels, bones, joints, and eyes. At times, the lungs and skin are also affected. Luckily, [...]]]></description>
			<content:encoded><![CDATA[<p> <span style="color: #000000"><span class="dropcaps">M</span></span>arfan syndrome is a disorder of a connective tissue. As connective tissue are found throughout the body, features of the Marfan syndrome can occur in various parts of the body. Commonly, these features are found in the heart, blood vessels, bones, joints, and eyes. At times, the lungs and skin are also affected. Luckily, Marfan syndrome does not affect intelligence and the probability is only 1 in 5,000 people.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/UnW1abqM3_s&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/UnW1abqM3_s&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h3><strong>Causes</strong></h3>
<p>Marfan syndrome is caused by a mutation in the gene that tells the body how to make <em>fibrillin-1</em>, a protein that is an important part of connective tissue. As a result of this defect, there is an increase in a protein called <em>transforming growth factor beta (TGFβ)</em>. This increase in <em>TGFβ </em>causes problems in the tissues throughout the body, thus creating different Marfan syndrome features and medical problems for the person.</p>
<p>Generally, one can inherit Marfan syndrome from his or her parent who has the disorder. This is the case for most of the people with Marfan syndrome. Others are the first in their family to have Marfan syndrome. Sad to say, the probability of passing the mutation on each time the person has a child is 50-50.</p>
<h3><strong>Features</strong></h3>
<p>Normally, a person with Marfan syndrome has at least three features in different parts of the body. It is a rare sight for a person to have every feature. Some of the features are easy to tell while others such as heart problems require special tests to find them. Generally there are four body systems that are affected.</p>
<p>First and foremost is the <strong><span style="color: #003300;">cardiovascular system</span></strong>. One of the worries for this part is the enlargement in the main blood vessel that carries blood from the heart.</p>
<p>Next, the <strong><span style="color: #008000;">skeletal system</span></strong> is also affected. A person with Marfan syndrome may have long arms and legs, and is usually tall and thin. Sometimes, his or her spine may be curved and the chest either sinks in or sticks out. Also, they may have long and thin fingers as well as flexible joints and flat feet. On other occasions, their teeth may be too crowded too.</p>
<p>Thirdly, the <strong><span style="color: #339966;">ocular system</span></strong> or the eyes are also affected. One with Marfan syndrome may have severe myopia and dislocated lens of the eye. At times, the retina may be detached and there are also chances of early glaucoma and early cataracts.</p>
<p>Finally, other body systems such as the skin can also be affected if the person has a Marfan syndrome.</p>
<h3><strong>Diagnosis</strong></h3>
<p>In order for the doctors to determine if a person has a Marfan syndrome, tests have to be carried out. Some of the common tests are as listed below.</p>
<p>First, an <strong><span style="color: #800080;">Echocardiogram</span></strong> looks at the heart, its valves, and the aorta.</p>
<p>Secondly, an <strong><span style="color: #993366;">Electrocardiogram</span></strong> takes a reading of the heart rate and rhythm.</p>
<p>Thirdly, a doctor may use a <strong><span style="color: #cc99ff;">slit lamp eye exam</span></strong>. In this test, the doctors may check and see if the lenses in the eyes are dislocated.</p>
<h3><strong>Treatment</strong></h3>
<p>To date, there is no cure for Marfan syndrome. The best that the doctors can do is to provide a range of treatment options to minimise and prevent complications in the patients.</p>
<img src="http://feeds.feedburner.com/~r/feelthemomentum/~4/3ndi1uCxBgw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://feelthemomentum.net/blog/2009/10/03/marfan-syndrome/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<enclosure url="http://www.youtube.com/v/UnW1abqM3_s&amp;amp;hl=en&amp;amp;fs=1" length="1053" type="application/x-shockwave-flash" /><media:content url="http://www.youtube.com/v/UnW1abqM3_s&amp;amp;hl=en&amp;amp;fs=1" fileSize="1053" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle> Marfan syndrome is a disorder of a connective tissue. As connective tissue are found throughout the body, features of the Marfan syndrome can occur in various parts of the body. Commonly, these features are found in the heart, blood vessels, bones, joint</itunes:subtitle><itunes:summary> Marfan syndrome is a disorder of a connective tissue. As connective tissue are found throughout the body, features of the Marfan syndrome can occur in various parts of the body. Commonly, these features are found in the heart, blood vessels, bones, joints, and eyes. At times, the lungs and skin are also affected. Luckily, [...]</itunes:summary><itunes:keywords>News! Health Insights, medical</itunes:keywords><feedburner:origLink>http://feelthemomentum.net/blog/2009/10/03/marfan-syndrome/</feedburner:origLink></item>
		<item>
		<title>Pirated Software at Comex 2009</title>
		<link>http://feedproxy.google.com/~r/feelthemomentum/~3/qvSbp9kt5zw/</link>
		<comments>http://feelthemomentum.net/blog/2009/09/12/pirated-software-at-comex-2009/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 13:10:18 +0000</pubDate>
		<dc:creator>zheliang</dc:creator>
				<category><![CDATA[News! Societal Hazards]]></category>
		<category><![CDATA[crime]]></category>
		<category><![CDATA[singapore]]></category>

		<guid isPermaLink="false">http://feelthemomentum.net/blog/?p=1784</guid>
		<description><![CDATA[If you think that you won’t be duped at IT exhibitions, think about it again after reading this article.
Last Friday (11 Sept 2009), the police raided a retailer suspected of selling laptops loaded with pirated software at the COMEX 2009 computer and IT exhibition. The police seized 55 China-made Losang-branded laptops installed with unlicensed Microsoft [...]]]></description>
			<content:encoded><![CDATA[<p>If you think that you won’t be duped at IT exhibitions, think about it again after reading this article.</p>
<p>Last Friday (11 Sept 2009), the police raided a retailer suspected of selling <span style="color: #ff0000;"><strong>laptops loaded with pirated software</strong></span> at the COMEX 2009 computer and IT exhibition. The police seized <strong><span style="color: #ff0000;">55 China-made Losang-branded laptops installed with unlicensed Microsoft Windows XP Professional software</span></strong> with an estimated worth of S$31,240. These laptops were <strong><span style="color: #ff0000;">affixed with recycled Certificates of Authenticity (COA)</span></strong>. A COA is a label helps buyers to identify genuine software.</p>
<h3><span style="text-decoration: underline;">Reasons against using pirated software</span></h3>
<p>Pirated software can <strong><span style="color: #ff6600;">pose a serious security threat</span></strong> to the consumer and consumers can be using computers with illegal programs. Such usage could result in <strong><span style="color: #ff6600;">corruption of system</span></strong>, with the <strong><span style="color: #ff6600;">loss of data</span></strong> and even <strong><span style="color: #ff6600;">identity theft</span></strong>. In addition to that, counterfeit software <strong><span style="color: #ff6600;">does not allow users to get access to important Microsoft security updates</span></strong>.</p>
<p><img style="border: 0pt none; float:left;  padding-right:10px; padding-bottom:10px" title="Is your computer safe?" src="http://farm4.static.flickr.com/3518/3911605561_3d2a81a4ed.jpg" alt="Is your computer safe?" /></p>
<h3><span style="text-decoration: underline;">Consumer Protection Tips</span></h3>
<p>Consumers should always <span style="color: #008000;"><strong>inspect the Certificates of Authenticity</strong></span> on new computers before purchase. This helps to ensure that they are buying systems with genuine software and at the same time, <strong><span style="color: #008000;">be wary of suspicious looking COAs</span></strong>. Also, consumers should also ensure that the systems that they purchase are <strong><span style="color: #008000;">bundled with their usual package such as software CD-ROM, manuals, and end-user licensing agreement</span></strong>s.</p>
<h3><span style="text-decoration: underline;">Under the Law</span></h3>
<p>Under Singapore&#8217;s Copyright Act, parties found guilty of selling counterfeit software can face a fine not exceeding S$10,000 for each article, up to a maximum fine of S$100,000, or a jail term not exceeding five years, or both.</p>
<h3><span style="text-decoration: underline;">Fact</span></h3>
<p>According to a study by the Business Software Alliance and IDC Global, Singapore had a PC software piracy rate of 36 per cent in 2008, with losses amounting to US$163 million.</p>
<img src="http://feeds.feedburner.com/~r/feelthemomentum/~4/qvSbp9kt5zw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://feelthemomentum.net/blog/2009/09/12/pirated-software-at-comex-2009/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://feelthemomentum.net/blog/2009/09/12/pirated-software-at-comex-2009/</feedburner:origLink></item>
		<item>
		<title>National Day 2009</title>
		<link>http://feedproxy.google.com/~r/feelthemomentum/~3/aXzaXVShFwQ/</link>
		<comments>http://feelthemomentum.net/blog/2009/08/09/national-day-2009/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 08:05:02 +0000</pubDate>
		<dc:creator>zheliang</dc:creator>
				<category><![CDATA[Misc! Entertainment]]></category>
		<category><![CDATA[singapore]]></category>

		<guid isPermaLink="false">http://feelthemomentum.net/blog/?p=1751</guid>
		<description><![CDATA[Celebrate the Nation&#8217;s 44th Birthday!
Alright, be practical, the tickets are not easy to get. No lobang this year? Not to worry, here are some of the things you can do if you didn&#8217;t manage to get a ticket to the National Day Parade at the Floating Platform at Marina Bay this year.
Watch the march-past @
Old [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: #ff0000;">Celebrate</span> the Nation&#8217;s 44th Birthday!</strong></p>
<p>Alright, be practical, the tickets are not easy to get. No lobang this year? Not to worry, here are some of the things you can do if you didn&#8217;t manage to get a ticket to the National Day Parade at the Floating Platform at Marina Bay this year.</p>
<p><strong>Watch the march-past @</strong></p>
<p>Old Supreme Court<br />
Padang, City Hall<br />
The Esplanade</p>
<p><strong>Watch the fireworks finale @</strong></p>
<p>Merlion Park<br />
One Fullerton<br />
The Esplanade Bridge<br />
Waterfront promenade outside the Esplanade Theatres<br />
Marina Boulevard<br />
Singapore Flyer</p>
<p><img title="Tip" src="http://i21.photobucket.com/albums/b262/zheliang/ftm/Tip-32.png" alt="Tip" />Tip of the day: Be kiasu and be early. Don&#8217;t forget to charge up your camera!</p>
<p>Squeezing with people is not your type? Then it&#8217;s best to enjoy the air-con and watch it from home. Visit <a href="http://ndp2009.mediacorptv.sg/" target="_blank">http://ndp2009.mediacorptv.sg/</a></p>
<img src="http://feeds.feedburner.com/~r/feelthemomentum/~4/aXzaXVShFwQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://feelthemomentum.net/blog/2009/08/09/national-day-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://feelthemomentum.net/blog/2009/08/09/national-day-2009/</feedburner:origLink></item>
		<item>
		<title>Introduction to ECG</title>
		<link>http://feedproxy.google.com/~r/feelthemomentum/~3/gDF42pFILoo/</link>
		<comments>http://feelthemomentum.net/blog/2009/07/24/introduction-to-ecg/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 14:25:57 +0000</pubDate>
		<dc:creator>zheliang</dc:creator>
				<category><![CDATA[News! Health Insights]]></category>
		<category><![CDATA[medical]]></category>

		<guid isPermaLink="false">http://feelthemomentum.net/blog/?p=1603</guid>
		<description><![CDATA[What is ECG?
ECG is an acronym for Electrocardiography which measures the electrical activity of the heart over time. While your heart is a muscular organ that beats in rhythm to pump blood through the body, an ECG takes a record of that rhythm.
Types of ECG
There are mainly three types of ECG, resting ECG, ambulatory ECG [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is ECG?</strong></p>
<p>ECG is an acronym for Electrocardiography which measures the electrical activity of the heart over time. While your heart is a muscular organ that beats in rhythm to pump blood through the body, an ECG takes a record of that rhythm.</p>
<p><strong>Types of ECG</strong></p>
<p>There are mainly three types of ECG, resting ECG, ambulatory ECG and cardiac stress test.</p>
<p>A resting ECG requires the patient to lie down and stay still as electrical impulses generated by other muscles may interfere with those generated by the heart. This type of ECG usually takes 5 to 10 minutes.</p>
<p>An ambulatory ECG allows the patient to move about freely and normally while a portable recording device is worn on the patient for at least 24 hours.</p>
<p>Finally, the cardiac stress test is used to analyse a patient’s heart function during exercise. The patient is required to ride an exercise bike or walk on a treadmill as the activity of the heart is recorded. This type of ECG takes about 15 to 30 minutes.</p>
<p>Below is a video that gives you a good picture of what ECG is about and how it works.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/nK0_28q6WoM&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/nK0_28q6WoM&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<img src="http://feeds.feedburner.com/~r/feelthemomentum/~4/gDF42pFILoo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://feelthemomentum.net/blog/2009/07/24/introduction-to-ecg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<enclosure url="http://www.youtube.com/v/nK0_28q6WoM&amp;amp;hl=en&amp;amp;fs=1" length="1030" type="application/x-shockwave-flash" /><media:content url="http://www.youtube.com/v/nK0_28q6WoM&amp;amp;hl=en&amp;amp;fs=1" fileSize="1030" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle>What is ECG? ECG is an acronym for Electrocardiography which measures the electrical activity of the heart over time. While your heart is a muscular organ that beats in rhythm to pump blood through the body, an ECG takes a record of that rhythm. Types of </itunes:subtitle><itunes:summary>What is ECG? ECG is an acronym for Electrocardiography which measures the electrical activity of the heart over time. While your heart is a muscular organ that beats in rhythm to pump blood through the body, an ECG takes a record of that rhythm. Types of ECG There are mainly three types of ECG, resting ECG, ambulatory ECG [...]</itunes:summary><itunes:keywords>News! Health Insights, medical</itunes:keywords><feedburner:origLink>http://feelthemomentum.net/blog/2009/07/24/introduction-to-ecg/</feedburner:origLink></item>
		<item>
		<title>Wash Your Hands Too</title>
		<link>http://feedproxy.google.com/~r/feelthemomentum/~3/T1zih2_1H9E/</link>
		<comments>http://feelthemomentum.net/blog/2009/07/12/wash-your-hands-too/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 10:59:16 +0000</pubDate>
		<dc:creator>zheliang</dc:creator>
				<category><![CDATA[Misc! Entertainment]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://feelthemomentum.net/blog/?p=1639</guid>
		<description><![CDATA[Remember the period when SARS hit Singapore? The time was hard to get by and there was a song delicated to the health workers. Now, H1N1 influenza hits Singapore and there were a few songs were written for the epidemic. Here is one hilarious one. Enjoy.




]]></description>
			<content:encoded><![CDATA[<p>Remember the period when SARS hit Singapore? The time was hard to get by and there was <a href="http://www.youtube.com/watch?v=_OPsfAhXUSE" target="_blank">a song delicated to the health workers</a>. Now, H1N1 influenza hits Singapore and there were a few songs were written for the epidemic. Here is one hilarious one. Enjoy.</p>
<p><br/></p>
<div align="center">
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/K93dCa8GM34&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/K93dCa8GM34&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
</div>
<img src="http://feeds.feedburner.com/~r/feelthemomentum/~4/T1zih2_1H9E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://feelthemomentum.net/blog/2009/07/12/wash-your-hands-too/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://feelthemomentum.net/blog/2009/07/12/wash-your-hands-too/</feedburner:origLink></item>
		<item>
		<title>The Abuse of 3G Technology</title>
		<link>http://feedproxy.google.com/~r/feelthemomentum/~3/LFK8RcKcVwo/</link>
		<comments>http://feelthemomentum.net/blog/2009/07/04/the-abuse-of-3g-technology/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 15:24:52 +0000</pubDate>
		<dc:creator>zheliang</dc:creator>
				<category><![CDATA[News! Societal Hazards]]></category>
		<category><![CDATA[crime]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://feelthemomentum.net/blog/?p=1623</guid>
		<description><![CDATA[We know that the 3G technology provides us with greater luxury over the use of a simple mobile phone. Firstly, with 3G, chatting on the phone is brought on to a higher level, allowing one to make video calls. Now, it is also possible to leave video messages to contacts so their video clip appears [...]]]></description>
			<content:encoded><![CDATA[<p>We know that the 3G technology provides us with greater luxury over the use of a simple mobile phone. Firstly, with 3G, chatting on the phone is brought on to a higher level, allowing one to <span style="color: #339966;">make video calls</span>. Now, it is also possible to leave video messages to contacts so their video clip appears when the person is calling.</p>
<p>Secondly, these mobile phones <span style="color: #339966;">allow the users to surf the internet and also send and receive e-mail</span>. This function certainly makes it a hot favourite for businessmen and businesswomen.</p>
<p>Thirdly, with improved transfer rate, <span style="color: #339966;">users can use the handsets to play back music files, movie trailers, watch live TV programmes and a whole full range of multimedia files available through the internet</span>. Most handsets support a variety of file format, for instance, MP3, AAC, AAC+ and MP4. Games can also be downloaded and played and on the handset.<span style="color: #339966;"> To make the games more enjoyable, they have 3D graphics and better audio system</span>. Making it more fun and exciting, some can even be <span style="color: #339966;">played in multiplayer format in real-time</span>!</p>
<p>These are some of the advantages of the application of the 3G technology in mobile phones. Though these advantages benefit the people most of the time, there are other times where they are abused.</p>
<p><span style="color: #ff6600;">Using the video call function to insult the modesty of a woman</span> is certainly unacceptable. However, a few days back, a man was fined $2,000 for such an act. The convict used the 3G video call function on his mobile to call the victim while he was masturbating. Performing such obscene acts and showing the video clip to a woman is certainly intolerable. I am sure that the inventor of the 3G phone did not have what the man did as a use for his invention.</p>
<p>In conclusion, the 3G technology is undeniably beneficial to the world, bringing the people closer together. Though there are times where these benefits are abused, I am glad to say that such cases happens in only a minority. Therefore, the application of 3G technology in mobile phone is still considered a boon than a bane.</p>
<img src="http://feeds.feedburner.com/~r/feelthemomentum/~4/LFK8RcKcVwo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://feelthemomentum.net/blog/2009/07/04/the-abuse-of-3g-technology/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://feelthemomentum.net/blog/2009/07/04/the-abuse-of-3g-technology/</feedburner:origLink></item>
		<item>
		<title>New Page on FTM</title>
		<link>http://feedproxy.google.com/~r/feelthemomentum/~3/zwa965Sf4to/</link>
		<comments>http://feelthemomentum.net/blog/2009/06/14/new-page-on-ftm/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 15:03:15 +0000</pubDate>
		<dc:creator>zheliang</dc:creator>
				<category><![CDATA[Admin! hisblog]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[new]]></category>

		<guid isPermaLink="false">http://feelthemomentum.net/blog/?p=1598</guid>
		<description><![CDATA[I just added a new page to FTM, Support. Currently, this page provide simple assistance to viewers having trouble navigating their way through my weblog. Soon, I will be providing other support assistance such as Wordpress or Blogger problems as well as computer security information. Stay in momentum to keep up with the updates.

]]></description>
			<content:encoded><![CDATA[<p>I just added a new page to FTM, Support. Currently, this page provide simple assistance to viewers having trouble navigating their way through my weblog. Soon, I will be providing other support assistance such as Wordpress or Blogger problems as well as computer security information. Stay in momentum to keep up with the updates.</p>
<p><img title="Support on FTM" src="http://farm4.static.flickr.com/3342/3625471292_ff4e719448.jpg" alt="Support on FTM" /></p>
<img src="http://feeds.feedburner.com/~r/feelthemomentum/~4/zwa965Sf4to" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://feelthemomentum.net/blog/2009/06/14/new-page-on-ftm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://feelthemomentum.net/blog/2009/06/14/new-page-on-ftm/</feedburner:origLink></item>
		<item>
		<title>New Blog Header</title>
		<link>http://feedproxy.google.com/~r/feelthemomentum/~3/yhvn5hcKrcM/</link>
		<comments>http://feelthemomentum.net/blog/2009/06/02/new-blog-header/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 17:18:57 +0000</pubDate>
		<dc:creator>zheliang</dc:creator>
				<category><![CDATA[Admin! hisblog]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[new]]></category>

		<guid isPermaLink="false">http://feelthemomentum.net/blog/?p=1552</guid>
		<description><![CDATA[Featuring my new weblog header &#8211; where simplicity meets design.
This weblog header was created out of boredom after seeing the plain text header on my weblog. Hope this simplistic design fits into my current weblog design. Do drop me some comments and feedbacks if you have. Thanks. =)

]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000;"><strong>Featuring</strong></span> my new weblog header &#8211; where simplicity meets design.</p>
<p>This weblog header was created out of boredom after seeing the plain text header on my weblog. Hope this simplistic design fits into my current weblog design. Do drop me some comments and feedbacks if you have. Thanks. =)</p>
<p><img class="aligncenter" title="Blog Header" src="http://farm3.static.flickr.com/2455/3586261112_9f7fb7eecf.jpg" border="0" alt="Blog Header" /></p>
<img src="http://feeds.feedburner.com/~r/feelthemomentum/~4/yhvn5hcKrcM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://feelthemomentum.net/blog/2009/06/02/new-blog-header/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://feelthemomentum.net/blog/2009/06/02/new-blog-header/</feedburner:origLink></item>
	<media:rating>nonadult</media:rating></channel>
</rss>
