Search Results

0
votes

Is there a html opposite to noscript

There isn't a tag for that. You would need to use javascript to show the text. Some people already suggested using JS to dynamically set CSS visible. You could also dynamically generate th …
1
vote

What is the best solution for maintaining backup and revision control on live websites?

rsync will only upload the differences. I haven't personally used it, but Mark Pilgrim wrote a long time ago about how it even …