I will try to make small application for POS with MySQL in background. What
is best to use for client part? For the first time everything is on just
one MACMini.
1. Apache+PHP, and web access
2. Cocoa application connected on MySQL (from what books I can learn how to
connect Objective-c on MySQL?)
3. RealBASIC app.
4. Something other?
Thanks!!!
Damir
mariposas rand mair fheal greykitten tomys des anges - 23 Nov 2005 17:25 GMT
> I will try to make small application for POS with MySQL in background. What
> is best to use for client part? For the first time everything is on just
> one MACMini.
>
> 1. Apache+PHP, and web access
php syntax is a pain in the behind
but mysql 4 and 5 interfaces are built in for macs
and you can get an initial site up and running within a day
given the overhead for networking
you usually will not gain alot speed with c
arf meow arf - contemplate the serene vacuity of the gumbyism
if you meet buddha on the usenet
killfile him
Robert Atkins - 26 Nov 2005 02:41 GMT
> I will try to make small application for POS with MySQL in background. What
> is best to use for client part? For the first time everything is on just
> one MACMini.
>
> 1. Apache+PHP, and web access
Also consider Ruby on Rails for this sort of thing. All the benefits
(rapid development, web based) of php but with a nicer language, helpful
framework with testing built in.
Cheers, Robert.
Damir Sijercic - 28 Nov 2005 12:02 GMT
> I will try to make small application for POS with MySQL in background. What
> is best to use for client part? For the first time everything is on just
[quoted text clipped - 8 lines]
> Thanks!!!
> Damir
thanks