Recent content by M. L.

  1. M

    What does "Why so slum chum" mean?

    Why so sad, friend? (she meant "glum", not "slum")
  2. M

    What can I cook with these ingredients?

    I have some vegetables I'd like to cook by tomorrow. I don't want to shop for more food. I want to use what I have at home. Here is a list of what I have at home plus some spices in the spice rack. What is something delicious I can make for three people with these ingredients? 1. fresh...
  3. M

    do i need to close imgage tab on html?

    In HTML the <img> tag does not have a close and </img> is meaningless. In XHTML, the <img> tag *must* be closed. However, it can be closed in one of two ways: <img src="foobar.jpg"></img> OR <img src="foobar.jpg" />
  4. M

    what is php developer average salary in north india?

    PHP is a commodity skill. Dime-a-dozen.
  5. M

    How to set the bgcolor value (128,87,12) in hexadecimal formet in html?

    in base HTML: <body bgcolor="#80570C"> in CSS: body { background-color: #80570c; }
  6. M

    Are images linked from my site to another site included in my stats?

    In short.. yes. In order for that to image to load, the browser in Brazil will hit your site to load it. When that happens, it'll be logged as a hit. Depending on your stats software though, it may or may not be included in your report. You can configure your reports to not include images...
Back
Top