<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>$blog-&gt;myself("tom");</title>
	
	<link>http://www.tomasdev.com.ar</link>
	<description>Web Development and Online Software</description>
	<lastBuildDate>Sun, 26 Feb 2012 07:25:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/tomasdev" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="tomasdev" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Connection Speed</title>
		<link>http://www.tomasdev.com.ar/things/connection-speed-2</link>
		<comments>http://www.tomasdev.com.ar/things/connection-speed-2#comments</comments>
		<pubDate>Wed, 08 Feb 2012 18:13:32 +0000</pubDate>
		<dc:creator>Tom Roggero</dc:creator>
				<category><![CDATA[Blog things]]></category>

		<guid isPermaLink="false">http://www.tomasdev.com.ar/?p=325</guid>
		<description><![CDATA[Previously in 2007 I wrote Connection Speed, so I just found it back and wanted to update it with current data at work, and at home, in Buenos Aires, Argentina. This is at Dad's office, powered by IPLAN (ISP - NSS S. A.): This is at R/GA Buenos Aires office: And also I just remembered [...]]]></description>
		<wfw:commentRss>http://www.tomasdev.com.ar/things/connection-speed-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Job description</title>
		<link>http://www.tomasdev.com.ar/sharing/frontee-job-description</link>
		<comments>http://www.tomasdev.com.ar/sharing/frontee-job-description#comments</comments>
		<pubDate>Tue, 07 Feb 2012 05:03:47 +0000</pubDate>
		<dc:creator>Tom Roggero</dc:creator>
				<category><![CDATA[Sharing]]></category>

		<guid isPermaLink="false">http://www.tomasdev.com.ar/?p=299</guid>
		<description><![CDATA[Overview Senior Front-end Developers have a passion for and a detailed understanding of how interactive experiences should look, feel and function on the web and interactive devices such as mobile phones and connected TVs. As a part of the team you will have the opportunity to work amongst world-class talent on unique interactive projects, including [...]]]></description>
		<wfw:commentRss>http://www.tomasdev.com.ar/sharing/frontee-job-description/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript performance optimization notes</title>
		<link>http://www.tomasdev.com.ar/web-dev/javascript-performance-optimization-notes</link>
		<comments>http://www.tomasdev.com.ar/web-dev/javascript-performance-optimization-notes#comments</comments>
		<pubDate>Fri, 06 Jan 2012 03:06:16 +0000</pubDate>
		<dc:creator>Tom Roggero</dc:creator>
				<category><![CDATA[Web developing]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.tomasdev.com.ar/?p=291</guid>
		<description><![CDATA[I was asked to help in a performance issue on a website with a table containing 40.000 DOM objects inside of it, and with tools to filter that content. After researching and backing up some links I had, I decided to make this list: Try to investigate and see what is inside the plugin you [...]]]></description>
		<wfw:commentRss>http://www.tomasdev.com.ar/web-dev/javascript-performance-optimization-notes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>UTF8 and UTF16 in JavaScript</title>
		<link>http://www.tomasdev.com.ar/web-dev/utf8-and-utf16-in-javascript</link>
		<comments>http://www.tomasdev.com.ar/web-dev/utf8-and-utf16-in-javascript#comments</comments>
		<pubDate>Fri, 09 Dec 2011 05:14:52 +0000</pubDate>
		<dc:creator>Tom Roggero</dc:creator>
				<category><![CDATA[Sharing]]></category>
		<category><![CDATA[Web developing]]></category>

		<guid isPermaLink="false">http://www.tomasdev.com.ar/?p=281</guid>
		<description><![CDATA[I was wondering what the fuck was the bitwise operators doing on UTF-16 decode of Byte Counter from Mathias Bynens. Because reading RFC documentation is so boring, I decided to ask Some directly (the guy who made that function). Everything started in StackOverflow. The reason you don't find anything about it in RFC 3492 is [...]]]></description>
		<wfw:commentRss>http://www.tomasdev.com.ar/web-dev/utf8-and-utf16-in-javascript/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Camtasia for Mac 1.2 crack</title>
		<link>http://www.tomasdev.com.ar/sharing/camtasia-for-mac-1-2-crack</link>
		<comments>http://www.tomasdev.com.ar/sharing/camtasia-for-mac-1-2-crack#comments</comments>
		<pubDate>Sun, 04 Dec 2011 19:25:31 +0000</pubDate>
		<dc:creator>Tom Roggero</dc:creator>
				<category><![CDATA[Sharing]]></category>

		<guid isPermaLink="false">http://www.tomasdev.com.ar/?p=278</guid>
		<description><![CDATA[You can find the .DMG (installer) for version 1.2 of Camtasia for Mac in wupload. It includes the next explanation, how to make demo version last forever. I couldn't find any keygen, so it's the closest thing to a crack for it I know. There are 2 invisible files which control the expired nags. Follow [...]]]></description>
		<wfw:commentRss>http://www.tomasdev.com.ar/sharing/camtasia-for-mac-1-2-crack/feed</wfw:commentRss>
		<slash:comments>7</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>Planetary iTunes</title>
		<link>http://www.tomasdev.com.ar/space/planetary-itunes</link>
		<comments>http://www.tomasdev.com.ar/space/planetary-itunes#comments</comments>
		<pubDate>Wed, 11 May 2011 01:04:29 +0000</pubDate>
		<dc:creator>Tom Roggero</dc:creator>
				<category><![CDATA[Space]]></category>
		<category><![CDATA[Concept]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.tomasdev.com.ar/?p=255</guid>
		<description><![CDATA[Planetary is a new way to explore your iTunes collection, via a series of stars, planets, and moons. It’s a fun concept, though I wish the highest level was organized by genre, rather than alphabetically. — David Kaneda (9-bits)]]></description>
		<wfw:commentRss>http://www.tomasdev.com.ar/space/planetary-itunes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Planet alignment show</title>
		<link>http://www.tomasdev.com.ar/space/planet-alignment-show</link>
		<comments>http://www.tomasdev.com.ar/space/planet-alignment-show#comments</comments>
		<pubDate>Tue, 10 May 2011 03:16:43 +0000</pubDate>
		<dc:creator>Tom Roggero</dc:creator>
				<category><![CDATA[Space]]></category>

		<guid isPermaLink="false">http://www.tomasdev.com.ar/?p=252</guid>
		<description><![CDATA[So, basically, this May (between 10th and 30th) starting at 6.00 am you will be able to see such a show. NASA announced "Morning Planet Show". The point is: Mercury, Venus, Mars and Jupiter will place in the sky so close, that we'll love them at the same time. Isn't it a good reason to [...]]]></description>
		<wfw:commentRss>http://www.tomasdev.com.ar/space/planet-alignment-show/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

