Lost Password?


Go Back   CodeCall Programming Forum > Software Development > General Programming

General Programming Non language specific, Assembly, Linux/Unix, Mac and anything not covered in other topics. Talk about Programming Theory here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-27-2008, 04:18 PM
Reiz45's Avatar   
Reiz45 Reiz45 is offline
Newbie
 
Join Date: Sep 2006
Location: Charlotte, NC
Posts: 19
Rep Power: 8
Reiz45 is on a distinguished road
Default Anyone know where I can begin to teach myself programming?

I know the basics but really need to learn more. O.k. I lied, I dont hardly know anything about programming. Any advice from you pro's on where I should begin or anything that would help me become the Goliath programmer? I mostly want to play around with building websites. I appreciate it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 02-28-2008, 11:45 AM
WingedPanther's Avatar   
WingedPanther WingedPanther is online now
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 3,278
Last Blog:
wxWidgets is NOT code ...
Rep Power: 36
WingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to all
Default

If you pick a language, then you can find a number of resources. The first question is, what language do you want to learn?
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-28-2008, 11:50 AM
Reiz45's Avatar   
Reiz45 Reiz45 is offline
Newbie
 
Join Date: Sep 2006
Location: Charlotte, NC
Posts: 19
Rep Power: 8
Reiz45 is on a distinguished road
Default

I played with HTML before - What would you suggest?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-28-2008, 12:02 PM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 9,232
Last Blog:
Ext JS or Ext GWT
Rep Power: 20
Jordan is just really niceJordan is just really niceJordan is just really niceJordan is just really nice
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

I think you should learn HTML better before you progress to any other type of web development. How far did you get?
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-28-2008, 12:17 PM
Reiz45's Avatar   
Reiz45 Reiz45 is offline
Newbie
 
Join Date: Sep 2006
Location: Charlotte, NC
Posts: 19
Rep Power: 8
Reiz45 is on a distinguished road
Default

I built a very basic webpage. Nothing advanced
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 02-29-2008, 04:43 AM
Fjeddy's Avatar   
Fjeddy Fjeddy is offline
Newbie
 
Join Date: Jan 2008
Location: Sweden
Posts: 17
Rep Power: 4
Fjeddy is on a distinguished road
Default

HTML is very different from most "proper" programming languages like C++ or C#. Don't do like me and try to learn absolutely everything at once, if you try to do too much, you might just end up getting bored and lose interest in programming totally.

I know I did. Luckily I had my mates around, they pulled me up, brushed me off and got me back into it (much obliged ).
__________________
Spräng kommer! ETTtusen, TVÅtusen, TREtusen!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-29-2008, 06:38 AM
nKryptd nKryptd is offline
Newbie
 
Join Date: Feb 2008
Location: pretoria suoth africa
Age: 20
Posts: 4
Rep Power: 0
nKryptd is on a distinguished road
Default plug in the matrix

cout<<"hi there, well.. do you have a passion for programming?
start with command prompt using the "HELP command"
it will give you a list of commands you can use n mix and create batch programs and "wiruses" if you wanna. importantly it will teach you important bits of the syntax of code.
got to go will be back!!!!"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-29-2008, 03:31 PM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 474
Last Blog:
Just over the next hil...
Rep Power: 10
G_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura about
Default

I'd learn HTML and CSS, once you're comfortable with them I'd have a look at JavaScript. Finally I'd look into some sort of server side scripting (I can recommend Ruby on Rails for this but there are plenty of options).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 03-01-2008, 06:47 PM
Uninverted Uninverted is offline
Newbie
 
Join Date: Dec 2007
Posts: 11
Rep Power: 0
Uninverted is on a distinguished road
Default

Well, programming and website building aren't completely the same. If you want to continue to learn how to make websites, you should probably just keep trying to get better at html and maybe look at a scripting language like PHP or JavaScript. If you want to write programs (games, spreadsheets, text editors, etc.), then I would start with a simple language like Python (really really simple syntax so you can focus on learning the concepts). If you want to do both, take a look at Java; you can write standalone programs or embed it in web pages (I wouldn't recommend it to start off with though). Or, if you enjoyed all the parenthesis in this post, you could try Lisp.
__________________
My other car return the first item in a list.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 03-01-2008, 07:14 PM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 474
Last Blog:
Just over the next hil...
Rep Power: 10
G_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura about
Default

Are there any decent frameworks or web libraries written in Lisp? I really like Lisp but it badly lacks the necessary mind share to do any real damage outside of high end expert systems, general AI and such where they need all the dynamism and really don't care about libraries.

Doesn't help that CLisp basically shakes it's behind at the standard* and SBCL doesn't run on Windows properly as of yet. Then the two proprietary options (Allegro and LispWorks) cost more than a house. If SBCL could be fully ported to Windows it would do a lot to help Lisp (along with some decent bindings to at least one GUI framework). Until there's a decent implementation that works across platforms I reckon it will stay as it is though. A nice idea but not enough work behind it to make it as a useful platform.

The only place you really see a lot of Lisp these days is as an extension language - elisp, autolisp, etc. I think Jax and Dexter used a Lisp dialect as it's scripting language as well.

*nearly every attempt by me to write portable code between Linux and Windows was ruined by CLisp's 'we hate Common Lisp' motive. Required huge amounts of #+sbcl(do this) #+clisp(do that).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



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

Advanced Search
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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Linked list borny86 Pascal/Delphi 9 12-06-2007 12:42 PM
a question about game programming feariel C and C++ 8 12-05-2007 06:42 PM
Help! Identifying programming language Gixxerman General Programming 5 11-02-2007 01:34 PM
Beginning Programming frank_l C and C++ 11 10-11-2007 03:23 AM


All times are GMT -5. The time now is 05:47 PM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 98%

Ads