At my first big programming job, we were building web applications using Servlets and EJBs. This is before Java web application frameworks had been invented, Servlets and EJBs were still in their infancy, and JSP were not even on the map. Everybody was feeling out how to use the technology properly, and a lot of mistakes were made along the way.
Read the rest of this entry »
When I created this website, I decided that I would use custom and unique description and keywords meta for each blog post. The idea here was to make each page a bit more individual in the eyes of search engines. I realize that search engines no longer place much (if any) weight on these factors, but it doesn’t hurt to be thorough.
Read the rest of this entry »
Linking to from one document to another is basically the foundation of the internet. The URL of a document is the address you point your browser at to retrieve some content. Content on the internet is meant to be read. You drive readers to your content by publishing the URL. Ideally you want your content to be available to readers not only now, but for years hence.
Read the rest of this entry »
I seem to chew through and spit out peripherals yearly. I suppose when you spend as much time as I do in front of a computer, you feel compelled to have the perfect input devices.
Read the rest of this entry »
Apache .htaccess files can be used to block access to specific resources, or to provide minimal security through user name and password authentication.
You can use a .htaccess file in any folder of your website, and it will apply to any subfolders. A single .htaccess file placed in the root of your domain can apply to the entire website. While this is advantageous for blocking access to files, you’re going to need a seperate .htaccess in each subfolder that you want to password protect.
Read the rest of this entry »