<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss version="2.0"><channel><title>Make Money Blogging Tips For Free</title><link>http://webmasterweblog.com</link><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Webmaster-Resources" /><description>Experiences of a Webmaster</description><language>en</language><lastBuildDate>Sat, 04 Sep 2010 23:37:28 PDT</lastBuildDate><generator>http://wordpress.org/?v=2.8.4</generator><sy:updatePeriod xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">hourly</sy:updatePeriod><sy:updateFrequency xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">1</sy:updateFrequency><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Webmaster-Resources" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="webmaster-resources" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item><title>How to force file download via .htaccess</title><link>http://webmasterweblog.com/how-to-force-file-download-via-htaccess.html</link><category>Code Snippets</category><category>htaccess</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">admin</dc:creator><pubDate>Sat, 04 Sep 2010 23:36:45 PDT</pubDate><guid isPermaLink="false">http://webmasterweblog.com/?p=266</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/Zi01RPo3olCyS0zRTWGluX8eT0A/0/da"><img src="http://feedads.g.doubleclick.net/~a/Zi01RPo3olCyS0zRTWGluX8eT0A/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Zi01RPo3olCyS0zRTWGluX8eT0A/1/da"><img src="http://feedads.g.doubleclick.net/~a/Zi01RPo3olCyS0zRTWGluX8eT0A/1/di" border="0" ismap="true"></img></a></p><p>I haven&#8217;t added anything new to this blog for a while, but today I stumbled on a really useful trick that allows you to force a file download of specific file types via .htaccess. More after the break.</p>
<p><span id="more-266"></span></p>
<p>Let&#8217;s say you want to provide some registry files (.reg) on your website or some videos and MP3&#8217;s that users should only download not watch on your server, then this will come in handy.</p>
<p>Create a .htaccess file in your download folder e.g. /downloads/ and then copy and paste this</p>

<div class="wp_syntax"><div class="code"><pre class="php php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>Files <span style="color: #339933;">*.*&gt;</span>
ForceType applicaton<span style="color: #339933;">/</span>octet<span style="color: #339933;">-</span>stream
<span style="color: #339933;">&lt;/</span>Files<span style="color: #339933;">&gt;</span></pre></div></div>

<p>This will force the browser (IE, Firefox, etc. all supported) to download the file instead of trying to open it!</p>
<p>I hope this helps some people, because it clearly sucks when people can&#8217;t download your files and you did not notice it.</p>
]]></content:encoded><description>I haven&amp;#8217;t added anything new to this blog for a while, but today I stumbled on a really useful trick that allows you to force a file download of specific file types via .htaccess. More after the break.

Let&amp;#8217;s say you want to provide some registry files (.reg) on your website or some videos and MP3&amp;#8217;s that users should only download not watch on your server, then this will come in handy.
Create a .htaccess file in your download folder e.g. /downloads/ and then copy and paste this

&amp;#60;Files *.*&amp;#62;
ForceType applicaton/octet-stream
&amp;#60;/Files&amp;#62;

