<?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>Lost Resort BIZ - The Blog &#187; Uncategorized</title>
	<atom:link href="http://www.lostresort.biz/blog/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lostresort.biz/blog</link>
	<description>Talking about us and about web site development</description>
	<lastBuildDate>Tue, 22 Nov 2011 08:15:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>WordPress &#8211; setting up</title>
		<link>http://www.lostresort.biz/blog/2008/03/07/wordpress_setting_up/</link>
		<comments>http://www.lostresort.biz/blog/2008/03/07/wordpress_setting_up/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 13:52:12 +0000</pubDate>
		<dc:creator>Cristi_N</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog optimization]]></category>
		<category><![CDATA[wordpress setup]]></category>
		<category><![CDATA[wp-config]]></category>

		<guid isPermaLink="false">http://lostresort.biz/blog/2008/03/07/wordpress_setting_up/</guid>
		<description><![CDATA[Let&#8217;s talk about how the WordPress application can be settled up. For me was quite easy to install the WorldPress in my root subdirectory because my web hoster offers the option to install it. After this I played a little with this platform and founded some tricks to make things run smoothly. First of all, it&#8217;s better to<br /><a class="read-rest" href="http://www.lostresort.biz/blog/2008/03/07/wordpress_setting_up/">Read the rest ...</a>]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s talk about how the WordPress application can be settled up. For me was quite easy to install the WorldPress in my root subdirectory because my web hoster offers the option to install it. After this I played a little with this platform and founded some tricks to make things run smoothly.<br />
First of all, it&#8217;s better to choose a theme for your blog appearance. By default installation offers only two themes, Default and Classic. They are simple and widgets supporting. On <strong><a href="http://wordpress.com">WordPress</a></strong> site you can find a lot of themes, many of them quite interesting and colorful. Just pay attention for which version of WordPress they are suitable (if this message appear), or if they are widget supporting (it is not a must but I consider widgets useful)</p>
<p>Choosing widgets and add them to the sidebar could be in some cases a hog for your server performance. Just pay the necessary attention to the steps you complete,  make as many page loading as you can and test your site appearance. If your pages are loading slow or not at all maybe removing some widgets from your sidebar it&#8217;s a boost for page load time.</p>
<p>Other useful resources are plugins for the WordPress. With this you can optimize the appearance of your site and the database behind the front page. I will make some references for two of them: <strong><a href="http://wordpress.org/extend/plugins/wp-cache/#post-335">WP-cache</a></strong> and <strong><a href="http://wordpress.org/extend/plugins/optimize-db/#post-2227">Optimize DB</a></strong>.</p>
<p><em>W</em><em>P-cache</em> is doing cache for every page . This is a good option if you have pages with a lot of data (pictures, rich text etc.), because the change in page loading is quite significant. It&#8217;s easy to install (download .zip archive to your local machine and then upload them to blog directory (<em>/wp-content/plugins/wp-cache/</em>) login to WordPress admin panel and be sure you activate it under Plugins tab. After those steps are completed you can follow the text presentation for <em>WP-cache</em>.</p>
<p>O<em>ptimize DB</em> it&#8217;s a plugin which make your database on the server shrinked to an optimized dimension value. I installed it (<em>/wp-content/plugins/optimizedb/</em>), it&#8217;s enabled and I did the optimization of my database tables. At least a message for optimization done appears under plugin&#8217;s tab, but I&#8217;ve checked my tables before and after and no significant difference occurred. I will follow it up and if I see something to be mentioned I will let you know.</p>
<p>If you want more plugins you can find them on WordPress site. After installing one of them it is highly recommended to test your site appearance and if something goes wrong you can rollback by deactivating the plugin. Also a problem may occurred with those plugin from time to time, due to an upgrade of the WordPress version or due to a not upgraded version of the plugin. You can debug the appearance of your site by deactivating one by one all plugins, and see which one caused some trouble. Anyway to stay up-to-date and be informed visit the WordPress site periodically.</p>
<p>The <em><strong>wp-config.php</strong></em> file located on the root of your blog directory, contains some information that may help (it&#8217;s an essential file): somethings about the data base (admin name and password), the path to the database, some reference for the language of the interface. Keep it this way, but be aware that some plugins may change this file and add some lines to it. On the other hand you can add lines too, like this one:</p><pre class="crayon-plain-tag"><code>define('ENABLE_CACHE' , true);</code></pre><p>
which is useful for internal object caching, used by the MySQL server.</p>
<p>I played also with <em>wp-config.php</em>. When I wrote this post, I took a look to the file and I saw that I forgot to put &#8216; delimiters for the sentence. Because my JavaScript is disabled on my local machine, I wasn&#8217;t able to modify <em>wp-config.php</em> on the server so I had to download it, modify it and uploaded again on server. Because the autosave function for the WordPress is present almost every few minutes, making saves of instances (posts, pages), somehow an error occurred and I wasn&#8217;t able to  save this  post, and some warnings appear for a problem regarding <em>wp-config.php</em> and <em>wp-login.php</em>. The problem was that I modified the file using a <strong>rich text</strong> editor (Kwrite) that saved my <em>wp-config.php</em> file in an inappropriate format. So, be careful when you modify this file and make sure that is done using a <strong>plain text</strong> editor (like Notepad).</p>
<p>With these in mind just be careful what you are doing and be sure that you know exactly what you are doing. Playing hard with databases or widgets or plugins or system files may cause some pain in the ass for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lostresort.biz/blog/2008/03/07/wordpress_setting_up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

