<?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: Develop an AIR Contact app in Flex Part 1</title>
	<atom:link href="http://www.webdesignermag.co.uk/blog/develop-an-air-contact-app-in-flex-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdesignermag.co.uk/blog/develop-an-air-contact-app-in-flex-part-1/</link>
	<description>Web Design for real people</description>
	<lastBuildDate>Wed, 10 Mar 2010 17:44:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: suraj</title>
		<link>http://www.webdesignermag.co.uk/blog/develop-an-air-contact-app-in-flex-part-1/comment-page-1/#comment-3455</link>
		<dc:creator>suraj</dc:creator>
		<pubDate>Thu, 04 Mar 2010 06:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignermag.co.uk/?p=2826#comment-3455</guid>
		<description>And Also Errorrrr

	
		

	

Problem:
The prefix &quot;view&quot; for element &quot;view:ContactList&quot; is not bound.

Flex is new for me and if u could help me plz send it as soon as possible

Thanx</description>
		<content:encoded><![CDATA[<p>And Also Errorrrr</p>
<p>Problem:<br />
The prefix &#8220;view&#8221; for element &#8220;view:ContactList&#8221; is not bound.</p>
<p>Flex is new for me and if u could help me plz send it as soon as possible</p>
<p>Thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suraj</title>
		<link>http://www.webdesignermag.co.uk/blog/develop-an-air-contact-app-in-flex-part-1/comment-page-1/#comment-3454</link>
		<dc:creator>suraj</dc:creator>
		<pubDate>Thu, 04 Mar 2010 05:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignermag.co.uk/?p=2826#comment-3454</guid>
		<description>Errorrrrr in 
10 Add components to wrapper:






AND

14 Set up connection:
import sqlite.SQLConnector;
private static const DATABASE:String = “contacts”;
private function initApp():void
{
sqliteConnector = new SQLConnector( DATABASE );
sqliteConnector.connect();
sqliteConnector.addEventListener( SQLConnector.OPEN, onOpen );
sqliteConnector.addEventListener( SQLConnector.CLOSE, onClose );
sqliteConnector.addEventListener( SQLConnector.ERROR, onError );
}
PLZ Help</description>
		<content:encoded><![CDATA[<p>Errorrrrr in<br />
10 Add components to wrapper:</p>
<p>AND</p>
<p>14 Set up connection:<br />
import sqlite.SQLConnector;<br />
private static const DATABASE:String = “contacts”;<br />
private function initApp():void<br />
{<br />
sqliteConnector = new SQLConnector( DATABASE );<br />
sqliteConnector.connect();<br />
sqliteConnector.addEventListener( SQLConnector.OPEN, onOpen );<br />
sqliteConnector.addEventListener( SQLConnector.CLOSE, onClose );<br />
sqliteConnector.addEventListener( SQLConnector.ERROR, onError );<br />
}<br />
PLZ Help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS Brigit &#124; Develop an AIR Contact app in Flex Part 1</title>
		<link>http://www.webdesignermag.co.uk/blog/develop-an-air-contact-app-in-flex-part-1/comment-page-1/#comment-1207</link>
		<dc:creator>CSS Brigit &#124; Develop an AIR Contact app in Flex Part 1</dc:creator>
		<pubDate>Mon, 10 Aug 2009 00:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignermag.co.uk/?p=2826#comment-1207</guid>
		<description>&lt;strong&gt; Develop an AIR Contact app in Flex Part 1...&lt;/strong&gt;

					
Store all your contacts in a useful Air application by learning Add, Edit and Delete Data techniques within and SQLite database.
 		

						
						
												
						...</description>
		<content:encoded><![CDATA[<p><strong> Develop an AIR Contact app in Flex Part 1&#8230;</strong></p>
<p>Store all your contacts in a useful Air application by learning Add, Edit and Delete Data techniques within and SQLite database.</p>
<p>						&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