This will force ...</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://webmasterweblog.com/how-to-force-file-download-via-htaccess.html/feed</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments></item><item><title>Premature end of script headers in index.php + 500 Error</title><link>http://webmasterweblog.com/premature-end-of-script-headers-in-index-php-500-error.html</link><category>PHP</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">admin</dc:creator><pubDate>Mon, 01 Mar 2010 05:16:43 PST</pubDate><guid isPermaLink="false">http://webmasterweblog.com/?p=264</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/SS_FIEEq-L2tUGzMsXDgJH_kG3w/0/da"><img src="http://feedads.g.doubleclick.net/~a/SS_FIEEq-L2tUGzMsXDgJH_kG3w/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/SS_FIEEq-L2tUGzMsXDgJH_kG3w/1/da"><img src="http://feedads.g.doubleclick.net/~a/SS_FIEEq-L2tUGzMsXDgJH_kG3w/1/di" border="0" ismap="true"></img></a></p><p>If you find this in your apache error.log: <span>Premature end of script headers in index.php and get a 500 error on your wordpress blog, then you should check your suexec log. When it reaches 2GB you will receive a 500 error and the message: </span>Premature end of script headers</p>
<p>You can find the log here: /var/log/apache/suexec.log or simply enter locate suexec.log</p>
<p>Also check your /var/log/suphp.log &#8230; if it is over 2GB large you will receive the 500 error!</p>
]]></content:encoded><description>If you find this in your apache error.log: Premature end of script headers in index.php and get a 500 error on your wordpress blog, then you should check your suexec log. When it reaches 2GB you will receive a 500 error and the message: Premature end of script headers
You can find the log here: /var/log/apache/suexec.log or simply enter locate suexec.log
Also check your /var/log/suphp.log &amp;#8230; if it is over 2GB large you will receive the 500 error!</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://webmasterweblog.com/premature-end-of-script-headers-in-index-php-500-error.html/feed</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments></item><item><title>child pid exit signal segmentation fault 11</title><link>http://webmasterweblog.com/child-pid-exit-signal-segmentation-fault-11.html</link><category>Cpanel/WHM</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">admin</dc:creator><pubDate>Mon, 01 Mar 2010 05:11:04 PST</pubDate><guid isPermaLink="false">http://webmasterweblog.com/?p=262</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/-IeBYb7Ut09ayYaQoln_HaLlpBg/0/da"><img src="http://feedads.g.doubleclick.net/~a/-IeBYb7Ut09ayYaQoln_HaLlpBg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/-IeBYb7Ut09ayYaQoln_HaLlpBg/1/da"><img src="http://feedads.g.doubleclick.net/~a/-IeBYb7Ut09ayYaQoln_HaLlpBg/1/di" border="0" ismap="true"></img></a></p><p>If you find this error in your apache error.log you most likely have rebuild your system and broke a few apache modules.</p>
<p>I received the error after rebuilding my system with EasyApache and using APC + Memcache. I compiled memcache and APC myself, so after rebuilding the system via EasyApache it would receive the error: child pid exit signal segmentation fault 11</p>
<p>If that is not your problem, you should rebuild apache without eaccelerator, acp or memcache, because they can cause the problem.</p>
]]></content:encoded><description>If you find this error in your apache error.log you most likely have rebuild your system and broke a few apache modules.
I received the error after rebuilding my system with EasyApache and using APC + Memcache. I compiled memcache and APC myself, so after rebuilding the system via EasyApache it would receive the error: child pid exit signal segmentation fault 11
If that is not your problem, you should rebuild apache without eaccelerator, acp or memcache, because they can cause the problem.</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://webmasterweblog.com/child-pid-exit-signal-segmentation-fault-11.html/feed</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments></item><item><title>The URL does not appear to reference a valid XML file…</title><link>http://webmasterweblog.com/the-url-does-not-appear-to-reference-a-valid-xml-file.html</link><category>Wordpress</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">admin</dc:creator><pubDate>Wed, 14 Oct 2009 12:34:58 PDT</pubDate><guid isPermaLink="false">http://webmasterweblog.com/?p=249</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/ePBdy5GJMbpTrOBP2ubhkWI1Oug/0/da"><img src="http://feedads.g.doubleclick.net/~a/ePBdy5GJMbpTrOBP2ubhkWI1Oug/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ePBdy5GJMbpTrOBP2ubhkWI1Oug/1/da"><img src="http://feedads.g.doubleclick.net/~a/ePBdy5GJMbpTrOBP2ubhkWI1Oug/1/di" border="0" ismap="true"></img></a></p><p>&#8230; if you encounter this or a similar problem the easiest solution is to validate your feed.</p>
<p>To validate your RSS feed, simply go to <a href="http://feedvalidator.org/check.cgi?url="  target="_blank">http://feedvalidator.org/check.cgi?url=</a></p>
<p>Enter your Feed URL and hit enter. Now you know if the feed is valid or not. Most likely it is not. Write down the error line and find out what entry is causing the error. When you found the post you should remove any signs that might cause problems. In my case I had to remove the &#8220;&amp;-sign&#8221;. Because HTML hex-codes normally start with the &#8220;&amp;&#8221;-sign they are causing some problems sometimes.</p>
]]></content:encoded><description>&amp;#8230; if you encounter this or a similar problem the easiest solution is to validate your feed.
To validate your RSS feed, simply go to http://feedvalidator.org/check.cgi?url=
Enter your Feed URL and hit enter. Now you know if the feed is valid or not. Most likely it is not. Write down the error line and find out what entry is causing the error. When you found the post you should remove any signs that might cause problems. In my case I had to remove the &amp;#8220;&amp;#38;-sign&amp;#8221;. Because HTML hex-codes normally start with the ...</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://webmasterweblog.com/the-url-does-not-appear-to-reference-a-valid-xml-file.html/feed</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments></item><item><title>Popup Script Javascript</title><link>http://webmasterweblog.com/popup-script-javascript.html</link><category>Javascript</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">admin</dc:creator><pubDate>Sat, 12 Sep 2009 08:22:19 PDT</pubDate><guid isPermaLink="false">http://webmasterweblog.com/?p=244</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/PoZOCnEfVIc8LIa18JynTm0_mLE/0/da"><img src="http://feedads.g.doubleclick.net/~a/PoZOCnEfVIc8LIa18JynTm0_mLE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/PoZOCnEfVIc8LIa18JynTm0_mLE/1/da"><img src="http://feedads.g.doubleclick.net/~a/PoZOCnEfVIc8LIa18JynTm0_mLE/1/di" border="0" ismap="true"></img></a></p><p>We all hate them, yet there&#8217;s no way around them .. sometimes. Well, actually sometimes they can be even useful. What if you are programming a web 2.0 site and want to create some neat popups that explain how this or that works? Popups can also come in handy if you want to make sure that visitors to your blog don&#8217;t miss any important information.</p>
<p>Anyway, after looking around I found two solutions. From now on, I&#8217;ll always differentiate between the &#8220;Blogger solution&#8221; and the &#8220;Marketeer solution&#8221;. If you don&#8217;t know why I am doing that, I suggest you subscribe to our mailing list and grab your free eBook.<br />
<span id="more-244"></span></p>
<h3><strong>Popup Script in Javascript for Bloggers</strong></h3>
<p>The following script is intended for bloggers. This is *not* a popup that will automatically popup, although you could probably modify the code so it does, but it is a neat plugin that helps you to open a windows &#8220;on click&#8221;.</p>
<p>A link would look like this:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>a onclick<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;superPopup({url:this.href, type: 'someGroup'}); return false;&quot;</span> href<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;popup_window_url.html&quot;</span><span style="color: #339933;">&gt;</span>link text<span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;</span></pre></div></div>

