<?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>just4freaks.de &#187; wordpress</title>
	<atom:link href="http://www.just4freaks.de/category/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.just4freaks.de</link>
	<description>Typo3 München Wordpress Starnberg  Freelancer</description>
	<lastBuildDate>Tue, 25 Oct 2011 20:40:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>WordPress 3 Custom Post Types</title>
		<link>http://www.just4freaks.de/wordpress/wordpress-3-custom-post-types</link>
		<comments>http://www.just4freaks.de/wordpress/wordpress-3-custom-post-types#comments</comments>
		<pubDate>Tue, 22 Jun 2010 09:04:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[wordpress 3]]></category>

		<guid isPermaLink="false">http://www.just4freaks.de/?p=716</guid>
		<description><![CDATA[In der neusten Version bietet WordPress 3 einige wichtige Neuerungen, welche die Einsatzmöglichkeiten der populären Blog-Software wesentlich verbessert. Die wichtigste Neuerung lautet Custom Post Types, welche es erlauben, neben den herkömmlichen Standart Post Types auch eigene Post Types zu definieren. Hierzu möchte ich euch ein paar interessante Links bereitstellen: WP Engineer Custom Post Types in [...]]]></description>
			<content:encoded><![CDATA[<p><img class="img-border mb5" title="Wordpress Custom Post Types" src="http://www.just4freaks.de/wp-content/uploads/2009/02/wp-logo1.png" alt="Wordpress Custom Post Types" width="403" height="158" /><br />
In der neusten Version bietet WordPress 3 einige wichtige Neuerungen, welche die Einsatzmöglichkeiten der populären Blog-Software wesentlich verbessert.<br />
Die wichtigste Neuerung lautet <strong>Custom Post Types</strong>, welche es erlauben, neben den herkömmlichen Standart Post Types auch eigene Post Types zu definieren.<br />
<span id="more-716"></span><br />
Hierzu möchte ich euch ein paar interessante Links bereitstellen:</p>
<ul>
<li><a href="http://wpengineer.com/impressions-of-custom-post-type/">WP Engineer</a></li>
<li><a href="http://kovshenin.com/archives/custom-post-types-in-wordpress-3-0/">Custom Post Types in WordPress 3.0</a></li>
<li><a href="http://blog.netprofit.de/custom-post-types-wordpress.html">Custom Post Types ab WordPress 3.0 nutzen</a></li>
<li><a href="http://www.vooshthemes.com/blog/wordpress-tip/create-a-professional-portfolio-using-wordpress-3-0-custom-post-types/">Create A Professional Portfolio Using WordPress 3.0 Custom Post Types</a></li>
<li><a href="http://net.tutsplus.com/tutorials/wordpress/rock-solid-wordpress-3-0-themes-using-custom-post-types/">Rock-Solid WordPress 3.0 Themes using Custom Post Types</a></li>
<li><a href="http://justintadlock.com/archives/2010/04/29/custom-post-types-in-wordpres">Custom post types in WordPress</a></li>
<li><a href="http://www.catswhocode.com/blog/how-to-create-a-side-blog-with-wordpress-3-0">How to create a side blog with WordPress 3.0</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/wordpress/wordpress-3-custom-post-types/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Admin Passwort zurücksetzen</title>
		<link>http://www.just4freaks.de/wordpress/wordpress-admin-passwort-zuruecksetzen</link>
		<comments>http://www.just4freaks.de/wordpress/wordpress-admin-passwort-zuruecksetzen#comments</comments>
		<pubDate>Fri, 09 Apr 2010 07:32:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.just4freaks.de/?p=711</guid>
		<description><![CDATA[Falls du dein Admin Passwort für dein WordPress Theme vergessen hast und keinen Zugriff auf dein E-Mail Konto hast, besteht die Möglichkeit per phpMyAdmin das Passwort neu zu setzen. Hier ein einfacher Sql-Schnipsel, um das Admin Passwort in WordPress neu zu setzen. Einfach neues_passwort_hier mit dem neuen Passwort ersetzen und den richtigen Admin Usernamen ersetzen.]]></description>
			<content:encoded><![CDATA[<p><img class="img-border mb5" title="Wordpress Attachments" src="http://www.just4freaks.de/wp-content/uploads/2009/02/wp-logo1.png" alt="Wordpress Attachments" width="403" height="158" /><br />
Falls du dein Admin Passwort für dein WordPress Theme vergessen hast und keinen Zugriff auf dein E-Mail Konto hast, besteht die Möglichkeit per phpMyAdmin das Passwort neu zu setzen.<br />
Hier ein einfacher Sql-Schnipsel, um das Admin Passwort in WordPress neu zu setzen.<br />
<span id="more-711"></span></p>
<pre class="brush: php; title: ; notranslate">
UPDATE `wp_users` SET `user_pass` = MD5( 'neues_passwort_hier' ) WHERE `wp_users`.`user_login` = &quot;admin_username&quot;;
</pre>
<p>Einfach <em>neues_passwort_hier</em> mit dem neuen Passwort ersetzen und den richtigen <em>Admin Usernamen</em> ersetzen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/wordpress/wordpress-admin-passwort-zuruecksetzen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Attachments (Dateianhänge)</title>
		<link>http://www.just4freaks.de/wordpress/wordpress-attachments-dateianhaenge</link>
		<comments>http://www.just4freaks.de/wordpress/wordpress-attachments-dateianhaenge#comments</comments>
		<pubDate>Fri, 27 Nov 2009 08:00:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[attachment]]></category>

		<guid isPermaLink="false">http://www.just4freaks.de/?p=687</guid>
		<description><![CDATA[Hier ein einfacher Code-Schnipsel, um Attachments (Dateianhänge) in einem WordPress-Theme anzuzeigen. Fügt einfach den folgenden Code innerhalb eines WordPress Loops ein und deine Dateianhänge werden angezeigt. Desweiteren ist es auch möglich den Code irgendwo in die post.php Datei einzufügen. Credit: wprecipes.com]]></description>
			<content:encoded><![CDATA[<p><img class="img-border mb5" title="Wordpress Attachments" src="http://www.just4freaks.de/wp-content/uploads/2009/02/wp-logo1.png" alt="Wordpress Attachments" width="403" height="158" /><br />
Hier ein einfacher Code-Schnipsel, um Attachments (Dateianhänge) in einem WordPress-Theme anzuzeigen.</p>
<pre class="brush: php; title: ; notranslate">
$args = array(
	'post_type' =&gt; 'attachment',
	'numberposts' =&gt; null,
	'post_status' =&gt; null,
	'post_parent' =&gt; $post-&gt;ID
);
$attachments = get_posts($args);
if ($attachments) {
	foreach ($attachments as $attachment) {
		echo apply_filters('the_title', $attachment-&gt;post_title);
		the_attachment_link($attachment-&gt;ID, false);
	}
}
</pre>
<p>Fügt einfach den folgenden Code innerhalb eines WordPress Loops ein und deine Dateianhänge werden angezeigt.<br />
Desweiteren ist es auch möglich den Code irgendwo in die post.php Datei einzufügen.</p>
<p>Credit: <a href="http://www.wprecipes.com/how-to-show-wordpress-post-attachments">wprecipes.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/wordpress/wordpress-attachments-dateianhaenge/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 50 WordPress Tutorials</title>
		<link>http://www.just4freaks.de/wordpress/top-50-wordpress-tutorials</link>
		<comments>http://www.just4freaks.de/wordpress/top-50-wordpress-tutorials#comments</comments>
		<pubDate>Wed, 25 Feb 2009 13:20:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.just4freaks.de/?p=510</guid>
		<description><![CDATA[As a web developer, you can broaden your potential client base and add value for existing clients by listing &#8216;WordPress&#8217; as an area of expertise. Of course, unless you want to bluff your way through jobs, you&#8217;d better have the skill to back-up that claim. This collection will help. WordPress Basics Unraveling the Secrets of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="img-border mb5" title="Wordpress Logo" src="http://www.just4freaks.de/wp-content/uploads/2009/02/wp-logo1.png" alt="Wordpress Logo" width="403" height="158" />As a web developer, you can broaden your potential client base and add value for existing clients by listing &#8216;WordPress&#8217; as an area of expertise. Of course, unless you want to bluff your way through jobs, you&#8217;d better have the skill to back-up that claim. <a title="Wordpress Tutorials" href="http://net.tutsplus.com/articles/web-roundups/top-50-wordpress-tutorials/">This collection</a> will help.</p>
<h3>WordPress Basics</h3>
<ol>
<li> Unraveling the Secrets of the comments.php File<br />
Nettuts+ author Gilles Maes has written an in-depth <a href="http://nettuts.com/news/unraveling-the-secrets-of-wordpress-commentsphp-file/">overview of the comments.php file</a> and how to make the most of the template.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/wordpress/top-50-wordpress-tutorials/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Customizing your own WordPress theme</title>
		<link>http://www.just4freaks.de/wordpress/building-customizing-your-own-wordpress-theme</link>
		<comments>http://www.just4freaks.de/wordpress/building-customizing-your-own-wordpress-theme#comments</comments>
		<pubDate>Mon, 23 Feb 2009 16:51:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://www.just4freaks.de/?p=463</guid>
		<description><![CDATA[WordPress is an awesome CMS ( Content Mangement System). He find it easier and better than any other CMS. If you are not using it, you should consider it. The great things about the worpdress is the plugins. They makes it easier to add functionality and interactivity. Building wordpress theme is great experience. But, do [...]]]></description>
			<content:encoded><![CDATA[<p><img title="Wordpress" src="http://www.just4freaks.de/wp-content/uploads/2009/02/wordpress.jpg" alt="Wordpress" width="403" height="158" />WordPress is an awesome CMS ( Content Mangement System). He find it easier and better than any other CMS. If you are not using it, you should consider it. The great things about the worpdress is the plugins. They makes it easier to add functionality and interactivity. <a title="Building Customizing your own WordPress theme" href="http://desizntech.info/2009/02/buildingcustomizing-your-own-wordpress-theme-beginners-and-intermediate/">Building wordpress theme</a> is great experience. But, do not worry, He is not going to write a new guide on How to build your own wordpress theme&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/wordpress/building-customizing-your-own-wordpress-theme/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Custom WordPress Plugin From Scratch</title>
		<link>http://www.just4freaks.de/wordpress/create-a-custom-wordpress-plugin-from-scratch</link>
		<comments>http://www.just4freaks.de/wordpress/create-a-custom-wordpress-plugin-from-scratch#comments</comments>
		<pubDate>Tue, 20 Jan 2009 22:38:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This tutorial will describe the implementation of a WordPress plugin starting from scratch. The plugin will connect to an external OSCommerce database and display random products on your WordPress site. It also implements a configuration page for the WordPress admin panel.]]></description>
			<content:encoded><![CDATA[<p>This tutorial will describe the implementation of a <a href="#mce_temp_url#">WordPress plugin</a> starting from scratch. The plugin will connect to an external OSCommerce database and display random products on your WordPress site. It also implements a configuration page for the WordPress admin panel.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/wordpress/create-a-custom-wordpress-plugin-from-scratch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video Screencast &#8211; WordPress Tricks</title>
		<link>http://www.just4freaks.de/wordpress/video-screencast-wordpress-tricks</link>
		<comments>http://www.just4freaks.de/wordpress/video-screencast-wordpress-tricks#comments</comments>
		<pubDate>Thu, 27 Nov 2008 09:42:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[screencast]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[It&#8217;s WordPress Week here at CSS-Tricks, so I wanted to so a WordPress-themed screencast and cover a lot of mini-tips that haven&#8217;t made it into previous WordPress screencasts. He cover: Setting better titles for all pages Setting different backgrounds based on URL Setting different styling based on the post ID Live comment previews with JavaScript [...]]]></description>
			<content:encoded><![CDATA[<p>It&rsquo;s WordPress Week here at CSS-Tricks, so I wanted to so a WordPress-themed screencast and cover a lot of mini-tips that haven&rsquo;t made it into previous <a href="http://css-tricks.com/video-screencasts/44-hodgepodge-of-wordpress-tricks/" title="Wordpress Screencast">WordPress screencasts</a>. He cover:
<ul>
<li>Setting better titles for all pages</li>
<li>Setting different backgrounds based on URL</li>
<li>Setting different styling based on the post ID</li>
<li>Live comment previews with JavaScript and/or plugin</li>
</ul>
<p>by: Chris Coyier</p>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/wordpress/video-screencast-wordpress-tricks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Steps to a Client Friendly WordPress CMS</title>
		<link>http://www.just4freaks.de/wordpress/10-steps-to-a-client-friendly-wordpress-cms</link>
		<comments>http://www.just4freaks.de/wordpress/10-steps-to-a-client-friendly-wordpress-cms#comments</comments>
		<pubDate>Fri, 21 Nov 2008 10:24:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cms]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[What is not to love about WordPress? It is extremely extendable, an open source project, has a selection of thousands of plugins, in addition to the support community being simply massive. WordPress has proved itself as a great blogging platform and content management system. There are a few steps to improving the interface to make [...]]]></description>
			<content:encoded><![CDATA[<p>What is not to love about WordPress? It is extremely extendable, an open source project, has a selection of thousands of plugins, in addition to the support community being simply massive. WordPress has proved itself as a great blogging platform and content management system. There are a few steps to <a title="Client friendly wordpress" href="http://stylizedweb.com/2008/11/16/10-steps-to-a-client-friendly-wordpress-cms/">improving the interface</a> to make it easier for our clients.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/wordpress/10-steps-to-a-client-friendly-wordpress-cms/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

