Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Oct 26th, 2006, 7:33 PM   #1
natefico
Programmer
 
Join Date: Jan 2005
Posts: 35
Rep Power: 0 natefico is on a distinguished road
Send a message via AIM to natefico
Learn VB in a weekend?

Hello everyone,

I need to learn VB in a week. Learn it to the best of my ability anyways. I do not have much programming experience. I have a job interview on Monday and this company usually have a few projects a week in VB. I very well told him that I have no VB experience but for some reason he seems confident I can pick it up easily. So I thinking it will be more of a maintenance programming type of thing.

If anyone could give me some sure fire resources to help prepare me for this Job that would be great! I would really really appreciate it. Help me get my first job ^^;

Thanks,
--Nate
__________________
Check out my blog, if you wish ^^;
http://www.natefico.com
natefico is offline   Reply With Quote
Old Oct 26th, 2006, 7:59 PM   #2
andro
Professional Programmer
 
Join Date: Oct 2005
Location: California
Posts: 294
Rep Power: 3 andro is on a distinguished road
Send a message via AIM to andro
I'd recommend two things:

1. www.google.com

2. http://www.amazon.com/Visual-Basic-2...e=UTF8&s=books


Deitel and Deitel is are excellent authors, I'm sure their VB book is great.
andro is offline   Reply With Quote
Old Oct 26th, 2006, 8:03 PM   #3
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
You really won't learn it in a weekend, no matter how successful your "How to Learn" thread was. If it doesn't bother your prospective employer, it might not matter. Good luck.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Oct 27th, 2006, 1:12 PM   #4
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
Quote:
Originally Posted by DaWei View Post
You really won't learn it in a weekend, no matter how successful your "How to Learn" thread was. If it doesn't bother your prospective employer, it might not matter. Good luck.
I disagree somewhat. My current job involves mainly work with .NET and C#, a platform and language I was unfamiliar with before I was hired. However, I had little trouble working with it, as its rather similar to Java and C++, two languages which I do know.

Now, granted, learning a language over a weekend is a bit different than picking a language up as one goes along, but it is possible to learn a new language in a short space of time, provided that its similar to something you know already. For instance, if natefico is familiar with C#, and wants to learn VB.NET, then he's going to find it relatively easy. It all depends on how much natefico knows, and how much experience he has with learning new programming languages.

On the other hand, if he hasn't worked with anything similar before, or has a limited knowledge of programming languages, then maybe he's a bit stuck.
Arevos is offline   Reply With Quote
Old Oct 26th, 2006, 8:24 PM   #5
pal
Programmer
 
pal's Avatar
 
Join Date: Mar 2005
Location: Washington
Posts: 89
Rep Power: 4 pal is on a distinguished road
If you don't have much programming experience, give yourself about 3 months for basics of programming language, go through wikipedia, webopedia, answers.com, and etc... I learned java basics in about 3 months in a classroom, so it make sense that if you try hard and test yourself, you could pick up "basics" of VB in few months.
pal is offline   Reply With Quote
Old Oct 26th, 2006, 9:13 PM   #6
Booooze
Expert Programmer
 
Booooze's Avatar
 
Join Date: Mar 2006
Location: Igloo
Posts: 710
Rep Power: 3 Booooze is on a distinguished road
Send a message via MSN to Booooze
As a note, it is sometimes even harder to maintain a program then it would be to start one fresh.
Booooze is offline   Reply With Quote
Old Oct 26th, 2006, 10:55 PM   #7
natefico
Programmer
 
Join Date: Jan 2005
Posts: 35
Rep Power: 0 natefico is on a distinguished road
Send a message via AIM to natefico
Quote:
Originally Posted by Booooze View Post
As a note, it is sometimes even harder to maintain a program then it would be to start one fresh.
Yes, I was fearful of this. We shall see what happens on Monday. Trying to learn as much as I can this weekend so I may be able to decipher the programs. Basically they are programs for data mining websites. What I think anyways, he called is scalping. Scalping like personal information off of websites. I assume they use this information to try to push their product on people...

The only reason I got the reference to this guy was because of my HTML work for the computer club at my school... I was expecting to maintain websites :/
__________________
Check out my blog, if you wish ^^;
http://www.natefico.com
natefico is offline   Reply With Quote
Old Oct 27th, 2006, 12:26 AM   #8
andro
Professional Programmer
 
Join Date: Oct 2005
Location: California
Posts: 294
Rep Power: 3 andro is on a distinguished road
Send a message via AIM to andro
Scraping! It's scraping!
andro is offline   Reply With Quote
Old Oct 27th, 2006, 9:20 AM   #9
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 3 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
When I learn Visual BASIC, I caught on really quicky but didnt have a clue about algorithms and different styles of programming. VB really doesnt require that when building small projects.
__________________
I would love to change the world, but they won't give me the source code!
ReggaetonKing is offline   Reply With Quote
Old Oct 27th, 2006, 12:37 PM   #10
java_roshan
Professional Programmer
 
Join Date: Mar 2005
Location: Student of University of Mumbai, Maharashtra State, India
Posts: 344
Rep Power: 4 java_roshan is on a distinguished road
You could use one of those SAMS Teach yourself kindof books or use "Programming with Visual Basic 6.0" (the chapters on advance topics), by Anita Millspaugh, Julia C. Bradley.
__________________
Visit: http://www.somaiya.edu
java_roshan is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
hello, is it too late to learn? i have natural 1337ness but am a n00b angry_asian Community Introductions 26 Jul 7th, 2006 1:35 PM
C++ .... a pain to learn? Clotters C++ 19 Jul 10th, 2005 1:06 PM
Starting to learn... Jerry Java 14 Jun 17th, 2005 7:46 AM
Weekend Challenge theduck Community Announcements and Feedback 43 Jun 3rd, 2005 4:58 PM
What programming languages should I learn? theduck Other Programming Languages 6 May 28th, 2005 9:34 AM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 8:11 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC