Old 27-08-2007, 22:59   1 links from elsewhere to this Post. Click to view. #1 (permalink)
mocremilo
Senior Member
 
mocremilo's Avatar
 
Join Date: Aug 2007
Location: California
Posts: 134
Basic Programming

I'm looking for a web tutorial that covers the basics of programming. Nothing language specific, just over all structure and problem solving and whatever else that I don't know about. Is there anything like this out there, or is it best just to pick these things up along the way?
  Reply With Quote
Old 28-08-2007, 00:43   #2 (permalink)
pgo
misanthrope
 
pgo's Avatar
 
Join Date: Jan 2005
Posts: 12,273
Computer programming - Wikipedia, the free encyclopedia

Regular old procedural programming is really - at its basic level - just logic.

Quote:
If "x" is greater than "y," do this. However, if "x" is less than "y," do that. If neither of these happen, do something else.
or...

PHP Code:
if ($x $y)
{
  echo 
"This.";
}
elseif (
$x $y)
{
  echo 
"That.";
}
else
{
  echo 
"Something else.";

__________________
  Reply With Quote
Old 28-08-2007, 02:04   #3 (permalink)
mocremilo
Senior Member
 
mocremilo's Avatar
 
Join Date: Aug 2007
Location: California
Posts: 134
It's too bad I'm not a very logical person... Is that all you got for me?
  Reply With Quote
Old 28-08-2007, 08:20   #4 (permalink)
proc355
Trailer Trash™
 
proc355's Avatar
 
Join Date: Sep 2006
Posts: 853
__________________
meh.
  Reply With Quote
Old 28-08-2007, 11:57   #5 (permalink)
mocremilo
Senior Member
 
mocremilo's Avatar
 
Join Date: Aug 2007
Location: California
Posts: 134
Thanks proc355. That's exactly what I was looking for. For some reason my googling wasn't coming up with anything good.
  Reply With Quote
Reply


LinkBacks (?)
LinkBack to this Thread: http://www.designerstalk.com/forums/programming/29001-basic-programming.html
Posted By For Type Date
tutorial for html programming This thread Trackback 29-08-2007 20:37

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

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8