search for: coldfus

Displaying 20 results from an estimated 58 matches for "coldfus".

Did you mean: coldhaus
2006 Jul 27
3
[somewhat OT] Apache config for Rails + ColdFusion + PHP
Our group has several web apps developed in ColdFusion, PHP, and Rails. The ColdFusion and PHP apps are on an older server, and the Rails apps on a new server. Ideally, we''d like them all to share the same server. Our current setup for the Rails server is Apache2.2 with mod_proxy_balancer and mongrel_cluster. We''d like to have s...
2001 Nov 13
1
Coldfusion Studio 4.5.2 and Wine
I am a Coldfusion under Linux ISP, and could really use some help making Coldfusion Studio (the development IDE) run uner wine... any suggestions or has someone maybe done it? Thanks! _________________________________________ Brian Tafoya http://briantafoya.com _________________________________________
2006 Jul 20
1
Ruby Vs Java Vs Coldfusion Vs Rails
An interesting discussion from a mainly CF blog on Ruby, Java and Coldfusion. http://www.corfield.org/blog/index.cfm/do/blog.entry/entry/Java_or_Ruby -- Aneesha -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060720/be08e19a/attachment.html
2013 Nov 04
0
Firefox ESR and Coldfusion
...Firefox-17.0.10ESR I am getting a missing plugin report from Firefox when trying to load this url: http://yyyy.xxx.net//sco_launchv5.1.cfm?regKey=22349&CFID=0&CFTOKEN=1ED09F3E-5335-471C-BF35C63C0CAC4019 A Firefox search for plugins reports none found. I believe that this URL refers to a Coldfusion script. Given the context I am working in I believe that this script is an interactive training audio-visual. What client or plugin do I need for Firefox to run this script? Where do I get it? -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:...
2006 Jul 18
2
connecting to a coldfusion web service
Hi, I''m connecting to a cf web service.... <cfcomponent> <cffunction name="myname" returntype="string" access="remote"> <cfreturn "fred" > </cffunction> </cfcomponent> using require ''soap/wsdlDriver'' wsdlfile = "http://localhost/docsearch/mainsearch.cfc?wsdl" factory =
2009 May 01
4
Hardening
Hi All, What tips does everyone have on hardening a CenOS Server that is running web, e-mail, ssh, ftp, mysql, coldfusion and will be processing payments from www? -Jason
2009 May 05
2
Apache and CF
Hi All, I have a CentoS 5.3 Xen Instance at Mosso. I need to run ColdFusion and I have in the past successfully made everything work, but not on Linux rather Windows. I just cannot get Apache and CF talking. I added mod_jrun22, When I try to serve a CF file, I am asked to download binary data. I added .cfm and .cfml to Directory Index for /var/www/html in httpd...
2006 Mar 31
9
File upload progress bar
I''ve seen a few demos online, for php, but I''m looking for a file upload progress bar implementation with Prototype. Can anyone point me in a good direction for one? I''m not using Rails, so I can''t use the upload_progress addon, unfortunately. Thanks for any info Jim _______________________________________________ Rails-spinoffs mailing list
2005 Aug 08
4
Problem with DFS mounting (works OK in smbclient) [samba-3.0.14a-2.1.fc4.kde]
...ring daemon mode for service \\exchsvr\dfs, pid=10453 [root@charles-compaq gbb_domain]# ls -la /mnt/ ... (trimed) ?--------- ? ? ? ? ? dfs ... (trimed) [root@charles-compaq gbb_domain]# ls /mnt/dfs ls: /mnt/dfs: Permission denied Bah :-( -- Tom Chiverton Advanced ColdFusion Programmer
2013 Apr 30
1
Volume heal daemon 3.4alpha3
gluster> volume heal dyn_coldfusion Self-heal daemon is not running. Check self-heal daemon log file. gluster> Is there a specific log? When i check /var/log/glusterfs/glustershd.log glustershd.log:[2013-04-30 15:51:40.463259] E [afr-self-heald.c:409:_crawl_proceed] 0-dyn_coldfusion-replicate-0: Stopping crawl for dyn_coldfu...
2006 Aug 15
6
FileSystemWatcher - has any one done this?
...filename(s) and insert them into a db and if the files are in folder I use the folder name(s) as tags for that file. make sense? can it be done? I''m still real new at this and have big dreams, eh? i have''t seen any tutorials one how to do this in ROR, I''ve seen .Net and coldfusion. I saw this but not sure how to use it. http://www.jhorman.org/FileSystemWatcher/index.html thanks John Ivanoff
2006 Jul 06
4
Using Integers to Store Bits of Information
Hi, I am a very new to ruby on rails so please forgive me if someone has asked this before. I need to make a form with many checkboxes. Sometime ago I was using Coldfusion and I chanced upon this great article on how to store flags using binary numbers. http://cfdj.sys-con.com/read/41674.htm Just wondering if there is something similar in RubyOnRails that I can learn from and use. That rails have done it easier. Please note that I am very new to RubyOnRails....
2006 Jan 13
2
Mass Mailing
Has anyone found a good method of mass mailing a bunch of people (100k) using RoR yet? I have always used a scheduled task to run a ColdFusion page every x minutes to send out blocks of about 7500 (sending the full 100k crashed the page) and this worked pretty well and now we are migrating all out sites to ruby, I seed to do something similar. Thanks in advance, James
2006 Jan 12
2
Anybody building elearning apps with Rails
Hello I''m new to rails (just boarded the Train a week ago). I''ve been an elearning developer for about 10 years and for the last couple of years have solely concentrated on adding tools to a proprietary Learning Management System built in Coldfusion. ...But I''m also a Java and ASP.NET developer. I am keen to start an open source rails inspired project to build the generation learning and teaching system. I don''t want to use the term "Learning Management System" as these systems are too big and management focusse...
2006 Jan 11
2
Good OOP and JS books / tutorials? Looking to teach my team
...als for Javascript - specifically Object Oriented Programming using JS? I want the rest of my dev team to be able to help me code in JS, specifically using prototype and scriptaculous. I''ve been using JS for so long, and I kinda "grew up" on OOP programming but my whole team is Coldfusion programmers, so object oriented design is not native to them. I can show them plenty of examples and go through developing a JS-heavy application with them, but I''m still not much of a teacher (I''m impatient :) so I''d like to have alternate materials for them. Thanks...
2007 Feb 15
3
Re: Incremental Updates
As an alternative to polling the client, as Ryan describes, you could consider piggy-backing the status updates on the back of other ajax responses. Which way you go depends entirely on the nature of your app, in particular: 1. how frequently it generates ajax traffic anyway 2. how long the server-side process is going to take If the server-side process takes, say, 20 seconds, polling is a
2009 May 01
0
Web Serving
Hi All, My quest is going slowly but surely and I am learning a lot. I use ColdFusion. I installed in on My CentOS 5.3 instance and all was well. I added: DirectoryIndex index.html index.html.var index.php index.cfm index.cfml to httpd.conf and restarted. I put an index.cfm page in /var/www/html and removed the standard index.html and I can see when I hit my IP it works....
2006 Apr 05
1
DevNotes: Plugin, Component, Generator, or Engine?
I''m porting a small, but handy tool from the ColdFusion community called DevNotes. Basically, it should be a drop-in functionality that one would add to an existing app in the development stage. Essentially, it is a place for developers and clients to make notes on each page (keyed off the controller/action) that would show as a threaded discussi...
2006 Mar 18
1
Date formatting and adding question
...f everyway possible to get this thing to change after every sunday to show the next sunday''s events, but I end up doing it manually... Is it possible to add to DateTime.now and find WHERE the date in the database equals that....might sound confusing but i''ve seen this done in ColdFusion easily like this: SELECT * FROM Schedule WHERE eventdate >= #DateFormat(DateAdd("d", 7, Now()), "mm/dd/yy")# Is it possible to do something like that in RoR? Thanks in advance! -- Posted via http://www.ruby-forum.com/.
2007 Apr 11
1
Drag and Drop sorting of images, need to save
Okay, I know it is out there somewhere. I am working in script.aculo.us trying to get a series of images to go into a grid and be reordered. Then the form can be submitted and saved in a database. I am working in ColdFusion, but understand ASP and PHP. Any ideas? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@p...