May
23rd | 2008

XHTML Sitemap Validation Tool 1.1 Version Released

Posted by Shahar Y |
Filed under .Net, Misc., Utilities, WPF |
imageXHTML sitemap validation tool allows you to XHTML validate your entire sitemap in one click, unlike the W3C markup validation service that let you validate one page at a time. This tool is also needed because XHTML validation is very important in the manner of SEO.
 
After releasing it a few days ago, Rob White from http://www.jacquelinewhite.co.uk/ wrote us that he had problems validating his site. Checking that issue, we found out that the default namespace on Robs sitemap is different than what we expected. During this bug fix, some other issues came up and we decided to release version 1.1 of our tool. The update includes:


Continue Reading...
May
20th | 2008

Validate Your Entire Web Site With This Free Open Source WPF XHTML Validation Tool

Posted by Amit |
Filed under .Net, WPF |

XHTML Validation Tool During the past couple of weeks we noticed that whenever we tweak our theme or change something in one of our posts, it causes some pages to become XHTML invalid. We came to think that you never know where it is going to hit you, so we sat down and created a small application which helps you keep all your pages XHTML valid. We checked it on our sitemap, and seems we have some HTML work to do :).

This application is written in WPF and is based on the .Net Framework 3.5.

It will allow you to validate you entire sitemap in one click. The validation is done through the W3C validation SOAP service, so you can trust it :).


Continue Reading...

Search Dev102