Search Results

4
votes

Where to place Javascript in a HTML file?

With 100k of Javascript, you should never put it inside the file. Use an external script Javascript file. There's no chance in hell you'll only ever use this amount of code in only one HTML page. L …
2
votes

Software that clicks e-mail links on page?

Could something in the browser be prefetching the links? For example, the Firefox extension Fasterfox does that (which is the reason why I …
0
votes

How dangerous is it send HTML in AJAX as opposed to sending JSON and building the HTML?

The only reason I'm interested in doing this is because of the huge pain it is for front-end developers every time there's a DOM structure/CSS change so you now have to go figure out …