Hi Daniel,

Thank you ,again, very much for the info and reference site
RememberTheMilk.com. The "Tasks" feature @ RememberTheMilk.com is
almost identical to what I need for the site I did in PHP/MySQL. My
CRM site has a "Activity Management" feature, where the logged in
users can create activities and invite attendees. This done ALL on-
line, using PHP and MySQL.

My Question - To Achive offline and synchronization ability :
1) Do I have to incorporate AJAX into my existing PHP site?
2) Should I rather create NEW html/AJAX pages that will handle the off-
line features?

Do you have any other examples similar to RememberTheMilk.com, were I
can see the source code?

The problem is, I never worked with AJAX, I am familiar with PHP.

As you can see..I am really stuck at the moment.

I might have to consider sub contracting this out..

Thanks in advance..

-Philip


On Aug 5, 1:43 am, "J. Daniel Cook" <[email protected]> wrote:
> It is possible, basically what you have to do is have the site work primary
> through AJAX calls and store the data on the client-side, to be synchronized
> when next connected.  Look at RememberTheMilk.com.  The site is all
> JavaScript and they synchronize when online.
> -Daniel
>
> On Fri, Jul 31, 2009 at 7:11 AM, Philip Mc Lennan <[email protected]>wrote:
>
>
>
>
>
> > Hi Daniel,
>
> > Man thanks for the feedback.
>
> > So will I be able to do this?
>
> > Have my users flip open their laptops in a plane, login to my CRM system
> > (off0line) and create a new activity. Then when they get connected to the
> > internet be able to synchronize the data, and add the new activity to the
> > online WEB database (MySQL).
>
> > Regards
>
> > Philip
>
> > -----Original Message-----
> > From: [email protected] [mailto:[email protected]]
> > On
> > Behalf Of dcunited
> > Sent: 28 July 2009 04:57 PM
> > To: Gears Users
> > Subject: [gears-users] Re: Google Gears PHP/MySQL
>
> > PHP is a SERVER side language while gears works on the CLIENT.  In
> > order for the application to be useful with Gears it has to do some of
> > the application work on the CLIENT via javascript.  PHP can serve the
> > page and the client's version is saved by gears in the manifest but
> > PHP code is not ran on the client.  I hope it helps, I am working on a
> > little proof-of-concept application that uses PHP on the server and JS
> > on the client.
>
> > -dcunited
>
> > On Jul 27, 6:42 am, MackieRSA <[email protected]> wrote:
> > > Ok Thanks for the feedback and the info!
>
> > > So.. I now have the Database Method out the way, what about the fact
> > > that my site consist entirely of PHP pages. Can I somehow make the
> > > site OFF-LINE using PHP?
>
> > > Sorry for the basic questions, but I am new to Gears.
>
> > > regards
>
> > > Mackie
>
> > > On Jul 16, 12:45 am, pervasync <[email protected]> wrote:
>
> > > > I don't think you can achieve this using Gears as Gears does not
> > > > support MySQL. However, you can achieve this easily using Pervasync
> > > > which can synchronize the off-line MySQL DBs with the on-line MySQL
> > > > DB. Seehttp://www.pervasync.comformoreinfo.
>
> > > > Pervasync Software
>
> > > > On Jul 14, 7:19 am, MackieRSA <[email protected]> wrote:
>
> > > > > I Have developed a online Web-based CRM system for a client. They
> > > > > require some Off-line ability. The system consist of a login, browse
> > > > > and edit and delete fascility.
>
> > > > > Can I achieve an Off-line ability using Google Gears , PHP/MySQL.
>
> > > > > Regards
>
> > > > > Mackie
>
> --
> J. Daniel Cook
> Phone: 404.939.0431- Hide quoted text -
>
> - Show quoted text -

Reply via email to