<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Weekly Software Club</title>
	<link>http://weeklysoftwareclub.com</link>
	<description></description>
	<lastBuildDate>Fri, 30 Jul 2010 15:41:36 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

<div id="aml_position">
  <div id="aml">
    <p id="aml_offer">
       Put your offer here with a call to action link!    </p>
    <p id="aml_buttons">
      <button onclick="aml.onNoThanks()">
        No thanks.      </button>
      <button onclick="aml.onAskMeLater()">
        Ask me later.      </button>
    </p>
  </div>
</div>

<script type="text/javascript">

var closeButton = '<p><button onclick="aml.onClose()">close</button></p>';

var aml = 
{
  show: function() 
  {
     // only show if the cookie is NOT present
     if (! this.suppressed())
     {
	jQuery("#aml").slideDown('slow');
     }
  },

  onNoThanks: function()
  {
     // suppress for 10 years
     this.suppress(365 * 24 * 10, 'h');
     jQuery("#aml")
       .html('OK. We won\'t ask you again.')
       .append(closeButton);
  },
  
  onAskMeLater: function()
  {
     var firstTime = (document.cookie.indexOf("aml_seen=true") == -1);
     if (firstTime)
     {
	this.suppress(1, 
		      'h');
     }
     else 
     {
	this.suppress(1, 
		      'h');
     }
     jQuery("#aml")
       .html('OK. We\'ll ask you again later.')
       .append(closeButton);
  },



  onClose: function()
  {
     jQuery("#aml").fadeOut();
  },


  suppress: function(delay, unit)
  {
     // now set cookie:

     var h = (unit == 'h') ? delay : 0;
     var m = (unit == 'm') ? delay : 0;
     var s = (unit == 's') ? delay : 0;
     var now = new Date().getTime();

     var date1 = new Date(now + (h*60*60*1000) + (m*60*1000) + (s*1000));
     var newCookie = "aml_suppress=true; expires=" + date1.toGMTString() + "; path=/";
     document.cookie = newCookie;

     // second cookie (10 years)
     // because the initial and subsequent delays may be different
     var date2 = new Date(now + (10*365*24*60*60*1000));
     var newCookie2 = "aml_seen=true; expires=" + date2.toGMTString() + "; path=/";
     document.cookie = newCookie2;
  },

  suppressed: function()
  {
     return document.cookie.indexOf("aml_suppress=true") > -1;
  },

  // debug function:
  eraseCookie: function()
  {
     this.suppress(-1,0); // expire 1 day ago
     alert("cookie expired. hit refresh");
  }
};

setTimeout('aml.show()', 1 * 1000);
</script>
	<item>
		<title>SafeHarbor; eBay&#8217;s Own Scotland Yard.</title>
		<description><![CDATA[SafeHarbor are the eBay police department. If you break the rules, commit fraud or try to buy something you&#8217;re not supposed to, they&#8217;ll be after you. When You Don&#8217;t Pay. This is the most common rule buyers break &#8211; it&#8217;s all too easy to just change your mind and try to get out of the [...]]]></description>
		<link>http://weeklysoftwareclub.com/?p=1663</link>
			</item>
	<item>
		<title>The eBay Buyer&#8217;s FAQ.</title>
		<description><![CDATA[So you have a question? Has something gone very wrong and you don&#8217;t know what to do? Well, fair enough. Here are the questions that I hear all the time from buyers. Does eBay have a Customer Service Department I Can Phone? eBay are notoriously hard to contact, should you ever need to &#8211; it [...]]]></description>
		<link>http://weeklysoftwareclub.com/?p=1662</link>
			</item>
	<item>
		<title>You Won that eBay Auction! Now What Do You Do?</title>
		<description><![CDATA[It&#8217;s a heady feeling when you win your first eBay auction: a mixture of happiness and perhaps just a little fear. After all, there seems to be so much to do before you can actually get your item. What do you do next? The simple answer is: you send payment to the seller, as quickly [...]]]></description>
		<link>http://weeklysoftwareclub.com/?p=1661</link>
			</item>
	<item>
		<title>When and How to Withdraw Your eBay Bid (and Why You Might Not Want To).</title>
		<description><![CDATA[eBay are a little strict about letting you withdraw your bid. They call it a &#8216;bid retraction&#8217;, and have a stringent set of conditions that you must meet before you are allowed to do it. Here are eBay&#8217;s three acceptable reasons for withdrawing a bid. You made a typographical error: This means that you accidentally [...]]]></description>
		<link>http://weeklysoftwareclub.com/?p=1660</link>
			</item>
	<item>
		<title>eBay Auction Buyer&#8217;s Tips and Tricks.</title>
		<description><![CDATA[eBay isn&#8217;t just an auction and a marketplace: often it can feel quite a lot like a game. Like any game, you can get ahead if you think strategically, using your head to outwit the other buyers and get the best price. Here are a few things you can try. Shop in the Summer. This [...]]]></description>
		<link>http://weeklysoftwareclub.com/?p=1659</link>
			</item>
	<item>
		<title>When to &#8220;Buy Now&#8221; and When to Bid.</title>
		<description><![CDATA[You will often find yourself facing the choice of whether to pay a fixed price or keep on bidding. This choice might be presented to you in a single auction, or you might be choosing between different auctions of the different types. So should you use that &#8216;Buy it Now&#8217; button or keep on trying [...]]]></description>
		<link>http://weeklysoftwareclub.com/?p=1658</link>
			</item>
	<item>
		<title>Understanding the Different eBay Auction Types.</title>
		<description><![CDATA[Over the years, eBay has introduced all sorts of different auction types, in an effort to give people more options when they buy and sell their things on eBay. There are many people who don&#8217;t like the idea that their item might sell for a far lower price than they intend. Equally, there are people [...]]]></description>
		<link>http://weeklysoftwareclub.com/?p=1657</link>
			</item>
	<item>
		<title>How to Check an eBay Seller&#8217;s Reputation (and Why You Should Do It).</title>
		<description><![CDATA[When you buy something from an eBay seller, you are giving them your money and hoping that you will get something in return. However many guarantees of safety eBay might make to you, nothing is certain: if you just give your money to scammers all the time without doing any checks then the chances are [...]]]></description>
		<link>http://weeklysoftwareclub.com/?p=1656</link>
			</item>
	<item>
		<title>How Important is Your Buyer&#8217;s Reputation?</title>
		<description><![CDATA[Your reputation as a buyer (or &#8216;feedback rating&#8217;) is the most important thing people see when they deal with you on eBay. It is on the basis of this little number that they will decide whether they can trust you or not. Each time you buy or sell something on eBay, people can leave feedback [...]]]></description>
		<link>http://weeklysoftwareclub.com/?p=1655</link>
			</item>
	<item>
		<title>How Important is Your Buyer&#8217;s Reputation?</title>
		<description><![CDATA[Your reputation as a buyer (or &#8216;feedback rating&#8217;) is the most important thing people see when they deal with you on eBay. It is on the basis of this little number that they will decide whether they can trust you or not. Each time you buy or sell something on eBay, people can leave feedback [...]]]></description>
		<link>http://weeklysoftwareclub.com/?p=1654</link>
			</item>
</channel>
</rss>
