<?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>Linora Low &#187; 58</title>
	<atom:link href="http://www.linoralow.com/tag/58/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linoralow.com</link>
	<description>An Actress Who Blogs about Design</description>
	<lastBuildDate>Sun, 12 Feb 2012 13:59:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Installing WordPress Locally On Your Desktop</title>
		<link>http://www.linoralow.com/2007/blog-it/installing-wordpress-locally-on-your-desktop</link>
		<comments>http://www.linoralow.com/2007/blog-it/installing-wordpress-locally-on-your-desktop#comments</comments>
		<pubDate>Wed, 05 Dec 2007 18:05:53 +0000</pubDate>
		<dc:creator>Linora Low</dc:creator>
				<category><![CDATA[117]]></category>
		<category><![CDATA[58]]></category>
		<category><![CDATA[Techy]]></category>

		<guid isPermaLink="false">http://aronil.com/?p=383</guid>
		<description><![CDATA[Ok&#8230; whenever I need to test out something, the best way I would do it is to try and install it on my desktop. Meaning I get to see who my whole blog, site, cms works without being online. Good thing.. but sometimes i forget how to set it up. So here what I have [...]]]></description>
			<content:encoded><![CDATA[Ok&#8230; whenever I need to test out something, the best way I would do it is to try and install it on my desktop. Meaning I get to see who my whole blog, site, cms works without being online. Good thing.. but sometimes i forget how to set it up.

So here what I have decided to share, is how to install it directly on to your desktop. I got this article from a blog called <a href="http://geeksaresexy.blogspot.com" target="_blank">GeeksAreSexy</a>. They did a marvelous job of explaining how to set it up locally on your computer.

So first before going there.. go get <a href="http://www.softpedia.com/get/Internet/Servers/Server-Tools/XAMPP.shtml" target="_blank">XAMPP </a>(auto installation) or <a href="http://www.apachefriends.org/en/xampp-windows.html" target="_blank">XAMMPLite </a>(manual installation) which helps you installing apache and mysql on your comp. <a href="http://wordpress.org/download/" target="_blank">Download the latest WordPress here</a>. And get ready for the process. <a href="http://geeksaresexy.blogspot.com/2006/06/installing-wordpress-locally-under.html" target="_blank">Here&#8217;s the actual link to geeks are sexy installation guide.</a>
<blockquote>
<blockquote>In the past few weeks, I&#8217;ve tested a few blogging platforms for the upcoming launch of Geeksaresexy.net, and right now, I hesitate between 2 alternatives: <a href="http://geeksaresexy.blogspot.com/2006/06/installing-wordpress-locally-under.html#" id="KonaLink0" target="_top">WordPress</a> and Textpattern. I&#8217;ll be fooling around with both in coming weeks to familiarize myself with them. I have now been running WordPress for a week or so, and I must say that I am quite impressed by its ease of installation. Running a local version of <a href="http://geeksaresexy.blogspot.com/2006/06/installing-wordpress-locally-under.html#" id="KonaLink1" target="_top">your blog</a>

Here&#8217;s a little guide that will help you install and run WordPress locally on your XP box in less then 10 minutes:

1- Get <a href="http://www.apachefriends.org/en/xampp-windows.html">XAMPP lite</a> for Windows. Choose the exe version, and install it at the root of your C drive.
is very useful because it lets you fool around with themes and plugins to your heart&#8217;s desire without having to risk breaking your live blog.
<p align="center"><img src="http://photos1.blogger.com/blogger/7450/1881/320/wpguide1.jpg" border="0" /></p>

2- Browse to C:\xampplite and double click setup_xampp.bat
<p align="center"><img src="http://photos1.blogger.com/blogger/7450/1881/320/wpguide2.0.jpg" border="0" /></p>

3- Once that is done, double click xampp-control.exe and start the Apache and <a href="http://geeksaresexy.blogspot.com/2006/06/installing-wordpress-locally-under.html#" id="KonaLink2" target="_top">Mysql</a> services.
<p align="center"><img src="http://photos1.blogger.com/blogger/7450/1881/320/wpguide3.0.jpg" border="0" /></p>

4- Open your browser and go to this address: http://localhost/.

5- Now that the interface displays a language that you can understand, click on phpMyAdmin (on the left column once again)

6- Enter &#8220;wordpress&#8221; (without quotes) in the &#8220;Create New <a href="http://geeksaresexy.blogspot.com/2006/06/installing-wordpress-locally-under.html#" id="KonaLink3" target="_top">Database</a>&#8221; Field, and select utf8_unicode_ci in the drop down box in the next field (as shown in the picture below). Click on Create. The Xampp setup is now complete.
From the menu on the left column, choose your preferred language.
<p align="center"><img src="http://photos1.blogger.com/blogger/7450/1881/320/wpguide4.jpg" border="0" /></p>

7- Download <a href="http://wordpress.org/download/">WordPress</a> and unzip it under c:\xampplite\htdocs.

8- You should now have a wordpress folder under c:\xampplite\htdocs. Browse to the folder, and you will see a file named wp-config-sample.php. Open it in your favourite <a href="http://geeksaresexy.blogspot.com/2006/06/installing-wordpress-locally-under.html#" id="KonaLink4" target="_top">text editor</a>

// ** MySQL settings ** //
define(&#8216;DB_NAME&#8217;, &#8216;wordpress&#8217;); // The name of the database
define(&#8216;DB_USER&#8217;, &#8216;root&#8217;); // Your MySQL username
define(&#8216;DB_PASSWORD&#8217;, &#8221;); // &#8230;and password (needs to be empty, just for local install)
define(&#8216;DB_HOST&#8217;, &#8216;localhost&#8217;); // 99% chance you won&#8217;t need to change this value
and replace the default values by the ones you see under this paragraph. Save the file as wp-config.php (under the same folder).<img src="http://photos1.blogger.com/blogger/7450/1881/320/wpguide5.jpg" border="0" />

9- Open your browser and navigate to http://localhost/wordpress/wp-admin/install.php , follow the instructions, and voila, you are done.

<img src="http://photos1.blogger.com/blogger/7450/1881/320/wpguide6.jpg" border="0" />

That was easy wasn&#8217;t it?</blockquote>
</blockquote>
Well have fun ^_^]]></content:encoded>
			<wfw:commentRss>http://www.linoralow.com/2007/blog-it/installing-wordpress-locally-on-your-desktop/feed</wfw:commentRss>
		<slash:comments>274</slash:comments>
		</item>
		<item>
		<title>Updating WordPress to 2.3.1</title>
		<link>http://www.linoralow.com/2007/blog-it/updating-to-wordpress-231</link>
		<comments>http://www.linoralow.com/2007/blog-it/updating-to-wordpress-231#comments</comments>
		<pubDate>Tue, 30 Oct 2007 07:18:46 +0000</pubDate>
		<dc:creator>Linora Low</dc:creator>
				<category><![CDATA[144]]></category>
		<category><![CDATA[177]]></category>
		<category><![CDATA[5]]></category>
		<category><![CDATA[58]]></category>

		<guid isPermaLink="false">http://aronil.com/?p=356</guid>
		<description><![CDATA[I have just installed the latest <a href="http://wordpress.org">WordPress </a>which was 2.3 and I say was because now they have WordPress 2.3.1 out&#8230; Just when I was getting used to 2.3 the new one is now out, which you can download over at <a href="http://wordpress.org/download/" target="_blank">WordPress.org.</a> Having said that, I must say that the new WordPress [...]]]></description>
			<content:encoded><![CDATA[I have just installed the latest <a href="http://wordpress.org">WordPress </a>which was 2.3 and I say was because now they have WordPress 2.3.1 out&#8230;

Just when I was getting used to 2.3 the new one is now out, which you can download over at <a href="http://wordpress.org/download/" target="_blank">WordPress.org.</a> Having said that, I must say that the new WordPress 2.3 has got some neat features which the previous ones didn&#8217;t have. No i haven&#8217;t read through the articles available on the net to see what is new, I just experience them <img src='http://www.linoralow.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> 
<ol>
	<li>I love the fact that now they have tags on the write page. Originally i had to install a plugin for a tag section which i can pop in words for each post. But the new wordpress comes with that feature.</li>
	<li>There is an advance toolbar at the write post.
If you notice there is a whole new second bar with stuff like heading format, justification for your posts, the parts that i like is the pasting from word, remove the formatting and cleaning up the messy buttons which is quite handy, especially when there is some html coding that has become all messed up. Its really irritating and I&#8217;ve been in that occasion once too many. The advance toolbar looks like so.<img src="http://aronil.com/wp-content/uploads/2007/10/clip_4.jpg" border="0" />

** I have a third line which if some are wondering, is how I place all my videos into the post. WordPress still can&#8217;t handle. I&#8217;m using <a href="http://wordpress.org/extend/plugins/vipers-video-quicktags/" target="_blank">Viper Video Tags</a>, which is absolutely fabulous and helps me with whatever video i want to share here.</li>
	<li>Oh and the sidebar what we have is an added member in the post status box. Now we have one more option which is called pending review. How that is very different from draft beats me. Cause in the end if i don&#8217;t really like my draft i can always kill it.</li>
	<li>Now moving away from the write page, what I found a tad bit a annoying was how if there is a new program, there will be this subtle line in your plugins page or at whatever page your on that there is a new program available, so i have to update pronto&#8230; sigh.. not that it&#8217;s a bad thing, it&#8217;s just annoying.</li>
</ol>
And yeah i ran out of topics thats why I ended up blogging about wordpress. haha]]></content:encoded>
			<wfw:commentRss>http://www.linoralow.com/2007/blog-it/updating-to-wordpress-231/feed</wfw:commentRss>
		<slash:comments>174</slash:comments>
		</item>
	</channel>
</rss>

