Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 500
Search took 5.23 seconds.
Search: Posts Made By: whammy
Forum: Post a JavaScript 04-28-2011, 04:58 AM
Replies: 0
Views: 623
Posted By whammy
Form Validation Functions

I posted these literally years ago (2003) to help people out, lots of JavaScript functions that I used to use when I was doing web development for a living, and they covered most requests I had to...
Forum: JavaScript programming 04-28-2011, 04:42 AM
Replies: 14
Views: 711
Posted By whammy
Your best bet is to learn how to teach yourself...

Your best bet is to learn how to teach yourself this stuff, basics first, make mock websites if you have to that use what you've learned... then you can more readily understand what the more...
Forum: JavaScript programming 04-28-2011, 04:08 AM
Replies: 4
Views: 616
Posted By whammy
Try commenting that line out with: // ...

Try commenting that line out with:

//

... at the beginning, and see if it still works?

The only reference I see in the code is to:


if( this.startJump )
Forum: ASP 05-10-2009, 07:11 AM
Replies: 3
Views: 1,574
Posted By whammy
This is not the appropriate forum, I would post...

This is not the appropriate forum, I would post this in the correct forum so people can check for errors, etc.

Is this spam or a legitimate request for website help?
Forum: ASP 04-08-2009, 06:05 AM
Replies: 3
Views: 1,421
Posted By whammy
Hmm, looks like these forums need a bit more spam...

Hmm, looks like these forums need a bit more spam protection from what I'm receiving via email.

:(
Forum: ASP 04-06-2009, 06:08 AM
Replies: 5
Views: 1,230
Posted By whammy
BTW if you want to 'get it' and have the time, go...

BTW if you want to 'get it' and have the time, go do the tutorials at http://www.w3schools.com for HTML/XHTML, the javascript tutorials there and here, and quit using dreamweaver or frontpage, they...
Forum: ASP 04-06-2009, 05:42 AM
Replies: 5
Views: 1,230
Posted By whammy
Is your company requiring you to use dreamweaver?...

Is your company requiring you to use dreamweaver? I hope not. :(

... anyway I will post a solution using Spudhead's very valid suggestions if I have the time soon. I can't right now.

I would...
Forum: ASP 04-06-2009, 05:39 AM
Replies: 5
Views: 1,508
Posted By whammy
I would think Old Pedant's solution should work....

I would think Old Pedant's solution should work. I used Select Distinct for years. :)
Forum: ASP 04-06-2009, 05:33 AM
Replies: 3
Views: 1,421
Posted By whammy
If you're using CDONTS then iMsg.cc =...

If you're using CDONTS then


iMsg.cc = //insert email address variable here


"should" work.

I usually concatenate all the form input into an easily readable form, like so:
Forum: ASP 04-06-2009, 04:58 AM
Replies: 10
Views: 2,804
Posted By whammy
Old Pedant said: I think I'd pose that...

Old Pedant said:


I think I'd pose that question to the client before worrying about adding programming time which likely won't be necessary - that's all I'm trying to get at. Time is money!
...
Forum: ASP 04-06-2009, 04:34 AM
Replies: 9
Views: 1,314
Posted By whammy
That was actually one of the first things I asked...

That was actually one of the first things I asked about when I started at that company... I can pretty much quote myself saying 'Um, why is EVERYTHING stored as varchar?!?'. And it was with SQL...
Forum: ASP 04-03-2009, 09:09 AM
Replies: 9
Views: 1,314
Posted By whammy
If I remember correctly the values for dates in...

If I remember correctly the values for dates in our database were stored like this:

20090403

...which I think was the purpose of some of those functions, having to spit the dates back out in a...
Forum: ASP 04-03-2009, 09:00 AM
Replies: 10
Views: 2,804
Posted By whammy
Perhaps you are correct, I'd like to see it in...

Perhaps you are correct, I'd like to see it in action. ;)

I'm not fighting a battle here, just going by my own past experience. I still think the K.I.S.S. rule is law, in any case. I always admit...
Forum: ASP 04-02-2009, 09:36 AM
Replies: 28
Views: 3,284
Posted By whammy
Oh that's slick... I'll mess with this tomorrow,...

Oh that's slick... I'll mess with this tomorrow, if I can get my test database set up on my comp then.

You gotta love w3schools.com...
Forum: ASP 04-02-2009, 09:20 AM
Replies: 28
Views: 3,284
Posted By whammy
Old Pedant, could you possibly give some examples...

Old Pedant, could you possibly give some examples of how using "ADODB.Recordset.AddNew" would be desirable?

I never had the necessity to use it in the past, but I am always open to learning new...
Forum: ASP 04-02-2009, 09:05 AM
Replies: 9
Views: 1,314
Posted By whammy
If I remember correctly I used IsDate() outside...

If I remember correctly I used IsDate() outside of that function for some internal reason actually :)
Forum: ASP 04-02-2009, 08:59 AM
Replies: 9
Views: 1,314
Posted By whammy
I'm having a hard time determining how to put...

I'm having a hard time determining how to put your example into theoretical practice since I don't yet have a test ASP server on this machine yet. I'm gonna set one up though. :)

I know my...
Forum: ASP 04-02-2009, 08:17 AM
Replies: 10
Views: 2,804
Posted By whammy
I would avoid depending upon javascript for this...

I would avoid depending upon javascript for this type of input for many reasons.

I suggest a simpler solution, such as having the user input multiple email addresses delimited by a comma.

i.e....
Forum: ASP 04-02-2009, 08:05 AM
Replies: 28
Views: 3,284
Posted By whammy
That should be fairly simple, just form posts and...

That should be fairly simple, just form posts and specific data requests. I used to do this exact kind of stuff all the time so post if you need more help.

I'd like to refresh my brain on this...
Forum: ASP 04-02-2009, 07:46 AM
Replies: 9
Views: 1,314
Posted By whammy
Never mind!!!

I found them on the Wayback Machine, after noticing a search parameter I overlooked. :)


<%
'*************************************************
' Commonly Used Functions
' Last Modified...
Forum: ASP 04-02-2009, 07:28 AM
Replies: 9
Views: 1,314
Posted By whammy
Does anyone have a copy of my old functions?

Hi,

I'm just wondering if someone has a copy of my old functions.asp file.

I have it on another hard drive somewhere, and I'm sure I have it on a CD somewhere as well... but if I can avoid...
Forum: ASP 04-01-2009, 05:44 PM
Replies: 11
Views: 35,057
Posted By whammy
You forgot an & before the last quote on that...

You forgot an & before the last quote on that line.
Forum: ASP 03-03-2009, 07:09 AM
Replies: 3
Views: 1,289
Posted By whammy
I think what shakir is getting at is you can send...

I think what shakir is getting at is you can send the email to whoever needs the information - and right after that (on the same ASP page) send a message the the user thanking them for their email...
Forum: JavaScript programming 02-27-2009, 04:48 PM
Replies: 12
Views: 1,103
Posted By whammy
It's kind of fun getting back into coding again...

It's kind of fun getting back into coding again without having any corporate pressures on me. I always loved this forum.

Unfortunately the last programming job I had changed from an extremely fun...
Forum: JavaScript programming 02-27-2009, 02:05 AM
Replies: 12
Views: 1,103
Posted By whammy
Thanks for your input, it's appreciated. I like...

Thanks for your input, it's appreciated. I like that phone script you posted as well, I just have a preference for regular expressions. ^^
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT +1. The time now is 08:19 AM.