<p>Eric &#8220;Webstar&#8221;&#8217;s Superpopup: <a href="http://www.ericwebster.net/2007/03/superpopup_the_last_popup_scri.php" >http://www.ericwebster.net/</a></p>
<h3><strong>Popup Script in Javascript for Marketeers</strong></h3>
<p>Looking for a popup that is unblockable? Looking for a way to open up a little advertising window that can will open:</p>
<p>a) once per browser session<br />
b) every site refresh<br />
c) once every &#8220;x&#8221; minutes</p>
<p>If so, then you might want to look into this little script:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript javascript" style="font-family:monospace;">	<span style="color: #003366; font-weight: bold;">var</span> nba_pop_toolbar <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span> <span style="color: #000066; font-weight: bold;">typeof</span> nba_pop_toolbar <span style="color: #339933;">!=</span> <span style="color: #3366CC;">'undefined'</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">?</span> nba_pop_toolbar <span style="color: #339933;">:</span> 0;
	<span style="color: #003366; font-weight: bold;">var</span> nba_pop_status <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span> <span style="color: #000066; font-weight: bold;">typeof</span> nba_pop_status <span style="color: #339933;">!=</span> <span style="color: #3366CC;">'undefined'</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">?</span> nba_pop_status <span style="color: #339933;">:</span> 0;
	<span style="color: #003366; font-weight: bold;">var</span> nba_pop_menubar <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span> <span style="color: #000066; font-weight: bold;">typeof</span> nba_pop_menubar <span style="color: #339933;">!=</span> <span style="color: #3366CC;">'undefined'</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">?</span> nba_pop_menubar <span style="color: #339933;">:</span> 0;
	<span style="color: #003366; font-weight: bold;">var</span> nba_pop_scrollbars <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span> <span style="color: #000066; font-weight: bold;">typeof</span> nba_pop_scrollbars <span style="color: #339933;">!=</span> <span style="color: #3366CC;">'undefined'</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">?</span> nba_pop_scrollbars <span style="color: #339933;">:</span> 0;
	<span style="color: #003366; font-weight: bold;">var</span> nba_pop_resizable <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span> <span style="color: #000066; font-weight: bold;">typeof</span> nba_pop_resizable <span style="color: #339933;">!=</span> <span style="color: #3366CC;">'undefined'</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">?</span> nba_pop_resizable <span style="color: #339933;">:</span> <span style="color: #CC0000;">1</span>;
	<span style="color: #003366; font-weight: bold;">var</span> nba_pop_page_delay <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span> <span style="color: #000066; font-weight: bold;">typeof</span> nba_pop_page_delay <span style="color: #339933;">!=</span> <span style="color: #3366CC;">'undefined'</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">?</span> nba_pop_page_delay <span style="color: #339933;">:</span> <span style="color: #CC0000;">1</span>;
	<span style="color: #003366; font-weight: bold;">var</span> nba_pop_limit <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span> <span style="color: #000066; font-weight: bold;">typeof</span> nba_pop_limit <span style="color: #339933;">!=</span> <span style="color: #3366CC;">'undefined'</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">?</span> nba_pop_limit <span style="color: #339933;">:</span> <span style="color: #3366CC;">'session'</span>;
	<span style="color: #003366; font-weight: bold;">var</span> nba_pop_type <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span> <span style="color: #000066; font-weight: bold;">typeof</span> nba_pop_type <span style="color: #339933;">!=</span> <span style="color: #3366CC;">'undefined'</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">?</span> nba_pop_type <span style="color: #339933;">:</span> <span style="color: #3366CC;">'over'</span>;
&nbsp;
	<span style="color: #003366; font-weight: bold;">var</span> nba_ie <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">false</span>;
	<span style="color: #003366; font-weight: bold;">var</span> nba_popped <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">false</span>;
