<?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>Wordpress Made Simple</title>
	<atom:link href="http://yourwordpressmadesimple.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://yourwordpressmadesimple.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Mon, 03 Oct 2011 19:28:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Contact Form 7</title>
		<link>http://yourwordpressmadesimple.com/wayne/bangin/</link>
		<comments>http://yourwordpressmadesimple.com/wayne/bangin/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 23:43:47 +0000</pubDate>
		<dc:creator>testuser</dc:creator>
				<category><![CDATA[wayne]]></category>

		<guid isPermaLink="false">http://yourwordpressmadesimple.com/?p=681</guid>
		<description><![CDATA[Getting Started with Contact Form 7 Contact Form 7 is a great choice for a robust and flexible plugin for WordPress. It allows you to create dynamic forms for your wordpress site with little to no HTML or CSS knowledge. it has many features including AJAX form submitting, CAPTCHA protection, Akismet spam filtering, file uploading, [...]]]></description>
			<content:encoded><![CDATA[<h1>Getting Started with Contact Form 7</h1>
<p><strong>Contact Form 7</strong> is a great choice for a robust and flexible plugin for WordPress.</p>
<p>It allows you to create dynamic forms for your wordpress site with little to no HTML or CSS knowledge.</p>
<p>it has many features including AJAX form submitting, CAPTCHA protection, Akismet spam filtering, file uploading, etc.</p>
<p>This eBook is an introduction to the <strong>Contact Form 7</strong> plugin for WordPress.. Basic knowledge of the WordPress admin panel is a must. With various examples, this eBook covers how to display a form on your page / post, and how to customize your forms and the way email is sent to you in your inbox.<span id="more-681"></span></p>
<p><a href="http://wordpress.org/extend/plugins/contact-form-7/"><strong>Download Contact Form 7</strong></a> from WordPress Plugin Directory.</p>
<h2>Displaying a Form</h2>
<p>So let’s start by displaying a form on your page or post. First, go to the sidebar in your admin panel of wordpress and find the menu header name ‘Contact’, click on the edit link, which is a sub menu below it</p>
<div id="attachment_729" class="wp-caption aligncenter" style="width: 171px"><img class="size-full wp-image-729 " title="Contact Form 7 Edit Link" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/1-EDIT-LINK.png" alt="This is the edit link for getting to your Contact Form 7 Administration Panel" width="161" height="152" /><p class="wp-caption-text">Contact Form 7 Edit Link</p></div>
<p style="text-align: center;">Right out the box, after installing the plugin there will be a default form already created for you. It will be named ’Contact form 1″. There will also be a snippet of code which reads; <strong>[{contact-form 1 "Contact form 1"}].</strong></p>
<div id="attachment_730" class="wp-caption aligncenter" style="width: 368px"><img class="size-full wp-image-730" title="Contact From 7 default form name" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/2-NEW-FORM.png" alt="Contact Form 7 has a default form name, which is called Contact form 1" width="358" height="74" /><p class="wp-caption-text">Contact From 7 default form name</p></div>
<div id="attachment_731" class="wp-caption aligncenter" style="width: 458px"><img class="size-full wp-image-731" title="Contact Form 7 form code" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/3-COPY-FORM-CODE.png" alt="This form code for contact form 7 is what's used in your post, page or text widget" width="448" height="60" /><p class="wp-caption-text">Contact Form 7 Form Code</p></div>
<p>Copy that code that is highlighted with the Brown background and head over to create or edit a page or post. Now, all you would do is paste that code that you copied into your page or post editor and either update, publish or preview your post or page, to see the form on the front end of your website.</p>
<div id="attachment_732" class="wp-caption aligncenter" style="width: 1002px"><img class="size-full wp-image-732" title="Contact Foirm 7 Short Code" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/4-TITLE-SHORTCODE.png" alt="This short code is used in the post, page or text widget" width="992" height="428" /><p class="wp-caption-text">Contact Foirm 7 Short Code</p></div>
<div id="attachment_733" class="wp-caption aligncenter" style="width: 596px"><img class="size-full wp-image-733" title="Contact Form 7 Form" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/5-THE-FORM.png" alt="This is how the form is displayed on the front end of your site" width="586" height="788" /><p class="wp-caption-text">Contact Form 7 - Form</p></div>
<p style="text-align: center;">Now visitors to your site can find the form and start submitting messages to you.</p>
<p>Next, let’s see how you can customize your form and mail content.</p>
<h2>Customizing a Form</h2>
<p>I personally think that the default form is a quick way to get a form up and running to start allowing you visitors to send request or questions to you, so that you can start interacting quickly. However, there are so many more fields and actions that you can apply to the form.</p>
<p>You can start adding extra fields to your form by adding ‘<em>tags</em>’ into the ‘Form’ field section of the Contact Form 7 admin panel. The code in the form field will be displayed as such, <strong>[text* your-name]</strong>. These codes are called “tags” in Contact Form 7.</p>
<div id="attachment_734" class="wp-caption aligncenter" style="width: 298px"><img class="size-full wp-image-734" title="Contact Form 7 Type and Name" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/6-TEXT-YOUR-NAME.png" alt="This is the Form field section for Contact Form 7 with the generated tags" width="288" height="308" /><p class="wp-caption-text">Contact Form 7 Type and Name</p></div>
<p>A <strong>tag</strong> is somewhat intimidating at first, but no worries! You do not need to take a university course to get this part of it, because Contact Form 7 has a generator that will generate the code for you based on what you tell it you want it to do.</p>
<p>As you saw from above I introduced you to the <strong>[text* your-name] </strong>code. The tag, <strong>‘your-name’, </strong>is one of the most important pieces of the code that you will use because it can be used in the mail (email) section of the administration panel of Contact Form 7.</p>
<div id="attachment_735" class="wp-caption aligncenter" style="width: 430px"><img class="size-full wp-image-735 " title="Contact Form 7 Mail Section" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/7-MAIL-SECTION.png" alt="This is the Mail section for setting up email for Contact Form 7 email" width="420" height="386" /><p class="wp-caption-text">Contact Form 7 - Mail Section</p></div>
<h2>Customizing Email</h2>
<p>You can edit the mail (email) template section in the admin area of your form by using the same code as you did for the form field section, minus the ‘text*’ portion of the code.</p>
<p>The tags you can use in a mail (email) template contain only one word in square brackets like this: <strong>[your-name]</strong>. You will notice that <strong>‘your-name’</strong> is the same as the name in the form tag which was shown in the previous example. Both of the tags have the same name, but not the same code.</p>
<p><strong>[text* your-name] – Form field</strong></p>
<p><strong>[your-name] – Mail field</strong></p>
<p>In the mail section of the administration section, [your-name] will be replaced by the user’s input value when submitting a form, which corresponds to the form field, which, in this case, is <strong>[text* your-name].</strong></p>
<div id="attachment_736" class="wp-caption aligncenter" style="width: 430px"><img class="size-full wp-image-736" title="Contact Form 7 From Field" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/8-FROM-YOUR-NAME.png" alt="This is the from field for the mail section in Contact Form 7" width="420" height="386" /><p class="wp-caption-text">Contact Form 7 - From Field</p></div>
<h1 style="text-align: left;">Tag Syntax</h1>
<p>Contact Form 7 allows you to edit the templates of your contact forms and your mail (email headers and email message body) with various “tags.” Contact Form 7 determined <strong><em>‘tags’ </em></strong>as being defined as a string of characters (most commonly text), enclosed or surrounded by square brackets (<strong>[]</strong>).</p>
<p>AS you have noticed the redundancy that I have used up to this point in pointing out the difference between form template tags and mail template tags. That is because I want you to GET IT! It makes all the difference in the world to get these two correct or your forms will not send correctly.</p>
<p><strong>[text* your-name] – Form field</strong></p>
<p><strong>[your-name] – Mail field</strong></p>
<h2>Form Tag Syntax</h2>
<p>A tag in a form template (“form tag”) will be replaced with an HTML element which represents an input field that your users will interact with on your site</p>
<h3>Type</h3>
<p>This is the most important factor, as it defines what type of HTML element will be used for the form, and what kind of input is expected from the user.</p>
<div id="attachment_737" class="wp-caption aligncenter" style="width: 429px"><img class="size-full wp-image-737 " title="Contact Form 7 type syntax" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/9-TYPE.png" alt="This is the type of form element for Contact Form 7" width="419" height="122" /><p class="wp-caption-text">Contact Form 7 - Type Syntax</p></div>
<div id="attachment_738" class="wp-caption aligncenter" style="width: 402px"><img class="size-full wp-image-738" title="Contact Form 7 type syntax" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/10-TYPE.png" alt="This is the type of form element for Contact Form 7" width="392" height="127" /><p class="wp-caption-text">Contact Form 7 - Type Syntax</p></div>
<p>Name</p>
<p>This is used for identifying the input field (the <strong>type</strong>). Most form tags have a name, but there are exceptions.</p>
<div id="attachment_739" class="wp-caption aligncenter" style="width: 429px"><img class="size-full wp-image-739" title="Contact Form 7 Name Syntax" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/11-NAME2.png" alt="This is the name generated code for the form section in Contact Form 7" width="419" height="122" /><p class="wp-caption-text">Contact Form 7 - Name Syntax</p></div>
<p style="text-align: center;">&nbsp;</p>
<h3>Options</h3>
<p>This will specify the details of how the user interacts with your form and how they see it on your site. Options are optional.</p>
<div id="attachment_740" class="wp-caption aligncenter" style="width: 429px"><img class="size-full wp-image-740" title="Contact From 7 Options code" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/12-OPTIONS.png" alt="This is the code that displays the options for Contact form 7 specific option type" width="419" height="122" /><p class="wp-caption-text">Contact From 7 - Options Syntax (code)</p></div>
<p style="text-align: center;">&nbsp;</p>
<div id="attachment_741" class="wp-caption aligncenter" style="width: 349px"><img class="size-full wp-image-741" title="Contact Form 7 Front End options display" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/13-OPTIONS-FRONT.png" alt="This is how the options would appear on the front end " width="339" height="245" /><p class="wp-caption-text">Contact Form 7 Front End options display</p></div>
<p style="text-align: center;">&nbsp;</p>
<h3>Values</h3>
<p>In most cases, <strong>values</strong> are used for specifying default values of the form. It is possible that values can be used for other purposes as well; it depends on the type of the tag. Values are optional.</p>
<div id="attachment_742" class="wp-caption aligncenter" style="width: 402px"><img class="size-full wp-image-742" title="Contact Form 7 VALUE syntax" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/14-VALUE.png" alt="The code used for the value of the form field" width="392" height="127" /><p class="wp-caption-text">Contact Form 7 - Form Field Value</p></div>
<p style="text-align: center;">&nbsp;</p>
<div id="attachment_743" class="wp-caption aligncenter" style="width: 349px"><img class="size-full wp-image-743" title="Contact Form 7 Front end Form" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/15-VALUE2.png" alt="This represents the value on the front end of the site" width="339" height="245" /><p class="wp-caption-text">Front end display for the value field</p></div>
<p style="text-align: center;">&nbsp;</p>
<h1>Text Fields</h1>
<p>Text input fields are the most common of a contact form. HTML has two types of elements for text input fields of a form: <strong>&lt;input type=&#8221;text&#8221;&gt;</strong> for a single-line input; and <strong>&lt;textarea&gt;</strong> for multi-line input.</p>
<p>Contact Form 7 provides six types of <em>form tags</em> for representing these two types of HTML elements: <strong>text; text*; email; email*; textarea; and textarea*</strong>. <em>I will show you detailed information about the usage and semantics of these form tags in the online video companion.</em></p>
<h2>Text and Text*</h2>
<p>You’d use text and text* for single-line input and accept any form of text. The difference between them is that text* denotes a required field. With Contact Form 7, all types of tags with an asterisk ‘*’ mean that these are required fields.</p>
<div id="attachment_744" class="wp-caption aligncenter" style="width: 372px"><img class="size-full wp-image-744" title="Contact Form 7 required and not required" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/16-TEST-TEXTreq.png" alt="Astericks on type elements in Contact Form 7 indicate required fieds" width="362" height="151" /><p class="wp-caption-text">Asterics indicate required fields</p></div>
<p style="text-align: center;">&nbsp;</p>
<h2>Email and Email*</h2>
<p>You’d use email and email* for single-line input and will only accept e-mail addresses. email* is a required field.</p>
<div id="attachment_745" class="wp-caption aligncenter" style="width: 272px"><img class="size-full wp-image-745" title="Email required fields" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/17-EMAIL-EMAILreq.png" alt="Email fields for Contact Form 7" width="262" height="147" /><p class="wp-caption-text">Astericks indicate required fields</p></div>
<p style="text-align: center;">&nbsp;</p>
<h2>Textarea and Textarea*</h2>
<p>You’d use textarea and textarea* for a multi-line input and it accepts any form of text. textarea* is a required field.</p>
<div id="attachment_746" class="wp-caption aligncenter" style="width: 310px"><img class="size-full wp-image-746" title="Contact Form 7 required fields" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/18-TEXTAREA-TEXTAREAreq.png" alt="Text areas in Contact form 7 have the option of required data input" width="300" height="156" /><p class="wp-caption-text">Astericks indicate required fields</p></div>
<p style="text-align: center;">&nbsp;</p>
<h1>Checkboxes, Radio Buttons and Menus</h1>
<p>Contact Form 7 has several  <em>form tags</em> for representing checkboxes, radio buttons and drop-down menus. <em>I will show you detailed information about the usage and semantics of these form tags in the online video companion.</em></p>
<h2>Checkbox, Checkbox* and Radio</h2>
<p>Both checkbox and checkbox* represent a group of checkboxes <strong><em>(&lt;input type=&#8221;checkbox&#8221;&gt; in HTML)</em></strong>. checkbox* requires the user to check at least one of the boxes.</p>
<div id="attachment_747" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-747" title="Contact Form 7 radio buttons and Checkboxes" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/19-RADIO-CHECKBOXES-300x148.png" alt="The code for the radio buttons and checkboxes" width="300" height="148" /><p class="wp-caption-text">Contact Form 7 - radio buttons and Checkboxes</p></div>
<p style="text-align: center;">&nbsp;</p>
<div id="attachment_748" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-748" title="Raio buttons" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/19-RADIO-CHECKBOXES-FRONT-300x186.png" alt="This is the display of the form with radio buttons on the front end of your site" width="300" height="186" /><p class="wp-caption-text">Radio Buttons</p></div>
<p style="text-align: center;">&nbsp;</p>
<p>The radio represents a group of radio buttons <strong><em>(&lt;input type=&#8221;radio&#8221;&gt; in HTML)</em></strong>. Note that there is no required version of radio (“radio*”). Contact Form 7 does not determine radio to be required simply because radio buttons are required by default.</p>
<h2>Select and Select*</h2>
<div id="attachment_749" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-749" title="DROPDOWN-SELECT" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/20-DROPDOWN-SELECT-300x58.png" alt="This is the dropdown code for a select box" width="300" height="58" /><p class="wp-caption-text">Contact Form 7 - Dropdown Select</p></div>
<p style="text-align: center;">The select and select* represent a drop-down menu <strong>(&lt;select&gt; in HTML)</strong>. select* requires the user to select at least one option from the menu.</p>
<div id="attachment_750" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-750" title="DROPDOWN-SELECT-FRONTEND" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/21-DROPDOWN-SELECT-FRONT-300x169.png" alt="The Front end display" width="300" height="169" /><p class="wp-caption-text">Dropdwon Select</p></div>
<p style="text-align: center;">&nbsp;</p>
<h1>File Uploading and Attachment</h1>
<p>The file uploading and attachment feature of Contact Form 7 is a great feature added by the developer. With this feature, your users have the ability to upload their files via your form, and then an email is sent to you with the attached files.</p>
<p>To set up, two steps are needed:</p>
<ul>
<li>Add file uploading fields in your form,</li>
<li>Set up your mail settings to attach the uploaded files.</li>
</ul>
<h2>Adding file uploading fields in your form</h2>
<p>Contact Form 7 provides <em>form tags</em> for file uploading fields <strong>(&lt;input type=&#8221;file&#8221;&gt; in HTML)</strong>. The file upload acts the same as text and text*: file and file*. file* is a required field and requires the user to upload a file.</p>
<p>Contact Form 7 has default filetypes and sizes. The default acceptable file types (extensions) are: <em>jpg</em>, <em>jpeg</em>, <em>png</em>, <em>gif</em>, <em>pdf</em>, <em>doc</em>, <em>docx</em>, <em>ppt</em>, <em>pptx</em>, <em>odt</em>, <em>avi</em>, <em>ogg</em>, <em>m4a</em>, <em>mov</em>, <em>mp3</em>, <em>mp4</em>, <em>mpg</em>, <em>wav</em>, and <em>wmv</em>. The default acceptable file size is 1 MB (1048576 bytes).</p>
<h2>Setting up File Attachments With Email</h2>
<div id="attachment_751" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-751" title="Contact Form 7 File Upoad code" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/22-FILE-UPLOAD-CODE-300x51.png" alt="The code used for uploading files for Contact Form 7" width="300" height="51" /><p class="wp-caption-text">Contact Form 7 - File Upoad code</p></div>
<p style="text-align: center;">When attaching uploaded files to the mail (email) section, you put the <em>tags</em> that correspond to <em>form tags</em> for file uploading fields into ‘File attachments’ field as shown below.</p>
<div id="attachment_752" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-752" title="FILE-UPLOAD-MAIL-TAG" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/23-FILE-UPLOAD-MAIL-TAG-300x41.png" alt="The tag used for the Mail field to allow users to upload" width="300" height="41" /><p class="wp-caption-text">Contact Form 7 - File Upload</p></div>
<p style="text-align: center;">&nbsp;</p>
<h2>How Your Uploaded Files are Managed</h2>
<p>After a user uploads a file through your contact form, Contact Form 7 checks to see if:</p>
<ul>
<li>Any PHP errors have occurred;</li>
<li>The file type and file size are valid;</li>
</ul>
<p>If there were no errors and the file size and type are valid based on the default or settings you applied, Contact Form 7 will move these files to a temporary folder, while in the same process, the file will be sent to you by email. After the file has been sent Contact Form 7 will remove the file from the temporary folder</p>
<p>The location of the temporary folder depends upon your settings in WordPress. The default is wp-content/uploads. Normally, Contact Form 7 creates a wpcf7_uploads folder in this location and uses it as the temporary folder for any uploaded files.</p>
<h1>CAPTCHA</h1>
<p>Contact Form 7 allows you to set up CAPTCHA for your contact form to prevent bots from submitting forms and spamming the hell out of you. Contact Form 7 utilizes <strong>Really Simple CAPTCHA</strong> as its officially-sanctioned CAPTCHA module, So, all you need to do is install the Really Simple CAPCHA plugin before you are able to use the CAPTCHA function of Contact Form 7.</p>
<p>The rest of this section will explain how to use CAPTCHA with Contact Form 7. This is only assuming that you have installed the Really Simple Captcha plugin</p>
<p><strong> </strong></p>
<h2>Before using CAPTCHA</h2>
<p>Really Simple CAPTCHA requires that GD and FreeType PHP libraries be installed on your server in order to create CAPTCHA images. If you are not sure, contact your host and ask.</p>
<p>Contact Form 7 creates a temporary folder and stores any CAPTCHA files there. Usually like this: <strong><em>wp-contents/uploads/wpcf7_captcha</em>,</strong> However, depending on your settings it may be different</p>
<p>To check where this folder will be created, open the <em>Settings</em> &gt; Media menu, and check the setting for <strong><em>Store uploads in this folder</em></strong> field. The default is wp-content/uploads. Contact Form 7 will create a wpcf7_captcha folder in this location and uses it as the temporary folder for any CAPTCHA files.</p>
<p>This folder is created automatically. However, sometimes this can fail on you due to permissions set to that particular directory. You can create this folder manually or change the permissions to that directory (it would be either wp-content or the uploads directory). Although I do not recommend changing permissions if you are not sure what you are doing</p>
<h3>For advanced users</h3>
<p>If you are feeling really brave you can perform the following actions on your wp-config file</p>
<p>You can also change the path of the temporary folder by setting the WPCF7_CAPTCHA_TMP_DIR constant in your wp-config.php like this:</p>
<p>define( &#8216;WPCF7_CAPTCHA_TMP_DIR&#8217;, &#8216;/your/file/path&#8217; );</p>
<p>If WPCF7_CAPTCHA_TMP_DIR is defined, this directory is used as the temporary folder instead.</p>
<p>Make certain your temporary folder for CAPTCHA files exists and is writable. Otherwise, CAPTCHA can not be created.</p>
<p><strong> </strong></p>
<h2>How To Use CAPTCHA</h2>
<p>To add a CAPTCHA into your contact form, these are the form tags you must use captchac and captchar.</p>
<p>The captchac tag means CAPTCHA-Challenge and it represents an &lt;img&gt; element for a CAPTCHA image.</p>
<p>The captchar tag means CAPTCHA-Response and it represents an &lt;input type=&#8221;text&#8221;&gt; element for a response input field.</p>
<p>A captchac tag and a captchar tag  go hand and hand and must have the same <strong><em>name</em></strong>. For example:</p>
<p><strong>[captchac captcha-5] [captchar captcha-5]</strong></p>
<div id="attachment_753" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-753" title="CAPTCHA-FORM-CODE" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/24-CAPTCHA-FORMCODE-300x165.png" alt="The code used for captcha in Contact Form 7" width="300" height="165" /><p class="wp-caption-text">CAPTCHA Code</p></div>
<p style="text-align: center;">&nbsp;</p>
<p>The pair below would be invalid. Take note of the name within the CAPTCHA code</p>
<p><strong>[captchac captcha-4] [captchar captcha-8]</strong></p>
<h2>CAPTCHA-Challenge</h2>
<p>As stated before the captchac tag means CAPTCHA-Challenge and it represents a CAPTCHA image <strong>(&lt;img&gt; in HTML)</strong>.</p>
<div id="attachment_754" class="wp-caption aligncenter" style="width: 311px"><img class="size-full wp-image-754" title="CAPTCHA-IMAGE" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/25-CAPTCHA-IMAGE.png" alt="The code for the CAPTCAH IMAGE" width="301" height="121" /><p class="wp-caption-text">CAPTCHA Image Code</p></div>
<p style="text-align: center;">&nbsp;</p>
<h2>CAPTCHA-Response</h2>
<p>The same thing here, the captchar tag means CAPTCHA-Response and it represents a response input field <strong>(&lt;input type=&#8221;text&#8221;&gt; in HTML)</strong>.</p>
<div id="attachment_755" class="wp-caption aligncenter" style="width: 298px"><img class="size-full wp-image-755" title="CAPTCHA-FORM-FIELD" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/26-CAPTCHA-FORM-FIELD.png" alt="This is the code for the form field for CAPTCHA Image" width="288" height="50" /><p class="wp-caption-text">CAPTCHA-FORM-FIELD</p></div>
<div id="attachment_756" class="wp-caption aligncenter" style="width: 433px"><img class="size-full wp-image-756" title="CAPTCHA-FRONTEND" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/27-CAPTCHA-FRONT.png" alt="How the CAPTCHA is displayed on the front end of the site" width="423" height="166" /><p class="wp-caption-text">CAPTCHA Front End Display</p></div>
<p style="text-align: center;">&nbsp;</p>
<h1>Setting Up Email</h1>
<p>Contact Form 7 lets you to edit mail (email) templates with just about anything that you can imagine. You can edit the message body, and also message header fields. You can also set HTML in your emails as well.</p>
<h2>Basic Header Fields (To, From and Subject):</h2>
<p>These are basic and necessary message header fields; and you can embed <em>mail tags</em> anywhere in these fields.</p>
<div id="attachment_757" class="wp-caption aligncenter" style="width: 585px"><img class="size-full wp-image-757" title="TO-FROM-SUBJECT" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/28-TO-FROM-SUBJECT.png" alt="This is the mail set up to receive emails the way you set it up to be" width="575" height="168" /><p class="wp-caption-text">Mail Reciveing Set Up</p></div>
<p style="text-align: center;">&nbsp;</p>
<h2>Message Body:</h2>
<p>You can embed <em>mail tags</em> anywhere in this field.</p>
<div id="attachment_758" class="wp-caption aligncenter" style="width: 390px"><img class="size-full wp-image-758" title="MESSAGE-BODY" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/29-MESSAGE-BODY.png" alt="THis is the section where you set how you want the body of the message to be reviewed" width="380" height="190" /><p class="wp-caption-text">Body Message of the email</p></div>
<p style="text-align: center;">&nbsp;</p>
<h2>Additional Headers:</h2>
<p>You can insert additional message header fields here, such as <em>Cc</em> and <em>Bcc</em>. There should be one field per line. You can embed <em>mail tags</em> anywhere in these fields.</p>
<div id="attachment_759" class="wp-caption aligncenter" style="width: 594px"><img class="size-full wp-image-759" title="ADDITIONAL-HEADERS" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/30-ADDITIONAL-HEADERS.png" alt="You can set your additional headder information in this 'additional headers field'" width="584" height="111" /><p class="wp-caption-text">Additional Headers Section</p></div>
<p style="text-align: center;">&nbsp;</p>
<h2>File Attachments:</h2>
<p>If you attach uploaded files to this mail, put <em>mail tags</em> for the uploaded files into this field.</p>
<div id="attachment_760" class="wp-caption aligncenter" style="width: 606px"><img class="size-full wp-image-760" title="FILE-ATTACHMENT" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/31-FILE-ATTACHMENT.png" alt="This is the section where you would insert your File attachment code" width="596" height="77" /><p class="wp-caption-text">File Attachment Section</p></div>
<p style="text-align: center;">&nbsp;</p>
<h2>Use of HTML</h2>
<p>To use HTML, check the “use html box”.</p>
<div id="attachment_761" class="wp-caption aligncenter" style="width: 608px"><img class="size-full wp-image-761" title="USE-HTML" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/32-USE-HTML.png" alt="This box can be checked if you want the emails to be sent if you want HTML abbilities" width="598" height="124" /><p class="wp-caption-text">Use HTML</p></div>
<p style="text-align: center;">&nbsp;</p>
<h2>Mail (2)</h2>
<p><em>Mail (2)</em> is used in the same fashion as Mail. There are some tricks that I will show you in the video companion to this eBook.</p>
<div id="attachment_762" class="wp-caption aligncenter" style="width: 598px"><img class="size-full wp-image-762" title="Contact Form 7 Mail 2 Section" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/33-MAIL2.png" alt="This section is optional in Contact Form 7" width="588" height="401" /><p class="wp-caption-text">Contact Form 7 Mail 2 Section</p></div>
<p style="text-align: center;">&nbsp;</p>
<h1>Submit Button</h1>
<p>As you may know, An HTML “submit” button is an input element with “submit” type: <strong>&lt;input type=&#8221;submit&#8221;&gt;.</strong><br />
This is the simplest form of submit tag:</p>
<p style="text-align: center;"><strong>[submit]</strong></p>
<p>You can add a value like this:</p>
<p style="text-align: center;"><strong>[submit "Send Mail"]</strong></p>
<p>Take note that the submit tag does not have the ‘name’ attribute assigned.</p>
<div id="attachment_728" class="wp-caption aligncenter" style="width: 229px"><img class="size-full wp-image-728" title="SUBMIT-BUTTON" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/34-SUBMIT-BUTTON.png" alt="The button to submit your form" width="219" height="79" /><p class="wp-caption-text">Submit Button Code</p></div>
<p>Wayne Hatter</p>
]]></content:encoded>
			<wfw:commentRss>http://yourwordpressmadesimple.com/wayne/bangin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You Should Set Your Permalinks Like This&#8230;</title>
		<link>http://yourwordpressmadesimple.com/uncategorized/its-all-about-them-dang-on-wordpress-permalinks/</link>
		<comments>http://yourwordpressmadesimple.com/uncategorized/its-all-about-them-dang-on-wordpress-permalinks/#comments</comments>
		<pubDate>Sat, 18 Jun 2011 03:09:31 +0000</pubDate>
		<dc:creator>testuser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yourwordpressmadesimple.com/?p=677</guid>
		<description><![CDATA[You will see in this video, The correct permalink structure according to www.wordpress.org]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><span style="font-size: large; color: #800000;">You will see in this video, The correct permalink structure according to www.wordpress.org</span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="390" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/02mYyM1btIo?version=3&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="390" src="http://www.youtube.com/v/02mYyM1btIo?version=3&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://yourwordpressmadesimple.com/uncategorized/its-all-about-them-dang-on-wordpress-permalinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Reset Your WordPress Password.</title>
		<link>http://yourwordpressmadesimple.com/uncategorized/how-to-reset-your-wordpress-password/</link>
		<comments>http://yourwordpressmadesimple.com/uncategorized/how-to-reset-your-wordpress-password/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 13:20:34 +0000</pubDate>
		<dc:creator>testuser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yourwordpressmadesimple.com/?p=630</guid>
		<description><![CDATA[The agony of having to reset your WordPress password Although it does not happen often there are those times where you will need to reset your password for your WordPress back end access. For some crazy reason or another, you get locked out of your administration panel and the traditional way of resetting your password [...]]]></description>
			<content:encoded><![CDATA[<h1 style="text-align: center;"><strong>The agony of having to reset your WordPress password</strong></h1>
<p>Although it does not happen often there are those times where you will need to reset your password for your WordPress back end access. For some crazy reason or another, you get locked out of your administration panel and the traditional way of resetting your password via the ‘forgot password’ link on your WordPress login screen is not working for ya. You can still reset your password with a little bit of database hacking. I know that this sounds a bit intimidating but trust me it is not. The wordpress codex gives these instructions as well at <a href="http://codex.wordpress.org/Resetting_Your_Password#Through_phpMyAdmin." rel="nofollow" target="_blank">wordpress.org</a><span id="more-630"></span></p>
<h2 style="text-align: center;"><strong>Resetting your WordPress password!</strong></h2>
<p>Resetting your wordrpress password is a really simple task that you can accomplish in under 10 steps. so here we go.<!--more--></p>
<ol>
<li>Go to your Cpanel in your hosting account and connect to your database through phpAdmin. <strong>Figure 1.</strong>
<div id="attachment_631" class="wp-caption alignnone" style="width: 685px"><img class="size-full wp-image-631" title="phpAdmin cPanel" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/cpanel-phpAdmin.png" alt="This is the cpanel where you would access your phpAdmin" width="675" height="378" /><p class="wp-caption-text">Figure 1. phpAdmin in Hosting cPanel</p></div></li>
<li>Choose / Select you database from your list of databases in the left column. <strong>Figure 2.</strong>
<p><div id="attachment_632" class="wp-caption alignnone" style="width: 660px"><img class="size-full wp-image-632" title="phpAdmin Database" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/databse-phpAdmin-e1307104837307.png" alt="Tis is where you would find your table in your phpAdmin" width="650" height="259" /><p class="wp-caption-text">figure 2. The databse to select</p></div></li>
<li>Click on your <strong>wp_users </strong>table Screenshot below in <strong><strong>figure 3.</strong></strong>
<p><div id="attachment_637" class="wp-caption alignnone" style="width: 660px"><img class="size-full wp-image-637" title="phpAdmin wp_users" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/usertable-phpAdmin-e1307105072516.png" alt="The wp_users table is where you will change the password" width="650" height="482" /><p class="wp-caption-text">Figure 3. wp_users in your selected database</p></div>
<p>&nbsp;</li>
<li>Click on the browse tab</li>
<li>Click the edit icon (it is the pencil graphic) in the table row of the user that needs their WordPress password reset (I am going to use my daughter, Yukia Hatter for this example. <strong>Figure 4.</strong>)
<div id="attachment_636" class="wp-caption alignnone" style="width: 631px"><img class="size-full wp-image-636" title="wp_users edit icon" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/table-phpAdmin.png" alt="Clicking this pencil icon will allow you to edit and reset the password" width="621" height="152" /><p class="wp-caption-text">figure 4. the pencil edit ICON</p></div></li>
<li>In the <strong>user_pass </strong>field, replace the string of characters (this is the old password but in encrypted form) with a new password of your choosing (like: newpassword. Shown in <strong>Figure 5</strong>)
<p><div id="attachment_634" class="wp-caption alignnone" style="width: 660px"><img class="size-full wp-image-634" title="user_pass" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/newpass-phpAdmin-e1307105599686.png" alt="The user_pass field that you will be changing" width="650" height="273" /><p class="wp-caption-text">Figure 5. The user password field</p></div></li>
<li>Now, from the function pull-down menu, select MD5 and then just click ‘Go’. You are all done now. <strong>Figures 6 and 7.<br />
</strong></p>
<p><div id="attachment_638" class="wp-caption alignnone" style="width: 660px"><img class="size-full wp-image-638" title="User new password" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/newpass-phpAdmin1-e1307105965288.png" alt="This is where you change the the password from the old one to the new" width="650" height="273" /><p class="wp-caption-text">Figure 6. Enter the new password</p></div>
<p><div id="attachment_633" class="wp-caption alignnone" style="width: 660px"><img class="size-full wp-image-633" title="MD5 Encryption" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/06/md5-phpAdmin-e1307106060670.png" alt="Using the MD5 option from the value dropsown encrypts your password" width="650" height="379" /><p class="wp-caption-text">Figure 7. Encrypting your password with MD5</p></div></li>
</ol>
<h3 style="text-align: center;"><strong><span style="font-size: x-large;">Wasn&#8217;t resetting your WordPress password simple?</span></strong></h3>
<p>That’s it, that is all it takes . Now my daughter, Yukia Hatter can now log in to the administration panes of WordPress and start making updates as I give her the assignments to do so.</p>
<p>As you have seen, resetting your WordPress password is not intimidating at all especially if you always refer back to this post. I would not imagine that the process would ever change. So the next time you get yourself locked out of your WordPress admin, remember resetting your WordPress password takes less than 10 steps to accomplish.</p>
<p>If you found this article to be helpful on resetting your WordPress password, please leave a comment below</p>
]]></content:encoded>
			<wfw:commentRss>http://yourwordpressmadesimple.com/uncategorized/how-to-reset-your-wordpress-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress tinyMCE Advanced Plugin &#8211; OOH! This is Good.</title>
		<link>http://yourwordpressmadesimple.com/uncategorized/wordpress-tinymce-advanced-plugin-ooh-this-is-good/</link>
		<comments>http://yourwordpressmadesimple.com/uncategorized/wordpress-tinymce-advanced-plugin-ooh-this-is-good/#comments</comments>
		<pubDate>Tue, 31 May 2011 16:14:51 +0000</pubDate>
		<dc:creator>testuser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yourwordpressmadesimple.com/?p=588</guid>
		<description><![CDATA[WordPress has a lot of cool plugins in their repository and I have used hundreds of them over the years. Some of them are pretty good and some are not so good. But in this article I am going to take you on  a tour of one of my favorites (I have many). The tinyMCE [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress has a lot of cool plugins in their repository and  I have used hundreds of them over the years. Some of them are pretty good and  some are not so good. But in this article I am going to take you on  a tour of one of my favorites (I have many).  The tinyMCE advanced plugin.</p>
<h2 style="text-align: center;"><span style="color: #800000;"><strong>What is the tinyMCE Advanced Plugin?</strong></span></h2>
<p>The tinyMCE advanced plugin is a really robust, but  lightweight plugin that extends your WYSIWYG (What You See Is What You Get) editor for your posts and pages by  adding more tools to your WYSIWYG editor, tinyMCE put’s at your fingertips a  wide range of options for use.<span id="more-588"></span></p>
<p>Let me share this screenshot or a before and after view of  your WYSIWYG with tinyMCE.</p>
<p>(BEFORE IMAGE) &lt;= this is a place holder when I am writing Articles <img src='http://yourwordpressmadesimple.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div id="attachment_593" class="wp-caption alignnone" style="width: 650px"><img class="size-full wp-image-593" title="Wordpress Default WYSIWYG" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/05/default-wysiwyg-e1306857324307.png" alt="Wordpress comes packaged with a default WYSIWYG editor with every new install" width="640" height="109" /><p class="wp-caption-text">Default WYSIWYG</p></div>
<p>(AFTER IMAGE)</p>
<div id="attachment_594" class="wp-caption alignnone" style="width: 650px"><img class="size-full wp-image-594" title="TinyMCE Advanced WYSIWYG" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/05/enhanced-wysiwyg-e1306857556658.png" alt="The TinyMCE Advanced Plugin Enhances your WordPress Default WYSIWYG" width="640" height="132" /><p class="wp-caption-text">TinyMCE Advanced Plugin Enhanced. I just love the way that rhymes.</p></div>
<p>As you can see there is a substantial difference in the  amount of tools from the visual POV (Point of View).  Let’s tap into its real power side just  looking at these screenshots though.</p>
<p>So, let us briefly go through the procedure of transforming  what you see from the screenshots above into the steps that will achieve it.</p>
<ul>
<li>First you need to install the plugin either  through FTP or through the admin area of your WordPress</li>
<li>Second, activate the plugin</li>
<li>Third configure the settings to your preference</li>
</ul>
<p>Now that you have done steps one and two, go into your  configuration settings of the plugin. This will be located under settings in  your admin sidebar. You will see an interface or GUI (Graphic User Interface)  full of all different types of icons. These icons can be moved around on the  screen. The icons in the tinyMCE Advance Plugin GUI, can be dragged on screen  to add and remove to display what you’d like to have available to you in your  post or page editor.</p>
<p>Some of these features or add-ons that come packaged with  the plugin are: tables, smileys, horizontal rule and much more.</p>
<p>Once you have set your preference of icons that you would  like to display, all that is left from this point is to head on over to one of  your posts or pages in your WordPress admin.</p>
<p>As you get into your post or page editor you will see your  new, cool and fancy tools added to the default WYSIWYG that comes packaged with  WordPress.</p>
<p>I have attempted to keep this article pretty brief, as I  show you Step By Step inside the membership area, through video instructions how to use all of these tools and how they can help you when creating posts or  pages in your WordPress.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="390" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/J_h8uJkglHQ?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="390" src="http://www.youtube.com/v/J_h8uJkglHQ?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>The tinyMCE is an awesome plugin for WordPress users and  hands down is the best extendable tool for enhancing your default, WordPress  WYSIWYG editor.</p>
]]></content:encoded>
			<wfw:commentRss>http://yourwordpressmadesimple.com/uncategorized/wordpress-tinymce-advanced-plugin-ooh-this-is-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Contact Form 7 &#8211; Why Use it?</title>
		<link>http://yourwordpressmadesimple.com/uncategorized/wordpress-contact-form-7/</link>
		<comments>http://yourwordpressmadesimple.com/uncategorized/wordpress-contact-form-7/#comments</comments>
		<pubDate>Mon, 30 May 2011 14:19:29 +0000</pubDate>
		<dc:creator>testuser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yourwordpressmadesimple.com/?p=582</guid>
		<description><![CDATA[Why use WordPress Contact Form 7? Contact form 7 is one of the most powerful plugins that I use on a day to day basis. It is a great form because it allows a lot of flexibility I like it because of the way you can set it up as an auto responder which is [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Why use WordPress Contact Form 7?</strong></p>
<p>Contact form 7 is one of the most powerful plugins that I use on a day to day basis. It is a great form because it allows a lot of flexibility I like it because of the way you can set it up as an auto responder which is really cool when you want to get a message across to your visitors via an email follow up message.</p>
<p>Contact form 7 also has a cool feature that when someone fills out the form it will redirect them to a page that you specify so you could send them to a page via a redirect action.<span id="more-582"></span></p>
<p>The system in contact form 7 is set up beautifully with short code that you can use in your send to fields and from fields that will pull the information from parameters that you have set in place.</p>
<p>It also has an attachment feature that allows the users to upload files (documents, images or whatever). However, you must consider the file allocations, life file types and file sizes. I can remember a few years back when I used Contact form 7 specifically for a client who wanted models to be able to upload their images so that he could approve them before posting to the site</p>
<p>Contact Form 7 has an auto generator of form elements that can be used for dropdowns, check-boxes, radio buttons and much more.</p>
<p>One of my favorite features in Contact Form 7 is the ability to style directly inside of its interface. With a little bit of CSS and HTML, you can create some stunning effects for your forms when place inside of your post or page</p>
<p>You can also create multiple forms that you can designate for different pages or for your sidebars. This is very useful when you have different offers or different departments within your business that you want this information to be passed to.</p>
<p>I think that contact form 7 is widely underused and I think that if people knew the potential of it they would use it more often and stop searching for that ultimate WordPress form plugin</p>
<p>Now this article for me is out of the ordinary because I usually add images and screenshots. But I have left that up to the <a rel="nofollow" href="http://yourwordpressmadesimple.com/membership-sign-up/?s2member_seeking=page-465&amp;s2member_level_req=1" target="_new">membership</a> site where I teach you step by step how to apply all of these elements to your contact form 7 plugin for WordPress</p>
<p>Wayne Hatter</p>
]]></content:encoded>
			<wfw:commentRss>http://yourwordpressmadesimple.com/uncategorized/wordpress-contact-form-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embedding Youtube Videos Into Your WordPress Post or Page</title>
		<link>http://yourwordpressmadesimple.com/tutorials/how-to-embed-youtube-videos-into-your-wordpress-post-or-page/</link>
		<comments>http://yourwordpressmadesimple.com/tutorials/how-to-embed-youtube-videos-into-your-wordpress-post-or-page/#comments</comments>
		<pubDate>Wed, 25 May 2011 17:12:04 +0000</pubDate>
		<dc:creator>testuser</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://yourwordpressmadesimple.com/?p=541</guid>
		<description><![CDATA[Have you ever had a video that you wanted to display on your WordPress blog? But after you have taken the embed code from youtube, (which now uses the iframe code ) and pasted it into your page or post editor in HTML view, just to have WordPress strip the code out and not have [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever had a video that you wanted to display on your WordPress blog?  But after you have taken the embed code from youtube, (which now uses the  iframe code ) and pasted it into your page or post editor in HTML view, just to  have WordPress strip the code out and not have your video display.</p>
<p>This has frustrated many WordPress users even myself. The problem lies  deeper into the way WordPress handles Iframes&#8230; meaning that they do not allow  it. So you will be left frustrated if you continue to try embedding your videos  this way. What I am going to share with you today is the solution for this discrepancy  in WordPress.</p>
<p>Let’s start showing you how to grab the correct embed code.<br />
The first thing you want to do is go to you tube and find the video that you  want to embed. Once you have found the video that you want to embed in your  wordpress, there will be 3 buttons directly below the video.<span id="more-541"></span></p>
<ul>
<li>Like</li>
<li>Add To</li>
<li>Share</li>
</ul>
<p><img src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/05/like-add-share.png" alt="" /></p>
<p>The button that you will be concerned with is the <strong>Share </strong>button. You need to click on the share button and it reveals  in a dropdown fashion a few options.</p>
<ul>
<li>Embed</li>
<li>Email this video</li>
</ul>
<p><img src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/05/embed-email.png" alt="" /></p>
<p>To the right of these 2 buttons will be 2 icons ( Facebook and Twitter) just  for reference. Now, the one that you will be concerned with is the <strong>Embed </strong>button. Now you need to click on  the Embed button. This will then display a text box with the iframe code. You  do not want this one.<br />
If you look just below that box you will see 4 checkboxes</p>
<ul>
<li>Show suggested videos when the video finishes</li>
<li>Use HTTPS</li>
<li>Enable privacy-enhanced mode</li>
<li>Use old embed code</li>
</ul>
<p>You need to now click on the “Use old embed code” checkbox to select it.  This will then reveal the old embed code in the text box.</p>
<p><img src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/05/old-embed.png" alt="" /></p>
<p>Now you are home free. From here, all you’d do is copy the old embed code  and paste it into your WordPress editor while still in HTML view and WordPress  will not strip out the youtube code.</p>
<p>So, when you get stuck and frustrated with your videos being stripped, just  refer back to this article as you guide to freedom from stress.</p>
]]></content:encoded>
			<wfw:commentRss>http://yourwordpressmadesimple.com/tutorials/how-to-embed-youtube-videos-into-your-wordpress-post-or-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding And Using Images</title>
		<link>http://yourwordpressmadesimple.com/tutorials/understanding-and-using-images/</link>
		<comments>http://yourwordpressmadesimple.com/tutorials/understanding-and-using-images/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 00:36:42 +0000</pubDate>
		<dc:creator>testuser</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://yourwordpressmadesimple.com/?p=1</guid>
		<description><![CDATA[When adding images to your web page there are certain attributes that you should understand and how it works. when putting an image on your webpage, you would use the syntax as such: &#60;img src=&#8221;my.jpg&#8221; title=&#8221;The title of the image&#8221; alt=&#8221;The alternative text of the image&#8221;&#62; As you take note above, there are 3 attributes [...]]]></description>
			<content:encoded><![CDATA[<p>When adding images to your web page there are certain attributes that you should understand and how it works. when putting an image on your webpage, you would use the syntax as such:</p>
<p>&lt;img src=&#8221;my.jpg&#8221; title=&#8221;The title of the image&#8221; alt=&#8221;The alternative text of the image&#8221;&gt;</p>
<p>As you take note above, there are 3 attributes associated with the image tag.</p>
<ul>
<li> <strong>SRC:</strong> Is the location of where the graphic or image is located</li>
<li><strong>TITLE:</strong> Is a short descriptive of the image that is displayed once you hover over an image.</li>
<li><strong>ALT:</strong> The Alternate text is the fallback in the case that there is a problem loading the image or if you are using a text based browser (used by developers mainly)</li>
</ul>
<p>The src and alt tags are obviously important and required when using images in your web content. The reason why is that without them your content is deemed as invalid HTML markup. At the same time though, your images will still display fine but is not the best practice as the standards imply.<span id="more-1"></span></p>
<h2 style="text-align: center;"><strong><span style="color: #ff0000;">Why Use Alt and Title Tags?</span></strong></h2>
<p>Simply put, alt tags and title tags produce text. The search engines have no way of knowing what the image is about and will not crawl them, which in turn leaves viable content untouched by the search engines which means leaving SEO points on the table.</p>
<p>Also, alt tags are the perfect solution for people who have disabilities (specifically the blind). With the alt tags in place you are providing support for the blind that use certain technologies like text-to-speech, an opportunity for the blind to experience what the site is about.</p>
<p>The incorrect way to use alt tags</p>
<p>&lt;img src=&#8221;mycar.jpg&#8221; title=&#8221;The red car&#8221; alt=&#8221;The cool red car&#8221;&gt;</p>
<p>The correct way to use the alt tags</p>
<p>&lt;img src=&#8221;mycar.jpg&#8221; title=&#8221;The red car&#8221; alt=&#8221;This red car has provides great gas mileage in a crappy economy&#8221;&gt;</p>
<p>As you can see from above, the alt tag is descriptive which is perfect for the visually impaired persons, plus Google will eat this up like the cookie monster off sesame street.</p>
<p>Take also into consideration naming your images so that they are optimized as well by giving them names that make sense. Instead of naming your images 123456.jpg, name your images with names that make sense. So if you have uploaded an image of a Bentley (Oh yeah!), give it a name like &#8216;BENTLEY-CONTINENTAL-GT.jpg&#8217;. Chances are that some search engines may pick it up and in return, SEO points</p>
<div id="attachment_571" class="wp-caption alignnone" style="width: 678px"><img class="size-full wp-image-571" title="wordpress-image-uploader" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/04/wordpress-image-uploader.png" alt="The wordpress image uploader allows you to uplad images" width="668" height="292" /><p class="wp-caption-text">Image Uploader Screenshot</p></div>
<p>WordPress allows you to upload your images with ease without any HTML knowledge. Through either you media library or through your post or page editor. This function is very convenient and is fast to implement. When uploading the images you are greeted with a popup overlay (modal, lightbox, thickbox or whatever you want to call it) which allows you to upload single images or a batch at one time.</p>
<p>After uploading the images you are greeted with a form with some fields that you SHOULD fill out. You hate the title, alternate text, caption and description fields. As you can see the 2 most important fields that we have been discussing are the title and alt fields. However, also, as stated earlier&#8230; text, text and more text will enhance you SEO rankings</p>
<div id="attachment_572" class="wp-caption alignnone" style="width: 662px"><img class="size-full wp-image-572" title="wordpress-image-attributes" src="http://yourwordpressmadesimple.com/wp-content/uploads/2011/04/wordpress-image-attributes.png" alt="Alt tags and title are the minimum of what should be applied to your images" width="652" height="422" /><p class="wp-caption-text">Screen Shot of image attributes</p></div>
<p>When done, insert the image, and WordPress automatically sets the HTML into your page or post. It is a good idea to take the time to fill in the minimum required fields (alt and title) and also the caption of the text. This text will show below the image with a short description of the the image (try to keep it short and to relevance). The Description field is only for personal use and is only seen by the blog owner. However, by writing a little bit of code and adding it to your theme&#8217;s function.php file we can call the the description field to display for an image anywhere we want on the page. However, that will not be covered in this article as it is out of scope.</p>
<p>So hopefully now you have a better understanding of how to harness the power of your images and helping also the visually impaired by optimizing you images to its fullest potential</p>
<p>Wayne Hatter</p>
<p><a href="http://yourwordpressmadesimple.com">Your WordPress Made Simple</a></p>
]]></content:encoded>
			<wfw:commentRss>http://yourwordpressmadesimple.com/tutorials/understanding-and-using-images/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

