<?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>And Break &#187; Wordpress</title>
	<atom:link href="http://andbreak.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://andbreak.com</link>
	<description>Helping You Become the Blogger You Want to Be</description>
	<lastBuildDate>Tue, 12 Apr 2011 12:21:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to Create a Better WordPress Search</title>
		<link>http://andbreak.com/2010/10/wordpress-search/</link>
		<comments>http://andbreak.com/2010/10/wordpress-search/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 16:45:16 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://andbreak.com/?p=1827</guid>
		<description><![CDATA[<img class="alignleft size-full wp-image-2374" title="Improve Wordpress Search" src="http://andbreak.com/wp-content/uploads/2010/10/wordpress-search-computer.png" alt="" width="280" height="280" /><strong>Wordpress' search by default totally sucks</strong>. It doesn't do a good job of searching your blog at all. It always has been an issue and I guess it always will be. Or maybe not.

I wanted to <strong>build a better search</strong> for my blog so I started to search for resources that would help me do that. Along the way I tested several different plugins and options. Let me show you how I created a better search for Wordpress.<p><a href="http://andbreak.com/2010/10/wordpress-search/">How to Create a Better WordPress Search</a> is a post from <a href="http://andbreak.com">And Break</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-2374" title="Improve WordPress Search" src="http://andbreak.com/wp-content/uploads/2010/10/wordpress-search-computer.png" alt="" width="280" height="280" /><strong>WordPress&#8217; search by default totally sucks</strong>. It doesn&#8217;t do a good job of searching your blog at all. It always has been an issue and I guess it always will be. Or maybe not.</p>
<p>I wanted to <strong>build a better search</strong> for my blog so I started to search for resources that would help me do that. Along the way I tested several different plugins and options. Let me show you how I created a better search for WordPress.</p>
<p>The best way I have found to create a better WordPress search is simply by using a plugin. I have used <a href="http://wordpress.org/extend/plugins/search-everything/">Search Everything</a> for a long time but have recently realized that it&#8217;s not useful at all. All it really does is highlight the term you are searching for within the results page. But it doesn&#8217;t really create a better search page.</p>
<p>While trying to find options on how to create better searches I came across an <strong>old article from Joost de Valk</strong> about <a href="http://yoast.com/wordpress-search/">making a better WordPress search</a>. The article itself was extremely helpful and I am going to follow and mention lots of the points he makes there. What he uses on his blog supposedly is the <a rel="nofollow" href="http://www.semiologic.com/software/wp-tweaks/search-reloaded/">Search Reloaded</a> plugin. When I tried to download the plugin it made me log in as a member. Thinking that I could easily sign up and get the plugin I indeed signed up. Still I couldn&#8217;t download the plugin because it seems to be part of a product the site is selling.</p>
<h2>WordPress Default Search Problem</h2>
<p>The huge problem that WordPress&#8217; default search has is that it <strong>lists articles based on date</strong> and not on relevance. That means it lists the most recent articles that include the term you are searching for. So even when an article only mentions that keyword once will WordPress go back and show it in the search results.</p>
<p>In this article we want to create a search that shows relevant results.</p>
<h2>More Relevant Search Results</h2>
<p>That&#8217;s why I started to search for alternatives and came upon <a href="http://wordpress.org/extend/plugins/search-unleashed/">Search Unleashed</a>. I did <strong>install Search Unleashed</strong> once before but I didn&#8217;t know how to use it right because by default it made the search look terrible.</p>
<p>The great thing about the plugin is that it indeed returns better search results as long as you know how to use it. If you rather want to rely on a premium plugin to deliver better results then take a look at the <a href="http://codecanyon.net/item/relevant-search-wordpress-plugin/121503?ref=knubbl">Relevant Search plugin</a> which is the one that&#8217;s used on all of the Tut+ websites. It&#8217;s supposed to be really good but it&#8217;s not free.</p>
<p>I drifted off there, let&#8217;s go back to our plugin setup. Basically Search Unleashed let&#8217;s you <strong>create your own search engine</strong> by giving you the option of deciding on priorities.<br />
That means that if you think in order to get relevant results the keyword should be contained in the page title then you should assign this page title the highest priority, in my case I chose 1. You then go ahead and click on the things that you think are relevant too, such as category, content, page excerpt, tags etc. and <strong>decide on a priority</strong>.</p>
<div id="attachment_2376" class="wp-caption aligncenter" style="width: 570px"><a href="http://andbreak.com/wp-content/uploads/2010/10/search-unleashed-module-settings.png"><img class="size-full wp-image-2376" title="Search Unleashed My Priority Settings" src="http://andbreak.com/wp-content/uploads/2010/10/search-unleashed-module-settings.png" alt="" width="560" height="200" /></a><p class="wp-caption-text">My priority settings for Search Unleashed, click to enlarge the image.</p></div>
<p style="text-align: center;">
<p>You can actually see how I have configured my search and the priorities I assigned to each type. For me this combination works best but you can change it however you want too. For example if you heavily use tags then this might be a good option to include. Once you have set the priorities be sure to save the settings.</p>
<p>Before any search results will be shown through your WordPress search you need to go to the Search Unleashed page (<em>Tools -&gt; Search Unleashed</em>) and <strong>re-index your site</strong>. This might take a few moments. Once this is done search your blog using the new search.</p>
<p>Before you use it I recommend to change a few settings in order to make the search look nicer because for some reason the default Search Unleashed layout makes the <strong>search results look extremely ugly</strong>.<br />
Let&#8217;s just fix this. Go to the <em>Search Unleashed -&gt; Options</em> page and change the <em>Search Engine</em> to <em>MySQL Fulltext</em>. If you don&#8217;t change this you will still be stuck with the default WordPress engine. In order to also <strong>get rid of the ugly search excerpts</strong> uncheck both of these boxes:</p>
<ul>
<li><em>Change page title on search results to reflect the search condition</em></li>
<li><em>Highlight searches on search page or default to the_excerpt</em></li>
</ul>
<p>The last thing I would recommend is to scroll further down the page and to <strong>change the color</strong> of Highlight Color #1 to <em>#FEFFBF</em> because that way it&#8217;s not as bright.</p>
<h2>WordPress Search Excerpts</h2>
<p>The search results are still not looking the way they should look. To change this we are going to install the <a href="http://fucoder.com/code/search-excerpt/">Search Excerpt plugin</a>. Once installed it will show <strong>nicer excerpts</strong> automatically.</p>
<h2>Style the Search Results</h2>
<p>We now want to highlight the keyword within the <strong>heading of each search excerpt</strong> in order to make it stand out. To do that edit your search.php file (<em>Appearance -&gt; Editor -&gt; search.php</em>). Find the code which says <em>the_title();</em> and change it to <em>echo $title;</em>. Then above it include the following code:</p>
<pre>&lt;?php
	$title 	= get_the_title();
	$keys= explode(" ",$s);
	$title 	= preg_replace('/('.implode('|', $keys) .')/iu',
		'&lt;strong&gt;\0&lt;/strong&gt;',
		$title);
?&gt;</pre>
<p>Now we need to <strong>add some CSS styling</strong> to the heading (Appearance -&gt; Editor -&gt; style.css):</p>
<pre>strong.search-excerpt { background: #FEFFBF; }</pre>
<p>Simply add it to your style.css file and save it. Another step is to show the visitors also what they are searching for. This seems dumb but is actually very helpful.</p>
<p>Let&#8217;s go ahead and find this code</p>
<pre>&lt;h2&gt;Search Results&lt;/h2&gt;</pre>
<p>and <strong>modify it to</strong>:</p>
<pre>&lt;h2&gt;Search Results for "&lt;em&gt;&lt;?php the_search_query(); ?&gt;&lt;/em&gt;"&lt;/h2&gt;</pre>
<p>That just makes the search page look nicer. Do the same thing with the &#8220;no posts found&#8221; line below the <em>endwhile;</em> code.</p>
<h3>Show the Number of Results</h3>
<p>Just before publishing this article I stumbled across an article from Michael on <a href="http://www.problogdesign.com/wordpress/3-codes-for-a-far-better-wordpress-search-page/">creating better search pages</a>. In it he mentions to also show the number of results which is what we are going to add to the search page. Just add this code before the one above.</p>
<pre>&lt;?php $allsearch = &amp;new WP_Query("s=$s&amp;showposts=-1"); 
 $count = $allsearch-&gt;post_count;
wp_reset_query(); ?&gt;</pre>
<p>Then change the headline code above to:</p>
<pre>&lt;h2&gt;Search results "&lt;em&gt;&lt;?php the_search_query(); ?&gt;&lt;/em&gt;" -
&lt;?php echo $count; ?&gt; Articles&lt;/h2&gt;</pre>
<p>Now your visitors will also see how many relevant pages were found.</p>
<h2>Refining the Search Result Page</h2>
<p>To refine searches Joost de Valk suggests to <strong>put another search box below your excerpts</strong> which is a great idea. Just add this code after the <em>endwhile;</em> in the <em>search.php</em> file:</p>
<pre>&lt;h3&gt;Didn't find what you were looking for? Refine your search!&lt;/h3&gt;
&lt;?php include (TEMPLATEPATH . '/searchform.php'); ?&gt;</pre>
<p>Once you have done that you could also add a number of related searches in order to make it easier for the visitor to find what he is looking for. In order to do this you need to have the <a href="http://yoast.com/wordpress/search-suggest/">Search Suggest</a> plugin installed. Simply add this code below the one I mentioned above:</p>
<pre>&lt;?php related_searches(); ?&gt;</pre>
<p>This will <strong>add related searches</strong> below the search form.</p>
<h3>Change the Pagination</h3>
<p>Another step I suggest to do is to change the pagination links (which are usually after the <em>endwhile;</em> in the <em>search.php</em> file) that are usually below the search results. My normal pagination links are <em>Older Entries</em> and <em>Previous Entries</em> which I changed to <em>Previous Page</em> and <em>Next Page</em> to make the page look nicer.</p>
<h3>Change the Search Form Value</h3>
<p>One additional step I recommend to do is to change the default search form value. Google, for example, always keeps the keyword you have searched for in their search box and that&#8217;s what we are going to do too. Edit the <em>searchform.php</em> file and find the <em>value=&#8221;</em> code within the HTML <em>&lt;input&gt;</em> tag. Simply change it to:</p>
<pre>value="&lt;?php the_search_query(); ?&gt;"</pre>
<p>Now whenever you search for something <strong>the keyword will be put in the box</strong>.</p>
<h3>Catch Misspelled Words</h3>
<p>One very effective aspect Joost mentioned in his article is a way of catching typos. Search Suggest also <strong>suggests keywords when someone misspelled something</strong>. In order to make use of this add the following line below the &#8220;no matches&#8221; or &#8220;no posts found&#8221; code:</p>
<pre>&lt;?php spell_suggest(); ?&gt;</pre>
<h2>Track Search Behaviour</h2>
<p>In order to also track what is happening on your search page you can do one of several things. <strong>Google Analytics offers an easy solution</strong> to <a href="http://andbreak.com/2010/03/google-analytics-tutorial-site-search/">tracking site search</a> (read it here) and that&#8217;s the method I prefer. If you do so then you will be able to find the search reports under <em>Content -&gt; Site Search</em> in your Analytics dashboard.</p>
<p><a href="http://www.thunderguy.com/semicolon/wordpress/search-meter-wordpress-plugin/">Search meter</a> is a WordPress plugin you can install which will show you what people are searching for on your blog and how many of those searches were unsuccessful. If you are more comfortable with that I would recommend to stick to that.</p>
<p><strong>If you want to see the results of this post then simply search my blog using the search in the sidebar.</strong></p>
<p><em>What do you think? Have you already tried to change the default WordPress search?</em></p>
<p><a href="http://andbreak.com/2010/10/wordpress-search/">How to Create a Better WordPress Search</a> is a post from <a href="http://andbreak.com">And Break</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andbreak.com/2010/10/wordpress-search/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>WordPress Security: Another Expert Article</title>
		<link>http://andbreak.com/2009/08/wordpress-security-another-expert-article/</link>
		<comments>http://andbreak.com/2009/08/wordpress-security-another-expert-article/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 13:29:30 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://andbreak.com/?p=1243</guid>
		<description><![CDATA[It took me a while but now I finally finished another expert article. This article covers <a href="http://andbreak.com/articles/wordpress-security/">Wordpress security</a> in depth. I have to warn you though it is very long (around 3000 words).

Here is the introduction to make you more eager to read it:<p><a href="http://andbreak.com/2009/08/wordpress-security-another-expert-article/">WordPress Security: Another Expert Article</a> is a post from <a href="http://andbreak.com">And Break</a></p>
]]></description>
			<content:encoded><![CDATA[<p>It took me a while but now I finally finished another expert article. This article covers <a href="http://andbreak.com/articles/wordpress-security/">WordPress security</a> in depth. I have to warn you though it is very long (around 3000 words).</p>
<p>Here is the introduction to make you more eager to read it:</p>
<blockquote><p>WordPress became very popular with the ever growing number of blogs. People started creating all sorts of guides and tutorials for WordPress itself. But little has been talked about security, even though it is such an important topic. For that reason I wanted to step forward and create a comprehensive WordPress security guide.<br />
Really, there is no reason not to follow along this guide and make your blog more secure. Think of how much it would cost you if your blog were to be hacked?</p></blockquote>
<p>I hope you like the <a href="http://andbreak.com/articles/wordpress-security/">WordPress security article</a>.</p>
<p>Tell me what you think of it! Do you like it? Do you think such in depth articles are valuable or just a waste of time?</p>
<p><a href="http://andbreak.com/2009/08/wordpress-security-another-expert-article/">WordPress Security: Another Expert Article</a> is a post from <a href="http://andbreak.com">And Break</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andbreak.com/2009/08/wordpress-security-another-expert-article/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is WordPress?</title>
		<link>http://andbreak.com/2009/07/what-is-wordpress/</link>
		<comments>http://andbreak.com/2009/07/what-is-wordpress/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 13:04:55 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://andbreak.com/?p=1109</guid>
		<description><![CDATA[Every blogger is talking about Wordpress. Every blogger would recommend it to you. But what is it? What does it do? Should you use it? I hope you find answers to these questions in this article.
<h3>Wordpress in General</h3>

Wordpress is a system that helps you manage the content you present on your web site. Because of that it is also referred to as a <a href="http://en.wikipedia.org/wiki/Content_management_system">Content Management System or CMS</a>.<p><a href="http://andbreak.com/2009/07/what-is-wordpress/">What is WordPress?</a> is a post from <a href="http://andbreak.com">And Break</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1173" style="border: 3px solid silver;" title="Wordpress Content Management System" src="http://andbreak.com/wp-content/uploads/2009/07/wordpresscms.jpg" alt="Wordpress Content Management System" width="560" height="323" /></p>
<p>Every blogger is talking about WordPress. Every blogger would recommend it to you. But what is it? What does it do? Should you use it? I hope you find answers to these questions in this article.</p>
<h2>WordPress in General</h2>
<p>WordPress is a system that helps you manage the content you present on your web site. Because of that it is also referred to as a <a href="http://en.wikipedia.org/wiki/Content_management_system">Content Management System or CMS</a>.</p>
<p>A Content Management System lets you create, manage, edit and publish content in a organized manner. It does this in a straight forward way. Especially in WordPress you can control every aspect of the web site through a nice control panel.</p>
<p>Another aspect that makes it so great, is that it&#8217;s free. You don&#8217;t have to pay anything.</p>
<h2>Who Should Use WordPress?</h2>
<p>If you are sick of having to manage all your HTML files yourself or you do not know a lot about the technical side of a web site, then WordPress will be very useful to you.</p>
<p>It is great for people who do not like doing technical stuff. On the other hand it is also good for web developers. They can create plugins to extend WordPress&#8217; default functionality to suit their needs.</p>
<p>Ultimately WordPress is useful for everyone.</p>
<h3>Requirements</h3>
<p>WordPress itself does have some technical requirements. If you want to know whether WordPress could be installed on your web server than just ask your web host about the following aspects:</p>
<ul>
<li>PHP 4.3 or greater</li>
<li>MYSQL 4.0 or greater</li>
<li>The mod_rewrite Apache module</li>
</ul>
<p>Most web hosting companies meet these requirements but it cannot hurt to ask before <a href="http://andbreak.com/2009/06/how-to-pick-the-right-web-hosting-provider/">signing up for a hosting service</a>.</p>
<h2>Blogging with WordPress</h2>
<p>WordPress is mostly used for blogs these days. The reason being that it was originally developed for this task.</p>
<p>Therefore blogging with WordPress is extremely easy once you get the hang of it. There is not a whole lot you can do wrong. If you don&#8217;t want to end up destroying your blog while trying a few things out then I would recommend <a href="http://andbreak.com/2009/05/installing-wordpress-offline/">installing WordPress offline</a>.</p>
<h3>Other WordPress Uses</h3>
<p><a href="http://buddypress.org/">BuddyPress</a> is an extension of WordPress. All it does is to add specific plugins to your WordPress blog. These plugins serve to make your web site more social through adding functions such as private messaging.</p>
<p>WordPress is also used as an <a href="http://codex.wordpress.org/Business_Blogging_and_Shopping">e-Commerce site</a>. Again there are several plugins that help you in creating a e-Commerce web site.</p>
<h2>WordPress Plugins</h2>
<p>WordPress for its part is also very flexible. This flexibility comes in the form of plugins.</p>
<p>Everyone is allowed to create plugins. If you have a great plugin idea then go ahead and create it. In order to do that though your plugin needs to fulfill certain requirements. Therefore if you are seriously interested in developing plugins you should visit <a href="http://codex.wordpress.org/Main_Page">WordPress&#8217; knowledge base.</a></p>
<p>All new WordPress plugins will be listed in the <a href="http://wordpress.org/extend/plugins/">Plugin Directory</a>.</p>
<h2>How to Style Your Blog Differently</h2>
<p>WordPress themes are a way to style your blog differently. These themes are basic PHP files containing some special WordPress modifiers. Therefore WordPress themes look  almost the same as normal PHP web pages.</p>
<p>Themes are made up of multiple pages, some of which are necessary. Every theme should at least include these files:</p>
<p><code>style.css<br />
header.php<br />
index.php<br />
footer.php<br />
sidebar.php<br />
comments.php<br />
</code></p>
<p>Today there are so many themes available for WordPress it is hard to know where to start with. I personally recommend two web sites:</p>
<ul>
<li><a href="http://www.woothemes.com/amember/go.php?r=5636&amp;i=b0">Woothemes</a> &#8211; This web sites offers mostly WordPress themes you have to purchase, but they also have some free themes available.</li>
<li><a href="http://www.dailyblogtips.com/wordpress-themes/">DailyBlogTips</a> &#8211; This is a blog which offers many free WordPress themes.</li>
</ul>
<p>Depending on your needs I recommend to go to either one of the web sites. However if you are not so much into the technical side of a blog then I recommend purchasing themes from Woothemes. Their advantage is that everything is already built-in and you can change stuff without the need of editing source code.</p>
<h3>WordPress.org vs WordPress.com</h3>
<p>Everyone doing research about WordPress will eventually come to ask himself whether there is a difference between <a href="http://wordpress.org/">WordPress.org</a> and <a href="http://wordpress.com/">WordPress.com</a>.</p>
<p>Yes, there is a small but significant difference between these two web sites. WordPress.org offers the free content management system I&#8217;ve been talking about. On the other hand WordPress.com is a web site that offers free blogs that use WordPress.org as the blog management system.</p>
<p>In a simple sentence: WordPress.org  is the software WordPress.com uses to provide free blogs for visitors.</p>
<p><em>Has this article helped you in understanding WordPress better? Was it of any use?</em></p>
<p><a href="http://andbreak.com/2009/07/what-is-wordpress/">What is WordPress?</a> is a post from <a href="http://andbreak.com">And Break</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andbreak.com/2009/07/what-is-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing WordPress Offline</title>
		<link>http://andbreak.com/2009/05/installing-wordpress-offline/</link>
		<comments>http://andbreak.com/2009/05/installing-wordpress-offline/#comments</comments>
		<pubDate>Mon, 04 May 2009 17:20:19 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://andbreak.com/?p=683</guid>
		<description><![CDATA[At the beginning when I started blogging I didn't know how to use Wordpress correctly. I also didn't have much experience with using Wordpress.

Days after days I tried to play around with my Wordpress theme but I always had to log into my Wordpress blog. The problem was that it was not only slow to always change code in the Editor section, but it always changed the appearance of my blog.<p><a href="http://andbreak.com/2009/05/installing-wordpress-offline/">Installing WordPress Offline</a> is a post from <a href="http://andbreak.com">And Break</a></p>
]]></description>
			<content:encoded><![CDATA[<p>At the beginning when I started blogging I didn&#8217;t know how to use WordPress correctly. I also didn&#8217;t have much experience with using WordPress.</p>
<p>Days after days I tried to play around with my WordPress theme but I always had to log into my WordPress blog. The problem was that it was not only slow to always change code in the Editor section, but it always changed the appearance of my blog.</p>
<p>This eventually led me to find a way to use WordPress offline. Using it offline has a lot of advantages:</p>
<ul>
<li>you do not use up your bandwidth</li>
<li>it is <a href="http://andbreak.com/articles/guide-speed-wordpress/">a lot faster</a></li>
<li>it just changes your local theme and does not change the look of your online blog</li>
</ul>
<p>There is just one problem with installing WordPress offline. You usually need a server to run WordPress as it uses PHP, which is a programming language that is used on most web servers.</p>
<p>After trying several things out I became aware of XAMPP which solves the issue mentioned above.</p>
<h3>What Is XAMPP?</h3>
<blockquote><p>XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use &#8211; just download, extract and start.</p></blockquote>
<p>XAMPP is really useful as it packages all the necessary files in one distribution and makes the installation very simple.</p>
<p>Now let&#8217;s look at the steps you need to take in order to get your offline WordPress blog working.</p>
<h3>Download XAMPP</h3>
<p>Go and visit Apache Friends to <a href="http://www.apachefriends.org/en/xampp.html">download XAMPP</a>. There are several different downloads depending on your platform.</p>
<h3>Installation</h3>
<p>After having downloaded XAMPP, <em>double click on the file</em> (in Windows). This should open up a new Window and start the installation.</p>
<div id="attachment_969" class="wp-caption aligncenter" style="width: 560px"><img class="size-full wp-image-969" title="Installation Start" src="http://andbreak.com/wp-content/uploads/2009/05/installstart.jpg" alt="Default Installation Start" width="550" height="397" /><p class="wp-caption-text">Default installation start page in Windows</p></div>
<p>Click <em>Next</em> to go to the next page. There you should be able to choose to which location you want to install XAMPP. If want to change the default location then click on <em>Browse&#8230;</em></p>
<p><em> </em></p>
<div id="attachment_971" class="wp-caption aligncenter" style="width: 560px"><em></em><em><img class="size-full wp-image-971" title="Choose XAMPP location" src="http://andbreak.com/wp-content/uploads/2009/05/chooselocation.jpg" alt="Choose the XAMPP installation location" width="550" height="376" /></em><p class="wp-caption-text">Choose the directory to which you want to install XAMPP</p></div>
<p>Again choose the <em>Next</em> button to get to the next page. Here you are prompted with options such as whether to add an icon to your desktop or not. Select the options you like and then click on <em>Install</em>.</p>
<p>Afterwards your computer should start to install XAMPP. When it&#8217;s done just click on <em>Finish</em> to close the installation.</p>
<p>XAMPP should now be installed so let&#8217;s take a look at making it ready for WordPress.</p>
<h3>Running XAMPP</h3>
<p>If you chose to add an icon to your Desktop then just double click on it, otherwise go to <em>Programs -&gt; Apache Friends -&gt; XAMPP -&gt; XAMPP Control Panel</em>. You should now see a control panel similar to the one below.</p>
<div id="attachment_980" class="wp-caption aligncenter" style="width: 464px"><a href="http://andbreak.com/wp-content/uploads/2009/05/xamppcontrolpanel.gif"><img class="size-full wp-image-980" title="XAMPP control panel" src="http://andbreak.com/wp-content/uploads/2009/05/xamppcontrolpanel.gif" alt="XAMPP control panel" width="454" height="361" /></a><p class="wp-caption-text">XAMPP control panel</p></div>
<p>Click on the two <em>Start</em> buttons next to Apache and MySql to start both of these servers. Now open up a browser after the servers are started. Type in the address: <em>http://localhost/</em>. You should now see a different control panel for XAMPP.</p>
<div id="attachment_975" class="wp-caption aligncenter" style="width: 443px"><img class="size-full wp-image-975" title="XAMPP Default Browser Page" src="http://andbreak.com/wp-content/uploads/2009/05/xamppbrowserpic.gif" alt="XAMPP default browser page" width="433" height="262" /><p class="wp-caption-text">XAMPP default browser page</p></div>
<h3>XAMPP Security</h3>
<p>In order to make XAMPP more secure go to <a href="http://localhost/security/xamppsecurity.php">http://localhost/security/xamppsecurity.php</a> . There you can change XAMPP&#8217;s default passwords.</p>
<div id="attachment_976" class="wp-caption aligncenter" style="width: 329px"><img class="size-full wp-image-976" title="XAMPP Security" src="http://andbreak.com/wp-content/uploads/2009/05/xamppsecuritybrowser.gif" alt="XAMPP Security" width="319" height="262" /><p class="wp-caption-text">Change the default passwords</p></div>
<p><strong>It is very important to change the default passwords!</strong></p>
<h3>Setting Up the Database</h3>
<p>The next step to take is to go back to the XAMPP browser panel (<em>http://localhost/</em>). In the navigation bar search for <em>phpMyAdmin</em> and click on it. A page similar to the one below should appear.</p>
<div id="attachment_974" class="wp-caption aligncenter" style="width: 426px"><img class="size-full wp-image-974" title="phpMyAdmin Login" src="http://andbreak.com/wp-content/uploads/2009/05/phpmyadminlogin.gif" alt="phpMyAdmin login page" width="416" height="387" /><p class="wp-caption-text">phpMyAdmin login page: Enter your username and password</p></div>
<p>Add your user name and password into the boxes and click on <em>Go</em>.</p>
<p>After logging in, you have to create a new database. Look at the MySQL localhost section at which there should be section for you to create a new database. Let&#8217;s call the new database <em>wordpress</em>. Instead of the default <em>MySQL connection collation</em> choose <em>utf8_unicode_ci</em> (all the way at the bottom), then hit <em>Create</em>.</p>
<div id="attachment_972" class="wp-caption aligncenter" style="width: 457px"><img class="size-full wp-image-972" title="phpMyAdmin Database" src="http://andbreak.com/wp-content/uploads/2009/05/phpmyadminlog.gif" alt="Create a database named wordpress" width="447" height="121" /><p class="wp-caption-text">Create a WordPress database</p></div>
<p>We now have created our WordPress database. All we now need to do is to <a href="http://wordpress.org/download/">download WordPress</a>.</p>
<h3>Install WordPress</h3>
<p>After downloading WordPress go to the directory where you have installed XAMPP. Then click on the <em>htdocs</em> folder to switch to it. You now have to extract all the WordPress files into a subdirectory of <em>htdocs</em>. You can do this by creating a subdirectory (of <em>htdocs</em>) named <em>wordpress</em>.<strong> If you choose to use a different  subdirectory then you must adjust the blog path (<em>http://localhost/wordpress/</em>) at the end of the tutorial according to it.</strong></p>
<p>Go to the wordpress directory and open up wp-config-sample.php in a text editor (Notepad will do just fine). You only need to change three lines, i.e. <em>DB_NAME</em>, <em>DB_USER</em> and <em>DB_PASSWORD</em>.</p>
<p>Change the default DB_NAME to <em>wordpress</em>, the database which we have created earlier. Then enter your phpMyAdmin username into <em>DB_USER</em> (the default is root) and also your password into <em>DB_PASSWORD</em>.</p>
<div id="attachment_973" class="wp-caption aligncenter" style="width: 418px"><img class="size-full wp-image-973" title="Wordpress Default Config Settings" src="http://andbreak.com/wp-content/uploads/2009/05/wordpressdefaultsettings.gif" alt="Change the default WordPress config settings" width="408" height="250" /><p class="wp-caption-text">Change the default WordPress config settings</p></div>
<p>You don&#8217;t need to change <em>DB_HOST</em> since it is already set to the right host, i.e. <em>localhost</em>. Now you need to save the file as <em>wp-config.php</em> and you should be done setting up.</p>
<p>Before you can start though you probably need to go to <em>http://localhost/wordpress/</em> (your blog address) and follow the default WordPress instructions to complete the WordPress installation.</p>
<p>You should then be able to visit your blog at <em>http://localhost/wordpress/ </em>and your Administration panel  at <em>http://localhost/wordpress/wp-admin/</em> .</p>
<p><a href="http://andbreak.com/2009/05/installing-wordpress-offline/">Installing WordPress Offline</a> is a post from <a href="http://andbreak.com">And Break</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andbreak.com/2009/05/installing-wordpress-offline/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>In WordPress Optimization Tips</title>
		<link>http://andbreak.com/2009/03/in-wordpress-optimization-tips/</link>
		<comments>http://andbreak.com/2009/03/in-wordpress-optimization-tips/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 07:10:38 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Optimization]]></category>

		<guid isPermaLink="false">http://andbreak.com/?p=697</guid>
		<description><![CDATA[There are lots and lots of plug-ins out there that let you change WordPress according to your wishes. However only few people use the options that are available with WordPress. In this article I will show you 6 optimization tips that you can directly apply in your WordPress dashboard. Enable WordPress to Automatically Correct Invalidly [...]<p><a href="http://andbreak.com/2009/03/in-wordpress-optimization-tips/">In WordPress Optimization Tips</a> is a post from <a href="http://andbreak.com">And Break</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-747 center" style="border:1px solid grey" title="Wordpress Optimization" src="http://andbreak.com/wp-content/uploads/2009/03/wordpressoptimization.jpg" alt="Wordpress Optimization" width="500" height="152" /></p>
<p>There are lots and lots of plug-ins out there that let you change WordPress according to your wishes. However only few people use the options that are available with WordPress.</p>
<p>In this article I will show you 6 optimization tips that you can directly apply in your WordPress dashboard.<span id="more-697"></span></p>
<ol>
<li><strong>Enable WordPress to Automatically Correct Invalidly Nested XHTML:</strong> I always wondered why this is not activated by default. I highly recommend to activate it because if you do not, your HTML may be invalid. This actually happened to me a lot. To correct this go to <em>Settings -&gt; Writing</em> and then enable <em>WordPress should correct invalidly nested XHTML automatically</em></li>
<li><strong>Automatically Close Comments After a Certain Period of Time:</strong> People even created plug-ins to do exactly that even though you can just enable it in the dashboard. To close comments after a certain period of time go to <em>Settings -&gt; Discussion</em> and then click on the box that says <em>Automatically close comments on articles older than</em>. The last step is the adjust the number of days you want to wait before closing comments.</li>
<li><strong>Instead of Using a Backup Plug-in, Just Export Your Content:</strong> Most people use a backup plug-in for their blogs but you can also just export your content. Of course it is not as nice as using a plug-in but you can still use it under <em>Tools -&gt; Export</em> to create a backup of your blog.</li>
<li><strong>Enable Threaded Comments:</strong> This is only useful if your WordPress theme also supports it, otherwise it does not make sense. To active this feature go to <em>Settings -&gt; Discussion</em> and then click on the box saying<em> Enable threaded comments</em>.</li>
<li><strong>Changing the Permalink Structure: </strong>A lot of people have already mentioned this. It is important to change your permalink structure in WordPress. Under <em>Settings -&gt; Permalinks</em> you can change the settings. The least what you should do is to change from the default maybe to the <em>Month and Name</em> section. You can also create your own version by choosing the <em>Custom Structure</em> box.</li>
<li><strong>Breaking Up Comments onto Multiple Pages:</strong> Breaking up comments makes sense if you have a web site that gets a lot of comments. Go to <em>Settings -&gt; Discussion</em> and active the feature <em>Break comments into pages &#8230; </em></li>
</ol>
<p>What is strange about this whole thing is that people actually developed plug-ins that do the very same thing that is available in the WordPress settings section.</p>
<p><a href="http://andbreak.com/2009/03/in-wordpress-optimization-tips/">In WordPress Optimization Tips</a> is a post from <a href="http://andbreak.com">And Break</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andbreak.com/2009/03/in-wordpress-optimization-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avoiding Duplicate Content: New Link Tag</title>
		<link>http://andbreak.com/2009/02/avoiding-duplicate-content-new-link-tag/</link>
		<comments>http://andbreak.com/2009/02/avoiding-duplicate-content-new-link-tag/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 12:28:32 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[Duplicate Content]]></category>
		<category><![CDATA[Indexing]]></category>

		<guid isPermaLink="false">http://andbreak.com/?p=623</guid>
		<description><![CDATA[Google, Yahoo and Live.com have teamed up to fight duplicate content. For that matter they introduced a new link tag. As it is just a suggestion it will not completely fight the problem revolving around duplicate content but it will greatly decrease it. Not only will the new link tag help in fighting duplicate content [...]<p><a href="http://andbreak.com/2009/02/avoiding-duplicate-content-new-link-tag/">Avoiding Duplicate Content: New Link Tag</a> is a post from <a href="http://andbreak.com">And Break</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Google, Yahoo and Live.com have teamed up to fight duplicate content. For that matter they introduced a new link tag. As it is just a suggestion it will not completely fight the problem revolving around duplicate content but it will greatly decrease it.<span id="more-623"></span></p>
<p>Not only will the new link tag help in fighting duplicate content but it will also probably increase your web site&#8217;s link popularity. Why is that? Let&#8217;s take a look at an example.</p>
<p>Suppose most visitors visit your web site via http://yourwebsite.com/ . Others might also visit your blog via http://www.yourwebsite.com/ . Until today search engines might have seen these addresses as two different sites and thus your link popularity might have been split into half.</p>
<p>The new link tag Google, Yahoo, and Live.com introduced will help fight exactly these problems. Let&#8217;s look at another example to make it even clearer. Say you have a website with lots of products on it and the link to the product page looks like this one:</p>
<pre>http://yourwebsite.com/product.php</pre>
<p>Now when you look at fish as a product its URL might be the following one:</p>
<pre>http://yourwebsite.com/product.php?item=fish</pre>
<p>As you look around your page and search through the different categories you find a link back to your fish products.</p>
<pre>http://yourwebsite.com/product.php?item=fish&amp;id=101&amp;type=food</pre>
<p>This link refers you to the exact same page but through a different URL. Now to avoid this being taken as duplicate content you could just add the link tag to your page header:</p>
<pre>&lt;link rel="canonical" href="http://yourwebsite.com/product.php?item=fish" /&gt;</pre>
<p>This simply specifies your preferred version and will keep search engines from mistaken your two URLs referring to the same content as duplicate content.</p>
<p>If you want to add this link tag to every page Joost from Yoast.com has already <a rel="nofollow" href="http://yoast.com/canonical-url-links/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss">created a plug in</a> that does exactly that.</p>
<p><a href="http://andbreak.com/2009/02/avoiding-duplicate-content-new-link-tag/">Avoiding Duplicate Content: New Link Tag</a> is a post from <a href="http://andbreak.com">And Break</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andbreak.com/2009/02/avoiding-duplicate-content-new-link-tag/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Create a WordPress.com Blog</title>
		<link>http://andbreak.com/2009/02/how-to-create-a-wordpresscom-blog/</link>
		<comments>http://andbreak.com/2009/02/how-to-create-a-wordpresscom-blog/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 19:07:45 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Wordpress.com]]></category>

		<guid isPermaLink="false">http://andbreak.com/?p=591</guid>
		<description><![CDATA[Everyday there are lots of people wanting to create a new blog. Many of them think it is hard to set up a blog and that it requires a lot of patience. Actually setting up a blog requires a maximum of 10 minutes. And for the patience part, well depending on your goal you do [...]<p><a href="http://andbreak.com/2009/02/how-to-create-a-wordpresscom-blog/">How to Create a WordPress.com Blog</a> is a post from <a href="http://andbreak.com">And Break</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Everyday there are lots of people wanting to create a new blog. Many of them think it is hard to set up a blog and that it requires a lot of patience.</p>
<p>Actually setting up a blog requires a maximum of 10 minutes. And for the patience part, well depending on your goal you do need a lot of patience or not any at all. To not waste any time I will now walk you through the process of creating a WordPress.com blog.<span id="more-591"></span></p>
<h3>What is a WordPress.com Blog?</h3>
<p>Well, first of all WordPress.com is a special blogging platform. The platform is based on the WordPress content management system. A content management system basically organizes your blog content and makes it easy to write new articles. That is all you need to know for now.</p>
<h3>How Do I Create a WordPress.com Blog?</h3>
<p>The process of setting up a blog on WordPress.com is really easy. To get started <a rel="nofollow" href="http://wordpress.com/">visit the WordPress.com web site</a>.</p>
<p>Usually on the site there is a big button saying <em>Sign Up Now</em>. Just click the button and it will lead you to a knew page.</p>
<p><a href="http://andbreak.com/wp-content/uploads/2009/02/wordpresssetup.jpeg"><img class="aligncenter" title="Wordpress sign up" src="http://andbreak.com/wp-content/uploads/2009/02/wordpresssetup.jpeg" alt="Wordpress sign up" width="460" height="360" /></a></p>
<p><strong>User name</strong></p>
<p>On the page you have to fill out the form. In the first box you have to fill in the username you want to use to log in, into your WordPress.com blog.</p>
<p>In the second and third box just add the password you want to use. The password needs to be strong meaning that you should not only use lower case characters but also upper case ones, numbers and symbols.</p>
<p><strong>Email Address</strong></p>
<p>In the last box you need to enter a valid email address through which WordPress will be able to contact you. Last but not least you have to click on the <em>check box about the legal terms</em> if you agree to them.</p>
<p>You do not have to change the last option as you want to get a blog anyway, so just keep the default. Then click on <em>Next</em>. Again you will be lead to a new page.</p>
<p><a href="http://andbreak.com/wp-content/uploads/2009/02/wordpressblog.jpeg"><img class="aligncenter" title="Wordpress Blog Sign Up" src="http://andbreak.com/wp-content/uploads/2009/02/wordpressblog.jpeg" alt="Wordpress Blog Sign Up" width="460" height="210" /></a></p>
<p><strong>Blog Domain</strong></p>
<p>First of all you have to choose your blog domain. The blog domain is the address through which you will be able to visit your blog. You have to choose it carefully because there is no way you can change it at a later point in time.</p>
<p><strong>Tip: </strong>It is often useful to choose a blog domain name that is related to your content and easy to memorize, e.g. if you are writing about traveling in Europe, traveling-through-europe.wordpress.com might be a good choice. The problem with domain names is that most of the time the best domain names are already taken.</p>
<p><strong>Blog Title</strong></p>
<p>In the next box you have to fill in your blog title. The title is changeable at all times so you do not have to be as careful as with the blog domain. Just keep in mind that search engines pay a lot of attention to it so it is useful to add keywords that you want to rank for.</p>
<p>The next row covers what language you will primarily be blogging in. Change it to the language you want to write in, for most of us the default should be just fine.</p>
<p>After having chosen your language you just need to check whether you want your blog to appear in search engines. If you do not wish to be listed on the latter then just disable the check box.</p>
<p>Click on the <em>Signup</em> button and you are done. You have just created your very own WordPress.com blog!</p>
<p><strong>Visit Your Blog</strong></p>
<p>You will now be able to reach your blog under the domain name ([yourdomain].wordpress.com) you have chosen.</p>
<p><strong>Go to Your Administration Panel</strong></p>
<p>If you want to log in to your administration panel go to [yourdomain].wordpress.com/wp-admin . There you will need to enter your user name and the password you have chosen in the steps above.</p>
<p>I hope this article helped you in creating a blog and showed how easy it actually is to get one. If you have questions just leave a comment/contact me and I will do my best to help you.</p>
<p><a href="http://andbreak.com/2009/02/how-to-create-a-wordpresscom-blog/">How to Create a WordPress.com Blog</a> is a post from <a href="http://andbreak.com">And Break</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andbreak.com/2009/02/how-to-create-a-wordpresscom-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 Released</title>
		<link>http://andbreak.com/2008/12/wordpress-27-released/</link>
		<comments>http://andbreak.com/2008/12/wordpress-27-released/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 15:57:45 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Features]]></category>

		<guid isPermaLink="false">http://andbreak.com/?p=448</guid>
		<description><![CDATA[Today it happened, WordPress 2.7 was released. People have been waiting for it a long time and now it is available. WordPress 2.7 has totally new look. Many people helped through giving advice and in providing ideas for the new version. Because its developers took the time to actually listen to the people we now [...]<p><a href="http://andbreak.com/2008/12/wordpress-27-released/">WordPress 2.7 Released</a> is a post from <a href="http://andbreak.com">And Break</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Today it happened, WordPress 2.7 was released. People have been waiting for it a long time and now it is available.</p>
<p>WordPress 2.7 has totally new look. Many people helped through giving advice and in providing ideas for the new version. Because its developers took the time to actually listen to the people we now have a new fully customizable WordPress that is even more in line with the blogging spirit.<span id="more-448"></span> Take a look at its features:</p>
<ul>
<li>new interface</li>
<li>a lot faster</li>
<li>drag and drop dashboard</li>
<li>ability to install plugins with one click</li>
<li>built-in automatic WordPress upgrade</li>
<li>every screen customizable</li>
<li>reply to comments from dashboard</li>
</ul>
<p>These are several of the new features but there are a lot more.</p>
<p>I have actually been using version 2.7 to write this post and I must say I am very impressed. I think once you get to know it better you will be a lot more efficient.</p>
<p>You can <a href="http://wordpress.org/download/">download it here</a>. It is really worth it!</p>
<p><a href="http://andbreak.com/2008/12/wordpress-27-released/">WordPress 2.7 Released</a> is a post from <a href="http://andbreak.com">And Break</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andbreak.com/2008/12/wordpress-27-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Speed Up WordPress</title>
		<link>http://andbreak.com/2008/12/how-to-speed-up-wordpress/</link>
		<comments>http://andbreak.com/2008/12/how-to-speed-up-wordpress/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 21:17:54 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Speed]]></category>

		<guid isPermaLink="false">http://andbreak.com/?p=445</guid>
		<description><![CDATA[Bloggers from all over the world are using WordPress these days. Even companies like Yahoo or Ford are using it as a framework for their corporate blogs. Because WordPress is by default not really fast there are several steps you can take to improve its performance. This post points out several essential articles about speeding [...]<p><a href="http://andbreak.com/2008/12/how-to-speed-up-wordpress/">How to Speed Up WordPress</a> is a post from <a href="http://andbreak.com">And Break</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img style="float:left; margin-right:20px; margin-bottom:10px;" title="Wordpress" src="http://andbreak.com/wp-content/uploads/2008/12/wordpress.png" alt="" width="161" height="142" />Bloggers from all over the world are using <a title="Wordpress" rel="nofollow" href="http://www.wordpress.org/" target="_blank">WordPress</a> these days. Even companies like Yahoo or Ford are using it as a framework for their corporate blogs.</p>
<p>Because WordPress is by default not really fast there are several steps you can take to improve its performance. This post points out several essential articles about speeding up WordPress.<br />
<span id="more-445"></span></p>
<p>First of all, all the people that are interested in optimizing and playing around with WordPress should seriously consider visiting <a title="Yoast" rel="nofollow" href="http://yoast.com/blog/" target="_blank">Yoast</a>. Joost de Valk, the blog owner, writes in his blog about how to improve WordPress, new useful plugins and SEO. He created several useful posts that might give you more insight into optimizing your blog.</p>
<p>The first article you should consider reading from Yoast is about <a title="Speeding up WordPress" href="http://yoast.com/speed-up-and-clean-up-your-wordpress/" target="_blank">speeding and cleaning up WordPress</a>. It is a great article with several tips on how to make WordPress faster. Take a look at it!</p>
<p>Also consider looking at <a title="Wordpress Functions" href="http://yoast.com/wordpress-functions-supercharge-theme/" target="_blank">How to Make Better use of WordPress Functions</a>. This is another article from Yoast.com about WordPress hacks that might speed up WordPress.</p>
<p><a title="Make WordPress Faster" href="http://andbreak.com/2008/11/how-to-make-wordpress-faster-more-secure/" target="_self">Speeding up the administration section of WordPress</a> is also important. I actually wrote this article myself. It should be pretty easy to follow along the steps explained in the article to make the admin section respond faster.</p>
<p><a href="http://andbreak.com/2008/12/how-to-speed-up-wordpress/">How to Speed Up WordPress</a> is a post from <a href="http://andbreak.com">And Break</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andbreak.com/2008/12/how-to-speed-up-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Make WordPress Faster and More Secure</title>
		<link>http://andbreak.com/2008/11/how-to-make-wordpress-faster-more-secure/</link>
		<comments>http://andbreak.com/2008/11/how-to-make-wordpress-faster-more-secure/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 10:15:45 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Efficiency]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://andbreak.com/?p=418</guid>
		<description><![CDATA[A lot of people are using WordPress these days. Of course this is not a surprise considering that WordPress is a great software that is easy to set up and maintain. Bloggers are especially fond of it but also commercial websites are starting to use it. Even though it is very popular few people know [...]<p><a href="http://andbreak.com/2008/11/how-to-make-wordpress-faster-more-secure/">How to Make WordPress Faster and More Secure</a> is a post from <a href="http://andbreak.com">And Break</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img style="float:left; margin-right:20px; margin-bottom:10px;" title="Making WordPress Faster" src="http://andbreak.com/wp-content/uploads/2008/11/speed.jpg" alt="Making WordPress Faster" width="250" height="188" />A lot of people are using <a title="Wordpress" rel="nofollow" href="http://wordpress.org/" target="_blank">WordPress</a> these days. Of course this is not a surprise considering that WordPress is a great software that is easy to set up and maintain. Bloggers are especially fond of it but also commercial websites are starting to use it.</p>
<p>Even though it is very popular few people know steps to make it work better. So how do you <a title="Make Better Use of WordPress" href="http://andbreak.com/2008/08/optimizing-wordpress-for-search-engines/" target="_self">use WordPress more efficiently</a>?</p>
<p>There is actually only one simple step you have to take to make WordPress both faster and more secure.<br />
<span id="more-418"></span></p>
<h2>Add a New User with Editor privileges</h2>
<p><strong><span style="font-size: 0.7em;">Note: It does not have to be an editor account</span></strong><br />
This might not yet make sense to you but I am going to explain to you why it should.</p>
<p>Maybe you are one of the people who are constantly using WordPress by logging in as admin. I used to do that too but it does not make sense. Adding a new user with Editor rights and using this account makes much more sense. Just consider the following few points.</p>
<p>First of all <strong>using an account with lower privileges makes WordPress much more secure</strong>. Why is that? Because if someone were to take over your editor account he could not damage much. But think of the implications of someone hijacking your admin account! The intruder would have complete control over your blog. Because of these security issues it is much more advisable to use an account with lower privileges. By using a different account you could still login as administrator and administer your blog.</p>
<p>Another <strong>advantage of using an editor account is that it greatly reduces the load on the database</strong>. How could the use of an lower privileged account create less load? Well for starters the lower your rights on WordPress the fewer options you have in the administration section. Because as an editor you can only write posts, manage them and change comments WordPress does not have to put much load on the database. You will see yourself that using an account with few rights makes WordPress respond a lot faster.</p>
<p>I hope this makes sense to you. If it doesn&#8217;t just give it a try and see for yourself.</p>
<p><a href="http://andbreak.com/2008/11/how-to-make-wordpress-faster-more-secure/">How to Make WordPress Faster and More Secure</a> is a post from <a href="http://andbreak.com">And Break</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andbreak.com/2008/11/how-to-make-wordpress-faster-more-secure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

