Jump to content

Hello All

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
9 replies to this topic

#1
DwgToolbox

DwgToolbox

    Newbie

  • Members
  • Pip
  • 4 posts
I am an Autocad drafter by trade but I love programming. Started out with VBA/VB6 customizing Cad and Office about 4 years ago. I've tried VB.Net and it frustrates me tremendously! Right now I'm really interested in web applications.

#2
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
Welcome to CodeCall, DwgToolbox!

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Welcome to CC, DwgToolbox! What web development languages are you interested in?

#4
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
Hey there DwgToolbox, welcome to CodeCall!
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#5
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
Hello DwgToolbox, Welcome to CodeCall!

#6
DwgToolbox

DwgToolbox

    Newbie

  • Members
  • Pip
  • 4 posts
Thanks for the Welcome guys! I like this forum already!

Jordan, to answer your question:

Jordan said:

Welcome to CC, DwgToolbox! What web development languages are you interested in?

I have no idea! I know some html and have been using visual web developer. I know how to incorporate scripts but can't create one. I have a few things in mind:
1. I would like to develop a program that pulls information from a local database and an online database.
2. I am also interested in developing a completely online application.

Any suggestions on where I should start? I would like to do it as cheap as possible during the learning process.

Thanks

#7
Guest_Jordan_*

Guest_Jordan_*
  • Guests
You should choose a server side language like ASP, PHP, Perl or Ruby. Most of the knowledge on this forum (between the four) is for PHP although we do have a local expert in ASP (WingedPanther).

#8
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts

DwgToolbox said:

I have no idea! I know some html and have been using visual web developer.
VWD? Excellent!

DwgToolbox said:

1. I would like to develop a program that pulls information from a local database and an online database.
2. I am also interested in developing a completely online application.
Any suggestions on where I should start?
If you're gonna write desktop applications, then Microsoft SQL Server might be a good idea, or ADO.NET. For the web, it's definitely MySQL, although for a challenge you could give XML a spin. For an online application, AJAX would be your best bet.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#9
DwgToolbox

DwgToolbox

    Newbie

  • Members
  • Pip
  • 4 posts
Thanks for the replies! I am trying to finish a few jobs right now but I will definitely look into those.

#10
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Welcome to CodeCall.