Search results

  1. W

    ASP .net and PHP -which one easier to learn and which one is faster to develop a...

    ...DYNAMIC WEB SITE? I would like to start learning ASP.net or PHP, by self-teaching myself at home. But I need some help before deciding to choose one of them. My questions are following: 1) Which one is easier to learn and which one takes less time to master, PHP or ASP.net? 2) Is PHP...
  2. W

    ASP .net and PHP -which one easier to learn and which one is faster to...

    ...develop a DYNAMIC WEB SITE? I would like to start learning ASP.net or PHP, by self-teaching myself at home. But I need some help before deciding to choose one of them. My questions are following: 1) Which one is easier to learn and which one takes less time to master, PHP or ASP.net? 2)...
  3. W

    ASP .net and PHP -which one easier to learn and which one is faster to develop a

    DYNAMIC WEB SITE? I would like to start learning ASP.net or PHP, by self-teaching myself at home. But I need some help before deciding to choose one of them. My questions are following: 1) Which one is easier to learn and which one takes less time to master, PHP or ASP.net? 2) Is PHP more...
  4. W

    HTML: How to set the width of a picture to be as wide as the size of a <td> ?

    Hello, In a HTML page, I set the width of an image like "100%" within <TD> <T/D> tags so that the picture would as wide as the width of the particular cell. But in some browser, like IE 7, due to that the picture appeared to be larger than the screen, with the need of scrolling. If any one...
  5. W

    How to call an external javascript file (date_stamp.js) within <td> </td> tags

    inside the body of HTML ? Hello, Suppose I have an external javascript file called date_stamp.js. date_stamp.js contains the following code (Please kindly correct, if the following syntax is wrong): (Toggle Plain Text) function today_date { var currentTime = new Date() var month =...
Back
Top