Re: Ajax Post Value on CF Side

2015-04-07 Thread Phillip Vector
Looks like a basic JSON value. Just parse it and you should have it put into a variable. or am I not understanding the question? I have yet to have my morning coffee. On Tue, Apr 7, 2015 at 8:55 AM, Robert Harrison rharri...@aimg.com wrote: I'm sending an Ajax post to a CF page. The post

Re: Remote Job: 3 Senior ColdFusion Developers

2015-03-18 Thread Phillip Vector
This is an 8+ month contract and our client is interested in candidates who are local to the area or someone who can relocate at their own cost to the area for the duration of this project. Remote Job *sighs* The spammers have found the list. On Wed, Mar 18, 2015 at 9:54 AM, Pramod Dubey

Re: Remote Job: 3 Senior ColdFusion Developers

2015-03-18 Thread Phillip Vector
, 2015 at 11:20 AM, Scott Stewart webmas...@sstwebworks.com wrote: uh.. Lenny ..?? or do i not want to know :) On Wed, Mar 18, 2015 at 2:15 PM, Phillip Vector vec...@mostdeadlygame.com wrote: Occasionally I like to have fun with them. Pull up google maps for the address they give

Re: Remote Job: 3 Senior ColdFusion Developers

2015-03-18 Thread Phillip Vector
:02 PM, C. Hatton Humphrey chumph...@gmail.com wrote: On Wed, Mar 18, 2015 at 1:02 PM, Phillip Vector vec...@mostdeadlygame.com wrote: This is an 8+ month contract and our client is interested in candidates who are local to the area or someone who can relocate at their own cost

Re: Sending and = over a URL

2015-03-15 Thread Phillip Vector
Thank you! :) On Sun, Mar 15, 2015 at 1:06 AM, Andrew Scott andr...@andyscott.id.au wrote: Try URLEncode and URLDecode Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411 On Sun, Mar 15, 2015 at 6:37 PM, Phillip Vector vec

Sending and = over a URL

2015-03-15 Thread Phillip Vector
I have a program that sends me info via a URL. I'd like to encrypt it, but when I do, I get 's and ='s in the string. Is there some way I can still send the whole string with those characters in it through a base URL string or is there an encryption method that doesn't use those special

Re: Sending and = over a URL

2015-03-15 Thread Phillip Vector
passing in to decrypt and I managed to work around the = and issue (unless that is what is causing the issue). Can someone help a brotha out? :) On Sun, Mar 15, 2015 at 12:21 AM, Phillip Vector vec...@mostdeadlygame.com wrote: I have a program that sends me info via a URL. I'd like to encrypt

Re: local install - ses non working(I think)

2014-12-23 Thread Phillip Vector
*stares blankly at the screen* *gets up and goes to get some popcorn* Ok.. Proceed. On Tue, Dec 23, 2014 at 3:58 PM, Matthew Smith chedders...@gmail.com wrote: I have been developing on our live server as the site has been down for some time. I am trying to get things right and just

Re: Eclipse CFEclipse

2014-12-04 Thread Phillip Vector
Just to point out... On Dec 6, 2007 6:29 AM, Tom Chiverton tom.chiver...@halliwells.com wrote: Yeah.. He did. On Thu, Dec 4, 2014 at 8:57 AM, Matt Quackenbush quackfu...@gmail.com wrote: 1. Nathan didn't reply to a 7-yr-old message. 2. Gmail != Google Inbox

Re: Sending SMS

2014-11-18 Thread Phillip Vector
I worked on a system that had to do this. All I did was find out how each system handled Email to SMS and used that. On Tue, Nov 18, 2014 at 3:09 PM, Rick Sanders r...@webenergy.ca wrote: Hey guys, Does anyone know a service I can use for sending sms messages from cold fusion? I want to

Re: Urgent issue

2014-10-22 Thread Phillip Vector
If you are running it on a non-windows machine, I would google search that code. If it's windows, I would review the system event log. On Tue, Oct 21, 2014 at 11:29 PM, Sathyanarayanan Ramanathan sathya0...@gmail.com wrote: Dear All, Suddenly my Production site is down. I am getting the

Re: Forms not passing data?

2014-09-22 Thread Phillip Vector
AAAa... There we go. That's the most logical answer (since I blocked the error emails from that one user and when that specific error shows up and it's been quiet). I'll pass the word along and let him know. Thank you. :) On Mon, Sep 22, 2014 at 12:19 PM, UXB Internet

Re: Forms not passing data?

