<?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; Web developing</title>
	<atom:link href="http://www.tomasdev.com.ar/category/web-dev/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>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>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>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>Bookmarklets collection for developers</title>
		<link>http://www.tomasdev.com.ar/web-dev/bookmarklets-collection-for-developers</link>
		<comments>http://www.tomasdev.com.ar/web-dev/bookmarklets-collection-for-developers#comments</comments>
		<pubDate>Sun, 13 Mar 2011 02:44:17 +0000</pubDate>
		<dc:creator>Tom Roggero</dc:creator>
				<category><![CDATA[Web developing]]></category>

		<guid isPermaLink="false">http://www.tomasdev.com.ar/?p=248</guid>
		<description><![CDATA[Let's start with the concept. What is a bookmarklet? A bookmarklet is a short piece of javascript that may be included in an anchor href attribute (link) or used as bookmark in your browser. There are several useful bookmarklets, and these are some of my favorites. Currently there are plenty of sites giving a bookmarklet [...]]]></description>
		<wfw:commentRss>http://www.tomasdev.com.ar/web-dev/bookmarklets-collection-for-developers/feed</wfw:commentRss>
		<slash:comments>0</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>jQuery Flickr plugin with Sets and Galleries</title>
		<link>http://www.tomasdev.com.ar/web-dev/jquery-flickr-sets-galleries-group</link>
		<comments>http://www.tomasdev.com.ar/web-dev/jquery-flickr-sets-galleries-group#comments</comments>
		<pubDate>Fri, 15 Oct 2010 02:57:17 +0000</pubDate>
		<dc:creator>Tom Roggero</dc:creator>
				<category><![CDATA[Web developing]]></category>

		<guid isPermaLink="false">http://www.tomasdev.com.ar/?p=220</guid>
		<description><![CDATA[Hey, all of you who were using jFlickrFeed, and found aweful adding tags to photos instead of using sets... It was kind of inspiration for me, so I tried to maintain the structure of logic code. I've created a Git with jQuery Fleeckr, a plugin that allows to retrieve flickr set photos, or from gallery, [...]]]></description>
		<wfw:commentRss>http://www.tomasdev.com.ar/web-dev/jquery-flickr-sets-galleries-group/feed</wfw:commentRss>
		<slash:comments>2</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>About AJAX and JS disabled</title>
		<link>http://www.tomasdev.com.ar/web-dev/about-ajax-and-js-disabled</link>
		<comments>http://www.tomasdev.com.ar/web-dev/about-ajax-and-js-disabled#comments</comments>
		<pubDate>Tue, 17 Nov 2009 01:21:37 +0000</pubDate>
		<dc:creator>Tom Roggero</dc:creator>
				<category><![CDATA[Web developing]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[non-javascript]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.tomasdev.com.ar/?p=177</guid>
		<description><![CDATA[This isn't a tutorial, but a kind of recommendation about what to do when programming javascript animations and AJAX loadings for websites. Most of people have javascript enabled in their browsers, and most of potential javascript disabled visitors don't allow css (e.g.: WAP cell phones). So, it's a bit of accessibility feature just in case. [...]]]></description>
		<wfw:commentRss>http://www.tomasdev.com.ar/web-dev/about-ajax-and-js-disabled/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

