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

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

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

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: 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:

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: 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

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: 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: 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: 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: 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: Online tests

2008-03-05 Thread Phillip Vector
Actually, I've taken the test from ProveIt as well. The best suggestion I can offer is to have a reference book handy. They want the RIGHT answer even though it may show 2 or 3 ways which would work. They want what the book says it correct (though you and I know, there's more then one way to skin

Re: Available for some part-time work (focusing on UI and/or DB)

2008-05-01 Thread Phillip Vector
Sorry. Didn't realize a lack of vitamins was the reason I didn't realize that you can reply via email to this list saying (basically) I sent you an email. I thought this was a list to discuss jobs and careers in the ColdFusion industry. Perhaps a bit more off topic talking about the computer

Re: Available for some part-time work (focusing on UI and/or DB)

2008-05-01 Thread Phillip Vector
Hey Phillip... I sent you an email. :) Okokok.. I'll stop now. :) On Thu, May 1, 2008 at 2:14 PM, Phillip Vector [EMAIL PROTECTED] wrote: Sorry. Didn't realize a lack of vitamins was the reason I didn't realize that you can reply via email to this list saying (basically) I sent you an email

Re: freelance web developer

2008-05-19 Thread Phillip Vector
So you agree that the post was a good one. Thanks. :) On Mon, May 19, 2008 at 10:19 AM, sherri sonnier [EMAIL PROTECTED] wrote: Reading one. On 5/19/08, Jordan Michaels [EMAIL PROTECTED] wrote: What takes more time? Reading a you've made a mistake message or taking the time to write a

Re: What is it with telecommuting?

2008-05-20 Thread Phillip Vector
Well, I have to agree on this. Towards the end of last year, while recovering from getting run over by a bus (Yes, literally), I found a good company that wanted to fly me out to Vegas and work from there. It was in credit card processing (Shift 4), so I could understand the need for security.

Re: What is it with telecommuting?

2008-05-20 Thread Phillip Vector
On Tue, May 20, 2008 at 11:44 AM, C. Hatton Humphrey [EMAIL PROTECTED] wrote: Understandably, most places want people on-site. The best tele opportunity I was was one where you went on-site for a month on the company dime and then came in for meetings every quarter. That way there was the

Re: What is it with telecommuting?

2008-05-20 Thread Phillip Vector
On Tue, May 20, 2008 at 12:08 PM, Jeffry Houser [EMAIL PROTECTED] wrote: Communication is easier for many people if it is done in person. I expect this to change in a generation or two, but that is the way it is for many people now. True.. Though IM is a way to communicate with your workers.

Re: CF Developers - Iraq

2008-05-30 Thread Phillip Vector
Hrm Falls Church Iraq Hrm Difficult choice. :) = We are looking for a ColdFusion genius to join our web development team in Falls Church, VA. The ideal candidate would also have a solid background in Flex. We are looking for candidates that can start in

Re: CF Developers - Iraq

2008-06-02 Thread Phillip Vector
Just to clear up some confusion, I'm not the one who posted the ad. I was mearly replying to 2 posts on the cf-jobs list. I have no idea what the pay is.. You would have to contact the person directly to get that. On Mon, Jun 2, 2008 at 8:40 AM, Michael Dinowitz [EMAIL PROTECTED] wrote: $500 an

Re: CF Developers - Iraq

2008-06-02 Thread Phillip Vector
Yes.. I wasn't saying it isn't on topic... A number of $50k was joked about on cf-jobs-talk so the speculation isn't only here. That implies to me that Mike thought it wasn't the jobs-talk list that he was replying to. I was saying that it was the talk list in case there is a bug showing him

Re: Three Stars Media is a Scam

2009-02-26 Thread Phillip Vector
Please.. Stop with the spam. None of the links you put up show any kind of proof of your accusations. You are making yourself look somewhat foolish and IMHO, you should stop now. On Thu, Feb 26, 2009 at 2:32 PM, John Brown johnb4...@yahoo.com wrote: I know that these are tough times, but

Re: Looking for script like Etsy.

2009-04-08 Thread Phillip Vector
Hey.. I already have the front end of google coded. :) I'm 50% done with that project. :) On Wed, Apr 8, 2009 at 8:02 AM, Cameron Childress camer...@gmail.com wrote: While you are at it, maybe you could find something that does everything Google does, only for free.  Wow, why didn't I think

Re: Backlash against telecommuting..

2009-08-18 Thread Phillip Vector
I've noticed that allot of employers seem to be shying away from telecommuting even when presented with reasons why they shouldn't. Just my personal viewpoint though. On Tue, Aug 18, 2009 at 11:31 AM, Scott Stewartsstwebwo...@bellsouth.net wrote: I'm in Raleigh, NC. There's not a lot of

Last Job Posting

2010-01-27 Thread Phillip Vector
Don't bother guys. No CF jobs. 2010-1057 Mid Level Oracle Developer US-VA-Chantilly 1/19/2010 2010-1056 Technical Team Lead US-VA-Chantilly 1/26/2010 2010-1055 Intern US-VA-Chantilly 1/11/2010 The Technical team lead doesn't require ColdFusion at

Re: Last Job Posting

2010-01-27 Thread Phillip Vector
five years. so as you were saying... On Wed, Jan 27, 2010 at 12:21 PM, Phillip Vector vec...@mostdeadlygame.com wrote: Don't bother guys. No CF jobs. 2010-1057       Mid Level Oracle Developer      US-VA-Chantilly  1/19/2010 2010-1056       Technical Team Lead     US-VA-Chantilly

Re: Too many emails from an agency

2010-03-08 Thread Phillip Vector
One way I find to help with that is to use my domain and sign up with unique emails. careerbuil...@mostdeadlygame.com I don't even see anymore (unless I want to). It simply emails them back the email, sends a copy to the webmaster, abuse, root and a few others. Last I checked, I haven't gotten

Re: [JOB] Junior CF Developer, New York City

2010-04-08 Thread Phillip Vector
Perhaps you shouldn't look on a ColdFusion list for people to move a site AWAY from ColdFusion to a language that is less efficient and will end up costing your client more in the long run. On Thu, Apr 8, 2010 at 10:12 AM, Beau Gould (OSS) b...@open-source-staffing.com wrote: My New York City

Re: COLD FUSION DEVELOPER - FALLS CHURCH, VA

2010-12-06 Thread Phillip Vector
You know XXX, copying a job posting from XXX's website and reposting it here is kind of a XXX move. I mean, I'm sure XXX would be kind of XXX at you XXX their XXX and claiming it for XXX. Try to be more XXX next time and

Re: Developer with ten years experience looking for part-time gig

2010-12-20 Thread Phillip Vector
cents, Jerry Johnson On Mon, Dec 20, 2010 at 6:55 PM, Phillip Vector vec...@mostdeadlygame.comwrote: Michael, As mentioned before on the list, you are not doing yourself any favors by continiously posting on the list that you are available. I realize that the economy is pounding allot

Re: Not double submitting resumes

