Beginner Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherBeginner Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
  #1  
Old September 17th, 2000, 12:23 PM
JTS123 JTS123 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2000
Location: Oklahoma, USA
Posts: 16 JTS123 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to JTS123
Hi I am 13 years old, and I want to be a programer. I have learned HTML. Is there anything more that I need to know?

Reply With Quote
  #2  
Old September 17th, 2000, 03:00 PM
rod k rod k is offline
Apprentice Deity
Dev Shed Loyal (3000 - 3499 posts)
 
Join Date: Jul 1999
Location: Niagara Falls (On the wrong side of the gorge)
Posts: 3,237 rod k User rank is Private First Class (20 - 50 Reputation Level)rod k User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 m 8 sec
Reputation Power: 12
Send a message via AIM to rod k
When you say you want to be a programmer, do you mean you want to write applications? You mention HTML, does that mean that you want to write dynamic websites? Both?

Reply With Quote
  #3  
Old September 17th, 2000, 04:14 PM
JTS123 JTS123 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2000
Location: Oklahoma, USA
Posts: 16 JTS123 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to JTS123
Yes, I'd like to write dynamic web sites.

Reply With Quote
  #4  
Old September 17th, 2000, 09:53 PM
Eclipce Eclipce is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Sep 2000
Posts: 763 Eclipce User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 5 h 29 m 25 sec
Reputation Power: 0
Well, here is a good place to start. Learn php and dhtml also www.pageresource.com hase some nice tutorials. JavaScript can't hurt....

------------------
2 Samuel 7:10 Moreover I will appoint place for my people Israel, and will plant them, that they may dwell in a place of their own, and move no more; neither shall the children of wickedness afflict them any more, as beforetime,

Reply With Quote
  #5  
Old October 23rd, 2000, 06:06 PM
jlangley jlangley is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2000
Posts: 9 jlangley User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to jlangley
There is so much to learn. I am a technical trainer.
Start off by putting your pages on geocities.
If you want to make your webpages look good then you need to know a graphics application, like GIMP or Corel Draw. Sometimes you leave the graphics to someone else.
If you start noticing that geocities doesn't let you do what you want then here are some suggestions.
If you want to know how to get <form> information learn PERL (which will lead into CGI).
You can pay for space on another persons computer they will let you do a little more than Geocities since you know Perl/CGI.
If you find yourself still restricted,
then learn how to use Apache (when you are ready).
After all this you can have a website on your own machine and do whatever you want.
(and don't bother with Javascript and J-script, it is too hard for most begining programmers.)
Jeremy

Reply With Quote
  #6  
Old October 25th, 2000, 09:10 AM
tvanbart tvanbart is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2000
Posts: 35 tvanbart User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
Beg to differ. I'm a software engineer w/ some 20yrs of experience in a variety of fields (apps, OSs, all kinds of networks), and have coached beginning programmers in the past.

Clientside Javascript is not that hard to learn, is good for developing web-based apps (since you can do part of your processing in the browser), and will give you a basic insight into object-oriented programming since it's object based. It'll also make it easier to learn Java and become a servlet programmer and due to the similarities in syntax will help learn C (if you want) and to a lesser extent Perl. Also you need to know Javascript if you want to do any DHTML at all. Plus you'll be able to play with it even if your only webspace is on Geocities or another free provider.

If you want to play around, I suggest hopping over to http://www.xitami.com where you can download a free webserver that runs under Win9x. http://www.activestate.com will give you Perl 5 for Windows. This will save you the hunt and money for a provider that supports CGIs.
The xitami webserver is pretty easy to set up w/o getting you bogged down in details. It also supports PHP if you download that from http://www.php.net .

As you can see, there is plenty more to learn . Have fun and don't be afraid to ask questions!

Good luck, Ton

Reply With Quote
  #7  
Old October 25th, 2000, 01:43 PM
jxa jxa is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2000
Posts: 1 jxa User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I am a beginner too, although I am much older than 13. This information is very useful and I plan to use it as I continue to learn more about web development. Thanks. <BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>Originally posted by tvanbart:
Beg to differ. I'm a software engineer w/ some 20yrs of experience in a variety of fields (apps, OSs, all kinds of networks), and have coached beginning programmers in the past.

Clientside Javascript is not that hard to learn, is good for developing web-based apps (since you can do part of your processing in the browser), and will give you a basic insight into object-oriented programming since it's object based. It'll also make it easier to learn Java and become a servlet programmer and due to the similarities in syntax will help learn C (if you want) and to a lesser extent Perl. Also you need to know Javascript if you want to do any DHTML at all. Plus you'll be able to play with it even if your only webspace is on Geocities or another free provider.

If you want to play around, I suggest hopping over to http://www.xitami.com where you can download a free webserver that runs under Win9x. http://www.activestate.com will give you Perl 5 for Windows. This will save you the hunt and money for a provider that supports CGIs.
The xitami webserver is pretty easy to set up w/o getting you bogged down in details. It also supports PHP if you download that from http://www.php.net .

As you can see, there is plenty more to learn URL . Have fun and don't be afraid to ask questions!

Good luck, Ton
[/quote]


Reply With Quote
  #8  
Old October 27th, 2000, 06:50 AM
ssvr6
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Geocities is a great place to start. You definately want to use Cascading Style Sheets(CSS) as well. Really gives your site a nice uniform look as well as giving you some nice "design" options.
I also agree that JavaScript is a good thing to learn. It definately allows you do some dynamic effects as well as being a part of DHTML.
It all depends on what you want to do. My main knowledge is database code. (SQL, PL-SQL, ASP etc...) I'm pretty good using CSS and Tables are biggie as well. All good sites are held together with a well designed table.
Anyway, start with Geocities. They support CSS, JavaScript, and HTML. (Not sure about DHTML, never tried it.)
Hope this helps.

Steve


------------------
Web Application Developer
URL

Reply With Quote
  #9  
Old October 30th, 2000, 04:35 PM
pablissimo pablissimo is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2000
Posts: 17 pablissimo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I'm 16 and writing an online game in Perl. I started learning it about 4 months ago, and the language is very easy to pick up. There are also quite a few free web hosts out there that will let you run your own cgi (perl or C) scripts. I'd be learning Perl and JavaScript for now, but XML seems like a good option as it bears stark similarities to WML (WAP phone language).

------------------
Stop slaggin off tuna

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherBeginner Programming > I am just beginning where do I start?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway