Personal Development for Smart People Forums

Personal Development for Smart PeopleTM Forums


Go Back   Personal Development for Smart People Forums > Personal Development > Technology & Technical Skills
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Technology & Technical Skills Computer skills, hardware, software, internet topics, gadgets, programming


Welcome to the Personal Development for Smart People Forums, the place for lively, intelligent discussion of all personal growth issues -- physical, mental, financial, social, emotional, spiritual, and more.

You're currently viewing as a guest, which gives you limited read-only access. By joining our free community, you'll be able to post your own messages, access many members-only features, see the new messages posted since your last visit, and of course remove this header message. Registration is fast, simple, and free, so please join today.

If you arrived here from a search engine, you may want to explore the main site first, which includes hundreds of deep and insightful articles on a variety of personal development topics.

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 11-30-2006, 10:59 PM
Junior Member
 
Join Date: Nov 2006
Location: Western PA
Posts: 19
New Every Day is on a distinguished road
Default Next To Learn: Web Design

I'm a stay-at-home dad who was a database programmer before deciding to stay home. When I decided to stay home 2 1/2 years ago, I started a business to do database programming, but that has been slow going, to say the least.

In the last couple of months, I've been contacted to do some websites. I have Macromedia (Dreamweaver, Fireworks, FlasH) and have learned all that. Now, I'm realizing that if I'm going to do more websites, then I need to learn some additional things. But I'm not sure what to do learn next. ASP? PHP? Or something I have never heard of.

Any thoughts or suggestions?

Thanks.
Ed
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 11-30-2006, 11:14 PM
Member
 
Join Date: Nov 2006
Location: Sydney
Posts: 62
rossio is on a distinguished road
Default

Hello!

Do you know CSS?

If not - I would really recommend getting a handle on this before you go too far down the php type of route!

I didn't learn CSS to begin with, sticking with good ol' html and tables but I REALLY regret this and am very passionately learning CSS now and am having to redo all of my site(s)!

Just my 2p worth

Ross
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 11-30-2006, 11:32 PM
Junior Member
 
Join Date: Nov 2006
Posts: 7
pkarpiak is on a distinguished road
Default

If you are being contacted to do front-end web design (more focus on implementing the HTML/CSS and layout/design than backend technologies or CMS), then you should worry more about design theory first. Things like colour theory, typography, etc. are important topics to know. Make sure you grasp the concepts behind CSS and Web Standards/Accessibility too.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 12-01-2006, 12:56 AM
Senior Member
 
Join Date: Nov 2006
Location: Logan, UT
Posts: 357
Adam is on a distinguished road
Send a message via Yahoo to Adam
Default

As far as back-end website design, I would recommend PHP long before ASP, simply for compatibility sakes, not to mention how easy it is to learn and how powerful it can be.
__________________
People often say that 'beauty is in the eye of the beholder,' and I say that the most liberating thing about beauty is realizing that you are the beholder. This empowers us to find beauty in places where others have not dared to look, including inside ourselves.
--Salma Hayek

My blog: Adam's Peace
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 12-01-2006, 02:23 AM
Member
 
Join Date: Nov 2006
Location: Indiana, USA
Posts: 45
Pat P. is on a distinguished road
Default

Visit Paul Boag site (www.boagworld.com). He is brit. designer that keeps a blog on web design, and he has addressed this issue on the past. He also has a regular podcast that you can listen to get you up to speed (they are on issue 58, so you have a lot to listen to, but it will pay the effort).

I agree that CSS and Web Standards are a must if you want to expand your business, and I would also suggest DOM Scripting.

You can also visit SitePoint : New Articles, Fresh Thinking for Web Developers and Designers for fresh ideas and A List Apart for more info and articles.

Good luck
Pat
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 12-01-2006, 12:29 PM
Senior Member
 
Join Date: Nov 2006
Posts: 789
Erki is on a distinguished road
Default

CSS surely should be learned but IMO it's not too hard, especially if you use Dreamweaver.

Just make sure you don't use fonts with sharp edges on websites!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 12-01-2006, 04:09 PM
Senior Member
 
Join Date: Nov 2006
Location: Toronto
Posts: 144
kthdsn is on a distinguished road
Send a message via AIM to kthdsn Send a message via MSN to kthdsn Send a message via Yahoo to kthdsn Send a message via Skype™ to kthdsn
Default

I hate dreamweaver, flash is a definite no go. Get a text editor open and code from scratch.

Xhtml, CSS and WCAG are all you need to begin with. That's what I started with. Then I moved on to PHP which I'm still learning.

You should know how to create accessible static sites before you move into dynamic ones though, simply because the static sites are easy to tweak, and once it all come naturally to you you can build your knowledge into your dynamic sites from the start.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 12-01-2006, 04:17 PM
Senior Member
 
