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

<channel>
	<title>MyBlogSG.com &#187; Wordpress</title>
	<atom:link href="http://myblogsg.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://myblogsg.com</link>
	<description>My Thoughts on Wat&#039;s Up Around Me</description>
	<lastBuildDate>Tue, 22 May 2012 14:24:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Who&#8217;s #1 Internet Marketing Coach</title>
		<link>http://myblogsg.com/whos-1-internet-marketing-coach/</link>
		<comments>http://myblogsg.com/whos-1-internet-marketing-coach/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 13:06:09 +0000</pubDate>
		<dc:creator>Wassup</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Internet Marketing Coach]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://wassup.myblog.sg/2008/03/11/whos-1-internet-marketing-coach/</guid>
		<description><![CDATA[I just discovered that I am now the #1 Internet Marketing Coach ranked by Google. Go search &#8220;internet marketing coach&#8221; at Google.com.sg, you&#8217;ll see my Internet Marketing Coach blog at WordPress.com is ranked Number 1. And if you search using Google.com, I am ranked number 3. &#160; Google Must Have Changed Something Not bad for [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I just discovered that I am now the #1 Internet Marketing Coach ranked by Google. <span id="more-39"></span></p>
<p>Go search &#8220;internet marketing coach&#8221; at Google.com.sg, you&#8217;ll see my <a href="http://internetmarketingcoach.wordpress.com" target="_blank">Internet Marketing Coach</a> blog at WordPress.com is ranked Number 1.</p>
<div align="center">
<img src='http://myblogsg.com/wp-content/uploads/2008/03/google_internet_marketing_coach_001.jpg' alt='Internet Marketing Coach' />
</div>
<p>And if you search using Google.com, I am ranked number 3.</p>
<div align="center">
<img src='http://myblogsg.com/wp-content/uploads/2008/03/google_internet_marketing_coach_002.jpg' alt='Internet Marketing Coach #2 in Google.com' />
</div>
<p>&nbsp;</p>
<h3>Google Must Have Changed Something</h3>
<p>Not bad for a blog that was dormant for past 6 months. If I haven&#8217;t been change anything in that blog then Google must have changed it ranking algorithm. Maybe WordPress.com is getting back into Google good</p>
<p>For the past 7 months, it was ranked between 9th to 15th position.</p>
<p>In fact, this Internet Marketing Coach blog was first ranked among the top 10 in July 2007 &#8211; just 4 months after I started the blog to experiment how quickly I could achieve top 10 ranking for a relatively competitive keywords such as &#8220;internet marketing coach&#8221;.</p>
<p>Maybe I should make some time to get it into the top 10 spots for the very competitive <strong>internet marketing</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://myblogsg.com/whos-1-internet-marketing-coach/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Social Bookmarking Widget</title>
		<link>http://myblogsg.com/social-bookmarking-widget/</link>
		<comments>http://myblogsg.com/social-bookmarking-widget/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 17:23:31 +0000</pubDate>
		<dc:creator>Wassup</dc:creator>
				<category><![CDATA[Social Bookmarking]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://myblogsg.com/social-bookmarking-widget</guid>
		<description><![CDATA[After a couple hours of hacking with JavaScript, I finally created my very first SEO-friendly social bookmarking widget specially for this blog. As you can see, I&#8217;ve positioned the bookmark widget right at the top of the post to get the most attention and clicks. The widget is constructed with JavaScript. It is a very [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>After a couple hours of hacking with JavaScript, I finally created my very first SEO-friendly <strong>social bookmarking widget</strong> specially for this blog. <span id="more-29"></span>As you can see, I&#8217;ve positioned the bookmark widget right at the top of the post to get the most attention and clicks.</p>
<div align="center"><img src='http://myblogsg.com/wp-content/uploads/2008/02/social_bookmarking_widget_001.jpg' alt='Social Bookmarking Widget' border="0"></div>
<p>The widget is constructed with JavaScript. It is a very simple script which I modified from &#8220;<a href="http://gathadams.com/2007/04/22/build-your-own-social-bookmark-widget/" target="_blank">Build Your Own Social Bookmark Widget</a>&#8221; by Gath Adams.</p>
<pre>
// JavaScript - bookmarking_widget.js
var theTitle = encodeURIComponent(document.title)
var theURL = encodeURIComponent(document.location)
document.write('&lt;style type="text/css"&gt;
  .bookmark_widget{margin:15px 0 10px;font-size:12px;
  font-family:arial,verdana,san serif}
  .bookmark_widget a{font-weight:normal;margin-left:5px}
  &lt;/style&gt;')
document.write('&lt;div class="bookmark_widget"&gt;')
document.write('&lt;a href="http://del.icio.us/post?url='
  +theURL+'&amp;title='+theTitle+'"
  title="See who bookmarked at del.icio.us" &gt;
  &lt;img src="http://images.del.icio.us/static/img/
  delicious.gif" alt=" " height="16" width="16"
  border="0" /&gt;&amp;nbsp;del.icio.us&lt;/a&gt; ')
document.write('&lt;a href="http://technorati.com/
  faves/?add='+theURL+'" title="Favorite it at
  Technorati" &gt;
  &lt;img src="http://static.technorati.com/x/static/
  images/buttons/fave.png" alt=" " height="13"
  width="18" border="0" /&gt;&amp;nbsp;fave it&lt;/a&gt; ')
document.write('&lt;a href="http://reddit.com/submit?url='
  +theURL+'&amp;title='+theTitle+'") title="Add To
  Reddit"&gt;&lt;img src="http://sp.reddit.com/
  reddithead4.gif" alt="Reddit" height="16" width="16"
  border="0" /&gt;&amp;nbsp;reddit&lt;/a&gt;')
document.write('&lt;a href="

http://www.stumbleupon.com/submit?url='+theURL+

  '&amp;title='+theTitle+'") title="StumbleUpon - I like
  it"&gt;&lt;img src="http://www.stumbleupon.com/
  images/icon_su.gif" alt=" " height="16" width="16"
  border="0" /&gt;&amp;nbsp;StumbleUpon&lt;/a&gt;')
document.write("&lt;/div&gt;")
</pre>
<p>And I modified the file single.php of the Prologue theme.</p>
<pre>
&lt;div id="widget_digg"&gt;
  &lt;script type="text/javascript"
  src="http://digg.com/tools/diggthis.js"&gt;&lt;/script&gt;
&lt;/div&gt;
&lt;script type="text/javascript"
  src="&lt;?php bloginfo('template_url'); ?&gt;
  /bookmark_widget.js"&gt;&lt;/script&gt;
&lt;?php the_content( __( '[More...]' ) ); ?&gt;
</pre>
<p>From the source codes above, you can see that I placed the bookmarking widget after the Digg It Submit Button. I think this layout looks pretty neat.</p>
<p>Beside adding the social bookmarking widget at this blog, I also installed it at <a href="http://shihengcheong.com/blog/" target="_blank">http://shihengcheong.com/blog/</a> and <a href="http://www.timmguru.com" target="_blank">http://www.timmguru.com</a>. As I have a wider column in both of these blogs, I was able to squeeze in a few more <em>social bookmarking sites</em>: Furl, Reddit and also friendfeed.</p>
<div align="center"><img src='http://myblogsg.com/wp-content/uploads/2008/02/social_bookmarking_widget_002.jpg' alt='Social bookmarking widget plus' border="0" /></div>
<p><a rel="nofollow" href="http://myblogsg.com/wp-content/uploads/2008/02/bookmark_widget.js.txt" target="_blank">Click here to download bookmark_widget.js.txt</a><br />
(You will need to rename the file and remove .txt)</p>
<h3>&#8220;But I don&#8217;t know JavaScript&#8221;</h3>
<p><img class="alignleft" src="http://sharethis.com/images/share-icon-32x32.png" alt="Share This" />If you are not familiar with JavaScript or just don&#8217;t like to DIY, then you can try using <a href="http://sharethis.com/wordpress" target="_blank">Share This WordPress Plugin</a> instead.</p>
]]></content:encoded>
			<wfw:commentRss>http://myblogsg.com/social-bookmarking-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  myblogsg.com/tag/wordpress/feed/ ) in 0.20481 seconds, on May 23rd, 2012 at 6:08 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 23rd, 2012 at 7:08 am UTC -->
