<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0"><channel><title>PimpMyWordPress.com</title> <link>http://www.pimpmywordpress.com</link> <description>Latest free themes, hot plugins, blogging tips, tricks and tutorials on using WordPress.</description> <lastBuildDate>Tue, 27 Jul 2010 18:48:03 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <image><title>PimpMyWordPress.com</title> <url>http://www.pimpmywordpress.com/wp-content/themes/busybee/images/feed-logo.jpg</url><link>http://www.pimpmywordpress.com</link> <width>144</width> <height>49</height> <description>Latest free themes, hot plugins, blogging tips, tricks and tutorials on using WordPress.</description> </image><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/pimpmywordpress" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="pimpmywordpress" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">pimpmywordpress</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item><title>How To Change The Default Avatar In Your WordPress Blog</title><link>http://www.pimpmywordpress.com/wordpress-tutorials/change-default-avatar-wordpress-blog</link> <comments>http://www.pimpmywordpress.com/wordpress-tutorials/change-default-avatar-wordpress-blog#comments</comments> <pubDate>Tue, 27 Jul 2010 18:48:03 +0000</pubDate> <dc:creator>Jerome</dc:creator> <category><![CDATA[Tutorials]]></category> <category><![CDATA[avatar]]></category> <category><![CDATA[images]]></category><guid isPermaLink="false">http://www.pimpmywordpress.com/?p=2270</guid> <description><![CDATA[Here is a tip for today- I will show you how to add your own custom avatar into your WordPress blog. Why would you do that? Maybe because you want to make your blogs look more professional or simply because your are tired to see &#8220;Mystery Man&#8221; everywhere. Just follow these quick steps below: Step [...]<p>This is a post from: <a href="http://www.pimpmywordpress.com">PimpMyWordpress.com</a>.<br/><br/><a href="http://www.pimpmywordpress.com/wordpress-tutorials/change-default-avatar-wordpress-blog">How To Change The Default Avatar In Your WordPress Blog</a></p>Related posts:<ul><li><a href='http://www.pimpmywordpress.com/wordpress-tutorials/customise-buddypress-default-messages' rel='bookmark' title='Permanent Link: How To Customise BuddyPress Default Messages'>How To Customise BuddyPress Default Messages</a>Thanks go to the BuddyPress development team for making it...</li><li><a href='http://www.pimpmywordpress.com/wordpress-tutorials/automatic-thumbnail-image-resizing-easy-way' rel='bookmark' title='Permanent Link: Automatic Thumbnail Image Resizing &#8211; The Easy Way'>Automatic Thumbnail Image Resizing &#8211; The Easy Way</a>TimThumb is a free open source script that lets you...</li><li><a href='http://www.pimpmywordpress.com/wordpress-news/default-wordpress-theme-coming' rel='bookmark' title='Permanent Link: New Default WordPress Theme Coming Soon'>New Default WordPress Theme Coming Soon</a>It has been a long time coming!� WordPress has decided...</li></ul>]]></description> <content:encoded><![CDATA[<p>Here is a tip for today- I will show you <strong>how to add your own custom avatar into your WordPress blog</strong>. Why would you do that? Maybe because you want to make your blogs look more professional or simply because your are tired to see <strong>&#8220;<em>Mystery Man&#8221;</em></strong> everywhere. Just follow these quick steps below:</p><h2>Step 1</h2><p>First create your own custom avatar (recommended size width: 100px height: 100px) and drop it into your theme<strong> <em>images</em></strong> folder.</p><h2>Step 2</h2><p>Under your theme files open your <strong><em>functions.php</em></strong> file and drop the code below and make sure to change your avatar path and name:</p><div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// Custom Default Avatar</span>
 <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #339933;">!</span><span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'addgravatar'</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;">function</span> addgravatar<span style="color: #009900;">&#40;</span> <span style="color: #000088;">$avatar_defaults</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #000088;">$myavatar</span> <span style="color: #339933;">=</span> get_bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_directory'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'/images/custom-gravatar.jpg'</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">//=&amp;gt; Change path to your custom avatar</span>
    <span style="color: #000088;">$avatar_defaults</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$myavatar</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'Custom Avatar'</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">//=&amp;gt; Change to your avatar name</span>
    <span style="color: #b1b100;">return</span> <span style="color: #000088;">$avatar_defaults</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
 add_filter<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'avatar_defaults'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'addgravatar'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div><h2>Step 3</h2><p>In the admin area go to the <strong><em>Settings</em></strong> tabs &#8211;&gt; <strong><em>Discussion</em></strong> and select your new avatar and click save.</p><p><img class="alignnone size-full wp-image-2271" title="Custom Avatar" src="http://www.pimpmywordpress.com/wp-content/uploads/2010/07/custom-avatar.jpg" alt="custom avatar How To Change The Default Avatar In Your WordPress Blog" width="540" height="425" /></p><p>This is a post from: <a href="http://www.pimpmywordpress.com">PimpMyWordpress.com</a>.<br/><br/><a href="http://www.pimpmywordpress.com/wordpress-tutorials/change-default-avatar-wordpress-blog">How To Change The Default Avatar In Your WordPress Blog</a></p><p>Related posts:</p><ul><li><a href='http://www.pimpmywordpress.com/wordpress-tutorials/customise-buddypress-default-messages' rel='bookmark' title='Permanent Link: How To Customise BuddyPress Default Messages'>How To Customise BuddyPress Default Messages</a><br />Thanks go to the BuddyPress development team for making it...</li><li><a href='http://www.pimpmywordpress.com/wordpress-tutorials/automatic-thumbnail-image-resizing-easy-way' rel='bookmark' title='Permanent Link: Automatic Thumbnail Image Resizing &#8211; The Easy Way'>Automatic Thumbnail Image Resizing &#8211; The Easy Way</a><br />TimThumb is a free open source script that lets you...</li><li><a href='http://www.pimpmywordpress.com/wordpress-news/default-wordpress-theme-coming' rel='bookmark' title='Permanent Link: New Default WordPress Theme Coming Soon'>New Default WordPress Theme Coming Soon</a><br />It has been a long time coming!� WordPress has decided...</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pimpmywordpress?a=_L0eP9n0UVM:yHhRz5B51lw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pimpmywordpress?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pimpmywordpress?a=_L0eP9n0UVM:yHhRz5B51lw:eU1lt45k5i8"><img src="http://feeds.feedburner.com/~ff/pimpmywordpress?i=_L0eP9n0UVM:yHhRz5B51lw:eU1lt45k5i8" border="0"></img></a>
