pf » Archives for November, 2004
November 29, 2004
Converting an unsigned byte array to an integer
I found myself today needing to deal with unsigned integers, and shorts in java. In Java there is no unsigned keyword like in C, or other languages. All primitives are signed (meaning they can hold negative values).
November 26, 2004
Amazon Deals
New Amazon Deals Shopping Web SiteI just launched a new web site for Finding deals on Amazon called SpendFish. The site is built with CFML, and is still in Beta - there are tons more things I plan on adding to the site.
November 23, 2004
Don't block S/MIME on your mail server
With all the viruses out there these days, many mail servers simply block all attachments, or only allow a small set through. One set of attachment extensions that you don't want to block however are the extensions defined in RFC 2311 § 3.2.1 for S/MIME.
November 19, 2004
MySQL Popular among ColdFusion Developers
November 19, 2004
Robi Sen on Hung Servers, java.lang.OutOfMemory errors and Tuning CF JVM
Robi Sen a while back posted a blog entry with some useful tips on solving java.lang.OutOfMemory exceptions, and tuning the JVM for ColdFusion MX. He has recently posted a follow up to that entry.
November 12, 2004
jTDS - Open Source Type 4 JDBC Driver for SQL Server
If your looking for a JDBC driver for SQL Server that will work on multiple platforms, and is free - take a look at jTDS. The jTDS project also claims that it is the fastest JDBC driver for SQL Server, based on these benchmarks.
November 09, 2004
Unix Utils for Windows
I work with unix operating systems quite a bit. So when I'm using Windows I'm often missing some of the handy little command line unix tools that are ubiquitous to unix but no where to be found on Windows. Just today I was wanting to use the GNU find utility.
November 08, 2004
Amazon Queue Service
Amazon is now offering a Simple Queue Service.The Amazon Simple Queue Service is now available for beta
testing. The Simple Queue Service offers a reliable, highly
scalable hosted queue for buffering messages between distributed
application components.
November 05, 2004
Performance Tip: Upper Case vs Lower Case
Many people think that converting a given string to upper case and converting to lower case will perform the same. While they probably do use a very similar algorithm, the fact the most text is lower case makes converting to lower cause a more efficient option for most strings.
Subscribe to my RSS Feed:
RSS
RSS
Pete Freitag is a software engineer, and web developer located in