&nbsp;
	<span style="color: #003366; font-weight: bold;">function</span> nba_launch<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>
	<span style="color: #009900;">&#123;</span>
		<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #009900;">&#40;</span> nba_get_cookie<span style="color: #009900;">&#40;</span> <span style="color: #3366CC;">'nba_pop'</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">==</span> <span style="color: #003366; font-weight: bold;">false</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">&amp;</span>amp;&amp;amp; <span style="color: #009900;">&#40;</span> nba_popped <span style="color: #339933;">==</span> <span style="color: #003366; font-weight: bold;">false</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span>
		<span style="color: #009900;">&#123;</span>
			nba_set_cookie<span style="color: #009900;">&#40;</span> <span style="color: #3366CC;">'nba_pop'</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">1</span> <span style="color: #009900;">&#41;</span>;
			nba_popped <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">true</span>;
			window.<span style="color: #000066;">open</span><span style="color: #009900;">&#40;</span> nba_url<span style="color: #339933;">,</span> <span style="color: #3366CC;">''</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'height='</span> <span style="color: #339933;">+</span> nba_pop_height <span style="color: #339933;">+</span> <span style="color: #3366CC;">',width='</span> <span style="color: #339933;">+</span> nba_pop_width <span style="color: #339933;">+</span> <span style="color: #3366CC;">',left='</span> <span style="color: #339933;">+</span> <span style="color: #009900;">&#40;</span> <span style="color: #009900;">&#40;</span> screen.<span style="color: #660066;">width</span> <span style="color: #339933;">-</span> nba_pop_width <span style="color: #009900;">&#41;</span> <span style="color: #009966; font-style: italic;">/ 2 ) + ',top=' + ( ( screen.height - nba_pop_height ) /</span> <span style="color: #CC0000;">2</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">',toolbar='</span> <span style="color: #339933;">+</span> nba_pop_toolbar <span style="color: #339933;">+</span> <span style="color: #3366CC;">',status='</span> <span style="color: #339933;">+</span> nba_pop_status <span style="color: #339933;">+</span> <span style="color: #3366CC;">',menubar='</span> <span style="color: #339933;">+</span> nba_pop_menubar <span style="color: #339933;">+</span> <span style="color: #3366CC;">',scrollbars='</span> <span style="color: #339933;">+</span> nba_pop_scrollbars <span style="color: #339933;">+</span> <span style="color: #3366CC;">',resizable='</span> <span style="color: #339933;">+</span> nba_pop_resizable <span style="color: #009900;">&#41;</span>;
			<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span> nba_pop_type <span style="color: #339933;">==</span> <span style="color: #3366CC;">'under'</span> <span style="color: #009900;">&#41;</span>
			<span style="color: #009900;">&#123;</span>
				window.<span style="color: #000066;">focus</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>;
				window.<span style="color: #660066;">setTimeout</span><span style="color: #009900;">&#40;</span> <span style="color: #3366CC;">'window.focus()'</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">100</span> <span style="color: #009900;">&#41;</span>;
			<span style="color: #009900;">&#125;</span>
		<span style="color: #009900;">&#125;</span>
	<span style="color: #009900;">&#125;</span>
	<span style="color: #003366; font-weight: bold;">var</span> nba_url <span style="color: #339933;">=</span> <span style="color: #3366CC;">'http://domain.com'</span> ;
	<span style="color: #003366; font-weight: bold;">function</span> nba_init<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>
	<span style="color: #009900;">&#123;</span>
		<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span> navigator.<span style="color: #660066;">appVersion</span>.<span style="color: #660066;">indexOf</span><span style="color: #009900;">&#40;</span> <span style="color: #3366CC;">'MSIE'</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">!=</span> <span style="color: #339933;">-</span><span style="color: #CC0000;">1</span> <span style="color: #009900;">&#41;</span>
		<span style="color: #009900;">&#123;</span>
			nba_ie <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">true</span>;
		<span style="color: #009900;">&#125;</span>
		window.<span style="color: #660066;">setTimeout</span><span style="color: #009900;">&#40;</span> <span style="color: #3366CC;">'nba_trigger()'</span><span style="color: #339933;">,</span> <span style="color: #009900;">&#40;</span> nba_pop_page_delay <span style="color: #339933;">*</span> <span style="color: #CC0000;">1000</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span>;
	<span style="color: #009900;">&#125;</span>
	<span style="color: #003366; font-weight: bold;">function</span> nba_trigger<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>
	<span style="color: #009900;">&#123;</span>
		<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span> nba_ie <span style="color: #339933;">==</span> <span style="color: #003366; font-weight: bold;">true</span> <span style="color: #009900;">&#41;</span>
		<span style="color: #009900;">&#123;</span>
			document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span> <span style="color: #3366CC;">'nba_field'</span> <span style="color: #009900;">&#41;</span>.<span style="color: #660066;">fireEvent</span><span style="color: #009900;">&#40;</span> <span style="color: #3366CC;">'onchange'</span> <span style="color: #009900;">&#41;</span>;
		<span style="color: #009900;">&#125;</span>
	<span style="color: #009900;">&#125;</span>
	<span style="color: #003366; font-weight: bold;">function</span> nba_set_cookie<span style="color: #009900;">&#40;</span> <span style="color: #000066;">name</span><span style="color: #339933;">,</span> value <span style="color: #009900;">&#41;</span>
	<span style="color: #009900;">&#123;</span>
		<span style="color: #003366; font-weight: bold;">var</span> expires <span style="color: #339933;">=</span> <span style="color: #3366CC;">''</span>;
		<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span> nba_pop_limit <span style="color: #339933;">!=</span> <span style="color: #003366; font-weight: bold;">false</span> <span style="color: #009900;">&#41;</span>
		<span style="color: #009900;">&#123;</span>
			<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #000066; font-weight: bold;">typeof</span><span style="color: #009900;">&#40;</span> nba_pop_limit <span style="color: #009900;">&#41;</span> <span style="color: #339933;">==</span> <span style="color: #3366CC;">'number'</span> <span style="color: #009900;">&#41;</span>
			<span style="color: #009900;">&#123;</span>
				<span style="color: #003366; font-weight: bold;">var</span> d <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">new</span> Date<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>;
				d.<span style="color: #660066;">setTime</span><span style="color: #009900;">&#40;</span> d.<span style="color: #660066;">getTime</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">+</span> nba_pop_limit <span style="color: #339933;">*</span> <span style="color: #CC0000;">60</span> <span style="color: #339933;">*</span> <span style="color: #CC0000;">1000</span> <span style="color: #009900;">&#41;</span>;
				expires <span style="color: #339933;">=</span> <span style="color: #3366CC;">'; expires='</span> <span style="color: #339933;">+</span> d.<span style="color: #660066;">toGMTString</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>;
			<span style="color: #009900;">&#125;</span>
			document.<span style="color: #660066;">cookie</span> <span style="color: #339933;">=</span> <span style="color: #000066;">name</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">'='</span> <span style="color: #339933;">+</span> escape<span style="color: #009900;">&#40;</span> value <span style="color: #009900;">&#41;</span> <span style="color: #339933;">+</span> expires <span style="color: #339933;">+</span> <span style="color: #3366CC;">'; path=/'</span>;
		<span style="color: #009900;">&#125;</span>
	<span style="color: #009900;">&#125;</span>
	<span style="color: #003366; font-weight: bold;">function</span> nba_get_cookie<span style="color: #009900;">&#40;</span> <span style="color: #000066;">name</span><span style="color: #009900;">&#41;</span>
	<span style="color: #009900;">&#123;</span>
		<span style="color: #003366; font-weight: bold;">var</span> re <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">new</span> RegExp<span style="color: #009900;">&#40;</span> <span style="color: #3366CC;">'(<span style="color: #000099; font-weight: bold;">\;</span>|^)[^;]*('</span> <span style="color: #339933;">+</span> <span style="color: #000066;">name</span> <span style="color: #339933;">+</span> <span style="color: #3366CC;">')<span style="color: #000099; font-weight: bold;">\=</span>([^;]*)(;|$)'</span> <span style="color: #009900;">&#41;</span>;
		<span style="color: #003366; font-weight: bold;">var</span> res <span style="color: #339933;">=</span> re.<span style="color: #660066;">exec</span><span style="color: #009900;">&#40;</span> document.<span style="color: #660066;">cookie</span> <span style="color: #009900;">&#41;</span>;
		<span style="color: #000066; font-weight: bold;">return</span> res <span style="color: #339933;">!=</span> <span style="color: #003366; font-weight: bold;">null</span> <span style="color: #339933;">?</span> unescape<span style="color: #009900;">&#40;</span> res<span style="color: #009900;">&#91;</span> <span style="color: #CC0000;">3</span> <span style="color: #009900;">&#93;</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #003366; font-weight: bold;">false</span>;
	<span style="color: #009900;">&#125;</span>
