<?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>Maverick Web Creations &#187; WordPress</title>
	<atom:link href="http://www.maverickwebcreations.com/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.maverickwebcreations.com</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 05:37:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Speed Up WordPress Part 1: Plugins</title>
		<link>http://www.maverickwebcreations.com/2010/06/10/how-to-speed-up-wordpress-part-1-plugins.html</link>
		<comments>http://www.maverickwebcreations.com/2010/06/10/how-to-speed-up-wordpress-part-1-plugins.html#comments</comments>
		<pubDate>Thu, 10 Jun 2010 09:34:45 +0000</pubDate>
		<dc:creator>admin_mwc</dc:creator>
				<category><![CDATA[Wordpress Help]]></category>
		<category><![CDATA[minify]]></category>
		<category><![CDATA[speed up wordpress]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WP Super Cache]]></category>
		<guid isPermaLink="false">http://www.maverickwebcreations.com/?p=1370</guid>
		<description><![CDATA[<p>I recently made some changes to my web site to try to speed up the loading time of my pages. After installing loads of WordPress plugins and other social networking widgets, my web site loading time became rather slow because of all the extra CSS and Javascript code that came &#8230; <a href="http://www.maverickwebcreations.com/2010/06/10/how-to-speed-up-wordpress-part-1-plugins.html" class="read_more">Read more...</a></p>]]></description>
			<content:encoded><![CDATA[<p>I recently made some changes to my web site to try to speed up the loading time of my pages. After installing loads of WordPress plugins and other social networking widgets, my web site loading time became rather slow because of all the extra CSS and Javascript code that came with them.</p>
<p><strong>Where Can I Improve the Speed of My WordPress Web Site?</strong></p>
<p>There are 5 general areas where you could improve the performance of your WordPress web site:</p>
<ol>
<li>PHP code</li>
<li>HTML code</li>
<li>CSS code</li>
<li>Javascript code</li>
<li>MySQL database</li>
</ol>
<p>It would take a lot more than a single blog post for me to go through all of this in great detail. One of the easiest ways to speed up your WordPress is install a bunch of caching and &#8220;code minimizing&#8221; WordPress plugins.</p>
<p><strong>WordPress Plugins That Speed Up WordPress</strong></p>
<p>I tested the following WordPress plugins and measured the impact of the plugins on the loading times of my web site.</p>
<ol>
<li><a href="http://ocaoimh.ie/wp-super-cache/">WP Super Cache</a> &#8211; Generates html files that are served directly by Apache without  processing comparatively heavy PHP scripts.</li>
<li><a href="http://omninoggin.com/wordpress-plugins/wp-minify-wordpress-plugin/">WP Minify</a> &#8211; Combines and compresses Javascript and CSS files to improve page load time.</li>
<li><a href="http://www.ruhanirabin.com/wp-optimize/">WP Optimize</a> &#8211; A database clean up and optimization tool that allows you to remove post revisions,  comments in the spam queue and unapproved comments.</li>
<li><a href="http://dialect.ca/code/wp-smushit/">WP Smush.it</a> &#8211; Reduce image file sizes.</li>
<li><a href="http://www.poradnik-webmastera.com/projekty/db_cache_reloaded/">DB Cache Reloaded</a> &#8211; Caches every MySQL database query to improve performance.</li>
<li><a href="http://www.mittineague.com/dev/co.php">Clean Options</a> &#8211; Removed redundant database entries in the &#8220;wp_options&#8221; database table caused by uninstalled plugins and themes.</li>
</ol>
<p>The plugins above eliminate the need for you to edit source code or fiddle with images to reduce their sizes. This is a great start to optimizing your WordPress for speed but more improvements can be done by tweaking the source code of your PHP, Javascript and CSS files.</p>
<p><strong>Case Study: MaverickWebCreations.com Before WordPress Speed Optimization</strong></p>
<p>I should have disabled my WP Super Cache plugin before the test. What you&#8217;re seeing here is the effect of all the plugins above except for the WP Super Cache plugin.</p>
<p><img class="size-full wp-image-1381 alignnone" title="Speed Up WordPress - Before 1" src="http://www.maverickwebcreations.com/wp-content/uploads/2010/06/speed-up-wordpress-before1.gif" alt="How to Speed Up WordPress Part 1: Plugins" width="614" height="402" /></p>
<p>This is a screen shot of the web page speed report I got at WebSiteOptimization.com. As you can see, I have 73 HTTP requests with a total page loading size of 881972 bytes or 861.30 kilobytes (KB). I am embarrassed that my web site got so big!</p>
<p><strong>Case Study: MaverickWebCreations.com After WordPress Speed  Optimization</strong></p>
<p><img class="alignnone size-full wp-image-1378" title="Speed Up WordPress - After 1" src="http://www.maverickwebcreations.com/wp-content/uploads/2010/06/speed-up-wordpress-after1.gif" alt="How to Speed Up WordPress Part 1: Plugins" width="613" height="405" /></p>
<p>Previously, I had 73 HTTP requests and a total size of 881972 bytes or 861.30 KB. Now, I&#8217;ve got 52 HTTP requests and a total size of 694141 bytes or 677.87 KB. That&#8217;s a reduction of 21 HTTP requests and a 183.43 KB reduction in file size. That&#8217;s a nice 21.3% reduction in page size!</p>
<p>Your results will vary depending on how your web site is set up. Optimizing WordPress for speed was something I did not put a lot of emphasis on before I discovered how bad things can get over time. These plugins are relatively easy to install and configure. Give them a try and you will wonder how you got by without them for so long!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maverickwebcreations.com/2010/06/10/how-to-speed-up-wordpress-part-1-plugins.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Import/Export Posts from WordPress to WordPress</title>
		<link>http://www.maverickwebcreations.com/2009/11/26/importexport-posts-from-wordpress-to-wordpress.html</link>
		<comments>http://www.maverickwebcreations.com/2009/11/26/importexport-posts-from-wordpress-to-wordpress.html#comments</comments>
		<pubDate>Thu, 26 Nov 2009 06:03:12 +0000</pubDate>
		<dc:creator>admin_mwc</dc:creator>
				<category><![CDATA[Wordpress Help]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://www.maverickwebcreations.com/?p=1213</guid>
		<description><![CDATA[<p>I recently did an export of most of the posts of my internet marketing blog to this blog. It was quite simple actually. Simply click on the Tools -&#62; Export link on the left of the WordPress admin sidebar to export all the content from a WordPress blog to a &#8230; <a href="http://www.maverickwebcreations.com/2009/11/26/importexport-posts-from-wordpress-to-wordpress.html" class="read_more">Read more...</a></p>]]></description>
			<content:encoded><![CDATA[<p>I recently did an export of most of the posts of my internet marketing blog to this blog. It was quite simple actually. Simply click on the Tools -&gt; Export link on the left of the WordPress admin sidebar to export all the content from a WordPress blog to a XML file.</p>
<div class="ngg-galleryoverview" id="ngg-gallery-51-1213">
	<!-- Thumbnails -->
	<div id="ngg-image-473" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.maverickwebcreations.com/wp-content/gallery/wordpress-to-wordpress/wordpress-to-wordpress1.jpg" title=" " class="thickbox" rel="set_51" >
								<img title="wordpress-to-wordpress1" alt="Import/Export Posts from WordPress to WordPress" src="http://www.maverickwebcreations.com/wp-content/gallery/wordpress-to-wordpress/thumbs/thumbs_wordpress-to-wordpress1.jpg" width="180" height="150" />
							</a>
		</div>
	</div>
	<div id="ngg-image-474" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.maverickwebcreations.com/wp-content/gallery/wordpress-to-wordpress/wordpress-to-wordpress2.jpg" title=" " class="thickbox" rel="set_51" >
								<img title="wordpress-to-wordpress2" alt="Import/Export Posts from WordPress to WordPress" src="http://www.maverickwebcreations.com/wp-content/gallery/wordpress-to-wordpress/thumbs/thumbs_wordpress-to-wordpress2.jpg" width="180" height="150" />
							</a>
		</div>
	</div>
	<div id="ngg-image-475" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.maverickwebcreations.com/wp-content/gallery/wordpress-to-wordpress/wordpress-to-wordpress3.jpg" title=" " class="thickbox" rel="set_51" >
								<img title="wordpress-to-wordpress3" alt="Import/Export Posts from WordPress to WordPress" src="http://www.maverickwebcreations.com/wp-content/gallery/wordpress-to-wordpress/thumbs/thumbs_wordpress-to-wordpress3.jpg" width="180" height="150" />
							</a>
		</div>
	</div>
	<div id="ngg-image-476" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.maverickwebcreations.com/wp-content/gallery/wordpress-to-wordpress/wordpress-to-wordpress4.jpg" title=" " class="thickbox" rel="set_51" >
								<img title="wordpress-to-wordpress4" alt="Import/Export Posts from WordPress to WordPress" src="http://www.maverickwebcreations.com/wp-content/gallery/wordpress-to-wordpress/thumbs/thumbs_wordpress-to-wordpress4.jpg" width="180" height="150" />
							</a>
		</div>
	</div>
	<div id="ngg-image-477" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.maverickwebcreations.com/wp-content/gallery/wordpress-to-wordpress/wordpress-to-wordpress5.jpg" title=" " class="thickbox" rel="set_51" >
								<img title="wordpress-to-wordpress5" alt="Import/Export Posts from WordPress to WordPress" src="http://www.maverickwebcreations.com/wp-content/gallery/wordpress-to-wordpress/thumbs/thumbs_wordpress-to-wordpress5.jpg" width="180" height="150" />
							</a>
		</div>
	</div>
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
</div>
<p>I had a feeling it would not be so easy but I thought it would be worth a try because I get to move the attachment, tags, comments and pages to my destination blog.</p>
<p>At my Maverick Web Creations&#8217; blog, I selected the Tools -&gt; Import link. I had to upload the XML file I got from the export to import the content. After the long wait, I could see that over 400 posts/pages were moved over!</p>
<p>The hard part was sorting out the categories and delete the unwanted posts/pages. I should have deleted the useless content before exporting/importing content from my previous WordPress blog to this WordPress blog. That would have saved me a lot of time.</p>
<div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/ab29d735-8990-4169-afbc-b5f6c94dc7f4/"><img class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_b.png?x-id=ab29d735-8990-4169-afbc-b5f6c94dc7f4" alt="Import/Export Posts from WordPress to WordPress"  title="Import/Export Posts from WordPress to WordPress" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.maverickwebcreations.com/2009/11/26/importexport-posts-from-wordpress-to-wordpress.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Customize the Google Friend Connect WordPress Plugin&#8217;s CSS &amp; Make It XHTML Compliant</title>
		<link>http://www.maverickwebcreations.com/2009/03/18/how-to-customize-the-google-friend-connect-wordpress-plugins-css-make-it-xhtml-compliant.html</link>
		<comments>http://www.maverickwebcreations.com/2009/03/18/how-to-customize-the-google-friend-connect-wordpress-plugins-css-make-it-xhtml-compliant.html#comments</comments>
		<pubDate>Wed, 18 Mar 2009 13:57:40 +0000</pubDate>
		<dc:creator>admin_mwc</dc:creator>
				<category><![CDATA[Wordpress Help]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[Friend Connect]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[XHTML]]></category>
		<guid isPermaLink="false">http://www.maverickwebcreations.com/?p=574</guid>
		<description><![CDATA[<p>This is a follow up to my previous post on <a href="http://www.maverickwebcreations.com/2009/03/17/how-to-install-the-google-friend-connect-wordpress-plugin.html">how to install the Google Friend Connect WordPress plugin</a>. This plugin by Google is really rough on the edges and it requires some tweaks for people concerned with the XHTML code and CSS design.</p>
<p><strong>Fixing the Google Friend Connect </strong>&#8230; <a href="http://www.maverickwebcreations.com/2009/03/18/how-to-customize-the-google-friend-connect-wordpress-plugins-css-make-it-xhtml-compliant.html" class="read_more">Read more...</a></p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.maverickwebcreations.com/wp-content/uploads/2009/03/google_friend_connect_diagram-299x300.gif" alt="How to Customize the Google Friend Connect WordPress Plugins CSS & Make It XHTML Compliant" title="Google Friend Connect" width="299" height="300" class="alignright size-medium wp-image-577" />This is a follow up to my previous post on <a href="http://www.maverickwebcreations.com/2009/03/17/how-to-install-the-google-friend-connect-wordpress-plugin.html">how to install the Google Friend Connect WordPress plugin</a>. This plugin by Google is really rough on the edges and it requires some tweaks for people concerned with the XHTML code and CSS design.</p>
<p><strong>Fixing the Google Friend Connect WordPress Plugin&#8217;s XHTML Errors</strong></p>
<p>The Google Friend Connect WordPress Plugin has a few XHTML errors.</p>
<ul>
<li>It uses the &lt;br&gt; tag, which has been depreciated and the &lt;br /&gt; tag should be used instead.</li>
<li>It uses the &lt;b&gt; tag, which is depreciated and the &lt;strong&gt; tag should be used instead.</li>
<li>There is an unnecessary &lt;br&gt; tag in the fc_wp_comment_form() function. This may cause your comment form to look weird.</li>
<li>1 of the img tags does not have the closing />.
</ul>
<p>To fix these errors, you need to make the following changes.</p>
<p>Original code:</p>
<pre class="brush: php; title: ; notranslate">
'&lt;img align=&quot;left&quot; src=&quot;' +  viewer.getField(&quot;thumbnailUrl&quot;) + '&quot;&gt;' +
'&lt;b&gt;Hello ' +  viewer.getField(&quot;displayName&quot;) + '!&lt;/b&gt;&lt;br&gt;' +
'&lt;a href=&quot;#&quot; onclick=&quot;google.friendconnect.requestSettings()&quot;&gt;Settings&lt;/a&gt;&lt;br&gt;' +
'&lt;a href=&quot;#&quot; onclick=&quot;google.friendconnect.requestInvite()&quot;&gt;Invite&lt;/a&gt;&lt;br&gt;' +
'&lt;div id=&quot;loadprof&quot;&gt;&lt;/div&gt;';
</pre>
<pre class="brush: php; title: ; notranslate">
// The fc_wp_comment_form function
// This just creates a div tag that will be replaced by the javascript code
// when the page gets loaded
function fc_wp_comment_form() {
 ?&gt;
   &lt;br&gt;
   &lt;div id=&quot;profile&quot;&gt;
   &lt;/div&gt;
 &lt;?
}
</pre>
<p>Edited code:</p>
<pre class="brush: php; title: ; notranslate">
'&lt;img align=&quot;left&quot; src=&quot;' +  viewer.getField(&quot;thumbnailUrl&quot;) + '&quot; /&gt;' +
'&lt;strong&gt;Hello ' +  viewer.getField(&quot;displayName&quot;) + '!&lt;/strong&gt;&lt;br /&gt;' +
'&lt;a href=&quot;#&quot; onclick=&quot;google.friendconnect.requestSettings()&quot;&gt;Settings&lt;/a&gt;&lt;br /&gt;' +
'&lt;a href=&quot;#&quot; onclick=&quot;google.friendconnect.requestInvite()&quot;&gt;Invite&lt;/a&gt;&lt;br /&gt;' +
'&lt;div id=&quot;loadprof&quot;&gt;&lt;/div&gt;';
</pre>
<pre class="brush: php; title: ; notranslate">
// The fc_wp_comment_form function
// This just creates a div tag that will be replaced by the javascript code
// when the page gets loaded
function fc_wp_comment_form() {
 ?&gt;
   &lt;div id=&quot;profile&quot;&gt;
   &lt;/div&gt;
 &lt;?
}
</pre>
<ol>
<li>Replace all &lt;br&gt; tags with &lt;br /&gt;.</li>
<li>Replace all  &lt;b&gt; tags with &lt;strong&gt;.</li>
<li>Remove the  &lt;br&gt; tag in the fc_wp_comment_form() function on line 49.</li>
<li>Add a back slash to the &lt;img&gt; tag on line 150.</li>
</ol>
<p><strong>Editing the CSS of Google Friend Connect WordPress Plugin&#8217;s Sign In Box</strong></p>
<p>Original code:</p>
<pre class="brush: css; title: ; notranslate">
#profile {
font-size:13px;
margin: 20px 40px;
border: 1px solid blue;
padding: 15px;
background-color: #E5ECF9;
}
</pre>
<p>Edited code:</p>
<pre class="brush: css; title: ; notranslate">
#profile {
font-size:12px;
margin: 0px;
padding: 0px;
}
</pre>
<p>This really depends on how you want the sign in box to look like. I hate the blue border and how it was aligned to the centre of the page. So I removed the border and margin/padding space.</p>
<p>You might also encounter CSS problems with the code below:</p>
<p>Original code:</p>
<pre class="brush: css; title: ; notranslate">
&lt;style type=&quot;text/css&quot;&gt;
body {font-family: Arial, Helvetica, sans-serif; font-weight:normal;}
h2 {color: #3366CC; font-size: 18px; font-weight: normal}
h3 {font-size: 13px; font-weight: normal}
h4 {color: grey; font-size: 11px; font-weight: normal}
</pre>
<p>Google adds this code to your WordPress site whether you like it or not. This to me, is very sloppy coding from Google. They could have added classes instead of forcing all h2, h3, h4 tags to look the way they want it to. Lucky for me, I use CSS classes to control how my h2, h3 and h4 tags so I am not affected by this code. However, if you use a general h2, h3, h4 without any classes or IDs, then good luck!</p>
<p>Edited code:</p>
<pre class="brush: css; title: ; notranslate">
&lt;style type=&quot;text/css&quot;&gt;
body {font-family: Arial, Helvetica, sans-serif; font-weight:normal;}
h2 {color: #3366CC; font-size: 18px; font-weight: normal}
h3 {font-size: 13px; font-weight: normal}
h4 {color: grey; font-size: 11px; font-weight: normal}
</pre>
<p>I found that it was okay for me to remove the body code and it did not affect the sign in box.</p>
<p>Hopefully we will see some improvements to Google&#8217;s plugin in the future. It is still rather buggy at the moment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maverickwebcreations.com/2009/03/18/how-to-customize-the-google-friend-connect-wordpress-plugins-css-make-it-xhtml-compliant.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Fix the Exclude Tree Pages Bug in WordPress 2.7</title>
		<link>http://www.maverickwebcreations.com/2009/01/16/how-to-fix-the-exclude-tree-pages-bug-in-wordpress-27.html</link>
		<comments>http://www.maverickwebcreations.com/2009/01/16/how-to-fix-the-exclude-tree-pages-bug-in-wordpress-27.html#comments</comments>
		<pubDate>Fri, 16 Jan 2009 12:51:57 +0000</pubDate>
		<dc:creator>admin_mwc</dc:creator>
				<category><![CDATA[Wordpress Help]]></category>
		<category><![CDATA[2.7]]></category>
		<category><![CDATA[exclude page]]></category>
		<category><![CDATA[exclude_tree]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://www.maverickwebcreations.com/?p=510</guid>
		<description><![CDATA[<p>Sometimes a new WordPress release messes up things that they fixed in a previous version. Here we go again with the irritating exclude pages bug in WordPress! The fix is something similar to <a href="http://www.maverickwebcreations.com/2008/08/19/how-to-fix-the-exclude-pages-from-list-wordpress-bug.html">post I blogged about in August</a>&#8230;</p>
<p>My fix was inspired by this post from <a href="http://www.texto.de/texto/wp-25-wp_list_pages-exclude-bugfix/#comment-21715">Texto.de</a>. &#8230; <a href="http://www.maverickwebcreations.com/2009/01/16/how-to-fix-the-exclude-tree-pages-bug-in-wordpress-27.html" class="read_more">Read more...</a></p>]]></description>
			<content:encoded><![CDATA[<p>Sometimes a new WordPress release messes up things that they fixed in a previous version. Here we go again with the irritating exclude pages bug in WordPress! The fix is something similar to <a href="http://www.maverickwebcreations.com/2008/08/19/how-to-fix-the-exclude-pages-from-list-wordpress-bug.html">post I blogged about in August</a>&#8230;</p>
<p>My fix was inspired by this post from <a href="http://www.texto.de/texto/wp-25-wp_list_pages-exclude-bugfix/#comment-21715">Texto.de</a>. I also posted my <a href="http://wordpress.org/support/topic/234808?replies=5#post-957662">exclude_tree fix on the WordPress forum</a>.</p>
<p>Open up wp-includes/post-template.php in your favourite editor. Look for the line 616:</p>
<pre class="brush: php; title: ; notranslate">
$r['hierarchical'] = 0;
</pre>
<p>Add 2 back slashes to the code to &#8220;comment hide&#8221; it.</p>
<pre class="brush: php; title: ; notranslate">
//$r['hierarchical'] = 0;
</pre>
<p>That&#8217;s all there is to it! Stop using the exclude_tree parameter for the wp_list_pages function until a fix has been announced.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maverickwebcreations.com/2009/01/16/how-to-fix-the-exclude-tree-pages-bug-in-wordpress-27.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Add a &#8220;Tweet This&#8221; Button to WordPress</title>
		<link>http://www.maverickwebcreations.com/2008/11/28/how-to-add-a-tweet-this-button-to-wordpress.html</link>
		<comments>http://www.maverickwebcreations.com/2008/11/28/how-to-add-a-tweet-this-button-to-wordpress.html#comments</comments>
		<pubDate>Fri, 28 Nov 2008 00:00:21 +0000</pubDate>
		<dc:creator>admin_mwc</dc:creator>
				<category><![CDATA[Wordpress Help]]></category>
		<category><![CDATA[tweet this]]></category>
		<category><![CDATA[Tweet This Link]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://www.maverickwebcreations.com/?p=499</guid>
		<description><![CDATA[<p></p>
<p><a href="http://twitthis.com/">TwitThis</a> is a free service and WordPress plugin that allows you to add a &#8220;Tweet This&#8221; button at the end of your WordPress posts/pages. Another plugin would be <a href="http://richardxthripp.thripp.com/tweet-this">Tweet This</a>, a WordPress plugin with a bit more features than the TwitThis. I prefer the latter because it helps me &#8230; <a href="http://www.maverickwebcreations.com/2008/11/28/how-to-add-a-tweet-this-button-to-wordpress.html" class="read_more">Read more...</a></p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.crunchbase.com/assets/images/resized/0000/2755/2755v2-max-450x450.png" alt="How to Add a Tweet This Button to WordPress" title="Image representing Twitter as depicted in Crun..." width="210" height="49" /></p>
<p><a href="http://twitthis.com/">TwitThis</a> is a free service and WordPress plugin that allows you to add a &#8220;Tweet This&#8221; button at the end of your WordPress posts/pages. Another plugin would be <a href="http://richardxthripp.thripp.com/tweet-this">Tweet This</a>, a WordPress plugin with a bit more features than the TwitThis. I prefer the latter because it helps me to shorten the URLs automatically with 3rd party URL services.</p>
<p>If you don&#8217;t wish to use a WordPress plugin, you could follow the <a href="http://wphacks.com/how-to-adding-a-twitter-link-wordpress-theme/">&#8220;Tweet This&#8221; hack from WordPress Hacks</a>.</p>
<p>I wanted more control on how and where I should display my Tweet This button and I decided that I had to use the Tweet This WordPress plugin to achieve the look and function I want.</p>
<p><strong>Step 1: Download, Upload and Active Tweet This</strong></p>
<p><a href="http://richardxthripp.thripp.com/tweet-this">Dowload Tweet This</a> from Richard X. Thripp&#8217;s web site. Upload the files into the /wp-content/plugins folder of your WordPress installation and activate the plugin in WordPress.</p>
<p><strong>Step 2: Configure the Tweet This Settings</strong></p>
<p><a href="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/tweetthis1.gif"><img src="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/tweetthis1.gif" alt="How to Add a Tweet This Button to WordPress" title="tweetthis1" class="alignnone size-full wp-image-503" width="500" height="192" /></a></p>
<p>If you would like to manually display the Tweet This link with your own button, you should uncheck the first 2 automatic options. For this example, I will be using one of the free Twitter buttons I downloaded from MilkAddict.com so I will not need the automatic options. Feel free to select any URL service you wish to use.</p>
<p><strong>Step 3: Download An Alternative Tweet This Icon (Optional)</strong></p>
<p>If you would prefer to use graphics to display the Tweet This link, here&#8217;s a list of Twitter buttons you may use for your web site.</p>
<ul>
<li><a href="http://www.milkaddict.com/?p=14">Twitter buttons from MilkAddict.com</a></li>
<li><a href="http://siahdesign.com/archives/150">Twitter buttons from Siah Design</a></li>
<li><a href="http://siahdesign.com/archives/491">More Twitter buttons from Siah Design</a></li>
<li><a href="http://www.vincentabry.com/31-logos-et-boutons-pour-twitter-2480">31 Twitter Logos from VincentAbry.com</a></li>
<li><a href="http://randaclay.com/freebies/free-twitter-graphics/">Twitter buttons from Randa Clay</a></li>
<li><a href="http://www.webdesign-in.de/mts/10-twitter-buttons-for-free/">Twitter buttons from WebDesign by mts</a></li>
<li><a href="http://limeshot.com/2008/follow-me-on-twitter-badges">Twitter buttons from limeshotmarketing</a></li>
<li><a href="http://www.iconspedia.com/icon/twitter-button-5-64.html">Twitter buttons from iconspedia</a></li>
</ul>
<p><strong>Step 4: Add a Tweet This Link to Your Blog Page and/or Post Template</strong></p>
<p>Open the files single.php and page.php in your favourite HTML editor. Add the following code to your template.</p>
<pre class="brush: php; title: ; notranslate">
&lt;!-- TWITTER - START --&gt;
&lt;a href=&quot;&lt;?php tweet_this_url(); ?&gt;&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;&lt;?php echo bloginfo('template_directory'); ?&gt;/images/icon-twitter.png&quot; width=&quot;70&quot; height=&quot;70&quot; alt=&quot;Tweet This&quot; /&gt;&lt;/a&gt;
&lt;!-- TWITTER - END --&gt;
</pre>
<p>My assumption was you upload your Twitter button to a folder called &#8220;images&#8221; within your theme folder.</p>
<p><strong>Preview of My Tweet This Button</strong></p>
<p><a href="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/tweetthis2.gif"><img src="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/tweetthis2.gif" alt="How to Add a Tweet This Button to WordPress" title="tweetthis2" class="alignnone size-full wp-image-506" width="500" height="154" /></a></p>
<p>I displayed my Tweet This button below each post. Here&#8217;s what happens when you click on it&#8230;.</p>
<p><a href="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/tweetthis3.gif"><img src="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/tweetthis3.gif" alt="How to Add a Tweet This Button to WordPress" title="tweetthis3" class="alignnone size-full wp-image-507" width="500" height="203" /></a></p>
<p>Hopefully people will use your Tweet This button to submit your interesting blog posts to their Twitter profile. I hope you enjoyed this Twitter/WordPress tutorial. Feel free to send me any questions via the comments or email.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maverickwebcreations.com/2008/11/28/how-to-add-a-tweet-this-button-to-wordpress.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>WordPress 2.6.5 is Released</title>
		<link>http://www.maverickwebcreations.com/2008/11/26/wordpress-265-is-released.html</link>
		<comments>http://www.maverickwebcreations.com/2008/11/26/wordpress-265-is-released.html#comments</comments>
		<pubDate>Wed, 26 Nov 2008 06:48:50 +0000</pubDate>
		<dc:creator>admin_mwc</dc:creator>
				<category><![CDATA[Wordpress Help]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress 2.6.5]]></category>
		<guid isPermaLink="false">http://www.maverickwebcreations.com/?p=494</guid>
		<description><![CDATA[<p>WordPress jumped from version 2.6.3 to 2.6.5. Version 2.6.4 does not exist because there was a fake version of it. The <a href="http://wordpress.org/development/2008/11/wordpress-265/">WordPress 2.6.5 update</a> is pretty easy. We only have 5 files to replace:</p>
/wp-includes/feed.php
/wp-includes/version.php
/wp-includes/post.php
/xmlrpc.php
/wp-admin/users.php
<p>Gotta love these tiny updates!&#8230; <a href="http://www.maverickwebcreations.com/2008/11/26/wordpress-265-is-released.html" class="read_more">Read more...</a></p>]]></description>
			<content:encoded><![CDATA[<p>WordPress jumped from version 2.6.3 to 2.6.5. Version 2.6.4 does not exist because there was a fake version of it. The <a href="http://wordpress.org/development/2008/11/wordpress-265/">WordPress 2.6.5 update</a> is pretty easy. We only have 5 files to replace:</p>
<ol>
<li>/wp-includes/feed.php</li>
<li>/wp-includes/version.php</li>
<li>/wp-includes/post.php</li>
<li>/xmlrpc.php</li>
<li>/wp-admin/users.php</li>
</ol>
<p>Gotta love these tiny updates!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maverickwebcreations.com/2008/11/26/wordpress-265-is-released.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display Gravatar Avatars on Your Web Site</title>
		<link>http://www.maverickwebcreations.com/2008/11/26/display-gravatar-avatars-on-your-web-site.html</link>
		<comments>http://www.maverickwebcreations.com/2008/11/26/display-gravatar-avatars-on-your-web-site.html#comments</comments>
		<pubDate>Wed, 26 Nov 2008 03:45:46 +0000</pubDate>
		<dc:creator>admin_mwc</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress Help]]></category>
		<category><![CDATA[Avatar]]></category>
		<category><![CDATA[Gravatar]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://www.maverickwebcreations.com/?p=485</guid>
		<description><![CDATA[<p>In my tutorial on <a href="http://www.maverickwebcreations.com/2008/11/06/twitter-status-message-speech-bubble-wordpress.html">how to display twitter status messages in WordPress</a>, I used my own avatar picture beside the speech bubble. I have not found a way to retrieve my Twitter avatar from Twitter. Hopefully, I will figure out how to do it in the near future.</p>
<p>An &#8230; <a href="http://www.maverickwebcreations.com/2008/11/26/display-gravatar-avatars-on-your-web-site.html" class="read_more">Read more...</a></p>]]></description>
			<content:encoded><![CDATA[<p>In my tutorial on <a href="http://www.maverickwebcreations.com/2008/11/06/twitter-status-message-speech-bubble-wordpress.html">how to display twitter status messages in WordPress</a>, I used my own avatar picture beside the speech bubble. I have not found a way to retrieve my Twitter avatar from Twitter. Hopefully, I will figure out how to do it in the near future.</p>
<p>An alternative way to organize my avatars would be to use <a href="http://en.gravatar.com/site/implement/php">Gravatar</a>. <a href="http://en.gravatar.com/site/implement/php">Gravatar</a> allows you to display your avatar through a simple URL.</p>
<p><strong>The Normal Avatar Code</strong></p>
<pre class="brush: php; title: ; notranslate">
&lt;div id=&quot;twitter_photo&quot;&gt;&lt;img src=&quot;%3C?php%20echo%20bloginfo%28%27template_directory%27%29;%20?%3E/images/icon-twitter.jpg&quot; alt=&quot;&quot; width=&quot;73&quot; height=&quot;73&quot; /&gt;&lt;/div&gt;
</pre>
<p><strong>The Gravatar Avatar Code</strong></p>
<pre class="brush: php; title: ; notranslate">
&lt;div id=&quot;twitter_photo&quot;&gt;&lt;img src=&quot;http://www.gravatar.com/avatar.php?gravatar_id=%3C?php%20echo%20md5%28&quot; <span class="mh-email">your<a href='http://www.google.com/recaptcha/mailhide/d?k=01oje94l46h71sZRrukv2qrQ==&amp;c=Ow3OoqEVAWP_Y0BDD2G74Du9Iv3zcpcT2I-CKG9VLl0=' onclick="window.open('http://www.google.com/recaptcha/mailhide/d?k=01oje94l46h71sZRrukv2qrQ==&amp;c=Ow3OoqEVAWP_Y0BDD2G74Du9Iv3zcpcT2I-CKG9VLl0=', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;" title="Reveal this e-mail address">...</a>@email.com</span>=&quot;&quot; );=&quot;&quot; ?=&quot;&quot; /&gt;&quot; width=&quot;73&quot; height=&quot;73&quot; alt=&quot;&quot; /&amp;gt;&lt;/div&gt;
</pre>
<p>You should replace &#8220;<span class="mh-email">your<a href='http://www.google.com/recaptcha/mailhide/d?k=01oje94l46h71sZRrukv2qrQ==&amp;c=Ow3OoqEVAWP_Y0BDD2G74Du9Iv3zcpcT2I-CKG9VLl0=' onclick="window.open('http://www.google.com/recaptcha/mailhide/d?k=01oje94l46h71sZRrukv2qrQ==&amp;c=Ow3OoqEVAWP_Y0BDD2G74Du9Iv3zcpcT2I-CKG9VLl0=', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;" title="Reveal this e-mail address">...</a>@email.com</span>&#8221; with the email address of your Gravatar avatar email address. With Gravatar, I no longer need to upload and manually change the code whenever I update my avatar. Now, I only need to edit it from Gravatar and all my sites will display the updated avatar.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maverickwebcreations.com/2008/11/26/display-gravatar-avatars-on-your-web-site.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Display Your Twitter Status Message in a Speech Bubble in WordPress</title>
		<link>http://www.maverickwebcreations.com/2008/11/06/twitter-status-message-speech-bubble-wordpress.html</link>
		<comments>http://www.maverickwebcreations.com/2008/11/06/twitter-status-message-speech-bubble-wordpress.html#comments</comments>
		<pubDate>Thu, 06 Nov 2008 00:00:13 +0000</pubDate>
		<dc:creator>admin_mwc</dc:creator>
				<category><![CDATA[Wordpress Help]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[css speech bubble]]></category>
		<category><![CDATA[curvy corners]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://www.maverickwebcreations.com/?p=440</guid>
		<description><![CDATA[<p></p>
<p>I got my idea from Tim Ferris&#8217; blog&#8230;</p>
<p></p>
<p>You see that nice speech bubble effect? It is actually quite a pain in the neck to create with pure CSS and images. It is possible to create it with pure CSS code in Firefox but not in Internet Explorer. I decided &#8230; <a href="http://www.maverickwebcreations.com/2008/11/06/twitter-status-message-speech-bubble-wordpress.html" class="read_more">Read more...</a></p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.crunchbase.com/assets/images/resized/0000/2755/2755v2-max-450x450.png" alt="How to Display Your Twitter Status Message in a Speech Bubble in WordPress" title="Image representing Twitter as depicted in Crun..." width="210" height="49" /></p>
<p>I got my idea from Tim Ferris&#8217; blog&#8230;</p>
<p><img src="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-11-04_144246.png" alt="How to Display Your Twitter Status Message in a Speech Bubble in WordPress" title="2008-11-04_144246" class="alignnone size-full wp-image-441" width="314" height="143" /></p>
<p>You see that nice speech bubble effect? It is actually quite a pain in the neck to create with pure CSS and images. It is possible to create it with pure CSS code in Firefox but not in Internet Explorer. I decided to go with <a href="http://www.willmayo.com/2007/02/10/css-speech-bubbles/">Will Mayo&#8217;s CSS Speech Bubbles</a> because the code is simpler than other similar speech bubble scripts I found on the internet. I further simplified Will&#8217;s code to cut out the unnecessary code and make it even more idiot proof.</p>
<p><strong>Step 1: Download Will&#8217;s CSS Speech Bubbles</strong></p>
<p><img src="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-11-05_235941.png" alt="How to Display Your Twitter Status Message in a Speech Bubble in WordPress" title="2008-11-05_235941" class="alignnone size-full wp-image-448" width="500" height="83" /></p>
<p><a href="http://www.willmayo.com/journal/projects/07/bubbles/download.zip">Download Will&#8217;s CSS Speech Bubbles</a> and extract the zip file&#8217;s contents to your computer. This script uses the <a href="http://www.curvycorners.net/">Curvy Corners</a> Javascript by Cameron Cooke and Tim Hutchison. This is a really cool way of creating rounded corners without messing around with images. The image files in Will&#8217;s package are for the part where the speech bubbles connect with the text but they have nothing to do with the rounded corners.</p>
<p><img src="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-11-06_001113.png" alt="How to Display Your Twitter Status Message in a Speech Bubble in WordPress" title="2008-11-06_001113" class="alignnone size-full wp-image-449" width="499" height="230" /></p>
<p>If you open &#8220;index.html&#8221; from Will&#8217;s files, you will see the examples above. We have 2 challenges to make it look like Tim&#8217;s blog.</p>
<ol>
<li>The &#8220;triangle&#8221; of each speech bubble is pointing downwards but we want it to point to the left.</li>
<li>We want to add an image to the left of the speech bubble but the default code won&#8217;t align to the right of the image.</li>
</ol>
<p><strong>Step 2: Download and Install Twitter for WordPress</strong></p>
<p>I tested about 5 Twitter plugins that claimed to display the latest Twitter status messages on your WordPress blog. Some did not work at all, while others did not work like I expected. I settled on <a href="http://rick.jinlabs.com/code/twitter/">Twitter for WordPress</a> because it is easy to install and customize.</p>
<p><strong>Step 3: Tweak Will&#8217;s CSS Speech Bubbles</strong></p>
<p>This just won&#8217;t work out of the box for our desired layout. Before we do that, let&#8217;s take a look at Will&#8217;s default code.</p>
<pre class="brush: xml; title: ; notranslate">
&lt;link rel=&quot;stylesheet&quot; href=&quot;bubbles.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; charset=&quot;utf-8&quot; /&gt;
	&lt;script type=&quot;text/JavaScript&quot; src=&quot;rounded_corners.inc.js&quot;&gt;&lt;/script&gt;
	&lt;script type=&quot;text/JavaScript&quot;&gt;
	  window.onload = function() {
	      settings = {
	          tl: { radius: 10 },
	          tr: { radius: 10 },
	          bl: { radius: 10 },
	          br: { radius: 10 },
	          antiAlias: true,
	          autoPad: true
	      }
	      var myBoxObject = new curvyCorners(settings, &quot;rounded&quot;);
	      myBoxObject.applyCornersToAll();
	  }
	&lt;/script&gt;
</pre>
<p>This is what you must have within your head tags. I shall put all that window.onload code into a Javascript file and load it from there.</p>
<pre class="brush: css; title: ; notranslate">
/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
}
div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}
div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}
div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(tip.gif) no-repeat 20px 0;
	font-style: normal;
}
/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #fff;
	background-color: #b7e0ff;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(tip-rounded.gif) no-repeat 15px 0;
}
/* Pimped Bubble */
div#pimped.bubble {
	font-size: 0.9em;
}
div#pimped.bubble div.rounded {
	color: #fff;
	border: 3px solid #fff;
	background-color: #111;
}
div#pimped.bubble cite.rounded {
	background: transparent url(tip-pimped.gif) no-repeat 15px 0;
}
</pre>
<p>This is the CSS code you should include into your web page or you own style sheet.</p>
<pre class="brush: xml; title: ; notranslate">
&lt;div class=&quot;bubble&quot;&gt;
		&lt;blockquote&gt;
			&lt;p&gt;Works great for blog comments!&lt;/p&gt;
		&lt;/blockquote&gt;
		&lt;cite&gt;&lt;strong&gt;John Smith&lt;/strong&gt; on 1st January 2007 at 3:55pm&lt;/cite&gt;
	&lt;/div&gt;
	&lt;div class=&quot;bubble&quot;&gt;
		&lt;div class=&quot;rounded&quot;&gt;
			&lt;blockquote&gt;
				&lt;p&gt;Customize colors and styling to your taste from within the CSS, then simply edit the pointer tip image. Works on any background to fit with your design.&lt;/p&gt;
			&lt;/blockquote&gt;
		&lt;/div&gt;
		&lt;cite class=&quot;rounded&quot;&gt;&lt;strong&gt;Rounded Bubble&lt;/strong&gt; using &lt;a href=&quot;http://www.curvycorners.net/&quot;&gt;curvy corners&lt;/a&gt;&lt;/cite&gt;
	&lt;/div&gt;
	&lt;div id=&quot;pimped&quot; class=&quot;bubble&quot;&gt;
		&lt;div class=&quot;rounded&quot;&gt;
			&lt;blockquote&gt;
				&lt;p&gt;Expands to fit any layout and scales nicely with big and small font sizes.&lt;/p&gt;
			&lt;/blockquote&gt;
		&lt;/div&gt;
		&lt;cite class=&quot;rounded&quot;&gt;&lt;strong&gt;Dark Bubble&lt;/strong&gt;&lt;/cite&gt;
	&lt;/div&gt;
</pre>
<p>For this tutorial, I shall create a speech bubble that is a cross between the first and second examples. I like the simplicity of the first speech bubble but it does not have any rounded corners. The code above shows 3 different implementations of the speech bubbles. I do not understand why Will uses the blockquote tags because I find them rather redundant. I also disagree with some of the CSS code and I shall show you how I cut it down to the bare essentials.</p>
<p>My code is very different from Will&#8217;s default samples. Firstly, I uploaded the file &#8220;rounded-corners.js&#8221; into the &#8220;js&#8221; folder of my WordPress theme.</p>
<pre class="brush: jscript; title: ; notranslate">
//LOAD THE CURVY CORNERS FOR THE ROUNDED CLASS
window.onload = function()
{
	settings =
	{
		tl: { radius: 10 },
		tr: { radius: 10 },
		bl: { radius: 10 },
		br: { radius: 10 },
		antiAlias: true,
		autoPad: true
	}
	var myBoxObject = new curvyCorners(settings, &quot;rounded&quot;);
	myBoxObject.applyCornersToAll();
}
</pre>
<p>I also created a file titled &#8220;rounded-corners-loader.js&#8221; with the code above and uploaded into the same folder as the previous &#8220;rounded-corners.js&#8221; file. Please note that I have renamed the default file name of &#8220;rounded_corners_inc.js&#8221; to &#8220;rounded-corners.js&#8221;.</p>
<p>Here&#8217;s what you need to add to the header.php file of your WordPress theme:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;script type=&quot;text/javascript&quot; src=&quot;%3C?php%20echo%20bloginfo%28%27template_directory%27%29;%20?%3E/js/rounded-corners.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;%3C?php%20echo%20bloginfo%28%27template_directory%27%29;%20?%3E/js/rounded-corners-loader.js&quot;&gt;&lt;/script&gt;
</pre>
<p>Here&#8217;s my updated CSS code for the CSS speech bubbles. Add this code to the style.css file of your WordPress theme:</p>
<pre class="brush: css; title: ; notranslate">
/* TWITTER BUBBLE */
#twitter_bubble
{
	width: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#twitter_bubble #twitter_photo
{
	position: relative;
	width: 89px;
	height: 73px;
	margin: 0px;
	padding: 0px;
	background: url(&quot;/wp-content/themes/YOURTHEME/images/bg-twitter-bubble-tip.gif&quot;) no-repeat right;
	z-index: 10000;
}
#twitter_bubble #twitter_photo img
{
	border: 1px solid #D5D5D5;
}
#twitter_bubble div.rounded
{
	width: 170px;
	margin: -63px 0px 0px 88px;
	padding: 10px;
	border: 1px solid #D5D5D5;
	background-color: #FFFFFF;
}
#twitter_bubble div.rounded p
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
</pre>
<p><img src="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-11-06_003218.png" alt="How to Display Your Twitter Status Message in a Speech Bubble in WordPress" title="2008-11-06_003218" class="alignnone size-full wp-image-460" width="128" height="121" /></p>
<p>I created my own graphic to display on the left of the speech bubble. I won&#8217;t go through the steps on how I created this because that would be a whole different topic. Please feel free to use your image and update the &#8220;YOURTHEME&#8221; code in my CSS code to match the image folder of your WordPress theme.</p>
<p>Now we shall display the speech bubble and your avatar in your WordPress sidebar. I am assuming that you already have a picture ready. I created 73 px by 73 px picture of myself. Feel free to create a picture with whatever dimensions you want but you would have to edit some of the CSS code. Alternatively, you may use <a href="http://www.maverickwebcreations.com/2008/11/26/display-gravatar-avatars-on-your-web-site.html">Gravatar avatars to replace the code below</a>.</p>
<p>I design my sidebars with a fixed width therefore I manually restrict the width of the speech bubble to make it look good within my sidebar.</p>
<pre class="brush: xml; title: ; notranslate">
&lt;div id=&quot;twitter_bubble&quot;&gt;
		&lt;div id=&quot;twitter_photo&quot;&gt;&lt;img src=&quot;&lt;?php echo bloginfo('template_directory'); ?&gt;/images/icon-twitter.jpg&quot; alt=&quot;&quot; width=&quot;73&quot; height=&quot;73&quot; /&gt;&lt;/div&gt;
		&lt;div class=&quot;rounded&quot;&gt;&lt;p&gt; on Vincent's &lt;a href=&quot;http://twitter.com/vincentliaw&quot; rel=&quot;nofollow&quot;&gt;Twitter&lt;/a&gt;, &lt;a href=&quot;http://friendfeed.com/vincentliaw&quot; rel=&quot;nofollow&quot;&gt;FriendFeed&lt;/a&gt;, &lt;a href=&quot;http://www.linkedin.com/in/vincentliaw&quot; rel=&quot;nofollow&quot;&gt;LinkedIn&lt;/a&gt; and &lt;a href=&quot;http://www.facebook.com/people/Vincent_Liaw/701298781&quot; rel=&quot;nofollow&quot;&gt;Facebook&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;
	&lt;/div&gt;
</pre>
<p><a href="http://rick.jinlabs.com/code/twitter/">Twitter for WordPress</a> has a bunch of options for you to configure. Please refer to the plugin&#8217;s site to find out more about how you may customize the Twitter status messages if my preferred settings do not suit your needs. The Twitter messages end with the time of the message like &#8220;12 hours ago&#8221;. I simply added my own text &#8220;on Vincent&#8217;s Twitter&#8230;.&#8221; with links to my social networking accounts with the same update. I use Ping.fm to post status messages to my social networking accounts to save me time.</p>
<p>This tutorial seems very long but it really is quite simple. I briefly explained the differences between my code and Will&#8217;s code, which took up quite a big chunk of this article. You might have to tweak my code further to make it look good on your web site.</p>
<p><img src="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-11-05_225310.png" alt="How to Display Your Twitter Status Message in a Speech Bubble in WordPress" title="2008-11-05_225310" class="alignnone size-full wp-image-466" width="285" height="151" /></p>
<p>Please check out my <a href="http://www.vincentrich.com/">internet marketing blog</a> to see it action as I have not added this Twitter speech bubble to this blog at the time of this post. Let me know if you have questions about this tutorial and ideas to improve it further.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maverickwebcreations.com/2008/11/06/twitter-status-message-speech-bubble-wordpress.html/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Why the Default WordPress Static Front Page Feature Sucks</title>
		<link>http://www.maverickwebcreations.com/2008/11/05/why-the-default-wordpress-static-front-page-feature-sucks.html</link>
		<comments>http://www.maverickwebcreations.com/2008/11/05/why-the-default-wordpress-static-front-page-feature-sucks.html#comments</comments>
		<pubDate>Wed, 05 Nov 2008 00:00:26 +0000</pubDate>
		<dc:creator>admin_mwc</dc:creator>
				<category><![CDATA[Wordpress Help]]></category>
		<category><![CDATA[blog folder]]></category>
		<category><![CDATA[Homepage]]></category>
		<category><![CDATA[Permalink]]></category>
		<category><![CDATA[root folder]]></category>
		<category><![CDATA[Template]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress home page]]></category>
		<guid isPermaLink="false">http://www.maverickwebcreations.com/?p=427</guid>
		<description><![CDATA[<p>According to the <a href="http://codex.wordpress.org/Creating_a_Static_Front_Page">official documentation on static front pages at WordPress.org</a>:</p>
<p>With the release of WordPress Version 2.1, the option to set your own front page can be accomplished via your Administration &#62; Settings &#62; Reading panel. However unlike the old explanation that follows, you must NOT name your &#8230; <a href="http://www.maverickwebcreations.com/2008/11/05/why-the-default-wordpress-static-front-page-feature-sucks.html" class="read_more">Read more...</a></p>]]></description>
			<content:encoded><![CDATA[<p>According to the <a href="http://codex.wordpress.org/Creating_a_Static_Front_Page">official documentation on static front pages at WordPress.org</a>:</p>
<blockquote><p>With the release of WordPress Version 2.1, the option to set your own front page can be accomplished via your Administration &gt; Settings &gt; Reading panel. However unlike the old explanation that follows, you must NOT name your home page template file &#8220;home.php&#8221;. If you do, this will cause a conflict with the WordPress 2.1 system.</p></blockquote>
<p>I personally find that there are some weird behaviours when I use the recommended way of setting a page as my WordPress home page. I noticed that WordPress does not really recognise the home page as a page when I use the is_page() function.</p>
<p>I like to display my blog posts in the &#8220;/blog/&#8221; folder but I do not wish to install WordPress in the &#8220;/blog/&#8221; folder. There is a document on WordPress.org on <a href="http://codex.wordpress.org/Making_Your_Blog_Appear_in_a_Non-Root_Folder">how to make your blog appear in a non-root folder</a>. I find it too much of a hassle to implement it that way.</p>
<p>That is why I still prefer to use the <a href="http://www.ilfilosofo.com/blog/home-page-control/">Filosofo Home-Page Control plugin</a> to manage my home page and blog directory.</p>
<p><a href="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-11-03_105535.png"><img src="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-11-03_105535.png" alt="Why the Default WordPress Static Front Page Feature Sucks" title="WordPress Home Page" class="alignnone size-full wp-image-429" width="500" height="277" /></a></p>
<p>I don&#8217;t have to edit any reading settings.</p>
<p><a href="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-11-03_105739.png"><img src="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-11-03_105739.png" alt="Why the Default WordPress Static Front Page Feature Sucks" title="WordPress Home Page" class="alignnone size-full wp-image-431" width="499" height="152" /></a></p>
<p>This is where the magic begins. Simply select the page you wish to display as your home page and and enter a name for your blog directory. I also ignore my permalink settings and leave it as it is. That&#8217;s how I store my blog posts in a &#8220;virtual blog folder&#8221; and have all other posts and pages in the root folder. A working example is the web site you&#8217;re looking at!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maverickwebcreations.com/2008/11/05/why-the-default-wordpress-static-front-page-feature-sucks.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fix the WordPress Missing Page Template Bug</title>
		<link>http://www.maverickwebcreations.com/2008/11/04/fix-the-wordpress-missing-page-template-bug.html</link>
		<comments>http://www.maverickwebcreations.com/2008/11/04/fix-the-wordpress-missing-page-template-bug.html#comments</comments>
		<pubDate>Tue, 04 Nov 2008 00:00:59 +0000</pubDate>
		<dc:creator>admin_mwc</dc:creator>
				<category><![CDATA[Wordpress Help]]></category>
		<category><![CDATA[page template]]></category>
		<category><![CDATA[Template]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://www.maverickwebcreations.com/?p=416</guid>
		<description><![CDATA[<p><a href="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-10-29_213631.png"></a></p>
<p>Sometimes the &#8220;Page Template&#8221; field disappears when you are trying to update the page template of your WordPress pages. This usually happens after you have upgraded your WordPress to a newer version.</p>
<p>Here&#8217;s how you can fix the missing page template&#8230;</p>
<p><strong>Step 1: Activate Another WordPress Theme</strong></p>
<p><a href="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-10-29_213700.png"></a></p>
<p>I am using &#8230; <a href="http://www.maverickwebcreations.com/2008/11/04/fix-the-wordpress-missing-page-template-bug.html" class="read_more">Read more...</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-10-29_213631.png"><img src="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-10-29_213631.png" alt="Fix the Wordpress Missing Page Template Bug" title="Missing WordPress Page Template Field" class="alignnone size-full wp-image-417" width="500" height="219" /></a></p>
<p>Sometimes the &#8220;Page Template&#8221; field disappears when you are trying to update the page template of your WordPress pages. This usually happens after you have upgraded your WordPress to a newer version.</p>
<p>Here&#8217;s how you can fix the missing page template&#8230;</p>
<p><strong>Step 1: Activate Another WordPress Theme</strong></p>
<p><a href="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-10-29_213700.png"><img src="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-10-29_213700.png" alt="Fix the Wordpress Missing Page Template Bug" title="Missing WordPress Page Template Field" class="alignnone size-full wp-image-420" width="500" height="318" /></a></p>
<p>I am using my own custom WordPress theme so I activated the default WordPress theme as an example.</p>
<p><strong>Step 2: Re-Activate Your WordPress Theme</strong></p>
<p><a href="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-10-29_213720.png"><img src="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-10-29_213720.png" alt="Fix the Wordpress Missing Page Template Bug" title="Missing WordPress Page Template Field" class="alignnone size-full wp-image-421" width="500" height="318" /></a></p>
<p>Activate the WordPress theme you were using when this bug occurred.</p>
<p><strong>Step 3: Reload Your Edit WordPress Page</strong></p>
<p><a href="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-10-29_213819.png"><img src="http://www.maverickwebcreations.com/wp-content/uploads/2008/11/2008-10-29_213819.png" alt="Fix the Wordpress Missing Page Template Bug" title="Missing WordPress Page Template Field" class="alignnone size-full wp-image-424" width="500" height="310" /></a></p>
<p>You should see the &#8220;Page Template&#8221; field back in the &#8220;Advanced Options&#8221; when you edit your pages. I don&#8217;t know why this happens nor do I know how to permanently fix it. This is just what I do to fix it as and when it happens.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maverickwebcreations.com/2008/11/04/fix-the-wordpress-missing-page-template-bug.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

