<?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: Apple&#8217;s Pastry Kit &#124; iPhone Javascript Toolkit</title>
	<atom:link href="http://www.nxfx.com/blog/iphone-development/apples-pastry-kit-iphone-javascript-toolkit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nxfx.com/blog/iphone-development/apples-pastry-kit-iphone-javascript-toolkit/</link>
	<description>All about web Design and Marketing</description>
	<lastBuildDate>Mon, 24 May 2010 12:39:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nika</title>
		<link>http://www.nxfx.com/blog/iphone-development/apples-pastry-kit-iphone-javascript-toolkit/comment-page-1/#comment-335</link>
		<dc:creator>Nika</dc:creator>
		<pubDate>Mon, 24 May 2010 12:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.nxfx.com/blog/?p=44#comment-335</guid>
		<description>Nice work, any actual samples ?</description>
		<content:encoded><![CDATA[<p>Nice work, any actual samples ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel</title>
		<link>http://www.nxfx.com/blog/iphone-development/apples-pastry-kit-iphone-javascript-toolkit/comment-page-1/#comment-332</link>
		<dc:creator>Samuel</dc:creator>
		<pubDate>Mon, 24 May 2010 02:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.nxfx.com/blog/?p=44#comment-332</guid>
		<description>i got it all to work! bug Firebug still gives me errors, please advise!</description>
		<content:encoded><![CDATA[<p>i got it all to work! bug Firebug still gives me errors, please advise!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.nxfx.com/blog/iphone-development/apples-pastry-kit-iphone-javascript-toolkit/comment-page-1/#comment-329</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 23 May 2010 17:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.nxfx.com/blog/?p=44#comment-329</guid>
		<description>Great Stuff, whats the deal with the compressions, i keep getting Firebug Errors</description>
		<content:encoded><![CDATA[<p>Great Stuff, whats the deal with the compressions, i keep getting Firebug Errors</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.nxfx.com/blog/iphone-development/apples-pastry-kit-iphone-javascript-toolkit/comment-page-1/#comment-189</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Mon, 19 Apr 2010 16:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.nxfx.com/blog/?p=44#comment-189</guid>
		<description>So i got the preloader to stop looping but the toolbar does not stay fixed as on the apple site. Are there any examples I can see what I have config&#039;d wrong ?</description>
		<content:encoded><![CDATA[<p>So i got the preloader to stop looping but the toolbar does not stay fixed as on the apple site. Are there any examples I can see what I have config&#8217;d wrong ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.nxfx.com/blog/iphone-development/apples-pastry-kit-iphone-javascript-toolkit/comment-page-1/#comment-177</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 16 Apr 2010 15:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.nxfx.com/blog/?p=44#comment-177</guid>
		<description>Hello,

you can find it here
&lt;a href=&quot;http://help.apple.com/iphone/3/Contents/Info.json&quot; rel=&quot;nofollow&quot;&gt;http://help.apple.com/iphone/3/Contents/Info.json&lt;/a&gt;

or zipped from us

&lt;a href=&quot;http://nxfx.com/demo/Info.json.zip&quot; rel=&quot;nofollow&quot;&gt;http://nxfx.com/demo/Info.json.zip&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>you can find it here<br />
<a href="http://help.apple.com/iphone/3/Contents/Info.json" rel="nofollow">http://help.apple.com/iphone/3/Contents/Info.json</a></p>
<p>or zipped from us</p>
<p><a href="http://nxfx.com/demo/Info.json.zip" rel="nofollow">http://nxfx.com/demo/Info.json.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.nxfx.com/blog/iphone-development/apples-pastry-kit-iphone-javascript-toolkit/comment-page-1/#comment-176</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 16 Apr 2010 15:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.nxfx.com/blog/?p=44#comment-176</guid>
		<description>I also noticed on line 690 of the javascript.js file it calls for an info.json file. Anyone have that ?

    dataFolder += &quot;http://help.apple.com/Contents/&quot;;
    var infoJsonRequest = new XMLHttpRequest();
    var infoJsonURL = dataFolder + &quot;Info.json&quot;;</description>
		<content:encoded><![CDATA[<p>I also noticed on line 690 of the javascript.js file it calls for an info.json file. Anyone have that ?</p>
<p>    dataFolder += &#8220;http://help.apple.com/Contents/&#8221;;<br />
    var infoJsonRequest = new XMLHttpRequest();<br />
    var infoJsonURL = dataFolder + &#8220;Info.json&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.nxfx.com/blog/iphone-development/apples-pastry-kit-iphone-javascript-toolkit/comment-page-1/#comment-174</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 16 Apr 2010 14:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.nxfx.com/blog/?p=44#comment-174</guid>
		<description>Does anyone have an example of the fixed toolbar up and working besides the scrape example?  When I pull up the index page I get the loading gif and that&#039;s about it.</description>
		<content:encoded><![CDATA[<p>Does anyone have an example of the fixed toolbar up and working besides the scrape example?  When I pull up the index page I get the loading gif and that&#8217;s about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NBA player shoes</title>
		<link>http://www.nxfx.com/blog/iphone-development/apples-pastry-kit-iphone-javascript-toolkit/comment-page-1/#comment-173</link>
		<dc:creator>NBA player shoes</dc:creator>
		<pubDate>Fri, 16 Apr 2010 14:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.nxfx.com/blog/?p=44#comment-173</guid>
		<description>Nice article. Thank you for this info</description>
		<content:encoded><![CDATA[<p>Nice article. Thank you for this info</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louis Vuitton Designer Purse</title>
		<link>http://www.nxfx.com/blog/iphone-development/apples-pastry-kit-iphone-javascript-toolkit/comment-page-1/#comment-146</link>
		<dc:creator>Louis Vuitton Designer Purse</dc:creator>
		<pubDate>Fri, 09 Apr 2010 00:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.nxfx.com/blog/?p=44#comment-146</guid>
		<description>I do not think I&#039;ve seen this depicted that way before. You actually have cleared this up for me. Thanks!</description>
		<content:encoded><![CDATA[<p>I do not think I&#8217;ve seen this depicted that way before. You actually have cleared this up for me. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AdLib &#8211; Apples iPad version of Pastry Kit? Ipad Javascript Framework &#124; Design &#124; AdLib &#8211; Apples iPad version of Pastry Kit? Ipad Javascript Framework</title>
		<link>http://www.nxfx.com/blog/iphone-development/apples-pastry-kit-iphone-javascript-toolkit/comment-page-1/#comment-132</link>
		<dc:creator>AdLib &#8211; Apples iPad version of Pastry Kit? Ipad Javascript Framework &#124; Design &#124; AdLib &#8211; Apples iPad version of Pastry Kit? Ipad Javascript Framework</dc:creator>
		<pubDate>Wed, 07 Apr 2010 20:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.nxfx.com/blog/?p=44#comment-132</guid>
		<description>[...] basic web technologies supported by the iPhone and iPad. It appears similar in some respects to the PastryKit framework described last December, although AdLib appears to be a more advanced version that incorporates [...]</description>
		<content:encoded><![CDATA[<p>[...] basic web technologies supported by the iPhone and iPad. It appears similar in some respects to the PastryKit framework described last December, although AdLib appears to be a more advanced version that incorporates [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
