<?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"
	>
<channel>
	<title>Comments for Super Loaded</title>
	<atom:link href="http://www.superloaded.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.superloaded.com</link>
	<description>Super Loaded of Information</description>
	<pubDate>Fri, 21 Nov 2008 00:48:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Flash PHP mySQL - Write to a Database with Flash and PHP by Helmut</title>
		<link>http://www.superloaded.com/2007/08/15/flash-php-mysql-write-to-a-database-with-flash-and-php/#comment-16671</link>
		<dc:creator>Helmut</dc:creator>
		<pubDate>Fri, 04 Jul 2008 05:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.helmutgranda.com/2007/08/15/flash-php-mysql-write-to-a-database-with-flash-and-php/#comment-16671</guid>
		<description>@abs

the code above is for people that have a little bit of experience with flash/php/html that is why I didnt post details on how to implement the code. You can use the same idea for a guestbook as you commented. Same you would save the user's name and comment to the database and then pull it with flash.</description>
		<content:encoded><![CDATA[<p>@abs</p>
<p>the code above is for people that have a little bit of experience with flash/php/html that is why I didnt post details on how to implement the code. You can use the same idea for a guestbook as you commented. Same you would save the user&#8217;s name and comment to the database and then pull it with flash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash PHP mySQL - Write to a Database with Flash and PHP by Abs</title>
		<link>http://www.superloaded.com/2007/08/15/flash-php-mysql-write-to-a-database-with-flash-and-php/#comment-16134</link>
		<dc:creator>Abs</dc:creator>
		<pubDate>Wed, 11 Jun 2008 20:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.helmutgranda.com/2007/08/15/flash-php-mysql-write-to-a-database-with-flash-and-php/#comment-16134</guid>
		<description>Hey, am kinda new into this, and I believe it is something like what I wanna do..
Am making a wbsite with Flash, and I wanna add a guest book for people to commets. All I nd is to store that in database.
My question is, if that can help with what am trying to do, then where am I suppose to place the script ?? And how can I add the HTML code to the Flash ?!
Thank you</description>
		<content:encoded><![CDATA[<p>Hey, am kinda new into this, and I believe it is something like what I wanna do..<br />
Am making a wbsite with Flash, and I wanna add a guest book for people to commets. All I nd is to store that in database.<br />
My question is, if that can help with what am trying to do, then where am I suppose to place the script ?? And how can I add the HTML code to the Flash ?!<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Combo Box Fails to Load in Parent Movie by Lee Graham</title>
		<link>http://www.superloaded.com/2006/02/28/combo-box-fails-to-load-in-parent-movie/#comment-16108</link>
		<dc:creator>Lee Graham</dc:creator>
		<pubDate>Tue, 10 Jun 2008 15:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.helmutgranda.com/2006/02/28/combo-box-fails-to-load-in-parent-movie/#comment-16108</guid>
		<description>thanks for this post! frustrating little glitch!</description>
		<content:encoded><![CDATA[<p>thanks for this post! frustrating little glitch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ActionScript Email Validation by dfm</title>
		<link>http://www.superloaded.com/2006/10/06/email-validation/#comment-15761</link>
		<dc:creator>dfm</dc:creator>
		<pubDate>Tue, 27 May 2008 14:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.helmutgranda.com/2006/10/06/email-validation/#comment-15761</guid>
		<description>[code]
function is_valid_email(email:String):Boolean {
	var emailRgx:RegExp = /^([a-zA-Z0-9_.-])+@(([a-zA-Z0-9-])+.)+([a-zA-Z0-9]{2,4})+$/;
	///^[a-zA-Z0-9][-._a-zA-Z0-9]*@([a-zA-Z0-9]*.)+[a-zA-Z]{2,6}$/;
	trace(emailRgx.test(email));
	return emailRgx.test(email);
}
is_valid_email("c@j.co");
[/code]</description>
		<content:encoded><![CDATA[<div class="igBar"><span id="lcode-1"><a href="#" onclick="javascript:showCodeTxt('code-1'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-1">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#373737;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">function is_valid_email<span style="color:#006600; font-weight:bold;">&#40;</span>email:String<span style="color:#006600; font-weight:bold;">&#41;</span>:Boolean <span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#671D1D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; var emailRgx:RegExp = /^<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#91;</span>a-zA-Z0-<span style="color:#800000;color:#800000;">9</span>_.-<span style="color:#006600; font-weight:bold;">&#93;</span><span style="color:#006600; font-weight:bold;">&#41;</span>+@<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#91;</span>a-zA-Z0-<span style="color:#800000;color:#800000;">9</span>-<span style="color:#006600; font-weight:bold;">&#93;</span><span style="color:#006600; font-weight:bold;">&#41;</span>+.<span style="color:#006600; font-weight:bold;">&#41;</span>+<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#91;</span>a-zA-Z0-<span style="color:#800000;color:#800000;">9</span><span style="color:#006600; font-weight:bold;">&#93;</span><span style="color:#006600; font-weight:bold;">&#123;</span><span style="color:#800000;color:#800000;">2</span>,<span style="color:#800000;color:#800000;">4</span><span style="color:#006600; font-weight:bold;">&#125;</span><span style="color:#006600; font-weight:bold;">&#41;</span>+$/;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#373737;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color:#FF9933; font-style:italic;">///^[a-zA-Z0-9][-._a-zA-Z0-9]*@([a-zA-Z0-9]*.)+[a-zA-Z]{2,6}$/;</span></div>
</li>
<li style="font-weight: bold;color:#671D1D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; trace<span style="color:#006600; font-weight:bold;">&#40;</span>emailRgx.<span style="">test</span><span style="color:#006600; font-weight:bold;">&#40;</span>email<span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#373737;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; return emailRgx.<span style="">test</span><span style="color:#006600; font-weight:bold;">&#40;</span>email<span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#671D1D;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#373737;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">is_valid_email<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#CC0000;">"c@j.co"</span><span style="color:#006600; font-weight:bold;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash PHP mySQL - Write to a Database with Flash and PHP by Helmut</title>
		<link>http://www.superloaded.com/2007/08/15/flash-php-mysql-write-to-a-database-with-flash-and-php/#comment-15715</link>
		<dc:creator>Helmut</dc:creator>
		<pubDate>Sat, 24 May 2008 20:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.helmutgranda.com/2007/08/15/flash-php-mysql-write-to-a-database-with-flash-and-php/#comment-15715</guid>
		<description>Hey Lee,

Not sure why you would need AJAX since all the information is being handled within Flash you don't need to refresh the browser to see the updates.

Go ahead and test the form in the post and you will see what i mean.</description>
		<content:encoded><![CDATA[<p>Hey Lee,</p>
<p>Not sure why you would need AJAX since all the information is being handled within Flash you don't need to refresh the browser to see the updates.</p>
<p>Go ahead and test the form in the post and you will see what i mean.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash PHP mySQL - Write to a Database with Flash and PHP by Lee</title>
		<link>http://www.superloaded.com/2007/08/15/flash-php-mysql-write-to-a-database-with-flash-and-php/#comment-15485</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Wed, 14 May 2008 10:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.helmutgranda.com/2007/08/15/flash-php-mysql-write-to-a-database-with-flash-and-php/#comment-15485</guid>
		<description>Just before I go ahead and try this out. can you use ajax to send this so we can write the DB without having to reload the page?</description>
		<content:encoded><![CDATA[<p>Just before I go ahead and try this out. can you use ajax to send this so we can write the DB without having to reload the page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash PHP mySQL - Write to a Database with Flash and PHP by Helmut</title>
		<link>http://www.superloaded.com/2007/08/15/flash-php-mysql-write-to-a-database-with-flash-and-php/#comment-15471</link>
		<dc:creator>Helmut</dc:creator>
		<pubDate>Wed, 14 May 2008 03:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.helmutgranda.com/2007/08/15/flash-php-mysql-write-to-a-database-with-flash-and-php/#comment-15471</guid>
		<description>Good ol' AS2</description>
		<content:encoded><![CDATA[<p>Good ol' AS2</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash PHP mySQL - Write to a Database with Flash and PHP by Derry</title>
		<link>http://www.superloaded.com/2007/08/15/flash-php-mysql-write-to-a-database-with-flash-and-php/#comment-15311</link>
		<dc:creator>Derry</dc:creator>
		<pubDate>Thu, 08 May 2008 12:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.helmutgranda.com/2007/08/15/flash-php-mysql-write-to-a-database-with-flash-and-php/#comment-15311</guid>
		<description>Is this AS2 or AS3?

Thanks!</description>
		<content:encoded><![CDATA[<p>Is this AS2 or AS3?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video: Microsoft chairman offers Yahoo rationale - CNET News.com by Chris</title>
		<link>http://www.superloaded.com/2008/04/29/video-microsoft-chairman-offers-yahoo-rationale-cnet-newscom/#comment-15030</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 30 Apr 2008 05:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.helmutgranda.com/2008/04/29/video-microsoft-chairman-offers-yahoo-rationale-cnet-newscom/#comment-15030</guid>
		<description>We think our engineering combined with their engineering blah blah blah blah...  We think their experience blah blah blah...

Translation:  MSN Live sucks as a brand.  Google won search, Microsoft lost.  Google won text based ads, Microsoft lost.  Google is trying very hard to win image based ads (Doubleclick), and Microsoft is trying very hard not to lose this time.  Yahoo is a recognizable brand.  In true Microsoft tradition, if they can't steal it, copy it or squash it....  They buy it!

40 Billion?!  To do what?  Take over Yahoo and jack the culture up?  How can Microsoft possibly integrate with Yahoo?  All they are buying here is a brand.  The true talent will bolt once Microsoft is in control, and Microsoft will purge a lot of other employees and management.  So there isn't much human capital in the acquisition.  There are no major technology plays either, and Microsoft will squash many stealth mode projects that Yahoo is involved in.

This acquisition brings up memories of eBay buying Skype.  Talk about the worst marriage of two companies...</description>
		<content:encoded><![CDATA[<p>We think our engineering combined with their engineering blah blah blah blah...  We think their experience blah blah blah...</p>
<p>Translation:  MSN Live sucks as a brand.  Google won search, Microsoft lost.  Google won text based ads, Microsoft lost.  Google is trying very hard to win image based ads (Doubleclick), and Microsoft is trying very hard not to lose this time.  Yahoo is a recognizable brand.  In true Microsoft tradition, if they can't steal it, copy it or squash it....  They buy it!</p>
<p>40 Billion?!  To do what?  Take over Yahoo and jack the culture up?  How can Microsoft possibly integrate with Yahoo?  All they are buying here is a brand.  The true talent will bolt once Microsoft is in control, and Microsoft will purge a lot of other employees and management.  So there isn't much human capital in the acquisition.  There are no major technology plays either, and Microsoft will squash many stealth mode projects that Yahoo is involved in.</p>
<p>This acquisition brings up memories of eBay buying Skype.  Talk about the worst marriage of two companies...</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Seven Up by MIGUEL</title>
		<link>http://www.superloaded.com/2003/02/28/seven-up/#comment-14486</link>
		<dc:creator>MIGUEL</dc:creator>
		<pubDate>Wed, 16 Apr 2008 00:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.helmutgranda.com/?p=22#comment-14486</guid>
		<description>COMO LES VA</description>
		<content:encoded><![CDATA[<p>COMO LES VA</p>
]]></content:encoded>
	</item>
</channel>
</rss>
