Web-Design and Indie-Resource
Web-Design and Indie-Resource
Would it be possible to use the skills you learn from Halls video tutorials to go into web-design?
Last edited by Zorber on Fri Feb 17, 2012 5:23 pm, edited 1 time in total.
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Web-Design and Indie-Resource
Because I am teaching the basics of PHP, JS, and HTML i would say yes. Would you instantly be a pro? no. But it is a good foundation. Build a few sites and see how you like it.
Re: Web-Design and Indie-Resource
Thanks Halls
I was wondering, do you know any CSS?
P.S. What happened to your crappy t-shirt?
I was wondering, do you know any CSS?
P.S. What happened to your crappy t-shirt?
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Web-Design and Indie-Resource
yes, css is taught a little in my tutorials but if I need to do a video I can.
Re: Web-Design and Indie-Resource
CSS is really easy to learn. http://www.w3schools.com/css/default.asp. Don't be afraid to hit the 'Try it yourself' button 
Fighting for peace is declaring war on war. If you want peace be peaceful.
Re: Web-Design and Indie-Resource
Thanks, I'll check that out. 
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: Web-Design and Indie-Resource
CSS is, however, like chess. It takes a couple of hours to learn, and a lifetime to master since it goes hand-in-hand with visual graphic design, a dense, subjective field.Chris wrote:CSS is really easy to learn. http://www.w3schools.com/css/default.asp. Don't be afraid to hit the 'Try it yourself' button
The indelible lord of tl;dr
Re: Web-Design and Indie-Resource
Thanks, I use gimp a lot myself.
I'll definitely let you guys know if I get stuck at any point. For now, however, I am going to finish halls tutorials.
Sincerely,
Zorber.
I'll definitely let you guys know if I get stuck at any point. For now, however, I am going to finish halls tutorials.
Sincerely,
Zorber.
Re: Web-Design and Indie-Resource
I defy you!Jackolantern wrote:"CSS is, however, like chess."
Orgullo Catracho
Re: Web-Design and Indie-Resource
Here's my bit -
Just to clarify from my experience in the field, a designer is someone who uses an image editor, modeling program, or visual UI design program. This is an aesthetics, usability, and branding area.
A front-end developer or UI developer handles the html/css/user-facing interface development based off of the design/layout from the designer, while a back-end developer writes the server side/backbone of the software and the complex bits of the front-end code.
You'll often see a skill overlap and there are more descriptive terms, but these are the most common titles I see. With indie projects and start-ups you'll usually end up doing most or all of it, so it's mostly pointless to argue semantics over titles.
Personally, I specialize in back-end development, can do front-end when I need to, but fail miserably at design. For me, the best way to learn front-end development was to get a template from a designer and duplicate it to a web page exactly; it has to be pixel-perfect. There are lots of places you can get free templates to practice with; here's one I found with a quick search: http://www.free-psd.com/. They may seem daunting at first but stick with it!
You'll want to use a CSS Reset; every browser has it's own initial rules for styling, and often they are different enough to break a site's appearance. A css reset will let you start from a mostly-even playing field. I'd recommend yahoo's or eric meyer's.
Just to clarify from my experience in the field, a designer is someone who uses an image editor, modeling program, or visual UI design program. This is an aesthetics, usability, and branding area.
A front-end developer or UI developer handles the html/css/user-facing interface development based off of the design/layout from the designer, while a back-end developer writes the server side/backbone of the software and the complex bits of the front-end code.
You'll often see a skill overlap and there are more descriptive terms, but these are the most common titles I see. With indie projects and start-ups you'll usually end up doing most or all of it, so it's mostly pointless to argue semantics over titles.
Personally, I specialize in back-end development, can do front-end when I need to, but fail miserably at design. For me, the best way to learn front-end development was to get a template from a designer and duplicate it to a web page exactly; it has to be pixel-perfect. There are lots of places you can get free templates to practice with; here's one I found with a quick search: http://www.free-psd.com/. They may seem daunting at first but stick with it!
You'll want to use a CSS Reset; every browser has it's own initial rules for styling, and often they are different enough to break a site's appearance. A css reset will let you start from a mostly-even playing field. I'd recommend yahoo's or eric meyer's.
Python/PHP/Javascipt . HTML/CSS . MySQL/CouchDB . Apache/Nodejs . git/sh/ssh . Windows/MacOSX/Linux