473,385 Members | 1,766 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Will Love Any Help... :D

Hello

I am a student currently in an MIS program... Our teacher told us we
don't need to know any scripting or coding to succeed in our job or
program, but I still want to learn about coding...
What are the best books/sites/ways to learn C++, XTML, PhP or HTML...
I happen to also really like art, so I make art and have a goal to
make a really cool & professional website. I know illustrator,
photoshop, etc.

May 22 '07 #1
3 1308
ma*********@gmail.com wrote:
Hello

I am a student currently in an MIS program... Our teacher told us we
don't need to know any scripting or coding to succeed in our job or
program, but I still want to learn about coding...
What are the best books/sites/ways to learn C++, XTML, PhP or HTML...
I happen to also really like art, so I make art and have a goal to
make a really cool & professional website. I know illustrator,
photoshop, etc.
It depends on what you're going into. If you're going to be a
programmer, you need to learn how to code. However, if you're going to
be doing hardware, you really don't need the software background.

That doesn't mean you can't learn about coding on your own, though. Who
knows - you may like it and go into an entirely different area.

I'd recommend sticking with html instead of going for xhtml to start.
Maybe start with www.w3schools.com for some basic html (php, also).
Keep things simple to start, and work your way up.

I'm sure there are other sites out there - for PHP the one I use most is
www.php.net. But while it's a great reference, it's not a great way to
learn the language, especially if you have no previous experience in
programming.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
May 22 '07 #2
Message-ID: <11**********************@h2g2000hsg.googlegroups. comfrom
ma*********@gmail.com contained the following:
>Hello

I am a student currently in an MIS program... Our teacher told us we
don't need to know any scripting or coding to succeed in our job or
program, but I still want to learn about coding...
I was a teacher. In my experience, most teachers have no clue as to
what is or is not required. After all, if they knew how to succeed it
is unlikely they would put up with the grief that is teaching. (which is
why I got out). Ask yourself, why is my teacher teaching instead of
pursuing a lucrative web development career?

Furthermore, due to the inertia of the system, any qualification you
achieve could easily be five years out of date. One qual I was teaching
never mentioned CSS at all.

Competent web designers these days /have/ to understand accessibility.
To do that they have to understand HTML and CSS. Additionally you'll
find it useful to learn a scripting language.

Your chances of success will be much improved if you learn these skills
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
May 22 '07 #3
On 21 May 2007 20:30:59 -0700, in comp.lang.php
"ma*********@gmail.com" <ma*********@gmail.com>
<11**********************@h2g2000hsg.googlegroups. comwrote:
>| Hello
|
| I am a student currently in an MIS program... Our teacher told us we
| don't need to know any scripting or coding to succeed in our job or
| program, but I still want to learn about coding...
|
|
| What are the best books/sites/ways to learn C++, XTML, PhP or HTML...
|
|
| I happen to also really like art, so I make art and have a goal to
| make a really cool & professional website. I know illustrator,
| photoshop, etc.
To develop web sites you will need to know:
HTML: instructions for the information to place on each page.
CSS: instructions on how you want your information displayed/formatted
javascript: for additional user interactivity with your pages.

I would recommend purchasing books for learning. When you are
selecting a book I usually:
go to a major bookstore that I know has a large computer section
if I was interested in purchasing a book on learning HTML I would
pick a book off the self
read who the book intended audience is (authors notes)
if this is suitable for my level of understanding
flip open to a random chapter
read a couple of paragraphs
if I like the writing style then I short list this book
if I don't like the writing style or its not at my level of
understanding of the book then it goes back on the shelf.
---------------------------------------------------------------
jn******@yourpantsyahoo.com.au : Remove your pants to reply
---------------------------------------------------------------
May 22 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Raj Sharma | last post by:
Hai Guys, I am new to the group well i have one doubt in my mind from a long time, that what will be the Future of VC++, as full framework has been now .NET so will it be easy to shift to C#, or...
2
by: Hal Vaughan | last post by:
I'm self taught and most of what I've been working on for the past several years has been entirely in Perl and Java. I've noticed that I can code about 5 times faster in Perl than Java, in part...
2
by: Amanda | last post by:
From a guy in Microsoft newsgroups: | In *comp.databases.ibm-db2* there are always IBM guys | from the Toronto labs on line.Post with the | -for the love of god please help- | line...
6
by: Michael S | last post by:
I just love C! But C would be useless without the pre-processor... #define begin { #define end } #define WriteLn printf #define procedure void procedure SayHello() begin WriteLn("Hello...
9
by: Pravin A. Sable | last post by:
Dear All, I am VB programmer, from VB 3.0... to VB.6.0. I love VB :-). I wish to move to VB.net, but I have been advised by certain people to move to C#. They even claim that VB.net will die down...
16
by: Blue Apricot | last post by:
X-No-Archive How long will Classic ASP be supported by Microsoft? Should I start learning ASP.NET? Is it hard if you already know ASP? Blue Apricot
48
by: meyer | last post by:
Hi everyone, which compiler will Python 2.5 on Windows (Intel) be built with? I notice that Python 2.4 apparently has been built with the VS2003 toolkit compiler, and I read a post from Scott...
8
by: saintor1 | last post by:
I am lost with Access 2007... and I thought that it would be easier! Don't get wrong. I am focused with Access 97. Although I worked in 2000/XP/2003, Access 97 was never far. After 10...
0
by: smartx | last post by:
Hi, I would like to share my knowledge as a game programmer, really game programming is hard, I don't want to disappoint you, the important point to become a game programmer is to love game...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.