<?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>Siam Communications Web Services &#38; Tools &#187; WordPress</title>
	<atom:link href="http://www.siamcomm.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.siamcomm.com</link>
	<description>Simple Web Sites that Produce Results</description>
	<lastBuildDate>Mon, 26 Jul 2010 09:01:57 +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 a Simple Contact Us Form to WordPress</title>
		<link>http://www.siamcomm.com/wordpress/adding-a-simple-contact-us-form-to-wordpress/</link>
		<comments>http://www.siamcomm.com/wordpress/adding-a-simple-contact-us-form-to-wordpress/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 11:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[contact form]]></category>
		<category><![CDATA[short code]]></category>
		<category><![CDATA[shortcode]]></category>

		<guid isPermaLink="false">http://www.siamcomm.com/?p=1213</guid>
		<description><![CDATA[If you use a hosted WordPress.Com blog, short codes have been added to simplify many of the common tasks a blogger needs to deal with. Previously, we dealt with How to Add a Photo Gallery for self hosted blogs. In today&#8217;s entry, we will show you how easy it is to add a simple Contact [...]


Related posts:<ol><li><a href='http://www.siamcomm.com/how-tos/wordpress-sticky-posts/' rel='bookmark' title='Permanent Link: WordPress: Sticky Posts'>WordPress: Sticky Posts</a></li>
<li><a href='http://www.siamcomm.com/how-tos/creating-your-own-wordpress-plug-in-and-widget/' rel='bookmark' title='Permanent Link: Creating Your own WordPress Plug-in and Widget'>Creating Your own WordPress Plug-in and Widget</a></li>
<li><a href='http://www.siamcomm.com/wordpress/hidden-gallery-shortcode-for-wordpress/' rel='bookmark' title='Permanent Link: Hidden Gallery Shortcode for WordPress'>Hidden Gallery Shortcode for WordPress</a></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.siamcomm.com%2Fwordpress%2Fadding-a-simple-contact-us-form-to-wordpress%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.siamcomm.com%2Fwordpress%2Fadding-a-simple-contact-us-form-to-wordpress%2F&amp;source=siamcomm&amp;style=normal&amp;service=bit.ly&amp;service_api=erbuc%3AR_4b34be0ba7f3518b2ad9e2565167eeae&amp;space=1" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://www.siamcomm.com/wp-content/uploads/2010/07/short_code-150x150.jpg" alt="WordPress short code" title="short_code" width="150" height="150" class="alignleft size-thumbnail wp-image-1226" />If you use a <strong>hosted WordPress.Com blog</strong>, short codes have been added to simplify many of the common tasks a blogger needs to deal with. Previously, we dealt with <a href="http://www.siamcomm.com/wordpress/hidden-gallery-shortcode-for-wordpress/"><strong>How to Add a Photo Gallery</strong></a> for self hosted blogs. In today&#8217;s entry, we will show you how easy it is to <strong>add a simple Contact form</strong> to your WordPress.Com blog.<br />
<span id="more-1213"></span><br />
The <strong>Contact Us short code</strong> can be used in Posts, Pages or in a text Widget if your theme is capable of customizing widgets.</p>
<p><strong>Step 1</strong><br />
Select any Post or Page to edit, or select the Text Widget and add it to your specified Widget area</p>
<p><strong>Step 2</strong><br />
Position the cursor where you want your Contact form to start</p>
<p><strong>Step 3</strong><br />
Type in &#8220;<code>[contact-form]</code>&#8221; and save the post, page or widget.</p>
<p>Now go preview the a page or post on your blog and you should see a contact form displayed where you typed in the short code.</p>
<p>When you setup your blog, you probably provided an email address on the <strong>Settings => General</strong> page. If not, make sure you put a valid email address in this field and save your changes. When a user fills in the form and click on the submit button, an email is sent the email address specific on this Options page.</p>
<p>However, there are other options that you can provide to <strong>over ride default settings of the contact form</strong>:</p>
<p>Insert a Contact Form and send to one or more email addresses:<br />
<code>[contact-form to="your@email.com"]<br />
[contact-form to="your@email.com,another@email.com,onemore@email.com"]</code></p>
<p>Setting a Subject:<br />
<code>[contact-form subject="My Message Subject"]</code></p>
<p>Allowing the User to Define their own subject:<br />
<code>[contact-form show_subject="yes"]</code></p>
<h3>Contact Form Items to Understand</h3>
<ul>
<li>User details are based on information they enter and can be valid (if logged in) or anonymous (if NOT logged in)</li>
<li>Your email address will remain hidden to all visitors</li>
<li>Only one Contact Form per post, page or text widget, but you can have multiple text widgets</li>
</ul>
<p>We are currently working on our next post for more advanced WordPress users on <strong>adding a Contact Form short code to your existing WordPress theme</strong>.</p>
<p>Stay tuned!</p>


<p>Related posts:<ol><li><a href='http://www.siamcomm.com/how-tos/wordpress-sticky-posts/' rel='bookmark' title='Permanent Link: WordPress: Sticky Posts'>WordPress: Sticky Posts</a></li>
<li><a href='http://www.siamcomm.com/how-tos/creating-your-own-wordpress-plug-in-and-widget/' rel='bookmark' title='Permanent Link: Creating Your own WordPress Plug-in and Widget'>Creating Your own WordPress Plug-in and Widget</a></li>
<li><a href='http://www.siamcomm.com/wordpress/hidden-gallery-shortcode-for-wordpress/' rel='bookmark' title='Permanent Link: Hidden Gallery Shortcode for WordPress'>Hidden Gallery Shortcode for WordPress</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.siamcomm.com/wordpress/adding-a-simple-contact-us-form-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Version of WordPress Refreshing</title>
		<link>http://www.siamcomm.com/wordpress/new-version-of-wordpress-refreshing/</link>
		<comments>http://www.siamcomm.com/wordpress/new-version-of-wordpress-refreshing/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 04:23:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[wordpress 3.0]]></category>

		<guid isPermaLink="false">http://www.siamcomm.com/?p=1185</guid>
		<description><![CDATA[Sometime during the night while I was sleeping, WordPress released an update &#8211; WordPress 3.0. I have spent some of the morning messing around with it and the new features. My consensus &#8211; Refreshing! Among some of my first impressions are is a more simple looking administration area, which seems to load quicker and with [...]


Related posts:<ol><li><a href='http://www.siamcomm.com/wordpress/what-is-a-wordpress-child-theme/' rel='bookmark' title='Permanent Link: What is a WordPress Child Theme?'>What is a WordPress Child Theme?</a></li>
<li><a href='http://www.siamcomm.com/applications/have-iphone-will-blog/' rel='bookmark' title='Permanent Link: Have iPhone, will Blog'>Have iPhone, will Blog</a></li>
<li><a href='http://www.siamcomm.com/wordpress/adding-a-simple-contact-us-form-to-wordpress/' rel='bookmark' title='Permanent Link: Adding a Simple Contact Us Form to WordPress'>Adding a Simple Contact Us Form to WordPress</a></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.siamcomm.com%2Fwordpress%2Fnew-version-of-wordpress-refreshing%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.siamcomm.com%2Fwordpress%2Fnew-version-of-wordpress-refreshing%2F&amp;source=siamcomm&amp;style=normal&amp;service=bit.ly&amp;service_api=erbuc%3AR_4b34be0ba7f3518b2ad9e2565167eeae&amp;space=1" height="61" width="50" /><br />
			</a>
		</div>
<p>Sometime during the night while I was sleeping, WordPress released an update &#8211; WordPress 3.0. I have spent some of the morning messing around with it and the new features.</p>
<p>My consensus &#8211; Refreshing!</p>
<p>Among some of my first impressions are is a more simple looking administration area, which seems to load quicker and with less overhead on my servers.</p>
<p>I have also looked at the new theme that is installed with the update and I am really eager to dive into it further to understand how the new version will enhance the user experience.</p>
<p>More to come as we continue to put the new version through it&#8217;s paces.</p>


<p>Related posts:<ol><li><a href='http://www.siamcomm.com/wordpress/what-is-a-wordpress-child-theme/' rel='bookmark' title='Permanent Link: What is a WordPress Child Theme?'>What is a WordPress Child Theme?</a></li>
<li><a href='http://www.siamcomm.com/applications/have-iphone-will-blog/' rel='bookmark' title='Permanent Link: Have iPhone, will Blog'>Have iPhone, will Blog</a></li>
<li><a href='http://www.siamcomm.com/wordpress/adding-a-simple-contact-us-form-to-wordpress/' rel='bookmark' title='Permanent Link: Adding a Simple Contact Us Form to WordPress'>Adding a Simple Contact Us Form to WordPress</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.siamcomm.com/wordpress/new-version-of-wordpress-refreshing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hidden Gallery Shortcode for WordPress</title>
		<link>http://www.siamcomm.com/wordpress/hidden-gallery-shortcode-for-wordpress/</link>
		<comments>http://www.siamcomm.com/wordpress/hidden-gallery-shortcode-for-wordpress/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 04:31:52 +0000</pubDate>
		<dc:creator>The Coach</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[lightbox plug-in]]></category>
		<category><![CDATA[wordpress gallery]]></category>
		<category><![CDATA[wordpress lightbox gallery]]></category>
		<category><![CDATA[wordpress shortcode]]></category>

		<guid isPermaLink="false">http://www.siamcomm.com/blog/?p=544</guid>
		<description><![CDATA[I have seen many people on Twitter asking for a good Gallery plug-in for WordPress. Our choice for a plug-in would be NextGen. But, it occurred to me that many people don't realize that WordPress has this feature built in already. It's not the prettiest or the coolest gallery I have seen. But it does the job in a pinch.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.siamcomm.com%2Fwordpress%2Fhidden-gallery-shortcode-for-wordpress%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.siamcomm.com%2Fwordpress%2Fhidden-gallery-shortcode-for-wordpress%2F&amp;source=siamcomm&amp;style=normal&amp;service=bit.ly&amp;service_api=erbuc%3AR_4b34be0ba7f3518b2ad9e2565167eeae&amp;space=1" height="61" width="50" /><br />
			</a>
		</div>
<p>*** Updated ***</p>
<p>Well, ok &#8230; it&#8217;s not a hidden tag, but it is a feature many of us aren&#8217;t aware of in WordPress.</p>
<p>I have seen many people on Twitter asking for a good Gallery plug-in for WordPress. Our choice for a plug-in would be NextGen. But, it occurred to me that many people don&#8217;t realize that WordPress has this feature built in already. It&#8217;s not the prettiest or the coolest gallery I have seen. But it does the job in a pinch.</p>
<p>The setup for a gallery is very easy. And inserting it into a post or page is done with a &#8220;shortcode&#8221;.<br />
<span id="more-544"></span><br />
First, start a new post and give it a title. Then, using the Media Toolbar, add in your images. The Media Toolbar is that row of icons just above the editing area start with &#8220;Upload/Insert&#8221;. Click on the first icon to open the Media Uploader.</p>
<p>I have trouble with the Flash Uploader so I use the Browser Uploader.</p>
<p>I upload my image, and select the options I want for that image. <strong>DO NOT click on &#8220;Insert into Post&#8221;</strong>. ONLY click on the &#8220;Save all changes&#8221; button. Your image will then be added to the Gallery and this will be reflected in the Media windows tabs.</p>
<p>Add as many pictures as you want, always clicking on &#8220;Save all changes&#8221;. You will see the number of images in your gallery increase. After uploading and clicking the correct button to save, you are always taken to the gallery tab. After you have uploaded you last image, select the option you want for your gallery. When you&#8217;re finished, click on &#8220;Insert Gallery&#8221;.</p>
<p>You should now see a Gallery shortcode appear in your post similar to the following:<br />
[<code>gallery link="file" orderby="post_name"</code>]</p>
<p>You can also assign your own tags for enclosing the various elements of the image gallery. I have select tags to enclose my items, thumbnails and captions.<br />
[<code>gallery link="file" orderby="post_name" itemtag="div" icontag="span" captiontag="p"</code>]</p>
<p>Here is my result (courtesy of <a href="http://www.mattstuart.com/">Matt Stuart</a>):<br />

<a href='http://www.siamcomm.com/wordpress/hidden-gallery-shortcode-for-wordpress/attachment/mattstuart-028/' title='Reflection (Matt Stuart)'><img width="150" height="150" src="http://www.siamcomm.com/wp-content/uploads/2009/04/mattstuart-028-150x150.jpg" class="attachment-thumbnail" alt="Reflection" title="Reflection (Matt Stuart)" /></a>
<a href='http://www.siamcomm.com/wordpress/hidden-gallery-shortcode-for-wordpress/attachment/mattstuart-003/' title='Dog (Matt Stuart)'><img width="150" height="150" src="http://www.siamcomm.com/wp-content/uploads/2009/04/mattstuart-0031-150x150.jpg" class="attachment-thumbnail" alt="Dog" title="Dog (Matt Stuart)" /></a>
<a href='http://www.siamcomm.com/wordpress/hidden-gallery-shortcode-for-wordpress/attachment/mattstuart-001/' title='Train (Matt Stuart)'><img width="150" height="150" src="http://www.siamcomm.com/wp-content/uploads/2009/04/mattstuart-0012-150x150.jpg" class="attachment-thumbnail" alt="Train" title="Train (Matt Stuart)" /></a>
</p>
<p>There is <a href="http://codex.wordpress.org/Gallery_Shortcode" rel="nofollow">more about this shortcode in the WordPress Codex</a>.</p>
<p><strong>Update</strong>: We have found a Lightbox plugin for this WordPress Gallery code as well. You <a href="http://www.viper007bond.com/wordpress-plugins/jquery-lightbox-for-native-galleries/">can get the plugin here</a>. We have been very pleased with this plug-in as it gives your site that extra needed level of professionalism for photo galleries in WordPress. Have a look at <a href="http://www.siamcomm.com">our implementation of this WordPress Lightbox Gallery Plug-in</a>.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.siamcomm.com/wordpress/hidden-gallery-shortcode-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>What is a WordPress Child Theme?</title>
		<link>http://www.siamcomm.com/wordpress/what-is-a-wordpress-child-theme/</link>
		<comments>http://www.siamcomm.com/wordpress/what-is-a-wordpress-child-theme/#comments</comments>
		<pubDate>Thu, 28 May 2009 09:15:45 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress child theme]]></category>
		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://www.siamcomm.com/blog/?p=571</guid>
		<description><![CDATA[One of the more complex issues with Wordpress occurs when you need to customize the look and the feel.
Using Wordpress Child Themes makes the customization process much easier without the need to learn complicated PHP code.


Related posts:<ol><li><a href='http://www.siamcomm.com/website-design/whats-in-a-theme/' rel='bookmark' title='Permanent Link: What&#039;s in a Theme'>What&#039;s in a Theme</a></li>
<li><a href='http://www.siamcomm.com/web-tools/5-online-wordpress-theme-generators/' rel='bookmark' title='Permanent Link: 5 Online WordPress Theme Generators'>5 Online WordPress Theme Generators</a></li>
<li><a href='http://www.siamcomm.com/how-tos/using-self-hosted-wordpress-at-home/' rel='bookmark' title='Permanent Link: Using Self Hosted WordPress at Home'>Using Self Hosted WordPress at Home</a></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.siamcomm.com%2Fwordpress%2Fwhat-is-a-wordpress-child-theme%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.siamcomm.com%2Fwordpress%2Fwhat-is-a-wordpress-child-theme%2F&amp;source=siamcomm&amp;style=normal&amp;service=bit.ly&amp;service_api=erbuc%3AR_4b34be0ba7f3518b2ad9e2565167eeae&amp;space=1" height="61" width="50" /><br />
			</a>
		</div>
<p>One of the more complex issues with WordPress occurs when you need to customize the look and the feel.</p>
<p>This is complex because, in the past, a blog owner needed to understand some of the PHP code in a WordPress theme before they could begin to make any custom changes. The process usually involves finding a theme that you like, and then changing as little as possible for the desired look.</p>
<p>Using <strong>WordPress Child Themes </strong>makes the customization process much easier.</p>
<p>I found out about this feature while doing some research on <strong>WordPress Theme Frameworks</strong>, which will be a topic for a future date. The process to setup a Child Theme is simple.<br />
<span id="more-571"></span><br />
Step 1 &#8211; create a directory in the /Theme/ directory of your blog with the name of your theme (i.e. &#8211; /themes/mytheme/).</p>
<p>Step 2 &#8211; in your new directory, create a file called &#8216;style.css&#8217;</p>
<p>Step 3 &#8211; add the following lines of code to your newly created style.css file:</p>
<p><code>
<pre class="css" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/*
Theme Name: Rose
Theme URI: the-theme's-homepage
Description: a-brief-description
Author: your-name
Author URI: your-URI
<strong>Template: use-this-to-define-a-parent-theme--optional</strong>
Version: a-number--optional
*/</span></pre>
<p></code></p>
<p>Note the line in bold text. This is the key. Change the value for Template from &#8220;use-this-to-define-a-parent-theme&#8211;optional&#8221; to the directory name of the WordPress theme you will be using as a template &#8212; or Parent Theme. So if you are using a Theme such as Arthemia as a Parent theme, the Template line would look as follows:</p>
<p><code><strong>Template: arthemia</strong></code></p>
<p>Step 4 &#8211; Now we want to import the styles from the Parent Theme by adding only 1 line to our Child Theme style.css.</p>
<p><code>@import url(../arthemia/style.css);</code></p>
<p>If you have a look at your blog now, it should look exactly like your Parent Theme. What you’ve just done is created a safe work space to make changes to the Parent Theme without touching any of the original theme files.</p>
<p>Now you are ready to begin adding CSS styling to your style.css file to customize your Child Theme. Any style declarations that you make to the style.css file in your Child theme will over ride those from the Parent Theme.</p>
<p>If you still need to make changes to the theme files, simply copy the Parent Theme template file to your Child Theme directory and make the edits. WordPress will look in the Child Theme directory first for template files. If an alternate version of a template file exists, WordPress will use that template file instead of the file in the Parent Theme directory.</p>
<p>For more on this topic, have a look at <a href="http://codex.wordpress.org/Theme_Development">the WordPress Codex</a>. We would also like to thank the people over at <a href="http://themeshaper.com/wordpress-child-theme-basics/">ThemeShaper</a> for the inspiration behind this article.</p>


<p>Related posts:<ol><li><a href='http://www.siamcomm.com/website-design/whats-in-a-theme/' rel='bookmark' title='Permanent Link: What&#039;s in a Theme'>What&#039;s in a Theme</a></li>
<li><a href='http://www.siamcomm.com/web-tools/5-online-wordpress-theme-generators/' rel='bookmark' title='Permanent Link: 5 Online WordPress Theme Generators'>5 Online WordPress Theme Generators</a></li>
<li><a href='http://www.siamcomm.com/how-tos/using-self-hosted-wordpress-at-home/' rel='bookmark' title='Permanent Link: Using Self Hosted WordPress at Home'>Using Self Hosted WordPress at Home</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.siamcomm.com/wordpress/what-is-a-wordpress-child-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Forms in WordPress</title>
		<link>http://www.siamcomm.com/wordpress/using-forms-in-wordpress/</link>
		<comments>http://www.siamcomm.com/wordpress/using-forms-in-wordpress/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 14:06:02 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress forms]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.siamcomm.com/blog/?p=438</guid>
		<description><![CDATA[Recently, I had some difficulty implementing forms into my blog here. So I set out on a mission to locate an easy to use plug-in to get forms into my blog.

The result exceeded my expectations by a long shot. I stumbled upon the <a href="http://www.deliciousdays.com/cforms-plugin/"><strong>cforms II plug-in for WordPress</strong></a> by <a href="http://www.deliciousdays.com/"><strong>Delicious Days</strong></a>.

Have a look at my requirements and how we evaluated the plug-in.


Related posts:<ol><li><a href='http://www.siamcomm.com/how-tos/creating-your-own-wordpress-plug-in-and-widget/' rel='bookmark' title='Permanent Link: Creating Your own WordPress Plug-in and Widget'>Creating Your own WordPress Plug-in and Widget</a></li>
<li><a href='http://www.siamcomm.com/how-tos/wordpress-sticky-posts/' rel='bookmark' title='Permanent Link: WordPress: Sticky Posts'>WordPress: Sticky Posts</a></li>
<li><a href='http://www.siamcomm.com/wordpress/adding-a-simple-contact-us-form-to-wordpress/' rel='bookmark' title='Permanent Link: Adding a Simple Contact Us Form to WordPress'>Adding a Simple Contact Us Form to WordPress</a></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.siamcomm.com%2Fwordpress%2Fusing-forms-in-wordpress%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.siamcomm.com%2Fwordpress%2Fusing-forms-in-wordpress%2F&amp;source=siamcomm&amp;style=normal&amp;service=bit.ly&amp;service_api=erbuc%3AR_4b34be0ba7f3518b2ad9e2565167eeae&amp;space=1" height="61" width="50" /><br />
			</a>
		</div>
<p>Recently, I had some difficulty implementing forms into my blog here. So I set out on a mission to locate an easy to use plug-in to get forms into my blog.</p>
<p>The result exceeded my expectations by a long shot. I stumbled upon the <a href="http://www.deliciousdays.com/cforms-plugin/"><strong>cforms II plug-in for WordPress</strong></a> by <a href="http://www.deliciousdays.com/"><strong>Delicious Days</strong></a>.</p>
<p>But let me back up a bit and describe what I was looking for. I wanted something that could <strong>create forms</strong> that had a Web 2.0ish look and feel. I did not want to deviate too much from my blog theme and wanted full control of the CSS. The forms had to be easy to create and edit. These same forms also had to be easy to integrate into a blog post or page. I did not want a single form for everything, but a variety of forms that I could implement where I saw the need. And the kicker &#8230; I wanted to track and store all form submissions in a database so I could identify where feedback was coming from and how I was responding to my visitors.</p>
<p>Given this list of requirements, <strong>cforms II</strong> did not disappoint.</p>
<p>Immediately after installing the plug-in, I felt a bit confused by the interface provided in the admin panel. But after creating my first form from scratch, the purpose of each of the configuration sections became easily understandable.</p>
<p>I must admit, at first I just integrated the default form into the <a href="http://www.siamcomm.com/blog/contact-us/">Contact Us</a> page to see how it would look. From here I went straight into the styling tab to mess with the look and feel. My only disappointment was that after 15 minutes there was nothing left to fool with. I had my Contact form and it worked. Usually things are a bit more difficult than this &#8230; or aren&#8217;t they supposed to be?</p>
<p>Next task, create a form so that visitors can get a <a href="http://www.siamcomm.com/blog/contact-us/request-a-quotation/">free quotation of our services</a>. This provided a bit more of a challenge and took 20 minutes.</p>
<p>In about a half an hour I had created 2 forms, integrated them into my blog, and sent myself two test posts to ensure that everything worked fine.</p>
<p>I then realized that this was the way things were supposed to work. As described and planned &#8230; intuitively &#8230; the way humans normally think.</p>
<p>My bottom line is, if you are looking to implement one or more forms into your blog, there is nothing better than cforms II. I have recommended the plug-in to others and they have also been extremely satisfied with the results.</p>
<p>We hope you feel the same way after installing this very well designed plug-in.</p>


<p>Related posts:<ol><li><a href='http://www.siamcomm.com/how-tos/creating-your-own-wordpress-plug-in-and-widget/' rel='bookmark' title='Permanent Link: Creating Your own WordPress Plug-in and Widget'>Creating Your own WordPress Plug-in and Widget</a></li>
<li><a href='http://www.siamcomm.com/how-tos/wordpress-sticky-posts/' rel='bookmark' title='Permanent Link: WordPress: Sticky Posts'>WordPress: Sticky Posts</a></li>
<li><a href='http://www.siamcomm.com/wordpress/adding-a-simple-contact-us-form-to-wordpress/' rel='bookmark' title='Permanent Link: Adding a Simple Contact Us Form to WordPress'>Adding a Simple Contact Us Form to WordPress</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.siamcomm.com/wordpress/using-forms-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 57/167 queries in 0.383 seconds using disk

Served from: www.siamcomm.com @ 2010-07-30 03:48:07 -->