The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
8 views

file coverage report with Selenium?

I've got a website that's half static HTML, half WordPress, and hosted on DreamHost. I'm starting to write test cases for it using Selenium. My goal is to write at least enough tests to cover 100% ...
0
votes
1answer
57 views

Rewritten URLs stopped getting indexed a month ago

I'm working on a website for someone which sells their products on their web site. There is an item.php page which displays the item for sale. I switched all item pages/inks from dynamic URLs to ...
1
vote
2answers
91 views

best practice for last-modified and created dates

I have a website with a handful (currently 3; I anticipate about a dozen when it's complete) of static html pages. I'd like to include "created" and "last-modified" dates in the pages for the benefit ...
1
vote
0answers
45 views

magento - adding BLOCKTYPE to static block

ok so I installed a plugin. The only option to use it is to place this code in a CMS page: {{block type="ve_easyslide/list" template="ve/easyslide.phtml"}}. firstly, what are these blocks of code ...
2
votes
2answers
91 views

Rebuilt website from static html to CMS need to redirect indexed links

I have rebuilt a website which was all created with static html pages, it has now been rebuilt using a CMS system. I need to find a way of redirecting all the existing links to there new ...
1
vote
1answer
301 views

Wordpress, Joomla, on amazon S3 only? or do I need EC2 instance

for services like wordpress and joomla, I remember kind of just dropping project files on an FTP when I was doing static websites. Now Amazon S3 buckets reminds me of that, and it can be used for ...
4
votes
1answer
304 views

How can I version-control and deploy a website's static files while preserving timestamps?

I'm using NanoBlogger to generate a website that consists entirely of static files—no PHP or anything similar. I'd like to place the site under version control, which means managing both ...
0
votes
2answers
87 views

Recommended flexible website solution?

My site has a MyBB forums installation, and that is pretty much all I need. Forums. However, I need a homepage and a couple other static pages, for showing relevant information, links, etc. I don't ...
3
votes
6answers
527 views

Adding RSS/ATOM feed for a completely static web site

I am helping a friend to bring a very large, completely static web site out of the stone age. One thing I'd like to add immediately is a RSS/ATOM feed. He does not like working with any kind of CMS. ...
17
votes
4answers
987 views

Why insert static files ( css, images, js, ecc ) in a subdomain?

Why so many big and little sites inserts static files ( css, images, js, ecc ) in a subdomain like media.example.com or s2.static.example.com ? What are the advantages ? Why not just a directory ...