2014-09-22 Thread Phillip Vector
Already corrected it and it's still doing it. I'm willing to try anything at this point. On Mon, Sep 22, 2014 at 1:16 PM, .jonah jonah@creori.com wrote: But the correct answer is to correct the enctype so this won't be an issue. On 9/22/14, 12:21 PM, Phillip Vector wrote: AAAa

Re: Forms not passing data?

2014-09-21 Thread Phillip Vector
the data via AJAX? There's a known issue w/IE9 and earlier w/AJAX POST operations, where if the server's keep alive timeout is lower than 60 seconds, it can cause IE problems and what you get is a request that doesn't post the data back to the server. -Dan On Sun, Sep 21, 2014 at 1:04 AM, Phillip

Re: Forms not passing data?

2014-09-21 Thread Phillip Vector
It was just a copy over from an old form. The old login page was a combo login/create account that had a picture upload as part of the creation process. I removed the enctype and I'm still getting the error. On Sun, Sep 21, 2014 at 10:12 AM, Dave Watts dwa...@figleaf.com wrote: I don't know

Re: Forms not passing data?

2014-09-21 Thread Phillip Vector
to attributes scope. obviously it has been many many years since I looked at fusebox, although the thought of it still makes me ill :-) but perhaps this tag kills off the original scope in certain circumstances ? On Sun, Sep 21, 2014 at 6:04 AM, Phillip Vector vec...@mostdeadlygame.com wrote

Re: Forms not passing data?

2014-09-21 Thread Phillip Vector
. On Sun, Sep 21, 2014 at 9:11 PM, Phillip Vector vec...@mostdeadlygame.com wrote: The issue mainly is that it's not always happening all the time. So it's not repeatable as far as I can tell. On Sun, Sep 21, 2014 at 1:07 PM, Russ Michaels r...@michaels.me.uk wrote: ISTR

Forms not passing data?

2014-09-20 Thread Phillip Vector
I don't know if this is a CFML issue or what... But perhaps someone has run across this and can offer a hand... form action=#myself#Login.CheckLogin method=post enctype=multipart/form-data input type=text name=username input type=Password

Re: struct not recognized as such

2014-09-04 Thread Phillip Vector
You know, for a ColdFusion Developer who has been in this business for 15 years, you sure do ask questions that you really should know by now. Order_Info_Struct is not a structure when it's being passed. Find out why. On Thu, Sep 4, 2014 at 1:26 PM, Matthew Smith chedders...@gmail.com wrote:

Re: code suddenly stops working for no apparent reason

2014-08-30 Thread Phillip Vector
The reason is apparent. Element USERID is undefined in ATTRIBUTES. Trace the attribute back and figure out where it was set and see why it isn't being set. On Sat, Aug 30, 2014 at 11:31 AM, Matthew Smith chedders...@gmail.com wrote: cfcase value=createUser cfinvoke

Re: code suddenly stops working for no apparent reason

2014-08-30 Thread Phillip Vector
Apparently, it isn't. Go back further. On Sat, Aug 30, 2014 at 12:08 PM, Matthew Smith chedders...@gmail.com wrote: But it is being explicitly passed. That's where I'm lost. On Aug 30, 2014, at 12:44, Phillip Vector vec...@mostdeadlygame.com wrote: The reason is apparent

Re: error accessing cfadministrator after install(iis)

2014-08-24 Thread Phillip Vector
Most likely causes: IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred. IIS was not able to access the

Logical looking dates reporting..

2014-08-09 Thread Phillip Vector
So I want to display the time between 2 events (down to the second). I have the following code.. cfset Years = #DateDiff(, Leaderboard.CreatedOn, Leaderboard.DateOfDeath)# + 18 cfset Months = #DateDiff(, Leaderboard.CreatedOn,

Re: Logical looking dates reporting..

2014-08-09 Thread Phillip Vector
Found this.. http://www.cflib.org/index.cfm?event=page.udfbyidudfid=377 This seems to work. Thanks anyway. :) On Sat, Aug 9, 2014 at 5:40 AM, Phillip Vector vec...@mostdeadlygame.com wrote: So I want to display the time between 2 events (down to the second). I have the following code

Re: Logical looking dates reporting..

2014-08-09 Thread Phillip Vector
I stand corrected. That only calculated up to days.. I need months and years (and not just the calculation, but actual days and months.. Grrr... Going to get some wake up juice. :) On Sat, Aug 9, 2014 at 6:40 AM, Phillip Vector vec...@mostdeadlygame.com wrote: Found this.. http

Re: Logical looking dates reporting..

