<?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>pmlmedia</title>
	<atom:link href="http://pmlmedia.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://pmlmedia.co.uk</link>
	<description>home of peter robert moore</description>
	<lastBuildDate>Thu, 11 Feb 2010 12:13:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create a robots.txt file for your website</title>
		<link>http://pmlmedia.co.uk/2010/02/10/create-a-robots-txt-file-for-your-website/</link>
		<comments>http://pmlmedia.co.uk/2010/02/10/create-a-robots-txt-file-for-your-website/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 20:07:14 +0000</pubDate>
		<dc:creator>Peter Moore</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://pmlmedia.co.uk/?p=335</guid>
		<description><![CDATA[After creating an xml sitemap, you'll need to create a robots.txt file to direct googlebot to your sitemap.]]></description>
			<content:encoded><![CDATA[<p>After you&#8217;ve created an xml sitemap, create a new text file in notepad and add the following to guide the google bot to your sitmap. this robots file also disallows the indexing of paths to the pdf and word docs on your site as well &#8211; this helps stop out of date links appearing in Google.</p>
<p>User-agent: *<br />
disallow: /*.pdf$</p>
<p>disallow: /*.DOC$</p>
<p>User-agent: Googlebot</p>
<p>disallow: /*.pdf$</p>
<p>disallow: /*.DOC$</p>
<p>SITEMAP:  http://www.domainname.co.uk/sitemap.xml<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpmlmedia.co.uk%2F2010%2F02%2F10%2Fcreate-a-robots-txt-file-for-your-website%2F&amp;linkname=Create%20a%20robots.txt%20file%20for%20your%20website">Share/Save</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pmlmedia.co.uk/2010/02/10/create-a-robots-txt-file-for-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a knockout gradient layer in Photoshop CS3</title>
		<link>http://pmlmedia.co.uk/2010/02/03/create-a-knockout-gradient-layer-in-photoshop-cs3/</link>
		<comments>http://pmlmedia.co.uk/2010/02/03/create-a-knockout-gradient-layer-in-photoshop-cs3/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 23:36:50 +0000</pubDate>
		<dc:creator>Peter Moore</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[advanced blending]]></category>
		<category><![CDATA[fade to transparency effect]]></category>
		<category><![CDATA[gradient blend]]></category>
		<category><![CDATA[knockout gradient]]></category>
		<category><![CDATA[transparent gradient]]></category>

		<guid isPermaLink="false">http://pmlmedia.co.uk/?p=327</guid>
		<description><![CDATA[You might want to create a fade to transparency effect on one part of your image like this&#8230;.
Easiest way to do this is to use the Advanced Blending options on a layer placed directly above the image you want to knock-out.
1/ Place you image on a new layer  or double click on the background layer [...]]]></description>
			<content:encoded><![CDATA[<p>You might want to create a fade to transparency effect on one part of your image like this&#8230;.</p>
<p><a href="http://pmlmedia.co.uk/wp-content/uploads/2010/02/knockout.jpg"><img class="alignleft size-full wp-image-328" title="knockout" src="http://pmlmedia.co.uk/wp-content/uploads/2010/02/knockout.jpg" alt="" width="498" height="363" /></a>Easiest way to do this is to use the Advanced Blending options on a layer placed directly above the image you want to knock-out.</p>
<p>1/ Place you image on a new layer  or double click on the background layer to turn it into a proper layer</p>
<p>2/ Insert a new blank layer above your image  -(you can just click the &#8216;create a new layer&#8217; icon next to the dustbin at the foot of the layers pallet) and rename it &#8216;knock out gradient&#8217;.  keep the knockout gradient layer selected</p>
<p>3/  Select the gradient tool, if necessary click the linear gradient button and select the default foreground and background colours(to set foreground to black and background to white)</p>
<p>4/ Click the arrow to the right of the gradient display in the options bar to open the gradient picker, then choose the &#8216;foreground to transparent&#8217; gradient  (by default, this is usually the second gradient in  the gradient pallet)</p>
<p>5/ Click, shift and drag from the bottom of the image to the mid point, to create a gradient to go from black at the bottom of the image to transparent at the top.</p>
<p>6/ In the layers pallet, click Layers style &#8216;Fx&#8217; option and choose blending options (double clicking the layer also brings up the layer style options)</p>
<p>7/ In the advanced blending panel, drag the &#8216;fill opacity&#8217; slider to zero percent. Change the knockout drop down from &#8216;none&#8217; to &#8216;deep&#8217;. (note: &#8216;deep&#8217; knocks out to the background,  choose &#8217;shallow&#8217; to knock out just the layer below</p>
<p>8/ click OK to apply the blending options<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpmlmedia.co.uk%2F2010%2F02%2F03%2Fcreate-a-knockout-gradient-layer-in-photoshop-cs3%2F&amp;linkname=Create%20a%20knockout%20gradient%20layer%20in%20Photoshop%20CS3">Share/Save</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pmlmedia.co.uk/2010/02/03/create-a-knockout-gradient-layer-in-photoshop-cs3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reduce Spam by encoding your email address and mailto: links on your website</title>
		<link>http://pmlmedia.co.uk/2010/01/07/reduce-spam-by-encoding-your-email-address-and-mailto-links-on-your-website/</link>
		<comments>http://pmlmedia.co.uk/2010/01/07/reduce-spam-by-encoding-your-email-address-and-mailto-links-on-your-website/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 12:09:49 +0000</pubDate>
		<dc:creator>Peter Moore</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[anti-spam]]></category>
		<category><![CDATA[mailto:]]></category>
		<category><![CDATA[reduce spam]]></category>

		<guid isPermaLink="false">http://pmlmedia.co.uk/?p=309</guid>
		<description><![CDATA[This website allows you to convert email addresses into an encoded form suitable for inclusion on a web site. Simply add email.js to your site&#8217;s top-level javascript folder, remember to call the file email.js
Next you need to call the script in the head of your page with this line of code&#8230;

&#60;script src="&#47;scripts&#47;email.js"&#62;&#60;&#47;script&#62;

Then encode your email [...]]]></description>
			<content:encoded><![CDATA[<p>This <a href="http://www.bronze-age.com/nospam/encode.html">website</a> allows you to convert email addresses into an encoded form suitable for inclusion on a web site. Simply add <a href='http://pmlmedia.co.uk/wp-content/uploads/2010/01/email.js'>email.js</a> to your site&#8217;s top-level javascript folder, remember to call the file email.js</p>
<p>Next you need to call the script in the head of your page with this line of code&#8230;</p>
<pre>
&lt;script src="&#47;scripts&#47;email.js"&gt;&lt;&#47;script&gt;
</pre>
<p>Then encode your email address with <a href="http://www.bronze-age.com/nospam/encode.html">this automatic encoder</a> and use the encoded link code rather than your usual mailto: link.<br />
-pete<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpmlmedia.co.uk%2F2010%2F01%2F07%2Freduce-spam-by-encoding-your-email-address-and-mailto-links-on-your-website%2F&amp;linkname=Reduce%20Spam%20by%20encoding%20your%20email%20address%20and%20mailto%3A%20links%20on%20your%20website">Share/Save</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pmlmedia.co.uk/2010/01/07/reduce-spam-by-encoding-your-email-address-and-mailto-links-on-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove the square brackets from an exact match keyword list using the SUBSTITUTE formula in Excel</title>
		<link>http://pmlmedia.co.uk/2009/12/22/remove-the-square-brackets-from-an-exact-match-keyword-list-using-the-substitute-formula-in-excel/</link>
		<comments>http://pmlmedia.co.uk/2009/12/22/remove-the-square-brackets-from-an-exact-match-keyword-list-using-the-substitute-formula-in-excel/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 16:42:46 +0000</pubDate>
		<dc:creator>Peter Moore</dc:creator>
				<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://pmlmedia.co.uk/?p=301</guid>
		<description><![CDATA[want to remove the square brackets from an exact match  keyword list?]]></description>
			<content:encoded><![CDATA[<p>You can use the SUBSTITUTE formula in excel to remove individual characters from a string of text by substituting the errant characters with nothing. This is useful if you need to remove the first and last character from a string of text in a cell.<br />
Handy if you want to remove the square brackets from an exact match  keyword list.</p>
<p>1/ First, you need to identify the character code of the characters you want to remove by using this formula into cell B1,<br />
=CODE(LEFT(A2,1))</p>
<p>2/ Next, type  &#8216;[' or the character you want to delete into the cell to the left of B1 (A1). This gives you the character code for your errant character - in this case the code for '[' is '91' and the code for ']&#8216; is &#8216;93&#8242;.</p>
<p>3/ Then you need to trim the errant characters from your text string. To do this, paste your list into cell A1 of new tab and then paste   this formula into cell B1 to trim the &#8216;[' character from your text string.<br />
=TRIM(SUBSTITUTE(A1,CHAR(91),""))</p>
<p>4/ Remove the ']&#8216; character by pasting this formula into cell C1<br />
=TRIM(SUBSTITUTE(B1,CHAR(93),&#8221;"))</p>
<p><a href="http://pmlmedia.co.uk/wp-content/uploads/2009/12/useful_formulas.xls">useful_formulas</a></p>
<p><strong><br />
</strong></p>
<td width="76" height="20">aaabbbccc</td>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpmlmedia.co.uk%2F2009%2F12%2F22%2Fremove-the-square-brackets-from-an-exact-match-keyword-list-using-the-substitute-formula-in-excel%2F&amp;linkname=Remove%20the%20square%20brackets%20from%20an%20exact%20match%20keyword%20list%20using%20the%20SUBSTITUTE%20formula%20in%20Excel">Share/Save</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pmlmedia.co.uk/2009/12/22/remove-the-square-brackets-from-an-exact-match-keyword-list-using-the-substitute-formula-in-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Free Keyword Niche Finder &#8211; WordStreams Niche Keyword Research Tool</title>
		<link>http://pmlmedia.co.uk/2009/12/22/the-free-keyword-niche-finder-wordstreams-niche-keyword-research-tool/</link>
		<comments>http://pmlmedia.co.uk/2009/12/22/the-free-keyword-niche-finder-wordstreams-niche-keyword-research-tool/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 14:15:48 +0000</pubDate>
		<dc:creator>Peter Moore</dc:creator>
				<category><![CDATA[PPC]]></category>
		<category><![CDATA[keyword generator]]></category>
		<category><![CDATA[WordStream]]></category>

		<guid isPermaLink="false">http://pmlmedia.co.uk/?p=299</guid>
		<description><![CDATA[The Free Keyword Niche Finder &#8211; WordStreams Niche Keyword Research Tool.
Great keyword generator tool that separates out niche long tail keywords groups. Sign up for an account and you can export the generated list as a CSV file to a designated email address!Share/Save
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wordstream.com/keyword-niche-finder/">The Free Keyword Niche Finder &#8211; WordStreams Niche Keyword Research Tool</a>.</p>
<p>Great keyword generator tool that separates out niche long tail keywords groups. Sign up for an account and you can export the generated list as a CSV file to a designated email address!<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpmlmedia.co.uk%2F2009%2F12%2F22%2Fthe-free-keyword-niche-finder-wordstreams-niche-keyword-research-tool%2F&amp;linkname=The%20Free%20Keyword%20Niche%20Finder%20%26%238211%3B%20WordStreams%20Niche%20Keyword%20Research%20Tool">Share/Save</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pmlmedia.co.uk/2009/12/22/the-free-keyword-niche-finder-wordstreams-niche-keyword-research-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YouTube &#8211; What is a browser?</title>
		<link>http://pmlmedia.co.uk/2009/11/24/youtube-what-is-a-browser/</link>
		<comments>http://pmlmedia.co.uk/2009/11/24/youtube-what-is-a-browser/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 09:45:57 +0000</pubDate>
		<dc:creator>Peter Moore</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://pmlmedia.co.uk/?p=294</guid>
		<description><![CDATA[YouTube				- What is a browser?.
Share/Save
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=BrXPcaRlBqo&amp;feature=player_embedded#">YouTube				- What is a browser?</a>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/BrXPcaRlBqo&amp;feature=player_embedded#" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/BrXPcaRlBqo&amp;feature=player_embedded#" wmode="transparent"></embed></object><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpmlmedia.co.uk%2F2009%2F11%2F24%2Fyoutube-what-is-a-browser%2F&amp;linkname=YouTube%20%26%238211%3B%20What%20is%20a%20browser%3F">Share/Save</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pmlmedia.co.uk/2009/11/24/youtube-what-is-a-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Search Engine: Cuil (pronounced Cool)</title>
		<link>http://pmlmedia.co.uk/2009/11/18/new-search-engine-cuil-pronounced-cool/</link>
		<comments>http://pmlmedia.co.uk/2009/11/18/new-search-engine-cuil-pronounced-cool/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 23:49:43 +0000</pubDate>
		<dc:creator>Peter Moore</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[cuil]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[search engine]]></category>

		<guid isPermaLink="false">http://pmlmedia.co.uk/?p=288</guid>
		<description><![CDATA[Found this new search engine cuil.com pronounced "cool"...that claims to be a bit different to Bing and Google...]]></description>
			<content:encoded><![CDATA[<p>Found this new search engine <a href="http://www.cuil.com/">Cuil</a> that claims to be a bit different in that it&#8217;s apparently searching a lot more pages than Google and Bing.<br />
I&#8217;m not sure it&#8217;s as good as it says it is, but it has an interesting layout and the Facebook plug-in is pretty cool &#8211; it&#8217;s quick too don&#8217;t you think?</p>
<p>You want to add your sites through <a href="http://www.cuil.com/info/contact_us/feedback/crawl_me">this link</a> if you can&#8217;t find it in there yet!<br />
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpmlmedia.co.uk%2F2009%2F11%2F18%2Fnew-search-engine-cuil-pronounced-cool%2F&amp;linkname=New%20Search%20Engine%3A%20Cuil%20%28pronounced%20Cool%29">Share/Save</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pmlmedia.co.uk/2009/11/18/new-search-engine-cuil-pronounced-cool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Fonts Newsletter and Typophile</title>
		<link>http://pmlmedia.co.uk/2009/09/28/my-fonts-newsletter-and-typophile/</link>
		<comments>http://pmlmedia.co.uk/2009/09/28/my-fonts-newsletter-and-typophile/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 12:29:48 +0000</pubDate>
		<dc:creator>Peter Moore</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[myfonts]]></category>
		<category><![CDATA[newsletter]]></category>
		<category><![CDATA[typophile]]></category>

		<guid isPermaLink="false">http://pmlmedia.co.uk/?p=276</guid>
		<description><![CDATA[
I&#8217;ve been a subscriber to the weekly e-newsletter from myfonts.com for some time now. Even if you don&#8217;t need a new typeface and only ever use arial, helvetica or calibri,there is still some interesting news and great source for type and design related stuff.
Here&#8217;s a link to a great typography resource called typophile which I [...]]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding-right:20px;"><img class="alignleft size-full wp-image-278" title="typophile" src="http://pmlmedia.co.uk/wp-content/uploads/2009/09/typophile.jpg" alt="typophile" width="357" height="225" /></div>
<p>I&#8217;ve been a subscriber to the weekly e-newsletter from <a href="http://myfonts.com" target="_blank">myfonts.com</a> for some time now. Even if you don&#8217;t need a new typeface and only ever use arial, helvetica or calibri,there is still some interesting news and great source for type and design related stuff.</p>
<p>Here&#8217;s a link to a great <a href="http://typophile.com/" target="_blank">typography resource called typophile</a> which I found in the <a href="http://new.myfonts.com/newsletters/cc/200909.html" target="_blank">September edition of the newsletter</a><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpmlmedia.co.uk%2F2009%2F09%2F28%2Fmy-fonts-newsletter-and-typophile%2F&amp;linkname=My%20Fonts%20Newsletter%20and%20Typophile">Share/Save</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pmlmedia.co.uk/2009/09/28/my-fonts-newsletter-and-typophile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Maths</title>
		<link>http://pmlmedia.co.uk/2009/09/21/basic-maths/</link>
		<comments>http://pmlmedia.co.uk/2009/09/21/basic-maths/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 12:12:45 +0000</pubDate>
		<dc:creator>Peter Moore</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[percentage calculator]]></category>
		<category><![CDATA[percentages]]></category>

		<guid isPermaLink="false">http://pmlmedia.co.uk/?p=272</guid>
		<description><![CDATA[3 Way Percentage Calculator



Share/Save
]]></description>
			<content:encoded><![CDATA[<p><strong><a title="3 Way Percentage Calculator" href="http://www.math.com/everyone/calculators/calc_source/percent.htm" target="_blank">3 Way Percentage Calculator</a></strong></p>
<p><strong><br />
</strong></p>
<p><strong><br />
</strong><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpmlmedia.co.uk%2F2009%2F09%2F21%2Fbasic-maths%2F&amp;linkname=Basic%20Maths">Share/Save</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pmlmedia.co.uk/2009/09/21/basic-maths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Search Engine &amp; Directory Registration List</title>
		<link>http://pmlmedia.co.uk/2009/09/21/blog-search-engine-directory-registration-list/</link>
		<comments>http://pmlmedia.co.uk/2009/09/21/blog-search-engine-directory-registration-list/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 11:49:11 +0000</pubDate>
		<dc:creator>Peter Moore</dc:creator>
				<category><![CDATA[Blog Stuff]]></category>
		<category><![CDATA[blog directory]]></category>
		<category><![CDATA[blog search engine]]></category>

		<guid isPermaLink="false">http://pmlmedia.co.uk/?p=230</guid>
		<description><![CDATA[Here&#8217;s a handy collection of submission links I found useful when launching a business blog.
These links were up to date at the time of this post.
Blog Directories &#38; Blog Submission Pages
Here&#8217;s a big list of mostly free Blog directory and Blog search engine registration pages.
http://www.bloghub.com/cgi-bin/user.cgi?signup_form=1
http://www.blogcatalog.com/blogs/submit_blog.html
http://www.blogexplosion.com/members/my_blogs.php
http://blogs.botw.org/helpcenter/submitblog.aspx
http://blo.gs/ping.php
http://www.globeofblogs.com/register.php
http://www.iblogbusiness.com/add.html
http://www.blogbunch.com/suggest/
http://www.blogoriffic.com/add_blog.php
http://www.bloglines.com/register?r=/myblogs
http://blogpulse.com/submit.html
http://www.feednuts.com/
http://www.5starblogs.com/
http://www.globeofblogs.com/
http://technorati.com/account/signup/
http://www.syndic8.com/suggest_start.php
http://www.pubsub.com/
http://siteexplorer.search.yahoo.com/submit
http://www.bing.com/webmaster/
http://submissions.ask.com/ping?sitemap=http://www.theURLofyoursitemaphere.xml
http://www.entireweb.com/free_submission/
http://www.infotiger.com/addurl.html
http://www.exactseek.com/add.html

Blog Specific Search Engines
Find more than just blogs, find stats and [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a handy collection of submission links I found useful when launching a business blog.<br />
These links were up to date at the time of this post.</p>
<p><strong>Blog Directories &amp; Blog Submission Pages<br />
<span style="font-weight: normal;">Here&#8217;s a big list of mostly free Blog directory and Blog search engine registration pages.</span></strong></p>
<p><a href="http://www.bloghub.com/cgi-bin/user.cgi?signup_form=1">http://www.bloghub.com/cgi-bin/user.cgi?signup_form=1</a><a href="http://www.bloghub.com/cgi-bin/user.cgi?url=http://www.bloghub.com/cgi-bin/add.cgi&amp;from=add"><br />
</a><a href="http://www.blogcatalog.com/blogs/submit_blog.html">http://www.blogcatalog.com/blogs/submit_blog.html<br />
</a><a href="http://www.blogexplosion.com/members/my_blogs.php">http://www.blogexplosion.com/members/my_blogs.php<br />
</a><a href="http://blogs.botw.org/helpcenter/submitblog.aspx">http://blogs.botw.org/helpcenter/submitblog.aspx<br />
</a><a href="http://blo.gs/ping.php">http://blo.gs/ping.php<br />
</a><a href="http://www.globeofblogs.com/register.php">http://www.globeofblogs.com/register.php<br />
</a><a href="http://www.iblogbusiness.com/add.html">http://www.iblogbusiness.com/add.html<br />
</a><a href="http://www.blogbunch.com/suggest/">http://www.blogbunch.com/suggest/<br />
</a><a href="http://www.blogoriffic.com/add_blog.php">http://www.blogoriffic.com/add_blog.php<br />
</a><a href="http://www.bloglines.com/register?r=/myblogs">http://www.bloglines.com/register?r=/myblogs</a><br />
<a href="http://blogpulse.com/submit.html">http://blogpulse.com/submit.html</a><a href="http://www.blogpulse.com/"><br />
</a><a href="http://www.feednuts.com/">http://www.feednuts.com/<br />
</a><a href="http://www.5starblogs.com/">http://www.5starblogs.com/<br />
</a><a href="http://www.globeofblogs.com/">http://www.globeofblogs.com/<br />
</a><a href="http://technorati.com/account/signup/">http://technorati.com/account/signup/<br />
</a><a href="http://www.syndic8.com/suggest_start.php">http://www.syndic8.com/suggest_start.php<br />
</a><a href="http://www.pubsub.com/">http://www.pubsub.com/<br />
</a><a href="http://siteexplorer.search.yahoo.com/submit">http://siteexplorer.search.yahoo.com/submit<br />
</a><a href="http://www.bing.com/webmaster/">http://www.bing.com/webmaster/<br />
</a><a href="http://submissions.ask.com/ping?sitemap=http://www.the%20URL%20of%20your%20sitemap%20here.xml">http://submissions.ask.com/ping?sitemap=http://www.theURLofyoursitemaphere.xml<br />
</a><a href="http://www.entireweb.com/free_submission/">http://www.entireweb.com/free_submission/<br />
</a><a href="http://www.searchhippo.com/addlink.php"></a><a href="http://www.infotiger.com/addurl.html">http://www.infotiger.com/addurl.html</a><br />
<a href="http://www.exactseek.com/add.html">http://www.exactseek.com/add.html</a><a href="http://blogpulse.com/submit.html"><br />
</a></p>
<p><strong>Blog Specific Search Engines<br />
</strong>Find more than just blogs, find stats and other info about blogs with these links&#8230;</p>
<p>http://www.blogscope.net/</p>
<p>http://www.icerocket.com/</p>
<p>http://www.bloglines.com/</p>
<p>http://technorati.com/</p>
<p>http://www.sphere.com/</p>
<p><strong>Blog Ping Services<br />
<span style="font-weight: normal;">Announce new content with these ping service pages</span></strong></p>
<p><a href="http://technorati.com/ping/">http://technorati.com/ping/<br />
</a><a href="http://rpc.weblogs.com/">http://rpc.weblogs.com/<br />
</a><a href="http://blogsearch.google.com/ping">http://blogsearch.google.com/ping<br />
</a><a href="http://www.syndic8.com/suggest_start.php">http://www.syndic8.com/suggest_start.php<br />
</a><a href="http://pingomatic.com/">http://pingomatic.com/<br />
</a><a href="http://www.ipings.com/">http://www.ipings.com/<br />
</a><a href="http://pingoat.com/">http://pingoat.com/</a></p>
<p><a href="http://www.bloglines.com/register?r=/myblogs"></a></p>
<p><a href="http://www.bloglines.com/register?r=/myblogs"> </a><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fpmlmedia.co.uk%2F2009%2F09%2F21%2Fblog-search-engine-directory-registration-list%2F&amp;linkname=Blog%20Search%20Engine%20%26%23038%3B%20Directory%20Registration%20List">Share/Save</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pmlmedia.co.uk/2009/09/21/blog-search-engine-directory-registration-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
