|
| |
|
|
boyshanks
Posts: 25 Joined: 10/30/2003 Status: offline
|
NEED A GOOD VISUAL - 12/23/2008 22:07:31
Hey there I am about to sadly make the switch from FrontPage 2003 to Dreamweaver or some other CSS web creation vehicle. With FrontPage it was soooo easy to just jump in, learn and get good results, I'm sorry to see it go. Anyway, I am having trouble comprehending the overall set up/concept of CSS. With FrontPage it was so easy because I could jump to the Navigation view and see how everything was laid out. If I could get a visual for representation of CSS I could better understand it and how it works. Can anyone provide me with a good visual concerning CSS and how it is set up? Thanks in advance.
|
|
|
|
treetopsranch
Posts: 1539 From: Cottage Grove, OR, USA Status: offline
|
RE: NEED A GOOD VISUAL - 12/23/2008 22:23:07
quote:
Can anyone provide me with a good visual concerning CSS and how it is set up? What do you want? A training video? A good CSS book with pictures? Most of us here learned (or are learning) CSS by studying CSS, looking at sites that use CSS, reading CSS books. etc. By the way, Expression Web 2, the followup program to FrontPage is VERY good at CSS. But you need to know how to do it. So get a CSS book that has 'visual pictures and start learning
_____________________________
Don from TreeTops Ranch, Oregon "I've got a taste for quality and luxury"
|
|
|
|
bobby
Posts: 11479 Joined: 8/15/1969 From: Seattle WA USA Status: offline
|
RE: NEED A GOOD VISUAL - 1/7/2009 17:02:13
quote:
Anyway, I am having trouble comprehending the overall set up/concept of CSS. With FrontPage it was so easy because I could jump to the Navigation view and see how everything was laid out. If I could get a visual for representation of CSS I could better understand it and how it works. I think you may be confused as to exactly what CSS is... As I recall, Navigation view in FP simply showed you where you pages were in linked relation to each other, the images on them, etc. CSS does nothing of the sort... in fact it has no relation to the layout of your website at all (pages yes, but not each page in relation to another). Rather it controls the style. Colors, fonts, dimension, positioning, etc. for every page in your site is controlled by one page of markup. I don't see how you could visually show this in a flowchart like FP's navigator. I suppose you could draw lines from each element in your CSS to where those elements appear on a page, but the lines would intersect in such a way that you wouldn't see the pages. I would recommend finding a simple tutorial, then play with the elements of the CSS and see how each affects your pages. You may want to start here and work forward slowly. Start by using CSS to control colors and fonts, text variables, etc. Once you have a good handle on that only then would I recommend jumping into positioning or layout using CSS. http://www.w3.org/Style/Examples/011/firstcss
_____________________________
Talk to your kittens about catnip, or someone else will.
|
|
|
|
womble
Posts: 6007 Joined: 3/14/2005 From: Living on the edge Status: offline
|
RE: NEED A GOOD VISUAL - 1/7/2009 18:52:12
quote:
ORIGINAL: bobby quote:
Anyway, I am having trouble comprehending the overall set up/concept of CSS. With FrontPage it was so easy because I could jump to the Navigation view and see how everything was laid out. If I could get a visual for representation of CSS I could better understand it and how it works. I think you may be confused as to exactly what CSS is... As I recall, Navigation view in FP simply showed you where you pages were in linked relation to each other, the images on them, etc. CSS does nothing of the sort... in fact it has no relation to the layout of your website at all (pages yes, but not each page in relation to another). Rather it controls the style. Colors, fonts, dimension, positioning, etc. for every page in your site is controlled by one page of markup. I don't see how you could visually show this in a flowchart like FP's navigator. It's not really the same, and even in the days when I used to use FP, I didn't use the FP navigator, but I hand code mine now, and I use PSPad, which has a pane on the left of the screen where you can set up "projects" and see the file hierarchy of folders and pages within your project/website, and there is a preview function in it that let's you view your pages in a browser window. Best of all, it's a free download. I used to use TopStyle Pro, which seems to be similar to the Stylemaster that Caz recommended, though Stylemaster looks to have more in the way of wizards and templates and stuff. Just been looking at the Stylemaster site though, and it looks pretty cool. Most software has a trial version though, so you can give it a try before committing to it. A few sites that are useful for CSS layouts: http://csscreator.com/?q=tools/layout - useful for generating a basic CSS layout http://glish.com/css/home.asp - excellent site that shows you a 'bare bones' layout and the CSS that's used to get the layout - http://blog.html.it/layoutgala/ - excellent site with 40 CSS layouts that all use the same basic HTML, but provide the CSS for each layout - http://leftjustified.net/site-in-an-hour/ - this one's a useful step by step walk-through of how a particular design was created using a CSS layout, and shows screenshots and diagrams of how the page elements fit together and the CSS used to generate them. There's probably no one book or website that will tell you absolutely everything you need to know about CSS - it's a constant learning journey, but I'd highly recommend any book by Dan Cedarholm - he's got an easy to read and entertaining style. If you're completely new to CSS, from experience I'd say it may be easier to try using CSS just for styling at first, and then move onto CSS layouts when you're confident with using it for styling. When I switched to CSS, (or rather started using CSS external CSS rather than inline CSS, because even though it's not differentiated in FP, you are using styles applied to the HTML inline, because the HTML simply controls the content) I jumped in feet first and switched from FP and tables layouts, to learning HTML/CSS and hand coding, and full CSS layouts, and got myself into a complete flap! Just think of CSS as boxes that you put things into - in this case HTML - and you can can control where on the page the boxes go by using CSS positioning to move them around the page and apply styles to them and their contents to control how they look visually. When you first start with CSS, it does seem like a lot of work to start with and a lot to take in, but it's worth it in the long run, because it makes it a lot easier to maintain a site and make site-wide changes once you've got the hang of it and start using it from when you first start a site.
_____________________________
~~ "A cruel god ain't no god at all" ~~ ~~ Erase hate. Practice love. ~~
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|