Tagged Questions
4
votes
1answer
103 views
What is the best way to optimise a site with lots of images for a Retina display?
I am going to have a website which will deal with a lot of images. What is the best way to optimise them for Retina display without having much of an impact on website loading times?
There seems to ...
7
votes
1answer
149 views
Does adding external images or javascript to a website affect its SEO?
When adding images to your site, is it bad to use an image located on another site:
<img src='http://www.some_other_site.com/image.jpg'>
The same goes for javascript, is it bad to link to ...
7
votes
3answers
326 views
Directory structure for a website (js/css/img folders)
For years I've been using the following directory structure for my websites:
<root>
->js
->jquery.js
->tooltip.js
->someplugin.js
->css
->styles.css
...