This page contains all of my work that I have completed for clients, and also my freeware PHP scripts that I have written during my learning process.
Launched: 15th Sep '04
URL: http://www.joe2torials.com/
Details: My personal site dedicated to help beginners to web design with tutorials, scripts, code, and advice on the many languages used within web design. From HTML and CSS to PHP and MySQL.
Launched: 20th Mar '05
Details: Japanese auction bidding for international customers. A site set up to help English speaking customers buy goods from Yahoo Auctions by bidding for them. A custom administration section was created along with a client login bidding section and a custom mailing service to keep customers in contact with the company.
Launched: 20th Feb '05
URL: http://www.launchscout.com/
Details: Launchscout is a frequently updated weblog of notes on the web development material that he digests and his approach to solo online publishing for profit. Powered by WordPress it uses a customised blog template for it's appearance.
Launched: 1st Oct '05
URL: http://www.moviebargainusa.com/
Details: MovieBargainUSA was originally a template which used tables for the entire layout, I re-coded the entire page to use CSS instead of tables for the layout. Several pages were added to this site for different reasons and a contact form was created to suit the client's specifications.
Created: 17th Sep, '05
URL: http://forum.weborum.com/index.php?showtopic=3853
Details: Contact script which prevents spam and open relays from sending you mail ever again. Easily customisable and easy to understand article with comments and explanations on each section and for each section of code.
Created: 25th Aug, '05
URL: http://forum.weborum.com/index.php?showtopic=3761
Details: This script is a full working image gallery. It features an image upload function with full error checking and creates thumbnail images to be displayed in the gallery. Complete CSS layout making the entire thing very customizable and very neat and semantic code. All XHTML 1.0 Strict and CSS valid. Some features of the script are;
Created: 21st Dec, '04
URL: http://www.hotscripts.com/Detailed/42298.html
Details: This script allows a user to login to an admin section with the ability to 'Remember Me' which sets a cookie onto the users computer. On the users return that person will be automatically logged into the admin section. Logout script also included, help and queries all covered in the README file.
Created: 24th Jan, '05
URL: http://www.hotscripts.com/Detailed/43528.html
Details: Admin Section with Cookie [Remember Me] support. - Ability to delete an individual record. - Ability to delete all records at once. - Webmail & Email check. To display a URL or a mailto: link. - Empty field check. - Storage of each users IP address when posting a comment. - Paginator. In config.php you will find '$per_page = 10;' Change this number to the amount of records you wish to be seen on your page before the script creates a new page. - First, Previous, Next and Last page jumps. Easy links to different pages of comments. - rel="nofollow" to stop spammers from getting credits in search engine rankings.
Created: 25th Jan, '05
URL: http://www.hotscripts.com/Detailed/43565.html
Details: This script will allow you to have an admin section on your site which uses cookies to remember users when they return to your site. It uses MySQL to create a username and password which is encrypted and then sent into the database. When a user logs in it checks the inputted data against the username and password inside the database. There is the ability to remember a user which uses cookies, information sent to the cookies are encrypted. This script uses 'safeAddSlashes' to help prevent SQL injection.