Complete Programs
Sieve of Atkins ------------ Code for console ---- Code for GUI
Sieve of Eratosthenes ----- Code for console ---- Code for GUI
Sieve of Sundaram -------- Code for console ---- Code for GUI
Temperature Conversion ------------------------- Code for GUI
Caesar Cipher ------------------------------------- Code for GUI
Roman Numeral Converter------------------------ Code for GUI
Useful code
Filling an array with the alphabet ------ Code for console
Convert a string to a character array -- Code for console
Remove unwanted characters from a String -- Code for console
Complete Programs
Sieve of Atkins ---------- Code for console
Sieve of Eratosthenes --- Code for console
Sieve of Sundaram ------ Code for console
The Caesar Cipher ------ Code for console
Base Conversion -------- Code for console
Tower of Hanoi ---------- Code for console
Useful code
Date manipulation - Separating parts of a string, by
delimeters, and converting to integer ----------- Code for console
Remove unwanted characters from a String -- Code for console
Make all characters in a string lowercase ------- Code for console
Convert a string to a character array ----------- Code for console
Output a user's string input in reverse ----------- Code for console
Code Snippets...and some full web pages
Setting up a DATABASE at 1and1.com --------- Database Setup
Let users SIGNUP or REGISTER to your site - Basic Signup
Let users LOGIN to your site ---------------------- Basic Login
VALID E-MAIL entered in your form? ---------- PHP function
Receiving FORM submission in your email ------- Form to Email
Process and output items selected from CHECKBOXES in a form - Checkbox Processing
Process a form and store user errors in an array for output - Store Form errors in array
Simple login form that let's the user stay logged using a session cookie - Create a session cookie
Get a user's IP address - Get user's IP address
Code Snippets
Setting up a DATABASE at 1and1.com -------- Database Setup
Connecting to a database in a php document - Click here
Retrieve data from a database and output ----- Click here
Retrieve data from a database and output (Another way) - Click here
Complete programs
Search for a president by order of office ---------------- US Presidents
Straight-line and Double-declining depreciation to zero -- Depreciation
Find the Greatest Divisor of two numbers --------------- Greatest Divisor
Functions
- SELECT ALL check boxes in a form
- SELECT AT LEAST ONE checkbox in a form 2 functions - Click here
Check out other JavaScript by clicking on AJAX below.
jQuery used on my site
The Log In | Sign Up system at the top of the page is a good example of JQuery
Also, the slides on four of my pages, including this one.
The Zoom feature on the Photoshop Examples page is a JQuery plugin.
And, the rollovers for the navigation panel....JQuery.
Code and Examples
For the jQuery source file go to jquery-1.7.1.min.js and copy this code and save it as a ".js" file in a folder
called "js". This is where you want to keep any javascript files you have.
Cool rollover fade for navigation. Click Here for example and files
Load new page content on one page without refresh. Click Here for code and example
Check if the user is entering a valid email as they type. Click Here for code and example
Code Snippets
Coming Soon!
AJAX works without having to refresh your pages
Load multiple pages dynamically, onclick, into a single page. -- Code and Working example
Search a DATABASE and echo if a USERNAME is TAKEN or AVAILABLE as the user is typing. --
Code and Working Example
Insert, Update, and Retrieve data from a DATABASE onClick. -- Code and Working Example
Code Snippets
Coming Soon!
To be determined
To be determined
To be determined
To be determined
My favorite links!
....and not just because they are free resources
For tutorials on programming....and stuff:
thenewboston.org -- Many great video tutorials.
mybringback.com -- Many great video tutorials.
For programming and web design resources:
cplusplus.com ------------------------ Great C++ resource.
docs.oracle.com/javase/tutorial/ -- Great Java resource.
jQuery.com --------------------------- jQuery's main page.
w3schools.com ----------------------- Great resource for HTML, CSS, XML, PHP, and Others
php.net -------------------------------- Great resource for PHP.
For Powerlifting Events:
Power Day Classic - Official results from this meet.
Nationals 2012 - Created to provide real-time updates for this meet.
Contains INSERT, UPDATE, and DELETE forms, - available after a successful login.
American Challenge Champions 2012 - Created to provide real-time updates for this meet.
Contains INSERT, UPDATE, and DELETE forms, - available after a successful login.
Programming IDEs (Integrated Development Environments)
C++ IDE - Code::Blocks
NOTE: Download the larger size file.
It contains the compiler and debugger.
Java IDE - Eclipse
NOTE: Pick your system.
You will need to download the JDK listed below.
Java, C++, C, Objective C IDE - jGRASP
NOTE: Scroll down...Pick your system.
You will need to download the JDK listed below.
Source Code Editor - Notepad++
NOTE: For multiple languages.
Runs in the MS Windows environment.
JDK (java development kit) - JDK
NOTE: Needed for Java IDEs.
Accept License and pick your system.