<?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>Gosdot &#187; wordpress</title>
	<atom:link href="http://gosdot.com/unity/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://gosdot.com/unity</link>
	<description>ux, data, design</description>
	<lastBuildDate>Sat, 22 May 2010 22:17:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress 2.7 Arrives</title>
		<link>http://gosdot.com/unity/2008/12/04/wordpress-27-arrives/</link>
		<comments>http://gosdot.com/unity/2008/12/04/wordpress-27-arrives/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 07:04:04 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://gosdot.com/unity/2008/12/04/wordpress-27-arrives/</guid>
		<description><![CDATA[Wordpress continues to evolve with the release of 2.7 to the public on Thursday, December 4, 2008 at 8pm Eastern Time. That’s 5pm Thursday in California, 1am Friday in London (UTC), 8am Friday in Jakarta, noon on Friday in Sydney and so on. For a quick rundown of all the new features and updates visit [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpress continues to evolve with the release of 2.7 to the public on Thursday, December 4, 2008 at 8pm Eastern Time. That’s 5pm Thursday in California, 1am Friday in London (UTC), 8am Friday in Jakarta, noon on Friday in Sydney <a href="http://www.timeanddate.com/worldclock/fixedtime.html?year=2008&amp;month=12&amp;day=5&amp;hour=1&amp;min=0&amp;sec=0">and so on.</a> For a quick rundown of all the new features and updates visit <a href="http://en.blog.wordpress.com/2008/12/03/27-gets-here-in-two-days/">Wordpress Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gosdot.com/unity/2008/12/04/wordpress-27-arrives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacking Wordpress When You’ve Forgotten Your Password</title>
		<link>http://gosdot.com/unity/2008/12/02/hacking-wordpress-when-you%e2%80%99ve-forgotten-your-password/</link>
		<comments>http://gosdot.com/unity/2008/12/02/hacking-wordpress-when-you%e2%80%99ve-forgotten-your-password/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 11:18:17 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://gosdot.com/unity/2008/12/02/hacking-wordpress-when-you%e2%80%99ve-forgotten-your-password/</guid>
		<description><![CDATA[Do you have multiple Wordpress self-hosted blogs? If so, you&#8217;ve likely run into a scenario where you just can&#8217;t remember the password to one. With Wordpress 2.5 and beyond there&#8217;s an annoying bug that sometimes generates passwords that don&#8217;t work when you click the &#8220;Forgot Password&#8221; option. Usually that button generates a query that will [...]]]></description>
			<content:encoded><![CDATA[<p>Do you have multiple Wordpress self-hosted blogs? If so, you&#8217;ve likely run into a scenario where you just can&#8217;t remember the password to one. With Wordpress 2.5 and beyond there&#8217;s an annoying bug that sometimes generates passwords that <strong>don&#8217;t work</strong> when you click the &#8220;Forgot Password&#8221; option. Usually that button generates a query that will send an email with a temporary password that allows you to reset your password to whatever you wish. The bug in 2.5 will still do that but when you click on the link that should allow you to reset your password, nothing happens.</p>
<p>Actually something does happen, Wordpress resets the password internally (in the MySQL database) but the link that it sent you to activate that password fails to connect with the database effectively locking you out of your blog. In this scenario, at least for me, all the potentially viable solutions lead to dead ends.</p>
<p>Although it should&#8217;ve, launching the database manager to reset the password manually didn&#8217;t work. I tried doing this in various ways including <a href="http://codex.wordpress.org/Resetting_Your_Password#Through_phpMyAdmin">this method</a> from Codex, <a href="http://www.watchingthenet.com/webmaster-tip-recover-wordpress-password.html">this one</a> from Watching The Net and <a href="http://anirudhsanjeev.org/reset-your-local-wordpress-password-easily/">this one</a> from Thought Outflux. But none of them worked!</p>
<p>Opening up <strong>wp-config.php</strong> and trying to reset the password there didn&#8217;t work there either.</p>
<p>I was at a loss as to what to do. That is until I found the <a href="http://www.village-idiot.org/archives/2007/05/22/wp-emergency-password-recovery/">Village Idiot Emergency Password Recovery</a> software. Using it is simple:</p>
<ul>
<li>Download the script from Village Idiot WordPress Emergency Password Script.</li>
<li>Unpack the downloaded zip file.</li>
<li>Upload the file emergency.php to the root of your WordPress installation (the same directory that contains wp-config.php).</li>
<li>In your browser, open http://example.com/emergency.php.</li>
<li>As instructed, enter the administrator username (usually admin) and the new password, then click Update Options. A message is displayed noting the changed password. An email is sent to the blog administrator with the changed password information.</li>
<li>Delete emergency.php from your server when you are done. Do not leave it on your server as someone else could use it to change your password.</li>
</ul>
<p>For whatever reason this worked flawlessly where the other methods failed and I was able to regain access to my wordpress blog and set the password to something I&#8217;ll (hopefully) never forget again. I&#8217;m not ruling out operator error on the other methods but the aptly titled Village Idiot software makes the process <i>fool-proof</i>.</p>
<p><strong>Note:</strong> Keep in mind that all of these options will only work if you are the site administrator or have direct access to the server at which the blog is hosted.</p>
<p><sup>Look familiar? I originally published this article as a writer for <a href="http://www.developertutorials.com/blog/wordpress-blog/hacking-wordpress-when-youve-forgotten-your-password-177/">DeveloperTutorials</a></sup></p>
]]></content:encoded>
			<wfw:commentRss>http://gosdot.com/unity/2008/12/02/hacking-wordpress-when-you%e2%80%99ve-forgotten-your-password/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>MagpieRSS: Truncating Titles with fetch_rss()</title>
		<link>http://gosdot.com/unity/2008/09/22/magpierss-truncating-titles-with-fetch_rss/</link>
		<comments>http://gosdot.com/unity/2008/09/22/magpierss-truncating-titles-with-fetch_rss/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 06:50:00 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[magpie]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[snoopy]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://gosdot.com/unity/?p=318</guid>
		<description><![CDATA[Truncating RSS titles for the fetch_rss() option of MagpieRSS turned out to be trickier than I initially expected.  If you aren&#8217;t a hardcore php programmer and you&#8217;re just trying to fancy up your Wordpress blog, it can be a little obtuse as to how to achieve this.  After a few Google searches turned [...]]]></description>
			<content:encoded><![CDATA[<p>Truncating RSS titles for the <code>fetch_rss()</code> option of MagpieRSS turned out to be trickier than I initially expected.  If you aren&#8217;t a hardcore php programmer and you&#8217;re just trying to fancy up your Wordpress blog, it can be a little obtuse as to how to achieve this.  After a few Google searches turned up nothing I came up with this solution&#8230;</p>
<pre>
&lt;h3&gt;Title of Your RSS Feed&lt;/h3&gt;
&lt;?php
// assign the feed to a variable named 'feed'
$feed = 'http://url-of-your-rss-feed.com/feed/';
	if ($feed) {
		include_once(ABSPATH . WPINC . '/rss.php');
// define that 'feed' is also your url
$url = $feed;
$rss = fetch_rss($feed);
// string to return if feed fails
 	if ($rss == false){
$string .= "[No Feed To Retrieve]";
	return $string;
}
$maxitems = 10;
$items = array_slice($rss-&gt;items, 0, $maxitems);
	foreach ( $items as $item ) :
// define the string which is '$title'
// define the action 'substr' means sub-string or 'part of a string'
// define where the feed string starts - first letter is '0'
// define the length of the feed string - 55 characters
// define the trailing characters - "..."
$title = substr($item['title'],0,55)." ... ";
?&gt;
&lt;ul&gt;
&lt;li&gt;
// link to the rss item origin with the description as the title
&lt;a href='&lt;?php echo $item['link']; ?&gt;' title='&lt;?php echo $item['description']; ?&gt;'&gt;
// print the truncated RSS title
&lt;?php print $title; ?&gt;
&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;?php endforeach;
}
?&gt;
&lt;br /&gt;&lt;br /&gt;
</pre>
<p>This code will allow you to truncate and print the titles of an rss feed. No more worries about whether or not that aggregated feed from Twitter or another blog will break your design.</p>
]]></content:encoded>
			<wfw:commentRss>http://gosdot.com/unity/2008/09/22/magpierss-truncating-titles-with-fetch_rss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Locked out of BBPress?</title>
		<link>http://gosdot.com/unity/2008/07/18/locked-out-of-bbpress/</link>
		<comments>http://gosdot.com/unity/2008/07/18/locked-out-of-bbpress/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 18:06:05 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[bbpress]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://gosdot.com/unity/?p=317</guid>
		<description><![CDATA[So I just spent the last fifteen minutes trying to hack my way back into my BBpress forums at code.appfrica.net.  The problem was that BBPress doesn&#8217;t consider admins the &#8217;super users&#8217; of the account.  The &#8216;administrator&#8217; rank just allows you to moderate the forum, not it&#8217;s look or anything else.  To do [...]]]></description>
			<content:encoded><![CDATA[<p>So I just spent the last fifteen minutes trying to hack my way back into my BBpress forums at code.appfrica.net.  The problem was that BBPress doesn&#8217;t consider admins the &#8217;super users&#8217; of the account.  The &#8216;administrator&#8217; rank just allows you to moderate the forum, not it&#8217;s look or anything else.  To do that you need to be what&#8217;s called a &#8216;keymaster&#8217;.  Keymasters can do anything while Administrators can do &#8216;almost&#8217; anything but that almost is pretty useless when you want to change the look of your forum!  </p>
<p>For the sake of others out there who might run into the same problem, here&#8217;s how I did it.  It&#8217;s pretty simple but no one has published anything as straight forward as this, yet (or at least I didn&#8217;t find one in my Google searches).</p>
<ol>
<li>Log into your MySQL database via PHP Admin</li>
<li>Find the &#8216;xx_usermeta&#8217; area.</li>
<li>Find the username of the account you want want to make the &#8216;keymaster&#8217;.</li>
<li>Look for the area that looks like this <code>a:1:{s:13:"administrator";b:1;}</code> and replace it with <code>a:1:{s:9:"keymaster";b:1;}</code>. </li>
<li>Log-In to the account to make sure everything worked.</li>
<li>Pat yourself on the back buckaroo, you&#8217;re done!</li>
</ol>
<p>If you know hacking, you know that having an account with the username &#8216;Admin&#8217; can be a security risk.  I got locked out of my account after changing my name from &#8216;Admin&#8217; to something else to make it harder for potential hackers to get into my forums.  Then I deleted the account called &#8216;Admin&#8217; because I thought it was enough that I promoted my new username to <em>administration</em> status.  The BBPress manual doesn&#8217;t mention the fact if you delete the Admin account, you&#8217;re deleting the sole <em>keymaster</em> effectively locking you out of the real administration of the back end of your site!</p>
<p>This technique should fix everything&#8230;at least for BBPress 0.9.0.2, the version that I used this on.</p>
]]></content:encoded>
			<wfw:commentRss>http://gosdot.com/unity/2008/07/18/locked-out-of-bbpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Wordpress 2.5</title>
		<link>http://gosdot.com/unity/2008/04/02/testing-wordpress-25/</link>
		<comments>http://gosdot.com/unity/2008/04/02/testing-wordpress-25/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 00:48:11 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://gosdot.com/unity/?p=225</guid>
		<description><![CDATA[Testing the new Wordpress.

]]></description>
			<content:encoded><![CDATA[<p>Testing the new Wordpress.</p>
<p><a href="http://gosdot.com/unity/wp-content/uploads/2008/04/jongos_spain_md.jpg"><img class="alignnone size-medium wp-image-226" title="jongos_spain_md" src="http://gosdot.com/unity/wp-content/uploads/2008/04/jongos_spain_md-297x300.jpg" alt="Me in Spain" width="297" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://gosdot.com/unity/2008/04/02/testing-wordpress-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sneakpeak at Wordpress 2.5</title>
		<link>http://gosdot.com/unity/2008/03/20/sneakpeak-at-wordpress-25/</link>
		<comments>http://gosdot.com/unity/2008/03/20/sneakpeak-at-wordpress-25/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 18:37:23 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://gosdot.com/unity/2008/03/20/sneakpeak-at-wordpress-25/</guid>
		<description><![CDATA[The people at Sixapart are diligently working to bring us the next version of wordpress and boy does it look outstanding!  Read more about it on their blog after you checkout the screen shots below!




]]></description>
			<content:encoded><![CDATA[<p>The people at Sixapart are diligently working to bring us the next version of wordpress and boy does it look outstanding!  Read more about it <a href="http://wordpress.org/development/2008/03/25-sneak-peek/">on their blog</a> after you checkout the screen shots below!</p>
<p><a href="http://wordpress.org/development/2008/03/25-sneak-peek/"><img src="http://farm3.static.flickr.com/2061/2348284662_ccb93f67d1.jpg" alt="wordpress 2.5" /></a><br />
<a href="http://wordpress.org/development/2008/03/25-sneak-peek/"><img src="http://farm4.static.flickr.com/3110/2348284688_ebfd542237_m.jpg" alt="new wordpress" /></a><br />
<a href="http://wordpress.org/development/2008/03/25-sneak-peek/"><img src="http://farm3.static.flickr.com/2003/2348284680_64f92d3e44_m.jpg" alt="wordpress 2.5" /></a><br />
<a href="http://wordpress.org/development/2008/03/25-sneak-peek/"><img src="http://farm3.static.flickr.com/2006/2347455541_6bc15b9198_m.jpg" alt="wordpress 2.5" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://gosdot.com/unity/2008/03/20/sneakpeak-at-wordpress-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
