<?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>Realivent Real Estate Technology Blog &#187; spam</title>
	<atom:link href="http://realiventblog.com/category/spam/feed/" rel="self" type="application/rss+xml" />
	<link>http://realiventblog.com</link>
	<description>Real estate Technology and the products we make</description>
	<lastBuildDate>Thu, 10 Sep 2009 11:20:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Spam Free and Lovin It!</title>
		<link>http://realiventblog.com/2007/03/05/spam-free-and-lovin-it/</link>
		<comments>http://realiventblog.com/2007/03/05/spam-free-and-lovin-it/#comments</comments>
		<pubDate>Tue, 06 Mar 2007 05:52:43 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[plugins]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://realiventblog.com/2007/03/05/spam-free-and-lovin-it/</guid>
		<description><![CDATA[As I cruise around the internet I have noticed a lot of people using some funky email addresses. For example, me (at) domain (dot) com. This just doesn&#39;t cut it...When you do this the spammers have won, and we can&#39;t have that.
My buddy Alain showed me a good way to hide your email using javascript. [...]]]></description>
			<content:encoded><![CDATA[<p>As I cruise around the internet I have noticed a lot of people using some funky email addresses. For example, me (at) domain (dot) com. This just doesn&#39;t cut it...When you do this the spammers have won, and we can&#39;t have that.</p>
<p>My buddy <a href="http://alainkelder.com" onclick="javascript:urchinTracker ('/outbound/article/alainkelder.com');">Alain</a> showed me a good way to hide your email using javascript. This formats your email address behind the scenes but still provide a maito link that allows the public to click on it, and send you an email.</p>
<p><strong>Here is the javascript:</strong></p>
<div class="igBar"><span id="ljavascript-2"><a href="#" onclick="javascript:showPlainTxt('javascript-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">JAVASCRIPT:</span>
<div id="javascript-2">
<div class="javascript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&lt;!--&nbsp; &nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">var</span> username = <span style="color: #3366CC;">"username"</span>;&nbsp; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">var</span> hostname = <span style="color: #3366CC;">"domain.com"</span>;&nbsp; </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #003366; font-weight: bold;">var</span> linktext = <span style="color: #3366CC;">"Email Me"</span>;&nbsp; &nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">document.<span style="color: #000066; font-weight: bold;">write</span><span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">"&lt;a href="</span> + <span style="color: #3366CC;">"mail"</span> + <span style="color: #3366CC;">"to:"</span> + username + <span style="color: #3366CC;">"@"</span> + hostname + <span style="color: #3366CC;">"&gt;"</span> + linktext + <span style="color: #3366CC;">"&lt;/a&gt;"</span><span style="color: #66cc66;">&#41;</span> </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900; font-style: italic;">//--&gt; </span></div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>If you don&#39;t know anything about javascript... what this code does is rearrange the beginning of your email, and ending of your email. If you use this code and view the source from a webpage you will see that the spam harvesters can&#39;t find any valid email address. Just cut and paste the code into you webpages. Of course change the username and domain to your proper email.</p>
<p>If you do not want to add code your website, and you use wordpress, you can install a little sidebar widget I made that adds your contact info. <a href="http://realiventblog.com/widgets-and-plugins/" >Download Spam Widget Here</a></p>
<p><img src="http://realiventblog.com/wp-content/uploads/spam.jpg" border="1" hspace="20" width="420" height="302" align="left" />
</p>
<p><!--18e031d2bd882d15e5ac532da852eeef--><!--097ecfff48e9bcd778e8131ad0da1c61--></p>
]]></content:encoded>
			<wfw:commentRss>http://realiventblog.com/2007/03/05/spam-free-and-lovin-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The dilemma of wrong numbers</title>
		<link>http://realiventblog.com/2007/02/02/the-dilemma-of-wrong-numbers/</link>
		<comments>http://realiventblog.com/2007/02/02/the-dilemma-of-wrong-numbers/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 21:42:17 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Fun Stuff]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Text messaging]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://realiventblog.com/2007/02/02/the-dilemma-of-wrong-numbers/</guid>
		<description><![CDATA[What do you do when you get a text message from a wrong number? I just got one, but I'm scared to respond because what if it is a spammer that sent out millions of text messages and waits for people to respond to get their number, then they sell the info the other companies?
I [...]]]></description>
			<content:encoded><![CDATA[<p>What do you do when you get a text message from a wrong number? I just got one, but I'm scared to respond because what if it is a spammer that sent out millions of text messages and waits for people to respond to get their number, then they sell the info the other companies?</p>
<p>I usually only get text messages from Verizon, telling me to upgrade my text messages to accept more text messages, or telling me that my bill is way over due...I'm a huge procrastinator.<br />
But what if its not a spammer, and the text message really, really needs to make it to the desired location?</p>
<p>The message said, "Sam Don't forget physical fifth period".</p>
<p>What is Sam misses the physical and his life is ruined?<br />
Then again, if I was a spammer and sent a text message, I would make it sound a lot more urgent, like "Sam I need that report ASAP or your ass is fired!"</p>
<p>dilemmasÂ  of a high tech world...</p>
]]></content:encoded>
			<wfw:commentRss>http://realiventblog.com/2007/02/02/the-dilemma-of-wrong-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<br />
<b>Fatal error</b>:  Call to undefined function  is_site_admin() in <b>/home/realblog/public_html/wp-content/mu-plugins/pluggable.php</b> on line <b>100</b><br />

