scraping meta tags

2010-03-18 Thread Richard Steele
We'd like to pull meta tags from the home page of various websites. Here's how we'd like for this to work: 1. SQl table listing over 3,000 urls is queried. 2. Pull the meta tags and description from each of the home pages of these websites. 3. Insert these meta tags into a database. What's

RE: scraping meta tags

2010-03-18 Thread Paul Vernon
What's the best way to accomplish this? In particular, how do we scrape the meta tags using CF8? Here's how I'd approach it. 1. Write a spider using CFHTTP at its core. 2. Write a parser that can parse cfhttp.filecontent looking for the meta tags you're interested in 3. Create a loop that

Re: cfxImage (gafware) IE8 JPEG colour rendering problem.

2010-03-18 Thread Darius Florczyk
Hi In case someone else has the same issue. I wanted to convert all the apps to ImageCFC but after inventory it turned out to be about 30 some effected websites. I set out to try to track down easier solution. I found this post explaining the issue and the solution which is to replace the

Re: cfxImage (gafware) IE8 JPEG colour rendering problem.

2010-03-18 Thread Darius Florczyk
Sorry about all the typos, need to post after coffee :) Hi In case someone else has the same issue. I wanted to convert all the apps to ImageCFC but after inventory it turned out to be about 30 some effected websites. I set out to try to track down easier solution. I found this post

Re: Data Parse error

2010-03-18 Thread Steven Sprouse
I'm sorry, I'm just not getting it. I've spent a week on this form and I'm just about ready to throw in the towel. I tried this change, but still got the parse error. Not even sure if this is the correct use of cfqueryparam cfquery datasource=filemaker_srmastaff name=newRegistration

RE: Data Parse error

2010-03-18 Thread DURETTE, STEVEN J (ATTASIAIT)
Remove all the quotes around the cfqueryparams. ColdFusion will deal with the quotes for you when you use the cfqueryparam tag. -Original Message- From: Steven Sprouse [mailto:sspro...@ccboe.com] Sent: Thursday, March 18, 2010 10:10 AM To: cf-talk Subject: Re: Data Parse error I'm

Re: Data Parse error

2010-03-18 Thread Jason Fisher
The double quotes are your problem. This will NOT work: cfqueryparam value=#Form.First# cfsqltype=cf_sql_varchar This is all you need: cfqueryparam value=#Form.First# cfsqltype=cf_sql_varchar The cfqueryparam already handles the correct quotes based on the cfsqltype for each element.

Re: Data Parse error

2010-03-18 Thread Steven Sprouse
Do I need the commas? I've tried it without the quotes and with single quotes and am still getting the same error. Parse error in SQL. This is a filemaker database and all of the datatypes are TEXT. Does that mean anything?

Re: Data Parse error

2010-03-18 Thread Scott Stewart
Steven, You will still need the commas. Chapter 7 of this:http://www.filemaker.com/downloads/pdf/fm10_odbc_jdbc_guide_en.pdf may help you out as well. On Thu, Mar 18, 2010 at 10:37 AM, Steven Sprouse sspro...@ccboe.com wrote: Do I need the commas? I've tried it without the quotes and with

Re: CF-based picture-gallery

2010-03-18 Thread cf-talk
Hi Toni, thank you ! I will have a look into it. Uwe http://cfimagemanager.com/downloads/cfimagemanager_5.7.09.4pm.zip I never officially released it but it does everything you listed. ~| Want to reach the ColdFusion

Re: Data Parse error

2010-03-18 Thread Steven Sprouse
Well, I'd say I'm officially stuck then. Looks like Text datatype in filemaker converts to varchar, which is what I have. I've removed the quotes around the cfqueryparam statements. The form is still not putting the data into the database. Would dropdown or check boxes convert the data type

Re: Data Parse error

2010-03-18 Thread Scott Stewart
Steven, The form will only post values not datatypes. I'd go back to the database and make sure of the receiving datatypes. Could you repost the error that ColdFusion is throwing? Thanks sas On Thu, Mar 18, 2010 at 11:42 AM, Steven Sprouse sspro...@ccboe.com wrote: Well, I'd say I'm

Re: Data Parse error

2010-03-18 Thread Carl Von Stetten
Steven, Try simplifying your insert query to troubleshoot the problem. Remove all but the first field from the query and test. Add one more field and test, rinse and repeat. Also, enable debugging in CF Administrator, and make sure that you add your computers IP address to the debug list.

