Archive for self-instructional challenge

You are browsing the archives of self-instructional challenge.

Phrase-O-Matic Consultant Wisdom via Java

Phrase-O-Matic Consultant Wisdom via Java

photo credit: schedetzki
Challenge: Create three lists of buzzwords typically used by business consultants. Randomly select three words and put in a sentence to form something ridiculous that a business consultant might say with an air of authority.

My solution:

package phraseomatic;

/**
*
* @author kirkster
*/
public class Main {

/**
[...]

Random Image Display with JavaScript

photo credit: davidChief
This programming challenge is from a Lynda.com instructional video, featuring Dori Smith, which I studied/practiced last summer but once again spring 2009. I do not mean to just re-post the wonderful Lynda.com code, but rather add instructional value to it by way of clearer variable names and explanatory comments. The end result [...]

Bottles of Beer Song via Java

Bottles of Beer Song via Java

photo credit: NUCO
This programming challenge is from the Head First Java book, which I studied and practiced spring 2009. The end result itself is not terribly sexy, but I liked the algorithm construction process. My programming curriculum changed course during the first year, and they eliminated our Java classes. I was still curious about [...]

Slideshow from Images Array

Slideshow from Images Array

photo credit: pawpaw67
This programming challenge is from a Lynda.com instructional video, featuring Dori Smith, which I studied/practiced last summer but once again spring 2009. I do not mean to just re-post the wonderful Lynda.com code, but rather add instructional value to it by way of clearer variable names and explanatory comments. The end result [...]

Disjointed JavaScript Rollover Causes Separate Animation

Disjointed JavaScript Rollover Causes Separate Animation

photo credit: Matt McGee
This programming challenge is from a Lynda.com instructional video, featuring Dori Smith, which I studied/practiced last summer but once again spring 2009. I do not mean to just re-post the wonderful Lynda.com code, but rather add instructional value to it by way of clearer variable names and explanatory comments. The end [...]

Accessible JavaScript Rollover with Three-State Functionality

Accessible JavaScript Rollover with Three-State Functionality

photo credit: Rhian vK
This programming challenge is from a Lynda.com instructional video, featuring Dori Smith, which I studied/practiced last summer but once again spring 2009. I do not mean to just re-post the wonderful Lynda.com code, but rather add instructional value to it by way of clearer variable names and explanatory comments. The end [...]

Three-State JavaScript Rollover

Three-State JavaScript Rollover

photo credit: chimothy27
This programming challenge is from a Lynda.com instructional video, featuring Dori Smith, which I studied/practiced last summer but once again spring 2009. I do not mean to just re-post the wonderful Lynda.com code, but rather add instructional value to it by way of clearer variable names and explanatory comments. The end result [...]

jQuery fadeOut upon click

photo credit: Joel Bedford
This programming snippet is from the themeforest.net video series “jQuery for beginners” which I watched and practiced spring 2009. I do not mean to steal from them, but just post how I performed their tutorials for my own later reference and perhaps save someone else the time of watching the videos.
I [...]

Simple and Improved Image Rollovers

Simple and Improved Image Rollovers

photo credit: Etwood
This programming challenge is from a Lynda.com instructional video, featuring Dori Smith, which I studied/practiced last summer but once again spring 2009. I do not mean to just re-post the wonderful Lynda.com code, but rather add instructional value to it by way of clearer variable names and explanatory comments. The end result [...]

Plain and Recursive Factorials with Full Print Enhancements

Plain and Recursive Factorials with Full Print Enhancements

photo credit: gadl
This programming challenge is from a WiBit.net instructional video, which I studied/practiced this spring 2009. The end result itself is not terribly sexy, but I liked the algorithm construction process. My programming curriculum changed course during the first year, and they eliminated our Java classes. I was still curious about Java, so [...]