Search results

  1. L

    free website domain and host with php?

    Im looking for a free website and host that has php and access to remote files through php functions. I want to be able to use this function: simplexml_load_file I have tried zymic and it doesnt allow. any other?
  2. L

    CSS HTML Div position?

    I use the following css to format a div: #container{ position:relative; background-color:#7d6036; top:0px; margin-left: auto ; margin-right: auto ; width:1000px; height:auto; min-height:400px; } But when i view the page, the div is not at the complete top of the browser, how do i keep it at...
  3. L

    CSS HTML Div position?

    I use the following css to format a div: #container{ position:relative; background-color:#7d6036; top:0px; margin-left: auto ; margin-right: auto ; width:1000px; height:auto; min-height:400px; } But when i view the page, the div is not at the complete top of the browser, how do i keep it at...
  4. L

    CSS HTML Div position?

    I use the following css to format a div: #container{ position:relative; background-color:#7d6036; top:0px; margin-left: auto ; margin-right: auto ; width:1000px; height:auto; min-height:400px; } But when i view the page, the div is not at the complete top of the browser, how do i keep it at...
  5. L

    CSS HTML Div position?

    I use the following css to format a div: #container{ position:relative; background-color:#7d6036; top:0px; margin-left: auto ; margin-right: auto ; width:1000px; height:auto; min-height:400px; } But when i view the page, the div is not at the complete top of the browser, how do i keep it at...
  6. L

    CSS HTML Div position?

    I use the following css to format a div: #container{ position:relative; background-color:#7d6036; top:0px; margin-left: auto ; margin-right: auto ; width:1000px; height:auto; min-height:400px; } But when i view the page, the div is not at the complete top of the browser, how do i keep it at...
  7. L

    Changing text in HTML?

    How can I add to current text, like add new tex above the last text? document.getElementById('boldStuff').innerHTML = 'test'; I saw the above but that just overrights, how could instead of overwriting, leave the last text and insert a line above it using code. So i want to press a button and it...
  8. L

    he star operation meaning in Computer Science?

    Could someone explain what this looks like: L = {ww | w in {0,1}* } What does it mean? what sample grammer would it produce? I thought star could only be applied to a unary
  9. L

    Photoshop shapes draw?

    When I have my canvas in adobe photoshop, i click the rectangle tool and draw my ractangle, but its part of the canvas, it used to be that it is a new layer/object so that I can come back to that layer again and change its size etc, how do i do that?
  10. L

    how would you define rock n roll/classic rock in a short sentence?

    in a short precise well defined sentence xD
  11. L

    Frequency Domain in images?

    What does that term means as simple as possible in terms of images? Im having trouble understanding it.
Back
Top