</div>]]></content:encoded> <wfw:commentRss>http://www.pimpmywordpress.com/wordpress-tutorials/change-default-avatar-wordpress-blog/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Automatic Thumbnail Image Resizing – The Easy Way</title><link>http://www.pimpmywordpress.com/wordpress-tutorials/automatic-thumbnail-image-resizing-easy-way</link> <comments>http://www.pimpmywordpress.com/wordpress-tutorials/automatic-thumbnail-image-resizing-easy-way#comments</comments> <pubDate>Wed, 14 Jul 2010 20:19:04 +0000</pubDate> <dc:creator>Jerome</dc:creator> <category><![CDATA[Tutorials]]></category> <category><![CDATA[free]]></category> <category><![CDATA[resizing]]></category> <category><![CDATA[script]]></category> <category><![CDATA[thumbnail]]></category><guid isPermaLink="false">http://www.pimpmywordpress.com/?p=2248</guid> <description><![CDATA[TimThumb is a free open source script that lets you automatically create thumbnails on the fly to a specific size. This script is commonly used by web developers making magazine style WordPress themes. Today I&#8217;m going to show you how to implement it into your theme in 5 easy steps. Step 1 Download the TimThumb  [...]<p>This is a post from: <a href="http://www.pimpmywordpress.com">PimpMyWordpress.com</a>.<br/><br/><a href="http://www.pimpmywordpress.com/wordpress-tutorials/automatic-thumbnail-image-resizing-easy-way">Automatic Thumbnail Image Resizing &#8211; The Easy Way</a></p>Related posts:<ul><li><a href='http://www.pimpmywordpress.com/wordpress-tutorials/highlight-search-terms-jquery' rel='bookmark' title='Permanent Link: How To Highlight Search Terms With jQuery'>How To Highlight Search Terms With jQuery</a>Make a better search experience for the user by highlighting...</li><li><a href='http://www.pimpmywordpress.com/wordpress-tutorials/google-code-fight-spam-wordpress-buddypress-install' rel='bookmark' title='Permanent Link: Google Code To Fight Spam On Your WordPress Or BuddyPress Install'>Google Code To Fight Spam On Your WordPress Or BuddyPress Install</a>Spam has always been a problem for bloggers. Yesterday I...</li><li><a href='http://www.pimpmywordpress.com/wordpress-tutorials/customise-buddypress-default-messages' rel='bookmark' title='Permanent Link: How To Customise BuddyPress Default Messages'>How To Customise BuddyPress Default Messages</a>Thanks go to the BuddyPress development team for making it...</li></ul>]]></description> <content:encoded><![CDATA[<p><a title="TimThumb Script" href="http://www.darrenhoyt.com/2008/04/02/timthumb-php-script-released/">TimThumb</a> is a free open source script that lets you automatically create thumbnails on the fly to a specific size. This script is commonly used by web developers making magazine style WordPress themes. Today I&#8217;m going to show you how to implement it into your theme in 5 easy steps.</p><h2>Step 1</h2><p>Download the <a title="TimThumb Script" href="http://timthumb.googlecode.com/svn/trunk/timthumb.php" target="_blank">TimThumb  script</a> and save it in the root of  your website files. To keep things organised create a folder called <em><strong>scripts</strong></em> like the example below:</p><p><strong><em>yourdomain.com/scripts/timthumb.php</em></strong><em></p><h2>Step 2</h2><p>Open the <strong>timthumb.php</strong></em> file and around line 556 add your domain name to the list and save the file.</p><div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$allowedSites</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span>
<span style="color: #0000ff;">'flickr.com'</span><span style="color: #339933;">,</span>
<span style="color: #0000ff;">'picasa.com'</span><span style="color: #339933;">,</span>
<span style="color: #0000ff;">'blogger.com'</span><span style="color: #339933;">,</span>
<span style="color: #0000ff;">'wordpress.com'</span><span style="color: #339933;">,</span>
<span style="color: #0000ff;">'img.youtube.com'</span><span style="color: #339933;">,</span>
<span style="color: #0000ff;">'yourdomain.com'</span>
<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div><h2>Step 3</h2><p>Under your WordPress theme open your <strong><em>functions.php</em></strong> file and add the code below and specify the size of your thumbnail $first_img.&#8221;&amp;h=<strong><em>100</em></strong>&amp;w=<strong><em>100</em></strong>:</p><div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">//function to show image thumb</span>
<span style="color: #000000; font-weight: bold;">function</span> catch_that_image<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
  <span style="color: #000000; font-weight: bold;">global</span> <span style="color: #000088;">$post</span><span style="color: #339933;">,</span> <span style="color: #000088;">$posts</span><span style="color: #339933;">;</span>
  <span style="color: #000088;">$first_img</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">''</span><span style="color: #339933;">;</span>
  <span style="color: #990000;">ob_start</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  <span style="color: #990000;">ob_end_clean</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  <span style="color: #000088;">$output</span> <span style="color: #339933;">=</span> <span style="color: #990000;">preg_match_all</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'/&lt;img.+src=[\'&quot;]([^\'&quot;]+)[\'&quot;].*&gt;/i'</span><span style="color: #339933;">,</span> <span style="color: #000088;">$post</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">post_content</span><span style="color: #339933;">,</span> <span style="color: #000088;">$matches</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  <span style="color: #000088;">$first_img</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$matches</span> <span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span> <span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
  <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">empty</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$first_img</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span> <span style="color: #666666; font-style: italic;">//Defines a default image</span>
    <span style="color: #000088;">$first_img</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;&quot;</span><span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #000088;">$first_img</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;&lt;img class=<span style="color: #000099; font-weight: bold;">\&quot;</span>postThumb<span style="color: #000099; font-weight: bold;">\&quot;</span> src=<span style="color: #000099; font-weight: bold;">\&quot;</span>/scripts/timthumb.php?src=&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$first_img</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;&amp;h=100&amp;w=100&amp;zc=1<span style="color: #000099; font-weight: bold;">\&quot;</span> alt=<span style="color: #000099; font-weight: bold;">\&quot;</span><span style="color: #000099; font-weight: bold;">\&quot;</span>&gt;&quot;</span><span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
  <span style="color: #b1b100;">return</span> <span style="color: #000088;">$first_img</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div><h2>Step 4</h2><p>Implement your thumbnail in your WordPress theme. Open your <strong><em>index.php</em></strong> file and inside the loop, just before your <strong><em>&lt;?php the_excerpt(); ?&gt;</em></strong> or <strong><em>&lt;?php the_content(); ?&gt;</em></strong> tag, add this code below:</p><div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;a href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; title=&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;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> catch_that_image<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;</pre></div></div><h2>Step 5</h2><p>Now let&#8217;s give it some styling. Open in your theme the <strong><em>style.css</em></strong> file and add the code below:</p><div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">.postThumb<span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">right</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: #cc66cc;">0</span> <span style="color: #933;">10px</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#f2f2f2</span><span style="color: #00AA00;">;</span> 
    <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#ccc</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div><p>That&#8217;s it. I hope you enjoyed this quick tutorial!</p><p>This is a post from: <a href="http://www.pimpmywordpress.com">PimpMyWordpress.com</a>.<br/><br/><a href="http://www.pimpmywordpress.com/wordpress-tutorials/automatic-thumbnail-image-resizing-easy-way">Automatic Thumbnail Image Resizing &#8211; The Easy Way</a></p><p>Related posts:</p><ul><li><a href='http://www.pimpmywordpress.com/wordpress-tutorials/highlight-search-terms-jquery' rel='bookmark' title='Permanent Link: How To Highlight Search Terms With jQuery'>How To Highlight Search Terms With jQuery</a><br />Make a better search experience for the user by highlighting...</li><li><a href='http://www.pimpmywordpress.com/wordpress-tutorials/google-code-fight-spam-wordpress-buddypress-install' rel='bookmark' title='Permanent Link: Google Code To Fight Spam On Your WordPress Or BuddyPress Install'>Google Code To Fight Spam On Your WordPress Or BuddyPress Install</a><br />Spam has always been a problem for bloggers. Yesterday I...</li><li><a href='http://www.pimpmywordpress.com/wordpress-tutorials/customise-buddypress-default-messages' rel='bookmark' title='Permanent Link: How To Customise BuddyPress Default Messages'>How To Customise BuddyPress Default Messages</a><br />Thanks go to the BuddyPress development team for making it...</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pimpmywordpress?a=4CTWvGxAaRQ:qzRRlVWJCp8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pimpmywordpress?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pimpmywordpress?a=4CTWvGxAaRQ:qzRRlVWJCp8:eU1lt45k5i8"><img src="http://feeds.feedburner.com/~ff/pimpmywordpress?i=4CTWvGxAaRQ:qzRRlVWJCp8:eU1lt45k5i8" border="0"></img></a>
