<?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>DazzlinDonna &#187; HTML</title>
	<atom:link href="http://www.dazzlindonna.com/blog/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dazzlindonna.com/blog</link>
	<description>Making A Living Online</description>
	<lastBuildDate>Fri, 10 Feb 2012 14:46:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Convert A Static HTML Site To WordPress</title>
		<link>http://www.dazzlindonna.com/blog/featured/how-to-convert-a-static-html-site-to-wordpress/</link>
		<comments>http://www.dazzlindonna.com/blog/featured/how-to-convert-a-static-html-site-to-wordpress/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 15:50:47 +0000</pubDate>
		<dc:creator>Donna</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTTrack]]></category>
		<category><![CDATA[static site]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.dazzlindonna.com/blog/?p=2856</guid>
		<description><![CDATA[Recently, on a forum I frequent, an old acquaintance asked how to convert one of his old Dreamweaver sites to WordPress, with the least amount of effort involved. At first, I thought it would be impossible to make it an easy task, but after seeing some other responses, I realized I was wrong. Although the [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, on a forum I frequent, an old acquaintance <a href="http://www.cre8asiteforums.com/forums/index.php?showtopic=85241" class="liexternal">asked</a> how to convert one of his old Dreamweaver sites to WordPress, with the least amount of effort involved. At first, I thought it would be impossible to make it an easy task, but after seeing some other responses, I realized I was wrong. Although the process isn&#8217;t completely trivial, it can be done with a lot less effort than I&#8217;d originally imagined. And it&#8217;s not just limited to Dreamweaver. Nearly any site could conceivably be converted to WordPress this way. (Note that I&#8217;ve included some reasons at this end of this post as to why you might want to carefully consider the ramifications of this).</p>
<blockquote><p>If you have an old non-CMS site lying around that you wish you could convert to WordPress, without too much hassle, this is the guide for you. Essentially, it boils down to 2 main steps, which involves moving your static content into WordPress&#8217;s database as pages or posts. <strong>STEP ONE</strong>: Get your static HTML pages gathered together in one place, using HTTrack to build those static pages, if necessary. <strong>STEP TWO</strong>: Import those pages using an easy WordPress plugin.</p>
</blockquote>
<p>Let&#8217;s start with some basics. No matter how your site is coded, once a visitor loads a page on your site, the browser takes all the bits and pieces (server-side includes, images from another directory, etc.) and puts them all together in what amounts to a final static HTML page. Even if some elements on the page are still dynamic, the code itself is all together in one spot that can be moved into a WordPress page that would still work. There may be some exceptions to that which I&#8217;m not considering, but for most of the sites out there, that would be true. So, even if your site consists of somepage.php, which calls a file named header.inc, and a file named footer.php, once the user views somepage.php in her browser, the resulting source code is all in one place, as though it were hand-coded as a static HTML page. This is the type of code that is needed to convert a site to WordPress using the method I&#8217;m outlining here.</p>
<p><strong>If you already have an old static HTML site with no server-side includes, then you have everything you need to get your content right into WordPress. If that&#8217;s the case, you can skip the next section, and head straight to the section titled &#8220;Import Your Content Into WordPress&#8221;.</strong></p>
<h3>Convert Your Dynamic Pages To Static Pages Easily</h3>
<p><a href="http://www.httrack.com/" class="liexternal">HTTrack Website Copier</a> lets you download an entire website onto your computer. If your pages are dynamically put together, using server-side includes to automatically insert chunks of content into each page (like the header, footer, and menu), then you&#8217;re going to want to have HTTrack mirror the site &#8211; with all content already inserted &#8211; and recreate it on your computer. It doesn&#8217;t take very long, but of course, how long it will take depends upon the size of your site. Luckily, you just run it and go do something else, and eventually, the entire site will be recreated and waiting for you. There are lots of options for how you can run this. Most of you will simply use the graphical interface instead, and if so, then you should be able to determine what to do pretty easily. The manual has lots of screenshots to help.</p>
<p><img src="http://www.dazzlindonna.com/blog/wp-content/uploads/2011/04/httrack.jpg" alt="" title="httrack" width="300" height="233" class="alignnone size-full wp-image-2857" /></p>
<p>Personally, I like running this from the command line on my Linux computer, and I like using the -K option to use absolute urls in the links. When I run this from the command line, I use something like this:</p>
<p><code>httrack http://www.yoursite.com -O /home/you/somefolder -K</code></p>
<p>But I can&#8217;t guess at what your exact code should be, if you decide to use the command line instead of the graphical interface. You&#8217;ll need to read through the documentation to determine what&#8217;s right for you.</p>
<p>Regardless of how you run HTTrack, or what options you choose, once you have a folder that contains your entire site, all in a static HTML format, you&#8217;re ready to move it into WordPress.</p>
<h3>Import Your Content Into WordPress</h3>
<p>Start by installing a fresh copy of WordPress. Then add the following plugin and activate it.</p>
<p><a href="http://wordpress.org/extend/plugins/import-html-pages/" class="liwp">Import HTML Pages WordPress Plugin</a></p>
<p>Once activated, open up its options page and make a few choices there. You can choose either to create pages or posts (not both). When I used it, I chose pages. Now you need to tell it how to recognize &#8220;just the content&#8221; (without all the surrounding template code, sidebar, footer, etc.). My content was surrounded by a div with an id of &#8220;content&#8221; (&lt;div id=&#8221;content&#8221;&gt;all my content was here on each page&lt;/div&gt;), so that was easy, but as long as your content is surrounded by some sort of consistent, unique HTML tag, you can just specify that. </p>
<p><img src="http://www.dazzlindonna.com/blog/wp-content/uploads/2011/04/htmlpageimport.png" alt="" title="htmlpageimport" width="510" height="243" class="alignnone size-full wp-image-2858" /></p>
<p><b>Once you&#8217;ve set all the options, you&#8217;re ready to run it. Very quickly, you&#8217;ll have a new WordPress blog with all the pages of content that match the content of your old site.</b></p>
<p><i>At this point, you may need to either recreate the template as a WordPress theme or use a new design. Personally, I think using a new design at this point is a good idea. It&#8217;s probably time for your old site to get a fresh new design facelift, right? In any case, converting an HTML template to a WordPress theme is beyond the scope of this post. There are tons of tutorials on how to do that on the web, so I won&#8217;t try to reinvent that wheel here.</i></p>
<p>You may also need to make a few tweaks including possibly some redirects if needed, but all in all, in probably just a few minutes, you&#8217;ve converted your old static HTML site to a new, easy to maintain WordPress site.</p>
<hr />
<p><i>Final notes: Before you attempt this, you should carefully consider all the possible ramifications of making this change.</i></p>
<p>1. While WordPress makes maintaining a site very easy, and comes with some powerful modern advantages, there are some possible reasons to reconsider. For one thing, a static site is almost always going to load faster than a dynamic one, especially one that involves a database. If your site receives tons of traffic, a less-than-great server can probably handle the load if it&#8217;s serving static pages much better than it can handle serving a highly-traffic&#8217;d WordPress site. If this sounds like it may affect you, you might need to consider also upgrading to a better server and/or hosting company.</p>
<p>2. There may be some issues with URLs changing. There&#8217;s a good chance that you&#8217;ll need to adjust every page&#8217;s slug to match your old page URLs, or you&#8217;ll need to deal with redirecting all the old URLs to the new ones.</p>
<p>3. Some things may not work. It&#8217;s impossible to really guess at what those things might be, but maybe you have some pages on your site that use some sort of script to output some sort of crazy whatchamacallit. That script or whatchamacallit may not play well with WordPress.</p>
<p>The best idea is to do this conversion first as a test on a development site to see what gotchas might crop up. Since it&#8217;s fairly quick and easy to do, running a test first might save some headaches later on. </p>
<hr />
<p><small>© Donna for <a href="http://www.dazzlindonna.com/blog">DazzlinDonna</a>, 2011. |
<a href="http://www.dazzlindonna.com/blog/featured/how-to-convert-a-static-html-site-to-wordpress/">Permalink</a> |
<a href="http://www.dazzlindonna.com/blog/featured/how-to-convert-a-static-html-site-to-wordpress/#comments">51 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.dazzlindonna.com/blog/featured/how-to-convert-a-static-html-site-to-wordpress/&title=How To Convert A Static HTML Site To WordPress">del.icio.us</a>
<br/>
Post tags: <a href="http://www.dazzlindonna.com/blog/tag/html/" rel="tag">HTML</a>, <a href="http://www.dazzlindonna.com/blog/tag/httrack/" rel="tag">HTTrack</a>, <a href="http://www.dazzlindonna.com/blog/tag/static-site/" rel="tag">static site</a>, <a href="http://www.dazzlindonna.com/blog/tag/wordpress/" rel="tag">WordPress</a><br/>
This feed is for personal non-commercial use only. If you are not reading this in your news aggregator/reader or on <a href="http://www.dazzlindonna.com/blog">DazzlinDonna</a>, then the site you are looking at is probably infringing upon my copyright.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.dazzlindonna.com/blog/featured/how-to-convert-a-static-html-site-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
		<item>
		<title>Separation of Content From Presentation AND From Monetization</title>
		<link>http://www.dazzlindonna.com/blog/making-money-online/site-ideas/separation-of-content-from-presentation-and-from-monetization/</link>
		<comments>http://www.dazzlindonna.com/blog/making-money-online/site-ideas/separation-of-content-from-presentation-and-from-monetization/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 11:52:35 +0000</pubDate>
		<dc:creator>Donna</dc:creator>
				<category><![CDATA[Site Ideas]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[content management]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[monetization]]></category>
		<category><![CDATA[separation]]></category>

		<guid isPermaLink="false">http://www.dazzlindonna.com/blog/?p=1817</guid>
		<description><![CDATA[Back in the long ago world of HTML 1.0, when the Internet was just a tiny blip of a baby, we all wrote HTML code that covered everything &#8211; design and content. We&#8217;d spend a lot of time writing lots and lots of code, each time we created a new page. It was a bit [...]]]></description>
			<content:encoded><![CDATA[<p>Back in the long ago world of HTML 1.0, when the Internet was just a tiny blip of a baby, we all wrote HTML code that covered everything &#8211; design and content. We&#8217;d spend a lot of time writing lots and lots of code, each time we created a new page. It was a bit of a drag, but really, we didn&#8217;t know there could be a better way.</p>
<h3>CSS and Templates: Separation of Content From Presentation</h3>
<p>At some point, and no I don&#8217;t remember when, the movement to separate content from presentation via the use of CSS stylesheets took hold. With the added convenience of using templates and themes in content management systems, the separation was complete. It was a tough transition for the old-timers, sure, but the rewards were many and worth it.  One of those rewards involved the fact that the presentation / layout / design / style of the site could be dealt with once and then the site would essentially autogenerate that code in the future. All we had to do from then on was concentrate on writing content, and we could forget about including all the design code each time we wrote a new article.  </p>
<blockquote><p>This kind of automation (the use of stylesheets and templates) is extremely valuable because it eliminates tons of time, <b>without sacrificing quality</b>.</p></blockquote>
<h3>Monetization: Another Aspect We Can Separate / Automate</h3>
<p>I think it&#8217;s important to also separate and automate the monetization of your site as well. What do I mean by that? Well, I&#8217;m not just talking about placing ads in your templates, although that counts too. That&#8217;s just another aspect of separating your content from your presentation though. What I mean is that the entire concept of monetizing your site should be a completely separate thought process, and should be automated as much as possible, once the monetization methods have been chosen.</p>
<p>Just like you&#8217;d spend a fair amount of time setting up the design of your site before you start adding lots of great content, you should also spend a fair amount of time deciding how to monetize the site. Make those decisions early on, implement them into the template when possible, and know ahead of time how you&#8217;ll integrate them on an ongoing basis. If you plan ahead, and automate the process as much as possible beforehand, again, you&#8217;ll be left with the ability to concentrate on the really important stuff &#8211; the content!</p>
<h3>Why I Spend So Much Time Talking About Monetization</h3>
<p>I spend a lot of time on this site telling you about all the different ways you can monetize your site. I don&#8217;t spend nearly as much time talking about your site&#8217;s content because I don&#8217;t have any way of knowing what that is. Your content is what makes your site unique. Whatever that content is (text, audio, video, games, web apps, etc.), it&#8217;s the meat of the site. I can&#8217;t help with that in a general way, because it&#8217;s all very unique to you. <em>(Note: I do help with that in my <a href="http://www.ebuzzcoach.com/" class="liexternal">one-on-one coaching</a>, but that&#8217;s just not possible in this broad scope)</em>.  So instead, I focus on the things that can be generalized, and much of that involves methods of earning money from your sites.</p>
<p>If I had more skills as a designer, I&#8217;d probably also spend a lot of time talking about design and CSS, because that kind of information can be generalized easily as well. Luckily for you, there are <a href="http://www.smashingmagazine.com/" class="liexternal">plenty</a> of very <a href="http://randaclay.com/" class="liexternal">talented</a> designers and <a href="http://net.tutsplus.com/" class="liexternal">developers</a> who love to <a href="http://www.davidairey.com/" class="liexternal">share</a> their knowledge, so I know you can <a href="http://vector.tutsplus.com/" class="liexternal">find</a> that <a href="http://www.webdesignerwall.com/" class="liexternal">information</a> very easily.</p>
<h3>The Quick Takeaway</h3>
<p><strong>The first and most important thing you can do for your site is provide outstanding content to your users.</strong> What that outstanding content is &#8230; is totally dependent upon you. You&#8217;re the one with the knowledge, interest, and skills to determine what you can offer to the world via your site. That content should be the one thing that is so unique and so outstanding that it can&#8217;t be automated. Only you (or your company) can deliver it, and no automation is possible in its creation. (Actually, some content can be automated ONCE it&#8217;s initially created, such as a web application, but let&#8217;s just assume that we&#8217;re talking about &#8220;most&#8221; content here).</p>
<p><strong>All other aspects should be separate events, separate thought processes, and automated as much as possible. This includes design, style, presentation and monetization.</strong> Try to make decisions on all of this early on. Sure, you can and should tweak, adjust, and change as needed in the future, but the majority of the decisions should be dealt with early on, and utilized in such a way that the system automates the process in the future. You shouldn&#8217;t be thinking about monetization very often, any more than you think about your site&#8217;s template sidebars or footers very often. Once you do, you&#8217;ll find that your focus can be shifted to creating great content, and everything else follows naturally.</p>
<h3>One Caveat</h3>
<p><strong>DON&#8217;T completely forget about style or monetization forever and ever and ever!</strong> While I recommend focusing mostly on content on an ongoing basis, and letting the system handle the style and monetization as much as possible, I don&#8217;t want you to think that you should never ever think about either again. Of course, you should be analyzing traffic and income, and making adjustments to either presentation or monetization as needed. The point I wanted to emphasize, however, is that the <b>processes</b> should be separated and automated as much as possible, so the <b>content creation process</b> is the main focus on a daily basis. Periodically, however, you should analyze and adjust so that your income is maximized, and your users needs are continually met.</p>
<h3>The One Thing That Can&#8217;t Be Separated (In My Opinion)</h3>
<p>I don&#8217;t believe you can separate marketing and promotion from the process. Promotion of your content should go hand-in-hand with the creation of the content. You should know who the content will be promoted to before you ever finish creating the content. Once the content is created, the promotion of it should begin in earnest. You may even start promoting it before it is finished, by posting &#8220;teaser messages&#8221; ahead of time to build excitement.  In addition, the promotion of each piece of content may be unique to that content, so while you may be able to automate portions of it (such as automatically tweeting a blog post), the bulk of it should be unique to the individual content piece itself.</p>
<hr />
<p>Want to know what inspired me to write this particular post? A <a href="http://www.viperchill.com/probably-never-read/" class="liexternal">really great post</a> at Viperchill started the wheels churning and eventually it turned into this post. <img src='http://www.dazzlindonna.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  So, thanks, Glen, for getting my thoughts spinning.</p>
<br />
<hr />
<p><small>© Donna for <a href="http://www.dazzlindonna.com/blog">DazzlinDonna</a>, 2010. |
<a href="http://www.dazzlindonna.com/blog/making-money-online/site-ideas/separation-of-content-from-presentation-and-from-monetization/">Permalink</a> |
<a href="http://www.dazzlindonna.com/blog/making-money-online/site-ideas/separation-of-content-from-presentation-and-from-monetization/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.dazzlindonna.com/blog/making-money-online/site-ideas/separation-of-content-from-presentation-and-from-monetization/&title=Separation of Content From Presentation AND From Monetization">del.icio.us</a>
<br/>
Post tags: <a href="http://www.dazzlindonna.com/blog/tag/cascading-style-sheets/" rel="tag">Cascading Style Sheets</a>, <a href="http://www.dazzlindonna.com/blog/tag/content-management/" rel="tag">content management</a>, <a href="http://www.dazzlindonna.com/blog/tag/html/" rel="tag">HTML</a>, <a href="http://www.dazzlindonna.com/blog/tag/monetization/" rel="tag">monetization</a>, <a href="http://www.dazzlindonna.com/blog/tag/separation/" rel="tag">separation</a><br/>
This feed is for personal non-commercial use only. If you are not reading this in your news aggregator/reader or on <a href="http://www.dazzlindonna.com/blog">DazzlinDonna</a>, then the site you are looking at is probably infringing upon my copyright.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.dazzlindonna.com/blog/making-money-online/site-ideas/separation-of-content-from-presentation-and-from-monetization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick WordPress Tip &#8211; Leave Yourself A Note On The Dashboard</title>
		<link>http://www.dazzlindonna.com/blog/making-money-online/site-ideas/wordpress/quick-wordpress-tip-leave-yourself-a-note-on-the-dashboard/</link>
		<comments>http://www.dazzlindonna.com/blog/making-money-online/site-ideas/wordpress/quick-wordpress-tip-leave-yourself-a-note-on-the-dashboard/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 10:13:56 +0000</pubDate>
		<dc:creator>Donna</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.dazzlindonna.com/blog/?p=956</guid>
		<description><![CDATA[If you only have one WordPress blog, and never write guest posts elsewhere, you probably are very capable of remembering how to format your posts. I mean, how hard could it be to remember the maximum width to use for images, or which Hx tag (H1, H2, H3&#8230;) to separate sections of a post? Right? [...]]]></description>
			<content:encoded><![CDATA[<p>If you only have one WordPress blog, and never write guest posts elsewhere, you probably are very capable of remembering how to format your posts.  I mean, how hard could it be to remember the maximum width to use for images, or which Hx tag (H1, H2, H3&#8230;) to separate sections of a post?  Right?  </p>
<p>But try remembering even those two things when you write posts for several blogs.  If you&#8217;re anything like me, you never remember and you end up digging through old notes or View Source on blog posts to see what the format is.  Don&#8217;t you wish you could just jot down a note on the WordPress admin dashboard to remind you of those little things?  Guess what?</p>
<p>There&#8217;s a plugin for that!</p>
<p>Actually, there may be several, but the one I use is <a href="http://wordpress.org/extend/plugins/dashboard-post-it/" class="liwp">Dashboard Post-It</a>.  Here&#8217;s how it&#8217;s described:</p>
<blockquote><p>Adds a simple &#8216;Post-it&#8217; widget to the Dashboard that allows you to leave yourself or other authors a note. The plugin can be configured and moved around as any other Dashboard widget. It will accept plain text or (sanitized) HTML.</p></blockquote>
<p>If you own a multi-author blog, this is a great way to make sure everyone remembers all the little rules you have.  If you&#8217;re a blogger who posts for someone else, let them know about this little plugin.  It can make things easier for everyone.</p>
<p>Sometimes it&#8217;s the tiniest things that increase productivity and keep us from tearing our hair out in frustration.  <img src='http://www.dazzlindonna.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<hr />
<p><small>© Donna for <a href="http://www.dazzlindonna.com/blog">DazzlinDonna</a>, 2009. |
<a href="http://www.dazzlindonna.com/blog/making-money-online/site-ideas/wordpress/quick-wordpress-tip-leave-yourself-a-note-on-the-dashboard/">Permalink</a> |
<a href="http://www.dazzlindonna.com/blog/making-money-online/site-ideas/wordpress/quick-wordpress-tip-leave-yourself-a-note-on-the-dashboard/#comments">3 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.dazzlindonna.com/blog/making-money-online/site-ideas/wordpress/quick-wordpress-tip-leave-yourself-a-note-on-the-dashboard/&title=Quick WordPress Tip &#8211; Leave Yourself A Note On The Dashboard">del.icio.us</a>
<br/>
Post tags: <a href="http://www.dazzlindonna.com/blog/tag/dashboard/" rel="tag">Dashboard</a>, <a href="http://www.dazzlindonna.com/blog/tag/html/" rel="tag">HTML</a>, <a href="http://www.dazzlindonna.com/blog/tag/plugin/" rel="tag">plugin</a>, <a href="http://www.dazzlindonna.com/blog/tag/wordpress/" rel="tag">WordPress</a><br/>
This feed is for personal non-commercial use only. If you are not reading this in your news aggregator/reader or on <a href="http://www.dazzlindonna.com/blog">DazzlinDonna</a>, then the site you are looking at is probably infringing upon my copyright.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.dazzlindonna.com/blog/making-money-online/site-ideas/wordpress/quick-wordpress-tip-leave-yourself-a-note-on-the-dashboard/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>22 (+) SEO and Social Media Guest Posts</title>
		<link>http://www.dazzlindonna.com/blog/making-money-online/site-promotion/seo/22-seo-guest-posts/</link>
		<comments>http://www.dazzlindonna.com/blog/making-money-online/site-promotion/seo/22-seo-guest-posts/#comments</comments>
		<pubDate>Tue, 12 May 2009 10:35:22 +0000</pubDate>
		<dc:creator>Donna</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[ABC]]></category>
		<category><![CDATA[Birmingham]]></category>
		<category><![CDATA[energy]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[king]]></category>
		<category><![CDATA[Link Building]]></category>
		<category><![CDATA[online social communities]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[Robert Cialdini]]></category>
		<category><![CDATA[search budget]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[search marketing]]></category>
		<category><![CDATA[search marketing blueprint]]></category>
		<category><![CDATA[search marketing campaign]]></category>
		<category><![CDATA[search marketing efforts]]></category>
		<category><![CDATA[search marketing experiments]]></category>
		<category><![CDATA[search results]]></category>
		<category><![CDATA[search world]]></category>
		<category><![CDATA[SEOs]]></category>
		<category><![CDATA[social media attention]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[Vital Inclusion]]></category>

		<guid isPermaLink="false">http://www.dazzlindonna.com/blog/?p=818</guid>
		<description><![CDATA[Over time, I&#8217;ve written guest posts or contributory posts on several sites across the web. It occurred to me today that some of you might benefit from those postings, because they focus on topics that I don&#8217;t tend to delve into very much here on this blog. So I&#8217;ve rounded them up and hopefully I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>Over time, I&#8217;ve written guest posts or contributory posts on several sites across the web.  It occurred to me today that some of you might benefit from those postings, because they focus on topics that I don&#8217;t tend to delve into very much here on this blog.  So I&#8217;ve rounded them up and hopefully I&#8217;ve included them all, but I can&#8217;t promise that I didn&#8217;t forget about one or two of them.  If I missed any, someone let me know, k?  <img src='http://www.dazzlindonna.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><b>UPDATE: I&#8217;ll try to update this post occasionally as time goes by.</b></p>
<p><a href="http://www.growmap.com/event-curation-blogger/" class="liexternal">Be The Go-To Blogger for Topical Event Curation</a></p>
<p><em>Your blog can become the &#8220;go-to guide&#8221; for event news curation in your niche. When an event occurs, you can be the one to build a collection of content that is worth a reader’s time. Here are a few tips on becoming a great event curator.</em></p>
<hr />
<p><a href="http://seotrainingdojo.com/seo-dojo-radio-the-totally-dazzlin-edition.html">SEO Dojo Radio &#8211; the totally Dazzlin edition!<br />
</a></p>
<p><em>In the second half hour of this SEO Dojo Radio Podcast, I talk shop with David Harry and Terry Van Horne about SEO, making money online, marketing, and various things as we hold an informal industry discussion.</em></p>
<hr />
<p><a href="http://www.searchenginepeople.com/blog/discover-what-google-really-thinks-of-your-pages.html" class="liexternal">Discover What Google Really Thinks Of Your Pages</a></p>
<p><a href="http://www.searchenginepeople.com/blog/discover-what-google-really-thinks-of-your-pages.html" class="liimagelink"><img src="http://www.searchenginepeople.com/badge/viral/125-Viral6.jpg" alt="Gold Medal SEO Blog Post" class="floatright"></a><em>What does Google REALLY think of your site&#8217;s pages?  Determine the rate of importance that Google places upon each of your pages, not by PageRank, but by analyzing crawl rate.  Grab a free tool that tracks Googlebot and learn how to massage the data so that you can focus attention on those pages that you think are important, but Google apparently doesn&#8217;t.</em></p>
<hr />
<p><a href="http://www.searchenginepeople.com/blog/exhale-creativity-inhale-buzz.html" class="liexternal">Exhale Creativity: Inhale Buzz</a></p>
<p><em>Sometimes you jut get lucky and buzz spreads about your company, product, or service seemingly out of thin air. While it&#8217;s truly exciting when that happens, I wouldn&#8217;t sit around waiting for it. Sometimes you have to make your own luck.  Buzz usually requires an excellent product or service that just knocks the socks right off everyone. If yours can generate that WOW factor simply because it is so great and solves a problem that everyone has, then you&#8217;re definitely ahead of the game. However, even WOW products can be overlooked in the daily stream of our lives. That&#8217;s when you need to help get the buzz started, and creativity is the best way to make that happen.</em></p>
<hr />
<p><a href="http://www.searchenginepeople.com/blog/streamline-your-content-creation-process-with-time-saving-systems.html" class="liexternal">Streamline Your Content Creation Process With Time-Saving Systems</a></p>
<p><em>I run sites that are mostly informational in nature, and since informational sites need lots of actual … well … information, that means I spend a good deal of my time creating content. Creating good content takes time, and like most of you, I have very little time, so over the years I&#8217;ve created a &#8220;system&#8221; that helps me shave off as much wasted time as possible during the process. Here&#8217;s a glimpse at the content creation system that works for me. Feel free to use any parts of my system to streamline your own content creation process.</em></p>
<hr />
<p><a href="http://www.searchenginepeople.com/blog/intelligently-crafting-content.html" class="liexternal">Intelligently Crafting Content</a></p>
<p><em>I could start off this article by saying that to succeed with SEO, you should create high-quality content, but if I did that, you would immediately think, &#8220;same old &#8216;content is king&#8217; blah, blah, blah&#8221;, and you&#8217;d probably not read any further. So instead, let&#8217;s just start off by stipulating that creating great content is a given. So often, however, no one really goes beyond the phrase &#8220;good content&#8221; to discuss how to create that content, and just as importantly, how to plan it out, and effectively create a flow throughout the site.</em></p>
<hr />
<p><a href="http://www.searchenginepeople.com/blog/analyzing-your-text-content-from-a-graphic-point-of-view.html" class="liexternal">Analyzing Your Text Content from a Graphic Point of View</a></p>
<p><em>&#8220;You can&#8217;t see the forest for the trees&#8221; is an old saying that holds much truth when we are trying to analyze our own content. You&#8217;ve looked at your own content so much you probably no longer see it the way your visitors do (or the way search engines will). Sometimes I find it useful to look at the words on my site in a completely different way. By viewing your content differently than you&#8217;ve ever done before, you open up the possibility of seeing the individual trees within your content forest again. Here&#8217;s a little exercise I like to use now and then.</em></p>
<hr />
<p><a href="http://www.searchenginepeople.com/blog/link-bartering.html" class="liexternal">Link Bartering</a></p>
<p><em>Link bartering is NOT the act of trading links (reciprocal linking), but is the act of trading services, which usually results in acquiring nice links and recommendations.</em></p>
<hr />
<p><a href="http://www.searchenginepeople.com/blog/creating-subliminal-connections-between-your-site-and-hot-trends.html" class="liexternal">Creating Subliminal Connections Between Your Site and Hot Trends</a></p>
<p><em>What if you could associate your site, your niche, or your product with a hot new trend? What if the search results showed your site for that popular new gizmo or movie? What if I told you that you can create a subliminal connection between your site and any hot new gadget/movie/song/toy/etc. no matter what niche your site or product is in? And what if you stood a good chance of ranking well for that hot trend?</em></p>
<hr />
<p><a href="http://www.searchenginepeople.com/blog/the-swirling-vortex-of-social-networking.html" class="liexternal">The Swirling Vortex of Social Networking</a></p>
<p><em>Social networking is increasingly becoming a vital aspect of our search marketing efforts. The connections we form amongst our online social communities can provide ever-expanding avenues of awareness of our sites, brand recognition, and ultimately buzz and link-love.</p>
<p>Sadly, however, there is a dark side to social networking. This dark side is one that we&#8217;d rather not talk about because we are afraid we might see it within ourselves. What could possibly be so scary? I call it the swirling vortex of social networking.</em></p>
<hr />
<p><a href="http://www.scienceforseo.com/guest-posts/using-the-science-of-social-proof-in-seo/" class="liexternal">Using the Science of Social Proof in SEO</a></p>
<p><em>I&#8217;ve written about Robert Cialdini in the past and how his six persuasion principles can be used in search marketing. Briefly, the six principles are Liking, Reciprocity, Social Proof, Consistency, Authority, and Scarcity. All six are worth spending some serious study time with, but today I want to focus on just one &#8211; Social Proof.</em></p>
<hr />
<p><a href="http://www.directom.com/internet-marketing-blog/crawl-cache-dates-pagerank_386.html" class="liexternal">Tracking Site Page Importance Via Crawl Cache Dates</a></p>
<p><em>A discussion centered around the realization that Google cache dates were the new PageRank and that crawl frequency is an excellent indicator of the importance of a page, which leads to an explanation in how to track this metric.</em></p>
<hr />
<p><a href="http://holisticsearch.co.uk/2008/11/24/how-to-create-no-fail-hot-content/" class="liexternal">How To Create No-Fail Hot Content</a></p>
<p><em>Would you like your site content to rank well? Would you like your content to draw links like nails to a magnet? There is one strategy you can use to make sure the content you create is almost guaranteed to be a hit &#8211; and in the process it gathers backlinks and ranks well. This strategy isn&#8217;t some secret ninja tactic that would get your site banned if the search engines found out about it either. In fact, it&#8217;s a tactic that the search engines would be happy to recommend to all site owners.<br />
And while the actual creation of the content may take some time and effort, the concept is extremely simple. So what is this awesome strategy?</em></p>
<hr />
<p>Blueprint of a Successful SEO Campaign</p>
<p><em>The surest way to successfully construct a building is to follow a blueprint. A blueprint contains detailed plans and designs that enables skilled personnel to build the structure just from the blueprint. In the same way, a detailed set of plans is the surest way to build a successful search marketing campaign. And just like construction blueprints, while each SEO blueprint may be unique, each will also contain similar details to ensure success. What details should a search marketing blueprint contain?</em></p>
<hr />
<p>SEO &#8211; Vital Inclusion to the Overall Marketing Mix</p>
<p><em>Companies are beginning to embrace SEO as a legitimate means of marketing, but they often throw a paltry amount of marketing dollars towards it, or they allocate most or all of the search budget to PPC only. That is a mistake, even for companies that don&#8217;t sell products or services online. Let&#8217;s take a look at some interesting statistics that will help show how important it is for companies to concentrate significant resources towards ranking well in the search engines&#8217; organic rankings, which are the natural listings returned on the left side of the search results page.</em></p>
<hr />
<p>When A Good Idea Goes Wrong &#8211; SEO Oopsies</p>
<p><em>If you search the Internet, you can find at least a few dozen lists that outline the common mistakes a newbie SEO might make. Just to make sure I don&#8217;t leave out the obligatory list, I&#8217;ll present it below. After that, however, I&#8217;ll detail what really happens when a beginner starts to see results from his or her first search marketing experiments.</em></p>
<hr />
<p>This next batch is a series of posts I&#8217;ve done for <a href="http://www.seo-chicks.com/" class="liexternal">SEO Chicks</a>.  Keep in mind that the SEO Chicks blog is a sometimes serious, sometimes tongue-in-cheek, sometimes just plain goofy look at the search world, so if some of these posts seem a little &#8220;less than professional&#8221;, that would be why. </p>
<p><a href="http://www.seo-chicks.com/872/behavioral-based-ads-bad-for-publishers-and-scary-for-users.html" class="liexternal">Behavioral Based Ads Bad for Publishers and Scary for Users</a></p>
<p><em>Google just announced that it would start providing interest-based Adsense ads. I have a bit of experience with being a publisher that serves ad based on past user behavior and interests. That experience isn&#8217;t a very good one. If you are in the mood, follow along as I tell you my little tale of how behavior-based ads can be bad for everyone. (*names changed to protect the guilty and the innocent)</em></p>
<hr />
<p><a href="http://www.seo-chicks.com/458/dr-phil-would-tell-you-that-stubborness-wont-get-you-higher-rankings.html" class="liexternal">Dr. Phil Would Tell You That Stubborness Won&#8217;t Get You Higher Rankings</a></p>
<p><em>(A semi-fictional tale)</p>
<p>Back in the day, long, long, ago, SEO was a simpler time and place. With a little understanding of basic on-page fundamentals, and the knowledge that &#8216;the player with the most links wins&#8217; (even if those links were bogus or internally generated), a chicklet could own the SERPs. If that gal had a nice network of sites from which to gather backlinks, mo&#8217; betta!</p>
<p>Lots of things have changed over the years. Algos have injected annoying things such as &#8216;trust&#8217; and &#8216;quality&#8217; into the mix, and link juice no longer gets distributed evenly and equally, as algos decide whether or not there is enough juice to go around.</p>
<p>Despite the many changes, some folks just refuse to let go of the things they long to hold onto. Let&#8217;s consider the case of someone I like to call &#8220;Mr. Stubborn&#8221;. </em></p>
<hr />
<p><a href="http://www.seo-chicks.com/852/if-google-is-unable-to-remember-its-own-rules.html" class="liexternal">If Google Is Unable to Remember Its Own Rules</a></p>
<p><em>Google, really, you just can&#8217;t expect everyone in the universe who owns a web site to follow your rules. You&#8217;ve just proven that by not following your own rules.</em></p>
<hr />
<p><a href="http://www.seo-chicks.com/551/finding-seo-inspiration.html" class="liexternal">Finding SEO Inspiration</a></p>
<p><em>To be successful with your SEO campaign, you need to see beyond the simplistic ABC&#8217;s of search &#8211; looking past the typical optimization rules to get inspired. Find inspiration outside of the (chiclet) box, and you&#8217;ll likely find ways to improve both rankings and conversions!</em></p>
<hr />
<p><a href="http://www.seo-chicks.com/901/hypocrite-day.html" class="liexternal">Lets Call This Hypocrite Day Shall We?</a></p>
<p><em>There&#8217;s nothing new about this post. It&#8217;s been said before. But for those who still confuse ethics with believing whatever line of bull the search engines might be throwing out for their own betterment, I wanted to just put out a little reminder on this fine April day.</em></p>
<hr />
<p><a href="http://www.seo-chicks.com/587/link-building-ideas-for-link-building-challenged.html" class="liexternal">Link Building Ideas for the Link Building-Challenged</a></p>
<p><em>Since link building is about as fun as ripping off your own toenails with pliers, I thought it might be useful to spark some creative ideas into the heads of poor, depressed link builders. You know who you are. So without further ado, or maybe with lots of further ado, it depends on my mood &#8230;</em></p>
<hr />
<p><a href="http://www.seo-chicks.com/516/the-evolution-of-a-newbie-seo.html" class="liexternal">The Evolution of a Newbie SEO</a></p>
<p><em>All the stages a noob goes through while learning SEO</em></p>
<hr />
<p><a href="http://www.seo-chicks.com/562/seo-conferences-good-deal-or-no-deal.html" class="liexternal">SEO Conferences: Good Deal or No Deal?</a></p>
<p><em>I love SEO Conferences, but there&#8217;s a good possibility I&#8217;ll never attend another one. Why? Well, for one thing, after I tick off all the conference hosts today with this post, the SEO bouncers might block me from entering. But in reality, I may never go to another conference because the prices are just too freaking high. (please bear with me on this long rant, because really, you&#8217;ve GOT to read it all &#8211; seriously)</em></p>
<hr />
<p><a href="http://www.seo-chicks.com/653/the-long-cold-wintery-days-of-seo.html" class="liexternal">The Long Cold Wintery Days of SEO</a></p>
<p><em>The long, cold wintery days hold the same lures for SEOs. Trapped inside, bundled in warm, fuzzy pajamas or long-johns, the SEO prepares to strut his stuff. The goal: to seduce a bot into believing he holds the key to its spider-heart. Unfortunately, his mastery of the SEO process can be broken down into the same three primary stages as the lover.</em></p>
<hr />
<p>Also, since most of these are SEO related, I thought I&#8217;d throw in a few posts that I wrote on my old SEO Scoop blog that might interest anyone interested in the above&#8230;</p>
<p><a href="http://www.seo-scoop.com/2008/10/14/5-goals-search-optimized-page-seo-101/" class="liexternal">The 5 Goals of a Search Optimized Page</a></p>
<p><em>&#8220;How do I get my site to rank well?&#8221;. Start with understanding these 5 goals of a search optimized page, and then expand your knowledge with the resources compiled in the Beginner and Comprehensive Guides to SEO, Link Building, PPC, Social Media, Affiliate Marketing and Blogging post.</em></p>
<hr />
<p><a href="http://www.seo-scoop.com/2008/03/03/beginner-and-comprehensive-guides-to-seo-link-building-ppc-social-media-affiliate-marketing-and-blogging/" class="liexternal">Beginner and Comprehensive Guides to SEO, Link Building, PPC, Social Media, Affiliate Marketing and Blogging</a></p>
<p><em>A quick roundup of ebooks and guides, both free and paid, that would be useful for anyone wanting organized how-to info to study on SEO, affiliate marketing, etc.</em></p>
<hr />
<p><a href="http://www.dazzlindonna.com/seo-wordpress/" class="liinternal">SEO for WordPress</a></p>
<p><em>The HTML version of a presentation I did at WordCamp Birmingham in 2008 which was all about, well, SEO for WordPress.</em></p>
<hr />
<p>Finally, you might want to check out some of the <a href="http://www.personalbrandingmag.com/backissues.htm" class="liexternal">back issues of Personal Branding Magazine</a> to read my articles that focus on combining personal branding with SEO, along with fantastic articles from lots of other writers as well.  Hope some of those are useful to some of you.  <img src='http://www.dazzlindonna.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p> <img src='http://www.dazzlindonna.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<hr />
<p><small>© Donna for <a href="http://www.dazzlindonna.com/blog">DazzlinDonna</a>, 2009. |
<a href="http://www.dazzlindonna.com/blog/making-money-online/site-promotion/seo/22-seo-guest-posts/">Permalink</a> |
<a href="http://www.dazzlindonna.com/blog/making-money-online/site-promotion/seo/22-seo-guest-posts/#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.dazzlindonna.com/blog/making-money-online/site-promotion/seo/22-seo-guest-posts/&title=22 (+) SEO and Social Media Guest Posts">del.icio.us</a>
<br/>
Post tags: <a href="http://www.dazzlindonna.com/blog/tag/abc/" rel="tag">ABC</a>, <a href="http://www.dazzlindonna.com/blog/tag/birmingham/" rel="tag">Birmingham</a>, <a href="http://www.dazzlindonna.com/blog/tag/energy/" rel="tag">energy</a>, <a href="http://www.dazzlindonna.com/blog/tag/google/" rel="tag">Google</a>, <a href="http://www.dazzlindonna.com/blog/tag/html/" rel="tag">HTML</a>, <a href="http://www.dazzlindonna.com/blog/tag/king/" rel="tag">king</a>, <a href="http://www.dazzlindonna.com/blog/tag/link-building/" rel="tag">Link Building</a>, <a href="http://www.dazzlindonna.com/blog/tag/online-social-communities/" rel="tag">online social communities</a>, <a href="http://www.dazzlindonna.com/blog/tag/player/" rel="tag">player</a>, <a href="http://www.dazzlindonna.com/blog/tag/robert-cialdini/" rel="tag">Robert Cialdini</a>, <a href="http://www.dazzlindonna.com/blog/tag/search-budget/" rel="tag">search budget</a>, <a href="http://www.dazzlindonna.com/blog/tag/search-engines/" rel="tag">search engines</a>, <a href="http://www.dazzlindonna.com/blog/tag/search-marketing/" rel="tag">search marketing</a>, <a href="http://www.dazzlindonna.com/blog/tag/search-marketing-blueprint/" rel="tag">search marketing blueprint</a>, <a href="http://www.dazzlindonna.com/blog/tag/search-marketing-campaign/" rel="tag">search marketing campaign</a>, <a href="http://www.dazzlindonna.com/blog/tag/search-marketing-efforts/" rel="tag">search marketing efforts</a>, <a href="http://www.dazzlindonna.com/blog/tag/search-marketing-experiments/" rel="tag">search marketing experiments</a>, <a href="http://www.dazzlindonna.com/blog/tag/search-results/" rel="tag">search results</a>, <a href="http://www.dazzlindonna.com/blog/tag/search-world/" rel="tag">search world</a>, <a href="http://www.dazzlindonna.com/blog/tag/seo/" rel="tag">SEO</a>, <a href="http://www.dazzlindonna.com/blog/tag/seos/" rel="tag">SEOs</a>, <a href="http://www.dazzlindonna.com/blog/tag/social-media-attention/" rel="tag">social media attention</a>, <a href="http://www.dazzlindonna.com/blog/tag/social-networking/" rel="tag">social networking</a>, <a href="http://www.dazzlindonna.com/blog/tag/vital-inclusion/" rel="tag">Vital Inclusion</a><br/>
This feed is for personal non-commercial use only. If you are not reading this in your news aggregator/reader or on <a href="http://www.dazzlindonna.com/blog">DazzlinDonna</a>, then the site you are looking at is probably infringing upon my copyright.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.dazzlindonna.com/blog/making-money-online/site-promotion/seo/22-seo-guest-posts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Is Your Site Easy On The Eyes?</title>
		<link>http://www.dazzlindonna.com/blog/making-money-online/site-ideas/creativity-exercises/is-your-site-easy-on-the-eyes/</link>
		<comments>http://www.dazzlindonna.com/blog/making-money-online/site-ideas/creativity-exercises/is-your-site-easy-on-the-eyes/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 15:08:43 +0000</pubDate>
		<dc:creator>Donna</dc:creator>
				<category><![CDATA[Creativity Exercises]]></category>
		<category><![CDATA[beautiful site]]></category>
		<category><![CDATA[beautiful Web site designs]]></category>
		<category><![CDATA[but I know what looks good]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.dazzlindonna.com/blog/?p=762</guid>
		<description><![CDATA[I like to tell people that I&#8217;m no designer, but I know what looks good. Of course, each of us has her own opinion about &#8220;beauty&#8221; but over the years, scientific research suggests that our individual ideas on beauty aren&#8217;t so far apart. Simply put, we often find beauty in things that are symmetrical and [...]]]></description>
			<content:encoded><![CDATA[<p>I like to tell people that I&#8217;m no designer, but I know what looks good.  Of course, each of us has her own opinion about &#8220;beauty&#8221; but over the years, scientific research suggests that our individual ideas on beauty aren&#8217;t so far apart.  <i>Simply put, we often find beauty in things that are symmetrical and harmonious; things that are easy for our brains to process and assess, and that causes little to no confusion.</i>  My own version is that I get what I call &#8220;liquid eyes&#8221; when I see something that I perceive as beautiful.  My eyes feel as if they melt, flatten, or turn liquid, and I equate this reaction to the old phrase &#8220;easy on the eyes&#8221;.</p>
<blockquote><p>
So my first question to you today is this: Is your site easy on the eyes?</p>
<p>My second question: Are you sure?
</p></blockquote>
<p>My creative exercise for you today is to come up with your own top 10 list of the most beautiful site designs.*  These lists are <a href="http://www.google.com/search?hl=en&#038;q=most+beautiful+site+designs" class="liexternal">popular</a>, and you may even choose some favorite designs from these lists if you like.  In any case, once you choose your top 10, make small (400-500 pixels in width) screenshots of each.  Now, make a screenshot of your own site.  Look at all the screenshots side-by-side and answer the above questions again.</p>
<blockquote><p>
Pay attention to the symmetry, balance and harmony of your chosen designs&#8217; layouts, graphics, and color schemes.  Then judge your own site based on those same criteria.  Remember that a site can be simple and minimalistic and still be easy on the eyes.
</p></blockquote>
<p><b>This is your own judgement call, but if you can tweak your design even slightly to appeal to more users, you may find that you retain more users or increase conversions.</b>  There are other considerations of course, such as usability and focus, but this is just one small step that can be taken.  I encourage you to take it today.</p>
<p><i>* A few &#8220;most beautiful&#8221; lists others have created in the past to get you started:</p>
<p><a href="http://www.smashingmagazine.com/2007/07/04/inspiration-package-usable-elegant-inspiring-design-showcase/" class="liexternal">Inspiration Package: 60+ Usable &#038; Elegant Designs</a></p>
<p><a href="http://designm.ag/inspiration/non-profit-websites/" class="liexternal">40+ Inspirational Non-Profit Website Designs</a></p>
<p><a href="http://vandelaydesign.com/blog/design/minimalistic-web-design/" class="liexternal">25 Beautiful Minimalist Website Designs</a></p>
<p><a href="http://interactivemedias.blogspot.com/2008/12/top-100-most-beautiful-web-site-designs.html" class="liexternal">Top 100 Most beautiful Web site designs, Gorgeous Feminine Modern Simple Websites, and Inspirations html websites</a></p>
<p><a href="http://www.crazyleafdesign.com/blog/top-40-beautiful-and-inspirational-website-designs-of-2008/" class="liexternal">40 most beautiful and inspirational website designs of 2008</a></i></p>
<p> <img src='http://www.dazzlindonna.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<hr />
<p><small>© Donna for <a href="http://www.dazzlindonna.com/blog">DazzlinDonna</a>, 2009. |
<a href="http://www.dazzlindonna.com/blog/making-money-online/site-ideas/creativity-exercises/is-your-site-easy-on-the-eyes/">Permalink</a> |
<a href="http://www.dazzlindonna.com/blog/making-money-online/site-ideas/creativity-exercises/is-your-site-easy-on-the-eyes/#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.dazzlindonna.com/blog/making-money-online/site-ideas/creativity-exercises/is-your-site-easy-on-the-eyes/&title=Is Your Site Easy On The Eyes?">del.icio.us</a>
<br/>
Post tags: <a href="http://www.dazzlindonna.com/blog/tag/beautiful-site/" rel="tag">beautiful site</a>, <a href="http://www.dazzlindonna.com/blog/tag/beautiful-web-site-designs/" rel="tag">beautiful Web site designs</a>, <a href="http://www.dazzlindonna.com/blog/tag/but-i-know-what-looks-good/" rel="tag">but I know what looks good</a>, <a href="http://www.dazzlindonna.com/blog/tag/designer/" rel="tag">designer</a>, <a href="http://www.dazzlindonna.com/blog/tag/html/" rel="tag">HTML</a><br/>
This feed is for personal non-commercial use only. If you are not reading this in your news aggregator/reader or on <a href="http://www.dazzlindonna.com/blog">DazzlinDonna</a>, then the site you are looking at is probably infringing upon my copyright.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.dazzlindonna.com/blog/making-money-online/site-ideas/creativity-exercises/is-your-site-easy-on-the-eyes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dazzlin Badge of Excellence for LightEcho</title>
		<link>http://www.dazzlindonna.com/blog/general/excellence-awards/dazzlin-badge-of-excellence-for-lightecho/</link>
		<comments>http://www.dazzlindonna.com/blog/general/excellence-awards/dazzlin-badge-of-excellence-for-lightecho/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 16:49:29 +0000</pubDate>
		<dc:creator>Donna</dc:creator>
				<category><![CDATA[Excellence Awards]]></category>
		<category><![CDATA[economist and an experienced internet engineer]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[mass media]]></category>

		<guid isPermaLink="false">http://www.dazzlindonna.com/blog/?p=427</guid>
		<description><![CDATA[This Dazzlin Badge of Excellence is awarded to LightEcho. I haven&#8217;t given a badge of excellence in a while, and this is the first I&#8217;ve given to someone of the male species. I like this site, not only because it&#8217;s visually appealing to me, but because the information it contains is broad and varied, but [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.dazzlindonna.com/blog/wp-content/uploads/2007/06/dazzlinbadge.gif" alt="Dazzlin Badge of Excellence" class="floatleft">This Dazzlin Badge of Excellence is awarded to <strong><a href="http://www.lightecho.com/" class="liexternal">LightEcho</a></strong>.  I haven&#8217;t given a badge of excellence in a while, and this is the first I&#8217;ve given to someone of the male species. <img src='http://www.dazzlindonna.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I like this site, not only because it&#8217;s visually appealing to me, but because the information it contains is broad and varied, but still on point.  And what is that point?  Well, I&#8217;ll let <a href="http://www.lightecho.com/index.php/about" class="liexternal">Jonathan&#8217;s own words</a> explain that:</p>
<blockquote><p>LightEcho.com is the creation of a long time philosopher, a seasoned economist and an experienced internet engineer. It has been designed to provide insight, practical advice, and a new perspective on the emerging internet and technology that inhabit our everyday lives. By imparting ideas that are both attainable and enlightening, the internet can be understood on a level other than what is offered through mass media.</p></blockquote>
<p>I haven&#8217;t fully explored every post in LightEcho&#8217;s engaging repertoire, but of of the ones I&#8217;ve read, I&#8217;m hooked.  I bet you will be too.</p>
<p><i>If you&#8217;ve won a Dazzlin Badge of Excellence Award, you can display the awards badge on your site by pasting the following code into your page.  Just highlight it, copy it, and paste it.</i></p>
<pre class="brush: html">
&lt;a href=&quot;http://www.dazzlindonna.com/blog/&quot;&gt;
&lt;img src=&quot;http://www.dazzlindonna.com/images/dazzlinbadge.gif&quot; alt=&quot;Dazzlin Badge of Excellence&quot;&gt;
&lt;/a&gt;
</pre>
<p> <img src='http://www.dazzlindonna.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<hr />
<p><small>© Donna for <a href="http://www.dazzlindonna.com/blog">DazzlinDonna</a>, 2008. |
<a href="http://www.dazzlindonna.com/blog/general/excellence-awards/dazzlin-badge-of-excellence-for-lightecho/">Permalink</a> |
<a href="http://www.dazzlindonna.com/blog/general/excellence-awards/dazzlin-badge-of-excellence-for-lightecho/#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.dazzlindonna.com/blog/general/excellence-awards/dazzlin-badge-of-excellence-for-lightecho/&title=Dazzlin Badge of Excellence for LightEcho">del.icio.us</a>
<br/>
Post tags: <a href="http://www.dazzlindonna.com/blog/tag/economist-and-an-experienced-internet-engineer/" rel="tag">economist and an experienced internet engineer</a>, <a href="http://www.dazzlindonna.com/blog/tag/html/" rel="tag">HTML</a>, <a href="http://www.dazzlindonna.com/blog/tag/mass-media/" rel="tag">mass media</a><br/>
This feed is for personal non-commercial use only. If you are not reading this in your news aggregator/reader or on <a href="http://www.dazzlindonna.com/blog">DazzlinDonna</a>, then the site you are looking at is probably infringing upon my copyright.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.dazzlindonna.com/blog/general/excellence-awards/dazzlin-badge-of-excellence-for-lightecho/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>An Incredibly Easy Way To Legally Use Flickr Photos</title>
		<link>http://www.dazzlindonna.com/blog/making-money-online/business-development/tools-of-the-trade/easy-way-legally-use-flickr-photos/</link>
		<comments>http://www.dazzlindonna.com/blog/making-money-online/business-development/tools-of-the-trade/easy-way-legally-use-flickr-photos/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 08:33:58 +0000</pubDate>
		<dc:creator>Donna</dc:creator>
				<category><![CDATA[Tools of the Trade]]></category>
		<category><![CDATA[Author]]></category>
		<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Flickr photographer]]></category>
		<category><![CDATA[Greasemonkey]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://www.dazzlindonna.com/blog/2008/02/18/easy-way-legally-use-flickr-photos/</guid>
		<description><![CDATA[Flickr is a goldmine of images that you can use to spice up your web site or blog posts.  But there are some things you should be aware of, so that you can keep it all legal.  Now, I don't want this to just be some boring post about keeping it legal.  No, I intend to showcase how you can not only use Flickr images safely, but easily.

Let's face it, crafting a good blog post or site article takes time.  If I can find ways to cut corners, without sacrificing quality, I've just saved money.  And as far as I'm concerned, saving money is the same thing as making money.  

So, here's one way to quickly, easily, and legally find and use Flickr images&#8230; ]]></description>
			<content:encoded><![CDATA[<p>Flickr is a goldmine of images that you can use to spice up your web site or blog posts.  But there are some things you should be aware of, so that you can keep it all legal.  Now, I don&#8217;t want this to just be some boring post about keeping it legal.  No, I intend to showcase how you can not only use Flickr images <strong>safely</strong>, but <b>easily</b>.</p>
<p>Let&#8217;s face it, crafting a good blog post or site article takes time.  If I can find ways to cut corners, without sacrificing quality, I&#8217;ve just saved money.  And as far as I&#8217;m concerned, saving money is the same thing as making money.  </p>
<p><strong>So, here&#8217;s one way to quickly, easily, and legally find and use Flickr images in your blog posts or site articles.</strong></p>
<p>First, a quick lesson in copyright issues.  Flickr has tons of photos with <a href="http://creativecommons.org/" class="liexternal">Creative Commons</a> licensing, which allows you to use them, without cost, but with restrictions.  There are various forms of Creative Commons licenses.  Generally, I like to stick with the least restrictive, so that I never have to really worry about misunderstanding the license restrictions.  The least restrictive license is the <a href="http://creativecommons.org/licenses/by/3.0/" class="liexternal">Attribution (BY:)</a> license, which means that you can copy, distribute, display, and perform the copyrighted work, as well as any derivative works based upon it, but you must give credit (attribution).  In other words, you can pretty much do anything you want with it, including change it, but you must give credit back to the original license holder.  In the case of using Flickr photos in blogs, for example, you would generally link back to the Flickr photographer or page it was originally listed on.  (Note that the license actually says that you must attribute in whichever way the author specifies, however, in most cases on Flickr, the author doesn&#8217;t specify anything.  In that case, simply linking back is considered acceptable).</p>
<p><strong>To search for only those photos with the Attribution (BY:) license, just <a href="http://flickr.com/search/advanced/" class="liexternal">go to the Flickr advanced search page</a>.</strong>  Type the phrase you want to search for, and then at the bottom of the page, check the following:</p>
<p>__ Only search within Creative Commons-licensed photos<br />
__ Find content to use commercially<br />
__ Find content to modify, adapt, or build upon</p>
<p>This will ensure that you choose only a photo with the least restrictive Creative Commons restrictions.</p>
<p>Ok, now you&#8217;ve found a great photo to use.  The problem is that it can all become annoying and time-consuming to download the photo, upload it to your site, and then create the attribution links, so I went on a search for a way to make it easier.  Lucky for me, you can find almost anything on the Internet, and I&#8217;ve found a nice way to handle this.</p>
<p><strong>To use this quick shortcut, you&#8217;ll need to first be using <a href="http://www.mozilla.com/en-US/firefox/" class="liexternal">Firefox</a>, as this trick won&#8217;t work with IE.  In addition, you&#8217;ll need to download and install <a href="https://addons.mozilla.org/en-US/firefox/addon/748" class="liexternal">Greasemonkey</a>, and then install a particular Greasemonkey script, called Flickr Photo Link.   </strong><em>Greasemonkey is a Firefox extension that allows you to customize the way webpages look and function.  More Greasemonkey scripts can be found <a href="http://userscripts.org/scripts" class="liexternal">here</a>. </em></p>
<p>So what does this Flickr Photo Link script do?  If you&#8217;re logged in to Flickr, it generates a small attributed photo link in the comment box on every Flickr photo page you visit. <strong>To post the photo in a blog post or elsewhere, simply copy the generated HTML from the comment box and paste it anywhere you like.</strong>  Let&#8217;s look at an example.  I&#8217;ve installed the script and searched Flickr for a photo.  I found one I liked, and took a screenshot of what the page now looks like since I installed the script.  (See below).</p>
<p><img src='http://www.dazzlindonna.com/blog/wp-content/uploads/2008/02/flickrexample.JPG' alt='example of flickr script' /></p>
<p>See the code that I circled in red and pointed to?  Without this script, that code would not be there.  Normal Flickr image pages just show an empty Comments box, but this script automatically adds the code shown here.  <strong>All I have to do now, to be able to use the photo in this blog post, AND give credit to the copyright holder, is to cut and paste that code here</strong>.  I&#8217;m going to do that now, and the result will be below.</p>
<p><img src="http://farm3.static.flickr.com/2323/2272712944_2bec528dcf_m.jpg" /><br />
<br />from <a href="http://flickr.com/people/9058249@N04/" class="liexternal">Polka Dots Fill The Sky</a></p>
<p>See that photo and credit link above?  All I did to produce that was copy/paste the code I was provided by the script I installed.  That was so easy.  <strong>Now anytime I find a Flickr photo that I want to use, legally and easily, all I have to do is copy/paste the code I&#8217;m given on the photo&#8217;s page.  It doesn&#8217;t get any simpler than that</strong>.</p>
<p>As you can see, it automatically chooses the Small version of any photo, so if you want a different size, you&#8217;ll need to go with the old fashioned route of downloading and uploading.  But you can still make use of the attribution code (the part that starts with &#8220;from&#8221; in the code above).</p>
<p>So that&#8217;s my tip of the day for all of you who want to use Flickr Creative Commons photos, legally and easily.  Have fun!</p>
<p> <img src='http://www.dazzlindonna.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<hr />
<p><small>© Donna for <a href="http://www.dazzlindonna.com/blog">DazzlinDonna</a>, 2008. |
<a href="http://www.dazzlindonna.com/blog/making-money-online/business-development/tools-of-the-trade/easy-way-legally-use-flickr-photos/">Permalink</a> |
<a href="http://www.dazzlindonna.com/blog/making-money-online/business-development/tools-of-the-trade/easy-way-legally-use-flickr-photos/#comments">20 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.dazzlindonna.com/blog/making-money-online/business-development/tools-of-the-trade/easy-way-legally-use-flickr-photos/&title=An Incredibly Easy Way To Legally Use Flickr Photos">del.icio.us</a>
<br/>
Post tags: <a href="http://www.dazzlindonna.com/blog/tag/author/" rel="tag">Author</a>, <a href="http://www.dazzlindonna.com/blog/tag/creative-commons/" rel="tag">Creative Commons</a>, <a href="http://www.dazzlindonna.com/blog/tag/flickr/" rel="tag">Flickr</a>, <a href="http://www.dazzlindonna.com/blog/tag/flickr-photographer/" rel="tag">Flickr photographer</a>, <a href="http://www.dazzlindonna.com/blog/tag/greasemonkey/" rel="tag">Greasemonkey</a>, <a href="http://www.dazzlindonna.com/blog/tag/html/" rel="tag">HTML</a>, <a href="http://www.dazzlindonna.com/blog/tag/images/" rel="tag">images</a>, <a href="http://www.dazzlindonna.com/blog/tag/photos/" rel="tag">photos</a>, <a href="http://www.dazzlindonna.com/blog/tag/scripts/" rel="tag">scripts</a><br/>
This feed is for personal non-commercial use only. If you are not reading this in your news aggregator/reader or on <a href="http://www.dazzlindonna.com/blog">DazzlinDonna</a>, then the site you are looking at is probably infringing upon my copyright.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.dazzlindonna.com/blog/making-money-online/business-development/tools-of-the-trade/easy-way-legally-use-flickr-photos/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>When Is A Blog Not A Blog</title>
		<link>http://www.dazzlindonna.com/blog/making-money-online/site-ideas/wordpress/when-is-a-blog-not-a-blog/</link>
		<comments>http://www.dazzlindonna.com/blog/making-money-online/site-ideas/wordpress/when-is-a-blog-not-a-blog/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 08:10:41 +0000</pubDate>
		<dc:creator>Donna</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Content Management System]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[mind-blowing site]]></category>
		<category><![CDATA[profitable site]]></category>
		<category><![CDATA[regular site]]></category>

		<guid isPermaLink="false">http://www.dazzlindonna.com/blog/2007/12/03/when-is-a-blog-not-a-blog/</guid>
		<description><![CDATA[When is a blog not a blog? When it is a site that is managed like a blog, that&#8217;s when. Want to know a little secret? My most profitable site is not a blog. It&#8217;s just a regular site. You know, the kind that has existed for years, long before the word blog was invented. [...]]]></description>
			<content:encoded><![CDATA[<p>When is a blog not a blog?  When it is a site that is managed like a blog, that&#8217;s when.  </p>
<p><em>Want to know a little secret?</em>  My most profitable site is not a blog.  It&#8217;s just a regular site.  You know, the kind that has existed for years, long before the word blog was invented.  I almost never update it.  I hardly ever even think about it.  I certainly don&#8217;t post daily or weekly like I would do with a blog.  But if I had to do it all over again, I would build it as if it were a blog.  I still wouldn&#8217;t update it very often or think about it very often.  But when I needed to, it would be oh so much easier to do than it is right now.  So unless I plan to do some extra-special,  hoop-jumping, programming wizardry on my next site, I&#8217;ll create it using WordPress as if it were a blog.</p>
<p><em>But it won&#8217;t be a blog.</em></p>
<p>It will be a regular site that just happens to use WordPress as its foundation.  And you probably should too.  In the old days, I would have recommended something like Drupal or some other CMS (Content Management System) to you.  And then you would have asked me 5,000 questions about how to use it.  Keep in mind that a CMS is supposed to make life easier for non-programmers, but just using them can be a daunting experience.</p>
<p>WordPress is pretty darn easy to use.  It might not be as easy as 1-2-3, but it&#8217;s not much harder than that.  And it actually comes enabled with an option to make it work more like a regular site than a blog.  It&#8217;s not completely designed for it, and some tweaking needs to be done &#8211; usually to your theme (design) &#8211; but it doesn&#8217;t take much tweaking.</p>
<p>Normally, when using WordPress as a blog, any time you write a new post, you are writing just that &#8211; a post.  But you can also write <b>pages</b> instead of posts in WordPress, and these are handled differently than posts (they aren&#8217;t displayed in chronological order for example).  And if you tell WordPress to use one of those pages you wrote as your home page, it will!  So if you want a 10-page site, write 10 pages and assign one of them as the home page.  Easy, right?</p>
<p>Like I said, it&#8217;s not quite as simple as that, and the biggest issues almost always center around making changes to the theme you choose.  Frankly, unless you&#8217;re ready and willing to learn about HTML, PHP, and CSS, I&#8217;d probably recommend that you hire someone to make the theme changes for you.  Since you might be doing that anyway in order to get a custom theme for yourself, it probably won&#8217;t cost you any more than you would have paid in the first place.</p>
<p>You might want to check out this <a href="http://essentialkeystrokes.com/project-files-using-wordpress-to-build-a-traditional-web-site/" class="liexternal">Essential Keystrokes post</a>, as it gives yet another view of someone who went through this process.  You might also want to check out <a href="http://www.drikatruu.com/" class="liexternal">Drikatruu Jelly</a>.  That theme is one I&#8217;ve already mentioned that I like, and the site shows you how you can use it as a template for a WordPress CMS.  If you are feeling like tackling the project yourself, it might be the way to go.</p>
<p>So if you want to build a site, but you don&#8217;t want to be a blogger, you might want to consider using WordPress as a CMS.  If you plan to create some mind-blowing site that requires lots of custom programming, then this probably isn&#8217;t the way to go.  But if you want to just a build a regular site, put some pages up, maybe throw some affiliate links around, and then let it stand on its own, this might be a great way to make that happen.  When you do need to add a page, or change something you&#8217;ve written, it will be a breeze to do it through WordPress&#8217;s admin panel.  And over the years, that ease of use will be something you&#8217;ll come to appreciate very, very much.</p>
<p> <img src='http://www.dazzlindonna.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<hr />
<p><small>© Donna for <a href="http://www.dazzlindonna.com/blog">DazzlinDonna</a>, 2007. |
<a href="http://www.dazzlindonna.com/blog/making-money-online/site-ideas/wordpress/when-is-a-blog-not-a-blog/">Permalink</a> |
<a href="http://www.dazzlindonna.com/blog/making-money-online/site-ideas/wordpress/when-is-a-blog-not-a-blog/#comments">5 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.dazzlindonna.com/blog/making-money-online/site-ideas/wordpress/when-is-a-blog-not-a-blog/&title=When Is A Blog Not A Blog">del.icio.us</a>
<br/>
Post tags: <a href="http://www.dazzlindonna.com/blog/tag/cms/" rel="tag">CMS</a>, <a href="http://www.dazzlindonna.com/blog/tag/content-management-system/" rel="tag">Content Management System</a>, <a href="http://www.dazzlindonna.com/blog/tag/html/" rel="tag">HTML</a>, <a href="http://www.dazzlindonna.com/blog/tag/mind-blowing-site/" rel="tag">mind-blowing site</a>, <a href="http://www.dazzlindonna.com/blog/tag/profitable-site/" rel="tag">profitable site</a>, <a href="http://www.dazzlindonna.com/blog/tag/regular-site/" rel="tag">regular site</a>, <a href="http://www.dazzlindonna.com/blog/tag/wordpress/" rel="tag">WordPress</a><br/>
This feed is for personal non-commercial use only. If you are not reading this in your news aggregator/reader or on <a href="http://www.dazzlindonna.com/blog">DazzlinDonna</a>, then the site you are looking at is probably infringing upon my copyright.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.dazzlindonna.com/blog/making-money-online/site-ideas/wordpress/when-is-a-blog-not-a-blog/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Dazzlin Badge of Excellence for Coaching Wizardry</title>
		<link>http://www.dazzlindonna.com/blog/general/excellence-awards/dazzlin-badge-of-excellence-for-coaching-wizardry/</link>
		<comments>http://www.dazzlindonna.com/blog/general/excellence-awards/dazzlin-badge-of-excellence-for-coaching-wizardry/#comments</comments>
		<pubDate>Wed, 05 Sep 2007 13:39:25 +0000</pubDate>
		<dc:creator>Donna</dc:creator>
				<category><![CDATA[Excellence Awards]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Joanna Young]]></category>
		<category><![CDATA[writing coach]]></category>

		<guid isPermaLink="false">http://www.dazzlindonna.com/blog/2007/09/05/dazzlin-badge-of-excellence-for-coaching-wizardry/</guid>
		<description><![CDATA[This Dazzlin Badge of Excellence is awarded to Coaching Wizardry. Joanna Young is a writing coach, and on the surface her blog is a writing blog. She says that her blog is about &#8220;exploring the power of words to change our worlds, to transform our experience of reality.&#8221; But her blog is so much more [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.dazzlindonna.com/blog/wp-content/uploads/2007/06/dazzlinbadge.gif" alt="Dazzlin Badge of Excellence" class="floatleft">This Dazzlin Badge of Excellence is awarded to <strong>Coaching Wizardry</strong>.  Joanna Young is a writing coach, and on the surface her blog is a writing blog.  She says that her blog is about &#8220;exploring the power of words to change our worlds, to transform our experience of reality.&#8221;  But her blog is so much more than a blog about writing, so don&#8217;t confine your thinking about this one.  To me, this blog is inspiring.  It inspires thoughts and emotions, choices and actions, visions and lessons.  I mentioned that Attitude is a key aspect to your success, and in my opinion, you can use blogs like Coaching Wizardry to help define that attitude.  I&#8217;ve subscribed to this one and I think you should too.</p>
<p><i>If you&#8217;ve won a Dazzlin Badge of Excellence Award, you can display the awards badge on your site by pasting the following code into your page.  Just highlight it, copy it, and paste it.</i></p>
<pre class="brush: html">
&lt;a href=&quot;http://www.dazzlindonna.com/blog/&quot;&gt;
&lt;img src=&quot;http://www.dazzlindonna.com/images/dazzlinbadge.gif&quot; alt=&quot;Dazzlin Badge of Excellence&quot;&gt;
&lt;/a&gt;
</pre>
<p> <img src='http://www.dazzlindonna.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<hr />
<p><small>© Donna for <a href="http://www.dazzlindonna.com/blog">DazzlinDonna</a>, 2007. |
<a href="http://www.dazzlindonna.com/blog/general/excellence-awards/dazzlin-badge-of-excellence-for-coaching-wizardry/">Permalink</a> |
<a href="http://www.dazzlindonna.com/blog/general/excellence-awards/dazzlin-badge-of-excellence-for-coaching-wizardry/#comments">3 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.dazzlindonna.com/blog/general/excellence-awards/dazzlin-badge-of-excellence-for-coaching-wizardry/&title=Dazzlin Badge of Excellence for Coaching Wizardry">del.icio.us</a>
<br/>
Post tags: <a href="http://www.dazzlindonna.com/blog/tag/html/" rel="tag">HTML</a>, <a href="http://www.dazzlindonna.com/blog/tag/joanna-young/" rel="tag">Joanna Young</a>, <a href="http://www.dazzlindonna.com/blog/tag/writing-coach/" rel="tag">writing coach</a><br/>
This feed is for personal non-commercial use only. If you are not reading this in your news aggregator/reader or on <a href="http://www.dazzlindonna.com/blog">DazzlinDonna</a>, then the site you are looking at is probably infringing upon my copyright.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.dazzlindonna.com/blog/general/excellence-awards/dazzlin-badge-of-excellence-for-coaching-wizardry/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Dazzlin Badge of Excellence for Skelliewag</title>
		<link>http://www.dazzlindonna.com/blog/general/excellence-awards/dazzlin-badge-excellence-skelliewag/</link>
		<comments>http://www.dazzlindonna.com/blog/general/excellence-awards/dazzlin-badge-excellence-skelliewag/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 09:08:10 +0000</pubDate>
		<dc:creator>Donna</dc:creator>
				<category><![CDATA[Excellence Awards]]></category>
		<category><![CDATA[blog awards]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[online]]></category>

		<guid isPermaLink="false">http://www.dazzlindonna.com/blog/2007/08/24/156/</guid>
		<description><![CDATA[This Dazzlin Badge of Excellence is awarded to Skelliewag. Skelliewag&#8217;s tag line is &#8220;On Creating Content 2.0 To Match The New Web&#8221; and Skellie does a great job of doing just that, while teaching readers how to do the same. I love reading great content, and when that same great content gives tips on how [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.dazzlindonna.com/blog/wp-content/uploads/2007/06/dazzlinbadge.gif" alt="Dazzlin Badge of Excellence" class="floatleft">This Dazzlin Badge of Excellence is awarded to <strong>Skelliewag</strong>.  Skelliewag&#8217;s tag line is &#8220;On Creating Content 2.0 To Match The New Web&#8221; and Skellie does a great job of doing just that, while teaching readers how to do the same.  I love reading great content, and when that same great content gives tips on how to create more great content, well, it&#8217;s like a never-ending spinning kaleidoscope of great content.  <img src='http://www.dazzlindonna.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   There are many aspects to being successful with an online business, but creating fabulous content is way up at the top of the list, so I recommend subscribing to Skelliewag.</p>
<p><i>If you&#8217;ve won a Dazzlin Badge of Excellence Award, you can display the awards badge on your site by pasting the following code into your page.  Just highlight it, copy it, and paste it.</i></p>
<pre class="brush: html">
&lt;a href=&quot;http://www.dazzlindonna.com/blog/&quot;&gt;
&lt;img src=&quot;http://www.dazzlindonna.com/images/dazzlinbadge.gif&quot; alt=&quot;Dazzlin Badge of Excellence&quot;&gt;
&lt;/a&gt;
</pre>
<p> <img src='http://www.dazzlindonna.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<hr />
<p><small>© Donna for <a href="http://www.dazzlindonna.com/blog">DazzlinDonna</a>, 2007. |
<a href="http://www.dazzlindonna.com/blog/general/excellence-awards/dazzlin-badge-excellence-skelliewag/">Permalink</a> |
<a href="http://www.dazzlindonna.com/blog/general/excellence-awards/dazzlin-badge-excellence-skelliewag/#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.dazzlindonna.com/blog/general/excellence-awards/dazzlin-badge-excellence-skelliewag/&title=Dazzlin Badge of Excellence for Skelliewag">del.icio.us</a>
<br/>
Post tags: <a href="http://www.dazzlindonna.com/blog/tag/blog-awards/" rel="tag">blog awards</a>, <a href="http://www.dazzlindonna.com/blog/tag/html/" rel="tag">HTML</a>, <a href="http://www.dazzlindonna.com/blog/tag/online/" rel="tag">online</a><br/>
This feed is for personal non-commercial use only. If you are not reading this in your news aggregator/reader or on <a href="http://www.dazzlindonna.com/blog">DazzlinDonna</a>, then the site you are looking at is probably infringing upon my copyright.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.dazzlindonna.com/blog/general/excellence-awards/dazzlin-badge-excellence-skelliewag/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)

Served from: www.dazzlindonna.com @ 2012-02-11 01:41:36 -->
