<?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 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Aldebaran Web Design's Official Blog</title>
	
	<link>http://aldebaranwebdesign.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 26 Jun 2010 21:20:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/AldebaranWebDesign" /><feedburner:info uri="aldebaranwebdesign" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>AldebaranWebDesign</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Adding WebYep to Tables to Create Repeating Rows</title>
		<link>http://feedproxy.google.com/~r/AldebaranWebDesign/~3/E_tp4zzZkDM/</link>
		<comments>http://aldebaranwebdesign.com/blog/adding-webyep-to-tables-to-create-repeating-rows/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 20:26:11 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[WebYep]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=865</guid>
		<description><![CDATA[This is a solution that I use often, and wanted to capture it here in my blog in the event that the Web Yep form is down. The question was: 1. Where is the best placement of OPEN and CLOSE loop elements for a repeating table row? - Inside the TR tags? - outside TR [...]]]></description>
			<content:encoded><![CDATA[<p>This is a solution that I use often, and wanted to capture it here in my blog in the event that the Web Yep form is down.</p>
<p>The question was:</p>
<blockquote><p>1. Where is the best placement of OPEN and CLOSE loop elements for a  repeating table row?<br />
- Inside the TR tags?<br />
- outside TR  tags?<br />
2. Where is the best placement of the LOOP controls?<br />
-  Whether the controls are placed AUTOMATIC or MANUALLY they display  inline at the top of the table, which is confusing to the user.</p></blockquote>
<p>And the answer was:</p>
<blockquote><p>ad 1.: Outside the TR tags &#8211; the loop should surround the table row</p>
<p>ad 2.: When placing the  loop start in a position where now content HTML is allowed (like between  the TABLE and TR tags) then you should set the control flag to MANUALLY  and insert the little PHP code snippet for the controls (as listed in  the Menu Element&#8217;s reference) elsewhere &#8211; e.g. at the beginning or end  of the table cell (right after the TD or before the /TD). You might want  to enclose that in a DIV and give that a nowrap via CSS so the buttons  are kept in a separate line.</p></blockquote>
<p>And I added:</p>
<blockquote><p>Just used this tip and thought posting the code would save someone else  time:<br />
&lt;?php $webyep_oCurrentLoop-&gt;showEditButtons(); ?&gt;</p></blockquote>
<p>Original Forum Article is here: <a href="http://forums.obdev.at/viewtopic.php?f=6&amp;t=2615&amp;start=0">LOOP &#8211; TABLE; repeat TR, controls placement</a></p>
<blockquote></blockquote>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=E_tp4zzZkDM:sVrMpve4jBk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=E_tp4zzZkDM:sVrMpve4jBk:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=E_tp4zzZkDM:sVrMpve4jBk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=E_tp4zzZkDM:sVrMpve4jBk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=E_tp4zzZkDM:sVrMpve4jBk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=E_tp4zzZkDM:sVrMpve4jBk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=E_tp4zzZkDM:sVrMpve4jBk:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/adding-webyep-to-tables-to-create-repeating-rows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aldebaranwebdesign.com/blog/adding-webyep-to-tables-to-create-repeating-rows/</feedburner:origLink></item>
		<item>
		<title>Get Revenge on Spammers! Use SpamCop.net</title>
		<link>http://feedproxy.google.com/~r/AldebaranWebDesign/~3/4b6bfVmj0-E/</link>
		<comments>http://aldebaranwebdesign.com/blog/get-revenge-on-spammers/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 22:56:21 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[Spam & Scam Watch]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=861</guid>
		<description><![CDATA[Every morning I sit down in front of my computer and go through my email inbox. The first thing I do is remove all the spam that&#8217;s come in overnight. It used to just annoy me, but now I&#8217;ve discovered a way to get revenge, and hopefully annoy the spammers in the process. My secret? [...]]]></description>
			<content:encoded><![CDATA[<p>Every morning I sit down in front of my computer and go through my email inbox. The first thing I do is remove all the spam that&#8217;s come in overnight. It used to just annoy me, but now I&#8217;ve discovered a way to get revenge, and hopefully annoy the spammers in the process.</p>
<p>My secret?</p>
<p style="text-align: center;"><a href="http://www.spamcop.ne"></a><a href="http://spamcop.net"><img class="size-full wp-image-862 aligncenter" title="spamcopLogo" src="http://AldebaranWebDesign.com/blog/wp-content/uploads/2010/04/spamcopLogo.jpg" alt="" width="285" height="40" /></a></p>
<p>I love this site! Every morning, I now login to my <a href="http://www.spamcop.net">SpamCop.net</a> account, and I paste in the entire email message (including headers) and his submit. <a href="http://www.spamcop.net">Spamcop.net</a> analyzes the email to figure out who actually sends it, and then you can alert the actual domain owners (or people in charge of fighting the spam).  I opened an account for $2 (you can try it for free too) and am just thrilled to be able to do my little part to get back at the folks who spam me. It takes me less than 10 seconds to report each message.</p>
<p>I use Thunderbird for my email application, and in Thunderbird you can quickly view and copy the full message by clicking on &#8220;View&#8221; and then selecting &#8220;Message Source&#8221;. I then select all, and copy, and paste right into SpamCop.net&#8217;s field.</p>
<p>If you use Outlook and want help copy/pasting the email with full headers, please leave a comment on this article and I&#8217;ll look it up and report it here. Or if you know how to do this with Outlook, leave that in a comment as well.</p>
<p>Give it a try, it makes you feel good, really, it does!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=4b6bfVmj0-E:umipyu1fsco:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=4b6bfVmj0-E:umipyu1fsco:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=4b6bfVmj0-E:umipyu1fsco:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=4b6bfVmj0-E:umipyu1fsco:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=4b6bfVmj0-E:umipyu1fsco:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=4b6bfVmj0-E:umipyu1fsco:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=4b6bfVmj0-E:umipyu1fsco:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/get-revenge-on-spammers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aldebaranwebdesign.com/blog/get-revenge-on-spammers/</feedburner:origLink></item>
		<item>
		<title>Prevent Hacking and Viruses – Keep Your WordPress Blog Up To Date</title>
		<link>http://feedproxy.google.com/~r/AldebaranWebDesign/~3/5gWY3yDZ0PU/</link>
		<comments>http://aldebaranwebdesign.com/blog/prevent-hacking-keep-your-wordpress-up-to-date/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 22:42:56 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[Blogs]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=857</guid>
		<description><![CDATA[In the last 12 months, I&#8217;ve had three clients with WordPress blogs get hacked into. In every case, the WordPress version had become outdated. So if you see a little message like this when you log into your WordPress Dashboard: Don&#8217;t ignore it, just hit the &#8220;Please update now&#8221; link and follow the instructions. WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>In the last 12 months, I&#8217;ve had three clients with WordPress blogs get hacked into. In every case, the WordPress version had become outdated. So if you see a little message like this when you log into your WordPress Dashboard:</p>
<p style="text-align: center;"><a href="http://AldebaranWebDesign.com/blog/wp-content/uploads/2010/04/wordpressUpdate.jpg"><img class="size-full wp-image-858 aligncenter" title="wordpressUpdate" src="http://AldebaranWebDesign.com/blog/wp-content/uploads/2010/04/wordpressUpdate.jpg" alt="" width="348" height="50" /></a></p>
<p>Don&#8217;t ignore it, just hit the &#8220;Please update now&#8221; link and follow the instructions.</p>
<p>WordPress may release updates every month, or every few months, so be sure to log into your blog at least monthly to check for a new version number.</p>
<p>Prevent hacking and viruses &#8211; keep your WordPress Blog updated!</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fprevent-hacking-keep-your-wordpress-up-to-date%2F&amp;title=Prevent+Hacking+and+Viruses+%26%238211%3B+Keep+Your+WordPress+Blog+Up+To+Date" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fprevent-hacking-keep-your-wordpress-up-to-date%2F&amp;title=Prevent+Hacking+and+Viruses+%26%238211%3B+Keep+Your+WordPress+Blog+Up+To+Date" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fprevent-hacking-keep-your-wordpress-up-to-date%2F&amp;title=Prevent+Hacking+and+Viruses+%26%238211%3B+Keep+Your+WordPress+Blog+Up+To+Date" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fprevent-hacking-keep-your-wordpress-up-to-date%2F&amp;title=Prevent+Hacking+and+Viruses+%26%238211%3B+Keep+Your+WordPress+Blog+Up+To+Date" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fprevent-hacking-keep-your-wordpress-up-to-date%2F&amp;title=Prevent+Hacking+and+Viruses+%26%238211%3B+Keep+Your+WordPress+Blog+Up+To+Date', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fprevent-hacking-keep-your-wordpress-up-to-date%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fprevent-hacking-keep-your-wordpress-up-to-date%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fprevent-hacking-keep-your-wordpress-up-to-date%2F&amp;title=Prevent+Hacking+and+Viruses+%26%238211%3B+Keep+Your+WordPress+Blog+Up+To+Date" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fprevent-hacking-keep-your-wordpress-up-to-date%2F&amp;title=Prevent+Hacking+and+Viruses+%26%238211%3B+Keep+Your+WordPress+Blog+Up+To+Date" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=5gWY3yDZ0PU:pjYc0Tj5YII:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=5gWY3yDZ0PU:pjYc0Tj5YII:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=5gWY3yDZ0PU:pjYc0Tj5YII:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=5gWY3yDZ0PU:pjYc0Tj5YII:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=5gWY3yDZ0PU:pjYc0Tj5YII:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=5gWY3yDZ0PU:pjYc0Tj5YII:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=5gWY3yDZ0PU:pjYc0Tj5YII:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/prevent-hacking-keep-your-wordpress-up-to-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aldebaranwebdesign.com/blog/prevent-hacking-keep-your-wordpress-up-to-date/</feedburner:origLink></item>
		<item>
		<title>Yelp Hit With Class Action Lawsuit For Extortion Scheme</title>
		<link>http://feedproxy.google.com/~r/AldebaranWebDesign/~3/aApGoD_NohE/</link>
		<comments>http://aldebaranwebdesign.com/blog/yelp-hit-with-class-action-lawsuit-for-extortion-scheme/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 01:31:38 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[Spam & Scam Watch]]></category>
		<category><![CDATA[Tidbits]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=853</guid>
		<description><![CDATA[I wrote a blog article last year about online allegations that were being made against Yelp. Recently I read an article in the Huff Post that reported that: &#8220;Two law firms, Beck &#38; Lee from Miami and The Weston Firm in San Diego, have filed a class action lawsuit in Los Angeles federal court alleging [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote a <a href="http://aldebaranwebdesign.com/blog/yelp-negative-reviews-and-some-angry-small-business-owners/">blog article last year about online allegations</a> that were being made against Yelp. Recently I read an article in the Huff Post that reported that:</p>
<blockquote><p>&#8220;Two law firms, Beck &amp; Lee from Miami and The Weston Firm in San Diego, have filed a class action lawsuit in Los Angeles federal court alleging unfair business practices by local business review and rating website operator Yelp.&#8221;</p></blockquote>
<p><a href="http://techcrunch.com/2010/02/24/yelp-class-action-lawsuit/">Read the full article from TechCrunch.com</a></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fyelp-hit-with-class-action-lawsuit-for-extortion-scheme%2F&amp;title=Yelp+Hit+With+Class+Action+Lawsuit+For+Extortion+Scheme" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fyelp-hit-with-class-action-lawsuit-for-extortion-scheme%2F&amp;title=Yelp+Hit+With+Class+Action+Lawsuit+For+Extortion+Scheme" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fyelp-hit-with-class-action-lawsuit-for-extortion-scheme%2F&amp;title=Yelp+Hit+With+Class+Action+Lawsuit+For+Extortion+Scheme" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fyelp-hit-with-class-action-lawsuit-for-extortion-scheme%2F&amp;title=Yelp+Hit+With+Class+Action+Lawsuit+For+Extortion+Scheme" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fyelp-hit-with-class-action-lawsuit-for-extortion-scheme%2F&amp;title=Yelp+Hit+With+Class+Action+Lawsuit+For+Extortion+Scheme', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fyelp-hit-with-class-action-lawsuit-for-extortion-scheme%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fyelp-hit-with-class-action-lawsuit-for-extortion-scheme%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fyelp-hit-with-class-action-lawsuit-for-extortion-scheme%2F&amp;title=Yelp+Hit+With+Class+Action+Lawsuit+For+Extortion+Scheme" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fyelp-hit-with-class-action-lawsuit-for-extortion-scheme%2F&amp;title=Yelp+Hit+With+Class+Action+Lawsuit+For+Extortion+Scheme" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=aApGoD_NohE:c0zu1NmPupA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=aApGoD_NohE:c0zu1NmPupA:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=aApGoD_NohE:c0zu1NmPupA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=aApGoD_NohE:c0zu1NmPupA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=aApGoD_NohE:c0zu1NmPupA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=aApGoD_NohE:c0zu1NmPupA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=aApGoD_NohE:c0zu1NmPupA:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/yelp-hit-with-class-action-lawsuit-for-extortion-scheme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aldebaranwebdesign.com/blog/yelp-hit-with-class-action-lawsuit-for-extortion-scheme/</feedburner:origLink></item>
		<item>
		<title>How To Take A ScreenShot – When Your Web Designer Needs To See What You’re Seeing</title>
		<link>http://feedproxy.google.com/~r/AldebaranWebDesign/~3/4iblET_NR9w/</link>
		<comments>http://aldebaranwebdesign.com/blog/how-to-take-a-screenshot-when-your-web-designer-needs-to-see-what-youre-seeing/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 21:52:48 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[Tidbits]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=849</guid>
		<description><![CDATA[Sometimes clients see things in a certain way in their browsers that I&#8217;m unable to see. Often the fastest way to clear up the confusion, is for them to send me a screenshot. Send a screenshot of something on the web is easy to do once you know the steps. If you have a PC [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes clients see things in a certain way in their browsers that I&#8217;m unable to see. Often the fastest way to clear up the confusion, is for them to send me a screenshot. Send a screenshot of something on the web is easy to do once you know the steps.</p>
<p><strong>If you have a PC (not a Mac):</strong></p>
<p>1. Press the print screen key (PrtScn). This takes a screenshot and saves it.</p>
<p>2. Open a program that uses images (Word, Powerpoint)</p>
<p>3. Edit and Paste. This pastes the saved screenshot.</p>
<p>4. Save the document and email it.</p>
<p><strong>If you have a Mac (not a PC):</strong></p>
<p>1. Open your &#8220;Grab&#8221; application.</p>
<p>2. Select &#8220;Capture&#8221; and the method you&#8217;d like to use.</p>
<p>3. Save the image to your desktop (it will be a .tiff) and email it.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=4iblET_NR9w:KnNSXlOyI1g:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=4iblET_NR9w:KnNSXlOyI1g:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=4iblET_NR9w:KnNSXlOyI1g:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=4iblET_NR9w:KnNSXlOyI1g:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=4iblET_NR9w:KnNSXlOyI1g:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=4iblET_NR9w:KnNSXlOyI1g:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=4iblET_NR9w:KnNSXlOyI1g:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/how-to-take-a-screenshot-when-your-web-designer-needs-to-see-what-youre-seeing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://aldebaranwebdesign.com/blog/how-to-take-a-screenshot-when-your-web-designer-needs-to-see-what-youre-seeing/</feedburner:origLink></item>
		<item>
		<title>Breaking Up With Your Web Designer – A Safety Checklist</title>
		<link>http://feedproxy.google.com/~r/AldebaranWebDesign/~3/KAyoaUNFNB0/</link>
		<comments>http://aldebaranwebdesign.com/blog/breaking-up-with-your-web-designer-a-safety-checklist/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 02:34:51 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[Tidbits]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=839</guid>
		<description><![CDATA[I often have people contact me who are in various stages of breaking up with their current web designers. Sometimes the termination is friendly, sometimes it&#8217;s not. Here&#8217;s what you should know BEFORE you attempt to fire, or otherwise end your working relationship with your web designer. 1. Domain Name Ownership &#8211; Make sure that [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-842" title="fightingfaces" src="http://AldebaranWebDesign.com/blog/wp-content/uploads/2010/02/fightingfaces.jpg" alt="" width="149" height="108" /></p>
<p>I often have people contact me who are in various stages of breaking up with their current web designers. Sometimes the termination is friendly, sometimes it&#8217;s not. Here&#8217;s what you should know BEFORE you attempt to fire, or otherwise end your working relationship with your web designer.</p>
<p><strong>1. Domain Name Ownership</strong> &#8211; Make sure that you own your domain name, and the domain name registration is not in the name of the web designer.  You need to make very, very, very sure that you, and no one else, legally owns your domain name. <a href="http://aldebaranwebdesign.com/blog/who-owns-your-domain-name-dont-be-surprised/">Here&#8217;s article you can use to find out who owns your domain name.</a> You&#8217;ll want to be 110% sure that the domain name is owned by you, and that your name is listed in the public records. Some domain registrars will hide the names, and display a proxy &#8211; but you should contact the domain registrar and make sure that you are the owner of record. If you are not the owner, you should ask your web developer to transfer the ownership to you. If they refuse to transfer it, you might want to hire an attorney.</p>
<p><strong>2. Hosting Plan Ownership</strong> &#8211; You can use the same method listed above to see who your current hosting company is. It will generally be listed in the DNS (Domain Name Server) area of the WHOIS record. If your web designer is doing your hosting, then you might want to consider moving to a neutral company (<a href="http://www.dreamhost.com/r.cgi?135638">like DreamHost</a>). Unless your web developer has sent you recent copies of all your website files, they may only exist on your hosting company&#8217;s server and your developer&#8217;s computer. This means that if you make your web developer mad enough, they can simply delete them from the server and your website is GONE. Sound unbelievable? It&#8217;s actually happened to a client of mine.</p>
<p><strong>Why are these two things important?</strong></p>
<p>If you don&#8217;t own your domain name, it means whoever owns it can sell it to another person &#8211; even a competitor, at will. There&#8217;s no logical or ethical reason why a web developer needs to own another person&#8217;s domain name &#8211; would you let a graphic designer trademark YOUR logo? Of course not. So make sure you are the domain name owner &#8211; and if not, make this your #1 priority.</p>
<p>If you don&#8217;t have direct control of your website hosting server, your website files could be at risk if your relationship with your current developer goes bad. It just takes a few minutes to set up your own hosting account with a neutral company &#8211; so if you&#8217;re planning on leaving your web developer &#8211; get an account set up and get your website files moved. Most likely you will need help from your current developer to get this done, unless you have duplicate copies of your website files handy, or have FTP access to your website&#8217;s server.</p>
<p><strong>Other Things To Consider</strong></p>
<p><strong>3. Stock Photography Licenses</strong> &#8211; if your developer has purchased stock photography on your behalf, get documentation to prove this so you can&#8217;t be held liable for copyright infringement.</p>
<p><strong>4. Software Licenses</strong> &#8211; if your developer has purchased software on your behalf, get copies of that documentation so you can prove that you own all  the software used by your website.</p>
<p><strong>5. Databases</strong> &#8211; If your website uses a database, transferring your website from one hosting server to another can be complicated. Be sure you understand the scope of your current website before attempting to relocate.</p>
<p><strong>6. Server-Side Language</strong> &#8211; Know what languages are used on your website. For example, if your website is written in PHP, it might need to be hosted on a Linux or Unix server, and if your website is written in ASP, it might be need to be hosted on a Windows server. Know what server-side languages (and corresponding database languages) are used on your website because they may prohibit you from moving your website to certain servers.</p>
<p><strong>7. Email </strong>- Generally speaking, email servers are with whoever is hosting your website, and whoever is hosting your website has the ability to read your website-based emails. If you change hosting companies, your email accounts will be lost, and you will need to set up new accounts on your new hosting company&#8217;s email system.</p>
<p><strong>Breaking Up Is Hard To Do &#8211; But It Shouldn&#8217;t Be Dangerous<br />
</strong></p>
<p>While deciding to end your relationship with your web developer may be difficult, it should not put your website in jeopardy &#8211; if, and only if &#8211; you&#8217;ve taken steps to make sure that your website registration and hosting are independent from your web developer. If domain registration and hosting are under your direct control, you simply need to change the passwords on any accounts (control panels and FTP) to make sure your developer doesn&#8217;t have access, and you&#8217;re ready to start a new relationship with someone else.</p>
<p><strong>Prevention Is Worth A Pound of Cure</strong></p>
<p>This means that if you haven&#8217;t yet hired a web developer and are in the interviewing process, you can ask them about domain registration and hosting. You can avoid folks who say they&#8217;ll do the domain registration on your behalf, as well as folks who insist on hosting the website themselves. There&#8217;s no reason why a developer would need to register your domain in their name. While it&#8217;s possible that your website is so special and complex it has to be hosted on a developer&#8217;s server &#8211; find out the details and ask lots of questions, especially if all you need is a simple small business website. Domain registration and website hosting are relatively inexpensive things ($10 a year and $10 a month, respectively) &#8211; yet depending on how they are structured, can make breaking up with your web developer a nightmare.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=KAyoaUNFNB0:03_TLQ21tfI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=KAyoaUNFNB0:03_TLQ21tfI:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=KAyoaUNFNB0:03_TLQ21tfI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=KAyoaUNFNB0:03_TLQ21tfI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=KAyoaUNFNB0:03_TLQ21tfI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=KAyoaUNFNB0:03_TLQ21tfI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=KAyoaUNFNB0:03_TLQ21tfI:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/breaking-up-with-your-web-designer-a-safety-checklist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aldebaranwebdesign.com/blog/breaking-up-with-your-web-designer-a-safety-checklist/</feedburner:origLink></item>
		<item>
		<title>Washington State Considering Change to Online Tax Law</title>
		<link>http://feedproxy.google.com/~r/AldebaranWebDesign/~3/5uUFpKz02U8/</link>
		<comments>http://aldebaranwebdesign.com/blog/washington-state-considering-change-to-online-tax-law/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 22:52:16 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=835</guid>
		<description><![CDATA[Many of my readers may be familiar with a very popular article I wrote in May of 2008 about the then new Washington State Destination Based Sales Tax. Today I received news from one of my readers that alerted me to a new development: SB5113. This new bill would ammend 82.32 RCW adding language that [...]]]></description>
			<content:encoded><![CDATA[<p>Many of my readers may be familiar with a very popular article I wrote in May of 2008 about the then new <a href="http://aldebaranwebdesign.com/blog/washington-destination-based-sales-tax-and-online-stores/">Washington State Destination Based Sales Tax</a>. Today I received news from one of my readers that alerted me to a new development: <a href="http://apps.leg.wa.gov/billinfo/summary.aspx?bill=5113&amp;year=2009">SB5113</a>.</p>
<p>This new bill would ammend 82.32 RCW adding language that would seem to fix the problem that many of us who own online stores have &#8211; namely that we&#8217;re supposed to be charging tax based on the customer&#8217;s address, the &#8220;destination&#8221;.</p>
<p>Here&#8217;s the language:</p>
<blockquote><p>NEW SECTION. Sec. 2. A new section is added to chapter 82.32 RCW</p>
<p>4 to read as follows:</p>
<p>5 (1) Retail sales of tangible personal property and digital goods</p>
<p>6 shall be sourced to the location where the order is received by the</p>
<p>7 seller if:</p>
<p>8 (a) The order is received in this state by the seller and where</p>
<p>9 receipt of the product by the purchaser or the purchaser&#8217;s donee occur</p>
<p>10 in this state. However, when products are sold in conjunction with a</p>
<p>11 retail service, both the product and the service must be sourced as</p>
<p>12 required in RCW 82.32.730;</p>
<p>13 (b) The location where receipt of the product by the purchaser</p>
<p>14 occurs is determined pursuant to RCW 82.32.730(1) (b) through (d); and</p>
<p>15 (c) At the time the order is received, the recordkeeping system of</p>
<p>16 the seller used to calculate the proper amount of tax to be imposed</p>
<p>17 captures the location where the order is received.</p>
<p>18 (2) For purposes of this section, the location where the order is</p>
<p>19 received by or on behalf of the seller means the physical location of</p>
<p>20 a seller or third party such as an established outlet, office location</p>
<p>21 or automated order receipt system operated by or on behalf of the</p>
<p>22 seller where an order is initially received by or on behalf of the</p>
<p>23 seller and not where the order may be subsequently accepted, completed</p>
<p>24 or fulfilled.</p></blockquote>
<p>If you&#8217;re in Washington, <a href="http://apps.leg.wa.gov/DistrictFinder/Default.aspx">contact your legislators</a> to learn more about this bill and if indeed does get rid of the nearly impossible to implement &#8220;destination based sales tax&#8221;, help get this bill out of committee and up for a full vote. This would be a great improvement and make it much easier for online store owners.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=5uUFpKz02U8:JMkwhvS2PqE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=5uUFpKz02U8:JMkwhvS2PqE:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=5uUFpKz02U8:JMkwhvS2PqE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=5uUFpKz02U8:JMkwhvS2PqE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=5uUFpKz02U8:JMkwhvS2PqE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=5uUFpKz02U8:JMkwhvS2PqE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=5uUFpKz02U8:JMkwhvS2PqE:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/washington-state-considering-change-to-online-tax-law/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aldebaranwebdesign.com/blog/washington-state-considering-change-to-online-tax-law/</feedburner:origLink></item>
		<item>
		<title>SEO Scam – Are You Ready For Google’s Upcoming Platform Change?</title>
		<link>http://feedproxy.google.com/~r/AldebaranWebDesign/~3/ZcaXOe5DfNo/</link>
		<comments>http://aldebaranwebdesign.com/blog/seo-scam-are-you-ready-for-googles-upcoming-platform-change/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 21:53:24 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[Spam & Scam Watch]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=833</guid>
		<description><![CDATA[A client of mine just received a cold call from a Washington SEO company, who offered a free website review to see if his website &#8220;would be negatively impacted by an upcoming Google Platform Change&#8221;. Scary huh? I called this particular company to find out a) what this mysterious &#8220;platform&#8221; change is and b) how [...]]]></description>
			<content:encoded><![CDATA[<p>A client of mine just received a cold call from a Washington SEO company, who offered a free website review to see if his website &#8220;would be negatively impacted by an upcoming Google Platform Change&#8221;. Scary huh?</p>
<p> I called this particular company to find out a) what this mysterious &#8220;platform&#8221; change is and b) how they got websites prepared. Needless to say their answers made absolutely no sense at all. So if you get a cold call from a company who tries to scare you into hiring them to do SEO work, do your homework, ask your web designer to check into them, or make sure you can independently verify all of their claims. Don&#8217;t fall for the mumbo jumbo and scare tactics!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=ZcaXOe5DfNo:rbsNe3tlHg4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=ZcaXOe5DfNo:rbsNe3tlHg4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=ZcaXOe5DfNo:rbsNe3tlHg4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=ZcaXOe5DfNo:rbsNe3tlHg4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=ZcaXOe5DfNo:rbsNe3tlHg4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=ZcaXOe5DfNo:rbsNe3tlHg4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=ZcaXOe5DfNo:rbsNe3tlHg4:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/seo-scam-are-you-ready-for-googles-upcoming-platform-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aldebaranwebdesign.com/blog/seo-scam-are-you-ready-for-googles-upcoming-platform-change/</feedburner:origLink></item>
		<item>
		<title>PayPal Has Auto Sweep!</title>
		<link>http://feedproxy.google.com/~r/AldebaranWebDesign/~3/_rx6McUiyps/</link>
		<comments>http://aldebaranwebdesign.com/blog/paypal-has-auto-sweep/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 17:57:05 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[PayPal]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=831</guid>
		<description><![CDATA[I learned of a new feature in PayPal today by complete accident. I normally login and move money from my PayPal business account to my business checking account. A few days ago, I forgot I logged in, and this morning noticed funds had moved out. When I called PayPal, they confirmed that indeed it was [...]]]></description>
			<content:encoded><![CDATA[<p>I learned of a new feature in PayPal today by complete accident. I normally login and move money from my PayPal business account to my business checking account. A few days ago, I forgot I logged in, and this morning noticed funds had moved out. When I called PayPal, they confirmed that indeed it was me (embarrassing), but they told me that PayPal has an auto-sweep feature that would do this. They enabled it on my account so it shows up under the Financial section of my Profile. I never knew PayPal had this ability, and wanted to share my belated discovery!</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fpaypal-has-auto-sweep%2F&amp;title=PayPal+Has+Auto+Sweep%21" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fpaypal-has-auto-sweep%2F&amp;title=PayPal+Has+Auto+Sweep%21" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fpaypal-has-auto-sweep%2F&amp;title=PayPal+Has+Auto+Sweep%21" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fpaypal-has-auto-sweep%2F&amp;title=PayPal+Has+Auto+Sweep%21" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fpaypal-has-auto-sweep%2F&amp;title=PayPal+Has+Auto+Sweep%21', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fpaypal-has-auto-sweep%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fpaypal-has-auto-sweep%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fpaypal-has-auto-sweep%2F&amp;title=PayPal+Has+Auto+Sweep%21" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fpaypal-has-auto-sweep%2F&amp;title=PayPal+Has+Auto+Sweep%21" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=_rx6McUiyps:_oETiEpclIo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=_rx6McUiyps:_oETiEpclIo:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=_rx6McUiyps:_oETiEpclIo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=_rx6McUiyps:_oETiEpclIo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=_rx6McUiyps:_oETiEpclIo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=_rx6McUiyps:_oETiEpclIo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=_rx6McUiyps:_oETiEpclIo:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/paypal-has-auto-sweep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aldebaranwebdesign.com/blog/paypal-has-auto-sweep/</feedburner:origLink></item>
		<item>
		<title>Watch out for Zip Web Local Search – Avoid Getting Unauthorized Charges On Your Phone Bill</title>
		<link>http://feedproxy.google.com/~r/AldebaranWebDesign/~3/O30POm3CnZo/</link>
		<comments>http://aldebaranwebdesign.com/blog/watch-out-for-zip-web-local-search-avoid-getting-unauthorized-charges-on-your-phone-bill/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 11:48:55 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[Spam & Scam Watch]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=826</guid>
		<description><![CDATA[Whenever one of my clients has a good or bad experience with a website marketing company, I make sure to post these experience here in my blog. A client notified me of problems with a company I had never heard of before, &#8220;zipweb.com&#8221;. zipweb.com is a internet search marketing company like Dex and YellowPages. They [...]]]></description>
			<content:encoded><![CDATA[<p>Whenever one of my clients has a good or bad experience with a website marketing company, I make sure to post these experience here in my blog. A client notified me of problems with a company I had never heard of before, &#8220;zipweb.com&#8221;.</p>
<p>zipweb.com is a internet search marketing company like Dex and YellowPages. They have a directory that they&#8217;ll list your business in for a price. They make cold calls to small business owners with websites and make a pitch that sounds too good to be true. Here&#8217;s what my client says:</p>
<blockquote><p>&#8220;They offered a one-month free trial of their ad service, promising to list me on Google, Yahoo, etc. (85 places total) and I very explicitly said &#8220;<strong>Do I need to cancel this or will it stop on its own?</strong>&#8221; <strong>They said it would stop on its own and I would get several notices by email first.</strong></p>
<p>My service apparently got billed on November 30th for the month to come, and I called on Dec 1 to cancel, just in case. I hadn&#8217;t heard about the bill yet and was surprised on the phone.</p>
<p>Then I told them to cancel and reverse the charge, which, after some hemming and hawing, they did do. Or at least, they said they did.</p>
<p><strong>I gave no credit card info, but they billed me via the phone company!!</strong>&#8220;</p></blockquote>
<p>I found this article on <a href="http://www.complaintsboard.com/complaints/zip-web-c160111.html">ComplaintsBoard.com</a> about another person who had their phone bill charge without their consent. I also found an article called <a href="http://forums.fightback.com/showthread.php?t=8362">ZipWeb Beware</a>. And yet another one <a href="http://mediumrarenyc.com/zipweb-scam.html">here</a>. And still <a href="http://www.zanderchance.com/2009/07/28/dont-fall-for-the-zipweb-scam/">another one</a>. The stories are all virtually identical. After being told something was a free trial that would NOT self-renew, customers felt safe in saying yes, because they hadn&#8217;t given zipweb their credit card numbers. But apparently zipweb is able to bill people via their phone numbers &#8211; without their knowledge or consent.</p>
<p>Be careful out there small business website owners. Even free trials aren&#8217;t actually free&#8230;and while my client got the following from zipweb, we&#8217;ll see whether she actually gets her money back:</p>
<blockquote><p>To Whom It May Concern:<br />
Per our conversation as of 12/01/09, we will no longer provide services for your business nor charge your phone statement for services. Your total satisfaction with our company and the cancellation process is of utmost importance to me. Your refund of $49.95 will appear on your phone statement within 1-2 billing cycles. If your credit does not appear within that time frame please contact us. Please call me directly if you have any questions or concerns about our services, or your cancellation.</p>
<p>Please retain this notice for your records.</p>
<p>In the event that your invoice was in process with your phone company at the time of this cancellation and you receive a statement past this date of cancellation, please contact us at (866) 606-3249 and we will issue a credit for that charge.</p>
<p>If you have any questions concerning our service, this letter or the actions taken on your behalf, please call me. We can be reached by phone during normal business hours Monday-Friday from 6am–8pm PST at (866) 606-3249.</p></blockquote>
<p>So if you have gotten unauthorized charges from zipweb.com, fight  them and get a refund. This client spent a good deal of time on the phone and had to really stand her ground and insist over and over again that they had made unauthorized charges, but eventually she won. Don&#8217;t give up!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=O30POm3CnZo:xhyFv8xer5c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=O30POm3CnZo:xhyFv8xer5c:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=O30POm3CnZo:xhyFv8xer5c:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=O30POm3CnZo:xhyFv8xer5c:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=O30POm3CnZo:xhyFv8xer5c:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=O30POm3CnZo:xhyFv8xer5c:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=O30POm3CnZo:xhyFv8xer5c:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/watch-out-for-zip-web-local-search-avoid-getting-unauthorized-charges-on-your-phone-bill/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://aldebaranwebdesign.com/blog/watch-out-for-zip-web-local-search-avoid-getting-unauthorized-charges-on-your-phone-bill/</feedburner:origLink></item>
		<item>
		<title>If You Receive SPAM from MyEmma or Constant Contact</title>
		<link>http://feedproxy.google.com/~r/AldebaranWebDesign/~3/Hp7ui6YYLj4/</link>
		<comments>http://aldebaranwebdesign.com/blog/if-you-receive-spam-from-myemma-or-constant-contact/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 15:22:06 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[Spam & Scam Watch]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=821</guid>
		<description><![CDATA[All of us hate spam, those unsolicited emails we get from individuals or businesses who want something from us. But if you get spam from someone who is using a professional service, like MyEmma or Constant Contact, there&#8217;s something you can do about it. Most reputable professional newsletter/email marketing companies have strong anti-spam policies in [...]]]></description>
			<content:encoded><![CDATA[<p>All of us hate spam, those unsolicited emails we get from individuals or businesses who want something from us. But if you get spam from someone who is using a professional service, like <a href="http://www.myemma.com/">MyEmma</a> or <a href="http://www.constantcontact.com/">Constant Contact</a>, there&#8217;s something you can do about it.</p>
<p>Most reputable professional newsletter/email marketing companies have strong anti-spam policies in place. If you receive an email from someone who is using a professional service, go to the company&#8217;s website and look for their privacy or spam policy. I usually look in the footer of their home page.</p>
<p>Read <a href="http://www.myemma.com/privacy.php">MyEmma&#8217;s </a><span><a href="http://www.myemma.com/privacy.php">Emma&#8217;s privacy and permission policy</a>, and </span><a href="http://www.constantcontact.com/anti_spam.jsp">Constant Contact&#8217;s Anti-Spam Policy</a>.</p>
<p>My Emma&#8217;s policy states:</p>
<blockquote>
<div><span>To send an email to someone using Emma, that recipient must be:</span></p>
<ul>
<li>Someone who is a customer, member or subscriber of your business or organization,</li>
<li>Someone who has specifically asked to receive your emails by opting in or signing up in some way, or</li>
<li>Someone who has bought a product or service from you in the past 18 months.</li>
</ul>
</div>
</blockquote>
<p>Constant Contact defines spam at &#8220;Spam is unsolicited email also known as UCE (Unsolicited Commercial Email). By sending email to only to those who have requested to receive it, you are following accepted permission-based email guidelines.&#8221;</p>
<p>And both companies, have email addresses (<a href="mailto:abuse@myemma.com">abuse@myemma.com</a> and <a href="mailto:abuse@constantcontact.com">abuse@constantcontact.com</a>) that you can simply forward the offending spam to, and they&#8217;ll take care of it. I do this every time I receive spam from a professional newsletter or marketing company, because rather than just removing my own email address, I want the business owner to remove ALL of the other people that they are spamming as well.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=Hp7ui6YYLj4:L8MC41x0G8Q:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=Hp7ui6YYLj4:L8MC41x0G8Q:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=Hp7ui6YYLj4:L8MC41x0G8Q:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=Hp7ui6YYLj4:L8MC41x0G8Q:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=Hp7ui6YYLj4:L8MC41x0G8Q:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=Hp7ui6YYLj4:L8MC41x0G8Q:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=Hp7ui6YYLj4:L8MC41x0G8Q:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/if-you-receive-spam-from-myemma-or-constant-contact/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aldebaranwebdesign.com/blog/if-you-receive-spam-from-myemma-or-constant-contact/</feedburner:origLink></item>
		<item>
		<title>The best hosting companies – Jill gets interviewed about DreamHost</title>
		<link>http://feedproxy.google.com/~r/AldebaranWebDesign/~3/LicTc66_IhY/</link>
		<comments>http://aldebaranwebdesign.com/blog/the-best-hosting-companies-jill-gets-interviewed-about-dreamhost/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 14:53:54 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[Tidbits]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=806</guid>
		<description><![CDATA[I was contacted recently by WebHostingSearch.com and asked if I would be interviewed about my hosting company. Loving DreamHost.com like I do, I said &#8220;of course!&#8221; and you can go here to read my interview  on DreamHost, my favorite hosting company.]]></description>
			<content:encoded><![CDATA[<p>I was contacted recently by <a href="http://www.webhostingsearch.com">WebHostingSearch.com</a> and asked if I would be interviewed about my hosting company. Loving <a href="http://dreamhost.com">DreamHost.com</a> like I do, I said &#8220;of course!&#8221; and you can <a href="http://www.webhostingsearch.com/articles/3-webdesigner-hosting-interview.php">go here to read my interview  on DreamHost, my favorite hosting company</a>.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fthe-best-hosting-companies-jill-gets-interviewed-about-dreamhost%2F&amp;title=The+best+hosting+companies+%26%238211%3B+Jill+gets+interviewed+about+DreamHost" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fthe-best-hosting-companies-jill-gets-interviewed-about-dreamhost%2F&amp;title=The+best+hosting+companies+%26%238211%3B+Jill+gets+interviewed+about+DreamHost" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fthe-best-hosting-companies-jill-gets-interviewed-about-dreamhost%2F&amp;title=The+best+hosting+companies+%26%238211%3B+Jill+gets+interviewed+about+DreamHost" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fthe-best-hosting-companies-jill-gets-interviewed-about-dreamhost%2F&amp;title=The+best+hosting+companies+%26%238211%3B+Jill+gets+interviewed+about+DreamHost" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fthe-best-hosting-companies-jill-gets-interviewed-about-dreamhost%2F&amp;title=The+best+hosting+companies+%26%238211%3B+Jill+gets+interviewed+about+DreamHost', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fthe-best-hosting-companies-jill-gets-interviewed-about-dreamhost%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fthe-best-hosting-companies-jill-gets-interviewed-about-dreamhost%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fthe-best-hosting-companies-jill-gets-interviewed-about-dreamhost%2F&amp;title=The+best+hosting+companies+%26%238211%3B+Jill+gets+interviewed+about+DreamHost" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fthe-best-hosting-companies-jill-gets-interviewed-about-dreamhost%2F&amp;title=The+best+hosting+companies+%26%238211%3B+Jill+gets+interviewed+about+DreamHost" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=LicTc66_IhY:AYNmxSGzXj8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=LicTc66_IhY:AYNmxSGzXj8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=LicTc66_IhY:AYNmxSGzXj8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=LicTc66_IhY:AYNmxSGzXj8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=LicTc66_IhY:AYNmxSGzXj8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=LicTc66_IhY:AYNmxSGzXj8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=LicTc66_IhY:AYNmxSGzXj8:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/the-best-hosting-companies-jill-gets-interviewed-about-dreamhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aldebaranwebdesign.com/blog/the-best-hosting-companies-jill-gets-interviewed-about-dreamhost/</feedburner:origLink></item>
		<item>
		<title>Compensation Notification (Read Attachment) – Email Scam Warning</title>
		<link>http://feedproxy.google.com/~r/AldebaranWebDesign/~3/OP9-PUcULfQ/</link>
		<comments>http://aldebaranwebdesign.com/blog/compensation-notification-read-attachment-email-scam-warning/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 19:16:04 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[Spam & Scam Watch]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=816</guid>
		<description><![CDATA[If you&#8217;ve gotten an email with the subject &#8220;Compensation Notification (Read Attachment)&#8221; &#8211; do NOT open the attachment &#8211; this is a known scam and you should immediately delete the email. The email looks like this: Subject: Compensation Notification (Read Attachment) From: OFFICE OF THE PRESIDENT cmofng4631@sbcglobal.net Reply-to: compensation@diamondplcng.com Cc: recipient list not shown It [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve gotten an email with the subject &#8220;Compensation Notification (Read Attachment)&#8221; &#8211; do NOT open the attachment &#8211; <a href="http://scamoftheday.com/wordpress/2009/11/25/compensation-notification-read-attachment/comment-page-1/#comment-2284">this is a known scam</a> and you should immediately delete the email.</p>
<p>The email looks like this:</p>
<blockquote><p>Subject: Compensation Notification (Read Attachment)<br />
From: OFFICE OF THE PRESIDENT cmofng4631@sbcglobal.net<br />
Reply-to: compensation@diamondplcng.com<br />
Cc: recipient list not shown</p>
<p>It has a .txt attachment.</p></blockquote>
<p>Again, don&#8217;t open the attachment &#8211; just delete the email.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fcompensation-notification-read-attachment-email-scam-warning%2F&amp;title=Compensation+Notification+%28Read+Attachment%29+%26%238211%3B+Email+Scam+Warning" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fcompensation-notification-read-attachment-email-scam-warning%2F&amp;title=Compensation+Notification+%28Read+Attachment%29+%26%238211%3B+Email+Scam+Warning" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fcompensation-notification-read-attachment-email-scam-warning%2F&amp;title=Compensation+Notification+%28Read+Attachment%29+%26%238211%3B+Email+Scam+Warning" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fcompensation-notification-read-attachment-email-scam-warning%2F&amp;title=Compensation+Notification+%28Read+Attachment%29+%26%238211%3B+Email+Scam+Warning" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fcompensation-notification-read-attachment-email-scam-warning%2F&amp;title=Compensation+Notification+%28Read+Attachment%29+%26%238211%3B+Email+Scam+Warning', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fcompensation-notification-read-attachment-email-scam-warning%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fcompensation-notification-read-attachment-email-scam-warning%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fcompensation-notification-read-attachment-email-scam-warning%2F&amp;title=Compensation+Notification+%28Read+Attachment%29+%26%238211%3B+Email+Scam+Warning" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fcompensation-notification-read-attachment-email-scam-warning%2F&amp;title=Compensation+Notification+%28Read+Attachment%29+%26%238211%3B+Email+Scam+Warning" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=OP9-PUcULfQ:MCyfEd793Tw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=OP9-PUcULfQ:MCyfEd793Tw:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=OP9-PUcULfQ:MCyfEd793Tw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=OP9-PUcULfQ:MCyfEd793Tw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=OP9-PUcULfQ:MCyfEd793Tw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=OP9-PUcULfQ:MCyfEd793Tw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=OP9-PUcULfQ:MCyfEd793Tw:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/compensation-notification-read-attachment-email-scam-warning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aldebaranwebdesign.com/blog/compensation-notification-read-attachment-email-scam-warning/</feedburner:origLink></item>
		<item>
		<title>Email Scams – Asking for product information and pricing</title>
		<link>http://feedproxy.google.com/~r/AldebaranWebDesign/~3/vbXRoWf79eg/</link>
		<comments>http://aldebaranwebdesign.com/blog/email-scams-asking-for-product-information-and-pricing/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 02:32:38 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[Spam & Scam Watch]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=814</guid>
		<description><![CDATA[One of my clients recently received several email scam messages that she wanted me to pass along. These email scam messages were a little different from the ones that I usually receive, in that they specifically mentioned products and services that she offered. In other words, they were a little harder to recognize as scams [...]]]></description>
			<content:encoded><![CDATA[<p>One of my clients recently received several email scam messages that she wanted me to pass along. These email scam messages were a little different from the ones that I usually receive, in that they specifically mentioned products and services that she offered. In other words, they were a little harder to recognize as scams than other generic email spam.</p>
<p>My client is in the dog training business. She has an extensive online training system that includes both dog training products and dog training services, like private lessons and classes. Because of her website content, she gets targeted with email scams that are a little harder to detect, because they mention her products and services.</p>
<p>Here&#8217;s the first example:</p>
<blockquote><p>From: BILL CARSON &lt;poineer.northinc@gmail.com&gt;<br />
Date: November 25, 2009 1:54:25 PM PST<br />
To: mr.carson123@yahoo.com<br />
Subject: Order request</p>
<p>Hello Greetings to you and the company well My name is Bill Carson and i will like to know if you do sell harness  and if you do email me with the Types  that you Have  and include their prices range On them thank you</p>
<p>Best regards<br />
Bill Carson</p></blockquote>
<p>Now, she does indeed sell harnesses, so this might be a real customer. Let&#8217;s look at the email for warning signs that it&#8217;s an attempted scam.</p>
<p>1. The email was sent to her BCC (blind carbon copy), see how the &#8220;To&#8221; field is to mr.carson123@yahoo.com? Big red flag.</p>
<p>2. Subject is very, very generic and designed to get your attention. &#8220;Order request&#8221;.</p>
<p>3. Poor sentence structure, capitalization in weird places.</p>
<p>4. She has an online store, so logically, there&#8217;s no need to send products and pricing, it&#8217;s online &#8211; that is available to any real customer who wants to get the information. You can&#8217;t view a harness on her site without viewing the price, etc.</p>
<p>The purpose of this kind of scam, is to get you engaged with someone in a business transaction, so that they can attempt to pull some kind of <a href="http://en.wikipedia.org/wiki/Advance-fee_fraud">Nigerian scam</a> on you.</p>
<p>This next example is a great one, you can see the beginnings of the money exchange attempt. Notice it is also sent BCC to my client, because the &#8220;To&#8221; field is geoff.collins. Also note it begins with &#8220;Greetings&#8221; &#8211; another apparent red flag:</p>
<blockquote><p>From: Benjamin Morgan &lt;benjaminmorgan37@yahoo.co.uk&gt;<br />
Date: November 25, 2009 5:19:31 AM PST<br />
To: geoff.collins@paradise.net.nz<br />
Subject: LESSONS/BOOKING</p>
<p>Greetings.<br />
I hope this email meets you in good health and spirits.<br />
I would be coming into the country with five puppies. As part of my Dad&#8217;s 50th birthday anniversay, I would love to have the puppies entertain the guests on that special day. Can you organize a 2 MONTH training lessons/classes for them? How many hours of lessons would the puppies need?<br />
DATE: 25TH JANUARY 2010 TO 24TH MARCH 2010</p>
<p>In order to fully secure the booking with you, I would send my credit card details for a deposit. I hope you do accept credit cards via email? Do you have a POS termainal in your office? Kindly get back to me with a confirmatory email so we could proceed with the booking.</p></blockquote>
<p>Notice how the email is trying to lure my client in with a big promise of lots of work and therefore lots of money? Notice how anxious they are to send credit card details? And they want to send them via email, which is totally unsecure? And they&#8217;re asking about a POS (point of sale) terminal? And of course, the whole idea is a bit farfetched, someone is coming from the UK with 5 puppies and he wants them trained for several months to entertain his father at his birthday party?</p>
<p>Let&#8217;s review how a scam like this might work. They send a stolen credit card number for a huge amount of money because continuously training 5 puppies for three months is a huge endeavor. Then, maybe they cancel it, and ask for a refund. Now, if you send them a refund before you and your credit card processing company figure out it&#8217;s stolen, you&#8217;re out of the money. Or perhaps they send the credit card, but it doesn&#8217;t work, and they they start asking you for your bank information to wire you the money&#8230;.see how this works?</p>
<p>So be very, very wary of emails that sound like these two. Remember the warning signs: you are bcc&#8217;d on the email, it&#8217;s addressed to someone else, they ask for things related to your business &#8211; but the requests don&#8217;t make sense, the emails start off with a formal greeting, and are badly written.  It&#8217;s weird that these both came in on the same day!</p>
<p>Be careful out there!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=vbXRoWf79eg:eAurvWuF5-g:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=vbXRoWf79eg:eAurvWuF5-g:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=vbXRoWf79eg:eAurvWuF5-g:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=vbXRoWf79eg:eAurvWuF5-g:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=vbXRoWf79eg:eAurvWuF5-g:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=vbXRoWf79eg:eAurvWuF5-g:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=vbXRoWf79eg:eAurvWuF5-g:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/email-scams-asking-for-product-information-and-pricing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://aldebaranwebdesign.com/blog/email-scams-asking-for-product-information-and-pricing/</feedburner:origLink></item>
		<item>
		<title>Redirects – If you change a domain or page name you MUST create redirects for Search Engines</title>
		<link>http://feedproxy.google.com/~r/AldebaranWebDesign/~3/aySH_Ap2wfE/</link>
		<comments>http://aldebaranwebdesign.com/blog/redirects-if-you-change-a-domain-or-page-name-you-must-create-redirects-for-search-engines/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 14:53:41 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=798</guid>
		<description><![CDATA[Recently my life has been full of redirects. I have a client who had another web developer change her website pages from one naming convention to another, like &#8220;?p=123&#8243; to &#8220;how to file dog fingernails&#8221;. I had another client that I did the redesign for, but her old page names had blank spaces in them, [...]]]></description>
			<content:encoded><![CDATA[<p>Recently my life has been full of redirects. I have a client who had another web developer change her website pages from one naming convention to another, like &#8220;?p=123&#8243; to &#8220;how to file dog fingernails&#8221;. I had another client that I did the redesign for, but her old page names had blank spaces in them, like &#8220;old page.html&#8221;. Both of these situations required creation of special files called &#8220;.htaccess&#8221; that map the old pages to the new ones. I wanted to give folks an overview of why creating redirects every single time they change a page name/page URL is so important to SEO (search engine optimization).</p>
<p>Virtually all of my website clients aren&#8217;t aware of what redirects are and when a web developer should use them. They don&#8217;t understand how important it is to tell search engines where to find renamed pages. It&#8217;s similar to notifying the post office when you move that you can now be found at a new address. (It&#8217;s the best analogy I could come up with).</p>
<p>When search engines &#8220;crawl&#8221; over your site, they make a record of what pages they found. <a href="http://aldebaranwebdesign.com/blog/has-google-visited-website/">If you want to see what pages Google has found when crawling your website, read this article.</a> If you follow these instructions, you can actually see what Google has indexed &#8211; what pages Google thinks comprise your website. In order for a page to come up in a search engine result, it must have been indexed.</p>
<p>So, imagine you have a page called &#8220;widgets.html&#8221;. Google comes along and crawls your site and now in the Google index there&#8217;s an entry for &#8220;widgets.html&#8221;. Time passes, and you decide you want/need to change the page name. Your web developer makes a new page called &#8220;newwidgets.html&#8221;.</p>
<p>The best way to inform Google that the old page is gone and has been permanently changed to the new page, is to create a permanent redirect. Your web developer makes a file (a plain text file) that&#8217;s called .htaccess and creates redirect commands/code for each page. The actual code will vary depending on your website hosting server. I use DreamHost, so any examples here work for them, but might not work for you if you have a different hosting company.</p>
<p>The .htaccess file has code that basically says &#8220;if you&#8217;re looking for a page with the name of &#8220;widgets.html&#8221;, it&#8217;s been permanently moved to this new file named &#8220;newwidgets.html&#8221; and please update your records&#8221;. When search engines encounter this code they will update their index and replace the old page with the new one. Pretty neat!</p>
<p>So why did I write this article on redirects? Because I often find that clients are unaware of what they are and when their web developer should use them, and some web developers don&#8217;t always use them when they change page names, change domain names, or redesign a client&#8217;s website.</p>
<p>Why? Well, frankly it&#8217;s a fairly tedious process if there are many pages to redirect, but it&#8217;s very important to make sure your web developer does this if the URL&#8217;s of a page are going to change.</p>
<p>So if you are shopping for a web developer to redesign your website, ask them if they are going to redirect the old pages to the new ones and how they will accomplish that. If they don&#8217;t say &#8220;.htaccess&#8221; as part of their answer, you might want to keep shopping.</p>
<p><strong>More Information on 301 Redirects:</strong></p>
<p>Here&#8217;s a wonderful article I found on redirects: <a href="http://www.tamingthebeast.net/articles3/spiders-301-redirect.htm">htaccess 301 redirect tutorial.</a> I learned that you can even redirect page names that have blanks in them (a bad web design practice) by putting quotation marks around the page with the blanks:</p>
<p>redirect 301 &#8220;/old page.htm&#8221;      http://www.example.com/newpage.htm</p>
<p>And if you have a WordPress blog and you change the URL/Permalinks, you&#8217;ll need to create redirects using a <a href="http://urbangiraffe.com/plugins/redirection/">redirection plugin like this one</a>.</p>
<p>You wouldn&#8217;t move without telling the post office your new address would you? Don&#8217;t change a page URL without using a 301 (permanently moved) redirect!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=aySH_Ap2wfE:UUxU-gV7L1o:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=aySH_Ap2wfE:UUxU-gV7L1o:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=aySH_Ap2wfE:UUxU-gV7L1o:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=aySH_Ap2wfE:UUxU-gV7L1o:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=aySH_Ap2wfE:UUxU-gV7L1o:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=aySH_Ap2wfE:UUxU-gV7L1o:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=aySH_Ap2wfE:UUxU-gV7L1o:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/redirects-if-you-change-a-domain-or-page-name-you-must-create-redirects-for-search-engines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aldebaranwebdesign.com/blog/redirects-if-you-change-a-domain-or-page-name-you-must-create-redirects-for-search-engines/</feedburner:origLink></item>
		<item>
		<title>DreamHost Private Servers PS – Should You Try It?</title>
		<link>http://feedproxy.google.com/~r/AldebaranWebDesign/~3/6AoO6pNO8lY/</link>
		<comments>http://aldebaranwebdesign.com/blog/dreamhost-private-servers-ps-should-you-try-it/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 15:25:48 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[DreamHost]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=795</guid>
		<description><![CDATA[It seems like all my blog article ideas lately come from my clients, so here&#8217;s another one. A client got an invitation to try out DreamHost PS (Private Servers) and wanted to know whether he should sign up. Normally my clients use DreamHost for hosting, and they usually just sign up for a regular old [...]]]></description>
			<content:encoded><![CDATA[<p>It seems like all my blog article ideas lately come from my clients, so here&#8217;s another one. A client got an invitation to try out DreamHost PS (Private Servers) and wanted to know whether he should sign up.</p>
<p>Normally my clients use DreamHost for hosting, and they usually just sign up for a regular old shared hosting plan. So far, I haven&#8217;t had anyone who has the need for more bandwidth than their regular hosting plans offer.</p>
<p>However I did switch my own website hosting plan over to PS around a year ago as an experiment. I was having enough downtime to bug me, perhaps getting notifications that my site was down from <a href="http://aldebaranwebdesign.com/webservices-traffictracking.php">Web-Stat</a> a few times a month. I also knew that how often my website went down was heavily dependent on which server I was on. I think I asked to be moved, which they did, but for some reason, I still was having downtime that bugged me.</p>
<p>So I switched to PS, which did indeed cut down on my downtime. It&#8217;s a bit more expensive, but since my business is web design, having a website that&#8217;s up as much as possible is important to me.</p>
<p>However, I also have other clients who pretty much never have downtime and they have a regular hosting plan &#8211; so I do think that it depends on who your server neighbors are and what they are doing to impact your server&#8217;s performance.</p>
<p>So I told my client that if he was experiencing downtime that bugged him, he could give the PS a whirl, but otherwise to stay where he was. The PS does require users to check their usage and to make adjustments, which for most of my website clients is the last thing on their minds. If you&#8217;ve moved from standard DreamHost shared hosting to PS, let me know what you think.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=6AoO6pNO8lY:n5CTZ7KhBuw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=6AoO6pNO8lY:n5CTZ7KhBuw:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=6AoO6pNO8lY:n5CTZ7KhBuw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=6AoO6pNO8lY:n5CTZ7KhBuw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=6AoO6pNO8lY:n5CTZ7KhBuw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=6AoO6pNO8lY:n5CTZ7KhBuw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=6AoO6pNO8lY:n5CTZ7KhBuw:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/dreamhost-private-servers-ps-should-you-try-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aldebaranwebdesign.com/blog/dreamhost-private-servers-ps-should-you-try-it/</feedburner:origLink></item>
		<item>
		<title>Drupal Review by Slate – Not Good</title>
		<link>http://feedproxy.google.com/~r/AldebaranWebDesign/~3/lUFaXvk0xIg/</link>
		<comments>http://aldebaranwebdesign.com/blog/drupal-review-by-slate-not-good/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 14:17:01 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[Tidbits]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=793</guid>
		<description><![CDATA[A client sent me a link to this article on Slate.com that gave a fairly scathing review of one of the common open source content management applications called Drupal. While I&#8217;ve never used Drupal, after reading this article, I don&#8217;t think I ever will. The article is called &#8220;Why running the White House Web site [...]]]></description>
			<content:encoded><![CDATA[<p>A client sent me a link to this article on <a href="http://www.slate.com">Slate.com</a> that gave a fairly scathing review of one of the common open source content management applications called Drupal. While I&#8217;ve never used Drupal, after reading this article, I don&#8217;t think I ever will.</p>
<p>The article is called &#8220;<a href="http://www.slate.com/id/2233719/">Why running the White House Web site on Drupal is a political disaster waiting to happen.</a>&#8221; It&#8217;s very well written and fairly entertaining &#8211; and it lists many of the issues that I have experienced with other complex content management tools like Joomla and Mambo. In fact, I&#8217;ve had such bad experiences with Joomla and Mambo, that I simply refuse to work with them, and now, after reading this article on Drupal, I&#8217;ll add that to my list of what content management systems to avoid.</p>
<p>The only content management tool that I do use, is called <a href="http://aldebaranwebdesign.com/webservices-cms.php">Web-Yep</a>, and it&#8217;s a much simpler kind of content management application that keeps clients out of trouble and gives them just enough control over their content without the headaches. Sometimes, simpler is the way to go.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=lUFaXvk0xIg:U7H8hQBRNbU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=lUFaXvk0xIg:U7H8hQBRNbU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=lUFaXvk0xIg:U7H8hQBRNbU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=lUFaXvk0xIg:U7H8hQBRNbU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=lUFaXvk0xIg:U7H8hQBRNbU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=lUFaXvk0xIg:U7H8hQBRNbU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=lUFaXvk0xIg:U7H8hQBRNbU:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/drupal-review-by-slate-not-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aldebaranwebdesign.com/blog/drupal-review-by-slate-not-good/</feedburner:origLink></item>
		<item>
		<title>DreamHost offers Live Chat – Woo Hoo!</title>
		<link>http://feedproxy.google.com/~r/AldebaranWebDesign/~3/LtoZchoEHOs/</link>
		<comments>http://aldebaranwebdesign.com/blog/dreamhost-offers-live-chat-woo-hoo/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 18:15:38 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[Tidbits]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=808</guid>
		<description><![CDATA[For the past month or so, I&#8217;ve been able to use live chat to communicate with the folks at DreamHost.com, my web hosting company. While their support ticket system has been excellent, they&#8217;ve now improved their support system by adding a live chat feature for some of their customers. I&#8217;ve used it several times, and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://AldebaranWebDesign.com/blog/wp-content/uploads/2008/02/dreamhost.png"><img class="alignnone size-full wp-image-146" title="dreamhost" src="http://AldebaranWebDesign.com/blog/wp-content/uploads/2008/02/dreamhost.png" alt="dreamhost" width="200" height="50" /></a></p>
<p>For the past month or so, I&#8217;ve been able to use live chat to communicate with the folks at <a href="http://www.dreamhost.com/r.cgi?135638">DreamHost.com</a>, my web hosting company. While their support ticket system has been excellent, they&#8217;ve now improved their support system by adding a live chat feature for some of their customers. I&#8217;ve used it several times, and didn&#8217;t want to write about it until they officially announced it &#8211; and today, they did!</p>
<p>If you&#8217;re a <a href="http://www.dreamhost.com/r.cgi?135638">DreamHost</a> customer, you can get access to this Live Chat, if you have PS (Private Server) or if you&#8217;ve signed up for Premium Support ($9.95 additional per month).</p>
<p>For me, it&#8217;s great, because I get to use Live Chat to ask questions and resolve issues on behalf of my website design clients. I still use the Support Ticket system frequently, but it&#8217;s nice to be able to use the Live Chat as well for those times when I need an answer quickly.</p>
<p>Here&#8217;s the announcement from <a href="http://www.dreamhost.com/r.cgi?135638">DreamHost&#8217;s</a> October Newsletter (note, their newsletters are written in a style that&#8217;s, well, quite funny and a bit sarcastic, so it&#8217;s not your typical newsletter, because they&#8217;re not a typical hosting company):</p>
<blockquote><p><strong>Live Chat Support!</strong></p>
<p>Ah, that&#8217;s better! I finally feel comfortable and can just continue withthis newsletter, knowing that without even the least bit of effort each section will be clear, concise, and clever! They will practically write themselves from here on out. Soooooo good.</p>
<p>If only our tech support tickets wrote themselves! Like the time we tried that robot-sales-chat thing, oh yeah! That thing worked GREAT! Well, now we&#8217;re giving it another go around, except this time our chat responses write themselves _with the help of HUMANS_!</p>
<p>What I&#8217;m trying to say is, we&#8217;ve now got 24/7/365 Live Chat support available from our web panel (there&#8217;s a link at the top of each page near the &#8220;Help is on/off&#8221; button)!</p>
<p>With one small caveat&#8230; you need either a DreamHost PS or our Premium Support add-on! You can add a PS at any time from:</p>
<p><a href="https://panel.dreamhost.com/?tree=vserver.provision">https://panel.dreamhost.com/?tree=vserver.provision</a></p>
<p>And you can add Premium Support ($9.95/mo) from:</p>
<p><a href="https://panel.dreamhost.com/?tree=support.msg">https://panel.dreamhost.com/?tree=support.msg</a></p>
<p>(Just act as though you&#8217;re going to submit a ticket.. it&#8217;s there at the end.)</p>
<p>Sometimes too, generally when we&#8217;re super bored, we&#8217;ve been opening up the live chat to everybody. So if you happen to see the link at the top of our panel even when you&#8217;re not a PS user and haven&#8217;t signed up for Premium Support, PLEASE REMAIN CALM.</p></blockquote>
<p>While most of my clients might never need to actually contact DreamHost, this Live Chat feature has been a fantastic tool for me, and is enabling me to do my job more effectively and efficiently. And perhaps best of all, the folks who are on the other end of Live Chat, are in California, and work directly for DreamHost, so I&#8217;m not chatting with folks in India or Russia, or some other country overseas. So when you are a DreamHost customer, you can rest assured that you&#8217;re helping the economy of the United States, while supporting a company that offsets it&#8217;s carbon emissions. What could be better?</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=LtoZchoEHOs:izrcMvusU5U:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=LtoZchoEHOs:izrcMvusU5U:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=LtoZchoEHOs:izrcMvusU5U:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=LtoZchoEHOs:izrcMvusU5U:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=LtoZchoEHOs:izrcMvusU5U:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=LtoZchoEHOs:izrcMvusU5U:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=LtoZchoEHOs:izrcMvusU5U:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/dreamhost-offers-live-chat-woo-hoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aldebaranwebdesign.com/blog/dreamhost-offers-live-chat-woo-hoo/</feedburner:origLink></item>
		<item>
		<title>How To Add A PDF Document To Your WordPress Blog</title>
		<link>http://feedproxy.google.com/~r/AldebaranWebDesign/~3/mcUXZq6M6Ms/</link>
		<comments>http://aldebaranwebdesign.com/blog/how-to-add-a-pdf-document-to-your-wordpress-blog/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 14:05:30 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=787</guid>
		<description><![CDATA[One of my clients asked me how she could embed a PDF document into her WordPress blog today. After some searching, I found the answer and wanted to document it here so that my other clients and blog readers can learn how to do this. You embed or add a pdf document much the same [...]]]></description>
			<content:encoded><![CDATA[<p>One of my clients asked me how she could embed a PDF document into her WordPress blog today. After some searching, I found the answer and wanted to document it here so that my other clients and blog readers can learn how to do this.</p>
<p>You embed or add a pdf document much the same way you add an image:</p>
<p>1. However instead of clicking on the first &#8220;Add An Image&#8221; icon, you click on the last one &#8220;Add Media&#8221;. It looks like a little dot with spikes, like a star.</p>
<p>2. Next, just like adding an image, you click on &#8220;Select Files&#8221; and navigate to your PDF file.</p>
<p>3. Change the title to something obvious like &#8220;Click Here to Download Blah&#8221;, so that folks will know what will happen when they click on the link.</p>
<p>4. Be sure to click &#8220;File URL&#8221; under the &#8220;Link URL&#8221; section.</p>
<p>5. Then click &#8220;Insert Into Post&#8221;.</p>
<p>Here&#8217;s a screen shot of the &#8220;Add Media&#8221; window with the important parts circled in red:</p>
<p><a href="http://AldebaranWebDesign.com/blog/wp-content/uploads/2009/11/pdf.gif"><img class="alignnone size-full wp-image-790" title="pdf" src="http://AldebaranWebDesign.com/blog/wp-content/uploads/2009/11/pdf.gif" alt="pdf" width="635" height="529" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=mcUXZq6M6Ms:vvbrd7YO3b8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=mcUXZq6M6Ms:vvbrd7YO3b8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=mcUXZq6M6Ms:vvbrd7YO3b8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=mcUXZq6M6Ms:vvbrd7YO3b8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=mcUXZq6M6Ms:vvbrd7YO3b8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=mcUXZq6M6Ms:vvbrd7YO3b8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=mcUXZq6M6Ms:vvbrd7YO3b8:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/how-to-add-a-pdf-document-to-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aldebaranwebdesign.com/blog/how-to-add-a-pdf-document-to-your-wordpress-blog/</feedburner:origLink></item>
		<item>
		<title>How to SEO your WordPress Blog in 25 steps</title>
		<link>http://feedproxy.google.com/~r/AldebaranWebDesign/~3/04xm_VG9FC8/</link>
		<comments>http://aldebaranwebdesign.com/blog/how-to-seo-your-wordpress-blog/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 15:01:26 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[Blogs]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=783</guid>
		<description><![CDATA[I ran across a really impressive article today while I was working on a client&#8217;s WordPress blog. She had hired a company to perform SEO (Search Engine Optimization) on her  blog and was unhappy and looking for guidance. While I knew some of the basics, I went in search of some expert advice.  I wanted [...]]]></description>
			<content:encoded><![CDATA[<p>I ran across a really impressive article today while I was working on a client&#8217;s WordPress blog. She had hired a company to perform SEO (Search Engine Optimization) on her  blog and was unhappy and looking for guidance. While I knew some of the basics, I went in search of some expert advice.  I wanted to post a link to this comprehensive article called &#8220;<a href="http://yoast.com/articles/wordpress-seo">WordPress SEO: The Definitive Guide To Higher Rankings For Your Blog</a>&#8221; written by Yoast that I found, because although it&#8217;s quite lengthy and time consuming, it&#8217;s a wonderful checklist for those of you who have time and patience and  want to increase the rankings of your blog.</p>
<p>He starts out with the most important things to focus on:</p>
<ul>
<li>Permalinks (I always do this)</li>
<li>Titles (yup, this too)</li>
<li>Descriptions (um, don&#8217;t really do this at all for my posts)</li>
<li>More text (who new you could change this!)</li>
<li>Image Optimization (those pesky alt tags!)</li>
</ul>
<p>Enjoy!</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fhow-to-seo-your-wordpress-blog%2F&amp;title=How+to+SEO+your+WordPress+Blog+in+25+steps" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fhow-to-seo-your-wordpress-blog%2F&amp;title=How+to+SEO+your+WordPress+Blog+in+25+steps" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fhow-to-seo-your-wordpress-blog%2F&amp;title=How+to+SEO+your+WordPress+Blog+in+25+steps" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fhow-to-seo-your-wordpress-blog%2F&amp;title=How+to+SEO+your+WordPress+Blog+in+25+steps" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fhow-to-seo-your-wordpress-blog%2F&amp;title=How+to+SEO+your+WordPress+Blog+in+25+steps', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fhow-to-seo-your-wordpress-blog%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fhow-to-seo-your-wordpress-blog%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fhow-to-seo-your-wordpress-blog%2F&amp;title=How+to+SEO+your+WordPress+Blog+in+25+steps" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Faldebaranwebdesign.com%2Fblog%2Fhow-to-seo-your-wordpress-blog%2F&amp;title=How+to+SEO+your+WordPress+Blog+in+25+steps" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=04xm_VG9FC8:i5Ok2-9kB08:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=04xm_VG9FC8:i5Ok2-9kB08:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=04xm_VG9FC8:i5Ok2-9kB08:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=04xm_VG9FC8:i5Ok2-9kB08:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=04xm_VG9FC8:i5Ok2-9kB08:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AldebaranWebDesign?a=04xm_VG9FC8:i5Ok2-9kB08:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/AldebaranWebDesign?i=04xm_VG9FC8:i5Ok2-9kB08:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/how-to-seo-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://aldebaranwebdesign.com/blog/how-to-seo-your-wordpress-blog/</feedburner:origLink></item>
	</channel>
</rss>
