Re: let me know how to build site like this

2013-01-27 Thread Tran Cao Thai
The only way to do it is using your brain On Jan 28, 2013 1:22 PM, "Vaibhav.Pathak" wrote: > HI > > every one plaese let me know which api i hav to use to build site like > > www.freetocompare.ie > > thanks & reagrd's > > > -- > Like Us on FaceBook https://www.facebook.com/CakePHP > Find us on T

Re: Cost of cakePHP2 developers

2012-03-29 Thread Tran Cao Thai
lol, depend on the country, you cannot count it in USD. Converting it into burger is better. Say, in my country, 1 hours of senior developer can buy only 2 burgers :(( On Wed, Mar 28, 2012 at 5:03 PM, DerekGardiner wrote: > Does anyone know what the typical hourly rate of a cakephp dev (in > USD)

Re: How to develop application on Facebook with CakePHP?

2012-01-03 Thread Tran Cao Thai
what about this http://www.webtechnick.com/blogs/view/229/CakePHP_Facebook_Plugin_Auth_Facebook_and_more On Wed, Jan 4, 2012 at 9:47 AM, vino yulian wrote: > Hi all,, I am student and my final project is development online > application with CakePHP framework on Facebook.. > Then, I am finished

Re: image insertion

2011-09-13 Thread Tran Cao Thai
You should open the source page and see whether the path is correct or not On Tue, Sep 13, 2011 at 4:38 PM, Sivaramakrishnan S wrote: > > hi, > > Thanks for the reply, I tried the both, but no use. > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Che

Re: Which is the better IDE for cakePHP?

2011-09-13 Thread Tran Cao Thai
You should open the source page and see whether the path is correct or not On Tue, Sep 13, 2011 at 3:50 PM, AD7six wrote: > > > On Sep 13, 8:38 am, clod wrote: > > I use free PHP IDE http://www.codelobster.comCodelobster PHP Edition > with > > special CakePHP plug-in for Autocompelte for Help

Re: image insertion

2011-09-13 Thread Tran Cao Thai
make sure about your image path in database is relative path On Tue, Sep 13, 2011 at 3:02 PM, Andras Kende wrote: > what is ? > > Andras Kende > > > On Sep 13, 2011, at 2:14 AM, Sivaramakrishnan S wrote: > > > hi, > > i save the image path in mysql field.i get that path in controller > > and s

Re: Se Ya Cake..bake a dick cake frosting on your face...............

2011-09-11 Thread Tran Cao Thai
@flo.kl...@googlemail.com: Love you mail. Gmail should have a like button =)) On Sun, Sep 11, 2011 at 3:54 PM, flo.kl...@googlemail.com < flo.kl...@googlemail.com> wrote: > You know why nobody is saying anything? Because nobody is taking you > serious. There is no point getting into an argument w

Re: CakePHP without naming convention. is it possible?

2011-09-05 Thread Tran Cao Thai
that is the limitation of the framework, i think. If mapping is too difficult and it makes system hard to maintain in the future, maybe changing to the other frameworks is a not-too-bad solution (Zend ??? ) On Mon, Sep 5, 2011 at 7:19 PM, Cruisine wrote: > @WebbedIT > its up to 100 tables and

Re: Do you have Paypal Credit Card Payment Gateway code in php

2011-08-09 Thread Tran Cao Thai
hack this http://www.webtechnick.com/blogs/view/218/CakePHP_Paypal_IPN_Plugin On Wed, Aug 10, 2011 at 11:30 AM, rrvasanth wrote: > Dear Friends, > > Any body have sample paypal credit card payment code in php ...? > > Thanks > Vasanth > > -- > Our newest site for the community: CakePHP Video Tut

Re: What editor?

2011-06-20 Thread Tran Cao Thai
+ 1 for notepad. I love that tool. The only problem is i have to use a special monitor to highlight the syntax On Mon, Jun 20, 2011 at 4:32 PM, Ritesh R Aryal wrote: > These days I'm using NetBeans IDE 6.9.1 which seems OK for me to code > for any php based project (including CakePHP). > So you c

Re: an appointment system...

2011-04-28 Thread Tran Cao Thai
i used to play around with full calendar (a plugin of jquery) when doing my bachelor. It is good, but we still had to configure a lot (3000 lines of javascript). In my opinion, building everything from scratch is a lot better than trying to hack some complex systems. So if you still have time, bui

Re: Need a 'video capturing through webcam' tool or code

2011-03-25 Thread Tran Cao Thai
you can do that with jquery as well On Fri, Mar 25, 2011 at 7:00 PM, Stephen wrote: > Flash may be your answer: > > http://board.flashkit.com/board/showthread.php?t=737944 > > > On 25 March 2011 10:21, Rishab Jain wrote: > >> Hi All, >> >> I need a "video capturing through webcam" plugin for cak

Re: Does the CakePHP ready for 'Large Scale' web applications?

2011-02-02 Thread Tran Cao Thai
sorry for this off topic post ( i am newbie so be mercy :) ). How do we test the performance of the project which is already done ? like if 100 users use the system at the same time, how to evaluate which level of speed is fast and which is low? how do we know about the real benchmark of severa

Re: Session tracking

2011-01-18 Thread Tran Cao Thai
on that session_id and interact with that particular user (like show message and ask user to navigate to the account page... ) On Wed, Jan 19, 2011 at 1:09 PM, cricket wrote: > On Tue, Jan 18, 2011 at 12:36 AM, Tran Cao Thai > wrote: > > Hi cakers, > > > > I have been de

Re: need urgent help

2011-01-18 Thread Tran Cao Thai
from where do you call to the users controller ? On Tue, Jan 18, 2011 at 6:40 PM, andy_the ultimate baker < anandghaywankar...@gmail.com> wrote: > hi, > i m trying to redirect the action on a controller but it is > redirecting to another controller action. > //users_controller.php > function admi

Session tracking

2011-01-18 Thread Tran Cao Thai
Hi cakers, I have been developed a Paypal payment system recently. When user finish the payment, paypal will return the ipn to the system (which include the session id of the user). My question is how can i find out the user from the server based on his session id in order to empty his shopping ca