Re: iPhone: Adobe Doing Anything to Help Develop for It?

2007-06-23 Thread Paul Hastings
Dave Watts wrote: > The Apple site mentions that you can use YouTube from the iPhone. So, I'd be > surprised if there's no Flash Player. it seems they're getting google to reformat their videos into mpeg4 (or something): http://anandvardhan.com/2007/06/21/apple-says-iphone-will-play-youtube-vide

return struct to javascript with Opera

2007-06-23 Thread Andrew Grosset
I have a cfc which returns a struct to the javascript via ajax (JSMX), this works perfectly with IE and firefox but I can't fathom out why in Opera it doesn't work. the cfc basicly forma a struct like so: and in the javascript I use an alert (for testing) like so: alert(ye[0])

RE: iPhone: Adobe Doing Anything to Help Develop for It?

2007-06-23 Thread Dave Watts
> I'm not sure (we'll have to wait for proof) but engadget > reported late last week that the iPhone would NOT have a > flash player. The Apple site mentions that you can use YouTube from the iPhone. So, I'd be surprised if there's no Flash Player. > Personally I think it's huge mistake, but th

RE: iPhone: Adobe Doing Anything to Help Develop for It?

2007-06-23 Thread Jim Davis
> -Original Message- > From: Dave Watts [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 23, 2007 3:45 PM > To: CF-Talk > Subject: RE: iPhone: Adobe Doing Anything to Help Develop for It? > > > I was curious if anyone had heard any news about how Adobe > > might be looking to have their to

RE: Server Error

2007-06-23 Thread Dave Watts
> Hi - well still no luck rebooted after chaning things and > still get the error message - nothng seems to have changed. > > Thinking about uninstalling and reinstalling CF as well. That is unlikely to make any difference. Are you only getting this error using the Java browser applet? You don't

Looking for GOOD survey script.

2007-06-23 Thread kondo nugroho
I am looking for a good survey script (not POLL), which can run under coldfusion 5. If possible have function for branching (the next question is determined based on previous answer) something like http://www.limesurvey.org/ Somebody already have similar scripts, or can build similar for me with d

Re: Server Error

2007-06-23 Thread Peter Tanswell
Hi - well still no luck rebooted after chaning things and still get the error message - nothng seems to have changed. Thinking about uninstalling and reinstalling CF as well. Even thinking as this is only a development machine maybe trying CF8. Any ideas on whether this would be a reasonable app

RE: Server Error

2007-06-23 Thread Dave Watts
> Thanks for that - made that change but still getting the > error - might reboot and see if it is still occuring as well. As Dean mentioned, you might not be able to use the Java browser applet to choose the datasource, either. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Lea

Re: Server Error

2007-06-23 Thread Peter Tanswell
Thanks for that - made that change but still getting the error - might reboot and see if it is still occuring as well. On 6/24/07, Dave Watts <[EMAIL PROTECTED]> wrote: > > > How do I work this last one out? > > Just like the documentation tells you to: > http://livedocs.adobe.com/coldfusion/7/

RE: Server Error

2007-06-23 Thread Dave Watts
> How do I work this last one out? Just like the documentation tells you to: http://livedocs.adobe.com/coldfusion/7/htmldocs/0055.htm Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training center

How to architect question: custom fields

2007-06-23 Thread Eric J. Hoffman
We have an app, and differing clients are layering on top of the system, and each would like a few custom questions asked. So, I am faced with creating this and am wondering if anyone had some experience they can share. Basically create an add-on to allow custom fields. I created a client

Re: Server Error

2007-06-23 Thread Dean Lawrence
Pete, This sounds like a file permissions issue. CF admin still uses a java file browser to view the file system. If it cannot gain access to the file system, you get this error. There is also a setting in the Admin to allow this feature or not (I don't remember where or what it is called), which

Re: Server Error

2007-06-23 Thread Peter Tanswell
Hi there Yes - the access file I was trying to browse to was in the folder: c:/inetpub/wwwroot/contactmanager/database/contacts.mdb I can browse everything on the computer using search on vista What account is the ColdFusion server running as? If it's running as the default SYSTEM, it won't hav

RE: Server Error

2007-06-23 Thread Dave Watts
> I have recently installed ColdFusion 7.02 on Windows Vista. > It all appeared to be working fine, until I had to go an set > up datasource for a microsoft access database. Then I tried > setting up a mapping. When I tried both of these I get the > following error. > > IO error on server c

Re: Server Error

2007-06-23 Thread [Sunshine Tech Solutions] Ravi Gehlot
Pete, I am a Linux user. I haven't even given Vista a try yet but I heard that it has many permissions issues. Ravi. Peter Tanswell wrote: > Hi there > > I dont think its an access problem - it was working with CF7.02 previously > without any problems. I think it has to be a CF7-Vista issu

Re: Server Error

2007-06-23 Thread Peter Tanswell
Hi there I dont think its an access problem - it was working with CF7.02 previously without any problems. I think it has to be a CF7-Vista issue and quite likely a CF error or permission setting. I get the same error message when I try to browse for files when trying to set up mappings. Regards

Re: Server Error

2007-06-23 Thread [Sunshine Tech Solutions] Ravi Gehlot
Pete, You can also try to connect to your datasource using a JDBC driver like this: jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=[Full path to your database file];DriverID22; Ravi. [Sunshine Tech Solutions] Ravi Gehlot wrote: > Hey Pete, > > Check to see if your version of acces

Re: Server Error

2007-06-23 Thread [Sunshine Tech Solutions] Ravi Gehlot
Hey Pete, Check to see if your version of access works fine with ColdFusion 7.0.2. Sometimes, you have to download a special driver and install it on your ColdFusion directory so that your datasources may work ok. Just a thought, Ravi. Peter Tanswell wrote: > Hi there > > I have recently insta

Server Error

2007-06-23 Thread Peter Tanswell
Hi there I have recently installed ColdFusion 7.02 on Windows Vista. It all appeared to be working fine, until I had to go an set up datasource for a microsoft access database. Then I tried setting up a mapping. When I tried both of these I get the following error. IO error on server commun

RE: iPhone: Adobe Doing Anything to Help Develop for It?

2007-06-23 Thread Dave Watts
> I was curious if anyone had heard any news about how Adobe > might be looking to have their tools integrate with the > iPhone in some way. My understanding is that the iPhone will support some version of Flash Player - it'll need that just for YouTube content. Beyond that, there's nothing real

Re: ColdFusion server playing up

2007-06-23 Thread Robertson-Ravo, Neil (RX)
Yep, you have to go deep on these. But need more info. Which ColdFusion version?, Which JVM? Which OS (and specs)? What are the runtime logs saying? What mode is ColdFusion installed as? What WebServer? What is the load on the application? "This e-mail is from Reed Exhibitions

Re: iPhone: Adobe Doing Anything to Help Develop for It?

2007-06-23 Thread Robertson-Ravo, Neil (RX)
Lol, I'm just jesting. It is a total brick in size but you know it will work, the OS is neat as, but it's just a phone like any else ("iPod' stuff aside) Not sure what would be iPhone specific etc. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, T

Re: ColdFusion server playing up

2007-06-23 Thread Jose Diaz
Hi Jay What is your heap size set too? You may need to increase it. I would defo invet in some metrics software like Seefusion or Fusion Reactor to get an overall view of how your system is performing when these issues occur. HTH Jose Diaz On 6/22/07, J.J. Merrick <[EMAIL PROTECTED]> wrote: >

Re: iPhone: Adobe Doing Anything to Help Develop for It?

2007-06-23 Thread Rey Bango
I don't get it Neil. Spell it out man! Don't force me to Jackie Chan you! ;) Robertson-Ravo, Neil (RX) wrote: > IPhone...Hee hee > > :-) > ~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs.

Re: iPhone: Adobe Doing Anything to Help Develop for It?

2007-06-23 Thread Robertson-Ravo, Neil (RX)
IPhone...Hee hee :-) "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the

