So... you want to be a web developer?
I had the most interesting conversation with one of my friends the other day.Adam: "Whew... finally finished with my latest web project!"
Friend (in awe): "Whoa! That's awesome! How did you make that?"
Now, of course, this project of mine was a full-fledged ASP.NET web application; a simple question like "how did you make that" could easily end up with me not only explaining what I did, but how I did it, and which tools and technologies I used. That way, instead of wondering about the magic that makes all those fancy programs out there on the internet work, my friend could understand exactly what goes on to make that happen.
Well, that couldn't hurt, right?
Adam: "Do you really want to know? I'm warning you... this could get messy."
Now, at this point, my friend gives me one of those funny looks like I'm completely crazy. But being a web developer, I'm already used to that.
Friend: "Well, sure..."
And so it begins.
Step 1: Tools of the Trade
Adam: "Well, the first thing we need to is to pimp yo' browser."
Friend: "Did you just say pim--"
Adam: "Forget it. What browser are you using right now?"
Friend: "Well, Internet Explorer. Just like everyone else, right?"
Adam: "...right. And it's a good thing you know that, too. But we're going to need a little more firepower for this. Here's what I have in mind:"
- Mozilla Firefox. Firefox is one of the most extensible browsers available, which means we can load it up with add-ons that make development much easier. Speaking of plugins:
- Firebug. I blogged about this one before; it's one of the most useful utilities around for web development; it lets you play with the content and style of your pages, debug your scripts, and watch the network activity between your browser and the server it's talking to.
- Web Developer Toolbar. This handy little set of tools provides some extra features and information during the development process. It can do things like turn off stylesheets, to show how your website will appear on mobile browsers or browsers that don't support CSS.
- HTML Validator. The subject of valid XHTML will come up later, but suffice it to say, this plugin is a good way to keep yourself in check during the development process.
- Safari. As a general rule, Firefox and Safari render pages very similarly. Of course, it's always a good idea to have Safari around as well, just to make sure you're not leaving Mac users out of your web development goodness. Safari also comes with its own robust development tools.
- Internet Explorer Developer Toolbar. One can always trust Internet Explorer to decide to do something out of the ordinary; for that reason, it's good to have the Web Developer Tools installed, so you can figure out what's going through Internet Explorer's mind when it decides not to play nice with everyone else.
Adam: "Yep. And all of these tools and add-ons are completely free!"
Friend: "That's good. I still have to have some money left over to pay for my World of Warcraft subscription."
I chose to ignore that comment.
Step 2: Know your Roots
Adam: "Now it's time for the fun part. You're going to have some reading to do after today."
Friend: "Reading? I was never very good at that..."
Adam: "That's okay; I'll start you off with some easy references so you can start learning XHTML and CSS."
- W3Schools XHTML Tutorial and W3Schools CSS Tutorial. These guys wrote some killer walkthroughs for XHTML and CSS. Better yet, their website offers sandboxes through the tutorial process that allow you to try out what you're learning without having to break out the big guns we'll be talking about a little later.
Adam: "You betcha'. No matter what kind of web development you end up doing, you'll need to know about XHTML and CSS."
Friend: "Oh, okay. But do I really have to memorize all of this? There's a lot here!"
Step 3: Eight Bits at a Time
Adam: "Lucky for you, there's tons of tools out there that will make your life easier while you're writing your markup and stylesheets. Here are the ones I like."
- Microsoft Visual Web Developer 2008 Express Edition (Windows). Starting with the 2005 lineup of Visual Studio products, Microsoft has made "Express" versions available for users that don't want to break the bank buying the full-fledged Visual Studio suite. The free Express edition is just as robust as Visual Studio when it comes to working with XHTML, CSS, and JavaScript, and it's free.
Adam: "Let's see here..."
- Coda (Mac). Coda seems to be the most full-featured package for web development on the Mac platform. It does cost $99, but that cost seems to more than justify the power that Coda offers. It offers features that rival (or in some cases go beyond) what's offered by Adobe Dreamweaver or Visual Studio on the Windows platform.
- Smultron (Mac). If you're not quite ready to shell out the money for Coda, Smultron seems to be the best free alternative. It doesn't offer the WYSIWYG features that Coda packs, but it does offer you some of the simple luxuries like code coloring and tabbed/paned editing.
Friend: "Wow, okay. Well, that shouldn't be a problem. But, really, what can I make with XHTML and CSS?"
Step 4: Ooooh, Shiny
Adam: "I'm glad you asked. Check these out."
- CSS Remix. This is a "mashup" site; it links to user-submitted sites that have good coding and styling. It also lets you vote for your favorite sites, and will show you the highest-rated sites or a random set of sites, in addition to the most-recently-added ones.
- eduStyle. Another mashup, eduStyle focuses on websites for college campuses.
Adam: "Simple; websites for colleges have to be functional so people can do what they need to do, and beautiful to invite people to stay and click around a little longer. Colleges are good role models when it comes to websites; lot of students research higher educating online these days, so colleges have quite the motivation to make their sites incredible. Just look at MIT's website!"
Friend: "Hey... are you trying to tell me that I can make something like any of these sites with just what you've given me so far?"
Adam: "Weeeellll... not quite. You can make the designs of any of these sites with these tools... plus one thing."
Step 5: Eye for an Eye, Pixel for a Pixel
Friend: "Wait- let me guess! I need to have an awesome graphics editor so I can make the visual elements that are too advanced for XHTML and CSS."
Adam: "You've been reading ahead in this post, haven't you? Alright, Mr. Smarty-pants; what do you recommend in the way of image editors?"
Friend: "Simple."
- GIMP (Windows, Mac, Linux, everything else...). Both free and cross-platform-compatible, the GNU Image Manipulation Program is about as close to the industry standard Adobe Photoshop as you're going to get without shelling out the big bucks. It has a relatively straightforward interface, and a slew of tools that can help turn your blank canvas into a masterpiece.
- Paint.NET (Windows). This one's a Windows-only application; it's a little more light-weight than GIMP, but still powerful. If GIMP looks a little too intimidating to start out with, give Paint.NET a spin.
Adam: "Well, you certainly seem to know what's going on. Want to venture a guess as to what's coming up next?"
Friend: "No... but I have a feeling I won't like it."
Adam: "Oh, you won't."
Step 6: Throwing a Wrench in the Works
Adam: "The tools and resources I've told you about will indeed help you become a great web designer..."
Friend: "...but you italicized designer, which means..."
Adam: "...that web design is only half the battle. Listen, you could design anything from the next big social networking site to an online encyclopedia if you wanted to. But without learning about the programming that makes sites like that actually do something, you'll never level up to web developer."
Friend: "Oh no... programming makes me queasy. And it's almost time for my WoW raid!"
Adam: "Alright, fine, go do your raid. We'll talk about programming later."
So, I managed to get the basics of web design across to him. Of course, I think I did...
To be continued...












