Hi Philip , im really new in Gears i was looking something like u need and i found gearpad, that works with PHP. I need time to digest all this stuff.
On Aug 9, 12:19 pm, MackieRSA <[email protected]> wrote: > 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 inPHP/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, usingPHPand MySQL. > > My Question - To Achive offline and synchronization ability : > 1) Do I have to incorporate AJAX into my existingPHPsite? > 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 withPHP. > > 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 GearsPHP/MySQL > > > >PHPis 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. PHPcan serve the > > > page and the client's version is saved by gears in the manifest but > > >PHPcode is not ran on the client. I hope it helps, I am working on a > > > little proof-of-concept application that usesPHPon 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 ofPHPpages. Can I somehow make the > > > > site OFF-LINE usingPHP? > > > > > 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 -