&nbsp;
	<span style="color: #003366; font-weight: bold;">var</span> nba_body <span style="color: #339933;">=</span> document.<span style="color: #660066;">getElementsByTagName</span><span style="color: #009900;">&#40;</span> <span style="color: #3366CC;">'BODY'</span> <span style="color: #009900;">&#41;</span>.<span style="color: #000066; font-weight: bold;">item</span><span style="color: #009900;">&#40;</span> 0 <span style="color: #009900;">&#41;</span>;
	window.<span style="color: #000066;">onload</span> <span style="color: #339933;">=</span> nba_init;
	window.<span style="color: #660066;">onclick</span> <span style="color: #339933;">=</span> nba_launch;
	document.<span style="color: #000066; font-weight: bold;">write</span><span style="color: #009900;">&#40;</span> <span style="color: #3366CC;">'&lt;input id=&quot;nba_field&quot; style=&quot;width: 0px; top: 0px; position: absolute; visibility: hidden;&quot; /&gt;'</span> <span style="color: #009900;">&#41;</span>;</pre></div></div>

<p>Now that&#8217;s quite a long script and you will have to call it like that:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span><span style="color: #339933;">&gt;&lt;!--</span>mce<span style="color: #339933;">:</span>0<span style="color: #339933;">--&gt;&lt;/</span>script<span style="color: #339933;">&gt;</span></pre></div></div>

<p>Uncomment whatever you need</p>

<div class="wp_syntax"><div class="code"><pre class="javascript javascript" style="font-family:monospace;"><span style="color: #006600; font-style: italic;">//var nba_pop_limit = 1; //once every x minutes</span>
<span style="color: #006600; font-style: italic;">//var nba_pop_limit = false; //every page load</span>
<span style="color: #003366; font-weight: bold;">var</span> nba_pop_limit <span style="color: #339933;">=</span> <span style="color: #3366CC;">'session'</span>; <span style="color: #006600; font-style: italic;">//once every browser session</span></pre></div></div>

