<?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>Geovani Martinez</title>
	<atom:link href="http://geovanimartinez.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://geovanimartinez.com</link>
	<description></description>
	<lastBuildDate>Thu, 19 Mar 2009 17:01:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FileZilla and Windows Firewall</title>
		<link>http://geovanimartinez.com/2009/02/25/filezilla-and-windows-firewall/</link>
		<comments>http://geovanimartinez.com/2009/02/25/filezilla-and-windows-firewall/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 16:00:58 +0000</pubDate>
		<dc:creator>Geovani Martinez</dc:creator>
				<category><![CDATA[Knowledgebase]]></category>
		<category><![CDATA[FileZilla]]></category>
		<category><![CDATA[Windows Firewall]]></category>

		<guid isPermaLink="false">http://geovanimartinez.com/2009/02/25/filezilla-and-windows-firewall/</guid>
		<description><![CDATA[For a free FTP Server solution for Windows you can not go wrong with FileZilla. I have used it for years and it’s proven it self not only to be reliable but flexible. Both the FTP Server and Client software are provided free of charge. If you do end up using their software please make [...]]]></description>
			<content:encoded><![CDATA[<p>For a free FTP Server solution for Windows you can not go wrong with <a href="http://filezilla-project.org/" target="_blank">FileZilla</a>. I have used it for years and it’s proven it self not only to be reliable but flexible. Both the FTP Server and Client software are provided free of charge. If you do end up using their software please make a donation these guys are continuously releasing new versions of the software and the upgrade process each time is nothing more then a few clicks of the mouse.</p>
<blockquote><p>Now back to our regular programming</p></blockquote>
<p><span id="more-160"></span></p>
<p>Just recently I was forced to implement the built in firewall on my Microsoft Server 2003; Now once the firewall went up all hell broke loose, it was time to step through the running services and see what failed and why (many failures were due to port access);I made numerous configuration changes; overall the server is a bit more secure. One service that kept failing was the FTP even after I had opened port 21 on the firewall. After two days I figured out the solution and was a bit upset that it was so easy to implement; also it was <a href="http://wiki.filezilla-project.org/Network_Configuration" target="_blank">buried deep in the technical docs of FileZilla</a>.</p>
<p>Open the Windows Firewall program and click on the <strong>Exceptions</strong> tab.</p>
<p><a href="http://geovanimartinez.com/wp-content/uploads/2009/02/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://geovanimartinez.com/wp-content/uploads/2009/02/image-thumb.png" border="0" alt="image" width="430" height="103" /></a></p>
<p>Now click on <strong>“Add Program…”</strong></p>
<p><a href="http://geovanimartinez.com/wp-content/uploads/2009/02/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://geovanimartinez.com/wp-content/uploads/2009/02/image-thumb1.png" border="0" alt="image" width="426" height="420" /></a></p>
<p>Click on <strong>&#8220;Browse…”</strong> ( DO NOT Select “FileZilla Server Interface”)</p>
<p><a href="http://geovanimartinez.com/wp-content/uploads/2009/02/image2.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://geovanimartinez.com/wp-content/uploads/2009/02/image-thumb2.png" border="0" alt="image" width="431" height="349" /></a></p>
<p>Browse to the FileZilla installation path and locate “<strong>FileZilla server.exe”</strong>; select it and click “<strong>Open”</strong>.</p>
<p><a href="http://geovanimartinez.com/wp-content/uploads/2009/02/image3.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://geovanimartinez.com/wp-content/uploads/2009/02/image-thumb3.png" border="0" alt="image" width="431" height="78" /></a></p>
<p>You should now see &#8220;<strong>FileZilla server.exe”</strong> on the exemption list; make sure the check mark next to it.</p>
<p>That should do it. If you require further assistance feel free to comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://geovanimartinez.com/2009/02/25/filezilla-and-windows-firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Button round corners</title>
		<link>http://geovanimartinez.com/2009/01/29/button-round-corners/</link>
		<comments>http://geovanimartinez.com/2009/01/29/button-round-corners/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 19:58:03 +0000</pubDate>
		<dc:creator>Geovani Martinez</dc:creator>
				<category><![CDATA[Knowledgebase]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS Round Corners]]></category>

		<guid isPermaLink="false">http://geovanimartinez.com/2009/01/29/button-round-corners/</guid>
		<description><![CDATA[In the process of doing some GUI enhancements on an existing application I recalled wanting to implement some round corners on the submit buttons. They are to appear round, colorful and match the application theme.


So I created the CSS class below and assigned it to the button controls.
.submit
{
    font-size:10px;
    color:#FFFFFF;
    background-color:#640405;
    padding:3px 5px;
    border:1px solid;
    [...]]]></description>
			<content:encoded><![CDATA[<p>In the process of doing some GUI enhancements on an existing application I recalled wanting to implement some round corners on the submit buttons. They are to appear round, colorful and match the application theme.</p>
<p><a href="http://geovanimartinez.com/wp-content/uploads/2009/01/image4.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://geovanimartinez.com/wp-content/uploads/2009/01/image-thumb4.png" border="0" alt="image" width="500" height="158" /></a></p>
<p><span id="more-128"></span></p>
<p>So I created the CSS class below and assigned it to the button controls.</p>
<p><em>.submit<br />
{<br />
    font-size:10px;<br />
    color:#FFFFFF;<br />
    background-color:#640405;<br />
    padding:3px 5px;<br />
    border:1px solid;<br />
    cursor:pointer;<br />
    /* Rounded corners in most browsers! */<br />
    -moz-border-radius: 5px; /* For Mozilla Firefox */<br />
    -khtml-border-radius: 5px; /* For Konqueror */<br />
    -webkit-border-radius: 5px; /* For Safari */<br />
}</em></p>
<p><a href="http://geovanimartinez.com/wp-content/uploads/2009/01/image5.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://geovanimartinez.com/wp-content/uploads/2009/01/image-thumb5.png" border="0" alt="image" width="500" height="147" /></a></p>
<p>In the end its a good UI  enhancement to the application. The only one not rendering the corners round is IE but I can live with that.</p>
]]></content:encoded>
			<wfw:commentRss>http://geovanimartinez.com/2009/01/29/button-round-corners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sync Dell Axim X51 With Vista Ultimate X64 WMDC</title>
		<link>http://geovanimartinez.com/2008/12/08/sync-dell-axim-x51-with-vista-ultimate-x64-wmdc/</link>
		<comments>http://geovanimartinez.com/2008/12/08/sync-dell-axim-x51-with-vista-ultimate-x64-wmdc/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 00:56:33 +0000</pubDate>
		<dc:creator>Geovani Martinez</dc:creator>
				<category><![CDATA[Knowledgebase]]></category>
		<category><![CDATA[Dell Axim X51]]></category>
		<category><![CDATA[Vista Home Premium]]></category>
		<category><![CDATA[Windows  Mobile Device Center]]></category>

		<guid isPermaLink="false">http://geovanimartinez.com/?p=82</guid>
		<description><![CDATA[For the past month or so I been trying to configure my Dell Axim X51 to Sync with my new Vista Home Premium laptop. I looked at hundreds of threads to the point I gave up and figured I used my desktop machine for development and testing when it came to mobile device development, that [...]]]></description>
			<content:encoded><![CDATA[<p>For the past month or so I been trying to configure my Dell Axim X51 to Sync with my new Vista Home Premium laptop. I looked at hundreds of threads to the point I gave up and figured I used my desktop machine for development and testing when it came to mobile device development, that is all I use my Dell Axim X51 for.</p>
<p> <span id="more-82"></span>
<p>Today an application I had written for mobile devices needed some enhancements and without hesitation I went back to attempting to make it Sync with my Vista laptop since I really did not want to pull out my XP machine and set it up, so off I went. First thread I bumped to read “you installed vista…good luck!” which made me think “why do people like to post garbage?”, if you are not providing valuable input or at least helping out in a positive way then don’t post nothing at all! and why the hell do most of the message boards out there have not implemented a voting system where we can bump up the good post and vote down useless post.</p>
<p>Any how you came here for a possible solution so here we go. First I will inform you of my device configurations</p>
<p><span style="text-decoration: underline">Laptop </span></p>
<blockquote><p>HP Pavilion dv4 (say’s so on the right hand corner of the display) </p>
</blockquote>
<blockquote><p>Running Vista Home Premium, AMD 64 bit processor (should of gone with the 32bit!) </p>
</blockquote>
<p><span style="text-decoration: underline">Dell Axim X51 </span></p>
<blockquote><p>Windows Mobile 5.0 (Build 14957.2.3.1) </p>
</blockquote>
<blockquote><p>Processor Intel® PXA270 </p>
</blockquote>
<p><span style="text-decoration: underline">Downloads </span></p>
<blockquote><p>If you have not done so you need to download the Windows Mobile Device Center (ActiveSync does not work on vista). You can do a search for it or go <a target="_blank" href="http://msdn.microsoft.com/en-us/windowsmobile/default.aspx">start your search here</a> Microsoft is always moving things around to the point it’s useless to provide a direct link. </p>
</blockquote>
<p>Ok, now will list the steps I took to get my device working with Vista</p>
<blockquote><p>Did a Hard Boot which restored my device to factory settings, I did this because I had installed so much junk on the device it really required for me to do so. I don’t think you may need to do this. </p>
<p>Connect the cradle (just the cradle) device to your machine (normally USB connection), <strong>DO NOT</strong> cradle your device yet! </p>
<p>Run Microsoft Windows Device Center and set your settings as shown below </p>
</blockquote>
<p><a href="http://geovanimartinez.com/wp-content/uploads/2008/12/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://geovanimartinez.com/wp-content/uploads/2008/12/image-thumb.png" width="495" height="313" /></a></p>
<blockquote><p>Now on your Mobile Device open up <strong>ActiveSync </strong>and Click the <strong>“Menu”</strong> –&gt; <strong>“Connections”</strong>, make sure the <strong>“Synchronize all PCs using this connection:”</strong> is checked and USB is selected in the drop down box. Save your settings (normally by closing the screen) </p>
<p>Now go to <strong>“Start”</strong> –&gt; <strong>“Settings”</strong> –&gt; Select the <strong>“Connections”</strong> Tab, there click on the <strong>“USB to PC”</strong> icon and <strong>uncheck</strong> <strong>“Enable advance network functionality”</strong>, in XP enabling this featured resolved a lot of Sync issues but in Vista this breaks Sync (at least for me that is). </p>
<p>Now that you have Windows Mobile Device Center running and the cradle is connected via USB; its time to cradle your device so go ahead and place it on its cradle. Immediately you will notice Vista begin to install the Drivers for your Axim and after its done you should be able to begin the partnership process which I hope your familiar with. </p>
</blockquote>
<p><a href="http://geovanimartinez.com/wp-content/uploads/2008/12/image1.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://geovanimartinez.com/wp-content/uploads/2008/12/image-thumb1.png" width="500" height="380" /></a></p>
<p>I hope the process mentioned above solved your issue, but just in case here are a few things I would like to point out</p>
<blockquote><p>I heard a lot about people having to disable their antivirus, spyware, ect. Today I uninstalled Norton Internet Security, I only had 10 days left on the free subscription, I’m not saying its the solution but worth looking in to. I wish I could of kept Norton but they make it so difficult to completely disable their product. </p>
<p>I also disabled the Windows Firewall, Malware Protection, during this process; after getting the partnership configured I went back and turned them on, everything works fine. </p>
<p>I may purchase Norton and reinstall it hopefully it was not Norton breaking the Sync process and will update this post. </p>
</blockquote>
<p>Well that’s all folks!</p>
]]></content:encoded>
			<wfw:commentRss>http://geovanimartinez.com/2008/12/08/sync-dell-axim-x51-with-vista-ultimate-x64-wmdc/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>hMailServer SENT: 550 Delivery is not allowed to this address</title>
		<link>http://geovanimartinez.com/2008/11/18/hmailserver-sent-550-delivery-is-not-allowed-to-this-address/</link>
		<comments>http://geovanimartinez.com/2008/11/18/hmailserver-sent-550-delivery-is-not-allowed-to-this-address/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 17:32:42 +0000</pubDate>
		<dc:creator>Geovani Martinez</dc:creator>
				<category><![CDATA[Knowledgebase]]></category>
		<category><![CDATA[hmailserver 550 Delivery is not allowed]]></category>

		<guid isPermaLink="false">http://geovanimartinez.com/?p=76</guid>
		<description><![CDATA[hMailServer is a great mail server substitution for the built in IIS SMTP server, I used it for years without a problem and best of all it practically free. The other day I configured the “WordPress-Ready Contact Form v.2.0WP” on a blog. I tested the form and it indicated the email was sent but I [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://hmailserver.com/">hMailServer</a> is a great mail server substitution for the built in IIS SMTP server, I used it for years without a problem and best of all it practically free. The other day I configured the <a target="_blank" href="http://green-beast.com/blog/?page_id=136">“WordPress-Ready Contact Form v.2.0WP”</a> on a blog. I tested the form and it indicated the email was sent but I was not receiving the emails. So I opened up the hMailServer Administrator tool and clicked the <strong>“Status” </strong>list item on the left then the <strong>“Logging”</strong> tab and fired of the logging by clicking on the <strong>“Start”</strong> button.</p>
<p> <span id="more-76"></span>
<p><a href="http://geovanimartinez.com/wp-content/uploads/2008/11/image9.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="image" border="0" alt="image" src="http://geovanimartinez.com/wp-content/uploads/2008/11/image-thumb8.png" width="500" height="315" /></a></p>
<p>I then opened my WordPress contact form and wrote a message and Submitted it, the form indicated the message was sent but the hMailServer logging results indicated otherwise (”SENT: 550 Delivery is not allowed to this address.”). After some research and tons of reading I found the solution (no need for you to go read forums!!)</p>
<p><a href="http://geovanimartinez.com/wp-content/uploads/2008/11/image10.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://geovanimartinez.com/wp-content/uploads/2008/11/image-thumb9.png" width="500" height="185" /></a></p>
<p>Open <strong>“Settings”</strong> , <strong>“Advance”</strong>, <strong>“IP Ranges”</strong>, <strong>“My Computer”</strong> and check <strong>“External to external accounts”</strong> and click <strong>“Save”</strong></p>
<p><a href="http://geovanimartinez.com/wp-content/uploads/2008/11/image11.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://geovanimartinez.com/wp-content/uploads/2008/11/image-thumb10.png" width="500" height="280" /></a></p>
<p>that is all there is to it. hopefully this resolves the issue you were having.</p>
]]></content:encoded>
			<wfw:commentRss>http://geovanimartinez.com/2008/11/18/hmailserver-sent-550-delivery-is-not-allowed-to-this-address/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Windows Live Writer &#8211; WordPress 2.6 500 Internal Server Error Message</title>
		<link>http://geovanimartinez.com/2008/11/01/windows-live-writer-wordpress-26-500-internal-server-error-message/</link>
		<comments>http://geovanimartinez.com/2008/11/01/windows-live-writer-wordpress-26-500-internal-server-error-message/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 20:39:03 +0000</pubDate>
		<dc:creator>Geovani Martinez</dc:creator>
				<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[500 Internal Server Error]]></category>
		<category><![CDATA[Windows Live Writer]]></category>
		<category><![CDATA[WordPress 2.6]]></category>

		<guid isPermaLink="false">http://geovanimartinez.com/?p=44</guid>
		<description><![CDATA[Just recently I upgraded this blog to WordPress 2.6; the setup went well and I was able to post without a problem then today something strange happened with my McDonals $2.89 special post; I kept getting the following error message.

&#34;The server reported an error with the following URL: 
http://www.your_domain_name.com/xmlrpc.php
500 Internal Server Error&#34;
 
I could go [...]]]></description>
			<content:encoded><![CDATA[<p>Just recently I upgraded this blog to WordPress 2.6; the setup went well and I was able to post without a problem then today something strange happened with my <a target="_blank" href="http://geovanimartinez.com/?p=31">McDonals $2.89 special post</a>; I kept getting the following error message.</p>
<p><a href="http://geovanimartinez.com/wp-content/uploads/2008/11/image8.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="image" src="http://geovanimartinez.com/wp-content/uploads/2008/11/image-thumb7.png" width="390" height="278" /></a></p>
<p><strong><em>&quot;The server reported an error with the following URL: </em></strong></p>
<p><strong><em>http://www.your_domain_name.com/xmlrpc.php</em></strong></p>
<p><strong><em>500 Internal Server Error&quot;</em></strong></p>
<p> <span id="more-44"></span>
<p>I could go on and on about what I did to isolate the issue but I know your here for the solution so let me get down to the point of what steps I took to resolve the issue for the time being.</p>
<p>Post with large image sizes will not post for whatever reason; so when you add an image to your post in Windows Live Writer, Select it then open the Image Properties (right click on the image and select <strong>&quot;Show Properties&quot;</strong>)</p>
<p><a href="http://geovanimartinez.com/wp-content/uploads/2008/11/image31.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="image" src="http://geovanimartinez.com/wp-content/uploads/2008/11/image3-thumb.png" width="182" height="380" /></a></p>
<p>Within the <strong>Image Properties</strong> panel you will see the filename you have selected (DSCN1434.JPG) and the width and height (1024&#215;1318) We need to change that to anything less then the original size so click on the <strong>&quot;Options&#8230;&quot;</strong> button and select anything less then the original size then click <strong>&quot;Ok&quot;. </strong></p>
<p><a href="http://geovanimartinez.com/wp-content/uploads/2008/11/image6.png"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="image" src="http://geovanimartinez.com/wp-content/uploads/2008/11/image6-thumb.png" width="305" height="251" /></a></p>
<p>What this does is resize the original file when it gets uploaded (a 1024&#215;1318 file is too big any ways) just make sure you have <strong>&quot;Lock ratio&quot;</strong> selected. Well that is all there is to it hopefully it works for you if not then I don&#8217;t know what to tell you.</p>
]]></content:encoded>
			<wfw:commentRss>http://geovanimartinez.com/2008/11/01/windows-live-writer-wordpress-26-500-internal-server-error-message/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Employee Evaluation Form</title>
		<link>http://geovanimartinez.com/2008/11/01/employee-evaluation-form/</link>
		<comments>http://geovanimartinez.com/2008/11/01/employee-evaluation-form/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 19:34:03 +0000</pubDate>
		<dc:creator>Geovani Martinez</dc:creator>
				<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://geovanimartinez.com/?p=18</guid>
		<description><![CDATA[This year we have decided to simplify our &#8220;Employee Evaluation  Form&#8221;. The old form was just too complicated and time consuming not to  mention the process of gathering results. So over the span of 30 minutes and  a 24 pack we put together what we feel is a more conscious form as to [...]]]></description>
			<content:encoded><![CDATA[<p>This year we have decided to simplify our <strong>&#8220;Employee Evaluation  Form&#8221;</strong>. The old form was just too complicated and time consuming not to  mention the process of gathering results. So over the span of 30 minutes and  a 24 pack we put together what we feel is a more conscious form as to what  really matters when evaluating an employee.</p>
<p><a href="http://geovanimartinez.com/wp-content/uploads/2008/11/dscn1434.jpg"><img class="alignnone size-full wp-image-17" title="dscn1434.jpg" src="http://geovanimartinez.com/wp-content/uploads/2008/11/dscn1434.jpg" alt="" width="614" height="791" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://geovanimartinez.com/2008/11/01/employee-evaluation-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Additech&#8217;s &#8211; walmart product placement</title>
		<link>http://geovanimartinez.com/2008/10/29/additechs-walmart-product-placement/</link>
		<comments>http://geovanimartinez.com/2008/10/29/additechs-walmart-product-placement/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 05:31:26 +0000</pubDate>
		<dc:creator>Geovani Martinez</dc:creator>
				<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[additech walmart]]></category>

		<guid isPermaLink="false">http://geovanimartinez.com/?p=5</guid>
		<description><![CDATA[Last week I was heading to Houston and had to stop and get gas; found a local Walmart within seconds but what surprised me was the product placement for Additech.
Additech offers a Mileage Booster, normally you purchase these bottles individually and pour them in your gas tank before you fill up your tank, but wait [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I was heading to Houston and had to stop and get gas; found a local Walmart within seconds but what surprised me was the product placement for Additech.</p>
<p>Additech offers a Mileage Booster, normally you purchase these bottles individually and pour them in your gas tank before you fill up your tank, but wait a minute Additech product is right next to the pump and automatically mixes in while you pump your fuel and get this the cost is automatically added to your fuel tab.</p>
<p><a href="http://geovanimartinez.com/wp-content/uploads/2008/10/additech.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://geovanimartinez.com/wp-content/uploads/2008/10/additech-thumb.jpg" border="0" alt="EXIF_JPEG_T422" width="500" height="379" /></a></p>
<p>This is a great example of product placement for 2 reasons</p>
<ol>
<li>You save the customer the following steps
<ol>
<li>Customer does not need to go out of his way to find a Mileage Booster</li>
<li>Last time I added a Mileage Booster to my car it was a bit messy since the bottle did not properly fit; with Additech spills are a thing of the past.</li>
</ol>
</li>
<li>A single transaction!
<ol>
<li>Having the cost of Additech added to your fuel cost is a real convenience and its strongest selling point. If I had to do a transaction for each then their product placement would be worthless.</li>
</ol>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://geovanimartinez.com/2008/10/29/additechs-walmart-product-placement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
