<?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>VroomVroomVroom Car Rental Affiliate</title>
	<atom:link href="http://business.vroomvroomvroom.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://business.vroomvroomvroom.com</link>
	<description>Car Rental for Airlines, Agents and Affiliates</description>
	<lastBuildDate>Sun, 21 Aug 2011 07:22:19 +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>Terms and Conditions</title>
		<link>http://business.vroomvroomvroom.com/business/terms-and-conditions/</link>
		<comments>http://business.vroomvroomvroom.com/business/terms-and-conditions/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 06:30:28 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://business.vroomvroomvroom.com/?p=70</guid>
		<description><![CDATA[Commission will be paid on time and kilometres from the booking (which excludes GST) – the payment will be the agreed commission percentage plus GST. Time and kilometres is the base rate of the rental before GST, premium location charges, admin fees or one way fees are applied. VroomVroomVroom does not pay commission on other booking inclusions such as&#8230;]]></description>
			<content:encoded><![CDATA[<div>
<div>
<ul>
<li>Commission will be paid on time and kilometres from the booking (which excludes GST) – the payment will be the agreed commission percentage plus GST.</li>
<li>Time and kilometres is the base rate of the rental before GST, premium location charges, admin fees or one way fees are applied.</li>
<li>VroomVroomVroom does not pay commission on other booking inclusions such as insurance, GPS, baby seats or any other extras.</li>
<li>VroomVroomVroom does not pay commission on cancellations; however we have a relatively lenient policy in paying commission on no-shows. That being said, we operate in a spirit of fairness and all no-shows are subject to random audit.</li>
<li>Commissions are processed within the first week of each month.</li>
<li>There is no minimum commission amount for payment – we settle all accounts monthly.</li>
<li>Commission payments are typically paid within ten days of processing.</li>
<li>VroomVroomVroom provides you with a personal affiliate administration page where you can view your account and booking information at any time.</li>
</ul>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://business.vroomvroomvroom.com/business/terms-and-conditions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Form Technology</title>
		<link>http://business.vroomvroomvroom.com/technology/search-form-technology/</link>
		<comments>http://business.vroomvroomvroom.com/technology/search-form-technology/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 06:28:48 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://business.vroomvroomvroom.com/?p=65</guid>
		<description><![CDATA[If you&#8217;re a hardcore affiliate of VroomVroomVroom or an employee, use this guide to setup and customise your form. Contents of this Guide Installation Client Side Javascript Server Generated Javascript Styles Changing Form Defaults Form Options I want to speed things up Installation You need to copy and paste the code found in &#8220;My Account&#8221;&#8230;]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re a hardcore affiliate of VroomVroomVroom or an employee, use this guide to setup and customise your form.</p>
<h2>Contents of this Guide</h2>
<p>Installation</p>
<p>Client Side Javascript</p>
<p>Server Generated Javascript</p>
<p>Styles</p>
<p>Changing Form Defaults</p>
<p>Form Options</p>
<p>I want to speed things up</p>
<h2>
Installation</h2>
<p><!-- COPY FROM HERE --></p>
<p>You need to copy and paste the code found in &#8220;<a href="http://account.vroomvroomvroom.com/affiliates/panel.php">My Account</a>&#8221; into your website or blog. The coud found there will include your affiliate tracking ID&#8217;s</p>
<h2>Client Side Javascript</h2>
<p>There are 3 javascript files that do cool stuff.<strong> </strong></p>
<p><strong> </strong></p>
<p><strong>1. vroom.js</strong></p>
<p>This is the engine room. This is where it all happens Validation, URL Generation, Server Side Calls, AutoComplete Feature, Form Initialisation</p>
<p><strong>2. writeform.js</strong></p>
<p>This generates and uses document.writes for the HTML that displays the form. If you don’t like javascript, you might like to write the HTML out manually, in RAW html form. See “Speeding things up” for information on this</p>
<p><strong>3. jquery.js</strong></p>
<p>This is a meger of several jQuery libraries. It is used for Calendar, Autocomplete and DOM manipulation</p>
<p>There are no &#8220;minified&#8221; versions of these files at this stage, although jquery.js is already a minified version.  We will inform you further if we release minified versions of the above files.</p>
<h2>Server Generated Javascript</h2>
<p>If you are lucky, you won&#8217;t need to get involved with this. The vroom search form makes calls to the vroom server for dynamic javascript. This allows AJAX-like functionality using old-school technology. This means the form can be hosted anywhere and there is no need for messing around with server side php or aspx files to get cross-domain AJAX to work.</p>
<p>The calls made using a function &#8220;includejs&#8221; and calls the following example files:</p>
<p>http://www.vroomvroomvroom.com/locationJS.aspx?country=US<span style="color: #3d85c6;"> </span><span style="color: #339966;">//to retrieve locations for different countries</span></p>
<p>http://www.vroomvroomvroom.com/depotJS.aspx <span style="color: #339966;">//to retrieve depots for different locations</span><br />
<strong><span style="font-size: medium;"> </span></strong></p>
<h2>Styles</h2>
<p>Set the theme variable to change the design of your search form.</p>
<p>eg.<br />
<strong><span style="color: #99cc00;">var THEME = &#8220;greenfresh&#8221;;<br />
</span></strong></p>
<p>Other options are:</p>
<p>bluefresh</p>
<p>greenfresh</p>
<p>orangefresh</p>
<p>greyfresh</p>
<p>whitefresh</p>
<p>blankfresh</p>
<p>If you are a CSS guru make any cool changes, share them with us!</p>
<h2>Changing Form Default Options</h2>
<p>You can help the user by changing the default values of details you probably know about them. Like Country, City and maybe even dates.</p>
<p>This is done using javascript variables in the source code at installation time or using query string. The query string variable names are the same as the javascript variable names. The javascript variables override the url variables. ALL ARE OPTIONAL but they may make things easier for your customer. They are:</p>
<p>var HTTPSERVER = &#8220;http://www.vroomvroomvroom.com.au/&#8221;; //path of vroom server. Change to http://www.vroomvroomvroom.com or http://vroomvroomvroom.com.au, depending on which is faster for your website. The .com is hosted in Dallas Texas. The .com.au is hosted in Brisbane, Australia.</p>
<p>var COUNTRYID = &#8220;AU&#8221;; <span style="color: #339966;">//AU, UK, US, NZ, CA</span></p>
<p>var PICKUPFROM = &#8220;&#8221;;<strong> </strong><span style="color: #339966;">//a city name like Brisbane, New York, San Francisco, London</span></p>
<p>var RETURNTO = &#8220;&#8221;; <span style="color: #339966;">//a city name like Brisbane, New York, San Francisco, London</span></p>
<p>var AFFILIATEID = &#8220;&#8221;; <span style="color: #339966;">//the affiliate id you were given when you signed up.</span></p>
<p>var PICKUP_PROMPT = &#8220;Type in pickup city or airport code here&#8221;;<span style="color: #99cc00;"> <span style="color: #339966;">//message to ask users to type a city.</span></span></p>
<p>var RETURN_PROMPT = &#8220;Type in return city or airport code here&#8221;;</p>
<p>var SUGGESTION_MODE = &#8220;AUTOCOMPLETE&#8221;; <span style="color: #339966;">//OFF or LIST or AUTOCOMPLETE.(when PICKUPFROM is set)</span></p>
<p>var ADVANCED_MODE = &#8220;OFF&#8221;; <span style="color: #339966;">//OFF or MAPLINK or MAP</span></p>
<p>var DEPOT_SELECTION = &#8220;COLLAPSED&#8221;; <span style="color: #339966;">//OFF or COLLAPSED or EXPANDED</span></p>
<p>var THEME = &#8220;bluefresh&#8221;; <span style="color: #339966;">//bluefresh or greenfresh or other themes</span></p>
<p>An example querystring is:</p>
<p>http://www.vroomvroomvroom.com/searchfresh/searchform.html?countryid=us&#038;pickupfrom=boston&#038;returnto=boston&#038;pickupdate=11/07/2010&#038;returndate=11/03/2010&#038;a=vroom&#038;oldschool=false&#038;theme=bluefresh</p>
<p><strong>Note: to keep the consistency of URL variables, we keep every variable and its value in the URL in lower case.</strong></p>
<p><span style="font-size: medium;"><strong> </strong></span></p>
<h2>Form Options</h2>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>SUGGESTION_MODE</strong></p>
<p>When a pickupFrom variable is set, then the search form will try to suggest some locations based on that variable. Set it to<em> </em></p>
<p><em> </em></p>
<p><em>AUTOCOMPLETE</em> if you want it to act as if the use typed it in onclick. Use<em> </em></p>
<p><em> </em></p>
<p><em>LIST</em> if you want it to suggest locations underneath the box on load. Use<em> </em></p>
<p><em> </em></p>
<p><em>OFF</em> to&#8230;. you know. Disable this feature</p>
<p><span style="color: #3d85c6;">var SUGGESTION_MODE = &#8220;AUTOCOMPLETE&#8221;; //OFF or LIST or AUTOCOMPLETE (when PICKUPFROM is set)</span></p>
<p><span style="line-height: 28px; font-size: 26px;">I want to speed things up</span></p>
<p><strong> </strong></p>
<p>1. Add &#8220;-min&#8221; to javascipt files for the smaller versions. eg. searchfresh-min.js</p>
<p>2. Change the httpServer to a server close to your users. (http://vroomvroomvroom.com.au or http://vroomvroomvroom.com) See &#8220;Changing Form Defaults&#8221;</p>
<p>3. Change the path of the js includes and css include to either vroomvroomvroom.com.au or vroomvroomvroom.com. Or better yet, host these files on your own server.</p>
]]></content:encoded>
			<wfw:commentRss>http://business.vroomvroomvroom.com/technology/search-form-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Promotion Tips</title>
		<link>http://business.vroomvroomvroom.com/business/promotion-tips/</link>
		<comments>http://business.vroomvroomvroom.com/business/promotion-tips/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 01:57:36 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://business.vroomvroomvroom.com/?p=31</guid>
		<description><![CDATA[A few ways to make money with our affiliate program Write a review of some of our products, letting people know how good it is. Include your affiliate link at the end of the review. Post your review to free sites such as GoArticles.com &#38; EzineArticles.com. Use your blog or create a new one for free at sites&#8230;]]></description>
			<content:encoded><![CDATA[<h3>A few ways to make money with our affiliate program</h3>
<ol>
<li><strong>Write a review</strong> of some of our products, letting people know how good it is. Include your affiliate link at the end of the review. Post your review to free sites such as <a href="http://www.goarticles.com/" target="_blank">GoArticles.com</a> &amp; <a href="http://www.ezinearticles.com/" target="_blank">EzineArticles.com</a>.</li>
<li>Use your <strong>blog</strong> or create a new one for free at sites such as <a href="http://www.blogger.com/" target="_blank">Blogger.com</a>, and post your review of our products, including your affiliate link. Then &#8220;ping&#8221; your blog at a site such as <a href="http://www.pingomatic.com/" target="_blank">Pingomatic.com</a>, so it gets picked up quickly by search engines.</li>
<li><strong>Join popular marketing forums</strong> such as <a href="http://www.warriorforum.com/" target="_blank">WarriorForum.com</a>, and make frequent contributions to popular threads there. Be sure to go into your forum profile and edit your &#8220;signature&#8221;. Make a signature that includes your affiliate link, or a link to your own &#8220;review&#8221; website of our product. That way, every time you make a post, anyone who sees it will see your signature and potentially click on your affiliate link.</li>
<li>Once every few weeks <strong>post a press release</strong> at <a href="http://www.prweb.com/" target="_blank">PRweb.com</a>, in which you include your favorable review of our product, along with your affiliate link. If you pay them a small fee, they will guarantee that your press release is picked up by all major search engines, potentially sending you thousands of visitors.</li>
<li>If you own an email list of <strong>newsletter</strong> subscribers or other people who have opted in to receive email offers from you, send them an email telling them about our website, and feel free to use some text from our homepage in your email. Include your affiliate link at the end of the email. You can even use our email samples.<br />
*NOTE &#8211; We do not tolerate spamming in any way.</li>
<li><strong>Pay-Per-Click (PPC) advertising</strong>: Using a PPC account from Google Adwords, Overture, or many others, you can easily generate income with the our affiliate program. You can either send people directly to us using your affiliate link in your PPC ads, or you can create your own website in which you have a review of our product, followed by your affiliate tracking link.</li>
<li><strong>Upgrade yourself</strong><br />
Being affiliate is not exceptionally difficult, but there are many tricks and techniques that can improve your results. Learn from the best - <a href="http://www.superaffiliatehandbook.com/cbae/?a=Zkjh06wHjL" target="_blank">SuperAffiliate Handbook</a> is highly recommended reading for every affiliate.</li>
</ol>
<h3>Tips and tricks to earn more as an affiliate</h3>
<ul>
<li>From our experience, you will get the best results from writing your own product reviews, even if it&#8217;s short. You don&#8217;t have to be a good writer. Just write what you really think about the product. When you publish your product review, use your general affiliate link (on the top) to send user to our website.</li>
<li>You will have much better conversion if you&#8217;ll put your visitors into pre-sold mood before sending them to our site. Pre-sold mood means that you build interest in product and visitor has decided to potentially buy it after he reads your product review.<br />
Choose from various types of product descriptions, download and adjust them to fit in your site. Experiment with short or long, try to find perfect combination with banners.</li>
<li>Try to think like a visitor, when he comes to your page with review or affiliate link, you should draw his attention, build curiosity or feeling that he might need this kind of solution.</li>
<li>Experiment with different banners, text links, or reviews. Keep these that bring good results, and change the others. Sometimes only change of few words or color of link can mean difference.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://business.vroomvroomvroom.com/business/promotion-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Car Rental Affiliate Program</title>
		<link>http://business.vroomvroomvroom.com/business/car-rental-affiliate-program/</link>
		<comments>http://business.vroomvroomvroom.com/business/car-rental-affiliate-program/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 06:56:11 +0000</pubDate>
		<dc:creator>vroombusiness</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://business.vroomvroomvroom.com/?p=7</guid>
		<description><![CDATA[Thank you for showing interest in the VroomVroomVroom affiliate program, a high converting and profitable add-on for travel related websites. Car Rental- the instant profit spinner for Travel websites Recent statistics has shown that car rental is one of the final components that people book when making their travel arrangements. This means car rental is&#8230;]]></description>
			<content:encoded><![CDATA[<p>Thank you for showing interest in the VroomVroomVroom affiliate program, a high converting and profitable add-on for travel related websites.</p>
<p><img src="http://www.vroomvroomvroom.com/content/files/images/icons_medium/option_Billing.gif" alt="" hspace="10" width="75" height="75" align="right" /><strong>Car Rental- the instant profit spinner for Travel websites</strong><br />
Recent statistics has shown that car rental is one of the final components that people book when making their travel arrangements. This means car rental is a logical up-sell when customers are already looking to book their accommodation, flights or other travel arrangements and research.</p>
<p><strong>Why VroomVroomVroom?</strong><br />
Commissions to our affiliates are generous due to our long term relationship with car rental companies and our negotiating power with them. Additionally, we see our affiliate program as a non-for-profit promotional exercise.</p>
<p><span style="font-size: medium;"><strong><a href="http://business.vroomvroomvroom.com/sign-up/">Sign me up!</a></strong><br />
</span></p>
<p>It&#8217;s always a pleasure working with our affiliates and we look forward to working with you too. Feel free to contact us if you have any business or affiliate related questions, or would like to talk about the online travel industry in general. Contact me for further information and to sign up.</p>
<p><span style="font-size: medium;"><br />
</span><a href="http://twitter.com/eastes/"><img src="http://www.vroomvroomvroom.com/content/files/images/icons_medium/vroom-twitter.gif" border="0" alt="" width="130" height="115" align="right" /></a><span style="font-size: medium;">More Information</span><strong><span style="font-size: medium;"><br />
</span></strong><strong>Manager: Richard Eastes<br />
</strong><strong>Mobile Phone:</strong> +61 (0)419 659 921<br />
<strong>Twitter</strong>: <a href="http://twitter.com/eastes/">http://twitter.com/eastes/</a><br />
<strong>Skype</strong>: RichardEastes<br />
<script src="http://download.skype.com/share/skypebuttons/js/skypeCheck.js" type="text/javascript"></script><br />
<a href="skype:richardeastes?call"><img style="border: none;" src="http://download.skype.com/share/skypebuttons/buttons/call_green_white_153x63.png" alt="Skype Me™!" width="153" height="63" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://business.vroomvroomvroom.com/business/car-rental-affiliate-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

