<?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>$blog-&#62;myself("tom"); &#187; Solved Problems</title>
	<atom:link href="http://www.tomasdev.com.ar/category/solved-problems/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tomasdev.com.ar</link>
	<description>Web Development and Online Software</description>
	<lastBuildDate>Fri, 06 Jan 2012 15:20:22 +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>JAR in OSX 10.5.7 throws error java lang.String.isEmpty()Z</title>
		<link>http://www.tomasdev.com.ar/solved-problems/jar-10-5-7-java-lang-string-isempty-z</link>
		<comments>http://www.tomasdev.com.ar/solved-problems/jar-10-5-7-java-lang-string-isempty-z#comments</comments>
		<pubDate>Mon, 26 Dec 2011 03:16:19 +0000</pubDate>
		<dc:creator>Tom Roggero</dc:creator>
				<category><![CDATA[Solved Problems]]></category>

		<guid isPermaLink="false">http://www.tomasdev.com.ar/?p=284</guid>
		<description><![CDATA[I was trying to play MineCraft in my hackintosh with Mac OS 10.5.7 (really old huh?) and running java -jar launcher.jar of the game kept throwing: Exception in thread "main" java.lang.NoSuchMethodError: java.lang.String.isEmpty()Z at org.spoutcraft.launcher.SettingsHandler.loadHashMap(SettingsHandler.java:199) at org.spoutcraft.launcher.SettingsHandler.checkProperty(SettingsHandler.java:329) at org.spoutcraft.launcher.SettingsUtil.getProperty(SettingsUtil.java:114) at org.spoutcraft.launcher.SettingsUtil.getMemorySelection(SettingsUtil.java:85) at org.spoutcraft.launcher.Main.main(Main.java:102) After researching I found that the problem was, somehow, that Java was trying [...]]]></description>
		<wfw:commentRss>http://www.tomasdev.com.ar/solved-problems/jar-10-5-7-java-lang-string-isempty-z/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Update Tweet button on AJAX</title>
		<link>http://www.tomasdev.com.ar/web-dev/update-tweet-button-ajax</link>
		<comments>http://www.tomasdev.com.ar/web-dev/update-tweet-button-ajax#comments</comments>
		<pubDate>Tue, 25 Oct 2011 12:27:02 +0000</pubDate>
		<dc:creator>Tom Roggero</dc:creator>
				<category><![CDATA[Solved Problems]]></category>
		<category><![CDATA[Web developing]]></category>

		<guid isPermaLink="false">http://www.tomasdev.com.ar/?p=261</guid>
		<description><![CDATA[So... If you need to show for example, a Twitter sharing button in an overlay, and it's contents come from an AJAX (asynchronous) request, you might need to parse things again. And of course, you don't want to include widgets.js as many times as you have a new button. There used to be a hack [...]]]></description>
		<wfw:commentRss>http://www.tomasdev.com.ar/web-dev/update-tweet-button-ajax/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JS and PHP Unicode characters map</title>
		<link>http://www.tomasdev.com.ar/web-dev/javascript-php-unicode-characters-map</link>
		<comments>http://www.tomasdev.com.ar/web-dev/javascript-php-unicode-characters-map#comments</comments>
		<pubDate>Tue, 17 May 2011 04:43:11 +0000</pubDate>
		<dc:creator>Tom Roggero</dc:creator>
				<category><![CDATA[Solved Problems]]></category>
		<category><![CDATA[Web developing]]></category>

		<guid isPermaLink="false">http://www.tomasdev.com.ar/?p=243</guid>
		<description><![CDATA[From wikipedia: Unicode is a computing industry standard for the consistent encoding, representation and handling of text expressed in most of the world's writing systems So I was wondering how Spanish characters (such as á, é, í, ó, ú, ñ) could be set as value of an input through Javascript (I guess you can use [...]]]></description>
		<wfw:commentRss>http://www.tomasdev.com.ar/web-dev/javascript-php-unicode-characters-map/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jqTransform and select width</title>
		<link>http://www.tomasdev.com.ar/web-dev/jqtransform-and-select-width</link>
		<comments>http://www.tomasdev.com.ar/web-dev/jqtransform-and-select-width#comments</comments>
		<pubDate>Thu, 10 Mar 2011 12:53:59 +0000</pubDate>
		<dc:creator>Tom Roggero</dc:creator>
				<category><![CDATA[Solved Problems]]></category>
		<category><![CDATA[Web developing]]></category>

		<guid isPermaLink="false">http://www.tomasdev.com.ar/?p=237</guid>
		<description><![CDATA[I love using jqTransform, such a nice plugin to style your forms! But today I found a little bug, currently happening on Firefox for Mac only, the jqTransformSelectWrapper wasn't the width I wanted (like cropped or something). So I thought it was convenient to share how to make it look properly crossbrowser: 1) &#60;select&#62; width [...]]]></description>
		<wfw:commentRss>http://www.tomasdev.com.ar/web-dev/jqtransform-and-select-width/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SVN: local delete incoming edit upon update</title>
		<link>http://www.tomasdev.com.ar/web-dev/svn-local-delete-incoming-edit-upon-update</link>
		<comments>http://www.tomasdev.com.ar/web-dev/svn-local-delete-incoming-edit-upon-update#comments</comments>
		<pubDate>Wed, 19 Jan 2011 18:51:27 +0000</pubDate>
		<dc:creator>Tom Roggero</dc:creator>
				<category><![CDATA[Solved Problems]]></category>
		<category><![CDATA[Web developing]]></category>

		<guid isPermaLink="false">http://www.tomasdev.com.ar/?p=234</guid>
		<description><![CDATA[So, I stopped with a scary face when my SVN command line said: &#160; tomasdev-laptop:htdocs tomas$ svn status ! C imgs &#62; local delete, incoming edit upon update M index.html M section.html &#160; And after some researching I found a solution (with some help of documentation): I decided to revert all changes to fix the [...]]]></description>
		<wfw:commentRss>http://www.tomasdev.com.ar/web-dev/svn-local-delete-incoming-edit-upon-update/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send message to all friends in Facebook</title>
		<link>http://www.tomasdev.com.ar/solved-problems/send-message-friends-facebook</link>
		<comments>http://www.tomasdev.com.ar/solved-problems/send-message-friends-facebook#comments</comments>
		<pubDate>Thu, 15 Jul 2010 19:59:55 +0000</pubDate>
		<dc:creator>Tom Roggero</dc:creator>
				<category><![CDATA[Solved Problems]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://www.tomasdev.com.ar/?p=200</guid>
		<description><![CDATA[Due to Facebook try to stop spam, but we want it anyway, there is no easy way to achieve this. What I have found and it is really simple to: 1- Go to Facebook. 2- Once logged in, you will see a sidebar on left like: There you select FRIENDS option. 3- In Friends page, [...]]]></description>
		<wfw:commentRss>http://www.tomasdev.com.ar/solved-problems/send-message-friends-facebook/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to target Apple Devices (iPhone and iPad)</title>
		<link>http://www.tomasdev.com.ar/web-dev/csstarget-devices-iphone-and-ipad</link>
		<comments>http://www.tomasdev.com.ar/web-dev/csstarget-devices-iphone-and-ipad#comments</comments>
		<pubDate>Tue, 29 Jun 2010 20:04:48 +0000</pubDate>
		<dc:creator>Tom Roggero</dc:creator>
				<category><![CDATA[Solved Problems]]></category>
		<category><![CDATA[Web developing]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.tomasdev.com.ar/?p=192</guid>
		<description><![CDATA[All of us, who work in web development, sometime had (or will have) to figure out how to set a Cascade Style Sheet file to target some devices. Some time ago that was about fixing IE6 and IE7 or even targetting IE8. Nowadays we have to start developing for Mobile Devices such as Apple ones: [...]]]></description>
		<wfw:commentRss>http://www.tomasdev.com.ar/web-dev/csstarget-devices-iphone-and-ipad/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Fix MBR hackintosh</title>
		<link>http://www.tomasdev.com.ar/solved-problems/fix-hackintosh-boot0-mbr-error-fix</link>
		<comments>http://www.tomasdev.com.ar/solved-problems/fix-hackintosh-boot0-mbr-error-fix#comments</comments>
		<pubDate>Wed, 13 Jan 2010 07:56:19 +0000</pubDate>
		<dc:creator>Tom Roggero</dc:creator>
				<category><![CDATA[Solved Problems]]></category>
		<category><![CDATA[hackintosh]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.tomasdev.com.ar/?p=187</guid>
		<description><![CDATA[I have a Dell Inspiron 1525, as some of you might know, which O.S. is Mac, currently using OSx Leopard 10.5.7 (but I received my WD Passport 700gb, so probably soon I will update to Snow Leopard) from iPC 10.5.6 All the drivers and extras to install it you will find them on MacYourPC site. [...]]]></description>
		<wfw:commentRss>http://www.tomasdev.com.ar/solved-problems/fix-hackintosh-boot0-mbr-error-fix/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WP-Polls 2.50 common errors</title>
		<link>http://www.tomasdev.com.ar/web-dev/wp-polls-2-50-common-errors</link>
		<comments>http://www.tomasdev.com.ar/web-dev/wp-polls-2-50-common-errors#comments</comments>
		<pubDate>Thu, 24 Sep 2009 00:29:12 +0000</pubDate>
		<dc:creator>Tom Roggero</dc:creator>
				<category><![CDATA[Solved Problems]]></category>
		<category><![CDATA[Web developing]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.tomasdev.com.ar/?p=167</guid>
		<description><![CDATA[I think the most common error is to get the poll but it doesn't work. I mean all options are displayed, but when hitting the button Vote! nothing happens. This is caused because of the jQuery JS library for WordPress Polls didn't load correctly. So, if you have Firebug and Console enabled for the web, [...]]]></description>
		<wfw:commentRss>http://www.tomasdev.com.ar/web-dev/wp-polls-2-50-common-errors/feed</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>SMTP server response: 553</title>
		<link>http://www.tomasdev.com.ar/web-dev/smtp-server-response-553</link>
		<comments>http://www.tomasdev.com.ar/web-dev/smtp-server-response-553#comments</comments>
		<pubDate>Sun, 21 Jun 2009 01:04:19 +0000</pubDate>
		<dc:creator>Tom Roggero</dc:creator>
				<category><![CDATA[Solved Problems]]></category>
		<category><![CDATA[Web developing]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://www.tomasdev.com.ar/?p=147</guid>
		<description><![CDATA[So you probably had recently finished installing Mercury Mail, maybe using XAMPP or kind-of. As I checked, without modifying anything from download, it always happens. I mean running Windows (XP Service Pack 2), because of Mac version of XAMPP doesn't support Mercury Mail Server. And, for my surprise, I got an error: Warning: mail() [function.mail]: [...]]]></description>
		<wfw:commentRss>http://www.tomasdev.com.ar/web-dev/smtp-server-response-553/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

