<?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>Muhammad Haris</title>
	<atom:link href="http://mharis.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://mharis.net</link>
	<description></description>
	<lastBuildDate>Sat, 14 Apr 2012 22:30:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress Tooltip Plugin</title>
		<link>http://mharis.net/wordpress-tooltip-plugin/</link>
		<comments>http://mharis.net/wordpress-tooltip-plugin/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 10:40:49 +0000</pubDate>
		<dc:creator>mharis</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://mharis.net/?p=110</guid>
		<description><![CDATA[WordPress tooltip plugin lets you add tooltips to plain text or links within your posts and pages. Demo: There is no configuration required. The plugin has a very easy to ...]]></description>
			<content:encoded><![CDATA[<p>WordPress tooltip plugin lets you add tooltips to plain text or links within your posts and pages.</p>
<p>Demo: <span class="wp-tooltip" title="Hello, I'm a tooltip.">Hover over me to see a tooltip!</span></p>
<p>There is no configuration required. The plugin has a very easy to use GUI which simplifies the process of adding a tooltip.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-tooltip">Download Plugin</a></p>
<p>Refer to the screenshots below:</p>
<div id="attachment_112" class="wp-caption alignnone" style="width: 260px"><a href="http://mharis.net/wp-content/uploads/2011/06/post.png"><img class="size-medium wp-image-112" title="Button on Post and Page editor to open the tooltip GUI" src="http://mharis.net/wp-content/uploads/2011/06/post-250x162.png" alt="" width="250" height="162" /></a><p class="wp-caption-text">Button on Post and Page editor to open the tooltip GUI</p></div>
<div id="attachment_111" class="wp-caption alignnone" style="width: 273px"><a href="http://mharis.net/wp-content/uploads/2011/06/insert.png"><img class="size-full wp-image-111" title="Tooltip GUI" src="http://mharis.net/wp-content/uploads/2011/06/insert.png" alt="" width="263" height="344" /></a><p class="wp-caption-text">Tooltip GUI</p></div>
<h3><a href="http://wordpress.org/extend/plugins/wp-tooltip">Download Plugin</a></h3>
<p>Credit: <a href="http://code.drewwilson.com/entry/tiptip-jquery-plugin">jQuery tipTip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mharis.net/wordpress-tooltip-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Twitter Counter WordPress Plugin &#8211; Twounter</title>
		<link>http://mharis.net/twitter-counter-wordpress-plugin/</link>
		<comments>http://mharis.net/twitter-counter-wordpress-plugin/#comments</comments>
		<pubDate>Sun, 08 May 2011 00:36:24 +0000</pubDate>
		<dc:creator>mharis</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://mharis.net/?p=94</guid>
		<description><![CDATA[Twounter returns the number of twitter followers in a plain text format.]]></description>
			<content:encoded><![CDATA[<p>Twounter returns the number of twitter followers in a plain text format.</p>
<p>There are two ways to fetch the number of twitter followers.</p>
<h3>PHP Template Tag:</h3>
<p>You can use the function</p>
<pre class="brush: php; title: ; notranslate">&lt;?php echo twounter('username') ?&gt;</pre>
<p>in your template files.</p>
<h3>Shortcode:</h3>
<p>You can use the twounter shortcode</p>
<pre class="brush: php; title: ; notranslate">[twounter]username[/twounter]</pre>
<p>in posts and pages to return the numbers of twitter followers.</p>
<h3><a href="http://wordpress.org/extend/plugins/twounter/">Download Plugin</a></h3>
<p>Latest Version is <span style="text-decoration: underline;">1.0.2</span></p>
]]></content:encoded>
			<wfw:commentRss>http://mharis.net/twitter-counter-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DailyBooth Plugin for WordPress</title>
		<link>http://mharis.net/dailybooth-plugin-for-wordpress/</link>
		<comments>http://mharis.net/dailybooth-plugin-for-wordpress/#comments</comments>
		<pubDate>Sat, 07 May 2011 13:15:23 +0000</pubDate>
		<dc:creator>mharis</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://mharis.net/?p=80</guid>
		<description><![CDATA[A <a href='http://dailybooth.com'>DailyBooth</a> Plugin for WordPress]]></description>
			<content:encoded><![CDATA[<p>WordPress DailyBooth plugin lets you add your <a href="http://dailybooth.com" target="_blank">DailyBooth</a> updates (thumbnails) to your WordPress blog.  The plugin includes shortcode support, a php template tag and a wordpress widget.</p>
<p><strong>This version of the plugin makes full use of the new DailyBooth API and Cache.</strong></p>
<h3><strong>Shortcode:</strong></h3>
<p>You can add dailybooth updates to  blog posts and pages with the following shortcode:</p>
<pre class="brush: php; title: ; notranslate">[dailybooth id=jon images=3 width=50 height=50]</pre>
<h3>PHP Template Tag:</h3>
<p>You can add dailybooth updates to wordpress themes with the following template tag</p>
<pre class="brush: php; title: ; notranslate">&lt;?php $dailyBooth = new WP_DailyBooth; $dailyBooth-&gt;images($id = 'jon', $images = '3', $width = '50', $height ='50'); ?&gt;</pre>
<p><em>Images, width and height paramters are optional for both the shortcode and template tag.</em></p>
<h3>Widget:</h3>
<p>The plugin comes with a simple widget. Just drag and drop it in your sidebar.</p>
<h3><a href="http://wordpress.org/extend/plugins/wp-dailybooth/">Download Plugin</a></h3>
<p>Latest Version is <span style="text-decoration: underline;">1.0.3</span></p>
<h3>Changelog</h3>
<p><strong>1.0.3</strong></p>
<ol>
<li>Added support to add captions to the image (optional).</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://mharis.net/dailybooth-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
