Category: Uncategorized

Parsing Query Strings in Java and accessing values by key 0

Parsing Query Strings in Java and accessing values by key

First, you require http://hc.apache.org/, specifically httpclient-4.1.3.jar and httpcore-4.1.3.jar. Then two classes: NameValuePairComparator.java import java.util.Comparator; import org.apache.http.NameValuePair; public class NameValuePairComparator implements Comparator { @Override public int compare(NameValuePair arg0, NameValuePair arg1) { return arg0.getName().compareTo(arg1.getName()); } } QueryParamList.java import java.util.Collections;...

How to make a high quality HD MP4 iPhoto Slideshow 0

How to make a high quality HD MP4 iPhoto Slideshow

For some reason, with iPhoto ’11, I just couldn’t get high quality MP4 slideshows to play on my PS3. The quality was terrible, especially in the cross-fade. I also recently wrote an article on...

HostGator and CloudFlare Speed Tests 0

HostGator and CloudFlare Speed Tests

I recently added CloudFlare CDN to a few of my HostGator sites, and the results were a little surprising. Here are some tests I did on various sites: # Domain name Size Load Time...