<?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>Oracle of ONE1 &#187; dvector</title>
	<atom:link href="http://dvector.com/oracle/category/dvector/feed/" rel="self" type="application/rss+xml" />
	<link>http://dvector.com/oracle</link>
	<description>Obscure words of unity</description>
	<lastBuildDate>Wed, 31 Aug 2011 21:25:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Release v1.00 UCF for dVector</title>
		<link>http://dvector.com/oracle/2010/08/24/release-v1-00-ucf-for-dvector/</link>
		<comments>http://dvector.com/oracle/2010/08/24/release-v1-00-ucf-for-dvector/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 22:28:50 +0000</pubDate>
		<dc:creator>one1</dc:creator>
				<category><![CDATA[dvector]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[dvector support]]></category>

		<guid isPermaLink="false">http://dvector.com/oracle/?p=435</guid>
		<description><![CDATA[Version 1.00 of the Universal Contact Form for dVector is now available. This allows all clients of dVector to insert a multi-homed contact form into a thickbox from any post or text widget. See the support wiki for details.
]]></description>
			<content:encoded><![CDATA[<p>Version 1.00 of the Universal Contact Form for dVector is now available. This allows all clients of dVector to insert a multi-homed contact form into a thickbox from any post or text widget. See the <a title="UCF" href="http://wiki.ggis.biz/index.php/Universal_Contact_Form">support wiki for details</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dvector.com/oracle/2010/08/24/release-v1-00-ucf-for-dvector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posts not Pages</title>
		<link>http://dvector.com/oracle/2008/07/16/posts-not-pages/</link>
		<comments>http://dvector.com/oracle/2008/07/16/posts-not-pages/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 20:00:01 +0000</pubDate>
		<dc:creator>one1</dc:creator>
				<category><![CDATA[dvector]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[dvector support]]></category>
		<category><![CDATA[structure]]></category>

		<guid isPermaLink="false">http://dvector.com/oracle/?p=54</guid>
		<description><![CDATA[I have noticed that many novice WordPress users try to build their site using Pages. This fights the WordPress system. These users are not using WordPress as a blogging platform but as an entry-level Content Management System. Now I know we use words such as &#8216;view a web page&#8217; but page here has a different [...]]]></description>
			<content:encoded><![CDATA[<p>I have noticed that many novice WordPress users try to build their site using Pages. This <a title="Don't Fight the System" href="http://dvector.com/oracle/2008/02/28/dont-fight-the-system/">fights the WordPress system</a>. These users are not using WordPress as a blogging platform but as an entry-level Content Management System. Now I know we use words such as &#8216;view a web page&#8217; but page here has a different meaning.</p>
<p>One thing I push, is that 99% of the site&#8217;s content should be in posts. Write content to posts. They are much more flexible and easier for a developer to work with.</p>
<p>Pages have their place on a site but are limited to non-hierarchical, never-changing, organizational metadata (information about data). So what goes on a page? About, contact, history, jurisdiction, terms of use, privacy statements, and a sitemap. All the boring stuff.</p>
<p>Posts, on the other hand, can belong to multiple categories and have unlimited tags. Categories and tags automatically create the navigational structure of the site. The power of going with the flow is that most of the structure is done for you instead of needing to be created by you.</p>
]]></content:encoded>
			<wfw:commentRss>http://dvector.com/oracle/2008/07/16/posts-not-pages/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Categories Sub-menu</title>
		<link>http://dvector.com/oracle/2008/07/16/categories-sub-menu/</link>
		<comments>http://dvector.com/oracle/2008/07/16/categories-sub-menu/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 19:09:23 +0000</pubDate>
		<dc:creator>one1</dc:creator>
				<category><![CDATA[dvector]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[category]]></category>
		<category><![CDATA[dvector support]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[submenu]]></category>

		<guid isPermaLink="false">http://dvector.com/oracle/?p=53</guid>
		<description><![CDATA[This is a very simple version of a Categories sub-menu implemented in the sidebar.php. Once a category is clicked, the sidebar should show the following:

Category description (this is useful other than the sidebar)
Children categories
Posts in the category


Clicking on any category causes this menu to display all posts within that category. I generally try to stay [...]]]></description>
			<content:encoded><![CDATA[<p>This is a very simple version of a Categories sub-menu implemented in the sidebar.php. Once a category is clicked, the sidebar should show the following:</p>
<ol>
<li>Category description (this is useful other than the sidebar)</li>
<li>Children categories</li>
<li>Posts in the category</li>
</ol>
<p><span id="more-53"></span></p>
<p>Clicking on any category causes this menu to display all posts within that category. I generally try to stay away from children categories but children categories may also be displayed.</p>
<pre>/* If this is a category archive
*  This is a continuation of the if - elseif
*  sequence from the default template sidebar.php
*/
&lt;?php  } elseif (is_category()) { ?&gt;
&lt;?php $current_category = single_cat_title(”, false); ?&gt;
&lt;?php $category_id = get_cat_ID($current_category); ?&gt;
&lt;li&gt;&lt;h2&gt;Description of &lt;?php echo $current_category; ?&gt;&lt;/h2&gt;
	&lt;p&gt;&lt;?php echo category_description($category_id); ?&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;h2&gt;Children of &lt;?php echo $current_category; ?&gt;&lt;/h2&gt;
	&lt;ul&gt;
	&lt;?php wp_list_categories('orderby=name&amp;show_count=1&amp;hierarchical=0&amp;title_li=&amp;use_desc_for_title=0&amp;child_of='. $category_id); ?&gt;
	&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;h2&gt;Posts in &lt;?php echo $current_category; ?&gt;&lt;/h2&gt;
&lt;ul&gt;
	&lt;?php while (have_posts()) : the_post(); ?&gt;
		&lt;li&gt;&lt;a href="&lt;?php the_permalink() ?&gt;" rel="bookmark" title="Permanent Link to &lt;?php the_title_attribute(); ?&gt;"&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;?php endwhile; ?&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;?php } ?&gt;</pre>
<h2>What is going on here?</h2>
<p>First we check to see if we are working with a category. If yes, we proceed. Next we assign the category name and the category ID to PHP variables. Then using some template tags and basic formatting, we output the category&#8217;s Description, Children, and Posts.</p>
<h2>References:</h2>
<ul>
<li><a title="wp_list_categories" href="http://codex.wordpress.org/Template_Tags/wp_list_categories">http://codex.wordpress.org/Template_Tags/wp_list_categories</a></li>
<li><a title="single_cat_title" href="http://codex.wordpress.org/Template_Tags/single_cat_title">http://codex.wordpress.org/Template_Tags/single_cat_title</a></li>
<li><a title="category_description" href="http://codex.wordpress.org/Template_Tags/category_description">http://codex.wordpress.org/Template_Tags/category_description</a></li>
<li><a title="Function_Reference" href="http://codex.wordpress.org/Function_Reference">http://codex.wordpress.org/Function_Reference</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dvector.com/oracle/2008/07/16/categories-sub-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sidebar Display on Every View</title>
		<link>http://dvector.com/oracle/2008/05/21/sidebar-display-on-every-view/</link>
		<comments>http://dvector.com/oracle/2008/05/21/sidebar-display-on-every-view/#comments</comments>
		<pubDate>Wed, 21 May 2008 21:41:01 +0000</pubDate>
		<dc:creator>oracle</dc:creator>
				<category><![CDATA[dvector]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[dvector support]]></category>
		<category><![CDATA[sidebar]]></category>

		<guid isPermaLink="false">http://dvector.com/oracle/2008/05/21/sidebar-display-on-every-view/</guid>
		<description><![CDATA[The default template shows the sidebar only on selected pages. I often make a design decision to display the sidebar on every or nearly every page. This is a fairly straightforward set of template edits. As an example, we will work with the template single.php. This is the template which displays individual posts
To gain further [...]]]></description>
			<content:encoded><![CDATA[<p>The default template shows the sidebar only on selected pages. I often make a design decision to display the sidebar on every or nearly every page. This is a fairly straightforward set of template edits. As an example, we will work with the template single.php. This is the template which displays individual posts</p>
<p>To gain further understanding of which template files are used when view a WordPress site visit <a href="http://codex.wordpress.org/Site_Architecture_1.5" title="Site Architecture">WordPress Site Architecture</a>.</p>
<p><span id="more-36"></span></p>
<h2>Narrow Column</h2>
<p>The default single.php has its content div set to widecolumn. This needs to be changed to narrowcolumn.</p>
<pre>&lt;div id="content" class="widecolumn"&gt;
to
&lt;div id="content" class="narrowcolumn"&gt;</pre>
<h2> Display Sidebar</h2>
<p>Now display the sidebar by adding the following code just before the get_footer call.</p>
<pre>FROM
&lt;?php get_footer(); ?&gt;

TO
&lt;?php get_sidebar(); ?&gt;
&lt;?php get_footer(); ?&gt;</pre>
<p>Wow, it doesn&#8217;t get much easier than that! Now you know how to convert from without sidebar to with sidebar displays.</p>
<p>Reference links:</p>
<ul>
<li><a href="http://codex.wordpress.org/Site_Architecture_1.5" title="Site Architecture">WordPress Site Architecture</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dvector.com/oracle/2008/05/21/sidebar-display-on-every-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Special Home Page</title>
		<link>http://dvector.com/oracle/2008/05/21/special-home-page/</link>
		<comments>http://dvector.com/oracle/2008/05/21/special-home-page/#comments</comments>
		<pubDate>Wed, 21 May 2008 21:12:00 +0000</pubDate>
		<dc:creator>one1</dc:creator>
				<category><![CDATA[dvector]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[dvector support]]></category>

		<guid isPermaLink="false">http://dvector.com/oracle/2008/05/21/special-home-page/</guid>
		<description><![CDATA[The Home page of your site is the entryway for many visitors. By default, WordPress shows nothing but your most recent posts. Alternatively, WordPress makes it easy to set a page as your Home. I find that neither of these are sufficient and take another approach. If your templates contain a file named home.php then [...]]]></description>
			<content:encoded><![CDATA[<p>The Home page of your site is the entryway for many visitors. By default, WordPress shows nothing but your most recent posts. Alternatively, WordPress makes it easy to set a page as your Home. I find that neither of these are sufficient and take another approach. If your templates contain a file named home.php then that template file will be used instead of the default WordPress options.</p>
<p><span id="more-41"></span></p>
<h2>Create home.php</h2>
<p>Simply copy your index.php to home.php. Most of the template will be the same except for a few minor modifications.</p>
<h2>Sticky Posts</h2>
<p>Sticky posts are those that will remain at the top of your home page regardless of their age. Create a hidden category named &#8216;_sticky&#8217; and make note of it&#8217;s ID. Edit your home.php. Shortly after the <code>&lt;div id="content"&gt;</code> tag enter code similar to the following:</p>
<pre>&lt;?php query_posts('cat=86&amp;showposts=2');?&gt;
&lt;?php if (have_posts()) : ?&gt;
  &lt;?php while (have_posts()) : the_post(); ?&gt;
	&lt;div class='post' id='post-&lt;?php the_ID(); ?&gt;'&gt;
	&lt;h2 class='articleHeadline'&gt;
	&lt;?php the_title(); ?&gt;
	&lt;/h2&gt;
	&lt;p class='article'&gt;
	&lt;?php the_content('Read the rest of this entry'); ?&gt;
	&lt;/p&gt;
	&lt;/div&gt;
  &lt;?php endwhile; ?&gt;
&lt;?php endif; ?&gt;</pre>
<p>Firstly, make certain you replace 86 with the ID of your _sticky category. Now, some explanation of what is happening. The block which starts at <code>&lt;?php if (have_posts()) : ?&gt;</code> and ends at <code>&lt;?php endif; ?&gt;</code> is the standard <a href="http://codex.wordpress.org/The_Loop" title="WordPress Loop">WordPress Loop</a>. So the trick here lies within <code>&lt;?php query_posts('cat=86&amp;showposts=2');?&gt;</code>. This function call requests the most recent 2 (showpost=2) posts in the category with an ID of 86 (cat=86).</p>
<h2>Display Regular Posts</h2>
<p>Now in order for regular posts to display, we must reset our posts query. Let&#8217;s do a little more than that by also excluding all categories we wish to remain hidden. Just before the next Loop, add the following:</p>
<pre>&lt;?php query_posts('cat=-1,-86&amp;showposts=10');?&gt;</pre>
<p>Here we are excluding categories with the IDs of 1 and 86 and then displaying the most recent 10 posts.</p>
<p>This article introduced two key concepts, the function query_posts and the Loop. Do a little digging into these concepts and you have gained large amounts of control over your site&#8217;s display.</p>
<p>Reference links:</p>
<ul>
<li><a href="http://codex.wordpress.org/The_Loop" title="The Loop">The Loop</a></li>
<li><a href="http://codex.wordpress.org/Template_Tags/query_posts" title="query_posts">query_posts</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dvector.com/oracle/2008/05/21/special-home-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Header Navigation</title>
		<link>http://dvector.com/oracle/2008/05/21/banner-bar-navigation/</link>
		<comments>http://dvector.com/oracle/2008/05/21/banner-bar-navigation/#comments</comments>
		<pubDate>Wed, 21 May 2008 19:36:59 +0000</pubDate>
		<dc:creator>oracle</dc:creator>
				<category><![CDATA[dvector]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[dvector support]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[navigation]]></category>

		<guid isPermaLink="false">http://dvector.com/oracle/2008/05/21/banner-bar-navigation/</guid>
		<description><![CDATA[The header is the identifying masthead of your website. It is often convenient to include top level or special navigation here. In fact, I usually modify the header to include navigation to these pages:

Home
About
Contact
Site Map (activate the sitemap plugin and include
&#60;!-- ddsitemapgen --&#62; in your page or post)
Store

Mostly these are pages and not posts but [...]]]></description>
			<content:encoded><![CDATA[<p>The header is the identifying masthead of your website. It is often convenient to include top level or special navigation here. In fact, I usually modify the header to include navigation to these pages:</p>
<ol>
<li>Home</li>
<li>About</li>
<li>Contact</li>
<li>Site Map (activate the sitemap plugin and include<br />
<code>&lt;!-- ddsitemapgen --&gt;</code> in your page or post)</li>
<li>Store</li>
</ol>
<p><span id="more-33"></span>Mostly these are pages and not posts but if you wished posts in the banner bar navigation it would be a simple matter by using a hidden category.</p>
<p>NOTE: Modifying the Header requires working with the template header.php and often the file style.css.</p>
<h2>Modify header.php</h2>
<p>The default header.php has the following code:</p>
<pre>&lt;div id="header"&gt;
  &lt;div id="headerimg"&gt;
    &lt;h1&gt;
	&lt;a href="&lt;?php echo get_option('home'); ?&gt;/"&gt;
	&lt;?php bloginfo('name'); ?&gt;
	&lt;/a&gt;
	&lt;/h1&gt;
	&lt;div class="description"&gt;
	&lt;?php bloginfo('description'); ?&gt;
	&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;</pre>
<p>I usually use my own header images including text and so delete the headerimg div. With this in mind, I end up with the following code in place of the original:</p>
<pre>&lt;div id="header"&gt;
  &lt;div id="menu_top_layout"&gt;
    &lt;div class="menu_top"&gt;
	&lt;ul class="menu_top"&gt;
	&lt;li class="page_item page-item-0"&gt;
	  &lt;a href="&lt;?php bloginfo('url'); ?&gt;"
	  title="&lt;?php bloginfo('name'); ?&gt;"&gt;Home&lt;/a&gt;
	&lt;/li&gt;
	&lt;?php wp_list_pages('depth=1&amp;child_of=0&amp;title_li='); ?&gt;
	&lt;/ul&gt;
	&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;</pre>
<p>This alone does not give the desired effect, instead it outputs an unordered list of links. Now we must properly format this list using CSS.</p>
<h2>Modify style.css</h2>
<p>As you can see, I added a couple of style classes and ids to header.php. We can now use this to create new styles. Though you will likely need to adjust this CSS in oder to meet your styling needs, the following should get you started.</p>
<pre>/* Header Menu - add to style.css */
#menu_top_layout 	{
	float: right;
	overflow: hidden;
	margin:1px;
	height: 20px;
	width: 420px;
	text-align: right;
} 

ul.menu_top {
	margin: 0;
	list-style: none;
	line-height: normal;
	float: right;
}

ul.menu_top li {
	display: inline;
	padding: 0;
}

ul.menu_top a {
	color: #FFA500;
	display: block;
	float: left;
	height: 26px;
	padding: 6px 8px 0 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

ul.menu_top a:hover {
	color: #664700;
/*	background: transparent url(images/menuover.jpg) repeat-x; */
}

/* End Menu */</pre>
<p>These simple header navigations often make a huge difference to visitors and I encourage you to consider including them on your site.</p>
]]></content:encoded>
			<wfw:commentRss>http://dvector.com/oracle/2008/05/21/banner-bar-navigation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Categories in Sidebar Display</title>
		<link>http://dvector.com/oracle/2008/05/20/categories-in-sidebar-display/</link>
		<comments>http://dvector.com/oracle/2008/05/20/categories-in-sidebar-display/#comments</comments>
		<pubDate>Wed, 21 May 2008 01:48:38 +0000</pubDate>
		<dc:creator>oracle</dc:creator>
				<category><![CDATA[dvector]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[dvector support]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://dvector.com/oracle/2008/05/20/categories-in-sidebar-display/</guid>
		<description><![CDATA[There a many reasons why you might not want all categories to display in the side bar. Some possible reasons are:

Display some categories under 1 title and other categories under another title
Some categories may serve a special purpose
Some categories may meant to be hidden

The standard default category widget includes all categories and this cannot be [...]]]></description>
			<content:encoded><![CDATA[<p>There a many reasons why you might not want all categories to display in the side bar. Some possible reasons are:</p>
<ul>
<li>Display some categories under 1 title and other categories under another title</li>
<li>Some categories may serve a special purpose</li>
<li>Some categories may meant to be hidden</li>
</ul>
<p><span id="more-35"></span>The standard default category widget includes all categories and this cannot be changed. However, the WP-dTree plugin is available for all dVector accounts and allows a wide range of options including exclusion of certain categories. Also, those writing their own sidebar.php template have a huge number of options.</p>
<h2>WP-dTree Plugin</h2>
<p>This is an excellent plugin and I recommend its use for all those who wish more advanced display of categories for navigation purposes. It is not currently used on the Oracle of ONE1 blog as my needs are quite simple here but I do implement it on 90% of my client work.</p>
<p>Once activated, options for this plugin are available in the Presentation tab.  From the options it is a simple matter to exclude any number of categories you wish. Just enter a comma separated list of category IDs. <span style="text-decoration: line-through">The ID numbers are found as the first column in the Manage &gt; Categories tab</span> (see comments).</p>
<p>Then just drag the WP-dTree widget into the sidebar as you would any other widget.</p>
<h2>Custom Sidebar Template</h2>
<p>Actual editing of the template sidebar.php provides the most customization power. If you choose this advanced approach, please read documentation provided on wordpress.org. Displaying all but one category may be accomplished with the following code:</p>
<pre>&lt;?php wp_list_categories('show_count=1&amp;exclude=86&amp;title_li=&lt;h2&gt;Categories&lt;/h2&gt;'); ?&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://dvector.com/oracle/2008/05/20/categories-in-sidebar-display/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Any HTML in the Sidebar</title>
		<link>http://dvector.com/oracle/2008/05/16/any-html-in-the-sidebar/</link>
		<comments>http://dvector.com/oracle/2008/05/16/any-html-in-the-sidebar/#comments</comments>
		<pubDate>Fri, 16 May 2008 22:28:14 +0000</pubDate>
		<dc:creator>oracle</dc:creator>
				<category><![CDATA[dvector]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[dvector support]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[sidebar]]></category>

		<guid isPermaLink="false">http://dvector.com/oracle/2008/05/16/any-html-in-the-sidebar/</guid>
		<description><![CDATA[Use the Text Widget to add HTML to the sidebar. This makes it very easy to add a wide variety of features to your site. I will demonstrate a few simple examples.

Iconic Links

Say you have a series of icons used to link to special pages or partner sites similar to the image.  Simply add [...]]]></description>
			<content:encoded><![CDATA[<p>Use the Text Widget to add HTML to the sidebar. This makes it very easy to add a wide variety of features to your site. I will demonstrate a few simple examples.</p>
<p><span id="more-34"></span></p>
<h2>Iconic Links</h2>
<p><img src="http://dvector.com/oracle/files/2008/05/iconiclinks.gif" alt="Iconic Links" align="top" /></p>
<p>Say you have a series of icons used to link to special pages or partner sites similar to the image.  Simply add the following HTML to add the iconic links to your sidebar.</p>
<pre>&lt;li&gt;
&lt;a href="http://gruffgoat.com" title="Gruff Goat Information Services"&gt;
&lt;img src="http://dvector.com/arcexercise/wp-content/themes/arcexercise-01/images/goat_logo_btn.jpg"
alt="Gruff Goat Information Services" border="0"&gt;&lt;/a&gt;
&lt;a href="http://redcrossinsewis.org" title="American Red Cross in Southeastern Wisconsin"&gt;
&lt;img src="http://dvector.com/arcexercise/wp-content/themes/arcexercise-01/images/arc_logo_btn.jpg"
alt="American Red Cross in Southeastern Wisconsin" border="0"&gt;&lt;/a&gt;
&lt;a href="http://dvector.com/arcexercise" title="Home"&gt;
&lt;img src="http://dvector.com/arcexercise/wp-content/themes/arcexercise-01/images/home_logo_btn.jpg"
alt="Home" border="0"&gt;&lt;/a&gt;
&lt;/li&gt;</pre>
<h2>Sponsor or Support Banners</h2>
<h2><img src="http://dvector.com/oracle/files/2008/05/sponsorlinks.gif" alt="Sponsor Banner" align="top" /></h2>
<p>Add the following code to add a sponsor or support banner to your sidebar.</p>
<pre>&lt;div align="center"&gt;
&lt;hr&gt;
&lt;p&gt;
&lt;a href="http://redcrossinsewis.org"&gt;
&lt;img src="http://www.redcrossinsewis.org/images/stories/logos/arcinsewis_120x60.gif"
alt="American Red Cross in Southeastern Wisconsin" height="60" width="120" border="1" /&gt;
&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.eff.org/br/"&gt;
&lt;img src="http://www.eff.org/br/br.gif"
alt="Join the Blue Ribbon Online Free Speech Campaign"
height="76" width="112" border="1" align="middle"&gt;
&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;</pre>
<h2> Flash Banner</h2>
<p>Add some flash to your sidebar with the following code.</p>
<pre>&lt;div align="center"&gt;
  &lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
    width="160" height="75"&gt;
  &lt;param name="movie"
    value="http://www.redcrossinsewis.org/images/stories/video/redcross_fire_ggis.swf" /&gt;
  &lt;param name="quality" value="high" /&gt;
  &lt;param name="menu" value="false" /&gt;
  &lt;param name="wmode" value="" /&gt;
  &lt;embed src="http://www.redcrossinsewis.org/images/stories/video/redcross_fire_ggis.swf"
    wmode="transparent" quality="high" menu="false"
	pluginspage="http://www.macromedia.com/go/getflashplayer"
	type="application/x-shockwave-flash" width="160"
	height="75"&gt;
  &lt;/embed&gt;
  &lt;/object&gt;
&lt;/div&gt;</pre>
<p>This should help you get started on using the Text widget to impress your site&#8217;s visitors.</p>
]]></content:encoded>
			<wfw:commentRss>http://dvector.com/oracle/2008/05/16/any-html-in-the-sidebar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple Recipient cform</title>
		<link>http://dvector.com/oracle/2008/05/13/multiple-recipient-cform/</link>
		<comments>http://dvector.com/oracle/2008/05/13/multiple-recipient-cform/#comments</comments>
		<pubDate>Tue, 13 May 2008 21:15:30 +0000</pubDate>
		<dc:creator>oracle</dc:creator>
				<category><![CDATA[dvector]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[dvector support]]></category>
		<category><![CDATA[forms]]></category>

		<guid isPermaLink="false">http://dvector.com/oracle/2008/05/13/multiple-recipient-cform/</guid>
		<description><![CDATA[cformsII is the flexible form plugin provided on dVector.com. A multiple recipient form takes one of two types.

Each form submission goes to multiple recipients
The recipient of a form depends on a form select box


Each form submission goes to multiple recipients
This is the easier of the two in both concept and implementation.  By default, when [...]]]></description>
			<content:encoded><![CDATA[<p>cformsII is the flexible form plugin provided on dVector.com. A multiple recipient form takes one of two types.</p>
<ol>
<li>Each form submission goes to multiple recipients</li>
<li>The recipient of a form depends on a form select box</li>
</ol>
<p><span id="more-24"></span></p>
<h2>Each form submission goes to multiple recipients</h2>
<p>This is the easier of the two in both concept and implementation.  By default, when your form is submitted it is emailed to the &#8216;Admin email address&#8217;. If you would like a form to be sent to more than 1 address, simply comma separate the list of email addresses to send to. View the image as an example.</p>
<p><img src="http://dvector.com/oracle/files/2008/05/cform11.gif" alt="cformsII Multiple Recipients - Select" /></p>
<h2>The recipient of a form depends on a form select box</h2>
<p>This is a little more difficult to achieve but still quite easy using cforms. Here it is a two step process. Step one is to create a special Multiple Recipients field. Step two sets the email addresses for the recipients.</p>
<h3>Create the special Multiple Recipient field</h3>
<p>Create a new field and give it the type &#8216;Multiple Recipients&#8217;. In the field name, enter the select box label and then the select box choices separated by the &#8216;#&#8217;. Your field name will then look like:</p>
<p><code>Recipient?#President#Vice President#Senator#Representative</code></p>
<p>Which in your form will look like:</p>
<p><img src="http://dvector.com/oracle/files/2008/05/cform2.gif" alt="Multiple Recipient Select" /></p>
<h3>Set the email address for the recipients</h3>
<p>Enter a properly ordered, comma separated list of email addresses into the &#8216;Admin email addresses&#8217;. View the example:</p>
<p><img src="http://dvector.com/oracle/files/2008/05/cform3.gif" alt="cformsII Multiple Recipients - Select" /></p>
]]></content:encoded>
			<wfw:commentRss>http://dvector.com/oracle/2008/05/13/multiple-recipient-cform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Regular Expressions in cformsII</title>
		<link>http://dvector.com/oracle/2008/05/13/regular-expressions-in-cformsii/</link>
		<comments>http://dvector.com/oracle/2008/05/13/regular-expressions-in-cformsii/#comments</comments>
		<pubDate>Tue, 13 May 2008 19:23:41 +0000</pubDate>
		<dc:creator>oracle</dc:creator>
				<category><![CDATA[dvector]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[dvector support]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[regex]]></category>

		<guid isPermaLink="false">http://dvector.com/oracle/2008/05/13/regular-expressions-in-cformsii/</guid>
		<description><![CDATA[dVector.com provides the plugin cformsII for forms. This is a powerful and flexible plugin. In advanced verification of visitor submitted data, regular expressions are often used. See cformsII help especially the &#8216;Using regular expressions with form fields&#8217;.
In the dVector installation, there seems to be a small implementation issue. cformsII strips out single &#8216;\&#8217;s in the [...]]]></description>
			<content:encoded><![CDATA[<p>dVector.com provides the plugin <a href="http://www.deliciousdays.com/cforms-plugin">cformsII</a> for forms. This is a powerful and flexible plugin. In advanced verification of visitor submitted data, regular expressions are often used. See cformsII help especially the &#8216;Using regular expressions with form fields&#8217;.</p>
<p><span id="more-23"></span>In the dVector installation, there seems to be a small implementation issue. cformsII strips out single &#8216;\&#8217;s in the regular expression. To fix this problem simply place two &#8216;\&#8217;s instead of one in your regular expression. Unfortunately, every time you update settings, the &#8216;\&#8217;s are stripped. This means that if you use regular expressions in your form fields, you must double the slashes just before your last Update Settings.</p>
<p>Here are some regular expressions I use:</p>
<pre>Telephone||^\([0-9]{3}\)\s?[0-9]{3}(-|\s)?[0-9]{4}$|^[0-9]{3}-?[0-9]{3}-?[0-9]{4}$</pre>
<pre>Zip Code||^[0-9]{5}([- /]?[0-9]{4})?$</pre>
<pre>Website||^([a-zA-Z0-9]([a-zA-Z0-9\-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,6}$</pre>
<pre>Name||^[a-zA-Z][a-zA-Z',\.\- ]*[a-zA-Z\.]$</pre>
<p>The same regular expressions only with doubled slashes:</p>
<pre>Telephone||^\\([0-9]{3}\\)\\s?[0-9]{3}(-|\\s)?[0-9]{4}$|^[0-9]{3}-?[0-9]{3}-?[0-9]{4}$</pre>
<pre>Zip Code||^[0-9]{5}([- /]?[0-9]{4})?$</pre>
<pre>Website||^([a-zA-Z0-9]([a-zA-Z0-9\\-]{0,61}[a-zA-Z0-9])?\\.)+[a-zA-Z]{2,6}$</pre>
<pre>Name||^[a-zA-Z][a-zA-Z',\\.\\- ]*[a-zA-Z\\.]$</pre>
<p>This is a bit of an inconvenience but once you have set your forms, there is usually very little reason to change them.</p>
<p>While the use of regular expressions does not eliminate invalid data, it certainly does cut down on erroneous user input. The <a title="Regular Expression Library" href="http://regexlib.com/DisplayPatterns.aspx">Regular Expression Library</a> provides an excellent resource for those simply looking for regular expression recipes.</p>
]]></content:encoded>
			<wfw:commentRss>http://dvector.com/oracle/2008/05/13/regular-expressions-in-cformsii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

