Recent content by excelblue

  1. E

    How much should I offer for a 2007 Honda Fit?

    Remember to low-ball your offer. Think about what you would do if you were the seller of the said vehicle. Look at the blue book dealer trade-in value and use that as your starting value. You're bound to get a no, but that's when you have room to negotiate. After two or three rounds of...
  2. E

    Is it okay to ride a bicycle on the sidewalk when on a major road in NY?

    Consider this: - On major roads in NYC, the speed limit tends to be 25mph - Your bike goes 15mph - Fastest NYC walker tends to do 5mph So, you're going right in-between the two speeds, but you're going at 3x the speed of pedestrians but more than half the speed of the cars. Do you think it's...
  3. E

    Is it really important to use XHTML when using AJAX?

    Nope - HTML works just as well with "AJAX," as DOM still applies. You just need to be sure that you're using a strict doctype. So, HTML 4.01 Strict or XHTML 1.0 would both work, but not the transitional stuff. It's important or else it'd be difficult for the client to figure out how to...
  4. E

    Is it really important to use XHTML when using AJAX?

    Nope - HTML works just as well with "AJAX," as DOM still applies. You just need to be sure that you're using a strict doctype. So, HTML 4.01 Strict or XHTML 1.0 would both work, but not the transitional stuff. It's important or else it'd be difficult for the client to figure out how to...
  5. E

    Is it really important to use XHTML when using AJAX?

    Nope - HTML works just as well with "AJAX," as DOM still applies. You just need to be sure that you're using a strict doctype. So, HTML 4.01 Strict or XHTML 1.0 would both work, but not the transitional stuff. It's important or else it'd be difficult for the client to figure out how to...
Back
Top