Go Back   CodeCall Programming Forum > Web Development Forum > Website Design
Register Blogs Search Today's Posts Mark Forums Read

Website Design Forum for discussing flash, graphics, fonts, video and music! Have a question about how to implement something into your website? Ask here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-08-2009, 06:25 AM
Newbie
 
Join Date: Jul 2009
Posts: 3
compnoob88 is an unknown quantity at this point
Question Which Programming Language Should I Learn To Design My Website?

I'm planning to start a small business to sell my sewing (handicrafts like cosmetics cases, everyday bags, pencil cases, handphone cases, pouches etc.) I'm thinking of building a website/online store, to allow my business to appear in search listings, and help my sales.

The thing is, I don't know which programming language to learn, and would really like some advice

Some things I require from the website:
- I need to upload photographs of the items on sale. I'm thinking maybe a page showing all the thumbnails, and when you click on one the picture gets enlarged.
- I need to integrate Paypal, and credit card payment into the website.
- It needs to be aesthetically pleasing.
- Relatively small website.

I've done C and C++ in college, and I quite like programming. I just don't know which language I should learn for this purpose. I really don't mind any language, even if it is hard to learn, or very different from C and C++, or takes too long (I'll only be launching the website in about 12 months' time); as long as the end product is good. Also, I'm trying to cut costs, so it has to be free (or close to free) to learn it.

I don't know if this is a stupid question, but does the language used affect the speed of download? I don't want to lose views because of slow downloads...

Please advise me! Thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 07-08-2009, 09:54 AM
BlaineSch's Avatar
Code Warrior
 
Join Date: Apr 2009
Location: Trapped in my own little world.
Age: 19
Posts: 2,169
BlaineSch is a glorious beacon of lightBlaineSch is a glorious beacon of lightBlaineSch is a glorious beacon of lightBlaineSch is a glorious beacon of lightBlaineSch is a glorious beacon of lightBlaineSch is a glorious beacon of light
Send a message via MSN to BlaineSch
Re: Which Programming Language Should I Learn To Design My Website?

PHP I believe to be the most common language online. Do you know HTML already?

If its 12 months and this is the only site you are creating it might just be cheaper and faster to hire somebody to do this.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-08-2009, 11:05 AM
WingedPanther's Avatar
Super Moderator
 
Join Date: Jul 2006
Age: 36
Posts: 11,435
WingedPanther has much to be proud ofWingedPanther has much to be proud ofWingedPanther has much to be proud ofWingedPanther has much to be proud ofWingedPanther has much to be proud ofWingedPanther has much to be proud ofWingedPanther has much to be proud ofWingedPanther has much to be proud ofWingedPanther has much to be proud of
Re: Which Programming Language Should I Learn To Design My Website?

I would start with HTML and CSS. Those are the languages that define how a page looks. Then I would add JavaScript and PHP to support things like online sales. You also may want to look into SQL for database support.
__________________
CodeCall Blog | CodeCall Wiki | Shareware
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 07-08-2009, 10:25 PM
Newbie
 
Join Date: Jul 2009
Posts: 3
compnoob88 is an unknown quantity at this point
Re: Which Programming Language Should I Learn To Design My Website?

Hi, thanks for the replies!

BlaineSch:
Nope, I don't know HTML yet, just C and C++. Actually I'm really keen on doing this website, I've been thinking of learning web design for quite a while, even before I decided to set up this thing; I don't know if I will be designing any more in the future, but I'd love to add more languages to my repertoire, just for the heck of it But just out of curiosity, how much do you think something like this would normally cost?

WingedPanther:
Thanks, that was really detailed and helpful! I'll look into them soon...

Also, I just found out about content management systems; I read that you can get something like a template from Joomla or Drupal, and tinker with it until the website looks how you want it to. Is this a good idea, especially for the kind of website I'm building?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 07-09-2009, 01:40 AM
BlaineSch's Avatar
Code Warrior
 
Join Date: Apr 2009
Location: Trapped in my own little world.
Age: 19
Posts: 2,169
BlaineSch is a glorious beacon of lightBlaineSch is a glorious beacon of lightBlaineSch is a glorious beacon of lightBlaineSch is a glorious beacon of lightBlaineSch is a glorious beacon of lightBlaineSch is a glorious beacon of light
Send a message via MSN to BlaineSch
Re: Which Programming Language Should I Learn To Design My Website?

Cost? Free if you want lol

