<?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>christine keryakes&#187; Website development</title>
	<atom:link href="http://christinesalib.com/category/website-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://christinesalib.com</link>
	<description>Here's my very witty tagline</description>
	<lastBuildDate>Tue, 04 Mar 2008 22:26:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Automate your database backups using cron jobs in cpanel</title>
		<link>http://christinesalib.com/2008/02/22/automate-your-database-backups-using-cron-jobs-in-cpanel/</link>
		<comments>http://christinesalib.com/2008/02/22/automate-your-database-backups-using-cron-jobs-in-cpanel/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 06:20:02 +0000</pubDate>
		<dc:creator>Christine</dc:creator>
				<category><![CDATA[Website development]]></category>

		<guid isPermaLink="false">http://christinesalib.com/2008/02/22/automate-your-database-backups-using-cron-jobs-in-cpanel/</guid>
		<description><![CDATA[I&#8217;ve been trying to do this off and on for years. Finally, finally I found the answer, and it is actually working! This is for people hosting with a service that uses Cpanel. Quick step by step: Log into cpanel and choose the MySQL Database link Create a database user named &#8220;backup&#8221; and add that [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying to do this off and on for years. Finally, finally I found the answer, and it is actually working! This is for people hosting with a service that uses Cpanel. Quick step by step:</p>
<ol>
<li>Log into cpanel and choose the MySQL Database link</li>
<li>Create a database user named &#8220;backup&#8221; and add that user with full permissions to each database you have</li>
<li>Go back to the cpanel home and choose the Cron jobs link</li>
<li>If you want to run your backup at midnight every night, then choose the Advanced option</li>
<li>Advanced: Leave all of the &#8220;Minute  	Hour  	Day  	Month  	Weekday&#8221; options at their default</li>
<li>Standard: Use the form fields to choose how often you would like to run your backups, and at what time.
<li>BOTH: Paste the following line into the Command field (There are only two changes that need to be made to the line below: change DBPASSWORD to the database password you created for your MySQL user &#8220;backup&#8221; and change YOURACCOUNT to your account username)<br />
<code>date=`date -I` ; mysqldump -ubackup -pPASSWORD -A | gzip > /home/YOURACCOUNT/xbackup_$date.sql.gz</code></li>
<li>Click Commit changes and you are all done.</li>
</ol>
<p>This should create a gzipped file in the root directory of your account named something like xbackup_2008-02-21.sql.gz. Now you can use something cool like FTP Synchronizer to create your own backups. More on that later.</p>
]]></content:encoded>
			<wfw:commentRss>http://christinesalib.com/2008/02/22/automate-your-database-backups-using-cron-jobs-in-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resizing Images in Paint Shop Pro</title>
		<link>http://christinesalib.com/2008/01/28/resizing-images-in-paint-shop-pro/</link>
		<comments>http://christinesalib.com/2008/01/28/resizing-images-in-paint-shop-pro/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 15:23:29 +0000</pubDate>
		<dc:creator>Christine</dc:creator>
				<category><![CDATA[Website development]]></category>

		<guid isPermaLink="false">http://christinesalib.com/2008/01/28/resizing-images-in-paint-shop-pro/</guid>
		<description><![CDATA[A quick tutorial on the basics of resizing images in Paint Shop Pro for the web.]]></description>
			<content:encoded><![CDATA[<p>A quick tutorial on the basics of resizing images in Paint Shop Pro for the web. </p>
<div id="media">
            <object id="csSWF" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="360" codebase="http://active.macromedia.com/flash7/cabs/ swflash.cab#version=9,0,28,0"><param name="src" value="/video/Resizing Images in Paint Shop Pro/Resizing%20Images%20in%20Paint%20Shop%20Pro.swf"/><param name="bgcolor" value="#1a1a1a"/><param name="quality" value="best"/><param name="allowScriptAccess" value="always"/><param name="allowFullScreen" value="true"/><param name="scale" value="showall"/><param name="flashVars" value="autostart=false"/><embed name="csSWF" src="/video/Resizing Images in Paint Shop Pro/Resizing%20Images%20in%20Paint%20Shop%20Pro.swf" width="480" height="360" bgcolor="#1a1a1a" quality="best" allowScriptAccess="always" allowFullScreen="true" scale="showall" flashVars="autostart=false" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>
        </div>
]]></content:encoded>
			<wfw:commentRss>http://christinesalib.com/2008/01/28/resizing-images-in-paint-shop-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla &amp; JCE Editor Images and Advanced Image Features</title>
		<link>http://christinesalib.com/2008/01/27/joomla-jce-editor-images-and-advanced-image-features/</link>
		<comments>http://christinesalib.com/2008/01/27/joomla-jce-editor-images-and-advanced-image-features/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 19:29:39 +0000</pubDate>
		<dc:creator>Christine</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Website development]]></category>

		<guid isPermaLink="false">http://christinesalib.com/?p=22</guid>
		<description><![CDATA[When using Joomla as your content editor, you may wish to use the JCE text editor as your editing tool. It has a lot of advanced features in the free version, but if you subscribe, you can also download some neat advanced plugins. I explore two of those plugins, JCE Image Manager Extended and JCE [...]]]></description>
			<content:encoded><![CDATA[<p>When using Joomla as your content editor, you may wish to use the <a href="http://www.cellardoor.za.net/">JCE text editor</a> as your editing tool. It has a lot of advanced features in the free version, but if you subscribe, you can also download some neat advanced plugins. I explore two of those plugins, JCE Image Manager Extended and JCE Captions in this video. </p>
<div id="media">
<object id="csSWF" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="360" codebase="http://active.macromedia.com/flash7/cabs/ swflash.cab#version=9,0,28,0"><param name="src" value="/video/Images%20and%20Advanced%20Image%20Features/Images%20and%20Advanced%20Image%20Features.swf"/><param name="bgcolor" value="#1a1a1a"/><param name="quality" value="best"/><param name="allowScriptAccess" value="always"/><param name="allowFullScreen" value="false"/><param name="scale" value="noscale"/><param name="flashVars" value="autostart=false"/><embed name="csSWF" src="/video/Images%20and%20Advanced%20Image%20Features/Images%20and%20Advanced%20Image%20Features.swf" width="480" height="360" bgcolor="#1a1a1a" quality="best" allowScriptAccess="always" allowFullScreen="false" scale="noscale" flashVars="autostart=false" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>
</div>
]]></content:encoded>
			<wfw:commentRss>http://christinesalib.com/2008/01/27/joomla-jce-editor-images-and-advanced-image-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
