Trying to perfect SES urls - Integrating Coldbox with Cartweaver 3

2014-02-10 Thread Matt Gibson
Hi guys, some advice or guidance would be great on this please. We are using Cartweaver 3 and have basic redirects setup for our category pages, product pages and brand pages. In my opinion the redirects are very logical and work well, however we have been advised by our SEO company that we

cfheader

2014-02-10 Thread Rob Voyle
Hi folks I am using cfheader name=Content-disposition value=inline;filename=#handout# cfcontent type=application/pdf file=#handoutfile# deleteFile = no to display a pdf and it works fine, but I would like to open it in a new window Is there a way to open the pdf in a new browser window

Re: cfheader

2014-02-10 Thread Steve Milburn
Why not put target=_blank in the a tag on the page that is linked to the pdf? Steve On Mon, Feb 10, 2014 at 9:56 AM, Rob Voyle robvo...@voyle.com wrote: Hi folks I am using cfheader name=Content-disposition value=inline;filename=#handout# cfcontent type=application/pdf

cfquery multiple column search

2014-02-10 Thread fun and learning
All - I am working on a search functionality for multiple columns of data. I using 'OR' condition for searching on a single search input. For example on front end i have a search input box, and I can enter either numeric or alphabets or alphanumeric characters. How can I handle this using

Re: Trying to perfect SES urls - Integrating Coldbox with Cartweaver 3

2014-02-10 Thread Jon Clausen
Matt, Though I’m a huge fan of CB, here’s really no need for Coldbox, if all you want is the SES URL functionality, plus CW isn’t really designed in a way that plays well with frameworks. I had a CartWeaver site set up a few years ago with SES urls. The steps to modify are, basically, as

Re: cfheader - thanks

2014-02-10 Thread Rob Voyle
Thanks Steve - so simple! On 10 Feb 2014 at 10:02, Steve Milburn wrote: Why not put target=_blank in the a tag on the page that is linked to the pdf? Steve ~| Order the Adobe Coldfusion Anthology now!

Re: Trying to perfect SES urls - Integrating Coldbox with Cartweaver 3

2014-02-10 Thread Matt Gibson
Hi Jon, that's really interesting and thank you for the advice! I had an idea that something like this would be required, it's just setting up the right system to accommodate. Do you freelance? Would you be interested in helping me out on this project? It is somewhat outside my area of

Re: Trying to perfect SES urls - Integrating Coldbox with Cartweaver 3

2014-02-10 Thread Matt Gibson
Hi Jon, that's really interesting and thank you for the advice! I had an idea that something like this would be required, it's just setting up the right system to accommodate. Do you freelance? Would you be interested in helping me out on this project? It is somewhat outside my area of

RE: cfquery multiple column search

2014-02-10 Thread David Phelan
You need to verify that the search terms you are providing for that column are numeric. The cfqueryparam does that but returns an error when it finds a problem. It's up to you to make sure that you are providing the proper type for the columns you are querying. In this case if the search

Re: Trying to perfect SES urls - Integrating Coldbox with Cartweaver 3

2014-02-10 Thread Matt Gibson
Actually you know what, I think we already have something similar to this but we would like to remove the value instead of using the name and value in the url. Eg. instead of http://www.ourwebsite.com/product-name-sku-01 we'd like http://www.ourwebsite.com/product-name Hi Jon, that's