<?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>Bluefishsign.com</title>
	<atom:link href="http://www.bluefishsign.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bluefishsign.com</link>
	<description>Paint the Good News to all Creation!</description>
	<lastBuildDate>Mon, 07 May 2012 19:55:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Transferring a local WordPress site to a remote server&#8230;</title>
		<link>http://www.bluefishsign.com/2012/01/transferring-a-local-wordpress-site-to-a-remote-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=transferring-a-local-wordpress-site-to-a-remote-server</link>
		<comments>http://www.bluefishsign.com/2012/01/transferring-a-local-wordpress-site-to-a-remote-server/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 20:59:04 +0000</pubDate>
		<dc:creator>Sarah Austin</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.bluefishsign.com/?p=192</guid>
		<description><![CDATA[So I was working on a local church&#8217;s website today on my local machine and decided to test drive the &#8220;demo&#8221; site on a remote server. I thought everything would be all fine and dandy, all I had to do was: Export the local database tables and import them into a remote database. FTP the [...]]]></description>
			<content:encoded><![CDATA[<p>So I was working on a local church&#8217;s website today on my local machine and decided to test drive the &#8220;demo&#8221; site on a remote server. I thought everything would be all fine and dandy, all I had to do was:</p>
<ol>
<li>Export the local database tables and import them into a remote database.</li>
<li>FTP the local site content to the remote server.</li>
<li>Go into the remote database, find the &#8220;wp_options&#8221; table and make sure the site is directing to the remote address instead of the local.</li>
<li>Done!</li>
</ol>
<h4>WRONG!!</h4>
<p><span id="more-192"></span></p>
<p>Found out (thanks to Safari browser), I still wasn&#8217;t able to see all posted images because there were still some instances of the local site address being used in the source files. Well, I didn&#8217;t want to exactly check all the pages to make sure they were directing to the remote images&#8230; sooo I found a nice SQL statement to automate it for me :)<br />
**Note: this is for people that actually know what they are doing when reading databases. Always make sure to back it up just in case something happens!</p>
<p>URL Reference: <a title="How to Perform Mass Search and Replace in WordPress" href="http://www.hongkiat.com/blog/how-to-search-and-replace-wordpress-in-blog-post/" target="_blank">http://www.hongkiat.com/blog/how-to-search-and-replace-wordpress-in-blog-post/</a></p>
<h4>MySQL Search and Replace via PhpMyAdmin</h4>
<ol>
<li> Go to PhpMyAdmin and click on your WordPress database.</li>
<li>To change content in pages, go to the <strong>wp_posts</strong> table.</li>
<li>Click on the SQL tab to add your statement (we&#8217;ll be searching and replacing text in the &#8220;post_content&#8221; field (where all text goes)),</li>
</ol>
<blockquote><p>UPDATE wp_posts SET post_content = REPLACE (<br />
post_content,<br />
&#8216;<strong>Item to replace here</strong>&#8216;,<br />
&#8216;<strong>Replacement text here</strong>&#8216;);</p></blockquote>
<p>You can add your old url (local server) in &#8220;Item to replace here&#8221; and replace it with your new url (remote server) in &#8220;Replacement text here&#8221;.</p>
<p>Click &#8220;Go&#8221; and your done!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluefishsign.com/2012/01/transferring-a-local-wordpress-site-to-a-remote-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I don&#8217;t think even SOPA supporters know what they&#8217;re supporting&#8230;</title>
		<link>http://www.bluefishsign.com/2011/12/i-dont-even-think-sopa-supporters-know-what-theyre-supporting/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=i-dont-even-think-sopa-supporters-know-what-theyre-supporting</link>
		<comments>http://www.bluefishsign.com/2011/12/i-dont-even-think-sopa-supporters-know-what-theyre-supporting/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 16:45:55 +0000</pubDate>
		<dc:creator>Sarah Austin</dc:creator>
				<category><![CDATA[Life In General]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.bluefishsign.com/?p=181</guid>
		<description><![CDATA[So today I was looking more into what SOPA is really all about and I found a nice little list of all the supporters of the bill. http://www.scribd.com/doc/76259944/SOPA-Supporters But I don&#8217;t think a lot of the supporters really have a clue what is going to happen if this bill gets passed. Take a look at [...]]]></description>
			<content:encoded><![CDATA[<p>So today I was looking more into what <a title="Stop Online Piracy Act" href="http://en.wikipedia.org/wiki/Stop_Online_Piracy_Act" target="_blank">SOPA</a> is really all about and I found a nice little list of all the supporters of the bill.</p>
<p><a href="http://www.scribd.com/doc/76259944/SOPA-Supporters" target="_blank">http://www.scribd.com/doc/76259944/SOPA-Supporters</a></p>
<p>But I don&#8217;t think a lot of the supporters really have a clue what is going to happen if this bill gets passed. <span id="more-181"></span>Take a look at &#8220;<strong>Gospel Music Association</strong>&#8220;. I have nothing against Christians or their music, I myself am a born-again Christian, but really?&#8230; The website has a banner ad that says &#8220;All New GMAiL&#8221; (http://www.gospelmusic.org/). Yeah Google has been playing around with a new style and Gmail definitely does have a new look.  But it&#8217;s not talking about Google Mail. Also, I don&#8217;t think the small little &#8220;i&#8221; is enough of a difference between both logos. Just saying&#8230;</p>
<p><a title="Gmail's new look!" href="http://www.gospelmusic.org/" target="_blank"><img class="size-medium wp-image-182 aligncenter" title="gma-gmail" src="http://www.bluefishsign.com/wp-content/uploads/2011/12/gma-gmail-300x252.jpg" alt="" width="300" height="252" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluefishsign.com/2011/12/i-dont-even-think-sopa-supporters-know-what-theyre-supporting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Have a Very Merry Christmas and Happy Holidays!</title>
		<link>http://www.bluefishsign.com/2011/12/have-a-very-merry-christmas-and-happy-holidays/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=have-a-very-merry-christmas-and-happy-holidays</link>
		<comments>http://www.bluefishsign.com/2011/12/have-a-very-merry-christmas-and-happy-holidays/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 16:53:51 +0000</pubDate>
		<dc:creator>Sarah Austin</dc:creator>
				<category><![CDATA[Life In General]]></category>

		<guid isPermaLink="false">http://bluefishsign.localhost/?p=176</guid>
		<description><![CDATA[Hey everyone, It’s 4 days until Christmas and I was planning on making a fun Christmas card for everyone to enjoy. But I thought it would be even more fun to show you something I created a very long time ago&#8230; in 2007 (well I guess it wasn’t that long ago). When Bluefishsign didn’t really [...]]]></description>
			<content:encoded><![CDATA[<p>Hey everyone,</p>
<p>It’s <strong>4 days until Christmas</strong> and I was planning on making a fun Christmas card for everyone to enjoy. But I thought it would be even more fun to show you something I created a very long time ago&#8230; in 2007 (well I guess it wasn’t that long ago). <span id="more-176"></span>When Bluefishsign didn’t really know what direction it was moving towards in the Media industry. At the time I created this video, I was hoping to start a Machinima Company. (Machinima is filmmaking within a real-time, 3D virtual environment, often using 3D video-game technologies. Think of Sims 2 and Sims 3.)</p>
<p>Here is a link to the video: <a href="http://www.youtube.com/watch?v=aE0V_1mdFGg" target="_blank">http://www.youtube.com/watch?v=aE0V_1mdFGg</a>. I received <strong>6000 hits</strong>&#8230; not bad for my first project.</p>
<p>I hope everyone has a wonderful Christmas and Happy Holidays!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluefishsign.com/2011/12/have-a-very-merry-christmas-and-happy-holidays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Most Memorable Moments of 2011 plus New Layout!</title>
		<link>http://www.bluefishsign.com/2011/12/most-memorable-moments-of-2011-plus-new-layout/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=most-memorable-moments-of-2011-plus-new-layout</link>
		<comments>http://www.bluefishsign.com/2011/12/most-memorable-moments-of-2011-plus-new-layout/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 16:15:52 +0000</pubDate>
		<dc:creator>Sarah Austin</dc:creator>
				<category><![CDATA[What's New]]></category>

		<guid isPermaLink="false">http://bluefishsign.localhost/?p=158</guid>
		<description><![CDATA[I don&#8217;t think I really have to go into too much detail on how Bluefishsign is changing design wise&#8230; but it&#8217;s all good and be sure to check out all the different parts of the site that were not there in the past! For example, Bluefishsign has a blog! Ok.. ok&#8230; I did have Blogger [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t think I really have to go into too much detail on how Bluefishsign is changing design wise&#8230; but it&#8217;s all good and be sure to check out all the different parts of the site that were not there in the past! For example, Bluefishsign has a blog! Ok.. ok&#8230; I did have Blogger before but I never really used it. Bluefishsign is now partially run on WordPress so I have no excuse.<span id="more-158"></span></p>
<p><strong>January</strong> was the month that Bluefishsign became an <strong>official business</strong>. At the time, I was very proud of my website layout but as you get better in the field and find new design techniques, your tastes change. That&#8217;s what I love about Web Design, you&#8217;re never bored!</p>
<p>Even though Bluefishsign was now <em>official</em>, I was still putting it on the back burner. Why? I was getting married!</p>
<p><span class="alignright"><img class="size-medium wp-image-161" title="old-bfs" src="http://bluefishsign.localhost/wp-content/uploads/2011/12/old-bfs-210x300.jpg" alt="Bluefishsign's old layout" width="210" height="300" /></span></p>
<p><strong>May 07/2011</strong> is when I got married to the love of my life. I got married, had my Honeymoon and <strong>May 22nd/2011</strong>  is when I was getting back into the game.</p>
<p>In <strong>August</strong>, I started working with <strong>VXFusion</strong> based in Welland, ON on a few web projects. One of the projects is  <a title="Fire Prevention and Safety, Knowfire.ca" href="http://knowfire.ca/" target="_blank"><strong>Knowfire.ca</strong></a> which is a Fire Safety Awareness Program based out of the Niagara Region.</p>
<p>In<strong> October</strong>, <a title="MFB Publications" href="http://mfbp.org/" target="_blank"><strong>mfbp.org</strong></a> was launched. MFB Publications is a company committed to supplying quality and affordable <strong>French</strong> and <strong>Spanish</strong> products and curriculum for Christian schools (K &#8211; grade 10).</p>
<p>Lastly, but certainly not least, I launched <strong><a title="Focus One Consulting Group" href="http://www.focusonegroup.com/" target="_blank">focusonegroup.com</a>. </strong>A company that specializes in <em>Celebrity and Corporate Security Protection Services</em>. Check the site out and take a look at the <em>celebrities</em> they have protected!</p>
<p>Have a Happy New Year Everyone!</p>
<p>Bluefishsign.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluefishsign.com/2011/12/most-memorable-moments-of-2011-plus-new-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

