<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Small Green Tree Web Services &#187; all buddy apps</title>
	<atom:link href="http://www.smallgreentree.net/category/all-buddy-apps/feed" rel="self" type="application/rss+xml" />
	<link>http://www.smallgreentree.net</link>
	<description>Internet services and web applications for online businesses and web site designers</description>
	<lastBuildDate>Wed, 14 Sep 2011 09:58:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Our Discount Scheme Just Got Better!</title>
		<link>http://www.smallgreentree.net/294/discount-scheme-1.html</link>
		<comments>http://www.smallgreentree.net/294/discount-scheme-1.html#comments</comments>
		<pubDate>Wed, 23 Jun 2010 13:48:02 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[all buddy apps]]></category>

		<guid isPermaLink="false">http://www.smallgreentree.net/?p=294</guid>
		<description><![CDATA[If you manage more than one web site, don&#8217;t forget that you can make great savings by &#8220;adopting&#8221; your additional domains as &#8220;child accounts&#8221; from your parent account. (By &#8220;parent account&#8221; we just mean your primary, main account. So if you are a web designer that would be the account of your own web site). [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you manage more than one web site, don&#8217;t forget that you can make great savings by &#8220;<em>adopting</em>&#8221; your additional domains as &#8220;<em>child accounts</em>&#8221; from your parent account. (By &#8220;<em>parent account</em>&#8221; we just mean your primary, main account. So if you are a web designer that would be the account of your own web site).</p>
<p>Our new improved discount rates for all our &#8220;<em>buddy</em>&#8221; applications are as follows:</p>
<ul>
<li>2-4 subscriptions: 15% discount</li>
<li>5-9 subscriptions: 30% discount</li>
<li>10 plus subscriptions: 40% discount</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.smallgreentree.net/294/discount-scheme-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Ins &amp; Outs Of Favicons</title>
		<link>http://www.smallgreentree.net/234/favicons.html</link>
		<comments>http://www.smallgreentree.net/234/favicons.html#comments</comments>
		<pubDate>Thu, 18 Feb 2010 15:41:38 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[all buddy apps]]></category>

		<guid isPermaLink="false">http://www.smallgreentree.net/?p=234</guid>
		<description><![CDATA[Favicons are those small images that appear in the browser&#8217;s address bar and in browser bookmarks entries. Hopefully you can see our own &#8220;small green tree&#8221; icon right now in your browser&#8217;s address bar! There are different ways to add favicons to your web site, but after a bit of research and a bit of [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Favicons are those small images that appear in the browser&#8217;s address bar and in browser bookmarks entries. <em>Hopefully you can see our own &#8220;small green tree&#8221; icon right now in your browser&#8217;s address bar!</em></p>
<p>There are different ways to add favicons to your web site, but after a bit of research and a bit of trial and error, we think we have hit on the best method.</p>
<p><strong>With this method your favicons will also work consistently with your <a title="Web form buddy" href="http://www.web-form-buddy.com" target="_blank">Web-form-buddy</a> and <a title="Web store buddy" href="http://www.web-store-buddy.com" target="_blank">Web-store-buddy</a> script URLs.</strong></p>
<p>Favicons were introduced by <em>Microsoft</em> some years ago, and for a while browser support for them was very patchy. In theory that situation has improved. Certainly you can now enjoy the benefits of favicons for your web site without it driving you completely crazy. But although there is supposed to be a proper <em>World Wide Web Consortium (W3C)</em> standard now for favicons, in practice we reckon you&#8217;re better off ignoring that for the time being.  Hey, <em>Microsoft</em> are involved, what do you expect!</p>
<p>The problem began when <em>Microsoft</em> decided that favicons should be in their own format. Not *.PNG, *.GIF, *.JPG or anything sensible like that. Instead we got *.ICO &#8211; the format for icons in <em>Windows</em>.</p>
<p>Originally the idea was that you placed such a graphic (called  &#8220;<em>favicon.ico</em>&#8220;) in your web site&#8217;s root folder (i.e. where your home page resides). And if you inspect your server&#8217;s access logs you will see that browsers are regularly putting in requests for that file. This old method <em>DOES</em> work at least (and in most browsers), but it is not at all flexible:</p>
<ul>
<li>You have to name it &#8220;<em>favicon.ico</em>&#8220;</li>
<li>It must reside in your document root folder</li>
<li>You cannot have more than one favicon for your site</li>
<li> Worst of all! &#8211; this method won&#8217;t work with your<a title="Web form buddy" href="http://www.web-form-buddy.com" target="_blank"> Web-form-buddy</a> and<em> <a title="Web store buddy" href="http://www.web-store-buddy.com" target="_blank">Web-store-buddy</a> </em>URLs.</li>
</ul>
<p>So as the web moved on, folks started to ask searching questions such as &#8220;<em>Hey, shouldn&#8217;t this be part of the HTML standard?</em>&#8220;. And  &#8220;<em>Shouldn&#8217;t we be able to use non-Microsoft file types?</em>&#8220;. And  &#8220;<em>Why can&#8217;t I specify this graphic in my web page HTML? That way I get to manage the graphic in the normal way &#8211; and maybe I can use different favicons on different pages!</em>&#8220;. On top of that, millions and millions of webmasters said &#8220;<em>We&#8217;d also like a method that works with Web-form-buddy and Web-store-buddy too!</em>&#8221; (Well maybe we exaggerate a little).</p>
<p>Enter the standards fairy &#8211; the <em>World Wide Web Consortium (W3C)</em> . All these wishes have now been granted, and we have  a new  method available (supported by all browsers) whereby you add a link to your favicon in the <code>&lt;head&gt;</code> area of your web page. The <em>W3C</em> &#8216;s draft proposal as to how you should do this is here: <a title="W3C" href="http://www.w3.org/2005/10/howto-favicon" target="_blank">http://www.w3.org/2005/10/howto-favicon</a></p>
<p>But here&#8217;s the <strong>BAD</strong> news: <strong>If you follow their recommendation, your favicons will not work in Internet Explorer!</strong> This is for two reasons:</p>
<p><strong>1) <em>Internet Explorer</em> will only work with *.ICO files.</strong> So whereas the folks at <em>W3C</em> say you can do this:</p>
<p><code>&lt;link rel="icon" type="image/png" href="/some-folder/some-image.png"&gt;<br />
&lt;link rel="icon" type="image/gif" href="/some-folder/some-image.gif"&gt;<br />
&lt;link rel="icon" type="image/jpeg" href="/some-folder/some-image.jpg"&gt;</code></p>
<p>Instead you&#8217;re going to need this:</p>
<p><code>&lt;link rel="icon" type="image/vnd.microsoft.icon" href="/some-folder/some-image.ico"&gt;</code></p>
<p><strong>2) But even THAT doesn&#8217;t work in <em>Internet Explorer</em>!</strong> You need to change &#8220;<em>icon</em>&#8221; to &#8220;<em>shortcut icon</em>&#8220;:</p>
<p><code>&lt;link rel="shortcut icon" type="image/vnd.microsoft.icon" href="/some-folder/some-image.ico"&gt;</code></p>
<p>Or if you&#8217;re working with XHTML, it&#8217;s this:</p>
<p><code>&lt;link rel="shortcut icon"  type="image/vnd.microsoft.icon" href="/some-folder/some-image.ico" /&gt;</code></p>
<p><strong>And now, finally you have something that will work in all browsers!</strong></p>
<p>(By the way, we&#8217;ve seen some folks suggesting for the &#8220;<em>type</em>&#8221;  attribute that you should use &#8220;<code>image/ico</code>&#8220;, &#8220;<code>image/icon</code>&#8220;, &#8220;<code>text/ico</code>&#8220;,  &#8220;<code>application/ico</code>&#8221; and &#8220;<code>image/x-icon</code>&#8220;, instead of type=&#8221;<code>image/vnd.microsoft.icon</code>&#8220;. This is a mistake though. The official mime type is &#8220;<code>image/vnd.microsoft.icon</code>&#8220;).</p>
<h2>So how best to create and edit ICO files?</h2>
<p>Favicons are 16×16, 32×32 or 64×64 pixel square images. With the free <a title="@icon sushi" href="http://www.towofu.net/soft/e-aicon.php" target="_blank">@icon sushi</a> you can open  BMP/PNG/PSD/EXE/DLL/ICL files and convert them into ICO files.</p>
<p>A listing of ICO editing software is here: <a title="Icon software" href="http://en.wikipedia.org/wiki/List_of_icon_software" target="_blank">http://en.wikipedia.org/wiki/List_of_icon_software</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.smallgreentree.net/234/favicons.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Discount Scheme &amp; Changes To Co-Branding</title>
		<link>http://www.smallgreentree.net/73/new-discount-scheme-changes-to-co-branding.html</link>
		<comments>http://www.smallgreentree.net/73/new-discount-scheme-changes-to-co-branding.html#comments</comments>
		<pubDate>Tue, 14 Apr 2009 11:01:52 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[all buddy apps]]></category>

		<guid isPermaLink="false">http://www.smallgreentree.net/?p=73</guid>
		<description><![CDATA[You may have noticed already a new option called &#8220;child accounts&#8221; on your control panel. The idea is that if you are a web designer managing a number of different &#8220;buddy&#8221; accounts &#8211; we would like to make your life easier! So from your &#8220;parent&#8221; buddy account, you can now login to any of your [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>You may have noticed already a new option called &#8220;<em>child accounts</em>&#8221; on your control panel.</p>
<p>The idea is that if you are a web designer managing a number of different &#8220;<em>buddy</em>&#8221; accounts &#8211; <em>we would like to make your life easier!</em></p>
<p>So from your &#8220;<em>parent</em>&#8221; buddy account, you can now login to any of your child accounts with one click.  Not only that, you can also manage your child subscriptions from one place and benefit from our new discount scheme.</p>
<p>The discount scheme is based on the number of subscriptions you have to all of our &#8220;<em>buddy</em>&#8221; applications (see &#8220;<em>more web software</em>&#8221; on your control panel). And this includes the subscriptions of any child accounts you manage as well.</p>
<ul>
<li>2-4  subscriptions   <strong>10%</strong></li>
<li>5-9  subscriptions <strong>20%</strong></li>
<li>10 plus   subscriptions <strong>30%</strong></li>
</ul>
<p>The &#8220;<em>co-branding</em>&#8221; feature of <em>Web-form-buddy</em> is now easier to manage too. Again it is all done from your parent account now with any changes you make propagating automatically to your child accounts.</p>
<p>We hope to expand on the co-branding feature in coming months &#8211; so any suggestions you have would be most welcome!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smallgreentree.net/73/new-discount-scheme-changes-to-co-branding.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Discounts For Multiple Site Subscriptions</title>
		<link>http://www.smallgreentree.net/17/discounts-for-multiple-site-subscriptions.html</link>
		<comments>http://www.smallgreentree.net/17/discounts-for-multiple-site-subscriptions.html#comments</comments>
		<pubDate>Sat, 30 Dec 2006 14:38:22 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[all buddy apps]]></category>

		<guid isPermaLink="false">http://www.smallgreentree.net/archives/17</guid>
		<description><![CDATA[At present we do not offer an affiliate scheme for our &#8220;buddy&#8221; web site applications. All our buddy applications (web-form-buddy, refer-a-buddy, web-store-buddy &#38; opt-in-buddy) are licensed on a per web site basis and are renewably annually. However there are no other restrictions or extra costs whatsoever (apart from web-store-buddy, our shopping cart application, where the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>At present we do not offer an affiliate scheme for our &#8220;<em>buddy</em>&#8221; web site applications.</p>
<p>All our buddy applications (<em>web-form-buddy</em>, <em>refer-a-buddy</em>, <em>web-store-buddy</em> &amp; <em>opt-in-buddy</em>) are <strong>licensed on a per web site basis</strong> and are renewably annually.</p>
<p>However <strong>there are no other restrictions or extra costs whatsoever</strong> (apart from <em>web-store-buddy</em>, our  shopping cart application,  where the price depends on the number of products you sell).</p>
<ul>
<li><em>web-form-buddy</em>: No limit on the number of forms you can set up. No limit or cap or additional cost on the number of form submissions you can receive</li>
<li><em>refer-a-buddy</em>: Can be set up on as many pages of your web site as you like. No limit on the number of referrals</li>
<li><em>opt-in-buddy</em>: Can be set up on as many pages of your web site as you like. No limit on the number of opt-ins</li>
</ul>
<p>Having said that, many of our customers, for example those who are professional web designers, require subscriptions for more than one web site, and we are keen to support them!</p>
<p>One way we are doing this is through <strong>co-branding</strong>. We will be rolling this out for all the <em>buddy</em> applications, but <a href="http://www.smallgreentree.net/archives/5" title="web-form-buddy co-branding">it is already in place for web-form-buddy</a>. This feature means that you can replace the &#8216;<em>powered by web-form-buddy.com</em>&#8216; link with a link to your own web site.</p>
<p>But we also offer <strong>a discount scheme for multiple subscriptions</strong>.</p>
<p>This works on a &#8220;<em>make two payments, get the next one free</em>&#8221; basis, and is <strong>the equivalent to a discount of around 30%</strong>.</p>
<p>To claim a free license on this scheme just start a free trial for a new account. Then give us the details of two previous accounts and we will uprade your new trial account to a full 12 month subscription.</p>
<p>When you apply for the free account, please provide the details of two payments you have made to qualify for the free license.</p>
<ul>
<li>the domain names</li>
<li>the user ID&#8217;s</li>
<li>the dates of the subscription payments &amp;, if possible, the PayPal or WorldPay payment reference of the payments</li>
</ul>
<p>(Of course we also need the domain name and user ID of the account for which you are claiming a free license!)</p>
<p>The following conditions apply:</p>
<ul>
<li>The qualifying payments can be for new accounts only (not renewals or upgrades)</li>
<li>A payment can only be used once to claim a license discount</li>
<li>This scheme applies to all our &#8220;<em>buddy</em>&#8221; products. But a payment for one type of <em>buddy</em> product cannot qualify towards a different type of <em>buddy</em> product. For example, two payments for <em>refer-a-buddy</em> can only qualify for a third free <em>refer-a-buddy</em> license, and not, say, for a <em>web-from-buddy</em> license</li>
<li>Ethical marketing: We have a zero tolerance policy towards spam (unsolicited bulk email). We expressly forbid the marketing of any of our products in this way. If you are in any doubt as to what constitutes &#8220;spam&#8221;, please visit <a href="http://www.spamhaus.org/definition.html" target="_blank" title="Spam">http://www.spamhaus.org/definition.html</a>. In particular we note the requirement for email recipients to have granted &#8220;verifiable permission&#8221;. If we discover that any of our products are being marketed unethically we reserve the right to cancel any discount scheme and, if appropriate. all accounts associated with the spam activities</li>
</ul>
<p>To apply for a discount simply uses the contact form on any of our &#8220;<em>buddy</em>&#8221; web sites.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smallgreentree.net/17/discounts-for-multiple-site-subscriptions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

