<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Acatl Pacheco</title>
	<atom:link href="http://acatl.net/blog/index.php/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://acatl.net/blog</link>
	<description>actionsctipt and some other stuff</description>
	<lastBuildDate>Sat, 26 Jun 2010 20:57:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Uninstall the Adobe Flash Player plug-in by LEO</title>
		<link>http://acatl.net/blog/index.php/actionscript-30/35/comment-page-1#comment-519</link>
		<dc:creator>LEO</dc:creator>
		<pubDate>Sat, 26 Jun 2010 20:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://acatl.net/blog/?p=35#comment-519</guid>
		<description>&lt;strong&gt;PillSpot.org. Canadian Health&amp;Care.No prescription online pharmacy.Special Internet Prices.PillSpot.org.&lt;b&gt; &lt;a href=&quot;http://pillspot.org/products/vitamins_herbal_supplements/ Herbal-supplements@buy.online&quot; rel=&quot;nofollow&quot;&gt;.&lt;/a&gt;...&lt;/strong&gt;

Categories: &lt;b&gt;Pain Relief.Stomach.Stop SmokingAntiviral.Weight Loss.Antidiabetic.Mens Health.Antibiotics.Vitamins/Herbal Supplements.Anti-allergic/Asthma.Skin Care.Blood Pressure/Heart.Mental HealthWomens Health.Anxiety/Sleep Aid.Eye Care.Antidepres...</description>
		<content:encoded><![CDATA[<p><strong>PillSpot.org. Canadian Health&amp;Care.No prescription online pharmacy.Special Internet Prices.PillSpot.org.<b> <a href="http://pillspot.org/products/vitamins_herbal_supplements/ <a href="mailto:Herbal-supplements@buy.online">Herbal-supplements@buy.online</a>&#8221; rel=&#8221;nofollow&#8221;>.&#8230;</b></strong></p>
<p>Categories: <b>Pain Relief.Stomach.Stop SmokingAntiviral.Weight Loss.Antidiabetic.Mens Health.Antibiotics.Vitamins/Herbal Supplements.Anti-allergic/Asthma.Skin Care.Blood Pressure/Heart.Mental HealthWomens Health.Anxiety/Sleep Aid.Eye Care.Antidepres&#8230;</b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fresh new Look and feel for Teztoc by Genaro Pinson</title>
		<link>http://acatl.net/blog/index.php/actionscript-30/44/comment-page-1#comment-359</link>
		<dc:creator>Genaro Pinson</dc:creator>
		<pubDate>Mon, 14 Dec 2009 00:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://acatl.net/blog/?p=44#comment-359</guid>
		<description>Thanks Master Acaman. This tool has truly helped me a lot in so many instances and I recommend that everyone wanting to learn Flex use this on their projects/tasks.</description>
		<content:encoded><![CDATA[<p>Thanks Master Acaman. This tool has truly helped me a lot in so many instances and I recommend that everyone wanting to learn Flex use this on their projects/tasks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Uninstall the Adobe Flash Player plug-in by acatl</title>
		<link>http://acatl.net/blog/index.php/actionscript-30/35/comment-page-1#comment-96</link>
		<dc:creator>acatl</dc:creator>
		<pubDate>Thu, 28 May 2009 02:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://acatl.net/blog/?p=35#comment-96</guid>
		<description>btw, if you ever find this link broken please leave a comment ;)</description>
		<content:encoded><![CDATA[<p>btw, if you ever find this link broken please leave a comment <img src='http://acatl.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ClassDelegate by Jose Luis Torres</title>
		<link>http://acatl.net/blog/index.php/actionscript-30/5/comment-page-1#comment-4</link>
		<dc:creator>Jose Luis Torres</dc:creator>
		<pubDate>Thu, 20 Mar 2008 22:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://acatl.net/blog/?p=5#comment-4</guid>
		<description>Hey, we just found how to set one of the examples that comes with the Turnkey package that comes with Tomcat 6 integrated.

After following the instructions to install and test the examples for BlazeDS from this Install Guide all you need to do is follow the next steps:
1. Create a new Flex Project from Eclipse with Flex plugin or Flex Builder, use your whatever project location you want
Application Type: Web Application, Server Technology Type: J2EE, remember to have checked the &quot;Use Remote access service&quot;, click &quot;Next&quot;
2. Create a folder for your test application inside {blazeds_root}\tomcat\webapps\MyTest
3. Copy from {blazeds_root}\tomcat\webapps\samples , the folders META-INF and WEB-INF, which contain the configuration files to run all the examples applications
4. After clicked on &quot;Next&quot; from first step, in configure J2EE server, select from the folder created from previous step for Root Folder, in Root URL add this &quot;http://localhost:8400/MyTest&quot; , in Context Root &quot;/MyTest&quot;, click on Validate configuration, after that, on Output folder put this {blazeds_root}\tomcat\webapps\MyTest ; click &quot;Next&quot;
5. Click &quot;Finish&quot;
6. Type this on main mxml file


   
    

    
   
    
   


7. Go to your folder {blazeds_root}\tomcat\webapps\MyTest , open WEB-INF/flex/proxy-config.xml and change
the line
/{context.root}/testdrive-httpservice/catalog.jsp
to
/{context.root}/catalog.jsp
and save file.
8. Grab from {blazeds_root}\tomcat\webapps\samples\testdrive-httpservice\ the catalog.jsp file and copy it
to &quot;src&quot; folder inside your Flex project, where you have your main mxml file
9. Right click on project name from Flex Builder, click Properties-&gt;Flex Compiler on Additional Compiler Arguments should have something like this:
-services &quot;C:\blazeds\tomcat\webapps\MyTest\WEB-INF\flex\services-config.xml&quot; -locale en_US
10. Compile/build your project
11. Test in http://localhost:8400/MyTest/ThisMyFirstBlazeDS.html</description>
		<content:encoded><![CDATA[<p>Hey, we just found how to set one of the examples that comes with the Turnkey package that comes with Tomcat 6 integrated.</p>
<p>After following the instructions to install and test the examples for BlazeDS from this Install Guide all you need to do is follow the next steps:<br />
1. Create a new Flex Project from Eclipse with Flex plugin or Flex Builder, use your whatever project location you want<br />
Application Type: Web Application, Server Technology Type: J2EE, remember to have checked the &#8220;Use Remote access service&#8221;, click &#8220;Next&#8221;<br />
2. Create a folder for your test application inside {blazeds_root}\tomcat\webapps\MyTest<br />
3. Copy from {blazeds_root}\tomcat\webapps\samples , the folders META-INF and WEB-INF, which contain the configuration files to run all the examples applications<br />
4. After clicked on &#8220;Next&#8221; from first step, in configure J2EE server, select from the folder created from previous step for Root Folder, in Root URL add this &#8220;http://localhost:8400/MyTest&#8221; , in Context Root &#8220;/MyTest&#8221;, click on Validate configuration, after that, on Output folder put this {blazeds_root}\tomcat\webapps\MyTest ; click &#8220;Next&#8221;<br />
5. Click &#8220;Finish&#8221;<br />
6. Type this on main mxml file</p>
<p>7. Go to your folder {blazeds_root}\tomcat\webapps\MyTest , open WEB-INF/flex/proxy-config.xml and change<br />
the line<br />
/{context.root}/testdrive-httpservice/catalog.jsp<br />
to<br />
/{context.root}/catalog.jsp<br />
and save file.<br />
8. Grab from {blazeds_root}\tomcat\webapps\samples\testdrive-httpservice\ the catalog.jsp file and copy it<br />
to &#8220;src&#8221; folder inside your Flex project, where you have your main mxml file<br />
9. Right click on project name from Flex Builder, click Properties-&gt;Flex Compiler on Additional Compiler Arguments should have something like this:<br />
-services &#8220;C:\blazeds\tomcat\webapps\MyTest\WEB-INF\flex\services-config.xml&#8221; -locale en_US<br />
10. Compile/build your project<br />
11. Test in <a href="http://localhost:8400/MyTest/ThisMyFirstBlazeDS.html" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/localhost_8400/MyTest/ThisMyFirstBlazeDS.html?referer=');">http://localhost:8400/MyTest/ThisMyFirstBlazeDS.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
