rip747
|
Registered User
|
I'm an all around nerd type guy: Programmer, Database Administrator, Network Administrator, Quality Assurance and Project Manager. There aren't that many things I haven't done in my career.
|
|
Nov 6 |
answered | What’s the best way to write engine-specific CFML code? |
|
Nov 6 |
comment |
how does activerecord know to perform an insert or update? very nice answer and i think you for the time to took for you to write it. i'm also interested in knowing what would set @nw_record to false? would performing a find do that if it pulls a record from the database? |
|
Nov 5 |
comment |
how does activerecord know to perform an insert or update? i have been reading through the docs and code and can't wrap my head around it. |
|
Nov 5 |
asked | how does activerecord know to perform an insert or update? |
|
Nov 5 |
revised |
ColdFusion scheduled tasks - how to secure when using <cflogin>? corrected extends path |
|
Nov 5 |
comment |
ColdFusion scheduled tasks - how to secure when using <cflogin>? good catch henry. i screwed up. it should be <cfcomponent extends="/.app.application"> i will update my answer |
|
Nov 4 |
accepted | ColdFusion scheduled tasks - how to secure when using <cflogin>? |
|
Nov 4 |
answered | ColdFusion scheduled tasks - how to secure when using <cflogin>? |
|
Nov 2 |
comment |
ColdFusion CRUD cfwheels was designed to work in all types of environments, especially shared hosting. heck, one of the core members of our group owns Alurium hosting. |
|
Nov 2 |
answered | ColdFusion CRUD |
|
Oct 29 |
answered | Is Coldfusion more than a presentation technology? |
|
Oct 25 |
awarded | ● Yearling |
|
Oct 6 |
comment |
Socket connection with coldfusion not to sound like a jerk, but first off we're going to need some information. what version of coldfusion are you using? where did you get this function? can we see the source? what version of the jvm are you using with coldfusion? |
|
Oct 1 |
comment |
Can CF session management be enabled only in certain subfolders? you don't need to use an applicationproxy. to extend the application.cfc in root directory from an application.cfc in a subfolder, you just have to do extend="./application"> |
|
Sep 23 |
accepted | RubyODBC Cannot allocate SQLHENV |
|
Sep 23 |
accepted | Register new mime-type in ColdFusion (Java) |
|
Sep 23 |
comment |
Internship in ColdFusion? give CFWheels some love :) |
|
Sep 15 |
comment |
Register new mime-type in ColdFusion (Java) if anyone knows of a way to register a new mime type by using java and not editing the file directly, PLEASE let me know. while this is a fix, it won't be possible to do this on a shared server. |
|
Sep 15 |
comment |
Register new mime-type in ColdFusion (Java) trying to invoke GetRequestData() returned and error stating that it was a valid function. |
|
Sep 15 |
answered | Register new mime-type in ColdFusion (Java) |
|
Sep 14 |
comment |
Register new mime-type in ColdFusion (Java) i've actually tried that it still doesn't pick it up. |
|
Sep 14 |
revised |
Register new mime-type in ColdFusion (Java) added 374 characters in body |
|
Sep 14 |
asked | Register new mime-type in ColdFusion (Java) |
|
Sep 14 |
answered | RubyODBC Cannot allocate SQLHENV |
|
Sep 14 |
asked | RubyODBC Cannot allocate SQLHENV |
|
Aug 29 |
revised |
Create a mock request that cffile action=upload will process added 33 characters in body |
|
Aug 28 |
comment |
Create a mock request that cffile action=upload will process thank you for the reference. need to think about this a little more. |
|
Aug 28 |
revised |
What is the career value in learning ColdFusion? added cfwheels and rocketunit to frameworks list |
|
Aug 28 |
comment |
CFINVOKE vs java.lang.OutOfMemoryError in ColdFusion your post is correct in that force the garbage collector, however it still doesn't help the heap issue when creating many objects since they will not be flagged for garbage collection until after the request is finished. |
|
Aug 28 |
asked | Create a mock request that cffile action=upload will process |
|
Aug 25 |
awarded | ● Popular Question |
|
Aug 6 |
accepted | How can I tell if a user belongs to an role in active directory - using ColdFusion |
|
Aug 6 |
answered | How can I tell if a user belongs to an role in active directory - using ColdFusion |
|
Jul 27 |
comment |
Instructions for setting up IIS and jRuby another thing to make sure is that the sqlite gem is installed, otherwise you will be casing your tail with errors. issue this command right after installing rails: jruby -S gem install activerecord-jdbcsqlite3-adapter |
|
Jul 24 |
comment |
Instructions for setting up IIS and jRuby make sure that JAVA_HOME is also in your path or will get "The system cannot find the path specified" when trying to run jruby |
|
Jul 22 |
comment |
Instructions for setting up IIS and jRuby ok. i'll forget the war file thing. if you post instructions for getting jruby connected to iis using glassfish, i will accept your answer and give you the bounty. sorry i'm being such a pain about this, but i want a place for people to find these instruction in one place. |
|
Jul 20 |
comment |
in coldfusion, variables are resolved in what order? between 1 & 2 you should have the component's variables and component's this scope if you're talking about applications that use components. |
|
Jul 17 |
revised |
Instructions for setting up IIS and jRuby added 523 characters in body; added 173 characters in body |
|
Jul 8 |
comment |
Is it possible somehow to exclude files with cfdirectory? yeah it sucks to add all this extra logic, but if you package it all up into a udf and call that from your template, the feeling of prison rape goes away O_o |
|
Jul 7 |
accepted | Is it possible somehow to exclude files with cfdirectory? |
|
Jul 7 |
answered | Is it possible somehow to exclude files with cfdirectory? |
|
Jul 6 |
asked | Instructions for setting up IIS and jRuby |
|
Jul 1 |
answered | Using different version of iText with ColdFusion |
|
Jun 16 |
revised |
How to get css property of a DOM element server-side? added jquery solution |
|
Jun 16 |
comment |
How to get css property of a DOM element server-side? that's going to take some trickery. as mentioned before, you'll have to use a library that will parse the html and apply any and all css properties to the dom for you. to be honest I would just use jquery to parse the dom it determine the color. after that you can use jquery again to make an ajax request to a url that will have your application logic in a template. |
|
Jun 16 |
answered | Coldfusion Class definition error. Where is the problem? |
|
Jun 12 |
answered | How to get css property of a DOM element server-side? |
|
Jun 11 |
revised |
How to find/detect any textarea in page using jQuery? edited body |
|
Jun 10 |
comment |
How do I manually install an old cygwin package? did you ever find a solution for this? |
|
Jun 10 |
answered | How can I clean HTML tags out of a ColdFusion string? |