2011-01-10 Thread Phillip Vector
, what would then stop an applicant from applying directly to the company, knowing they can probably get themselves a better rate that way while still costing the company less (because the company doesn't have to pay the recruiter a fee). Scott On Jan 10, 2011, at 9:33 AM, Phillip Vector

Re: Atlanta GA ColdFusion Developer ready for work! Can start tomorrow!

2011-01-17 Thread Phillip Vector
At what point is posting that you are available on the list considered spamming? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: Lead/ Sr Coldfusion Developer Looking for Full time/ Contract work

2011-04-17 Thread Phillip Vector
I'd be interested if relocation is available or telecommuting is acceptable. On Sun, Apr 17, 2011 at 8:31 AM, Jerry Albright je...@profsearchgroup.com wrote: Hello Philip.  I'm replying to your post regarding Lead/Sr CF Developer looking for work.  I'm new to the site - and can't tell by

Re: ColdFusion Contract to Permanent position in Baltimore MD

2011-05-04 Thread Phillip Vector
I've dealt with Lynn for this contract. If anyone would like to hear about my experiences with her and this job, please contact me off list. On Wed, May 4, 2011 at 8:34 AM, Lynn Rodens l...@recruitergurus.com wrote: Contract to permanent ColdFusion software development position in Baltimore MD

Re: Senior ColdFusion Contract in Baltmore MD

2011-09-16 Thread Phillip Vector
I've dealt with Lynn before. If anyone wants some info, contact me off list please. On Thu, Sep 15, 2011 at 1:23 PM, Lynn Rodens l...@recruitergurus.com wrote: My client has the following contract to permanent job opporunity in baltimore The successful candidate will possess * Advanced

Roderick Watkins / Supreme Systems

2011-11-03 Thread Phillip Vector
Has anyone on the list worked for this guy? There is some issues with him that I'm running into and would like to hear from anyone who might've worked for him before. Also, if anyone gets contacted by him to do work, please email me off list. I have some things to mention.

Re: Florida Coldfusion Opportunity

2012-01-06 Thread Phillip Vector
I contacted this recruiter and no relocation assistance (either them paying or taking it out of your first check) is provided except for airfare to the interview IF they hire you. If they don't, then you are on the hook for it. So while I realize TEK systems is a recruiter and not the client, I

Re: Junior/Mid Level Software Developer

2012-01-17 Thread Phillip Vector
I've worked with Lynn before trying to get this very contract. Please contact me offlist if you want to hear what happened. On Tue, Jan 17, 2012 at 1:50 PM, Lynn Rodens l...@recruitergurus.com wrote: My client is growing again, and is looking for junior to mid level software developers for a

Re: Hiring: ColdFusion Programmer - Overland Park, KS

2012-02-05 Thread Phillip Vector
Hey Kristin, They sent it to the list.. Not to you specifically. ;) On Sun, Feb 5, 2012 at 8:53 AM, Kristin Nelson khnels...@gmail.com wrote: Hi, Thank you for contacting me but I am unable to located to KS. Thanks!! Kristin On Feb 4, 2012, at 2:33 PM, Naren Mistry wrote: Hi,

Re: CFDeveloper.com

2012-02-28 Thread Phillip Vector
Well.. I'm up in the air about this.. After all, it's a job list and it is CF jobs.. So.. it's useful.. kind of.. :) On Tue, Feb 28, 2012 at 5:59 PM, RobG snarfb...@yahoo.com wrote: Yes.  I've blocked him on Twitter because he's doing the same crap there too.  I'm about to setup an email

Re: CFDeveloper.com

2012-02-29 Thread Phillip Vector
You might also want to make sure that the ads are for ColdFusion. :) I think I saw a few that were PHP only. :) On Wed, Feb 29, 2012 at 7:09 AM, Cameron Childress camer...@gmail.com wrote: Brian- I applaud your efforts in passing along opportunities, but if you are going to build a bot to

Re: Can I ask why this place has been taken over by Brian Thornton aka CFDeveloper

2012-04-15 Thread Phillip Vector
Personally, I'd like to see the Telecommuting tag in the title if it's checked on Craigslist. A few of the jobs posted had it (I know because I have a feed set up for CL myself and already applied to a few). On Sun, Apr 15, 2012 at 5:15 AM, Scott Brady dsbr...@scottbrady.net wrote: I'd

Re: TS6079: ColdFusion Developers - Great Opportunity - long term Contract

2012-04-30 Thread Phillip Vector
C'mon.. It's a great fashion accessory.. http://24.media.tumblr.com/tumblr_lqr48fw3Wu1qil2w0o1_400.jpg On Mon, Apr 30, 2012 at 11:27 AM, RobG sled...@gmail.com wrote: If this is the place I think it is (Mayo Clinic), a few tidbits for anybody who might be interested.  I interviewed with them

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: 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: 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: 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: 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: 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: 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

<    1   2   3   4   5