Not finding what you are looking for? Request a recipe!

  1. Not yet rated

    Toggle a text field border on and off using code

    Using a simple bit of JavaScript we can easily toggle the border style of a text field.

  2. Not yet rated

    Repeating permutations of a number set in Java

    Use a small Java program to recursively iterate over the possible numbers in the set to generate all combinations.

  3. Not yet rated

    Download a file from a URL in Java

    With the Java IO libraries we can create a socket connection to the server and download the file.

  4. Not yet rated

    Generate a Random ID

    By utilizing ColdFusion's Java foundation we can generate a psudo-random set of digits that are more palpable to our average user base.

  5. Not yet rated

    Basics of Inheritance through Prototyping

    Below we will demonstrate the basics of inheritance through prototyping by using the common employee/boss relationship. For more information, as well as my own personal blog, see http://www.adampresley.com.

  • Results 1-5 of 5