<?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>Dezzain Studio &#187; WordPress Tips And Tricks</title>
	<atom:link href="http://www.dezzain.com/category/wordpress-tips-and-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dezzain.com</link>
	<description>Personal Web Design, Blog Design And Custom Wordpress Themes Development</description>
	<lastBuildDate>Sat, 18 Oct 2008 15:49:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Gravatar And Mybloglog Avatar Integration</title>
		<link>http://www.dezzain.com/wordpress-tips-and-tricks/gravatar-and-mybloglog-avatar-integration/</link>
		<comments>http://www.dezzain.com/wordpress-tips-and-tricks/gravatar-and-mybloglog-avatar-integration/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 02:49:01 +0000</pubDate>
		<dc:creator>Richie-K</dc:creator>
				<category><![CDATA[WordPress Tips And Tricks]]></category>
		<category><![CDATA[wordpress coding]]></category>

		<guid isPermaLink="false">http://www.dezzain.com/wordpress-tips-and-tricks/gravatar-and-mybloglog-avatar-integration/</guid>
		<description><![CDATA[
ok..users tend to drawed to using either gravatar or mybloglog avatar to implement an identity to the commentator..what if you want to used or switch from gravatar and mybloglog without any hassle. Here&#8217;s a simple integration you can input into your comment loop.
Using original source from gravatar integration Tip #6: Add Gravatars Without a Plugin [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.dezzain.com/wp-content/uploads/2008/03/mybloglog-gravatar.gif" alt="mybloglog-gravatar.gif" /></p>
<p>ok..users tend to drawed to using either <a href="http://site.gravatar.com/" target="_blank">gravatar</a> or <a href="http://www.mybloglog.com/" target="_blank">mybloglog</a> avatar to implement an identity to the commentator..what if you want to used or switch from gravatar and mybloglog without any hassle. Here&#8217;s a simple integration you can input into your <strong>comment loop</strong>.</p>
<p>Using original source from gravatar integration <a href="http://www.wpdesigner.com/2008/02/01/wordpress-tips-part-2/">Tip #6: Add Gravatars Without a Plugin</a> from <strong>WPDesigner</strong> by <strong>Milo</strong></p>
<h4>Implement Method In Comment Loop</h4>
<ul class="codeview">
<li>&lt;?php if(function_exists(&#8220;MyAvatars&#8221;)) : ?&gt;&lt;?php MyAvatars(); ?&gt;&lt;?php else: ?&gt;</li>
<li><strong>&lt;?php $pathtotheme = get_bloginfo(&#8217;stylesheet_directory&#8217;); ?&gt; &lt;!&#8211; this is so you can input your own site no-avatar image rather than default one from gravatar &#8211;&gt;</strong>&lt;?php if(!empty($comment -&gt; comment_author_email)) {$md5 = md5($comment -&gt; comment_author_email);$default = urlencode(&#8220;$pathtotheme/images/<strong>no-avatar.gif</strong>&#8220;);echo &#8220;&lt;img src=&#8217;http://www.gravatar.com/avatar.php?gravatar_id=<br />
$md5&amp;size=<strong>48</strong>&amp;default=$default&#8217; alt=&#8217;commenter&#8217; /&gt;&#8221;;}?&gt;</li>
<li>&lt;?php endif; ?&gt;</li>
</ul>
<p>that&#8217;s it..easy right. Bold text in code above are editable according to your images location and avatar size. In order to make the gravatar and mybloglog avatar size the same, open your style.css and add this line to bottom of your css or any location you desired</p>
<ul class="codeview">
<li>img.MyAvatars<br />
{<br />
height: <strong>48px;</strong><br />
width: <strong>48px;</strong><br />
}</li>
</ul>
<p>change the bold height and width to the same dimension size as your gravatar.</p>
<p> <img src='http://www.dezzain.com/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.dezzain.com/wordpress-tips-and-tricks/gravatar-and-mybloglog-avatar-integration/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to remove mybloglog white background?</title>
		<link>http://www.dezzain.com/wordpress-tips-and-tricks/how-to-remove-mybloglog-white-background/</link>
		<comments>http://www.dezzain.com/wordpress-tips-and-tricks/how-to-remove-mybloglog-white-background/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 10:10:12 +0000</pubDate>
		<dc:creator>Richie-K</dc:creator>
				<category><![CDATA[WordPress Tips And Tricks]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.dezzain.com/wordpress-tips-and-tricks/how-to-remove-mybloglog-white-background/</guid>
		<description><![CDATA[Recently i got an email on how to remove the mybloglog white &#8220;join my community&#8221; background. It is quite simple actually and some of you guys may already know how to do it   so for those who haven&#8217;t figure out the trick yet, here&#8217;s a way to do it

open your style.css or your [...]]]></description>
			<content:encoded><![CDATA[<p>Recently i got an email on how to remove the <a href="http://www.mybloglog.com/"><strong>mybloglog</strong></a> white &#8220;join my community&#8221; background. It is quite simple actually and some of you guys may already know how to do it <img src='http://www.dezzain.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  so for those who haven&#8217;t figure out the trick yet, here&#8217;s a way to do it</p>
<p><img src="http://www.dezzain.com/wp-content/uploads/2008/02/remove-mybloglog-white-background.gif" alt="remove-mybloglog-white-background.gif" /></p>
<p>open your style.css or your main css stylesheet and add this couple of this line to it</p>
<ul class="codeview">
<li> .mbl_join{<br />
background-color: #E66E87; /*your desired background colour */<br />
color: #FFFFFF!important;<br />
text-decoration: none;<br />
}<br />
.mbl_join a {<br />
color: #f5f5f5!important;<br />
text-decoration: none;<br />
}</li>
</ul>
<p>and that&#8217;s it!&#8230;as you can see the added <strong><font color="#993366">!important</font></strong> before the closing css mark. This is to ignore or enforce the use of your own css style into the mybloglog original css and remove the white background from it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dezzain.com/wordpress-tips-and-tricks/how-to-remove-mybloglog-white-background/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
