A Resume forum
-
You mean, like extend the current biography thing to a more extensive thing? Hmm, I donno. Chris might be worried about wasted bandwidth and extra fields in the DB. He is not great at SQL. :-) Nish Sonork ID 100.9786 voidmain www.busterboy.org If you don't find me on CP, I'll be at Bob's HungOut
I mean to add another text field to the profile table (or whatever it is called) that will be called Resume. Person will be able to post their resume there in HTML format. Then on the page where person's profile is displayed have link to displayresume.asp page and when it is clicked - boom! - you see the resume. Very simple idea really, but it will not require file uploading and maintenance - just one extra ASP page. I would imagine that everyone here knows at least basic HTML to be able to format their resume somewhat. If they do not know HTML or do not want to use it - they can just paste it as text. I hope Chris is reading this, because I volunteer to help making it happen if he wants my help. I work with ASP since 1996 when it first came out and I know a thing or two about it. I also know SQL very well. So if Chris needs help with this - I have some free time here and there lately and I would love to help if I can. I am sure Chris knows how to do it, but I am not sure if he has time with everything else that is going on.
-
You mean, like extend the current biography thing to a more extensive thing? Hmm, I donno. Chris might be worried about wasted bandwidth and extra fields in the DB. He is not great at SQL. :-) Nish Sonork ID 100.9786 voidmain www.busterboy.org If you don't find me on CP, I'll be at Bob's HungOut
Nish [BusterBoy] wrote: He is not great at SQL That'll be the end of your account for sure ;P! Chris is great at SQL - you should see the abominations that I have created as I've been learning! These forums are the best I've ever used, in fact - the Lounge being a testament to that. -- Andrew.
-
I mean to add another text field to the profile table (or whatever it is called) that will be called Resume. Person will be able to post their resume there in HTML format. Then on the page where person's profile is displayed have link to displayresume.asp page and when it is clicked - boom! - you see the resume. Very simple idea really, but it will not require file uploading and maintenance - just one extra ASP page. I would imagine that everyone here knows at least basic HTML to be able to format their resume somewhat. If they do not know HTML or do not want to use it - they can just paste it as text. I hope Chris is reading this, because I volunteer to help making it happen if he wants my help. I work with ASP since 1996 when it first came out and I know a thing or two about it. I also know SQL very well. So if Chris needs help with this - I have some free time here and there lately and I would love to help if I can. I am sure Chris knows how to do it, but I am not sure if he has time with everything else that is going on.
Konstantin, I was joking about Chris and SQL. He probably is an SQL guru for all I know :-) Nish p.s. He might appreciate your help offer though... Sonork ID 100.9786 voidmain www.busterboy.org If you don't find me on CP, I'll be at Bob's HungOut
-
Nish [BusterBoy] wrote: He is not great at SQL That'll be the end of your account for sure ;P! Chris is great at SQL - you should see the abominations that I have created as I've been learning! These forums are the best I've ever used, in fact - the Lounge being a testament to that. -- Andrew.
LOL My SQL is kinda weird too.... Specially when I attempt complicated nested queries. Nish Sonork ID 100.9786 voidmain www.busterboy.org If you don't find me on CP, I'll be at Bob's HungOut
-
Konstantin, I was joking about Chris and SQL. He probably is an SQL guru for all I know :-) Nish p.s. He might appreciate your help offer though... Sonork ID 100.9786 voidmain www.busterboy.org If you don't find me on CP, I'll be at Bob's HungOut
:) I know that you were joking and I know that he knows SQL. I was just saying that I know SQL too... ;P
-
You mean, like extend the current biography thing to a more extensive thing? Hmm, I donno. Chris might be worried about wasted bandwidth and extra fields in the DB. He is not great at SQL. :-) Nish Sonork ID 100.9786 voidmain www.busterboy.org If you don't find me on CP, I'll be at Bob's HungOut
Nish [BusterBoy] wrote: He is not great at SQL. Yeah - I'm so bad. I keep messing up the
DELETE FROM Members WHERE Name='BusterBoy'
Wonder what I could be doing wrong :D cheers, Chris Maunder
-
Nish [BusterBoy] wrote: He is not great at SQL. Yeah - I'm so bad. I keep messing up the
DELETE FROM Members WHERE Name='BusterBoy'
Wonder what I could be doing wrong :D cheers, Chris Maunder
Uh Oh! This time, I've done it! Nish [LOL] Sonork ID 100.9786 voidmain www.busterboy.org If you don't find me on CP, I'll be at Bob's HungOut
-
Nish [BusterBoy] wrote: He is not great at SQL. Yeah - I'm so bad. I keep messing up the
DELETE FROM Members WHERE Name='BusterBoy'
Wonder what I could be doing wrong :D cheers, Chris Maunder
Chris Maunder wrote: Yeah - I'm so bad. I keep messing up the DELETE FROM Members WHERE Name='BusterBoy' It's expecting the semicolon.... Uh oh, I have wandered into other forums.. - Jason SonorkID: 100.12194 :bob:'s your uncle
-
Chris Maunder wrote: Yeah - I'm so bad. I keep messing up the DELETE FROM Members WHERE Name='BusterBoy' It's expecting the semicolon.... Uh oh, I have wandered into other forums.. - Jason SonorkID: 100.12194 :bob:'s your uncle
Jason Hooper wrote: Uh oh, I have wandered into other forums Run. Run hard and run fast. And don't peek into the 'Rant and Rave' forum. It's not pleasant. Jason Hooper wrote: :bob:'s your uncle That's too funny. :) cheers, Chris Maunder
-
Nish [BusterBoy] wrote: He is not great at SQL. Yeah - I'm so bad. I keep messing up the
DELETE FROM Members WHERE Name='BusterBoy'
Wonder what I could be doing wrong :D cheers, Chris Maunder
Chris Maunder wrote: Wonder what I could be doing wrong Pressing ought to do the job...