</div>]]></content:encoded> <wfw:commentRss>http://www.pimpmywordpress.com/wordpress-tutorials/automatic-thumbnail-image-resizing-easy-way/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Understanding Taxonomy For WordPress</title><link>http://www.pimpmywordpress.com/videos/understanding-taxonomy-wordpress</link> <comments>http://www.pimpmywordpress.com/videos/understanding-taxonomy-wordpress#comments</comments> <pubDate>Mon, 12 Jul 2010 11:04:23 +0000</pubDate> <dc:creator>Jerome</dc:creator> <category><![CDATA[Help and Tutorials]]></category> <category><![CDATA[Videos]]></category> <category><![CDATA[taxonomy]]></category> <category><![CDATA[video]]></category><guid isPermaLink="false">http://www.pimpmywordpress.com/?p=2265</guid> <description><![CDATA[<embed type="application/x-shockwave-flash" src="http://s0.videopress.com/player.swf?v=1.01" width="400" height="224" wmode="transparent" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true" flashvars="guid=LEs9tdx4"></embed><p>This is a post from: <a href="http://www.pimpmywordpress.com">PimpMyWordpress.com</a>.<br/><br/><a href="http://www.pimpmywordpress.com/videos/understanding-taxonomy-wordpress">Understanding Taxonomy For WordPress</a></p>No related posts.]]></description> <content:encoded><![CDATA[<p><embed type="application/x-shockwave-flash" src="http://s0.videopress.com/player.swf?v=1.01" width="400" height="224" wmode="transparent" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true" flashvars="guid=LEs9tdx4"></embed></p><p>This is a post from: <a href="http://www.pimpmywordpress.com">PimpMyWordpress.com</a>.<br/><br/><a href="http://www.pimpmywordpress.com/videos/understanding-taxonomy-wordpress">Understanding Taxonomy For WordPress</a></p><p>No related posts.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pimpmywordpress?a=Cy9fauIYX1Q:qljTuvsedq8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pimpmywordpress?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pimpmywordpress?a=Cy9fauIYX1Q:qljTuvsedq8:eU1lt45k5i8"><img src="http://feeds.feedburner.com/~ff/pimpmywordpress?i=Cy9fauIYX1Q:qljTuvsedq8:eU1lt45k5i8" border="0"></img></a>
</div>]]></content:encoded> <wfw:commentRss>http://www.pimpmywordpress.com/videos/understanding-taxonomy-wordpress/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Google Code To Fight Spam On Your WordPress Or BuddyPress Install</title><link>http://www.pimpmywordpress.com/wordpress-tutorials/google-code-fight-spam-wordpress-buddypress-install</link> <comments>http://www.pimpmywordpress.com/wordpress-tutorials/google-code-fight-spam-wordpress-buddypress-install#comments</comments> <pubDate>Wed, 07 Jul 2010 19:58:45 +0000</pubDate> <dc:creator>Jerome</dc:creator> <category><![CDATA[Tutorials]]></category> <category><![CDATA[google]]></category> <category><![CDATA[php]]></category> <category><![CDATA[script]]></category> <category><![CDATA[spam]]></category><guid isPermaLink="false">http://www.pimpmywordpress.com/?p=2184</guid> <description><![CDATA[Spam has always been a problem for bloggers. Yesterday I found a new script by Google to help you fight spammers. The script is called Stop Spam Referer PHP Script.  It&#8217;s very light weight and extremely easy to install (it took me 2 minutes to install). Has anyone have been using this script? Are you [...]<p>This is a post from: <a href="http://www.pimpmywordpress.com">PimpMyWordpress.com</a>.<br/><br/><a href="http://www.pimpmywordpress.com/wordpress-tutorials/google-code-fight-spam-wordpress-buddypress-install">Google Code To Fight Spam On Your WordPress Or BuddyPress Install</a></p>Related posts:<ul><li><a href='http://www.pimpmywordpress.com/wordpress-tutorials/how-customise-buddypress-url' rel='bookmark' title='Permanent Link: How To Customise Your BuddyPress URL'>How To Customise Your BuddyPress URL</a>After the arrival of BuddyPress version 1.2, I have been...</li><li><a href='http://www.pimpmywordpress.com/wordpress-tutorials/customise-buddypress-default-messages' rel='bookmark' title='Permanent Link: How To Customise BuddyPress Default Messages'>How To Customise BuddyPress Default Messages</a>Thanks go to the BuddyPress development team for making it...</li><li><a href='http://www.pimpmywordpress.com/wordpress-tutorials/display-author-picture-plugin' rel='bookmark' title='Permanent Link: Display Author Picture Without A Plugin'>Display Author Picture Without A Plugin</a>There are a few plugins out there that help you...</li></ul>]]></description> <content:encoded><![CDATA[<p>Spam has always been a problem for bloggers. Yesterday I found a new script by Google to help you fight spammers.  The script is called <a title="Stop Spam Referer PHP Script" href="http://code.google.com/p/stop-spam-referer-php-script/" target="_blank">Stop Spam Referer  PHP Script</a>.  It&#8217;s very light weight and extremely easy to install (it took me 2 minutes to install).<br /> Has anyone have been using this script? Are you happy with it? Please give any feedback in the comments section.</p><h2>Step 1</h2><p>Download the <a title="Stop Spam Referer PHP Script" href="http://code.google.com/p/stop-spam-referer-php-script/" target="_blank">Stop Spam Referer  PHP Script</a> and upload it to the referer folder into the root of your website.</p><h2>Step 2</h2><p>Copy and paste the code below into your <strong>wp-load.php</strong> and upload it live.</p><div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #009933; font-style: italic;">/** Define BAD_REFERER */</span>
<span style="color: #990000;">define</span> <span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'BAD_REFERER_ACTIVE'</span><span style="color: #339933;">,</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #990000;">is_file</span><span style="color: #009900;">&#40;</span> <span style="color: #339933;">@</span><span style="color: #990000;">dirname</span><span style="color: #009900;">&#40;</span><span style="color: #009900; font-weight: bold;">__FILE__</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'/referer/bad_referer.php'</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">is_file</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">@</span> <span style="color: #990000;">dirname</span> <span style="color: #009900;">&#40;</span><span style="color: #009900; font-weight: bold;">__FILE__</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span> <span style="color: #0000ff;">'/referer/bad_referer.php'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>
<span style="color: #b1b100;">include_once</span><span style="color: #009900;">&#40;</span> <span style="color: #339933;">@</span><span style="color: #990000;">dirname</span><span style="color: #009900;">&#40;</span><span style="color: #009900; font-weight: bold;">__FILE__</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'/referer/bad_referer.php'</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">;</span> <span style="color: #b1b100;">include_once</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">@</span> <span style="color: #990000;">dirname</span> <span style="color: #009900;">&#40;</span><span style="color: #009900; font-weight: bold;">__FILE__</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span> <span style="color: #0000ff;">'/referer/bad_referer.php'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div><p>Here some of the features:</p><ul><li>Stops bad referers ( domains list )</li><li>Stops domains by keywords</li><li>Bandwidth safe</li><li>Spam protect for your website</li><li>Referers custom Black List</li><li>Referers custom White List</li><li>Keywords White List</li><li>IP block custom</li><li>Light and fast PHP script (3.8 ko)</li><li>No reduce performances</li><li>No database required</li><li>Secure PHP script</li><li>Open Source PHP Script</li><li>You can rename folder of SSR</li><li>No .htacess file (low machine resources)</li><li>1787 domain names in blacklist ( and all sub domains )</li><li>96 keywords in blacklist ( for thousand domain names )</li></ul><p>This is a post from: <a href="http://www.pimpmywordpress.com">PimpMyWordpress.com</a>.<br/><br/><a href="http://www.pimpmywordpress.com/wordpress-tutorials/google-code-fight-spam-wordpress-buddypress-install">Google Code To Fight Spam On Your WordPress Or BuddyPress Install</a></p><p>Related posts:</p><ul><li><a href='http://www.pimpmywordpress.com/wordpress-tutorials/how-customise-buddypress-url' rel='bookmark' title='Permanent Link: How To Customise Your BuddyPress URL'>How To Customise Your BuddyPress URL</a><br />After the arrival of BuddyPress version 1.2, I have been...</li><li><a href='http://www.pimpmywordpress.com/wordpress-tutorials/customise-buddypress-default-messages' rel='bookmark' title='Permanent Link: How To Customise BuddyPress Default Messages'>How To Customise BuddyPress Default Messages</a><br />Thanks go to the BuddyPress development team for making it...</li><li><a href='http://www.pimpmywordpress.com/wordpress-tutorials/display-author-picture-plugin' rel='bookmark' title='Permanent Link: Display Author Picture Without A Plugin'>Display Author Picture Without A Plugin</a><br />There are a few plugins out there that help you...</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pimpmywordpress?a=PRT8CQmEV_8:Jh_E4XkRMrI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pimpmywordpress?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pimpmywordpress?a=PRT8CQmEV_8:Jh_E4XkRMrI:eU1lt45k5i8"><img src="http://feeds.feedburner.com/~ff/pimpmywordpress?i=PRT8CQmEV_8:Jh_E4XkRMrI:eU1lt45k5i8" border="0"></img></a>
</div>]]></content:encoded> <wfw:commentRss>http://www.pimpmywordpress.com/wordpress-tutorials/google-code-fight-spam-wordpress-buddypress-install/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>10 Best Sites For Royalty Free Images For Your Blog</title><link>http://www.pimpmywordpress.com/wordpress-themes/10-best-sites-royalty-free-images-blog</link> <comments>http://www.pimpmywordpress.com/wordpress-themes/10-best-sites-royalty-free-images-blog#comments</comments> <pubDate>Wed, 23 Jun 2010 20:23:33 +0000</pubDate> <dc:creator>Jerome</dc:creator> <category><![CDATA[Themes]]></category> <category><![CDATA[free]]></category> <category><![CDATA[images]]></category> <category><![CDATA[photo]]></category><guid isPermaLink="false">http://www.pimpmywordpress.com/?p=2163</guid> <description><![CDATA[Images always speak a thousand words. Always try to incorporate good quality images throughout your posts to make your blog more pleasant to read. Unfortunately images can be extremely expensive but thankfully there are a few places on the web where you can find free high quality stock photos. Here is a list of my [...]<p>This is a post from: <a href="http://www.pimpmywordpress.com">PimpMyWordpress.com</a>.<br/><br/><a href="http://www.pimpmywordpress.com/wordpress-themes/10-best-sites-royalty-free-images-blog">10 Best Sites For Royalty Free Images For Your Blog</a></p>Related posts:<ul><li><a href='http://www.pimpmywordpress.com/wordpress-plugins/share-blog-post-dragging-images-social-sites' rel='bookmark' title='Permanent Link: Share Your Blog Post By Dragging Images To Your Favourite Social Sites'>Share Your Blog Post By Dragging Images To Your Favourite Social Sites</a>Several weeks back when I was reading an article on...</li><li><a href='http://www.pimpmywordpress.com/wordpress-themes/free-christmas-themes' rel='bookmark' title='Permanent Link: Five Free Christmas Themes To Look At'>Five Free Christmas Themes To Look At</a>To keep you in the festive Christmas� spirit I have...</li></ul>]]></description> <content:encoded><![CDATA[<p>Images always speak a thousand words. Always try to incorporate good quality images throughout your posts to make your blog more pleasant to read. Unfortunately images can be extremely expensive but thankfully there are a few places on the web where you can find free high quality stock photos.</p><p>Here is a list of my 10 favourites places for free high quality royalty free photos. Feel free to suggest your favourite sites in the comments section.</p><h2>Getty Images</h2><p><a href="http://www.gettyimages.com/CreativeImages/RoyaltyFree?isource=gbr_home_FTV_quicklinks_rf"><img class="alignnone size-full wp-image-2164" title="Getty Images" src="http://www.pimpmywordpress.com/wp-content/uploads/2010/06/gettyimages.jpg" alt="gettyimages 10 Best Sites For Royalty Free Images For Your Blog" width="540" height="300" /></a></p><p><a title="Getty Images" href="http://www.gettyimages.com/CreativeImages/RoyaltyFree?isource=gbr_home_FTV_quicklinks_rf" target="_blank">GettyImages.com</a></p><h2>Jupiter Images</h2><p><a href="http://www.jupiterimages.com/RoyaltyFreePhotos"><img class="alignnone size-full wp-image-2165" title="Jupiter Images" src="http://www.pimpmywordpress.com/wp-content/uploads/2010/06/jupiterimages.jpg" alt="jupiterimages 10 Best Sites For Royalty Free Images For Your Blog" width="540" height="300" /></a></p><p><a title="Jupiter Images" href="http://www.jupiterimages.com/RoyaltyFreePhotos" target="_blank">JupiterImages.com</a></p><h2>Morgue File</h2><p><a href="http://morguefile.com/"><img class="alignnone size-full wp-image-2167" title="Morgue File" src="http://www.pimpmywordpress.com/wp-content/uploads/2010/06/morguefile.jpg" alt="morguefile 10 Best Sites For Royalty Free Images For Your Blog" width="540" height="300" /></a></p><p><a title="Morgue File" href="http://morguefile.com/" target="_blank">MorgueFile.com</a></p><h2>Free Digital Photos</h2><p><a href="http://www.freedigitalphotos.net/"><img class="alignnone size-full wp-image-2168" title="Free Digital Photos" src="http://www.pimpmywordpress.com/wp-content/uploads/2010/06/freedigitalphotos.jpg" alt="freedigitalphotos 10 Best Sites For Royalty Free Images For Your Blog" width="540" height="300" /></a></p><p><a title="Free Digital Photos" href="http://www.freedigitalphotos.net/" target="_blank">FreeDigitalPhotos.net</a></p><h2>Corbis Images</h2><p><a href="http://www.corbisimages.com/Default.aspx"><img class="alignnone size-full wp-image-2170" title="Corbis Images" src="http://www.pimpmywordpress.com/wp-content/uploads/2010/06/corbisimages.jpg" alt="corbisimages 10 Best Sites For Royalty Free Images For Your Blog" width="540" height="300" /></a></p><p><a title="Corbis Images" href="http://www.corbisimages.com/Default.aspx" target="_blank">CorbisImages.com</a></p><h2>SXC</h2><p><a href="http://www.sxc.hu/"><img class="alignnone size-full wp-image-2172" title="SXC" src="http://www.pimpmywordpress.com/wp-content/uploads/2010/06/sxc.jpg" alt="sxc 10 Best Sites For Royalty Free Images For Your Blog" width="540" height="300" /></a></p><p><a title="SXC.hu" href="http://www.sxc.hu/" target="_blank">SXC.hu</a></p><h2>Every Stock Photo</h2><p><a href="http://www.everystockphoto.com/"><img class="alignnone size-full wp-image-2174" title="Every Stock Photo" src="http://www.pimpmywordpress.com/wp-content/uploads/2010/06/everystockphoto.jpg" alt="everystockphoto 10 Best Sites For Royalty Free Images For Your Blog" width="540" height="300" /></a></p><p><a title="Every Stock Photo" href="http://www.everystockphoto.com/" target="_blank">EveryStockPhoto.com</a></p><h2>Flickr</h2><p><a href="http://www.flickr.com/"><img class="alignnone size-full wp-image-2175" title="Flickr" src="http://www.pimpmywordpress.com/wp-content/uploads/2010/06/flickr.jpg" alt="flickr 10 Best Sites For Royalty Free Images For Your Blog" width="540" height="300" /></a></p><p><a title="Flickr" href="http://www.flickr.com/" target="_blank">Flickr.com</a></p><h2>Stock Vault</h2><p><a href="http://www.stockvault.net/"><img class="alignnone size-full wp-image-2177" title="Stock Vault" src="http://www.pimpmywordpress.com/wp-content/uploads/2010/06/stockvault.jpg" alt="stockvault 10 Best Sites For Royalty Free Images For Your Blog" width="540" height="300" /></a></p><p><a title="Stock Vault" href="http://www.stockvault.net/" target="_blank">StockVault.net</a></p><h2>Search Creative Commons</h2><p><a href="http://search.creativecommons.org/"><img class="alignnone size-full wp-image-2178" title="Search Creative Commons" src="http://www.pimpmywordpress.com/wp-content/uploads/2010/06/searchcreativecommons.jpg" alt="searchcreativecommons 10 Best Sites For Royalty Free Images For Your Blog" width="540" height="300" /></a></p><p><a title="Search Creative Commons" href="http://search.creativecommons.org/" target="_blank">SearchCreativeCommons.org</a></p><p>This is a post from: <a href="http://www.pimpmywordpress.com">PimpMyWordpress.com</a>.<br/><br/><a href="http://www.pimpmywordpress.com/wordpress-themes/10-best-sites-royalty-free-images-blog">10 Best Sites For Royalty Free Images For Your Blog</a></p><p>Related posts:</p><ul><li><a href='http://www.pimpmywordpress.com/wordpress-plugins/share-blog-post-dragging-images-social-sites' rel='bookmark' title='Permanent Link: Share Your Blog Post By Dragging Images To Your Favourite Social Sites'>Share Your Blog Post By Dragging Images To Your Favourite Social Sites</a><br />Several weeks back when I was reading an article on...</li><li><a href='http://www.pimpmywordpress.com/wordpress-themes/free-christmas-themes' rel='bookmark' title='Permanent Link: Five Free Christmas Themes To Look At'>Five Free Christmas Themes To Look At</a><br />To keep you in the festive Christmas� spirit I have...</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pimpmywordpress?a=giA41vQT_QA:udIbypCCUYg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pimpmywordpress?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pimpmywordpress?a=giA41vQT_QA:udIbypCCUYg:eU1lt45k5i8"><img src="http://feeds.feedburner.com/~ff/pimpmywordpress?i=giA41vQT_QA:udIbypCCUYg:eU1lt45k5i8" border="0"></img></a>
</div>]]></content:encoded> <wfw:commentRss>http://www.pimpmywordpress.com/wordpress-themes/10-best-sites-royalty-free-images-blog/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>WordPress 3.0 Thelonious Released</title><link>http://www.pimpmywordpress.com/wordpress-news/wordpress-3-released</link> <comments>http://www.pimpmywordpress.com/wordpress-news/wordpress-3-released#comments</comments> <pubDate>Thu, 17 Jun 2010 20:45:14 +0000</pubDate> <dc:creator>Jerome</dc:creator> <category><![CDATA[News]]></category> <category><![CDATA[3.0]]></category> <category><![CDATA[wordpress]]></category><guid isPermaLink="false">http://www.pimpmywordpress.com/?p=2144</guid> <description><![CDATA[Big news! WordPress 3.0 code named &#8220;Thelonious&#8221; has just came out and is packed with some awesome new features. This is a big update so make sure, like always, to backup your database and site files before updating anything. Here are some of the highlights of this new release: The &#8220;Kubrick&#8221; default theme has been [...]<p>This is a post from: <a href="http://www.pimpmywordpress.com">PimpMyWordpress.com</a>.<br/><br/><a href="http://www.pimpmywordpress.com/wordpress-news/wordpress-3-released">WordPress 3.0 Thelonious Released</a></p>Related posts:<ul><li><a href='http://www.pimpmywordpress.com/wordpress-tutorials/customise-buddypress-default-messages' rel='bookmark' title='Permanent Link: How To Customise BuddyPress Default Messages'>How To Customise BuddyPress Default Messages</a>Thanks go to the BuddyPress development team for making it...</li><li><a href='http://www.pimpmywordpress.com/wordpress-tutorials/how-customise-buddypress-url' rel='bookmark' title='Permanent Link: How To Customise Your BuddyPress URL'>How To Customise Your BuddyPress URL</a>After the arrival of BuddyPress version 1.2, I have been...</li><li><a href='http://www.pimpmywordpress.com/wordpress-news/wordpress-users-conquer-world' rel='bookmark' title='Permanent Link: Now WordPress Users Can Conquer The World'>Now WordPress Users Can Conquer The World</a>There are tons of WordPress users around the world and...</li></ul>]]></description> <content:encoded><![CDATA[<p>Big news! WordPress 3.0 code named &#8220;Thelonious&#8221; has just came out and is packed with some awesome new features. This is a big update so make sure, like always, to backup your database and site files before updating anything.</p><p>Here are some of the highlights of this new release:</p><ul><li>The &#8220;Kubrick&#8221; default theme has been replaced with a new theme called &#8220;Twenty Ten&#8221;</li><li>The merging of WordPress MU allows one single WordPress installation to have Multi-Site capabilities</li><li>Custom post types and taxonomie improved (great for developers making WordPress much more flexible for a CMS website)</li><li>New menu management</li><li>New author template file, for example if the user&#8217;s name is Jerome you can create his own author&#8217;s page<li>Custom background support</li><li>Enhanced security with the login page. When you install WordPress it lets you choose a username and password instead of using the default admin login name</li><li>WordPress 3.0 full <a href="http://codex.wordpress.org/Version_3.0" target="_blank">featured list</a></li></ul><p><embed src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" type="application/x-shockwave-flash" width="400" height="224" wmode="transparent" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true" flashvars="guid=BQtfIEY1&amp;width=400&amp;height=224&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M" title="Introducing WordPress 3.0 &quot;Thelonious&quot;"></embed></p><p>This is a post from: <a href="http://www.pimpmywordpress.com">PimpMyWordpress.com</a>.<br/><br/><a href="http://www.pimpmywordpress.com/wordpress-news/wordpress-3-released">WordPress 3.0 Thelonious Released</a></p><p>Related posts:</p><ul><li><a href='http://www.pimpmywordpress.com/wordpress-tutorials/customise-buddypress-default-messages' rel='bookmark' title='Permanent Link: How To Customise BuddyPress Default Messages'>How To Customise BuddyPress Default Messages</a><br />Thanks go to the BuddyPress development team for making it...</li><li><a href='http://www.pimpmywordpress.com/wordpress-tutorials/how-customise-buddypress-url' rel='bookmark' title='Permanent Link: How To Customise Your BuddyPress URL'>How To Customise Your BuddyPress URL</a><br />After the arrival of BuddyPress version 1.2, I have been...</li><li><a href='http://www.pimpmywordpress.com/wordpress-news/wordpress-users-conquer-world' rel='bookmark' title='Permanent Link: Now WordPress Users Can Conquer The World'>Now WordPress Users Can Conquer The World</a><br />There are tons of WordPress users around the world and...</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pimpmywordpress?a=RseLH4d32IU:7RV8dJj1Ujg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pimpmywordpress?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pimpmywordpress?a=RseLH4d32IU:7RV8dJj1Ujg:eU1lt45k5i8"><img src="http://feeds.feedburner.com/~ff/pimpmywordpress?i=RseLH4d32IU:7RV8dJj1Ujg:eU1lt45k5i8" border="0"></img></a>
</div>]]></content:encoded> <wfw:commentRss>http://www.pimpmywordpress.com/wordpress-news/wordpress-3-released/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Check Your Hosting Settings For A Secure And Optimized WordPress Installation</title><link>http://www.pimpmywordpress.com/wordpress-plugins/check-hosting-settings-secure-optimized-wordpress-installation</link> <comments>http://www.pimpmywordpress.com/wordpress-plugins/check-hosting-settings-secure-optimized-wordpress-installation#comments</comments> <pubDate>Tue, 15 Jun 2010 20:01:55 +0000</pubDate> <dc:creator>Jerome</dc:creator> <category><![CDATA[Plugins]]></category> <category><![CDATA[security]]></category> <category><![CDATA[server]]></category><guid isPermaLink="false">http://www.pimpmywordpress.com/?p=2132</guid> <description><![CDATA[Don&#8217;t put your WordPress blog at risk! Run a report with the ServerBuddy plugin to make sure your hosting company keeps your files secure and settings optimised for WordPress. Thanks for this free plugin go to the dev team of iThemes. The plugin is extremely easy to use. You can run quite a few reports- [...]<p>This is a post from: <a href="http://www.pimpmywordpress.com">PimpMyWordpress.com</a>.<br/><br/><a href="http://www.pimpmywordpress.com/wordpress-plugins/check-hosting-settings-secure-optimized-wordpress-installation">Check Your Hosting Settings For A Secure And Optimized WordPress Installation</a></p>Related posts:<ul><li><a href='http://www.pimpmywordpress.com/wordpress-plugins/automattic-acquire-spell-check-plugin' rel='bookmark' title='Permanent Link: Automattic Acquire A Spell Check Plugin'>Automattic Acquire A Spell Check Plugin</a>The creators of WordPress Automattic (who already own Akismet, Intense...</li><li><a href='http://www.pimpmywordpress.com/wordpress-plugins/get-notify-email-updates' rel='bookmark' title='Permanent Link: Get Notify Via Email On Any Updates'>Get Notify Via Email On Any Updates</a>For anyone who doesn&#8217;t login that often to their admin...</li><li><a href='http://www.pimpmywordpress.com/wordpress-plugins/display-social-sites-cute-profiles-plugin' rel='bookmark' title='Permanent Link: Display All Your Social Sites With The Cute Profiles Plugin'>Display All Your Social Sites With The Cute Profiles Plugin</a>Cute Profiles plugin lets you display all of your social...</li></ul>]]></description> <content:encoded><![CDATA[<p>Don&#8217;t put your WordPress blog at risk!  Run a report with the <a href="http://wordpress.org/extend/plugins/serverbuddy-by-pluginbuddy/">ServerBuddy plugin</a> to make sure your hosting company keeps your files secure and settings optimised for WordPress. Thanks for this free plugin go to the dev team of <a href="http://ithemes.com/">iThemes</a>.<br /> The plugin is extremely easy to use.  You can run quite a few reports- a general server check, WordPress and server security, display phpinfo response and a few other plugin compatibility checks. The best part is that you can even also quickly email reports.</p><p><img src="http://www.pimpmywordpress.com/wp-content/uploads/2010/06/server-buddy.jpg" alt="server buddy Check Your Hosting Settings For A Secure And Optimized WordPress Installation" title="ServerBuddy" width="540" height="642" class="alignnone size-full wp-image-2134" /></p><p>Don&#8217;t hesitate to contact your hosting provider if there are any server configurations that need fixing.</p><p>This is a post from: <a href="http://www.pimpmywordpress.com">PimpMyWordpress.com</a>.<br/><br/><a href="http://www.pimpmywordpress.com/wordpress-plugins/check-hosting-settings-secure-optimized-wordpress-installation">Check Your Hosting Settings For A Secure And Optimized WordPress Installation</a></p><p>Related posts:</p><ul><li><a href='http://www.pimpmywordpress.com/wordpress-plugins/automattic-acquire-spell-check-plugin' rel='bookmark' title='Permanent Link: Automattic Acquire A Spell Check Plugin'>Automattic Acquire A Spell Check Plugin</a><br />The creators of WordPress Automattic (who already own Akismet, Intense...</li><li><a href='http://www.pimpmywordpress.com/wordpress-plugins/get-notify-email-updates' rel='bookmark' title='Permanent Link: Get Notify Via Email On Any Updates'>Get Notify Via Email On Any Updates</a><br />For anyone who doesn&#8217;t login that often to their admin...</li><li><a href='http://www.pimpmywordpress.com/wordpress-plugins/display-social-sites-cute-profiles-plugin' rel='bookmark' title='Permanent Link: Display All Your Social Sites With The Cute Profiles Plugin'>Display All Your Social Sites With The Cute Profiles Plugin</a><br />Cute Profiles plugin lets you display all of your social...</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pimpmywordpress?a=rsqZYYvAxKM:qUpAdnzwDVA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pimpmywordpress?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pimpmywordpress?a=rsqZYYvAxKM:qUpAdnzwDVA:eU1lt45k5i8"><img src="http://feeds.feedburner.com/~ff/pimpmywordpress?i=rsqZYYvAxKM:qUpAdnzwDVA:eU1lt45k5i8" border="0"></img></a>
</div>]]></content:encoded> <wfw:commentRss>http://www.pimpmywordpress.com/wordpress-plugins/check-hosting-settings-secure-optimized-wordpress-installation/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Geolocation Plugin For Travellers</title><link>http://www.pimpmywordpress.com/wordpress-plugins/geolocation-plugin-travellers</link> <comments>http://www.pimpmywordpress.com/wordpress-plugins/geolocation-plugin-travellers#comments</comments> <pubDate>Thu, 10 Jun 2010 20:01:34 +0000</pubDate> <dc:creator>Jerome</dc:creator> <category><![CDATA[Plugins]]></category> <category><![CDATA[geolocation]]></category> <category><![CDATA[google]]></category> <category><![CDATA[map]]></category><guid isPermaLink="false">http://www.pimpmywordpress.com/?p=2113</guid> <description><![CDATA[A great new plugin for any authors who need to geotag their blog post. This plugin called Geolocation lets you geotag your latest post by adding a link with a short description of the location where the post was tagged. When the users hover over the link an interactive map appears with the location pin [...]<p>This is a post from: <a href="http://www.pimpmywordpress.com">PimpMyWordpress.com</a>.<br/><br/><a href="http://www.pimpmywordpress.com/wordpress-plugins/geolocation-plugin-travellers">Geolocation Plugin For Travellers</a></p>Related posts:<ul><li><a href='http://www.pimpmywordpress.com/wordpress-tutorials/display-author-picture-plugin' rel='bookmark' title='Permanent Link: Display Author Picture Without A Plugin'>Display Author Picture Without A Plugin</a>There are a few plugins out there that help you...</li><li><a href='http://www.pimpmywordpress.com/wordpress-plugins/awesome-plugins-help-you-create-hyperlocal-website-buddypress' rel='bookmark' title='Permanent Link: Awesome Plugins To Help You Create An Hyperlocal Website With BuddyPress'>Awesome Plugins To Help You Create An Hyperlocal Website With BuddyPress</a>A few days ago at the WordCamp event in� New...</li><li><a href='http://www.pimpmywordpress.com/wordpress-plugins/display-social-sites-cute-profiles-plugin' rel='bookmark' title='Permanent Link: Display All Your Social Sites With The Cute Profiles Plugin'>Display All Your Social Sites With The Cute Profiles Plugin</a>Cute Profiles plugin lets you display all of your social...</li></ul>]]></description> <content:encoded><![CDATA[<p>A great new plugin for any authors who need to <strong>geotag</strong> their blog post. This plugin called <a href="http://wordpress.org/extend/plugins/geolocation/">Geolocation</a> lets you <strong>geotag</strong> your latest post by adding a link with a short description of the location where the post was tagged.  When the users hover over the link an interactive map appears with the location pin on the map.</p><p><a href="http://www.pimpmywordpress.com/wp-content/uploads/2010/06/geolocation-post-preview.jpg" rel="shadowbox[post-2113];player=img;"><img src="http://www.pimpmywordpress.com/wp-content/uploads/2010/06/geolocation-post-preview.jpg" alt="geolocation post preview Geolocation Plugin For Travellers" title="Geolocation Plugin" width="540" height="285" class="alignnone size-full wp-image-2148" /></a></p><p><a href="http://www.pimpmywordpress.com/wp-content/uploads/2010/06/geolocation-preview.jpg" rel="shadowbox[post-2113];player=img;"><img src="http://www.pimpmywordpress.com/wp-content/uploads/2010/06/geolocation-preview.jpg" alt="geolocation preview Geolocation Plugin For Travellers" title="Geolocation Plugin" width="540" height="344" class="alignnone size-full wp-image-2149" /></a></p><p>This is a post from: <a href="http://www.pimpmywordpress.com">PimpMyWordpress.com</a>.<br/><br/><a href="http://www.pimpmywordpress.com/wordpress-plugins/geolocation-plugin-travellers">Geolocation Plugin For Travellers</a></p><p>Related posts:</p><ul><li><a href='http://www.pimpmywordpress.com/wordpress-tutorials/display-author-picture-plugin' rel='bookmark' title='Permanent Link: Display Author Picture Without A Plugin'>Display Author Picture Without A Plugin</a><br />There are a few plugins out there that help you...</li><li><a href='http://www.pimpmywordpress.com/wordpress-plugins/awesome-plugins-help-you-create-hyperlocal-website-buddypress' rel='bookmark' title='Permanent Link: Awesome Plugins To Help You Create An Hyperlocal Website With BuddyPress'>Awesome Plugins To Help You Create An Hyperlocal Website With BuddyPress</a><br />A few days ago at the WordCamp event in� New...</li><li><a href='http://www.pimpmywordpress.com/wordpress-plugins/display-social-sites-cute-profiles-plugin' rel='bookmark' title='Permanent Link: Display All Your Social Sites With The Cute Profiles Plugin'>Display All Your Social Sites With The Cute Profiles Plugin</a><br />Cute Profiles plugin lets you display all of your social...</li></ul><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pimpmywordpress?a=N3r_tJFwYL0:YIidNPbfKuc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pimpmywordpress?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pimpmywordpress?a=N3r_tJFwYL0:YIidNPbfKuc:eU1lt45k5i8"><img src="http://feeds.feedburner.com/~ff/pimpmywordpress?i=N3r_tJFwYL0:YIidNPbfKuc:eU1lt45k5i8" border="0"></img></a>
</div>]]></content:encoded> <wfw:commentRss>http://www.pimpmywordpress.com/wordpress-plugins/geolocation-plugin-travellers/feed</wfw:commentRss> <slash:comments>2</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)

Served from: www.pimpmywordpress.com @ 2010-07-31 17:43:15 -->