<p>You need to specify your URL in the first snippet, modify nba_url:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">var</span> nba_url <span style="color: #339933;">=</span> <span style="color: #3366CC;">'http://domain.com'</span> ;</pre></div></div>

]]></content:encoded><description>We all hate them, yet there&amp;#8217;s no way around them .. sometimes. Well, actually sometimes they can be even useful. What if you are programming a web 2.0 site and want to create some neat popups that explain how this or that works? Popups can also come in handy if you want to make sure that visitors to your blog don&amp;#8217;t miss any important information.
Anyway, after looking around I found two solutions. From now on, I&amp;#8217;ll always differentiate between the &amp;#8220;Blogger solution&amp;#8221; and the &amp;#8220;Marketeer solution&amp;#8221;. If you don&amp;#8217;t know ...</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://webmasterweblog.com/popup-script-javascript.html/feed</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments></item><item><title>You are what you Tweet!</title><link>http://webmasterweblog.com/you-are-what-you-tweet.html</link><category>Social Networking</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">admin</dc:creator><pubDate>Sat, 12 Sep 2009 03:33:02 PDT</pubDate><guid isPermaLink="false">http://webmasterweblog.com/?p=241</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/x8-VylWa4mjNmhryim0FtlQfwH0/0/da"><img src="http://feedads.g.doubleclick.net/~a/x8-VylWa4mjNmhryim0FtlQfwH0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/x8-VylWa4mjNmhryim0FtlQfwH0/1/da"><img src="http://feedads.g.doubleclick.net/~a/x8-VylWa4mjNmhryim0FtlQfwH0/1/di" border="0" ismap="true"></img></a></p><p>Twitter has updated their TOS (Terms of Service). What does their new TOS say? </p>
<p>First of all, Twitter underlines that you own your tweets and not Twitter, but is allowed to share it with anyone. </p>
<p>Secondly, the Twitter TOS states that they may include relevant ads to the content: </p>
<blockquote><p>The Services may include advertisements, which may be targeted to the Content or information on the Services, queries made through the Services, or other information.</p></blockquote>
<p>Twitter wouldn&#8217;t be Twitter if they would go for the plain banner advertising, that&#8217;s why they will smartly integrate ads that are highly relevant &#8211; at least that&#8217;s what I expect from them. </p>
<p>There are rumors that they might also be launching a &#8220;pro&#8221; edition of twitter that gives you access to additional features and will probably not include advertisements. </p>
<p>Update: Oh yea, here&#8217;s the link if you want to read through the TOS <a href="http://twitter.com/tos" >http://twitter.com/tos</a></p>
]]></content:encoded><description>Twitter has updated their TOS (Terms of Service). What does their new TOS say? 
First of all, Twitter underlines that you own your tweets and not Twitter, but is allowed to share it with anyone. 
Secondly, the Twitter TOS states that they may include relevant ads to the content: 
The Services may include advertisements, which may be targeted to the Content or information on the Services, queries made through the Services, or other information.
Twitter wouldn&amp;#8217;t be Twitter if they would go for the plain banner advertising, that&amp;#8217;s why they will ...</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://webmasterweblog.com/you-are-what-you-tweet.html/feed</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments></item><item><title>Make Money Blogging Scam?</title><link>http://webmasterweblog.com/make-money-blogging-scam.html</link><category>Make Money Online</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">admin</dc:creator><pubDate>Fri, 11 Sep 2009 18:17:02 PDT</pubDate><guid isPermaLink="false">http://webmasterweblog.com/?p=234</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/g1NDFwQIBoX8ILtZ7mAOCuyTDpA/0/da"><img src="http://feedads.g.doubleclick.net/~a/g1NDFwQIBoX8ILtZ7mAOCuyTDpA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/g1NDFwQIBoX8ILtZ7mAOCuyTDpA/1/da"><img src="http://feedads.g.doubleclick.net/~a/g1NDFwQIBoX8ILtZ7mAOCuyTDpA/1/di" border="0" ismap="true"></img></a></p><p>I&#8217;ve noticed that more and more people call all the methods that allow you to make money online &#8220;scams&#8221;.<br />
Do you also think that making money with blogging is a scam? </p>
<p>Some people make beginners believe that they can earn money from blogging straight from day 1. They make you buy their tools, subscribe to their mailing list or lure you into a monthly subscription program that will cost you tremendous amounts of money. That&#8217;s why many people talk about a conspiracy and a so called &#8220;make money blogging scam&#8221;. There are even some affiliate programs that will lure you into their program by telling you that you can make $1000&#8217;s per month by putting links on a website.<br />
It&#8217;s not that easy, but it&#8217;s also not as diifcult as many people think.<br />
<span id="more-234"></span></p>
<p>Let me tell you something about the real way how bloggers make money. The most popular way how people monetize their websites is plain and simple &#8220;advertising&#8221;. Two of the top players are Google Adsense and Chitika. I suggest you apply to both if you own a blog that is already receiving some visitors. However, advertising is cheap. The internet is growing, more and more sites offer ad inventory on their websites: Advertisers have a good choice and can be very picky. Of course they will only pick the best sites with the best converting traffic and a target audience that is interested in their products.<br />
<strong>Unless you have a very big site that is receiving 20,000 and more visitors daily you will not be making much money off advertising.</strong> Well, there are of course exceptions: If you are receiving just 10,000 daily and you are in a highly competitive niche like &#8220;poker&#8221; or &#8220;home loans&#8221; you will probably earn some good money just by advertising, but highly competitives niches are also harder to rank for and you won&#8217;t receive 10,000 visitors per day that easily. </p>
<p>Anyway, if you want to really find out how people make money, I suggest you subscribe to my mailing list and download my free eBook to learn where the real money is. </p>
]]></content:encoded><description>I&amp;#8217;ve noticed that more and more people call all the methods that allow you to make money online &amp;#8220;scams&amp;#8221;.
Do you also think that making money with blogging is a scam? 
Some people make beginners believe that they can earn money from blogging straight from day 1. They make you buy their tools, subscribe to their mailing list or lure you into a monthly subscription program that will cost you tremendous amounts of money. That&amp;#8217;s why many people talk about a conspiracy and a so called &amp;#8220;make money blogging scam&amp;#8221;. There ...</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://webmasterweblog.com/make-money-blogging-scam.html/feed</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments></item><item><title>Word to Wordpress – Copy &amp; Paste Text from Word to Wordpress</title><link>http://webmasterweblog.com/word-to-wordpress-copy-paste-text-from-word-to-wordpress.html</link><category>Wordpress</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">admin</dc:creator><pubDate>Fri, 11 Sep 2009 17:02:12 PDT</pubDate><guid isPermaLink="false">http://webmasterweblog.com/?p=237</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/IzRwUMdOZKYJXkjEn3EOzyYJavI/0/da"><img src="http://feedads.g.doubleclick.net/~a/IzRwUMdOZKYJXkjEn3EOzyYJavI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/IzRwUMdOZKYJXkjEn3EOzyYJavI/1/da"><img src="http://feedads.g.doubleclick.net/~a/IzRwUMdOZKYJXkjEn3EOzyYJavI/1/di" border="0" ismap="true"></img></a></p><p>Well, sometimes you might feel like writing your posts in Word until you realize that copying from Word to Wordpress doesn&#8217;t work very well.</p>
<p>What to do then? Well, it&#8217;s tricky, but I have found not just one, but several solutions. Some solutions are good for short posts without much formatting, others work better for long posts, ebooks or articles.</p>
<p><span id="more-237"></span></p>
<h3>Word to Notepad to Wordpress</h3>
<p>I guess you figured out that the easiest solution would be to simply convert the Word text into a plain text without all the crap MS Word is inserting. Copying the text into notepad will erase all the text formatting. Well, we don&#8217;t want that, but if your text is short this is the easiest solution.</p>
<p>You can also use a wordpress plugin to convert your word text into plain text with just one click: <a href="http://lincolnloop.com/blog/2007/jan/25/wordpress-plain-text-plugin/"  target="_blank">Wordpress Plain Text Plugin</a></p>
<p>Got a long text with lots of formatting? No worries, let&#8217;s move on to the next solution:</p>
<h3>Copy &amp; Paste from Word to Wordpress</h3>
<p>The following video is a guide that will show how to copy text from word and paste it into Wordpress properly. The video is about 10 minutes long. It&#8217;s a great video that explains how to copy &amp; paste from Word to Wordpress properly and it will explain how to fix the messed up Word code.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/laF9V6QRzYc&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x402061&amp;color2=0x9461ca" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/laF9V6QRzYc&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x402061&amp;color2=0x9461ca" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h3>My solution</h3>
<p>If you are about to write an article, follow the steps below and you wil be able to publish a blog post through Open Office. This might come in handy when you are traveling and you can&#8217;t go online all the time, then you will simply format your article using the ICE Open Office Toolbar and you are able to publish the articles as soon as you have a connection again!</p>
<h3>Word to OpenOffice to AtomPub to Wordpress</h3>
<ol style="list-style-type: decimal; list-style-image: none; list-style-position: outside;">
<li>
<p id="h3764e382p1">Download and install<a href="http://openoffice.org/"  target="_blank"> OpenOffice.org</a></p>
</li>
<li>
<p id="h117abe58p1"><a href="http://ice.usq.edu.au/trac/browser/ice/trunk/templates/ice/ooo/ice-toolbar.oxt?format=raw" >Download ICE toolbar</a> for OpenOffice.org (development version)</p>
</li>
<li>
<p id="h73b457f9p1">Install the toolbar using these <a href="http://ice.usq.edu.au/instructions/templates/ice_toolbar_ext.htm" >instructions</a>.</p>
</li>
<li>
<p id="hd8949881p1">Download and install <a href="http://ice.usq.edu.au/instructions/downloads.htm" >ICE</a></p>
</li>
</ol>
<p>Open your Word document in OpenOffice Writer and follow the instructions below.</p>
<ol style="list-style-type: decimal; list-style-image: none; list-style-position: outside;">
<li>
<p id="h22fec15dp1"><span style="color: #ff0000;">It is important to know that you have to style your document using the ICE! </span>That means you have to re-apply your formatting via the ICE toolbar.</p>
</li>
<li>
<p id="hd0047f25p1">Make sure to save  the document</p>
</li>
<li>
<p id="h8f7a3634p1">Enable the ICE Toolbar (it should active if you just installed the toolbar), click on<strong> Atom Pub.</strong></p>
<p><strong> </strong></p>
<p id="ha7368ee7p1"><strong><a name="graphics1"><!-- --></a><img style="border: 0px none ; vertical-align: top;" src="http://ice.usq.edu.au/presentations/demos/try_ice_2x_for_wp_files/7443aa1c_305x27.jpg" alt="graphics1" width="305" height="27" /></strong></p>
<p><strong> </strong></li>
<li>
<p id="hd914b55p1">Follow this example:</p>
</li>
</ol>
<div class="wp-caption alignnone" style="width: 488px"><img title="Open Office to Wordpress Blog" src="/images/open-office-to-wordpress-blog.jpg" alt="Publishing Content Through OpenOffice" width="478" height="387" /><p class="wp-caption-text">Publishing Content Through OpenOfficeImportant! URL for publishing to Wordpress will be formatted as follows: http://yourusername.wordpress.com/wp-app.php</p></div>
<p id="hb9f4d23p1">You should check out the <a href="http://ice.usq.edu.au/presentations/demos/ooo_to_wordpress.htm" >demonstration</a>, and test it via this <a href="http://ice.usq.edu.au/trac/browser/ice/trunk/sample-content/papers/sample.odt?rev=8292&amp;format=raw" >sample document</a>.</p>
<p>The information about the ICE toolbar have been found on: <a href="http://ice.usq.edu.au/presentations/demos/try_ice_2x_for_wp.htm"  target="_blank">http://ice.usq.edu.au</a></p>
]]></content:encoded><description>Well, sometimes you might feel like writing your posts in Word until you realize that copying from Word to Wordpress doesn&amp;#8217;t work very well.
What to do then? Well, it&amp;#8217;s tricky, but I have found not just one, but several solutions. Some solutions are good for short posts without much formatting, others work better for long posts, ebooks or articles.

