IT TidBits
No warranty is expressed or implied for this information.
January 31, 2007
January 25, 2007
January 22, 2007
January 11, 2007
Reason to Find the Root Cause of Problems
Someone who fixes a problem but doesn't take the time to find out what caused it is doomed to never become an expert in their field. Experience is not years on the job, it's learning to recognize a problem before it occurs, which can only be done by knowing what causes it in the first place. (Software by Rob: http://www.softwarebyrob.com/articles/Personality_Traits_of_the_Best_Software_Developers.aspx)
January 08, 2007
java.net.ConnectException Connection Refused
I recently resolved a very frustrating problem (java.net.ConnectException Connection Refused) with Blogger.com and posted the solution to http://blogger-support-issues.blogspot.com/. When I changed my ftp user, the original user had permissions and landed in /wwwroot/blogs/ never seeing /wwwroot/ folders. The issue seems to have cropped up in my archive settings as I'd changed the default publishing settings to: /wwwroot/blogs/blog/ but my archive settings were: /blogs/blog/ which resulted in the error.
Also, I changed my ftp host name from "example.com" to ftp.example.com.

