<?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>iTechLog &#187; Wordpress</title>
	<atom:link href="http://itechlog.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://itechlog.com</link>
	<description>Your source to IT solutions, interesting technology news and a hint of Space and Physics.</description>
	<lastBuildDate>Wed, 09 May 2012 13:02:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>buddypress Forum error: There was an error when creating the topic</title>
		<link>http://itechlog.com/wordpress/2010/11/26/buddypress-forum-error-there-was-an-error-when-creating-the-topic/</link>
		<comments>http://itechlog.com/wordpress/2010/11/26/buddypress-forum-error-there-was-an-error-when-creating-the-topic/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 21:48:43 +0000</pubDate>
		<dc:creator>Alex Costa</dc:creator>
				<category><![CDATA[Easy Tips]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[bbPress]]></category>
		<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[Forum error]]></category>

		<guid isPermaLink="false">http://itechlog.com/?p=967</guid>
		<description><![CDATA[<a href="http://itechlog.com/wordpress/2010/11/26/buddypress-forum-error-there-was-an-error-when-creating-the-topic/" title="buddypress Forum error: There was an error when creating the topic"></a>I was getting this very vague error message on a new installation of BuddyPress when attempting to create new Forum topics &#8211; There was an error when creating the topic. FIX:After trying various proposed fixes I realised that my Groups &#8230;<p class="read-more"><a href="http://itechlog.com/wordpress/2010/11/26/buddypress-forum-error-there-was-an-error-when-creating-the-topic/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://itechlog.com/wordpress/2010/11/26/buddypress-forum-error-there-was-an-error-when-creating-the-topic/" title="buddypress Forum error: There was an error when creating the topic"></a><p>I was getting this very vague error message on a new installation of BuddyPress when attempting to create new Forum topics &#8211; <b>There was an error when creating the topic</b>. </p>
<p><b>FIX:</b><br />After trying various proposed fixes I realised that my Groups had been created before the Forum was installed so I checked the database and there were no forums relating to my groups on the table wp_bb_forums. The solution is simple! Just go to <b>group page &gt; Admin &gt; Group Settings</b>&nbsp; and <b>uncheck</b> the option &#8220;<b>enable discussion forum</b>&#8220;&nbsp; the <b>save</b> changes then <b>check &#8220;enable discussion forum&#8221;</b> and <b>save</b> the changes again. This will create a Forum entry on the database for that specific Group.</p>
<p>Hope this helps anyone struggling with this same error.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/bbPress' rel='tag' target='_self'>bbPress</a>, <a class='technorati-link' href='http://technorati.com/tag/BuddyPress' rel='tag' target='_self'>BuddyPress</a>, <a class='technorati-link' href='http://technorati.com/tag/Forum+error' rel='tag' target='_self'>Forum error</a></p>

<!-- end wp-tags-to-technorati -->
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://itechlog.com/wordpress/2010/11/26/buddypress-forum-error-there-was-an-error-when-creating-the-topic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Create a simple Random Ad widget for your WordPress blog</title>
		<link>http://itechlog.com/wordpress/2010/11/23/creating-a-simple-random-ad-widget-for-your-wordpress-blog/</link>
		<comments>http://itechlog.com/wordpress/2010/11/23/creating-a-simple-random-ad-widget-for-your-wordpress-blog/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 21:54:44 +0000</pubDate>
		<dc:creator>Alex Costa</dc:creator>
				<category><![CDATA[Code Snipets]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://itechlog.com/?p=955</guid>
		<description><![CDATA[<a href="http://itechlog.com/wordpress/2010/11/23/creating-a-simple-random-ad-widget-for-your-wordpress-blog/" title="Create a simple Random Ad widget for your Wordpress blog"></a>Here are the steps for creating a simple Plugin for a Random Ad Widget . This is also a good startup script for those (like me) wanting to learn how to create Plugins and Widgets for WordPress. The idea here &#8230;<p class="read-more"><a href="http://itechlog.com/wordpress/2010/11/23/creating-a-simple-random-ad-widget-for-your-wordpress-blog/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://itechlog.com/wordpress/2010/11/23/creating-a-simple-random-ad-widget-for-your-wordpress-blog/" title="Create a simple Random Ad widget for your Wordpress blog"></a><p>Here are the steps for creating a simple Plugin for a Random Ad Widget . This is also a good startup script for those (like me) wanting to learn how to create Plugins and Widgets for WordPress.</p>
<p>The idea here is to create an Ad delivery widget that will show a random ad on every visited page. Firstly I will show you the whole code, for those who know what they are doing and just want to diss my code and style. Then it will be broken into pieces with detailed explanation for those interested.  If you want to skip it all just <a title="Download .ZIP" href="http://itechlog.com/wp-content/uploads/2010/11/random_ads.zip" target="_blank">download the source code here</a>.</p>
<p>For the sake of this exercise I will call the file random_ads.php but feel free to call it whatever you like. Here we go&#8230;<span id="more-955"></span></p>
<p>This is the code for the plugin currently (Nov/Dec 2010) used on the sidebar of this site, if you refresh this page you should see a different ad appear on the sidebar.<strong><a title="Download .ZIP" href="../wp-content/uploads/2010/11/random_ads.zip" target="_blank"><strong> </strong></a></strong></p>
<div style="padding: 10px; border: 1px solid #000000; background: #eee; font-size: 11px;">&lt;?php <br />
 /* <br />
 Plugin Name: Random Ads <br />
 Version: 0.1 <br />
 Plugin URI:  <br />
 Description: My Random Ads, mainly Think Geek Stuff (by Alex costa) <br />
 Author URI: http://itehchlog.com <br />
 */ <br />
 ?&gt; <br />
 &lt;?php <br />
 function widget_random_ads($args) { <br />
 extract($args);</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p>echo $before_widget;</p>
<p>$random_deal[] = &#8216;&lt;a href=&#8221;http://www.anrdoezrs.net/click-4163564-10769259&#8243; target=&#8221;_top&#8221;&gt; <br />
 &lt;img src=&#8221;http://www.awltovhc.com/image-4163564-10769259&#8243; width=&#8221;250&#8243; height=&#8221;250&#8243; alt=&#8221;16 Port USB Hub&#8221; border=&#8221;0&#8243;/&gt;&lt;/a&gt;&#8217;;</p>
<p>$random_deal[] = &#8216;&lt;a href=&#8221;http://www.jdoqocy.com/click-4163564-10764658&#8243; target=&#8221;_top&#8221;&gt; <br />
 &lt;img src=&#8221;http://www.lduhtrp.net/image-4163564-10764658&#8243; width=&#8221;250&#8243; height=&#8221;250&#8243; alt=&#8221;ThinkGeek Use Your Brain&#8221; border=&#8221;0&#8243;/&gt;&lt;/a&gt;&#8217;;</p>
<p>srand(time()); <br />
 $sizeof = count($random_deal); <br />
 $random = (rand()%$sizeof); <br />
 print(&#8220;$random_deal[$random]&#8220;);</p>
<p>echo $after_widget;</p>
<p>} <br />
 register_sidebar_widget(&#8216;Random Ads&#8217;,'widget_random_ads&#8217;); <br />
 ?&gt;</p>
</div>
<p><br class="spacer_" /></p>
<p><strong>Let&#8217;s break it down&#8230;</strong></p>
<p><strong>1 &#8211; The plugin header</strong><br />
 Contains all the information about the plugin, this information is shown at the Plugins page in your WordPress admin area.</p>
<p><br class="spacer_" /></p>
<div style="padding: 10px; border: 1px solid #000000; background: #eee; font-size: 11px;">&lt;?php <br />
 /* <br />
 Plugin Name: Random Ads <br />
 Version: 0.1 <br />
 Plugin URI:  <br />
 Description: My Random Ads, mainly Think Geek Stuff (by Alex costa) <br />
 Author URI: http://itehchlog.com <br />
 */ <br />
 ?&gt;</div>
<p><br class="spacer_" /></p>
<p><strong>2 &#8211; the Function &amp; the Widget enclosure</strong></p>
<p>echo $before_widget;   opens the widget</p>
<p>echo $bafter_widget;   closes the widget</p>
<div style="padding: 10px; border: 1px solid #000000; background: #eee; font-size: 11px;">function widget_random_ads($args) { <br />
 extract($args);</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p>echo $before_widget; #this opens the widget</p>
<p>$random_deal[] = &#8216;&lt;a href=&#8221;http://www.anrdoezrs.net/click-4163564-10769259&#8243; target=&#8221;_top&#8221;&gt; <br />
 &lt;img src=&#8221;http://www.awltovhc.com/image-4163564-10769259&#8243; width=&#8221;250&#8243; height=&#8221;250&#8243; alt=&#8221;16 Port USB Hub&#8221; border=&#8221;0&#8243;/&gt;&lt;/a&gt;&#8217;;</p>
<p>$random_deal[] = &#8216;&lt;a href=&#8221;http://www.jdoqocy.com/click-4163564-10764658&#8243; target=&#8221;_top&#8221;&gt; <br />
 &lt;img src=&#8221;http://www.lduhtrp.net/image-4163564-10764658&#8243; width=&#8221;250&#8243; height=&#8221;250&#8243; alt=&#8221;ThinkGeek Use Your Brain&#8221; border=&#8221;0&#8243;/&gt;&lt;/a&gt;&#8217;;</p>
<p>srand(time()); <br />
 $sizeof = count($random_deal); <br />
 $random = (rand()%$sizeof); <br />
 print(&#8220;$random_deal[$random]&#8220;);</p>
<p>echo $after_widget; #this closes the widget</p>
<p>}</p>
<p><br class="spacer_" /></p>
</div>
<p><br class="spacer_" /></p>
<p><strong>3 &#8211; The PHP random and variables (where the ads go). </strong></p>
<p>The <strong>$random_deal[]</strong> are the arrays that hold the information to be shown, each array stars with <strong>$random_deal[] =</strong> and the HTML to be output goes inside the single quotation marks<strong> &#8216; &#8216;</strong> and the whole statement ends with semicolons<strong> ;</strong> . Each array contains the HTML a single ad and will be picked at random by the PHP function<strong> rand()</strong> and shown on the page by the command <strong>print().</strong> Note that double quotation marks are allowed inside the single speech marks but if you have a single quotation mark or an apostrophe inside the HTML you must add a slash before it. E.g: alt=&#8221;Today&#8217;s deals&#8221; should be alt=&#8221;today\&#8217;s deals&#8221; .</p>
<p>You can have as many arrays as you want.</p>
<div style="padding: 10px; border: 1px solid #000000; background: #eee; font-size: 11px;">$random_deal[] = &#8216;&lt;a href=&#8221;http://www.anrdoezrs.net/click-4163564-10769259&#8243; target=&#8221;_top&#8221;&gt; <br />
 &lt;img src=&#8221;http://www.awltovhc.com/image-4163564-10769259&#8243; width=&#8221;250&#8243; height=&#8221;250&#8243; alt=&#8221;16 Port USB Hub&#8221; border=&#8221;0&#8243;/&gt;&lt;/a&gt;&#8217;;</p>
<p><br class="spacer_" /></p>
<p>$random_deal[] = &#8216;&lt;a href=&#8221;http://www.jdoqocy.com/click-4163564-10764658&#8243; target=&#8221;_top&#8221;&gt; <br />
 &lt;img src=&#8221;http://www.lduhtrp.net/image-4163564-10764658&#8243; width=&#8221;250&#8243; height=&#8221;250&#8243; alt=&#8221;ThinkGeek Use Your Brain&#8221; border=&#8221;0&#8243;/&gt;&lt;/a&gt;&#8217;;</p>
<p>srand(time()); <br />
 $sizeof = count($random_deal); <br />
 $random = (rand()%$sizeof); <br />
 print(&#8220;$random_deal[$random]&#8220;);</p>
</div>
<p><br class="spacer_" /></p>
<p><strong>4 &#8211; Register the widget.</strong></p>
<p>Now you need to call the widget to be added to WordPress. This is a native WordPress function called register_sidebar_widget(); the argument  <strong>&#8216;Random Ads&#8217;</strong> is the title of the Widget and <strong>&#8216;widget_random_ads&#8217;</strong> is the name of the function above.</p>
<div style="padding: 10px; border: 1px solid #000000; background: #eee; font-size: 11px;">register_sidebar_widget(&#8216;Random Ads&#8217;,'widget_random_ads&#8217;);</div>
<p><br class="spacer_" /></p>
<p><strong>5 &#8211; Installation. </strong></p>
<p>Upload your random_ads.php file to \wp-content\plugins (preferably create a folder called random_ads and put it inside it) via FTP. Then Go to your WordPress plugin administration and activate the plugin.  Now you can drag and drop the widget into your side bar on the Widget admin area under Appearance.</p>
<p style="text-align: center;"><a title="Download .ZIP" href="http://itechlog.com/wp-content/uploads/2010/11/random_ads.zip" target="_blank"><strong>Download random_ads.zip with source code</strong></a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<!-- end wp-tags-to-technorati -->
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://itechlog.com/wordpress/2010/11/23/creating-a-simple-random-ad-widget-for-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Media upload HTTP Error</title>
		<link>http://itechlog.com/wordpress/2009/08/26/wordpress-media-upload-http-error/</link>
		<comments>http://itechlog.com/wordpress/2009/08/26/wordpress-media-upload-http-error/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 10:19:10 +0000</pubDate>
		<dc:creator>Alex Costa</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Apache mod_security]]></category>
		<category><![CDATA[HTTP Error]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[swfupload]]></category>
		<category><![CDATA[Wordpress-MU]]></category>

		<guid isPermaLink="false">http://itechlog.com/wordpress/2009/08/26/wordpress-media-upload-http-error/</guid>
		<description><![CDATA[<a href="http://itechlog.com/wordpress/2009/08/26/wordpress-media-upload-http-error/" title="Wordpress Media upload HTTP Error"></a>WordPress and WordPress-MU have given me the HTTP error in the various installations I have performed and each time there&#8217;s a different cause. This post is nothing more than a personal notation for future reference but I hope it&#8217;s helpful &#8230;<p class="read-more"><a href="http://itechlog.com/wordpress/2009/08/26/wordpress-media-upload-http-error/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://itechlog.com/wordpress/2009/08/26/wordpress-media-upload-http-error/" title="Wordpress Media upload HTTP Error"></a><p><b><a target="_blank" href="http://wordpress.org">WordPress</a> </b>and <a target="_blank" href="http://mu.wordpress.org/"><b>WordPress-MU</b></a> have given me the HTTP error in the various installations I have performed and each time there&#8217;s a different cause. This post is nothing more than a personal notation for future reference but I hope it&#8217;s helpful to someone.</p>
<p>Error: when trying to upload media using the <b>WordPress Flash uploader</b> it get the message <b>HTTP Error</b></p>
<p><b>Disclaimer</b>: <i>before messing with your .htaccess file, make sure you have a backup copy of it in case it causes a 500 Server configuration error. If this happens just replace the .htaccess file with the back up version. Check your code for any mistakes and try again.<br /></i><br />Possible causes:
<ul>
<li><b>mod_security</b> &#8211; basically all Apache servers will have it turned on, so you may need to turn it off for the async-upload.php file using .htaccess. The newer versions of WP have added this code already, but in case you mess up your htaccess file, here it is.&nbsp; Just add the following lines to the bottom of your .htaccess file in the root folder of your WP or WP-MU installation.&nbsp; </li>
</ul>
<div align="center">&lt;IfModule mod_security.c&gt; <br />&lt;Files async-upload.php&gt; <br />SecFilterEngine Off <br />SecFilterScanPOST Off <br />&lt;/Files&gt; <br />&lt;/IfModule&gt;</div>
<p>
<ul>
<li><b>Access Denied Error 403/ Permission issue</b> &#8211; another typical problem. Make sure that the upload folder is writeable by the server, you can set the permission to 754 and it should work fine. In WordPress the upload folder sits under /wp-content/&nbsp; in WP-MU it sits under /blogs.dir/&#8221;blog number&#8221;/files&nbsp; (default site blog number is 1 and the other blogs are numbered in ascending order of creation)</li>
</ul>
<ul>
<li><b>PHP Upload limit</b> &#8211; check you PHP.ini settings for the settings upload_max_filesize and post_max_size. You can change these directly in your PHP.ini if you have access to it or you can change it by adding a php.ini file to you root directory with the following code. The default is normally 2M but you can change it to anything at your own risk, you should not need more then 8M.)</li>
</ul>
<div align="center">post_max_size = 8M<br />upload_max_filesize = 8M</p>
<p>
<div align="left">
<div align="center">or by adding the following lines to your .htaccess file:</div>
<div align="center">php_value upload_max_filesize 8M<br />php_value post_max_size 8M</p>
<p>for anything above 8M you may need to add an execution time to the .htaccess code also<br />php_value max_execution_time  800</p>
</div>
</div>
<div align="left"> </div>
</div>
<ul>
<li><b>Authentication Failed Error 401</b>- I checked my server log and noticed that WordPress was trying to access the 401.shtml error template every time I got the HTTP error during a media upload attempt. This normally occours if you are using password protection for the WordPress root folder or the folder where your uploads should reside. You should disable the password protection on the folder i norder for the uploader to work.</li>
</ul>
<p>Hope it helps. Please leave your contributions and bug reports so others can benefit from it.</p>
<p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=d6acb708-013d-8f9e-9a07-de3417c3833a" /></div>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/.htaccess' rel='tag' target='_self'>.htaccess</a>, <a class='technorati-link' href='http://technorati.com/tag/Apache+mod_security' rel='tag' target='_self'>Apache mod_security</a>, <a class='technorati-link' href='http://technorati.com/tag/HTTP+Error' rel='tag' target='_self'>HTTP Error</a>, <a class='technorati-link' href='http://technorati.com/tag/php.ini' rel='tag' target='_self'>php.ini</a>, <a class='technorati-link' href='http://technorati.com/tag/swfupload' rel='tag' target='_self'>swfupload</a>, <a class='technorati-link' href='http://technorati.com/tag/Wordpress' rel='tag' target='_self'>WordPress</a>, <a class='technorati-link' href='http://technorati.com/tag/Wordpress-MU' rel='tag' target='_self'>WordPress-MU</a></p>

<!-- end wp-tags-to-technorati -->
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>January 31, 2011 -- <a href="http://itechlog.com/web-programming/2011/01/31/it-is-not-safe-to-rely-on-the-systems-timezone-settings/" title="It is not safe to rely on the system’s timezone settings">It is not safe to rely on the system’s timezone settings</a></li><li>August 12, 2010 -- <a href="http://itechlog.com/linux/2010/08/12/linuxcon-2010-just-for-fun-poll-results-explained/" title="LinuxCon 2010 Just for Fun Poll Results explained">LinuxCon 2010 Just for Fun Poll Results explained</a></li><li>June 5, 2009 -- <a href="http://itechlog.com/itechlog-news/2009/06/05/keyword-search-and-website-ranking-tools/" title="Keyword search and website ranking tools">Keyword search and website ranking tools</a></li><li>May 12, 2009 -- <a href="http://itechlog.com/itechlog-news/2009/05/12/offline-blogging-tools/" title="Offline Blogging Tools">Offline Blogging Tools</a></li><li>March 27, 2009 -- <a href="http://itechlog.com/web-programming/2009/03/27/htaccess-301-redirect/" title=".htaccess 301 Redirect">.htaccess 301 Redirect</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://itechlog.com/wordpress/2009/08/26/wordpress-media-upload-http-error/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Keyword search and website ranking tools</title>
		<link>http://itechlog.com/itechlog-news/2009/06/05/keyword-search-and-website-ranking-tools/</link>
		<comments>http://itechlog.com/itechlog-news/2009/06/05/keyword-search-and-website-ranking-tools/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 15:43:30 +0000</pubDate>
		<dc:creator>Alex Costa</dc:creator>
				<category><![CDATA[Itechlog News]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Keyword lookup]]></category>
		<category><![CDATA[KPMRS]]></category>
		<category><![CDATA[ROI]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Site Explorer]]></category>
		<category><![CDATA[Sitemaps]]></category>
		<category><![CDATA[Visitor tracking]]></category>
		<category><![CDATA[webmaster tools]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://itechlog.com/itechlog-news/2009/06/05/keyword-search-and-website-ranking-tools/</guid>
		<description><![CDATA[<a href="http://itechlog.com/itechlog-news/2009/06/05/keyword-search-and-website-ranking-tools/" title="Keyword search and website ranking tools"></a>Any webmaster and marketer will know how important it is to keep track of their website ranking, keyword positioning, visits, ROI and so on&#8230;&#160; There are a lot of interesting tools out there to help us.&#160; Google Analytics &#8211; Visitor &#8230;<p class="read-more"><a href="http://itechlog.com/itechlog-news/2009/06/05/keyword-search-and-website-ranking-tools/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://itechlog.com/itechlog-news/2009/06/05/keyword-search-and-website-ranking-tools/" title="Keyword search and website ranking tools"></a><p><img style="max-width: 800px; float: left; margin-top: 10px; margin-bottom: 10px; margin-right: 10px;" src="http://itechlog.com/wp-content/uploads/2009/06/seo.jpg" height="162" width="187" />Any webmaster and marketer will know how important it is to keep track of their website ranking, keyword positioning, visits, ROI and so on&#8230;&nbsp; There are a lot of interesting tools out there to help us.&nbsp; </p>
<ul>
<li><a target="_blank" href="http://www.google.com/analytics/">Google Analytics</a> &#8211; Visitor tracking, keyword positioning, goal setting, demographics and more&#8230;</li>
<li><a target="_blank" href="http://www.alexa.com">http://www.alexa.com</a> &#8211; web traffic metrics, top sites lists, site demographics, hot urls, and more&#8230;&nbsp; </li>
<li><a target="_blank" href="www.google.com/webmasters/tools/">Google Webmaster Tools</a> &#8211;  detailed reports about your pages&#8217; visibility on Google</li>
<li><a target="_blank" href="http://siteexplorer.search.yahoo.com/">Yahoo Site Explorer</a> &#8211;  detailed reports about your pages&#8217; visibility on Yahoo</li>
<li><a target="_blank" href="http://www.bing.com/webmaster">Bling Webmaster Center</a> &#8211;  detailed reports about your pages&#8217; visibility on Bling (former LiveSearch)</li>
<li><a target="_blank" href="http://www.keywordspy.com/">Keyword Spy</a> &#8211; Research and track keywords <span style="width: 115px;" class="style26">in 3 search engines and 30+ countries.</span></li>
<li><span style="width: 115px;" class="style26"><a target="_blank" href="http://kpmrs.com/index.php">KPMRS</a> &#8211; </span>website rank monitoring services on various search engines<br />
for multiple keywords. </li>
<li><a target="_blank" href="http://www.xml-sitemaps.com/">XML-Sitemaps</a> &#8211; Generate sitemaps online. Up to 500 urls Free.</li>
<li><a target="_blank" href="http://wordpress.org/extend/plugins/google-sitemap-generator/">WP Google XML Sitemaps</a> &#8211; This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog.</li>
</ul>
<p>These are just a few tools I use the most, please share yours.</p>
<p></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Analytics' rel='tag' target='_self'>Analytics</a>, <a class='technorati-link' href='http://technorati.com/tag/Bing' rel='tag' target='_self'>Bing</a>, <a class='technorati-link' href='http://technorati.com/tag/Google' rel='tag' target='_self'>Google</a>, <a class='technorati-link' href='http://technorati.com/tag/Keyword+lookup' rel='tag' target='_self'>Keyword lookup</a>, <a class='technorati-link' href='http://technorati.com/tag/KPMRS' rel='tag' target='_self'>KPMRS</a>, <a class='technorati-link' href='http://technorati.com/tag/ROI' rel='tag' target='_self'>ROI</a>, <a class='technorati-link' href='http://technorati.com/tag/Search' rel='tag' target='_self'>Search</a>, <a class='technorati-link' href='http://technorati.com/tag/SEO' rel='tag' target='_self'>SEO</a>, <a class='technorati-link' href='http://technorati.com/tag/Site+Explorer' rel='tag' target='_self'>Site Explorer</a>, <a class='technorati-link' href='http://technorati.com/tag/Sitemaps' rel='tag' target='_self'>Sitemaps</a>, <a class='technorati-link' href='http://technorati.com/tag/Visitor+tracking' rel='tag' target='_self'>Visitor tracking</a>, <a class='technorati-link' href='http://technorati.com/tag/webmaster+tools' rel='tag' target='_self'>webmaster tools</a>, <a class='technorati-link' href='http://technorati.com/tag/Wordpress' rel='tag' target='_self'>WordPress</a>, <a class='technorati-link' href='http://technorati.com/tag/Yahoo' rel='tag' target='_self'>Yahoo</a></p>

<!-- end wp-tags-to-technorati -->
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>December 13, 2008 -- <a href="http://itechlog.com/wordpress/2008/12/13/seo-and-wordpress/" title="SEO and Wordpress">SEO and Wordpress</a></li><li>April 1, 2011 -- <a href="http://itechlog.com/itechfeed/2011/04/01/facebook-acquires-bing/" title="Facebook acquires Bing">Facebook acquires Bing</a></li><li>January 10, 2012 -- <a href="http://itechlog.com/social-networking/2012/01/10/google-search-goes-social/" title="Google search goes social">Google search goes social</a></li><li>December 11, 2009 -- <a href="http://itechlog.com/itechlog-news/2009/12/11/microsofts-attempt-to-bribe-its-way-to-the-top/" title="Microsoft&#8217;s attempt to bribe its way to the top">Microsoft&#8217;s attempt to bribe its way to the top</a></li><li>December 4, 2008 -- <a href="http://itechlog.com/web-programming/2008/12/04/search-engine-optimization-seo-in-php-book/" title="Search Engine Optimization  SEO in PHP (Book)">Search Engine Optimization  SEO in PHP (Book)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://itechlog.com/itechlog-news/2009/06/05/keyword-search-and-website-ranking-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Offline Blogging Tools</title>
		<link>http://itechlog.com/itechlog-news/2009/05/12/offline-blogging-tools/</link>
		<comments>http://itechlog.com/itechlog-news/2009/05/12/offline-blogging-tools/#comments</comments>
		<pubDate>Tue, 12 May 2009 15:35:44 +0000</pubDate>
		<dc:creator>Alex Costa</dc:creator>
				<category><![CDATA[Easy Tips]]></category>
		<category><![CDATA[Itechlog News]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[BlogDesk]]></category>
		<category><![CDATA[BloGTK]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[ExpressionEngine]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[MovableType]]></category>
		<category><![CDATA[Qumana]]></category>
		<category><![CDATA[Scribfire]]></category>
		<category><![CDATA[Serendipity]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Live Writer]]></category>

		<guid isPermaLink="false">http://itechlog.com/?p=719</guid>
		<description><![CDATA[<a href="http://itechlog.com/itechlog-news/2009/05/12/offline-blogging-tools/" title="Offline Blogging Tools"></a>Offline Blogging Tools let you comfortably write and effortlessly publish new entries to your blog.  I personally like the easy to use Scribefire, a Firefox addon, but there are many others our there.  Here is a shortlist&#8230; Scribefire Platform: Windows, &#8230;<p class="read-more"><a href="http://itechlog.com/itechlog-news/2009/05/12/offline-blogging-tools/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://itechlog.com/itechlog-news/2009/05/12/offline-blogging-tools/" title="Offline Blogging Tools"></a><p><img class="alignleft" title="Keyboard" src="http://itechlog.com/wp-content/uploads/2009/05/04_04_7-computer-keyboard_web-150x150.jpg" alt="Keyboard" width="150" height="150" /></p>
<p>Offline <strong>Blogging</strong> Tools let you comfortably write and effortlessly publish new entries to your blog.  I personally like the easy to use<strong> Scribefire</strong>, a Firefox addon, but there are many others our there.  Here is a shortlist&#8230;</p>
<h2><a title="http://scribefire.com/" href="http://scribefire.com/" target="_blank">Scribefire</a></h2>
<p>Platform: Windows, Mac, Linux</p>
<p>This is an addon for Firefox so you need to be using Firefox (clearly)</p>
<h2><a title="http://www.blogdesk.org" href="http://www.blogdesk.org/en/index.htm" target="_blank">BlogDesk</a></h2>
<p>Platform: Windows</p>
<p>BlogDesk is totaly <strong>free of charge</strong> and optimized for the blog systems <strong><a href="http://wordpress.org/"><span class="Link">WordPress</span></a>, <a href="http://www.sixapart.com/movabletype/"><span class="Link">MovableType</span></a>, 						<a href="http://drupal.org/"><span class="Link">Drupal</span></a>, <a href="http://www.s9y.org/"><span class="Link">Serendipity</span></a> and <a href="http://www.pmachine.com/ee/"><span class="Link">ExpressionEngine</span></a>.</strong></p>
<h2><a title="http://blogtk.sourceforge.net/" href="http://blogtk.sourceforge.net/" target="_blank">BlogGTK</a></h2>
<p>Platform: Linux</p>
<p>BloGTK is a weblog client that allows you to post to your weblog from GNOME without the need for a separate browser window. BloGTK allows you to connect with many weblog systems such as <strong>Blogger, Movable Type, WordPress</strong>, and more.</p>
<h2><a title="http://windowslivewriter.spaces.live.com/" href="http://windowslivewriter.spaces.live.com/" target="_blank">Windows Live Writer (by Microsoft)</a></h2>
<p>Platform: Windows</p>
<p>WLW is a desktop application for publishing to blogs and works with almost any blog provider in the world including Windows Live Spaces, Blogger, WordPress and more.</p>
<h2><a title="http://www.qumana.com/" href="http://www.qumana.com/" target="_blank">Qumana</a></h2>
<p>Platform: Mac, Windows</p>
<p>Great for bloggers on the move. Qumana features include easy text formatting and image insertion, simple Technorati tagging, advertising insertion with Q Ads and more.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Blog' rel='tag' target='_self'>Blog</a>, <a class='technorati-link' href='http://technorati.com/tag/BlogDesk' rel='tag' target='_self'>BlogDesk</a>, <a class='technorati-link' href='http://technorati.com/tag/BloGTK' rel='tag' target='_self'>BloGTK</a>, <a class='technorati-link' href='http://technorati.com/tag/Drupal' rel='tag' target='_self'>Drupal</a>, <a class='technorati-link' href='http://technorati.com/tag/ExpressionEngine' rel='tag' target='_self'>ExpressionEngine</a>, <a class='technorati-link' href='http://technorati.com/tag/Linux' rel='tag' target='_self'>Linux</a>, <a class='technorati-link' href='http://technorati.com/tag/Mac' rel='tag' target='_self'>Mac</a>, <a class='technorati-link' href='http://technorati.com/tag/MovableType' rel='tag' target='_self'>MovableType</a>, <a class='technorati-link' href='http://technorati.com/tag/Qumana' rel='tag' target='_self'>Qumana</a>, <a class='technorati-link' href='http://technorati.com/tag/Scribfire' rel='tag' target='_self'>Scribfire</a>, <a class='technorati-link' href='http://technorati.com/tag/Serendipity' rel='tag' target='_self'>Serendipity</a>, <a class='technorati-link' href='http://technorati.com/tag/Windows' rel='tag' target='_self'>Windows</a>, <a class='technorati-link' href='http://technorati.com/tag/Windows+Live+Writer' rel='tag' target='_self'>Windows Live Writer</a>, <a class='technorati-link' href='http://technorati.com/tag/Wordpress' rel='tag' target='_self'>WordPress</a></p>

<!-- end wp-tags-to-technorati -->
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>November 7, 2011 -- <a href="http://itechlog.com/programming/2011/11/07/arduino-the-open-source-hardware/" title="Arduino the Open Source hardware">Arduino the Open Source hardware</a></li><li>March 11, 2010 -- <a href="http://itechlog.com/itechlog-news/2010/03/11/the-future-of-gaming-is-opengl/" title="The future of gaming is OpenGL">The future of gaming is OpenGL</a></li><li>January 28, 2009 -- <a href="http://itechlog.com/easy-tips/2009/01/28/synergy-share-mouse-and-keyboard-cross-platform/" title="Synergy &#8211; share mouse and keyboard cross platform">Synergy &#8211; share mouse and keyboard cross platform</a></li><li>April 22, 2011 -- <a href="http://itechlog.com/linux/2011/04/22/has-the-ipad-really-overtaken-linux/" title="Has the iPad really overtaken Linux?">Has the iPad really overtaken Linux?</a></li><li>November 11, 2010 -- <a href="http://itechlog.com/itechlog-news/2010/11/11/ipv4-is-almost-exhausted-time-for-ipv6/" title="IPV4 is almost exhausted.. time for IPV6?">IPV4 is almost exhausted.. time for IPV6?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://itechlog.com/itechlog-news/2009/05/12/offline-blogging-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO and WordPress</title>
		<link>http://itechlog.com/wordpress/2008/12/13/seo-and-wordpress/</link>
		<comments>http://itechlog.com/wordpress/2008/12/13/seo-and-wordpress/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 18:02:00 +0000</pubDate>
		<dc:creator>Alex Costa</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Live Search]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Sitemap]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://itechlog.com/wordpress/2008/12/13/seo-and-wordpress/</guid>
		<description><![CDATA[<a href="http://itechlog.com/wordpress/2008/12/13/seo-and-wordpress/" title="SEO and Wordpress"></a>Optimise your WordPress blog or site for search with a couple of plugins and the web tools provided by Google, Yahoo and LiveSearch. The All in One SEO Pack plugin for WordPress will let you manipulate the specific SEO content &#8230;<p class="read-more"><a href="http://itechlog.com/wordpress/2008/12/13/seo-and-wordpress/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://itechlog.com/wordpress/2008/12/13/seo-and-wordpress/" title="SEO and Wordpress"></a><p>Optimise your WordPress blog or site for search with a couple of plugins and the web tools provided by Google, Yahoo and LiveSearch. <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank">The All in One SEO Pack</a> plugin for WordPress will let you manipulate the specific SEO content of your blog like page title, meta data and description. Defaults can be set in the admin area of the plugin on your dashboard and specific settings can be tweaked as you create or edit a post.</p>
<p>The other important plugin is the <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">Google XML Sitemap Generator</a>, which creates a nice sitemap for you. After installing this plugin you need to create the sitemap.xml and sitemap.xml.gz files in the root folder of your blog and change their permissions CHMOD  666. The easiest is to right-click on the files in your FTP client and change permissions under properties, 666 stands for Read and Write permission for Owner / Group / Others.  For more information see the README.txt included with the plugin.  <span id="more-137"></span></p>
<p>After installation go to the Admin area of the plugin on your Dashboard (Settings&gt;&gt;XML-Sitemap) and if the sitemap has not been generated yet click on the link Generate sitemap.</p>
<p>Search Engine Webmaster tools. (there are links to them on the XML-Sitemap admin)</p>
<ol>
<li><a href="https://www.google.com/webmasters/tools/dashboard" target="_blank">Google webmaster tools</a> &#8211; add your site and sitemap url, Google requires that you add a verification to your site either by adding some code to your home page or by uploading a html file to your root folder.</li>
<li><a href="http://siteexplorer.search.yahoo.com/" target="_blank">Yahoo Explorer</a> &#8211; add you site url and upload a verification file to your root folder.</li>
<li><a href="http://webmaster.live.com/" target="_blank">LiveSearch Webmaster Center</a> &#8211; add you site url and upload a verification file to your root folder.</li>
<li><a href="http://google.com/analytics" target="_blank">Google Analytics</a> &#8211; create a profile for your site, doesn&#8217;t influence ranking but is  a great stats provider.</li>
<li><a href="http://google.com/adsense" target="_blank">Google adsense</a>, <a href="http://www.scribefire.com/public/make_money" target="_blank">Scribefire QuickAds</a> and <a href="http://www.scribefire.com/public/make_money" target="_blank">TextLink</a> &#8211; You can use these to place pay-per-click ads on your site (also does not influence rankings)</li>
</ol>
<p>Constantly check these webmaster tools for stats on your site as they will tell you the errors you need to fix to make sure your site gets good search rankings with them.  By doing all this you have covered the basics and have a site that could rank well with search engines. There&#8217;s although a lot more to Search Optimization, a good source of information is the book  <a href="http://itechlog.com/web-programming/2008/12/04/search-engine-optimization-seo-in-php-book/" target="_blank">SEO Search Engine Optimization with PHP</a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Google' rel='tag' target='_self'>Google</a>, <a class='technorati-link' href='http://technorati.com/tag/Live+Search' rel='tag' target='_self'>Live Search</a>, <a class='technorati-link' href='http://technorati.com/tag/Marketing' rel='tag' target='_self'>Marketing</a>, <a class='technorati-link' href='http://technorati.com/tag/Search' rel='tag' target='_self'>Search</a>, <a class='technorati-link' href='http://technorati.com/tag/SEO' rel='tag' target='_self'>SEO</a>, <a class='technorati-link' href='http://technorati.com/tag/Sitemap' rel='tag' target='_self'>Sitemap</a>, <a class='technorati-link' href='http://technorati.com/tag/Wordpress' rel='tag' target='_self'>WordPress</a>, <a class='technorati-link' href='http://technorati.com/tag/Yahoo' rel='tag' target='_self'>Yahoo</a></p>

<!-- end wp-tags-to-technorati -->
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>June 5, 2009 -- <a href="http://itechlog.com/itechlog-news/2009/06/05/keyword-search-and-website-ranking-tools/" title="Keyword search and website ranking tools">Keyword search and website ranking tools</a></li><li>January 10, 2012 -- <a href="http://itechlog.com/social-networking/2012/01/10/google-search-goes-social/" title="Google search goes social">Google search goes social</a></li><li>April 1, 2011 -- <a href="http://itechlog.com/itechfeed/2011/04/01/facebook-acquires-bing/" title="Facebook acquires Bing">Facebook acquires Bing</a></li><li>December 4, 2008 -- <a href="http://itechlog.com/web-programming/2008/12/04/search-engine-optimization-seo-in-php-book/" title="Search Engine Optimization  SEO in PHP (Book)">Search Engine Optimization  SEO in PHP (Book)</a></li><li>August 1, 2011 -- <a href="http://itechlog.com/itechlog-news/2011/08/01/chrome-overtakes-firefox-uk-number-two-browser-spot-in-july/" title="Chrome Overtakes Firefox for UK Number Two Browser Spot in July">Chrome Overtakes Firefox for UK Number Two Browser Spot in July</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://itechlog.com/wordpress/2008/12/13/seo-and-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 Released</title>
		<link>http://itechlog.com/wordpress/2008/12/12/wordpress-27-released/</link>
		<comments>http://itechlog.com/wordpress/2008/12/12/wordpress-27-released/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 09:07:23 +0000</pubDate>
		<dc:creator>Alex Costa</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Wordress 2.7]]></category>

		<guid isPermaLink="false">http://itechlog.com/wordpress/2008/12/12/wordpress-27-released/</guid>
		<description><![CDATA[<a href="http://itechlog.com/wordpress/2008/12/12/wordpress-27-released/" title="Wordpress 2.7 Released"></a>WordPress 2.7 &#8220;Coltrane&#8221; has been released with a complete new interface, new features. Over 150 people have contributed code directly to this new release.  Some of the new features are the new dashboard that you can arrange with drag and &#8230;<p class="read-more"><a href="http://itechlog.com/wordpress/2008/12/12/wordpress-27-released/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://itechlog.com/wordpress/2008/12/12/wordpress-27-released/" title="Wordpress 2.7 Released"></a><p><a href="http://wordpress.org/" target="_blank"><img title="Worpress Logo" src="http://itechlog.com/wp-content/uploads/2008/12/wordpress-150x150.png" alt="Worpress Logo" width="150" height="150" align="left" />WordPress 2.7 &#8220;Coltrane&#8221;</a> has been released with a complete new interface, new features. Over 150 people have contributed code directly to this new release.  Some of the new features are the new dashboard that you can arrange with drag and drop , QuickPress, comment threading, paging, and the ability to reply to comments from your dashboard, the ability to install any plugin directly from WordPress.org with a single click, and sticky posts.</p>
<p><a href="http://itechlog.com/wp-content/uploads/2008/12/wp-2-7.png" target="_blank">ITechLog.com is now using WP 2.7</a>, it&#8217;s easy and very fast to use. The menu system has been redesigned and has been moved to the left hand side. It does have a Mac(ish) feel to it, but well no one is perfect&#8230; ;) The quick edit function is a great improvement, I had a plugin that did that before but to have it a built in out of the &#8220;zip&#8221; box is a great plus.  Upgrading form the previous 2.6&#8230; was painless and my template works with no problems. Well done WordPress, another great release!</p>
<p>Check out the intro video on the official <a href="http://wordpress.org/development/2008/12/coltrane/" target="_blank">WordPress Blog</a>.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Blog' rel='tag' target='_self'>Blog</a>, <a class='technorati-link' href='http://technorati.com/tag/Wordress+2.7' rel='tag' target='_self'>Wordress 2.7</a></p>

<!-- end wp-tags-to-technorati -->
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>May 12, 2009 -- <a href="http://itechlog.com/itechlog-news/2009/05/12/offline-blogging-tools/" title="Offline Blogging Tools">Offline Blogging Tools</a></li><li>January 26, 2009 -- <a href="http://itechlog.com/itechfeed/2009/01/26/wordpress-tv/" title="Wordpress TV">Wordpress TV</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://itechlog.com/wordpress/2008/12/12/wordpress-27-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

