<?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 on: Win a free copy of Attest - the Flex 2 certification practice exam</title>
	<atom:link href="http://blog.pxldesigns.com/2008/04/win-a-free-copy-of-attest-the-flex-2-certification-practice-exam/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pxldesigns.com/2008/04/win-a-free-copy-of-attest-the-flex-2-certification-practice-exam/</link>
	<description>PXL Designs LLC Company Blog on RIA Technologies</description>
	<pubDate>Tue, 06 Jan 2009 02:48:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave</title>
		<link>http://blog.pxldesigns.com/2008/04/win-a-free-copy-of-attest-the-flex-2-certification-practice-exam/comment-page-1/#comment-80</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 25 Apr 2008 21:45:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-80</guid>
		<description>Nice one Greg, congratulations! Now you can sip your coffee when the Flex 3 recert exam comes out, cool and relaxed :)

I definitely wouldn't rely only on Attest to pass the Flex 2 Developer Exam because it's pretty tough. The material that helped me the most (besides Attest, because I wrote it :) and therefore memorized it pretty well after 500 zillion practices) were the Programming Flex 2 O'Reilly book by Chafic Kazoun &#038; Joey Lott, and the Flex 2 Advanced: Using Data Services videos on Lynda.com by David Gassner.....and of course combing through the livedocs over and over like a librarian.

For anyone attempting to pass the Flex 2 exam, that's my best advice.</description>
		<content:encoded><![CDATA[<p>Nice one Greg, congratulations! Now you can sip your coffee when the Flex 3 recert exam comes out, cool and relaxed <img src='http://blog.pxldesigns.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I definitely wouldn&#8217;t rely only on Attest to pass the Flex 2 Developer Exam because it&#8217;s pretty tough. The material that helped me the most (besides Attest, because I wrote it <img src='http://blog.pxldesigns.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> and therefore memorized it pretty well after 500 zillion practices) were the Programming Flex 2 O&#8217;Reilly book by Chafic Kazoun &#038; Joey Lott, and the Flex 2 Advanced: Using Data Services videos on Lynda.com by David Gassner&#8230;..and of course combing through the livedocs over and over like a librarian.</p>
<p>For anyone attempting to pass the Flex 2 exam, that&#8217;s my best advice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Lafrance</title>
		<link>http://blog.pxldesigns.com/2008/04/win-a-free-copy-of-attest-the-flex-2-certification-practice-exam/comment-page-1/#comment-79</link>
		<dc:creator>Greg Lafrance</dc:creator>
		<pubDate>Fri, 25 Apr 2008 20:55:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-79</guid>
		<description>I took (and passed) the Flex 2 Adobe Certified Expert (ACE) exam today. I used Attest, and though I would not use it as my sole exam prep resource, I highly recommend it! I know I answered many questions just because I used Attest.
 
Minimum score 73% and I got a 77%.
 
I studied pretty hard for this exam, though I was weak on Flex Data Services. My strength in other areas saved me.
 
Section Name - Percent Correct
Flex Application User Interface (UI) Creation - 93% correct
Flex System Architecture and Design - 92% correct 
Flex Application Programming Fundamentals - 75% correct 
Interacting with Remote Data and Flex Applications - 46% correct
 
I thought the exam was tough! I had doubts I would pass, but I said a prayer at the end, maybe that helped.</description>
		<content:encoded><![CDATA[<p>I took (and passed) the Flex 2 Adobe Certified Expert (ACE) exam today. I used Attest, and though I would not use it as my sole exam prep resource, I highly recommend it! I know I answered many questions just because I used Attest.</p>
<p>Minimum score 73% and I got a 77%.</p>
<p>I studied pretty hard for this exam, though I was weak on Flex Data Services. My strength in other areas saved me.</p>
<p>Section Name - Percent Correct<br />
Flex Application User Interface (UI) Creation - 93% correct<br />
Flex System Architecture and Design - 92% correct<br />
Flex Application Programming Fundamentals - 75% correct<br />
Interacting with Remote Data and Flex Applications - 46% correct</p>
<p>I thought the exam was tough! I had doubts I would pass, but I said a prayer at the end, maybe that helped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://blog.pxldesigns.com/2008/04/win-a-free-copy-of-attest-the-flex-2-certification-practice-exam/comment-page-1/#comment-63</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 08 Apr 2008 16:29:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-63</guid>
		<description>So the answers to this one are:&lt;br /&gt;
&lt;br /&gt;
1. internal // Happens to be the default namespace attribute for AS3. Makes a property visible to references inside the same package.&lt;br /&gt;
&lt;br /&gt;
2. Paris, Texas!!! // The substr() and substring() methods always mess me up because they're so similar. &lt;br /&gt;
&lt;br /&gt;
Both return a substring of a string. Both take two parameters. In both methods, the first parameter is the position of the starting character in the given string. However, in the substr() method, the second parameter is the length of the substring to return, and in the substring() method, the second parameter is the position of the character at the end of the substring (which is not included in the returned string). &lt;br /&gt;
&lt;br /&gt;
3. True // Calling the method takes precedence over all style settings. It will override inline styles set on components as well.&lt;br /&gt;
&lt;br /&gt;
I'm going to make a new post with the winners info, so look for that one above this post ;)</description>
		<content:encoded><![CDATA[<p>So the answers to this one are:</p>
<p>1. internal // Happens to be the default namespace attribute for AS3. Makes a property visible to references inside the same package.</p>
<p>2. Paris, Texas!!! // The substr() and substring() methods always mess me up because they&#8217;re so similar. </p>
<p>Both return a substring of a string. Both take two parameters. In both methods, the first parameter is the position of the starting character in the given string. However, in the substr() method, the second parameter is the length of the substring to return, and in the substring() method, the second parameter is the position of the character at the end of the substring (which is not included in the returned string). </p>
<p>3. True // Calling the method takes precedence over all style settings. It will override inline styles set on components as well.</p>
<p>I&#8217;m going to make a new post with the winners info, so look for that one above this post <img src='http://blog.pxldesigns.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