2014-08-09 Thread Phillip Vector
Thank you. :) On Sat, Aug 9, 2014 at 9:40 AM, John M Bliss bliss.j...@gmail.com wrote: http://cflib.org/udf/longTime On Sat, Aug 9, 2014 at 8:40 AM, Phillip Vector vec...@mostdeadlygame.com wrote: So I want to display the time between 2 events (down to the second). I have

Auto File Uploading...

2014-08-06 Thread Phillip Vector
So I have a server that reads a file that is submitted to it and processes the contents. I can not touch this server and change any settings on it.. I want to take a file I have (Let's call it data.txt) and upload it to the server once an hour. I can just reload the page once an hour or I can

Re: Auto File Uploading...

2014-08-06 Thread Phillip Vector
Damm security! :) Thanks. On Wed, Aug 6, 2014 at 5:39 PM, John M Bliss bliss.j...@gmail.com wrote: In short, no. You'd have to deliver file to server via email / FTP / etc. On Aug 6, 2014 8:36 PM, Phillip Vector vec...@mostdeadlygame.com wrote: So I have a server that reads a file

Re: Auto File Uploading...

2014-08-06 Thread Phillip Vector
via email / FTP / etc. On Aug 6, 2014 8:36 PM, Phillip Vector vec...@mostdeadlygame.com wrote: So I have a server that reads a file that is submitted to it and processes the contents. I can not touch this server and change any settings on it.. I want to take a file I have (Let's

Re: Auto File Uploading...

2014-08-06 Thread Phillip Vector
...@gmail.com wrote: ...or HTTP post. On Aug 6, 2014 8:39 PM, John M Bliss bliss.j...@gmail.com wrote: In short, no. You'd have to deliver file to server via email / FTP / etc. On Aug 6, 2014 8:36 PM, Phillip Vector vec...@mostdeadlygame.com wrote: So I have a server

Re: Dynamic variable Name in cfif

2014-07-18 Thread Phillip Vector
Also, shouldn't it be cfif form[ 'Expires_' UpdateMe ] is 'Yes' ??? or is it the current trend to use EQ when checking a text field nowadays? :) On Fri, Jul 18, 2014 at 6:22 AM, Dave Watts dwa...@figleaf.com wrote: I'm having no trouble setting and outputting a dynamic variable name:

Re: George and redhotkitties.com

2014-07-10 Thread Phillip Vector
I know.. I did some work for him on this and I kept telling him that he needs to do such and such with his hosting provider, but he kept coming back with the username and password for them. I managed to fix the issue he had, but that popped up a few more. I then fixed those and got him to the

Re: Need someone to help with site

2014-07-06 Thread Phillip Vector
Brian, refer to http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358715 ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: Locks on Access files in CF 9

2014-07-03 Thread Phillip Vector
Not to be That Guy... But transfer the data to an actual database and use that? On Thu, Jul 3, 2014 at 10:53 AM, Ben b...@webworldinc.com wrote: Sorry, didn't mention that. It is off. Ben On Jul 3, 2014, at 10:51 AM, Scott Stewart webmas...@sstwebworks.com wrote: Turn off

Re: Error please site is down for a month now moms site

2014-06-13 Thread Phillip Vector
This seems pretty clear... The end tag /cfcomponent encountered on line 1380 at column 3 requires a matching start tag. On Fri, Jun 13, 2014 at 4:11 PM, Matthew Smith chedders...@gmail.com wrote: The web site you are accessing has experienced an unexpected error. Please contact the

Re: Error please site is down for a month now moms site

2014-06-13 Thread Phillip Vector
As a side note, you should probably turn off verbose debugging as well on a live site. :) On Fri, Jun 13, 2014 at 4:19 PM, M.A. Kruger mkru...@cfwebtools.com wrote: are you a ColdFusion programmer? this is a syntax error. it's fixable and it is probably NOT mysterious :) Sent from my

Re: Error please site is down for a month now moms site

2014-06-13 Thread Phillip Vector
I highly doubt that. But you should know then that we need to see the whole code in order to see if what you are saying is correct. So copy the full file code here and let's take a look. On Fri, Jun 13, 2014 at 4:48 PM, Matthew Smith chedders...@gmail.com wrote: It has it. Been doing this 15

Re: Error please site is down for a month now moms site

2014-06-13 Thread Phillip Vector
# / cfdump var=#cfcatch.sql# abort=true / /cfcatch /cftry cfreturn f_qry_ordersGet / /cffunction On Fri, Jun 13, 2014 at 7:51 PM, Phillip Vector vec...@mostdeadlygame.com wrote: I highly doubt that. But you should know then that we need to see the whole code in order to see if what

