<?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>The FlashPalette Blog</title>
	<atom:link href="http://www.flashpalette.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashpalette.com/blog</link>
	<description>The FlashPalette Blog, where everything happens</description>
	<lastBuildDate>Wed, 02 Jun 2010 15:29:09 +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>Clarification of Java Code for Moblie phones</title>
		<link>http://www.flashpalette.com/blog/clarification-of-java-code-for-moblie-phones/</link>
		<comments>http://www.flashpalette.com/blog/clarification-of-java-code-for-moblie-phones/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 15:29:09 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
				<category><![CDATA[Mobile Sites]]></category>
		<category><![CDATA[flashpalette website tempaltes]]></category>
		<category><![CDATA[mobile ready websites]]></category>

		<guid isPermaLink="false">http://www.flashpalette.com/blog/?p=447</guid>
		<description><![CDATA[I thought I would take a few minutes to explain what the page is you need to modify for your FLashpalette website, if you have a Deco Mob website too.
The page you need to update is your INDEX.HMTL and not your MAIN.HTML
You want the clients to go to the mobile site as soon as they [...]]]></description>
			<content:encoded><![CDATA[<p>I thought I would take a few minutes to explain what the page is you need to modify for your FLashpalette website, if you have a Deco Mob website too.<br />
The page you need to update is your INDEX.HMTL and not your MAIN.HTML</p>
<p>You want the clients to go to the mobile site as soon as they come to your main page with will be <a href="http://www.your">www.your</a> url.com</p>
<p>Hope this Clears things up.</p>
<p>Shannon</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashpalette.com/blog/clarification-of-java-code-for-moblie-phones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Deco Mobile sites with Flashpalette Websites</title>
		<link>http://www.flashpalette.com/blog/opening-mobile-websites/</link>
		<comments>http://www.flashpalette.com/blog/opening-mobile-websites/#comments</comments>
		<pubDate>Mon, 24 May 2010 13:24:12 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
				<category><![CDATA[Mobile Sites]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[flash templates for photographers]]></category>
		<category><![CDATA[flash website templates]]></category>
		<category><![CDATA[how to add make a mobile website open]]></category>
		<category><![CDATA[mobile website soultions]]></category>
		<category><![CDATA[templates for photographers]]></category>
		<category><![CDATA[website templates]]></category>

		<guid isPermaLink="false">http://www.flashpalette.com/blog/?p=443</guid>
		<description><![CDATA[I think the most common question we have had in the past few days from our clients is &#8220;how will my clients get directed to the moblie site when accessing my website from a smart phone?&#8221;.
This is easy.  Deco Mobile now has a code you can place in the header section of your splash page [...]]]></description>
			<content:encoded><![CDATA[<p>I think the most common question we have had in the past few days from our clients is &#8220;how will my clients get directed to the moblie site when accessing my website from a smart phone?&#8221;.</p>
<p>This is easy.  Deco Mobile now has a code you can place in the header section of your splash page that will automatically bring up your mobile website.</p>
<p>The code is:</p>
<p>&lt;script  language=javascript&gt;<br />
if((navigator.userAgent.match(/iPhone/i)) ||  (navigator.userAgent.match(/iPod/i)) ||  (navigator.userAgent.match(/Android/i)))<br />
{<br />
location.href=&#8217;http://<span style="color: #ff0000;">YOUR URL/FOLDER NAME FOR YOUR mobilesite</span>&#8216;;<br />
}<br />
&lt;/script&gt;</p>
<p>To put it in your FlashPalette website splash page you will have to do it manually, but it&#8217;s not hard.</p>
<p>1. Go to your My Documents/Flashpalette Website folder.</p>
<p>2. click on your index.html file in that folder.</p>
<p>3. For PC users right click and open with note pad, for mac users Control-Click on the file&#8217;s icon, then select text edit.</p>
<p>4. You will see a page of writing, look for the code htat says &lt;/HEAD&gt;</p>
<p>5.  copy the code below to your index page placing it just before the &lt;/HEAD&gt; tag.</p>
<p>&lt;script  language=javascript&gt;<br />
if((navigator.userAgent.match(/iPhone/i)) ||  (navigator.userAgent.match(/iPod/i)) ||  (navigator.userAgent.match(/Android/i)))<br />
{<br />
location.href=&#8217;http://<span style="color: #ff0000;">YOUR URL/FOLDER NAME FOR YOUR mobilesite</span>&#8216;;<br />
}<br />
&lt;/script&gt;</p>
<p>6. Change the line in red.   you will want it to have your URL and your folder name that you gave your mobile website.</p>
<p>7. Click save as &#8212; then save as index.html  We recommend you save it to a separate folder. This way your editor will not overwrite the changes you have made to the page when you update other parts of your website.</p>
<p>8. Load the new index.html page on your server, making sure to over-write the old file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashpalette.com/blog/opening-mobile-websites/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Long time without Posts &#8212;</title>
		<link>http://www.flashpalette.com/blog/long-time-without-posts/</link>
		<comments>http://www.flashpalette.com/blog/long-time-without-posts/#comments</comments>
		<pubDate>Thu, 13 May 2010 19:55:17 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.flashpalette.com/blog/?p=440</guid>
		<description><![CDATA[We have been so busy getting our new iPhone site ready that I have not had time to post to the blog.
I know I should have but we are so excited to announce our new venture with our sister company Deco. Deco Mobile is a GREAT way to enhance your current website without getting a [...]]]></description>
			<content:encoded><![CDATA[<p>We have been so busy getting our new iPhone site ready that I have not had time to post to the blog.</p>
<p>I know I should have but we are so excited to announce our new venture with our sister company Deco. <a href="http://www.decomob.com" target="_blank">Deco Mobile</a> is a GREAT way to enhance your current website without getting a totally new website.</p>
<p>You can now have a site viable and designed just for viewers using small screens like iPhones and Droid phones.</p>
<p>Check it out at Deco Mobile &#8212; they are even running a special for existing Flashpalette clients 50% off until 5/24.  To get your discount just email support at flashpalette.com for the code!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashpalette.com/blog/long-time-without-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPPI &#8211; Sale &#8211; For those Who Did not Get to Attend</title>
		<link>http://www.flashpalette.com/blog/wppi-sale-for-those-who-did-not-get-to-attend/</link>
		<comments>http://www.flashpalette.com/blog/wppi-sale-for-those-who-did-not-get-to-attend/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 13:12:15 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
				<category><![CDATA[Promotions]]></category>

		<guid isPermaLink="false">http://www.flashpalette.com/blog/?p=421</guid>
		<description><![CDATA[We are running a sale for all of you who did and those who did not get to attend WPPI.  It&#8217;s a wonderful event full of great classes a chance to mingle and meet others who share your passion, but it&#8217;s also not something everyone can experience every year.
Since not everyone can attend and get [...]]]></description>
			<content:encoded><![CDATA[<p>We are running a sale for all of you who did and those who did not get to attend WPPI.  It&#8217;s a wonderful event full of great classes a chance to mingle and meet others who share your passion, but it&#8217;s also not something everyone can experience every year.</p>
<p>Since not everyone can attend and get in on the great vendor specials at the show, we thought we would do a sale for all our clients.  The sale goes until Saturday the 13th of March.</p>
<p>You can save 30% on all <a href="http://www.flashpalette.com" target="_blank">Flashplatte Websites</a> and <a href="http://www.decoimaging.com" target="_blank">Deco Imaging Websites</a> too!~</p>
<p><a href="http://www.flashpalette.com/blog/wp-content/uploads/2010/03/FPCardFront.jpg"><img src="http://www.flashpalette.com/blog/wp-content/uploads/2010/03/FPCardFront.jpg" alt="" title="FPCardFront" width="1008" height="658" class="alignnone size-full wp-image-434" /></a></p>
<p><a href="http://www.flashpalette.com/blog/wp-content/uploads/2010/03/FPCardBack.jpg"><img src="http://www.flashpalette.com/blog/wp-content/uploads/2010/03/FPCardBack.jpg" alt="" title="FPCardBack" width="1008" height="658" class="alignnone size-full wp-image-433" /></a></p>
<p><a href="http://www.flashpalette.com/blog/wp-content/uploads/2010/03/DecoCardFront.jpg"><img src="http://www.flashpalette.com/blog/wp-content/uploads/2010/03/DecoCardFront.jpg" alt="" title="DecoCardFront" width="1050" height="700" class="alignnone size-full wp-image-432" /></a></p>
<p><a href="http://www.flashpalette.com/blog/wp-content/uploads/2010/03/DecoCardBack.jpg"><img src="http://www.flashpalette.com/blog/wp-content/uploads/2010/03/DecoCardBack.jpg" alt="" title="DecoCardBack" width="1050" height="700" class="alignnone size-full wp-image-431" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashpalette.com/blog/wppi-sale-for-those-who-did-not-get-to-attend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Crash &#8211; Reminder</title>
		<link>http://www.flashpalette.com/blog/website-crash-reminder/</link>
		<comments>http://www.flashpalette.com/blog/website-crash-reminder/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 16:07:28 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[crashed computer]]></category>
		<category><![CDATA[flash websites]]></category>
		<category><![CDATA[website for photographers]]></category>

		<guid isPermaLink="false">http://www.flashpalette.com/blog/?p=416</guid>
		<description><![CDATA[This is the most common email we get asking how to deal with finding the files when your computer has crashed.
To start with make sure you do a backup.  I recommend using an online backup service. I use and love Backblaze.  They have fantastic support and their fee covers external drives (many do not).  SO [...]]]></description>
			<content:encoded><![CDATA[<p>This is the most common email we get asking how to deal with finding the files when your computer has crashed.</p>
<p>To start with make sure you do a backup.  I recommend using an online backup service. I use and love <a href="http://www.backblaze.com/partner/af0520" target="_blank">Backblaze</a>.  They have fantastic support and their fee covers external drives (many do not).  SO I always start by reminding everyone to back up your website files, just as you should your regular files.</p>
<p>If you have had a <a href="http://www.flashpalette.com/blog/?p=125" target="_blank">computer crash</a> you can find the steps to reload your website <a href="http://www.flashpalette.com/blog/?p=125" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashpalette.com/blog/website-crash-reminder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updates: Website templates updated</title>
		<link>http://www.flashpalette.com/blog/updates-website-templates-updated/</link>
		<comments>http://www.flashpalette.com/blog/updates-website-templates-updated/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 16:08:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Editor Updates]]></category>
		<category><![CDATA[flash websites for photographers]]></category>
		<category><![CDATA[photograpy websites]]></category>
		<category><![CDATA[website updates]]></category>

		<guid isPermaLink="false">http://www.flashpalette.com/blog/?p=411</guid>
		<description><![CDATA[We have been busy updating our website templates.  The following editors have new versions available for download.
08A &#8211; newest version is 3.5.8
Team Steve &#8211; newest version is 3.53
Gavin &#8211; newest version is 3.5.12
Tristan &#8211; newest version is 3.5.4
Happy Updating.
]]></description>
			<content:encoded><![CDATA[<p>We have been busy updating our website templates.  The following editors have new versions available for download.</p>
<p>08A &#8211; newest version is 3.5.8</p>
<p>Team Steve &#8211; newest version is 3.53</p>
<p>Gavin &#8211; newest version is 3.5.12</p>
<p>Tristan &#8211; newest version is 3.5.4</p>
<p>Happy Updating.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashpalette.com/blog/updates-website-templates-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting your website Searched: Use Google to Verify your site</title>
		<link>http://www.flashpalette.com/blog/flashwebsite-templates-getting-searched-by-goolge/</link>
		<comments>http://www.flashpalette.com/blog/flashwebsite-templates-getting-searched-by-goolge/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 17:20:27 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[flash websites]]></category>
		<category><![CDATA[how to get Google to serach your website]]></category>
		<category><![CDATA[photography website templates]]></category>

		<guid isPermaLink="false">http://www.flashpalette.com/blog/?p=407</guid>
		<description><![CDATA[Frequently we get clients who ask us &#8212; how do I know if my site is getting serached?  There is an easy way to find out, use the Google Webmaster tools.  You can use the Webmaster tools to verify your website.
This is easy to do and will require just a bit of time.  With FlashPalette [...]]]></description>
			<content:encoded><![CDATA[<p>Frequently we get clients who ask us &#8212; how do I know if my site is getting serached?  There is an easy way to find out, use the Google Webmaster tools.  You can use the Webmaster tools to verify your website.</p>
<p>This is easy to do and will require just a bit of time.  With FlashPalette websites we recommend that you use the html verification tool.</p>
<p>1. Sign up with Googles Webmaster Tools</p>
<p>2. Click on Add site</p>
<p>3. After you add your site click on Verify.</p>
<p>4. Select the HTML option</p>
<p>5. Download the html file Google has provided.</p>
<p>6. Load the File Google provides into your public_html folder on your server.</p>
<p>7. Go back and click Verify</p>
<p>8. After the code is loaded correctly you will see the statistics for your website show up.</p>
<p>Shannon</p>
<p>These are the two resources that Google has for you (if you have not signed up you should today).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashpalette.com/blog/flashwebsite-templates-getting-searched-by-goolge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Design: Photographer Websites</title>
		<link>http://www.flashpalette.com/blog/photographers-website-desig/</link>
		<comments>http://www.flashpalette.com/blog/photographers-website-desig/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 00:59:53 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[flashwebsites for photographers]]></category>
		<category><![CDATA[photography websites]]></category>

		<guid isPermaLink="false">http://www.flashpalette.com/blog/?p=400</guid>
		<description><![CDATA[The start of any great website is of  course your images.  It is your images that you want your clients to focus on, but there are a few things to consider when building a website.
The next is you want to write good text &#8212; and that requires the following:
1. Write clearly and keep your text [...]]]></description>
			<content:encoded><![CDATA[<p>The start of any great website is of  course your images.  It is your images that you want your clients to focus on, but there are a few things to consider when building a website.</p>
<p>The next is you want to write good text &#8212; and that requires the following:<br />
1. Write clearly and keep your text to a minimum, you want your information to be easily found.</p>
<p>2. Make sure your images match you desciption of your style</p>
<p>3. EDIT EDIT EDIT &#8212; you need to make sure you avoid misspelled words and other errors.</p>
<p>Use colors that are pleasing and complimentary one of my favorite places to find color matches is <a href="http://websitetips.com/color/" target="_blank">kuler</a> it&#8217;s a free site and I just love the various combinations of color that appear!</p>
<p>Then the rest is up to you &#8212; you need your site to reflect who you are as person and as a photographer.</p>
<p>Shannon</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashpalette.com/blog/photographers-website-desig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlashPalette Websites &#8211; Tips for finding files</title>
		<link>http://www.flashpalette.com/blog/flash-website-templates-finding-files/</link>
		<comments>http://www.flashpalette.com/blog/flash-website-templates-finding-files/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 18:54:41 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[flash website templates photographers]]></category>
		<category><![CDATA[templates for photographwers]]></category>
		<category><![CDATA[website templates small business]]></category>

		<guid isPermaLink="false">http://www.flashpalette.com/blog/?p=393</guid>
		<description><![CDATA[A frequent question sent to us is where do I find my files on my computer. For all templates except the 04/05/06 and the original editors (you will know if you have one as your interface does not look like the one below).
It&#8217;s actually really easy to figure out once you understand where to look.
You [...]]]></description>
			<content:encoded><![CDATA[<p>A frequent question sent to us is where do I find my files on my computer. For all templates except the 04/05/06 and the original editors (you will know if you have one as your interface does not look like the one below).</p>
<p>It&#8217;s actually really easy to figure out once you understand where to look.</p>
<p>You open your editor.</p>
<p>Then click on the website tab on the left.</p>
<p>Then you will see a spot on the right called base directory.</p>
<p>Your website is located in that base directory. (see below for an example).</p>
<p><a href="http://www.flashpalette.com/blog/wp-content/uploads/2010/02/filelocation.jpg"><img class="alignnone size-medium wp-image-394" title="filelocation" src="http://www.flashpalette.com/blog/wp-content/uploads/2010/02/filelocation-300x187.jpg" alt="flashpalette websites, website templates for photographers" width="300" height="187" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashpalette.com/blog/flash-website-templates-finding-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monday: Words Count</title>
		<link>http://www.flashpalette.com/blog/monday-words-count/</link>
		<comments>http://www.flashpalette.com/blog/monday-words-count/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 02:50:30 +0000</pubDate>
		<dc:creator>Shannon</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[flashpalete websites]]></category>
		<category><![CDATA[small buisness websites]]></category>
		<category><![CDATA[website templates]]></category>
		<category><![CDATA[website templates for photographers]]></category>

		<guid isPermaLink="false">http://www.flashpalette.com/blog/?p=389</guid>
		<description><![CDATA[Nothing is more important to  any photographer then their images.  This is how, you as photographers, view the world and make your living. However, when it comes to your website it is also important to make sure your words match your images.  You need to make sure if you are describing your style as breezy [...]]]></description>
			<content:encoded><![CDATA[<p>Nothing is more important to  any photographer then their images.  This is how, you as photographers, view the world and make your living. However, when it comes to your website it is also important to make sure your words match your images.  You need to make sure if you are describing your style as breezy and fun that your gallery images relfect that.  You also need to make sure you identify and speak the language that makes you sound like an expert without using too many technical terms making your site sound stiff and formal.</p>
<p>Shannon</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashpalette.com/blog/monday-words-count/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
