<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for Sven Dens</title>
	<link>http://www.svendens.com/blog</link>
	<description>on AIR</description>
	<pubDate>Thu, 28 Aug 2008 18:49:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>Comment on SOAP headers in Flex and WS-Security by Sven Dens</title>
		<link>http://www.svendens.com/blog/archives/27#comment-14151</link>
		<dc:creator>Sven Dens</dc:creator>
		<pubDate>Mon, 03 Mar 2008 14:19:41 +0000</pubDate>
		<guid>http://www.svendens.com/blog/archives/27#comment-14151</guid>
		<description>Hey Rob,

Yep, it sure s*cks :-s
Haven't found a way yet to use the generated proxy classes (have not had the time to be exact, am working on a client project with a *VERY* tight deadline.  My project should be finished by the end of the week, and then I'll be doing some experiments to see if it's possible to tweak the generated classes a bit so you could use them as they were meant to.
Will keep you posted of the progress on this blog!</description>
		<content:encoded><![CDATA[<p>Hey Rob,</p>
<p>Yep, it sure s*cks :-s<br />
Haven&#8217;t found a way yet to use the generated proxy classes (have not had the time to be exact, am working on a client project with a *VERY* tight deadline.  My project should be finished by the end of the week, and then I&#8217;ll be doing some experiments to see if it&#8217;s possible to tweak the generated classes a bit so you could use them as they were meant to.<br />
Will keep you posted of the progress on this blog!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SOAP headers in Flex and WS-Security by Rob</title>
		<link>http://www.svendens.com/blog/archives/27#comment-14060</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 29 Feb 2008 20:50:36 +0000</pubDate>
		<guid>http://www.svendens.com/blog/archives/27#comment-14060</guid>
		<description>I too am having trouble with using the web services introspection wizard and the proxy classes it generates to set SOAP header authentication data.

I'm going to try your method, however I was really hoping to use the proxy classes generated by flex for my web service. Now I need to hand code all the stubs.

This is really burning me out.

Drop me a line if you'd like to chat.

Rob</description>
		<content:encoded><![CDATA[<p>I too am having trouble with using the web services introspection wizard and the proxy classes it generates to set SOAP header authentication data.</p>
<p>I&#8217;m going to try your method, however I was really hoping to use the proxy classes generated by flex for my web service. Now I need to hand code all the stubs.</p>
<p>This is really burning me out.</p>
<p>Drop me a line if you&#8217;d like to chat.</p>
<p>Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SOAP headers in Flex and WS-Security by SOAP headers in Flex and WS-Security &#124; labs.boulevart</title>
		<link>http://www.svendens.com/blog/archives/27#comment-13866</link>
		<dc:creator>SOAP headers in Flex and WS-Security &#124; labs.boulevart</dc:creator>
		<pubDate>Fri, 22 Feb 2008 11:23:24 +0000</pubDate>
		<guid>http://www.svendens.com/blog/archives/27#comment-13866</guid>
		<description>[...] a SOAP-header and WS-Security in Flex?Check out this most helpful post written by Sven over atÂ Tested Unit. Technorati Tags: flex, soap, ws [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] a SOAP-header and WS-Security in Flex?Check out this most helpful post written by Sven over atÂ Tested Unit. Technorati Tags: flex, soap, ws [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Encryption in AS2 and AS3 by Forrest Gump</title>
		<link>http://www.svendens.com/blog/archives/8#comment-11839</link>
		<dc:creator>Forrest Gump</dc:creator>
		<pubDate>Thu, 10 Jan 2008 12:08:50 +0000</pubDate>
		<guid>http://www.svendens.com/blog/archives/8#comment-11839</guid>
		<description>Yes, I have the same problem with russian. During my investingation I found that meychi classes doesnt support utf8 encoding wich is needed when you use languages other than english...

Have anyone seen encryption classes for asctionscript2-3 with utf8 support?</description>
		<content:encoded><![CDATA[<p>Yes, I have the same problem with russian. During my investingation I found that meychi classes doesnt support utf8 encoding wich is needed when you use languages other than english&#8230;</p>
<p>Have anyone seen encryption classes for asctionscript2-3 with utf8 support?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Email and cell phone validation in AS2 and AS3 by Bas</title>
		<link>http://www.svendens.com/blog/archives/9#comment-10787</link>
		<dc:creator>Bas</dc:creator>
		<pubDate>Thu, 20 Dec 2007 13:17:23 +0000</pubDate>
		<guid>http://www.svendens.com/blog/archives/9#comment-10787</guid>
		<description>this seems to fix it

charAt(i) instead of charAt(j)!

	private static function checkFirstLevelDomainChars (s:String, i:Number, l:Number):Boolean {
		while (i </description>
		<content:encoded><![CDATA[<p>this seems to fix it</p>
<p>charAt(i) instead of charAt(j)!</p>
<p>	private static function checkFirstLevelDomainChars (s:String, i:Number, l:Number):Boolean {<br />
		while (i</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Email and cell phone validation in AS2 and AS3 by Dan</title>
		<link>http://www.svendens.com/blog/archives/9#comment-10401</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 13 Dec 2007 16:33:34 +0000</pubDate>
		<guid>http://www.svendens.com/blog/archives/9#comment-10401</guid>
		<description>Hi, just had a look at your email validator - it doesn't allow the apostrophe or accented characters does it? So k.o'connor@somedomain.com would fail the test.
In fact, it doesn't like my email address either. It doesn't seem to like email addresses where the first part is only 3 chars long, which is the case with me.
Hope you find this helpful.</description>
		<content:encoded><![CDATA[<p>Hi, just had a look at your email validator - it doesn&#8217;t allow the apostrophe or accented characters does it? So k.o&#8217;connor@somedomain.com would fail the test.<br />
In fact, it doesn&#8217;t like my email address either. It doesn&#8217;t seem to like email addresses where the first part is only 3 chars long, which is the case with me.<br />
Hope you find this helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Email and cell phone validation in AS2 and AS3 by Bas</title>
		<link>http://www.svendens.com/blog/archives/9#comment-10357</link>
		<dc:creator>Bas</dc:creator>
		<pubDate>Thu, 13 Dec 2007 00:32:40 +0000</pubDate>
		<guid>http://www.svendens.com/blog/archives/9#comment-10357</guid>
		<description>its not completely perfect

why won't it validate this?


ok: ba@xxxxxx.com
not ok: bas@xxxxxx.com
ok: bass@xxxxxx.com
ok: bas@xxxxxx.nl</description>
		<content:encoded><![CDATA[<p>its not completely perfect</p>
<p>why won&#8217;t it validate this?</p>
<p>ok: <a href="mailto:ba@xxxxxx.com">ba@xxxxxx.com</a><br />
not ok: <a href="mailto:bas@xxxxxx.com">bas@xxxxxx.com</a><br />
ok: <a href="mailto:bass@xxxxxx.com">bass@xxxxxx.com</a><br />
ok: <a href="mailto:bas@xxxxxx.nl">bas@xxxxxx.nl</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Encryption in AS2 and AS3 by Joe</title>
		<link>http://www.svendens.com/blog/archives/8#comment-9652</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 30 Nov 2007 17:41:45 +0000</pubDate>
		<guid>http://www.svendens.com/blog/archives/8#comment-9652</guid>
		<description>And, of course, in the decrypt function, I had to use unescape on the return string to get all my characters back to normal.</description>
		<content:encoded><![CDATA[<p>And, of course, in the decrypt function, I had to use unescape on the return string to get all my characters back to normal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Encryption in AS2 and AS3 by Joe</title>
		<link>http://www.svendens.com/blog/archives/8#comment-9650</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 30 Nov 2007 17:27:58 +0000</pubDate>
		<guid>http://www.svendens.com/blog/archives/8#comment-9650</guid>
		<description>I had the same problem with my Asian characters failing encryption/decryption using the TEA encryption.  I checked out the original Javascript source, and in that code the input string is escaped, so to the TEA.as script here, I added as the first line of the encrypt function:
var asciitext:String = escape(src);

Now the encryption/decryption works like a charm with Asian characters just as it does with English characters.

Thanks, Sven, for this excellent and highly useful solution!</description>
		<content:encoded><![CDATA[<p>I had the same problem with my Asian characters failing encryption/decryption using the TEA encryption.  I checked out the original Javascript source, and in that code the input string is escaped, so to the TEA.as script here, I added as the first line of the encrypt function:<br />
var asciitext:String = escape(src);</p>
<p>Now the encryption/decryption works like a charm with Asian characters just as it does with English characters.</p>
<p>Thanks, Sven, for this excellent and highly useful solution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FlexBook in Flex3 running in Adobe AIR by _Stef</title>
		<link>http://www.svendens.com/blog/archives/22#comment-9559</link>
		<dc:creator>_Stef</dc:creator>
		<pubDate>Thu, 29 Nov 2007 09:55:13 +0000</pubDate>
		<guid>http://www.svendens.com/blog/archives/22#comment-9559</guid>
		<description>FÃ©licitations for wedding and  Air/amfphp :) 

Thx to partage this code.</description>
		<content:encoded><![CDATA[<p>FÃ©licitations for wedding and  Air/amfphp <img src='http://www.svendens.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thx to partage this code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
