<?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>HA! HA! HA! I'm on the Internet &#187; WordPress</title>
	<atom:link href="http://www.hahahaimontheinternet.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hahahaimontheinternet.com</link>
	<description>Funny pictures, videos, jokes and other crap</description>
	<lastBuildDate>Wed, 21 Jul 2010 15:19:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Inline Post Styling in WordPress</title>
		<link>http://www.hahahaimontheinternet.com/2009/03/13/inline-post-styling-in-wordpress/</link>
		<comments>http://www.hahahaimontheinternet.com/2009/03/13/inline-post-styling-in-wordpress/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 14:53:52 +0000</pubDate>
		<dc:creator>haha</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[Style]]></category>

		<guid isPermaLink="false">http://www.hahahaimontheinternet.com/?p=1838</guid>
		<description><![CDATA[On various WordPress blogs you might come across important text that is highlighted inside a box within a post. Below are some basic styling techniques that can be used inside your posts to make text stand out from the rest. Basic text box: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor [...]]]></description>
			<content:encoded><![CDATA[<p><strong>On various WordPress blogs you might come across important text that is highlighted inside a box within a post. Below are some basic styling techniques that can be used inside your posts to make text stand out from the rest.</strong></p>
<p><b>Basic text box:</b></p>
<div style="background:#FFD000;padding:3px">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>
<p><span id="more-1838"></span><br />
<b>Code:</b></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>div style<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;background:#FFD000;padding:3px&quot;</span><span style="color: #339933;">&gt;</span>POST TEXT HERE<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span></pre></div></div>

<p><b>Simple text box with font color change:</b></p>
<div style="background:#330033;color:#ffffff;padding:3px">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>
<p><!--more--><br />
<b>Code:</b></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>div style<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;background:#330033;color:#ffffff;padding:3px&quot;</span><span style="color: #339933;">&gt;</span>POST TEXT HERE<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span></pre></div></div>

<p><b>More advanced text box with border:</b></p>
<div style="background:#FFD000;color:#000;border:solid 1px;padding:3px">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>
<p><!--more--><br />
<b>Code:</b></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>div style<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;background:#FFD000;color:#000;border:solid 1px;padding:3px&quot;</span><span style="color: #339933;">&gt;</span>POST TEXT HERE<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.hahahaimontheinternet.com/2009/03/13/inline-post-styling-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guide: Tweaks &amp; Modifications for WP-Vybe 1.1 (Part 2)</title>
		<link>http://www.hahahaimontheinternet.com/2009/03/04/guide-tweaks-modifications-for-wp-vybe-11-part-2/</link>
		<comments>http://www.hahahaimontheinternet.com/2009/03/04/guide-tweaks-modifications-for-wp-vybe-11-part-2/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 03:41:01 +0000</pubDate>
		<dc:creator>haha</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Comments]]></category>
		<category><![CDATA[GD Star Ratings]]></category>
		<category><![CDATA[Michael Pollock]]></category>
		<category><![CDATA[Modifications]]></category>
		<category><![CDATA[Recent Comments]]></category>
		<category><![CDATA[Sidebar]]></category>
		<category><![CDATA[Sociable]]></category>
		<category><![CDATA[Solostream]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Tweaking]]></category>
		<category><![CDATA[WP-Vybe]]></category>

		<guid isPermaLink="false">http://www.hahahaimontheinternet.com/?p=1812</guid>
		<description><![CDATA[In part two of this guide I will be showing you some more tweaks and modifications that can be done to your WP-Vybe 1.1 theme. Most of these changes will be very easy to do if you follow the instructions carefully. Recent Comments: This quick guide will show you how to add a Recent Comments [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/03/wp-vybe-charcoal-screenshot.jpg" alt="wp-vybe-charcoal-screenshot" title="wp-vybe-charcoal-screenshot" width="200" height="143" class="alignright size-full wp-image-1815" /><strong><em>In part two of this guide I will be showing you some more tweaks and modifications that can be done to your <a href="https://www.e-junkie.com/ecom/gb.php?ii=59524&#038;c=ib&#038;aff=37437">WP-Vybe 1.1</a> theme. Most of these changes will be very easy to do if you follow the instructions carefully.</em></strong><br />
<span id="more-1812"></span><br />
</p>
<hr />
<h3><b>Recent Comments:</b></h3>
<p>This quick guide will show you how to add a Recent Comments listing to your sidebar tabs panel just as shown on our <a href="http://www.hahahaimontheinternet.com/">homepage</a>. This guide we will be scrapping our Subscribe tab and changing it to a Recent Comments tab instead.</p>
<p>Open side-tabs.php and find the following bit of code:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Subscribe&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Change it to:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Recent Comments&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Now find the following chunk of code and remove it:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;div class=&quot;sidebox&quot;&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #000088;">$wp_vybe_fb_feed_id</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
			&lt;form action=&quot;http://www.feedburner.com/fb/a/emailverify&quot; method=&quot;post&quot; target=&quot;popupwindow&quot; onsubmit=&quot;window.open('http://www.feedburner.com/fb/a/emailverifySubmit?feedId=<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$wp_vybe_fb_feed_id</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true&quot;&gt;
				&lt;input type=&quot;hidden&quot; value=&quot;http://feeds.feedburner.com/~e?ffid=<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$wp_vybe_fb_feed_id</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; name=&quot;url&quot;/&gt;
				&lt;input type=&quot;hidden&quot; value=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'name'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; name=&quot;title&quot;/&gt;
				&lt;input type=&quot;hidden&quot; name=&quot;loc&quot; value=&quot;en_US&quot;/&gt;
				&lt;p&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Get the latest updates via email.&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;br /&gt;&lt;br /&gt;
				&lt;input type=&quot;text&quot; style=&quot;width:140px&quot; name=&quot;email&quot; value=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'enter email address'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; /&gt; &lt;input type=&quot;submit&quot; value=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Subscribe'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; /&gt;&lt;br /&gt;
&lt;small&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Privacy guaranteed. We will not share your information.'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/small&gt;&lt;/p&gt;
			&lt;/form&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">elseif</span> <span style="color: #009900;">&#40;</span> <span style="color: #000088;">$wp_vybe_alt_email_code</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
			<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #990000;">stripslashes</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$wp_vybe_alt_email_code</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
			&lt;p&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'This feature has not been activated yet.'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/p&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
		&lt;/div&gt;</pre></div></div>

<p>Now you will need to place the following code into the position where the code above has been removed:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">    <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #000088;">$comments</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$wpdb</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">get_results</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;SELECT comment_author, comment_author_url, comment_ID, comment_post_ID, comment_content, comment_author_email, comment_date FROM <span style="color: #006699; font-weight: bold;">$wpdb-&gt;comments</span> WHERE comment_approved = '1' AND comment_type = '' ORDER BY comment_date_gmt DESC LIMIT 5&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
    &lt;ul&gt;
        <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #000088;">$comments</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #b1b100;">foreach</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$comments</span> <span style="color: #b1b100;">as</span> <span style="color: #000088;">$comment</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
        &lt;li class=&quot;clearfix&quot;&gt;
            <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'get_avatar'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
            <span style="color: #000000; font-weight: bold;">&lt;?php</span>
            <span style="color: #000088;">$gravsize</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">36</span><span style="color: #339933;">;</span>
            <span style="color: #b1b100;">echo</span> get_avatar<span style="color: #009900;">&#40;</span><span style="color: #000088;">$comment</span><span style="color: #339933;">,</span><span style="color: #000088;">$size</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;<span style="color: #006699; font-weight: bold;">$gravsize</span>&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            <span style="color: #000000; font-weight: bold;">?&gt;</span>
            <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
            <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #339933;">!</span><span style="color: #990000;">empty</span><span style="color: #009900;">&#40;</span> <span style="color: #000088;">$comment</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">comment_author_email</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
            <span style="color: #000088;">$gravsize</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">36</span><span style="color: #339933;">;</span>
            <span style="color: #000088;">$md5</span> <span style="color: #339933;">=</span> <span style="color: #990000;">md5</span><span style="color: #009900;">&#40;</span> <span style="color: #000088;">$comment</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">comment_author_email</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;img class='avatar' src='http://www.gravatar.com/avatar.php?gravatar_id=<span style="color: #006699; font-weight: bold;">$md5</span>&amp;amp;size=<span style="color: #006699; font-weight: bold;">$gravsize</span>' alt='' /&gt;&quot;</span><span style="color: #339933;">;</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
            <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
            <span style="color: #000000; font-weight: bold;">&lt;?php</span> comment_excerpt<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;br /&gt;
            &lt;strong&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> comment_author_link<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span> | <span style="color: #000000; font-weight: bold;">&lt;?php</span> comment_date<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'jMy'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span> | &lt;a class=&quot;more-link&quot; href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> get_permalink<span style="color: #009900;">&#40;</span><span style="color: #000088;">$comment</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">comment_post_ID</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>#comment-<span style="color: #000000; font-weight: bold;">&lt;?php</span> comment_ID<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;More&lt;/a&gt;&lt;/strong&gt;
        &lt;/li&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">endforeach</span><span style="color: #339933;">;</span> <span style="color: #b1b100;">endif</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
    &lt;/ul&gt;</pre></div></div>

<p>And that&#8217;s it! Now you will have your Recent Comments in your sidebar tabs panel. I also want to credit <a href="http://www.wp-vybe.com/2008/08/03/how-to-install-and-set-up-wp-vybe-10/comment-page-1/#comment-1080">WP-Vybe creator Michael Pollock</a> for the modified Recent Comments code.</p>
<hr />
<h3><b>Tidying Up Headings:</b></h3>
<p>One thing I like in themes is having all headings different from the main content text. Here is a guide to correct some headings throughout your <a href="https://www.e-junkie.com/ecom/gb.php?ii=59524&#038;c=ib&#038;aff=37437">WP-Vybe</a> theme.</p>
<p>Open index.php in your WP-Vybe folder and find the following bit of code:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Recent Articles&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Change it to:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;strong&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Recent Articles&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/strong&gt;</pre></div></div>

<p>Open single.php in your WP-Vybe folder and find the following bit of code:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Entry Information&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Change it to:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Entry Information&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/strong&gt;</pre></div></div>

<p>Open comments.php in your WP-Vybe folder and find the following bit of code:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> comments_number<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'No Responses'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'One Response'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'% Responses'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #000000; font-weight: bold;">?&gt;</span> to &quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;</pre></div></div>

<p>Change it to:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;strong&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> comments_number<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'No Responses'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'One Response'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'% Responses'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #000000; font-weight: bold;">?&gt;</span> to &quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&lt;/strong&gt;</pre></div></div>

<p>You can even modify the side tabs headings text to make it match the rest of your sidebar. Only use this modified code if you have not made any changes to this part of your side-tabs.php. You will need to change these by hand if your side-tabs.php has been heavily modified!</p>
<p>Open side-tabs.php in your WP-Vybe folder and find the following lines:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">	&lt;ul class=&quot;tabs cleafix&quot;&gt;  
		&lt;li&gt;&lt;a href=&quot;javascript:tabSwitch_2(1, 4, 'tab_', 'content_');&quot; id=&quot;tab_1&quot; class=&quot;on&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Subscribe&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;javascript:tabSwitch_2(2, 4, 'tab_', 'content_');&quot; id=&quot;tab_2&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Archives&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/li&gt;  
		&lt;li&gt;&lt;a href=&quot;javascript:tabSwitch_2(3, 4, 'tab_', 'content_');&quot; id=&quot;tab_3&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Tags&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;javascript:tabSwitch_2(4, 4, 'tab_', 'content_');&quot; id=&quot;tab_4&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Popular&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;</pre></div></div>

<p>Change it to:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">	&lt;ul class=&quot;tabs cleafix&quot;&gt;  
		&lt;li&gt;&lt;a href=&quot;javascript:tabSwitch_2(1, 4, 'tab_', 'content_');&quot; id=&quot;tab_1&quot; class=&quot;on&quot;&gt;&lt;strong&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Subscribe&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;javascript:tabSwitch_2(2, 4, 'tab_', 'content_');&quot; id=&quot;tab_2&quot;&gt;&lt;strong&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Archives&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;  
		&lt;li&gt;&lt;a href=&quot;javascript:tabSwitch_2(3, 4, 'tab_', 'content_');&quot; id=&quot;tab_3&quot;&gt;&lt;strong&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Tags&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;javascript:tabSwitch_2(4, 4, 'tab_', 'content_');&quot; id=&quot;tab_4&quot;&gt;&lt;strong&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Popular&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;</pre></div></div>

<p>That&#8217;s it, all your headings should now be better and in bold.</p>
<hr />
<h3><b>Leave a Reply:</b></h3>
<p>One thing I do find a bit tacky on WP-Vybe 1.0 and 1.1 is the styling for the words &#8216;Leave a Reply&#8217; in your comments section. One way to make it a bit more stylish is by making the following small modification that involves using the same style ID as the <i>Entry Information</i> box.</p>
<p>Open comments.php in your WP-Vybe folder and find the following line:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;h3&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> comment_form_title<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'Leave a Reply'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'Leave a Reply to %s'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/h3&gt;</pre></div></div>

<p>Change to:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;h3 id=&quot;postinfo&quot;&gt;&lt;strong&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> comment_form_title<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'Leave a Reply'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'Leave a Reply to %s'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/strong&gt;&lt;/h3&gt;</pre></div></div>

<p>Here is a before and after screenshot:</p>
<p><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/03/comment-reply.jpg" alt="comment-reply" title="comment-reply" width="405" height="160" class="aligncenter size-full wp-image-1814" /></p>
<hr />
<h3><b>Social Panel:</b></h3>
<p>One tweak I like is to keep all my social bookmarking links in their own section instead of being inside a post and making it look cluttered. As you can see on our site the social bookmarks container is in between the post and entry information section. </p>
<p>This modification can be made by installing the plugin called <a href="http://wordpress.org/extend/plugins/sociable/">Sociable</a> then activating it. Now once activated navigate your way to the <a href="http://wordpress.org/extend/plugins/sociable/">Sociable</a> settings section within your dashboard and untick all of the <b>Position</b> options. Also make sure the &#8216;<b>Use the sociable stylesheet</b>&#8216; option is ticked.</p>
<p>First you will need to open your single.php and find:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">						&lt;/div&gt;
&nbsp;
						&lt;h3 id=&quot;postinfo&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Entry Information&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/h3&gt;</pre></div></div>

<p>You will need to add the following lines of code inbetween those two lines of code above:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">				<span style="color: #339933;">&lt;</span>div <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;banner468&quot;</span><span style="color: #339933;">&gt;</span>
&nbsp;
        <span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span></pre></div></div>

<p>Now once that is done you can add the <a href="http://wordpress.org/extend/plugins/sociable/">Sociable</a> function template code in between the two new lines of code that was added. The <a href="http://wordpress.org/extend/plugins/sociable/">Sociable</a> template code is below:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'sociable_html'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
  <span style="color: #b1b100;">echo</span> sociable_html<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>It all should look like the following code:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">						&lt;/div&gt;
&nbsp;
				&lt;div class=&quot;banner468&quot;&gt;
&nbsp;
         <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'sociable_html'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
         <span style="color: #b1b100;">echo</span> sociable_html<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
         <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
        &lt;/div&gt;
&nbsp;
						&lt;h3 id=&quot;postinfo&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Entry Information&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/h3&gt;</pre></div></div>

<p>You can now upload the updated single.php to your server and the end result will look like this:</p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/03/sociable.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/03/sociable-300x52.jpg" alt="sociable" title="sociable" width="300" height="52" class="aligncenter size-medium wp-image-1813" /></a></p>
<p>Instead of using <a href="http://wordpress.org/extend/plugins/sociable/">Sociable</a> you can display anything you prefer in the container. It is very flexible and can be used for just about anything. As seen on our site we have included both <a href="http://wordpress.org/extend/plugins/sociable/">Sociable</a> and <a href="http://www.gdstarrating.com/">GD Star Ratings</a> in the one container.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hahahaimontheinternet.com/2009/03/04/guide-tweaks-modifications-for-wp-vybe-11-part-2/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Some great new features on the way for WordPress!</title>
		<link>http://www.hahahaimontheinternet.com/2009/03/01/some-great-new-features-on-the-way-for-wordpress/</link>
		<comments>http://www.hahahaimontheinternet.com/2009/03/01/some-great-new-features-on-the-way-for-wordpress/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 10:19:11 +0000</pubDate>
		<dc:creator>haha</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[2.8]]></category>
		<category><![CDATA[Bleeding Edge]]></category>
		<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[Nightly Build]]></category>
		<category><![CDATA[Syntax]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.hahahaimontheinternet.com/?p=1804</guid>
		<description><![CDATA[While having a bit of spare time to rummage through the latest Nightly Build of WordPress I noticed some nice changes that caught my attention. The first addition we will look at is the support for wider monitors when viewing the WordPress Dashboard. This will come in very handy for those with wide screen monitors [...]]]></description>
			<content:encoded><![CDATA[<p>While having a bit of spare time to rummage through the latest <a href="http://wordpress.org/download/nightly/">Nightly Build</a> of <a href="http://wordpress.org/">WordPress</a> I noticed some nice changes that caught my attention. The first addition we will look at is the support for wider monitors when viewing the WordPress Dashboard. This will come in very handy for those with wide screen monitors because you can have up to four columns on your Dashboard. Finally I will be able to get a lot more information on my screen without the need of scrolling. </p>
<div id="attachment_1805" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/03/dashboard.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/03/dashboard-300x206.jpg" alt="WordPress Dashboard" title="dashboard" width="300" height="206" class="size-medium wp-image-1805" /></a><p class="wp-caption-text">WordPress Dashboard</p></div><span id="more-1804"></span></p>
<p>The next addition we will look at is the updated Theme Editor. While the updated Theme Editor is heading in the right direction by adding a line count and code syntax highlighting&#8230; We are still not seeing enough features that will make editing themes that much easier. For example file revisions, nothing is worse then screwing up your template and not being able to restore it.</p>
<p><div id="attachment_1806" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/03/edit-themes.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/03/edit-themes-300x239.jpg" alt="Edit Themes" title="edit-themes" width="300" height="239" class="size-medium wp-image-1806" /></a><p class="wp-caption-text">Edit Themes</p></div>
<p>The final feature we will look at is the Install Themes section. The Install Themes section is exactly like the plugin&#8217;s management section. You can <em>Search</em> for new themes in the <a href="http://wordpress.org/extend/themes/">WordPress Themes Directory</a>, <em>Upload</em> new themes, see the <em>Newest</em> and <em>Recently Updated</em> themes at <a href="http://wordpress.org/">WordPress.org</a> from within your WordPress Administration Panel.</p>
<div id="attachment_1807" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/03/install-themes.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/03/install-themes-300x195.jpg" alt="Search for Themes" title="install-themes" width="300" height="195" class="size-medium wp-image-1807" /></a><p class="wp-caption-text">Search for Themes</p></div>
<div id="attachment_1808" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/03/install-themes1.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/03/install-themes1-300x146.jpg" alt="Upload Themes" title="install-themes1" width="300" height="146" class="size-medium wp-image-1808" /></a><p class="wp-caption-text">Upload Themes</p></div>
<div align="center"><b>Development version (2.8-bleeding-edge)</b></div>
]]></content:encoded>
			<wfw:commentRss>http://www.hahahaimontheinternet.com/2009/03/01/some-great-new-features-on-the-way-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Guide: Tweaks &amp; Modifications for WP-Vybe 1.1 (Part 1)</title>
		<link>http://www.hahahaimontheinternet.com/2009/03/01/guide-tweaks-modifications-for-wp-vybe-11-part-1/</link>
		<comments>http://www.hahahaimontheinternet.com/2009/03/01/guide-tweaks-modifications-for-wp-vybe-11-part-1/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 04:52:10 +0000</pubDate>
		<dc:creator>haha</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Alex King]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Global Translator]]></category>
		<category><![CDATA[Gravatar]]></category>
		<category><![CDATA[Modifications]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Popularity Contest]]></category>
		<category><![CDATA[Sidebar]]></category>
		<category><![CDATA[Solostream]]></category>
		<category><![CDATA[Tags]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Tweaking]]></category>
		<category><![CDATA[Wordpress Popular Posts]]></category>
		<category><![CDATA[WP-Cumulus]]></category>
		<category><![CDATA[WP-Vybe]]></category>

		<guid isPermaLink="false">http://www.hahahaimontheinternet.com/?p=1798</guid>
		<description><![CDATA[In part one of this guide I will be showing some various tweaks and modifications that can be done to your WP-Vybe 1.1 theme. Most of these changes will be very easy to do if you follow the instructions carefully. I have already posted a few of these tweaks and modifications on the Solostream Forums. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/03/wp-vybe-green-screenshot.jpg" alt="wp-vybe-green-screenshot" title="wp-vybe-green-screenshot" width="200" height="143" class="alignright size-full wp-image-1799" /><b><i>In part one of this guide I will be showing some various tweaks and modifications that can be done to your <a href="https://www.e-junkie.com/ecom/gb.php?ii=59524&#038;c=ib&#038;aff=37437">WP-Vybe 1.1</a> theme. Most of these changes will be very easy to do if you follow the instructions carefully. I have already posted a few of these tweaks and modifications on the <a href="http://www.solostream.com/forum/index.php">Solostream Forums</a>. Now it&#8217;s time to have some fun tweaking away at your theme!</i></b><br />
<span id="more-1798"></span><br />
</p>
<hr />
<h3><b>Using WP-Cumulus in WP-Vybe:</b></h3>
<p>The default Tags dropdown in WP-Vybe may be a bit bland for some people. This quick guide will show you how to install the <a href="http://www.roytanck.com/2008/03/15/wp-cumulus-released/">WP-Cumulus</a> plugin in your sidebar tabs panel instead of using the default dropdown menu.</p>
<p>First you will need to install the <a href="http://www.roytanck.com/2008/03/15/wp-cumulus-released/">WP-Cumulus</a> plugin (<a href="http://wordpress.org/extend/plugins/wp-cumulus/">get it here</a>) then go into the WP-Cumulus settings and change the following options:</p>
<ul>
<li><b>Width of the Flash tag cloud</b> needs to be set to <b>278</b></li>
<li><b>Height of the Flash tag cloud</b> needs to be set to <b>209</b></li>
<li><b>Use transparent mode</b> needs to be <b>on</b></li>
</ul>
<p>Once those options are saved you will need to open your side-tabs.php file in your WP-Vybe theme folder and then find the following:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">   &lt;select name=&quot;tag-dropdown&quot; onchange='document.location.href=this.options[this.selectedIndex].value;'&gt; 
   &lt;option value=&quot;&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> attribute_escape<span style="color: #009900;">&#40;</span>__<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Select a Tag'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/option&gt;
   <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #000088;">$posttags</span> <span style="color: #339933;">=</span> get_terms<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'post_tag'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
   <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$posttags</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #b1b100;">foreach</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$posttags</span> <span style="color: #b1b100;">as</span> <span style="color: #000088;">$tag</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> 
     <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;option value='&quot;</span><span style="color: #339933;">;</span>
     <span style="color: #b1b100;">echo</span> get_tag_link<span style="color: #009900;">&#40;</span><span style="color: #000088;">$tag</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
     <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;'&gt;&quot;</span><span style="color: #339933;">;</span>
     <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$tag</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">name</span><span style="color: #339933;">;</span>
     <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&quot;</span><span style="color: #339933;">;</span> <span style="color: #009900;">&#125;</span>
    <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
   &lt;/select&gt;</pre></div></div>

<p>You will now need to replace those lines with the following:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_cumulus_insert<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Save the file and upload it to your WP-Vybe folder. Now you can see your new tags section in action.</p>
<hr />
<h3><b>Using Global Translator in WP-Vybe:</b></h3>
<p>For this modification we will be adding a 5th tab to our sidebar tabs panel. First you will need to download and install a plugin called <a href="http://www.nothing2hide.net/wp-plugins/wordpress-global-translator-plugin/">Global Translator</a> and activate it. Now navigate to your Global Translator settings section and change the following options:</p>
<p>Set <b>Flags bar layout</b> to <b>Use a single and optimized image map and show:</b> and use <b>14 flags for each row</b>.</p>
<p>Now open your side-tabs.php file in your WP-Vybe theme folder and find the following:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">  &lt;ul class=&quot;tabs cleafix&quot;&gt;  
  &lt;li&gt;&lt;a href=&quot;javascript:tabSwitch_2(1, 4, 'tab_', 'content_');&quot; id=&quot;tab_1&quot; class=&quot;on&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Subscribe&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;javascript:tabSwitch_2(2, 4, 'tab_', 'content_');&quot; id=&quot;tab_2&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Archives&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/li&gt;  
  &lt;li&gt;&lt;a href=&quot;javascript:tabSwitch_2(3, 4, 'tab_', 'content_');&quot; id=&quot;tab_3&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Tags&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;javascript:tabSwitch_2(4, 4, 'tab_', 'content_');&quot; id=&quot;tab_4&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Popular&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&gt;</pre></div></div>

<p>Change that code to:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"> 	&lt;ul class=&quot;tabs cleafix&quot;&gt;  
		&lt;li&gt;&lt;a href=&quot;javascript:tabSwitch_2(1, 5, 'tab_', 'content_');&quot; id=&quot;tab_1&quot; class=&quot;on&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Subscribe&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;javascript:tabSwitch_2(2, 5, 'tab_', 'content_');&quot; id=&quot;tab_2&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Archives&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/li&gt;  
		&lt;li&gt;&lt;a href=&quot;javascript:tabSwitch_2(3, 5, 'tab_', 'content_');&quot; id=&quot;tab_3&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Tags&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;javascript:tabSwitch_2(4, 5, 'tab_', 'content_');&quot; id=&quot;tab_4&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Popular&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;javascript:tabSwitch_2(5, 5, 'tab_', 'content_');&quot; id=&quot;tab_5&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Translate&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;</pre></div></div>

<p>Now in side-tabs.php you need to add the following code in between the last two lines at the bottom of side-tabs.php.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">	  &lt;div id=&quot;content_5&quot; class=&quot;cat_content&quot; style=&quot;display:none&quot;&gt;
  &lt;div class=&quot;sidebox&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;gltr_build_flags_bar&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> 
gltr_build_flags_bar<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> 
<span style="color: #009900;">&#125;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/div&gt;
   &lt;/div&gt;</pre></div></div>

<p>Now that&#8217;s it, you now will have a fancy translator tab.</p>
<hr />
<h3><b>Featured:</b></h3>
<p>If you&#8217;re like me you may think the featured links on the right hand side of the Features box is a waste of space and could be used for something better, then this short guide is for you.</p>
<p>The next customisation will show you how to remove the whole links section and place a banner in it&#8217;s place.</p>
<p>Open the style.css file in your WP-Vybe theme folder and find:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#my-glider</span> <span style="color: #6666ff;">.controls</span> a<span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.control</span> a<span style="color: #3333ff;">:link</span><span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.controls</span> a<span style="color: #3333ff;">:visited </span><span style="color: #00AA00;">&#123;</span>
 <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">block</span><span style="color: #00AA00;">;</span>
 <span style="color: #000000; font-weight: bold;">padding-left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span>
 <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">transparent</span><span style="color: #00AA00;">;</span>
 <span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>Change to:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/* ---- #my-glider .controls a, .control a:link, .controls a:visited {
 display:block;
 padding-left: 20px;
 background: transparent;
 } ---- */</span></pre></div></div>

<p>Now locate your features.php file in your WP-Vybe folder and find:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Featured Articles&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Remove that section of code. Now just below it you will need to remove the following chunk of code:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #000088;">$count</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">1</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #000088;">$featurecount</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$wp_vybe_features_number</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #000088;">$my_query</span> <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> WP_Query<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;category_name=featured&amp;showposts=<span style="color: #006699; font-weight: bold;">$featurecount</span>&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">while</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$my_query</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">have_posts</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #000088;">$my_query</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">the_post</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$do_not_duplicate</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$post</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">ID</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$post</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">ID</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #000088;">$count</span> <span style="color: #339933;">==</span> <span style="color: #cc66cc;">1</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
      &lt;li&gt;&lt;a class=&quot;active&quot; href=&quot;#section<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_ID<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/li&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
      &lt;li&gt;&lt;a href=&quot;#section<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_ID<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/li&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #000088;">$count</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$count</span> <span style="color: #339933;">+</span> <span style="color: #cc66cc;">1</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">endwhile</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Our new banner link will go where that chunk of code was. For example you can use this code:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://www.affiliatelink.com/&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://www.website.com/images/banner.jpg&quot;/&gt;&lt;/a&gt;&lt;/div&gt;</pre></div></div>

<p>Keep in mind that the area is quite small, the largest banner can only be <b>249</b> pixels in height and <b>290</b> pixels in width.</p>
<p>To make things a bit fancier we could create rotating banners like on our <a href="http://www.hahahaimontheinternet.com/">homepage</a>.</p>
<p>Instead of using the banner code above we can use a simple script to rotate different ads. Insert the following code where the large chunk of code was removed from features.php</p>

<div class="wp_syntax"><div class="code"><pre class="java" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>script LANGUAGE<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;JavaScript&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;!--</span> Begin
var how_many_ads <span style="color: #339933;">=</span> <span style="color: #cc66cc;">2</span><span style="color: #339933;">;</span>
var now <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #003399;">Date</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>
var sec <span style="color: #339933;">=</span> now.<span style="color: #006633;">getSeconds</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>
var ad <span style="color: #339933;">=</span> sec <span style="color: #339933;">%</span> how_many_ads<span style="color: #339933;">;</span>
ad <span style="color: #339933;">+=</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>ad<span style="color: #339933;">==</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
url<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;URL GOES HERE&quot;</span><span style="color: #339933;">;</span>
alt<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;ALT TEXT&quot;</span><span style="color: #339933;">;</span>
banner<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;IMAGE URL HERE&quot;</span><span style="color: #339933;">;</span>
width<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;NUMBER&quot;</span><span style="color: #339933;">;</span>
height<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;NUMBER&quot;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>ad<span style="color: #339933;">==</span><span style="color: #cc66cc;">2</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
url<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;URL GOES HERE&quot;</span><span style="color: #339933;">;</span>
alt<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;ALT TEXT&quot;</span><span style="color: #339933;">;</span>
banner<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;IMAGE URL HERE&quot;</span><span style="color: #339933;">;</span>
width<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;NUMBER&quot;</span><span style="color: #339933;">;</span>
height<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;NUMBER&quot;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
document.<span style="color: #006633;">write</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'&lt;a href=&quot;'</span> <span style="color: #339933;">+</span> url <span style="color: #339933;">+</span> <span style="color: #0000ff;">'&quot; target=&quot;_blank&quot;&gt;'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
document.<span style="color: #006633;">write</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'&lt;img src=&quot;'</span> <span style="color: #339933;">+</span> banner <span style="color: #339933;">+</span> <span style="color: #0000ff;">'&quot; width='</span><span style="color: #009900;">&#41;</span>
document.<span style="color: #006633;">write</span><span style="color: #009900;">&#40;</span>width <span style="color: #339933;">+</span> <span style="color: #0000ff;">' height='</span> <span style="color: #339933;">+</span> height <span style="color: #339933;">+</span> <span style="color: #0000ff;">' '</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
document.<span style="color: #006633;">write</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'alt=&quot;'</span> <span style="color: #339933;">+</span> alt <span style="color: #339933;">+</span> <span style="color: #0000ff;">'&quot; border=0/&gt;'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #666666; font-style: italic;">// End --&gt;</span>
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span></pre></div></div>

<p>The only part that needs to be edited for two banners is the two instances of the following code:</p>

<div class="wp_syntax"><div class="code"><pre class="java" style="font-family:monospace;">url<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;URL GOES HERE&quot;</span><span style="color: #339933;">;</span>
alt<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;ALT TEXT&quot;</span><span style="color: #339933;">;</span>
banner<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;IMAGE URL HERE&quot;</span><span style="color: #339933;">;</span>
width<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;NUMBER&quot;</span><span style="color: #339933;">;</span>
height<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;NUMBER&quot;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Now you will have a fancy rotating banner ad.</p>
<hr />
<h3><b>This WordPress site uses Gravatar:</b></h3>
<p>I love <a href="http://en.gravatar.com/">Gravatar</a> but I think it&#8217;s lacking one major thing in <a href="http://wordpress.org/">WordPress Blogs</a>. We <i>need</i> plugins to help the registration process without leaving our comment box. Currently there are no plugins that work to help the registration process, we still need to advertise to our commenters that <a href="http://en.gravatar.com/">Gravatar</a> is in fact a feature on our blogs.</p>
<p>Open comments.php in your WP-Vybe theme folder and find the following line of code:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;!--&lt;p&gt;&lt;small&gt;&lt;strong&gt;XHTML:&lt;/strong&gt; You can use these tags: &lt;code&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> allowed_tags<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/code&gt;&lt;/small&gt;--&gt;</pre></div></div>

<p>Now right below that line add something like the following:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;p&gt;&lt;b&gt;If you want a picture to show with your comment, go get a &lt;a href=&quot;http://en.gravatar.com/&quot; target=&quot;_self&quot;&gt;Gravatar&lt;/a&gt;!&lt;/b&gt;&lt;/p&gt;</pre></div></div>

<p>This small tweak is an easy way of telling your readers that you support <a href="http://en.gravatar.com/"><b>G</b>lobally <b>R</b>ecognised <b>Avatars</b></a> in your comments. It is a two minute modification but it is worth it.</p>
<hr />
<h3><b>Archives list:</b></h3>
<p>Another small change I have made within my sidebar tabs section is to remove the archives dropdown and use a monthly list instead. Once again this modification can be seen in the right sidebar of our site.</p>
<p>To do the modification open side-tabs.php in your WP-Vybe theme folder and find:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"> &lt;div id=&quot;content_2&quot; class=&quot;cat_content&quot; style=&quot;display:none&quot;&gt;
  &lt;div class=&quot;sidebox&quot;&gt;
   &lt;select name=&quot;archive-dropdown&quot; onchange='document.location.href=this.options[this.selectedIndex].value;'&gt; 
    &lt;option value=&quot;&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> attribute_escape<span style="color: #009900;">&#40;</span>__<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Select Month'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/option&gt; 
    <span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_get_archives<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'type=monthly&amp;format=option&amp;show_post_count=1'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
   &lt;/select&gt;
  &lt;/div&gt; 
 &lt;/div&gt;</pre></div></div>

<p>Change to:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"> &lt;div id=&quot;content_2&quot; class=&quot;cat_content&quot; style=&quot;display:none&quot;&gt;
                                 &lt;ul&gt;
                                       <span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_get_archives<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'title_li='</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
                                 &lt;/ul&gt;
 &lt;/div&gt;</pre></div></div>

<p>It&#8217;s a pretty simple modification that can make your monthly archives a little quicker to access.</p>
<hr />
<h3><b>Ditching Popularity Contest:</b></h3>
<p>One feature that I dislike in WP-Vybe 1.1 is the return of the popular sidebar tab that relies on the very outdated <a href="http://alexking.org/projects/wordpress">Popularity Contest</a> plugin. Why support a plugin that causes so much trouble? Anyway here is a quick guide to setup the popular sidebar tab while using another plugin.</p>
<p>Download the plugin called <a href="http://eric.biven.us/2008/12/03/recently-popular-wordpress-plugin/">Recently Popular</a> and activate it. No need to activate the Recently Popular Widget because we are using the function to insert it into our sidebar.</p>
<p>Now locate your side-tabs.php file in your WP-Vybe theme folder and find the following lines:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #666666; font-style: italic;">/* Alex King's &lt;a href=&quot;http://alexking.org/blog/2007/10/02/popularity-contest-13b2&quot;&gt;Popularity Contest plugin would work really well here. */</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'akpc_most_popular'</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
  &lt;ul&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> akpc_most_popular<span style="color: #009900;">&#40;</span><span style="color: #000088;">$limit</span><span style="color: #339933;">=</span><span style="color: #cc66cc;">5</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/ul&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">else</span> <span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
  &lt;div class=&quot;sidebox&quot;&gt;&lt;p&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'This feature has not been activated yet.'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/p&gt;&lt;/div&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">endif</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Replace those lines with the following line:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;ul&gt; <span style="color: #000000; font-weight: bold;">&lt;?php</span> get_recently_popular<span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">2</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'WEEK'</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">5</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">2</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span> &lt;/ul&gt;</pre></div></div>

<p>And that&#8217;s it! You will now have a popular posts tab that works a lot better.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hahahaimontheinternet.com/2009/03/01/guide-tweaks-modifications-for-wp-vybe-11-part-1/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Guide: Backing Up Your WordPress Database</title>
		<link>http://www.hahahaimontheinternet.com/2009/02/24/guide-backing-up-your-wordpress-database/</link>
		<comments>http://www.hahahaimontheinternet.com/2009/02/24/guide-backing-up-your-wordpress-database/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 06:09:30 +0000</pubDate>
		<dc:creator>haha</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Comments]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Export]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Settings]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[wp-config.php]]></category>
		<category><![CDATA[WP-DB-Backup]]></category>

		<guid isPermaLink="false">http://www.hahahaimontheinternet.com/?p=1725</guid>
		<description><![CDATA[Backing up your WordPress Database is the most important procedure you need to do when running your own blog. The database stores all your posts, comments, pages, links and all other settings. This guide will show you detailed instructions on backing up your precious data. Also to note - This guide is used for backing [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/02/wordpress-database.jpg" alt="wordpress-database" title="wordpress-database" width="200" height="143" class="alignright size-full wp-image-1726" /><strong><em>Backing up your <a href="http://wordpress.org/">WordPress</a> Database is the most important procedure you need to do when running your own blog. The database stores all your posts, comments, pages, links and all other settings. This guide will show you detailed instructions on backing up your precious data.</em></strong><br />
<span id="more-1725"></span><br />
<strong><em><font color="#FF0000">Also to note -</font> This guide is used for backing up your database only, this does not include backing up your uploaded images, media, plugins or WordPress installation. I will create another guide on that subject soon.</em></strong></p>
<p>One of the most popular ways of backing up your database is by using <a href="http://www.phpmyadmin.net/">phpMyAdmin</a>, which is included with most webhosts nowadays.</p>
<p>First you need to find out your database name. To do that you need to open the <b>wp-config.php</b> which is in the root of your WordPress directory on your server.</p>
<p>You will need to find the following line:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'DB_NAME'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'wordpress'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>    <span style="color: #666666; font-style: italic;">// The name of the database</span></pre></div></div>

<p>Your database name will be located where the word &#8216;<b>wordpress</b>&#8216; is. Remember the database name.</p>
<p>Log into <a href="http://www.phpmyadmin.net/">phpMyAdmin</a>. If you don&#8217;t know how to access <a href="http://www.phpmyadmin.net/">phpMyAdmin</a>, just contact your webhost.</p>
<p>Once logged in you should see a page that resembles below. On that page you need to click on the link that says <b>Databases</b>.</p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/02/1.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/02/1-300x157.jpg" alt="1" title="1" width="300" height="157" class="aligncenter size-medium wp-image-1727" /></a></p>
<p>The next page will give you a list of databases that are being used, click on the link with your database name. Example in the picture below:</p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/02/2.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/02/2-300x156.jpg" alt="2" title="2" width="300" height="156" class="aligncenter size-medium wp-image-1728" /></a></p>
<p>You will now be presented with a new page that has a list of <a href="http://codex.wordpress.org/Database_Description#Table_Overview">WordPress tables</a>, you need to click the <b>Export</b> link at the top of the page. Example picture below:</p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/02/3.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/02/3-300x154.jpg" alt="3" title="3" width="300" height="154" class="aligncenter size-medium wp-image-1729" /></a></p>
<p>The page that comes up is where you change the settings for your database. This section is the most important part of creating a database backup.</p>
<p>The left box shows some <b>Export</b> settings, in that box you need to highlight all the tables by clicking the &#8216;<b>Select All</b>&#8216; button. Then scroll down and make sure &#8216;<b>SQL</b>&#8216; is selected. Example picture below:</p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/02/4.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/02/4-113x300.jpg" alt="4" title="4" width="113" height="300" class="aligncenter size-medium wp-image-1730" /></a></p>
<p>On the right under <b>Options</b> you need to make sure the first two options are unticked. The two options are listed below:</p>
<ul>
<li>Enclose export in a transaction</li>
<li>Disable foreign key checks</li>
</ul>
<p>The <b>Structure</b> option on the right hand side of the page needs to be ticked and also the following three options below:</p>
<ul>
<li>Add DROP TABLE / DROP VIEW</li>
<li>Add AUTO_INCREMENT value</li>
<li>Enclose table and field names with backquotes</li>
</ul>
<p>To make things easy just use all the same settings that are used in the screenshot below:</p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/02/5.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/02/5-300x119.jpg" alt="5" title="5" width="300" height="119" class="aligncenter size-medium wp-image-1731" /></a></p>
<p>In the <b>Data</b> section you need to have everything unticked except for the <b>Data</b> option. Example in the screenshot below:</p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/02/6.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/02/6-300x94.jpg" alt="6" title="6" width="300" height="94" class="aligncenter size-medium wp-image-1732" /></a></p>
<p>Now for the final section at the bottom of the page you need to tick the &#8216;<b>save as file</b>&#8216; option and everything else can remain the same as seen in the screenshot below:</p>
<p>Following that four <b>Compression</b> options are shown, I like to use either &#8216;<b>None</b>&#8216; or &#8216;<b>zipped</b>&#8216; then hit the <b>Go</b> button in the bottom righthand corner then your database download will start.</p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/02/7.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/02/7-300x73.jpg" alt="7" title="7" width="300" height="73" class="aligncenter size-medium wp-image-1733" /></a></p>
<p>I hope this guide has come in handy for some people, the last thing anybody ever wants is to lose a years worth of posts and hard work. We will put together a guide on restoring a database soon, that will come in handy for those who are moving servers or are just restoring a database due to it being corrupt.</p>
<p>One other way of backing up your database for safe keeping is by using a WordPress plugin called <a href="http://www.ilfilosofo.com/blog/wp-db-backup/">WP-DB-Backup</a> and your database can be saved from within your WordPress Administration Panel. More information about the <a href="http://www.ilfilosofo.com/blog/wp-db-backup/">WP-DB-Backup</a> plugin can be found <a href="http://www.ilfilosofo.com/blog/wp-db-backup/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hahahaimontheinternet.com/2009/02/24/guide-backing-up-your-wordpress-database/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Optimizing the Performance of your WordPress Blog</title>
		<link>http://www.hahahaimontheinternet.com/2009/02/15/optimizing-the-performance-of-your-wordpress-blog/</link>
		<comments>http://www.hahahaimontheinternet.com/2009/02/15/optimizing-the-performance-of-your-wordpress-blog/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 17:28:27 +0000</pubDate>
		<dc:creator>haha</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Bandwidth]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Compression]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Data Storage]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Digg]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Google Video]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Optimize]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Solostream]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tweaking]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Whitespace]]></category>
		<category><![CDATA[WP Super Cache]]></category>
		<category><![CDATA[WP-Vybe]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.hahahaimontheinternet.com/?p=1682</guid>
		<description><![CDATA[Here are some tips to optimize the load time of your WordPress blog. Some self hosted blogs with a large amount of visitors tend to load slow and the following ten tips might come in handy for those who would like to get the most out of their blog. Delete or Disable Unnecessary Plugins: You [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/02/untitled-1.jpg" alt="untitled-1" title="untitled-1" width="200" height="143" class="alignright size-full wp-image-1683" /><strong><em>Here are some tips to optimize the load time of your <a href="http://wordpress.org/">WordPress</a> blog. Some self hosted blogs with a large amount of visitors tend to load slow and the following ten tips might come in handy for those who would like to get the most out of their blog.</em></strong><br />
<span id="more-1682"></span><br />
<b>Delete or Disable Unnecessary Plugins:</b></p>
<p>You can speed up your blog by removing or disabling as many plugins as possible, only use plugins which are really needed. Remember less is better! Having lots of plugins installed will add more PHP queries to your server which means more load when your site has a lots of visitors.</p>
<p><b>Install WP Super Cache:</b></p>
<p><a href="http://ocaoimh.ie/">WP Super Cache</a> is another great plugin which needs to be built into WordPress. If your blog is constantly listed on the front page of <a href="http://digg.com/">Digg</a> you will notice a severe drop in performance because your WordPress blog will be processing many PHP scripts for visitors which puts a huge strain on your server. This plugin will generate static html files for your blog that is less work for your server.</p>
<p><b>Images:</b></p>
<p>Hosting your own images will slow down your load times considerably if you&#8217;re on a lower quality Web Host. One thing you can do is use an image hosting site like <a href="http://www.flickr.com/">Flickr</a>. <a href="http://www.flickr.com/">Flickr</a> is using a huge amount of servers and can no doubt handle your blog images with a breeze. WordPress now has plenty of plugins that will help you integrate <a href="http://www.flickr.com/">Flickr</a> images into WordPress. In the long run you will save a lot of money on webhosting if you use a free third party image storage system.</p>
<p>Image compression can be another way of helping your blog load faster, whether it being compressing images for your posts or your image files for your theme. I like to use <a href="http://www.adobe.com/products/photoshop/compare/">Adobe Photoshop</a> for compressing my images. Photoshop has a &#8220;save for web&#8221; feature for compressing images and it does come in handy for shaving off a few bytes on images.</p>
<p><b>Video:</b></p>
<p>A trend nowadays is to create and use videos on your blog, while it can be nice to have a few videos on the front page of your blog you are actually slowing down your page load time and using lots of bandwidth if you are hosting your own videos. One way to speed up load times and save bandwidth in the process is to use external video hosting sites like <a href="http://www.youtube.com/">YouTube</a> and <a href="http://video.google.com/">Google Video</a>. Plenty of video hosting sites are floating around the internet to choose from. To note YouTube now supports <a href="http://www.youtube.com/blog?gl=AU&#038;hl=en-GB&#038;entry=skhXNQSfBUI">HD and widescreen videos</a>.</p>
<p><b>Defrag your Database:</b></p>
<p>If you have the luxury of having access to <a href="http://www.phpmyadmin.net/">phpMyAdmin</a> you can optimise your WordPress database. When in phpMyAdmin select all of your WordPress tables and select &#8220;optimise table&#8221; from the dropdown list.</p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/02/defrag-wordpress-database.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/02/defrag-wordpress-database-300x147.jpg" alt="defrag-wordpress-database" title="defrag-wordpress-database" width="300" height="147" class="aligncenter size-medium wp-image-1684" /></a></p>
<p><b>Tidy up your CSS:</b></p>
<p>One way to to speed up your site&#8217;s load time is by making your CSS file size smaller. The idea behind this is to remove as much whitespace as possible. An example of cleaning up the style.css code is below.</p>
<p>Below is a example of most normal style.css files:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">body <span style="color: #00AA00;">&#123;</span>
 <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
 <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
 <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">10px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
 <span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1.5em</span><span style="color: #00AA00;">;</span>
 <span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>The CSS code below is the very same as the code above, just without as much whitespace inbetween text.</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">body <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">10px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1.5em</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>Of course tidying up a CSS file like this will make things a bit more confusing and harder to read, but all in all your CSS file will be faster loading and of a smaller file size.</p>
<p><b>Validate your Code:</b></p>
<p>Validating your code is very important, some serious errors can slow down your page loading.</p>
<p><a href="http://validator.w3.org/">Markup Validation Service</a></p>
<p><b>Update WordPress:</b></p>
<p>Yes that&#8217;s right, updating WordPress to the latest version can have it&#8217;s benefits. Besides security fixes some WordPress updates can have performance improvements.</p>
<p><b>Use a Minimalist Theme:</b></p>
<p>Using a Minimalist theme is another way of speeding up a blog, the downfall is that you need to sacrifice all the nice effects in a theme. A Minimalist theme has no images, AJAX or Javascripts. I personally like using fancy themes like my current theme which is called <a href="https://www.e-junkie.com/ecom/gb.php?ii=59525&#038;c=ib&#038;aff=37437&#038;ev=19b26c2629">WP-Vybe</a> made by <a href="https://www.e-junkie.com/ecom/gb.php?ii=59525&#038;c=ib&#038;aff=37437&#038;ev=19b26c2629">Solosteam</a>.</p>
<p><b>Web Hosting:</b></p>
<p>Choosing the right webhost is the hardest part about creating your own website. A majority of first-time website users tend to target webhosting companies that throw packages with unlimited data storage and bandwidth for $4.95 per month and so on. Well most of the time these plans can be great for the average website administrator until your site starts to gain popularity and starts to get more traffic. If you have a website that is pumping out lots of images, videos, PHP queries and has a large visitor base then you may want to look around and spend a bit more on your host. After all you don&#8217;t want to annoy your visitors or lose business because your blog is offline or timing out all of the time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hahahaimontheinternet.com/2009/02/15/optimizing-the-performance-of-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>WordPress Security Tips</title>
		<link>http://www.hahahaimontheinternet.com/2009/02/10/wordpress-security-tips/</link>
		<comments>http://www.hahahaimontheinternet.com/2009/02/10/wordpress-security-tips/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 01:47:26 +0000</pubDate>
		<dc:creator>haha</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[2.7]]></category>
		<category><![CDATA[644]]></category>
		<category><![CDATA[666]]></category>
		<category><![CDATA[755]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[CHMOD]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Domain]]></category>
		<category><![CDATA[Exploit]]></category>
		<category><![CDATA[FileZilla]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[Limit Login Attempts]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[PSPad]]></category>
		<category><![CDATA[Replace WP-Version]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[User interface]]></category>
		<category><![CDATA[WP-DB-Backup]]></category>

		<guid isPermaLink="false">http://www.hahahaimontheinternet.com/?p=1662</guid>
		<description><![CDATA[Keeping your self hosted WordPress Blog safe should be a Blogger&#8217;s number one priority. Below are a few hints and tips that should make your life a little bit easier when creating or using your WordPress Blog. 1. Keep WordPress updated to the latest version. The latest version can be downloaded from wordpress.org. The current [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2009/02/wp-barb.jpg" alt="wp-barb" title="wp-barb" width="200" height="143" class="alignright size-full wp-image-1663" />Keeping your self hosted WordPress Blog safe should be a Blogger&#8217;s number one priority. Below are a few hints and tips that should make your life a little bit easier when creating or using your WordPress Blog.<br />
<span id="more-1662"></span><br />
<strong>1.</strong> Keep WordPress updated to the latest version. The latest version can be downloaded from <a href="http://wordpress.org/">wordpress.org</a>. The current version of WordPress at time of writing this article is <em>2.7</em>.</p>
<p><strong>2.</strong> Keep all of your WordPress plugins and themes updated to their latest version. New versions of plugins and themes could contain security fixes.</p>
<p><strong>3.</strong> Secure your plugins directory so plugins you are using can&#8217;t be seen. If your WordPress Blog was to be hacked it might be done by discovering an out-of-date plugin on your server with known security flaws.</p>
<p>By typing the following link into your browser you will be able to check if your WordPress plugins are being displayed.</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">http://www.mywebsite.com/wp-content/plugins/</pre></div></div>

<p>Note: Replace www.mywebsite.com with your own domain name.</p>
<p>An easy fix to the issue above can be made by just placing a blank <em>index.html</em> file within your plugins folder. A more secure fix would be to edit your <em>.htaccess</em> file in the root of your WordPress directory on your server.</p>
<p>Open the <em>.htaccess</em> file in a text editor, I prefer to use <a href="http://www.pspad.com/">PSPad</a> which is a freeware program then add the following two lines to the bottom and save the file.</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"># Prevents directory listing
Options -Indexes</pre></div></div>

<p><strong>4.</strong> If, for some strange reason, you are using an earlier version of WordPress then you might want to hide your WordPress version number from the entire world by using the <a href="http://wordpress.org/extend/plugins/replace-wp-version/">Replace WP-Version</a> plugin. The version number that is being shown via the page source can be disguised by using The <em>Replace WP-Version</em> plugin. </p>
<p><strong>5.</strong> The WordPress folder and file permissions is an important security aspect that quite a lot of people forget. All WordPress folders should be set to <em>755</em> and all files should be set to <em>644</em>. If you like editing your theme via the <em>Edit Themes panel</em> within WordPress you will need to CHMOD your theme files to <em>666</em>.</p>
<p>File permissions can be changed by your webhosting account&#8217;s administration panel (ex: <a href="http://www.cpanel.net/">cPanel</a>) or by using a FTP program like <a href="http://filezilla-project.org/">FileZilla</a>.</p>
<p><strong>6.</strong> Backup your WordPress files and database on a regular basis. </p>
<p>For detailed information on backing up your database please go to the link below:<br />
<a href="http://codex.wordpress.org/Backing_Up_Your_Database">http://codex.wordpress.org/Backing_Up_Your_Database</a></p>
<p>You could also be like me and use a terrific database plugin called WP-DB-Backup. The plugin can be downloaded below:<br />
<a href="http://www.ilfilosofo.com/blog/wp-db-backup">http://www.ilfilosofo.com/blog/wp-db-backup</a></p>
<p>For backing up your files you can use a FTP program or see if your website host has a built-in file backup system.</p>
<p><strong>7.</strong> Simple passwords for your WordPress blog should not be used. We have all done it at one time or another, using passwords like 123456 and abcdef is not a good idea at all! Be creative and create hard passwords using numbers, letters or even symbols like #, @, !, %.</p>
<p>Try a password generator if need be:<br />
<a href="http://www.pctools.com/guides/password/">http://www.pctools.com/guides/password/</a></p>
<p><strong>8.</strong> One security tip that is rarely done is to delete the default <em>admin</em> user account. Creating your own account is a much safer idea. Hackers would only need to crack your login password because the username and ID number is already set when installing WordPress.</p>
<ol>
<li>Create a new administrator acount in the Users section.</li>
<li>Log out of the default admin account.</li>
<li>Log in as the new user.</li>
<li>Delete the old admin from the user list.</li>
<li>Assign all posts, pages and links to the new user account.</li>
</ol>
<p><strong>9.</strong> A security exploit has been found in some themes on the internet. One method to check if your theme has this exploit is to search for the following line of code in your <em>search.php</em>:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$_SERVER</span> <span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'PHP_SELF'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>This exploit allows your entire server to be searched.</p>
<p>Use this code instead:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span> ?php bloginfo <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'home'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p><strong>10.</strong> WordPress allows unlimited login attempts and this can give experienced Hackers a chance to crack your password by doing brute-force attacks. I recommend using a plugin called <a href="http://devel.kostdoktorn.se/limit-login-attempts/">Limit Login Attempts</a>. The plugin works with the current version of WordPress (<em>2.7</em>).</p>
<p>Well that&#8217;s it for our WordPress security guide. I hope some of these tweaks will help protect you from the evil people on the internet!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hahahaimontheinternet.com/2009/02/10/wordpress-security-tips/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 Feature Overview</title>
		<link>http://www.hahahaimontheinternet.com/2008/11/06/wordpress-27-feature-overview/</link>
		<comments>http://www.hahahaimontheinternet.com/2008/11/06/wordpress-27-feature-overview/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 10:20:56 +0000</pubDate>
		<dc:creator>haha</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[2.7]]></category>
		<category><![CDATA[Admin Management Xtended]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Comments]]></category>
		<category><![CDATA[Crazyhorse]]></category>
		<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Ozh' Absolute Comments]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[Ryan Boren]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[User interface]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://www.hahahaimontheinternet.com/?p=1197</guid>
		<description><![CDATA[The release of WordPress 2.7 has been pushed back by a couple of weeks and will not be released on November 10th as scheduled. Lucky for us the WordPress 2.7 Beta 1 has been unleashed onto the world for testing purposes. This article will be having a look at the latest enhancements and changes which [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/10/wordpress.jpg" alt="" title="wordpress" width="200" height="143" class="alignright size-full wp-image-1130" />The release of <a href="http://wordpress.org/" target="_self">WordPress</a> 2.7 has been pushed back by a couple of weeks and will not be released on <a href="http://wordpress.org/development/2008/11/wordpress-27-beta-1/" target="_self">November 10th</a> as scheduled. Lucky for us the WordPress 2.7 Beta 1 has been unleashed onto the world for testing purposes.<br />
<span id="more-1197"></span><br />
This article will be having a look at the latest enhancements and changes which are in WordPress 2.7. These changes may or may not be in the final release. So far WordPress 2.7 is looking to be a great step forward compared to previous versions and quite a few new features have been added and the administration section has been given a total overhaul.</p>
<p>The screenshot below is how the new WordPress Dashboard will look. As you can see the Dashboard has been given a full makeover. A new feature that has been added to the Dashboard is the &#8220;Screen Options&#8221; tab. The options enable you to remove/hide certain parts of your Dashboard like <i>Incoming Links</i>, <i>Other WordPress News</i> and basically anything else in the centre of the screen. WordPress users have now also been given a whole new navigation menu and this menu is a vertical menu placed on the left of the screen instead of the old top menu which was in all previous WordPress versions.</p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/wp27-dashboard.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/wp27-dashboard-300x178.jpg" alt="" title="wp27-dashboard" width="300" height="178" class="aligncenter size-medium wp-image-1198" /></a></p>
<p>Below is another screenshot taken from the Dashboard. This time the screenshot is showing the new WordPress Statistics Panel that is called <i>Right Now</i>. As you can see the new area is compact and can be hidden if not needed. At the top of the screenshot we are able to see the &#8220;Screen Options&#8221; tab in action.</p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/wp27-dashboard2.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/wp27-dashboard2-300x181.jpg" alt="" title="wp27-dashboard2" width="300" height="181" class="aligncenter size-medium wp-image-1199" /></a></p>
<p>Below we have a side by side comparison of the two view options for the new Navigation Panel. The first half of the picture shows the wider Panel which includes images and text and the second half shows a compact version that uses just the images.</p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/wp27-nav.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/wp27-nav-271x300.jpg" alt="" title="wp27-nav" width="271" height="300" class="aligncenter size-medium wp-image-1200" /></a></p>
<p>The next screenshot we will be looking at is the <b>Add New Post</b> section. All the modules on the screen like Custom Fields, Post Slug and Tags can be hidden away from view if needed by the &#8220;Screen Options&#8221; tab as in the new Dashboard. All the modules can be organised any way you want. For example the <i>Publish</i> module could be put under the <i>Write Post</i> box. A new feature that has been added to WordPress 2.7 and to the post creation section is the option to create a sticky post on the front page. A sticky post will stay on top of all other posts on the index of your site. Previously a plugin like <a href="http://lesterchan.net/" target="_self">Lester Chan&#8217;s</a> <a href="http://wordpress.org/extend/plugins/wp-sticky/" target="_self">WP-Sticky</a> was needed to accomplish this. The <b>Add New Page</b> section is basically the same as the post section.</p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/wp27-writepost.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/wp27-writepost-300x167.jpg" alt="" title="wp27-writepost" width="300" height="167" class="aligncenter size-medium wp-image-1201" /></a></p>
<p>The next two screenshots we&#8217;ll be looking at is the <b>Edit Posts</b> section. As you can see by the first screenshot a few new features have been added, One of these features is the <i>Quick Edit</i> option that will drop down a menu with plenty of post options that enable you to change the post title, slug, category, timestamp and tags. A plugin like <a href="http://wordpress.org/extend/plugins/admin-management-xtended/" target="_self">Admin Management Xtended</a> was needed to accomplish this in the past. All these new <i>Quick Edit</i> options are using ajax so the changes are instant. The second screenshot is showing the <i>Quick Edit</i> screen.</p>
<p>The second new feature in the <b>Edit Posts</b> section is in the first screenshot, the option gives you a choice of viewing post excerpts from within the <b>Edit Posts</b> section (the two squares under Search Posts).</p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/wp27-editposts.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/wp27-editposts-300x167.jpg" alt="" title="wp27-editposts" width="300" height="167" class="aligncenter size-medium wp-image-1202" /></a></p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/wp27-editposts2.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/wp27-editposts2-300x167.jpg" alt="" title="wp27-editposts2" width="300" height="167" class="aligncenter size-medium wp-image-1203" /></a></p>
<p>Next we will have a quick look at the new comments section. A couple of new options have been added that include <i>Quick Edit</i> and <i>Reply</i>, both of these options allow comments to be edited and to reply to comments instantly using ajax. The quick reply option will enable you to reply to comments from within your administration panel instead of viewing the whole post and all other comments. Previously we needed a plugin like <a href="http://planetozh.com/blog/my-projects/absolute-comments-manager-instant-reply/" target="_self">Ozh’ Absolute Comments</a> to achieve this.</p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/wp27-comments.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/wp27-comments-300x167.jpg" alt="" title="wp27-comments" width="300" height="167" class="aligncenter size-medium wp-image-1204" /></a></p>
<p>The Plugins section has also had a major update to add one needed feature. This new feature enables downloading and installing plugins from within the administration panel. The choice is yours whether a new plugin can be uploaded from your computer or whether a new plugin can be downloaded from the WordPress Plugins Directory. The first screenshot is search for plugins screen and the second screenshot is the plugin install screen.</p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/wp27-pluginsaddnew.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/wp27-pluginsaddnew-300x179.jpg" alt="" title="wp27-pluginsaddnew" width="300" height="179" class="aligncenter size-medium wp-image-1205" /></a></p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/wp27-pluginsinstall.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/wp27-pluginsinstall-300x216.jpg" alt="" title="wp27-pluginsinstall" width="300" height="216" class="aligncenter size-medium wp-image-1206" /></a></p>
<p>Another feature that WordPress is introducing in 2.7 is the <b>Upgrade WordPress</b> feature. The WordPress community has been wanting this one-click upgrade feature for quite a while now. I think the upgrade process is already quite easy even though I need to upgrade six installations every time a new version comes out, all in all it takes me roughly one hour. This Upgrade WordPress feature would come in handy for those with ten or more blogs or for someone who cannot gain access to their FTP. I will personally stick to the manual upgrade for now.</p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/wp27-update.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/wp27-update-300x193.jpg" alt="" title="wp27-update" width="300" height="193" class="aligncenter size-medium wp-image-1207" /></a></p>
<p>Not only has WordPress 2.7 added a whole lot of new features but they have added quite a few new tweaks for media and comments settings.</p>
<p>The Media Settings section now has quite a few new options for images. Images now have the option for larger images instead of just thumbnail and medium size. We are able to give images some default options, default alignment, size and link type. (None, Post URL and File).</p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/wp27-settingsmedia.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/wp27-settingsmedia-300x190.jpg" alt="" title="wp27-settingsmedia" width="300" height="190" class="aligncenter size-medium wp-image-1208" /></a></p>
<p>Comments can now be broken up into pages thanks to a new template tag instead of every comment being listed on the one page. In 2.7 you will get the option to pick how many comments you want displayed on each page and some template changes might be needed for this feature to work. WordPress 2.7 now has a threaded comments feature, This feature will allow you to quote other comments. (yay, no more plugins for both of these features)</p>
<p>Another new option in the comments section enables you to close comments automatically on all posts/pages after a certain amount of days. This is handy for stopping comments being made on redundant topics and I would set this feature at 90 days or a similar amount of time.</p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/wp27-settingscomments.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/wp27-settingscomments-300x193.jpg" alt="" title="wp27-settingscomments" width="300" height="193" class="aligncenter size-medium wp-image-1209" /></a></p>
<p>I must admit this is one of this most promising WordPress releases to date! The WordPress User interface had a full overhaul in March 2008 this year and I hope this latest UI will keep the WordPress community happy this time around. I already like the feel of the new 2.7 UI (AKA crazyhorse).</p>
<hr />
<p><font color="#FF0000">UPDATE:</font> <a href="http://boren.nu/" target="_self">Ryan Boren</a> has <a href="http://boren.nu/archives/2008/09/04/stalking-the-wild-27/" target="_self">posted a list of confirmed features</a> that will appear in WordPress 2.7.</p>
<ul>
<li>New admin UI based on the crazyhorse experimental UI branch with new menus and navigation</li>
<li>New edit post page that allows dragging and dropping of meta boxes. Boxes can be expanded and collapsed as before and now also completely hidden.</li>
<li>Ability to hide columns on the content index pages</li>
<li>Inline editing of posts and pages on the content index pages</li>
<li>Comments XMLRPC API (Who wants comment moderation on the iPhone? Me.)</li>
<li>Reply to comments from the admin</li>
<li>Keyboard hot keys for managing comments</li>
<li>Threaded Comments and new wp_list_comments() API</li>
<li>Sticky Posts</li>
<li>Automatic plugin install and integrated plugin browser</li>
<li>Automatic upgrade of WordPress</li>
<li>HTTPOnly auth cookies</li>
<li>New HTTP request API</li>
<li>A new SSH2 filesystem abstraction for updates and installs over sftp</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.hahahaimontheinternet.com/2008/11/06/wordpress-27-feature-overview/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Guide: Installing WordPress on Windows</title>
		<link>http://www.hahahaimontheinternet.com/2008/11/01/installing-wordpress-on-windows/</link>
		<comments>http://www.hahahaimontheinternet.com/2008/11/01/installing-wordpress-on-windows/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 06:10:17 +0000</pubDate>
		<dc:creator>haha</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Editing]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Local]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Test]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Tweaking]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Xampp]]></category>

		<guid isPermaLink="false">http://www.hahahaimontheinternet.com/?p=1175</guid>
		<description><![CDATA[If you like developing WordPress themes and plugins or even tweaking and testing your soon to be website then this tutorial is for you! It will teach you how to get WordPress up and running within Windows. Here are the steps for installing WordPress on your computer: Part 1 Download the latest version of XAMPP, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/wordpress-windows.jpg" alt="wordpress-windows" title="wordpress-windows" width="200" height="143" class="alignright size-full wp-image-1448" />If you like developing <a href="http://wordpress.org/">WordPress</a> themes and plugins or even tweaking and testing your soon to be website then this tutorial is for you! It will teach you how to get WordPress up and running within Windows.</p>
<p>Here are the steps for installing WordPress on your computer:<br />
<span id="more-1175"></span><br />
<strong>Part 1</strong></p>
<p>Download the latest version of <a href="http://www.apachefriends.org/en/xampp.html">XAMPP</a>, I personally like to use the <a href="http://www.apachefriends.org/en/xampp-windows.html#646">lite version</a> with the &#8220;executable&#8221; for easy installation.</p>
<p>Start the XAMPP installer, during installation you will be asked to choose a destination folder. I use <i>c:\xampp</i> for convenience. On the next install screen you will be given a few XAMPP options (as seen below), make sure the install Apache and MySQL services are both ticked and then click install. The Filezilla service is not needed.</p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/xampp0.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/xampp0-300x230.jpg" alt="" title="xampp0" width="300" height="230" class="aligncenter size-medium wp-image-1168" /></a></p>
<p>Once the XAMPP installation is finished you will notice a new icon in your Window&#8217;s Taskbar (as seen below).</p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/xampp1.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/xampp1-300x49.jpg" alt="" title="xampp1" width="300" height="49" class="aligncenter size-medium wp-image-1169" /></a></p>
<p>Double click the XAMPP icon in your Taskbar and the XAMPP Control Panel will come on screen (as seen below). You need to make sure both Apache and MySQL services are running. If they are then you&#8217;re good to go!</p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/xampp2.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/xampp2-300x236.jpg" alt="" title="xampp2" width="300" height="236" class="aligncenter size-medium wp-image-1170" /></a></p>
<p>Open your internet browser and type the following address in the internet address bar: <a href="http://localhost/xampp/splash.php">http://localhost/xampp/splash.php</a>. You should now be greeted with the XAMPP Splash Screen (as seen below)</p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/xampp3.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/xampp3-300x90.jpg" alt="" title="xampp3" width="300" height="90" class="aligncenter size-medium wp-image-1171" /></a><br />
(I hope you&#8217;re all using one of the safest and most internet friendly browsers which is, <a href="http://www.mozilla.com/">Mozilla Firefox</a>?)</p>
<p>After you have picked your language, you will then need to click phpMyAdmin (as seen below).</p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/xampp4.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/xampp4.jpg" alt="" title="xampp4" width="206" height="88" class="aligncenter size-medium wp-image-1172" /></a></p>
<p>In the <b>Create New Database</b> Field, enter the word <i>wordpress</i>, and select utf8_unicode_ci in the drop down box in the next field. Click Create (as seen below). XAMPP is now installed!</p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/xampp5.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/xampp5-300x48.jpg" alt="" title="xampp5" width="300" height="48" class="aligncenter size-medium wp-image-1173" /></a></p>
<hr />
<p><strong>Part 2</strong></p>
<p>Download and unzip the latest version of WordPress from <a href="http://wordpress.org/">WordPress.org</a>. The file sizes are normally under two megabytes.</p>
<p>You will then need to open the file wp-config-sample.php with Windows Notepad or WordPad. I personally like the freeware program <a href="http://www.pspad.com/">PSPad</a> for editing PHP files.</p>
<p>Within the wp-config-sample.php you need to find the following lines and make the details match my code:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'DB_NAME'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'wordpress'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>    <span style="color: #666666; font-style: italic;">// The name of the database</span>
<span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'DB_USER'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'root'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>     <span style="color: #666666; font-style: italic;">// Your MySQL username</span>
<span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'DB_PASSWORD'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">''</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// ...and password</span>
<span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'DB_HOST'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'localhost'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>    <span style="color: #666666; font-style: italic;">// 99% chance you won't need to change this value</span></pre></div></div>

<p>You will not need a database password. You should only change the database name and database username. Then rename the file as wp-config.php and save it.</p>
<p>Now you will need to move the whole wordpress folder to <i>Windows Start button > My Computer > C drive > xampp > htdocs</i> (as seen below).</p>
<p><a href="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/xampp6.jpg"><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/11/xampp6-300x239.jpg" alt="" title="xampp6" width="300" height="239" class="aligncenter size-medium wp-image-1174" /></a></p>
<p>For the final step in this tutorial you need to enter the following address into your browser: <a href="http://localhost/wordpress/wp-admin/install.php">http://localhost/wordpress/wp-admin/install.php</a>, and follow the steps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hahahaimontheinternet.com/2008/11/01/installing-wordpress-on-windows/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>10 Great WordPress Plugins</title>
		<link>http://www.hahahaimontheinternet.com/2008/10/26/10-great-wordpress-plugins/</link>
		<comments>http://www.hahahaimontheinternet.com/2008/10/26/10-great-wordpress-plugins/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 23:26:56 +0000</pubDate>
		<dc:creator>haha</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Admin Management Xtended]]></category>
		<category><![CDATA[Akismet]]></category>
		<category><![CDATA[All in One SEO Pack]]></category>
		<category><![CDATA[Google XML Sitemaps]]></category>
		<category><![CDATA[NextGEN Gallery]]></category>
		<category><![CDATA[Ozh' Absolute Comments]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[SCF2 Contact Form]]></category>
		<category><![CDATA[Sociable]]></category>
		<category><![CDATA[Stats]]></category>
		<category><![CDATA[WP Super Cache]]></category>

		<guid isPermaLink="false">http://www.hahahaimontheinternet.com/?p=1050</guid>
		<description><![CDATA[Ten of my favourite WordPress Plugins. Akismet Are you another person who hates spam comments, trackbacks or pingbacks? Well this plugin is for you! Akismet scans all your incoming comments and checks to see if they are listed as spam on the main Akismet server. My other site has had more then 15,000 spam comments [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hahahaimontheinternet.com/wp-content/uploads/2008/10/wordpress.jpg" alt="" title="wordpress" width="200" height="143" class="alignright size-full wp-image-1130" /><b>Ten of my favourite <a href="http://wordpress.org/">WordPress</a> Plugins.</b></p>
<p><b>Akismet</b><br />
<br />
Are you another person who hates spam comments, trackbacks or pingbacks? Well this plugin is for you! Akismet scans all your incoming comments and checks to see if they are listed as spam on the main Akismet server. My other site has had more then 15,000 spam comments since Akismet was installed a year ago, approximately 30 spam comments only managed to get past Akismet. When they were found I just marked them as spam.<br />
<br />
Current Version: 2.2.1 &#8212; <a href="http://wordpress.org/extend/plugins/akismet/" target="_blank">Download Link</a> &#8212; Author Site: <a href="http://akismet.com/" target="_blank">akismet.com</a><br />
<span id="more-1050"></span><br />
<b>Google XML Sitemaps</b><br />
<br />
Do you want your site to be seen by Google, MSN Search and Yahoo? This handy plugin creates a XML-Sitemap for your WordPress Blog. The Sitemap is regenerated everytime a new post is created and even updates automatically after a post is edited.<br />
<br />
Current Version: 3.1.0.1 &#8212; <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">Download Link</a> &#8212; Author Site: <a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" target="_blank">arnebrachhold.de</a><br />
<br />
<b>NextGEN Gallery</b><br />
<br />
What can I say, this is the best gallery plugin for WordPress. NextGEN Gallery basically has everything you need to create full featured photo albums and slideshows. Everything needed can be accessed within your WordPress administration panel. Images can be uploaded one by one or by ZIP file from your desktop. Watermarks can also be put on your images.<br />
<br />
Current Version: 0.99.1 &#8212; <a href="http://wordpress.org/extend/plugins/nextgen-gallery/" target="_blank">Download LInk</a> &#8212; Author Site: <a href="http://alexrabe.boelinger.com/wordpress-plugins/nextgen-gallery/" target="_blank">alexrabe.boelinger.com</a><br />
<br />
<b>SCF2 Contact Form</b><br />
<br />
This plugin is not just a simple contact form, the part I like the most is that all messages are sent to the WordPress database and  comments can be accessed in a new section in your WordPress administration panel. You can even reply to emails from within your administration panel. SCF2 supports spam filters like Akismet and Bad Behaviour. It also has a built in anti-spambot question and answer field.<br />
<br />
Current Version: 0.8.5 &#8212; <a href="http://www.laptoptips.ca/projects/scf2-contact-form/" target="_blank">Download Link</a> &#8212; Author Site: <a href="http://www.laptoptips.ca/" target="_blank">laptoptips.ca</a><br />
<br />
<b>Admin Management Xtended</b><br />
<br />
In my opinion this plugin adds many features that should have been built into the default WordPress management system. Some great features enable you to edit categories, slugs, dates, tags, titles and toggle comments on/off and the list goes on! Going by WordPress 2.7 beta, which is setup on my test server, most of these great features will be built into the final version of 2.7. but until it&#8217;s released or if you continue to use WP 2.6.x this is the perfect plugin for managing your content.<br />
<br />
Current Version: 1.9 &#8212; <a href="http://wordpress.org/extend/plugins/admin-management-xtended/" target="_blank">Download Link</a> &#8212; Author Site: <a href="http://www.schloebe.de/wordpress/admin-management-xtended-plugin/" target="_blank">schloebe.de</a><br />
<br />
<b>Sociable</b><br />
<br />
Sociable allows your readers to add links from their favourite posts to popular social bookmarking sites like Digg, StumbleUpon, Facebook and Technorati. All up there&#8217;s currently 97 blogging sites to choose from in the Sociable administration panel. If you know some basic PHP you can easily add more sites by editing the sociable.php.<br />
<br />
Current Version: 2.9.1 &#8212; <a href="http://wordpress.org/extend/plugins/sociable/" target="_blank">Download Link</a> &#8212; Author Site: <a href="http://yoast.com/" target="_blank">yoast.com/</a><br />
<br />
<b>WordPress.com Stats</b><br />
<br />
Great statistics plugin which does not add heavy load to your own server because all the statistics are hosted on WordPress servers. The Stats. plugin can give you detailed information on visitor hits, referrers, top posts &#038; pages. For this plugin to work you will need a valid <a href="http://wordpress.com/api-keys/" target="_blank">API Key</a>, if your already using Akismet then you should have one handy.<br />
<br />
Current Version: 1.3.2 &#8212; <a href="http://wordpress.org/extend/plugins/stats/" target="_blank">Download Link</a><br />
<br />
<b>All in One SEO Pack</b><br />
<br />
This SEO Pack is a great tool for search engine optimization. This plugin allows you to optimise your titles for search engines and create meta tags automatically. The SEO plugin also gives you some great tweaking options within the create post/page sections..<br />
<br />
Current Version: 1.4.6.15 &#8212; <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank">Download Link</a> &#8212; Author Site: <a href="http://semperfiwebdesign.com/" target="_blank">semperfiwebdesign.com</a><br />
<br />
<b>WP Super Cache</b><br />
<br />
This has to be the ultimate WordPress caching plugin. WP Super Cache is another great plugin that needs to be built into WordPress. If your blog is constantly listed on the front page of Digg you will notice a severe drop in performance because your WordPress blog will be processing many PHP scripts for visitors putting a huge strain on your server. This plugin will generate static html files from your blog which is less work for your server.<br />
<br />
Current Version: 0.8.4 &#8212; <a href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank">Download Link</a> &#8212; Author Site: <a href="http://ocaoimh.ie/wp-super-cache/" target="_blank">ocaoimh.ie</a><br />
<br />
<b>Ozh&#8217; Absolute Comments</b><br />
<br />
This plugin is a fantastic addon for managing your comments administration panel. It allows blog admins to reply to comments instantly from within your comments dashboard, comments can be edited, mark them as spam, delete them and even view all comments from a certain post. Once again, this is yet another plugin that will not be needed after WordPress 2.7 comes out. All of these plugin features will be included in 2.7 and are already in the 2.7 beta.<br />
<br />
Current Version: 2.2.2 &#8212; <a href="http://wordpress.org/extend/plugins/ozh-absolute-comments/" target="_blank">Download Link</a> &#8212; Author Site: <a href="http://planetozh.com/blog/my-projects/absolute-comments-manager-instant-reply/" target="_blank">planetozh.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hahahaimontheinternet.com/2008/10/26/10-great-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: www.hahahaimontheinternet.com @ 2010-07-31 04:43:30 -->