Justin Cooney
Web Development Tips and Examples
Category: Web Development
-
So what’s the simplest way to build a Web-based interface for a basic database table? In this article I’ll provide a fully working example with a minimum of code. This is a useful feature to be able to put together, especially when you are catering to power users who should be able to help maintain…
-
Up until today I thought that the only way to show source code in a WordPress.com blog site was to use the <pre></pre> OR <tt></tt> OR <code></code> tags. In the past I’ve found that these tags are alright for showing small code snippets, but they do nothing to enhance the readability of larger or more involved…
-
If you are attempting to serve various file types from your site and specific files give you a 404 error like this: HTTP Error 404 – File or directory not found then you should check your IIS version and the MIME types that it supports.