I’m very new to web development, and so far I’m teaching myself. I plan on enrolling in my local community college and entering the web developer AAS program, but want to know a lot of the basics before I do. I already have an associates, and a bachelors degree in Advertising & Public Relations but after I graduated in 2003 the market was so bad that I got into banking instead. I’m not liking where I’m at in my career currently so I want to try something new.
I have a pretty good grasp of HTML so far and starting to learn CSS. I have a couple of questions though to make sure I’m on the right path.
1- The programs that I believe I should know to start are HTML, CSS, JavaScript, and Photoshop. I know Photoshop is more for web design, but I’d like to know it so I can put together my own portfolio once I start looking for a job. Is this a good base to start with?
2- I already know HTML pretty well, and learning CSS now, but is it OK to learn CSS and JavaScript at the same time as a beginner, or should I focus on CSS first and once I know that pretty well, start learning JS?
Javascript is one that you’re probably beter leaving till later as with any website it should still be usable if the end user has disabled javascript in their web browser or where javascript has never been available.
If you intend to build a website that interacts with a database, you need to decide what server-side processing language you wish to learn, a common one is PHP.
With both of them different books and/or course are aimed at different levels of experience. There was a page with a chart showing what level each book was aimed at. @HAWK; If that chart has gone could HQ restore it but with it covering all books and Learnable courses?
I can help you out there. As SpacePhoenix says, we have a lot of beginner resources at Learnable. You are right in that HTML& CSS are the place to start. If you are planning on focussing on front end, then JavaScript would be a good follow up, however if you want some more flexibility you could look at PHP as well. Here are a few good resources for absolute beginners:
Hi djay. As SpacePhoenix said, HTML and CSS will take you a long way. JS is nice, but for most websites is not needed at all, and is a nice extra layer—though, as said, the site should work nicely without it too.
SpacePhoenix said—
The one alternative to that is to use a content management system (CMS). Examples include WordPress, Joomla etc.This is a bunch of software you install on your server that comes with all the fancy functionality you’d want on a dynamic website already done for you, so that you can just concentrate on HTML and CSS. That includes like blog posting, user comments etc.
In a similar way to there being out of the box options for server side code (CMSes etc.) there are also out of the box options for JS. There is jQuery, for example, which comes with a lot of pre-made add-ons, meaning you can easily add slideshows, accordions etc. to your site without knowing JS.
So, HTML and CSS are worth learning thoroughly first, as there are fallbacks for the more advanced aspects of web design. HTML and CSS are the meat and potatoes of web design. Then, the more you can learn about the other things, like JS and PHP, the better.
in my opinion you should start learning css (would be helpful to have dreamweaver on this one) first, then php, and if you wan’t to learn some designing you could put photoshop in there. Javascript i would put last on this list.
If you plan to create a website that communicates with a data source, you need to choose what server-side handling terminology you wish to understand, a typical one is PHP.
Yeah these are the fundamental for web design you should learn this the photoshop, HTML CSS. if you want to learn this in depth and from begginig then you can browse w3schools.com.
yes it’s really great to learn JS but it would be nice if you first focus on CSS later on JS. but it going to be perfect if you’ve intrest in PHP Mysql and other programming languages this would be really helpful for your job.
According to my opinion should begin studying css (would be necessary to have dreamweaver on this one) first, then php, and if you wan’t to understand some developing you could put photoshop in there. Javascript i would put last on this record.
That’s a nice list. Do you know any books which are for people who can write a bit code in PHP but wanna learn more…(can’t find any nice books) I always think practising is the best way to do it, but i always get a bit confused if i see OOP terms in scripts… You got some solution for me to extend my PHP programming skills? or some books you used? Thanks in advance