<?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>w3it.org - Internet Helper Blog &#187; Do you know? (Wordpress tips)</title>
	<atom:link href="http://www.w3it.org/blog/category/do-you-know/do-you-know-wordpress-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.w3it.org/blog</link>
	<description>help for internet people</description>
	<lastBuildDate>Tue, 04 May 2010 17:01:06 +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>The &#8220;Portable PHP password hashing framework&#8221; for wordpress</title>
		<link>http://www.w3it.org/blog/2009/06/28/the-portable-php-password-hashing-framework-for-wordpress/</link>
		<comments>http://www.w3it.org/blog/2009/06/28/the-portable-php-password-hashing-framework-for-wordpress/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 12:22:41 +0000</pubDate>
		<dc:creator>axew3</dc:creator>
				<category><![CDATA[Do you know? (Wordpress tips)]]></category>
		<category><![CDATA[hash wordpress]]></category>
		<category><![CDATA[wordpress password generation]]></category>
		<category><![CDATA[wordpress password hash]]></category>

		<guid isPermaLink="false">http://www.w3it.org/blog/?p=222</guid>
		<description><![CDATA[The &#8220;Portable PHP password hashing framework&#8221;  is a php class used in wordpress to generate password&#8217;s hash.
It is a separate project, and like many others wordpress features is included/combined in the code to create this blog written/coded by Matt Mullenweg.
The name of this php project is:
Portable PHP password hashing framework  (Openwall Project)

]]></description>
			<content:encoded><![CDATA[<p>The &#8220;Portable PHP password hashing framework&#8221;  is a php class used in wordpress to generate password&#8217;s hash.</p>
<p>It is a separate project, and like many others wordpress features is included/combined in the code to create this blog written/coded by Matt Mullenweg.<span id="more-222"></span></p>
<p>The name of this php project is:</p>
<p><strong><a title="Portable PHP password hashing framework" href="http://www.openwall.com/phpass/" target="_blank">Portable PHP password hashing framework</a> </strong> (Openwall Project)<strong><a title="Portable PHP password hashing framework" href="http://www.openwall.com/phpass/" target="_blank"><br />
</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.w3it.org/blog/2009/06/28/the-portable-php-password-hashing-framework-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error on wordpress after the auto update: how to solve</title>
		<link>http://www.w3it.org/blog/2009/05/29/wordpress-error-afterauto-update/</link>
		<comments>http://www.w3it.org/blog/2009/05/29/wordpress-error-afterauto-update/#comments</comments>
		<pubDate>Fri, 29 May 2009 19:42:18 +0000</pubDate>
		<dc:creator>axew3</dc:creator>
				<category><![CDATA[Do you know? (Wordpress tips)]]></category>
		<category><![CDATA[auto update]]></category>
		<category><![CDATA[automatic update]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[error 500]]></category>
		<category><![CDATA[errore 500 aggiornamento wordpress]]></category>
		<category><![CDATA[wordpress auto update error]]></category>
		<category><![CDATA[wordpress update]]></category>

		<guid isPermaLink="false">http://www.w3it.org/blog/?p=192</guid>
		<description><![CDATA[There is a feature in wordpress that is very useful: the auto update to the latest version of wordpress when it has been released in a new version. Unfortunately can happen that in change, after that automatic update process has finished, we have error 500 from any blog&#8217;s page. The error 500 can come out [...]]]></description>
			<content:encoded><![CDATA[<p>There is a feature in wordpress that is very useful: the auto update to the latest version of wordpress when it has been released in a new version. Unfortunately can happen that in change, after that automatic update process has finished, we have error 500 from any blog&#8217;s page. The error 500 can come out in wordpress after the automatic update because the process go to renew any single file and setting for each file the CHMOD permission to 644 (only read). <span id="more-192"></span>This can cause the 500 error  and to solve it is only necessary to reset the CHMOD to the correct value for each wp file on your server, which value can be 755 or 777, it depend from your server&#8217;s settings.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.w3it.org/blog/2009/05/29/wordpress-error-afterauto-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wordpress: formatting posts or pages titles</title>
		<link>http://www.w3it.org/blog/2009/01/13/formatting-posts-or-pages-titles/</link>
		<comments>http://www.w3it.org/blog/2009/01/13/formatting-posts-or-pages-titles/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 21:27:34 +0000</pubDate>
		<dc:creator>axew3</dc:creator>
				<category><![CDATA[Do you know? (Wordpress tips)]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wrap]]></category>

		<guid isPermaLink="false">http://www.w3it.org/blog/?p=109</guid>
		<description><![CDATA[Do you know &#8230;
It is possible to format using html code any wordpress post&#8217;s title or page title.
A simple example? We like to wrap a phrase like this exactly in three lines:
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Do you know &#8230;</strong><br />
It is possible to format using html code any wordpress post&#8217;s title or page title.<br />
A simple example? We like to wrap a phrase like this exactly in three lines:</p>
<blockquote><p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.</p></blockquote>
<p>You can write the sample title in this way:</p>
<blockquote><p>Contrary to popular belief,&#60;br /&#62; Lorem Ipsum is not simply random text. &#60;br /&#62;It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.w3it.org/blog/2009/01/13/formatting-posts-or-pages-titles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

