<?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>CaliGrafx.com</title>
	<atom:link href="http://www.caligrafx.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.caligrafx.com</link>
	<description>Merging Crisp Design, Powerful Communication and Ease of Use!</description>
	<lastBuildDate>Tue, 13 Mar 2012 04:58:29 +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>A Yahoo! Store Bounce Box</title>
		<link>http://www.caligrafx.com/tutorials/a-yahoo-store-bounce-box/</link>
		<comments>http://www.caligrafx.com/tutorials/a-yahoo-store-bounce-box/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 21:48:31 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Premium Tutorials]]></category>
		<category><![CDATA[RTML]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Yahoo Store]]></category>
		<category><![CDATA[Bounce]]></category>
		<category><![CDATA[Box]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Store]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[Yahoo! Store]]></category>

		<guid isPermaLink="false">http://www.caligrafx.com/?p=1028</guid>
		<description><![CDATA[Here is another fun tutorial for your Yahoo! Store! When I was making it I was thinking of different things this could be used for! Here are a couple I thought of; Daily Deals Special Promotional Stuff Contact Link Login Box Help Box Shipping Quote Box Testimonial Box Now its just up to you what ...]]></description>
			<content:encoded><![CDATA[<p>Here is another fun tutorial for your Yahoo! Store! When I was making it I was thinking of different things this could be used for! Here are a couple I thought of;</p>
<ul>
<li>Daily Deals</li>
<li>Special Promotional Stuff</li>
<li>Contact Link</li>
<li>Login Box</li>
<li>Help Box</li>
<li>Shipping Quote Box</li>
<li>Testimonial Box</li>
</ul>
<p>Now its just up to you what your are going to do with it. This tutorial will give you that basics needed put it you would like something more than this&#8230; you will have to change a couple things in the text and the css files. The RTML will need to be changed a bit as well!</p>
<div class="alert_yellow"> <a href="http://www.racefandiecast.com/cate.html" target="_blank">View Demo</a> </div>
<p>So&#8230; lets get started now!</p>
<p>Store Manager &gt;&gt; Store Editor</p>
<p>This first thing that you will want to do is think of how you will want to using and decide where you would like it. Once you figure out these two things out, find that template and place the RTML below in there some how!</p>
<p><img class="alignnone size-full wp-image-1032" title="bouncebox-rtml" src="http://www.caligrafx.com/wp-content/uploads/2011/01/bouncebox-rtml1.jpg" alt="" /></p>
<p>Now that you have the RTML in place you will need to add the script! Please download the link below and upload them into a fold called &#8220;bounce-box&#8221; within your main directory.</p>
<div class="alert_yellow"><a href="http://www.caligrafx.com/wp-content/uploads/2011/01/bounce-box.zip">Download Script</a></div>
<p>After you have uploaded the script files to your main directory&#8230; we will need to paste the script links into your variables page of your store.</p>
<p>Store Manager &gt;&gt; Store Editor &gt;&gt; Variables</p>
<p>Now that your in the variables page you will be to create a new variable. Click the &#8220;Define New Variable&#8221; on the top of the page. Name it &#8220;script-text&#8221;, without the quote and give it a &#8220;big text&#8221; type! After clicking contiune scroll down the variables page until you see the empty text box for the &#8220;script-text&#8221; and paste the code below into it. Please remember to change the &#8220;siteurl&#8221; to your own url.</p><pre class="crayon-plain-tag"><code>&amp;lt;script type=&quot;text/javascript&quot; src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js&quot;&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script type=&quot;text/javascript&quot; src=&quot;http://site.siteurl.com/bounce-box/jquery.easing.1.3.js&quot;&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script type=&quot;text/javascript&quot; src=&quot;http://site.siteurl.com/bounce-box/jquery.bouncebox.1.0.js&quot;&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script type=&quot;text/javascript&quot; src=&quot;http://site.siteurl.com/bounce-box/script.js&quot;&amp;gt;&amp;lt;/script&amp;gt;</code></pre><p>Now that we have the RTML in place, the script upload and the script into the your variables page&#8230; We will need to add a couple more new items to the variable page. Below are the two others that will need to be added.</p>
<p>box-bg &#8211; image<br />
warning &#8211; image</p>
<p>Please download and upload these images below to the new variable items you have just made!<br />
<img class="alignnone size-full wp-image-1036" style="border: 1px solid #111;" title="box_bg" src="http://www.caligrafx.com/wp-content/uploads/2011/01/box_bg.jpg" alt="" width="96" height="162" /> <img class="alignnone size-full wp-image-1037" style="border: 1px solid #111;" title="warning" src="http://www.caligrafx.com/wp-content/uploads/2011/01/warning.png" alt="" width="48" height="48" /></p>
<p>Now is&#8217;t time for the last thing&#8230; the css file!</p>
<p>Store Manager &gt;&gt; Store Editor &gt;&gt; Contents</p>
<p>This is the contents page where your should have most of your css files! We are going to click on the &#8220;new&#8221; button on top. Give it the id of &#8220;bounce-box&#8221; and a type of &#8220;css&#8221;&#8230; click continue and copy and paste the css code below into the css-text box!</p><pre class="crayon-plain-tag"><code>/* The bouncing box */

#box{
	background:url($box-bg) repeat-x center top #fcfcfc;
	height:115px;
	padding:20px;
	margin-top:-10px;
	padding-top:30px;
	width:400px;
	border:1px solid #fcfcfc;
	color:#494848;
	text-shadow:1px 1px 0 white;
	font-family:'Myriad Pro',Arial,Helvetica,sans-serif;
}

#box p{
	font-size:25px;
	background:url($warning) no-repeat 10px center;
	padding-left:90px;
        margin-top:-20px;
}