Re: Error please site is down for a month now moms site

2014-06-13 Thread Phillip Vector
PM, Phillip Vector vec...@mostdeadlygame.com wrote: *sigh* This is the code for the function. Please show the full code including the following lines.. 240 : /cffunction 241 : cffunction name=f_unlock_items_15_ minutes access=public returntype=void 242 : cfobject component

Re: Error please site is down for a month now moms site

2014-06-13 Thread Phillip Vector
I see the problem.. You don't have a cfcomponent... You want to put one in. :) On Fri, Jun 13, 2014 at 5:40 PM, Matthew Smith chedders...@gmail.com wrote: cffunction name=unlock_items access=public returntype=void cfargument name=app_user_id type=numeric required=no default=0

Re: Calling a Custom Tag Twice Duplicates Query Results?

2014-05-28 Thread Phillip Vector
Considering we don't see the tag code, I would suspect it's because all the options for it are exactly the same. So it's running the same query. This is CFMX 7, btw. :-\ Also, it's either MX or 7. :) On Wed, May 28, 2014 at 11:50 AM, Dan LeGate d...@legeek.com wrote: Okay, so I've been

Bluehost.com

2014-05-08 Thread Phillip Vector
http://www.bluehost.com/vps Anyone use these guys (or have used them)? How are they? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: Quick Survey

2014-03-26 Thread Phillip Vector
To show how things can be twisted... poll does not count / quantify people who're choosing not to learn a new language at this time. So it doesn't count people who are giving up programing altogether. :) On Wed, Mar 26, 2014 at 5:55 AM, Robert Harrison rob...@austin-williams.com wrote:

Re: CFML tags was: The long tail of ColdFusion fail

2014-03-18 Thread Phillip Vector
But the bulk of your *code* should be separate from your views. So be nowhere *near* HTML. So, accordingly, the reason for having tag-based constructs in CFML should not be relevant in almost all your code. Presuming you are doing a MVC framework.

Re: The long tail of ColdFusion fail

2014-03-17 Thread Phillip Vector
We're not releasing any more CF sites and are converting those site we can to PHP. Oh yeah. Change from a closed source to an open source. What can possibly go wrong. :) ~| Order the Adobe Coldfusion Anthology now!

CF10 Apache won't process CF pages outside of localhost

2014-02-09 Thread Phillip Vector
So I have a developer version of CF. I also have apache (2.2) set up since I wasn't able to connect at all with the built in webserver. I can connect to http://127.0.0.1/Ubersite/wwwroot/ and it displays the CF fine. I can connect to http://127.0.0.1/index.cfm and I get the CF page. I go to

Re: CF10 Apache won't process CF pages outside of localhost

2014-02-09 Thread Phillip Vector
Oh yeah.. I also set 192.168.1.* in *Allowed IP Addresses for Exposed Services. No luck.* On Sun, Feb 9, 2014 at 9:57 AM, Phillip Vector vec...@mostdeadlygame.comwrote: So I have a developer version of CF. I also have apache (2.2) set up since I wasn't able to connect at all with the built

Re: CF10 Apache won't process CF pages outside of localhost

2014-02-09 Thread Phillip Vector
192.168.1.3 - - [09/Feb/2014:10:01:35 -0800] GET /Ubersite/wwwroot/ HTTP/1.1 200 - That is what the apache logs say is happening. So it's returning a webpage.. Just ... no CF. On Sun, Feb 9, 2014 at 9:59 AM, Phillip Vector vec...@mostdeadlygame.comwrote: Oh yeah.. I also set 192.168.1

Re: CF10 Apache won't process CF pages outside of localhost

2014-02-09 Thread Phillip Vector
WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411 On Mon, Feb 10, 2014 at 5:04 AM, Phillip Vector vec...@mostdeadlygame.comwrote: 192.168.1.3 - - [09/Feb/2014:10:01:35 -0800] GET /Ubersite/wwwroot/ HTTP/1.1 200 - That is what the apache logs

Re: CF10 Apache won't process CF pages outside of localhost

2014-02-09 Thread Phillip Vector
If it helps, here's the log from mod_jk. It looks like it's getting to coldfusion... But just not parsing it out to the screen? [Sun Feb 09 11:33:27 2014] [10680:25804] [debug] uri_worker_map_update::jk_uri_worker_map.c (1168): File C:/ColdFusion10/config/wsconfig/1/uriworkermap.properties is

