<?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>Thariqul Huda &#187; Plugin</title>
	<atom:link href="http://hudatoriq.web.id/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://hudatoriq.web.id</link>
	<description>Huda's Life, On The Row</description>
	<lastBuildDate>Tue, 13 Jan 2009 10:15:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>CommentMailer</title>
		<link>http://hudatoriq.web.id/2007/08/20/commentmailer/</link>
		<comments>http://hudatoriq.web.id/2007/08/20/commentmailer/#comments</comments>
		<pubDate>Sun, 19 Aug 2007 19:35:09 +0000</pubDate>
		<dc:creator>huda</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[CommentMailer]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[WP-hack]]></category>

		<guid isPermaLink="false">http://www.hudatoriq.web.id/2007/08/20/commentmailer/</guid>
		<description><![CDATA[Comment Mailer is a WordPress plugin that helps you maintaining the discussion on your blog by letting the commenters know that you have replied their comments on the comment section of your post. Everytime you post a comment to answer previous comments from your visitors, you&#8217;ll be given an option to send a notification email [...]]]></description>
			<content:encoded><![CDATA[<p>Comment Mailer is a WordPress plugin that helps you maintaining the discussion on your blog by letting the commenters know that you have replied their comments on the comment section of your post. Everytime you post a comment to answer previous comments from your visitors, you&#8217;ll be given an option to send a notification email to a spcecific commenters. It&#8217;s simple and easy.</p>
<p><strong>Why You Should Use This Plugin</strong></p>
<ul>
<li>You&#8217;ll never know whether your blog commenters is going to visit back to look for your reply for his/her comment, subscribe a comment feed for a specific post, or choose to receive notification e-mail (if you provide one). By using this plugin, you&#8217;ll have a full control to decide whether it is necessary to notify a commenter for a new reply.</li>
<li>It keeps the discussion rolling on your blog comment system.</li>
</ul>
<p><strong>Grab it</strong></p>
<p>Currently there is only unstable version of this plugin. But yet, you can still take the advantage by installing  it. Use the following link to download the plugin.</p>
<p class="download"><a href="http://downloads.wordpress.org/plugin/commentmailer.0.1-beta.zip" title="Comment Mailer">commentmailer-0.1-beta</a></p>
<p><span id="more-72"></span><strong>Installation</strong></p>
<ol>
<li>Download the package and decompress it</li>
<li>Upload the file named commentmailer.php to your /wp-content/plugins/ directory</li>
<li>Go to your Plugin activation section and activate the plugin</li>
<li>Well done!</li>
<li>If necessary, you can configure anything on the admin panel. Login into your wp-admin and select Options -&gt; CommentMailer</li>
</ol>
<p><strong>Usage</strong></p>
<p>If you are logged in as an administrator on your blog, you&#8217;ll see an additional list menu on the comment submission form. Select the commenters to whom you are going to send a notification e-mail. Then click the submit button as usual. Leave the rest to the plugin to work</p>
<p><strong>Localization</strong></p>
<p>There is still only one localization available for this plugin: Bahasa Indonesia.  If you are interested in translating it into your language, you can use the template (commentmailer.pot) file included in the plugin package archive. You can send the translation result back to me so I could include the translation in the next release.</p>
<p>Localization plays an important role in this plugin since it determines the content of your notification e-mail.</p>
<table class="table_post_line download" margin="1" border="0" width="100%">
<tr>
<th align="center">Language</th>
<th align="center">Version</th>
<th align="center">Translator</th>
<th align="center">Source code</th>
<th align="center">Binary</th>
</tr>
<tr>
<td align="left">Bahasa Indonesia</td>
<td align="center">0.1-alpha</td>
<td align="center"><a href="hudatoriq.web.id">Huda Toriq</a></td>
<td align="center"><a href="http://svn.wp-plugins.org/commentmailer/l10n/trunk/commentmailer-id_ID.po">id_ID</a></td>
<td align="center"><a href="http://svn.wp-plugins.org/commentmailer/l10n/trunk/commentmailer-id_ID.mo">id_ID</a></td>
</tr>
</table>
<p>To use the localization, simply upload the desired .mo to your plugin directory (/wp-content/plugins/). Your WPLANG value in your wp-config.php should match the .mo file. e.g. you should use the id_ID.mo if your WPLANG is set to id_ID.</p>
<p><strong>Frequently Asked Questions</strong></p>
<p class="question" style="text-align: left">Can my blog visitors use same list menu to send comment notification to the other commenters?</p>
<p>No unless they are registered as your blog user and are logged in when they are submitting a comment. Otherwise they would see the regular comment form, without the additional list menu.</p>
<p class="question" style="text-align: left">The e-mail header configuration can only be filled with a single setting (single sender name, single e-mail address). How could a multi user blog specify multiple settings for the plugin?</p>
<p>You couldn&#8217;t. But you can leave it blank so that the display name and email address from the user profile will be used instead of the commentmailer option</p>
<p class="question" style="text-align: left">Why I don&#8217;t see any extra options on the comment submission form?</p>
<p>It&#8217;s probably because your theme doesn&#8217;t have a hook called comment_form. I use this hook to automatically insert the multiple list menu containing the names of the commenters. Check your theme file for a code that look like this: <code>&lt;&amp;php do_action('comment_form', $post-&gt;ID); &amp;&gt; </code>Usually it&#8217;s located inside &#8216;comments.php&#8217;. If you don&#8217;t have one, try adding it manually.</p>
<p><strong>Version History</strong></p>
<ul>
<li>September 2 2007 &#8211; Version 0.1-beta<br />
Major fixes for previously broken functions. The multiple list is now working.</li>
<li>August 20 2007 &#8211; Version 0.1-alpha<br />
Initial release. The multiple list is not 100% working actually. You could only send notification to 1 visitor. I have recoded the list and will surely provide the real multiple list function in the next release. (soon <img src='http://www.keritikentang.com/smilies/yahoo_smiley.gif' alt='&#58;&#41;' class='wp-smiley' width='18' height='18' title='&#58;&#41;' /> ).</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://hudatoriq.web.id/2007/08/20/commentmailer/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Yahoo Messenger Online Status Plugin for WordPress</title>
		<link>http://hudatoriq.web.id/2007/05/01/yahoo-messenger-online-status-plugin-for-wordpress/</link>
		<comments>http://hudatoriq.web.id/2007/05/01/yahoo-messenger-online-status-plugin-for-wordpress/#comments</comments>
		<pubDate>Tue, 01 May 2007 15:17:02 +0000</pubDate>
		<dc:creator>huda</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WP-hack]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.hudatoriq.web.id/2007/05/01/plugin-status-online-yahoo-messenger-untuk-wordpress/id/</guid>
		<description><![CDATA[Now this plugin has its own page. For newer and more up to date information about this plugin, please refer to the new page. Do you love telling everybody whether you are online or not by adding your Yahoo Messenger online status to your blog? If you do, you might have been familiar to these [...]]]></description>
			<content:encoded><![CDATA[<p>Now this plugin has <a href="http://www.hudatoriq.web.id/wp-hacks/ym-online-status" title="Yahoo Messenger Online Status Plugin for WordPress">its own page</a>. For newer and more up to date information about this plugin, please refer to <a href="http://www.hudatoriq.web.id/wp-hacks/ym-online-status" title="Yahoo Messenger Online Status Plugin for WordPress">the new page</a>.</p>
<p>Do you love telling everybody whether you are online or not by adding your Yahoo Messenger online status to your blog? If you do, you might have been familiar to these standard YM online status button:</p>
<p><img src="http://hudatoriq.web.id/files/2007/05/online0.gif" class="noborder" alt="online0.gif" height="12" width="12" />  <img src="http://hudatoriq.web.id/files/2007/05/online1.gif" alt="online1.gif" class="noborder" /> <img src="http://hudatoriq.web.id/files/2007/05/online2.gif" alt="online2.gif" class="noborder" /> <img src="http://hudatoriq.web.id/files/2007/05/online3.gif" alt="online3.gif" class="noborder" /> <img src="http://hudatoriq.web.id/files/2007/05/online4.gif" alt="online4.gif" class="noborder" /> <img src="http://hudatoriq.web.id/files/2007/05/online5.gif" alt="online5.gif" class="noborder" /></p>
<p><img src="http://hudatoriq.web.id/files/2007/05/offline0.gif" alt="offline0.gif" class="noborder" height="12" width="12" />  <img src="http://hudatoriq.web.id/files/2007/05/offline1.gif" alt="offline1.gif" class="noborder" /> <img src="http://hudatoriq.web.id/files/2007/05/offline2.gif" alt="offline2.gif" class="noborder" /> <img src="http://hudatoriq.web.id/files/2007/05/offline3.gif" alt="offline3.gif" class="noborder" /> <img src="http://hudatoriq.web.id/files/2007/05/offline4.gif" alt="offline4.gif" class="noborder" /> <img src="http://hudatoriq.web.id/files/2007/05/offline5.gif" alt="offline5.gif" class="noborder" /></p>
<p>Bored with these button?</p>
<p>For you, WordPress users, I&#8217;ve written a simple plugin which allows you to show your YM online status using your custom images, so you can make sure that your online status button looks good on your blog&#8217;s theme and layout. My Yahoo Messenger online status button on the sidebar of this blog is a simple example for this plugin. Of course, this is only an example. You can create better buttons on your own.</p>
<p>Interested? Just download the latest version of this plugin and put it on your blog<br />
<span id="more-54"></span></p>
<p class="download">Latest stable version:<br />
<a href="http://downloads.wordpress.org/plugin/ym-online-status.0.3.zip">ym-online-status-0.3</a></p>
<p><strong>Installation and Usage:<br />
</strong></p>
<ol>
<li>Decompress this plugin&#8217;s archive file. It contains a folder named &#8216;ym-online-status&#8217;</li>
<li>Upload the folder into your plugins directory which is located by default in <code>/wp-content/plugins/</code> After uploading this folder, you should have a structure like this: <code>/wp-content/plugins/ym-online-status/[some files + folder]</code></li>
<li>Go to your admin section and select <strong>Plugins</strong> menu. Activate this plugin from the panel.</li>
<li>Now go to <strong>Options</strong>, select the <strong>YM Status </strong>submenu (you&#8217;ll find this new submenu after activating this plugin). Fill in the &#8216;Yahoo Messenger ID&#8217; field with your yahoo id. If you&#8217;d like to enter some different ids, separate each id with a <strong>space</strong> (see further notes about <a href="#multiple_ids">using multiple yahoo ids</a>). The &#8216;Text&#8217; field on the options represents the value of &#8216;alt&#8217; and &#8216;title&#8217; attributes of your button. It will show up as a tooltip when you hover your mouse pointer on your button and where browsers doesn&#8217;t load your button image.</li>
<li>Select your preferred YM status button to display.</li>
<li>Click the &#8216;Update Options&#8217; button.</li>
<li>Enter this code into your theme file, in which your online status button will be displayed:<code>&lt;?php get_ym_status() ?&gt;</code>It&#8217;ll be nice to put it in your sidebar.php, but it is up to you where you would like it to be displayed. <img src='http://www.keritikentang.com/smilies/yahoo_smiley.gif' alt='&#58;&#41;' class='wp-smiley' width='18' height='18' title='&#58;&#41;' /></li>
<li>Congratulations! Now you have a unique YM online status button. <img src='http://www.keritikentang.com/smilies/yahoo_smiley.gif' alt='&#58;&#41;' class='wp-smiley' width='18' height='18' title='&#58;&#41;' /></li>
</ol>
<p><strong>Using your own image</strong></p>
<p>I have included some sample online status buttons which you could use on your blog. But if you&#8217;d like to use your own creation, please follow these steps:</p>
<ol>
<li>Prepare a pair of images. One is for showing the visitors that you are online, and the other one is for showing that you are offline. These paired image&#8217;s format and extension have to be identical. You can&#8217;t pair an online .jpg image with an offline .gif image. I also suggest that you use a pair of image with the same pixel dimension, although this isn&#8217;t a must.</li>
<li>Name each of the images as <code>online-[image_name].[extension]</code> and <code>offline-[image_name].[extension]</code> As an example, you might want to name them as online-myimage.gif and offline-myimage.gif.</li>
<li>Upload these images into this directory: <code>/wp-content/plugins/ym-online-status/images/</code></li>
<li>Get into the admin panel, select the <strong>Options </strong>menu and then the <strong>YM Status</strong> submenu. Select your custom images as your online status button just like you did before, and then click the <strong>Update Options</strong> button.</li>
</ol>
<p class="favorite">If you would like to share your custom images to WordPress communities, I would be glad to include them in this plugin, accompanied with the author&#8217;s credits and blog urls of course. <img src='http://www.keritikentang.com/smilies/yahoo_smiley.gif' alt='&#58;&#41;' class='wp-smiley' width='18' height='18' title='&#58;&#41;' /> Please send me your custom images via email: hudatoriq [at] gmail [dot] com. The images must be in PNG format, with 32 bits per pixel color depth (with 8 bit per pixel transparency).</p>
<p><a title="multiple_ids" name="multiple_ids"></a><strong>Using multiple yahoo ids<br />
</strong></p>
<p>If you want to display the online statuses of several yahoo ids, please follow these steps:</p>
<ul>
<li>In the YM Status Option page, specify multiple yahoo ids in the field labeled &#8216;Yahoo Messenger ID&#8217;. Separate each ids with a <strong>space</strong>.</li>
<li>To display all these ids at once, simply use this function on your theme file: <code>&lt;?php get_ym_status('list') ?&gt;</code> This will display the YM status of the given ids in an unordered list format.</li>
</ul>
<p>If it doesn&#8217;t fit your theme/layout, you can create your own HTML tags structure. Use this tags to show your custom image with link that executes Yahoo Messenger program when clicked:<code style="font-size: 0.8em">&lt;a href='ymsgr:sendim?[yahoo_id]' title='[title text]'&gt;<br />
&lt;img src='[weblog root]/wp-content/plugins/ym-online-status/image.php?id=[id number]' alt='[title text]' /&gt;<br />
&lt;/a&gt;<br />
</code></p>
<p>You should replace the value inside [ and ] as noted below:</p>
<ul>
<li>[yahoo id] with your yahoo id/username</li>
<li>[title text] with your custom text that you will use as a tooltip</li>
<li>[weblog root] with your web log root url</li>
<li>[id number] with the number dengan urutan keberapa id tersebut ditulis dalam field &#8216;Yahoo Messenger ID&#8217;. Misalkan Anda mengisi id-id berikut: tono tini tina. Jika ingin menampilkan status online tina, ganti nilai ini dengan nomor 3. Jika ingin menampilkan status online tono, ganti dengan nomor 1.</li>
</ul>
<p><strong>Localization</strong></p>
<p>Available translation file:</p>
<ul>
<li>Bahasa Indonesia</li>
</ul>
<p><strong>Frequently Asked Questions</strong></p>
<p class="question" style="text-align: left">Can somebody else use my image URL to show their YM online status on other site/weblog?</p>
<p>Yes, they can, provided that you allow them by specifying their yahoo username in the Options panel. Otherwise, they won&#8217;t be able to do this. You actually are able to lend your friends some help by hosting their custom image status while they don&#8217;t have the ability to use it due to their bloghost service limitation. Just tell them to use this url as their image source: <code style="font-size: 0.8em">[your weblog url]/wp-content/plugins/ym-online-status/image.php?id=[id number]</code></p>
<p class="question" style="text-align: left">Why does the button look bad on my blog? There is a rectangular gray background surrounding the button.</p>
<p>That&#8217;s probably due to incompatibility with your browser. The images included in this plugin is in PNG format. Besides storing color information, it also stores 256 level of transparency information for each pixel. It makes PNG image&#8217;s transparency look perfect on any background color. But unfortunately not all browser support this. If you use Internet Explorer prior to version 7.0, then you&#8217;ll have a good chance to face this problem. If you want your button to look fine in browsers that doesn&#8217;t support PNG&#8217;s transparency, try editing the image with some graphic editor. Remove the image transparency. Use your blog&#8217;s background color as your image&#8217;s background, then upload it back to your server.</p>
<p class="question" style="text-align: left">How do I upload my custom images into the designated directory? I can&#8217;t find any upload panel to do this from the YM Status Options Menu</p>
<p>Unfortunately I haven&#8217;t provided a form to upload images from the Admin panel yet. You have to upload it via FTP or your web host file manager.</p>
<p><strong>Copyright Notices</strong></p>
<p>This YM Online Status plugin for WordPress is released under GPL (General Public License).</p>
<p>Yahoo!, Yahoo! Messenger, Yahoo! logo, and some smiley image taken from Yahoo! website or Yahoo Messenger software are registered trademark and properties of Yahoo! Inc. This plugin is not officially released nor supported by Yahoo! Inc. Yahoo! is not responsible for the usage of this plugin on your blog.</p>
<p><strong>Version History</strong></p>
<ul>
<li><strong>Jul 14 2007 &#8211; Version 0.2</strong><br />
Bug repair &#8211; collision with other admin buttons named &#8216;submit&#8217; that creates undesired update triggers<br />
Compatibility fixes with WordPress 2.0 regarding array serialization<br />
Auto redirection to configuration page after activation<br />
Automatically assign smile.png as the default status button after plugin activation<br />
Notification messages in configuration page<br />
Using WP&#8217;s built in &#8216;init&#8217; hook to intercept user (admin) input (I should&#8217;ve done it earlier <img src='http://www.keritikentang.com/smilies/yahoo_smiley.gif' alt='&#58;&#41;' class='wp-smiley' width='18' height='18' title='&#58;&#41;' /> )<br />
Other minor changes (localizations, code cleaning, etc)</li>
<li><strong>May 3 2007 &#8211; Version 0.1</strong><br />
Now PHP 4 compatible (tested with PHP 4.3.11)</li>
<li><strong>May 2 2007 &#8211; Version 0.1 Beta</strong><br />
Initial release, still having problems with PHP 4.x.x</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://hudatoriq.web.id/2007/05/01/yahoo-messenger-online-status-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>131</slash:comments>
		</item>
	</channel>
</rss>

