I've committed to using the new deferred functionality in 1.5, which
was a savior when doing SQLite calls. And sure, I could spend the
time to roll my own for all the functionality, but I'd prefer to find
out if anyone has done it this way rather than reinvent the wheel.
Kthnxbye.
Scott.
> --
> You received this message because you are subscribed to the Google
> Groups "iPhoneWebDev" group.
> To post to this group, send email to iphone...@googlegroups.com.
> To unsubscribe from this group, send email to iphonewebdev...@googlegroups.com
> .
> For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en
> .
>
[...]
> The client and the server should not be coupled. IF they are, you've
> got more porblems then jQUery.
>
than, not then.
The client and the server should not be coupled. IF they are, you've
got more porblems then jQUery.
And sure, I could spend the
> time to roll my own for all the functionality,
Functionality to do what?
--
Garrett
This is a web application that uses the HTML5 local DB to collect data
from the database server and store it locally for use offline. And
yes, all transactions with the "online" database server are handled
seperately via ajax. When the user is done updating his/her data in
the offline database, the connection is checked and new, modified data
is sent back to the database server when available.
So, I guess I am coupled with the local DB in that regard. Is there
an alternative that I wasn't aware of?
Scott.
[...]
> So, I guess I am coupled with the local DB in that regard. Is there
> an alternative that I wasn't aware of?
>
You might be able to change it to use localStorage
http://dev.w3.org/html5/webstorage/
[snipped fullquote]
--
Garrett
+1
w3c recommands IndexedDB as a replacement, with no industry echo. Perhaps iOS5?
LocalStorage is a key-value db, like cookies, nothing you can compare to SQL.
Please keep this mailing-list a friendly place.
Back to the initial question, a min JQuery lib is around 4 or 6kb so what is exactly your problem of manifest per-file size limitation?
R.
Obviously I'm not using the jquery downloader correctly--honestly,
this project is my first (wonderful) foray into the world of jQuery.
My jQuery minified version (1.5.1) weighs in at 85K. What am I doing
wrong?
Thanks!
Scott.
Do you want give the client an application that can be expected to
work in the future or do you want to take the money and run?
--
Garrett
I mean industry / device maker / mOS have a better LocalDatabase
support for now... for now.
It doesn't mean support is good, it just mean you have better chances
to find out a LocalDatabase support than an IndexedDB one.
Can't remember for Android, but iOS is ok, Blackberry relies on Gears
for OS5 and LocalDatabase for OS6 (can't tell yet for Playbook but i
guess it's pretty much the same WebKit impl than OS6), WindowsPhone7
doesn't support any HTML5 for now and IE9 doesn't support most APIs
(just elements + some CSS3) so you'd better use Silverlight there.
R.
--
Kinds Regards,
Remi Grumeau
[...]
>
> So the "it" I am trying to solve is this: jquery-1.5.1.min.js is too
> large. I need the library (or critical parts of it) to be broken up
> enough to keep uncompressed file size to under 15K. Number of files
> at this point is irrelevant.
>
> My apologies if I was unclear.
>
>
Ah, what I meant is more close to the req; that is, what your customer
wants. Most things have a multitude of solutions.
--
Garrett
[...]
>> Can't remember for Android, but iOS is ok, Blackberry relies on Gears
>> for OS5 and LocalDatabase for OS6 (can't tell yet for Playbook but i
>> guess it's pretty much the same WebKit impl than OS6), WindowsPhone7
>> doesn't support any HTML5 for now and IE9 doesn't support most APIs
>> (just elements + some CSS3) so you'd better use Silverlight there.
>
> Good grief, glad I'm not doing local storage then. Browser wars redux
> (more or less).
Except testing is so much more fun.
...
j/k.
BTW Gears was abandoned over a year ago.
--
Garrett
Oh yeah, so much fun...... specially on BB :S
>
> BTW Gears was abandoned over a year ago.
> --
> Garrett
But BB OS4 & 5 still ship it
Implementors should be aware that this specification is not
stable. Implementors who are not taking part in the discussions
are likely to find the specification changing out from under them
in incompatible ways. Vendors interested in implementing this
specification should join the aforementioned mailing lists and
take part in the discussions.
The specification reached an impasse: all interested
implementors have used the same SQL backend (Sqlite), but
we need multiple independent implementations to proceed
along a standardisation path.
As well as suggesting alternative technologies:
| The Web Applications Working Group continues work on
| two other storage-related specifications: Web Storage
| and Indexed Database API.