<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>EdwinLab</title>
	<atom:link href="http://edwin.maolana.web.id/feed/" rel="self" type="application/rss+xml" />
	<link>http://edwin.maolana.web.id</link>
	<description>My thoughts, life and notes online...</description>
	<lastBuildDate>Tue, 23 Feb 2010 12:20:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" -->
		<copyright>&#xA9; </copyright>
		<managingEditor>edwin.maolana@yahoo.co.id ()</managingEditor>
		<webMaster>edwin.maolana@yahoo.co.id()</webMaster>
		<category></category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>My thoughts, life and notes online...</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>edwin.maolana@yahoo.co.id</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://edwin.maolana.web.id/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://edwin.maolana.web.id/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>EdwinLab</title>
			<link>http://edwin.maolana.web.id</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Menulis Blog</title>
		<link>http://edwin.maolana.web.id/menulis-blog/</link>
		<comments>http://edwin.maolana.web.id/menulis-blog/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 12:20:53 +0000</pubDate>
		<dc:creator>maolana</dc:creator>
				<category><![CDATA[Daily]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[blog indonesia]]></category>
		<category><![CDATA[menulis blog]]></category>

		<guid isPermaLink="false">http://edwin.maolana.web.id/?p=218</guid>
		<description><![CDATA[Blog&#8230; wah siapa yang gak tau tentang yang satu ini. Hampir semua orang sudah memiliki blog sendiri saat ini. Tapi entah kenapa menulis blog itu terasa berat buat saya. Entah karena kesibukan atau apa yang pasti saya paling males kalo menulis di blog atau mungkin karena mood yang tidak passs?&#8230;
Saya lebih suka membaca blog dan [...]]]></description>
			<content:encoded><![CDATA[<p>Blog&#8230; wah siapa yang gak tau tentang yang satu ini. Hampir semua orang sudah memiliki blog sendiri saat ini. Tapi entah kenapa menulis blog itu terasa berat buat saya. Entah karena kesibukan atau apa yang pasti saya paling males kalo menulis di blog atau mungkin karena mood yang tidak passs?&#8230;</p>
<p>Saya lebih suka membaca blog dan mengomentari blog orang ketimbang menulis blog sendiri. Pernah saya ngerasa mungkin saya males nulis blog karena saya jarang mengungkapkan apa yang ada di pikiran saya dan malu untuk dibaca dengan orang&#8230;. hmm&#8230;. sepertinya saya harus meninggalkan pikiran yang tidak kreatif ini.</p>
<p>Dalam menulis blog memang harus dalam mood yang pass dan juga ide yang cemerlang ketika menulis.. eit satu lagi waktu luang juga mempengaruhi waktu menulis blog.</p>
<p>Pada dasarnya blog adalah tulisan dan catatan kita di dunia maya. Semakin sering menulis semakin mahir kita&#8230; hehehe.. macam betul aja&#8230; kata orang.</p>
<p>Saya sendiri harus memaksakan diri saya untuk menulis blog agar saya lebih kreatif lagi dalam menulis. Doain ya Bro&#8230; biar rajin nulis blognya&#8230;</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://edwin.maolana.web.id/menulis-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Position an Image Outside of Its Container</title>
		<link>http://edwin.maolana.web.id/position-an-image-outside-of-its-container/</link>
		<comments>http://edwin.maolana.web.id/position-an-image-outside-of-its-container/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 16:20:53 +0000</pubDate>
		<dc:creator>maolana</dc:creator>
				<category><![CDATA[Health & Fitness]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[cutting off images]]></category>
		<category><![CDATA[image position]]></category>

		<guid isPermaLink="false">http://edwin.maolana.web.id/?p=200</guid>
		<description><![CDATA[I have some problem when doing CSS positioning between header image and the image under it. The problem is the image look cutting off.
After search on Google I got solution from Stack Overflow blog.
The solution is so simple we only have to put a relative position:
position: relative;
top: -Xpx;
z-index: 99;
Where -X is however much it takes [...]]]></description>
			<content:encoded><![CDATA[<p>I have some problem when doing CSS positioning between header image and the image under it. The problem is the image look cutting off.</p>
<p>After search on Google I got solution from <a href="http://stackoverflow.com/questions/885835/position-an-image-outside-of-its-container" target="_blank">Stack Overflow</a> blog.</p>
<p>The solution is so simple we only have to put a relative position:</p>
<blockquote><p>position: relative;<br />
top: -Xpx;<br />
z-index: 99;</p></blockquote>
<p>Where -X is however much it takes to get it to peek out of the DIV.</p>
<p>Now my header looked perfect now. <img src='http://edwin.maolana.web.id/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://edwin.maolana.web.id/position-an-image-outside-of-its-container/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2009-06-14</title>
		<link>http://edwin.maolana.web.id/twitter-weekly-updates-for-2009-06-14/</link>
		<comments>http://edwin.maolana.web.id/twitter-weekly-updates-for-2009-06-14/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 01:25:00 +0000</pubDate>
		<dc:creator>maolana</dc:creator>
				<category><![CDATA[Tweet to Blog]]></category>
		<category><![CDATA[follow me]]></category>
		<category><![CDATA[tweets]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://edwin.maolana.web.id/twitter-weekly-updates-for-2009-06-14/</guid>
		<description><![CDATA[
TRIVIAL: Do you think FBI use this tools for profit?&#8230; [YES/NO] http://digg.com/u15R9Y #

Powered by Twitter Tools.
]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>TRIVIAL: Do you think FBI use this tools for profit?&#8230; [YES/NO] <a href="http://digg.com/u15R9Y" rel="nofollow">http://digg.com/u15R9Y</a> <a href="http://twitter.com/edwinmaolana/statuses/2118392080">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://edwin.maolana.web.id/twitter-weekly-updates-for-2009-06-14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2009-05-31</title>
		<link>http://edwin.maolana.web.id/twitter-weekly-updates-for-2009-05-31/</link>
		<comments>http://edwin.maolana.web.id/twitter-weekly-updates-for-2009-05-31/#comments</comments>
		<pubDate>Sun, 31 May 2009 01:25:00 +0000</pubDate>
		<dc:creator>maolana</dc:creator>
				<category><![CDATA[Tweet to Blog]]></category>
		<category><![CDATA[follow me]]></category>
		<category><![CDATA[tweets]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">141747783</guid>
		<description><![CDATA[
The internet&#8217;s largest collection of downloads for iPhone. Download as much as you want, straight to your Iphone!&#8230; http://twurl.nl/81zc73 #
Increase Your Affiliate Earning Potential With an eCommerce Online Business&#8230; http://twurl.nl/ubsr05 #
Wow!, this is Perfect for ANYONE!!!  http://twurl.nl/fsdzqq #
Wohooo&#8230;. ternyata dengan metode ini caranya lebih praktis dan mudah mempromosikan product CLICKBANK!!! http://digg.com/u145UC #

Powered by Twitter [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>The internet&#8217;s largest collection of downloads for iPhone. Download as much as you want, straight to your Iphone!&#8230; <a href="http://twurl.nl/81zc73" rel="nofollow">http://twurl.nl/81zc73</a> <a href="http://twitter.com/edwinmaolana/statuses/1960131846">#</a></li>
<li>Increase Your Affiliate Earning Potential With an eCommerce Online Business&#8230; <a href="http://twurl.nl/ubsr05" rel="nofollow">http://twurl.nl/ubsr05</a> <a href="http://twitter.com/edwinmaolana/statuses/1924912299">#</a></li>
<li>Wow!, this is Perfect for ANYONE!!!  <a href="http://twurl.nl/fsdzqq" rel="nofollow">http://twurl.nl/fsdzqq</a> <a href="http://twitter.com/edwinmaolana/statuses/1920128249">#</a></li>
<li>Wohooo&#8230;. ternyata dengan metode ini caranya lebih praktis dan mudah mempromosikan product CLICKBANK!!! <a href="http://digg.com/u145UC" rel="nofollow">http://digg.com/u145UC</a> <a href="http://twitter.com/edwinmaolana/statuses/1920033919">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://edwin.maolana.web.id/twitter-weekly-updates-for-2009-05-31/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increase Your Affiliate Earning Potential With An eCommerce Online Business</title>
		<link>http://edwin.maolana.web.id/increase-your-affiliate-earning-potential-with-an-ecommerce-online-business/</link>
		<comments>http://edwin.maolana.web.id/increase-your-affiliate-earning-potential-with-an-ecommerce-online-business/#comments</comments>
		<pubDate>Tue, 26 May 2009 15:56:37 +0000</pubDate>
		<dc:creator>maolana</dc:creator>
				<category><![CDATA[Make Money]]></category>
		<category><![CDATA[affiliate marketer tools]]></category>
		<category><![CDATA[clickbank]]></category>
		<category><![CDATA[datafeedr]]></category>
		<category><![CDATA[ecommerce online business]]></category>

		<guid isPermaLink="false">http://edwin.maolana.web.id/?p=193</guid>
		<description><![CDATA[
If you&#8217;re an affiliate marketer then you understand the fact that the more products you have to promote, the better commission cheques you&#8217;re going to receive at the end of every month.
If you&#8217;re used to promoting one or two programs at a time, it&#8217;s time for you to explore a new option which will allow [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.grabstation.com/GrabThis/Easy Affiliate Store/" target="_blank"><img src="http://www.datafeedr.com/affiliates/image.php?bid=18&amp;mid=1452" border="0" alt="" width="468" height="60" /></a></p>
<p>If you&#8217;re an affiliate marketer then you understand the fact that the more products you have to promote, the better commission cheques you&#8217;re going to receive at the end of every month.</p>
<p>If you&#8217;re used to promoting one or two programs at a time, it&#8217;s time for you to explore a new option which will allow you to increase your profits more than you ever thought possible.</p>
<p>The world of internet commerce has created more opportunities for affiliate marketers than any other program ever has &#8211; the opportunity to have an entire ecommerce online storefront, full of products you can make commissions off of, all based in whatever niche you choose!<span id="more-193"></span></p>
<p><span style="font-weight: bold;">Building Your Own eCommerce Online Store</span></p>
<p>Having your own ecommerce online store is actually much simpler than most people think. A way to build an affiliate ecommerce store is by using data feeds. Data feeds make it possible to display products from one or more merchants in the same web site.</p>
<p>Data feeds are similar to the RSS feeds used by blogs &#8211; an ecommerce store set up by a traditional offline business will place descriptions, pictures, and prices of their products into these feeds, and then affiliate marketers can incorporate these feeds into their own ecommerce store and make a commission off of each product sold.</p>
<p>You can either build your own online store, or you can utilise the services of an <a href="http://www.grabstation.com/GrabThis/Easy Affiliate Store/" target="_blank">ecommerce solutions company</a> like Datafeedr.com who will walk you through all the steps and support you as you get your online presence built.</p>
<p>We recommend using the services of an ecommerce solutions company when building your ecommerce online store, simply because they already have all of the software in place to set up your data feeds.</p>
<p>Data feeds are the lifeblood of an ecommerce online store, as they are the ecommerce software that adds new products for you to promote to the site. Adding products manually to your ecommerce online store is certainly possible, but it is a very time consuming process.</p>
<p>Data feeds take all the guesswork out of adding new products to your ecommerce online site, making it easier for you to make better profits with a wider selection to offer your visitors.</p>
<p><span style="font-weight: bold;">What Are You Waiting For?</span></p>
<p>There&#8217;s never been a better time to build your own ecommerce online store, full of products that you could be making generous commissions from for every sale.</p>
<p>The folks at Datafeedr.com have millions of different products that you can choose from for your ecommerce online store; and are ready to help you get your web site up and running in no time!</p>
<p>Watch the video and see how easy it is to set up your own <a href="http://www.grabstation.com/GrabThis/Easy Affiliate Store/" target="_blank">affiliate data feed stores</a>.</p>
<p style="text-align: center;"><a href="http://www.grabstation.com/GrabThis/Easy Affiliate Store" target="_blank"><img class="aligncenter" src="http://www.datafeedr.com/affiliates/image.php?bid=15&amp;mid=1452" border="0" alt="" width="125" height="125" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://edwin.maolana.web.id/increase-your-affiliate-earning-potential-with-an-ecommerce-online-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