Re: CF10 Apache won't process CF pages outside of localhost

2014-02-09 Thread Phillip Vector
I can't believe I was that stupid... So I installed IIS (getting frustrated with Apache). I FINALLY get that working and same issue.. WTF... So I check out other small CFM files and finally get to my index.cfm of the site (fusebox based). Great. Fusebox is failing on me... I peek in and what

Re: Can't Connect http://localhost:8501

2013-12-26 Thread Phillip Vector
Just checking... Is it set to run on port 8501? On Thu, Dec 26, 2013 at 8:50 AM, Rob Voyle robvo...@voyle.com wrote: Hi Folks Running Developer CF9 on my local desktop. A power failure crashed the computer in the midst of a cf operation Now I can't connect to localhost:8501 Coldfusion

Re: CMS Vs Framework

2013-12-05 Thread Phillip Vector
CMS = A system where pages can be loaded with data from a database and the user usually has direct control over the actual page contents and formatting. Usually is good when you have lots of users each wanting their own page. Frameworks = A set of rules how files are set up and work together.

Re: CMS Vs Framework

2013-12-05 Thread Phillip Vector
Right! That's my question, since a CMS system already has a form of framework built inside, there's no need for a Framework. Why not just always use a CMS and custimze to your heart's content? There isn't always a framework built into it (or if there is one, it's been set up specifically for

Re: CMS Vs Framework

2013-12-05 Thread Phillip Vector
://plus.google.com/113032480415921517411 On Fri, Dec 6, 2013 at 11:01 AM, Phillip Vector vec...@mostdeadlygame.comwrote: Right! That's my question, since a CMS system already has a form of framework built inside, there's no need for a Framework. Why not just always use a CMS and custimze

Re: TEST IGNORE (2)

2013-12-04 Thread Phillip Vector
Unless Google Groups can send email and can act exactly like a mailing list, please don't move it there. On Wed, Dec 4, 2013 at 1:50 AM, Russ Michaels r...@michaels.me.uk wrote: Would be easier to switch to google groups maybe Russ Michaels www.michaels.me.uk cfmldeveloper.com

Re: CF/Railo development environment

2013-11-21 Thread Phillip Vector
cfeclipse On Thu, Nov 21, 2013 at 1:01 PM, Dave Long d...@northgoods.com wrote: Please accept my apology for re-asking a question I know I've asked before. My XP machine died and took my archived e-mails with it to hard drive heaven (or hell as may be.) I've used Homesite+ for the last

Telecommuting Developer with 13+ years of experience looking for work

2013-11-21 Thread Phillip Vector
Hi. I'm currently looking for a position that offers 40 hours worth of telecommuting work a week. Either that or 2, 20 hour jobs. I've been in ColdFusion development since 4 and have worked in several places that demand excellence (which I have lived up to). If anyone happens to have any work

Re: Removing bullets from textarea

2013-11-04 Thread Phillip Vector
Run the entry through a REReplace and only allow characters you want in there. On Mon, Nov 4, 2013 at 1:08 PM, Joy Paulose kalappura...@hotmail.comwrote: Hi, I want to remove bullets and other strange characters from textarea. if the user enters the text by copying and pasting from Word,

Script not firing?? dojo messing things up?

2013-06-11 Thread Phillip Vector
cfif qryCaseID.recordcount EQ 12 cfoutput3 script4 window.open=('#cgi.HTTP_HOST##myself#caseDetails.editCaseInfocaseId=#qryCaseID.caseId#','_self'); /script5 /cfoutput6 cfelse7 == I've tried cflocation,

Re: Script not firing?? dojo messing things up?

2013-06-11 Thread Phillip Vector
Tried it. Didn't work still. The numbers were just for tracking. After some additional test, I found dojo screwing things up. Thanks anyway. :) On Jun 11, 2013 11:39 AM, Dave Watts dwa...@figleaf.com wrote: cfif qryCaseID.recordcount EQ 12 cfoutput3 script4

Compare ftp and directories

2013-05-23 Thread Phillip Vector
Can anyone suggest a program that will read an ftp directory (and sub directories) and show what files are different? ~| Order the Adobe Coldfusion Anthology now!

Re: Compare ftp and directories

2013-05-23 Thread Phillip Vector
...@gmail.com wrote: On Thu, May 23, 2013 at 8:56 AM, Phillip Vector wrote: Can anyone suggest a program that will read an ftp directory (and sub directories) and show what files are different? I suspect BeyondCompare does this. -Cameron

Re: NY Area Recruiters

2013-04-30 Thread Phillip Vector
True.. True.. But yet, he keeps coming back. On Tue, Apr 30, 2013 at 6:25 AM, Bobby bo...@acoderslife.com wrote: But he who we do not speak of no longer DOES CF, Phil! lol ~| Order the Adobe Coldfusion Anthology now!

Re: NY Area Recruiters

2013-04-29 Thread Phillip Vector
Either that or it's a sign that they picked up that you misspelled Recruiters or it could be that you don't specify what you know. CFC's? Frameworks? Other Skillsets? It also could be that you only waited 1 hour from 3:30 EST to 4:30 EST. You also don't even give a name, so why would people want

Re: Job Openings With Our Direct Client for COLD FUSION DEVELOPER@CHICAGO IL 60606 // SAN ANTONIO TX 78209 // ATLANTA GA 30308

2013-04-23 Thread Phillip Vector
Also, considering they will not submit you without either your birthdate or your SSN, I am hesitant to take the position. On Tue, Apr 23, 2013 at 11:16 AM, Billy Cravens bdcrav...@gmail.com wrote: The wording of the email was obviously what is copy-and-pasted to individuals, so I probably

Re: Job Openings With Our Direct Client for COLD FUSION DEVELOPER@CHICAGO IL 60606 // SAN ANTONIO TX 78209 // ATLANTA GA 30308

2013-04-23 Thread Phillip Vector
- From: Phillip Vector [mailto:vec...@mostdeadlygame.com] Sent: Tuesday, April 23, 2013 1:22 PM To: cf-talk Subject: Re: Job Openings With Our Direct Client for COLD FUSION DEVELOPER@CHICAGO IL 60606 // SAN ANTONIO TX 78209 // ATLANTA GA 30308 Also, considering they will not submit you

Re: I am stumped

2013-04-10 Thread Phillip Vector
the only difference is the birthdate, which should not matter since I am checking for their name, birthdate or email. cfquery datasource=#Request.LiveDSN# name=qCheckUserTable SELECT Name, Birthdate, Email FROM Users WHERE Name = cfqueryparam cfsqltype=cf_sql_varchar

Re: question on cfloop

2013-02-28 Thread Phillip Vector
Why are you looping from 1 to 1? That isn't a loop. On Thu, Feb 28, 2013 at 7:22 PM, fun and learning funandlrnn...@gmail.com wrote: I have a query on looping in coldfusion.Why does the below loop run twice? cfloop from=1 to=1 index=j cfoutput#j#/cfoutput /cfloop I thought the above

Re: Hosting A to Z

2013-02-14 Thread Phillip Vector
Personally, I just use the basics to check the input and massage it as required. If you use JQuery, I don't believe that is server side though. On Thu, Feb 14, 2013 at 8:10 AM, John M Bliss bliss.j...@gmail.com wrote: +1 to Gerald's question. Post-cfform, I used Adobe Spry which was pretty

Re: URGENT : How to Detect screen resolution in COLDFUSION?

2012-12-27 Thread Phillip Vector
There are other lists for discussing Javascript. I also use C#. Should I start discussing C# code in here? It was a polite request. Apparently, not everyone feels the same way, so I retract it. Sorry for suggesting that we discuss.. you know.. Coldfusion. :) On Thu, Dec 27, 2012 at 8:52 AM,

Re: URGENT : How to Detect screen resolution in COLDFUSION?

2012-12-26 Thread Phillip Vector
This seems very off the topic of the subject of ColdFusion. Can you guys perhaps take it off list? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion

Re: URGENT : How to Detect screen resolution in COLDFUSION?

2012-12-26 Thread Phillip Vector
-- From: Phillip Vector To: cf-talk@houseoffusion.com ReplyTo: cf-talk@houseoffusion.com Subject: Re: URGENT : How to Detect screen resolution in COLDFUSION? Sent: Dec 27, 2012 5:00 AM This seems very off the topic of the subject of ColdFusion. Can you guys perhaps take it off list

Re: URGENT : How to Detect screen resolution in COLDFUSION?

2012-12-26 Thread Phillip Vector
the question or delete the emails. Quit bitching about it. This used to be a very friendly forum On Dec 26, 2012 10:01 PM, Phillip Vector vec...@mostdeadlygame.com wrote: This seems very off the topic of the subject of ColdFusion. Can you guys perhaps take it off list

Parameter 1 of function IsDefined, which is now Direct Bill, must be a syntactically valid variable name.

2012-10-24 Thread Phillip Vector
Any concept of how I would do this correctly for a coder who hasn't had his morning coffee yet? :) cfloop from=1 to=9 step=1 index=i cfif isdefined(#form[ContractType#i#]#) Test /cfif /cfloop ~| Order

Re: Parameter 1 of function IsDefined, which is now Direct Bill, must be a syntactically valid variable name.

2012-10-24 Thread Phillip Vector
*facepalms* Thank you. :) Try: cfif structkeyexists(form, ContractType i) ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Is defined is erroring with not defined.. WHA???

