<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>$7 Tools | Make $7 Secrets Do More</title>
    <link rel="alternate" type="text/html" href="http://7dollartools.com/blog/" />
    <link rel="self" type="application/atom+xml" href="http://7dollartools.com/blog/atom.xml" />
    <id>tag:7dollartools.com,2011-03-21:/blog//1</id>
    <updated>2011-08-27T04:09:54Z</updated>
    <subtitle><![CDATA[Home&nbsp;&nbsp;&bull&nbsp;&nbsp;Blog]]></subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.35-en</generator>

<entry>
    <title>Changing My Web Host</title>
    <link rel="alternate" type="text/html" href="http://7dollartools.com/blog/2011/08/changing-my-web-host.html" />
    <id>tag:7dollartools.com,2011:/blog//1.44</id>

    <published>2011-08-26T05:12:46Z</published>
    <updated>2011-08-27T04:09:54Z</updated>

    <summary>After my web host, 100 Megs Web Hosting, once again brought my website down, I&apos;m switching hosting companies for 7dollartools.com. Let me gripe just a little bit and tell you the story. [Let me be clear that I&apos;ve been a...</summary>
    <author>
        <name>Don Morris</name>
        
    </author>
    
        <category term="Site News" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://7dollartools.com/blog/">
        <![CDATA[<p>After my web host, 100 Megs Web Hosting, once again brought my website down, I'm switching hosting companies for 7dollartools.com. Let me gripe just a little bit and tell you the story.</p>

<p>[<em>Let me be clear that I've been a customer of 100MWH for since early 2003 and I've been greatly satisfied with their exemplary service for most of that time. That's why my conversations with them over the last three days and this post don't convey how ticked off I am at them over these events; I'm attempting to moderate my tone.</em>]</p>

<p>Tuesday afternoon I received a support ticket from a potential customer for Expansion Pack, letting me know that they were getting a SourceGuardian error when they loaded the web page. Indeed, when I checked the server I found that SG&mdash;which I use to protect my products and use on this site&mdash;wasn't present on the server and thus somewhere around 95% of my site was inaccessible.</p>

<p>This was odd. I asked 100MWH to re-install the extension, just as I had back in November 2010. But this time they refused to install SG. After 11 hours, someone from support told me that they had moved my account to another server (unannounced) and would not be able to reinstall SG.</p>

<p>This was not what I expected. After all, SourceGuardian is a common piece of software; it's similar to Zend Guard and ionCube, and web hosts often install it by default on shared servers. I've only heard of one host that wouldn't install it for my customers upon request. And, of course, they'd already installed previously it at my request.</p>

<p>But, as the owner explained (19 hours after my "That's not acceptable" response)...</p>

<p style="margin-left: 20px; margin-right: 20px; font-size: .85em;">"...it's just hard to compile custom things for people in a shared environment.  We kind of have to get things standardized here. Otherwise we end up in a situation where we have 30 different clients with 30 different customized items on a server, and it just isn't possible for us to keep track of that sort of thing and keep it all upgraded and in line over the years and upgrade cycles."</p>

<p>I guess I can understand. Except that they had it installed already. Along with ionCube.</p>

<p>Such news, of course, would alone be enough to cause me to move 7dollartools.com to another server. However, I chose to move all four of my accounts with 100MWH and a number of my customers' accounts to a different web host for different reasons.</p>

<p>Did you notice my first statement, that 100MWH brought down my site <strong>again</strong>? And that the change they made was unannounced? In the last year or so they've made changes to their servers on 5 different occasions that were detrimental to my sites <strong>and they failed to warn their customers about the upcoming changes</strong>.</p>

<p>That's unforgivable. I understand the need to make changes to hardware and software. Or networks. But to do so without notice to your customers, to prepare them for changes that may affect the software that they're running, is inexcusable.</p>

<p>I can't continue to leave my sites at the mercy of a company doesn't respect their customers enough to give them a "heads up" regarding upcoming changes. 7dollartools.com has already been moved; if you see anything broken as a result, please let me know.<br />
</p>]]>
        
    </content>
</entry>

<entry>
    <title>Why An Installer?</title>
    <link rel="alternate" type="text/html" href="http://7dollartools.com/blog/2011/05/why-an-installer.html" />
    <id>tag:7dollartools.com,2011:/blog//1.45</id>

    <published>2011-05-04T00:21:46Z</published>
    <updated>2011-05-04T01:32:31Z</updated>

    <summary>I love programming. I won&apos;t say I hate providing support, but I&apos;d rather program. That&apos;s why I created an installer for all my Expansions. The only problem users seem to have when installing is in ensuring that the Source Guardian...</summary>
    <author>
        <name>Don Morris</name>
        
    </author>
    
        <category term="Programming" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://7dollartools.com/blog/">
        <![CDATA[<p>I love programming. I won't say I hate providing support, but I'd rather program. That's why I created an installer for all my Expansions.</p>

<p>The only problem users seem to have when installing is in ensuring that the <a href="http://7dollartools.com/docs/sourceguardian.php">Source Guardian loaders</a> are installed. The installer checks out the server and gives easy-to-understand instructions if the loaders aren't available. This should eliminate 90% of my support requests. (The remaining 10% are actually now directed to the forum, where users might find their questions already answered.)</p>

<p>The installer also makes sure the user is actually using $7 Secrets Scripts, and I can require a minimum version be present for a specific Expansion. And the installer looks for the files that are required for each Expansion, too.</p>

<p>The user is given a choice to manually enable Admin Expansion Lite (included with each expansion) if it isn't already (a process that involves editing 7DSS's index.php by hand) or allow the installer to do it. Very cool!</p>

<p>Finally, the installer creates default settings files, etc., for the Expansion before it deletes itself (with the user's permission).</p>

<p>Now that I think about it, I may eliminate the installer. Users are encouraged to ensure that Source Guardian is installed before they purchase, so the (same) code in the installer is redundant. And the other functions of the installer can actually be built into the Expansion&mdash;each Expansion already creates its default files.</p>

<p>Hmm, back to the drawing board&hellip;</p>]]>
        
    </content>
</entry>

<entry>
    <title>Announcing Social Proof Expansion</title>
    <link rel="alternate" type="text/html" href="http://7dollartools.com/blog/2011/03/announcing-social-proof-expansion.html" />
    <id>tag:7dollartools.com,2011:/blog//1.43</id>

    <published>2011-03-25T16:16:31Z</published>
    <updated>2011-03-25T17:00:52Z</updated>

    <summary>One of my newest Expansions came about as a result of seeing AWeber&apos;s &quot;recent orders&quot; widget (at the moment called &quot;Who&apos;s Joining AWeber?&quot;) on their site. My first thought was, &quot;How much would my sales increase if visitors saw that...</summary>
    <author>
        <name>Don Morris</name>
        
    </author>
    
        <category term="New Product" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Social Proof Expansion" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://7dollartools.com/blog/">
        <![CDATA[<p>One of my newest Expansions came about as a result of seeing AWeber's "recent orders" widget (at the moment called "Who's Joining AWeber?") on their site. My first thought was, "How much would my sales increase if visitors saw that $7 Secrets was being purchased by others?"</p>

<p><img src="http://7dollartools.com/proof/images/proof-widget.png" style="float: right; padding: 0 0 10px 10px; width: 250px">So, I quickly whipped up some code to display my own "Recent Orders" widget, pulling in data from my purchase file to show not only names and relative dates, but also where the customer was located. And <a href="http://7dollartools.com/proof">Social Proof Expansion</a> was born!</p>

<p>I really had a lot of fun with this Expansion, since it was the first to have the in-place configuration feature that's now standard across my line of products. Tying in to an external service for location data and caching that data was new to me. And putting in some nice touches like hiding the "time since" if any sales were over a week old really gave me some pride in my work.</p>

<p>Social Proof Expansion is $7 and can be used in unlimited $7 Secrets Scripts installations. And, yes, I've seen a bump in conversions as a result of using it.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Announcing Landing Page Expansion</title>
    <link rel="alternate" type="text/html" href="http://7dollartools.com/blog/2011/03/announcing-landing-page-expansion.html" />
    <id>tag:7dollartools.com,2011:/blog//1.42</id>

    <published>2011-03-25T14:41:34Z</published>
    <updated>2011-04-13T03:55:49Z</updated>

    <summary>Back in 2008, I was asked by a 7DSS user about using multiple sales pages, or landing pages, to funnel traffic from different sources. I offered a suggestion which involved pasting some code and which didn&apos;t track the page for...</summary>
    <author>
        <name>Don Morris</name>
        
    </author>
    
        <category term="Landing Page Expansion" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="New Product" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://7dollartools.com/blog/">
        <![CDATA[<p>Back in 2008, I was asked by a 7DSS user about using multiple sales pages, or landing pages, to funnel traffic from different sources. I offered a suggestion which involved pasting some code and which didn't track the page for conversion purposes. But it was the start of a new Expansion which has finally been released.</p>

<p><img src="http://7dollartools.com/docs/images/landing-config.png" style="float: right; padding: 0 0 10px 10px; width: 250px"><a href="http://7dollartools.com/landing">Landing Page Expansion</a> gives you the ability to display multiple sales pages for your front-end product and define custom actions to show specific sales pages. Configuration is easy and takes place right in your browser.</p>

<p>Conversion data will be reported by 7DSS for each additional sales page you use with Landing Page Expansion, just as for your other sales pages. And affiliates will receive credit if they promote a specific page, too!</p>

<p>Landing Page Expansion is $7 and can be used in unlimited $7 Secrets Scripts installations.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Announcing Checkout Expansion</title>
    <link rel="alternate" type="text/html" href="http://7dollartools.com/blog/2011/03/announcing-checkout-expansion.html" />
    <id>tag:7dollartools.com,2011:/blog//1.41</id>

    <published>2011-03-24T23:42:40Z</published>
    <updated>2011-03-25T00:35:09Z</updated>

    <summary>You&apos;ve spent a lot of time getting your site just right, but you probably haven&apos;t given any thought to the payment process other than &quot;Okay, 7DSS sends the buyer to PayPal and then they come back after paying.&quot; Depending on...</summary>
    <author>
        <name>Don Morris</name>
        
    </author>
    
        <category term="Checkout Expansion" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="New Product" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://7dollartools.com/blog/">
        <![CDATA[<p>You've spent a lot of time getting your site just right, but you probably haven't given any thought to the payment process other than "Okay, 7DSS sends the buyer to PayPal and then they come back after paying."</p>

<p>Depending on who's being paid for the sale and the type of PayPal account you or your affiliate has, though, the buyer can see a number of variations in the checkout pages, most of which don't have any relation to your site or product. It's understandable that the customer would have some hesitation in paying for your product when they've been taken to a completely different site that seemingly has no connection with yours.</p>

<p><img src="http://7dollartools.com/docs/images/checkout-config.png" style="float: right; padding: 0 0 10px 10px; width: 250px"><a href="http://7dollartools.com/checkout">Checkout Expansion</a> has been released to combat the lost sales you've been experiencing. This Expansion for $7 Secrets Scripts provides customization settings for PayPal checkout, allowing you to define a custom logo, banner image and background color that display when your customer goes through the payment process. This adds credibility to your business and helps prevent order abandonment. And the branding appears on affiliate sales, too!</p>

<p>Checkout Expansion is $7 and can be used in unlimited $7 Secrets Scripts installations.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Announcing Expansion Pack</title>
    <link rel="alternate" type="text/html" href="http://7dollartools.com/blog/2011/03/announcing-expansion-pack.html" />
    <id>tag:7dollartools.com,2011:/blog//1.39</id>

    <published>2011-03-22T20:39:00Z</published>
    <updated>2011-03-22T22:27:06Z</updated>

    <summary><![CDATA[If you've been with me a while, you may remember that my first Expansion for $7 Secrets Scripts was called Expansion Pack. Eventually, I renamed the product Giveaway Expansion&mdash;first, because I decided to limit the scope of that product to...]]></summary>
    <author>
        <name>Don Morris</name>
        
    </author>
    
        <category term="Expansion Pack" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="New Product" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://7dollartools.com/blog/">
        <![CDATA[<p>If you've been with me a while, you may remember that my first Expansion for $7 Secrets Scripts was called Expansion Pack. Eventually, I <a href="http://7dollartools.com/blog/2009/10/expansion-pack-is-now-giveaway.html">renamed the product</a> Giveaway Expansion&mdash;first, because I decided to limit the scope of that product to a single set of features relating to the giveaway function in 7DSS and, second, because I had plans for reusing the name for what I'm finally announcing today.</p>

<p>Expansion Pack is (now) a bundle of all the Expansions I've released up to today: Admin Expansion (the full version), Giveaway Expansion, Sell-Out Expansion, and The $7 Blacklist. But in and of itself that wouldn't really be anything new; I didn't want to release Expansion Pack until I had something more to give you.</p>

<p>So today, while these aren't yet individually available, I'm including three new Expansions in Expansion Pack, making it a real bundle: Checkout Expansion, Landing Page Expansion, and Social Proof Expansion. Briefly (you can click the links for more info), the new products offer some cool, new features for 7DSS:</p>

<ul>
	<li><a href="http://7dollartools.com/checkout">Checkout Expansion</a>: brand PayPal's Checkout pages with your logo</li>
	<li><a href="http://7dollartools.com/landing">Landing Page Expansion</a>: create multiple, targeted sales pages</li>
	<li><a href="http://7dollartools.com/proof">Social Proof Expansion</a>: configurable Recent Orders widget</li>
</ul>

<p>But wait (I feel like a late-night infomercial announcer), that's not all! Also included are two more Expansions that you can <b>only</b> get with Expansion Pack:</p>

<ul>
	<li>Template Expansion: create additional, optional pages that tie into 7DSS actions</li>
	<li>Snag Plugin: display purchase record data on any 7DSS template
</ul>

<p>If you've been keeping score, that's a total of 9 Expansions, with a total (counting released, soon-to-be-released, priced-as-if-it-were-released-separately products) retail value of $96. And, as you'd expect, Expansion Pack will be offered at a significant price savings. How much?</p>

<p>$67.</p>

<p>That's 30% off the retail value of the whole package!</p>

<p>But wait, there's more! (No, better than free shipping.)</p>

<p>Bonus #1: Instead of my standard free-updates-for-two-years policy, purchasers of Expansion Pack get all updates to these Expansions <strong>for life</strong> (the life of the Expansion).</p>

<p>Bonus #2: When (not if) I create additional Expansions, those products will be added to Expansion Pack and previous purchasers will get the new products <strong>for free</strong>.</p>

<p>I've pretty much rehashed the same deal over at the <a href="http://7dollartools.com/expansion">Expansion Pack sales page</a>; feel free to investigate further there and by using the links above.</p>

<p>Operators are standing by.</p>]]>
        
    </content>
</entry>

<entry>
    <title>The $7 Blacklist 1.1 Released</title>
    <link rel="alternate" type="text/html" href="http://7dollartools.com/blog/2011/03/the-7-blacklist-11-released.html" />
    <id>tag:7dollartools.com,2011:/blog//1.38</id>

    <published>2011-03-22T17:34:03Z</published>
    <updated>2011-03-22T17:42:46Z</updated>

    <summary>Version 1.1 of The $7 Blacklist for $7 Secrets Scripts has been released. The Expansion, which combats affiliate fraud, now supports the in-place configuration feature of Admin Expansion. Setting options for The $7 Blacklist is now handled in your browser....</summary>
    <author>
        <name>Don Morris</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://7dollartools.com/blog/">
        <![CDATA[<p><img src="http://7dollartools.com/docs/images/blacklist-config.png" style="float: right; padding: 0 0 10px 10px; width: 250px;">Version 1.1 of <a href="http://7dollartools.com/blacklist">The $7 Blacklist</a> for $7 Secrets Scripts has been released. The Expansion, which combats affiliate fraud, now supports the in-place configuration feature of <a href="http://7dollartools.com/admin">Admin Expansion</a>. Setting options for The $7 Blacklist is now handled in your browser.</p>

<p>The $7 Blacklist is free for all users of $7 Secrets Scripts.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Sell-Out Expansion 1.2 Released</title>
    <link rel="alternate" type="text/html" href="http://7dollartools.com/blog/2011/03/sell-out-expansion-12-released.html" />
    <id>tag:7dollartools.com,2011:/blog//1.37</id>

    <published>2011-03-22T16:57:02Z</published>
    <updated>2011-03-22T17:19:29Z</updated>

    <summary>Sell-Out Expansion, which builds upon $7 Secrets Scripts&apos; &quot;max sales&quot; feature, has been updated to version 1.2. The Expansion, which allows you to limit your front-end and OTO product sales by number and time, now takes advantage of Admin Expansion&apos;s...</summary>
    <author>
        <name>Don Morris</name>
        
    </author>
    
        <category term="Sell-Out Expansion" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://7dollartools.com/blog/">
        <![CDATA[<p><img src="http://7dollartools.com/docs/images/sellout-config.png" style="float: right; padding: 0 0 10px 10px; width: 250px"><a href=http://7dollartools.com/sellout>Sell-Out Expansion</a>, which builds upon $7 Secrets Scripts' "max sales" feature, has been updated to version 1.2.</p>

<p>The Expansion, which allows you to limit your front-end <strong>and</strong> OTO product sales by number and time, now takes advantage of <a href="http://7dollartools.com/admin">Admin Expansion</a>'s in-place configuration. Configuration of Sell-Out Expansion now takes place in your browser.</p>

<p>Updates to Sell-Out Expansion are free to all users who have purchased in the last two years.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Giveaway Expansion 1.3 Released</title>
    <link rel="alternate" type="text/html" href="http://7dollartools.com/blog/2011/03/giveaway-expansion-13-released.html" />
    <id>tag:7dollartools.com,2011:/blog//1.36</id>

    <published>2011-03-22T16:25:46Z</published>
    <updated>2011-03-22T16:36:37Z</updated>

    <summary>My very first Expansion, Giveaway Expansion, has been updated to take advantage of Admin Expansion&apos;s new in-place configuration feature. Configuring Giveaway Expansion now takes place in your browser. The &quot;affiliate link with giveaway actions&quot; feature which premiered in Giveaway Expansion...</summary>
    <author>
        <name>Don Morris</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://7dollartools.com/blog/">
        <![CDATA[<p><img src="http://7dollartools.com/docs/images/giveaway-config.png" style="float: right; padding: 0 0 10px 10px; width: 250px;">My very first Expansion, <a href="http://7dollartools.com/giveaway">Giveaway Expansion</a>, has been updated to take advantage of <a href="http://7dollartools.com/admin">Admin Expansion</a>'s new in-place configuration feature. Configuring Giveaway Expansion now takes place in your browser.</p>

<p>The "affiliate link with giveaway actions" feature which premiered in Giveaway Expansion has been moved to Admin Expansion, so that any Expansion (and 7DSS itself) can take advantage of it. Other minor changes are noted in the <a href="http://7dollartools.com/docs/giveaway-change.php">change log</a>.</p>

<p>Updates to Giveaway Expansion are free to all users who have purchased in the last two years.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Admin Expansion 1.4 Released</title>
    <link rel="alternate" type="text/html" href="http://7dollartools.com/blog/2011/03/admin-expansion-14-released.html" />
    <id>tag:7dollartools.com,2011:/blog//1.35</id>

    <published>2011-03-22T03:33:28Z</published>
    <updated>2011-03-22T03:56:00Z</updated>

    <summary>$7 Tools&apos; flagship product, Admin Expansion, has been updated to version 1.4. This new version adds several features, most notably in-place configuration of $7 Secrets Scripts itself. It&apos;s no longer necessary to edit an arcane text file, all the while...</summary>
    <author>
        <name>Don Morris</name>
        
    </author>
    
        <category term="Admin Expansion" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Update" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://7dollartools.com/blog/">
        <![CDATA[<p>$7 Tools' flagship product, <a href="http://7dollartools.com/admin">Admin Expansion</a>, has been updated to version 1.4. This new version adds several features, most notably in-place configuration of $7 Secrets Scripts itself.</p>

<p>It's no longer necessary to edit an arcane text file, all the while worrying that you'll bungle the job, drop a semi-colon and leave your site high and dry. A simple web form, secure within your password-protected admin panel, allows you to quickly and confidently change product and system settings.</p>

<p><img src="http://7dollartools.com/docs/images/7dss-config.png" /></p>

<p>Admin Expansion also supports in-place configuration of all $7 Tools Expansions. Again, no need to fumble with a text editor.</p>

<p>Additional features include allowing an affiliate ID with any supported 7DSS action (order, giveaway, etc.) or those provided by another Expansion and a reorganization of the admin menu. Admin Expansion now supports five new Expansions&mdash;<a href="http://7dollartools.com/checkout">Checkout Expansion</a>, <a href="http://7dollartools.com/landing">Landing Page Expansion</a>, <ahref="http://7dollartools.com/proof">Social Proof Expansion</a>, Template Expansion, and Snag Plugin&mdash;as well.</p>

<p>Upgrades to version 1.4 are free to all users who have purchased in the last 2 years.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Easier Downloads</title>
    <link rel="alternate" type="text/html" href="http://7dollartools.com/blog/2011/02/easier-downloads.html" />
    <id>tag:7dollartools.com,2011:/about//1.34</id>

    <published>2011-02-19T00:29:15Z</published>
    <updated>2011-03-23T05:56:42Z</updated>

    <summary>Isn&apos;t that a mess? All those links for one product? That&apos;s what nearly every product download page on 7DollarTools.com looked like until today. By eliminating support for old versions, I was able to remove three of those links. And the...</summary>
    <author>
        <name>Don Morris</name>
        
    </author>
    
        <category term="Site News" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://7dollartools.com/blog/">
        <![CDATA[<img alt="7dt-download-mess.jpg" src="http://7dollartools.com/blog/images/7dt-download-mess.jpg" width="585" height="395" class="mt-image-none" style="" />Isn't that a mess? All those links for one product? That's what nearly every product download page on 7DollarTools.com looked like until today.<div><br />

<p>By <a href="http://7dollartools.com/blog/2011/02/support_for_older_versions_of.html">eliminating support for old versions</a>, I was able to remove three of those links. And the documentation link I was able to remove by putting all the <a href="http://7dollartools.com/docs/">documentation for my products</a> on the website. (Why I didn't do that before, I don't know. It makes updating the instructions for all existing users very easy.)</p>

<p>Lastly, I eliminated any choice for new and existing users of my products--that was just confusing for most people. I was trying to keep users who were already using my products from downloading SourceGuardian loaders and another copy of Admin Expansion Lite, but by asking new users to <a href="http://7dollartools.com/blog/2011/02/are_we_compatible.html">check for the loaders before buying</a> I am able to avoid providing the loaders at all.</p>

<p>(Admin Expansion Lite is now always provided as a separate download, which allows me to update it without creating new packages for the other Expansions.)</p>

<p>Once all that was done, here's what the same download page looks like:</p>

<img alt="7dt-download-cleanup.jpg" src="http://7dollartools.com/blog/images/7dt-download-cleanup.jpg" width="655" height="120" class="mt-image-none" style="" />Lesson to learn: make things easier for your customers and users.</div><div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>Support For Older Versions of 7DSS Ended</title>
    <link rel="alternate" type="text/html" href="http://7dollartools.com/blog/2011/02/support-for-older-versions-of.html" />
    <id>tag:7dollartools.com,2011:/about//1.33</id>

    <published>2011-02-18T05:24:51Z</published>
    <updated>2011-02-18T05:48:49Z</updated>

    <summary>Back in 2007 when I started $7 Tools, I was supporting $7 Secrets Scripts version 2.6; in fact, Admin Expansion was specifically written to fix bugs that were present in that version. When I took over $7 Secrets, I corrected...</summary>
    <author>
        <name>Don Morris</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://7dollartools.com/blog/">
        <![CDATA[<p>Back in 2007 when I started $7 Tools, I was supporting $7 Secrets Scripts version 2.6; in fact, Admin Expansion was specifically written to fix bugs that were present in that version.</p>

<p>When I took over $7 Secrets, I corrected those bugs and I removed the bug fixes from later versions of Admin Expansion, but I kept available the version (1.1.2) compatible with 7DSS 2.6. Versions of other Expansions dependent on AE 1.1.2 also remained available.</p>

<p>As of today, though, I'm no longer supporting any Expansion that doesn't work with 7DSS 2.8. Older versions of all Expansions have been removed from the site and users are strongly encouraged to upgrade to 7DSS 2.8 and update their Expansions. And new users won't have the confusing choice of download options when they reach the download page.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Are We Compatible?</title>
    <link rel="alternate" type="text/html" href="http://7dollartools.com/blog/2011/02/are-we-compatible.html" />
    <id>tag:7dollartools.com,2011:/about//1.32</id>

    <published>2011-02-17T05:28:59Z</published>
    <updated>2011-02-17T05:55:26Z</updated>

    <summary>Most products available through $7 Tools are protected by a tool called SourceGuardian, which I use to encode my PHP scripts. Every once in a while I&apos;ll get a refund request from someone whose hosting company won&apos;t install the SourceGuardian...</summary>
    <author>
        <name>Don Morris</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://7dollartools.com/blog/">
        <![CDATA[<p>Most products available through $7 Tools are protected by a tool called SourceGuardian, which I use to encode my PHP scripts. Every once in a while I'll get a refund request from someone whose hosting company won't install the SourceGuardian extension and, as a result, the purchased Expansion won't run. I think it's a poor provider that won't install this common software (particularly since they usually have Zend Optimizer and ionCube installed -- two extensions that have a similar purpose), but I'm stuck giving the refund.</p>

<p>To prevent these requests in the future, I've put a link on each Expansion's sales page indicating there are some system requirements. There's also a reminder after the user clicks the order link. The requirements are simple:</p>

<ul>
	<li>You need to be running 7DSS</li>
	<li>You need to be running SourceGuardian</li>
</ul>

<p>Buyers are encouraged to download a test script to make sure their server supports SourceGuardian. If the loaders aren't already installed, the user is given a link to download them or, if the server doesn't support user-installed loaders, instructions are provided to pass to the hosting company.</p>

<p>I've been working with Inovica (the publishers of SG) the past couple weeks to make the test script more user-friendly, by clarifying various messages and adding additional logic. I hope you find it useful; please let me know if you have any issues as you use it.</p>

<p>Additional reading:<br />
<a href="http://7dollartools.com/docs/sourceguardian.php">Installing the SourceGuardian Loaders</a><br />
<a href="http://7dollartools.com/docs/compatibility.php">System Compatibility</a></p>]]>
        
    </content>
</entry>

<entry>
    <title>Admin Expansion 1.3.1</title>
    <link rel="alternate" type="text/html" href="http://7dollartools.com/blog/2011/02/admin-expansion-131.html" />
    <id>tag:7dollartools.com,2011:/about//1.31</id>

    <published>2011-02-17T02:03:11Z</published>
    <updated>2011-02-17T05:56:42Z</updated>

    <summary>Admin Expansion and Admin Expansion Lite have been updated to version 1.3.1. The most significant change is the destination of the &quot;Fix&quot; links in the 7DSS admin panel: since $7 Secrets Forum moved from the YaBB platform to Simple Machines,...</summary>
    <author>
        <name>Don Morris</name>
        
    </author>
    
        <category term="Admin Expansion" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Update" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://7dollartools.com/blog/">
        <![CDATA[<p>Admin Expansion and Admin Expansion Lite have been updated to version 1.3.1. The most significant change is the destination of the "Fix" links in the 7DSS admin panel: since $7 Secrets Forum moved from the YaBB platform to Simple Machines, those topics have new addresses.</p>

<p>Additional reading:<br />
<a href="http://7dollartools.com/docs/admin-change.php">Admin Expansion Change Log</a><br />
<a href="http://7dollartools.com/docs/adminlite-change.php">Admin Expansion Lite Change Log</a></p>]]>
        
    </content>
</entry>

<entry>
    <title>Get Your Tickets Here</title>
    <link rel="alternate" type="text/html" href="http://7dollartools.com/blog/2010/11/get-your-tickets-here.html" />
    <id>tag:7dollartools.com,2010:/about//1.30</id>

    <published>2010-11-08T17:48:42Z</published>
    <updated>2010-11-10T00:43:12Z</updated>

    <summary>Today I&apos;m announcing that I&apos;m a licensed developer with Maian Support, arguably the best, free PHP support ticket system on the planet. I&apos;ve been using Maian Support since 2007; I had tried a number of free alternatives and found MS...</summary>
    <author>
        <name>Don Morris</name>
        
    </author>
    
        <category term="Site News" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://7dollartools.com/blog/">
        <![CDATA[<p>Today I'm announcing that I'm a licensed developer with <a href="http://www.maiansupport.com/">Maian Support</a>, arguably the best, free PHP support ticket system on the planet. I've been using Maian Support since 2007; I had tried a number of free alternatives and found MS to be the easiest to use.</p>

<p>In 2008, MS became a commercial project, Ticket Desk Pro, through a partnership between the developer and an established Internet marketer. However, due to some differences between the partners (as I understand it), the product languished and eventually the partnership dissolved, returning MS to the developer, David Bennett.</p>

<p>In 2010, David released Maian Support 2.0 with both a free and a paid version. Most of my customers will be satisfied with the feature set of the free version; the paid version removes limits on various features, which will be important if you're providing support for more than just a few products. More importantly, the paid version permits the removal of some fairly blatant copyright/advertising notices and links, which will be important to many users.</p>

<p>As I licensed developer, I am able to install either version on my customers' websites and I will offer some compelling prices to do so. In the coming weeks I'll set up a sales page for the service; in the meantime, if you're interested, <a href="http://7dollartools.com/support">fill out a support ticket</a> and set the category to "Installation Request."</p>]]>
        
    </content>
</entry>

</feed>

