<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Effective Classy Websites</title>
	
	<link>http://effectiveclassywebsites.com</link>
	<description>Practical Web Tips  -  Wordpress Tutorials  -  Making Your Own Website</description>
	<lastBuildDate>Wed, 11 Nov 2009 10:24:39 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/EffectiveClassyWebsites" type="application/rss+xml" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">EffectiveClassyWebsites</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>How to add a Favicon to your Wordpress website</title>
		<link>http://effectiveclassywebsites.com/wordpress-tutorials/how-to-add-a-favicon-to-your-wordpress-website/</link>
		<comments>http://effectiveclassywebsites.com/wordpress-tutorials/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 Training]]></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[<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 border="1"  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"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></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></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 border="1"  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"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></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 border="1"  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"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/><p class="wp-caption-text" >Bookmark Favicons</p></div>
]]></description>
		<wfw:commentRss>http://effectiveclassywebsites.com/wordpress-tutorials/how-to-add-a-favicon-to-your-wordpress-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 7 Habits Of Highly Effective Websites</title>
		<link>http://effectiveclassywebsites.com/inspiration-philosophy/the-7-habits-of-highly-effective-websites/</link>
		<comments>http://effectiveclassywebsites.com/inspiration-philosophy/the-7-habits-of-highly-effective-websites/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 16:50:42 +0000</pubDate>
		<dc:creator>Herrin</dc:creator>
				<category><![CDATA[Inspiration & Philosophy]]></category>
		<category><![CDATA[Effectiveness]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Principles]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://effectiveclassywebsites.com/?p=830</guid>
		<description><![CDATA[<p><img hspace="0"  vspace="0"  align="right"  border="1"  class="alignright size-thumbnail wp-image-839"  title="the-7-habits-of-highly-effective-people"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/11/the-7-habits-of-highly-effective-people-97x150.jpg"  alt="the-7-habits-of-highly-effective-people"  width="97"  height="150"     style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;margin-left: 5px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; float:right; padding:3px 5px 2px 0px;"/><strong>A website is a tool to help you create more life and/or connect with people.</strong></p>
<p>By itself it has no value except as a way to facilitate change or sharing in some way. To the degree that we get clear on ourselves and our purpose we can create a website that succeeds.</p>
<p>This will help you to see your website through the filter of one of the most important self-help programs ever created. Stephen R Covey, the author of <em>The Seven Habits of Effective People</em>, is one of my personal heroes.</p>
<p>By that I mean that he is both humble and deeply inspired to empower and educate people about the things in life that are truly important and  constant.</p>
<blockquote  style="padding-left:10px; color:#777; font-style: normal;padding-left:10px; color:#777; font-style: normal;"><p>&#8220;There are three things in life that are constant. Change, Choice and Principles.&#8221;</p></blockquote>
<p style="text-align: right;" ><strong>Stephen R Covey</strong><em></em></p>
<p>If you have not heard of the book and his work, I highly recommend his books and teachings. <a title="Learn more about Dr Stephen R Covey"  href="http://www.stephencovey.com/" >Learn more about Dr Stephen R Covey</a>.</p>
<h3>Stephen Covey on Choosing Success</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/Rpdz2uzdSWA&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/Rpdz2uzdSWA&amp;hl=en&amp;fs=1&amp;"  allowscriptaccess="always"  allowfullscreen="true" ></embed></object></p>
<p>So here I re-interpret The 7 Habits through the filter of creating and developing a website:</p>
<h3>Habit 1 &#8211; Be Proactive</h3>
<p>A good website takes the initiative and does not wait for the ok from the world to start or beg for any kind of special treatment. It is driven by a passion and sense that we can create our own destiny.</p>
<p>In a sense it means to be focusing on empowerment and drive. That ethic will filter into everything it represents whether it is a personal blog or a company website. The presentation, content and tone will be clear, unapologetic and confident.</p>
<h3>Habit 2 &#8211; Begin With The End In Mind</h3>
<p>Once you know where the site is going you can design it to suite that aim. Most people do it the other way around. i.e. Make it look cool and then hope that it fulfills the vague plans you may or may not have.</p>
<p>This means you avoid complacency and always look to improve and develop your site. It also suggests knowing who your audience is and not trying to appeal to everyone.</p>
<h3>Habit 3 &#8211; Put First Things First</h3>
<p>This means having the courage to put aside petty desires and whims and place your emphasis on what tells your story and/or communicates to your visitors most eloquently.</p>
<p>An obvious hierarchy, without any extra baggage means that your site will signal clearly what it is and who it is for.</p>
<p>Your site will be easy to read and have clear navigation with a minimum of flashy graphics and unexpected pages and/or pop ups.</p>
<h3>Habit 4 &#8211; Think Win/Win</h3>
<p>The spirit of Win/Win is vital to the success of any website. If you enter into your web project only thinking of what you want, it will come across as being self-absorbed small time and in a word, boring.</p>
<p>You must be able to provide some tangible benefit to the reader and provide solutions to their perceived problems. At the very minimum your site should be entertaining.</p>
<h3>Habit 5 &#8211; Seek First To Understand and then to be Understood</h3>
<p>Create a dialogue in which your visitors are encouraged to submit comments and suggestions. Be open to criticism and feedback.</p>
<p>Poll your visitors and give them incentives for doing so. This information is vital and if taken on board will endear your visitors to you. Once you understand your visitors views and concerns you can edit and refine you copy and site taglines to speak to these issues.</p>
<p>If your site visitors feel understood they will automatically be open to you and your message.</p>
<p><strong>TIP:</strong> Create a free download that provides a simple solution to some of their main fears and or concerns and people will begin to think of you as a trusted adviser.</p>
<h3>Habit 6 &#8211; Synergize</h3>
<p>Together with your growing tribe you can work on soving your primary problems in a more elegant way than if you did it alone. Ask for involvement and input. Some may give useful criticism. Others may interact more often and passionately. These people are going to share your message with friends as well as help you grow.</p>
<p>It&#8217;s more fun working with a team that includes your customers anyway.</p>
<h3>Habit 7 &#8211; Sharpen The Saw</h3>
<p>Take time out to leave the computer and live! Breathe and stretch. Open your mind to new possibilities and options. Go for a run and listen to inspirational music or audio books. Watch Ted.com and draw in their spirit of innovation and discovery.</p>
<p>This new fresh you will bring more life and passion to the project. It will be there when you get back anyway and you will feel so much better for it. You could also remind your people and customers to do the same thing!</p>
<hr/>This diagram shows the 7 Habits and how they build independence so that you become effectively more interdependent. Moving from the private victory to the public victory.</p>
<p style="text-align: center;" ><img hspace="auto"  border="1"  class="size-full wp-image-843 aligncenter"  title="7-habits-pyramid"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/11/7-habits-pyramid.png"  alt="7-habits-pyramid"  width="461"  height="443"     style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;display: block; margin-left: auto; margin-right: auto;"/></p>
<p style="text-align: left;" >How do you see these principles or habits apply to the process of creating a successful web presence?</p>
<p style="text-align: left;" >Take the time to think and process how you might be more effective right now.</p>
]]></description>
		<wfw:commentRss>http://effectiveclassywebsites.com/inspiration-philosophy/the-7-habits-of-highly-effective-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uploading and Installing Themes in Wordpress</title>
		<link>http://effectiveclassywebsites.com/wordpress-themes/uploading-installing-themes-wordpress/</link>
		<comments>http://effectiveclassywebsites.com/wordpress-themes/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[<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 border="1"  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"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></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.</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>
]]></description>
		<wfw:commentRss>http://effectiveclassywebsites.com/wordpress-themes/uploading-installing-themes-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Plugins in Wordpress</title>
		<link>http://effectiveclassywebsites.com/wordpress-plugins/installing-plugins-wordpres/</link>
		<comments>http://effectiveclassywebsites.com/wordpress-plugins/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[<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 border="1"  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"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></p>
