Old 02-04-2008, 13:59   #41 (permalink)
funkyprem
For all your goober needs
 
funkyprem's Avatar
 
Join Date: Dec 2004
Location: Coventry, UK
Posts: 1,356
Quote:
Originally Posted by hotnoob
i'm just lazy
yes you are
Quote:
Originally Posted by hotnoob
tables let me think creatively
no they dont
__________________
Time is really the only capital that any human being has, and the one thing that he can’t afford to lose. - Thomas Edison
  Reply With Quote
Old 03-04-2008, 06:19   #42 (permalink)
Hunch
Grumpy old man
 
Hunch's Avatar
 
Join Date: Oct 2007
Location: North Japan
Posts: 1,128
Quote:
Originally Posted by hotnoob
tables let me think creatively

Clearly you haven't thought creatively enough to find a better solution.
  Reply With Quote
Old 03-04-2008, 13:37   #43 (permalink)
meijer7779
Registered User
 
Join Date: Apr 2008
Posts: 1
Hi All, I'm new here! I'm a amaeture web designer and can build a basic page with links, tags, etc. You know how it was when you first started. I'm wanting to learn it all and figure out how to do this for a living. Any suggestions.

Meijer
  Reply With Quote
Old 06-04-2008, 04:50   #44 (permalink)
bjzaba
Design Student
 
bjzaba's Avatar
 
Join Date: Apr 2008
Location: Brisbane, Australia
Posts: 9
Hey! I'm new too! I've been teaching myself HTML and CSS for a while now and and I am wondering what to do next. Learning the tags and the properties is one thing, but do you have any suggestions on finding raw data to try out designing? About the only thing I've been able to think of is a myspace page (dislike the site, and they have a hideous implementation of CSS).
  Reply With Quote
Old 12-04-2008, 04:03   #45 (permalink)
Sidekick
Registered User
 
Sidekick's Avatar
 
Join Date: Feb 2008
Location: Arizona
Posts: 5
Send a message via AIM to Sidekick Send a message via MSN to Sidekick
Thank you very much for this thread. It was because of this thread I started poking around and learning about using div's instead of tables. Now things have really gotten interesting!

There's still so much to learn, and the links you posted here have been a great resource. So yah, thanks!
~B
  Reply With Quote
Old 12-04-2008, 11:49   #46 (permalink)
pgo
Moderator
 
pgo's Avatar
 
Join Date: Jan 2005
Location: Brooklyn, NYC
Posts: 11,869
Don't think of it as "divs vs. tables".

Use the right HTML for the content - semantics - chunk it up with divs when you need to, and use CSS to make it pretty.
__________________
  Reply With Quote
Old 21-04-2008, 18:48   #47 (permalink)
Sunwukung
Registered User
 
Sunwukung's Avatar
 
Join Date: Mar 2008
Location: Bristol
Posts: 11
I've just started learning html/css and feel relatively comfortable with the basic concepts - so now I'm looking to try and study another discipline related to webdesign. (I need loads more time to be confident with html/css - but I can get by).

