0
votes
innerHTML manipulation in JavaScript
Would it work to set the scroll position back to the top (element.scrollTop = 0; element.scrollLeft = 0; by heart) before replacing the content?
…
25
votes
What should a developer know before building a public web site?
It might be a bit outside of the scope, but I'd say that knowing how robots.txt and search engine spiders work …
0
votes
Checklist for testing a new site
There's seperate stages for this one.
Firstly there's the technical testing, where you check all technical functionality:
SQL injections
Cross-site Scripting (XSS) …
1
vote
Browser Detection
Since I just posted this in a (now-deleted question) and it's still in my paste buffer, I'll just repost.
Note: this is a server-side PHP solution
I currently use the following code for th …