2012-10-11 Thread Phillip Vector
cfif isdefined('arguments.strCustomFees[Custom 68 Include]') Error: Element Custom68Include is undefined in a CFML structure referenced as part of an expression. So since it's undefined, shouldn't isdefined just return a false?

Re: Is defined is erroring with not defined.. WHA???

2012-10-11 Thread Phillip Vector
Thanks to all of you. Sometimes, I overthink answers. :) Array notation is kind of funny about this. In array notation, your variable name is arguments.strCustomFees, which does exist. You can't use isDefined to identify a missing position within an array. If you changed this to dot

Group by??

2012-10-03 Thread Phillip Vector
So I have a query that returns the following.. Client_Code MenuName Client_Name 4938 Test Test Company 9328 Test Test Company 10349 Test Test Company 9283 Test Test 2 Company What I'm trying

Re: Group by??

2012-10-03 Thread Phillip Vector
Hrm.. Still getting the same result. The code that is actually printing it is #currentQuery[currentField][currentQuery.currentRow]# So I probably have to figure out how to remove the current row (since #currentQuery[currentField]# doesn't work). It's probably forcing it to display just on

Re: Group by??

2012-10-03 Thread Phillip Vector
*facepalms* That did it. I wasn't sorting the query by Client_Name. I was doing it by Client_Code. Thanks guys. I appricate the help. :) group=Client_Code It should work as long as its contained without a nested cfoutput as Dave mentioned. Also, notice he is grouping by Client_Name

