<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Blogjer - Technology at a glance</title>
	
	<link>http://www.blogjer.com</link>
	<description>Tips &amp; Tricks To Get Online Visibility</description>
	<pubDate>Mon, 20 Apr 2009 03:59:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<image><url>http://www.feedburner.com/fb/images/pub/fb_pwrd.gif</url><title>Blogjer Feed</title></image><meta xmlns="http://pipes.yahoo.com" name="pipes" content="noprocess" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/NotJustABlog" type="application/rss+xml" /><feedburner:emailServiceId>NotJustABlog</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2FNotJustABlog" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FNotJustABlog" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2FNotJustABlog" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/NotJustABlog" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FNotJustABlog" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FNotJustABlog" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FNotJustABlog" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><feedburner:browserFriendly>Free Online Tips</feedburner:browserFriendly><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>How to embed Google Docs into HTML pages or blog post</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/Fh5gCehXG7A/</link>
		<comments>http://www.blogjer.com/2009/04/20/how-to-embed-google-docs-into-html-pages-or-blog-post/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 03:59:35 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[internet tool]]></category>

		<category><![CDATA[embed google docs]]></category>

		<category><![CDATA[embed iframe]]></category>

		<category><![CDATA[google docs]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5522</guid>
		<description>The easiest way to embed Google Docs in any HTML page or blog post is using iframe.
Every Google Docs files are assigned with unique URL as an identifier. So we&amp;#8217;ll need this unique identifier in order to embed it to any HTML pages.
1. Get the unique URL. Open any Google Docs file. To get the [...]</description>
			<content:encoded><![CDATA[<p>The easiest way to embed Google Docs in any HTML page or blog post is using <a href="http://www.w3schools.com/TAGS/tag_iframe.asp">iframe</a>.</p>
<p>Every Google Docs files are assigned with unique URL as an identifier. So we&#8217;ll need this unique identifier in order to embed it to any HTML pages.</p>
<p><strong>1. </strong>Get the unique URL. Open any Google Docs file. To get the URL, you have to publish the files to public. From the top right of that page, click on &#8216;<strong>Share</strong>&#8216; -&gt; &#8216;<strong>Publish As Web Page</strong>&#8216;. New page will be opened. Click on the &#8216;Publish Document&#8217; button. You&#8217;ll see the message saying the document has been published such as below.</p>
<p>Your document is publicly viewable at:<br />
<a id="publishedDocumentUrl" class="tabcontent" href="http://docs.google.com/Doc?id=dcrwnphc_255dc6vhnf6" target="_blank">http://docs.google.com/Doc?id=dcrwnphc_255dc6vhnf6</a></p>
<p><strong>2. </strong>We&#8217;ll use iframe in order to embed the URL above. This iframe code is taken from Google blog.  Copy URL above and replace the red font color code below. You can set the parameters such as width, length and frame border to suit your page. Learn more about <a href="http://www.w3schools.com/TAGS/tag_iframe.asp">iframe.</a></p>
<blockquote>
<p style="text-align: left;"><span style="color: #0000ff;">&lt;iframe src=&#8221;<span style="color: #ff0000;">http://spreadsheets.google.com/lv?key=pDDaecJdkAYQ1Lb5HTswLBA</span>&amp;amp;type=view&amp;amp;gid=0&amp;amp;colid0=1&amp;amp;filterstr0=Associate&amp;amp;sortcolid=-1&amp;amp;sortasc=true&amp;amp;rowsperpage=5&#8243; width=&#8221;500&#8243; frameborder=&#8221;0&#8243; height=&#8221;330&#8243;&gt;&lt;/iframe&gt;</span></p>
</blockquote>
<p><strong>3. </strong>Finally copy and paste this code to any HTML page or into your blog(HTML) mode. Read how to embed iframe code in <a href="http://www.blogjer.com/2008/11/22/how-to-embed-iframe-code-in-wordpress/">this post</a>. You should see the Google Docs document now.</p>
<p><iframe src="http://spreadsheets.google.com/lv?key=pDDaecJdkAYQ1Lb5HTswLBA&amp;type=view&amp;gid=0&amp;colid0=1&amp;filterstr0=Associate&amp;sortcolid=-1&amp;sortasc=true&amp;rowsperpage=5" width="500" frameborder="0" height="330"></iframe></p>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2008/11/22/how-to-embed-iframe-code-in-wordpress/" rel="bookmark" title="Permanent Link: How to embed iframe code in wordpress">How to embed iframe code in wordpress</a></li><li><a href="http://www.blogjer.com/2009/03/26/drawing-in-google-docs/" rel="bookmark" title="Permanent Link: Drawing in Google Docs">Drawing in Google Docs</a></li><li><a href="http://www.blogjer.com/2009/03/22/google-apps-collect-username-automatically-in-google-docs/" rel="bookmark" title="Permanent Link: Google Apps: Collect username automatically in Google Docs">Google Apps: Collect username automatically in Google Docs</a></li><li><a href="http://www.blogjer.com/2007/06/16/remove-your-indexed-url-from-search-engines/" rel="bookmark" title="Permanent Link: Remove your indexed URL from search engines">Remove your indexed URL from search engines</a></li><li><a href="http://www.blogjer.com/2009/03/10/adsense-blog-no-longer-exclusive-for-adsense-related-content/" rel="bookmark" title="Permanent Link: Adsense blog no longer exclusive for Adsense related content">Adsense blog no longer exclusive for Adsense related content</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/lb1Qi_KMpRLJY3MWszoMZO5lI0M/0/da"><img src="http://feedads.g.doubleclick.net/~a/lb1Qi_KMpRLJY3MWszoMZO5lI0M/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/lb1Qi_KMpRLJY3MWszoMZO5lI0M/1/da"><img src="http://feedads.g.doubleclick.net/~a/lb1Qi_KMpRLJY3MWszoMZO5lI0M/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=Fh5gCehXG7A:NjNDf0iKYWU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=Fh5gCehXG7A:NjNDf0iKYWU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=Fh5gCehXG7A:NjNDf0iKYWU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=Fh5gCehXG7A:NjNDf0iKYWU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=Fh5gCehXG7A:NjNDf0iKYWU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=Fh5gCehXG7A:NjNDf0iKYWU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=Fh5gCehXG7A:NjNDf0iKYWU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=Fh5gCehXG7A:NjNDf0iKYWU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=Fh5gCehXG7A:NjNDf0iKYWU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/Fh5gCehXG7A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/20/how-to-embed-google-docs-into-html-pages-or-blog-post/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/20/how-to-embed-google-docs-into-html-pages-or-blog-post/</feedburner:origLink></item>
		<item>
		<title>Proton Exora latest shots</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/UvM7bXuOHHQ/</link>
		<comments>http://www.blogjer.com/2009/04/15/proton-exora-latest-shots/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 02:29:29 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Automotive]]></category>

		<category><![CDATA[exora]]></category>

		<category><![CDATA[Nissan Grand Livina]]></category>

		<category><![CDATA[proton]]></category>

		<category><![CDATA[proton exora]]></category>

		<category><![CDATA[Toyota Avanza]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5538</guid>
		<description>Proton Exora, the first MPV from Proton set to be launch today according to the news. But before that, this are the latest shots that forwarded to my mailbox. There are front and rear view, dashboard as well as the side view comparison between Toyota Avanza, Nissan Grand Livina and Proton Exora. So enjoy the [...]</description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-5537" title="exora1" src="http://www.blogjer.com/wp-content/uploads/2009/04/exora1.jpg" alt="exora1" width="500" height="293" /></p>
<p>Proton Exora, the first MPV from Proton set to be launch today according to the news. But before that, this are the latest shots that forwarded to my mailbox. There are front and rear view, dashboard as well as the side view comparison between Toyota Avanza, Nissan Grand Livina and Proton Exora. So enjoy the photos while waiting the official release..</p>

<a href='http://www.blogjer.com/2009/04/15/proton-exora-latest-shots/exora2/' title='exora2'><img src="http://www.blogjer.com/wp-content/uploads/2009/04/exora2-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.blogjer.com/2009/04/15/proton-exora-latest-shots/exora3/' title='exora3'><img src="http://www.blogjer.com/wp-content/uploads/2009/04/exora3-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.blogjer.com/2009/04/15/proton-exora-latest-shots/exora4/' title='exora4'><img src="http://www.blogjer.com/wp-content/uploads/2009/04/exora4-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.blogjer.com/2009/04/15/proton-exora-latest-shots/exora5/' title='exora5'><img src="http://www.blogjer.com/wp-content/uploads/2009/04/exora5-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.blogjer.com/2009/04/15/proton-exora-latest-shots/exora1/' title='exora1'><img src="http://www.blogjer.com/wp-content/uploads/2009/04/exora1-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>

                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2007/08/15/what-is-interesting-this-week-aug-15th-2007/" rel="bookmark" title="Permanent Link: what is interesting this week (Aug 15th 2007)">what is interesting this week (Aug 15th 2007)</a></li><li><a href="http://www.blogjer.com/2009/01/13/whats-hot-and-predictions-on-2009/" rel="bookmark" title="Permanent Link: What&#8217;s hot and predictions on 2009">What&#8217;s hot and predictions on 2009</a></li><li><a href="http://www.blogjer.com/2009/03/17/targus-for-mac/" rel="bookmark" title="Permanent Link: Targus for Mac">Targus for Mac</a></li><li><a href="http://www.blogjer.com/2009/03/02/iphone-3g-white-photo-shots/" rel="bookmark" title="Permanent Link: iPhone 3G white photo shots">iPhone 3G white photo shots</a></li><li><a href="http://www.blogjer.com/2009/02/28/chrome-latest-build-201661-add-full-screen-browsing-mode/" rel="bookmark" title="Permanent Link: Chrome latest build 2.0.166.1 add full screen browsing mode">Chrome latest build 2.0.166.1 add full screen browsing mode</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/BOeR2w8ijcjYTfYnmb0C9fijI9M/0/da"><img src="http://feedads.g.doubleclick.net/~a/BOeR2w8ijcjYTfYnmb0C9fijI9M/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/BOeR2w8ijcjYTfYnmb0C9fijI9M/1/da"><img src="http://feedads.g.doubleclick.net/~a/BOeR2w8ijcjYTfYnmb0C9fijI9M/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=UvM7bXuOHHQ:qc42iwKrS8Y:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=UvM7bXuOHHQ:qc42iwKrS8Y:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=UvM7bXuOHHQ:qc42iwKrS8Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=UvM7bXuOHHQ:qc42iwKrS8Y:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=UvM7bXuOHHQ:qc42iwKrS8Y:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=UvM7bXuOHHQ:qc42iwKrS8Y:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=UvM7bXuOHHQ:qc42iwKrS8Y:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=UvM7bXuOHHQ:qc42iwKrS8Y:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=UvM7bXuOHHQ:qc42iwKrS8Y:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/UvM7bXuOHHQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/15/proton-exora-latest-shots/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/15/proton-exora-latest-shots/</feedburner:origLink></item>
		<item>
		<title>Google Email Uploader uploads emails from desktop to Google Apps</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/034fSaJUMWY/</link>
		<comments>http://www.blogjer.com/2009/04/13/google-email-uploader-uploads-emails-from-desktop-to-google-apps/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 11:29:07 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[gmail]]></category>

		<category><![CDATA[google apps]]></category>

		<category><![CDATA[Google Email Uploader]]></category>

		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=4670</guid>
		<description>Google Email Uploader is application from Google that allow user to upload emails from desktop email application to Gmail  in Google Apps ONLY. Normal Gmail is not supported. So far it works only Microsoft Outlook, Outlook Express and Thunderbird.
If you use Google Apps, you can take the advantage of this application to keep the copy [...]</description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/google-email-uploader/">Google Email Uploader</a> is application from Google that allow user to upload emails from desktop email application to Gmail  in Google Apps <span style="text-decoration: underline;">ONLY</span>. Normal Gmail is not supported. So far it works only Microsoft Outlook, Outlook Express and Thunderbird.</p>
<p>If you use Google Apps, you can take the advantage of this application to keep the copy of your emails on the cloud, with only few steps below.</p>
<p><strong>1. </strong>Download and install Google Email Uploader from <a href="http://mail.google.com/mail/help/email_uploader.html">this link</a>.</p>
<p><strong>2.</strong> Login to your Google Apps account. Yes Google Apps account, not your Google account.<br />
<a title="uploader1 by kah631, on Flickr" href="http://www.flickr.com/photos/onlinejer/3437162247/"><img src="http://farm4.static.flickr.com/3306/3437162247_3da5f085b1.jpg" alt="uploader1" width="500" height="336" /></a></p>
<p><strong>3.</strong> It will read which email mailboxes and folders are available on your desktop. Just choose from which mailboxes you want to upload.</p>
<p><a title="uploader2 by kah631, on Flickr" href="http://www.flickr.com/photos/onlinejer/3437162349/"><img src="http://farm4.static.flickr.com/3361/3437162349_109e8f46b4.jpg" alt="uploader2" width="500" height="342" /></a></p>
<p><strong>4.</strong> Usually, user who use desktop email application such as Outlook keep or arrange their email on folder. The concept of &#8216;Label&#8217; (Gmail feature) is equivalent to folder. Google Email Uploader is suggeting to create Labels based on the folder name, so you&#8217;ll have similar email structure and find it easier to find back any email in Google Apps.</p>
<p><a title="uploader3 by kah631, on Flickr" href="http://www.flickr.com/photos/onlinejer/3437970628/"><img src="http://farm4.static.flickr.com/3544/3437970628_57f2a68088.jpg" alt="uploader3" width="500" height="350" /></a></p>
<p><strong>5.</strong> The process of uploading emails will take time, depend on the number of emails you have. Once completed, you should be displayed message like this. Keep in mind that, email will not immediately available on your Google Apps Gmail account.</p>
<p><a title="uploader4 by kah631, on Flickr" href="http://www.flickr.com/photos/onlinejer/3437162575/"><img src="http://farm4.static.flickr.com/3319/3437162575_44d963b9e5.jpg" alt="uploader4" width="500" height="340" /></a></p>
<p><strong>Final word</strong>. After installation, it is highly recommended that you read the <a href="http://code.google.com/p/google-email-uploader/wiki/FAQ">FAQ</a> page. You can find more information such as hot to distinguish the exported email and the exisiting email on your mailboxes and etc.</p>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2008/12/06/gmail-goes-desktop/" rel="bookmark" title="Permanent Link: Gmail goes desktop">Gmail goes desktop</a></li><li><a href="http://www.blogjer.com/2009/02/20/google-introduce-desktop-access-point-for-gmail-and-google-apps/" rel="bookmark" title="Permanent Link: Google introduce desktop access point for Gmail and Google Apps">Google introduce desktop access point for Gmail and Google Apps</a></li><li><a href="http://www.blogjer.com/2009/02/27/monitor-google-apps-health-via-google-dashboard/" rel="bookmark" title="Permanent Link: Monitor Google Apps health via Google Dashboard">Monitor Google Apps health via Google Dashboard</a></li><li><a href="http://www.blogjer.com/2009/03/20/google-apps-update-name-format-in-gmail/" rel="bookmark" title="Permanent Link: Google Apps: Update name format in Gmail">Google Apps: Update name format in Gmail</a></li><li><a href="http://www.blogjer.com/2009/03/05/offline-version-of-google-calendar-available-for-all/" rel="bookmark" title="Permanent Link: Offline version of Google Calendar available for all">Offline version of Google Calendar available for all</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/YK1fCsV95hLhOUEcRtXYZ2ZfF34/0/da"><img src="http://feedads.g.doubleclick.net/~a/YK1fCsV95hLhOUEcRtXYZ2ZfF34/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/YK1fCsV95hLhOUEcRtXYZ2ZfF34/1/da"><img src="http://feedads.g.doubleclick.net/~a/YK1fCsV95hLhOUEcRtXYZ2ZfF34/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=034fSaJUMWY:2V9KwggsUZ4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=034fSaJUMWY:2V9KwggsUZ4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=034fSaJUMWY:2V9KwggsUZ4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=034fSaJUMWY:2V9KwggsUZ4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=034fSaJUMWY:2V9KwggsUZ4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=034fSaJUMWY:2V9KwggsUZ4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=034fSaJUMWY:2V9KwggsUZ4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=034fSaJUMWY:2V9KwggsUZ4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=034fSaJUMWY:2V9KwggsUZ4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/034fSaJUMWY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/13/google-email-uploader-uploads-emails-from-desktop-to-google-apps/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/13/google-email-uploader-uploads-emails-from-desktop-to-google-apps/</feedburner:origLink></item>
		<item>
		<title>Celcom run promotion for its Blackberry Storm packages</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/wwPcDvDPBrU/</link>
		<comments>http://www.blogjer.com/2009/04/13/celcom-run-promotion-for-its-blackberry-storm-packages/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 05:29:31 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[telecommunication]]></category>

		<category><![CDATA[Blackberry Advance Data Plan]]></category>

		<category><![CDATA[blackberry storm]]></category>

		<category><![CDATA[Celcom]]></category>

		<category><![CDATA[celcom exec]]></category>

		<category><![CDATA[RIM]]></category>

		<category><![CDATA[storm]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5503</guid>
		<description>Celcom&amp;#8217;s actual promotion for its Blackberry Storm appears to be more attractive than what is mentioned on the press release.
Instead of RM2,488 for the device, customer can get the device at RM1,699 with 1 year contract at RM148 per month. This monthly package consist of of Celcom Exec 50, Blackberry Advance Data Plan and unlimited [...]</description>
			<content:encoded><![CDATA[<p>Celcom&#8217;s actual promotion for its <a href="http://www.blogjer.com/tag/blackberry-storm/">Blackberry Storm</a> appears to be more attractive than what is mentioned on the <a href="http://www.blogjer.com/2009/04/07/celcoms-pricing-and-data-plan-for-blackberry-storm/">press release</a>.</p>
<p>Instead of RM2,488 for the device, customer can get the device at RM1,699 with 1 year contract at RM148 per month. This monthly package consist of of Celcom Exec 50, Blackberry Advance Data Plan and unlimited usage or internet and Blackberry email.</p>
<p>Another package aimed to heavy phone and internet users priced the device at RM1,399 plus RM250 monthly fee for 1 year contract period. You get Celcom Exec 250, Blackberry Advance Data Plan as well as unlimited usage or internet and Blackberry email.</p>
<p>Both packages has included data and voice plan.</p>
<p><a title="celcom_blackberry_pricing by kah631, on Flickr" href="http://www.flickr.com/photos/onlinejer/3435889193/"><img src="http://farm4.static.flickr.com/3612/3435889193_00c94906b7.jpg" alt="celcom_blackberry_pricing" width="500" height="334" /></a></p>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2009/04/06/blackberry-storm-coming-to-maxis/" rel="bookmark" title="Permanent Link: Blackberry Storm coming to Maxis">Blackberry Storm coming to Maxis</a></li><li><a href="http://www.blogjer.com/2009/03/29/celcom-to-unveil-blackberry-storm-this-april/" rel="bookmark" title="Permanent Link: Celcom to unveil Blackberry Storm this April">Celcom to unveil Blackberry Storm this April</a></li><li><a href="http://www.blogjer.com/2009/04/07/blackberry-app-world-goes-live-but-only-open-for-limited-countries/" rel="bookmark" title="Permanent Link: Blackberry App World goes live but only open for limited countries">Blackberry App World goes live but only open for limited countries</a></li><li><a href="http://www.blogjer.com/2009/02/20/does-this-signature-signals-that-celcom-is-currently-testing-blackberry-storm/" rel="bookmark" title="Permanent Link: Does this signature signals that Celcom is currently testing Blackberry Storm?">Does this signature signals that Celcom is currently testing Blackberry Storm?</a></li><li><a href="http://www.blogjer.com/2008/12/23/blackberry-bold-maxis-vs-celcom-package-plan/" rel="bookmark" title="Permanent Link: Blackberry Bold - Maxis VS Celcom package plan">Blackberry Bold - Maxis VS Celcom package plan</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/owlvknpjRygperKoNDtv3one-mY/0/da"><img src="http://feedads.g.doubleclick.net/~a/owlvknpjRygperKoNDtv3one-mY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/owlvknpjRygperKoNDtv3one-mY/1/da"><img src="http://feedads.g.doubleclick.net/~a/owlvknpjRygperKoNDtv3one-mY/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=wwPcDvDPBrU:nsXlREmi0_0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=wwPcDvDPBrU:nsXlREmi0_0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=wwPcDvDPBrU:nsXlREmi0_0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=wwPcDvDPBrU:nsXlREmi0_0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=wwPcDvDPBrU:nsXlREmi0_0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=wwPcDvDPBrU:nsXlREmi0_0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=wwPcDvDPBrU:nsXlREmi0_0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=wwPcDvDPBrU:nsXlREmi0_0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=wwPcDvDPBrU:nsXlREmi0_0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/wwPcDvDPBrU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/13/celcom-run-promotion-for-its-blackberry-storm-packages/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/13/celcom-run-promotion-for-its-blackberry-storm-packages/</feedburner:origLink></item>
		<item>
		<title>Gmail Labs: Insert images into Gmail</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/8nccESalJzA/</link>
		<comments>http://www.blogjer.com/2009/04/13/gmail-labs-insert-images-into-gmail/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 04:56:33 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[internet tool]]></category>

		<category><![CDATA[gmail]]></category>

		<category><![CDATA[insert email]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5497</guid>
		<description>Insert images in Gmail is easier now with the new Google Labs feature, called &amp;#8216;Inserting images&amp;#8217;
After it  is activated, there is new icon on the menu bar,  to insert image appears in &amp;#8216;Compose email&amp;#8217; view. Clicking on it will open menu that allow you to insert images from URL link or your hard drive.
You can [...]</description>
			<content:encoded><![CDATA[<p>Insert images in Gmail is easier now with the new Google Labs feature, called &#8216;Inserting images&#8217;</p>
<p>After it  is activated, there is new icon on the menu bar,  to insert image appears in &#8216;Compose email&#8217; view. Clicking on it will open menu that allow you to insert images from URL link or your hard drive.</p>
<p>You can decide the size of that images as well.</p>
<p><img class="alignnone size-full wp-image-5496" title="gmail_insert" src="http://www.blogjer.com/wp-content/uploads/2009/04/gmail_insert.png" alt="gmail_insert" width="359" height="249" /></p>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2008/01/22/gmail-error/" rel="bookmark" title="Permanent Link: gmail error">gmail error</a></li><li><a href="http://www.blogjer.com/2009/02/06/gmail-labs-bring-multiples-inboxes/" rel="bookmark" title="Permanent Link: GMail Labs bring multiples inboxes">GMail Labs bring multiples inboxes</a></li><li><a href="http://www.blogjer.com/2009/04/11/gmail-can-tell-you-the-sender-time-zone-and-time-now/" rel="bookmark" title="Permanent Link: Gmail can tell you the sender time zone and current time">Gmail can tell you the sender time zone and current time</a></li><li><a href="http://www.blogjer.com/2009/03/30/gmail-lab-in-49-languages/" rel="bookmark" title="Permanent Link: Gmail Lab in 49 languages">Gmail Lab in 49 languages</a></li><li><a href="http://www.blogjer.com/2009/04/03/search-autocomplete-improves-gmail-search-functionality/" rel="bookmark" title="Permanent Link: Search Autocomplete improves Gmail search functionality">Search Autocomplete improves Gmail search functionality</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/ZUuGLsvSX1stV0sHBY_R-nQn420/0/da"><img src="http://feedads.g.doubleclick.net/~a/ZUuGLsvSX1stV0sHBY_R-nQn420/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ZUuGLsvSX1stV0sHBY_R-nQn420/1/da"><img src="http://feedads.g.doubleclick.net/~a/ZUuGLsvSX1stV0sHBY_R-nQn420/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=8nccESalJzA:TFJvHKba1Ts:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=8nccESalJzA:TFJvHKba1Ts:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=8nccESalJzA:TFJvHKba1Ts:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=8nccESalJzA:TFJvHKba1Ts:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=8nccESalJzA:TFJvHKba1Ts:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=8nccESalJzA:TFJvHKba1Ts:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=8nccESalJzA:TFJvHKba1Ts:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=8nccESalJzA:TFJvHKba1Ts:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=8nccESalJzA:TFJvHKba1Ts:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/8nccESalJzA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/13/gmail-labs-insert-images-into-gmail/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/13/gmail-labs-insert-images-into-gmail/</feedburner:origLink></item>
		<item>
		<title>10-inch Acer Aspire One branded as Aspire One D250</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/yWAAg6i-cyo/</link>
		<comments>http://www.blogjer.com/2009/04/13/10-inch-acer-aspire-one-branded-as-aspire-one-d250/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 01:03:48 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[gadget & hardware]]></category>

		<category><![CDATA[10-inch Acer Aspire One]]></category>

		<category><![CDATA[acer]]></category>

		<category><![CDATA[Acer Aspire One]]></category>

		<category><![CDATA[Aspire One]]></category>

		<category><![CDATA[Aspire One D250 Aspire one]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5490</guid>
		<description>Apparently 10.1 inch Acer Aspire One is now branded as Aspire One D250 in the local market. Spot this netbook with price tag RM1499 during PC Fair last weekend.
The are 4 different chassis color which are white, sapphire blue, diamond black and ruby red. The build and the feel holding it,  is much better compared [...]</description>
			<content:encoded><![CDATA[<p><a title="aspire_D250 by kah631, on Flickr" href="http://www.flickr.com/photos/onlinejer/3436570584/"><img src="http://farm4.static.flickr.com/3564/3436570584_2bb03d4183.jpg" alt="aspire_D250" width="500" height="334" /></a></p>
<p>Apparently 10.1 inch Acer Aspire One is now branded as Aspire One D250 in the local market. Spot this netbook with price tag RM1499 during PC Fair last weekend.</p>
<p>The are 4 different chassis color which are white, sapphire blue, diamond black and ruby red. The build and the feel holding it,  is much better compared to 9-inch Aspire One. The silver color surface also hide the plastic like view on the previous version.</p>
<p>Check out full spec from the <a href="http://acer.com.my/acer/product.do?link=oln23g.redirect&amp;changedAlts=&amp;kcond5e.c2att92=870&amp;CRC=917526406">Aspire One D250 page</a>.</p>
<blockquote>
<table class="techSpec" border="0" width="100%">
<tbody>
<tr>
<td class="label">Operating System</td>
<td class="value">
<ul>
<li><a class="MS_MDA_genuine" href="http://www.acer.com/genuine/eng" target="_blank">Genuine</a> Windows<sup>®</sup> XP Home Edition</li>
</ul>
</td>
</tr>
<tr>
<td class="label">Platform</td>
<td class="value">
<ul>
<li>Intel® Atom™ processor N270/N280 (1.60/1.68 GHz, 533/667 MHz FSB, 512 KB L2 cache)</li>
<li>Mobile Intel® 945GSE Express Chipset (DDR2 400/533/667 MHz)</li>
<li>Mobile Intel® 82801GBM Chipset</li>
</ul>
</td>
</tr>
<tr>
<td class="label">System memory</td>
<td class="value">
<ul>
<li>Single channel with one soDIMM slot</li>
<li>DDR2 533/667 MHz SDRAM memory interface design</li>
<li>soDIMM slot: Supports 512 MB / 1 GB / 2 GB soDIMMs for total system memory of up to 2 GB</li>
</ul>
</td>
</tr>
<tr>
<td class="label">Display</td>
<td class="value">
<ul>
<li>10.1&#8243; SD 1024 x 600 (WSVGA) pixel resolution, high-brightness (200-nit) Acer CrystalBrite™ LED-backlit TFT LCD</li>
</ul>
</td>
</tr>
<tr>
<td class="label">Storage</td>
<td class="value">
<ul>
<li>2.5&#8243; 9.5 mm 160 GB hard disk drive</li>
<li>Multi-in-1 card reader</li>
</ul>
</td>
</tr>
<tr>
<td class="label">Audio</td>
<td class="value">
<ul>
<li>High-definition audio support</li>
<li>Two built-in stereo speakers</li>
<li>MS-Sound compatible</li>
<li>Built-in digital microphone</li>
</ul>
</td>
</tr>
<tr>
<td class="label">Communication</td>
<td class="value">
<ul>
<li>Integrated Acer Crystal Eye webcam, supporting 0.3 megapixel resolution</li>
<li>WLAN: Acer InviLink™ 802.11b/g Wi-Fi CERTIFIED® network connection, supporting Acer SignalUp™ wireless technology</li>
<li>LAN: 10/100 Mbps Fast Ethernet</li>
<li>WPAN: Bluetooth® 2.0+EDR (Enhanced Data Rate)<br />
(manufacturing option)</li>
<li>WWAN: UMTS/HSPA (High-Speed Packet Access) at 850/1900/2100 MHz and quad-band GSM/GPRS/EDGE (850/900/1800/1900 MHz), upgradeable to 7.2 Mb/s HSDPA and 2 Mb/s HSUPA (for 3G models)<br />
Supports receiver diversity and equalizes at 2100 MHz<br />
(manufacturing option)</li>
</ul>
</td>
</tr>
<tr>
<td class="label">Dimensions and weight</td>
<td class="value">
<ul>
<li>258.5 (W) x 184 (D) x 25.4 (H) mm (10.17 x 7.24 x 1 inches)</li>
<li>1.11 kg (2.44 lbs.) for SKUs with 3-cell battery pack</li>
<li>1.27 kg (2.79 lbs.) for SKUs with 6-cell battery pack</li>
</ul>
</td>
</tr>
<tr>
<td class="label">Color choices</td>
<td class="value">
<ul>
<li>Sapphire Blue</li>
<li>Seashell White</li>
<li>Diamond Black</li>
<li>Ruby Red</li>
</ul>
</td>
</tr>
<tr>
<td class="label">Power</td>
<td class="value">
<ul>
<li>30 W adapter with power cord</li>
<li>Product Safety Electric Appliance and Materials (PSE) certified for battery pack</li>
<li>24.4 W 2200 mAh 3-cell Li-ion battery pack<br />
• up to 3.15-hour battery life</li>
<li>48.8 W 4400 mAh 6-cell Li-ion battery pack<br />
• up to 6-hour battery life</li>
<li>57.7 W 5200 mAh 6-cell Li-ion battery pack<br />
• up to 7.5-hour battery life</li>
</ul>
</td>
</tr>
<tr>
<td class="label">Special keys and controls</td>
<td class="value">
<ul>
<li>84-/85-/88-key keyboard, 89% of standard-size keyboard, , 1.6 mm (minimum) key travel</li>
<li>Multi-gesture touchpad pointing device with two buttons, supporting:<br />
•	Circular-motion scrolling<br />
•	Pinch-action zoom<br />
•	Page flip</li>
<li>12 function keys, four cursor keys, one Windows® key for Windows® XP Home, hotkey controls, embedded numeric keypad, international language support</li>
<li>Power button with LED</li>
<li>Easy-access WLAN/WWAN* switch with LED<br />
(* manufacturing option)</li>
<li>Easy-launch Bluetooth® key<br />
(manufacturing option)</li>
</ul>
</td>
</tr>
<tr>
<td class="label">I/O ports</td>
<td class="value">
<ul>
<li>Three USB 2.0 ports</li>
<li>External display (VGA) port</li>
<li>Headphone/speaker/line-out jack</li>
<li>Microphone-in jack</li>
<li>Ethernet (RJ-45) port</li>
<li>DC-in jack for AC adapter</li>
</ul>
</td>
</tr>
<tr>
<td class="label">Software</td>
<td class="value">
<ul>
<li>Productivity applications:<br />
•	Acer Recovery Management<br />
•	Microsoft® Works Work SE 9 with Office Home and Student 2007 Trial<br />
•	Google Toolbar™<br />
•	Google Desktop™<br />
•	Google™ Setup<br />
•	Adobe® Reader® 9<br />
•	Adobe® Flash® Player 10<br />
•	Microsoft®.NET Framework 2.0<br />
•	Customized Internet Explorer® 7.0<br />
•	eSobi<br />
•	Carbonite online backup</li>
<li>McAfee® Internet Security Suite (60-day trial)</li>
<li>Acer Game Zone</li>
<li>Communication/ISP applications:<br />
•	Acer Video Conference Manager 4.0<br />
•	Windows Live™ Essentials — Wave 3 (Mail, Photo Gallery, Live™ Messenger, Writer)</li>
</ul>
</td>
</tr>
<tr>
<td class="label">Options</td>
<td class="value">
<ul>
<li>Protective bag</li>
<li>Carrying bag</li>
<li>Additional battery</li>
<li>Additional AC adapter</li>
<li>External hard disk drive</li>
<li>External optical disk drive</li>
</ul>
</td>
</tr>
<tr>
<td class="label">Warranty</td>
<td class="value">
<ul>
<li>One-year International Travelers Warranty (ITW)</li>
</ul>
</td>
</tr>
</tbody>
</table>
</blockquote>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2009/04/08/10-inch-acer-aspire-one/" rel="bookmark" title="Permanent Link: 10-inch Acer Aspire One">10-inch Acer Aspire One</a></li><li><a href="http://www.blogjer.com/2008/12/15/how-netbooks-fare-with-computers/" rel="bookmark" title="Permanent Link: How netbooks fare with computers">How netbooks fare with computers</a></li><li><a href="http://www.blogjer.com/2009/02/17/acer-unveiled-4-smartphones-run-on-windows-mobile-61/" rel="bookmark" title="Permanent Link: Acer unveiled 4 smartphones run on Windows Mobile 6.1">Acer unveiled 4 smartphones run on Windows Mobile 6.1</a></li><li><a href="http://www.blogjer.com/2007/08/24/1-week-post/" rel="bookmark" title="Permanent Link: 1 week post">1 week post</a></li><li><a href="http://www.blogjer.com/2009/03/19/adamo-by-dell-good-looking-notebook-for-deep-pocket/" rel="bookmark" title="Permanent Link: Adamo by Dell - Good looking notebook for deep pocket">Adamo by Dell - Good looking notebook for deep pocket</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/YMTUupbVOaLNYVWXxfAbwZJQYXc/0/da"><img src="http://feedads.g.doubleclick.net/~a/YMTUupbVOaLNYVWXxfAbwZJQYXc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/YMTUupbVOaLNYVWXxfAbwZJQYXc/1/da"><img src="http://feedads.g.doubleclick.net/~a/YMTUupbVOaLNYVWXxfAbwZJQYXc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=yWAAg6i-cyo:N0aavD_yjEQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=yWAAg6i-cyo:N0aavD_yjEQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=yWAAg6i-cyo:N0aavD_yjEQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=yWAAg6i-cyo:N0aavD_yjEQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=yWAAg6i-cyo:N0aavD_yjEQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=yWAAg6i-cyo:N0aavD_yjEQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=yWAAg6i-cyo:N0aavD_yjEQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=yWAAg6i-cyo:N0aavD_yjEQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=yWAAg6i-cyo:N0aavD_yjEQ:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/yWAAg6i-cyo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/13/10-inch-acer-aspire-one-branded-as-aspire-one-d250/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/13/10-inch-acer-aspire-one-branded-as-aspire-one-d250/</feedburner:origLink></item>
		<item>
		<title>Gmail can tell you the sender time zone and current time</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/WaEez8VIOWo/</link>
		<comments>http://www.blogjer.com/2009/04/11/gmail-can-tell-you-the-sender-time-zone-and-time-now/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 23:53:51 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[internet tool]]></category>

		<category><![CDATA[gmail]]></category>

		<category><![CDATA[gmail labs]]></category>

		<category><![CDATA[sender time zono]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5482</guid>
		<description>This new Gmail Labs feature is very useful if you ever work with people from different regions. You want to reply to them, but you want them to read this immediately while they&amp;#8217;re in front of computer, instead of stack up on him mailbox, and only being read when they comeback tomorrow morning.
That&amp;#8217;s how Sender [...]</description>
			<content:encoded><![CDATA[<p>This new Gmail Labs feature is very useful if you ever work with people from different regions. You want to reply to them, but you want them to read this immediately while they&#8217;re in front of computer, instead of stack up on him mailbox, and only being read when they comeback tomorrow morning.</p>
<p>That&#8217;s how <strong><a href="http://gmailblog.blogspot.com/2009/04/new-in-labs-sender-time-zone.html">Sender Time Zon</a>e</strong> will be able to assist you.</p>
<p><img class="size-full wp-image-5484 alignleft" title="sender_time_zone" src="http://www.blogjer.com/wp-content/uploads/2009/04/sender_time_zone.png" alt="sender_time_zone" width="258" height="59" />Once you enable it from Gmail Labs , all emails in  mailbox will have additional information called &#8217;sender-time&#8217; once you &#8216;click &#8217;show detail&#8217;.</p>
<p>So now you know when this email has been sent and the time over there now. So do you still want to call them in the middle of the night??</p>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2008/01/22/gmail-error/" rel="bookmark" title="Permanent Link: gmail error">gmail error</a></li><li><a href="http://www.blogjer.com/2008/01/17/do-not-display-image-from-spam-email/" rel="bookmark" title="Permanent Link: Do not display image from spam emails">Do not display image from spam emails</a></li><li><a href="http://www.blogjer.com/2009/04/08/stay-connected-to-twitter-from-gmail-with-twittergadget/" rel="bookmark" title="Permanent Link: Stay connected to Twitter from Gmail with TwitterGadget">Stay connected to Twitter from Gmail with TwitterGadget</a></li><li><a href="http://www.blogjer.com/2009/02/24/does-your-gmail-turn-gfail/" rel="bookmark" title="Permanent Link: Does your Gmail turn to Gfail?">Does your Gmail turn to Gfail?</a></li><li><a href="http://www.blogjer.com/2009/02/06/offline-gmail-is-here-get-ready-to-go-offline/" rel="bookmark" title="Permanent Link: Offline Gmail is here - Get ready to go offline">Offline Gmail is here - Get ready to go offline</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/lsh4KRNbjsNplBP87HrCrMGcKTw/0/da"><img src="http://feedads.g.doubleclick.net/~a/lsh4KRNbjsNplBP87HrCrMGcKTw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/lsh4KRNbjsNplBP87HrCrMGcKTw/1/da"><img src="http://feedads.g.doubleclick.net/~a/lsh4KRNbjsNplBP87HrCrMGcKTw/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=WaEez8VIOWo:NjKnZ6vBWwg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=WaEez8VIOWo:NjKnZ6vBWwg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=WaEez8VIOWo:NjKnZ6vBWwg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=WaEez8VIOWo:NjKnZ6vBWwg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=WaEez8VIOWo:NjKnZ6vBWwg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=WaEez8VIOWo:NjKnZ6vBWwg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=WaEez8VIOWo:NjKnZ6vBWwg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=WaEez8VIOWo:NjKnZ6vBWwg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=WaEez8VIOWo:NjKnZ6vBWwg:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/WaEez8VIOWo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/11/gmail-can-tell-you-the-sender-time-zone-and-time-now/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/11/gmail-can-tell-you-the-sender-time-zone-and-time-now/</feedburner:origLink></item>
		<item>
		<title>Google Images Search adds colour filter</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/SCn1ghRIABU/</link>
		<comments>http://www.blogjer.com/2009/04/09/google-images-search-adds-colour-filter/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 05:01:15 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Promotion]]></category>

		<category><![CDATA[colour filter]]></category>

		<category><![CDATA[google images]]></category>

		<category><![CDATA[google images search]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5476</guid>
		<description>It is cool if we can filter our search  for any images by their colour. Apparently we can do that now, when Google start implementing colour filter up to 12 colours.
For instance, if I&amp;#8217;m looking for white colour Kia Sportage images, choose white colour filter, and only white colour Kia sportage will be shown, although [...]</description>
			<content:encoded><![CDATA[<p>It is cool if we can filter our search  for any images by their colour. Apparently we can do that now, when Google start implementing colour filter up to 12 colours.</p>
<p>For instance, if I&#8217;m looking for white colour Kia Sportage images, choose white colour filter, and only white colour Kia sportage will be shown, although there are silver colour Kia Sportage as well. Same goes when I filter the colour by red. Only red colour Kia Sportage images shown. Red colour seems to be more accurate filter.</p>
<p> </p>
<p><strong>White colour Kia Sportage</strong></p>
<p><a title="searchimages_white by kah631, on Flickr" href="http://www.flickr.com/photos/onlinejer/3424994187/"><img src="http://farm4.static.flickr.com/3333/3424994187_7ff44f1352_o.png" alt="searchimages_white" width="500" height="272" /></a></p>
<p><strong>Red colour Kia Sportage</strong></p>
<p><a title="searchimages_red by kah631, on Flickr" href="http://www.flickr.com/photos/onlinejer/3424994107/"><img src="http://farm4.static.flickr.com/3644/3424994107_296e851890_o.png" alt="searchimages_red" width="500" height="263" /></a></p>
<p><a href="http://googlesystem.blogspot.com/2009/04/google-image-search-color-filter.html">via</a></p>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2009/01/07/search-faces-only-images-or-photos-using-picasa-and-google-image/" rel="bookmark" title="Permanent Link: Search faces only images or photos using Picasa and Google Image">Search faces only images or photos using Picasa and Google Image</a></li><li><a href="http://www.blogjer.com/2009/03/05/gmail-introduce-filter-importexport-feature/" rel="bookmark" title="Permanent Link: Gmail introduce Filter Import/Export feature">Gmail introduce Filter Import/Export feature</a></li><li><a href="http://www.blogjer.com/2008/01/17/do-not-display-image-from-spam-email/" rel="bookmark" title="Permanent Link: Do not display image from spam emails">Do not display image from spam emails</a></li><li><a href="http://www.blogjer.com/2008/04/04/maybank-teleportation/" rel="bookmark" title="Permanent Link: Maybank teleportation">Maybank teleportation</a></li><li><a href="http://www.blogjer.com/2009/03/02/google-analytics-can-tell-you-whos-visiting-your-site-from-iphone/" rel="bookmark" title="Permanent Link: Google Analytics can tell you who&#8217;s visiting your site from iPhone">Google Analytics can tell you who&#8217;s visiting your site from iPhone</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/Jf_QgjyII08GMMvCa5I4JXRPwHQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/Jf_QgjyII08GMMvCa5I4JXRPwHQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Jf_QgjyII08GMMvCa5I4JXRPwHQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/Jf_QgjyII08GMMvCa5I4JXRPwHQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=SCn1ghRIABU:g5aWTHhb5ns:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=SCn1ghRIABU:g5aWTHhb5ns:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=SCn1ghRIABU:g5aWTHhb5ns:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=SCn1ghRIABU:g5aWTHhb5ns:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=SCn1ghRIABU:g5aWTHhb5ns:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=SCn1ghRIABU:g5aWTHhb5ns:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=SCn1ghRIABU:g5aWTHhb5ns:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=SCn1ghRIABU:g5aWTHhb5ns:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=SCn1ghRIABU:g5aWTHhb5ns:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/SCn1ghRIABU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/09/google-images-search-adds-colour-filter/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/09/google-images-search-adds-colour-filter/</feedburner:origLink></item>
		<item>
		<title>Nokia E75 starts shipping, priced at RM 1950</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/YwIo2093BPQ/</link>
		<comments>http://www.blogjer.com/2009/04/09/nokia-e75-starts-shipping-priced-at-rm-1950/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 04:40:20 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[gadget & hardware]]></category>

		<category><![CDATA[e-series]]></category>

		<category><![CDATA[E75]]></category>

		<category><![CDATA[nokia]]></category>

		<category><![CDATA[nokia E75]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5466</guid>
		<description>E75 is finally here, after brief but hit  introduction last February. Nokia E75 is now available at local market, with price tag RM1,950, after global launch a day before. Nokia.com.my has not been updated with this latest information though.
E75 run on S60, comes with 3.2 megapixel camera, HSDPA, A-GPS with Nokia Map and Nokia Messaging Service. Its [...]</description>
			<content:encoded><![CDATA[<p><img title="nokia-e75_black_05a" src="http://www.blogjer.com/wp-content/uploads/2009/02/nokia-e75_black_05a.jpg" alt="nokia-e75_black_05a" width="300" height="299" /></p>
<p>E75 is finally here, after brief but hit  <a href="http://www.blogjer.com/2009/02/17/new-nokia-eseries-lineup-nokia-e75-nokia-e55/" target="_blank">introduction</a> last February. Nokia E75 is now available at local market, with price tag RM1,950, after global launch a day before. Nokia.com.my has not been updated with this latest information though.</p>
<p>E75 run on S60, comes with 3.2 megapixel camera, HSDPA, A-GPS with Nokia Map and Nokia Messaging Service. Its slide out capable QWERTY keypad, the first on E-series, enhance its push and pull email functionality.</p>
<p><a href="http://www.mobile88.com/news/read.asp?file=/2009/4/8/20090408035959&amp;sec=News&amp;phone=Nokia_E75" target="_blank">via</a></p>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2009/02/13/nokia-5800-xpressmusic-priced-at-rm1399-with-celcom-xpax/" rel="bookmark" title="Permanent Link: Nokia 5800 XpressMusic priced at RM1399 with Celcom Xpax">Nokia 5800 XpressMusic priced at RM1399 with Celcom Xpax</a></li><li><a href="http://www.blogjer.com/2009/03/02/nokia-phones-announced-on-wmc-2009-are-now-coming-soon/" rel="bookmark" title="Permanent Link: Nokia phones announced on WMC 2009 are now &#8216;coming soon&#8217;">Nokia phones announced on WMC 2009 are now &#8216;coming soon&#8217;</a></li><li><a href="http://www.blogjer.com/2009/03/18/nokia-survey-for-comes-with-music-service/" rel="bookmark" title="Permanent Link: Nokia survey for Comes With Music service?">Nokia survey for Comes With Music service?</a></li><li><a href="http://www.blogjer.com/2009/02/17/new-nokia-eseries-lineup-nokia-e75-nokia-e55/" rel="bookmark" title="Permanent Link: New Nokia Eseries lineup : Nokia E75 &#038; Nokia E55">New Nokia Eseries lineup : Nokia E75 &#038; Nokia E55</a></li><li><a href="http://www.blogjer.com/2009/02/23/nokia-5800-xpressmusic-landed-in-singapore-with-comes-with-music-service/" rel="bookmark" title="Permanent Link: Nokia 5800 XpressMusic landed in Singapore with Comes With Music service">Nokia 5800 XpressMusic landed in Singapore with Comes With Music service</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/8tY9C6q53Vjm-CUbcIsukOdLvC0/0/da"><img src="http://feedads.g.doubleclick.net/~a/8tY9C6q53Vjm-CUbcIsukOdLvC0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/8tY9C6q53Vjm-CUbcIsukOdLvC0/1/da"><img src="http://feedads.g.doubleclick.net/~a/8tY9C6q53Vjm-CUbcIsukOdLvC0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=YwIo2093BPQ:7-MQBLfNyo4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=YwIo2093BPQ:7-MQBLfNyo4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=YwIo2093BPQ:7-MQBLfNyo4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=YwIo2093BPQ:7-MQBLfNyo4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=YwIo2093BPQ:7-MQBLfNyo4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=YwIo2093BPQ:7-MQBLfNyo4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=YwIo2093BPQ:7-MQBLfNyo4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=YwIo2093BPQ:7-MQBLfNyo4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=YwIo2093BPQ:7-MQBLfNyo4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/YwIo2093BPQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/09/nokia-e75-starts-shipping-priced-at-rm-1950/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/09/nokia-e75-starts-shipping-priced-at-rm-1950/</feedburner:origLink></item>
		<item>
		<title>Student Pad is web browser with text editor</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/qADl-OeS-mY/</link>
		<comments>http://www.blogjer.com/2009/04/09/student-pad-is-web-browser-with-text-editor/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 00:55:32 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[student pad]]></category>

		<category><![CDATA[text editor]]></category>

		<category><![CDATA[web browser]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5416</guid>
		<description>Not all web browser created with speed in mind. StudentPad by Haxaro is one such web browser which integrate text editor into the browser. The main idea is to allow users making note of what they search.
Although that sounds promising, but that&amp;#8217;s not really practical as we already had other application such as Evernote or [...]</description>
			<content:encoded><![CDATA[<p>Not all web browser created with speed in mind. StudentPad by Haxaro is one such web browser which integrate text editor into the browser. The main idea is to allow users making note of what they search.</p>
<p>Although that sounds promising, but that&#8217;s not really practical as we already had other application such as Evernote or even Google Notebook add-ons. This application  allow user to take notes by highlight any text or image,  which then automatically copied directly to that application. That is much easier, rather than typing the notes, although that method has its own advantage if you want to memorize it effectively.</p>
<p>On the UI, I wish that the text editor windows can be re-sized. It only left small spaces for web browsing purpose especially if you&#8217;re at low resolution screen.</p>
<p>Other features are including in-built calculator, Character Counter, MDI, Email Client and a bibliography template. Not much can be said about that, as that is pretty standard application on any computers nowadays. Take note also that it failed on Acid 3 test, where it scored only 13/100.</p>
<p>Student Pad is lightweight and standalone browser. With this advantage, you can keep it into your thumb drive, as it does not require any installation.</p>
<p><img class="alignnone size-full wp-image-5417" title="student_pad" src="http://www.blogjer.com/wp-content/uploads/2009/04/student_pad.png" alt="student_pad" width="500" height="375" /></p>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2009/01/23/new-zoho-notebook-plugin-plus-import-google-notebook-data-to-zoho/" rel="bookmark" title="Permanent Link: New Zoho Notebook plugin, plus import Google Notebook data to Zoho">New Zoho Notebook plugin, plus import Google Notebook data to Zoho</a></li><li><a href="http://www.blogjer.com/2009/02/28/asus-unveiled-p835-wvga-smartphone/" rel="bookmark" title="Permanent Link: Asus unveiled P835 WVGA smartphone">Asus unveiled P835 WVGA smartphone</a></li><li><a href="http://www.blogjer.com/2007/08/24/text-link-ads-change-it-affiliate-url/" rel="bookmark" title="Permanent Link: Text Link Ads change it affiliate URL">Text Link Ads change it affiliate URL</a></li><li><a href="http://www.blogjer.com/2008/06/17/who-has-similar-logo-with-googles-new-favicon/" rel="bookmark" title="Permanent Link: Who has similar logo with google&#8217;s new favicon?">Who has similar logo with google&#8217;s new favicon?</a></li><li><a href="http://www.blogjer.com/2009/03/13/internet-explorer-8-is-as-fast-as-its-competing-browsers/" rel="bookmark" title="Permanent Link: Internet Explorer 8 is as fast as its competing browsers">Internet Explorer 8 is as fast as its competing browsers</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/WDH6GQhMgmCPwqjYVqCJRYh48_g/0/da"><img src="http://feedads.g.doubleclick.net/~a/WDH6GQhMgmCPwqjYVqCJRYh48_g/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/WDH6GQhMgmCPwqjYVqCJRYh48_g/1/da"><img src="http://feedads.g.doubleclick.net/~a/WDH6GQhMgmCPwqjYVqCJRYh48_g/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=qADl-OeS-mY:_jF5rXl4d48:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=qADl-OeS-mY:_jF5rXl4d48:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=qADl-OeS-mY:_jF5rXl4d48:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=qADl-OeS-mY:_jF5rXl4d48:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=qADl-OeS-mY:_jF5rXl4d48:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=qADl-OeS-mY:_jF5rXl4d48:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=qADl-OeS-mY:_jF5rXl4d48:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=qADl-OeS-mY:_jF5rXl4d48:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=qADl-OeS-mY:_jF5rXl4d48:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/qADl-OeS-mY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/09/student-pad-is-web-browser-with-text-editor/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/09/student-pad-is-web-browser-with-text-editor/</feedburner:origLink></item>
		<item>
		<title>Celcom broadband plus HP Mini netbook packages introduced</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/pEWv5_XyatU/</link>
		<comments>http://www.blogjer.com/2009/04/08/celcom-broadband-plus-hp-mini-netbook-packages-introduced/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 23:54:54 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[telecommunication]]></category>

		<category><![CDATA[broadband]]></category>

		<category><![CDATA[broadband package]]></category>

		<category><![CDATA[Celcom]]></category>

		<category><![CDATA[Celcom Broadband]]></category>

		<category><![CDATA[HP]]></category>

		<category><![CDATA[HP Mini]]></category>

		<category><![CDATA[HP Mini 1000TU]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5444</guid>
		<description>Celcom unveiled another notebook broadband package with HP Mini 1000TU netbook plus Celcom Broadband USB model. It priced at RM88 per month for 2 years period. This is an addition to its broadband with HP Compaq plus notebook promotion that has been on running  since last year.
As price comparison, Celcom&amp;#8217;s new broadband notebook package is [...]</description>
			<content:encoded><![CDATA[<p><a href="http://www.celcom.com.my/cep/xresources/CelcomCORP/broadband/html/notebook.html"><img class="alignnone size-full wp-image-5445" title="celcom_broadband_hp" src="http://www.blogjer.com/wp-content/uploads/2009/04/celcom_broadband_hp.png" alt="celcom_broadband_hp" width="426" height="217" /></a></p>
<p>Celcom unveiled another notebook broadband package with HP Mini 1000TU netbook plus Celcom Broadband USB model. It priced at RM88 per month for 2 years period. This is an addition to its broadband with HP Compaq plus notebook promotion that has been on running  since last year.</p>
<p>As price comparison, Celcom&#8217;s new broadband notebook package is 1 buck cheaper compared to <a href="http://www.blogjer.com/2009/02/24/dell-mini-9-and-maxis-broadband-package-drop-price-to-rm89-permonth/">Maxis&#8217;s broadband package</a> which comes with Dell Inspirion Mini 9, priced at RM89 per month.</p>
<p>This deal available from Celcom dealers and branch. Check out <a href="http://www.celcom.com.my/cep/xresources/CelcomCORP/broadband/html/notebook_how_to.html">Celcom broadband</a> page for more information.</p>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2009/02/24/dell-mini-9-and-maxis-broadband-package-drop-price-to-rm89-permonth/" rel="bookmark" title="Permanent Link: Dell Mini 9 and Maxis Broadband package drop price to RM89 permonth">Dell Mini 9 and Maxis Broadband package drop price to RM89 permonth</a></li><li><a href="http://www.blogjer.com/2009/03/20/celcom-introduce-celcom-broadband-prepaid/" rel="bookmark" title="Permanent Link: Celcom introduce Celcom Broadband Prepaid">Celcom introduce Celcom Broadband Prepaid</a></li><li><a href="http://www.blogjer.com/2008/11/27/dell-inspiron-mini-9-now-equipped-with-maxis-3g-broadband/" rel="bookmark" title="Permanent Link: Dell Inspiron Mini 9 now equipped with Maxis 3G broadband">Dell Inspiron Mini 9 now equipped with Maxis 3G broadband</a></li><li><a href="http://www.blogjer.com/2009/03/22/digi-officially-unveiled-digi-broadband-services/" rel="bookmark" title="Permanent Link: Digi officially unveiled Digi Broadband services">Digi officially unveiled Digi Broadband services</a></li><li><a href="http://www.blogjer.com/2009/04/04/dell-inspiron-mini-10-netbook-price-drop-to-rm1699/" rel="bookmark" title="Permanent Link: Dell Inspiron Mini 10 netbook price drop to RM1699">Dell Inspiron Mini 10 netbook price drop to RM1699</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/amVtCLbjz8p_YAmSrIIbS4jl4FM/0/da"><img src="http://feedads.g.doubleclick.net/~a/amVtCLbjz8p_YAmSrIIbS4jl4FM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/amVtCLbjz8p_YAmSrIIbS4jl4FM/1/da"><img src="http://feedads.g.doubleclick.net/~a/amVtCLbjz8p_YAmSrIIbS4jl4FM/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=pEWv5_XyatU:m6WGZ_8yTjc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=pEWv5_XyatU:m6WGZ_8yTjc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=pEWv5_XyatU:m6WGZ_8yTjc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=pEWv5_XyatU:m6WGZ_8yTjc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=pEWv5_XyatU:m6WGZ_8yTjc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=pEWv5_XyatU:m6WGZ_8yTjc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=pEWv5_XyatU:m6WGZ_8yTjc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=pEWv5_XyatU:m6WGZ_8yTjc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=pEWv5_XyatU:m6WGZ_8yTjc:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/pEWv5_XyatU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/08/celcom-broadband-plus-hp-mini-netbook-packages-introduced/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/08/celcom-broadband-plus-hp-mini-netbook-packages-introduced/</feedburner:origLink></item>
		<item>
		<title>Gmail in iPhone and Android get new engine, offline feature and UI enhancement</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/gWZQIASG6fg/</link>
		<comments>http://www.blogjer.com/2009/04/08/gmail-and-android-iphone/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 23:54:38 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[mobile app and web]]></category>

		<category><![CDATA[android]]></category>

		<category><![CDATA[gmail]]></category>

		<category><![CDATA[Gmail label]]></category>

		<category><![CDATA[google gears]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[mobile browser]]></category>

		<category><![CDATA[offline feature]]></category>

		<category><![CDATA[web application]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5428</guid>
		<description>Google yesterday introduced new mobile browser version of Gmail, that said to be faster when user performs any action on iPhone or Android powered devices, such as reading or archiving email. The foundation behind all this speed is  HTML5 and Google Gears which is known,  for it effectiveness managing the web cache.Google Gears also will [...]</description>
			<content:encoded><![CDATA[<p>Google yesterday <a href="http://googlemobile.blogspot.com/2009/04/gmail-gets-new-engine-for-iphone-and.html">introduced</a> new mobile browser version of Gmail, that said to be faster when user performs any action on iPhone or Android powered devices, such as reading or archiving email. The foundation behind all this speed is  HTML5 and Google Gears which is known,  for it effectiveness managing the web cache.Google Gears also will keep your devices connected even on the flaky connection.</p>
<p>Beside the speed, mobile web browser version of Gmail also received enhancement on how it make even easier now for any user to manage their inbox. Now there is floaty bar appears near the top of the screen. There are options such as to archive, delete, and more. The floaty bar stays with you when you scroll down or up your inbox. This is time saver as user no longer needed to scroll up or down to press such buttons in order to delete or archive any email,  which available only at the top and bottom of the screen.</p>
<p>Final improvement is on the Label functionality. Gmail bring the Gmail&#8217;s labellings for desktop functionality to the mobile version, which mean now, it is even easier to use and looks more familiar with it.</p>
<p><object width="480" height="295" data="http://www.youtube.com/v/v5J5sA48eV0&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/v5J5sA48eV0&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2009/02/19/google-demo-the-offline-version-of-mobile-gmail-for-iphone-and-android/" rel="bookmark" title="Permanent Link: Google demo the offline version of mobile Gmail for iPhone and Android">Google demo the offline version of mobile Gmail for iPhone and Android</a></li><li><a href="http://www.blogjer.com/2009/04/08/mobile-google-calendar-now-support-event-editing-from-iphone-and-android/" rel="bookmark" title="Permanent Link: Mobile Google Calendar now support event editing from iPhone and Android">Mobile Google Calendar now support event editing from iPhone and Android</a></li><li><a href="http://www.blogjer.com/2009/02/16/rm1850-unlocked-htc-android-g1-phone-available-at-lelong/" rel="bookmark" title="Permanent Link: RM1850 Unlocked HTC Android G1 phone available at Lelong">RM1850 Unlocked HTC Android G1 phone available at Lelong</a></li><li><a href="http://www.blogjer.com/2009/03/15/facebook-connect-goes-iphone-tap-tap-revenge-2-is-one-of-earliest-adopter/" rel="bookmark" title="Permanent Link: Facebook Connect goes iPhone : Tap Tap Revenge 2 is one of earliest adopter">Facebook Connect goes iPhone : Tap Tap Revenge 2 is one of earliest adopter</a></li><li><a href="http://www.blogjer.com/2009/02/16/prettier-android-phone-htc-g2/" rel="bookmark" title="Permanent Link: Prettier Android phone: HTC G2">Prettier Android phone: HTC G2</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/AbMdlq6GzMaHK1g27aToAQiPhYg/0/da"><img src="http://feedads.g.doubleclick.net/~a/AbMdlq6GzMaHK1g27aToAQiPhYg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/AbMdlq6GzMaHK1g27aToAQiPhYg/1/da"><img src="http://feedads.g.doubleclick.net/~a/AbMdlq6GzMaHK1g27aToAQiPhYg/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=gWZQIASG6fg:zcpE2sMVTq0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=gWZQIASG6fg:zcpE2sMVTq0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=gWZQIASG6fg:zcpE2sMVTq0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=gWZQIASG6fg:zcpE2sMVTq0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=gWZQIASG6fg:zcpE2sMVTq0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=gWZQIASG6fg:zcpE2sMVTq0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=gWZQIASG6fg:zcpE2sMVTq0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=gWZQIASG6fg:zcpE2sMVTq0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=gWZQIASG6fg:zcpE2sMVTq0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/gWZQIASG6fg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/08/gmail-and-android-iphone/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/08/gmail-and-android-iphone/</feedburner:origLink></item>
		<item>
		<title>P1 Wiggy, Wimax USB modem set to launch tomorrow</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/5C_qmtecTY8/</link>
		<comments>http://www.blogjer.com/2009/04/08/p1-wiggy-wimax-usb-modem-set-to-launch-tomorrow/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 16:06:31 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[telecommunication]]></category>

		<category><![CDATA[P1]]></category>

		<category><![CDATA[P1 Wiggy]]></category>

		<category><![CDATA[Wiggy]]></category>

		<category><![CDATA[wimax]]></category>

		<category><![CDATA[Wimax modem]]></category>

		<category><![CDATA[WiMAX USB modem]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5414</guid>
		<description>The promised smaller WiMAX USB modem from P1 Wimax, is set to be launch tomorrow. P1 has put up teaser page for this upcoming modem, which is sleeker and smaller compared to the current bulky modem.
Lucky bloggers from Kongtechnology and Telco Talk has received the borrowed trial unit for testing . Telco Talk has got [...]</description>
			<content:encoded><![CDATA[<p><a href="http://www.p1.com.my/wiggy/Teaser03/index.html"><img class="alignnone size-full wp-image-5420" title="p1_wiggy" src="http://www.blogjer.com/wp-content/uploads/2009/04/p1_wiggy.png" alt="p1_wiggy" width="400" height="208" /></a></p>
<p>The promised smaller WiMAX USB modem from P1 Wimax, is set to be launch tomorrow. P1 has put up teaser page for this upcoming modem, which is sleeker and smaller compared to the current bulky modem.</p>
<p>Lucky bloggers from <a href="http://www.kongtechnology.com/2009/04/08/p1-w1max-usb-modem/#comment-91986">Kongtechnology</a> and <a href="http://www.malaysianwireless.com">Telco Talk</a> has received the borrowed trial unit for testing . Telco Talk has got more details including the <a href="http://www.malaysianwireless.com/2009/04/blogger-event-p1-wimax-usb-modem-wiggy.html">presentation slide</a> of the P1 session with bloggers.</p>
<p>Smaller USB modem should be attractive enough for users who stay away from P1 WiMAX, due to the bulky modem they have to carried around in order to get connected. This is how the modem looks like, cute right??</p>
<p><img class="alignnone size-full wp-image-5421" title="p1w1max-usb-modem" src="http://www.blogjer.com/wp-content/uploads/2009/04/p1w1max-usb-modem.jpg" alt="p1w1max-usb-modem" width="400" height="269" /></p>
<p>[credit <a href="http://www.kongtechnology.com/2009/04/08/p1-w1max-usb-modem/#comment-91986">kongtechnology</a>]</p>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2009/02/19/asus-eee-1000gh-asuss-first-wimax-equipped-netbook/" rel="bookmark" title="Permanent Link: Asus Eee 1000GH, Asus&#8217;s first WiMAX equipped netbook">Asus Eee 1000GH, Asus&#8217;s first WiMAX equipped netbook</a></li><li><a href="http://www.blogjer.com/2008/07/11/wordpress-blogging-tool-for-iphone-whats-next/" rel="bookmark" title="Permanent Link: Wordpress blogging tool for iPhone - what&#8217;s next?">Wordpress blogging tool for iPhone - what&#8217;s next?</a></li><li><a href="http://www.blogjer.com/2009/03/03/thinnest-eee-pc-asus-eee-pc-1008ha-unveiled-at-cebit/" rel="bookmark" title="Permanent Link: Thinnest Eee PC, Asus Eee PC 1008HA unveiled at CeBIT">Thinnest Eee PC, Asus Eee PC 1008HA unveiled at CeBIT</a></li><li><a href="http://www.blogjer.com/2008/01/09/kl-wireless-metropolitan/" rel="bookmark" title="Permanent Link: KL Wireless Metropolitan">KL Wireless Metropolitan</a></li><li><a href="http://www.blogjer.com/2008/11/27/dell-inspiron-mini-9-now-equipped-with-maxis-3g-broadband/" rel="bookmark" title="Permanent Link: Dell Inspiron Mini 9 now equipped with Maxis 3G broadband">Dell Inspiron Mini 9 now equipped with Maxis 3G broadband</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/ePn80Tdx9oyLCl6_6UpsqB-dDnk/0/da"><img src="http://feedads.g.doubleclick.net/~a/ePn80Tdx9oyLCl6_6UpsqB-dDnk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ePn80Tdx9oyLCl6_6UpsqB-dDnk/1/da"><img src="http://feedads.g.doubleclick.net/~a/ePn80Tdx9oyLCl6_6UpsqB-dDnk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=5C_qmtecTY8:ymYK0bqCypI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=5C_qmtecTY8:ymYK0bqCypI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=5C_qmtecTY8:ymYK0bqCypI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=5C_qmtecTY8:ymYK0bqCypI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=5C_qmtecTY8:ymYK0bqCypI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=5C_qmtecTY8:ymYK0bqCypI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=5C_qmtecTY8:ymYK0bqCypI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=5C_qmtecTY8:ymYK0bqCypI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=5C_qmtecTY8:ymYK0bqCypI:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/5C_qmtecTY8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/08/p1-wiggy-wimax-usb-modem-set-to-launch-tomorrow/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/08/p1-wiggy-wimax-usb-modem-set-to-launch-tomorrow/</feedburner:origLink></item>
		<item>
		<title>Mobile Google Calendar now support event editing from iPhone and Android</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/a2_ft4NjiTE/</link>
		<comments>http://www.blogjer.com/2009/04/08/mobile-google-calendar-now-support-event-editing-from-iphone-and-android/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 15:52:34 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[mobile app and web]]></category>

		<category><![CDATA[android]]></category>

		<category><![CDATA[google calendar]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[mobile calendar]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5429</guid>
		<description>Google has released the new mobile web version of Google Calendar for iPhone and Android, that support event editing from that devices. To access and modify event on the Mobile Google Calender, from mobile web browser, go to google.com/calendar/gp, and select any event to modify it.
Another huge improvement introduced is, the calendar will still start [...]</description>
			<content:encoded><![CDATA[<p>Google has <a href="http://googlemobile.blogspot.com/2009/04/mobile-web-calendar-for-iphone-and.html">released</a> the new mobile web version of Google Calendar for iPhone and Android, that support event editing from that devices. To access and modify event on the Mobile Google Calender, from mobile web browser, go to <a href="http://google.com/calendar/gp">google.com/calendar/gp</a>, and select any event to modify it.</p>
<p>Another huge improvement introduced is, the calendar will still start and show the last viewed events even on unstable internet connection. For note, only iPhone OS 2.2.1 and above as well as all Android phones can enjoy the new feature of Google Calendar for mobile web.</p>
<p><img class="alignnone size-full wp-image-5431" title="calendar_iphone" src="http://www.blogjer.com/wp-content/uploads/2009/04/calendar_iphone.png" alt="calendar_iphone" width="200" height="300" /></p>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2009/02/13/editing-google-spreasheet-on-mobile-phone-is-even-easier-now/" rel="bookmark" title="Permanent Link: Editing Google Spreasheet on mobile phone is even easier now">Editing Google Spreasheet on mobile phone is even easier now</a></li><li><a href="http://www.blogjer.com/2009/02/08/yahoo-calendar-beta-hands-on-and-the-similarities-and-differences-with-google-calendar/" rel="bookmark" title="Permanent Link: Yahoo Calendar Beta hands-on and the similarities and differences with Google Calendar">Yahoo Calendar Beta hands-on and the similarities and differences with Google Calendar</a></li><li><a href="http://www.blogjer.com/2009/03/05/offline-version-of-google-calendar-available-for-all/" rel="bookmark" title="Permanent Link: Offline version of Google Calendar available for all">Offline version of Google Calendar available for all</a></li><li><a href="http://www.blogjer.com/2009/03/31/tweet-to-update-google-calendar-with-twittercal/" rel="bookmark" title="Permanent Link: Tweet to update Google Calendar with Twittercal">Tweet to update Google Calendar with Twittercal</a></li><li><a href="http://www.blogjer.com/2009/02/19/google-demo-the-offline-version-of-mobile-gmail-for-iphone-and-android/" rel="bookmark" title="Permanent Link: Google demo the offline version of mobile Gmail for iPhone and Android">Google demo the offline version of mobile Gmail for iPhone and Android</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/M0J5VpELTzBiN2RBAeo7kejPpSU/0/da"><img src="http://feedads.g.doubleclick.net/~a/M0J5VpELTzBiN2RBAeo7kejPpSU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/M0J5VpELTzBiN2RBAeo7kejPpSU/1/da"><img src="http://feedads.g.doubleclick.net/~a/M0J5VpELTzBiN2RBAeo7kejPpSU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=a2_ft4NjiTE:wzvtyRgMzBE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=a2_ft4NjiTE:wzvtyRgMzBE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=a2_ft4NjiTE:wzvtyRgMzBE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=a2_ft4NjiTE:wzvtyRgMzBE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=a2_ft4NjiTE:wzvtyRgMzBE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=a2_ft4NjiTE:wzvtyRgMzBE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=a2_ft4NjiTE:wzvtyRgMzBE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=a2_ft4NjiTE:wzvtyRgMzBE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=a2_ft4NjiTE:wzvtyRgMzBE:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/a2_ft4NjiTE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/08/mobile-google-calendar-now-support-event-editing-from-iphone-and-android/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/08/mobile-google-calendar-now-support-event-editing-from-iphone-and-android/</feedburner:origLink></item>
		<item>
		<title>10-inch Acer Aspire One</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/cOr9t6QAnS8/</link>
		<comments>http://www.blogjer.com/2009/04/08/10-inch-acer-aspire-one/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 03:50:24 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Promotion]]></category>

		<category><![CDATA[10-inch Acer Aspire One]]></category>

		<category><![CDATA[acer]]></category>

		<category><![CDATA[Acer Aspire One]]></category>

		<category><![CDATA[Aspire One]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5381</guid>
		<description>8.9 inch Acer Aspire One  is a huge success for Acer. With only 1 model, it manage to top the list of most netbook sold last year. When the news broke about 10-inch Acer Aspire One  last year, it bring joy to users who want netbook with bigger screen with competitive priced, as what Acer [...]</description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-5407" title="acer_aspire_one_10" src="http://www.blogjer.com/wp-content/uploads/2009/04/acer_aspire_one_10.png" alt="acer_aspire_one_10" width="343" height="295" /></p>
<p>8.9 inch <a href="10-inch Acer Aspire One , Acer, Acer Aspire One, Aspire One">Acer</a> Aspire One  is a huge success for Acer. With only 1 model, it manage to top the list of most netbook sold last year. When the news broke about 10-inch Acer Aspire One  last year, it bring joy to users who want netbook with bigger screen with competitive priced, as what Acer did with the first version of Acer Aspire One. The rest of netbook manufacturers has come out with their own 10 inch model earlier than that.</p>
<p>The 10-inch Acer Aspire One netbook is <a href="http://www.slashgear.com/10-inch-acer-aspire-one-coming-q1-2009-2524142/">predicted</a> to be shipped on the Q1 2009 although it is no where to be seen on local marketplace such as Lowyat.net forum as well as Lelong when I do quick check today.</p>
<p>As KL PC Fair nearing its day,  I believe more users is anticipating this netbook to be there as well. The 8.9 inch model priced between RM1.1 - 1.3K, expect this model to be priced slightly higher, but lesser than <a href="http://www.blogjer.com/2009/04/04/dell-inspiron-mini-10-netbook-price-drop-to-rm1699/">Dell Mini Inspiron 10</a>.</p>
<p>Here is the basic spec. Read more at the <a href="http://www.acer.com/aspireone/style.html">Acer Aspire mini page</a>.</p>
<ul>
<li><span id="ctl00_ContentPlaceHolder1_lblQuickSpecs">CPU: 1.6-GHz Intel Atom N270</span></li>
<li>RAM: 1GB. Max upgrade to 2GB</li>
<li>Hard Drive Size/Speed: 160GB/5,400 rpm</li>
<li>Display/Resolution: 10 inches/1024 x 600</li>
<li><span id="ctl00_ContentPlaceHolder1_lblQuickSpecs">Weight: 2.8 pounds</span></li>
<li><span id="ctl00_ContentPlaceHolder1_lblQuickSpecs">Operating System: Windows XP Home</span></li>
<li><span id="ctl00_ContentPlaceHolder1_lblQuickSpecs">Graphic : </span>Intel GMA 950/384MB shared</li>
</ul>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2009/04/13/10-inch-acer-aspire-one-branded-as-aspire-one-d250/" rel="bookmark" title="Permanent Link: 10-inch Acer Aspire One branded as Aspire One D250">10-inch Acer Aspire One branded as Aspire One D250</a></li><li><a href="http://www.blogjer.com/2008/12/15/how-netbooks-fare-with-computers/" rel="bookmark" title="Permanent Link: How netbooks fare with computers">How netbooks fare with computers</a></li><li><a href="http://www.blogjer.com/2009/02/17/acer-unveiled-4-smartphones-run-on-windows-mobile-61/" rel="bookmark" title="Permanent Link: Acer unveiled 4 smartphones run on Windows Mobile 6.1">Acer unveiled 4 smartphones run on Windows Mobile 6.1</a></li><li><a href="http://www.blogjer.com/2009/02/27/apple-macbook-pro-17-inch-unibody-the-expensive-beauty/" rel="bookmark" title="Permanent Link: Apple Macbook Pro 17-inch (unibody), the expensive beauty">Apple Macbook Pro 17-inch (unibody), the expensive beauty</a></li><li><a href="http://www.blogjer.com/2009/03/06/disassembly-photos-of-the-new-mac-mini-and-imac/" rel="bookmark" title="Permanent Link: Disassembled Photos of the New Mac Mini and iMac">Disassembled Photos of the New Mac Mini and iMac</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/780mr5KvBD1U6vl5CqcaheZBJHo/0/da"><img src="http://feedads.g.doubleclick.net/~a/780mr5KvBD1U6vl5CqcaheZBJHo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/780mr5KvBD1U6vl5CqcaheZBJHo/1/da"><img src="http://feedads.g.doubleclick.net/~a/780mr5KvBD1U6vl5CqcaheZBJHo/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=cOr9t6QAnS8:jR5iVX4-a9M:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=cOr9t6QAnS8:jR5iVX4-a9M:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=cOr9t6QAnS8:jR5iVX4-a9M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=cOr9t6QAnS8:jR5iVX4-a9M:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=cOr9t6QAnS8:jR5iVX4-a9M:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=cOr9t6QAnS8:jR5iVX4-a9M:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=cOr9t6QAnS8:jR5iVX4-a9M:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=cOr9t6QAnS8:jR5iVX4-a9M:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=cOr9t6QAnS8:jR5iVX4-a9M:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/cOr9t6QAnS8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/08/10-inch-acer-aspire-one/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/08/10-inch-acer-aspire-one/</feedburner:origLink></item>
		<item>
		<title>Stay connected to Twitter from Gmail with TwitterGadget</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/3KTYU5suTJY/</link>
		<comments>http://www.blogjer.com/2009/04/08/stay-connected-to-twitter-from-gmail-with-twittergadget/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 02:46:47 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[socialize & media]]></category>

		<category><![CDATA[gmail]]></category>

		<category><![CDATA[gmail widget]]></category>

		<category><![CDATA[twitter]]></category>

		<category><![CDATA[TwitterGadget]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5395</guid>
		<description>TwitterGadget is Twitter client that you need if you&amp;#8217;re really into Twitter. Unlike other client based Twitter client such as Thwirl, which is useful, but consume another memories and CPUs power, TwitterGadget lives on Gmail (and iGoogle or other app that support widget). You save more resources here.
I used to left Gmail opened in web [...]</description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-5397" title="twittergadget" src="http://www.blogjer.com/wp-content/uploads/2009/04/twittergadget.png" alt="twittergadget" width="100" height="284" /><strong>TwitterGadget</strong> is Twitter client that you need if you&#8217;re really into Twitter. Unlike other client based Twitter client such as Thwirl, which is useful, but consume another memories and CPUs power, TwitterGadget lives on Gmail (and iGoogle or other app that support widget). You save more resources here.</p>
<p>I used to left Gmail opened in web browser when I&#8217;m online doing my work or in the office, so does everyone else, I believe. So that&#8217;s how TwitterGadget complement Gmail. You get your email and Tweeter in same place , same page. Installation is straight forward by following this <a href="http://www.twittergadget.com/how_to_install.html">link</a>.</p>
<p>By default, TwitterGadget appear on Gmail&#8217;s sidebar like the screen on the right side. It is small, but just nice to show any tweet update. No worry, as it can be re-sized to full screen, by clicking the double arrow located on the widget title.</p>
<p>When you&#8217;re login for the first time, there is option if you would like to set Twitter to refresh in certain time interval, which is highly recommended. Otherwise, you won&#8217;t be able to see the tweet updates.</p>
<p>Twittergadget also is &#8217;shortcut-rich&#8217; applications. You&#8217;ll find the <a href="http://www.twittergadget.com/keyboard_shortcuts.html">shortcut</a> provided are very useful to get maximum out of from this application. But remember, this shortcut can only be used in larger view screen.</p>
<p>If you&#8217;re not using Gmail or Google, don&#8217;t worry as you can still view it directly from the web browser by following this <a href="http://www.twittergadget.com/gadget.asp">link</a>. It has the same feeling and looks as the widget version.</p>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2009/01/28/gmail-goes-offline/" rel="bookmark" title="Permanent Link: Gmail goes offline">Gmail goes offline</a></li><li><a href="http://www.blogjer.com/2008/05/29/twitter-bug-that-is-quite-irritating/" rel="bookmark" title="Permanent Link: Twitter bug that is quite irritating">Twitter bug that is quite irritating</a></li><li><a href="http://www.blogjer.com/2009/02/10/twitter-wiki/" rel="bookmark" title="Permanent Link: Twitter Wiki">Twitter Wiki</a></li><li><a href="http://www.blogjer.com/2009/02/03/tech-tips-to-techmeme-via-twitter/" rel="bookmark" title="Permanent Link: Tech tips to Techmeme via Twitter">Tech tips to Techmeme via Twitter</a></li><li><a href="http://www.blogjer.com/2009/01/05/someone-is-phishing-on-twitter/" rel="bookmark" title="Permanent Link: Someone is &#8216;phishing&#8217; on Twitter">Someone is &#8216;phishing&#8217; on Twitter</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/jMuXxRsKoA3Bgb1R2f2yTINzmXk/0/da"><img src="http://feedads.g.doubleclick.net/~a/jMuXxRsKoA3Bgb1R2f2yTINzmXk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/jMuXxRsKoA3Bgb1R2f2yTINzmXk/1/da"><img src="http://feedads.g.doubleclick.net/~a/jMuXxRsKoA3Bgb1R2f2yTINzmXk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=3KTYU5suTJY:lnuHrmE9ttM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=3KTYU5suTJY:lnuHrmE9ttM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=3KTYU5suTJY:lnuHrmE9ttM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=3KTYU5suTJY:lnuHrmE9ttM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=3KTYU5suTJY:lnuHrmE9ttM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=3KTYU5suTJY:lnuHrmE9ttM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=3KTYU5suTJY:lnuHrmE9ttM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=3KTYU5suTJY:lnuHrmE9ttM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=3KTYU5suTJY:lnuHrmE9ttM:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/3KTYU5suTJY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/08/stay-connected-to-twitter-from-gmail-with-twittergadget/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/08/stay-connected-to-twitter-from-gmail-with-twittergadget/</feedburner:origLink></item>
		<item>
		<title>Personas add-ons colours your Firefox</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/N1_RTR-b8-4/</link>
		<comments>http://www.blogjer.com/2009/04/07/personas-add-ons-colours-your-firefox/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 16:05:40 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Promotion]]></category>

		<category><![CDATA[add-ons]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[mozilla lab]]></category>

		<category><![CDATA[personas]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5386</guid>
		<description>Personas introduced by  Mozilla Labs is a Firefox add-ons, which makes your Firefox looks prettier. It made easier for you, to switch from theme to another, right from the the Firefox menu as well.
Personas comes with tonnes of themes from variety of categories. With only few clicks away from the Personas menu available in Firefox, [...]</description>
			<content:encoded><![CDATA[<p><strong>Personas</strong> <a href="http://blog.mozilla.com/blog/2009/03/31/personas/">introduced</a> by  Mozilla Labs is a Firefox add-ons, which makes your Firefox looks prettier. It made easier for you, to switch from theme to another, right from the the Firefox menu as well.</p>
<p>Personas comes with tonnes of themes from variety of categories. With only few clicks away from the Personas menu available in Firefox, the theme changed to what suit your mood. Nice? Get em now..</p>
<p>What do you think of the theme below??</p>
<p><object width="400" height="300" data="http://vimeo.com/moogaloop.swf?clip_id=3841582&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=3841582&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /></object><br />
<a href="http://vimeo.com/3841582">Getting Started with Personas</a> from <a href="http://vimeo.com/user1482657">Mozilla Labs</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p><a title="personas2 by kah631, on Flickr" href="http://www.flickr.com/photos/onlinejer/3421612328/"><img src="http://farm4.static.flickr.com/3566/3421612328_8c0d11060a_o.png" alt="personas2" width="500" height="375" /></a></p>
<p><a title="personas by kah631, on Flickr" href="http://www.flickr.com/photos/onlinejer/3420803731/"><img src="http://farm4.static.flickr.com/3396/3420803731_258a42d15c_o.png" alt="personas" width="500" height="375" /></a></p>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2008/06/16/get-yourself-firefox-3/" rel="bookmark" title="Permanent Link: Get yourself Firefox 3">Get yourself Firefox 3</a></li><li><a href="http://www.blogjer.com/2009/02/01/mobilefirefox-bring-firefox-on-your-thumbdrive/" rel="bookmark" title="Permanent Link: MobileFirefox - Bring Firefox on your thumbdrive.">MobileFirefox - Bring Firefox on your thumbdrive.</a></li><li><a href="http://www.blogjer.com/2008/07/03/its-official-firefox-3-is-the-largest-number-of-software-downloads-in-24-hours/" rel="bookmark" title="Permanent Link: It&#8217;s official - Firefox 3 is the Largest number of software downloads in 24 hours">It&#8217;s official - Firefox 3 is the Largest number of software downloads in 24 hours</a></li><li><a href="http://www.blogjer.com/2009/03/23/firefox-add-ons-double-click-to-reload-page/" rel="bookmark" title="Permanent Link: Firefox Add-ons: Double-click to reload page">Firefox Add-ons: Double-click to reload page</a></li><li><a href="http://www.blogjer.com/2009/02/01/google-chroming-firefox-with-chromes-new-tab-style/" rel="bookmark" title="Permanent Link: Google &#8216;chroming&#8217; Firefox with Chrome&#8217;s new tab style">Google &#8216;chroming&#8217; Firefox with Chrome&#8217;s new tab style</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/tNZ-f5LAzrYFg2VAsEhycvIvmU4/0/da"><img src="http://feedads.g.doubleclick.net/~a/tNZ-f5LAzrYFg2VAsEhycvIvmU4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/tNZ-f5LAzrYFg2VAsEhycvIvmU4/1/da"><img src="http://feedads.g.doubleclick.net/~a/tNZ-f5LAzrYFg2VAsEhycvIvmU4/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=N1_RTR-b8-4:yOwlepCo-FQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=N1_RTR-b8-4:yOwlepCo-FQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=N1_RTR-b8-4:yOwlepCo-FQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=N1_RTR-b8-4:yOwlepCo-FQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=N1_RTR-b8-4:yOwlepCo-FQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=N1_RTR-b8-4:yOwlepCo-FQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=N1_RTR-b8-4:yOwlepCo-FQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=N1_RTR-b8-4:yOwlepCo-FQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=N1_RTR-b8-4:yOwlepCo-FQ:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/N1_RTR-b8-4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/07/personas-add-ons-colours-your-firefox/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/07/personas-add-ons-colours-your-firefox/</feedburner:origLink></item>
		<item>
		<title>Cuil include timelines on the search result</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/Cufpv_nkpDE/</link>
		<comments>http://www.blogjer.com/2009/04/07/cuil-include-timelines-on-the-search-result/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 15:10:59 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[SEO & Webmaster]]></category>

		<category><![CDATA[cuil]]></category>

		<category><![CDATA[timeline]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5185</guid>
		<description>Cuil has updated it search results page, which is now include related story in timelines.
For instance, you want to know how iPhone started and the related news and update.  Just run query for iPhone, and it will shows the results as well as the timelines box at the top right of the search result screen.
Resize [...]</description>
			<content:encoded><![CDATA[<p>Cuil has <a href="http://www.cuil.com/info/blog/2009/03/31/launching-timelines">updated</a> it search results page, which is now include related story in timelines.</p>
<p>For instance, you want to know how <a href="http://www.cuil.com/search?q=iphone">iPhone</a> started and the related news and update.  Just run query for iPhone, and it will shows the results as well as the timelines box at the top right of the search result screen.</p>
<p>Resize the windows to get the bigger views where you can see the stories are sorted by its date. You can specify for which period that you want to view as well.</p>
<p>However it seems like that, the timelines is available for US related keyphrase only.</p>
<p><img class="aligncenter size-full wp-image-5382" title="timeline" src="http://www.blogjer.com/wp-content/uploads/2009/04/timeline.png" alt="timeline" width="500" height="266" /></p>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2009/03/05/cuil-ui-redesigned/" rel="bookmark" title="Permanent Link: Cuil UI redesigned">Cuil UI redesigned</a></li><li><a href="http://www.blogjer.com/2009/04/01/stay-here-yahoo-said-when-you-search-for-google-ask-and-live/" rel="bookmark" title="Permanent Link: Stay here, Yahoo said when you search for Google, Ask and Live">Stay here, Yahoo said when you search for Google, Ask and Live</a></li><li><a href="http://www.blogjer.com/2008/04/04/maybank-teleportation/" rel="bookmark" title="Permanent Link: Maybank teleportation">Maybank teleportation</a></li><li><a href="http://www.blogjer.com/2009/03/26/google-result-pages-improved-with-related-searches-and-longer-snippets/" rel="bookmark" title="Permanent Link: Google result pages improved with related searches and longer snippets">Google result pages improved with related searches and longer snippets</a></li><li><a href="http://www.blogjer.com/2009/03/16/embed-videos-and-games-on-yahoo-search-result-with-searchmonkey/" rel="bookmark" title="Permanent Link: Embed videos and games on Yahoo search result with SearchMonkey">Embed videos and games on Yahoo search result with SearchMonkey</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/C78Js7jyXzEatzCO6mJ-eEE-cGI/0/da"><img src="http://feedads.g.doubleclick.net/~a/C78Js7jyXzEatzCO6mJ-eEE-cGI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/C78Js7jyXzEatzCO6mJ-eEE-cGI/1/da"><img src="http://feedads.g.doubleclick.net/~a/C78Js7jyXzEatzCO6mJ-eEE-cGI/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=Cufpv_nkpDE:6nWK8ZZN2wY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=Cufpv_nkpDE:6nWK8ZZN2wY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=Cufpv_nkpDE:6nWK8ZZN2wY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=Cufpv_nkpDE:6nWK8ZZN2wY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=Cufpv_nkpDE:6nWK8ZZN2wY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=Cufpv_nkpDE:6nWK8ZZN2wY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=Cufpv_nkpDE:6nWK8ZZN2wY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=Cufpv_nkpDE:6nWK8ZZN2wY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=Cufpv_nkpDE:6nWK8ZZN2wY:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/Cufpv_nkpDE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/07/cuil-include-timelines-on-the-search-result/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/07/cuil-include-timelines-on-the-search-result/</feedburner:origLink></item>
		<item>
		<title>Celcom’s pricing and data plan for Blackberry Storm</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/ZWbd38_LLA0/</link>
		<comments>http://www.blogjer.com/2009/04/07/celcoms-pricing-and-data-plan-for-blackberry-storm/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 04:52:39 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[gadget & hardware]]></category>

		<category><![CDATA[Blackberry]]></category>

		<category><![CDATA[blackberry storm]]></category>

		<category><![CDATA[Celcom]]></category>

		<category><![CDATA[data plan]]></category>

		<category><![CDATA[RIM]]></category>

		<category><![CDATA[storm]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5366</guid>
		<description>Although Celcom has yet to finalized the price and plan for its Blackberry Storm, apparently it is already available on RIM&amp;#8217;s press release page.  It will be priced at RM2,499, although it did mention rebates will be available subject to promotion plans. 
Following tables is the Celcom&amp;#8217;s data plan which available from as low as RM38.  This is [...]</description>
			<content:encoded><![CDATA[<p>Although Celcom has yet to finalized the price and plan for its Blackberry Storm, apparently it is already available on RIM&#8217;s <a href="http://press.rim.com/release.jsp?id=2225">press release</a> page.  It will be priced at RM2,499, although it did mention rebates will be available subject to promotion plans. </p>
<p>Following tables is the Celcom&#8217;s data plan which available from as low as RM38.  This is similar plan for the rest of RIM&#8217;s devices too.</p>
<p>The BlackBerry Storm is expected to be available from Celcom and Maxis from end of April.</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="7" width="612" valign="top">
<div><strong>Celcom PowerTools Mobile Email Plans</strong></div>
</td>
</tr>
<tr>
<td rowspan="2" width="103" valign="top">
<div>BlackBerry Solutions</div>
</td>
<td colspan="3" width="245" valign="top">
<div><strong>BlackBerry Internet Service<span> </span></strong></div>
<div><em>(For small companies)</em></div>
</td>
<td colspan="3" width="264" valign="top">
<div><strong>BlackBerry Enterprise Server<span> </span></strong><em>(For medium and large companies)</em></div>
</td>
</tr>
<tr>
<td width="65" valign="top">
<div><strong>Basic</strong></div>
</td>
<td width="84" valign="top">
<div><strong>Advanced</strong></div>
</td>
<td width="96" valign="top">
<div><strong>Professional</strong></div>
</td>
<td width="72" valign="top">
<div><strong>Basic</strong></div>
</td>
<td width="84" valign="top">
<div><strong>Advanced</strong></div>
</td>
<td width="108" valign="top">
<div><strong>Professional</strong></div>
</td>
</tr>
<tr>
<td width="103" valign="top">
<div>Monthly fee</div>
</td>
<td width="65" valign="top">
<div>RM38</div>
</td>
<td width="84" valign="top">
<div>RM58</div>
</td>
<td width="96" valign="top">
<div>RM98</div>
</td>
<td width="72" valign="top">
<div>RM48</div>
</td>
<td width="84" valign="top">
<div>RM68</div>
</td>
<td width="108" valign="top">
<div>RM128</div>
</td>
</tr>
<tr>
<td width="103" valign="top">
<div>Free local email usage</div>
</td>
<td width="65" valign="top">
<div>1<sup>st</sup> 5MB</div>
</td>
<td width="84" valign="top">
<div>1<sup>st</sup> 10MB</div>
</td>
<td width="96" valign="top">
<div>Unlimited</div>
</td>
<td width="72" valign="top">
<div>1<sup>st</sup> 5MB</div>
</td>
<td width="84" valign="top">
<div>1<sup>st</sup> 10MB</div>
</td>
<td width="108" valign="top">
<div>Unlimited</div>
</td>
</tr>
<tr>
<td width="103" valign="top">
<div>Thereafter rate for local email usage</div>
</td>
<td colspan="2" width="149" valign="top">
<div>10sen / 10kb for subsequent usage</div>
</td>
<td width="96" valign="top">
<div>FREE</div>
</td>
<td colspan="2" width="156" valign="top">
<div>10sen / 10kb for subsequent usage</div>
</td>
<td width="108" valign="top">
<div>FREE</div>
</td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="3" width="612" valign="top">
<div><strong>BlackBerry Pricing for Retail/Mass Market</strong></div>
</td>
</tr>
<tr>
<td rowspan="2" width="240" valign="top">
<div>BlackBerry Solutions</div>
</td>
<td colspan="2" width="372" valign="top">
<div><strong>BlackBerry Internet Service<span> </span></strong></div>
<div><em>(For individuals)</em></div>
</td>
</tr>
<tr>
<td width="228" valign="top">
<div><strong>Basic</strong></div>
</td>
<td width="144" valign="top">
<div><strong>Advanced</strong></div>
</td>
</tr>
<tr>
<td width="240" valign="top">
<div>Monthly fee</div>
</td>
<td width="228" valign="top">
<div>RM38</div>
</td>
<td width="144" valign="top">
<div>RM98</div>
</td>
</tr>
<tr>
<td width="240" valign="top">
<div>Data Usage (Email + browsing)</div>
</td>
<td width="228" valign="top">
<div>1<sup>st</sup> 5MB</div>
</td>
<td width="144" valign="top">
<div>Unlimited</div>
</td>
</tr>
<tr>
<td width="240" valign="top">
<div>Thereafter rate for local email usage</div>
</td>
<td width="228" valign="top">
<div>10sen / 10kb for subsequent usage</div>
</td>
<td width="144" valign="top">
<div>Free</div>
</td>
</tr>
</tbody>
</table>
<p>Read the <a href="http://press.rim.com/release.jsp?id=2225">press release</a>.</p>
<blockquote>
<p align="right"><strong><em>April 6, 2009</em></strong></p>
<h3 class="blue">Celcom and RIM Launch the BlackBerry Storm Smartphone in Malaysia</h3>
<p><strong>Celcom continues to strengthen its BlackBerry offerings with the introduction of the award-winning BlackBerry Storm smartphone</strong></p>
<p><em>Kuala Lumpur, Malaysia</em> - Celcom (Malaysia) Berhad and Research In Motion (RIM) (Nasdaq: RIMM; TSX RIM) today introduced the BlackBery® Storm™, the world’s first ”clickable” touch-screen smartphone, to the Malayasian market. Distinguished with the GSMA’s Best Mobile Technology Breakthrough award at Mobile World Congress 2009, its innovative SurePress™ touch-screen responds like a physical keyboard by actually depressing ever so slightly when pressed and it supports single-touch, multi-touch and gestures for intuitive and efficient application navigation.</p>
<p>The BlackBerry Storm smartphone boasts exceptional performance, a stunning display, 3G (HSPA) network support, desktop-style web pages and advanced multimedia capabilities including a 3.2 megapixel camera with video recording, a powerful media player and an expandable memory card slot. In addition, the BlackBerry Storm includes a first class phone, easy access to popular IM and social networking services, built-in GPS and the industry&#8217;s leading email and messaging capabilities – all designed to give users an incredibly powerful, fast and intuitive mobile experience.</p>
<p>“Recognised as the market leader in the Malaysian mobile business industry, it is not surprising that Celcom continues to go a step further in offering only the best and  most exciting products to ensure our customers’ telecommunications needs are constantly met,” said Dato’ Sri Shazalli Ramly, Chief Executive Officer, Celcom (Malaysia) Berhad.</p>
<p>“BlackBerry smartphones have been adopted by millions of business customers to drive productivity gains. Building from success in the business world to also meet consumer desires, the BlackBerry Storm addresses the lifestyle needs of Malaysians. We will be offering the BlackBerry Storm smartphone to both the consumer and enterprise markets. This smartphone’s cutting-edge features and capabilities, together with Celcom’s broadband network coverage, will be an attractive offering to Celcom customers,” said Dato’ Sri Shazalli.</p>
<p>“The BlackBerry Storm brings a new and improved user experience to touch-screen smartphones and with its rich set of communications features and multimedia capabilities packaged in a chic design, it offers an excellent choice to customers who are looking for a powerful, fun and fashionable handset to suit their mobile needs. We are very pleased to be working with Celcom to bring the BlackBerry Storm smartphone to their consumer and business customers in Malaysia,” said Dany Bolduc, Regional Director, Asia Pacific at Research In Motion.</p>
<p>Dato’ Sri Shazalli further added that as Malaysia’s No. 1 mobile broadband provider with the widest broadband coverage, Celcom’s launch of the BlackBerry Storm is now more relevant than ever as more and more Malaysians depend on instant connectivity when communicating with friends, family and business associates. Celcom currently offers broadband coverage in 71% of the populated areas in Malaysia and boasts the largest mobile broadband community, exceeding 270,000 mobile broadband subscribers as of the end of February 2009.</p>
<p><strong>Availability</strong><br />
The BlackBerry Storm smartphone will be available for Celcom customers in Malaysia from end April at RM2,499. Rebates will be available subject to promotion plans. For more information, please visit <a href="http://www.celcom.com.my/business">www.celcom.com.my/business</a>.</p>
<p>Celcom customers can also call 1-800-111-777 to order their BlackBerry Storm smartphone.</p>
<p>The BlackBerry Storm will also come with the flexible and cost-effective Celcom Email Plans, which cater to the different needs of Celcom’s customers. With these mobile email plans, users can access their corporate and personal email accounts from as low as RM38 a month. BlackBerry® Internet Service subscribers can select from plans for light or heavy email use and additional plans are available for organisations that deploy BlackBerry® Enterprise Server.</p>
<p>“We understand that our customers telecommunications needs vary, which is why we have come up with mobile plans that suit their particular requirements. Most importantly, our flexible mobile solutions enable customers to enjoy instant and reliable connectivity as well as seamless communication, anytime and anywhere,” Dato’ Sri Shazalli added.</p>
<p>In addition, Celcom will be introducing an exclusive section for BlackBerry users in its Channel X and Channel C wap portal which will consist of hundreds of premium and free content options as well as ringtones, games, applications, themes and much more. To access Channel X, customers just need to visit <a href="http://www.channelx.com.my/">www.channelx.com.my</a> or dial *188# from their mobile phones. Channel C is Celcom’s Malaysian content that offers the most rewarding downloads, which customers can access by typing *119# from their mobile phones.</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="7" width="612" valign="top">
<div><strong>Celcom PowerTools Mobile Email Plans</strong></div>
</td>
</tr>
<tr>
<td rowspan="2" width="103" valign="top">
<div>BlackBerry Solutions</div>
</td>
<td colspan="3" width="245" valign="top">
<div><strong>BlackBerry Internet Service<span> </span></strong></div>
<div><em>(For small companies)</em></div>
</td>
<td colspan="3" width="264" valign="top">
<div><strong>BlackBerry Enterprise Server<span> </span></strong><em>(For medium and large companies)</em></div>
</td>
</tr>
<tr>
<td width="65" valign="top">
<div><strong>Basic</strong></div>
</td>
<td width="84" valign="top">
<div><strong>Advanced</strong></div>
</td>
<td width="96" valign="top">
<div><strong>Professional</strong></div>
</td>
<td width="72" valign="top">
<div><strong>Basic</strong></div>
</td>
<td width="84" valign="top">
<div><strong>Advanced</strong></div>
</td>
<td width="108" valign="top">
<div><strong>Professional</strong></div>
</td>
</tr>
<tr>
<td width="103" valign="top">
<div>Monthly fee</div>
</td>
<td width="65" valign="top">
<div>RM38</div>
</td>
<td width="84" valign="top">
<div>RM58</div>
</td>
<td width="96" valign="top">
<div>RM98</div>
</td>
<td width="72" valign="top">
<div>RM48</div>
</td>
<td width="84" valign="top">
<div>RM68</div>
</td>
<td width="108" valign="top">
<div>RM128</div>
</td>
</tr>
<tr>
<td width="103" valign="top">
<div>Free local email usage</div>
</td>
<td width="65" valign="top">
<div>1<sup>st</sup> 5MB</div>
</td>
<td width="84" valign="top">
<div>1<sup>st</sup> 10MB</div>
</td>
<td width="96" valign="top">
<div>Unlimited</div>
</td>
<td width="72" valign="top">
<div>1<sup>st</sup> 5MB</div>
</td>
<td width="84" valign="top">
<div>1<sup>st</sup> 10MB</div>
</td>
<td width="108" valign="top">
<div>Unlimited</div>
</td>
</tr>
<tr>
<td width="103" valign="top">
<div>Thereafter rate for local email usage</div>
</td>
<td colspan="2" width="149" valign="top">
<div>10sen / 10kb for subsequent usage</div>
</td>
<td width="96" valign="top">
<div>FREE</div>
</td>
<td colspan="2" width="156" valign="top">
<div>10sen / 10kb for subsequent usage</div>
</td>
<td width="108" valign="top">
<div>FREE</div>
</td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="3" width="612" valign="top">
<div><strong>BlackBerry Pricing for Retail/Mass Market</strong></div>
</td>
</tr>
<tr>
<td rowspan="2" width="240" valign="top">
<div>BlackBerry Solutions</div>
</td>
<td colspan="2" width="372" valign="top">
<div><strong>BlackBerry Internet Service<span> </span></strong></div>
<div><em>(For individuals)</em></div>
</td>
</tr>
<tr>
<td width="228" valign="top">
<div><strong>Basic</strong></div>
</td>
<td width="144" valign="top">
<div><strong>Advanced</strong></div>
</td>
</tr>
<tr>
<td width="240" valign="top">
<div>Monthly fee</div>
</td>
<td width="228" valign="top">
<div>RM38</div>
</td>
<td width="144" valign="top">
<div>RM98</div>
</td>
</tr>
<tr>
<td width="240" valign="top">
<div>Data Usage (Email + browsing)</div>
</td>
<td width="228" valign="top">
<div>1<sup>st</sup> 5MB</div>
</td>
<td width="144" valign="top">
<div>Unlimited</div>
</td>
</tr>
<tr>
<td width="240" valign="top">
<div>Thereafter rate for local email usage</div>
</td>
<td width="228" valign="top">
<div>10sen / 10kb for subsequent usage</div>
</td>
<td width="144" valign="top">
<div>Free</div>
</td>
</tr>
</tbody>
</table>
<p><strong>Features of the BlackBerry Storm smartphone include: </strong></p>
<ul>
<li>Sleek, stylish design with contoured corners, stainless steel back and chromed frame</li>
<li>Large (3.25-inch), &#8220;clickable&#8221; SurePress touch-screen with 480 x 360 resolution at 184 ppi, delivering vibrant colours and eye pleasing clarity</li>
<li>An ambient light sensor that automatically adjusts the backlighting and an accelerometer that allows customers to view applications in either portrait or landscape mode</li>
<li>Media player that can play movies smoothly in full screen mode, display pictures and slideshows quickly and manage an entire music collection (playlists can be created directly on the smartphone)</li>
<li>Support for popular instant messaging services and social networking sites</li>
<li>3.2 megapixel camera with variable zoom, auto focus and a powerful flash that also provides continuous lighting when recording video</li>
<li>A 3.5 mm stereo headset jack, support for Bluetooth® stereo audio profile (A2DP/AVRCP) and dedicated volume controls</li>
<li>Built-in GPS that supports location-based applications and services, as well as geotagging photos</li>
<li>1 GB of on board memory storage and a microSD/SDHC memory card slot that supports up to 16 GB of additional storage per card. An 8GB microSDHC card comes preinstalled</li>
<li>Preloaded DataViz® Documents to Go® allows users to edit Microsoft® Word, Excel and PowerPoint files directly on the smartphone</li>
<li>Support for a wide range of business and lifestyle applications</li>
<li>Removable and rechargeable 1400 mAhr battery that provides approximately 6 hours of talk time on 3G networks and 15 days of standby time</li>
<li>Support on BlackBerry Internet Service and BlackBerry Enterprise Server</li>
</ul>
<p><strong>About Celcom (Malaysia) Berhad</strong><br />
Celcom (Malaysia) Berhad is now the country’s most experienced and premier mobile cellular telecommunications company with 8.76 million customers. It currently has the widest network coverage covering 98% of the populated areas in the country. It was the first to launch 3G services in Malaysia and has the widest 2G, 3G and 3.5G coverage in the country.</p>
<p>Celcom also offers international roaming service in 134 countries and over 359 networks worldwide. It currently offers mobile telephony services in Malaysia for postpaid and prepaid products under the 013, 019 and 0148 access codes. Celcom is a member of the TMI Group of Companies.</p>
<p>For more information on Celcom, log on to <a href="http://www.celcom.com.my/">http://www.celcom.com.my</a></p></blockquote>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2009/04/13/celcom-run-promotion-for-its-blackberry-storm-packages/" rel="bookmark" title="Permanent Link: Celcom run promotion for its Blackberry Storm packages">Celcom run promotion for its Blackberry Storm packages</a></li><li><a href="http://www.blogjer.com/2009/03/29/celcom-to-unveil-blackberry-storm-this-april/" rel="bookmark" title="Permanent Link: Celcom to unveil Blackberry Storm this April">Celcom to unveil Blackberry Storm this April</a></li><li><a href="http://www.blogjer.com/2009/04/02/celcoms-blackberry-storm-vs-maxiss-iphone/" rel="bookmark" title="Permanent Link: Celcom&#8217;s Blackberry Storm VS Maxis&#8217;s iPhone">Celcom&#8217;s Blackberry Storm VS Maxis&#8217;s iPhone</a></li><li><a href="http://www.blogjer.com/2009/04/06/blackberry-storm-coming-to-maxis/" rel="bookmark" title="Permanent Link: Blackberry Storm coming to Maxis">Blackberry Storm coming to Maxis</a></li><li><a href="http://www.blogjer.com/2008/12/23/blackberry-bold-maxis-vs-celcom-package-plan/" rel="bookmark" title="Permanent Link: Blackberry Bold - Maxis VS Celcom package plan">Blackberry Bold - Maxis VS Celcom package plan</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/JnUUawFkqHaWdDuYn60HGq4l0gc/0/da"><img src="http://feedads.g.doubleclick.net/~a/JnUUawFkqHaWdDuYn60HGq4l0gc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/JnUUawFkqHaWdDuYn60HGq4l0gc/1/da"><img src="http://feedads.g.doubleclick.net/~a/JnUUawFkqHaWdDuYn60HGq4l0gc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=ZWbd38_LLA0:wrKCsdu2SsY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=ZWbd38_LLA0:wrKCsdu2SsY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=ZWbd38_LLA0:wrKCsdu2SsY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=ZWbd38_LLA0:wrKCsdu2SsY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=ZWbd38_LLA0:wrKCsdu2SsY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=ZWbd38_LLA0:wrKCsdu2SsY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=ZWbd38_LLA0:wrKCsdu2SsY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=ZWbd38_LLA0:wrKCsdu2SsY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=ZWbd38_LLA0:wrKCsdu2SsY:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/ZWbd38_LLA0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/07/celcoms-pricing-and-data-plan-for-blackberry-storm/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/07/celcoms-pricing-and-data-plan-for-blackberry-storm/</feedburner:origLink></item>
		<item>
		<title>6 months active domain to join Adsense program for new publisher?</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/bQqBad2D3CA/</link>
		<comments>http://www.blogjer.com/2009/04/07/6-months-active-domain-to-join-adsense-program-for-new-publisher/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 02:34:08 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Adsense]]></category>

		<category><![CDATA[google adsense]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5359</guid>
		<description>I still remember the day when I applied for Adsense account almost 3 years ago. The only site that I have is on Googlepages (not Google Sites), which is about 2 months old if I&amp;#8217;m not mistaken. Since then I never apply for a new account.. you know, that is against Adsense TOS.
So it is [...]</description>
			<content:encoded><![CDATA[<p>I still remember the day when I applied for Adsense account almost 3 years ago. The only <img class="alignright size-full wp-image-5360" title="adsense" src="http://www.blogjer.com/wp-content/uploads/2009/04/adsense.jpg" alt="adsense" width="153" height="62" />site that I have is on Googlepages (not Google Sites), which is about 2 months old if I&#8217;m not mistaken. Since then I never apply for a new account.. you know, that is against Adsense TOS.</p>
<p>So it is quite surprising <a href="http://www.jensense.com/2009/04/05/adsense-rejecting-new-applications-on-new-domains/">to know</a> that Google now require the new applicant to have at least domain that active for 6 months. Seriously, I can&#8217;t find anywhere in <a href="https://www.google.com/adsense/localized-terms">Term and Condition</a>, <a href="https://www.google.com/adsense/support/bin/answer.py?answer=48182&amp;sourceid=aso&amp;subid=ww-ww-et-asui&amp;medium=link">Program Policies</a>. If this is indeed truth, anyone thinking of registering for Adsense account should thinking twice before doing that. Just to make sure that Google didn&#8217;t keep the record of your application before, in assessing your application.</p>
<p>Just curious if this is just not written rules applied for new publishers? For current publishers however, they&#8217;re free to put Adsense code onto their new website, as long as it is not under construction and fully compliance with Adsense&#8217;s terms of use. The Adsense ads will immediately appear after a while.</p>
<p>This is something new, and let see if Google is going to make this official rules.</p>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2009/02/19/adsense-for-domain-opens-its-door-for-everyone-now/" rel="bookmark" title="Permanent Link: Adsense for domain opens its door for everyone now">Adsense for domain opens its door for everyone now</a></li><li><a href="http://www.blogjer.com/2008/12/16/monetizing-undeveloped-domain-with-adsense/" rel="bookmark" title="Permanent Link: Monetizing undeveloped domain with Adsense">Monetizing undeveloped domain with Adsense</a></li><li><a href="http://www.blogjer.com/2009/03/04/earning-report-in-euro-currency-for-some-european-countries/" rel="bookmark" title="Permanent Link: Earning report in Euro currency for some European countries">Earning report in Euro currency for some European countries</a></li><li><a href="http://www.blogjer.com/2007/07/15/life-without-google-adsense/" rel="bookmark" title="Permanent Link: Life without Google Adsense">Life without Google Adsense</a></li><li><a href="http://www.blogjer.com/2008/04/03/i-still-make-money-online-using-kontera/" rel="bookmark" title="Permanent Link: I still make money online using Kontera">I still make money online using Kontera</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/X5h_kL40i-kUV8y7j28_ZAH2IRk/0/da"><img src="http://feedads.g.doubleclick.net/~a/X5h_kL40i-kUV8y7j28_ZAH2IRk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/X5h_kL40i-kUV8y7j28_ZAH2IRk/1/da"><img src="http://feedads.g.doubleclick.net/~a/X5h_kL40i-kUV8y7j28_ZAH2IRk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=bQqBad2D3CA:tPRv3NyvxNY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=bQqBad2D3CA:tPRv3NyvxNY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=bQqBad2D3CA:tPRv3NyvxNY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=bQqBad2D3CA:tPRv3NyvxNY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=bQqBad2D3CA:tPRv3NyvxNY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=bQqBad2D3CA:tPRv3NyvxNY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=bQqBad2D3CA:tPRv3NyvxNY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=bQqBad2D3CA:tPRv3NyvxNY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=bQqBad2D3CA:tPRv3NyvxNY:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/bQqBad2D3CA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/07/6-months-active-domain-to-join-adsense-program-for-new-publisher/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/07/6-months-active-domain-to-join-adsense-program-for-new-publisher/</feedburner:origLink></item>
		<item>
		<title>Blackberry App World goes live but only open for limited countries</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/9SCnHZM8Ymw/</link>
		<comments>http://www.blogjer.com/2009/04/07/blackberry-app-world-goes-live-but-only-open-for-limited-countries/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 01:10:13 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[gadget & hardware]]></category>

		<category><![CDATA[app store]]></category>

		<category><![CDATA[application store]]></category>

		<category><![CDATA[Blackberry]]></category>

		<category><![CDATA[blackberry app world]]></category>

		<category><![CDATA[RIM]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5132</guid>
		<description>The soon to be launched Blackberry Storm by Celcom and Maxis is surely to bring more customers to RIM. Adding more &amp;#8216;fire&amp;#8217; to already &amp;#8216;hot&amp;#8217; device is the fact that Blackberry App World has gone live last week [press release].
Although Blackberry device is not without applications , but the applications are scattering all over the [...]</description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://na.blackberry.com/eng/services/appworld/"><img class="aligncenter size-full wp-image-5355" title="blackberry_app_world2" src="http://www.blogjer.com/wp-content/uploads/2009/04/blackberry_app_world2.jpg" alt="blackberry_app_world2" width="400" height="271" /></a></p>
<p>The soon to be launched <a href="http://www.blogjer.com/tag/blackberry-storm/">Blackberry Storm</a> by <a href="http://www.blogjer.com/2009/03/29/celcom-to-unveil-blackberry-storm-this-april/">Celcom</a> and <a href="http://www.blogjer.com/2009/04/06/blackberry-storm-coming-to-maxis/">Maxis</a> is surely to bring more customers to RIM. Adding more &#8216;fire&#8217; to already &#8216;hot&#8217; device is the fact that <a href="http://na.blackberry.com/eng/services/appworld/">Blackberry App World</a> has gone live last week [<a href="http://press.rim.com/release.jsp?id=2223">press release</a>].</p>
<p>Although Blackberry device is not without applications , but the applications are scattering all over the web. This made it less interesting and time consuming finding application that suite the needs of Blackberry users, who are mostly business oriented peoples with busy schedule.</p>
<p>Having its own app store is definitely what Blackberry needed to boost its presence and better compete with the rest of players. It is time saver as well as providing convenient access for the device owner to buy and download the app directly from the device. The only downside is, the app is price from as low as RM2.99.</p>
<p>But wait, before you get too excited, for the time being, this app store is only open to US, Canada and UK folks. But stay tune, hope we don&#8217;t have to wait any longer.</p>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2009/03/13/pop3-support-for-hotmail-opened-to-all-users/" rel="bookmark" title="Permanent Link: POP3 support for Hotmail opened to all users">POP3 support for Hotmail opened to all users</a></li><li><a href="http://www.blogjer.com/2009/02/25/whats-special-about-google-toolbar-6-for-internet-explorer/" rel="bookmark" title="Permanent Link: What&#8217;s special about Google Toolbar 6 for Internet Explorer">What&#8217;s special about Google Toolbar 6 for Internet Explorer</a></li><li><a href="http://www.blogjer.com/2009/02/04/enable-pop3-support-for-hotmail-or-live-mail-account/" rel="bookmark" title="Permanent Link: Enable POP3 support for Hotmail or Live Mail account">Enable POP3 support for Hotmail or Live Mail account</a></li><li><a href="http://www.blogjer.com/2009/04/06/blackberry-storm-coming-to-maxis/" rel="bookmark" title="Permanent Link: Blackberry Storm coming to Maxis">Blackberry Storm coming to Maxis</a></li><li><a href="http://www.blogjer.com/2009/02/24/maxiss-blackberry-curve-8900-cheaper-than-celcom/" rel="bookmark" title="Permanent Link: Maxis&#8217;s Blackberry Curve 8900 cheaper than Celcom.">Maxis&#8217;s Blackberry Curve 8900 cheaper than Celcom.</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/gglJvLNFs8O1LMhvVG7booiIRbM/0/da"><img src="http://feedads.g.doubleclick.net/~a/gglJvLNFs8O1LMhvVG7booiIRbM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/gglJvLNFs8O1LMhvVG7booiIRbM/1/da"><img src="http://feedads.g.doubleclick.net/~a/gglJvLNFs8O1LMhvVG7booiIRbM/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=9SCnHZM8Ymw:n6HpakTPk-8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=9SCnHZM8Ymw:n6HpakTPk-8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=9SCnHZM8Ymw:n6HpakTPk-8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=9SCnHZM8Ymw:n6HpakTPk-8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=9SCnHZM8Ymw:n6HpakTPk-8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=9SCnHZM8Ymw:n6HpakTPk-8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=9SCnHZM8Ymw:n6HpakTPk-8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=9SCnHZM8Ymw:n6HpakTPk-8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=9SCnHZM8Ymw:n6HpakTPk-8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/9SCnHZM8Ymw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/07/blackberry-app-world-goes-live-but-only-open-for-limited-countries/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/07/blackberry-app-world-goes-live-but-only-open-for-limited-countries/</feedburner:origLink></item>
		<item>
		<title>Giant Nokia 5800 XpressMusic spotted at Antwerp</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/SXDSS1kpE-Y/</link>
		<comments>http://www.blogjer.com/2009/04/06/giant-nokia-5800-xpressmusic-spotted-at-antwerp/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 17:08:21 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[gadget & hardware]]></category>

		<category><![CDATA[nokia]]></category>

		<category><![CDATA[nokia 5800]]></category>

		<category><![CDATA[nokia 5800 XpressMusic]]></category>

		<category><![CDATA[Xpressmusic]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5334</guid>
		<description>This is one giant Nokia 5800 XpressMusic at Nokia Store in Antwerp. So what special, other than its GIANT size? Well, actually , it is &amp;#8216;touch screen&amp;#8217; capable &amp;#8216;phone&amp;#8217; as well, although it is not real. Pedestrians can touch the phone to play around with maps, browsing photos as well listening to music, but sadly, [...]</description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-5350" title="giant-5800-xpressmusic" src="http://www.blogjer.com/wp-content/uploads/2009/04/giant-5800-xpressmusic.jpg" alt="giant-5800-xpressmusic" width="300" height="300" /></p>
<p>This is one giant <a href="http://www.blogjer.com/tag/nokia-5800-xpressmusic/">Nokia 5800 XpressMusic</a> at Nokia Store in Antwerp. So what special, other than its GIANT size? Well, actually , it is &#8216;touch screen&#8217; capable &#8216;phone&#8217; as well, although it is not real. Pedestrians can touch the phone to play around with maps, browsing photos as well listening to music, but sadly, no calling feature available.</p>
<p>It would be nice if we can have one at home. What do you think? Anyway, nice ads.</p>
<p><a href="http://conversations.nokia.com/2009/04/02/giant-nokia-5800-xpressmusic-versus-pedestrians/">via</a></p>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2009/02/23/nokia-5800-xpressmusic-landed-in-singapore-with-comes-with-music-service/" rel="bookmark" title="Permanent Link: Nokia 5800 XpressMusic landed in Singapore with Comes With Music service">Nokia 5800 XpressMusic landed in Singapore with Comes With Music service</a></li><li><a href="http://www.blogjer.com/2009/01/11/nokia-5800-xpressmusic-tube-officially-released-in-malaysia/" rel="bookmark" title="Permanent Link: Nokia 5800 XpressMusic Tube officially released in Malaysia">Nokia 5800 XpressMusic Tube officially released in Malaysia</a></li><li><a href="http://www.blogjer.com/2009/02/13/nokia-5800-xpressmusic-priced-at-rm1399-with-celcom-xpax/" rel="bookmark" title="Permanent Link: Nokia 5800 XpressMusic priced at RM1399 with Celcom Xpax">Nokia 5800 XpressMusic priced at RM1399 with Celcom Xpax</a></li><li><a href="http://www.blogjer.com/2009/03/12/2-new-xpressmusic-phones-unveiled-nokia-5370-nokia-5330/" rel="bookmark" title="Permanent Link: 2 new XpressMusic phones unveiled - Nokia 5370 &#038; Nokia 5330">2 new XpressMusic phones unveiled - Nokia 5370 &#038; Nokia 5330</a></li><li><a href="http://www.blogjer.com/2009/03/18/nokia-survey-for-comes-with-music-service/" rel="bookmark" title="Permanent Link: Nokia survey for Comes With Music service?">Nokia survey for Comes With Music service?</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/JHqZ_FAO8k1zOmIaAAVIcEbjsKg/0/da"><img src="http://feedads.g.doubleclick.net/~a/JHqZ_FAO8k1zOmIaAAVIcEbjsKg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/JHqZ_FAO8k1zOmIaAAVIcEbjsKg/1/da"><img src="http://feedads.g.doubleclick.net/~a/JHqZ_FAO8k1zOmIaAAVIcEbjsKg/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=SXDSS1kpE-Y:sB3fLDCuoF8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=SXDSS1kpE-Y:sB3fLDCuoF8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=SXDSS1kpE-Y:sB3fLDCuoF8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=SXDSS1kpE-Y:sB3fLDCuoF8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=SXDSS1kpE-Y:sB3fLDCuoF8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=SXDSS1kpE-Y:sB3fLDCuoF8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=SXDSS1kpE-Y:sB3fLDCuoF8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=SXDSS1kpE-Y:sB3fLDCuoF8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=SXDSS1kpE-Y:sB3fLDCuoF8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/SXDSS1kpE-Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/06/giant-nokia-5800-xpressmusic-spotted-at-antwerp/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/06/giant-nokia-5800-xpressmusic-spotted-at-antwerp/</feedburner:origLink></item>
		<item>
		<title>HP going green with battery recycling promotion</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/AB7fLsoSX54/</link>
		<comments>http://www.blogjer.com/2009/04/06/hp-going-green-with-battery-recycling-promotion/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 16:30:07 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[green]]></category>

		<category><![CDATA[battery reccycling program]]></category>

		<category><![CDATA[HP]]></category>

		<category><![CDATA[live green]]></category>

		<category><![CDATA[live green with HP]]></category>

		<category><![CDATA[recycle]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5335</guid>
		<description>Being the largest computer manufacturer in the world, HP probably has delivered the most notebooks in the world and probably in Malaysia too.  One of notebook component,  battery is &amp;#8216;well-known&amp;#8217; as not a nature friendly stuff. So it was just the right timing when HP organize 2 months battery recycling promotion, called Live Green with [...]</description>
			<content:encoded><![CDATA[<p><a href="http://h20426.www2.hp.com/campaign/livegreen/my/en/index.html"><img class="aligncenter size-full wp-image-5345" title="hp_live_green2" src="http://www.blogjer.com/wp-content/uploads/2009/04/hp_live_green2.jpg" alt="hp_live_green2" width="400" height="305" /></a></p>
<p>Being the largest computer manufacturer in the world, HP probably has delivered the most notebooks in the world and probably in Malaysia too.  One of notebook component,  battery is &#8216;well-known&#8217; as not a nature friendly stuff. So it was just the right timing when HP organize 2 months battery recycling promotion, called <strong>Live Green with HP Recycling Promo</strong> to recycle its own old battery brand.</p>
<p>The cool thing is, peoples who bring their old batteries for recycling purpose won&#8217;t going back home empty handed.  Instead, HP is giving away thumb drive, cash vouchers and chargers for those that eligible for the program . Free stuff won&#8217;t come frequently you know!</p>
<p>For more information, head to the <a href="http://h20426.www2.hp.com/campaign/livegreen/my/en/index.html">promotion page</a>. Make sure you read the <a href="http://h20426.www2.hp.com/campaign/livegreen/my/en/RedemptionForm_LiveGreen.pdf">terms and conditions</a> carefully.</p>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2009/03/10/nokia-complete-experience-roadshow-09/" rel="bookmark" title="Permanent Link: Nokia Complete Experience Roadshow 09">Nokia Complete Experience Roadshow 09</a></li><li><a href="http://www.blogjer.com/2009/03/10/dell-g-series-monitor-green-environment-friendly/" rel="bookmark" title="Permanent Link: Dell G-series monitor - Green &#038; Environment Friendly">Dell G-series monitor - Green &#038; Environment Friendly</a></li><li><a href="http://www.blogjer.com/2008/01/21/please-consider-the-environment-before-printing-this-email/" rel="bookmark" title="Permanent Link: Please consider the environment before printing this email">Please consider the environment before printing this email</a></li><li><a href="http://www.blogjer.com/2009/02/04/wd-caviar-green-sata-2tb-hard-drives/" rel="bookmark" title="Permanent Link: WD Caviar Green Sata 2TB Hard Drives">WD Caviar Green Sata 2TB Hard Drives</a></li><li><a href="http://www.blogjer.com/2008/11/15/how-electronic-waste-recycling-polluting-other-part-of-the-world/" rel="bookmark" title="Permanent Link: how electronic-waste recycling polluting other part of the world">how electronic-waste recycling polluting other part of the world</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/M-MaWFc1jnBdko-E11N-3BsdoTE/0/da"><img src="http://feedads.g.doubleclick.net/~a/M-MaWFc1jnBdko-E11N-3BsdoTE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/M-MaWFc1jnBdko-E11N-3BsdoTE/1/da"><img src="http://feedads.g.doubleclick.net/~a/M-MaWFc1jnBdko-E11N-3BsdoTE/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=AB7fLsoSX54:zj6ZIe7F9L0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=AB7fLsoSX54:zj6ZIe7F9L0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=AB7fLsoSX54:zj6ZIe7F9L0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=AB7fLsoSX54:zj6ZIe7F9L0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=AB7fLsoSX54:zj6ZIe7F9L0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=AB7fLsoSX54:zj6ZIe7F9L0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=AB7fLsoSX54:zj6ZIe7F9L0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=AB7fLsoSX54:zj6ZIe7F9L0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=AB7fLsoSX54:zj6ZIe7F9L0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/AB7fLsoSX54" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/06/hp-going-green-with-battery-recycling-promotion/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/06/hp-going-green-with-battery-recycling-promotion/</feedburner:origLink></item>
		<item>
		<title>Blackberry Storm coming to Maxis</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/8bYt-FH9gY4/</link>
		<comments>http://www.blogjer.com/2009/04/06/blackberry-storm-coming-to-maxis/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 15:48:30 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[telecommunication]]></category>

		<category><![CDATA[blackberry storm]]></category>

		<category><![CDATA[maxis]]></category>

		<category><![CDATA[RIM]]></category>

		<category><![CDATA[storm]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5336</guid>
		<description>That&amp;#8217;s fast. It just only last week that Celcom announce the availability of Blackberry Storm on its network. And Maxis seems like doesn&amp;#8217;t care if the iPhone they just unveiled last month will get &amp;#8216;friendly rival&amp;#8217;, when they too, announce the arrival of Blackberry Storm on their website.
Seriously, the rivalry getting more interesting. Unlike Celcom, [...]</description>
			<content:encoded><![CDATA[<p><a href="http://maxis.com.my/personal/blackberry/storm/index.asp"><img class="aligncenter size-full wp-image-5339" title="maxis_blackberry" src="http://www.blogjer.com/wp-content/uploads/2009/04/maxis_blackberry.jpg" alt="maxis_blackberry" width="400" height="342" /></a></p>
<p>That&#8217;s fast. It just only last week that Celcom <a href="http://www.blogjer.com/2009/03/29/celcom-to-unveil-blackberry-storm-this-april/">announce</a> the availability of <a href="http://www.blogjer.com/tag/blackberry-storm/">Blackberry Storm</a> on its network. And Maxis seems like doesn&#8217;t care if the <a href="http://www.blogjer.com/tag/iphone/">iPhone</a> they just <a href="http://www.blogjer.com/2009/03/11/finally-iphone-landed-in-malaysia-officially/">unveiled</a> last month will get &#8216;friendly rival&#8217;, when they too, <a href="http://www.maxis.com.my/personal/blackberry/storm/index.asp">announce</a> the arrival of Blackberry Storm on their website.</p>
<p>Seriously, the rivalry getting more interesting. Unlike Celcom, Maxis has already put the price tag for this device. It started at  RM2199 with 24 months contract for Value Plus 150 &amp; BlackBerry service from Maxis . If you prefer no contract, be ready to pay RM 2,499 plus BlackBerry service from Maxis.</p>
<p>Maxis has started accepting reservation from this week. Te first 300 customers will bring home free Blackberry Leather Holster, Blackberry Charging Pod and Jabra Bluetooth Headset.</p>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2009/04/07/blackberry-app-world-goes-live-but-only-open-for-limited-countries/" rel="bookmark" title="Permanent Link: Blackberry App World goes live but only open for limited countries">Blackberry App World goes live but only open for limited countries</a></li><li><a href="http://www.blogjer.com/2009/03/29/celcom-to-unveil-blackberry-storm-this-april/" rel="bookmark" title="Permanent Link: Celcom to unveil Blackberry Storm this April">Celcom to unveil Blackberry Storm this April</a></li><li><a href="http://www.blogjer.com/2008/12/23/blackberry-bold-maxis-vs-celcom-package-plan/" rel="bookmark" title="Permanent Link: Blackberry Bold - Maxis VS Celcom package plan">Blackberry Bold - Maxis VS Celcom package plan</a></li><li><a href="http://www.blogjer.com/2009/03/29/google-mobile-app-introduced-search-by-voice-and-my-location-at-blackberry/" rel="bookmark" title="Permanent Link: Google Mobile App introduced Search by voice and My Location at Blackberry">Google Mobile App introduced Search by voice and My Location at Blackberry</a></li><li><a href="http://www.blogjer.com/2009/04/13/celcom-run-promotion-for-its-blackberry-storm-packages/" rel="bookmark" title="Permanent Link: Celcom run promotion for its Blackberry Storm packages">Celcom run promotion for its Blackberry Storm packages</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/HYERXhkDjacMCn9OKNhqzblInfM/0/da"><img src="http://feedads.g.doubleclick.net/~a/HYERXhkDjacMCn9OKNhqzblInfM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/HYERXhkDjacMCn9OKNhqzblInfM/1/da"><img src="http://feedads.g.doubleclick.net/~a/HYERXhkDjacMCn9OKNhqzblInfM/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=8bYt-FH9gY4:PPG7ztHrgNU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=8bYt-FH9gY4:PPG7ztHrgNU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=8bYt-FH9gY4:PPG7ztHrgNU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=8bYt-FH9gY4:PPG7ztHrgNU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=8bYt-FH9gY4:PPG7ztHrgNU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=8bYt-FH9gY4:PPG7ztHrgNU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=8bYt-FH9gY4:PPG7ztHrgNU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=8bYt-FH9gY4:PPG7ztHrgNU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=8bYt-FH9gY4:PPG7ztHrgNU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/8bYt-FH9gY4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/06/blackberry-storm-coming-to-maxis/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/06/blackberry-storm-coming-to-maxis/</feedburner:origLink></item>
		<item>
		<title>LG Arena KM900 touch screen phone with S-Class UI</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/MWT-xit_KlM/</link>
		<comments>http://www.blogjer.com/2009/04/06/lg-arena-km900-touch-screen-phone-with-s-class-ui/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 07:36:25 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[gadget & hardware]]></category>

		<category><![CDATA[Arena]]></category>

		<category><![CDATA[LG]]></category>

		<category><![CDATA[LG Arena]]></category>

		<category><![CDATA[LG Arena KM900]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5325</guid>
		<description>LG Arena KM900 is another touch screen phone from LG. It comes with 3” WVGA (480X800) TFT/Touch screen, 5MP camera and storage 2GB NAND Flash/1GB SDRAM + 8GB. Not a bad setup of hardware, from companies that more famously known with home appliances.
But LG Arena&amp;#8217;s strength lies on it S-Class user interface, which display the [...]</description>
			<content:encoded><![CDATA[<p>LG Arena KM900 is another touch screen phone from LG. It comes with 3” WVGA (480X800) TFT/Touch screen, 5MP camera and storage 2GB NAND Flash/1GB SDRAM + 8GB. Not a bad setup of hardware, from companies that more famously known with home appliances.</p>
<p>But LG Arena&#8217;s strength lies on it S-Class user interface, which display the menu in 3D, called 3D cube to browse its 4 different screens – contacts, widgets, shortcuts and home screen. The home screen&#8217;s shortcut menu can be scrolled line by line, and it will showing all shortcuts when it viewed horizontally.</p>
<p>But sorry, there won&#8217;t be any app store, where you can download additional software. Which means, this is one off setup , what you buy, that&#8217;s what you get only. Head to <a href="http://uk.lge.com/products/model/detail/mobilephones_lgarena(km900).jhtml#">product page</a> for more detail. And here the closer looks of the phone and the UI.</p>
<p>LG&#8217;s S-Class UI on Arena</p>
<p><object width="425" height="344" data="http://www.youtube.com/v/0NITUSfwtvA&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/0NITUSfwtvA&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<p>LA Arena blogger event presentation</p>
<p><object width="480" height="295" data="http://www.youtube.com/v/AsL8SFh0V8o&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/AsL8SFh0V8o&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<p>LA Arena blogger event demonstration<br />
<object width="480" height="295" data="http://www.youtube.com/v/nxWGiACElts&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/nxWGiACElts&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2009/03/14/microsoft-my-phone-beta-opened/" rel="bookmark" title="Permanent Link: Microsoft My Phone Beta opened">Microsoft My Phone Beta opened</a></li><li><a href="http://www.blogjer.com/2009/01/11/nokia-5800-xpressmusic-tube-officially-released-in-malaysia/" rel="bookmark" title="Permanent Link: Nokia 5800 XpressMusic Tube officially released in Malaysia">Nokia 5800 XpressMusic Tube officially released in Malaysia</a></li><li><a href="http://www.blogjer.com/2009/04/06/giant-nokia-5800-xpressmusic-spotted-at-antwerp/" rel="bookmark" title="Permanent Link: Giant Nokia 5800 XpressMusic spotted at Antwerp">Giant Nokia 5800 XpressMusic spotted at Antwerp</a></li><li><a href="http://www.blogjer.com/2009/03/03/the-gorgeous-htc-touch-pro-2-phone/" rel="bookmark" title="Permanent Link: The gorgeous HTC Touch Pro 2 phone">The gorgeous HTC Touch Pro 2 phone</a></li><li><a href="http://www.blogjer.com/2009/03/06/htc-touch-diamond-2-price-and-release-date/" rel="bookmark" title="Permanent Link: HTC Touch Diamond 2 price and release date">HTC Touch Diamond 2 price and release date</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/8UcbriqsAUf68c5sAMBDxt7R2z4/0/da"><img src="http://feedads.g.doubleclick.net/~a/8UcbriqsAUf68c5sAMBDxt7R2z4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/8UcbriqsAUf68c5sAMBDxt7R2z4/1/da"><img src="http://feedads.g.doubleclick.net/~a/8UcbriqsAUf68c5sAMBDxt7R2z4/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=MWT-xit_KlM:kzJVA-9QZAo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=MWT-xit_KlM:kzJVA-9QZAo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=MWT-xit_KlM:kzJVA-9QZAo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=MWT-xit_KlM:kzJVA-9QZAo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=MWT-xit_KlM:kzJVA-9QZAo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=MWT-xit_KlM:kzJVA-9QZAo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=MWT-xit_KlM:kzJVA-9QZAo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=MWT-xit_KlM:kzJVA-9QZAo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=MWT-xit_KlM:kzJVA-9QZAo:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/MWT-xit_KlM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/06/lg-arena-km900-touch-screen-phone-with-s-class-ui/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/06/lg-arena-km900-touch-screen-phone-with-s-class-ui/</feedburner:origLink></item>
		<item>
		<title>How to block ads in Internet Explorer 8</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/L6KWIgOW0KQ/</link>
		<comments>http://www.blogjer.com/2009/04/06/how-to-block-ads-in-internet-explorer-8/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 01:21:13 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[ads blocking]]></category>

		<category><![CDATA[block ads]]></category>

		<category><![CDATA[IE 8]]></category>

		<category><![CDATA[Internet Explorer 8]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5317</guid>
		<description>Ever since Firefox is prohibited in our office environment, I have to live with Internet Explorer (IE). Fine, but when I want to preview any blog post, it will shows the ads that I&amp;#8217;m the publisher as well.  I&amp;#8217;m not comfortable with that, worrying it will violate the ads service&amp;#8217;s TOS (term of services) as [...]</description>
			<content:encoded><![CDATA[<p>Ever since Firefox is prohibited in our office environment, I have to live with Internet Explorer (IE). Fine, but when I want to preview any blog post, it will shows the ads that I&#8217;m the publisher as well.  I&#8217;m not comfortable with that, worrying it will violate the ads service&#8217;s TOS (term of services) as well as losing revenue!</p>
<p>So the solution is to block the ads from appears on IE8. I came to <a href="http://www.ithinkdiff.com/how-to-use-ad-blocking-in-ie-8/">right post</a> directly, which save my time a lot. You have to basically download this <a href="http://www.dslreports.com/forum/r22124619-IE8-InPrivate-filter-from-adblock-plus-list">XML file</a>, the list of blocked ads. And then go into IE&#8217;s &#8216;Manage add-ons&#8217; and choose &#8216; In-Private Filtering&#8217; and import the XML file over there. Lost?? Follow the <a href="http://www.ithinkdiff.com/how-to-use-ad-blocking-in-ie-8/">steps by steps</a> here. It really useful and the ads will gone in less than 30 seconds. Cheers!!</p>
<p><strong>Blogjer in IE8 with advertisements</strong></p>
<p><a title="IE8_with_ads by kah631, on Flickr" href="http://www.flickr.com/photos/onlinejer/3415833117/"><img src="http://farm4.static.flickr.com/3299/3415833117_aea8a62c34.jpg" alt="IE8_with_ads" width="500" height="375" /></a></p>
<p><strong>Blogjer in IE8 without advertisements</strong></p>
<p><a title="IE8_without_ads by kah631, on Flickr" href="http://www.flickr.com/photos/onlinejer/3415833227/"><img src="http://farm4.static.flickr.com/3573/3415833227_b529394f45_o.png" alt="IE8_without_ads" width="500" height="375" /></a></p>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2009/03/20/meet-the-new-internet-explorer-8/" rel="bookmark" title="Permanent Link: Meet the new Internet Explorer 8">Meet the new Internet Explorer 8</a></li><li><a href="http://www.blogjer.com/2009/03/23/yahoo-mail-web-slices-in-yahoo-optimized-internet-explorer-8/" rel="bookmark" title="Permanent Link: Yahoo Mail Web Slices in Yahoo Optimized Internet Explorer 8">Yahoo Mail Web Slices in Yahoo Optimized Internet Explorer 8</a></li><li><a href="http://www.blogjer.com/2008/06/25/ubd-block-ad-plugin-display-and-rotate-your-block-ads/" rel="bookmark" title="Permanent Link: UBD Block Ad Plugin - display and rotate your block ads">UBD Block Ad Plugin - display and rotate your block ads</a></li><li><a href="http://www.blogjer.com/2009/02/25/whats-special-about-google-toolbar-6-for-internet-explorer/" rel="bookmark" title="Permanent Link: What&#8217;s special about Google Toolbar 6 for Internet Explorer">What&#8217;s special about Google Toolbar 6 for Internet Explorer</a></li><li><a href="http://www.blogjer.com/2009/03/21/support-movement-to-phase-out-internet-explorer-6-with-use-stop-living-in-the-past-plugin/" rel="bookmark" title="Permanent Link: Support movement to phase out Internet Explorer 6, with Use Stop Living in the Past plugin">Support movement to phase out Internet Explorer 6, with Use Stop Living in the Past plugin</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/TA8ruJ62RC9gEyNrb2TQKpptgK8/0/da"><img src="http://feedads.g.doubleclick.net/~a/TA8ruJ62RC9gEyNrb2TQKpptgK8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/TA8ruJ62RC9gEyNrb2TQKpptgK8/1/da"><img src="http://feedads.g.doubleclick.net/~a/TA8ruJ62RC9gEyNrb2TQKpptgK8/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=L6KWIgOW0KQ:zwlY6WIuY-M:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=L6KWIgOW0KQ:zwlY6WIuY-M:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=L6KWIgOW0KQ:zwlY6WIuY-M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=L6KWIgOW0KQ:zwlY6WIuY-M:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=L6KWIgOW0KQ:zwlY6WIuY-M:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=L6KWIgOW0KQ:zwlY6WIuY-M:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=L6KWIgOW0KQ:zwlY6WIuY-M:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=L6KWIgOW0KQ:zwlY6WIuY-M:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=L6KWIgOW0KQ:zwlY6WIuY-M:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/L6KWIgOW0KQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/06/how-to-block-ads-in-internet-explorer-8/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/06/how-to-block-ads-in-internet-explorer-8/</feedburner:origLink></item>
		<item>
		<title>Zoho Chat 2.0 comes with productivity in mind</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/1pjtacpjIqQ/</link>
		<comments>http://www.blogjer.com/2009/04/06/zoho-chat-20-comes-with-productivity-in-mind/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 00:45:14 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[internet tool]]></category>

		<category><![CDATA[chat]]></category>

		<category><![CDATA[chatting]]></category>

		<category><![CDATA[Zoho Chat]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5174</guid>
		<description>Zoho Chat now in 2.0 version is one of the application under Zoho. As it names says, this is chat application that&amp;#8217;s different from the rest of chat services, as it is integrated with other Zoho applications, to provide more convenient and productivity.
It is now support multi-protocal with 6 other popular chat services out there [...]</description>
			<content:encoded><![CDATA[<p>Zoho Chat now in 2.0 version is one of the application under Zoho. As it names says, this is chat application that&#8217;s different from the rest of chat services, as it is integrated with other Zoho applications, to provide more convenient and productivity.</p>
<p>It is now support multi-protocal with 6 other popular chat services out there such as Yahoo Messenger, Google Talk, MSN Messenger and etc. It remind me of <a href="http://www.meebo.com/">Meboo</a>, but with lesser chat services. Considering Zoho Chat is still new, you might find it still unblocked in the office environment where chatting is restricted. <img src='http://www.blogjer.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>The interface is simple, with each tab dedicated for each chat services, although you can still views all contacts in &#8216;All&#8217; tab. You can set status , choose photos just like other chat services. When you signing to any chat services, the account name that you use will be displayed right beside the chat box for easy signing out from it.</p>
<p>There are lot more feature that you can find more <a href="http://blogs.zoho.com/general/zoho-chat-2-0-launches-with-multi-protocol-support-and-more">here</a>.</p>
<ul>
<li>Integrate Zoho Meeting and Zoho Calendar</li>
<li>Background and sound customization</li>
<li>Send files</li>
<li>Group chatting (group created in Zoho Business)</li>
<li>Chat history</li>
<li>Embed chatbox</li>
</ul>
<p><img class="alignnone size-full wp-image-5310" title="zoho_chat1" src="http://www.blogjer.com/wp-content/uploads/2009/04/zoho_chat1.png" alt="zoho_chat1" width="500" height="358" /></p>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2009/03/22/zoho-mails-version-of-gmails-undo-send/" rel="bookmark" title="Permanent Link: Zoho Mail&#8217;s version of Gmail&#8217;s Undo Send">Zoho Mail&#8217;s version of Gmail&#8217;s Undo Send</a></li><li><a href="http://www.blogjer.com/2009/03/04/google-chat-goes-igoogle/" rel="bookmark" title="Permanent Link: Google Chat goes iGoogle">Google Chat goes iGoogle</a></li><li><a href="http://www.blogjer.com/2008/11/25/experimenting-zoho/" rel="bookmark" title="Permanent Link: Experimenting Zoho">Experimenting Zoho</a></li><li><a href="http://www.blogjer.com/2009/02/10/backup-gmail-and-hotmail-on-the-cloud-with-zoho-mail/" rel="bookmark" title="Permanent Link: Backup Gmail and Hotmail on the cloud with Zoho Mail">Backup Gmail and Hotmail on the cloud with Zoho Mail</a></li><li><a href="http://www.blogjer.com/2009/01/23/new-zoho-notebook-plugin-plus-import-google-notebook-data-to-zoho/" rel="bookmark" title="Permanent Link: New Zoho Notebook plugin, plus import Google Notebook data to Zoho">New Zoho Notebook plugin, plus import Google Notebook data to Zoho</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/uOf-poD3_gdQrbhwHAxLsdQqi2o/0/da"><img src="http://feedads.g.doubleclick.net/~a/uOf-poD3_gdQrbhwHAxLsdQqi2o/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/uOf-poD3_gdQrbhwHAxLsdQqi2o/1/da"><img src="http://feedads.g.doubleclick.net/~a/uOf-poD3_gdQrbhwHAxLsdQqi2o/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=1pjtacpjIqQ:aVt9DFm3WPQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=1pjtacpjIqQ:aVt9DFm3WPQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=1pjtacpjIqQ:aVt9DFm3WPQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=1pjtacpjIqQ:aVt9DFm3WPQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=1pjtacpjIqQ:aVt9DFm3WPQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=1pjtacpjIqQ:aVt9DFm3WPQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=1pjtacpjIqQ:aVt9DFm3WPQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=1pjtacpjIqQ:aVt9DFm3WPQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=1pjtacpjIqQ:aVt9DFm3WPQ:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/1pjtacpjIqQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/06/zoho-chat-20-comes-with-productivity-in-mind/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/06/zoho-chat-20-comes-with-productivity-in-mind/</feedburner:origLink></item>
		<item>
		<title>You find it, you keep it commercial goes on with second series</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/sY01aXucpDU/</link>
		<comments>http://www.blogjer.com/2009/04/06/you-find-it-you-keep-it-commercial-goes-on-with-second-series/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 00:09:58 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[gadget & hardware]]></category>

		<category><![CDATA[I'm a PC]]></category>

		<category><![CDATA[Pavilion HDX 16t]]></category>

		<category><![CDATA[pc vs mac]]></category>

		<category><![CDATA[you find it you keep it]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5304</guid>
		<description>Another round of &amp;#8220;you find it, you keep it&amp;#8221; commercial which is part of the  I&amp;#8217;m A PC commercial campaign aired over the weekend. Now with more technically savvy person name, Giampaolo. He is looking for notebook with &amp;#8220;Portability, Battery and Power&amp;#8221; and given budget below 1.5K.
He end up with  Pavilion HDX 16t, which somehow [...]</description>
			<content:encoded><![CDATA[<p>Another round of &#8220;you find it, you keep it&#8221; commercial which is part of the  <a href="http://www.blogjer.com/tag/im-a-pc/">I&#8217;m A PC</a> commercial campaign aired over the weekend. Now with more technically savvy person name, Giampaolo. He is looking for notebook with &#8220;Portability, Battery and Power&#8221; and given budget below 1.5K.</p>
<p>He end up with  <strong>Pavilion HDX 16t</strong>, which somehow not really what he is looking at as mentioned earlier of the commercial as pointed out by <a href="http://blogs.computerworld.com/another_hp_microsoft_ad_another">PCWorld</a>. Guess what, this 2nd round of commercial will invite more critic from Apple users.</p>
<p>&#8220;I&#8217;m a PC, because I&#8217;m really picky&#8221; he ended the commercial..</p>
<p><object width="425" height="344" data="http://www.youtube.com/v/mRF9-5itZA4&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/mRF9-5itZA4&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<p><a href="http://apple20.blogs.fortune.cnn.com/2009/04/05/is-the-apple-press-falling-into-microsofts-trap/">via</a></p>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2009/04/01/the-real-lauren-in-im-a-pc-tv-commercial/" rel="bookmark" title="Permanent Link: The real Lauren in &#8216;I&#8217;m a PC&#8217; TV commercial">The real Lauren in &#8216;I&#8217;m a PC&#8217; TV commercial</a></li><li><a href="http://www.blogjer.com/2009/03/31/yahoo-widget-engine-in-samsung-led-tv-7000-series/" rel="bookmark" title="Permanent Link: Yahoo Widget Engine in Samsung LED TV 7000 series">Yahoo Widget Engine in Samsung LED TV 7000 series</a></li><li><a href="http://www.blogjer.com/2009/03/26/google-docs-get-find-and-replace-toolbar/" rel="bookmark" title="Permanent Link: Google Docs get find and replace toolbar">Google Docs get find and replace toolbar</a></li><li><a href="http://www.blogjer.com/2009/03/10/dell-g-series-monitor-green-environment-friendly/" rel="bookmark" title="Permanent Link: Dell G-series monitor - Green &#038; Environment Friendly">Dell G-series monitor - Green &#038; Environment Friendly</a></li><li><a href="http://www.blogjer.com/2008/06/21/typepad-anti-spam-another-wordpress-anti-spam-plugin/" rel="bookmark" title="Permanent Link: Typepad Anti Spam - another wordpress anti spam plugin">Typepad Anti Spam - another wordpress anti spam plugin</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/NAvW5AQoialdEIQv3PZa_2wEVnI/0/da"><img src="http://feedads.g.doubleclick.net/~a/NAvW5AQoialdEIQv3PZa_2wEVnI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/NAvW5AQoialdEIQv3PZa_2wEVnI/1/da"><img src="http://feedads.g.doubleclick.net/~a/NAvW5AQoialdEIQv3PZa_2wEVnI/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=sY01aXucpDU:b9iRw1hh1Fc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=sY01aXucpDU:b9iRw1hh1Fc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=sY01aXucpDU:b9iRw1hh1Fc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=sY01aXucpDU:b9iRw1hh1Fc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=sY01aXucpDU:b9iRw1hh1Fc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=sY01aXucpDU:b9iRw1hh1Fc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=sY01aXucpDU:b9iRw1hh1Fc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=sY01aXucpDU:b9iRw1hh1Fc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=sY01aXucpDU:b9iRw1hh1Fc:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/sY01aXucpDU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/06/you-find-it-you-keep-it-commercial-goes-on-with-second-series/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/06/you-find-it-you-keep-it-commercial-goes-on-with-second-series/</feedburner:origLink></item>
		<item>
		<title>Witness Elitebook’s 24 hours trust claim</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/AWK0csrYp2U/</link>
		<comments>http://www.blogjer.com/2009/04/04/witness-elitebooks-24-hours-trust-claim/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 17:57:37 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[gadget & hardware]]></category>

		<category><![CDATA[24 hours battery]]></category>

		<category><![CDATA[elitebook]]></category>

		<category><![CDATA[HP]]></category>

		<category><![CDATA[HP Elitebook]]></category>

		<category><![CDATA[notebook]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5294</guid>
		<description>In order to prove it&amp;#8217;s claim that HP Elitebook&amp;#8217;s battery can lasted for 24 hours, HP is organizing Trust Challenge contest, that need participants to answer &amp;#8217;super easy&amp;#8217; question and put up slogan. Up for stake are EliteBook notebook and Mini-Note netbook for the winners.
HP also treat Fitness First members with up of coffees to [...]</description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-5295" title="hp_elitebook_coffee" src="http://www.blogjer.com/wp-content/uploads/2009/04/hp_elitebook_coffee.png" alt="hp_elitebook_coffee" width="400" height="284" /></p>
<p>In order to prove it&#8217;s claim that HP Elitebook&#8217;s battery can lasted for 24 hours, HP is organizing <em>Trust Challenge</em> contest, that need participants to answer &#8217;super easy&#8217; question and put up slogan. Up for stake are <strong>EliteBook</strong> notebook and Mini-Note <a href="http://www.blogjer.com/tag/netbook">netbook</a> for the winners.</p>
<p>HP also treat <em>Fitness First</em> members with up of coffees to witness the the trust claim on the <strong>Elitebook</strong> battery life at following venues. I&#8217;m quite interested to join if it is open to all <img src='http://www.blogjer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Check out the venue and <a href="http://h20426.www2.hp.com/campaign/elitebook/my/en/index.html?jumpid=in_r45_my/en/smb/psg/my_en_p1_smb_smbelitebookmar09-ba-rm-xx-p1/chev1">detail</a></p>
<table border="0" cellspacing="1" cellpadding="7" width="99%" align="center">
<tbody>
<tr>
<td width="30%" valign="top" bgcolor="#333333"><span style="font-family: Arial,Helvetica,sans-serif; color: #ffffff; font-size: x-small;"> <strong>Date</strong> </span></td>
<td valign="top" bgcolor="#333333"><span style="font-family: Arial,Helvetica,sans-serif; color: #ffffff; font-size: x-small;"> <strong>Venue</strong> </span></td>
</tr>
<tr>
<td width="30%" valign="top"><span style="color: #000080;"> 23 March - 24 March </span></td>
<td valign="top"><span style="color: #000080;"> Fitness First<sup>#</sup> - Menara Maxis, Kuala Lumpur City Centre </span></td>
</tr>
<tr>
<td width="30%" valign="top" bgcolor="#333333"><span style="font-family: Arial,Helvetica,sans-serif; color: #ffffff; font-size: x-small;"> 25 March - 26 March </span></td>
<td valign="top" bgcolor="#333333"><span style="font-family: Arial,Helvetica,sans-serif; color: #ffffff; font-size: x-small;"> Starbucks - The Weld, Jalan Raja Chulan </span></td>
</tr>
<tr>
<td width="30%" valign="top"><span style="color: #000080;"> 26 March - 27 March </span></td>
<td valign="top"><span style="color: #000080;"> Starbucks - Mont&#8217; Kiara, Kuala Lumpur </span></td>
</tr>
<tr>
<td width="30%" valign="top" bgcolor="#333333"><span style="font-family: Arial,Helvetica,sans-serif; color: #ffffff; font-size: x-small;"> 30 March </span></td>
<td valign="top" bgcolor="#333333"><span style="font-family: Arial,Helvetica,sans-serif; color: #ffffff; font-size: x-small;"> Fitness First<sup>#</sup> - Menara MBF, Jalan Sultan Ismail<br />
Fitness First<sup>#</sup> -  Menara Axis, Petaling Jaya </span></td>
</tr>
<tr>
<td width="30%" valign="top"><span style="color: #000080;"> 1 April - 2 April </span></td>
<td valign="top"><span style="color: #000080;"> Starbucks - Jaya One, Petaling Jaya </span></td>
</tr>
<tr>
<td width="30%" valign="top" bgcolor="#333333"><span style="font-family: Arial,Helvetica,sans-serif; color: #ffffff; font-size: x-small;"> 2 April - 3 April </span></td>
<td valign="top" bgcolor="#333333"><span style="font-family: Arial,Helvetica,sans-serif; color: #ffffff; font-size: x-small;"> Starbucks - Hartamas Shopping Centre @ Plaza Damas, Sri Hartamas </span></td>
</tr>
<tr>
<td width="30%" valign="top"><span style="color: #000080;"> 6 April </span></td>
<td valign="top"><span style="color: #000080;"> Fitness First<sup>#</sup> - The Curve, Mutiara Damansara<br />
Fitness First<sup>#</sup> - Damansara Utama, Petaling Jaya </span></td>
</tr>
<tr>
<td width="30%" valign="top" bgcolor="#333333"><span style="font-family: Arial,Helvetica,sans-serif; color: #ffffff; font-size: x-small;"> 8 April - 9 April </span></td>
<td valign="top" bgcolor="#333333"><span style="font-family: Arial,Helvetica,sans-serif; color: #ffffff; font-size: x-small;"> Starbucks - Bukit Bintang Plaza, Jalan Bukit Bintang </span></td>
</tr>
<tr>
<td width="30%" valign="top"><span style="color: #003366;"> 9 April - 10 April </span></td>
<td valign="top"><span style="color: #003366;"> Starbucks - The Curve, Mutiara Damansara </span></td>
</tr>
<tr>
<td width="30%" valign="top" bgcolor="#333333"><span style="font-family: Arial,Helvetica,sans-serif; color: #ffffff; font-size: x-small;"> 13 April </span></td>
<td valign="top" bgcolor="#333333"><span style="font-family: Arial,Helvetica,sans-serif; color: #ffffff; font-size: x-small;"> Fitness First<sup>#</sup> - Menara Manulife RB, Damansara Heights<br />
Fitness First<sup>#</sup> - IOI Mall, Puchong </span></td>
</tr>
<tr>
<td width="30%" valign="top"><span style="color: #000080;"> 15 April - 16 April </span></td>
<td valign="top"><span style="color: #000080;"> Starbucks - Bangsar Village 1, Bangsar Baru </span></td>
</tr>
<tr>
<td width="30%" valign="top" bgcolor="#333333"><span style="font-family: Arial,Helvetica,sans-serif; color: #ffffff; font-size: x-small;"> 15 April - 16 April </span></td>
<td valign="top" bgcolor="#333333"><span style="font-family: Arial,Helvetica,sans-serif; color: #ffffff; font-size: x-small;"> Starbucks - Pavilion (Level 6), Kuala Lumpur </span></td>
</tr>
</tbody>
</table>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2008/07/03/its-official-firefox-3-is-the-largest-number-of-software-downloads-in-24-hours/" rel="bookmark" title="Permanent Link: It&#8217;s official - Firefox 3 is the Largest number of software downloads in 24 hours">It&#8217;s official - Firefox 3 is the Largest number of software downloads in 24 hours</a></li><li><a href="http://www.blogjer.com/2008/12/31/today-is-the-last-day/" rel="bookmark" title="Permanent Link: Today is the last day..">Today is the last day..</a></li><li><a href="http://www.blogjer.com/2008/12/05/drupal-better-than-wordpress/" rel="bookmark" title="Permanent Link: Drupal better than Wordpress??">Drupal better than Wordpress??</a></li><li><a href="http://www.blogjer.com/2008/06/29/70-most-popular-blogs-in-malaysia/" rel="bookmark" title="Permanent Link: 70 most popular blogs in Malaysia">70 most popular blogs in Malaysia</a></li><li><a href="http://www.blogjer.com/2007/05/22/my-stat-after-9-days-blogging/" rel="bookmark" title="Permanent Link: My stat after 9 days blogging">My stat after 9 days blogging</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/XuR41xBNJddjnZwp2zwhqg6r658/0/da"><img src="http://feedads.g.doubleclick.net/~a/XuR41xBNJddjnZwp2zwhqg6r658/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/XuR41xBNJddjnZwp2zwhqg6r658/1/da"><img src="http://feedads.g.doubleclick.net/~a/XuR41xBNJddjnZwp2zwhqg6r658/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=AWK0csrYp2U:FHWz5sbYVyo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=AWK0csrYp2U:FHWz5sbYVyo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=AWK0csrYp2U:FHWz5sbYVyo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=AWK0csrYp2U:FHWz5sbYVyo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=AWK0csrYp2U:FHWz5sbYVyo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=AWK0csrYp2U:FHWz5sbYVyo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=AWK0csrYp2U:FHWz5sbYVyo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=AWK0csrYp2U:FHWz5sbYVyo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=AWK0csrYp2U:FHWz5sbYVyo:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/AWK0csrYp2U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/04/witness-elitebooks-24-hours-trust-claim/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/04/witness-elitebooks-24-hours-trust-claim/</feedburner:origLink></item>
		<item>
		<title>Samsung N110 netbook</title>
		<link>http://feedproxy.google.com/~r/NotJustABlog/~3/_5R76wTJd18/</link>
		<comments>http://www.blogjer.com/2009/04/04/samsung-n110-netbook/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 17:15:20 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[gadget & hardware]]></category>

		<category><![CDATA[netbook]]></category>

		<category><![CDATA[samsung]]></category>

		<category><![CDATA[Samsung N110 netbook]]></category>

		<guid isPermaLink="false">http://www.blogjer.com/?p=5026</guid>
		<description>The first PC Fair 2009 is just around the corner. For Klang Valley folks, where the nearest PC Fair is going to be at KL Convention Centre next weekend, this would be the biggest IT fair to shop for computer stuff in bargain price. I bet this year, netbook will again the star of the [...]</description>
			<content:encoded><![CDATA[<p>The first PC Fair 2009 is just around the corner. For Klang Valley folks, where the nearest PC Fair is going to be at KL Convention Centre next weekend, this would be the biggest IT fair to shop for computer stuff in bargain price. I bet this year, <a href="http://www.blogjer.com/tag/netbook/">netbook</a> will again the star of the show, with more computer manufacturers, rolled out new models over the past few months.</p>
<p>From today onward, till the PC Fair days, you&#8217;ll see more netbook post right here in blogjer. To start with, lets go to <strong>Samsung N110</strong> netbook, which just released last week.</p>
<p>N110 is the latest model in Samsung&#8217;s netbook line product, which famous with NC series before. What cool about this netbook is, it is equipped with 6-cell lithium battery,  lasts for up to 9.5 hours! Better than most full-sized notebook out there right? I&#8217;m not certain if this netbook is going to be here  that soon.</p>
<p>Ermm, I don&#8217;t see any netbook in <a href="http://Samsung.com.my">Samsung.com.my</a>. Scroll down for the specs.</p>
<p><img class="aligncenter size-full wp-image-5286" title="samsung_n110-12pbk" src="http://www.blogjer.com/wp-content/uploads/2009/04/samsung_n110-12pbk.png" alt="samsung_n110-12pbk" width="363" height="269" /></p>
<p>Specification. <a href="http://www.samsung.com/us/consumer/detail/spec.do?group=computersperipherals&amp;type=mobilecomputing&amp;subtype=mininotebook&amp;model_cd=NP-N110-KA01US&amp;fullspec=F">Product detail</a></p>
<p>Operating System Genuine Windows XP Home SP3<br />
CPU Intel® Atom™ processor N270<br />
Maximum System Memory     2 GB<br />
Storage Hard Drive 160 GB (2.5&#8243;, 5400 RPM)<br />
Dimensions (W XH XD) 10.27&#8221; x 1.19&#8221; x 7.3&#8221;<br />
Weight, Including Std. Battery     2.78 lbs.</p>
                  <div id="lass"><table style="width: 547px; height: 58px;" id="tkod" border="1" cellpadding="3" cellspacing="0"><tbody id="in_f"><tr id="x52g"><td id="t-61" width="100%">If you like this post then please consider subscribing to my <a title="full feed RSS" target="_blank" href="http://feeds.feedburner.com/NotJustABlog/" id="lir7">full feed RSS</a>.&nbsp; <br id="n8k0">You can also <a title="subscribe by Email" target="_blank" href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=896848" id="yn:q">subscribe by Email</a> and have new posts sent directly to your inbox.<br id="ejzb"><span id="og23" style="font-weight: bold;">&nbsp;<br id="s4-r"></span><span id="og23"><br />
This post originally came from Zaki's <a id="rf:t" href="www.blogjer.com">Blogjer.com</a></span></td></tr></tbody></table></div><span id="t7vz" style="font-weight: bold;"></span><br id="bvf9"><span id="rg-m" style="font-weight: bold;"></span><br id="pzdj" style="font-weight: bold;"><br id="q1m7">      <p>---<br />Related Articles at Blogjer - Technology at a glance:<ul><li><a href="http://www.blogjer.com/2009/03/31/yahoo-widget-engine-in-samsung-led-tv-7000-series/" rel="bookmark" title="Permanent Link: Yahoo Widget Engine in Samsung LED TV 7000 series">Yahoo Widget Engine in Samsung LED TV 7000 series</a></li><li><a href="http://www.blogjer.com/2009/02/19/asus-eee-1000gh-asuss-first-wimax-equipped-netbook/" rel="bookmark" title="Permanent Link: Asus Eee 1000GH, Asus&#8217;s first WiMAX equipped netbook">Asus Eee 1000GH, Asus&#8217;s first WiMAX equipped netbook</a></li><li><a href="http://www.blogjer.com/2008/12/15/how-netbooks-fare-with-computers/" rel="bookmark" title="Permanent Link: How netbooks fare with computers">How netbooks fare with computers</a></li><li><a href="http://www.blogjer.com/2009/04/08/10-inch-acer-aspire-one/" rel="bookmark" title="Permanent Link: 10-inch Acer Aspire One">10-inch Acer Aspire One</a></li><li><a href="http://www.blogjer.com/2009/04/04/dell-inspiron-mini-10-netbook-price-drop-to-rm1699/" rel="bookmark" title="Permanent Link: Dell Inspiron Mini 10 netbook price drop to RM1699">Dell Inspiron Mini 10 netbook price drop to RM1699</a></li></ul></p><br />
<p><a href="http://feedads.g.doubleclick.net/~a/tAUxiA1WKgdjBEdYCnB6QhTBWOA/0/da"><img src="http://feedads.g.doubleclick.net/~a/tAUxiA1WKgdjBEdYCnB6QhTBWOA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/tAUxiA1WKgdjBEdYCnB6QhTBWOA/1/da"><img src="http://feedads.g.doubleclick.net/~a/tAUxiA1WKgdjBEdYCnB6QhTBWOA/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=_5R76wTJd18:6kf1V7ONTP8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=_5R76wTJd18:6kf1V7ONTP8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=_5R76wTJd18:6kf1V7ONTP8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=_5R76wTJd18:6kf1V7ONTP8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=_5R76wTJd18:6kf1V7ONTP8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=_5R76wTJd18:6kf1V7ONTP8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?i=_5R76wTJd18:6kf1V7ONTP8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=_5R76wTJd18:6kf1V7ONTP8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NotJustABlog?a=_5R76wTJd18:6kf1V7ONTP8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/NotJustABlog?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/_5R76wTJd18" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blogjer.com/2009/04/04/samsung-n110-netbook/feed/</wfw:commentRss>
		<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.0/</creativeCommons:license><feedburner:origLink>http://www.blogjer.com/2009/04/04/samsung-n110-netbook/</feedburner:origLink></item>
	<item><title>You can now throw shoes at Bush as well! [del.icio.us]</title><link>http://feedproxy.google.com/~r/NotJustABlog/~3/9E62mllZCFI/</link><category>bush shoes</category><dc:creator>thorgentt</dc:creator><pubDate>Wed, 17 Dec 2008 20:44:43 PST</pubDate><guid isPermaLink="false">http://www.blogjer.com/2008/12/18/you-can-now-throw-shoes-at-bush-as-well/</guid><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/thorgentt/bush" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/shoes" />
      </rdf:Bag>
    </taxo:topics><description>&lt;img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/9E62mllZCFI" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.blogjer.com/2008/12/18/you-can-now-throw-shoes-at-bush-as-well/</feedburner:origLink></item><item><title>Applications &amp; Utils « Solo Technology [del.icio.us]</title><link>http://feedproxy.google.com/~r/NotJustABlog/~3/jBIE-Rm2Lcg/apps.html</link><dc:creator>thorgentt</dc:creator><pubDate>Sun, 23 Dec 2007 20:29:14 PST</pubDate><guid isPermaLink="false">http://www.solo-technology.com/apps.html#related_posts</guid><description>&lt;img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/jBIE-Rm2Lcg" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.solo-technology.com/apps.html#related_posts</feedburner:origLink></item><item><title>Google vs Yahoo! vs MSN Search: Comparing Search Algorithms [del.icio.us]</title><link>http://feedproxy.google.com/~r/NotJustABlog/~3/tg7I_w8NfB0/</link><dc:creator>thorgentt</dc:creator><pubDate>Sun, 23 Dec 2007 07:03:13 PST</pubDate><guid isPermaLink="false">http://www.seobook.com/relevancy/</guid><description>&lt;img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/tg7I_w8NfB0" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.seobook.com/relevancy/</feedburner:origLink></item><item><title>Revolution WordPress Theme [del.icio.us]</title><link>http://feedproxy.google.com/~r/NotJustABlog/~3/zFITWD46LPk/</link><category>wordpress templates</category><dc:creator>thorgentt</dc:creator><pubDate>Sun, 23 Dec 2007 06:39:56 PST</pubDate><guid isPermaLink="false">http://www.revolutiontheme.com/</guid><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/thorgentt/wordpress" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/templates" />
      </rdf:Bag>
    </taxo:topics><description>&lt;img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/zFITWD46LPk" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.revolutiontheme.com/</feedburner:origLink></item><item><title>WPDesigner » Part 3 - How to Code a WordPress Theme [del.icio.us]</title><link>http://feedproxy.google.com/~r/NotJustABlog/~3/ZLz4FAVvug4/</link><category>wordpress theme</category><dc:creator>thorgentt</dc:creator><pubDate>Sun, 23 Dec 2007 04:57:53 PST</pubDate><guid isPermaLink="false">http://www.wpdesigner.com/2007/08/13/part-3-how-to-code-a-wordpress-theme/</guid><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/thorgentt/wordpress" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/theme" />
      </rdf:Bag>
    </taxo:topics><description>&lt;img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/ZLz4FAVvug4" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.wpdesigner.com/2007/08/13/part-3-how-to-code-a-wordpress-theme/</feedburner:origLink></item><item><title>Equity Loan For Your Home - Proarticles [del.icio.us]</title><link>http://feedproxy.google.com/~r/NotJustABlog/~3/msqED0wpnu8/885</link><category>car auctions auction automobile classic government police repo surplus home equity loan</category><dc:creator>thorgentt</dc:creator><pubDate>Fri, 05 Oct 2007 00:29:29 PDT</pubDate><guid isPermaLink="false">http://www.proarticles.net/Article/Equity-Loan-For-Your-Home/885</guid><description>A home equity loan also known as line of credit permits you as a borrower to scrounge funds by utilizing your home&amp;#039;s equity as the security These types of mortgages are at times helpful to families and aid them in the case of funding foremost home mainten&lt;img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/msqED0wpnu8" height="1" width="1"/&gt;</description><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/thorgentt/car" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/auctions" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/auction" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/automobile" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/classic" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/government" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/police" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/repo" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/surplus" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/home" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/equity" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/loan" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.proarticles.net/Article/Equity-Loan-For-Your-Home/885</feedburner:origLink></item><item><title>Home Equity Loans For House Owners - Proarticles [del.icio.us]</title><link>http://feedproxy.google.com/~r/NotJustABlog/~3/C0WKlNoMTdQ/2782</link><category>home improvement loan quote equity loans homeowner</category><dc:creator>thorgentt</dc:creator><pubDate>Fri, 05 Oct 2007 00:28:11 PDT</pubDate><guid isPermaLink="false">http://www.proarticles.net/Article/Home-Equity-Loans-For-House-Owners/2782</guid><description>A home is a great security for the future That is the reason why property is the favorite of investors everywhere.&lt;img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/C0WKlNoMTdQ" height="1" width="1"/&gt;</description><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/thorgentt/home" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/improvement" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/loan" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/quote" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/equity" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/loans" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/homeowner" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.proarticles.net/Article/Home-Equity-Loans-For-House-Owners/2782</feedburner:origLink></item><item><title>Hunting For The Best Home Equity Loan - Proarticles [del.icio.us]</title><link>http://feedproxy.google.com/~r/NotJustABlog/~3/IylYrOCxu9o/3003</link><category>home equity loan</category><dc:creator>thorgentt</dc:creator><pubDate>Fri, 05 Oct 2007 00:26:44 PDT</pubDate><guid isPermaLink="false">http://www.proarticles.net/Article/Hunting-For-The-Best-Home-Equity-Loan/3003</guid><description>There is no doubt about the fact that a home equity loan offers several key advantages However there are also a multitude of home equity loan lenders out in the market today.&lt;img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/IylYrOCxu9o" height="1" width="1"/&gt;</description><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/thorgentt/home" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/equity" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/loan" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.proarticles.net/Article/Hunting-For-The-Best-Home-Equity-Loan/3003</feedburner:origLink></item><item><title>Home Equity Loan: Scams To Beware Of - Proarticles [del.icio.us]</title><link>http://feedproxy.google.com/~r/NotJustABlog/~3/0d9D5rbw2GA/3070</link><category>home equity loan</category><dc:creator>thorgentt</dc:creator><pubDate>Fri, 05 Oct 2007 00:25:39 PDT</pubDate><guid isPermaLink="false">http://www.proarticles.net/Article/Home-Equity-Loan--Scams-To-Beware-Of/3070</guid><description>Your home is most likely your most prized possession Opting for a home equity loan can mean risking your most prized possession.&lt;img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/0d9D5rbw2GA" height="1" width="1"/&gt;</description><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/thorgentt/home" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/equity" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/loan" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.proarticles.net/Article/Home-Equity-Loan--Scams-To-Beware-Of/3070</feedburner:origLink></item><item><title>Why A Home Equity Loan Could Be Your Answer To Debt Consolidation - Proarticles [del.icio.us]</title><link>http://feedproxy.google.com/~r/NotJustABlog/~3/DXf8_K_en4M/3167</link><category>home equity loan</category><dc:creator>thorgentt</dc:creator><pubDate>Fri, 05 Oct 2007 00:24:33 PDT</pubDate><guid isPermaLink="false">http://www.proarticles.net/Article/Why-A-Home-Equity-Loan-Could-Be-Your-Answer-To-Debt-Consolidation/3167</guid><description>For most people getting a home equity loan means taking risks and dealing with unscrupulous lenders However once you’re past all that you will realize that a home equity loan can actually be quite a blessing.&lt;img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/DXf8_K_en4M" height="1" width="1"/&gt;</description><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/thorgentt/home" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/equity" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/loan" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.proarticles.net/Article/Why-A-Home-Equity-Loan-Could-Be-Your-Answer-To-Debt-Consolidation/3167</feedburner:origLink></item><item><title>Equity Loans In Debt Consolidation - Proarticles [del.icio.us]</title><link>http://feedproxy.google.com/~r/NotJustABlog/~3/CGQepaUpzrA/4168</link><category>debt consolidation loan equity</category><dc:creator>thorgentt</dc:creator><pubDate>Fri, 05 Oct 2007 00:23:20 PDT</pubDate><guid isPermaLink="false">http://www.proarticles.net/Article/Equity-Loans-In-Debt-Consolidation/4168</guid><description>Coming to the realization that your debt has gotten out of control is the first step toward addressing the issue There are several options that you have to reduce your debt with debt consolidation being one of them.&lt;img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/CGQepaUpzrA" height="1" width="1"/&gt;</description><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/thorgentt/debt" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/consolidation" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/loan" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/equity" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.proarticles.net/Article/Equity-Loans-In-Debt-Consolidation/4168</feedburner:origLink></item><item><title>Mortgage Vs Home Equity Loan Guide - Proarticles [del.icio.us]</title><link>http://feedproxy.google.com/~r/NotJustABlog/~3/GWpts9CY-bk/4758</link><category>equity loans finance mortgage home refinance loan</category><dc:creator>thorgentt</dc:creator><pubDate>Fri, 05 Oct 2007 00:22:04 PDT</pubDate><guid isPermaLink="false">http://www.proarticles.net/Article/Mortgage-Vs-Home-Equity-Loan-Guide/4758</guid><description>Although there are variations in a second mortgage and the home equity loan, many homeowners are still confused about the difference between the two Second mortgages are a type of home equity loan; however, home equity loans are usually termed as a line o&lt;img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/GWpts9CY-bk" height="1" width="1"/&gt;</description><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/thorgentt/equity" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/loans" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/finance" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/mortgage" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/home" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/refinance" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/loan" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.proarticles.net/Article/Mortgage-Vs-Home-Equity-Loan-Guide/4758</feedburner:origLink></item><item><title>Home Equity Loans-How To Zero Out Credit Card Debt - Proarticles [del.icio.us]</title><link>http://feedproxy.google.com/~r/NotJustABlog/~3/PuyK2PlWqXE/5379</link><category>home equity loans loan refinancing rates rate</category><dc:creator>thorgentt</dc:creator><pubDate>Fri, 05 Oct 2007 00:20:39 PDT</pubDate><guid isPermaLink="false">http://www.proarticles.net/Article/Home-Equity-Loans-How-To-Zero-Out-Credit-Card-Debt/5379</guid><description>Millions of Americans are up to their ears in debt They struggle every month just to meet the minimum payment which just prolongs the debt.&lt;img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/PuyK2PlWqXE" height="1" width="1"/&gt;</description><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/thorgentt/home" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/equity" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/loans" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/loan" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/refinancing" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/rates" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/rate" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.proarticles.net/Article/Home-Equity-Loans-How-To-Zero-Out-Credit-Card-Debt/5379</feedburner:origLink></item><item><title>Choosing HELOC Over Equity Loans - Proarticles [del.icio.us]</title><link>http://feedproxy.google.com/~r/NotJustABlog/~3/Hc9HYyEjTqE/6915</link><category>home refinance loan equity loans</category><dc:creator>thorgentt</dc:creator><pubDate>Fri, 05 Oct 2007 00:19:15 PDT</pubDate><guid isPermaLink="false">http://www.proarticles.net/Article/Choosing-HELOC-Over-Equity-Loans/6915</guid><description>One thing about owning property is that it helps in getting loans One can easily obtain secured loans by using the house as collateral.&lt;img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/Hc9HYyEjTqE" height="1" width="1"/&gt;</description><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/thorgentt/home" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/refinance" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/loan" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/equity" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/loans" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.proarticles.net/Article/Choosing-HELOC-Over-Equity-Loans/6915</feedburner:origLink></item><item><title>Is a Home Equity Loan Right for Your Home Improvement Plans? | GirlArticles [del.icio.us]</title><link>http://feedproxy.google.com/~r/NotJustABlog/~3/cm_N2X4U1Vc/11345</link><category>home equity loan heloc remodeling</category><dc:creator>thorgentt</dc:creator><pubDate>Fri, 05 Oct 2007 00:16:54 PDT</pubDate><guid isPermaLink="false">http://www.girlarticles.com/Article/Is-a-Home-Equity-Loan-Right-for-Your-Home-Improvement-Plans-/11345</guid><description>Remodeling your home is a dream for many home owners, but it comes with a price. How do you decide how to pay for your remodel?&lt;img src="http://feeds.feedburner.com/~r/NotJustABlog/~4/cm_N2X4U1Vc" height="1" width="1"/&gt;</description><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/thorgentt/home" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/equity" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/loan" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/heloc" />
        <rdf:li rdf:resource="http://delicious.com/thorgentt/remodeling" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.girlarticles.com/Article/Is-a-Home-Equity-Loan-Right-for-Your-Home-Improvement-Plans-/11345</feedburner:origLink></item></channel>
</rss>
