Clean URL's

2012-03-26 Thread Rick T
I am using Apache with Railo and I am in need to having my URL's looking something like this: www.somedomain.com/new/cool I want all request to use Railo, and all variables hidden. Any help on this is appreciated. ~| Order

Re: Clean URL's

2012-03-26 Thread Rick T
The existing site has this URL format, and they have tons of search engines already indexed. I have to move the entire site to a CF environment, and I don't want to introduce a new url pattern with fear of losing my search engine listings. I've had success with SES Converter:

Amazon Product Advertising API

2011-11-26 Thread Rick T
Hey guys having trouble getting this API to work. I was using an old script from Tom Dawe (http://amazonsig.riaforge.org) I then realized I was not getting commission, even though nothing was erroring out. Found out that this script is no longer valid. Found this new CFC

Session Variables

2011-10-18 Thread Rick T
cfapplication name=newapp sessionmanagement=yes sessiontimeout=#CreateTimeSpan(14,0,0,0)# My session expires in as little as 20 minutes, I dont understand why so early when I set the timeout for 14 days. ~| Order the Adobe

Re: I need some CF advocacy resources

2011-10-18 Thread Rick T
I hear ya man... here are some resources: http://www.forta.com/cf/using/list.cfm?categ_id=12 http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/products/coldfusion/pdfs/cf-evangelist-kit.pdf Blow them away! We have a new CEO and we are redoing the Website... again. We out sourced

Re: Session Variables

2011-10-18 Thread Rick T
Thanks guys! cfapplication name=newapp sessionmanagement=yes sessiontimeout=#CreateTimeSpan(14,0,0,0)# My session expires in as little as 20 minutes, I dont understand why so early when I set the timeout for 14 days.

Sorting Multidimensional Array that contain dates

2011-10-17 Thread Rick T
I got this array CFSET temp = ArrayNew(1) CFSET temp[1][1] = 5/1/2011 CFSET temp[1][2] = Sally CFSET temp[2][1] = 3/4/2011 CFSET temp[2][2] = John How do I sort this array so that the John on 3/4/2011 is first in the array?

Re: Sorting Multidimensional Array that contain dates

2011-10-17 Thread Rick T
Thanks Alan that worked, here is the final code that made it work for my situation: cfscript /** * Sorts a two dimensional array by the specified column in the second dimension. * * @return Returns an array. * @author Robert West (robert.w...@digiphilic.com) * @version 1, October 8,

Session Variable Trouble

2011-06-16 Thread Rick T
On my test server running Dev CF9, my site is working fine when dealing with sessions. I upload my site to a remote Railo server, and I set the session variable in a cfm file in the root. I goto another cfm file in the root, and it shows the session variable output which looks fine. I then

Re: Session Variable Trouble

2011-06-16 Thread Rick T
Drive, Suite 100 Hauppauge NY 11788 P : 631.231.6600 Ext. 119 F : 631.434.7022 http://www.austin-williams.com Great advertising can't be either/or. It must be . Plug in to our blog: AW Unplugged http://www.austin-williams.com/unplugged -Original Message- From: Rick T

SendGrid Code

2011-06-16 Thread Rick T
Anybody have some CFML SendGrid API code laying around? TIA ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: Button

2011-04-04 Thread Rick T
I simply put the variables in the URL of the Iframe SRC. Simple and effective. The data is not sensitive so no problems. security measures that block cross domain communication would also block XmlHttpRequest as well, otherwise it would be pointless. Yes, in general, but with

Re: Button

2011-04-03 Thread Rick T
Actually I figured out how to do this very simply by using an Iframe. The jQuery route carried lots of overhead. Rick Hi, Rick... What do exactly do you mean by it sends information to another site that records the data ? Is the information going to a database, or what? I can help you with

Re: Link Share

2011-04-01 Thread Rick T
This is sorta what I want, I don't want it to post my Facebook wall. I want to get the data it fetched and use it within my web site. Been looking around the Facebook forums, and everything I read is about ultimately posting the data to Facebook, nobody over there is looking to duplicate

Button

2011-04-01 Thread Rick T
I am looking to put a image on a page, when you click it, it sends information to another site that records the data, then the image on the original page changes to a different image (to show it was recorded) Any direction will be helpful. Thanks

Re: Button

2011-04-01 Thread Rick T
, do an ajax post to the remote server. On success, swap out the image with another image indicating success. On failure, probably swap out the image with another image indicating failure. Cheers, Judah On Fri, Apr 1, 2011 at 1:53 PM, Rick T rtuinenb...@gmail.com wrote: I am looking

Re: Button

2011-04-01 Thread Rick T
Thanks for that, the hard part is posting the data without the page the button is on having switch pages. It should remain on the same page. The data transfer should happen in the background. untested, but this should change your image img id=foo src=image1.gif onclick=changeMe(this) script

Re: Button

2011-04-01 Thread Rick T
I am moving this post to the jQuery section. Thanks for that, the hard part is posting the data without the page the button is on having switch pages. It should remain on the same page. The data transfer should happen in the background. untested, but this should change your image

Link Share

2011-03-31 Thread Rick T
I am trying to recreate the Link share feature on Facebook, I am able to extract images and product descriptions and prices from many sites, but I am having trouble with a few pages, such as this.

Re: Link Share

2011-03-31 Thread Rick T
It's not for SPAM, it so that my users can add links from the web as recommendations. But I understand your concern. I hope this is not going to be an automatic link share thing, there has been a lot of discussion about SPAM that is going around that is already doing this, and I will suspect

Re: Link Share

2011-03-31 Thread Rick T
I have not, I will take a look. I am assuming you are talking about the facebook developers site. Ok, now I know what you mean. Have you looked at the examples for this on the developers site? Regards, Andrew Scott http://www.andyscott.id.au/ It's not for SPAM, it so that my users can add

Re: Batch Website Screen Captures

2011-03-31 Thread Rick T
Check out shrinktheweb.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: Batch Website Screen Captures

2011-03-31 Thread Rick T
We need to capture the home pages of thousands of websites using a batch file. We've tried Webshots with mixed success. Can anyone recommend a different program to try? http://www.websnapr.com/ goes to 1024x768 ~| Order

Can somebody translate this to coldfusion?

2009-09-10 Thread Rick T
#define STX 0x02 #define ETX 0x03 short int calculate_lrc(char *packet) { char *lrc_ptr; short int lrc = 0; lrc_ptr = packet; if( ! (lrc_ptr = strchr (lrc_ptr, STX )) ) return (-1); ++lrc_ptr; do { lrc ^= *lrc_ptr++; } while

Google Adsense API

2007-02-09 Thread Rick T
Anybody have some CF Adsense API code to share. Any info/code is appreciated. ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform RIAs