CFDIV does not work in IE8 and any one review domain?

2010-03-18 Thread Glyn Jackson
Hi could someone take a look at the following domain... http://www.she-says.net/ In Firefox, Chrome etc the cfdiv works however in IE 8 when you click submit, read answer then it brakes coming back i.e. does not display. any reason why this happens in IE8? code below cfajaximport

Re: Data Parse error

2010-03-18 Thread Sam
Try outputting your results, past it into a sql window and execute it cfoutput INSERT INTO SRAStaff (First, Last, MI, EmpID, CurrentSchool, CurrentSubjectOrGr, PhoneHome, PhoneCell, PhoneWork, Voicemail, Address, City, State, Zip, Email, ApplyPosition, ApplySchool, SchoolApplyOther,

CF, Flex and EXTJS

2010-03-18 Thread Richard White
Hi we used to use dhtmlx for our interface components but found it was very slow. We were pointed to Ext JS and think it is brilliant. However, we are just wondering where flex fitd in. do you guys use flex instead of ext js, or do you combine the two? we would appreciate any general advice

Re: Get the UTC offset of a future date

2010-03-18 Thread Judah McAuley
That looks great Paul, thank you muchly. Judah On Mon, Mar 15, 2010 at 5:53 PM, Paul Hastings p...@sustainablegis.com wrote: http://www.sustainablegis.com/projects/tz/testTZCFC.cfm ~| Want to reach the ColdFusion

RE: CF, Flex and EXTJS

2010-03-18 Thread Andy Matthews
The two technologies, Flex and Ext JS, do very similar things in different ways. I'd say that it all depends on where your comfort level is. If your team knows Actionscript 3 (or Java) already, then Flex might be a good fit. If, on the other hand, you have JavaScript experts, you might want to

Re: CF, Flex and EXTJS

2010-03-18 Thread Won Lee
EXTJs, the version that ships with your CF server, is also free to use in production as it is part of your CF Server license. Don't know about Flex in production. On Thu, Mar 18, 2010 at 1:06 PM, Andy Matthews li...@commadelimited.comwrote: The two technologies, Flex and Ext JS, do very

Re: Change JRun's 404 message?

2010-03-18 Thread Dan LeGate
Hmm.. it didn't work. I found the jsp mapping, chose Edit and selected Verify that file exists. Still shows the JRun error. Restarted the service and even the server to see if that was required to activate it. Nope - still get standard JRun 404 message. I don't mind if this breaks things.

CF-Based Content Management Systems

2010-03-18 Thread Peter Donahue
Good afternoon everyone, I just got off of the phone with a client that is considering using a content management system (CMS) to manage her Web site. The developer she hired to redesign her pages suggested using an Adobe product to insure that the CMS is robust and to be sure all

Re: CF-Based Content Management Systems

2010-03-18 Thread Jake Churchill
Definitely go with Farcry. http://www.farcrycms.org. There is a blogging plugin for it as well. -Jake On Thu, Mar 18, 2010 at 3:29 PM, Peter Donahue pdonah...@sbcglobal.netwrote: Good afternoon everyone, I just got off of the phone with a client that is considering using a content

RE: CF-Based Content Management Systems

2010-03-18 Thread Che Vilnonis
Hands down... http://www.getmura.com/ -Original Message- From: Peter Donahue [mailto:pdonah...@sbcglobal.net] Sent: Thursday, March 18, 2010 4:30 PM To: cf-talk Subject: CF-Based Content Management Systems Good afternoon everyone, I just got off of the phone with a client that

RE: CF-Based Content Management Systems

2010-03-18 Thread Che Vilnonis
You can't go wrong with Farcry as well. -Original Message- From: Jake Churchill [mailto:reyna...@gmail.com] Sent: Thursday, March 18, 2010 4:42 PM To: cf-talk Subject: Re: CF-Based Content Management Systems Definitely go with Farcry. http://www.farcrycms.org. There is a blogging

Re: CF-Based Content Management Systems

2010-03-18 Thread Roger Austin
Peter Donahue pdonah...@sbcglobal.net wrote: Good afternoon everyone, I just got off of the phone with a client that is considering using a content management system (CMS) to manage her Web site. The developer she hired to redesign her pages suggested using an Adobe product to

RE: CF-Based Content Management Systems

2010-03-18 Thread Sebastiaan GMC van Dijk
I guess FarCry is the biggest, meanest CF-CMS-machine out there, but also the most overhead. Mura can do a lot for you, but might also be overkill. Why not see of BlogCFC or MangoBlog can do the thing your client wishes? Anything Adobe might also mean as long as it's a CFML-product, so

Re: CF-Based Content Management Systems

2010-03-18 Thread Tony Bentley
What? You guys have never heard of iMIS before. Talk about overhead. They moved it onto a .NET platform recently and it was really too much overhead. I've never used farcry but I know it is the best CFCMS out there. ~| Want

Re: Rotating CF Logs - best way?

2010-03-18 Thread Marie Taylore
I've done this. It rotates all logs except cfserver.log which is 48MB and growing. Anyone seen this behavior, or know how to get around it? On 3/17/2010 3:58 PM, Cameron Childress wrote: On Wed, Mar 17, 2010 at 1:30 PM, Marie Taylore mt4yl...@yahoo.com wrote: I have some ColdFusion logs

Tumblr loves me!

2010-03-18 Thread Andy Matthews
I recently released a ColdFusion library for tumblr called tumblrCFC: http://tumblrcfc.riaforge.org/ The tumblr staff found out about it and added it to their their 3rd party apps page under “Desktop + Mobile Applications”. http://www.tumblr.com/docs/en/apps Woohoo! andy

Re: Tumblr loves me!

2010-03-18 Thread denstar
Woohoo * 2! :Den -- Time-space as commonly understood, in the sense of the distance measured between two time-points, is the result of time calculation. Martin Heidegger On Thu, Mar 18, 2010 at 4:34 PM, Andy Matthews wrote: I recently released a ColdFusion library for tumblr called

Re: CF-Based Content Management Systems

2010-03-18 Thread Dave Watts
   I just got off of the phone with a client that is considering using a content management system (CMS) to manage her Web site. The developer she hired to redesign her pages suggested using an Adobe product to insure that the CMS is robust and to be sure all features are accessible by

Re: CF-Based Content Management Systems

2010-03-18 Thread Dave Watts
I've never used farcry but I know it is the best CFCMS out there. How can you possibly know that? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest

Re: Change JRun's 404 message?

2010-03-18 Thread Dave Watts
Any help/advice on getting JRun NOT to respond, and get my custom 404s working (which they do for all other requests) is much appreciated. Have you looked in the JRun documentation available online? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig

Re: scraping meta tags

2010-03-18 Thread Dave Watts
We'd like to pull meta tags from the home page of various websites. Here's how we'd like for this to work: 1. SQl table listing over 3,000 urls is queried. 2. Pull the meta tags and description from each of the home pages of these websites. 3. Insert these meta tags into a database.

Re: CF, Flex and EXTJS

2010-03-18 Thread Dave Watts
Don't know about Flex in production. Flex is certainly free to use in production. The only cost to using Flex is that you may choose to purchase Flex Builder for development. That is optional, however. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig

RE: CFDIV does not work in IE8 and any one review domain?

2010-03-18 Thread Scott Stewart
Glyn Is it just me or is there no opening CFDIV? -Original Message- From: Glyn Jackson [mailto:glyn.jack...@newebia.co.uk] Sent: Thursday, March 18, 2010 12:02 PM To: cf-talk Subject: CFDIV does not work in IE8 and any one review domain? Hi could someone take a look at the following

Re: CF-Based Content Management Systems

2010-03-18 Thread denstar
On Thu, Mar 18, 2010 at 6:46 PM, Dave Watts wrote: I've never used farcry but I know it is the best CFCMS out there. How can you possibly know that? ESP? -- To dwell is to garden. Martin Heidegger ~| Want to reach the

(ot) cf.Objective(ANZ) 2010 - Nov 18 19, Melbourne - Australia - Call for Speakers

2010-03-18 Thread Kai Koenig
The only Australian and New Zealand conference aimed specifically at the hardcore*** end of ColdFusion development is back in 2010. Come November 18 and 19 of this year, we'll be picking up where we left off with a bigger and better event than last year. We have an awesome new venue, great

Re: scraping meta tags

2010-03-18 Thread denstar
On Thu, Mar 18, 2010 at 6:51 PM, Dave Watts wrote: We'd like to pull meta tags from the home page of various websites. Here's how we'd like for this to work: 1. SQl table listing over 3,000 urls is queried. 2. Pull the meta tags and description from each of the home pages of these