Select a style sheet from the dropdown menu, and the content layout will be changed to reflect it. Developed as an employment application assignment for the Institute for Creation Research.
Displays PHP, CSS, HTML, and JavaScript code for the above.
Geek toy. Any calculator can tell you that 1/7 = 0.1428571... Not many will show you exactly what the full decimal expansion looks like so that, for instance, you can see the beginnings of the Fibonacci series in reverse at the end of 1/109.
Code for the above. PHP does the work.
Very similar to the calculator above, except done in JavaScript.
Fraction calculator again, coded in ASP.NET and C#.
Code for ASP.NET rendition of fraction calculator. C# does the work.
The Web service this uses is programmed in C# and returns JSON data to a PHP SOAP client. The interface uses the jQuery getJSON AJAX function to grab the data and present the list of key/value pairs on the page.
CSS
User-selected Style Sheet
CSS Code
Code for User-selected Style Sheet
PHP
Fraction Calculator
PHP Code
Code for Fraction Calculator
JavaScript
Fraction Calculator
ASPX, C#
Fraction Calculator
ASPX, C# Code
Code for ASP.NET Fraction Calculator
RSS Feed
Presents a sampling of words drawn at random from a database
RSS Feed Code
PHP code for generating RSS feed
SOAP Request
Web service that accepts a numerator and denominator and returns the decimal and other vitals
SOAP Request Code
PHP code for generating SOAP request for .NET decimal calculator web service
PHP, AJAX
Spell checker