Minimalist cacheable jQuery/javascript library for iPhone? - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T00:10:06Zhttp://stackoverflow.com/feeds/question/315788http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/315788/minimalist-cacheable-jquery-javascript-library-for-iphone1Minimalist cacheable jQuery/javascript library for iPhone?Parand2008-11-24T22:53:57Z2009-02-17T05:24:57Z
<p>Given the <a href="http://www.niallkennedy.com/blog/2008/02/iphone-cache-performance.html" rel="nofollow">iPhone's 25k limit for caching of files</a>, I'm wondering if there's interest in an iPhone optimized javascript library that makes caching a top level goal. Since it'd be iPhone only it could get rid of most cross-browser cruft and rely on safari specific capabilities, hopefully cutting down some of the girth and staying with 25k.</p>
<p><a href="http://ejohn.org/blog/jquery-plugins-size-and-storage/" rel="nofollow">John Resig discusses this briefly</a>, although mostly to dismiss it, it seems. He does mention: </p>
<blockquote>
<p>if you're particularly excited about
breaking jQuery down into little
chunks you can grab the individual
pieces from SVN and build a custom
copy.</p>
</blockquote>
<p>Anyone tried that? </p>
<p>Dojo implements a 6k version that seems to rely on deferred loading. I'm mostly a jQuery user so I haven't given it a try, but it looks interesting.</p>
<p>Overall: what do you think about a safari/iphone specific javascript library that implements, say, the top 90% most used APIs in jQuery (or your other favorite library)?</p>
http://stackoverflow.com/questions/315788/minimalist-cacheable-jquery-javascript-library-for-iphone/316002#3160020Answer by micmcg for Minimalist cacheable jQuery/javascript library for iPhone?micmcg2008-11-25T00:36:41Z2008-11-25T00:36:41Z<p>I think it would be fantastic, but it would be hard to match the testing and reliability of jquery unless someone really picks it up and runs with it. If there was a lightweight, safari only version of jquery that was completely compatible with the plugins and documented methods, it would be a godsend. </p>
http://stackoverflow.com/questions/315788/minimalist-cacheable-jquery-javascript-library-for-iphone/316319#3163190Answer by seanb for Minimalist cacheable jQuery/javascript library for iPhone?seanb2008-11-25T03:50:43Z2008-11-25T03:50:43Z<p>Given the increasing popularity of the iphone, I think it would be a really useful thing, it might be possible to remove the cross browser stuff and get it down to size.... however, it would be even more useful if the iphone had a more realistic cache limit. </p>
<p>It does make me wonder if the cache limit in the iphone was determined by the capacity of the hardware or the business needs of the carriers. A 50K cache limit would reduce a lot more carrier usage...</p>
http://stackoverflow.com/questions/315788/minimalist-cacheable-jquery-javascript-library-for-iphone/346946#3469462Answer by Lee for Minimalist cacheable jQuery/javascript library for iPhone?Lee2008-12-06T23:02:36Z2008-12-06T23:02:36Z<p>You should check out QuickConnectiPhone. It may do what you want. It can be found at https://sourceforge.net/projects/quickconnect/. It also lets you write your app in JavaScript, CSS, and HTML and yet install it on a device.</p>
<p>There is an API that will allow you to make calls down to the Objective-C layer as well for phone vibration, GPS locations, accelerometer information, and some more. You can even extend this to other native phone behaviors as well.</p>
<p>The development blog for the framework is found at <a href="http://tetontech.wordpress.com" rel="nofollow">http://tetontech.wordpress.com</a></p>
http://stackoverflow.com/questions/315788/minimalist-cacheable-jquery-javascript-library-for-iphone/555604#5556042Answer by Parand for Minimalist cacheable jQuery/javascript library for iPhone?Parand2009-02-17T05:24:57Z2009-02-17T05:24:57Z<p>Found <a href="http://github.com/brianleroux/xui/tree/master" rel="nofollow">XUI</a>, looks like what I was looking for, although I haven't given it a try yet.</p>