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: >http://develo

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 t

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 (https://gist.github.co

Re: Session Variables

2011-10-18 Thread Rick T
Thanks guys! > 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 Ado

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 >t

Session Variables

2011-10-18 Thread Rick T
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 Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?ta

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: /** * 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, 2002 */ f

Sorting Multidimensional Array that contain dates

2011-10-17 Thread Rick T
I got this array How do I sort this array so that the John on 3/4/2011 is first in the array? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion

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: http://www.houseoffusion.com/g

Re: Session Variable Trouble

2011-06-16 Thread Rick T
http://www.austin-williams.com/unplugged > > -Original Message- > From: Rick T [mailto:rtuinenb...@gmail.com] > Sent: Thursday, June 16, 2011 3:26 PM > To: cf-talk > Subject: Session Variable Trouble > > > On my test server running Dev CF9, my site is working

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 vi

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 Xml

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 y

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

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 > > > > >function changeMe(obj) >{ >obj.src = "image2.gif

Re: Button

2011-04-01 Thread Rick T
. Inside the OnClick, 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

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: 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 func

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 ~| Ord

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: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messagei

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

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

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. http://www.brookstone.com/ipod-accessories_iPad-Accessories_bluetooth-keyboard-portfolio-for-iPad-

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 (*lrc_

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 http:http://ad.doubleclick.net/clk;56760