Join Date: Nov 2006
Posts: 789
Erki is on a distinguished road
Default

Notepad of course is still the absolute bestest, but still, I have found DW to be good for modding CSS styles. No need to remember if it was center/centre/middle and so on. Much easier.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 12-01-2006, 04:25 PM
Senior Member
 
Join Date: Nov 2006
Location: Toronto
Posts: 144
kthdsn is on a distinguished road
Send a message via AIM to kthdsn Send a message via MSN to kthdsn Send a message via Yahoo to kthdsn Send a message via Skype™ to kthdsn
Default

If you must use dreamweaver, do check the code that it outputs, some of it can be awful.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 12-03-2006, 09:05 AM
Senior Member
 
Join Date: Nov 2006
Location: Seattle, Washington, USA
Posts: 1,653
Michael Chui is on a distinguished road
Default

I've found jEdit (especially with the FTP plugin) to be good, as well as Textpad and Notepad++.

I agree with everyone said learn PHP. The one that hasn't been mentioned is JSP. I'm not recommending it, though...
__________________
"I read, I interpret, I think, I criticize, I oppose, I listen, I write, I question, I reply, I quote, I tell, I name, I discuss, I interpolate..., I learn, I teach, I live, therefore I am." -- Marc-Alain Ouaknin, "Mysteries of the Kabbalah", p383.
Favorite Essays I Wrote: love, identity & growth, economics, education, equality, definitions.
Recent Books I liked: Anansi Boys, Fly By Night, Hyperion.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 12-03-2006, 08:52 PM
Senior Member
 
Join Date: Nov 2006
Posts: 789
Erki is on a distinguished road
Default

The code of ColdFusion(CFM) doesn't look very hard but hosting can be a bit hard to find I guess.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 12-03-2006, 09:12 PM
Moderator
 
Join Date: Nov 2006
Location: Bakersfield, CA
Posts: 372
andrew is on a distinguished road
Default

CF isn't meant to handle so much traffic, read:myspace.com. A horrible language to choose to run something that massive.

I don't know your graphics abilities, but you best be great at PS if you're designing sites. It depends what you're going to do, design or development what you should learn more of. Sounds like you're doing both, which is going to be a lot harder I'm afraid, but you'll be able to accept more jobs.

I'd love to know why you would think Flash is a no go. Flash devlopers are in much more demand than php, but the only crevet is you have to be REALLY good. You can get by with a mediocre php developer, but not with Flash/AS. It has a much more higher learning curve than php, and there's a lot more involved. So if you're looking for a quickie, then Flash is obviously not the way to go.
__________________
http://www.andrewfitz.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 12-04-2006, 05:56 AM
Junior Member
 
Join Date: Nov 2006
Posts: 23
haider is on a distinguished road
Default

Hello all,

I have to agree with Pat P's recommendation of visiting SitePoint. It's the best site I've seen on web design, and which covers all aspects of web development and design. They have books, videos, kits, articles, blogs, free newsletters and a a very active forum.

One of the kits they offer is called the Web Design Business kit, which gives great tips on how to run a web design business, as well as sample business documents to use!

They also promote best practices, which means you will get to learn the right way of web development (e.g. CSS, not inline styling). The benefits from their approach are enormous.

I personally use PHP, but would like to learn ASP in the future.

I suggest you check out SitePoint's Books, and read the sample chapters available to find out if you like the style of the books or not.

All the best,
Haider
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 12-04-2006, 07:16 AM
Moderator
 
Join Date: Nov 2006
Location: Bakersfield, CA
Posts: 372
andrew is on a distinguished road
Default

Also a good place for the basics:

W3Schools Online Web Tutorials
__________________
http://www.andrewfitz.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 12-04-2006, 02:41 PM
Junior Member
 
Join Date: Nov 2006
Posts: 7
pkarpiak is on a distinguished road
Default

As for using or not using Dreamweaver, as long as you write your own code in the code editor without much assistance from Dreamweaver's WYSIWYG menus, you shouldn't have to worry about bad code. Its text editor by itself is very nice.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Photoreading Chris Personal Effectiveness 153 04-19-2008 11:49 AM
dvorak keyboard layout to learn touch typing Abhey Technology & Technical Skills 16 01-11-2008 07:30 PM
How do you apply the personal development theories you learn to your everyday life? Tabs Personal Effectiveness 2 11-22-2006 10:37 PM
Help with a little web design dilemma please? zpivat Technology & Technical Skills 8 11-20-2006 12:15 PM
Tempted to learn how to program.. FutureBillionaire Technology & Technical Skills 11 11-19-2006 07:11 PM


All times are GMT. The time now is 09:57 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 by Pavlina LLC