<?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 &#187; Knowledgebase</title>
	<atom:link href="http://geovanimartinez.com/category/knowledgebase/feed/" rel="self" type="application/rss+xml" />
	<link>http://geovanimartinez.com</link>
	<description></description>
	<lastBuildDate>Mon, 05 Apr 2010 14:41:06 +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>
	</channel>
</rss>