#box p b{
	font-size:52px;
	display:block;
}

#box,
#main,
a.button{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* Styling the big button */

a.button,
a.button:visited,
a.button:active{
	color:white;
	letter-spacing:-2px;
	padding:20px;
	display:block;
	text-shadow:1px 1px 0 #145982;
	font-family:'Myriad Pro',Arial,Helvetica,sans-serif;
	font-size:80px;
	font-weight:bold;
	text-align:center;
	width:350px;
	border:1px solid #60b4e5;

	margin:60px auto;

	/*
		CSS3 gradients for webkit and mozilla browsers,
		fallback color for the rest:
	*/

	background-color: #59aada;
	background-image: -moz-linear-gradient(#5eb2e2, #4f9cca);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5eb2e2), to(#4f9cca));
}

a.button:hover{
	text-decoration:none;
	background-color: #5eb2e2;
	background-image: -moz-linear-gradient(#6bbbe9, #57a5d4);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6bbbe9), to(#57a5d4));
}

/* Only needed for the demonstration page */

#main{
	background-color:#073753;
	height:500px;
	margin:140px auto 50px;
	padding:90px 30px 0;
	position:relative;
	width:640px;
}

#main p{
	color:#ccc;
	font-size:19px;
	line-height:1.4;
	margin-bottom:20px;
	text-align:center;
}

#main p strong{
	color:white;
}

h1{
	padding:30px 0;
	text-align:center;
	text-shadow:0 1px 1px black;
	margin-bottom:30px;
	font-size:24px;
	font-family:&quot;Myriad Pro&quot;,Arial,Helvetica,sans-serif;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}</code></pre><p><p>
