User Profile

Collapse

Profile Sidebar

Collapse
Phox
Phox
Last Activity: Apr 13 '08, 12:44 AM
Joined: Apr 11 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Phox
    started a topic Performing mathematical operations on list entries

    Performing mathematical operations on list entries

    I'm learning Python, and as a small exercise I made for myself I'm writing a program to find the determinate of a 2x2 matrix. I'm running Python 2.5 on Windows Vista, here's my code.

    Code:
    #for loop test.
    #Finding the determinate of a 2x2 matrix
    
    matrix = []
    
    newelement = raw_input("Enter your first value: ")
    matrix.append(newelement)
    
    while len(matrix) < 4:
    ...
    See more | Go to post

  • Phox
    replied to IE - table elements appear too big
    First: try loading it as plain HTML instead of from Dreamweaver.
    Second: try a different font. Likely whichever font is being used for tables is having scaling issues.
    See more | Go to post

    Leave a comment:


  • Phox
    replied to Fixed center alignment of a div
    site is www.freewebs.com/phoxhound...
    See more | Go to post

    Leave a comment:


  • Phox
    started a topic Fixed center alignment of a div

    Fixed center alignment of a div

    Hey there, I'm an amateur web designer with a rather important problem at hand: I have a centered div with content outside the main container, and when I resize my browser the centered div tries to recenter, infringing on my other content. I have no problem keeping it in the center, but I'd like it to scroll horizontally when resized instead of recentering. The CSS I have on the main container is currently

    Code:
    #content-body {border: 1px
    ...
    See more | Go to post
No activity results to display
Show More
Working...