Search results

  1. H

    Html Derived subset..?

    HTML is based on SGML.
  2. H

    help making a gif image?

    A simple image is easy. Just do a File>Save As... and (a) give the file a GIF extension, or (b) select GIF as the file type in the Save As dialog. If your image has layers, let it flatten the image (no animation) and choose convert-to-indexed for color or convert-to-grayscale depending on your...
  3. H

    Want to learn asp.net from scratch.?

    The primary languages used with ASP.NET are Visual Basic and C#. I suggest C#, since that is very close to Java, and Java is useful on multiple platforms. VB is close almost nothing else, but can be useful for scripting in an MS-specific environment. (Windows Script Host and MS Office macros...
  4. H

    Want to learn asp.net from scratch.?

    The primary languages used with ASP.NET are Visual Basic and C#. I suggest C#, since that is very close to Java, and Java is useful on multiple platforms. VB is close almost nothing else, but can be useful for scripting in an MS-specific environment. (Windows Script Host and MS Office macros...
  5. H

    Want to learn asp.net from scratch.?

    The primary languages used with ASP.NET are Visual Basic and C#. I suggest C#, since that is very close to Java, and Java is useful on multiple platforms. VB is close almost nothing else, but can be useful for scripting in an MS-specific environment. (Windows Script Host and MS Office macros...
  6. H

    How do I validate this html?

    In the fragment that you want displayed "as-is" rather than interpreted as part of the page definition, you need to translate special symbols used by HTML into "entities". These are the &; delimited named characters like < for <, > for >, etc. If you use your browser to view the HTML source...
  7. H

    How do I validate this html?

    In the fragment that you want displayed "as-is" rather than interpreted as part of the page definition, you need to translate special symbols used by HTML into "entities". These are the &; delimited named characters like < for <, > for >, etc. If you use your browser to view the HTML source...
  8. H

    Why cant I see the GIF images?

    Many websites display their images in the background so a normal right-click and save-image-as will not access them. Often, a blank or transparent image is placed in the foreground, which *will* be saved. That might be what you're seeing. If you're viewing the site with IE7, right click on or...
Back
Top