Word to Notepad to Wordpress
I guess you figured out that the easiest solution would be to simply convert the Word text into a plain text without all the crap MS Word is ...</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://webmasterweblog.com/word-to-wordpress-copy-paste-text-from-word-to-wordpress.html/feed</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments></item><item><title>Where to backorder domains?</title><link>http://webmasterweblog.com/where-to-backorder-domains.html</link><category>Domains</category><category>Featured</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">admin</dc:creator><pubDate>Wed, 09 Sep 2009 01:30:25 PDT</pubDate><guid isPermaLink="false">http://webmasterweblog.com/?p=223</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/40Q-Z3ZTeFfCUP5-rJ--9vve7xU/0/da"><img src="http://feedads.g.doubleclick.net/~a/40Q-Z3ZTeFfCUP5-rJ--9vve7xU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/40Q-Z3ZTeFfCUP5-rJ--9vve7xU/1/da"><img src="http://feedads.g.doubleclick.net/~a/40Q-Z3ZTeFfCUP5-rJ--9vve7xU/1/di" border="0" ismap="true"></img></a></p><p>I have just acquired a really good domain via Snapnames.com.<br />
Initially there were 4 bidders, but luckily none of them was bidding more than the initial bid. Overall, I used three different backordering services.  </p>
<p>Whenever you backorder a domain, you should make sure to know the *where* to backorder the domain. Every registrar gives special rights to some dropcatchers, which means that the &#8220;own&#8221; backorder services of the domain registrar will get a priority bonus that will allow you to pick up the domain with a higher chance. Makes sense, right? Domain registrars are not stupid they know how much money they can make with backorders (that are usually between $60 and $70 per domain), that&#8217;s why they are giving more kudos to their own backorder services.<br />
<span id="more-223"></span></p>
<p>However, I would still recommend that you backorder a domain with every major backordering service (if you really want that name!). </p>
<p><strong>The three major backordering services are: </strong></p>
<p>Pool.com $60<br />
Snapnames.com $59<br />
Namejet.com $69</p>
<p>I did not list GoDaddy, because their service rarely catches a name that has been backordered by any of the other major backorder services as well. The best backorder service is probably snapnames. If you don&#8217;t backorder there, you risk loosing the name. </p>
<h3>Where to backorder your domain if the registrar is ..</h3>
<p>Ok, here&#8217;s a short list that lists all the domain registrars and the backorder service they give the most kudos to (= higher chance to backorder). </p>
<p>networksolutions.com &#8211; Snapnames*<br />
register.com &#8211; Snapnames*<br />
BulkRegister.com &#8211; Snapnames*<br />
moniker.com &#8211; Snapnames*<br />
domainsite.com &#8211; Snapnames*<br />
name.com &#8211; name.net/drop/ &#8211; Snapnames*<br />
name.net &#8211; name.net/drop/ &#8211; Snapnames*<br />
itsyourdomain.com &#8211; Snapnames*<br />
directi.com &#8211; Snapnames*<br />
mysticblizzard.com (directi) &#8211; Snapnames*<br />
bluefractal.com (directi) &#8211; Snapnames*<br />
atomicgiant.com (directi) &#8211; Snapnames*<br />
falconzone.com (directi) &#8211; Snapnames*<br />
digupdomains.com (directi) &#8211; Snapnames*<br />
007names.com &#8211; Snapnames<br />
1stdomain.net &#8211; Snapnames<br />
4domains.com &#8211; Snapnames<br />
aboutdomains.com &#8211; Snapnames<br />
aitdomains.com &#8211; Snapnames<br />
alohanic.com &#8211; Snapnames<br />
annulet.com &#8211; Snapnames<br />
answerable.com &#8211; Snapnames<br />
bestregistrar.com &#8211; Snapnames<br />
bumperjumper.com &#8211; Snapnames<br />
criticalinternet.com &#8211; Snapnames<br />
dns-net.de &#8211; Snapnames<br />
domus-llc.com &#8211; Snapnames<br />
dotearth.com &#8211; Snapnames<br />
fatfirm.com &#8211; Snapnames<br />
fortuneinternet.com &#8211; Snapnames<br />
getyername.com &#8211; Snapnames<br />
hostingfort.com &#8211; Snapnames<br />
inname.net &#8211; Snapnames<br />
mouzz.com &#8211; Snapnames<br />
name2host.com &#8211; Snapnames<br />
namebay.com &#8211; Snapnames<br />
namesecure.com &#8211; Snapnames<br />
nameshare.com &#8211; Snapnames<br />
neonic.com &#8211; Snapnames<br />
nominate.net &#8211; Snapnames<br />
pairnic.com &#8211; Snapnames<br />
planetdomain.com &#8211; Snapnames<br />
plisk.com &#8211; Snapnames<br />
primalstore.com &#8211; Snapnames<br />
publicdomainregistry.com &#8211; Snapnames<br />
retailstudio.com &#8211; Snapnames<br />
rrpproxy.net &#8211; Snapnames<br />
safenames.net &#8211; Snapnames<br />
simplynamed.com &#8211; Snapnames<br />
tahoedomains.com &#8211; Snapnames<br />
topclassnames.com &#8211; Snapnames<br />
totalnic.net &#8211; Snapnames<br />
urbanvolcano.com &#8211; Snapnames<br />
vividdomains.com &#8211; Snapnames</p>
<p>&#8230;</p>
<p>the list goes on and on, but to get the full list you have to subscribe to my mailing list. Don&#8217;t worry I won&#8217;t spam you and from time to time I&#8217;ll give away some golden nuggets and freebies that you will find nowhere else on the net. Yes, that includes CPA and PPV tools as well. </p>
]]></content:encoded><description>I have just acquired a really good domain via Snapnames.com.
Initially there were 4 bidders, but luckily none of them was bidding more than the initial bid. Overall, I used three different backordering services.  
Whenever you backorder a domain, you should make sure to know the *where* to backorder the domain. Every registrar gives special rights to some dropcatchers, which means that the &amp;#8220;own&amp;#8221; backorder services of the domain registrar will get a priority bonus that will allow you to pick up the domain with a higher chance. Makes sense, ...</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://webmasterweblog.com/where-to-backorder-domains.html/feed</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments></item><item><title>Free Online Article Rewriter</title><link>http://webmasterweblog.com/free-online-article-rewriter.html</link><category>Featured</category><category>Web Content</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">admin</dc:creator><pubDate>Mon, 07 Sep 2009 09:39:39 PDT</pubDate><guid isPermaLink="false">http://webmasterweblog.com/?p=220</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/VElf7I945uWdtgwqAxYoA50m3Xs/0/da"><img src="http://feedads.g.doubleclick.net/~a/VElf7I945uWdtgwqAxYoA50m3Xs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/VElf7I945uWdtgwqAxYoA50m3Xs/1/da"><img src="http://feedads.g.doubleclick.net/~a/VElf7I945uWdtgwqAxYoA50m3Xs/1/di" border="0" ismap="true"></img></a></p><p>Are you looking for an online article rewriter? I want to present 4 of the best online tools that are working like a charm: </p>
<p><a href="http://randompaper.com/" >RandomPaper</a> is a free online article rewriter that does not fully reorder sentences, but replace keywords with synonyms. This is very useful and will make your article unique. The disadvantage is that synonyms do not always have the same meaning and the search engines might still count this as duplicate content. </p>
<p><span id="more-220"></span></p>
<p>Another great *free* online article rewriter tool is the &#8220;<a href="http://www.quickcontentwizard.com/" >Quick Content Wizard</a>&#8220;. Similar to RandomPaper it replaces words with synonyms. The quality of the rewrite is a little better than RandomPaper. </p>
<p><a href="http://www.articlechanger.net/" >ArticleChanger</a> is the third tool that I want to recommend to spin your article. In my test it was replacing a few words less than the competition, yet it&#8217;s still a great tool like <a href="http://www.freearticlespinner.com/" >FreeArticleSpinner</a>. Free Article Spinner does have a plus, you can select the spin density. The higher the more words will be replaced. If you are looking for content that is still readable you could do that and then rewrite parts yourself. </p>
<h3>Article Rewriter make text unreadable</h3>
<p>Yep, that&#8217;s why a combination of online tools and manual article spinning will be the best. But who says that you can&#8217;t make manual article spinning easier? <del datetime="2009-09-07T13:42:32+00:00">JetSpinner is a great tool that allows you to create perfectly readable articles by hand. Best of all, you can define mutliple replacement words and even replace full sentences. After that you can pay $20 and submit your articles to 400+ article directories &#8211; fully automated! </del> </p>
<p>Actually I wanted to recommend JetSpinner to you, but after reading some reviews and many other complains of users I &#8220;deleted&#8221; the text above. <a href="http://www.clintlenard.com/2008/01/01/jet-spinner-jet-submitter-sucks/" style="color:#fff" target="_blank" >this </a></p>
<p>Instead I would like to recommend <a href="http://www.uniquearticlewizard.com/amember/go.php?r=11594&#038;i=l0" rel="nofollow" >Unique Article Wizard</a> to you. Despite my hate for sales pages, I have to underline that many of the top article rewriters make use of this tool. It&#8217;s simply the best article rewriter that lets you submit your article to all the major article directories. </p>
]]></content:encoded><description>Are you looking for an online article rewriter? I want to present 4 of the best online tools that are working like a charm: 
RandomPaper is a free online article rewriter that does not fully reorder sentences, but replace keywords with synonyms. This is very useful and will make your article unique. The disadvantage is that synonyms do not always have the same meaning and the search engines might still count this as duplicate content. 

Another great *free* online article rewriter tool is the &amp;#8220;Quick Content Wizard&amp;#8220;. Similar to RandomPaper ...</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://webmasterweblog.com/free-online-article-rewriter.html/feed</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments></item></channel></rss>
