I already read the link checker question posted in SO. If there are more questions of this kind and I missed them, my apologies.
We need to find broken links in a website in a very easy way and scriptable way, so we can document the links that are broken. I found a blog post with some code written in java that will do exactly what I ne...
I tried to use Link Checker to find any broken links, but the second one is not included, the displayedPage.html shows 404 error, but it will not show in the Link Checker's report. What is the difference between the two <a></a>? Why wasn't the second one being checked as a link?
<a href="showpage.go?page=mypage&room=yours">
<span>my own...
We have just updated our company wide website to a new platform, but have come away with a very large amount of broken links. Currently the site is available in multiple languages, each divided into sub-branches & workareas to cover different product offerings. What would be the best way to write a script to auto-generate a list or repor...
I want to create a webpage in which I am adding some intranet links.
I just wanted to know how to check whther the link that i have added, at a moment is working or not.
I want to mark the link in RED if its not working else it should be green.
...
I developed a small Javascript/jQuery program to access a collection of pdf files for internal use. And I wanted to have the information div of a pdf file highlighted if the file actually exist.
Is there a way to programmatically determine if a link to a file is broken? If so, How?
Any guide or suggestion is appropriated.
...
In firefox a broken image appears as just a blank white space. On a white background there is no way to distinguish between no image and a broken image. This makes identifying broken images difficult to recognise and makes them go uncorrected.
How do I make it so that broken images produce an X like they do in Internet Explorer?
...
Hi,
i am working on a website built on Joomla1.5. How to handle broken links in Joomla1.5. I am not aware of this??
...
Hi, we've put a quick Drupal 6 site as part of a Give-Camp and at the last minute noticed a problem with the site blog's recent posts section. If you go here: http://closingthenolagap.org/ you can see the problem that I'm talking about under Recent Posts. Those links should exist since those posts do.
We can't figure out what setting ...
When I view the list of posts in one category the links for Previous Entries/Next Page are broken:
Instead of: /blog/category/category-name/page/2/
I get: /blog/page/2/?category_name=category-name
And that takes me to page/2/ of all my blog posts so page 2 of category-name is not accessible.
I changed some code in my template but I cou...
We have been successfully running a Django site for a couple of years. We use the following (standard) google analytics code for most of our pages.
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXXXX-X']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga...