Re: need help with two sites - willing to pay $45/hour

2014-07-23 Thread Byron Mann

Matthew,

The site seemed to be responsive this morning, so I took a look at things
and have fixed the basic errors that were happening and the home page now
loads properly.

I've done the following.

Implemented an error handler in Application.cfm. So on error a full dump of
the error is shown using /error.cfm template.  It is a very basic handler.
You may want to edit this to present something better to end users when
error occur, and maybe email the error detail to your self.

Fixed the cfquery(s) in /cfcs/qry-todatabase.cfc.  Look like you were
attempting to use a standard connection string.  cfquery uses the
datasource attribute which is configured in the CFAdmin (which you already
provided as fatcat111).

The rest of the database calls in that file were using
#request.datasource#, so I did the same.  This variable was missing, so I
set this in the /fbx_settings.cfm (see line 24). There was also an
additional syntax error and this was resolved as well.

Let me know of anything further.

How would you like to handle payment.  I usually use PayPal, would this
suffice?  In all I've spent ~2 hours on this.

Regards,
Byron






On Wed, Jul 23, 2014 at 1:05 AM, Rakesh Prasad rkprasa...@gmail.com wrote:


 Hi,

 We have excellent experience in Coldfusion based website and web
 application development as mentioned below, Also we have a team of well
 experienced developers in Coldfusion technology.

 Experience : around 15 years
 Projects: 200 web application and website.

 We can provide help you to troubleshoot your website issues.

 Thanks  Regards
 RK Prasad





 On Tue, Jul 22, 2014 at 6:56 AM, Matthew Smith chedders...@gmail.com
 wrote:

 
  I have two sites with minor issues I need help with.
 
  http://www.theartoflovingcatsanddogs.com
  http://www.fatcate-juice.com
 
  The first is an image reference issue and the second has to do with a cfc
  issue.
 
  Please let me know if anyone is interested.
 
  Thanks.
 
  --
  Regards,
  chedder is bedder
 
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358982
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: need help with two sites - willing to pay $45/hour

2014-07-23 Thread Scott Stewart

Byron, no offense but did you really mean to send this out to the enitre
CF-Talk list?


On Wed, Jul 23, 2014 at 9:14 AM, Byron Mann byronos...@gmail.com wrote:


 Matthew,

 The site seemed to be responsive this morning, so I took a look at things
 and have fixed the basic errors that were happening and the home page now
 loads properly.

 I've done the following.

 Implemented an error handler in Application.cfm. So on error a full dump of
 the error is shown using /error.cfm template.  It is a very basic handler.
 You may want to edit this to present something better to end users when
 error occur, and maybe email the error detail to your self.

 Fixed the cfquery(s) in /cfcs/qry-todatabase.cfc.  Look like you were
 attempting to use a standard connection string.  cfquery uses the
 datasource attribute which is configured in the CFAdmin (which you already
 provided as fatcat111).

 The rest of the database calls in that file were using
 #request.datasource#, so I did the same.  This variable was missing, so I
 set this in the /fbx_settings.cfm (see line 24). There was also an
 additional syntax error and this was resolved as well.

 Let me know of anything further.

 How would you like to handle payment.  I usually use PayPal, would this
 suffice?  In all I've spent ~2 hours on this.

 Regards,
 Byron






 On Wed, Jul 23, 2014 at 1:05 AM, Rakesh Prasad rkprasa...@gmail.com
 wrote:

 
  Hi,
 
  We have excellent experience in Coldfusion based website and web
  application development as mentioned below, Also we have a team of well
  experienced developers in Coldfusion technology.
 
  Experience : around 15 years
  Projects: 200 web application and website.
 
  We can provide help you to troubleshoot your website issues.
 
  Thanks  Regards
  RK Prasad
 
 
 
 
 
  On Tue, Jul 22, 2014 at 6:56 AM, Matthew Smith chedders...@gmail.com
  wrote:
 
  
   I have two sites with minor issues I need help with.
  
   http://www.theartoflovingcatsanddogs.com
   http://www.fatcate-juice.com
  
   The first is an image reference issue and the second has to do with a
 cfc
   issue.
  
   Please let me know if anyone is interested.
  
   Thanks.
  
   --
   Regards,
   chedder is bedder
  
  
  
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358983
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: need help with two sites - willing to pay $45/hour

2014-07-23 Thread Byron Mann

Apologies to all, result of too many open windows and not enough coffee.


