Tagged Questions
3
votes
1answer
862 views
Does using onclick on div's effect SEO?
I have a few elements on my page that uses onclick as the link, e.g:
<div class="service" onclick="location.href='<?php echo $fields->service_1_link; ?>'" style="cursor:pointer;">
...
11
votes
5answers
2k views
Should I worry about people disabling Javascript?
Often when picking new tools and frameworks I see the warning "Will not work if the user has disabled Javascript". I then look at my Javascript powered slideshow, Javascript powered menu, and ...
7
votes
6answers
414 views
Font resizing widgets: worth it?
I see some text-heavy sites implement the little JavaScript widgets that allow you to choose smaller or larger text sizes on sites. (e.g.: as described on the Guardian's website)
Are these little ...