<?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>amf &#124; blog &#187; javascript</title>
	<atom:link href="http://blog.amfdesigner.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.amfdesigner.com</link>
	<description></description>
	<lastBuildDate>Wed, 30 Jun 2010 18:01:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>voFactory</title>
		<link>http://blog.amfdesigner.com/2007/07/05/vofactory/</link>
		<comments>http://blog.amfdesigner.com/2007/07/05/vofactory/#comments</comments>
		<pubDate>Thu, 05 Jul 2007 21:30:06 +0000</pubDate>
		<dc:creator>amf</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Value Object]]></category>
		<category><![CDATA[VO]]></category>

		<guid isPermaLink="false">http://blog.amfdesigner.com/2007/07/05/vofactory/</guid>
		<description><![CDATA[I use a lot value objects (VO) in Javascript storing JSON content and it is quite boring to create a new VO. So i did a factory to automate the process. Create a new VO: var TestVO = AMF.voFactory([ &#160;&#160;&#160;&#160;['name', {type: 'string'}], &#160;&#160;&#160;&#160;['age', {type: 'int'}], &#160;&#160;&#160;&#160;['height', {type: 'float'}], &#160;&#160;&#160;&#160;['friends', {type: 'array', defaultValue: null, addName: 'friend'}], [...]]]></description>
		<wfw:commentRss>http://blog.amfdesigner.com/2007/07/05/vofactory/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flickr group admin hack</title>
		<link>http://blog.amfdesigner.com/2007/03/20/flickr-group-admin-hack/</link>
		<comments>http://blog.amfdesigner.com/2007/03/20/flickr-group-admin-hack/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 20:29:46 +0000</pubDate>
		<dc:creator>amf</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://blog.amfdesigner.com/2007/03/20/flickr-group-admin-hack/</guid>
		<description><![CDATA[Do you know how to interact through all the HTML a tags of the document.body and replace the text in each href attribute using javascrit? No? So this page is not for you. Use it at your own risk. Recently Flickr has changed the group management system by adding a moderator permission. Moderators can moderate [...]]]></description>
		<wfw:commentRss>http://blog.amfdesigner.com/2007/03/20/flickr-group-admin-hack/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>formatTable</title>
		<link>http://blog.amfdesigner.com/2007/02/27/formattable/</link>
		<comments>http://blog.amfdesigner.com/2007/02/27/formattable/#comments</comments>
		<pubDate>Tue, 27 Feb 2007 22:08:56 +0000</pubDate>
		<dc:creator>amf</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://blog.amfdesigner.com/2007/02/27/formattable/</guid>
		<description><![CDATA[This is an easy way to dynamic format a HTML table. Instead of go throught every table inserting class names to all &#8216;tr&#8217; and &#8216;td&#8217;, you can use javascript do it for you. Create your css class, the format object and call the function on window &#8216;onload&#8217; event. With this script: &#60;script type="text/javascript"&#62; var fmt1 [...]]]></description>
		<wfw:commentRss>http://blog.amfdesigner.com/2007/02/27/formattable/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cross-browser PNG background</title>
		<link>http://blog.amfdesigner.com/2006/10/24/cross-browser-png-background/</link>
		<comments>http://blog.amfdesigner.com/2006/10/24/cross-browser-png-background/#comments</comments>
		<pubDate>Tue, 24 Oct 2006 23:09:17 +0000</pubDate>
		<dc:creator>amf</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[web standard]]></category>

		<guid isPermaLink="false">http://blog.amfdesigner.com/2006/10/24/cross-browser-png-background/</guid>
		<description><![CDATA[Muitas vezes temos problemas para implementar transparência (PNG ou filtro de transparência) com sucesso em todos os browsers sem muita dor de cabeça. Reuni aqui uma forma que acredito seja eficaz porque está tudo no mesmo CSS e não precisa de JavaScript. O CSS #box { background-image: url(../img/boxBg.png) !important; background-image: none; filter: none !important; filter: [...]]]></description>
		<wfw:commentRss>http://blog.amfdesigner.com/2006/10/24/cross-browser-png-background/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