Now this should about do it! Remember you will need to change the css colors and what not if you would like to create your own idea for the bounce box! Please be sure to share with us what you have done with it&#8230; I would love to see it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caligrafx.com/tutorials/a-yahoo-store-bounce-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlastofColors.com</title>
		<link>http://www.caligrafx.com/portfolio/blastofcolors-com/</link>
		<comments>http://www.caligrafx.com/portfolio/blastofcolors-com/#comments</comments>
		<pubDate>Wed, 22 Dec 2010 19:53:26 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.caligrafx.com/?p=1019</guid>
		<description><![CDATA[Janet Fleming, owner of BlastofColors.com has a unique talent to paint and design bedroom themes with custom elements incorporated into the rooms! She asked me to design something with colors and paint buckets and this is what it came out to look like&#8230;First shot too!]]></description>
			<content:encoded><![CDATA[<p>Janet Fleming, owner of BlastofColors.com has a unique talent to paint and design bedroom themes with custom elements incorporated into the rooms! She asked me to design something with colors and paint buckets and this is what it came out to look like&#8230;First shot too! </p>
]]></content:encoded>
			<wfw:commentRss>http://www.caligrafx.com/portfolio/blastofcolors-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Yahoo! Store Adding Social Media Buttons</title>
		<link>http://www.caligrafx.com/tutorials/a-yahoo-store-adding-social-media-buttons/</link>
		<comments>http://www.caligrafx.com/tutorials/a-yahoo-store-adding-social-media-buttons/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 22:59:14 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Premium Tutorials]]></category>
		<category><![CDATA[RTML]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Yahoo Store]]></category>

		<guid isPermaLink="false">http://www.caligrafx.com/?p=999</guid>
		<description><![CDATA[This tutorial will show you how to display some of the more popular social media buttons in your Yahoo! Store. This is going to be a quite popular tutorial because of the popularity of social media these days! This is only for the Yahoo! Store Editor V3. You also must know how to edit RTML ...]]></description>
			<content:encoded><![CDATA[<p>This tutorial will show you how to display some of the more popular social media buttons in your Yahoo! Store. This is going to be a quite popular tutorial because of the popularity of social media these days!</p>
<p>This is only for the Yahoo! Store Editor V3.</p>
<p>You also must know how to edit RTML for this tutorial.</p>
<div class="alert_green"><a href="http://www.totallymotorsports.com/" target="_blank">View Demo</a></div>
<p>This first thing your going to have to do is log into your store editor and open your store variables!</p>
<p>Store Manager &gt;&gt; Store Editor &gt;&gt; Variables</p>
<p>Now that your are on your Variables page you will need to add a hand full of Variables. Each on of these are going to have an &#8220;image&#8221; &#8220;type&#8221;. Use the list below for help!</p>
<ul>
<li>Name: Social-blogger | Type: image</li>
<li>Name: Social-delicious | Type: image</li>
<li>Name: Social-digg | Type: image</li>
<li>Name: Social-facebook | Type: image</li>
<li>Name: Social-google | Type: image</li>
<li>Name: Social-stumble | Type: image</li>
<li>Name: Social-twitter | Type: image</li>
<li>Name: Social-youtube | Type: image</li>
</ul>
<p>Now that they are all set to upload image to them you will need to find some social media icons&#8230; here is a link to a great place to find some. Remember you might need to resize them if they are too big for what you need before you upload them in your Variables page!</p>
<div class="alert_yellow"><a href="http://findicons.com/search/social" target="_blank">FindIcons.com</a></div>
<p>After you have downloaded and resized the icons you would like to use go ahead a upload them icons you would like to uses for each social Variable and then hit update.</p>
<p>After updating the variables page you will be taken back to your home page where you will need to open up your templates.</p>
<p>Store Manager &gt;&gt; Store Editor &gt;&gt; Templates</p>
<p>It will be defaulted to the storetemplate&#8230; and then you will need to click on the &#8220;template&#8221; button again on the store tool bar!</p>
<p>Once you see the long list of template there will be a &#8220;new&#8221; button located on the tool bar, lets go ahead and click on that and give it a name of social-media!</p>
<p>Now that you have the new &#8220;social-media&#8221; template open it should have a default HEAD and BODY in there! Before you delete them click new and add a &#8220;DIV&#8221; Complex and replace the DIV with the HEAD! Then click on the body and cut it out then clear your list on the very bottom!</p>
<p>Now you will need to make the rest of the RTML look like the image below! Please remember to change the &#8220;www.yourstoreurl.com&#8221; to your own store url link!</p>
<p><a href="http://www.caligrafx.com/wp-content/uploads/2010/12/social-rtml.jpg" target="_blank"><img class="alignnone size-large wp-image-1004" title="social-rtml" src="http://www.caligrafx.com/wp-content/uploads/2010/12/social-rtml-1024x978.jpg" alt="" width="640" height="611" /></a></p>
<p>Now that you have your &#8220;social-page&#8221; template all done&#8230; Now you will need to play around with it to see where you would like it!</p>
<div class="alert_red">In order to get the icons with the link to show up use the Complex &#8220;CALL&#8221; to display it! For Example: CALL :social-page! </div>
<p><img class="alignnone size-full wp-image-1006" title="social-link" src="http://www.caligrafx.com/wp-content/uploads/2010/12/social-link.jpg" alt="" width="237" height="20" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.caligrafx.com/tutorials/a-yahoo-store-adding-social-media-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Yahoo! Store Adding Google Analytics</title>
		<link>http://www.caligrafx.com/tutorials/a-yahoo-store-adding-google-analytics/</link>
		<comments>http://www.caligrafx.com/tutorials/a-yahoo-store-adding-google-analytics/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 05:42:29 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Premium Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Yahoo Store]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Custom]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Stats]]></category>
		<category><![CDATA[Tracking]]></category>
		<category><![CDATA[Visitors]]></category>
		<category><![CDATA[Yahoo! Store]]></category>

		<guid isPermaLink="false">http://www.caligrafx.com/?p=992</guid>
		<description><![CDATA[Google Analytics is the enterprise-class web analytics solution that gives you rich insights into your website traffic and marketing effectiveness. Powerful, flexible and easy-to-use features now let you see and analyze your traffic data in an entirely new way. Before we can go any further, you will need to create a free account with Google ...]]></description>
			<content:encoded><![CDATA[<p>Google Analytics is the enterprise-class web analytics solution that gives you rich insights into your website traffic and marketing effectiveness. Powerful, flexible and easy-to-use features now let you see and analyze your traffic data in an entirely new way.</p>
<p>Before we can go any further, you will need to create a free account with Google Analytics to get the script to paste into your store!</p>
<div class="alert_yellow"><a href="http://www.google.com/analytics/" target="_blank" />Get a free account now!</a></div>
<p>Ok, now that you have signed up we will want to login to your Yahoo! Store editor and add a variable! </p>
<p>Store Manager >> Store Editor >> Variables</p>
<p>Once you have made it to the &#8220;Variables&#8221; page you will want to click on the &#8220;Define New Variable&#8221; button located on the top of the page. </p>
<p>For the name &#8220;Google-analytics&#8221; without the quotes.<br />
For the type &#8220;big-text&#8221;.</p>
<p>Ok, the Google Analytics big text field is set for use now. Let go ahead and hit that &#8220;update&#8221; button on the top left side of the page before the time-out occurs on you!</p>
<p>Now we should be back on the front page of your site in the Store Editor still! Let go ahead and add the RTML to the template that is needed to get the Google Analytics script to work. </p>
<p>Click on the template &#8211; or your default store template name link on the tool bar. </p>
<p>Now inside your default page template click on the first RTML word that shows up in blue. Now, click the new button up top on the tool bar and select &#8220;TEXT&#8221; in the long list of complexes there! Click create and than it will redirect you to template again. On the top tool bar you will want to click the &#8220;paste after&#8221; button, and than the edit button after the &#8220;paste after&#8221; button is no longer clickable. In the &#8220;TEXT&#8221; arg field you will need to type &#8220;@google-analytics&#8221; without the quotes again like the picture shows below! Now click the update button.</p>
<p><img src="http://www.caligrafx.com/wp-content/uploads/2010/12/@google.jpg" alt="" title="@google" width="259" height="77" class="alignnone size-full wp-image-993" /></p>
<p>Now that we have the TEXT @google-analytics in place we will need to add the script into this text field in the variables! First we will need to grab your code from Google Analytics. </p>
<ul>
<li>Log in to Google Analytics at http://www.google.com/analytics</li>
<li>From the Overview page, select the account that has the profile for the tracking code you&#8217;re looking for, as the code is profile-specific.</li>
<li>Select the profile from the accounts Overview page.</li>
<li>From that profile&#8217;s Actions column, click Edit</li>
<li>At the top right of the &#8216;Main Website Profile Information&#8217; box, click Check Status</li>
<li>Your tracking code can be copied and pasted from the text box in the Instructions for adding tracking section</li>
</ul>
<p>Now that you have your Google Analytics on your clip board ready to be pasted. Lets go to your Variables page again to paste it!</p>
<p>Store Manager >> Store Editor >> Variables</p>
<p>Now in the Variables page scroll down until you see the google-analytics big text field and copy and paste the script in the to text field!</p>
<p>Once, you have the script in the right place you will need to click the update button on the top left hand side of the page! </p>
<p>This should be it! Once you complete this it should take a couple of days before you will see any results , but be sure to look at all the features that Google Analytics has to offer on your account there!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caligrafx.com/tutorials/a-yahoo-store-adding-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TotallyMotorsports.com</title>
		<link>http://www.caligrafx.com/portfolio/totallymotorsports-com/</link>
		<comments>http://www.caligrafx.com/portfolio/totallymotorsports-com/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 21:40:18 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Apparel]]></category>
		<category><![CDATA[California]]></category>
		<category><![CDATA[Collectibles]]></category>
		<category><![CDATA[Diecast]]></category>
		<category><![CDATA[NASCAR]]></category>
		<category><![CDATA[NHRA]]></category>
		<category><![CDATA[Racing]]></category>
		<category><![CDATA[RTML]]></category>
		<category><![CDATA[TotallyMotorsports]]></category>
		<category><![CDATA[TotallyMotorsports.com]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.caligrafx.com/?p=979</guid>
		<description><![CDATA[TotallyMotorsports.com is the leading NASCAR &#038; NHRA dealers ship for the racing collectibles in southern California! This website was a custom RTML Yahoo! Store design with many, many hours behind it.]]></description>
			<content:encoded><![CDATA[<p>TotallyMotorsports.com is the leading NASCAR &#038; NHRA dealers ship for the racing collectibles in southern California! This website was a custom RTML Yahoo! Store design with many, many hours behind it. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.caligrafx.com/portfolio/totallymotorsports-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>White Oak Wild Nights</title>
		<link>http://www.caligrafx.com/portfolio/white-oak-wild-nights/</link>
		<comments>http://www.caligrafx.com/portfolio/white-oak-wild-nights/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 21:33:44 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Animals]]></category>
		<category><![CDATA[Nights]]></category>
		<category><![CDATA[Oak]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[White]]></category>
		<category><![CDATA[Wild]]></category>
		<category><![CDATA[Wild Life]]></category>

		<guid isPermaLink="false">http://www.caligrafx.com/?p=974</guid>
		<description><![CDATA[Bobbi with Lions Tigers and Bears, asked me to design her a website that would match here beautiful wild life restore! This is what we ended up with&#8230; a great looking site!]]></description>
			<content:encoded><![CDATA[<p>Bobbi with Lions Tigers and Bears, asked me to design her a website that would match here beautiful wild life restore! This is what we ended up with&#8230; a great looking site! </p>
]]></content:encoded>
			<wfw:commentRss>http://www.caligrafx.com/portfolio/white-oak-wild-nights/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Yahoo! Store 404 Error Page</title>
		<link>http://www.caligrafx.com/tutorials/a-yahoo-store-404-error-page/</link>
		<comments>http://www.caligrafx.com/tutorials/a-yahoo-store-404-error-page/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 18:13:04 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Premium Tutorials]]></category>
		<category><![CDATA[RTML]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Yahoo Store]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[not found]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[Store]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.caligrafx.com/?p=304</guid>
		<description><![CDATA[Here is a requested tutorial that will give you a custom page to your store if a visitor finds a way to are store and the item that they click on is either moved or deleted! Ok, lets start by added the page preferences! Store Manager >> Account Preferences Under the &#8220;Store Settings&#8221; block please ...]]></description>
			<content:encoded><![CDATA[<p>Here is a requested tutorial that will give you a custom page to your store if a visitor finds a way to are store and the item that they click on is either moved or deleted!</p>
<div class="alert_green"><a href="http://www.totallymotorsports.com/404-error.html" target="_blank" />Demo</a></div>
<p>Ok, lets start by added the page preferences!</p>
<p>Store Manager >> Account Preferences</p>
<p>Under the &#8220;Store Settings&#8221; block please select the option to &#8220;Use a custom Store Editor error page&#8221; and then in the text block below in the &#8220;Enter custom error page id:&#8221; let enter &#8220;404-errors&#8221; without the quotes. The click the change button in the bottom right hand corner!</p>
<p>Now, we need to add the custom page in the store editor!</p>
<p>Store Manager >> Store Editor</p>
<p>In the editor with the advanced editor store tool on, click the &#8220;Contents&#8221; button on the bottom row of the tools.</p>
<p>Inside of the contents page click on the &#8220;new&#8221; button up top. In the id field type &#8220;404-errors&#8221; without the quotes and the Type select &#8220;raw-html.&#8221; and click continue!</p>
<p>Now that you are on the 404-error.html page click the edit button on the store editor tool bar and lets give it some TLC!</p>
<p>Save my 404 error image on my page or create your own for your page and host it someone where you could please it in your caption of the page!</p>
<p>Under the object properties</p>
<p><strong>Name:</strong> Page Not Found<br />
<strong>Caption: </strong></p>
<pre class="crayon-plain-tag"><code>&amp;lt;center&amp;gt;

&amp;lt;img src=&amp;quot;http://site.ourstoreurl.com/images/404.png&amp;quot;&amp;gt;

We&amp;#39;re sorry - The page you are looking for has either been moved or sold out.

Please use the search box below to find what your looking for.

If you are still having trouble, please let us know so we can help you locate what your are looking for!

&amp;lt;/center&amp;gt;</code></pre>
<p><strong>Search-label:</strong> May I help you find something: (Or what ever you would like there!)<br />
<strong>Search-button:</strong> Search (or what ever you would like there!)<br />
<strong>Headline:</strong> Page Not Found</p>
<p>After you click update that should be it and it will direct you to the page where you could see the page look! Please feel free to adjust the look that your looking for!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caligrafx.com/tutorials/a-yahoo-store-404-error-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Portfolio Template</title>
		<link>http://www.caligrafx.com/freebies/simple-portfolio-template/</link>
		<comments>http://www.caligrafx.com/freebies/simple-portfolio-template/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 21:01:33 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Freebie]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[Template]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://www.caligrafx.com/?p=277</guid>
		<description><![CDATA[Here is a template that uses jquery to adjust the type of design that your visitors would like to look at.]]></description>
			<content:encoded><![CDATA[<p>Here is a template that uses jquery to adjust the type of design that your visitors would like to look at. </p>
<div class="alert_green"><a href="http://www.caligrafx.com/wp-content/uploads/template_demos/simple-portfolio/index.html" target="_blank">View Demo</a></div>
<div class="alert_blue"><a href="http://www.caligrafx.com/wp-content/uploads/template_demos/simple-portfolio/Simple-Portfolio_Template.zip" target="_blank">Download File</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.caligrafx.com/freebies/simple-portfolio-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Yahoo Store! Top Front Page Image Slider</title>
		<link>http://www.caligrafx.com/tutorials/a-yahoo-store-top-front-page-image-slider/</link>
		<comments>http://www.caligrafx.com/tutorials/a-yahoo-store-top-front-page-image-slider/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 19:20:18 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Premium Tutorials]]></category>
		<category><![CDATA[RTML]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Yahoo Store]]></category>
		<category><![CDATA[A Yahoo Store]]></category>
		<category><![CDATA[Front]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[Slider]]></category>
		<category><![CDATA[Top]]></category>

		<guid isPermaLink="false">http://www.caligrafx.com/?p=248</guid>
		<description><![CDATA[Sorry for such the long time in between this and the last tutorial. This is another requested tutorial that I am sure that a lot of others would love to have on their store&#8217;s as well! This tutorial will allow you to have a clear and more presentable front page with featured item in your ...]]></description>
			<content:encoded><![CDATA[<p>Sorry for such the long time in between this and the last tutorial. This is another requested tutorial that I am sure that a lot of others would love to have on their store&#8217;s as well! This tutorial will allow you to have a clear and more presentable front page with featured item in your images sliding. If I was to put a scale of difficultly on this tutorial it would be 3 out of 5. It&#8217;s really not that hard just a lot of this to click on. Let get started with the fun stuff now.</p>
<p>This tutorial is only for the Yahoo! Store Editor V3, and You also must know how to edit RTML for this tutorial.</p>
<div class="alert_green"><a href="http://site.racefandiecast.com/frontpage/example.html" target="_blank">View Demo</a></div>
<p>This first thing you are going to want to do is download this css and javascript files and upload them to your store hosting. <div class="alert_green"><a href="http://www.caligrafx.com/wp-content/uploads/rtml/top-frontpage/top-frontpage_downloads.rar">Download Files Here</a></div></p>
<p>Store Modules Page >> Web Hosting Control Panel >> Create &#038; Update >> File Manager</p>
<p>Once you are see the folders listed on the page you will need to create a new subdirectory and call it &#8220;frontpage&#8221; with out the quotes. Once you create the new folder find it in the list and open it by clicking on it!</p>
<p>Once you have opened the &#8220;frontpage&#8221; folder create two more and call one &#8220;css&#8221; and the other &#8220;js&#8221; with in that folder. Once they are in there click on the &#8220;css&#8221; folder and upload the content with in the css folder you have just downloaded and then the same with the &#8220;js&#8221; files.</p>
<p>If you have a ftp program that is hooked up to your store this would be a look easier. Just create a folder with in the main directory and just upload the &#8220;css&#8221; and &#8220;js&#8221; folders into it!</p>
<p>After you have the files uploaded to your Yahoo store hosting account. We can started on the RTML of the tutorial! We will need to go to the template list of your store.</p>
<p>Store Manager >> Store Editor >> Templates</p>
<p>Lets create a new template and give it a name &#8220;Top-frontpage&#8221; without the quotes. Copy the RTML into your template to look like the one below!</p>
<p><a href="http://www.caligrafx.com/wp-content/uploads/2010/11/rtml.jpg"><img src="http://www.caligrafx.com/wp-content/uploads/2010/11/rtml.jpg" alt="" title="rtml" width="640" height="1061" class="alignnone size-full wp-image-254" /></a></p>
<p>Okay, now that the RTML for the image and slider are in there we can go ahead and place the Call: for the template in the right template. You will need to go back to the list of the store template and find the template named &#8220;home&#8221; and open it by clicking on it.</p>
<p>Well in the home template page click the new button on top and then click the first blue link which should be &#8220;FOR-EACH&#8221;. Then the replace button on top should light up&#8230; press it and then press the paste after button. This will but the CALL on top of the whole page. Now click on the call extension and then click on the edit button! Now inside the text field we are going to call the template that we just made their. Type the following in there without the quotes &#8220;:top-frontpage&#8221;. If you see a red box next to the template call name than it will connected correctly than. It should look like the image below.</p>
<p><img src="http://www.caligrafx.com/wp-content/uploads/2010/11/redbox.jpg"></p>
<p>Now that the templates are in place we need to add some customer properties to the page. This is where you would upload and update any of the images.</p>
<p>Let go the your home page and click the edit button. Now we will click on the &#8220;New Property&#8221; button on top and create the following. If you add them in the order that is listed below, it would be easier for you to update them at a later date.</p>
<p>Name &#8211; Type<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Frontpage-image1 &#8211; image<br />
Frontpage-id1 &#8211; text<br />
Frontpage-image2 &#8211; image<br />
Frontpage-id2 &#8211; text<br />
Frontpage-image3 &#8211; image<br />
Frontpage-id3 &#8211; text<br />
Frontpage-image4 &#8211; image<br />
Frontpage-id4 &#8211; test</p>
<p>Frontpage-image-bannertop &#8211; image<br />
Frontpage-id-bannertop &#8211; text<br />
Frontpage-image-bannermiddle &#8211; image<br />
Frontpage-id-bannermiddle &#8211; text<br />
Frontpage-id-bannerbottom &#8211; image<br />
Frontpage-image-bannerbottom &#8211; text</p>
<p>It should look like the following image below!<br />
<a href="http://www.caligrafx.com/wp-content/uploads/2010/11/custom-properties.jpg"><img src="http://www.caligrafx.com/wp-content/uploads/2010/11/custom-properties.jpg" alt="" title="custom-properties" width="607" height="399" class="alignnone size-full wp-image-260" /></a></p>
<p>The css in the file is set to a certain size image, but feel free to change the size of the image and css specs if you need to.</p>
<p>*Default Image Requirements<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Image Slider &#8211; 515&#215;261<br />
Side Ad Image &#8211; 256&#215;87</p>
<p>Now you will need the turn the override on for the head-tags. On the home &#8220;index&#8221; page click the edit button. Click the &#8220;Override Variable&#8221; button on the top. Select &#8220;Head-Tags&#8221; and click update. Now under the Custom Properties section you will find the big-text box. Copy and paste the script from below and paste it into the Head-Tags field. Remember to change the your to your own or it will not work right.</p>
<pre class="crayon-plain-tag"><code>&amp;lt;!-- Frontpage Image Slider --&amp;gt;

&amp;lt;!-- // css / Stylesheets // --&amp;gt; 
&amp;lt;link href=&amp;quot;http://site.yourwebsiteurl.com/frontpage/css/slider.css&amp;quot; rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; /&amp;gt; 


&amp;lt;!-- // js / Javascript // --&amp;gt; 
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://site.yourwebsiteurl.com/frontpage/js/jquery.min14.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt; 
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://site.yourwebsiteurl.com/frontpage/js/jquery.easing.1.2.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt; 
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://site.yourwebsiteurl.com/frontpage/js/jquery.anythingslider.js&amp;quot; charset=&amp;quot;utf-8&amp;quot;&amp;gt;&amp;lt;/script&amp;gt; 
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://site.yourwebsiteurl.com/frontpage/js/anyslider.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt; 

&amp;lt;!-- Frontpage Image Slider --&amp;gt;</code></pre>
<p>This is how this is set up! There are four of the image sliders where you can upload the images and there are id right below them. To link them to a page on your store. You will need to grab the id of the page by going to the item and click the edit button&#8230; on the top there is a field that has the item id. Or you could visit your website outside of the store editor and click on the page you want the link to visit and copy the text between the &#8220;.com/&#8221; and the &#8220;.html&#8221;. For example your URL is http://www.caligrafx.com/<strong>sdfwe897</strong>.html you would only grab the bolded font in the url and paste it into the id field.</p>
<p>Once you have all of the images and id in place be sure to check the home page out before publishing your store!</p>
<p>I hope you found this tutorial easy enough to follow. If you have any questions or comments please use the &#8220;comment&#8221; form below and I would be happy to reply to you!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caligrafx.com/tutorials/a-yahoo-store-top-front-page-image-slider/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

