Linkchecker is a easy and visual way to check broken links in a web page using Firefox. It modifies locally the page using colors to…
Linkchecker is a easy and visual way to check broken links in a web page using Firefox. It modifies locally the page using colors to…
A simple Java servlet that looks for some well known databases drivers. import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; public…