<p>Here we show you how to quickly and easily find and add plugins to your <em>self-hosted Wordpress website</em>.</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 border="1"  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"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></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>
]]></description>
		<wfw:commentRss>http://effectiveclassywebsites.com/wordpress-plugins/installing-plugins-wordpres/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 places to get awesome free desktop backgrounds</title>
		<link>http://effectiveclassywebsites.com/resources/10-places-to-get-awesome-free-desktop-backgrounds/</link>
		<comments>http://effectiveclassywebsites.com/resources/10-places-to-get-awesome-free-desktop-backgrounds/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 06:00:19 +0000</pubDate>
		<dc:creator>Herrin</dc:creator>
				<category><![CDATA[Tools & Resources]]></category>
		<category><![CDATA[Desktop Backgrounds]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://effectiveclassywebsites.com/?p=747</guid>
		<description><![CDATA[<p><strong>Getting sick of the standard Windows or Mac desktops?</strong></p>
<p>Well I&#8217;ve scoured the internet for you to find the best and most inspiring desktop backgrounds.</p>
<p><em>Listed in order of excellence:</em>(all links open in a new window)</p>
<p>1. <strong><a href="http://www.vladstudio.com"  target="_blank" >Vladstudio</a></strong> &#8211; Clean, cool, artistic brilliance. Awesome artist and designer.</p>
<p><a href="http://www.vladstudio.com"  target="_blank" ><img border="1"  class="alignnone size-full wp-image-780"  title="vlad-logo_halloween"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/10/vlad-logo_halloween.png"  alt="vlad-logo_halloween"  width="156"  height="79"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></a></p>
<p>2. <strong><a href="http://www.desktopography.net/"  target="_blank" >Desktopography</a></strong> &#8211; Awesome artwork. Subtle mixing of graphic elements with natural settings.</p>
<p><a href="http://www.desktopography.net/"  target="_blank" ><img border="1"  class="alignnone size-full wp-image-783"  title="desktopography"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/10/desktopography.jpg"  alt="desktopography"  width="509"  height="67"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></a></p>
<p>3. <strong><a href="http://www.desktopnexus.com/"  target="_blank" >DesktopNexus</a></strong> &#8211; A community based site with a large variety of great quality Wallpapers.</p>
<p><a href="http://www.desktopnexus.com/"  target="_blank" ><img border="1"  class="alignnone size-full wp-image-785"  title="desktop-nexus"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/10/desktop-nexus.jpg"  alt="desktop-nexus"  width="248"  height="76"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></a></p>
<p>4. <strong><a href="http://pixelgirlpresents.com/"  target="_blank" >PixelGirlPresents</a></strong> &#8211; Great quality desktops, icons and iPhone Wallpapers.</p>
<p><a href="http://pixelgirlpresents.com/"  target="_blank" ><img border="1"  class="alignnone size-full wp-image-787"  title="pixelgirlpresents"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/10/pixelgirlpresents.gif"  alt="pixelgirlpresents"  width="172"  height="45"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></a></p>
<p>5. <strong><a href="http://interfacelift.com/wallpaper_beta/"  target="_blank" >InterfaceLift</a></strong> &#8211; Great selection of natural and artistic designs.</p>
<p><a href="http://interfacelift.com/wallpaper_beta/"  target="_blank" ><img border="1"  class="alignnone size-full wp-image-788"  title="interfacelift"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/10/interfacelift.jpg"  alt="interfacelift"  width="172"  height="43"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></a></p>
<p>6. <a href="http://bestgamewallpapers.com/"  target="_blank" ><strong>BestGamesWallpapers</strong></a> &#8211; Images and artwork from Games on the net.</p>
<p><a href="http://bestgamewallpapers.com"  target="_blank" ><img border="1"  class="alignnone size-full wp-image-789"  title="bestgamerswallpapers"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/10/bestgamerswallpapers.gif"  alt="bestgamerswallpapers"  width="271"  height="41"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></a></p>
<p>7. <strong><a href="http://www.spacetelescope.org/images/archive/wallpaper/"  target="_blank" >SpaceTelescope.org</a></strong> &#8211; While not a dedicated site, their Wallpapers section is stunning.</p>
<p><a href="http://www.spacetelescope.org/images/archive/wallpaper/"  target="_blank" ><img border="1"  class="alignnone size-medium wp-image-790"  title="spacetelescope"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/10/spacetelescope-300x96.jpg"  alt="spacetelescope"  width="300"  height="96"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></a></p>
<p>8. <strong><a href="http://www.digitalblasphemy.com/freegallery.shtml"  target="_blank" >DigitalBlasphemy</a></strong> &#8211; Not all free but very high quality with a CG and animation style.</p>
<p><a href="http://www.digitalblasphemy.com/freegallery.shtml"  target="_blank" ><img border="1"  class="alignnone size-full wp-image-791"  title="digital-blasphemy"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/10/digital-blasphemy.jpg"  alt="digital-blasphemy"  width="192"  height="120"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></a></p>
<p>9. <strong><a href="http://www.mybestdesktops.com/"  target="_blank" >MyBestDesktops</a></strong> &#8211; Mostly natural backgrounds. Animals and landscapes.</p>
<p><a href="http://www.mybestdesktops.com/"  target="_blank" ><img border="1"  class="alignnone size-full wp-image-792"  title="mybestdesktops"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/10/mybestdesktops.jpg"  alt="mybestdesktops"  width="284"  height="79"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></a></p>
<p>10. <a href="http://www.flickr.com/groups/wallpapers/pool/"  target="_blank" >FlickrWallpapersPool</a> &#8211; This is not a website but rather a section on Flickr for desktop backgrounds.</p>
<p><a href="http://www.flickr.com/groups/wallpapers/pool/"  target="_blank" ><img border="1"  class="alignnone size-medium wp-image-793"  title="flickr-wallpapers"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/10/flickr-wallpapers-300x46.jpg"  alt="flickr-wallpapers"  width="300"  height="46"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></a></p>
<p>11. <a href="http://www.hongkiat.com/blog/category/freebies-online/free-wallpapers/" ><strong>HongKiat.com WallPapers Category</strong></a> &#8211; very high quality collection of wallpapers for your desktop.</p>
<p><img border="1"  class="alignnone size-full wp-image-852"  title="hongkiat.com"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/10/hongkiat.com.jpg"  alt="hongkiat.com"  width="397"  height="82"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></p>
<hr/>These sites would have made it onto the good list of not for the ads or cheesy website.</p>
<ul>
<li><a href="http://fantasyartdesign.com/"  target="_blank" ><strong>fantasyartdesign.com</strong></a> &#8211; Great artwork and designs.</li>
<li><a href="http://visualparadox.com/gallery.htm"  target="_blank" ><strong>visualparadox.com</strong></a> &#8211; Computer generated and fantasy art desktops.</li>
</ul>
<p>Some other Wallpaper sites worth a look&#8230;</p>
<ul>
<li><strong><a href="http://www.pixelhigh.com"  target="_blank" >pixelhigh.com </a></strong>- Babes on backgrounds.</li>
<li><strong><a href="http://www.dowwallpaper.com/"  target="_blank" >dowwallpaper.com</a></strong> &#8211; Great selection, good navigation even though too many ads.</li>
<li><strong><a href="http://cool3dwallpaper.com" >cool3dwallpaper.com</a></strong> &#8211; More spacey and 3d style themes.</li>
<li><strong><a href="http://coolwallpaper.com"  target="_blank" >coolwallpaper.com</a></strong> &#8211; Weird chintzy looking site but a good assortment of celebrity, space and landscape style themes.</li>
<li><a href="http://search.ra-gu.net/"  target="_blank" ><strong>search.ra-gu.net</strong></a> &#8211; Strange name and lots of ads but some out of the ordinary desktops.</li>
<li><a href="http://www.fantom-xp.com" ><strong>fantom-xp.com</strong></a> &#8211; Site can be annoying but their are some good backgrounds to be found.</li>
<li><a href="http://wallpaperstock.net/"  target="_blank" ><strong>wallpaperstock.net</strong></a> &#8211; Ads and confusion but some good desktops.</li>
</ul>
<p style="text-align: center;" ><em>Any other great Wallpaper sites I have missed? </em></p>
<p style="text-align: center;" >Please comment and let me know. <img border="1"  src="http://effectiveclassywebsites.com/wp-includes/images/smilies/icon_smile.gif"  alt=":-)"  class="wp-smiley"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/> </p>
]]></description>
		<wfw:commentRss>http://effectiveclassywebsites.com/resources/10-places-to-get-awesome-free-desktop-backgrounds/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/web-tutorials/the-free-and-simple-mailing-list-solution-for-your-blog/</link>
		<comments>http://effectiveclassywebsites.com/web-tutorials/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[<p><img hspace="0"  vspace="0"  align="right"  border="1"  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"     style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;margin-left: 5px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; float:right; padding:3px 5px 2px 0px;"/>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>.</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 border="1"  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"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></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>

<a href="http://effectiveclassywebsites.com/web-tutorials/the-free-and-simple-mailing-list-solution-for-your-blog/attachment/feedburner/"  title="Feedburner" ><img border="1"  width="150"  height="48"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/10/feedburner-150x48.png"  class="attachment-thumbnail"  alt=""  title="Feedburner"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></a>
<a href="http://effectiveclassywebsites.com/web-tutorials/the-free-and-simple-mailing-list-solution-for-your-blog/attachment/picture-1/"  title="Picture-1" ><img border="1"  width="150"  height="100"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/10/Picture-1-150x100.jpg"  class="attachment-thumbnail"  alt=""  title="Picture-1"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></a>
<a href="http://effectiveclassywebsites.com/web-tutorials/the-free-and-simple-mailing-list-solution-for-your-blog/attachment/picture-2/"  title="Picture-2" ><img border="1"  width="150"  height="111"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/10/Picture-2-150x111.jpg"  class="attachment-thumbnail"  alt=""  title="Picture-2"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></a>
<a href="http://effectiveclassywebsites.com/web-tutorials/the-free-and-simple-mailing-list-solution-for-your-blog/attachment/picture-3/"  title="Picture-3" ><img border="1"  width="135"  height="150"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/10/Picture-3-135x150.jpg"  class="attachment-thumbnail"  alt=""  title="Picture-3"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></a>
<a href="http://effectiveclassywebsites.com/web-tutorials/the-free-and-simple-mailing-list-solution-for-your-blog/attachment/picture-4/"  title="Picture-4" ><img border="1"  width="150"  height="115"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/10/Picture-4-150x115.jpg"  class="attachment-thumbnail"  alt=""  title="Picture-4"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></a>
<a href="http://effectiveclassywebsites.com/web-tutorials/the-free-and-simple-mailing-list-solution-for-your-blog/attachment/picture-5/"  title="Picture-5" ><img border="1"  width="150"  height="78"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/10/Picture-5-150x78.jpg"  class="attachment-thumbnail"  alt=""  title="Picture-5"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></a>
<a href="http://effectiveclassywebsites.com/web-tutorials/the-free-and-simple-mailing-list-solution-for-your-blog/attachment/picture-6/"  title="Picture-6" ><img border="1"  width="105"  height="150"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/10/Picture-6-105x150.jpg"  class="attachment-thumbnail"  alt=""  title="Picture-6"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></a>
<a href="http://effectiveclassywebsites.com/web-tutorials/the-free-and-simple-mailing-list-solution-for-your-blog/attachment/picture-7/"  title="Picture-7" ><img border="1"  width="137"  height="150"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/10/Picture-7-137x150.jpg"  class="attachment-thumbnail"  alt=""  title="Picture-7"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></a>
<a href="http://effectiveclassywebsites.com/web-tutorials/the-free-and-simple-mailing-list-solution-for-your-blog/attachment/picture-8/"  title="Picture-8" ><img border="1"  width="150"  height="143"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/10/Picture-8-150x143.jpg"  class="attachment-thumbnail"  alt=""  title="Picture-8"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></a>
<a href="http://effectiveclassywebsites.com/web-tutorials/the-free-and-simple-mailing-list-solution-for-your-blog/attachment/subject-title-adjust/"  title="subject-title-adjust" ><img border="1"  width="150"  height="104"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/10/subject-title-adjust-150x104.jpg"  class="attachment-thumbnail"  alt=""  title="subject-title-adjust"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></a>
<a href="http://effectiveclassywebsites.com/web-tutorials/the-free-and-simple-mailing-list-solution-for-your-blog/attachment/wplogo-stacked-rgb/"  title="Wordpress logo" ><img border="1"  width="150"  height="93"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/10/wplogo-stacked-rgb-150x93.png"  class="attachment-thumbnail"  alt=""  title="Wordpress logo"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></a>

<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></p>
]]></description>
		<wfw:commentRss>http://effectiveclassywebsites.com/web-tutorials/the-free-and-simple-mailing-list-solution-for-your-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why lists can suck – Internet Trends Philosophy</title>
		<link>http://effectiveclassywebsites.com/general/why-digg-like-lists-can-suck-internet-trends-philosophy-and-the-headlines-culture/</link>
		<comments>http://effectiveclassywebsites.com/general/why-digg-like-lists-can-suck-internet-trends-philosophy-and-the-headlines-culture/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 05:50:18 +0000</pubDate>
		<dc:creator>Herrin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Trends]]></category>

		<guid isPermaLink="false">http://effectiveclassywebsites.com/?p=681</guid>
		<description><![CDATA[<h3>Are we a culture that looks just for the headline? <img hspace="0"  vspace="0"  align="right"  border="1"  class="alignright"    title="Data Stream"  src="http://farm1.static.flickr.com/53/109404222_47686b28d3_m.jpg"  alt="datenfluss"  width="162"  height="121"     style="border: 0pt none; margin-left: 5px; margin-right: 5px;border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;margin-left: 5px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; float:right; padding:3px 5px 2px 0px;"/></h3>
<p>The internet is awesome obviously. The abundance of information in such an accessible form is transforming our world and our ability to interact with one another.</p>
<p>But, we&#8217;re now left with an ongoing challenge in filtering that information. Most of the Social Networking websites, like Twitter, Facebook and YouTube are giving the humans a way of filtering and being more in control of the way that we take in information. This is good.The brain can only take so much data and it goes into overwhelm. Some people&#8217;s threshold is obviously set higher but we either learn ways of organizing and prioritizing the data stream or we give up and/or go nuts! (wanna be geeks like me should know  <img border="1"  src="http://effectiveclassywebsites.com/wp-includes/images/smilies/icon_confused.gif"  alt=":-?"  class="wp-smiley"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/>   )</p>
<p>So when someone publishes a list of &#8220;30 Plugins for Twitter on Wordpress&#8221;, and I get no recommendation or advice on the application of the plugins I am left to have to do all that work myself. I am grateful for the list don&#8217;t get me wrong, but it also means more work.</p>
<p>That&#8217;s one reason why software does so well. It repackages the interface so as to give us more control and a different way to create as well as interact with information. Firefox is not just a browser. It&#8217;s a way to make things happen on the web that is distinctive. The add-ons give you more control over your experience.</p>
<p><strong>I see the growing demand for 2 things:</strong></p>
<h3>1. Trusted Sources</h3>
<p><img hspace="0"  vspace="0"  align="right"  border="1"  class="alignright size-thumbnail wp-image-687"  title="bmw-logo"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/09/bmw-logo-150x112.jpg"  alt="bmw-logo"  width="150"  height="112"     style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;margin-left: 5px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; float:right; padding:3px 5px 2px 0px;"/><em>We need to have trust in the source of the information. </em></p>
<p>Brands like BMW and Rolling Stone magazine obviously have an established trust for their customer base in being able to deliver a reliable experience and proven track record.</p>
<p>Media on the other hand started with radio then TV, Cable and now the internet has spawned a massive industry of both companies, entrepreneurs and web-geeks. Now anyone can publish at the very least their own blog and at the most, a fully fledged empire and/or following.</p>
<p>Trust suddenly becomes a BIG issue in this environment.</p>
<p><strong>So what do we look for to get a sense of trust online ?</strong></p>
<ul>
<li><strong>Consistency and Simplicity</strong> &#8211; We feel more comfortable if we are doing the moving and choosing. Flashy ads and pop-ups are jarring and add to the manic nature of the web. Strong headings, open space and consistent elements such as header and sidebars are important anchors that keep your visitors comfortable.</li>
<li><strong>Faces and Videos</strong> &#8211; If we can see you we can assess you quickly. Having a good professional photo of yourself is a must and a video is even better.</li>
<li><strong>Branding and Credibility</strong> &#8211; The repeated associations created by how an individual or company is represented both on their front and in the public eye. As consumers we evaluate everything very quickly and try to decide whether it is useful to us or not. Quality content is key here. It is easier to sell anything, especially ideas, when something is presented cleanly and concisely.</li>
</ul>
<h3>2. Control Over Our Experience</h3>
<p><em>In an information saturated market, we crave control.</em><img hspace="0"  vspace="0"  align="right"  border="1"  class="alignright size-thumbnail wp-image-686"  title="Apple iPhone"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/09/apple-iphone-90x150.gif"  alt="Apple iPhone"  width="90"  height="150"     style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;margin-left: 5px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; float:right; padding:3px 5px 2px 0px;"/></p>
<p>The rise of the iPhone has shown us that you can have both control and creativity in a hand held device. The iPhone apps give you the ability to choose and customize your experience to suit your habits and needs.</p>
<p>Twitter is a great example of this. Limiting the characters to 140 means that it can all fit into a single mobile phone text message, thereby aggregating someones activities in a more convenient way.</p>
<p><strong>What do we need to be in control of the technology?<br/>
</strong></p>
<ul>
<li><strong>Interface</strong> &#8211; The hardware and software we use to communicate with the world and our friends, needs to be familiar, clean, and visually accurate. A sensible, logical merging of human intention and physical devices and/or software is important. Again the iPhone would have to be a great example of this.</li>
<li><strong>Training</strong> &#8211; The best interface in the world still requires a learning process. If you take the time to learn something thoroughly it will pay off in productivity and responsiveness. Here we also look for people we can trust to simplify the process. e.g. Video Training sites have gone crazy recently.</li>
<li><strong>Accessibility</strong> -  As we travel and things change we seek a consistent way to stay in touch and/or maintain our business. Technology needs to adapt to suit this change, or be functional in different environments.</li>
<li><strong>Systems Organization</strong> &#8211; The more time we take to think and prepare ourselves for activity the more effective and unstressed we can afford to be. The important distinction is that we should be efficient with things and effective with people. Never confuse the two.</li>
<li><strong>Scanning</strong> &#8211; We are always brushing over headlines and images asking ourselves. &#8220;Does this solve my problem or make what I am doing easier?&#8221; We are all basically self-serving and tuned into a radio station called, <strong>WIIFM</strong>. <strong>W</strong>hat&#8217;s <strong>I</strong>n <strong>I</strong>t <strong>F</strong>or <strong>M</strong>e.</li>
</ul>
<h3>In Summary:</h3>
<p>We&#8217;re all riding the wave of information just by being online at all. Most people are overwhelmed by the sheer tsunami of data that can easily confuse and even offend at times.</p>
<p>Some people however, take it upon themselves to filter it in a special way that makes us go, &#8220;Aha! This is for me.&#8221;</p>
<p><strong>Great Example:</strong> <a href="http://www.squidoo.com" >http://www.squidoo.com</a></p>
<p><img border="1"  class="alignnone size-thumbnail wp-image-691"  title="Squidoo"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/09/squidoo_logo-150x47.gif"  alt="Squidoo"  width="150"  height="47"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></p>
<p>Created by the great <a href="http://http://sethgodin.typepad.com/" >Seth Godin</a>, Squidoo focuses peoples attention with the idea of Lenses covering one particular topic to a page, thereby focusing your attention and increasing user control.</p>
<p>So when you are out there communicating with the world, whether on your mobile or writing your next blog article, remember to filter out the useless and extraneous so that we can get the real stuff and decide if we want to proceed from there.</p>
<p>Whether we stick around and become friends or just wander away, never to be seen again, we&#8217;ll appreciate the effort you made to make it easy to decide.</p>
<p><em>Happy Web Travels!</em></p>
]]></description>
		<wfw:commentRss>http://effectiveclassywebsites.com/general/why-digg-like-lists-can-suck-internet-trends-philosophy-and-the-headlines-culture/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating Add-On Domains in Cpanel hosting account</title>
		<link>http://effectiveclassywebsites.com/web-tutorials/creating-add-on-domain-cpanel/</link>
		<comments>http://effectiveclassywebsites.com/web-tutorials/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[<p><img hspace="0"  vspace="0"  align="right"  border="1"  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"     style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;margin-left: 5px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; float:right; padding:3px 5px 2px 0px;"/>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>