Re: Justify text in CFDOCUMENT?

2012-09-25 Thread Phillip Vector
Or use a table and align. On Sep 25, 2012 4:27 PM, Andy Allan andy.al...@gmail.com wrote: This is an outstanding bug going back to 2005 when CF7 came out. The underlying engine that provides cfdocument doesn't support it and Adobe have confirmed numerous times they can't fix it because of

Re: ColdFusion Developer -- Cincinnati OH

2012-08-01 Thread Phillip Vector
I've applied for this position. If anyone would like some info about this recruiter, then please email me off list. On Wed, Aug 1, 2012 at 7:42 AM, Niccole Brege nbr...@resolvit.com wrote: [new_logo_PowerofPeople_purpleRGB.png]COLDFUSION DEVELOPER (9330) Cincinnati - Full Time - Salaried

Re: need to locate

2012-07-31 Thread Phillip Vector
You may want to consider allowing telecommuting. I'm available, but only during non business hours (unless you are willing to pay my high salary I'm currently getting. ;)) On Tue, Jul 31, 2012 at 6:32 PM, stephen starr starrskill...@gmail.com wrote: Good Cold Fusion developers in Chicagoland

Re: (JOB) Sr. ColdFusion Developer (cincinnati, OH)

2012-07-18 Thread Phillip Vector
I've recently dealt with this company and in fact, this specific contract (Krogers). Please ping me off list if you want some lowdown. On Wed, Jul 18, 2012 at 12:48 PM, cfdeveloper@cfdeveloper.com wrote: FROM http://www.CFDeveloper.com - This opportunity has been screened by

Re: Force logout a user

2012-07-06 Thread Phillip Vector
Sorry to interject, what if the user uses a different computer with the same IP address? On Fri, Jul 6, 2012 at 7:49 AM, Bill Franklin bill.frank...@bayer.com wrote: Just validate their CGI.remote_host against what is already being used for a valid session...then force a logout of the oldest

Re: (ot) Hosting A to Z

2012-06-29 Thread Phillip Vector
Had them awhile ago. The server I was on kept going down and support was non-existant. Get out now. On Fri, Jun 29, 2012 at 12:03 PM, Stephens, Larry V steph...@iu.edu wrote: Does anyone have any info about them? I moved all of my websites there several weeks ago. Seemed like a good price

Schedule of events

2012-06-24 Thread Phillip Vector
I'm looking to see if I need to reinvent the wheel here. :) Does anyone happen to know a event scheduler for conventions (or whatever) where I can put in panels and such and have it entered into a DB and displayed? Preferably detecting conflicts with timing and other bells and whistles. I found

