Does anyone know if it's possible to view and/or kill threads without server monitor running? I ask because I built a component that starts, stops and displays...
cfide.adminapi.servermonitoring is an interface into the server monitoring processes; if these aren't running, you won't get any info back. Fusion reactor is a...
I love ColdFusion, but when people talk shared hosting there's no comparative to between CF shared hosting and php shared hosting. Here is Mike Kear's Offer of...
Hi there This may not be the correct place to put this message - hopefully someone can point me to another group if need be. I have a site on a webserver that...
Right. But Barry asked for cheap cf hosting recommendations. ... From: Paul Alkema [mailto:paulalkemadesigns@...] Sent: 01 July 2009 13:51 To: cf-talk ...
Hi All, I have this request to build a customizable user portal. The sample the client showed me has all these window areas that can be collapsed, opened, ...
With Railo gaining more momentum now, I think we'll see some cheaper ColdFusion hosting options. And you get your own administrator! Alurium has Railo hosting...
I NEVER asked about hosting a website! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with...
... If you have ColdFusion, you could use the CFLOCATION tag in an index.cfm file. If you don't have ColdFusion, you can use the mod_rewrite module. That is...
Thanks Paul. The reason CF costs more than PHP is that the Enterprise CF costs a lot of money. It costs more, the faster new versions come out, because the...
... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on...
I still get the message that it works I'm dumbfounded at present Regards ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to...
I just checked the stats for my client base and I have the average usage for that category of package well within the limits. I have one user paying for that...
If your client is complaining about the difference in price between $5 a month ($60 per year) and $15 a month ($180 per year), then maybe it's time to find...
EXT has a lot of windowing type widgets http://extjs.com/products/extjs/ jQuery UI has some interesting stuff including windowing and dragables (IIRC) but the...
I'm reminded of a scene from the book "It" by Stephen King. The main characters build a small dam in a creek in the woods when some bullies come along and...
Sorry for the ot but this is a quick one. How to use the bodyStyle attribute for Window object? // Ext 2 var ewin = new Ext.Window ({ // x:200, // y:200, ...
Not sure, the ExtJs forums are probably your best bet on this. Try: bodyStyle:'background-color:white;color:black;padding-left:10px;' Steve "Cutter" Blades ...
You may also be better suited, with multiple attributes, to apply a class: bodyCssClass <source/Panel.html#cfg-Ext.Panel-bodyCssClass>: 'myWindowClass' Steve...
Cutter, You're right. items: [{bodyStyle: "background-color:white; color:black; padding-left:10px"}] works. But the window's border did not show up though the...
... This solution has a problem or bug at least in my case. label: my input field X <input type="text" name="company" title="getCompanies" onKeyUp="alert('do...
I love that movie, but I don't think I get your example. :) It's ok though. I fully agree with you. Honestly my php clients are few, most of which are friends,...
Thank you, Dave. ... Great! I was searching for a component like that, and I never came across this one; just the two old ones that the author references. ... ...
one of the products I need to talk to with my CF application, provides a web service interface. CF generates the stubs underneath.. I CreateObject() the web...
... Do you always know how many children will be returned for a specific node? If not you want to check this out. It will loop over children and you can work...
I'm using the <cfinput type="file"> tag to upload pdfs to the server. Is there a way in Cold Fusion to, when the file upload / browse dialog comes up, restrict...