iPhone: Adobe Doing Anything to Help Develop for It?

2007-06-23 Thread Rey Bango
I was curious if anyone had heard any news about how Adobe might be looking to have their tools integrate with the iPhone in some way. There's been a lot of buzz about iPhone and Ajax lately and was wondering what Adobe might have up their sleeves. http://ajaxian.com/archives/iphone-and-ajax-on

Re: Coldfusion Video Tutorials

2007-06-23 Thread Ali Majdzadeh
> Where are you involved with teaching of web development? I too am > interested in teaching about HTML and CF. Tell me more about what it > is your are doing there. > Ariel Hi: I live in Iran and here ASP.Net and PHP are most popular languages. I used to teach ASP and DW mostly and now I think

Re: SOT: Outgoing email sources between different servers/OS's

2007-06-23 Thread Scott Weikert
Jochem van Dieten wrote: >> On the servers that have no problem, it's kicking out '8bit'. On the >> servers with issues, it's kicking out 'quoted-printable' >> > But then there shouldn't be a problem. It may be using quoted printable, > but it indicates so in the header so the recipient has

Re: BigIP F5

2007-06-23 Thread Andy Allan
Ask away. On 22/06/07, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]> wrote: > > Hi, > > Anyone using/used BigIP F5? If so, got a few questions! > > Thanks > > > > > "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, > Richmond, Surrey, TW9 1DN, United Kingdom), a division of Re

Re: SOT: Outgoing email sources between different servers/OS's

2007-06-23 Thread Jochem van Dieten
Scott Weikert wrote: > Well I'm suspecting it's the 'content-type' header. > > On the servers that have no problem, it's kicking out '8bit'. On the > servers with issues, it's kicking out 'quoted-printable' But then there shouldn't be a problem. It may be using quoted printable, but it indicate

Re: Coldfusion Video Tutorials

2007-06-23 Thread Ariel Jakobovits
Where are you involved with teaching of web development? I too am interested in teaching about HTML and CF. Tell me more about what it is your are doing there. Ariel - Original Message From: Ali Majdzadeh <[EMAIL PROTECTED]> To: CF-Talk Sent: Friday, June 22, 2007 11:53:21 PM Subject:

Coldfusion Video Tutorials

2007-06-23 Thread Ali Majdzadeh
Hi: I wanted to introduce CF to some webdeveloping classes (I'm struggling to make them start a CF course class) and I need a Video Tutorial CD/DVD which I can suggest as a start point for them. Lynda.com has one but it is for MX and the Dreamweaver 8 Dynamic Development is mostly about DW. VTC.