<?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>Effective Classy Websites&#187; How-To</title>
	<atom:link href="http://effectiveclassywebsites.com/tag/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://effectiveclassywebsites.com</link>
	<description>Emphasizing marketing, simplicity and usability to increase the effectiveness if your website.</description>
	<lastBuildDate>Wed, 31 Aug 2011 13:42:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to add a Favicon to your WordPress website</title>
		<link>http://effectiveclassywebsites.com/how-to-add-a-favicon-to-your-wordpress-website/</link>
		<comments>http://effectiveclassywebsites.com/how-to-add-a-favicon-to-your-wordpress-website/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 10:24:39 +0000</pubDate>
		<dc:creator>herrin</dc:creator>
				<category><![CDATA[Wordpress Tutorials]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tools & Resources]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://effectiveclassywebsites.com/?p=860</guid>
		<description><![CDATA[What is a Favicon? It&#8217;s a small 16&#215;16 pixel icon that shows up in your browser to the left of the web address. It also helps distinguish your site in your browsers bookmarks and is also used in some social bookmarking sites as well. Here&#8217;s how you can easily create the file and make it [...]]]></description>
			<content:encoded><![CDATA[<p><em>What is a Favicon?</em> It&#8217;s a small 16&#215;16 pixel icon that shows up in your browser to the left of the web address.</p>
<p><img class="alignnone size-full wp-image-861" title="leigh-favicon-graphic" src="http://effectiveclassywebsites.com/wp-content/uploads/2009/11/leigh-favicon-graphic.jpg" alt="leigh-favicon-graphic" width="304" height="52" /></p>
<p>It also helps distinguish your site in your browsers bookmarks and is also used in some social bookmarking sites as well. Here&#8217;s how you can easily create the file and make it show up on your website.</p>
<p><span id="more-860"></span></p>
<p>1. Find an image on your computer that will work <strong>very small</strong>. It should be square and can be a gif, jpg, png, or bmp file. It can have transparency as well. It does not need to be a large file as it will be reduced to 16&#215;16 pixels in size.</p>
<p>2. Visit <a href="http://tools.dynamicdrive.com/favicon/" target="_blank">http://tools.dynamicdrive.com/favicon</a> (new window) and press the <strong>Browse</strong> button.</p>
<p>You could also try this free tool that makes a favicon from your Twitter profile image. <a href="http://www.html-kit.com/favicon/" target="_blank">http://www.html-kit.com/favicon</a> (new window)</p>
<p>3. Navigate to the image on your computer and press <strong>Open</strong>.</p>
<p>4. Click the <strong>Create Icon</strong> button on the dynamic drive website.</p>
<p style="text-align: left;">5. In a moment you will see a preview of your icon. If you are happy with the way it looks, press the <strong>Download Favicon</strong> button.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-864" title="download-favicon" src="http://effectiveclassywebsites.com/wp-content/uploads/2009/11/download-favicon.jpg" alt="download-favicon" width="138" height="42" /></p>
<p style="text-align: center;">This will download a file called favicon.ico on to your computer.</p>
<p>6. Login to your WordPress website.</p>
<p>7. Click on the <strong>Media</strong> tab and select <strong>Add New</strong>.</p>
<p>8. Press the <strong>Select Files</strong> button, navigate to the favicon.ico file on your computer and press <strong>Select</strong>. WordPress will automatically upload the file.</p>
<p>9. When it is finished you will see a small image of the file and down the bottom we are looking for the <strong>File URL</strong> section. Copy this URL.</p>
<p>10. Click on your <strong>Appearance</strong> tab and select <strong>Editor</strong>. Find the theme files section on the left and click on the one that says, <strong>Header</strong> (header.php).</p>
<p>11. Paste this code below the &lt;link rel=&#8221;pingback&#8221; href=&#8221;/xmlrpc.php&#8221; /&gt; line and replace the href URL with the full file path to the icon file we uploaded previously.</p>
<p>&lt;link rel=&#8221;shortcut icon&#8221; type=&#8221;image/x-icon&#8221; href=&#8221;<span style="color: #800080;">http://yourwebsite.com/uploadspath/favicon.ico</span>&#8220;&gt;</p>
<p>12. Click the <strong>Update File</strong> button.</p>
<p>You will need to refresh your website page to see the favicon in action. Even then it may not work straight away. The easiest way I have found to test that all is working is to use a different browser to load your page fresh.</p>
<p style="text-align: center;">If all is done right you should be sporting a spanking new tiny favicon. <em>Yay!</em></p>
<div id="attachment_862" class="wp-caption alignnone" style="width: 126px"><img class="size-full wp-image-862" title="favicons-in-bookmarks-dropdown" src="http://effectiveclassywebsites.com/wp-content/uploads/2009/11/favicons-in-bookmarks-dropdown.jpg" alt="favicons-in-bookmarks-dropdown" width="116" height="172" /><p class="wp-caption-text">Bookmark Favicons</p></div>
]]></content:encoded>
			<wfw:commentRss>http://effectiveclassywebsites.com/how-to-add-a-favicon-to-your-wordpress-website/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Uploading and Installing Themes in WordPress</title>
		<link>http://effectiveclassywebsites.com/uploading-installing-themes-wordpress/</link>
		<comments>http://effectiveclassywebsites.com/uploading-installing-themes-wordpress/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 01:44:34 +0000</pubDate>
		<dc:creator>herrin</dc:creator>
				<category><![CDATA[WP Themes]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://effectiveclassywebsites.com/?p=818</guid>
		<description><![CDATA[With a few clicks, your whole WordPress site can look totally different. The content remains but is displayed differently thanks to some awesome coding wizardry. Fortunately for us, getting some new layouts for your site is pretty easy. This will show you how to upload and install a new WP theme that you have downloaded. [...]]]></description>
			<content:encoded><![CDATA[<p>With a few clicks, your whole WordPress site can look totally different. The content remains but is displayed differently thanks to some awesome coding wizardry. Fortunately for us, getting some new layouts for your site is pretty easy.</p>
<p><img class="alignnone size-thumbnail wp-image-821" title="wp-colors-themes" src="http://effectiveclassywebsites.com/wp-content/uploads/2009/11/wp-colors-themes-150x56.jpg" alt="wp-colors-themes" width="150" height="56" /></p>
<p>This will show you how to upload and install a new WP theme that you have downloaded. It also covers how to browse the WordPress.org themes site as well.<span id="more-818"></span></p>
<p><strong>NOTE:</strong> This guide shows the interface from WP 2.8 but also features an admin navigation plugin called &#8220;Ozh&#8217; Drop Down Admin Menus&#8221; Find out how to install that <a href="http://effectiveclassywebsites.com/wordpress-plugins/installing-plugins-wordpres/">right here</a>.</p>
<ol>
<li>Start by Logging in to your WP site.</li>
<li>Click on the <strong>Appearance</strong> tab then select <strong>Add New Themes</strong>.  (To preview themes already installed click <strong>Themes</strong>)</li>
<li>Now we can choose to browse the WordPress.org site by using <strong>Search</strong> or selecting layout elements like <em>Black</em>, <em>Left Sidebar</em> etc, then click on the <strong>Find Themes</strong> button. Or we can click the <span style="color: #3366ff;">Featured</span> | <span style="color: #3366ff;">Newest</span> | <span style="color: #3366ff;">Recently Updated</span> to see those options as well.</li>
<li>To upload a theme we have downloaded to our computer already click the <span style="color: #3366ff;">Upload</span> link.</li>
<li>Click the <strong>Browse</strong> button and navigate to the sopt of your PC where the ZIP file is located. Press <strong>Install Now</strong>.</li>
<li>Once it has been uploaded, WordPress will ask if you want to <span style="color: #3366ff;">Preview</span> | <span style="color: #3366ff;">Activate</span> | <span style="color: #3366ff;">Return To Theme Viewer</span>.</li>
<li>Pressing <span style="color: #3366ff;">Preview</span> will show you what your site would look like to visitors.</li>
<li>Click <strong>Activate</strong> if you want the new look to go &#8220;Public&#8221;.</li>
<li>You have a new theme for your site!</li>
</ol>
<h3>Screencast Tutorial &#8211; Installing Themes in WordPress</h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="505" 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/XVRq5P8hUOU&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="505" src="http://www.youtube.com/v/XVRq5P8hUOU&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://effectiveclassywebsites.com/uploading-installing-themes-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Plugins in WordPress</title>
		<link>http://effectiveclassywebsites.com/installing-plugins-wordpres/</link>
		<comments>http://effectiveclassywebsites.com/installing-plugins-wordpres/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 15:49:21 +0000</pubDate>
		<dc:creator>herrin</dc:creator>
				<category><![CDATA[WP Plugins]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://effectiveclassywebsites.com/?p=798</guid>
		<description><![CDATA[Making use of the huge range of great plugins (essentially add-on code for your website) became wonderfully easy from WordPress 2.7 and onwards. Here we show you how to quickly and easily find and add plugins to your self-hosted WordPress website. NOTE: This guide has us install an important feature to the backend of your [...]]]></description>
			<content:encoded><![CDATA[<p>Making use of the huge range of great plugins (essentially add-on code for your website) became wonderfully easy from WordPress 2.7 and onwards.</p>
<p><img class="alignnone size-thumbnail wp-image-802" title="wordpress-plugins" src="http://effectiveclassywebsites.com/wp-content/uploads/2009/10/wordpress-plugins-150x58.jpg" alt="wordpress-plugins" width="150" height="58" /></p>
<p>Here we show you how to quickly and easily find and add plugins to your <em>self-hosted WordPress website</em>.<span id="more-798"></span></p>
<p><strong>NOTE: </strong>This guide has us install an important feature to the backend of your site that speeds up your navigation. <span style="color: #ff0000;">Highly Recommended!</span></p>
<p>From the Dashboard after logging in:</p>
<p>1. Click on the <span style="color: #3366ff;">Plugins</span> tab. (it&#8217;s faster if you click on the down arrow that appears instead of the text link)</p>
<p>2. Select <span style="color: #3366ff;">Add New</span>.</p>
<p>3. From the <strong><em>Install Plugins</em></strong> page, you can browse all the plugins within the WordPress.org directory using either Keywords, Plugin Authors, or Tags. In addition we can <span style="color: #3366ff;">Upload</span> a zip file or, show only <span style="color: #3366ff;">Featured</span>, <span style="color: #3366ff;">Popular</span>, <span style="color: #3366ff;">Newest</span> or <span style="color: #3366ff;">Recently Updated</span> plugins.</p>
<p>4. Enter the exact name of the plugin into the <strong>Term</strong> dropdown field (i.e. Keywords). See screen shot for example.</p>
<p style="text-align: left;"><img class="alignnone size-full wp-image-799" title="search-plugin-term" src="http://effectiveclassywebsites.com/wp-content/uploads/2009/10/search-plugin-term.png" alt="search-plugin-term" width="375" height="94" /></p>
<p style="text-align: center;"><span style="color: #ff0000;">COPY and PASTE the name below exactly for accuracy. </span></p>
<h4 style="text-align: center;">Ozh&#8217; Admin Drop Down Menu</h4>
<p>5. Press the <strong>Search Plugins</strong> button.</p>
<p>6. The plugin we are after should be at the top of the list of results.</p>
<p>7. Click the <span style="color: #3366ff;">Install</span> link on the right and accept the request WP gives you.</p>
<p>8. WP will ask if you want to <span style="color: #3366ff;">Activate</span> the plugin.</p>
<p style="text-align: center;"><em>We&#8217;re done and ready for plugin configuration!</em></p>
<p><strong>NOTE:</strong> Most often WordPress plugin options show up in the <span style="color: #3366ff;">Settings</span> tab, but it can vary.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="505" 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/9MK_y_kOMzI&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="505" src="http://www.youtube.com/v/9MK_y_kOMzI&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://effectiveclassywebsites.com/installing-plugins-wordpres/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Free and Simple Mailing List solution for your Blog</title>
		<link>http://effectiveclassywebsites.com/the-free-and-simple-mailing-list-solution-for-your-blog/</link>
		<comments>http://effectiveclassywebsites.com/the-free-and-simple-mailing-list-solution-for-your-blog/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 15:06:19 +0000</pubDate>
		<dc:creator>herrin</dc:creator>
				<category><![CDATA[Web Tutorials]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Newsletters]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://effectiveclassywebsites.com/?p=705</guid>
		<description><![CDATA[Having an email sign-up form on your site is essential, but some of the solutions are either too complicated or cost money. Fortunately Google comes to the rescue here with a website they acquired last year. Feedburner. The Pros Its Free! All you need is a Google account. Emails get sent out automatically the next [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-thumbnail wp-image-706" title="Feedburner" src="http://effectiveclassywebsites.com/wp-content/uploads/2009/10/feedburner-150x48.png" alt="Feedburner" width="150" height="48" />Having an email sign-up form on your site is essential, but some of the solutions are either too complicated or cost money.</p>
<p>Fortunately Google comes to the rescue here with a website they acquired last year. <a title="Feedburner" href="http://feedburner.google.com/">Feedburner</a>.<span id="more-705"></span></p>
<p><strong>The Pros<br />
</strong></p>
<ul>
<li>Its Free! All you need is <a title="a Google account" href="https://www.google.com/accounts/NewAccount">a Google account</a>.</li>
<li>Emails get sent out automatically the next morning after posting on your blog.</li>
<li>You can brand your emails with a logo and a reply email address.</li>
<li>Feedburner creates a consistent RSS feed url that stays the same even if your website address changes.</li>
</ul>
<p><strong>The Cons<br />
</strong></p>
<ul>
<li>You can&#8217;t import subscribers into this system. Google is cautious that spammers will use this service. You could ask your current list to sign up again but you may lose some people.</li>
<li>Emails are simple and you can&#8217;t have elaborate themes.</li>
</ul>
<p style="text-align: center;"><em>What on earth is RSS you ask?</em> <a title="Read more here." href="http://www.backinskinnyjeans.com/2006/09/how_to_explain_.html">Read more here.</a></p>
<p><strong>To get your newsletter sign-up form:</strong></p>
<ol>
<li>Create or Sign-in to your <a href="http://www.google.com">Google account</a>.</li>
<li>Go to Google Feedburner: <a href="http://feedburner.google.com" target="_blank">http://feedburner.google.com</a></li>
<li>Enter the full url of your website into the <strong>Burn a feed right this instant</strong> field: e.g. http://mygreatwebsite.com and click <strong>Next</strong>.</li>
<li>Feedburner will search for RSS feeds at your address (there can be more than one). Choose the top option which should look something like, <strong>Your Website RSS Feed: http://mygreatwebsite.com/feed/</strong> Click the <strong>Next</strong> button.</li>
<li>Next you will be asked to choose a name for your feed, both the title and the final URL of the new RSS feed. Adjust (or not) and click the <strong>Next</strong> button.</li>
<li>On the next page you receive your feed URL from feedburner. Copy this down to put into your emails and websites as your RSS feed address.<strong> </strong>Click the <span style="color: #0000ff;">Skip directly to feed management</span> link.</li>
<li>Click on the <strong>Optimize</strong> tab at the top then the <strong>Smartfeed</strong> link on the left sidebar.<strong> </strong>Press the <strong>Activate</strong> button to make your feed readable by anything. This just increases readability.</li>
<li>Click on the <strong>Publicize</strong> tab and then the <strong>Email Subscriptions</strong> link in the sidebar.</li>
<li>Click the <strong>Activate</strong> button.</li>
<li>Feedburner will now display some code.<strong> </strong>The first, long section is for the sign-up form that will go on your website. The second is a direct link to your form that can be used in emails or as links.</li>
<li>This code (the longer string) needs to be copy and pasted into your sidebar in WordPress so that people can sign up to your sites updates easily.</li>
</ol>
<p><strong>NOTE:</strong> There are a few other links in the Feedburner sidebar that allow you to customize the look and feel as well as delivery time etc.  <strong>Communication Preferences</strong>, <strong>Email Branding</strong> and <strong>Delivery Options</strong>.</p>
<p>Here I outline instructions for WordPress but it will work fine anywhere that full HTML can be used. e.g. Blogspot, other free Blogging platforms or web design programs such as Dreamweaver.</p>
<p><img class="size-thumbnail wp-image-722 alignnone" title="Wordpress logo" src="http://effectiveclassywebsites.com/wp-content/uploads/2009/10/wplogo-stacked-rgb-150x93.png" alt="Wordpress logo" width="150" height="93" /></p>
<p><strong>Including the sign-up form in your WP sidebar. </strong></p>
<ol>
<li>In WordPress go to <strong>Appearance &gt;&gt; Widgets</strong>.</li>
<li>Drag a new Text Widget where you want the form to appear. It&#8217;s position can be changed by dragging and dropping also.</li>
<li>Call the text Widget something like &#8220;Free Newsletter&#8221; and paste into the main text field the code we just grabbed from Feedburner.</li>
<li>Press Save and open your website address in your browser to see your new sign-up form on the site.</li>
<li>Invite your friends and contacts to visit your site and sign-up!</li>
</ol>
<p><strong>NOTE:</strong> You can change the message above the email sign up form by editing the text within the HTML. Look for the section that says, &#8220;<strong>Enter your email address:</strong>&#8221; and change that section only.</p>
<p>Now anyone that subscribes to your emails will receive a full html rich email the morning after you submit a new post to your blog.</p>
<p><em>Right, now invite all your friends to sign-up!</em></p>
<p><span style="color: #ff0000;">HOT TIP</span>: You can make the email subject the same as the article title by customizing your emails in your Feedburner control panel:</p>
<ol>
<li><a href="http://feedburner.google.com/fb/a/home" target="_blank">Login to Google Feedburner</a>.</li>
<li>Click on the <strong>Publicize</strong> tab at the top.</li>
<li>Click the <strong>Email Subscriptions</strong> link, then <strong>Email Branding</strong> in the sidebar.</li>
<li>In the <strong>Email Subject/Title</strong> field, enter this code: ${latestItemTitle}</li>
<li>Make any other customizations and press the <strong>Save</strong> button.</li>
<li>Publish more cool stuff!</li>
</ol>
<p><em>You should also subscribe to your own blog feed so that you can check what everyone is getting. </em><br />
[nggallery id=7] </p>
]]></content:encoded>
			<wfw:commentRss>http://effectiveclassywebsites.com/the-free-and-simple-mailing-list-solution-for-your-blog/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating Add-On Domains in Cpanel hosting account</title>
		<link>http://effectiveclassywebsites.com/creating-add-on-domain-cpanel/</link>
		<comments>http://effectiveclassywebsites.com/creating-add-on-domain-cpanel/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 15:21:57 +0000</pubDate>
		<dc:creator>herrin</dc:creator>
				<category><![CDATA[Web Tutorials]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Domains]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://effectiveclassywebsites.com/?p=635</guid>
		<description><![CDATA[After you have bought a new domain name, you will want to start using it as a website address, for email or both. First you need to make sure that the DNS settings in your domain control panel point to your hosting account. Haven&#8217;t got hosting yet? Download our free PDF guide. [download id="6"] The [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-thumbnail wp-image-645" title="Domain Names" src="http://effectiveclassywebsites.com/wp-content/uploads/2009/09/domain-names-cloud-150x141.gif" alt="Domain Names" width="150" height="141" />After you have bought a new domain name, you will want to start using it as a website address, for email or both.</p>
<p>First you need to make sure that the DNS settings in your domain control panel point to your hosting account. <em></em></p>
<h4><em>Haven&#8217;t got hosting yet?</em> Download our free PDF guide.</h4>
<p>[download id="6"]</p>
<p>The DNS Settings will have been sent to you when you first purchased your web hosting server space. The Email will look something like this:<span id="more-635"></span></p>
<p style="padding-left: 90px;"><strong>Welcome to the hostgator family!</strong><br />
Your Domain:     yournewwebsite.com<br />
Your Username:   yourusername<br />
Your Password:  cr4zypassword<br />
Your sites IP address:<br />
34.55.456.234<br />
Your name servers:<br />
ns0234.hostgator.com<br />
ns0235.hostgator.com</p>
<p>These last two strings of numbers and dots are the <strong>D</strong>omain <strong>N</strong>ame <strong>S</strong>ervers. They tell your browser where to look for your domain. i.e. The server your site is hosted on.</p>
<h3>Creating An Add-On Domain in Cpanel</h3>
<ol>
<li>Login to Cpanel and find the Add-On Domains button.</li>
<li>Click the Addon Domains button.</li>
<li>Enter your new domain into the <strong>New Domain Name:</strong> field.</li>
<li>Enter a strong password. <strong>TIP:</strong> You can write it down first on a secure text document then copy and paste it.</li>
<li>Click<strong> Add-Domain! </strong>Cpanel will take a moment to set everything up.</li>
</ol>
<p style="text-align: center;"><em>Now you can install WordPress from Cpanel and start building your site!</em></p>

]]></content:encoded>
			<wfw:commentRss>http://effectiveclassywebsites.com/creating-add-on-domain-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make Money Blogging &#8211; Daily Blog Tips</title>
		<link>http://effectiveclassywebsites.com/how-to-make-money-blogging-daily-blog-tips/</link>
		<comments>http://effectiveclassywebsites.com/how-to-make-money-blogging-daily-blog-tips/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 03:36:37 +0000</pubDate>
		<dc:creator>herrin</dc:creator>
				<category><![CDATA[Traffic & Networking]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Making Money Online]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://effectiveclassywebsites.com/?p=627</guid>
		<description><![CDATA[Daniel Scocco over at Daily Blog Tips has just published an e-book called &#8220;Making Money Blogging&#8221; that gives some  awesome clearly written information about how you can earn money blogging. You need to sign up to his mailing list to get the free e-book. Click here to get started: http://www.dailyblogtips.com/make-money-blogging/ The e-book is broken into [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-thumbnail wp-image-629" title="making-money-online-blogging" src="http://effectiveclassywebsites.com/wp-content/uploads/2009/08/making-money-online-blogging-111x150.jpg" alt="making-money-online-blogging" width="111" height="150" />Daniel Scocco over at <a href="http://www.dailyblogtips.com">Daily Blog Tips</a> has just published an e-book called &#8220;<strong>Making Money Blogging</strong>&#8221; that gives some  awesome clearly written information about how you can earn money blogging.</p>
<p>You need to sign up to his mailing list to get the free e-book. Click here to get started:</p>
<p><a href="http://www.dailyblogtips.com/make-money-blogging/">http://www.dailyblogtips.com/make-money-blogging/</a></p>
<p>The e-book is broken into in 5 chapters: <em>Content</em>, <em>Design &amp; Usability</em>, <em>Networking</em>, <em>Promotion</em> and <em>Monetization</em>.<span id="more-627"></span></p>
<p>Some of the topics covered are:</p>
<ul>
<li>The three mistakes that bloggers make when choosing a niche.</li>
<li>The three characteristics of good content.</li>
<li>Why your content strategy should have one cornerstone.</li>
<li>The two factors that create magnetic headlines (and how to apply them).</li>
<li>A deadly mistake that bloggers make when designing their blogs.</li>
<li>Practical tips that you can use to network efficiently.</li>
<li>A promotional strategy that most people forget to use.</li>
<li>The two requirements for making money with Google AdSense.</li>
<li>The best trick available to make money with CPM deals.</li>
</ul>
<p>Head on over to his website now and grab this great free e-book on how to make money online with blogging.</p>
<p><a href="http://www.dailyblogtips.com/make-money-blogging/">http://www.dailyblogtips.com/make-money-blogging/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://effectiveclassywebsites.com/how-to-make-money-blogging-daily-blog-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhoto Tutorial &#8211; Importing Images from CD &#8211; Screencast Training Movie</title>
		<link>http://effectiveclassywebsites.com/iphoto-tutorial-importing-images-from-cd/</link>
		<comments>http://effectiveclassywebsites.com/iphoto-tutorial-importing-images-from-cd/#comments</comments>
		<pubDate>Fri, 15 May 2009 00:43:17 +0000</pubDate>
		<dc:creator>herrin</dc:creator>
				<category><![CDATA[OS X Tutorials]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[iPhoto]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://effectiveclassywebsites.com/?p=483</guid>
		<description><![CDATA[This short training movie will show you how to easily import a CD of images into Apple iPhoto ready for your slide shows or web display. We also touch on an important iPhoto management tip. If you hold the Option key when you launch iPhoto it will allow you to create a new library or [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-107" title="Apple iPhoto" src="http://effectiveclassywebsites.com/wp-content/uploads/2008/02/iphoto-icon.jpg" alt="Apple iPhoto" width="115" height="108" />This short training movie will show you how to easily import a CD of images into Apple iPhoto ready for your slide shows or web display.</p>
<p><em>We also touch on an important iPhoto management tip.</em></p>
<p>If you hold the <strong>Option</strong> key when you launch iPhoto it will allow you to create a new library or choose a previous one. Great if you have many projects and do not want them to be mixed up together. <span id="more-483"></span></p>
<p><em>The steps to importing a CD of images are:</em></p>
<ol>
<li>Launch iPhoto and/or choose the correct library.</li>
<li>Create a new Album by clicking the plus sign on the bottom left sidebar.</li>
<li>Drag and drop the CD from your desktop into the new album on the left.</li>
<li>Watch the slide show as the images import.</li>
</ol>
<div id="tmip-10-663586"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="580" height="341" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/AYGB3BqR0QQ" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="580" height="341" src="http://blip.tv/play/AYGB3BqR0QQ" allowfullscreen="true"></embed></object></div>
<p><script src="http://inplay.tubemogul.com/ipembed?v=1&amp;site=10&amp;uid=663586&amp;vid=2114696&amp;key=AYGB3BqR0QQ" type="text/javascript"></script></p>
<p><a href="mailto:admin@effectiveclassywebsites.com">Write to us</a> and request a training.</p>
]]></content:encoded>
			<wfw:commentRss>http://effectiveclassywebsites.com/iphoto-tutorial-importing-images-from-cd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preparing Firefox for WordPress &#8211; A visual guide to fast WP access</title>
		<link>http://effectiveclassywebsites.com/preparing-firefox-for-wordpress-a-visual-guide-to-fast-wp-access/</link>
		<comments>http://effectiveclassywebsites.com/preparing-firefox-for-wordpress-a-visual-guide-to-fast-wp-access/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 08:08:41 +0000</pubDate>
		<dc:creator>herrin</dc:creator>
				<category><![CDATA[Wordpress Tutorials]]></category>
		<category><![CDATA[guides]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://effectiveclassywebsites.com/?p=457</guid>
		<description><![CDATA[This WordPress tutorial will show you how to setup Firefox so that getting to your dashboard or posting an article is quick and easy. (Screencast Video Training included) Take the time and follow this guide step-by-step and WordPress will be only 2 clicks away! First you need to make sure that all the following elements [...]]]></description>
			<content:encoded><![CDATA[<p><strong>This WordPress tutorial will show you how to setup Firefox so that getting to your dashboard or posting an article is quick and easy. </strong>(Screencast Video Training included)</p>
<p>Take the time and follow this guide step-by-step and WordPress will be only 2 clicks away!<span id="more-457"></span></p>
<p>First you need to make sure that all the following elements are downloaded and functional. (links open in a new window)</p>
<p><strong>Downloads:</strong></p>
<ol>
<li><a href="http://www.mozilla.com/firefox/" target="_blank"><strong>Firefox</strong></a> &#8211; make sure that first you are using the very latest version of the Browser (3.0.7 19th March 09). <em>Mozilla often release security updates that you should allow.</em></li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/4429" target="_blank"><strong>Secure Login Add-on</strong></a> &#8211; This Firefox extension makes logging in to websites a simple matter of clicking once.</li>
</ol>
<div id="attachment_458" class="wp-caption alignright" style="width: 160px"><a href="http://effectiveclassywebsites.com/wp-content/uploads/2009/03/master-password.jpg"><img class="size-thumbnail wp-image-458" title="Master Password" src="http://effectiveclassywebsites.com/wp-content/uploads/2009/03/master-password-150x118.jpg" alt="Master Password" width="150" height="118" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p><strong>Security Note:</strong> This add-on makes it very easy to login to any sites that Firefox has stored passwords for. This extension is not recommended on a public computer.</p>
<p>If you have a private machine but want an extra degree of security you can designate a master password by going to (on a Mac )  <strong>Firefox</strong> &gt; <strong>Preferences</strong> &gt;<strong> Security </strong>&gt; <strong>Use a Master Password</strong>. <em>Make sure you remember this!</em></p>
<p>Once you have updated your browser and have the Secure Login addon installed we need to put our WordPress links on our Firefox toolbar for quick access.</p>
<ol>
<li>Open the email you would have received when you installed WordPress that contains your account login details. it will look something like this:<img class="alignnone size-full wp-image-459" title="wordpress login details" src="http://effectiveclassywebsites.com/wp-content/uploads/2009/03/login-details.jpg" alt="wordpress login details" width="384" height="79" /></li>
<li>Click on the Admin URL link.  This is the link that contains /wp-admin/.</li>
<li>Enter your username and password. Allow Firefox to remember it.</li>
<li>Once you are successfully logged in, drag the URL in the top of your browser onto your toolbar (assuming you have space &#8211; you may need to create it)</li>
<li>You can right-click on the link in the toolbar and choose Properties to customize the name that appears.</li>
</ol>
<p><strong>Now next time you want to login to your WordPress website, all you need to do is click this new link, then click the Key icon (when it lights up) and voila, you&#8217;re in!</strong></p>
<p><img class="alignnone size-full wp-image-460" title="ar-wp-login" src="http://effectiveclassywebsites.com/wp-content/uploads/2009/03/ar-wp-login.jpg" alt="ar-wp-login" width="356" height="33" /></p>
<p><strong>WordPress Screencast Tutorial</strong></p>
<div id="tmip-10-568789"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="584" height="475" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/AfTCZJHRBA" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="584" height="475" src="http://blip.tv/play/AfTCZJHRBA" allowfullscreen="true"></embed></object></div>
<p><script src="http://inplay.tubemogul.com/ipembed?v=1&amp;site=10&amp;uid=568789&amp;vid=1899396&amp;key=AfTCZJHRBA" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://effectiveclassywebsites.com/preparing-firefox-for-wordpress-a-visual-guide-to-fast-wp-access/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Language Translation for your website</title>
		<link>http://effectiveclassywebsites.com/google-language-translation-for-your-website/</link>
		<comments>http://effectiveclassywebsites.com/google-language-translation-for-your-website/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 12:38:16 +0000</pubDate>
		<dc:creator>herrin</dc:creator>
				<category><![CDATA[Web Tutorials]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tools & Resources]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://effectiveclassywebsites.com/?p=287</guid>
		<description><![CDATA[Gadgets are a great new feature in Google that gives you access to a wide range of useful applications that can be embedded on your website or on your iGoogle home page. You do have a gmail account don&#8217;t you? If not fix this now by clicking here: http://mail.google.com/mail/signup To create your language translation gadget [...]]]></description>
			<content:encoded><![CDATA[<p>Gadgets are a great new feature in Google that gives you access to a wide range of useful applications that can be embedded on your website or on your iGoogle home page.<img class="alignright size-full wp-image-288" title="google-translation" src="http://effectiveclassywebsites.com/wp-content/uploads/2009/01/google-translation.png" alt="google-translation" width="171" height="85" /></p>
<p><em>You do have a gmail account don&#8217;t you?</em> If not fix this now by clicking here: <a href="http://mail.google.com/mail/signup">http://mail.google.com/mail/signup</a></p>
<p>To create your language translation gadget visit this link:</p>
<p><a href="http://translate.google.com/translate_tools?hl=en" target="_blank">http://translate.google.com/translate_tools?hl=en</a></p>
<p>On this page you can also add one-click translations from with your browser.</p>
<p>Pick the language of your blog or website then copy and paste the resulting code into a text widget in WordPress or in dreamweaver simply paste in the code where you want the Gadget to appear.</p>
<p><em>Thats it!</em> Refresh your page to see the new Google language translation tool.</p>
]]></content:encoded>
			<wfw:commentRss>http://effectiveclassywebsites.com/google-language-translation-for-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing Posts and Pages in WordPress 2.6 &#8211; Screencast Tutorial</title>
		<link>http://effectiveclassywebsites.com/writing-posts-and-pages-in-wordpress-26-screencast-tutorial/</link>
		<comments>http://effectiveclassywebsites.com/writing-posts-and-pages-in-wordpress-26-screencast-tutorial/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 14:05:21 +0000</pubDate>
		<dc:creator>herrin</dc:creator>
				<category><![CDATA[Wordpress Tutorials]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://effectiveclassywebsites.com/?p=177</guid>
		<description><![CDATA[This 27 minute Screencast Training goes into depth, and will show you how to post articles and pages in WordPress 2.6. Subscribe to our free newsletter and download all our free trainings as full Quicktime files with chapters. The Quicktime chapters are: Intro and Log-in Title, Categories and Pasting from Word docs HTML Editor Buttons [...]]]></description>
			<content:encoded><![CDATA[<p><strong>This 27 minute Screencast Training goes into depth, and will show you how to post articles and pages in WordPress 2.6.</strong></p>
<p><em>Subscribe to our free newsletter and download all our free trainings as full Quicktime files with chapters.</em></p>
<div id="tmip-10-465277"><embed src="http://blip.tv/play/AebRSpHRBA" type="application/x-shockwave-flash" width="580" height="450" allowscriptaccess="always" allowfullscreen="true"></embed></div>
<p> <script language="javascript" type="text/javascript" src="http://inplay.tubemogul.com/ipembed?v=1&#038;site=10&#038;uid=465277&#038;vid=1672944&#038;key=AebRSpHRBA"></script></p>
<p><em>The Quicktime chapters are:</em><span id="more-177"></span></p>
<ol>
<li>Intro and Log-in</li>
<li>Title, Categories and Pasting from Word docs</li>
<li>HTML Editor Buttons and Formatting</li>
<li>Uploading and Adding Images</li>
<li>Adding an MP3 Download</li>
<li>Uploading a PDF for download</li>
<li>Tags and Previewing a Post</li>
<li>Publishing &amp; Status Sidebar</li>
<li>SEO Considerations &#8211; (Search Engine Optimization)</li>
<li>Advanced Options</li>
</ol>
<p><strong>Download this Quicktime Screencast now and benefit from the power of detailed video training.</strong></p>
<p>If you have any questions or feedback, feel free to <a title="Contact Us" href="http://effectiveclassywebsites.com/contact/">contact us here.</a> Thank you and hope this empowers you to take charge of this awesome web platform <img src='http://effectiveclassywebsites.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<h3 style="text-align: center;"><strong>Getting Started<br />
</strong></h3>
<p><img class="attachment wp-att-198" src="http://effectiveclassywebsites.com/wp-content/uploads/2008/08/writing-article-image.jpg" alt="writing-article-image" width="159" height="152" align="right" /><strong>1. </strong>Get clear on what your page or article is about and jot down some keywords and/or body text that gives you an outline. One of the strengths of the article based format is that it encourages small bits of focused information.</p>
<p><strong>2. </strong>Prepare any resources you want in your article, such as images and videos. This includes uploading movies to YouTube and optimizing your photos so that the files are small enough to load quickly on your web pages.</p>
<p><strong>3. </strong>Log on to your site with your username and password. You should arrive at the WordPress dashboard.</p>
<p><strong>4. </strong>If you are editing a page or post, click on MANAGE, then POSTS or PAGES. This page will display a list of the current pages or posts. Click on the title of the article you want to edit.</p>
<p><strong>5. </strong>If you want to write a new post or page then go to WRITE, then POST or PAGE.</p>
<h3 style="text-align: center;"><strong>The Basics</strong></h3>
<p style="text-align: left;"><strong>1. </strong><strong>The Title </strong>- If possible your title should:</p>
<ul>
<li>Describe what the article is about,</li>
<li>contain some of your strong keywords,</li>
<li>evoke some curiosity in the reader,</li>
<li>and/or describe a benefit that makes it clear why they should invest their time reading your article..</li>
</ul>
<p style="text-align: left;"><strong>2. The Body Copy</strong> &#8211; This is the main story or copy for the article. You can write this in an external editor and then copy and paste it in or you can write it within this very window. If you write your copy in a Word doc you might like to use the Word import button. Click the <strong>Show/Hide Kitchen Sink</strong> button then the <strong>Paste from Word</strong> button.</p>
<p style="text-align: center;"><img class="attachment wp-att-197 aligncenter" src="http://effectiveclassywebsites.com/wp-content/uploads/2008/08/kitchen-sink.jpg" alt="kitchen-sink" align="none" /></p>
<p style="text-align: left;"><strong>3. Choose a Category</strong> &#8211; If you&#8217;re editing a page this step does not apply, but every article must be assigned a Category. Categories give you and your visitors way to group your articles in terms of <em>their</em> interests. Make them succinct and descriptive.</p>
<p style="text-align: left;"><em>Categories are the new Pages on the web.</em></p>
<p style="text-align: left;">You can break information down into digestible articles by assigning a category and then you can provide ongoing value AND people are more likely to keep coming back, and/or buy your product.</p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://effectiveclassywebsites.com/writing-posts-and-pages-in-wordpress-26-screencast-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