On Wed, Jul 23, 2014 at 9:44 AM, Scott Stewart webmas...@sstwebworks.com
wrote:


 Byron, no offense but did you really mean to send this out to the enitre
 CF-Talk list?


 On Wed, Jul 23, 2014 at 9:14 AM, Byron Mann byronos...@gmail.com wrote:

 
  Matthew,
 
  The site seemed to be responsive this morning, so I took a look at things
  and have fixed the basic errors that were happening and the home page now
  loads properly.
 
  I've done the following.
 
  Implemented an error handler in Application.cfm. So on error a full dump
 of
  the error is shown using /error.cfm template.  It is a very basic
 handler.
  You may want to edit this to present something better to end users when
  error occur, and maybe email the error detail to your self.
 
  Fixed the cfquery(s) in /cfcs/qry-todatabase.cfc.  Look like you were
  attempting to use a standard connection string.  cfquery uses the
  datasource attribute which is configured in the CFAdmin (which you
 already
  provided as fatcat111).
 
  The rest of the database calls in that file were using
  #request.datasource#, so I did the same.  This variable was missing, so I
  set this in the /fbx_settings.cfm (see line 24). There was also an
  additional syntax error and this was resolved as well.
 
  Let me know of anything further.
 
  How would you like to handle payment.  I usually use PayPal, would this
  suffice?  In all I've spent ~2 hours on this.
 
  Regards,
  Byron
 
 
 
 
 
 
  On Wed, Jul 23, 2014 at 1:05 AM, Rakesh Prasad rkprasa...@gmail.com
  wrote:
 
  
   Hi,
  
   We have excellent experience in Coldfusion based website and web
   application development as mentioned below, Also we have a team of well
   experienced developers in Coldfusion technology.
  
   Experience : around 15 years
   Projects: 200 web application and website.
  
   We can provide help you to troubleshoot your website issues.
  
   Thanks  Regards
   RK Prasad
  
  
  
  
  
   On Tue, Jul 22, 2014 at 6:56 AM, Matthew Smith chedders...@gmail.com
   wrote:
  
   
I have two sites with minor issues I need help with.
   
http://www.theartoflovingcatsanddogs.com
http://www.fatcate-juice.com
   
The first is an image reference issue and the second has to do with a
  cfc
issue.
   
Please let me know if anyone is interested.
   
Thanks.
   
--
Regards,
chedder is bedder
   
   
   
  
  
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358985
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: need help with two sites - willing to pay $45/hour

2014-07-23 Thread Matthew Smith

'
ok I got the pathing issue sorted.  I am having a weird issue with the home
page formatting.  I have a br and the page layout it putting the test to
the right, and the two last images are missing.  Not sure what is going on.
 Please download the latest files before you make any changes, I have added
text to the home page.

thanks.


On Wed, Jul 23, 2014 at 8:14 AM, Byron Mann byronos...@gmail.com wrote:


 Matthew,

 The site seemed to be responsive this morning, so I took a look at things
 and have fixed the basic errors that were happening and the home page now
 loads properly.

 I've done the following.

 Implemented an error handler in Application.cfm. So on error a full dump of
 the error is shown using /error.cfm template.  It is a very basic handler.
 You may want to edit this to present something better to end users when
 error occur, and maybe email the error detail to your self.

 Fixed the cfquery(s) in /cfcs/qry-todatabase.cfc.  Look like you were
 attempting to use a standard connection string.  cfquery uses the
 datasource attribute which is configured in the CFAdmin (which you already
 provided as fatcat111).

 The rest of the database calls in that file were using
 #request.datasource#, so I did the same.  This variable was missing, so I
 set this in the /fbx_settings.cfm (see line 24). There was also an
 additional syntax error and this was resolved as well.

 Let me know of anything further.

 How would you like to handle payment.  I usually use PayPal, would this
 suffice?  In all I've spent ~2 hours on this.

 Regards,
 Byron






 On Wed, Jul 23, 2014 at 1:05 AM, Rakesh Prasad rkprasa...@gmail.com
 wrote:

 
  Hi,
 
  We have excellent experience in Coldfusion based website and web
  application development as mentioned below, Also we have a team of well
  experienced developers in Coldfusion technology.
 
  Experience : around 15 years
  Projects: 200 web application and website.
 
  We can provide help you to troubleshoot your website issues.
 
  Thanks  Regards
  RK Prasad
 
 
 
 
 
  On Tue, Jul 22, 2014 at 6:56 AM, Matthew Smith chedders...@gmail.com
  wrote:
 
  
   I have two sites with minor issues I need help with.
  
   http://www.theartoflovingcatsanddogs.com
   http://www.fatcate-juice.com
  
   The first is an image reference issue and the second has to do with a
 cfc
   issue.
  
   Please let me know if anyone is interested.
  
   Thanks.
  
   --
   Regards,
   chedder is bedder
  
  
  
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358986
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: need help with two sites - willing to pay $45/hour

2014-07-23 Thread Matthew Smith

Understandable.  Mornings can be a bear.  No worries.


On Wed, Jul 23, 2014 at 8:54 AM, Byron Mann byronos...@gmail.com wrote:


 Apologies to all, result of too many open windows and not enough coffee.


 On Wed, Jul 23, 2014 at 9:44 AM, Scott Stewart webmas...@sstwebworks.com
 wrote:

 
  Byron, no offense but did you really mean to send this out to the enitre
  CF-Talk list?
 
 
  On Wed, Jul 23, 2014 at 9:14 AM, Byron Mann byronos...@gmail.com
 wrote:
 
  
   Matthew,
  
   The site seemed to be responsive this morning, so I took a look at
 things
   and have fixed the basic errors that were happening and the home page
 now
   loads properly.
  
   I've done the following.
  
   Implemented an error handler in Application.cfm. So on error a full
 dump
  of
   the error is shown using /error.cfm template.  It is a very basic
  handler.
   You may want to edit this to present something better to end users when
   error occur, and maybe email the error detail to your self.
  
   Fixed the cfquery(s) in /cfcs/qry-todatabase.cfc.  Look like you were
   attempting to use a standard connection string.  cfquery uses the
   datasource attribute which is configured in the CFAdmin (which you
  already
   provided as fatcat111).
  
   The rest of the database calls in that file were using
   #request.datasource#, so I did the same.  This variable was missing,
 so I
   set this in the /fbx_settings.cfm (see line 24). There was also an
   additional syntax error and this was resolved as well.
  
   Let me know of anything further.
  
   How would you like to handle payment.  I usually use PayPal, would this
   suffice?  In all I've spent ~2 hours on this.
  
   Regards,
   Byron
  
  
  
  
  
  
   On Wed, Jul 23, 2014 at 1:05 AM, Rakesh Prasad rkprasa...@gmail.com
   wrote:
  
   
Hi,
   
We have excellent experience in Coldfusion based website and web
application development as mentioned below, Also we have a team of
 well
experienced developers in Coldfusion technology.
   
Experience : around 15 years
Projects: 200 web application and website.
   
We can provide help you to troubleshoot your website issues.
   
Thanks  Regards
RK Prasad
   
   
   
   
   
On Tue, Jul 22, 2014 at 6:56 AM, Matthew Smith 
 chedders...@gmail.com
wrote:
   

 I have two sites with minor issues I need help with.

 http://www.theartoflovingcatsanddogs.com
 http://www.fatcate-juice.com

 The first is an image reference issue and the second has to do
 with a
   cfc
 issue.

 Please let me know if anyone is interested.

 Thanks.

 --
 Regards,
 chedder is bedder



   
   
  
  
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358988
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: need help with two sites - willing to pay $45/hour

2014-07-22 Thread Rakesh Prasad

Hi,

We have excellent experience in Coldfusion based website and web
application development as mentioned below, Also we have a team of well
experienced developers in Coldfusion technology.

Experience : around 15 years
Projects: 200 web application and website.

We can provide help you to troubleshoot your website issues.

Thanks  Regards
RK Prasad





On Tue, Jul 22, 2014 at 6:56 AM, Matthew Smith chedders...@gmail.com
wrote:


 I have two sites with minor issues I need help with.

 http://www.theartoflovingcatsanddogs.com
 http://www.fatcate-juice.com

 The first is an image reference issue and the second has to do with a cfc
 issue.

 Please let me know if anyone is interested.

 Thanks.

 --
 Regards,
 chedder is bedder


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358981
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


need help with two sites - willing to pay $45/hour

2014-07-21 Thread Matthew Smith

I have two sites with minor issues I need help with.

http://www.theartoflovingcatsanddogs.com
http://www.fatcate-juice.com

The first is an image reference issue and the second has to do with a cfc
issue.

Please let me know if anyone is interested.

Thanks.

-- 
Regards,
chedder is bedder


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358952
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: need help with two sites - willing to pay $45/hour

2014-07-21 Thread Mike K

I can help you.   I've been building coldfusion sites for about 15 years
now.  I have 39 sites I look after,  some of my own,   and all coldfusion
based.

I have some time available now to take on new projects. Let me know if
you are interested.

Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month



On Tue, Jul 22, 2014 at 11:26 AM, Matthew Smith chedders...@gmail.com
wrote:


 I have two sites with minor issues I need help with.

 http://www.theartoflovingcatsanddogs.com
 http://www.fatcate-juice.com

 The first is an image reference issue and the second has to do with a cfc
 issue.

 Please let me know if anyone is interested.

 Thanks.

 --
 Regards,
 chedder is bedder


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358954
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm