Re: number of active sessions in memory of CF

2011-01-05 Thread pierre paradoms
Nobody has an idea? KR, Pierre ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: SOT: Show time in field on click

2011-01-05 Thread Michael Grant
I was thinking the same thing. But nevermind. On Tue, Jan 4, 2011 at 6:48 PM, Russ Michaels r...@michaels.me.uk wrote: Still missing the point, but nevermind. -Original Message- From: Michael Grant [mailto:mgr...@modus.bz] Sent: 04 January 2011 18:21 To: cf-talk Subject: Re:

Re: Beta Tester Wanted for new CF (MVC) Framework

2011-01-05 Thread Russ Michaels
Steve, I'm personally not sure if yet another framework is needed, we have quite a few now from simple (cfwheels or FW/1) for all singing all dancing OOP behemoths (ColdBox) but kudos for trying and I hope it works out for you. While I think all these security concerns are valid, and it would be

CFC binding to multiple cfselects

2011-01-05 Thread Anthony Doherty
Hi guys im having trouble with this setup. Let me explain - I have three cfselect fields and each one of them is related so we have category / sub-category / products. I keep getting and Internal Server Error when i initially browse to the page. yet the cfselects all work correctly producing

Re: (ot) jQuery Facebook Wall Display

2011-01-05 Thread Dan O'Keefe
Justin, Are you looking for the Recent Activity as shown on this site: http://www.campuscircle.com/ Dan On Tue, Jan 4, 2011 at 8:04 AM, Justin Scott jsc...@gravityfree.com wrote: Is anyone aware of a jQuery plugin (or script which uses jQuery) to pull a Facebook feed from their graph API

Grid Suggestion

2011-01-05 Thread fun and learning
Hi All- Currently i have a grid with around 25 to 30 columns. a)The first 5 columns are frozen columns. The data for these columns are text values or simple numbers b) The values for other 25 columns are images. c) Also implementing highlight row functionality on hover and on click of the

Re: Grid Suggestion

2011-01-05 Thread Michael J. Sprague
Not sure about column freezing but I'd take a look at SlickGrid: https://github.com/mleibman/SlickGrid/wiki On Wed, Jan 5, 2011 at 10:05 AM, fun and learning funandlrnn...@gmail.comwrote: Hi All- Currently i have a grid with around 25 to 30 columns. a)The first 5 columns are frozen

Calling local web service, AXIS error

2011-01-05 Thread Ross Steven
Hi, I'm trying to call a local web service and I receive an AXIS error each time. I'm running WinXP, CF 8.01, Apache 2.2, and Java 1.6.0_04. My paths are correct in my vhsots as I can invoke components, but not when I call a web service. I even tried manually entering it in the admin and

Re: Grid Suggestion

2011-01-05 Thread fun and learning
Not sure about column freezing but I'd take a look at SlickGrid: https://github.com/mleibman/SlickGrid/wiki On Wed, Jan 5, 2011 at 10:05 AM, fun and learning funandlrnn...@gmail.comwrote: Hi Michael, Thanks for the suggestion. is there an example of using slickgrid with coldfusion for

Re: Grid Suggestion

2011-01-05 Thread Michael J. Sprague
I don't have any examples here at the office but I have used it on personal projects without much trouble. View source is your friend here. Look at the examples and you'll see the JSON used to pass data in and you can recreate it based on that. On Wed, Jan 5, 2011 at 11:13 AM, fun and learning

Re: Beta Tester Wanted for new CF (MVC) Framework

2011-01-05 Thread Steve Bryant
Russ, Thanks for your comment and encouragement. The scrutiny is certainly valid. I don't think the problem is as serious as it first appeared, but it is with regard to all uploaded files handled by the framework so it is a pretty significant area of concern and definitely something I am

RE: Beta Tester Wanted for new CF (MVC) Framework

2011-01-05 Thread Russ Michaels
I can certainly see the advantage in NOT routing everything through index.cfm, it is more SEO friendly without having to use URL rewriting etc, plus I would expect the pages to be more editable. This is one annoying thing with frameworks in general, if you are not using a CMS then editing content

Re: Beta Tester Wanted for new CF (MVC) Framework

2011-01-05 Thread Steve Bryant
Exactly! No need to set up URL rewriting and if you want to edit content for the URL /my-folder/my-file.cfm then just open the file at that location and edit it. If you want to set up some URL rewriting so that the URL is /my-folder/my-file/ (or anything else) instead, nothing in the

RE: (ot) jQuery Facebook Wall Display

2011-01-05 Thread Justin Scott
Are you looking for the Recent Activity as shown on this site: http://www.campuscircle.com/ Not exactly. That plugin shows what other people are doing with the content on the site (i.e. so-and-so shared such-and-such page) and would be customized to the visitor if they were logged in to

SQL 2008 standard vs. web

2011-01-05 Thread Michael Dinowitz
There are a few different versions of SQL 2008. One of them is billed as SQL server web which is focused on being the backend for a data driven website. Has anyone used this and have they had any problems? Any real differences between this and SQL 2008 standard? I'm inclined to go with the web

RE: SQL 2008 standard vs. web

2011-01-05 Thread Russ Michaels
They're close, but not quite the same. The primary difference is the licensing . The other differences are around mirroring (web can only serve as a witness), publishing (web can only subscribe), and perf (web does not come with SQL Profiler). There are more differences when you get out of the

RE: SQL 2008 standard vs. web

2011-01-05 Thread Justin Scott
There are a few different versions of SQL 2008. One of them is billed as SQL server web which is focused on being the backend for a data driven website. Has anyone used this and have they had any problems? The engine itself should be essentially the same between editions, the main

Re: SQL 2008 standard vs. web

2011-01-05 Thread Dave Watts
There are a few different versions of SQL 2008. One of them is billed as SQL server web which is focused on being the backend for a data driven website. Has anyone used this and have they had any problems? Any real differences between this and SQL 2008 standard? I'm inclined to go with the

Auto Complete

2011-01-05 Thread George Campbell
Hello All, I am running CF8 and I would like to implement a text box that would auto-complete with a drop down. I would like it to work as if I was using Outlook to look up a person in the Data-base. ~| Order the Adobe

Re: Auto Complete

2011-01-05 Thread Charlie Griefer
On Wed, Jan 5, 2011 at 12:32 PM, George Campbell gtc1...@gmail.com wrote: Hello All,     I am running CF8 and I would like to implement a text box that would auto-complete with a drop down. I would like it to work as if I was using Outlook to look up a person in the Data-base.

(ot) passing URL parameters

2011-01-05 Thread Stephens, Larry V
Not strictly CF but at least it's in a CF program... a href=AnotherPage.cfm?id=4duh=somethingdit=else In AnotherPage.cfm are references #URL.id#, etc. If everything (at least as far as the URL references) is correct, I get a page not found error. If I intentionally cause an error, say by

Can CF catch this specific error?

2011-01-05 Thread Don
I want to try and catch this and only this specific error with CF. Possible? and if so how exactly would I do that? coldfusion.tagext.io.FileUtils$InvalidUploadTypeException: The MIME type of the uploaded file image/pjpeg was not accepted by the server.

Re: Auto Complete

2011-01-05 Thread Adrocknaphobia
It's actually built-in to ColdFusion 8's cfinput tag. cfinput autosuggest=... / http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_i_07.html -Adam On Wed, Jan 5, 2011 at 2:42 PM, Charlie Griefer charlie.grie...@gmail.comwrote: On Wed, Jan 5, 2011 at 12:32 PM, George

Re: Auto Complete

2011-01-05 Thread Charlie Griefer
Ooh nice. I (obviously) hadn't used the built-in functionality. Did a quick google before answering, but all I saw in the results (at a quick glance) were using the jQuery autocomplete in conjunction with CF, so I assumed it wasn't there (built-in). My bad :) On Wed, Jan 5, 2011 at 2:12 PM,

RE: Can CF catch this specific error?

2011-01-05 Thread Andrew Scott
Sure can, this is untested and it will depend on whether it is the details or message. And this is CF9 script so you can easily translate this back to tags. Catch(Any e) { If(e.details contains ' MIME type of the uploaded file image/pjpeg was not accepted by the server ') { //... Do error

Re: SQL 2008 standard vs. web

2011-01-05 Thread Mike Chabot
A primary question to answer is whether you need the business intelligence tools that are part of the SQL Server platform, notably SSIS, which is not available in the Web edition. I use SSIS and SSRS extensively, so I have to use at least the Standard edition. You can always start with a cheap

What's the best way to investigate a Jrun.exe spike?

2011-01-05 Thread Philip Kaplan
Occasionally Jrun spikes on my Windows CF9 box. This causes the server to die until I restart ColdFusion. The site receives moderate traffic..some spikes but nothing huge. Ancient question, but what's the best way to investigate this? Thanks

Re: What's the best way to investigate a Jrun.exe spike?

2011-01-05 Thread Dan Baughman
Use cfstart to run coldfusion command line, and then do stack dumps using ctrl-pausebreak when it spikes. There is an adobe tech note on how to do that. In addition to that, Process Monitor from Mark Russinovich is also very good ( and free). On Wed, Jan 5, 2011 at 4:31 PM, Philip Kaplan

Accessing Specific CF8 Instances

2011-01-05 Thread Richard Steele
Is there a way to access particular instances that are running on a load balanced CF8 Enterprise server? If so, how is that done? thanks in advance. ~| Order the Adobe Coldfusion Anthology now!

CFQuery to mdb

2011-01-05 Thread Rick Eidson
I want to output the results to a MSAccess database file. I can output the results to a xls file pretty easily but I need to create a database and save the results to a table. I thought about creating a temp blank database and then creating the table, writing the data to it then copy the

Accessing Filezilla Server on a EC2 Windows 2008 Server

2011-01-05 Thread Richard Steele
I've successfully installed Filezilla server and it connects to our EC2 Windows 2008 Server 127.0.0.1. However, Our public ip address assigned by Amazon's elastic ip , works for the website, but not for ftp. I've added Filezilla to the Windows Firewall exception list. Not sure what else to

Re: CFQuery to mdb

2011-01-05 Thread Leigh
just seems like more than I need to do. I do not think so. It is not like exporting html/excel. An Access database consists of more than just the data itself (system tables, etcetera). So I am not sure there is a simpler way. Maybe using ms sql's export tools .. But why does it need to be a

Re: Accessing Specific CF8 Instances

2011-01-05 Thread James Holmes
You can access the administrator for a particular instance using the internal JRun webserver port. If you want to get to your apps on a particular instance you'll have to manipulate cookies (assuming you're using sticky sessions) so that the session ID starts with the the correct prefix for the

CFHTTP ad DNS servers that do not return error status codes

2011-01-05 Thread Rob Barthle
I'm running into a problem with CFHTTP. I like to use it on some projects to verify a URL before allowing it to be used. The problem I have is that on my local development environment, my DNS servers (Buckeye Express) don't return failure codes if an invalid URL is tested. My DNS instead

RE: CFQuery to mdb

2011-01-05 Thread Mark A. Kruger
You can seed a database with the schema then access it through passthrough file syntax... .a single prepared temp DB could do the trick. Basically you have a dummy access DSN setup, then you copy your prepped access file to a temp location, load it with data using the passthrough method, and