<?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>Web Hosting &#187; Wordpress Blog Tutorials</title>
	<atom:link href="http://artse.com/category/wordpress-blog-tutorials/feed" rel="self" type="application/rss+xml" />
	<link>http://artse.com</link>
	<description>cPanel Hosting, Website Hosting, Hosting Tutorial, Hosting Tools</description>
	<lastBuildDate>Thu, 24 Sep 2009 03:21:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress Backup Process with phpMyAdmin</title>
		<link>http://artse.com/wordpress-blog-tutorials/wordpress-backup-process-with-phpmyadmin</link>
		<comments>http://artse.com/wordpress-blog-tutorials/wordpress-backup-process-with-phpmyadmin#comments</comments>
		<pubDate>Sun, 18 May 2008 13:10:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress Blog Tutorials]]></category>

		<guid isPermaLink="false">http://artse.com/?p=22</guid>
		<description><![CDATA[Wordpress Backup Process with phpMyAdmin
==========================================
1. Log into phpMyAdmin on your server
2.  select &#8216;Databases&#8217; from the main login screen,
3. Then click the name of your database &#8211; or your WordPress database if you have several databases.
4. Now the screen will show you all the tables inside your WordPress database.
Now just click the &#8216;Export&#8217; tab on the [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpress Backup Process with phpMyAdmin<br />
==========================================</p>
<p>1. Log into phpMyAdmin on your server</p>
<p>2.  select &#8216;Databases&#8217; from the main login screen,</p>
<p>3. Then click the name of your database &#8211; or your WordPress database if you have several databases.</p>
<p>4. Now the screen will show you all the tables inside your WordPress database.</p>
<p>Now just click the &#8216;Export&#8217; tab on the top set of tabs.</p>
<p>5. Look at the left box at the top of the Export section. All the tables in the database you selected are in that box.</p>
<p>* If you have other programs that use the database, then choose only those tables that correspond to your wordpress install. They will be the ones with that start with &#8220;wp_&#8221; or</p>
<p>* whatever &#8216;table_prefix&#8217; you specified in your &#8216;wp-config.php&#8217; file.<br />
* If you only have your WordPress blog installed, in the left column, click &#8216;Select All&#8217;.</p>
<p># Ensure that the SQL button is selected too.</p>
<p>* The SQL section<br />
* Tick the following boxes: Structure, &#8216;Add DROP TABLE&#8217;, &#8216;Add AUTO_INCREMENT&#8217; and &#8216;Enclose table and field names with backquotes&#8217;</p>
<p># The DATA section</p>
<p>* Leave the boxes inside this section unticked, but make sure to keep the checkbox next to the &#8220;DATA&#8221; heading checked.</p>
<p># Tick the &#8216;Save as file&#8217; option, and leave the template name alone.</p>
<p>For now, select &#8216;None&#8217; for compression.</p>
<p># Now click &#8216;Go&#8217; and you should be prompted for a file to download. Save the file to your computer.</p>
<p>Depending on the database size, this may take a few moments.</p>
<p># Once the download is complete, check the &#8216;zipped&#8217; option, click &#8216;Go&#8217;, and download the next file.</p>
<p>If you need, you could download a backup in each of the compression formats. Your choice.</p>
<p># The backup is finished</p>
]]></content:encoded>
			<wfw:commentRss>http://artse.com/wordpress-blog-tutorials/wordpress-backup-process-with-phpmyadmin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the File Editor in Wordpress</title>
		<link>http://artse.com/wordpress-blog-tutorials/using-the-file-editor-in-wordpress</link>
		<comments>http://artse.com/wordpress-blog-tutorials/using-the-file-editor-in-wordpress#comments</comments>
		<pubDate>Tue, 18 Mar 2008 12:59:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress Blog Tutorials]]></category>

		<guid isPermaLink="false">http://artse.com/?p=21</guid>
		<description><![CDATA[WordPress include a built-in editor which allows you for editing files directly from within your browser online which is called the File Editor that let you to edit file easily.  Check few important instructions how you will go for editing your file effectively without losing anything. 
This is the way you can access the [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress include a built-in editor which allows you for editing files directly from within your browser online which is called the File Editor that let you to edit file easily.  Check few important instructions how you will go for editing your file effectively without losing anything. </p>
<p>This is the way you can access the built-in File Editor from the Administration > Manage > Files Panel.</p>
<p>    * To view a file in the File Editor, click on the file from the list or type in the specific address such as<br />
example.com/wordpress/filename.php<br />
          * If the file is &#8220;writable&#8221; you will see a button at the bottom of the editing window that says Update File. Click<br />
this when you are done with your edits and ready to save the file.<br />
          * If the file is not &#8220;writable&#8221;, you will see a note under the bottom of the editing window saying the file is not<br />
writable. You will need to CHMOD the file to 666 in order to make it writable through an FTP program (preferably FileZilla)<br />
before you can edit it.<br />
    * Important instruction; </p>
<p>Before editing, backup your file by saving a copy!<br />
    *  While making change to the file inside the File Editor window, all you have to Edit with care as to not delete or harm<br />
the code inside the file.<br />
    * When ready to save the file, click the Update File button at the bottom. This will save the file and now you’ve done. In next article we will cover the editing process for image.  </p>
]]></content:encoded>
			<wfw:commentRss>http://artse.com/wordpress-blog-tutorials/using-the-file-editor-in-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
