1. Yes, it's a whole new look! Have questions or need help? Please post your question in the New Forum Questions thread Click the X to the right to dismiss this notice
    Dismiss Notice
  2. Seeing tons of unread posts after the upgrade? See this thread for help. Click the X to the right to dismiss this notice
    Dismiss Notice

Help wanted- CSS Guru

Discussion in 'Jobs and Help Wanted' started by redon1, Feb 3, 2008.

  1. redon1

    redon1 aka Aphioni

    Joined:
    Oct 19, 2005
    Messages:
    5,929
    Likes Received:
    69
    getting all my posts out before the big game today- GO GIANTS!!!!

    I need the assistance of a CSS guru who can talk to me in non "geek-speak" so I can understand how it works. I am making decisions on which direction to go with my site and until i "get" CSS I can't make a move. i've looked online at tutorial and it may as well be written in Mandarin Chinese.

    I can pay in beer, wine, mojitos or smoothies! I also make a mean chicken dip... :)

    I'd like to meet with someone this week. PM me please!!!!
     
  2. Kaosdad

    Kaosdad Will work for Rum

    Joined:
    Sep 21, 2005
    Messages:
    2,557
    Likes Received:
    4
    Redon - I used to play in CSS land! Let me see if I have copies of my old sites and I'll let you know!
     
  3. flynnibus

    flynnibus Well-Known Member Forum Staff

    Joined:
    Oct 29, 2002
    Messages:
    5,358
    Likes Received:
    250
    Think of css as short-hand.

    Simple example... you look at the way text is formated in this post. You want all text to appear the same in all posts. Normally to format the text you need to specify things like, it's size, its color, its alignment, etc. All these things you specify in your normal html tags. But there are two problems

    1) you don't like having to type all that stuff every time
    2) if you ever want to change those properties, you need to go through and change those tags in every place you have that text in your site. Not fun!

    CSS solves this problem by allowing you to replace all those tags with a single style statement. Instead of saying 'make it black, size 10, aligned left', you make up a style called 'body_text' and just assign that style to the text rather then typing out all the tags.

    The style 'body_text' is defined ahead of time, either in the file itself, or in .css files that are automatically opened by the web page. By putting them in a separate .css file, the same file can be referenced by all pages, and changing the one definition in the file automatically propagates throughout your entire website!

    css alone doesn't add any capabilities to your website - its still all the same html. What it does is allow you to build with consistency and simplifies code creation and maintenance.

    That's the 'what is it'... how to do it is more specific to html formating. The w3schools are good reference and tutorials for simple tasks.

    Does that help? Or were you already past and and looking for the implementation side?
     
  4. Villager

    Villager Ashburn Village Resident

    Joined:
    Nov 1, 2006
    Messages:
    2,512
    Likes Received:
    19
    That's a great explanation! As I read that I realized that, although I already knew what css was, it's really just the same as using the "styles" feature in MS Word. I never really made that connection until your explanation.

    Redon - I think ultimately what you're describing is using the CSS Stylesheets, which defines all of the styles throughout your website.
     
  5. redon1

    redon1 aka Aphioni

    Joined:
    Oct 19, 2005
    Messages:
    5,929
    Likes Received:
    69
    Flynn I am WAY behind you. while what you said makes sense to me- I still couldn't DO it on my site if there was a gun to my head. I look at the CSS page and start to sweat and get hives- it just doesn't compute!

    My site offers the opportunity to do a Free CSS upgrade so you can see if you like the way it looks, and if you want to SAVE it, you pay a menial amount. I just don't know how to "read" the short hand for what I want to do, and what i want to accomplish.

    I am an admitted computer illiterate- if it wasn't for Villager i wouldn't have a sie at ALL anyway!

    bottom line, I need face to face hands on training and will pay for it!
     
  6. flynnibus

    flynnibus Well-Known Member Forum Staff

    Joined:
    Oct 29, 2002
    Messages:
    5,358
    Likes Received:
    250
    css is just syntax for presenting standard HTML formatting.

    The bulk of it is probably fear of HTML itself - rather then being able to use a GUI editor, etc. You won't be able to use css effectivly unless you understand the HTML itself - because CSS is just macros, or short-hand.

    The nasty part where people become 'good' or experts is dealing with larger implementations, nesting, etc. For the basic stuff, its just mainly HTML and fear of raw html.

    For instance, this site is completely built with CSS - but they make it easy (in the software we use) because they provide a CSS editor that lays out all the most used styles, and gives you a simple UI to change all the properties. http://www.vbulletin.com/docs/html/main/stylemanager_css

    I'm not familar with how the PC based GUI editors handle CSS - though I'm sure they must.

    I'm not a real web page implementor, I leave it to the pros. My webpages are still total hacks built in text editors where the most complex portions are links and h1/etc tags :)
     
  7. GeauxTigers

    GeauxTigers Member

    Joined:
    Aug 25, 2006
    Messages:
    877
    Likes Received:
    10
    Long live VI! (Sorry for the likely-to-most seemingly irrelevant post).
     
  8. redon1

    redon1 aka Aphioni

    Joined:
    Oct 19, 2005
    Messages:
    5,929
    Likes Received:
    69

    Flynn- this is what your post looks like to me:

    ;owehufry43w5uyn$O%IO$I%OW$I
    #IORU$OIEWjrp
    $#(%U9ou5 #O$u5nm)5jn $#@W)OI


    LOL!!! I can't translate what you are telling me into action- I am that much of a novice.
     
  9. flynnibus

    flynnibus Well-Known Member Forum Staff

    Joined:
    Oct 29, 2002
    Messages:
    5,358
    Likes Received:
    250
    Then you should stick with whatever graphical editor your provider gives you :)

    CSS isn't going to change the way your site looks - it changes the way your site is coded/built.

    They probably offer different templates to change the style and format of your site (and they use css in their templates)
     
  10. redon1

    redon1 aka Aphioni

    Joined:
    Oct 19, 2005
    Messages:
    5,929
    Likes Received:
    69
    CSS IS what they give to do minor changes on the templates they provide. peek at the site Steve- all I want to do is widen the space that the posts appear in. nothing fancy, that ALL i want to do- I just can't figure out how to do it...
     
  11. eam

    eam New Member

    Joined:
    Dec 1, 2004
    Messages:
    181
    Likes Received:
    0
    Ha Ha - your showing your age!
     
  12. boomertsfx

    boomertsfx Booyakasha!

    Joined:
    Feb 14, 2002
    Messages:
    2,260
    Likes Received:
    34
    ugh, vi sucks =)
     

Share This Page