Hi guys, Lately I have added a forum to my company's website. I have a section there where I gather sample ASP scripts: http://www.deluxe.am/forum/forum.asp?FORUM_ID=5 It helps me to help others when they need a script and I have it over there. Could you please help me fill the topics and have there much more info Thank you in advance
thanks for the scripts! - I always wanted to make a "snippet" library directly accessible in Firefox. I wonder if theirs an extension out there that does that...
as I see noone is interested in helping, all of you guys just want to grab the scripts, I can see how much the traffic has grown, but noone posting something for helping other fellow programmer that is really disappointing for me
no man, i think it's a great idea. i'll contribute some scripts when i get a chance - let me dig up a few i keep on hand. no need to re-invent the wheel i always say by the way that's a pretty awesome random PW generator. I'm going to have to tear that apart and examine it a little more closely - true random numbers are very difficult to achieve. this one seems to do a pretty good job though. True random is somewhat of a hobby of mine - my buddy and i are always researching and talking about it. There was a really interesting article i read a while back (can't remember how i came across it) where some guys were converting video static to binary code and creating a random seed based on that - pretty cool stuff. The thing i find interesting is that your random generator doesn't look to system time to get it's "random" seed, which is something you often find in random number generators. very cool indeed. vg
Hi ccoonen thanks for offer, but I don't want you guys to spend a lot of time, just a few seconds to put some ready made and tested scripts, just as I did. I didn't write any of them but put those that you can't easily find hi my friend VG Thanks for being of favour of what is there. I try to put all the best, well, whatever best I find, as you see there is a sample for the onClick event also THe things I look for is ASP upload and image maintenance on the server (change height width relatively, etc.) There are no specific guidlines on what to put there, but what you think others may need thank you guys
are you talking about the referrer tracker i gave you a few weeks ago? i didn't see it up on there - which post is it under? maybe i'm just not seeing it - i will admit that yes, it's early and i probably DO need more coffee lol VG
I take a look and see, currently I am at the office and need to get to my friend soon. If it will not be posted I'll post it there
free pure ASP upload scripts are everywhere - but image management is not doable with pure asp (Classic asp that is). You will need to build a COM obj or use .net (which has a very easy/nice way to manage/manipulate imgs on the fly)
yes I know, but which one is the best, how to do it. I remember once I tried to use the Dundas uploader and never succeeded. What I wanna have there is guidelines to tested scripts so that even the starter programmer goes there and reads and then he is able to do it on his/her own
send me an email (via the form on my site - located in my sig) tommorrow morning/afternoon while I'm at work - and I'll send you the uploader that I always use in every pure asp project. Works like a charm, and very easy