<a href="http://effectiveclassywebsites.com/download=Securing-Domains-and-Hosting-HostGator.pdf"  title="Downloaded 11 times" >Securing Hosting and Domain with Hostgator</a> - This guide will show you step-by-step how to buy hosting and a domain with Hostgator, one of the best web hosting deals you can get.
<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:</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>

<a href="http://effectiveclassywebsites.com/web-tutorials/creating-add-on-domain-cpanel/attachment/add-on-domains-pic1/"  title="add-on-domains-pic1" ><img border="1"  width="150"  height="60"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/09/add-on-domains-pic1-150x60.jpg"  class="attachment-thumbnail"  alt=""  title="add-on-domains-pic1"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></a>
<a href="http://effectiveclassywebsites.com/web-tutorials/creating-add-on-domain-cpanel/attachment/add-on-domains-pic2/"  title="add-on-domains-pic2" ><img border="1"  width="150"  height="32"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/09/add-on-domains-pic2-150x32.jpg"  class="attachment-thumbnail"  alt=""  title="add-on-domains-pic2"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></a>
<a href="http://effectiveclassywebsites.com/web-tutorials/creating-add-on-domain-cpanel/attachment/add-on-domains-pic3/"  title="add-on-domains-pic3" ><img border="1"  width="57"  height="68"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/09/add-on-domains-pic3.jpg"  class="attachment-thumbnail"  alt=""  title="add-on-domains-pic3"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></a>
<a href="http://effectiveclassywebsites.com/web-tutorials/creating-add-on-domain-cpanel/attachment/add-on-domains-pic4/"  title="add-on-domains-pic4" ><img border="1"  width="150"  height="84"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/09/add-on-domains-pic4-150x84.jpg"  class="attachment-thumbnail"  alt=""  title="add-on-domains-pic4"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></a>
<a href="http://effectiveclassywebsites.com/web-tutorials/creating-add-on-domain-cpanel/attachment/domain-names-cloud/"  title="Domain Names" ><img border="1"  width="150"  height="141"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/09/domain-names-cloud-150x141.gif"  class="attachment-thumbnail"  alt=""  title="Domain Names"   style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;"/></a>

]]></description>
		<wfw:commentRss>http://effectiveclassywebsites.com/web-tutorials/creating-add-on-domain-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make Money Blogging – Daily Blog Tips</title>
		<link>http://effectiveclassywebsites.com/traffic-networking/how-to-make-money-blogging-daily-blog-tips/</link>
		<comments>http://effectiveclassywebsites.com/traffic-networking/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[<p><img hspace="0"  vspace="0"  align="right"  border="1"  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"     style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;margin-left: 5px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; float:right; padding:3px 5px 2px 0px;"/>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>.</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>
]]></description>
		<wfw:commentRss>http://effectiveclassywebsites.com/traffic-networking/how-to-make-money-blogging-daily-blog-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Networking Marketing video with Perry Belcher</title>
		<link>http://effectiveclassywebsites.com/traffic-networking/social-marketing-video-perry-belcher/</link>
		<comments>http://effectiveclassywebsites.com/traffic-networking/social-marketing-video-perry-belcher/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 06:04:22 +0000</pubDate>
		<dc:creator>Herrin</dc:creator>
				<category><![CDATA[Traffic & Networking]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[MySpace]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://effectiveclassywebsites.com/?p=589</guid>
		<description><![CDATA[<p><img hspace="0"  vspace="0"  align="right"  border="1"  class="alignright size-thumbnail wp-image-590"  title="Social Networking"  src="http://effectiveclassywebsites.com/wp-content/uploads/2009/08/social-media-icons-150x106.jpg"  alt="Social Networking"  width="150"  height="106"     style="border:0; padding:4px 4px; background:#E7E9E8; border:1px solid #ddd;margin-left: 5px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; float:right; padding:3px 5px 2px 0px;"/>Perry Belcher explains in cool simple terms how he uses social media services like MySpace, Facebook, YouTube and others to meet and share with people.</p>
<p>His approach is simple and sensible and reminds us that social networking is about making friends and if you have something to &#8220;Sell&#8221; it should come up casually and naturally rather than being a obsession that turns people off.</p>
<p><span><a href="http://www.perrybelcher.net/" >Perry Belcher</a> demonstrates how YOU can use social media in business without being a jerk. </span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"  width="560"  height="340"  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/zn1cspHx7DU&amp;hl=en&amp;fs=1&amp;color1=0x234900&amp;color2=0x4e9e00" /><param name="allowfullscreen"  value="true" /><embed type="application/x-shockwave-flash"  width="560"  height="340"  src="http://www.youtube.com/v/zn1cspHx7DU&amp;hl=en&amp;fs=1&amp;color1=0x234900&amp;color2=0x4e9e00"  allowscriptaccess="always"  allowfullscreen="true" ></embed></object></p>
]]></description>
		<wfw:commentRss>http://effectiveclassywebsites.com/traffic-networking/social-marketing-video-perry-belcher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