Comments
27
Subscribe to commentsTylerOct 20th 2008 2:25PM
Great article! I look forward to more like this. As a soon to be college graduate in Software and Web Development I would love to hear more about your work experiences.
BenOct 20th 2008 2:46PM
Throw a.viary into the mix for image editor options. (http://a.viary.com/home)
KhuffieOct 20th 2008 2:49PM
You forgot Opera! One should always check their designs in at least Firefox, Safari, IE and Opera.
JasperOct 21st 2008 8:14AM
Opera is a horrible browser. I only check work stuff in it because one of the programmers here uses it, and I never look at personal stuff in it. Godawful browser.
bradwjensenOct 20th 2008 3:14PM
This was very interesting, I've been taking web design at College, but I recently decided that it would be smarter to take more web development classes, and some good old graphics classes.
Though, I know how to use Photoshop very well, and I know XHTML well.. Sadly it's programming (php, javascript, etc.) and coming up with new design ideas that I have the most trouble with. :/
cowboy_kOct 20th 2008 4:10PM
Good article, except I think you're misrepresenting Coda - there's no WYSIWYG mode in Coda like you get in Dreamweaver or other tools.
That said, Coda is an excellent editor for web developers - and there's some neat stuff coming in 1.6 (don't think I'm allowed to say anything more detailed than that, though).
LeeHOct 20th 2008 4:17PM
Actually I don't think these tools would help anyone become even a basically competent web designer, let alone a "great" one.
If that were the case, buying a full set of brushes and a box of paints would be enough to make me van Gogh or picking up a fancy guitar would turn me into a Jimi Hendrix.
Adam MarasOct 20th 2008 9:26PM
You're absolutely right. But if Jimi Hendrix had never picked up a guitar, he certainly wouldn't have become what we know him to be. We all have to start somewhere!
kingkool68Oct 20th 2008 4:52PM
http://aptana.com/ Is another good free HTML/CSS/JavaScript IDE. They have a heap of screencasts available at http://aptana.tv/
Adam MarasOct 20th 2008 9:41PM
I did see Aptana Studio during my travels of research. I might shelf this for a future post of its own, actually!
ElliottOct 25th 2008 2:12PM
I will also put my vote in for Aptana. It's certainly much more complex than a text editor like Smultron (which does have live previews) but also does a lot more. Not just on the design side (though, the inbulit CSS editor is nice), but on the php, javascript, python, programing side as well.
BrettOct 20th 2008 4:54PM
Good article, but I don't like how you threw programming in there at the end. I think what you've gone over so far isn't quite into the programming jurisdiction just yet. Web development yes, but programming, no.
Adam MarasOct 20th 2008 9:27PM
Brett, the "To be continued..." at the end was to indicate that I'll dive into programming much further in a future article. Promise!
jibOct 21st 2008 6:48AM
.net = fail
elbasoOct 20th 2008 4:58PM
Nice article! I like the tone, and am looking forward to part 2.
On the Mac side, I like CSSEdit for managing CSS styles. It has live-previews, which is really nice.
MatanOct 20th 2008 5:51PM
im registering to this blog, even tho i visit alot, i can't afford to miss the next update.
MartinOct 20th 2008 11:11PM
Nice article!
You made me discover tools that I did not knew.
I can't wait for the part 2.
Web DevelopmentOct 21st 2008 12:00AM
Sadly, there is an easier way to handle web development. Getting cheaper and higher end development from outsourcing through a company like mine is far easier. Dont spend time fighting the tide.
blasztaOct 21st 2008 12:32AM
Nice flow article... I like the style!
I use most of the tools mentioned in this article, except MS Dev Studio since I do PHP programming.
Tools can't make you great designer, but it will help a lot make your life easier :-)
DollarOct 21st 2008 8:46AM
Great ! Really Great Article !!