Dive into the archives.
- Instant jQuery 1.4
Easier than kool-aid, but just as tasty.
<script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js”></script>
<script type=”text/javascript”>
$(document).ready(function() {
// Let the good times roll.
});
</script>
- Installing Tomcat on a MediaTemple (DV) dedicated server
Now that we have the latest version of Java configured on your DV we need Apache Tomcat to provide a “pure Java” HTTP web server environment for Java code to run. Tomcat should not be confused with the Apache web server, which is a C implementation of an HTTP web server; these two web servers [...]
- Installing Java on a Media Temple dedicated virtual server (DV)
For no good reason MediaTemple does not support Java. By default, the server comes with Ruby, but not a Java compiler. Since this was a huge pain in the rear I thought I would detail the steps to make this happen.
So here goes the directions to installĀ the latest JDK (1.6) on the VPS server.
Log [...]
