<?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>TimeForBlogging &#187; Wordpress</title>
	<atom:link href="http://www.timeforblogging.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.timeforblogging.com</link>
	<description>Blogging, Website Tips, eCommerce, Forums and Web-Entrepreneurship</description>
	<lastBuildDate>Wed, 28 Dec 2011 06:27:37 +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>Tools for Finding the Right HTML Hex Colors: Color Codes, Charts, Wheels, &amp; Wizards</title>
		<link>http://www.timeforblogging.com/2007/05/12/tools-for-finding-the-right-html-hex-colors-color-codes-charts-wheels-wizards/</link>
		<comments>http://www.timeforblogging.com/2007/05/12/tools-for-finding-the-right-html-hex-colors-color-codes-charts-wheels-wizards/#comments</comments>
		<pubDate>Sat, 12 May 2007 22:48:12 +0000</pubDate>
		<dc:creator>Joshua Dorkin</dc:creator>
				<category><![CDATA[Blog Design]]></category>
		<category><![CDATA[Website Tools]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.timeforblogging.com/2007/05/12/tools-for-finding-the-right-html-hex-colors-color-codes-charts-wheels-wizards/</guid>
		<description><![CDATA[<p></p><p>Obviously, color is an extremely important aspect of web design and style. Figuring out the right colors to use is not easy for a lot of people.  I put together a bunch of helpful resources to make it a bit easier to find colors and different color schemes.  In addition, I explain to those who are unfamiliar how exactly to use the colors you find to change the look of your website.</p>
<h2>Color Resources</h2>
<p><center><a href="http://www.ficml.org/jemimap/style/color/wheel.html"><font size="+1"><b>4096 Color Wheel</b></font></a>
<p>
<a href="http://www.ficml.org/jemimap/style/color/wheel.html"><img src='http://www.timeforblogging.com/wp-content/uploads/2007/05/4096-color-wheel.jpg' alt='4096 color wheel' border="0" /></a></center>
<p>The <a href="http://www.ficml.org/jemimap/style/color/wheel.html">4096 Color Wheel</a> is where I go when all I need is the Hex code for certain colors.  The site is very simple to navigate;  just click a color on the wheel that is close to one you want to use, then use the palette next to it to find the perfect shade.  Once you click on the shad you like, you&#8217;ll see it show up on the leftmost color chart.  </p>
<p><center><a href="http://www.colorsontheweb.com/colorwizard.asp"><font size="+1"><b>The Color Wizard</b></font></a>
<p>
<a href="http://www.colorsontheweb.com/colorwizard.asp"><img src='http://www.timeforblogging.com/wp-content/uploads/2007/05/color-wizard.jpg' alt='color wizard' border='0' /></a></center>
<p>Looking for a site that makes color matching easy? Check out <a href="http://www.colorsontheweb.com/colorwizard.asp">The Color Wizard</a> This site makes picking out color themes for a website a piece of cake!  Use the color sliders to pick a color that works for you, and the site will find color variations of similar Hue, Saturation, Tint, &#038; Shade. Once you&#8217;ve found the color you&#8217;re happy with, go to the bottom right corner of the site and you&#8217;ll see SUGGESTED COLOR SCHEMES.  These are generated from the color you&#8217;ve chosen, and you can look at different choices of schemes including: Monocromatic, Analugus, Triadic, Tetradic, Complimentary, and Split Complimentary.  Personally, I think the Monocromatic palettes are the best.  <strong>This is my favorite of the bunch!</strong></p>
<p><center><a href="http://kuler.adobe.com/#themes/rating?time=30"><font size="+1"><b>Kuler</b></font></a>
<p>
The <a href="http://kuler.adobe.com/#themes/rating?time=30">Kuler</a> is a site I found recently.  This site does almost exactly what the Color Wizard does, so there is no need for me to repeat myself.  I suppose people might pick one over the other, but it would be soley for personal preference.  </p>
<p><center><a href="http://www.worqx.com/color/" class="broken_link"><font size="+1"><b>Color Theory Lessons</b></font></a>
<p></center><br />
The final resource I thought worth mentioning is a site devoted to <a href="http://www.worqx.com/color/" class="broken_link">Color Theory Lessons</a>.  If you&#8217;re interested in learning more about color and color theory, this site has a great tutorial that walks you through everything you want to know.  Explore things concepts including complementary colors, color &#038; contrast, shades &#038; tints, and much more. </p>
<h2>How to Use Hex Colors in HTML</h2>
<p>If you&#8217;re interested in web design or simply jazzing up your blog, you will need to know how to tell your computer what color you want to use.  As a result, you will likely need to use something called <strong>hex colors</strong>.  Put simply, hex color codes represent different colors that we can see.  They are codes that make it easy for a computer to understand what color you&#8217;re referencing.</p>
<p>Without them, we&#8217;d need words to describe every color in the spectrum.  They simplify things.  I&#8217;m not going to go into too much detail here, but I&#8217;ll give an example that demonstrate the use of these codes:</p>
<p>If you wanted to change the color of text to a color of your choice, all you need to do is use the font tag and place a hex color code in it.<br />
e.g. &#60;font color=&#8221;#ff0044&#8243;&#62;Text Here&#60;/font&#62; will make your <font color="#ff0044">text a strawberry red</font>.  As you can see it is very simple to do once you understand what you&#8217;re doing.  You can change background colors, table colors, and much more using these hex codes.  For more info on different HTML tags, visit <a href="http://www.pagetutor.com/common/barebones/barebone.html">this site</a>.</p>
<p><b>9/24/08 Update:</b> We forgot to add a resource for <a href="http://www.timeforblogging.com/2008/09/24/html-css-hex-color-code-tools-triple-hex-codes/">Triple Hex Color Codes</a> at the time of writing, but the link will take you to a great resource to help with that.</p>
<p><b>1/30/10 Update:</b> I just learned about another cool color tool called <a href="http://www.colorotate.org/">ColorRotate.com</a>.  Check it out!</p>
]]></description>
		<wfw:commentRss>http://www.timeforblogging.com/2007/05/12/tools-for-finding-the-right-html-hex-colors-color-codes-charts-wheels-wizards/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Mega List of Ping Services for Your Blog: How to Let People Know About Your Latest Blog Update</title>
		<link>http://www.timeforblogging.com/2007/05/02/mega-list-of-ping-services-for-your-blog-how-to-let-people-know-about-your-latest-blog-update/</link>
		<comments>http://www.timeforblogging.com/2007/05/02/mega-list-of-ping-services-for-your-blog-how-to-let-people-know-about-your-latest-blog-update/#comments</comments>
		<pubDate>Wed, 02 May 2007 16:33:17 +0000</pubDate>
		<dc:creator>Joshua Dorkin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Blogging Tutorials]]></category>
		<category><![CDATA[Building Traffic]]></category>
		<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Traffic Building]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.timeforblogging.com/2007/05/02/mega-list-of-ping-services-for-your-blog-how-to-let-people-know-about-your-latest-blog-update/</guid>
		<description><![CDATA[<p></p><p>Spreading the word about your latest blog entry is as easy as pinging a few <a href="http://codex.wordpress.org/Update_Services">update services</a>.  Most blogs allow you to add different update services (ping sites) to notify.  I thought it might be userful to put out a list of the update services I&#8217;m currently pinging.  If you&#8217;re interested in adding any or all of these services to your blog, here&#8217;s how (I can only explain how using WordPress &#8211; my list of sites can be used on any blog, though).</p>
<h2>How to Notify New Ping Sites of Your Updated Blog Posts</h2>
<ol>
<li>Login to your <strong>Control Panel</strong>
<li>Click on the <strong>Options tab</strong>, followed by the <strong>Writing tab</strong>.
<li>Scroll to the bottom of the page and add whatever services you&#8217;d like to the <strong>Update Services</strong> box.
</ol>
<h2>The Mega List of Ping Services</h2>
<p>This list includes all the ping services I&#8217;ve been able to locate. Feel free to use it as you wish.</p>
<p>http://blogsearch.google.com/ping/RPC2</p>
<p>ttp://rpc.qwikping.com</p>
<p>http://rpc.pingomatic.com/</p>
<p>http://rpc.icerocket.com:10080/</p>
<p>http://rpc.britblog.com</p>
<p>http://rpc.tailrank.com/feedburner/RPC2</p>
<p>http://pingoat.com/goat/RPC2</p>
<p>http://rpc.technorati.com/rpc/ping</p>
<p>http://pinger.blogflux.com/rpc/</p>
<p>http://1470.net/api/ping</p>
<p>http://www.a2b.cc/setloc/bp.a2b</p>
<p>http://api.feedster.com/ping</p>
<p>http://api.moreover.com/RPC2</p>
<p>http://api.moreover.com/ping</p>
<p>http://api.my.yahoo.com/RPC2</p>
<p>http://api.my.yahoo.com/rss/ping</p>
<p>http://www.bitacoles.net/ping.php</p>
<p>http://bitacoras.net/ping</p>
<p>http://blogdb.jp/xmlrpc</p>
<p>http://www.blogdigger.com/RPC2</p>
<p>http://blogmatcher.com/u.php</p>
<p>http://www.blogoole.com/ping/</p>
<p>http://www.blogpeople.net/servlet/weblogUpdates</p>
<p>http://www.blogroots.com/tb_populi.blog?id=1</p>
<p>http://www.blogshares.com/rpc.php</p>
<p>http://www.blogsnow.com/ping</p>
<p>http://ping.fakapster.com/rpc</p>
<p>http://www.blogoon.net/ping/</p>
<p>http://www.blogstreet.com/xrbin/xmlrpc.cgi</p>
<p>http://blog.goo.ne.jp/XMLRPC</p>
<p>http://bulkfeeds.net/rpc</p>
<p>http://coreblog.org/ping/</p>
<p>http://www.lasermemory.com/lsrpc/</p>
<p>http://mod-pubsub.org/kn_apps/blogchatt</p>
<p>http://www.mod-pubsub.org/kn_apps/blogchatter/ping.php</p>
<p>http://www.newsisfree.com/xmlrpctest.php</p>
<p>http://ping.amagle.com/</p>
<p>http://ping.bitacoras.com</p>
<p>http://ping.blo.gs/</p>
<p>http://ping.bloggers.jp/rpc/</p>
<p>http://ping.blogmura.jp/rpc/</p>
<p>http://ping.cocolog-nifty.com/xmlrpc</p>
<p>http://ping.exblog.jp/xmlrpc</p>
<p>http://ping.feedburner.com</p>
<p>http://ping.myblog.jp</p>
<p>http://ping.rootblog.com/rpc.php</p>
<p>http://ping.syndic8.com/xmlrpc.php</p>
<p>http://ping.weblogalot.com/rpc.php</p>
<p>http://ping.weblogs.se/</p>
<p>http://pingoat.com/goat/RPC2</p>
<p>http://www.popdex.com/addsite.php</p>
<p>http://rcs.datashed.net/RPC2/</p>
<p>http://rpc.blogbuzzmachine.com/RPC2</p>
<p>http://rpc.blogrolling.com/pinger/</p>
<p>http://rpc.weblogs.com/RPC2</p>
<p>http://www.snipsnap.org/RPC2</p>
<p>http://trackback.bakeinu.jp/bakeping.php</p>
<p>http://topicexchange.com/RPC2</p>
<p>http://www.weblogues.com/RPC/</p>
<p>http://xping.pubsub.com/ping/</p>
<p>http://xmlrpc.blogg.de/</p>
<p>If you have any additional services that you ping, let me know!  I&#8217;d love to build this into a massive listing of all ping services.</p>
<h2>Manual Ping Sites</h2>
<p>There are a few good ping sites that will allow you to manually let them know of updates.  These are included in the above list, but for those people who need to do things by hand, this should help.</p>
<ul>
<li><a href="http://www.pingomatic.com">http://www.pingomatic.com</a>
<li><a href="http://www.pingoat.com">http://www.pingoat.com</a>
</ul>
]]></description>
		<wfw:commentRss>http://www.timeforblogging.com/2007/05/02/mega-list-of-ping-services-for-your-blog-how-to-let-people-know-about-your-latest-blog-update/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>A Losing Battle with Blog Comment Spam?  Is Share This Plugin at Fault?</title>
		<link>http://www.timeforblogging.com/2007/04/15/a-losing-battle-with-blog-comment-spam-is-share-this-plugin-at-fault/</link>
		<comments>http://www.timeforblogging.com/2007/04/15/a-losing-battle-with-blog-comment-spam-is-share-this-plugin-at-fault/#comments</comments>
		<pubDate>Sun, 15 Apr 2007 16:20:35 +0000</pubDate>
		<dc:creator>Joshua Dorkin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.timeforblogging.com/2007/04/15/a-losing-battle-with-blog-comment-spam-is-share-this-plugin-at-fault/</guid>
		<description><![CDATA[<p></p><h2>Failing to Stop Comment Spam</h2>
<p>For the past week I&#8217;ve been getting a ton of comment SPAM, and it doesn&#8217;t want to stop.  I&#8217;ve got the <a href="http://akismet.com/">Akismet</a> and <a href="http://unknowngenius.com/blog/wordpress/spam-karma/">Spam Karma 2</a> plug ins up and running, and SK2 is set on MEAN!  Unfortunately, as you can see:</p>
<p>
<center><br />
<img src='http://www.timeforblogging.com/wp-content/uploads/2007/04/commentspam.gif' alt='comment spam' /><br />
</center>
<p>
I&#8217;m getting hit by <em>MP3 Ringtone</em> spammers.  The problem is that I&#8217;ve gone and put this spammer&#8217;s domain on the blacklist, but it doesn&#8217;t seem to be working . . . they are smart enough to be using multiple IPs to post the messages, and seem to be using some kind of exploit on the <a href="http://alexking.org/projects/wordpress">Share This</a> plugin:  </p>
<p>
<center><br />
<img src='http://www.timeforblogging.com/wp-content/uploads/2007/04/blog-spam.gif' alt='blog spam' /><br />
</center><br />
If you look at the above image, you&#8217;ll see that the posts aren&#8217;t trackbacks to an outside site, but to my site&#8217;s &#8220;Share This&#8221; pages.  Of course the author&#8217;s link goes back to <em>bla-bla-bla.us</em>.</p>
<h2>Tracking Down a Spammer</h2>
<p>When I did a <a href="http://www.whois.sc">WhoIs</a> search on the domain, I got what seemed like a nonsense profile, until I saw the contact email <a href="mailto:domains@sslpayments.com">domains@sslpayments.com</a>, which is run by <a href="http://spamhuntress.com/wiki/Adsoft_Development" class="broken_link">Andrew Kartashov</a>, a SPAMMER out of Moscow, Russia.  (Thanks to the <a href="http://spamhuntress.com/">Spam Huntress</a> for the info on this guy)</p>
<blockquote><p>Domain Name:                 BLA-BLA-BLA.US<br />
Domain ID:                  D12017577-US<br />
Sponsoring Registrar:            ENOM, INC.<br />
Domain Status:                clientTransferProhibited<br />
Registrant ID:                DE8A82A65637B3F3<br />
Registrant Name:               Tamara Larsen<br />
Registrant Organization:           RX-PHarma<br />
Registrant Address1:             Cordova<br />
Registrant City:               Cordova<br />
Registrant State/Province:          AK<br />
Registrant Postal Code:           99574<br />
Registrant Country:             United States<br />
Registrant Country Code:           US<br />
Registrant Phone Number:           +1.34578905<br />
Registrant Email:              domains@sslpayments.com</p>
<p>Technical Application Purpose:        P1<br />
Technical Nexus Category:          C11<br />
Name Server:                 DNS1.NAME-SERVICES.COM<br />
Name Server:                 DNS2.NAME-SERVICES.COM<br />
Name Server:                 DNS3.NAME-SERVICES.COM<br />
Name Server:                 DNS4.NAME-SERVICES.COM<br />
Created by Registrar:            ENOM, INC.
</p></blockquote>
<p>It looks like the domains are registered and hosted by <a href="http://www.enom.com/">eNom.com</a>.  I put in a message to them to see if they&#8217;d be helpful at all in dealing with this.</p>
<h2>What about the ShareThis PlugIn Exploit?</h2>
<p>I&#8217;m not sure.  If anyone has any ideas about what I can do from here, let me know.  I&#8217;ve always been able to handle spam on site with the 2 plugins I mentioned earlier, but this is just geting annoying now!</p>
<p>If I have to stop using the plugin to handle the situation, I guess I&#8217;ll have to . . . </p>
<p>Any thoughts?</p>
]]></description>
		<wfw:commentRss>http://www.timeforblogging.com/2007/04/15/a-losing-battle-with-blog-comment-spam-is-share-this-plugin-at-fault/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>WordPress Blogging Tip &#8211; Changing Feed From Summary to Full Text</title>
		<link>http://www.timeforblogging.com/2006/11/10/wordpress-blogging-tip-changing-feed-from-summary-to-full-text/</link>
		<comments>http://www.timeforblogging.com/2006/11/10/wordpress-blogging-tip-changing-feed-from-summary-to-full-text/#comments</comments>
		<pubDate>Fri, 10 Nov 2006 18:28:09 +0000</pubDate>
		<dc:creator>Joshua Dorkin</dc:creator>
				<category><![CDATA[Blogging Tutorials]]></category>
		<category><![CDATA[Website Tools]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.timeforblogging.com/2006/11/10/wordpress-blogging-tip-changing-feed-from-summary-to-full-text/</guid>
		<description><![CDATA[<p></p><p>It is funny how things work.  I&#8217;ve been blogging for well over a year now, but I went crazy yesterday trying to figure out how to do the simplest thing to my new blog.  I wanted to change the feed output from summary to full text, but for the life of me couldn&#8217;t figure out how.  I looked online for almost an hour, but without success.  After going back into my control panel, I had that aha moment, fixed it, and then kicked myself for being so oblivious.</p>
<p><b>Changing feed results from Summary to Full Text</b><br />
This is a really easy process:</p>
<p>1. Log in to your WordPress administration page<br />
2. Go to <i>Options</i><br />
3. Go to the sub-menu <i>Reading</i><br />
4. Under &#8220;Syndication Feeds&#8221; go to  &#8220;For each article, show:&#8221; and select <i>Full Text</i><br />
5. Click on <i>Update Options</i> and you&#8217;re done!</p>
<p><b>Why make the change?</b><br />
Now that I subscribe to well over 100 blog feeds, I don&#8217;t have as much time to read them all.  While some claim that using a summary may be an incentive for people to actually visit the blog itself instead of the feed, I find that unless the article REALLY catches my eye, I&#8217;m going to move on.  I&#8217;m more likely to go to and read an article that has a full text feed, because I can quickly scan it on my reader &#8211; there may be some interesting material that doesn&#8217;t make it to the summary that is a cause for reading the post.</p>
]]></description>
		<wfw:commentRss>http://www.timeforblogging.com/2006/11/10/wordpress-blogging-tip-changing-feed-from-summary-to-full-text/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

