Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums

Go Back   Code Forums > Code Newbie > Lounge

Reply
 
LinkBack Thread Tools Display Modes
Old 06-23-2004, 02:21 PM   #1 (permalink)
dsantamassino
Registered User
 
dsantamassino's Avatar
 
Join Date: Jun 2004
Location: Dallas, PA
Posts: 12
dsantamassino is on a distinguished road
Send a message via ICQ to dsantamassino Send a message via AIM to dsantamassino Send a message via MSN to dsantamassino Send a message via Yahoo to dsantamassino
Does anyone know programming and coding??

Hello everyone, Is anyone an expert at programming and coding?? Does anyone know the following?? AND don't give me a hard time about it.

Everything on HTML
Everything on CSS
Everything on PHP
Everything on MySQL including SQL databases

Will someone teach me right here in this thread for FREE of charge on the above topics?? I don't nothing about HTML. I tried reading every tutorial someone points to me but not making snese. I have a learning disability so i learn slower then others. u guys can post out many tutorials that aren't step by step and it won't do any good.
dsantamassino is offline   Reply With Quote
Old 06-25-2004, 05:27 AM   #2 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,693
redhead is on a distinguished road
Just ask the things you need advice on, if you're trying out something and it wont work, show the piece you're working on, and we will all jump in, to try and give advice.
Teaching you all these things from the bottom up in one thread will require a 1000000 post thread.
It is much more learning and advice giving to come up with bits and pieces that arent doing what they are supposed to do, so we, the advice givers, have a way of knowing exactly where to help.
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote
Old 08-05-2004, 09:01 AM   #3 (permalink)
sammy
Code Monkey
 
sammy's Avatar
 
Join Date: Jun 2004
Location: Brooklyn/Rochester
Posts: 53
sammy is on a distinguished road
Send a message via AIM to sammy
A good programmer doesnt need to know everything on that list, he just need to know OF them and know where it can be referenced. Thats why they made books and stuff. And thats why I have a book shelf
__________________
sammy is offline   Reply With Quote
Old 08-05-2004, 10:22 AM   #4 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,444
sde is on a distinguished road
my advice would be to start with one thing at a time.
open notepad and type this.
Code:
<html>
<head><title>my page</title></head>
<body>
hello world
</body>
</html>
save it as test.html and open it in a browser.

then play around with different variations of html. then add some css styles.
Code:
<html>
<head><title>my web page</title>
<style>
body {		
  background-color: yellow;
  font-family: Arial, Verdana;
  font-size: 12pt;
  color: #000000;
}
</style>
</head>
<body>
hello world
</body>
</html>
then move on to php, rename the last file test.php and do this:
Code:
<html>
<head><title>my web page</title></head>
<body>
<?
echo "hello world";
?>
</body>
</html>
those are some examples, but what you are asking isn't very practical at all .. just start with html .. get a handle on it. ask specific questions as they come up. you will get a lot of help here.

expecting to learn everything about any one of those subject ( let alone all of them ) in even a hundred threads is like me asking you to sum up in a few paragraphs how to be a brain surgeon.

as sammy said, even a good programmer doesn't know everything about everything, .. just learn where your resources are and how to find answers to your specific problems .. as you do it more, you will get better and finding solutions.
__________________
Mike
sde is offline   Reply With Quote
Old 08-05-2004, 01:47 PM   #5 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,139
Belisarius is on a distinguished road
Best Practices are the most valuable tool in a coder's arsenal, and can usually be transfered from language to language.
__________________
GitS
Belisarius is offline   Reply With Quote
Old 10-31-2004, 02:16 PM   #6 (permalink)
DavH27
PHP Pilgrim
 
DavH27's Avatar
 
Join Date: Aug 2004
Location: London
Posts: 167
DavH27 is on a distinguished road
HTML. DO HTML FIRST!!

Practice practice practice. Or I can give you my contact details. I'm $15 per hour.
__________________
Davy - Programming since 1998 [CV]
Currently working on: n/a
Status: n/a
DavH27 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
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



All times are GMT -8. The time now is 05:33 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC8





Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting