www.webdeveloper.com
Recent Articles
  • Finding Slow Running Queries in ASE 15
  • A More Advanced Pie Chart for Analysis Services Data
  • Adobe AIR Programming Unleashed: Working with Windows
  • Performance Testing SQL Server 2008's Change Data Capture Functionality
  • The ABC's of PHP: Introduction to PHP
  • How to Migrate from BasicFiles to SecureFiles Storage
  • Why the Twitter Haters Are Wrong
  • User Personalization with PHP: Beginning the Application
  • Whats in an Oracle Schema?
  • Lighting Enhancement in Photoshop
  •  

    Go Back   WebDeveloper.com > Site Management > Website Reviews

    Website Reviews List your website here to have it reviewed by the webdeveloper.com community.

    Reply
     
    Thread Tools Rate Thread Display Modes
      #1  
    Old 11-12-2004, 07:06 PM
    jnl jnl is offline
    Registered User
     
    Join Date: Sep 2004
    Location: Paris, France
    Posts: 32
    Talking I did it!

    Hi everyone,

    I did it! I've learned and created a page (an example) in CSS coding. There will be no more frames and tables for my current website (if this thing works out well).

    Would u guys and gals check it out for me...
    http://www.pariswoman.com/news.htm

    Q1: how I can position my columns (left, middle, right) fix at one place even when one resizes his/her browser size?

    Q2: how come my links dont work on the menu (left) column?

    Thanks for your feedback...I NEED IT!

    jnl (2 am paris time)

    Last edited by jnl; 11-17-2004 at 02:43 AM.
    Reply With Quote
      #2  
    Old 11-12-2004, 08:54 PM
    The Little Guy's Avatar
    The Little Guy The Little Guy is offline
    I have six words for you
     
    Join Date: Apr 2003
    Location: Rosemount, MN
    Posts: 2,262
    Enter one or all of these codes into the header:
    Code:
    #rightcontent {
    position: absolute;
    right:10px;
    top:50px;
    width:200px;
    background:#fff;
    border:1px solid #000;
    }
    
    #leftcontent {
    position: absolute;
    right:10px;
    top:50px;
    width:200px;
    background:#fff;
    border:1px solid #000;
    }
    
    #centercontent {
    position: absolute;
    right:10px;
    top:50px;
    width:200px;
    background:#fff;
    border:1px solid #000;
    }
    This code is for your margins, change to desire.
    Code:
    <style type="text/css">
    p.margin {margin-left: 8px; margin-top: 230px; width: 580px}
    </style>
    Place one of these in the body
    Code:
    <div id="rightcontent">
    
    <div id="leftcontent">
    
    <div id="centercontent">
    The links may not work because they may not be the right link other wise I don't no.


    Check out my site then look at the source code under view in the File bar.
    __________________
    My settings

    Browser :: FireFox 1.5
    Resolution :: 1152x864
    Connection :: Cable Modem 2Mbs

    Last edited by The Little Guy; 11-12-2004 at 08:59 PM.
    Reply With Quote
      #3  
    Old 11-13-2004, 03:01 AM
    jnl jnl is offline
    Registered User
     
    Join Date: Sep 2004
    Location: Paris, France
    Posts: 32
    OK...supreme of the web...

    I will try the codes and thank u!

    U've just saved me a year time of work and headaches...lol.

    jnl
    Reply With Quote
      #4  
    Old 11-13-2004, 06:35 AM
    jnl jnl is offline
    Registered User
     
    Join Date: Sep 2004
    Location: Paris, France
    Posts: 32
    Red alert HELP!

    I put the codes as suggested above...now how can i fix the margins thing to have things back orderly? (it should be shown in 3 columns)

    Thanks everyone...

    "desperately seeking for your assistance"
    Reply With Quote
      #5  
    Old 11-13-2004, 10:00 AM
    The Little Guy's Avatar
    The Little Guy The Little Guy is offline
    I have six words for you
     
    Join Date: Apr 2003
    Location: Rosemount, MN
    Posts: 2,262
    change one of these
    Code:
    right:10px;
    top:50px;
    width:200px;
    px can be changed to in, cm if you would like the width is how far it is from one side to the other

    Does this help?
    __________________
    My settings

    Browser :: FireFox 1.5
    Resolution :: 1152x864
    Connection :: Cable Modem 2Mbs
    Reply With Quote
      #6  
    Old 11-14-2004, 12:40 PM
    jnl jnl is offline
    Registered User
     
    Join Date: Sep 2004
    Location: Paris, France
    Posts: 32
    Talking

    Hey the little guy,
    im almost done with redoing and redesigning my current website with CSS coding. thanks for your help. i will write an article about how this forum and the people who had given me their feedback,and how i had to learn css coding in order to please the masters here. but i've made my website to look more polish and professional now. thanks to everyone!

    i kinda miss the dancing heart guy of "dera"....hihi...it looks soooooooooooooooooooooooooooooo cute.

    check out my site's newlook ....
    www.pariswoman.com/news.htm
    Reply With Quote
      #7  
    Old 11-14-2004, 02:28 PM
    pawky's Avatar
    pawky pawky is offline
    Registered User
     
    Join Date: Aug 2004
    Location: US
    Posts: 544
    your site does look good. You have done a good job also, some interesting stories there i started reading one and then i remembered i had other stuff i have to get done ;P It had my attention
    __________________
    www.moonshotstudios.com
    Reply With Quote
      #8  
    Old 11-14-2004, 02:46 PM
    rapid's Avatar
    rapid rapid is offline
    ________
     
    Join Date: Sep 2004
    Location: The Hereandnow
    Posts: 168
    new site looks really good. well done.

    easy to look through in the way you would a magazine.

    few navigation issues i found:

    -couldn't find a link to the home page except on the home page, which is useless. this is really important and every page should have one. the banner logo at the top of the page is often used for this.

    -you really should tell vistors if the link opens another website rather than opening another page on your site. Having both internal and external links in the same menu is confusing.

    -the UPDATED info at the bottom of the page is in the same font as the links, which makes it look like a link when it isn't.

    anyway, good color scheme, feminine and gentle on the eyes.

    also, found a bit of a spelling mistake: "We apologize for the inconvenient" shouldnt it be inconvenience?
    Reply With Quote
      #9  
    Old 11-14-2004, 05:27 PM
    The Little Guy's Avatar
    The Little Guy The Little Guy is offline
    I have six words for you
     
    Join Date: Apr 2003
    Location: Rosemount, MN
    Posts: 2,262
    White text is hard to read on the light pink.

    And about the home page linking, I think you should make the "Paris Woman Journal" image on the top of the page the link to the home page, on all of the pages.
    __________________
    My settings

    Browser :: FireFox 1.5
    Resolution :: 1152x864
    Connection :: Cable Modem 2Mbs
    Reply With Quote
      #10  
    Old 11-15-2004, 04:47 AM
    jnl jnl is offline
    Registered User
     
    Join Date: Sep 2004
    Location: Paris, France
    Posts: 32
    Talking

    OK...i will do all what you guys told me above. will darken the light background a bit for white text, or should i go with burgundy link color instead of white?

    rapid: im not sure about the word, it is not a misspelled but it has different meanings. i will change if it bothers you. the home link is on the top nav with "latest news", well, i guess i need to rename it to "home" instead.

    pawky: hihi...what story did u read? the one that i am thinking about...lol...

    the little guy: i have another problem in opera browser. u know the it allows you to reduce the size of your site like view at 10% up to 1000% (not a pretty one though). my logo images on top would run bizarre when you view it at lower than say 60%, since i had two to cover big screen viewers. i dont know, will find a way to around this nuisance thing.

    OK...give me some more days for the changes and updates...
    thanks everyone. dont hestitate to tell me all...I NEED IT! i cannot see my mistakes u know...too tired with the codes...lol.

    jnl
    Reply With Quote
      #11  
    Old 11-16-2004, 04:59 PM
    The Little Guy's Avatar
    The Little Guy The Little Guy is offline
    I have six words for you
     
    Join Date: Apr 2003
    Location: Rosemount, MN
    Posts: 2,262
    What If you ran it in 100%. What would happen? What Do you mean by bizarre?

    I don't have an opera browser. But maybe If you described to me what was happening I may be able to help you.
    __________________
    My settings

    Browser :: FireFox 1.5
    Resolution :: 1152x864
    Connection :: Cable Modem 2Mbs
    Reply With Quote
      #12  
    Old 11-18-2004, 01:15 AM
    jnl jnl is offline
    Registered User
     
    Join Date: Sep 2004
    Location: Paris, France
    Posts: 32
    the little guy: when u view at 100% things are fine, at normal view. i found a way round to the problem. instead of putting 2 identical images side by side in a table with with columns, i just put the image as the background on the table. this way, the background will extend or shrink to the user's choice without floating all over the place.

    someone told me that she cannot view the website correctly. would u please tell me if you can view it ok? she said she could only see the two photos on the home page. i dont understand y. i have checked with ie, firefox, opera and netscape (lastest versions), and the site seems to work out fine with all of them.

    is there a problem with css in other older browser versions?
    Reply With Quote
      #13  
    Old 11-18-2004, 12:10 PM
    The Little Guy's Avatar
    The Little Guy The Little Guy is offline
    I have six words for you
     
    Join Date: Apr 2003
    Location: Rosemount, MN
    Posts: 2,262
    There are some browsers that are to old to read css, but some browsers can only read certain css codes. CSS is newer than HTML, thats why not all browsers can read it.


    I have a old computer that cant read GIF or JPG and thats basically how the browser is working.
    __________________
    My settings

    Browser :: FireFox 1.5
    Resolution :: 1152x864
    Connection :: Cable Modem 2Mbs
    Reply With Quote
      #14  
    Old 01-11-2005, 04:21 AM
    jnl jnl is offline
    Registered User
     
    Join Date: Sep 2004
    Location: Paris, France
    Posts: 32
    hello everyone,

    im back...hihi...
    im here just to tell you that i've finally wrote an article about my experiences here with all of you and how i've improved my website by learning CSS coding and applying your constructive input.

    u are welcome to revisit www.pariswoman.com and read the article "The Makeover of Pariswoman". It's a bit long (2 pages) but hey, it was lots of work, time and headaches that i had put in it.

    thank you again for your time and support.

    jnl

    p.s. sorry for the double posting...but this thread is related to "Creative critics for a beginner".
    Reply With Quote
    Reply

    Bookmarks


    Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
     
    Thread Tools
    Display Modes Rate This Thread
    Rate This Thread:

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is Off
    HTML code is Off
    Forum Jump


    All times are GMT -5. The time now is 04:54 PM.



    Acceptable Use Policy

    Internet.com
    The Network for Technology Professionals

    Search:

    About Internet.com

    Legal Notices, Licensing, Permissions, Privacy Policy.
    Advertise | Newsletters | E-mail Offers

    Powered by vBulletin® Version 3.7.3
    Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.