<?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>Aldebaran Web Design's Official Blog &#187; Tutorials</title>
	<atom:link href="http://aldebaranwebdesign.com/blog/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://aldebaranwebdesign.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 26 Jun 2010 21:20:34 +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>Adding WebYep to Tables to Create Repeating Rows</title>
		<link>http://aldebaranwebdesign.com/blog/adding-webyep-to-tables-to-create-repeating-rows/</link>
		<comments>http://aldebaranwebdesign.com/blog/adding-webyep-to-tables-to-create-repeating-rows/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 20:26:11 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[WebYep]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=865</guid>
		<description><![CDATA[This is a solution that I use often, and wanted to capture it here in my blog in the event that the Web Yep form is down. The question was: 1. Where is the best placement of OPEN and CLOSE loop elements for a repeating table row? - Inside the TR tags? - outside TR [...]]]></description>
			<content:encoded><![CDATA[<p>This is a solution that I use often, and wanted to capture it here in my blog in the event that the Web Yep form is down.</p>
<p>The question was:</p>
<blockquote><p>1. Where is the best placement of OPEN and CLOSE loop elements for a  repeating table row?<br />
- Inside the TR tags?<br />
- outside TR  tags?<br />
2. Where is the best placement of the LOOP controls?<br />
-  Whether the controls are placed AUTOMATIC or MANUALLY they display  inline at the top of the table, which is confusing to the user.</p></blockquote>
<p>And the answer was:</p>
<blockquote><p>ad 1.: Outside the TR tags &#8211; the loop should surround the table row</p>
<p>ad 2.: When placing the  loop start in a position where now content HTML is allowed (like between  the TABLE and TR tags) then you should set the control flag to MANUALLY  and insert the little PHP code snippet for the controls (as listed in  the Menu Element&#8217;s reference) elsewhere &#8211; e.g. at the beginning or end  of the table cell (right after the TD or before the /TD). You might want  to enclose that in a DIV and give that a nowrap via CSS so the buttons  are kept in a separate line.</p></blockquote>
<p>And I added:</p>
<blockquote><p>Just used this tip and thought posting the code would save someone else  time:<br />
&lt;?php $webyep_oCurrentLoop-&gt;showEditButtons(); ?&gt;</p></blockquote>
<p>Original Forum Article is here: <a href="http://forums.obdev.at/viewtopic.php?f=6&amp;t=2615&amp;start=0">LOOP &#8211; TABLE; repeat TR, controls placement</a></p>
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/adding-webyep-to-tables-to-create-repeating-rows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PayPal Has Auto Sweep!</title>
		<link>http://aldebaranwebdesign.com/blog/paypal-has-auto-sweep/</link>
		<comments>http://aldebaranwebdesign.com/blog/paypal-has-auto-sweep/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 17:57:05 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[PayPal]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=831</guid>
		<description><![CDATA[I learned of a new feature in PayPal today by complete accident. I normally login and move money from my PayPal business account to my business checking account. A few days ago, I forgot I logged in, and this morning noticed funds had moved out. When I called PayPal, they confirmed that indeed it was [...]]]></description>
			<content:encoded><![CDATA[<p>I learned of a new feature in PayPal today by complete accident. I normally login and move money from my PayPal business account to my business checking account. A few days ago, I forgot I logged in, and this morning noticed funds had moved out. When I called PayPal, they confirmed that indeed it was me (embarrassing), but they told me that PayPal has an auto-sweep feature that would do this. They enabled it on my account so it shows up under the Financial section of my Profile. I never knew PayPal had this ability, and wanted to share my belated discovery!</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fpaypal-has-auto-sweep%2F&amp;title=PayPal+Has+Auto+Sweep%21" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fpaypal-has-auto-sweep%2F&amp;title=PayPal+Has+Auto+Sweep%21" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fpaypal-has-auto-sweep%2F&amp;title=PayPal+Has+Auto+Sweep%21" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fpaypal-has-auto-sweep%2F&amp;title=PayPal+Has+Auto+Sweep%21" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fpaypal-has-auto-sweep%2F&amp;title=PayPal+Has+Auto+Sweep%21', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fpaypal-has-auto-sweep%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fpaypal-has-auto-sweep%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fpaypal-has-auto-sweep%2F&amp;title=PayPal+Has+Auto+Sweep%21" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fpaypal-has-auto-sweep%2F&amp;title=PayPal+Has+Auto+Sweep%21" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/paypal-has-auto-sweep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DreamHost Private Servers PS &#8211; Should You Try It?</title>
		<link>http://aldebaranwebdesign.com/blog/dreamhost-private-servers-ps-should-you-try-it/</link>
		<comments>http://aldebaranwebdesign.com/blog/dreamhost-private-servers-ps-should-you-try-it/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 15:25:48 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[DreamHost]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=795</guid>
		<description><![CDATA[It seems like all my blog article ideas lately come from my clients, so here&#8217;s another one. A client got an invitation to try out DreamHost PS (Private Servers) and wanted to know whether he should sign up. Normally my clients use DreamHost for hosting, and they usually just sign up for a regular old [...]]]></description>
			<content:encoded><![CDATA[<p>It seems like all my blog article ideas lately come from my clients, so here&#8217;s another one. A client got an invitation to try out DreamHost PS (Private Servers) and wanted to know whether he should sign up.</p>
<p>Normally my clients use DreamHost for hosting, and they usually just sign up for a regular old shared hosting plan. So far, I haven&#8217;t had anyone who has the need for more bandwidth than their regular hosting plans offer.</p>
<p>However I did switch my own website hosting plan over to PS around a year ago as an experiment. I was having enough downtime to bug me, perhaps getting notifications that my site was down from <a href="http://aldebaranwebdesign.com/webservices-traffictracking.php">Web-Stat</a> a few times a month. I also knew that how often my website went down was heavily dependent on which server I was on. I think I asked to be moved, which they did, but for some reason, I still was having downtime that bugged me.</p>
<p>So I switched to PS, which did indeed cut down on my downtime. It&#8217;s a bit more expensive, but since my business is web design, having a website that&#8217;s up as much as possible is important to me.</p>
<p>However, I also have other clients who pretty much never have downtime and they have a regular hosting plan &#8211; so I do think that it depends on who your server neighbors are and what they are doing to impact your server&#8217;s performance.</p>
<p>So I told my client that if he was experiencing downtime that bugged him, he could give the PS a whirl, but otherwise to stay where he was. The PS does require users to check their usage and to make adjustments, which for most of my website clients is the last thing on their minds. If you&#8217;ve moved from standard DreamHost shared hosting to PS, let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/dreamhost-private-servers-ps-should-you-try-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Add A PDF Document To Your WordPress Blog</title>
		<link>http://aldebaranwebdesign.com/blog/how-to-add-a-pdf-document-to-your-wordpress-blog/</link>
		<comments>http://aldebaranwebdesign.com/blog/how-to-add-a-pdf-document-to-your-wordpress-blog/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 14:05:30 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=787</guid>
		<description><![CDATA[One of my clients asked me how she could embed a PDF document into her WordPress blog today. After some searching, I found the answer and wanted to document it here so that my other clients and blog readers can learn how to do this. You embed or add a pdf document much the same [...]]]></description>
			<content:encoded><![CDATA[<p>One of my clients asked me how she could embed a PDF document into her WordPress blog today. After some searching, I found the answer and wanted to document it here so that my other clients and blog readers can learn how to do this.</p>
<p>You embed or add a pdf document much the same way you add an image:</p>
<p>1. However instead of clicking on the first &#8220;Add An Image&#8221; icon, you click on the last one &#8220;Add Media&#8221;. It looks like a little dot with spikes, like a star.</p>
<p>2. Next, just like adding an image, you click on &#8220;Select Files&#8221; and navigate to your PDF file.</p>
<p>3. Change the title to something obvious like &#8220;Click Here to Download Blah&#8221;, so that folks will know what will happen when they click on the link.</p>
<p>4. Be sure to click &#8220;File URL&#8221; under the &#8220;Link URL&#8221; section.</p>
<p>5. Then click &#8220;Insert Into Post&#8221;.</p>
<p>Here&#8217;s a screen shot of the &#8220;Add Media&#8221; window with the important parts circled in red:</p>
<p><a href="http://AldebaranWebDesign.com/blog/wp-content/uploads/2009/11/pdf.gif"><img class="alignnone size-full wp-image-790" title="pdf" src="http://AldebaranWebDesign.com/blog/wp-content/uploads/2009/11/pdf.gif" alt="pdf" width="635" height="529" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/how-to-add-a-pdf-document-to-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ECT Online Store Newsletter Mod from ECT Modifications</title>
		<link>http://aldebaranwebdesign.com/blog/ect-online-store-newsletter-mod-from-ect-modifications/</link>
		<comments>http://aldebaranwebdesign.com/blog/ect-online-store-newsletter-mod-from-ect-modifications/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 05:18:59 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[ECT Store]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=628</guid>
		<description><![CDATA[My website clients often want to be able to send out newsletters to their customers. Sending out newsletters without being labeled a spammer is tricky business. Many folks opt to use a monthly fee-based service like Constant Contact or My Emma, which send out emails using their own mail servers.  But if you have an [...]]]></description>
			<content:encoded><![CDATA[<p>My website clients often want to be able to send out newsletters to their customers. Sending out newsletters without being labeled a spammer is tricky business. Many folks opt to use a monthly fee-based service like <a href="http://www.constantcontact.com">Constant Contact</a> or <a href="http://www.myemma.com/">My Emma</a>, which send out emails using their own mail servers.  But if you have an ECT online store,  you can utilize a &#8220;mod&#8221; from <a href="http://www.ectmodifications.com">ECT Modifications</a> called <a href="http://www.ectmodifications.com/proddetail.php?prod=mailer">Advanced News Letter</a> that costs around $25 (one time charge). It sends out emails from your website using your ECT online store program.  This article explains how to send out email using this particular mod.</p>
<p>One benefit of using this mod is that it has the ability to send out emails recursively. This means that if your hosting company has a limit specifying how many emails you can send out per hour, you can set the mod to make sure it doesn&#8217;t exceed that limit. For example, if your hosting company has a 100 email per hour limit, you can set this mod to send out 9 emails every 6 minutes (90 per hour). Pretty cool feature.</p>
<p>You should make sure you know the rules of your hosting company so that they don&#8217;t blacklist you as a spammer. One common rule is that people can opt in or out of your newsletter, meaning you can&#8217;t just send it to whoever you want. Some hosting companies have very complicated rules, and this is one reason why many clients, even those with ECT online stores, will use a monthy fee-based service. Another reason they use these other services, is that often they have really fancy tools that make it easy to format pretty newsletters. This mod is a very basic, kinda do-it-yourself newsletter program. It does not have any bells and whistles, but it is inexpensive.</p>
<p>Once you&#8217;ve purchased and installed this mod, you can follow these steps to send out a newsletter to the people who have added themselves to your email list inside your ECT online store.</p>
<p>From the store&#8217;s admin page, click on &#8220;Home&#8221;. At the bottom of that page, you should see a line for &#8220;Mailshot&#8221; with a link that says &#8220;Admin Page&#8221;. Click on the link.</p>
<p>You should now be looking at the newsletter admin screen. It&#8217;s recommended that you first send your newsletter to yourself before sending it out to everyone. Follow these steps:</p>
<p>1. Put in an appropriate number (&#8220;6&#8243; is recommended) in the delay box. This is a very, very, very important step. Your batch size and delay must not exceed the limit set by your hosting company.</p>
<p>2. Put your own email in the To: field<br />
3. Enter Subject:<br />
4. Click &#8220;Design View&#8221;<br />
5. Create your message.<br />
In the message, you must put in how to unsubscribe.<br />
Here&#8217;s the code</p>
<p>http://yourdomain.com/store/cart.php?unsubscribe=##Email##</p>
<p>Replace yourdomain.com with YOUR domain and make sure the path to your online store is correct.</p>
<p>6. How to add an image from a product in your store (optional):<br />
First you will need to know the exact URL of the image. Navigate to the product and then put your mouse over the image you want. Right click and select &#8220;View Image&#8221; and you should see just the image all alone. The image URL is now displayed in your browser. It might take the form of &#8220;https://yourdomain.com/store/prodimages/imagename.jpg&#8221;</p>
<p>Copy the URL. Now back in the Newsletter area, put your cursor where you want the image to go, and click on the little &#8220;Insert Image&#8221; icon that looks like a tree. Paste in the image URL.</p>
<p>7. Click Send email. Don&#8217;t worry, this only sends it to you, if you clicked &#8220;Test&#8221; earlier.</p>
<p>8. You should receive the email. Check it over for errors.</p>
<p>9. Now you&#8217;re ready to send out the real thing! Uncheck the &#8220;test&#8221; box.</p>
<p>10. Put your cursor in the To: field and click the &#8220;Insert in the To Field&#8221; little icon. It looks like a little envelope with a lightening bolt. It will put this: ##Email## in the To Field.</p>
<p>11. Click &#8220;Send&#8221;. Do NOT refresh your window or close it &#8211; it needs to stay just as it is until it&#8217;s finished. It may take several hours.  One of my favorite clients uses this in her store and it takes about 20 hours to send it to her huge database.</p>
<p>If for some reason it stops in the middle, do whatever you can to avoid refreshing the page and starting over, as it will send it to your readers all over again. If you accidentally log out, for example, open another window in your browser and log into your store.  Then in the Mailshot window, click &#8220;Pause&#8221; and then &#8220;Resume&#8221; and it will continue where it left off.</p>
<p>A detailed description of the Advanced Newsletter/Mailshot admin area is here:<br />
<a href="http://www.ectmodifications.com/installs/mailshot/Mail_Interface2.html">http://www.ectmodifications.com/installs/mailshot/Mail_Interface2.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/ect-online-store-newsletter-mod-from-ect-modifications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading your ECT (Ecommerce Templates) Online Store Version</title>
		<link>http://aldebaranwebdesign.com/blog/upgrading-your-ect-ecommerce-templates-online-store-version/</link>
		<comments>http://aldebaranwebdesign.com/blog/upgrading-your-ect-ecommerce-templates-online-store-version/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 20:42:17 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[ECT Store]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=344</guid>
		<description><![CDATA[This article is written for clients who may have just had their ECT (Ecommerce Templates) online store upgraded to a new version. One of the wonderful things about using ECT for your online store, is that they are very dedicated to continually improving their product, and come out with updates (newer versions) on a very [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-143" title="ecommerce_templates" src="http://aldebaranwebdesign.com/blog/wp-content/uploads/2008/02/ecommerce_templates.gif" alt="" width="227" height="50" /></p>
<p>This article is written for clients who may have just had their ECT (Ecommerce Templates) online store upgraded to a new version. One of the wonderful things about using ECT for your online store, is that they are very dedicated to continually improving their product, and come out with updates (newer versions) on a very regular basis. How do you, as an ECT store owner get the most out of your upgrade? Read on.</p>
<p>The ECT online store is a very complex application. There are hundreds of files, some with thousands of lines of code in them. Each time a new version is released, a subset of these files are updated.  <a href="http://www.ecommercetemplates.com/updater_info.asp">Click here to learn how to have ECT notify you of new releases.</a> Once your web developer has updated your store to the latest version, it will be important for you to do a review of what&#8217;s changed so that you can make the most out of your improved online store. It&#8217;s also a good idea to take this opportunity to review what ECT can offer, because there might be a wonderful feature you store already had that you weren&#8217;t aware of.</p>
<p>The first thing I&#8217;d recommend, is that you know what version your old store was, and what the version of the new store is. This will help you figure out what&#8217;s changed. Your web developer should give you this information. If you log into your store&#8217;s admin area, the version number appears at the top of the screen.</p>
<p>Once you know the old and new version numbers, it&#8217;s time to scour the ECT website to see what might have changed. Keep in mind that some changes will be bug fixes, while other changes will be new features.</p>
<p>Here&#8217;s a list of links inside the ECT website that I recommend visiting to look for what might be different in your new version:</p>
<p><a href="http://www.ecommercetemplates.com/support/forum.asp?FORUM_ID=21">http://www.ecommercetemplates.com/support/forum.asp?FORUM_ID=21</a><br />
Click on every release that&#8217;s beyond your old one up to and including up to the new one.</p>
<p><a href="http://www.ecommercetemplates.com/phphelp/ecommplus/parameters.asp">http://www.ecommercetemplates.com/phphelp/ecommplus/parameters.asp</a><br />
This is a list of parameters that can be set. Often ECT will highlight the most recent ones.</p>
<p><a href="http://www.ecommercetemplates.com/phphelp/ecommplus/about.asp">http://www.ecommercetemplates.com/phphelp/ecommplus/about.asp</a><br />
This is a features list, review them.</p>
<p><a href="http://www.ecommercetemplates.com/help/admin-help.asp">http://www.ecommercetemplates.com/help/admin-help.asp</a><br />
Look on the right hand side under &#8220;Admin help&#8221; and click on each one.</p>
<p>The best way to get the most out of your ECT online store, is to really spend time looking around and reading about all of the features. Most clients won&#8217;t need to utilize all of them, but there are certainly always new features with each version upgrade, so take the time to learn and discover!</p>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/upgrading-your-ect-ecommerce-templates-online-store-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebYep &#8211; Changed Page Name &#8211; Lost Data &#8211; Changed File Name &#8211; Moved File To Different Location</title>
		<link>http://aldebaranwebdesign.com/blog/webyep-changed-page-name-lost-data-changed-file-name/</link>
		<comments>http://aldebaranwebdesign.com/blog/webyep-changed-page-name-lost-data-changed-file-name/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 20:44:25 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[WebYep]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=332</guid>
		<description><![CDATA[I work on website redesigns, which means I often work in a temporary subdirectory. When I&#8217;m ready to launch the website, I move the files from their temporary home, into their permanent home, typically under the root of the website. But if I&#8217;ve installed WebYep on a client&#8217;s website, moving these files will break things, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://aldebaranwebdesign.com/blog/wp-content/uploads/2008/02/webyep.gif"><img class="alignnone size-full wp-image-144" title="webyep" src="http://aldebaranwebdesign.com/blog/wp-content/uploads/2008/02/webyep.gif" alt="" width="178" height="78" /></a></p>
<p>I work on website redesigns, which means I often work in a temporary subdirectory. When I&#8217;m ready to launch the website, I move the files from their temporary home, into their permanent home, typically under the root of the website. But if I&#8217;ve installed WebYep on a client&#8217;s website, moving these files will break things, and since I can&#8217;t find this on WebYep&#8217;s FAQ page, I&#8217;m posting it here in the hopes of helping others.</p>
<p>If you&#8217;ve moved your WebYep file or changed the page name, you have broken the link between WebYep and it&#8217;s data, and it&#8217;s a simple matter to fix this. Follow these steps provided by WebYep Customer Support:</p>
<blockquote><p>I&#8217;ve renamed my page&#8217;s file or folder &#8211; now all my data is lost!<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Whenever you rename a page or move it to another folder, the link between the page and its WebYep data is lost, as WebYep can only identify a page by its URL (filename and path).</p>
<p>But you can re-link the page to its data:</p>
<p>Open the file webyep-system/data/documents &#8211; a text file, containing pairs of paths and document IDs. Locate the file in question and correct its file or folder name. Then WebYep will find the document&#8217;s data again.</p></blockquote>
<p>And, if your Web Yep pages were inside a subdirectory, called for example &#8220;newsite&#8221;. You&#8217;ll need to also modify this line at the very top of all your Web Yep pages:</p>
<blockquote><p>from this</p>
<p>include(&#8220;newsite/$webyep_sIncludePath/webyep.php&#8221;);</p>
<p>to this</p>
<p>include(&#8220;$webyep_sIncludePath/webyep.php&#8221;);</p></blockquote>
<p>Easy solution &#8211; but hard to find!</p>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/webyep-changed-page-name-lost-data-changed-file-name/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Add Line Breaks or New Paragraphs In TinyMCE, WordPress and WebYep</title>
		<link>http://aldebaranwebdesign.com/blog/how-to-add-line-breaks-or-new-paragraphs-in-tinymce-wordpress-and-webyep/</link>
		<comments>http://aldebaranwebdesign.com/blog/how-to-add-line-breaks-or-new-paragraphs-in-tinymce-wordpress-and-webyep/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 17:16:50 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[WebYep]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[newline]]></category>
		<category><![CDATA[paragraph]]></category>
		<category><![CDATA[text editor]]></category>
		<category><![CDATA[tinymce]]></category>
		<category><![CDATA[webyep]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=239</guid>
		<description><![CDATA[I&#8217;ve had a few clients ask me this question, so I&#8217;m posting the answer here &#8211; because it wasn&#8217;t super easy to find on the internet. When you get to the end of a line and hit &#8220;return&#8221; on your keyboard &#8211; what do you want to happen? Sometimes you want a new paragraph. Sometimes [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-144" title="webyep" src="http://aldebaranwebdesign.com/blog/wp-content/uploads/2008/02/webyep.gif" alt="" width="178" height="78" /><img class="alignnone size-full wp-image-177" title="wordpress-logo-small" src="http://aldebaranwebdesign.com/blog/wp-content/uploads/2008/03/wordpress-logo-small.gif" alt="" width="192" height="65" /></p>
<p>I&#8217;ve had a few clients ask me this question, so I&#8217;m posting the answer here &#8211; because it wasn&#8217;t super easy to find on the internet. When you get to the end of a line and hit &#8220;return&#8221; on your keyboard &#8211; what do you want to happen? Sometimes you want a new paragraph. Sometimes you might just want a line break. This short tutorial shows you how to accomplish this. It works for WebYep and WordPress&#8230;and probably for many other text editors that might use TinyMCE or FCKEditor or others.</p>
<p>In HTML, there are paragraph tags: &lt;p&gt;I&#8217;m a paragraph&lt;/p&gt; and there are line breaks &lt;br /&gt;.</p>
<p>Paragraph tags make things look like this:</p>
<p>Paragraph 1</p>
<p>Paragraph 2</p>
<p>There&#8217;s a line of space between paragraphs.</p>
<p>But line breaks look like this:</p>
<p>Line break 1<br />
Line break 2</p>
<p>There is no line of space.</p>
<p>How do you get what you want when you&#8217;re using WebYep or WordPress or some other application that uses a WYSIWYG text editor?</p>
<p>The answer is easy: If you want a new paragraph, simply hit &#8220;<strong>return</strong>&#8220;. If you don&#8217;t want a new paragraph and just want a line break, hit &#8220;<strong>shift return</strong>&#8220;.</p>
<p>Now, when I was researching this solution, I did find many folks who said you could accomplish this by <a href="http://tinymce.moxiecode.com/punbb/viewtopic.php?id=5636" target="_blank">changing a few lines of code in the TinyMCE initiation file</a>. And this did work&#8230;but only on Internet Explorer. It didn&#8217;t work on Firefox. So I think the simple &#8220;shift return&#8221; solution is the best one for my clients to use.</p>
<p>UPDATE: For those of you on a Mac, I have found issues with Safari and this hint &#8211; but it works on Firefox for Mac, so give that a try if Safari doesn&#8217;t behave.</p>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/how-to-add-line-breaks-or-new-paragraphs-in-tinymce-wordpress-and-webyep/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How To Contact DreamHost.com For Support</title>
		<link>http://aldebaranwebdesign.com/blog/how-to-contact-dreamhostcom-for-support/</link>
		<comments>http://aldebaranwebdesign.com/blog/how-to-contact-dreamhostcom-for-support/#comments</comments>
		<pubDate>Tue, 27 May 2008 15:45:30 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[DreamHost]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[support ticket]]></category>
		<category><![CDATA[website hosting]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=238</guid>
		<description><![CDATA[Website hosting, like many other things in life, is not guaranteed to have 100% uptime. There may be times when your website is down, or loading slowly. If you are using DreamHost as your website hosting company, it&#8217;s a simple matter to submit a support ticket to find out what&#8217;s up and get whatever may [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-146" title="dreamhost" src="http://aldebaranwebdesign.com/blog/wp-content/uploads/2008/02/dreamhost.png" alt="" width="200" height="50" /></p>
<p>Website hosting, like many other things in life, is not guaranteed to have 100% uptime. There may be times when your website is down, or loading slowly. If you are using DreamHost as your website hosting company, it&#8217;s a simple matter to submit a support ticket to find out what&#8217;s up and get whatever may be causing the issue resolved. This article assumes you are using DreamHost.com for your website hosting company.<strong> (Note, if you&#8217;re reading this, you&#8217;re NOT on DreamHost&#8217;s website, you&#8217;re reading my blog. I am a completely different company, Aldebaran Web Design, I am not DreamHost.com)</strong></p>
<p>Update: <a href="http://aldebaranwebdesign.com/blog/dreamhost-offers-live-chat-woo-hoo/">DreamHost now offers Live Chat!</a></p>
<p>Follow these steps to notify DreamHost that your website is down or slow:</p>
<p><strong>1. Log In.</strong> Log into your DreamHost control panel at: http://www.dreamhost.com. Enter the email address you used when you signed up for hosting and your password under the &#8220;Customer Login&#8221; section.</p>
<p><strong>2. Click on Support -&gt; Contact Support. </strong>This is on the lower left-hand corner of the navigation.</p>
<p><strong>3. Select &#8220;Website&#8221; and &#8220;Next&#8221;.</strong> Notice there are other things you select here too. The support is not just for notifying them  of website down issues, but everything connected with your hosting account.</p>
<p><strong>4. Select your domain and &#8220;Next&#8221;.</strong> If you have an online store, you may see your domain listed twice. One is actually the &#8220;http&#8221; version and the other is the &#8220;https&#8221; version. Go ahead and check both.</p>
<p>5. Continue through the process with &#8220;Next&#8221; until you get to the Pick a Category.</p>
<p><strong>6. Pick a Category and &#8220;Next&#8221;.</strong> Highlight whichever issue fits your situation. Site down or site slow are good choices if your site is not coming up.</p>
<p><strong>7. Submit Support Ticket and &#8220;Send Message Now&#8221; .</strong> Fill out the following info: Name, Email, Subject, Message, Relevant URL, Request Type (be truthful here, if your site is down, the &#8220;OMG, People are Dying&#8221; is appropriate, but if it&#8217;s not this serious, then pick a less dramatic type).</p>
<p>You should expect to get a response from DreamHost anywhere from a few minutes, to a day&#8230;depending on what day and time you submitted your support ticket. I&#8217;ve  had extremely good luck with this system, and literally every single support request that I&#8217;ve submitted for myself, or on behalf of my clients, has been resolved in a timely manner.</p>
<p><strong>Phone Support:</strong></p>
<p>DreamHost offers phone support. If you check the box for phone support, they will charge you a monthly fee of $9.95 and they offer a fixed number of calls per month. Note that they call you, not the other way round. Typically I don&#8217;t need phone support because their email support is fast and often resolves my issues. But if you want to talk to them on the phone, you need to click this option and fill out the times you want them to call you. If you&#8217;ve activated this, remember you&#8217;ll need to deactivate it after your issue is resolved, otherwise you&#8217;ll continue to be charged the extra monthly fee.</p>
<p>(<strong>Note to people who read this blog article and call my business</strong>: DreamHost does NOT HAVE A PHONE NUMBER you can call. If you call me demanding a phone number, I can&#8217;t give it to you because they don&#8217;t have a phone number to call. It doesn&#8217;t exist. Follow the steps in this article to contact them online and submit a call-back request. Even if you ask me for the phone number three times, I can&#8217;t give it to you because, again, I don&#8217;t have it, it doesn&#8217;t exist.)</p>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/how-to-contact-dreamhostcom-for-support/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How To Upgrade Your WordPress Blog Using DreamHost&#8217;s Control Panel</title>
		<link>http://aldebaranwebdesign.com/blog/how-to-upgrade-your-wordpress-blog-using-dreamhosts-control-panel/</link>
		<comments>http://aldebaranwebdesign.com/blog/how-to-upgrade-your-wordpress-blog-using-dreamhosts-control-panel/#comments</comments>
		<pubDate>Mon, 19 May 2008 18:08:25 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[DreamHost]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=236</guid>
		<description><![CDATA[Loves One of the most wonderful things about having your WordPress blog hosted on DreamHost, is the ease of keeping your WordPress blog up-to-date. This is a quick tutorial on how to use the DreamHost one-click-installation feature to keep your blog version current. This article assumes you used the DreamHost one-click-installation to install your WordPress [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://aldebaranwebdesign.com/blog/wp-content/uploads/2008/03/wordpress-logo-small1.gif" alt="" width="192" height="65" /> Loves <img title="dreamhost" src="http://aldebaranwebdesign.com/blog/wp-content/uploads/2008/02/dreamhost.png" alt="" width="200" height="50" /></p>
<p>One of the most wonderful things about having your WordPress blog hosted on DreamHost, is the ease of keeping your WordPress blog up-to-date. This is a quick tutorial on how to use the DreamHost one-click-installation feature to keep your blog version current. This article assumes you used the DreamHost one-click-installation to install your WordPress blog using the Advanced Mode.</p>
<p><strong>1. Log into your DreamHost control panel</strong>: <a href="https://panel.dreamhost.com" target="_blank">https://panel.dreamhost.com</a>.</p>
<p><strong>2. Goodies:</strong> On the left hand side, click on &#8220;Goodies&#8221; and then on &#8220;One Click Installs&#8221;.</p>
<p><strong>3. Select A Method:</strong> Click on &#8220;Upgrade or remove previously installed software &#8211; Advanced mode&#8221;.</p>
<p><strong>4. Upgrade:</strong> Under the column &#8220;Actions&#8221; you&#8217;ll either see &#8220;Already&#8230;&#8221; meaning you&#8217;ve already installed the latest version, or you&#8217;ll see &#8220;Upgrade&#8230;.&#8221;. Click Upgrade.</p>
<p><strong>5. Finish:</strong> DreamHost will upgrade WordPress to the latest released version, and send you an email when it&#8217;s completed. There will be a link in the email you need to click on, that will upgrade your blog&#8217;s database if needed.</p>
<p><strong>6. Plugins</strong>: The upgrade process may deactivate your plugins, so it&#8217;s a good idea to log into your WordPress admin area and check to see that all the plugins are activated. Sometimes not all plugins are compatible with all versions of WordPress &#8211; so it&#8217;s good to check this out. The new version of WordPress (2.5) has a auto plugin updater &#8211; which make this process really simple.</p>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/how-to-upgrade-your-wordpress-blog-using-dreamhosts-control-panel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Change FTP Configuration in DreamHost</title>
		<link>http://aldebaranwebdesign.com/blog/how-to-change-ftp-configuration-in-dreamhost/</link>
		<comments>http://aldebaranwebdesign.com/blog/how-to-change-ftp-configuration-in-dreamhost/#comments</comments>
		<pubDate>Mon, 19 May 2008 17:47:01 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[DreamHost]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=235</guid>
		<description><![CDATA[If you&#8217;re changing from one website designer to another, it&#8217;s important to know how to reset your FTP information in your website hosting account. This article assumes that you have DreamHost as your website hosting company. When you change from one website designer to another, it&#8217;s important to change your FTP password. FTP stands for [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-146" src="http://aldebaranwebdesign.com/blog/wp-content/uploads/2008/02/dreamhost.png" alt="" width="200" height="50" />If you&#8217;re changing from one website designer to another, it&#8217;s important to know how to reset your FTP information in your website hosting account. This article assumes that you have DreamHost as your website hosting company.</p>
<p>When you change from one website designer to another, it&#8217;s important to change your FTP password. FTP stands for &#8220;File Transfer Protocol&#8221;, and its the way web designers upload and download files between their personal computers and your website server. When you change website designers, it&#8217;s important to prevent the old designer from accessing your website, whether you parted on good terms or not &#8211; better safe than sorry.</p>
<p>Here are the steps:</p>
<p><strong>1. Log into your DreamHost control panel</strong> at : <a href="https://panel.dreamhost.com" target="_blank">https://panel.dreamhost.com</a>.</p>
<p><strong>2. Access the User Accounts section</strong>. You can do this either by clicking on &#8220;Users&#8221; and then &#8220;Manage Users&#8221; in the left hand navigation. You can also do this by clicking on &#8220;Create User Accounts&#8221; in the main area.</p>
<p><strong>3. Manage Users.</strong> At the top of the window, it should now say &#8220;Manage Users&#8221; and typically you&#8217;ll see just one user listed.</p>
<ul>
<li>Username: This is found under the column labeled &#8220;user&#8221;.</li>
<li>Password: Click &#8220;Edit&#8221; and you will see fields for new password, or to let DreamHost pick a password for you. (I recommend letting DreamHost do this for you so the password is nice and secure). Simply enter the new password, and click &#8220;Save Changes&#8221;.</li>
</ul>
<p>If you simply want to know what your current FTP password is, you&#8217;ll need to send DreamHost a support ticket to turn on this display. Once they activate  it, your current FTP password will show up in the &#8220;Edit&#8221; area under Manage Users.</p>
<p>Remember that to access DreamHost servers via FTP, you don&#8217;t  need to put the &#8220;ftp://&#8221; just the domainname.com will work. (This is at least true for DreamWeaver, not sure for other FTP programs). Also remember that DreamHost stores website files in a subdirectory that&#8217;s the domain name: &#8220;yourdomainname.com.&#8221;  So if your website is mywidgets.com, the folder name is mywidgets.com</p>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/how-to-change-ftp-configuration-in-dreamhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Up PayPal Website Payments Pro with ECT Online Store</title>
		<link>http://aldebaranwebdesign.com/blog/setting-up-paypal-website-payments-pro-with-ect-online-store/</link>
		<comments>http://aldebaranwebdesign.com/blog/setting-up-paypal-website-payments-pro-with-ect-online-store/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 22:52:46 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[ECT Store]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/setting-up-paypal-website-payments-pro-with-ect-online-store/</guid>
		<description><![CDATA[Here are step by step instructions for setting up PayPal Website Payments Pro with your ECT (ECommerce Templates) online store. &#8220;Pro&#8221; allows you to accept credit cards directly in your online store without sending your customers through PayPal &#8211; it communicates with PayPal in the background. Note, you MUST have PayPal Website Payments Pro fully [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://aldebaranwebdesign.com/blog/wp-content/uploads/2008/02/ecommerce_templates.gif" alt="ecommerce_templates.gif" /></p>
<p>Here are step by step instructions for setting up PayPal Website Payments Pro with your ECT (ECommerce Templates) online store. &#8220;Pro&#8221; allows you to accept credit cards directly in your online store without sending your customers through PayPal &#8211; it communicates with PayPal in the background. Note, you MUST have PayPal Website Payments Pro fully activated &#8211; if you only have Website Payment Standard, this will not work!</p>
<p>Please follow these steps very carefully. You will need to have two browser windows open at the same time: one to view the admin area of your ECT store, and another to view your PayPal account.</p>
<p>1.  Log into your admin area and select &#8220;Payment Providers&#8221;</p>
<p><img src="http://aldebaranwebdesign.com/blog/wp-content/uploads/2007/11/admin-select-payment-provider.gif" alt="admin-select-payment-provider.gif" /></p>
<p>2. Select to modify the PayPal Direct settings:</p>
<p><img src="http://aldebaranwebdesign.com/blog/wp-content/uploads/2008/04/admin-select-paypaldirect.gif" alt="admin-select-paypaldirect.gif" /></p>
<p>3. You&#8217;ll now see a window that looks like the image below.</p>
<p>Fill in how you want this payment method to appear to your customers via the field labeled &#8220;Show As&#8221;.</p>
<p>Put a checkmark next to &#8220;Enabled&#8221;.</p>
<p>4. Now, we need to get the rest of the information from your PayPal account. Leave the ECT admin window open and open a new window in your browser and log into your PayPal account.</p>
<p><a title="admin-paypaldirectform.gif" href="http://aldebaranwebdesign.com/blog/wp-content/uploads/2008/04/admin-paypaldirectform.gif"><img src="http://aldebaranwebdesign.com/blog/wp-content/uploads/2008/04/admin-paypaldirectform.gif" alt="admin-paypaldirectform.gif" /></a></p>
<p>5. After you&#8217;ve logged into your PayPal account, click on &#8220;Profile&#8221;.</p>
<p>6. Under the left-hand column titled &#8220;Account Information&#8221;, click on &#8220;Request API Credentials&#8221;.</p>
<p>7. Select Option 1 and click on 2. Set up PayPal API credentials and permissions.</p>
<p>8. On the right-hand side, click on &#8220;Request API Credentials&#8221;.</p>
<p>9. On the left-hand side, click on &#8220;Request API Signature&#8221;. (Do not select &#8220;Certificate&#8221;).</p>
<p>10. You will now see your API credentials. One at a time copy and paste the following into the corresponding fields in the ECT Admin area for PayPal Direct:</p>
<p>API Username (paste this into field labeled &#8220;API Account Name&#8221;)<br />
API Password (paste this into field labeled &#8220;API Password&#8221;)<br />
Signature (paste this into the field labeled &#8220;Path to certificate&#8221;)</p>
<p>11. In the ECT Admin window, set the API Method to &#8220;API Signature&#8221;.</p>
<p>12. In the ECT Admin window, set the Transaction Type to &#8220;Authorize Capture&#8221;.</p>
<p>13. In the ECT Admin window, leave Login Level as &#8220;No Restriction&#8221;.</p>
<p>14. In the ECT Admin window, click &#8220;Submit&#8221; and you are now ok to log out of your PayPal account.</p>
<p>15. You&#8217;re all set up. You should now do a test purchase to make sure everything&#8217;s working right.</p>
<p>Troubleshooting:</p>
<p>First make super duper sure your PayPal account is set up for Website Payments Pro &#8211; if it&#8217;s not this won&#8217;t work!</p>
<p>Next, make sure you follow these steps very, very carefully. This methodology works, I&#8217;ve used it on over a dozen online ECT stores &#8211; if something&#8217;s wrong, and you&#8217;re getting an error code, it&#8217;s either because your PayPal account is not set up correctly, or you&#8217;ve not completed these steps and copied and pasted the wrong information.</p>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/setting-up-paypal-website-payments-pro-with-ect-online-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Resize Images</title>
		<link>http://aldebaranwebdesign.com/blog/resize-images-mac-pc/</link>
		<comments>http://aldebaranwebdesign.com/blog/resize-images-mac-pc/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 18:50:54 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/resize-images-mac-pc/</guid>
		<description><![CDATA[I&#8217;ve had several clients ask me how to resize images, and so I&#8217;ve compiled this list of free image resizer programs that are available for different platforms. If you have one you like to use, please let me know and I&#8217;ll be happy to add it to my list. Windows XP Image Resizer &#8211; Microsoft [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had several clients ask me how to resize images, and so I&#8217;ve compiled this list of free image resizer programs that are available for different platforms. If you have one you like to use, please let me know and I&#8217;ll be happy to add it to my list.</p>
<p>Windows XP</p>
<ul>
<li><a href="http://www.microsoft.com/windowsxp/using/digitalphotography/learnmore/tips/eschelman2.mspx">Image Resizer &#8211; Microsoft PowerToys for Windows XP</a> (<a href="http://download.microsoft.com/download/b/7/0/b7019730-0fa3-47a9-a159-98b80c185aad/setup.exe">direct link to download</a>)</li>
</ul>
<ul>
<p>Mac
<li><a href="http://www.macworld.com/article/52776/2006/09/jpegresize.html">A list of image resizing tools for Mac</a></li>
<li><a href="http://www.yellowmug.com/easycrop/content.html">EasyCrop for Mac OS X</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/resize-images-mac-pc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adding On-Page Anchors in WebYep</title>
		<link>http://aldebaranwebdesign.com/blog/webyep-anchor/</link>
		<comments>http://aldebaranwebdesign.com/blog/webyep-anchor/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 17:43:34 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[WebYep]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/webyep-anchor/</guid>
		<description><![CDATA[If you&#8217;ve got a page in WebYep that&#8217;s got a large amount of content, you may want to help your visitors get quickly to the section they&#8217;re interested in. In order to do this, you need to add an &#8220;anchor&#8221; to the section you want them directed to, and you need to add a &#8220;link&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://aldebaranwebdesign.com/blog/wp-content/uploads/2008/02/webyep.gif' alt='webyep.gif' /></p>
<p>If you&#8217;ve got a page in WebYep that&#8217;s got a large amount of content, you may want to help your visitors get quickly to the section they&#8217;re interested in. In order to do this, you need to add an &#8220;anchor&#8221; to the section you want them directed to, and you need to add a &#8220;link&#8221; to the anchor at the top of the page. This tutorial assumes you have WebYep installed and have a &#8220;Rich Text&#8221; element already configured on your page.</p>
<p>There are really four steps to this process:<br />
1. Create the upper content that will link to the lower content<br />
2. Create the lower content that you want the upper content to link to.<br />
3. Create the &#8220;anchor&#8221; just before the lower content.<br />
4. Create the &#8220;link&#8221; in the upper content.</p>
<p>The following video will make this more clear:</p>
<div style="border-color:#000000; border-style:solid; border-width:5px">
<div class="flvPlayer"><object type="application/x-shockwave-flash" width="450" height="440" data="https://media.dreamhost.com/mediaplayer.swf?file=http://aldebaranwebdesign.com/multimedia/WebYep-Anchors.flv&amp;autoStart=false;"><param name="movie" value="https://media.dreamhost.com/mediaplayer.swf?file=http://aldebaranwebdesign.com/multimedia/WebYep-Anchors.flv&amp;autoStart=false;" /></object></div>
<p></flv></div>
<p>If you want to add on-page anchors, but the upper link and the lower anchor are spread across two elements, then the name of the lower anchor won&#8217;t automatically appear in the pull down menu. In this case, you should refer to the image below:</p>
<p><img src='http://aldebaranwebdesign.com/blog/wp-content/uploads/2008/04/webyep-link-popup-box.gif' alt='webyep-link-popup-box.gif' /></p>
<p>In the video, since the anchor link and the upper link were part of the same WebYep element, the name of the anchor link would appear under the pull down menu for &#8220;Anchors&#8221;. If the anchor link is NOT within the same element, then you need to manually add it. You do this by typing &#8220;#&#8221; followed by the name of the anchor in the field marked &#8220;Link URL&#8221;. In the above example, the anchor link was called &#8220;groundcover&#8221;, and so in order to have link go to this location, I typed &#8220;#groundcover&#8221; in the &#8220;Link URL&#8221; field.</p>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/webyep-anchor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pasting into WebYep &#8211; Avoiding Unexpected Results</title>
		<link>http://aldebaranwebdesign.com/blog/paste-webyep/</link>
		<comments>http://aldebaranwebdesign.com/blog/paste-webyep/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 22:37:51 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[WebYep]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/paste-webyep/</guid>
		<description><![CDATA[WebYep is a great content management tool, but sometimes clients get unexpected results when they copy and paste content from other applications, like Word. (Other applications like WordPress Blogs behave the same way). If you&#8217;re composing in the WebYep window, you most likely won&#8217;t have any issues, but if you try to copy and paste [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://aldebaranwebdesign.com/blog/wp-content/uploads/2008/02/webyep.gif" alt="webyep.gif" /></p>
<p>WebYep is a great content management tool, but sometimes clients get unexpected results when they copy and paste content from other applications, like Word. (<a href="http://aldebaranwebdesign.com/blog/paste-word-wordpress-formatting/">Other applications like WordPress Blogs behave the same way</a>). If you&#8217;re composing in the WebYep window, you most likely won&#8217;t have any issues, but if you try to copy and paste content, like text, from other word processing applications, or even from your internet browser window, you might run into issues.</p>
<p><strong>The &#8220;Rich Text&#8221; Window in Web Yep</strong><br />
Web Yep has two views for entering content. The view that opens first, is the view that won&#8217;t show you any HTML. At the very top of the window, it might say &#8220;Rich Text&#8221;.</p>
<p><strong>The &#8220;HTML Source Editor&#8221; Window in WebYep</strong><br />
Now, another way to see your content, is to show the HTML. This is done by clicking on the HTML blue button that&#8217;s at the end of the second row of icons. This will open up a second window, where you can see the HTML code. At the top of this window it will say &#8220;HTML Source Editor&#8221;.</p>
<p><strong>The &#8220;View Source&#8221; Window in your browser</strong><br />
Yet another way to see your content, is to use your browser&#8217;s &#8220;View Page Source&#8221; or &#8220;View Source&#8221;. This will open a window to show you the HTML code as your browser sees it.</p>
<p><strong>Troubleshooting Unexpected Results</strong><br />
If you copy and paste into the first &#8220;Rich Text&#8221; window, all may look fine, but there may actually be hidden HTML tags that will mess up your page. It&#8217;s always best to either enter content directly (by typing) or from pasting from a Plain Text Editor. (Word is NOT a Plain Text Editor. Plain Text Editors are &#8220;WordPad&#8221; or &#8220;TextEdit&#8221; or &#8220;NotePad&#8221;.) <strong>If you are using Word, you should always paste into the &#8220;Paste As Plain Text&#8221; using the little icon that looks like a yellow clipboard with a T on it. This will strip away any invisible HTML.</strong></p>
<p><strong>Take Home Message:</strong><br />
Don&#8217;t paste from Word or any other non Plain Text Editor tool directly into the WebYep window, and this includes copy and pasting from the Internet. If you are going to paste, make sure it&#8217;s from a Plain Text Editor like &#8220;WordPad&#8221;, &#8220;NotePad&#8221; or &#8220;TextEdit&#8221;.  If you must, must paste from Word, try out the little icon with the clipboard and the &#8220;T&#8221; (paste as plain text) on it.</p>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/paste-webyep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Add A Category in an ECT Online Store</title>
		<link>http://aldebaranwebdesign.com/blog/add-category-ect-store/</link>
		<comments>http://aldebaranwebdesign.com/blog/add-category-ect-store/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 19:50:54 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[ECT Store]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/add-category-ect-store/</guid>
		<description><![CDATA[Adding a new category to your ECT online store is easy to accomplish. This video tutorial will show you how. It&#8217;s advisable to have your product categories set up BEFORE you start uploading products, since you&#8217;ll need to add them to categories that already exist.]]></description>
			<content:encoded><![CDATA[<p>Adding a new category to your ECT online store is easy to accomplish. This video tutorial will show you how.</p>
<p>It&#8217;s advisable to have your product categories set up BEFORE you start uploading products, since you&#8217;ll need to add them to categories that already exist. </p>
<div style="border-color:#000000; border-style:solid; border-width:5px">
<div class="flvPlayer"><object type="application/x-shockwave-flash" width="450" height="440" data="https://media.dreamhost.com/mediaplayer.swf?file=http://aldebaranwebdesign.com/multimedia/ECT-addacategory.flv&amp;autoStart=false;"><param name="movie" value="https://media.dreamhost.com/mediaplayer.swf?file=http://aldebaranwebdesign.com/multimedia/ECT-addacategory.flv&amp;autoStart=false;" /></object></div>
<p></flv></div>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/add-category-ect-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ECT Online Store Tour &#8211; Store Owner Perspective</title>
		<link>http://aldebaranwebdesign.com/blog/ect-ecommercetemplates-admin-demo/</link>
		<comments>http://aldebaranwebdesign.com/blog/ect-ecommercetemplates-admin-demo/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 19:38:55 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[ECT Store]]></category>
		<category><![CDATA[eCommerce]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/ect-ecommercetemplates-admin-demo/</guid>
		<description><![CDATA[Adding an online store to your website can dramatically increase sales, but it&#8217;s important that you understand HOW to run your online store BEFORE you select which one to purchase. This is a tour inside the store owner administrative area of the eCommerceTemplates (ECT) store, my favorite online store software application. If you&#8217;d like a [...]]]></description>
			<content:encoded><![CDATA[<p>Adding an online store to your website can dramatically increase sales, but it&#8217;s important that you understand HOW to run your online store BEFORE you select which one to purchase. This is a tour inside the store owner administrative area of the eCommerceTemplates (ECT) store, my favorite online store software application.</p>
<p>If you&#8217;d like a &#8220;live&#8221; tour, please <a href="http://aldebaranwebdesign.com/contact.php">contact me</a> and I&#8217;ll be happy to schedule a time to go through this in detail with you. Selecting an online store that suits your small business is critical to your store&#8217;s success, and getting first hand experience with the store&#8217;s administrative area is vital.</p>
<div style="border-color:#000000; border-style:solid; border-width:5px">
<div class="flvPlayer"><object type="application/x-shockwave-flash" width="450" height="440" data="https://media.dreamhost.com/mediaplayer.swf?file=http://aldebaranwebdesign.com/multimedia/ECT-Admin-Tour.flv&amp;autoStart=false;"><param name="movie" value="https://media.dreamhost.com/mediaplayer.swf?file=http://aldebaranwebdesign.com/multimedia/ECT-Admin-Tour.flv&amp;autoStart=false;" /></object></div>
<p></flv></div>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/ect-ecommercetemplates-admin-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ECT Online Store Tour &#8211; Getting The Customer&#8217;s Perspective</title>
		<link>http://aldebaranwebdesign.com/blog/ect-ecommercetemplates-tour/</link>
		<comments>http://aldebaranwebdesign.com/blog/ect-ecommercetemplates-tour/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 19:18:47 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[ECT Store]]></category>
		<category><![CDATA[eCommerce]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/ect-ecommercetemplates-tour/</guid>
		<description><![CDATA[If you&#8217;re shopping for an online store, it&#8217;s important to become familiar with the particular online store application before you make your purchase decision. Online stores vary significantly, and I&#8217;ve made this video tutorial to give you a quick overview of my favorite online store: eCommerceTemplates (or &#8220;ECT&#8221;). This is a short video tour of [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re shopping for an online store, it&#8217;s important to become familiar with the particular online store application before you make your purchase decision. Online stores vary significantly, and I&#8217;ve made this video tutorial to give you a quick overview of my favorite online store: eCommerceTemplates (or &#8220;ECT&#8221;).</p>
<p>This is a short video tour of the ECT online store from the customer&#8217;s perspective. It covers the basic hierarchy of the store, how the stores&#8217;s categories and products are organized, and takes you through the entire checkout process.</p>
<div style="border-color:#000000; border-style:solid; border-width:5px">
<div class="flvPlayer"><object type="application/x-shockwave-flash" width="450" height="440" data="https://media.dreamhost.com/mediaplayer.swf?file=http://aldebaranwebdesign.com/multimedia/storeDemo.flv&amp;autoStart=false;"><param name="movie" value="https://media.dreamhost.com/mediaplayer.swf?file=http://aldebaranwebdesign.com/multimedia/storeDemo.flv&amp;autoStart=false;" /></object></div>
<p></flv></div>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/ect-ecommercetemplates-tour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Add A PayPal Buy Now Button</title>
		<link>http://aldebaranwebdesign.com/blog/paypal-buy-now-button/</link>
		<comments>http://aldebaranwebdesign.com/blog/paypal-buy-now-button/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 17:18:34 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[PayPal]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/paypal-buy-now-button/</guid>
		<description><![CDATA[If you only need to sell a few items from your website or collect different sums of money (like I do on my payment page) you could use a PayPal Buy Now Button to accomplish this. You&#8217;ll need to have already set up a PayPal Business/Merchant Account before watching this tutorial video. After fully setting [...]]]></description>
			<content:encoded><![CDATA[<p><img src="https://www.paypalobjects.com/WEBSCR-510-20080326-2/en_US/i/btn/x-click-butcc.gif" /></p>
<p>If you only need to sell a few items from your website or collect different sums of money (like I do on <a href="http://aldebaranwebdesign.com/resources-payment.php">my payment page</a>) you could use a PayPal Buy Now Button to accomplish this. You&#8217;ll need to have already set up a PayPal Business/Merchant Account before watching this tutorial video.</p>
<p>After fully setting up your PayPal Business/Merchant Account, you&#8217;ll be able to log into your account and create the code that makes PayPal Buy Now Buttons all by yourself, using PayPal&#8217;s Buy Now Button creator. </p>
<p><strong>Prepare: Item Names and Prices</strong><br />
Before you do this, you should have an idea of what the items are called, and how much you want to charge for them. This tutorial video doesn&#8217;t cover setting up shipping or taxes, which can be done via PayPal also. If you need to collect shipping and/or taxes, you&#8217;ll need to set these up separately in advance of creating the Buy Now Button in the appropriate Merchant Services section.</p>
<p><strong>To Encrypt or Not To Encrypt</strong><br />
You&#8217;ll also need to know whether or not you want these buttons to be &#8220;encrypted&#8221;. Encrypting a button means that the code (and therefore item name, price, etc) cannot be changed by anyone, including your web designer. If you have fixed items with fixed prices, you should probably select encryption. However if you want to let customers select what to pay (like on my payment page) you won&#8217;t want to select encrypted buttons, because the price will be variable. </p>
<p>Here&#8217;s the video of how to set up a basic PayPal Buy Now Button:</p>
<div style="border-color:#000000; border-style:solid; border-width:5px">
<div class="flvPlayer"><object type="application/x-shockwave-flash" width="450" height="440" data="https://media.dreamhost.com/mediaplayer.swf?file=http://aldebaranwebdesign.com/multimedia/PayPalBuyNowButton.flv&amp;autoStart=false;"><param name="movie" value="https://media.dreamhost.com/mediaplayer.swf?file=http://aldebaranwebdesign.com/multimedia/PayPalBuyNowButton.flv&amp;autoStart=false;" /></object></div>
<p></flv></div>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/paypal-buy-now-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Add A Product To Your ECT (ECommerce Templates) Online Store</title>
		<link>http://aldebaranwebdesign.com/blog/ect-ecommercetemplates-add-a-product/</link>
		<comments>http://aldebaranwebdesign.com/blog/ect-ecommercetemplates-add-a-product/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 01:56:29 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[ECT Store]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/ect-ecommercetemplates-add-a-product/</guid>
		<description><![CDATA[This video shows you how to add a product to your eCommerce Templates (ECT) online store. It assumes that you already have categories set up. If you don&#8217;t have categories set up, please watch that video first before you try to upload products, because you will want to put them into categories. Here&#8217;s the video. [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://aldebaranwebdesign.com/blog/wp-content/uploads/2008/03/ecommerce_templates.gif' alt='ecommerce_templates.gif' /><br />
This video shows you how to add a product to your eCommerce Templates (ECT) online store. It assumes that you already have categories set up. If you don&#8217;t have categories set up, please watch that video first before you try to upload products, because you will want to put them into categories.</p>
<p>Here&#8217;s the video. It&#8217;s based on the ECT store version 5.5, so if you have a different version, some of the fields or choices might be different. As always, if you have questions, please contact me.</p>
<div style="border-color:#000000; border-style:solid; border-width:5px">
<div class="flvPlayer"><object type="application/x-shockwave-flash" width="450" height="440" data="https://media.dreamhost.com/mediaplayer.swf?file=http://aldebaranwebdesign.com/multimedia/ECT-AddAProduct.flv&amp;autoStart=false;"><param name="movie" value="https://media.dreamhost.com/mediaplayer.swf?file=http://aldebaranwebdesign.com/multimedia/ECT-AddAProduct.flv&amp;autoStart=false;" /></object></div>
<p></flv></div>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/ect-ecommercetemplates-add-a-product/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