Flash is the most attractive candidate - since being an artist it suits my brainpan (and using art software for years it's pretty intuitive) - but I'm also interested in php for the functionality it would enable me to add to client sites, and also javascript. Of the two latter languages, I'm more inclined to study php for it's practical application in e-commerce -but it's not that pleasant to set up....

Any recommendations which would be better to study?
  Reply With Quote
Old 21-04-2008, 20:30   #48 (permalink)
pgo
Moderator
 
pgo's Avatar
 
Join Date: Jan 2005
Location: Brooklyn, NYC
Posts: 11,869
JavaScript is really becoming an essential tool. I'm still trying to catch up.

Although libraries/frameworks like jQuery are making it much easier.
__________________
  Reply With Quote
Old 21-04-2008, 21:29   #49 (permalink)
haku
shiro
 
haku's Avatar
 
Join Date: Aug 2007
Location: Yokohama, Japan
Posts: 1,306
Flash - make your sites look flashy!
PHP - make your sites dynamic. Entirely functional, not visual
Javascript - spice up your sites and add cool functionality. Somewhere in the middle of flashiness and functionality.

Flash is the most likely to appeal to a design based person, where the other two are more likely to appeal to a programmer type person. So look at those and decide which one(s) look most appealing to you!
  Reply With Quote
Old 22-04-2008, 03:34   #50 (permalink)
Limbo
On yer bike...
 
Limbo's Avatar
 
Join Date: Feb 2005
Posts: 4,692
...or which would most appeal to your visitors?
__________________
  Reply With Quote
Old 22-04-2008, 05:17   #51 (permalink)
Sunwukung
Registered User
 
Sunwukung's Avatar
 
Join Date: Mar 2008
Location: Bristol
Posts: 11
To be fair, I don't really have any direct interest in php personally - my personal list of interests would be in this order:

Flash
Javascript
DOM
.
.
.
.
PHP

- but I get the feeling that cart functionality will be a common request, and it's not something I've ever done before so I figured an understanding of PHP would probably be a default requirement for a web privateer.
Still, thanks for the advice. Think I'll tackle Flash first, then worry about JS/PHP decision.
  Reply With Quote
Old 22-04-2008, 10:47   #52 (permalink)
pgo
Moderator
 
pgo's Avatar
 
Join Date: Jan 2005
Location: Brooklyn, NYC
Posts: 11,869
You're doing front-end stuff - JS/DOM is front-end, PHP is back-end. Does it make more sense to continue to focus on the client side or jump over to the server side?

DOM also comes before JS. You can't effectively learn JS without learning about the DOM first!

Plus you need JS to load Flash, so there.
__________________
  Reply With Quote
Old 27-04-2008, 22:22   #53 (permalink)
arsholdings
Registered User
 
arsholdings's Avatar
 
Join Date: Apr 2008
Location: Michigan
Posts: 31
makes sense to me... good work
  Reply With Quote
Old 04-05-2008, 07:08   #54 (permalink)
caroline
LOADING...
 
caroline's Avatar
 
Join Date: May 2008
Location: sunderland with the mackems
Posts: 6
Send a message via MSN to caroline
thank you guys,
this is very useful for a noob beginer like me
(its also my first post so hi
so my first noob questions are,
if dreamweaver's not the best program for webdesign what do you all think is?
what do you use?
and what do you recomend for a noob like my self?
any help or thoughts are massively appreciated
  Reply With Quote
Old 04-05-2008, 11:00   #55 (permalink)
pgo
Moderator
 
pgo's Avatar
 
Join Date: Jan 2005
Location: Brooklyn, NYC
Posts: 11,869
Quote:
Originally Posted by caroline
if dreamweaver's not the best program for webdesign what do you all think is?
Dreamweaver's great. In Code View. The Design View and the Split View are utterly useless. It's basically a fancy $400 text editor. There are free text editors that are just fine (Notepad++ is a great place to start on Windows).

Quote:
Originally Posted by caroline
what do you use?
On Windows (at home), I use PHP Designer, which is loaded with handy features and a deal at $50 or so. On Mac OS X (at work), I use TextMate. It's OK. Not as feature rich. Also not free.

Quote:
Originally Posted by caroline
and what do you recomend for a noob like my self?
If you're on Windows, just use Notepad++ to start. It's got lots of nice features and is just the right price (free, open-source).
__________________
  Reply With Quote
Old 04-05-2008, 15:43   #56 (permalink)
caroline
LOADING...
 
caroline's Avatar
 
Join Date: May 2008
Location: sunderland with the mackems
Posts: 6
Send a message via MSN to caroline
aha just downloaded notepad++ nice and simple not nearly half as confusing for me as when i first opened up dreamweaver! (not to mention it's free)
thanks for that its as i said much appreciated
  Reply With Quote
Old 04-05-2008, 17:56   #57 (permalink)
pgo
Moderator
 
pgo's Avatar
 
Join Date: Jan 2005
Location: Brooklyn, NYC
Posts: 11,869
From there head over to HTML and CSS Tutorials, References, and Articles | HTML Dog and get your learn on. Start with the HTML Beginner tutorial and work your way through.
__________________
  Reply With Quote
Old 08-05-2008, 10:37   #58 (permalink)
webdevelopernew
Registered User
 
Join Date: Apr 2008
Posts: 7

Helpful info, been on html dog before, when I started was clear helpful advise
  Reply With Quote
Reply


LinkBacks (?)
LinkBack to this Thread: http://www.designerstalk.com/forums/web-design/31828-beginners-web-design.html
Posted By For Type Date
Interactive Design » Uncategorized This thread Refback 17-04-2008 12:01
Interactive Design » Rose Armstrong’s First Post This thread Pingback 24-03-2008 00:22
Web Design Forum - tables vs divs and css, both worlds? This thread Refback 09-02-2008 14:03

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8