Re: Has anyone gotten this error from CF10?

2012-06-08 Thread Phillip Vector
: What happens if you do it via admin On Jun 8, 2012 5:32 AM, Phillip Vector vec...@mostdeadlygame.com wrote: I'm also getting Message: Unable to store Job : 'SERVERSCHEDULETASK#$%^DEFAULT.job_MINUTE', because one already exists with this identification. Doesn't update not try to replace

Re: Has anyone gotten this error from CF10?

2012-06-08 Thread Phillip Vector
*nods* I'll do that. :) On Fri, Jun 8, 2012 at 6:31 AM, Russ Michaels r...@michaels.me.uk wrote: perhaps worth asking them to delete it via the cfadmin and see if that solves the issue. On Fri, Jun 8, 2012 at 2:25 PM, Phillip Vector vec...@mostdeadlygame.comwrote: It's a hosted

Weird DNS issue

2012-06-07 Thread Phillip Vector
So I own the domain 5thWallGaming.com I updated the DNS and since my subdomain is working, I know it's on the new host. Also, FTP is pinging the new site... But everytime I go to www.5thWallGaming.com, I get the We are updating message (the old site). Any ideas on what I could be missing?

Re: Weird DNS issue

2012-06-07 Thread Phillip Vector
Nevermind.. *facepalm* ipconfig /flushDNS On Thu, Jun 7, 2012 at 10:10 AM, Phillip Vector vec...@mostdeadlygame.com wrote: So I own the domain 5thWallGaming.com I updated the DNS and since my subdomain is working, I know it's on the new host. Also, FTP is pinging the new site

Re: Weird DNS issue

2012-06-07 Thread Phillip Vector
hosts and it took that long for everyone to see the changes (since we didn't control the TTL refresh rate). HTH, Phil On Thu, Jun 7, 2012 at 1:25 PM, Phillip Vector vec...@mostdeadlygame.comwrote: Nevermind.. *facepalm* ipconfig /flushDNS On Thu, Jun 7, 2012 at 10:10 AM, Phillip

Has anyone gotten this error from CF10?

2012-06-07 Thread Phillip Vector
The code used is cfschedule action=update task=Minute interval = 60 operation = HTTPRequest startDate = 1/1/00 startTime = 12:00 AM

Re: Has anyone gotten this error from CF10?

2012-06-07 Thread Phillip Vector
I'm also getting Message: Unable to store Job : 'SERVERSCHEDULETASK#$%^DEFAULT.job_MINUTE', because one already exists with this identification. Doesn't update not try to replace it if it already exists? On Thu, Jun 7, 2012 at 9:23 PM, Phillip Vector vec...@mostdeadlygame.com wrote: The code

Re: Error Submitting Form

2012-05-31 Thread Phillip Vector
On Thu, May 31, 2012 at 10:35 AM, Paul Smith psmit...@gmail.com wrote: Any ideas? Yes. Test your code on Firefox. ;) Besides that, can you post both the form code and the code that runs when you submit it? Without that, it's kind of hard to see where the mistake lies.

Re: Error Submitting Form

2012-05-31 Thread Phillip Vector
You aren't submitting the form.. You are going to a new link and it's expecting form fields. :) Using a as your submit button is your problem. Put in some javascript that says when you click the link, submit the form. On Thu, May 31, 2012 at 10:50 AM, Paul Smith psmit...@gmail.com wrote: On

Re: Error Submitting Form

2012-05-31 Thread Phillip Vector
Oops. Sorry about that. Didn't notice the submit button. :) On Thu, May 31, 2012 at 10:54 AM, Phillip Vector vec...@mostdeadlygame.com wrote: You aren't submitting the form.. You are going to a new link and it's expecting form fields. :) Using a as your submit button is your problem. Put

Re: Error Submitting Form

2012-05-31 Thread Phillip Vector
So where is your process the form code? On Thu, May 31, 2012 at 10:54 AM, Paul Smith psmit...@gmail.com wrote: On Thu, May 31, 2012 at 10:35 AM, Paul Smith psmit...@gmail.com wrote: Any ideas? Yes. Test your code on Firefox. ;) Besides that, can you post both the form code and the code that

Coldfusion Hosting

2012-05-20 Thread Phillip Vector
So I know it's been discussed before, so a link to the relevant past article will suffice... But I am in need of moving my webpages to a new server and was wondering where I can find some cheap ($20 or under) web hosting that will allow me to host 3 or more websites with Coldfusion (and Fusebox).

  1   2   3   4   5   >