<?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>ThoughtSparks &#187; Plug-ins</title>
	<atom:link href="http://www.thoughtsparks.net/category/plug-ins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thoughtsparks.net</link>
	<description>Igniting Ideas for the Common Good</description>
	<lastBuildDate>Tue, 20 Sep 2011 12:38:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Checklist for Setting Up a WordPress Website</title>
		<link>http://www.thoughtsparks.net/checklist-for-setting-up-a-wordpress-website/</link>
		<comments>http://www.thoughtsparks.net/checklist-for-setting-up-a-wordpress-website/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 11:30:34 +0000</pubDate>
		<dc:creator>webadmin</dc:creator>
				<category><![CDATA[Plug-ins]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web and Tech Helps]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thoughtsparks.net/2008/06/17/checklist-for-setting-up-a-wordpress-website/</guid>
		<description><![CDATA[Setting up WordPress websites has become a regular part of my work. Much more than just for blogs, the platform is ideal for rapidly launching sites. In fact, nine out...]]></description>
			<content:encoded><![CDATA[<p>
<style type="text/css">
ul.checklist
{
list-style-image: url(/wp-content/uploads/Image/checkmark.png);
}
</style>
</p>
<p>Setting up WordPress websites has become a regular part of my work. Much more than just for blogs, the platform is ideal for rapidly launching sites. In fact, nine out of ten WP sites I launch are non-blogging sites. I thought for my sake and for others who are looking for a checklist for what needs to be done to setup a WordPress website, I&#8217;d punch out a basic checklist for the process. This may get quite lengthy, but hopefully it will be a helpful resource to make sure all the bases are covered.</p>
<h2>Hosting</h2>
<ul class="checklist">
<li>Search for and select domain an open domain.</li>
<li>Sign-up with host and document access information.</li>
<li>Setup ftp access and document access information.</li>
<li>Setup MySQL database and document access information.</li>
<li>Create sub-folder on host with the same name as domain (This allows easy launching of additional sites on same host) and point domain to sub-folder.</li>
</ul>
<h2>WordPress Install</h2>
<ul class="checklist">
<li><a href="http://wordpress.org/download/">Download </a>and unzip latest version of WordPress.</li>
<li>Save wp-config-sample.php as wp-config and edit database access information in the top of the document. The documented info from your host provider, i.e. database name, host, username and password should be entered.</li>
<li>Upload WordPress and go to the domain address in the browser.</li>
<li>Click to install and be sure to copy the temporary Admin password into notepad and log-in to instigate the installation.</li>
<li>Immediately change the Admin password to something familiar so that you don&#8217;t lock yourself out of WordPress.</li>
</ul>
<h2>Basic WordPress Configuration</h2>
<ul class="checklist">
<li>During installation check the &quot;I would like to block search engines, but allow normal visitors&quot; during the configuration process. To change the setting later go to &quot;Settings&quot; under the Privacy link and change the option to &quot;I would like my blog to be visible to everyone, including search engines&#8230;&quot;.</li>
<li>Search for and upload a theme to modify. For CSS gurus who want to configure I highly customized site, I recommend using the <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox theme</a>. Not a lot of bells and whistles, but it provides a strip-down template to build from scratch.</li>
<li>Change the Permalink. Under settings in WP 2.5+ go to Permalinks and change the default. My favorite is the simple Custom Structure: /%postname%/.</li>
<li>Write a Page called &quot;Home&quot; and set it as the default homepage. Under &quot;Settings&quot; click on &quot;Reading&quot; and for &quot;Front page displays&quot; click &quot;A static page&quot; and select &quot;Home&quot; for under the &quot;Front page&quot; drop-down.</li>
<li>Setup the basic landing pages and sub-pages for the site. When a sub-page is created, under &quot;Page Parent&quot; select the parent page.</li>
<li>Delete the site Description. In most cases I have no need for the &quot;Tagline&quot; that is used for blogs. I&#8217;ll add-in my own meta tags later. Go to &quot;Settings&quot; which brings-up &quot;General Settings&quot; and delete the &quot;Tagline&quot;.</li>
</ul>
<h2>Install Plug-ins</h2>
<ul class="checklist">
<li>Download the <a href="http://www.deanlee.cn/wordpress/fckeditor-for-wordpress-plugin/">FCKEditor for WordPress plugin</a>. Unzip and upload folder to wp-content/plugins/. Then activate the plugin. This will instigate a much improved wysiwyg editor for pages and posts.</li>
<li>Download and install the <a href="http://www.ilfilosofo.com/blog/wp-db-backup">WordPress Database Backup</a> plugin. This nifty plugin can schedule to email you a backup of the database on a weekly basis. You will still need to download your site periodically, but what an amazing function to capture the content from the site.</li>
<li>Download and instlal <a href="http://www.deliciousdays.com/cforms-plugin">cforms II</a> an amazingly powerful forms configurator. This plugin is the most robust configurator I&#8217;ve found which both drops form submissions to a user-friendly database on the site as well as sends email submissions to the designated manager of the contacts.</li>
<li>For sites requiring mobile access <a href="http://alexking.org/projects/wordpress">WordPress Mobile Edition</a> plugin detects mobile users and serves-up the page in readable mobile format.</li>
<li>The <a href="http://www.internetofficer.com/wordpress/search-pages/">Search Pages</a> plugin enables the search function to return results from both pages and posts.</li>
<li>Install <a href="http://www.google.com/analytics/">Google Analytics</a> for web stats.</li>
</ul>
<h2>Design the Theme</h2>
<ul class="checklist">
<li>Create a back-up of the site before beginning to tweak the design.</li>
<li>For a simple, straightforward site: replace the header image, modify color scheme, font treatment and spacing as needed.</li>
<li>Tweak the navigation to display pages and ditch the other widgets except the search form.&nbsp; If hard-coded changes are needed in the navigation, start by inspecting the header.php,&nbsp; functions.php and possibly sidebar.php files. These will most likely contain the code for the menu.</li>
<li>Populate the site with enough content including images to get a feel for how well the navigation and flow of the site works.</li>
<li>Make adjustments to accomodate what is stipulated in the scope document. If you are working with a client, a scope document will save you grief as you will have the stipulated requirements for the site. This will help scope creep to get out of hand.</li>
</ul>
<h2>Before Going Live</h2>
<ul class="checklist">
<li>Create an account for content managers.</li>
<li>Orient the user with the site with basic update training.</li>
<li>Check for browser compatibility in major and current search engines. There&#8217;s much debate on this subject. Generally I ensure at least the current and previous versions of FireFox and IE work well.</li>
<li>Go back to the Privacy setting and enable search engines to find the site.</li>
<li>Spell check and surf the site looking for content or graphical errors. Ideally, it&#8217;s good to ask other folks to hit the site as well.</li>
<li>Use the free online ad credits the host gives with a new account to help launch the site and emphasize to the client that ranking in the engines takes time.</li>
</ul>
<p>There&#8217;s the initial run-down. This is by no means an exhaustive list. Depending on requirements the design phase could become quite lengthy. There are also a boat load of other plugins, but those are the most common ones I use for a typical configuration. I may continue to add items down the line as they come to mind. Any good suggestions will be added as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thoughtsparks.net/checklist-for-setting-up-a-wordpress-website/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>ScribeFire: Hot Blog Editing Plug-in for FireFox</title>
		<link>http://www.thoughtsparks.net/scribefire-hot-blog-editing-plug-in-for-firefox/</link>
		<comments>http://www.thoughtsparks.net/scribefire-hot-blog-editing-plug-in-for-firefox/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 06:04:27 +0000</pubDate>
		<dc:creator>webadmin</dc:creator>
				<category><![CDATA[FireFox]]></category>
		<category><![CDATA[Plug-ins]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web and Tech Helps]]></category>

		<guid isPermaLink="false">http://www.thoughtsparks.net/2007/08/28/scribefire-hot-blog-editing-plug-in-for-firefox/</guid>
		<description><![CDATA[ScribeFire is a very well designed FireFox plug-in that enables a blogger to write posts right in their browser. The features that I enjoy most about ScribeFire include: Launch the...]]></description>
			<content:encoded><![CDATA[<div><img src="http://www.thoughtsparks.net/wp-content/uploads/2007/08/scribefire.jpg" alt="ScribeFire Firefox blog writing plug-in" /></div>
<p><a href="http://www.scribefire.com">ScribeFire</a> is a very well designed FireFox plug-in that enables a blogger to write posts right in their browser.</p>
<p>The features that I enjoy most about <a href="http://www.scribefire.com">ScribeFire</a> include:</p>
<ol>
<li>Launch the editor right in the browser with an icon that rests at the bottom of the browser window.</li>
<li>Continue viewing a webpage while you write in the bottom-half of the screen.</li>
<li>Save your posts as notes and return to them later. This is especially handy if you are working on several at one time.</li>
<li>Upload your images from within the ScribeFire <span class="TSDef" title="File Transfer Protocol, a common method for moving files from desktop to webserver">FTP</span> function and insert into your post.</li>
<li>Post to multiple blogs from the same application.</li>
<li>Utilize the full <span class="TSDef" title="What You See is What You Get, meaning a graphical user interface for editing">WYSIWYG</span> Editor for quick formatting.</li>
<li>Manage your tags from within ScribeFire.</li>
<li>Publish straight to the blog when finished editing.</li>
<li>Built-in spell check with just a right-click.</li>
</ol>
<p>One of the frustrations I had with blogging directly into WordPresses blogging application was losing my information if I left that window or the connection to the server crashed for some reason. I find that I lose much less information when using ScribeFire. The content is written locally on my machine and even though it does not have an auto-save feature, the &#8220;Save as a Note&#8221; button is right below where I&#8217;m typing so I tend to save often and rarely lose text.</p>
<p><a href="http://www.scribefire.com">ScribeFire</a> Supports the following blog applications and services:</p>
<ul>
<li>WordPress</li>
<li>Movable Type</li>
<li>Drupal</li>
<li>Textpattern</li>
<li>Roller</li>
<li>MetaWeblog API</li>
<li>Blogger</li>
<li>WordPress.com</li>
<li>TypePad.com</li>
<li>Live Journal</li>
<li>Windows Live Spaces</li>
<li>Performancing</li>
<li>Jeeran</li>
</ul>
<p>If your blog is not on this list, you may want to try to manually setup through the Custom Blog settings. I have not yet been able to get Twitter, Jaiku or Pownce to work through ScribeFire.</p>
<p>One feature I don&#8217;t recommend: bookmarking in Del.icio.us and technorati.com. I found toggling between the functions to be a bit clunky. There are other more efficient and effective methods for interfacing with those sites than using <a href="http://www.scribefire.com/">ScribeFire</a>. Like many programs, they added-in more features than needed. The magic of most well-developed plug-ins is their simplicity. That said, if you ignore that functionality, I think you will find this to be a very streamlined, rock solid method for updating your blog.</p>
<p>This is the best web editing tool I have found to date. Have you had any experience with other web editors? What features do you find most helpful?</p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thoughtsparks.net/scribefire-hot-blog-editing-plug-in-for-firefox/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Snag Color and Dimensions from Any Web Page</title>
		<link>http://www.thoughtsparks.net/snag-color-and-dimensions-from-any-web-page/</link>
		<comments>http://www.thoughtsparks.net/snag-color-and-dimensions-from-any-web-page/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 12:47:49 +0000</pubDate>
		<dc:creator>webadmin</dc:creator>
				<category><![CDATA[FireFox]]></category>
		<category><![CDATA[Plug-ins]]></category>
		<category><![CDATA[Web and Tech Helps]]></category>

		<guid isPermaLink="false">http://www.thoughtsparks.net/2007/09/19/snag-color-and-dimensions-from-any-web-page/</guid>
		<description><![CDATA[There are two really slick FireFox add-ons guaranteed to save you time with site layout and configuration. Colorzilla &#8211; Just click-on the eye-dropper and hover over any area of a...]]></description>
			<content:encoded><![CDATA[<p>There are two really slick FireFox add-ons guaranteed to save you time with site layout and configuration.</p>
<div><a href="https://addons.mozilla.org/en-US/firefox/addon/271">Colorzilla</a> &#8211; Just click-on the eye-dropper and hover over any area of a web page to get the read-out of its color in either RGB or Hex color. This is most excellent for quick reference for your own site or for selecting colors from other sites you visit.</div>
<div>
<a href="https://addons.mozilla.org/en-US/firefox/addon/271"><img src="http://www.thoughtsparks.net/wp-content/uploads/2007/09/colorzilla.jpg" alt="" /></a></div>
<div><a href="https://addons.mozilla.org/en-US/firefox/addon/539">MeasureIT</a> &#8211; Works very similar to Colorzilla. Click-on the icon in the bottom left corner of the browser and drag over the dimensions on your screen to see width and height of a region. </div>
<div>
<a href="https://addons.mozilla.org/en-US/firefox/addon/539"><img src="http://www.thoughtsparks.net/wp-content/uploads/2007/09/measureit.jpg" alt="" /></a></div>
<p>As a developer I&#8217;ve spent who knows how many hours using print-screen to capture an image and pulling it into Photoshop just to get the colors or size dimensions. Not anymore with these nifty utilities. </p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thoughtsparks.net/snag-color-and-dimensions-from-any-web-page/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>FireFTP Add-on for FireFox is Divine</title>
		<link>http://www.thoughtsparks.net/fireftp-add-on-for-firefox-is-divine/</link>
		<comments>http://www.thoughtsparks.net/fireftp-add-on-for-firefox-is-divine/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 12:59:12 +0000</pubDate>
		<dc:creator>webadmin</dc:creator>
				<category><![CDATA[FireFox]]></category>
		<category><![CDATA[Plug-ins]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Web and Tech Helps]]></category>

		<guid isPermaLink="false">http://www.thoughtsparks.net/2007/08/23/fireftp-add-on-for-firefox-is-divine/</guid>
		<description><![CDATA[Finally, I found a quick and convenient way to launch an FTP session in my browser. FireFTP add-on for Firefox now ranks as my top Plug-in. The program launches quickly...]]></description>
			<content:encoded><![CDATA[<div align="center"><img alt="" src="http://www.thoughtsparks.net/wp-content/uploads/2007/08/fireftp.jpg" /></div>
<p>
Finally, I found a quick and convenient way to launch an FTP session in my browser. <a href="https://addons.mozilla.org/en-US/firefox/addon/684">FireFTP</a> add-on for Firefox now ranks as my top Plug-in. The program launches quickly within FireFox, is convenient to use because I already have Firefox open and was a snap to setup. The interace worked very similar to FileZilla with drag and drop transfer of files. Once you install the software, you&#8217;ll want to customize your toolbar under view by dragging the <a href="https://addons.mozilla.org/en-US/firefox/addon/684">FireFTP</a> icon to a toolbar. You will need to setup your accounts, which seemed pretty straight-forward. There&#8217;s really not the much too it and your done. As with all the other great plug-ins that I use with Firefox, this too is free. And if you don&#8217;t yet have the <a href="http://www.mozilla.com/en-US/">Firefox browser</a>, what are you waiting for?</p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thoughtsparks.net/fireftp-add-on-for-firefox-is-divine/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Firebug Firefox Add-on Top Developer Tool</title>
		<link>http://www.thoughtsparks.net/firebug-firefox-add-on-top-developer-tool/</link>
		<comments>http://www.thoughtsparks.net/firebug-firefox-add-on-top-developer-tool/#comments</comments>
		<pubDate>Sun, 19 Aug 2007 07:10:23 +0000</pubDate>
		<dc:creator>webadmin</dc:creator>
				<category><![CDATA[CSS Made Easy]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[Plug-ins]]></category>
		<category><![CDATA[Web and Tech Helps]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.thoughtsparks.net/2007/08/19/firebug-firefox-add-on-top-developer-tool/</guid>
		<description><![CDATA[A developer friend of mine turned me on to the Firefox Add-on Firebug. This tool, not only is invaluable for troubleshooting code for developers, it proved invaluable for revising thoughtsparks.net....]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://www.thoughtsparks.net/wp-content/uploads/2007/08/firebug.jpg" /></p>
<p>A developer friend of mine turned me on to the Firefox Add-on Firebug. This tool, not only is invaluable for troubleshooting code for developers, it proved invaluable for revising <a href="http://www.thoughtsparks.net">thoughtsparks.net</a>. This nifty plug-in allows one to walk through the code and stylesheet on the fly while looking at a page. In the sea of WordPress styles, it helped to sort out what div was affected and allowed for fairly rapid revision to my blog. I&#8217;ve used this tool in a more robust environment as well and can testify to it&#8217;s utility across the spectrum. Check it out at: <a href="http://www.getfirebug.com">getfirebug.com</a>. </p>
<p>BTW, any thoughts on the newer look for <a href="http://www.thoughtsparks.net">thoughtsparks.net</a>? I take an evolutionary approach to site revision&#8230;a little at a time.
</p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thoughtsparks.net/firebug-firefox-add-on-top-developer-tool/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>WordPress Plug-in Tips</title>
		<link>http://www.thoughtsparks.net/wordpress-plug-in-tips/</link>
		<comments>http://www.thoughtsparks.net/wordpress-plug-in-tips/#comments</comments>
		<pubDate>Thu, 24 May 2007 12:34:20 +0000</pubDate>
		<dc:creator>webadmin</dc:creator>
				<category><![CDATA[Blog Tip]]></category>
		<category><![CDATA[Plug-ins]]></category>
		<category><![CDATA[Web and Tech Helps]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thoughtsparks.net/2007/05/24/wordpress-plug-in-tips/</guid>
		<description><![CDATA[WordPress, largely due to its huge user base has become a fairly robust blog app. Even for some sites it works well as a limited Content Managed System. As of...]]></description>
			<content:encoded><![CDATA[<p>WordPress, largely due to its huge user base has become a fairly robust blog app. Even for some sites it works well as a limited Content Managed System. As of late there has been an increased proliferation of Plug-ins that make it easy, even for the newbies to web publishing to custom configure their site. Plug-ins however have their pluses and minuses.</p>
<h2>Tips for Using Plug-ins</h2>
<ol>
<li><strong>Don&#8217;t use more plug-ins that are necessary. </strong>Plug-ins like any other addition to your page slow the load time. Most of your users are probably on broadband, but I&#8217;ve seen all too often bloggers overload their site to a noticeable degree.</li>
<li><strong>Trust your friends not the coder. </strong>There are some really great solutions developed by brilliant folks out there. If they are solid someone will pick-up on it, use it and tell the world about it. Go with proven solutions.</li>
<li><strong>Use traditional scripting when possible. </strong>I&#8217;ve noticed that some of the plug-ins developed are bloated and have seen some take my site down when applied. When possible I find a script that I can apply directly to the code rather than a plug-in. Those tend to be lighter and less problematic. Scripts usually involve placing some code in the header and a piece of code in the location to apply the affect on the page.</li>
</ol>
<h2>Alternate Example to a Plug-in</h2>
<p>Last night I was mucking around with Jaiku and decided it was time to go the Jaiku way over Twitter. (Still posting to both but I like Jaikus stability and features). I found a plug-in to display latest Jaiku posts. The plug-in took my site down until I deactivated it. There were three things I noticed about the plug-in.</p>
<ol>
<li>It wanted my Jaiku API code which is really not necessary with an RSS feed. This should have been my first tip-off that the guy didn&#8217;t think through his app.</li>
<li>The code was bloated. More code means slower load time.</li>
<li>He was a marketing guy doing coding. No offense here, I&#8217;m a designer and marketer as much as a coder which is why I don&#8217;t develop plug-ins, hehe.</li>
</ol>
<p>I did a little more research and found a really light solution from <a href="http://www.pluggedout.com/development/2007/05/11/javascript-json-script-for-jaiku/">PluggedOut Development</a> that required placing a script in the header and a small piece of code in the side bar. It was light, non-invasive and developed by folks who know what they are doing. Works really well and I am one happy camper.</p>
<h2>Recommended Plug-ins</h2>
<ol>
<li><a href="http://akismet.com/">Akismet </a>- protection against spam. This is a no brainer. It comes already loaded, works amazingly well and is non-invasive to your users.</li>
<li><a href="http://www.nothing2hide.net/wp-plugins/wordpress-global-translator-plugin/">Global Translator</a>. This plug-in boosts traffic from around the globe and is nicely configurable for layout. If you want to be more reachable to the world outside strong native speaker, use this plug-in.</li>
<li><a href="http://www.lesterchan.net/portfolio/programming.php">WP-Print. </a>This plug-in really shouldn&#8217;t be necessary but the designers of WordPress and tempate builders rarely think about making the site print-friendly which is really a no brainer in my book. Print-friendly pages largely involve dropping-out unnecessary elements on the page.</li>
</ol>
<h2>Plug-ins That Work OK</h2>
<ol>
<li><a href="http://www.deanlee.cn/wordpress/fckeditor-for-wordpress-plugin/">FCKEditor </a>- Replaces the WordPress Editor buttons. It&#8217;s a little klunky, but better than the one pre-installed.</li>
<li><a href="http://push.cx/sociable">Sociable</a> &#8211; This plug-in is ok, but I might ditch it with just some hardcoded icons and links. It&#8217;s an alternate way have folks bookmark your site.</li>
<li><a href="http://kashou.net/blog/inline-ajax-comments">Inline Ajax Comments</a> &#8211; This plug-in looks cool but I&#8217;m thinking of ditching it. Not really sure if how much of an added benefit to the site.</li>
</ol>
<h2>Why Be More Conservative with Plug-ins and Buttons</h2>
<ol>
<li>Page loads lighter as I already indicated.</li>
<li>Many blogs look tacky with bright colors that cloud your message.</li>
<li>You are promoting other sites often without real benefit back to the purpose of your site.</li>
<li>You won&#8217;t win readership by cool effects, unless you are a generator of those effects.</li>
<li>Only use them if it makes your site more user-friendly or effective.</li>
</ol>
<p>Keep your site light, focus on generating original content and apply good design principles to your site and you will win readership and respect from folks.</p>
<p>Peace out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thoughtsparks.net/wordpress-plug-in-tips/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

