Thread: more webpage design

  1. #16
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    there's too much empty white space...how the crap am i going to fill it all up

    a good background image/design would fill it up nicely...but it would have to work with the color scheme
    My Website

    "Circular logic is good because it is."

  2. #17
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Two words: Nude Pics
    Barring that you could have some text on the first page

  3. #18
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    lol lol

    how about not

    p.s. just put some text on the 1st page
    My Website

    "Circular logic is good because it is."

  4. #19
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    is there some better way to align a picture other than using the float property? it is screwing things up.

    for example, on the Bio page, I want to align things, but I want to keep them within the bounds of the current div tag.

    There are 4 main segments to the bio page: the bio text, the picture, the "About Me" text, and the "Availability" text.

    Depending on what browser you are using, the bio text can either go below the bottom of the picture or it never reaches the bottom of the picture.

    In the case of the text not even reaching the bottom of the picture (those who use Mozilla will experience this), the picture will then overlap the boundary line of its current division, and the other two text fields wont even be within it.

    In the other case (for those who use IE), everything looks dandy.

    If I make the other two text fields not float, then the page looks fine, except for the fact that they are not adjacent to each other and I need them to be, and so then the page actually ISNT fine.

    oi this is making me frustrated....
    My Website

    "Circular logic is good because it is."

  5. #20
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    for all you Mozilla fans out there that say it "follows the standard" better than IE does:

    The float property sets where an image or a text will appear in another element.
    Tell that to FireFox.

    IE seems to comply with that just fine.

    FireFox is gay.

    [EDIT]

    yes indeed after an extensive test I have concluded that Mozilla and Mozilla Firefox are gay.

    After looking at the following site:

    http://students.cs.byu.edu/~dprucs/dasavo/profile.php

    With IE 6, Mozilla, Mozilla FireFox, and Opera, it turns out that IE and Opera were the ones that followed what the standard says about the float property aligning the text in another element. Meanwhile the Mozilla family of browsers completely took the text out of the parent element and threw it somewhere else when it saw the float property.

    [/EDIT]
    Last edited by DavidP; 07-25-2004 at 12:03 AM.
    My Website

    "Circular logic is good because it is."

  6. #21
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    Experience Level: Somewhat Experienced
    this line definately needs to change. you might as well just say "I have no idea how to operate in the professional world"

  7. #22
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    tell her that, not me

    she gave me the text for the bio, i just typed it up. i also thought that wasnt really a good line though. i will bring it up to her.
    My Website

    "Circular logic is good because it is."

  8. #23
    mov.w #$1337,D0 Jeremy G's Avatar
    Join Date
    Nov 2001
    Posts
    704
    Hey DavidP you really struck something with your portfolio lay out, it almost came off across as professional. (Seriously that was a complement).
    http://www.jeremygiberson.com/images/dasavo.jpg (large picture)

    I think the design overall still has a bit too much white space.
    This is another sketch I did that I think will really improve the site, basically all I added was an eastern kind of background (light) and really emphasized the border of the content. If you like the idea and want the background just ask. It's just a suggestion. At the very least I do think you should do all of your pages in the same method, keep it boxed as you have in the portfolio.php.

    Nice job.
    c++->visualc++->directx->opengl->c++;
    (it should be realized my posts are all in a light hearted manner. And should not be taken offense to.)

  9. #24
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    i think you mean profile.php

    edit:

    A couple other things:

    1. I do like the background. Can you send it to me? I will try it out and show it to her and see if she likes it. Thanks.

    2. I notice that your "Dasa Vo .com" logo at the top of the page doesnt look the same as mine. I need to change that from just plain text to a .jpg file so it will appear the same in everyone's browser because I am using a font that probably not many people have.
    Last edited by DavidP; 07-25-2004 at 12:38 PM.
    My Website

    "Circular logic is good because it is."

  10. #25
    mov.w #$1337,D0 Jeremy G's Avatar
    Join Date
    Nov 2001
    Posts
    704
    Quote Originally Posted by DavidP
    i think you mean profile.php
    yeah.
    edit:

    A couple other things:

    1. I do like the background. Can you send it to me? I will try it out and show it to her and see if she likes it. Thanks.
    www.jeremygiberson.com/images/eastbg.jpg
    2. I notice that your "Dasa Vo .com" logo at the top of the page doesnt look the same as mine. I need to change that from just plain text to a .jpg file so it will appear the same in everyone's browser because I am using a font that probably not many people have.
    3 options here:
    1.) what you said, save it as an image
    2.) use something called embeded fonts http://www.microsoft.com/typography/...ng/default.htm
    3.) use php and create a script to output text in any font as a dynamic image... http://aspn.activestate.com/ASPN/doc...gettftext.html (this is how www.george-says.com works btw) Then you can use your script say like this
    Code:
    <img src="fontgen.php?font=supercool&text=Dasavo">
    With said script you can use it to make fancy paragraph leaders--you know with one big letter all fancy at the beginning of a paragrapy.
    Code:
    <p><img src="fontgen.php?font=supercool&text=T">he first time I started modeling...</p>
    Any way, thats an option that could lead to fun things.
    Last edited by dbgt goten; 07-25-2004 at 01:14 PM.
    c++->visualc++->directx->opengl->c++;
    (it should be realized my posts are all in a light hearted manner. And should not be taken offense to.)

  11. #26
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    oyi, I tried option #3 and its a pain in the arse to setup. From what I've been able to find, if it doesn't work then it won't work unless you can recompile php.

    Edit: nm just had to restart apache after installing the library. Of course its still not working but at least its not giving me an error now
    Last edited by Thantos; 07-25-2004 at 08:41 PM.

  12. #27
    mov.w #$1337,D0 Jeremy G's Avatar
    Join Date
    Nov 2001
    Posts
    704
    Quote Originally Posted by Thantos
    oyi, I tried option #3 and its a pain in the arse to setup. From what I've been able to find, if it doesn't work then it won't work unless you can recompile php.

    Edit: nm just had to restart apache after installing the library. Of course its still not working but at least its not giving me an error now
    Yes, you do have to have the GD library available to do image work. However, most website hosts with php4 or greater have it included. I didn't bother to set it up on my home computer--too much trouble. I just test it out on my domain. I probably shoulda mentioned that.
    c++->visualc++->directx->opengl->c++;
    (it should be realized my posts are all in a light hearted manner. And should not be taken offense to.)

  13. #28
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    well both my personal computer and my domain don't have it. I'm upgrading php from 4.1.2 to whatever version debain has setup with dselect

    ok for some reason it didn't upgrade the version but I did find the php_gd package and installed it (I had already installed a GD package however). Now I just need to figure out the font issue
    Last edited by Thantos; 07-25-2004 at 09:27 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Implementing Inheritence into your design
    By bobthebullet990 in forum C++ Programming
    Replies: 6
    Last Post: 08-05-2006, 04:40 PM
  2. Opinions on new site design
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 23
    Last Post: 01-21-2005, 01:34 PM
  3. Cprog tutorial: Design Patterns
    By maes in forum C++ Programming
    Replies: 7
    Last Post: 10-11-2004, 01:41 AM
  4. page design
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 38
    Last Post: 07-09-2004, 04:01 PM