Jump to content

Where to start....

- - - - -

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

#1
noobuser

noobuser

    Newbie

  • Members
  • Pip
  • 2 posts
I am completley new to all this, and I'm after a bit of advice... can anyone help pls?! I am sooooo very confused...

I want to be able to write an in-house IT system for a small retail business. I think I mainly want to import/export files, manage stock & orders, basic finance, etc

I have no experience in IT/programming, after searching the internet I have no idea what I need to learn, there are so many different languages etc - can anyone offer me advice on where to start... I dont particually want a career or 'proper' certification, just to be able to service myself...any advice you can offer would be great, Thanks.

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Moved to the General Programming Section.

Do you want this application to be a desktop application or a web-based application (in the browser)?

#3
noobuser

noobuser

    Newbie

  • Members
  • Pip
  • 2 posts
Thanks, Web based I think... What are advantages of desktop?

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Desktop can be a little easier to get a nice look. A RAD language like Visual Basic or Lazarus can let you get something up and running pretty quickly without having to figure out the HTML to make it look the way you want.

You've actually listed three things that are different "tasks", but are somewhat related. You'll probably need a database (MySQL would work) to store the information. Fair warning: this sounds like something that could get complicated fairly quickly.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
Guest_Jordan_*

Guest_Jordan_*
  • Guests
It does sound very complicated for a beginner. I recommend learning/using ASP.NET, PHP or Ruby for web development. You'll also have to know HTML and it wouldn't hurt to learn CSS and JavaScript. As WP stated, you'll probably want to use a Database so be prepared to learn SQL.