<?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; WebYep</title>
	<atom:link href="http://aldebaranwebdesign.com/blog/category/tutorials/webyep-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>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>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>Setting Up Web Yep On Your Website</title>
		<link>http://aldebaranwebdesign.com/blog/setting-up-web-yep-on-your-website/</link>
		<comments>http://aldebaranwebdesign.com/blog/setting-up-web-yep-on-your-website/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 01:34:24 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[WebYep]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/setting-up-web-yep-on-your-website/</guid>
		<description><![CDATA[I made this diagram and explanation to help clients help me set up their website pages that use Web Yep, my favorite content management tool. Web Yep is good, because clients can&#8217;t inadvertently damage their websites. This is because Web Yep keeps clients in specified areas that are called &#8220;Elements&#8221;. If you know HTML, you [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://aldebaranwebdesign.com/blog/wp-content/uploads/2008/02/webyep.gif' alt='webyep.gif' /></p>
<p>I made this diagram and explanation to help clients help me set up their website pages that use Web Yep, my favorite content management tool. Web Yep is good, because clients can&#8217;t inadvertently damage their websites. This is because Web Yep keeps clients in specified areas that are called &#8220;Elements&#8221;. If you know HTML, you can use the Web Yep editor to create HTML code. But if you don&#8217;t know HTML, Web Yep will need to be configured as described below:</p>
<p>There are several types of Web Yep elements, and I&#8217;ve shown a few on the diagram below. Again, you can only edit content where there is a pre-defined (by me) element and therefore you&#8217;ll need to decide where you want content, and what kind of content it is. </p>
<p>The types of elements available are:<br />
<strong>Short Text</strong> : Text only, good for short headlines<br />
<strong>Rich Text:</strong> Full text editor, good for text.<br />
<strong>Images:</strong> Image files like jpgs, gifs, etc<br />
<strong>File Attachment:</strong> Things you want people to be able to download, like .pdf&#8217;s<br />
<strong>Loop:</strong> Can be a combination of all of the above</p>
<p>Loop elements are neat, because I can create a set of sub-elements that can be repeated as many times as you need them repeated. </p>
<p>Remember, you can <a href="http://aldebaranwebdesign.com/webservices-cms.php">demo Web Yep here</a>. The diagram below shows just one possible configuration of Web Yep on a website&#8217;s page.<br />
<img src='http://aldebaranwebdesign.com/blog/wp-content/uploads/2008/02/webyep-schematic1.png' alt='webyep-schematic1.png' />></p>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/setting-up-web-yep-on-your-website/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Add A Link Using WebYep</title>
		<link>http://aldebaranwebdesign.com/blog/how-to-add-a-link-using-webyep/</link>
		<comments>http://aldebaranwebdesign.com/blog/how-to-add-a-link-using-webyep/#comments</comments>
		<pubDate>Sat, 22 Dec 2007 02:15:24 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[WebYep]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/how-to-add-a-link-using-webyep/</guid>
		<description><![CDATA[This is a video tutorial on how to add a link using WebYep, the best content management tool I&#8217;ve found for small business owners. Here are the basic steps: 1. Unlock WebYep 2. Click on the element you want to modify 3. Create the &#8220;anchor text&#8221; 4. Copy the destination URL 5. Select the &#8220;anchor [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://aldebaranwebdesign.com/blog/wp-content/uploads/2008/02/webyep.gif' alt='webyep.gif' /></p>
<p>This is a video tutorial on how to add a link using WebYep, the best content management tool I&#8217;ve found for small business owners.</p>
<p>Here are the basic steps:<br />
1. Unlock WebYep<br />
2. Click on the element you want to modify<br />
3. Create the &#8220;anchor text&#8221;<br />
4. Copy the destination URL<br />
5. Select the &#8220;anchor text&#8221;<br />
6. Select the link tool<br />
7. Paste the destination URL<br />
8. Update/Save your work<br />
9. Test the link</p>
<div style="border-color:#000000; border-style:solid; border-width:5px">
<div class="flvPlayer"><object type="application/x-shockwave-flash" width="450" height="470" data="https://media.dreamhost.com/mediaplayer.swf?file=http://aldebaranwebdesign.com/multimedia/WebYep-AddingALink.flv&amp;autoStart=false;"><param name="movie" value="https://media.dreamhost.com/mediaplayer.swf?file=http://aldebaranwebdesign.com/multimedia/WebYep-AddingALink.flv&amp;autoStart=false;" /></object></div>
<p></flv></div>
<p>Two extra tidbits:</p>
<p><strong>To add a link to an email address:</strong> If you want to add a link to an email address, so that when visitors click on the email address it opens their mail application, you need to use this link formatting:<br />
mailto:emailaddress@domain.com</p>
<p>This means rather than putting &#8220;http://www.blah.com&#8221; in the URL field, you put &#8220;mailto:emailaddress@domain.com&#8221;, replacing what comes after &#8220;mailto:&#8221; with the desired email address. WebYep has a built-in email obfusticator, which means that email addresses are hidden from spam searchers.</p>
<p><strong>To add an on-page anchor</strong>: If you want to link to a place on the same page that has an &#8220;anchor&#8221;, you simply put:<br />
#anchorname<br />
inside the URL field. Note the anchor needs to be set up before hand.</p>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/how-to-add-a-link-using-webyep/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