If you want to spend some money you could get some books but if you want I could email you a few ebooks or something I have a few you might like.

Learning HTML isnt hard you just gotta know where to look. This site below has HTML, CSS, PHP, and MySQL tutorials and walk throughs. You can learn everything here.

W3Schools Online Web Tutorials


If you wanna learn more advanced PHP you can always visit their website:
PHP: Hypertext Preprocessor

If you do not have hosting you can get free PHP hosting you can just do some tests on.
Google


If your just testing HTML just save your files in .html on your computer and open them up with your default browser and you should be great!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 07-09-2009, 06:40 AM
WingedPanther's Avatar
Super Moderator
 
Join Date: Jul 2006
Age: 36
Posts: 11,435
WingedPanther has much to be proud ofWingedPanther has much to be proud ofWingedPanther has much to be proud ofWingedPanther has much to be proud ofWingedPanther has much to be proud ofWingedPanther has much to be proud ofWingedPanther has much to be proud ofWingedPanther has much to be proud ofWingedPanther has much to be proud of
Re: Which Programming Language Should I Learn To Design My Website?

WAMPserver is a very useful tool for testing, as well. If you're on Windows, it will allow you to use PHP, MySQL, etc on a Windows box and do all testing locally.
__________________
CodeCall Blog | CodeCall Wiki | Shareware
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 07-09-2009, 02:13 PM
jwxie518's Avatar
Speaks fluent binary
 
Join Date: Jan 2009
Location: New York City
Age: 18
Posts: 1,089
jwxie518 is on a distinguished road
Send a message via AIM to jwxie518
Re: Which Programming Language Should I Learn To Design My Website?

I personally would suggest to go with XAMPP it's also for Windows and I use it myself.
I might try WAMPserver later. Either one is good.

Hmm since you have learned C and C++, PHP is a very popular choice today. Plus, PHP is influence by languages like Java, C++, C, Perl.
It's free too....
__________________
John Wong's blog
Quote:
*-*-*-*__ C++ revolutionized the modern programming language, but what happen to C+? Programming is just a study of chemistry __*-*-*-*
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 07-09-2009, 02:40 PM
Jordan's Avatar
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 24,556
Jordan is a name known to allJordan is a name known to allJordan is a name known to allJordan is a name known to allJordan is a name known to allJordan is a name known to all
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan Send a message via Yahoo to Jordan
Re: Which Programming Language Should I Learn To Design My Website?

You need to learn a server side language such as PHP. Ruby is also a popular choice. You'll also need to learn HTML and probably need to learn JavaScript as well.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 07-10-2009, 10:09 AM
relapse's Avatar
Programming Expert
 
Join Date: Jul 2009
Location: Intrawebs
Posts: 481
relapse is an unknown quantity at this point
Re: Which Programming Language Should I Learn To Design My Website?

Sounds like you are trying to begin without having the needed tools. First learn HTML. Then CSS. Then you can pick a language like Ruby, PHP, or Perl. Then you'll probably want to expand out and learn a client-side web development language, JavaScript.

That is a lot on your plate. Have fun.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 07-13-2009, 01:11 PM
Learning Programmer
 
Join Date: Jul 2009
Location: Houston, Texas
Age: 21
Posts: 57
GabryelFall is an unknown quantity at this point
Send a message via MSN to GabryelFall
Re: Which Programming Language Should I Learn To Design My Website?

All these comments great. But all you really need is HTML. CSS will help you make it prettier, JavaScript, PHP, Ruby will help you make it more user friendly. But none of that matters if you don't have a good base or skeleton. HTML is the most essential thing you need. Like BlaineSch suggested, go to W3Schools. Once you've got a good base branch out to CSS then PHP and/or JavaScript.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
online store, programming language



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you learn a programming language? Dan Software Development Tools 45 01-05-2010 10:07 PM
Game Design: Which Programming Language First? ahnoldschwarz General Programming 11 12-10-2008 07:45 PM
Design and Testability Kernel News 0 12-10-2008 05:00 AM
General programming and logic :: Programming language types Chinmoy Tutorials 1 04-07-2008 04:15 PM
Is PHP the best web programming language to learn? Kaabi PHP Forum 9 07-05-2006 10:20 PM


All times are GMT -5. The time now is 08:15 AM.


vBulletin v3.8.0 ©2010, Jelsoft Enterprises Ltd.


no new posts

LinkBacks Enabled by vBSEO 3.1.0