<?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>Blog on Photoblogs &#187; technology</title>
	<atom:link href="http://www.blogonphotoblogs.com/category/technology/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blogonphotoblogs.com</link>
	<description>The photographer&#039;s resource for photoblogs</description>
	<lastBuildDate>Tue, 09 Mar 2010 20:41:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Backing up a Pixelpost blog</title>
		<link>http://www.blogonphotoblogs.com/backing-up-a-pixelpost-blog</link>
		<comments>http://www.blogonphotoblogs.com/backing-up-a-pixelpost-blog#comments</comments>
		<pubDate>Sat, 22 Nov 2008 22:51:59 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.blogonphotoblogs.com/?p=502</guid>
		<description><![CDATA[Over the last while, I’ve noticed that quite a few folks are ending up here while looking for information on backing up their Pixelpost blog.  So I figured that I would create a quick write-up on a couple of different methods of backing up your pixelpost blog.
The first thing to remember is that backing up [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last while, I’ve noticed that quite a few folks are ending up here while looking for information on backing up their Pixelpost blog.  So I figured that I would create a quick write-up on a couple of different methods of backing up your pixelpost blog.</p>
<p>The first thing to remember is that backing up your pixelpost blog is a two-step process, first we need to backup the DB, and then we need to backup our templates, images, etc.</p>
<p><span id="more-502"></span><strong>Backing up your MySQL database</strong><br />
There are a few methods of backing up your MySQL database, so pick whichever one works best for you.</p>
<p><strong>Method 1: Command Line</strong><br />
This is my preferred method of backing up my pixelpost blog, I find it quick and easy, I probably should create a simple little PERL script to automate this.</p>
<p>First, we’re going to run mysqldump and create a text file of our database.   Here’s the syntax of the mysqldump command</p>
<p>mysqldump  -u &lt;userid&gt; -p &lt;databasename&gt; &gt; &lt;outputfile&gt;</p>
<p>So for example, when I backup my database I run the command like so,</p>
<p>mysqldump –u btl –p btl &gt; btl_backup.sql</p>
<p>When the command executes, I am left with a simple little text file which I could use to rebuild my pixelpost DB.</p>
<p><strong>Method 2: Navicat</strong><br />
I love <a title="Navicat" href="http://www.navicat.com/" target="_blank">Navicat</a>, if you haven’t used it before and find yourself working on databases all the time, then I would recommend checking it out!</p>
<p>If you decide to get Navicat you’re going to need to setup your connections before using the tool, but once you’ve done that backing up your MySQL database is super simple.</p>
<p>Double-click on whatever you called your connection (in my case localhost), and you’ll be connected to your database.</p>
<p><a href="http://www.blogonphotoblogs.com/wp-content/uploads/navicat_login.png"><img class="alignnone size-medium wp-image-509" title="navicat_login" src="http://www.blogonphotoblogs.com/wp-content/uploads/navicat_login-300x85.png" alt="" width="300" height="85" /></a></p>
<p>NOTE: I would suggest setting up Navicat to use an SSH tunnel in order to connect to your database host, this way your MySQL database doesn’t have to be listening for connections.  Just a quick security tip.</p>
<p>After you’ve logged in, select the database you would like to backup and simply click on the backup button.  In my case, I selected my blog database and then clicked on &#8220;Backup&#8221;.</p>
<p><a href="http://www.blogonphotoblogs.com/wp-content/uploads/navicat_backup.png"><img class="alignnone size-medium wp-image-508" title="navicat_backup" src="http://www.blogonphotoblogs.com/wp-content/uploads/navicat_backup-300x91.png" alt="" width="300" height="91" /></a></p>
<p>Once you click on the Backup button the window will update and display any previous backups on the right-hand side of the window.  To create a new backup, just click “New Backup”.</p>
<p><a href="http://www.blogonphotoblogs.com/wp-content/uploads/navicat_new_backup.png"><img class="alignnone size-medium wp-image-507" title="navicat_new_backup" src="http://www.blogonphotoblogs.com/wp-content/uploads/navicat_new_backup-300x88.png" alt="" width="300" height="88" /></a></p>
<p>A new backup window will appear and you’re able to set some other options, but if you just want a simple backup of the database, just click start.</p>
<p><a href="http://www.blogonphotoblogs.com/wp-content/uploads/navicat_start_backup.png"><img class="alignnone size-medium wp-image-506" title="navicat_start_backup" src="http://www.blogonphotoblogs.com/wp-content/uploads/navicat_start_backup-300x238.png" alt="" width="300" height="238" /></a></p>
<p>When you click start you’ll see all lots of messages streaming by as Navicat backs up your database.  What you want to see is a “Finished – Successfully” message.</p>
<p><a href="http://www.blogonphotoblogs.com/wp-content/uploads/navicat_backup_ok.png"><img class="size-medium wp-image-505 alignnone" title="navicat_backup_ok" src="http://www.blogonphotoblogs.com/wp-content/uploads/navicat_backup_ok-300x88.png" alt="" width="300" height="88" /></a></p>
<p>To find out where the backups are stored right-click on your connection and select “Connection Information” and look for the “Settings Save Path”.</p>
<p>NOTE: By default Navicat stores the backups in compressed form.  You can change this in the “Advanced” options tab before you execute the backup.</p>
<p><strong>Method 3: PHP myAdmin</strong><br />
If your hosting company uses PHPMyAdmin this is probably the simplest method going to backup you pixelpost database.  Just login to PHPMyAdmin like you normally would, select the export tab, make sure that all the tables are highlighted and click “Go”.  Once the new screen loads, cut-and-paste all that information into a text file on your local computer.</p>
<p><a href="http://www.blogonphotoblogs.com/wp-content/uploads/phpmyadmin.png"><img class="alignnone size-medium wp-image-504" title="phpmyadmin" src="http://www.blogonphotoblogs.com/wp-content/uploads/phpmyadmin-300x203.png" alt="" width="300" height="203" /></a></p>
<p><strong>Backing up all the files</strong><br />
So at this point we have the database successfully backed up, but we need to grab all our images and files to protect the rest of our installation.  Again, there are a bunch of methods to backup your files, but I will just talk about two.</p>
<p><strong>Method 1: FTP</strong><br />
Super simple, grab your favourite FTP client (mine is <a title="FileZilla" href="http://filezilla-project.org/" target="_blank">FileZilla)</a>, login to your host, and download all the files to your local computer.  From there you can do whatever you would like with them, but I would suggest backing up onto some type of removable media (CD, DVD, USB key, etc)</p>
<p><strong>Method 2: Command Line.</strong><br />
If you have command line access you could create a tar.gz file and simply download that.  Here’s how you would do it.</p>
<p>Here’s the syntax to create a tar.gz file,<br />
tar czf &#8211; &lt;path to files&gt; | gzip &gt; &lt;filename&gt;</p>
<p>So for example, if your blog was stored in /www/blog you could create a backup file this way,<br />
tar czf &#8211; /www/blog | gzip &gt; blog.tar.gz</p>
<p>NOTE: make sure that you don’t run the tar command while you’re in the directory you want to backup, you may get some strange errors!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogonphotoblogs.com/backing-up-a-pixelpost-blog/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Chrome and your photoblog</title>
		<link>http://www.blogonphotoblogs.com/google-chrome-and-your-photoblog</link>
		<comments>http://www.blogonphotoblogs.com/google-chrome-and-your-photoblog#comments</comments>
		<pubDate>Mon, 08 Sep 2008 18:27:17 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.blogonphotoblogs.com/?p=256</guid>
		<description><![CDATA[By now, I am sure that you&#8217;ve all heard about chrome, and maybe quite a few of you have already downloaded it and started to use it as another browser in your arsenal.  I read somewhere that Chrome has already captured any from 1-4% of all browser traffic which is amazing when you consider how [...]]]></description>
			<content:encoded><![CDATA[<p>By now, I am sure that you&#8217;ve all heard about chrome, and maybe quite a few of you have already downloaded it and started to use it as another browser in your arsenal.  I read somewhere that Chrome has already captured any from 1-4% of all browser traffic which is amazing when you consider how long that it has been publicly available.</p>
<p>I have two questions for everyone,</p>
<p>1 &#8211; How much traffic on your photoblog is coming from Chrome?</p>
<p>Here&#8217;s an example of what I am seeing on this blog, pretty amazing that Chrome has managed to do in such a short period of time,</p>
<p><img class="alignleft size-medium wp-image-260" title="Percentage of Chrome Traffic" src="http://www.blogonphotoblogs.com/wp-content/uploads/chrome_traffic-300x142.png" alt="" width="300" height="142" /></p>
<p>2 &#8211; Does your photoblog look like it should in Chrome?  So far, I haven&#8217;t seen any issues in my photoblog, has anyone?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogonphotoblogs.com/google-chrome-and-your-photoblog/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
